Pull request #346 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 cloudxxx8 for edgexfoundry/go-mod-core-contracts Obtained Jenkinsfile from 1cde81e413bac6887bf494e63adf3d3886dfaf51+d140074b2025bfa6cd9f363d3898411c689815b6 (89d125b5d976321596179a85186a3f50beee48d3) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision a2cbe11917bfb8801b6bc99aaa80229564ed4294 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision a2cbe11917bfb8801b6bc99aaa80229564ed4294 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision a2cbe11917bfb8801b6bc99aaa80229564ed4294 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f a2cbe11917bfb8801b6bc99aaa80229564ed4294 # timeout=10 Commit message: "Merge pull request #273 from ernestojeda/fix-semver-dir-permissions" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:go-mod-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 [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-6114 in /w/workspace/dry_go-mod-core-contracts_PR-346 [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-346 # 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 --tags --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 --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/346/head:refs/remotes/origin/PR-346 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit d140074b2025bfa6cd9f363d3898411c689815b6 into PR head commit 1cde81e413bac6887bf494e63adf3d3886dfaf51 Merge succeeded, producing 1cde81e413bac6887bf494e63adf3d3886dfaf51 Checking out Revision 1cde81e413bac6887bf494e63adf3d3886dfaf51 (PR-346) > git config core.sparsecheckout # timeout=10 > git checkout -f 1cde81e413bac6887bf494e63adf3d3886dfaf51 # 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 d140074b2025bfa6cd9f363d3898411c689815b6 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 1cde81e413bac6887bf494e63adf3d3886dfaf51 # timeout=10 Commit message: "docs: Remove docs in V2 model and link to swagger" First time build. Skipping changelog. [Pipeline] } > git rev-list --no-walk 17b690110268057a6a25204f3478e4f890ce5d60 # timeout=10 [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-10-19T01:15:59.874Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-10-19T01:16:00.202Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-10-19T01:16:00.307Z] ========================================================= [2020-10-19T01:16:00.307Z] EdgeX Global Pipelines Version Info [2020-10-19T01:16:00.307Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-10-19T01:16:02.612Z] ------------------- [2020-10-19T01:16:02.612Z] stable info: [2020-10-19T01:16:02.612Z] ------------------- [2020-10-19T01:16:02.612Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-10-19T01:16:02.612Z] Commit SHA: a2cbe11917bfb8801b6bc99aaa80229564ed4294 [2020-10-19T01:16:02.612Z] Message: update stable to v1.0.144 [2020-10-19T01:16:03.636Z] ------------------- [2020-10-19T01:16:03.636Z] experimental info: [2020-10-19T01:16:03.636Z] ------------------- [2020-10-19T01:16:03.636Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-10-19T01:16:03.636Z] Commit SHA: a2cbe11917bfb8801b6bc99aaa80229564ed4294 [2020-10-19T01:16:03.636Z] Message: update experimental to v1.0.144 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo [2020-10-19T01:16:04.049Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-core-contracts-settings [Pipeline] echo [2020-10-19T01:16:04.146Z] [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-core-contracts [Pipeline] echo [2020-10-19T01:16:04.248Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-10-19T01:16:04.356Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-10-19T01:16:04.455Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-10-19T01:16:04.574Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-10-19T01:16:04.672Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-10-19T01:16:04.784Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-10-19T01:16:04.877Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2020-10-19T01:16:04.972Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-10-19T01:16:05.059Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-10-19T01:16:05.214Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-core-contracts [Pipeline] echo [2020-10-19T01:16:05.306Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-10-19T01:16:05.399Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-10-19T01:16:05.490Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo [2020-10-19T01:16:05.586Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2020-10-19T01:16:05.698Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2020-10-19T01:16:05.832Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2020-10-19T01:16:05.927Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = patch [Pipeline] echo [2020-10-19T01:16:06.027Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2020-10-19T01:16:06.123Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2020-10-19T01:16:06.213Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2020-10-19T01:16:06.370Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2020-10-19T01:16:06.478Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2020-10-19T01:16:06.608Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo [2020-10-19T01:16:06.754Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-346 [Pipeline] echo [2020-10-19T01:16:06.919Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-346 [Pipeline] echo [2020-10-19T01:16:07.022Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-346 [Pipeline] echo [2020-10-19T01:16:07.111Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 1cde81e413bac6887bf494e63adf3d3886dfaf51 [Pipeline] echo [2020-10-19T01:16:07.212Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 1cde81e [Pipeline] echo [2020-10-19T01:16:07.300Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-10-19T01:16:08.000Z] + git log --format=format:%s -1 1cde81e413bac6887bf494e63adf3d3886dfaf51 [Pipeline] echo [2020-10-19T01:16:08.124Z] GIT_COMMIT: 1cde81e413bac6887bf494e63adf3d3886dfaf51, Commit Message: docs: Remove docs in V2 model and link to swagger [Pipeline] echo [2020-10-19T01:16:08.168Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-10-19T01:16:09.323Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-19T01:16:10.035Z] [2020-10-19T01:16:10.035Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-10-19T01:16:10.509Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-19T01:16:10.820Z] latest: Pulling from edgex-devops/git-semver [2020-10-19T01:16:10.820Z] 31603596830f: Pulling fs layer [2020-10-19T01:16:10.820Z] 2a8b12db71e7: Pulling fs layer [2020-10-19T01:16:10.820Z] 6ca5941a6612: Pulling fs layer [2020-10-19T01:16:10.820Z] ecc8261a40a4: Pulling fs layer [2020-10-19T01:16:10.820Z] ecc8261a40a4: Waiting [2020-10-19T01:16:10.820Z] 2a8b12db71e7: Verifying Checksum [2020-10-19T01:16:10.820Z] 2a8b12db71e7: Download complete [2020-10-19T01:16:11.554Z] 31603596830f: Verifying Checksum [2020-10-19T01:16:11.554Z] 31603596830f: Download complete [2020-10-19T01:16:11.922Z] 31603596830f: Pull complete [2020-10-19T01:16:12.234Z] ecc8261a40a4: Verifying Checksum [2020-10-19T01:16:12.234Z] ecc8261a40a4: Download complete [2020-10-19T01:16:12.234Z] 2a8b12db71e7: Pull complete [2020-10-19T01:16:12.234Z] 6ca5941a6612: Verifying Checksum [2020-10-19T01:16:12.234Z] 6ca5941a6612: Download complete [2020-10-19T01:16:14.246Z] 6ca5941a6612: Pull complete [2020-10-19T01:16:14.856Z] ecc8261a40a4: Pull complete [2020-10-19T01:16:14.856Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-10-19T01:16:14.856Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-19T01:16:14.856Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-10-19T01:16:15.084Z] prd-centos7-docker-4c-2g-6114 does not seem to be running inside a container [2020-10-19T01:16:15.278Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_go-mod-core-contracts_PR-346 -v /w/workspace/dry_go-mod-core-contracts_PR-346:/w/workspace/dry_go-mod-core-contracts_PR-346:rw,z -v /w/workspace/dry_go-mod-core-contracts_PR-346@tmp:/w/workspace/dry_go-mod-core-contracts_PR-346@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-10-19T01:16:17.142Z] $ docker top 2cb6fbaa170e8c0bdd3ae11196155363be748bceb3904962c610115b6dc8531a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-19T01:16:17.588Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-19T01:16:17.588Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-19T01:16:17.913Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-19T01:16:17.921Z] $ docker exec 2cb6fbaa170e8c0bdd3ae11196155363be748bceb3904962c610115b6dc8531a ssh-agent [2020-10-19T01:16:18.260Z] SSH_AUTH_SOCK=/tmp/ssh-Pibgm0WcOdwT/agent.12 [2020-10-19T01:16:18.260Z] SSH_AGENT_PID=18 [2020-10-19T01:16:18.277Z] Running ssh-add (command line suppressed) [2020-10-19T01:16:18.626Z] Identity added: /w/workspace/dry_go-mod-core-contracts_PR-346@tmp/private_key_7915573363133628693.key (/w/workspace/dry_go-mod-core-contracts_PR-346@tmp/private_key_7915573363133628693.key) [2020-10-19T01:16:18.846Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-19T01:16:19.762Z] + git tag --points-at HEAD [Pipeline] } [2020-10-19T01:16:19.815Z] $ docker exec --env ******** --env ******** 2cb6fbaa170e8c0bdd3ae11196155363be748bceb3904962c610115b6dc8531a ssh-agent -k [2020-10-19T01:16:20.120Z] unset SSH_AUTH_SOCK; [2020-10-19T01:16:20.123Z] unset SSH_AGENT_PID; [2020-10-19T01:16:20.123Z] echo Agent pid 18 killed; [2020-10-19T01:16:20.274Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2020-10-19T01:16:20.430Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-19T01:16:20.430Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-19T01:16:20.740Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-19T01:16:20.751Z] $ docker exec 2cb6fbaa170e8c0bdd3ae11196155363be748bceb3904962c610115b6dc8531a ssh-agent [2020-10-19T01:16:21.121Z] SSH_AUTH_SOCK=/tmp/ssh-jE3uwps5zFTE/agent.46 [2020-10-19T01:16:21.121Z] SSH_AGENT_PID=51 [2020-10-19T01:16:21.148Z] Running ssh-add (command line suppressed) [2020-10-19T01:16:21.469Z] Identity added: /w/workspace/dry_go-mod-core-contracts_PR-346@tmp/private_key_10296944265561255.key (/w/workspace/dry_go-mod-core-contracts_PR-346@tmp/private_key_10296944265561255.key) [2020-10-19T01:16:21.578Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-19T01:16:21.998Z] + git semver init [2020-10-19T01:16:21.998Z] # -> Open(): unable to determine branch for HEAD [2020-10-19T01:16:21.998Z] # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_PR-346/.git [2020-10-19T01:16:21.998Z] # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_PR-346 [2020-10-19T01:16:21.998Z] # $SEMVER_REMOTE_NAME = origin [2020-10-19T01:16:21.998Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-19T01:16:21.998Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-19T01:16:21.998Z] # $SEMVER_BRANCH = PR-346 [2020-10-19T01:16:21.998Z] # $SEMVER_TEMP = /tmp/semver-654073729 [2020-10-19T01:16:21.998Z] # git clone --branch semver git@github.com:edgexfoundry/go-mod-core-contracts.git $SEMVER_TEMP [2020-10-19T01:16:23.036Z] # '/tmp/semver-654073729' -> '/w/workspace/dry_go-mod-core-contracts_PR-346/.semver' [2020-10-19T01:16:23.036Z] # -> Force: false [2020-10-19T01:16:23.036Z] # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_PR-346/.semver [Pipeline] } [2020-10-19T01:16:23.086Z] $ docker exec --env ******** --env ******** 2cb6fbaa170e8c0bdd3ae11196155363be748bceb3904962c610115b6dc8531a ssh-agent -k [2020-10-19T01:16:23.352Z] unset SSH_AUTH_SOCK; [2020-10-19T01:16:23.352Z] unset SSH_AGENT_PID; [2020-10-19T01:16:23.353Z] echo Agent pid 51 killed; [2020-10-19T01:16:23.520Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-19T01:16:24.182Z] + git semver [Pipeline] } [2020-10-19T01:16:24.223Z] $ docker stop --time=1 2cb6fbaa170e8c0bdd3ae11196155363be748bceb3904962c610115b6dc8531a [2020-10-19T01:16:26.112Z] $ docker rm -f 2cb6fbaa170e8c0bdd3ae11196155363be748bceb3904962c610115b6dc8531a [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-19T01:16:26.963Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2020-10-19T01:16:28.344Z] Stashed 1 file(s) [Pipeline] echo [2020-10-19T01:16:28.347Z] [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 [2020-10-19T01:16:43.956Z] Still waiting to schedule task [2020-10-19T01:16:43.956Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2020-10-19T01:16:43.958Z] Still waiting to schedule task [2020-10-19T01:16:43.958Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-10-19T01:18:28.861Z] Running on prd-centos7-docker-4c-2g-6117 in /w/workspace/dry_go-mod-core-contracts_PR-346 [Pipeline] { [Pipeline] ws [2020-10-19T01:18:28.947Z] Running in /w/workspace/go-mod-core-contracts/2 [Pipeline] { [Pipeline] checkout [2020-10-19T01:18:31.617Z] using credential edgex-jenkins-ssh [2020-10-19T01:18:31.671Z] Cloning the remote Git repository [2020-10-19T01:18:31.694Z] Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-10-19T01:18:31.759Z] > git init /w/workspace/go-mod-core-contracts/2 # timeout=10 [2020-10-19T01:18:31.808Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-10-19T01:18:31.809Z] > git --version # timeout=10 [2020-10-19T01:18:31.817Z] > git --version # 'git version 2.16.5' [2020-10-19T01:18:31.818Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-19T01:18:31.860Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-19T01:18:33.180Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2020-10-19T01:18:33.186Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-19T01:18:33.202Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2020-10-19T01:18:33.220Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-10-19T01:18:33.220Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-19T01:18:33.224Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/346/head:refs/remotes/origin/PR-346 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-10-19T01:18:33.696Z] Merging remotes/origin/master commit d140074b2025bfa6cd9f363d3898411c689815b6 into PR head commit 1cde81e413bac6887bf494e63adf3d3886dfaf51 [2020-10-19T01:18:33.787Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-6116 in /w/workspace/dry_go-mod-core-contracts_PR-346 [Pipeline] { [2020-10-19T01:18:33.805Z] Merge succeeded, producing 1cde81e413bac6887bf494e63adf3d3886dfaf51 [2020-10-19T01:18:33.806Z] Checking out Revision 1cde81e413bac6887bf494e63adf3d3886dfaf51 (PR-346) [Pipeline] ws [2020-10-19T01:18:33.854Z] Running in /w/workspace/go-mod-core-contracts/2 [Pipeline] { [Pipeline] checkout [2020-10-19T01:18:33.705Z] > git config core.sparsecheckout # timeout=10 [2020-10-19T01:18:33.712Z] > git checkout -f 1cde81e413bac6887bf494e63adf3d3886dfaf51 # timeout=10 [2020-10-19T01:18:33.774Z] > git remote # timeout=10 [2020-10-19T01:18:33.782Z] > git config --get remote.origin.url # timeout=10 [2020-10-19T01:18:33.788Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-19T01:18:33.792Z] > git merge d140074b2025bfa6cd9f363d3898411c689815b6 # timeout=10 [2020-10-19T01:18:33.801Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-10-19T01:18:33.810Z] > git config core.sparsecheckout # timeout=10 [2020-10-19T01:18:33.814Z] > git checkout -f 1cde81e413bac6887bf494e63adf3d3886dfaf51 # timeout=10 [2020-10-19T01:18:37.398Z] Commit message: "docs: Remove docs in V2 model and link to swagger" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-10-19T01:18:38.253Z] ========================================================= [2020-10-19T01:18:38.253Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-10-19T01:18:38.253Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-10-19T01:18:38.985Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2020-10-19T01:18:39.170Z] using credential edgex-jenkins-ssh [2020-10-19T01:18:39.234Z] Cloning the remote Git repository [2020-10-19T01:18:39.262Z] Sending build context to Docker daemon 1.795MB [2020-10-19T01:18:39.526Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-10-19T01:18:39.526Z] Step 2/7 : FROM ${BASE} [2020-10-19T01:18:39.526Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-10-19T01:18:39.526Z] df20fa9351a1: Pulling fs layer [2020-10-19T01:18:39.526Z] ed8968b2872e: Pulling fs layer [2020-10-19T01:18:39.526Z] a92cc7c5fd73: Pulling fs layer [2020-10-19T01:18:39.526Z] e871e8e8d7a9: Pulling fs layer [2020-10-19T01:18:39.526Z] e73272ec9a57: Pulling fs layer [2020-10-19T01:18:39.526Z] 1e910a182e73: Pulling fs layer [2020-10-19T01:18:39.526Z] 4e634b169226: Pulling fs layer [2020-10-19T01:18:39.526Z] e871e8e8d7a9: Waiting [2020-10-19T01:18:39.526Z] e73272ec9a57: Waiting [2020-10-19T01:18:39.526Z] 1e910a182e73: Waiting [2020-10-19T01:18:39.526Z] 4e634b169226: Waiting [2020-10-19T01:18:39.526Z] a92cc7c5fd73: Verifying Checksum [2020-10-19T01:18:39.526Z] a92cc7c5fd73: Download complete [2020-10-19T01:18:39.526Z] ed8968b2872e: Download complete [2020-10-19T01:18:39.526Z] e73272ec9a57: Verifying Checksum [2020-10-19T01:18:39.526Z] e73272ec9a57: Download complete [2020-10-19T01:18:39.526Z] 1e910a182e73: Download complete [2020-10-19T01:18:39.526Z] df20fa9351a1: Verifying Checksum [2020-10-19T01:18:39.526Z] df20fa9351a1: Download complete [2020-10-19T01:18:39.788Z] df20fa9351a1: Pull complete [2020-10-19T01:18:40.051Z] ed8968b2872e: Pull complete [2020-10-19T01:18:40.051Z] a92cc7c5fd73: Pull complete [2020-10-19T01:18:39.302Z] Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-10-19T01:18:39.410Z] > git init /w/workspace/go-mod-core-contracts/2 # timeout=10 [2020-10-19T01:18:39.496Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-10-19T01:18:39.497Z] > git --version # timeout=10 [2020-10-19T01:18:39.518Z] > git --version # 'git version 2.17.1' [2020-10-19T01:18:39.519Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-19T01:18:39.574Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-19T01:18:41.288Z] Merging remotes/origin/master commit d140074b2025bfa6cd9f363d3898411c689815b6 into PR head commit 1cde81e413bac6887bf494e63adf3d3886dfaf51 [2020-10-19T01:18:41.565Z] Merge succeeded, producing 1cde81e413bac6887bf494e63adf3d3886dfaf51 [2020-10-19T01:18:41.565Z] Checking out Revision 1cde81e413bac6887bf494e63adf3d3886dfaf51 (PR-346) [2020-10-19T01:18:40.549Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2020-10-19T01:18:40.573Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-19T01:18:40.604Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2020-10-19T01:18:40.650Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-10-19T01:18:40.650Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-19T01:18:40.661Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/346/head:refs/remotes/origin/PR-346 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-10-19T01:18:41.310Z] > git config core.sparsecheckout # timeout=10 [2020-10-19T01:18:41.346Z] > git checkout -f 1cde81e413bac6887bf494e63adf3d3886dfaf51 # timeout=10 [2020-10-19T01:18:41.477Z] > git remote # timeout=10 [2020-10-19T01:18:41.490Z] > git config --get remote.origin.url # timeout=10 [2020-10-19T01:18:41.501Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-19T01:18:41.517Z] > git merge d140074b2025bfa6cd9f363d3898411c689815b6 # timeout=10 [2020-10-19T01:18:41.540Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-10-19T01:18:41.576Z] > git config core.sparsecheckout # timeout=10 [2020-10-19T01:18:41.981Z] 4e634b169226: Verifying Checksum [2020-10-19T01:18:41.981Z] 4e634b169226: Download complete [2020-10-19T01:18:42.557Z] e871e8e8d7a9: Verifying Checksum [2020-10-19T01:18:42.557Z] e871e8e8d7a9: Download complete [2020-10-19T01:18:41.588Z] > git checkout -f 1cde81e413bac6887bf494e63adf3d3886dfaf51 # timeout=10 [2020-10-19T01:18:46.029Z] Commit message: "docs: Remove docs in V2 model and link to swagger" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-10-19T01:18:46.882Z] ========================================================= [2020-10-19T01:18:46.882Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-10-19T01:18:46.882Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-10-19T01:18:47.868Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2020-10-19T01:18:47.885Z] e871e8e8d7a9: Pull complete [2020-10-19T01:18:47.885Z] e73272ec9a57: Pull complete [2020-10-19T01:18:48.149Z] 1e910a182e73: Pull complete [2020-10-19T01:18:48.864Z] Sending build context to Docker daemon 1.795MB [2020-10-19T01:18:48.864Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-10-19T01:18:48.864Z] Step 2/7 : FROM ${BASE} [2020-10-19T01:18:49.141Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-10-19T01:18:49.141Z] b538f80385f9: Pulling fs layer [2020-10-19T01:18:49.141Z] 74f711af9a0d: Pulling fs layer [2020-10-19T01:18:49.141Z] 99f96fe45779: Pulling fs layer [2020-10-19T01:18:49.141Z] 8529a6b9a6be: Pulling fs layer [2020-10-19T01:18:49.141Z] 45590311c82a: Pulling fs layer [2020-10-19T01:18:49.141Z] 69ca0ff8b7b3: Pulling fs layer [2020-10-19T01:18:49.141Z] 209524e5b208: Pulling fs layer [2020-10-19T01:18:49.141Z] 45590311c82a: Waiting [2020-10-19T01:18:49.141Z] 8529a6b9a6be: Waiting [2020-10-19T01:18:49.141Z] 69ca0ff8b7b3: Waiting [2020-10-19T01:18:49.141Z] 209524e5b208: Waiting [2020-10-19T01:18:49.141Z] 99f96fe45779: Verifying Checksum [2020-10-19T01:18:49.141Z] 99f96fe45779: Download complete [2020-10-19T01:18:49.141Z] 74f711af9a0d: Verifying Checksum [2020-10-19T01:18:49.141Z] 74f711af9a0d: Download complete [2020-10-19T01:18:49.415Z] 45590311c82a: Verifying Checksum [2020-10-19T01:18:49.415Z] 45590311c82a: Download complete [2020-10-19T01:18:49.722Z] 69ca0ff8b7b3: Verifying Checksum [2020-10-19T01:18:49.722Z] 69ca0ff8b7b3: Download complete [2020-10-19T01:18:49.722Z] b538f80385f9: Verifying Checksum [2020-10-19T01:18:49.722Z] b538f80385f9: Download complete [2020-10-19T01:18:50.714Z] b538f80385f9: Pull complete [2020-10-19T01:18:50.993Z] 74f711af9a0d: Pull complete [2020-10-19T01:18:51.597Z] 99f96fe45779: Pull complete [2020-10-19T01:18:51.874Z] 209524e5b208: Verifying Checksum [2020-10-19T01:18:51.874Z] 209524e5b208: Download complete [2020-10-19T01:18:53.874Z] 8529a6b9a6be: Verifying Checksum [2020-10-19T01:18:53.874Z] 8529a6b9a6be: Download complete [2020-10-19T01:18:54.763Z] 4e634b169226: Pull complete [2020-10-19T01:18:54.763Z] Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 [2020-10-19T01:18:54.763Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-10-19T01:18:54.763Z] ---> f7629b54cfaa [2020-10-19T01:18:54.763Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-10-19T01:18:54.763Z] ---> Running in 3b7718c5e03e [2020-10-19T01:18:54.763Z] Removing intermediate container 3b7718c5e03e [2020-10-19T01:18:54.763Z] ---> a95c4c07aa32 [2020-10-19T01:18:54.763Z] Step 4/7 : RUN apk add bash [2020-10-19T01:18:54.763Z] ---> Running in 9553152fa6d8 [2020-10-19T01:18:54.763Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-19T01:18:55.715Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-19T01:18:55.984Z] OK: 166 MiB in 39 packages [2020-10-19T01:18:56.569Z] Removing intermediate container 9553152fa6d8 [2020-10-19T01:18:56.569Z] ---> fb510350731c [2020-10-19T01:18:56.569Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2020-10-19T01:18:56.837Z] ---> Running in 94f316f97cf0 [2020-10-19T01:18:56.837Z] Removing intermediate container 94f316f97cf0 [2020-10-19T01:18:56.837Z] ---> 3669167d125f [2020-10-19T01:18:56.837Z] Step 6/7 : COPY go.mod . [2020-10-19T01:18:57.101Z] ---> 999e88f7dfe3 [2020-10-19T01:18:57.101Z] Step 7/7 : RUN go mod download [2020-10-19T01:18:57.101Z] ---> Running in 217f1275b12b [2020-10-19T01:19:04.094Z] 8529a6b9a6be: Pull complete [2020-10-19T01:19:04.094Z] 45590311c82a: Pull complete [2020-10-19T01:19:04.370Z] 69ca0ff8b7b3: Pull complete [2020-10-19T01:19:08.723Z] 209524e5b208: Pull complete [2020-10-19T01:19:08.723Z] Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 [2020-10-19T01:19:08.723Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-10-19T01:19:08.723Z] ---> 5bddaf1c2fca [2020-10-19T01:19:08.723Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-10-19T01:19:09.387Z] Removing intermediate container 217f1275b12b [2020-10-19T01:19:09.387Z] ---> c7ce85ed8815 [2020-10-19T01:19:09.387Z] Successfully built c7ce85ed8815 [2020-10-19T01:19:09.387Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-19T01:19:09.742Z] + docker inspect -f . ci-base-image-x86_64 [2020-10-19T01:19:09.742Z] . [Pipeline] withDockerContainer [2020-10-19T01:19:09.855Z] prd-centos7-docker-4c-2g-6117 does not seem to be running inside a container [2020-10-19T01:19:09.910Z] $ 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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-10-19T01:19:10.601Z] $ docker top 80f015dface83d0a51e69ccb623e1b87c10ff502ffd441b5ac107b6c767513fc -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-19T01:19:11.084Z] + go version [2020-10-19T01:19:11.084Z] go version go1.15.2 linux/amd64 [Pipeline] } [2020-10-19T01:19:11.100Z] $ docker stop --time=1 80f015dface83d0a51e69ccb623e1b87c10ff502ffd441b5ac107b6c767513fc [2020-10-19T01:19:11.372Z] ---> Running in 9ca4422d22cf [2020-10-19T01:19:11.372Z] Removing intermediate container 9ca4422d22cf [2020-10-19T01:19:11.372Z] ---> 38d24e792ec4 [2020-10-19T01:19:11.372Z] Step 4/7 : RUN apk add bash [2020-10-19T01:19:11.645Z] ---> Running in ee3ffdd12955 [2020-10-19T01:19:12.438Z] $ docker rm -f 80f015dface83d0a51e69ccb623e1b87c10ff502ffd441b5ac107b6c767513fc [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-19T01:19:13.081Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-19T01:19:13.218Z] + docker inspect -f . ci-base-image-x86_64 [2020-10-19T01:19:13.218Z] . [Pipeline] withDockerContainer [2020-10-19T01:19:13.312Z] prd-centos7-docker-4c-2g-6117 does not seem to be running inside a container [2020-10-19T01:19:13.358Z] $ 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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-10-19T01:19:13.932Z] $ docker top 95c6ea312d379e07ed2f96b263f0b28b91624212328d8f957767fd6660651579 -eo pid,comm [2020-10-19T01:19:14.065Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [Pipeline] { [Pipeline] sh [2020-10-19T01:19:14.434Z] + make test [2020-10-19T01:19:14.434Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2020-10-19T01:19:15.048Z] OK: 142 MiB in 39 packages [2020-10-19T01:19:16.042Z] Removing intermediate container ee3ffdd12955 [2020-10-19T01:19:16.042Z] ---> 127163da9992 [2020-10-19T01:19:16.042Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2020-10-19T01:19:16.042Z] ---> Running in c02aeb2062fb [2020-10-19T01:19:16.639Z] Removing intermediate container c02aeb2062fb [2020-10-19T01:19:16.639Z] ---> c934561b7f17 [2020-10-19T01:19:16.639Z] Step 6/7 : COPY go.mod . [2020-10-19T01:19:17.621Z] ---> fc14ad999b09 [2020-10-19T01:19:17.621Z] Step 7/7 : RUN go mod download [2020-10-19T01:19:17.621Z] ---> Running in 15f383d02e05 [2020-10-19T01:19:21.213Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients [no test files] [2020-10-19T01:19:21.798Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/agent 0.032s coverage: 85.7% of statements [2020-10-19T01:19:21.798Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/command 0.009s coverage: 100.0% of statements [2020-10-19T01:19:22.074Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/coredata 0.012s coverage: 45.4% of statements [2020-10-19T01:19:22.348Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/general 0.009s coverage: 77.8% of statements [2020-10-19T01:19:22.348Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients/interfaces [no test files] [2020-10-19T01:19:22.348Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/logger 0.005s coverage: 6.4% of statements [2020-10-19T01:19:22.937Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/metadata 0.035s coverage: 14.7% of statements [2020-10-19T01:19:22.937Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/notifications 0.044s coverage: 100.0% of statements [2020-10-19T01:19:23.211Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/scheduler 0.024s coverage: 91.8% of statements [2020-10-19T01:19:23.211Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients/types [no test files] [2020-10-19T01:19:23.211Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/errors [no test files] [2020-10-19T01:19:23.211Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/local 0.045s coverage: 100.0% of statements [2020-10-19T01:19:23.481Z] ok github.com/edgexfoundry/go-mod-core-contracts/errors 0.007s coverage: 48.9% of statements [2020-10-19T01:19:25.422Z] ok github.com/edgexfoundry/go-mod-core-contracts/models 0.044s coverage: 63.0% of statements [2020-10-19T01:19:25.422Z] ok github.com/edgexfoundry/go-mod-core-contracts/requests/configuration 0.022s coverage: 26.3% of statements [2020-10-19T01:19:25.422Z] ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/admin 0.012s coverage: 15.4% of statements [2020-10-19T01:19:25.422Z] ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/operating 0.005s coverage: 15.4% of statements [2020-10-19T01:19:25.422Z] ok github.com/edgexfoundry/go-mod-core-contracts/responses/configuration 0.028s coverage: 14.3% of statements [2020-10-19T01:19:25.422Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2 [no test files] [2020-10-19T01:19:26.005Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos 0.012s coverage: 29.1% of statements [2020-10-19T01:19:26.005Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/common 0.018s coverage: 100.0% of statements [2020-10-19T01:19:26.005Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/requests 0.014s coverage: 94.4% of statements [2020-10-19T01:19:26.005Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/responses 0.009s coverage: 100.0% of statements [2020-10-19T01:19:26.005Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/models [no test files] [2020-10-19T01:19:26.271Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-10-19T01:19:27.697Z] gofmt -l . [2020-10-19T01:19:27.697Z] [ "`gofmt -l .`" = "" ] [Pipeline] stash [2020-10-19T01:19:28.041Z] Stashed 1 file(s) [Pipeline] } [2020-10-19T01:19:28.048Z] $ docker stop --time=1 95c6ea312d379e07ed2f96b263f0b28b91624212328d8f957767fd6660651579 [2020-10-19T01:19:30.473Z] $ docker rm -f 95c6ea312d379e07ed2f96b263f0b28b91624212328d8f957767fd6660651579 [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] } [2020-10-19T01:19:32.756Z] Removing intermediate container 15f383d02e05 [2020-10-19T01:19:32.756Z] ---> 3d9c13070d43 [2020-10-19T01:19:32.756Z] Successfully built 3d9c13070d43 [2020-10-19T01:19:32.756Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-19T01:19:33.157Z] + docker inspect -f . ci-base-image-arm64 [2020-10-19T01:19:33.157Z] . [Pipeline] withDockerContainer [2020-10-19T01:19:33.391Z] prd-ubuntu18.04-docker-arm64-4c-16g-6116 does not seem to be running inside a container [2020-10-19T01:19:33.477Z] $ 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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-10-19T01:19:35.226Z] $ docker top c698d2ba32b6f15ed7514a636e4591dd06e649d9da66b98298176da6052ec06c -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-19T01:19:36.586Z] + go version [2020-10-19T01:19:36.586Z] go version go1.15.2 linux/arm64 [Pipeline] } [2020-10-19T01:19:36.611Z] $ docker stop --time=1 c698d2ba32b6f15ed7514a636e4591dd06e649d9da66b98298176da6052ec06c [2020-10-19T01:19:38.415Z] $ docker rm -f c698d2ba32b6f15ed7514a636e4591dd06e649d9da66b98298176da6052ec06c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-19T01:19:39.387Z] + docker inspect -f . ci-base-image-arm64 [2020-10-19T01:19:39.387Z] . [Pipeline] withDockerContainer [2020-10-19T01:19:39.613Z] prd-ubuntu18.04-docker-arm64-4c-16g-6116 does not seem to be running inside a container [2020-10-19T01:19:39.715Z] $ 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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-10-19T01:19:41.393Z] $ docker top 97d166712ad21ec3cb85f1061de996ccca5b29cff531642e6f3f547eadaed51b -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-19T01:19:42.766Z] + make test [2020-10-19T01:19:42.766Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2020-10-19T01:20:04.991Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients [no test files] [2020-10-19T01:20:04.991Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/agent 0.049s coverage: 85.7% of statements [2020-10-19T01:20:04.991Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/command 0.047s coverage: 100.0% of statements [2020-10-19T01:20:06.008Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/coredata 0.054s coverage: 45.4% of statements [2020-10-19T01:20:06.008Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/general 0.022s coverage: 77.8% of statements [2020-10-19T01:20:06.008Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients/interfaces [no test files] [2020-10-19T01:20:06.008Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/logger 0.047s coverage: 6.4% of statements [2020-10-19T01:20:08.000Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/metadata 0.042s coverage: 14.7% of statements [2020-10-19T01:20:08.000Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/notifications 0.051s coverage: 100.0% of statements [2020-10-19T01:20:09.478Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/scheduler 0.071s coverage: 91.8% of statements [2020-10-19T01:20:09.478Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients/types [no test files] [2020-10-19T01:20:09.478Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/errors [no test files] [2020-10-19T01:20:09.478Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/local 0.010s coverage: 100.0% of statements [2020-10-19T01:20:09.478Z] ok github.com/edgexfoundry/go-mod-core-contracts/errors 0.026s coverage: 48.9% of statements [2020-10-19T01:20:14.935Z] ok github.com/edgexfoundry/go-mod-core-contracts/models 0.146s coverage: 63.0% of statements [2020-10-19T01:20:14.935Z] ok github.com/edgexfoundry/go-mod-core-contracts/requests/configuration 0.020s coverage: 26.3% of statements [2020-10-19T01:20:14.935Z] ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/admin 0.049s coverage: 15.4% of statements [2020-10-19T01:20:14.935Z] ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/operating 0.030s coverage: 15.4% of statements [2020-10-19T01:20:14.935Z] ok github.com/edgexfoundry/go-mod-core-contracts/responses/configuration 0.027s coverage: 14.3% of statements [2020-10-19T01:20:14.935Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2 [no test files] [2020-10-19T01:20:14.935Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos 0.039s coverage: 29.1% of statements [2020-10-19T01:20:14.935Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/common 0.028s coverage: 100.0% of statements [2020-10-19T01:20:16.913Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/requests 0.050s coverage: 94.4% of statements [2020-10-19T01:20:16.913Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/responses 0.022s coverage: 100.0% of statements [2020-10-19T01:20:16.913Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/models [no test files] [2020-10-19T01:20:17.186Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-10-19T01:20:21.538Z] gofmt -l . [2020-10-19T01:20:21.538Z] [ "`gofmt -l .`" = "" ] [Pipeline] stash [2020-10-19T01:20:21.872Z] Warning: overwriting stash ‘coverage-report’ [2020-10-19T01:20:22.675Z] Stashed 1 file(s) [Pipeline] } [2020-10-19T01:20:22.685Z] $ docker stop --time=1 97d166712ad21ec3cb85f1061de996ccca5b29cff531642e6f3f547eadaed51b [2020-10-19T01:20:24.810Z] $ docker rm -f 97d166712ad21ec3cb85f1061de996ccca5b29cff531642e6f3f547eadaed51b [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-10-19T01:20:28.646Z] provisioning config files... [2020-10-19T01:20:28.662Z] copy managed file [go-mod-core-contracts-codecov-token] to file:/w/workspace/dry_go-mod-core-contracts_PR-346@tmp/config3139208066603538155tmp [Pipeline] { [Pipeline] sh [2020-10-19T01:20:29.072Z] + set +x [2020-10-19T01:20:29.072Z] + curl -s https://codecov.io/bash [2020-10-19T01:20:29.072Z] + bash -s -- [2020-10-19T01:20:29.345Z] [2020-10-19T01:20:29.345Z] _____ _ [2020-10-19T01:20:29.345Z] / ____| | | [2020-10-19T01:20:29.345Z] | | ___ __| | ___ ___ _____ __ [2020-10-19T01:20:29.345Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2020-10-19T01:20:29.345Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2020-10-19T01:20:29.345Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2020-10-19T01:20:29.345Z] Bash-20201009-048fee3 [2020-10-19T01:20:29.345Z] [2020-10-19T01:20:29.345Z] [2020-10-19T01:20:29.345Z] ==> Jenkins CI detected. [2020-10-19T01:20:29.345Z] project root: . [2020-10-19T01:20:29.345Z] --> token set from env [2020-10-19T01:20:29.345Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2020-10-19T01:20:29.632Z] ==> Running gcov in . (disable via -X gcov) [2020-10-19T01:20:29.632Z] ==> Python coveragepy not found [2020-10-19T01:20:29.632Z] ==> Searching for coverage reports in: [2020-10-19T01:20:29.632Z] + . [2020-10-19T01:20:29.632Z] -> Found 1 reports [2020-10-19T01:20:29.632Z] ==> Detecting git/mercurial file structure [2020-10-19T01:20:29.632Z] ==> Reading reports [2020-10-19T01:20:29.632Z] + ./coverage.out bytes=106724 [2020-10-19T01:20:29.632Z] ==> Appending adjustments [2020-10-19T01:20:29.632Z] https://docs.codecov.io/docs/fixing-reports [2020-10-19T01:20:31.130Z] + Found adjustments [2020-10-19T01:20:31.130Z] ==> Gzipping contents [2020-10-19T01:20:31.130Z] ==> Uploading reports [2020-10-19T01:20:31.130Z] url: https://codecov.io [2020-10-19T01:20:31.130Z] query: branch=PR-346&commit=1cde81e413bac6887bf494e63adf3d3886dfaf51&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2FPR-346%2F2%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=346&job=&cmd_args= [2020-10-19T01:20:31.130Z] -> Pinging Codecov [2020-10-19T01:20:31.130Z] https://codecov.io/upload/v4?package=bash-20201009-048fee3&token=secret&branch=PR-346&commit=1cde81e413bac6887bf494e63adf3d3886dfaf51&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2FPR-346%2F2%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=346&job=&cmd_args= [2020-10-19T01:20:31.130Z] -> Uploading to [2020-10-19T01:20:31.130Z] [2020-10-19T01:20:31.130Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-19T01:20:31.130Z] Dload Upload Total Spent Left Speed [2020-10-19T01:20:31.130Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0curl: (6) Could not resolve host: ; Unknown error [2020-10-19T01:20:31.130Z] X> Failed to upload [2020-10-19T01:20:31.130Z] ==> Uploading to Codecov [2020-10-19T01:20:31.130Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-19T01:20:31.130Z] Dload Upload Total Spent Left Speed [2020-10-19T01:20:31.972Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 17206 100 118 100 17088 183 26511 --:--:-- --:--:-- --:--:-- 26493 [2020-10-19T01:20:31.973Z] View reports at https://codecov.io/github/edgexfoundry/go-mod-core-contracts/commit/1cde81e413bac6887bf494e63adf3d3886dfaf51 [Pipeline] } [2020-10-19T01:20:31.983Z] 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] { (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 [2020-10-19T01:20:35.212Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-19T01:20:35.819Z] ---> package-listing.sh [2020-10-19T01:20:35.819Z] ++ facter osfamily [2020-10-19T01:20:35.819Z] ++ tr '[:upper:]' '[:lower:]' [2020-10-19T01:20:36.092Z] + OS_FAMILY=redhat [2020-10-19T01:20:36.092Z] + workspace=/w/workspace/dry_go-mod-core-contracts_PR-346 [2020-10-19T01:20:36.092Z] + START_PACKAGES=/tmp/packages_start.txt [2020-10-19T01:20:36.092Z] + END_PACKAGES=/tmp/packages_end.txt [2020-10-19T01:20:36.092Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-10-19T01:20:36.092Z] + PACKAGES=/tmp/packages_start.txt [2020-10-19T01:20:36.092Z] + '[' /w/workspace/dry_go-mod-core-contracts_PR-346 ']' [2020-10-19T01:20:36.092Z] + PACKAGES=/tmp/packages_end.txt [2020-10-19T01:20:36.092Z] + case "${OS_FAMILY}" in [2020-10-19T01:20:36.092Z] + rpm -qa [2020-10-19T01:20:36.092Z] + sort [2020-10-19T01:20:40.421Z] + '[' -f /tmp/packages_start.txt ']' [2020-10-19T01:20:40.421Z] + '[' -f /tmp/packages_end.txt ']' [2020-10-19T01:20:40.421Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-10-19T01:20:40.421Z] + '[' /w/workspace/dry_go-mod-core-contracts_PR-346 ']' [2020-10-19T01:20:40.421Z] + mkdir -p /w/workspace/dry_go-mod-core-contracts_PR-346/archives/ [2020-10-19T01:20:40.421Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dry_go-mod-core-contracts_PR-346/archives/ [Pipeline] echo [2020-10-19T01:20:40.465Z] 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-346/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2020-10-19T01:20:40.806Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2020-10-19T01:20:41.508Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-10-19T01:20:41.788Z] [2020-10-19T01:20:41.788Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-10-19T01:20:42.246Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-10-19T01:20:42.246Z] alpine: Pulling from edgex-lftools-log-publisher [2020-10-19T01:20:42.246Z] df20fa9351a1: Pulling fs layer [2020-10-19T01:20:42.246Z] 36b3adc4ff6f: Pulling fs layer [2020-10-19T01:20:42.246Z] 8ad3a11d3b57: Pulling fs layer [2020-10-19T01:20:42.246Z] 46f8f816bc3b: Pulling fs layer [2020-10-19T01:20:42.246Z] 93b61091891f: Pulling fs layer [2020-10-19T01:20:42.246Z] 93b9cdb0e59b: Pulling fs layer [2020-10-19T01:20:42.246Z] 5e14af77c1be: Pulling fs layer [2020-10-19T01:20:42.246Z] 01666e4c0597: Pulling fs layer [2020-10-19T01:20:42.246Z] aa168da1d23b: Pulling fs layer [2020-10-19T01:20:42.246Z] 93b61091891f: Waiting [2020-10-19T01:20:42.246Z] 93b9cdb0e59b: Waiting [2020-10-19T01:20:42.246Z] 5e14af77c1be: Waiting [2020-10-19T01:20:42.246Z] 01666e4c0597: Waiting [2020-10-19T01:20:42.246Z] aa168da1d23b: Waiting [2020-10-19T01:20:42.246Z] 46f8f816bc3b: Waiting [2020-10-19T01:20:42.527Z] 36b3adc4ff6f: Verifying Checksum [2020-10-19T01:20:42.527Z] 36b3adc4ff6f: Download complete [2020-10-19T01:20:42.527Z] 46f8f816bc3b: Verifying Checksum [2020-10-19T01:20:42.527Z] 46f8f816bc3b: Download complete [2020-10-19T01:20:42.527Z] df20fa9351a1: Verifying Checksum [2020-10-19T01:20:42.527Z] df20fa9351a1: Download complete [2020-10-19T01:20:42.527Z] 93b9cdb0e59b: Verifying Checksum [2020-10-19T01:20:42.527Z] 93b9cdb0e59b: Download complete [2020-10-19T01:20:42.527Z] 5e14af77c1be: Verifying Checksum [2020-10-19T01:20:42.527Z] 5e14af77c1be: Download complete [2020-10-19T01:20:42.527Z] 01666e4c0597: Verifying Checksum [2020-10-19T01:20:42.527Z] 01666e4c0597: Download complete [2020-10-19T01:20:42.809Z] 93b61091891f: Verifying Checksum [2020-10-19T01:20:42.809Z] 93b61091891f: Download complete [2020-10-19T01:20:43.076Z] df20fa9351a1: Pull complete [2020-10-19T01:20:43.076Z] 8ad3a11d3b57: Verifying Checksum [2020-10-19T01:20:43.076Z] 8ad3a11d3b57: Download complete [2020-10-19T01:20:43.358Z] 36b3adc4ff6f: Pull complete [2020-10-19T01:20:44.883Z] 8ad3a11d3b57: Pull complete [2020-10-19T01:20:45.882Z] 46f8f816bc3b: Pull complete [2020-10-19T01:20:46.510Z] 93b61091891f: Pull complete [2020-10-19T01:20:46.827Z] 93b9cdb0e59b: Pull complete [2020-10-19T01:20:47.107Z] 5e14af77c1be: Pull complete [2020-10-19T01:20:47.107Z] 01666e4c0597: Pull complete [2020-10-19T01:20:47.701Z] aa168da1d23b: Verifying Checksum [2020-10-19T01:20:47.701Z] aa168da1d23b: Download complete [2020-10-19T01:20:58.023Z] aa168da1d23b: Pull complete [2020-10-19T01:20:58.023Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2020-10-19T01:20:58.023Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-10-19T01:20:58.023Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-10-19T01:20:58.321Z] prd-centos7-docker-4c-2g-6114 does not seem to be running inside a container [2020-10-19T01:20:58.426Z] $ 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-346/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-346 -v /w/workspace/dry_go-mod-core-contracts_PR-346:/w/workspace/dry_go-mod-core-contracts_PR-346:rw,z -v /w/workspace/dry_go-mod-core-contracts_PR-346@tmp:/w/workspace/dry_go-mod-core-contracts_PR-346@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-10-19T01:21:02.838Z] $ docker top 15183126eeed46ca651e5780a369be71658ce7b0ba04c665bb43c597aa710892 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-19T01:21:03.426Z] + touch /tmp/pre-build-complete [Pipeline] sh [2020-10-19T01:21:04.038Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-10-19T01:21:04.394Z] + ls /var/log/sa-host [2020-10-19T01:21:04.394Z] + sadf -c /var/log/sa-host/sa05 [2020-10-19T01:21:04.394Z] file_magic: OK [2020-10-19T01:21:04.394Z] HZ: Using current value: 100 [2020-10-19T01:21:04.394Z] file_header: OK [2020-10-19T01:21:04.394Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2020-10-19T01:21:04.394Z] Statistics: [2020-10-19T01:21:04.394Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-10-19T01:21:04.394Z] File successfully converted to sysstat format version 12.2.1 [2020-10-19T01:21:04.394Z] + sadf -c /var/log/sa-host/sa19 [2020-10-19T01:21:04.394Z] file_magic: OK [2020-10-19T01:21:04.394Z] HZ: Using current value: 100 [2020-10-19T01:21:04.394Z] file_header: OK [2020-10-19T01:21:04.394Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2020-10-19T01:21:04.394Z] Statistics: [2020-10-19T01:21:04.394Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-10-19T01:21:04.394Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-10-19T01:21:04.643Z] provisioning config files... [2020-10-19T01:21:04.664Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dry_go-mod-core-contracts_PR-346@tmp/config3403226451593767829tmp [Pipeline] { [Pipeline] echo [2020-10-19T01:21:04.739Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-19T01:21:05.100Z] ---> create-netrc.sh [Pipeline] } [2020-10-19T01:21:05.138Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-10-19T01:21:05.236Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-19T01:21:05.569Z] ---> python-tools-install.sh [Pipeline] echo [2020-10-19T01:21:05.583Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-19T01:21:05.981Z] ---> sudo-logs.sh [2020-10-19T01:21:05.981Z] Archiving 'sudo' log.. [Pipeline] echo [2020-10-19T01:21:06.073Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-19T01:21:06.579Z] ---> job-cost.sh [2020-10-19T01:21:06.579Z] lf-activate-venv: SKIPPING [2020-10-19T01:21:06.579Z] INFO: No Stack... [2020-10-19T01:21:09.189Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-10-19T01:21:09.492Z] INFO: Archiving Costs [Pipeline] echo [2020-10-19T01:21:09.509Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-19T01:21:09.833Z] ---> logs-deploy.sh [2020-10-19T01:21:09.833Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/PR-346/2 [2020-10-19T01:21:09.833Z] INFO: archiving workspace using pattern(s): [2020-10-19T01:21:12.510Z] Archives upload complete. [2020-10-19T01:21:12.796Z] INFO: archiving logs to Nexus [2020-10-19T01:21:14.273Z] ---> uname -a: [2020-10-19T01:21:14.273Z] Linux prd-centos7-docker-4c-2g-6114.vexxhost.local 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux [2020-10-19T01:21:14.273Z] [2020-10-19T01:21:14.273Z] [2020-10-19T01:21:14.273Z] ---> lscpu: [2020-10-19T01:21:14.273Z] Architecture: x86_64 [2020-10-19T01:21:14.273Z] CPU op-mode(s): 32-bit, 64-bit [2020-10-19T01:21:14.273Z] Byte Order: Little Endian [2020-10-19T01:21:14.273Z] Address sizes: 40 bits physical, 48 bits virtual [2020-10-19T01:21:14.273Z] CPU(s): 4 [2020-10-19T01:21:14.273Z] On-line CPU(s) list: 0-3 [2020-10-19T01:21:14.273Z] Thread(s) per core: 1 [2020-10-19T01:21:14.273Z] Core(s) per socket: 1 [2020-10-19T01:21:14.273Z] Socket(s): 4 [2020-10-19T01:21:14.273Z] NUMA node(s): 1 [2020-10-19T01:21:14.273Z] Vendor ID: GenuineIntel [2020-10-19T01:21:14.273Z] CPU family: 6 [2020-10-19T01:21:14.273Z] Model: 44 [2020-10-19T01:21:14.273Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2020-10-19T01:21:14.273Z] Stepping: 1 [2020-10-19T01:21:14.273Z] CPU MHz: 2933.438 [2020-10-19T01:21:14.273Z] BogoMIPS: 5866.87 [2020-10-19T01:21:14.273Z] Virtualization: VT-x [2020-10-19T01:21:14.273Z] Hypervisor vendor: KVM [2020-10-19T01:21:14.273Z] Virtualization type: full [2020-10-19T01:21:14.273Z] L1d cache: 128 KiB [2020-10-19T01:21:14.273Z] L1i cache: 128 KiB [2020-10-19T01:21:14.273Z] L2 cache: 16 MiB [2020-10-19T01:21:14.273Z] L3 cache: 64 MiB [2020-10-19T01:21:14.273Z] NUMA node0 CPU(s): 0-3 [2020-10-19T01:21:14.273Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2020-10-19T01:21:14.273Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2020-10-19T01:21:14.273Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2020-10-19T01:21:14.273Z] Vulnerability Meltdown: Mitigation; PTI [2020-10-19T01:21:14.273Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2020-10-19T01:21:14.273Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2020-10-19T01:21:14.273Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2020-10-19T01:21:14.273Z] Vulnerability Tsx async abort: Not affected [2020-10-19T01:21:14.273Z] Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp [2020-10-19T01:21:14.273Z] [2020-10-19T01:21:14.273Z] [2020-10-19T01:21:14.273Z] ---> nproc: [2020-10-19T01:21:14.273Z] 4 [2020-10-19T01:21:14.273Z] [2020-10-19T01:21:14.273Z] [2020-10-19T01:21:14.273Z] ---> df -h: [2020-10-19T01:21:14.273Z] Filesystem Size Used Available Use% Mounted on [2020-10-19T01:21:14.273Z] overlay 50.0G 7.2G 42.8G 14% / [2020-10-19T01:21:14.273Z] tmpfs 64.0M 0 64.0M 0% /dev [2020-10-19T01:21:14.273Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2020-10-19T01:21:14.273Z] shm 64.0M 0 64.0M 0% /dev/shm [2020-10-19T01:21:14.273Z] /dev/vda1 50.0G 7.2G 42.8G 14% /facter-os [2020-10-19T01:21:14.273Z] /dev/vda1 50.0G 7.2G 42.8G 14% /etc/resolv.conf [2020-10-19T01:21:14.273Z] /dev/vda1 50.0G 7.2G 42.8G 14% /etc/hostname [2020-10-19T01:21:14.273Z] /dev/vda1 50.0G 7.2G 42.8G 14% /etc/hosts [2020-10-19T01:21:14.273Z] /dev/vda1 50.0G 7.2G 42.8G 14% /var/log/auth.log [2020-10-19T01:21:14.273Z] /dev/vda1 50.0G 7.2G 42.8G 14% /w/workspace/dry_go-mod-core-contracts_PR-346 [2020-10-19T01:21:14.273Z] /dev/vda1 50.0G 7.2G 42.8G 14% /run/cloud-init/result.json [2020-10-19T01:21:14.273Z] /dev/vda1 50.0G 7.2G 42.8G 14% /w/workspace/dry_go-mod-core-contracts_PR-346@tmp [2020-10-19T01:21:14.273Z] /dev/vda1 50.0G 7.2G 42.8G 14% /var/log/sa-host [2020-10-19T01:21:14.273Z] /dev/vda1 50.0G 7.2G 42.8G 14% /var/log/secure [2020-10-19T01:21:14.273Z] [2020-10-19T01:21:14.273Z] [2020-10-19T01:21:14.273Z] ---> free -m: [2020-10-19T01:21:14.273Z] total used free shared buff/cache available [2020-10-19T01:21:14.273Z] Mem: 1837 693 122 0 1021 1041 [2020-10-19T01:21:14.273Z] Swap: 1023 1 1022 [2020-10-19T01:21:14.273Z] [2020-10-19T01:21:14.273Z] [2020-10-19T01:21:14.273Z] ---> ip addr: [2020-10-19T01:21:14.273Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2020-10-19T01:21:14.273Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2020-10-19T01:21:14.273Z] inet 127.0.0.1/8 scope host lo [2020-10-19T01:21:14.273Z] valid_lft forever preferred_lft forever [2020-10-19T01:21:14.273Z] inet6 ::1/128 scope host [2020-10-19T01:21:14.273Z] valid_lft forever preferred_lft forever [2020-10-19T01:21:14.273Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2020-10-19T01:21:14.273Z] link/ether fa:16:3e:5e:ba:4d brd ff:ff:ff:ff:ff:ff [2020-10-19T01:21:14.273Z] inet 10.30.123.105/23 brd 10.30.123.255 scope global dynamic eth0 [2020-10-19T01:21:14.273Z] valid_lft 86031sec preferred_lft 86031sec [2020-10-19T01:21:14.273Z] inet6 fe80::f816:3eff:fe5e:ba4d/64 scope link [2020-10-19T01:21:14.273Z] valid_lft forever preferred_lft forever [2020-10-19T01:21:14.273Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2020-10-19T01:21:14.273Z] link/ether 02:42:8a:f2:0d:8a brd ff:ff:ff:ff:ff:ff [2020-10-19T01:21:14.273Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2020-10-19T01:21:14.273Z] valid_lft forever preferred_lft forever [2020-10-19T01:21:14.273Z] inet6 fe80::42:8aff:fef2:d8a/64 scope link [2020-10-19T01:21:14.273Z] valid_lft forever preferred_lft forever [2020-10-19T01:21:14.273Z] [2020-10-19T01:21:14.273Z] [2020-10-19T01:21:14.273Z] ---> sar -b -r -n DEV: [2020-10-19T01:21:14.273Z] Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 10/19/20 _x86_64_ (4 CPU) [2020-10-19T01:21:14.273Z] [2020-10-19T01:21:14.273Z] 01:14:45 LINUX RESTART (4 CPU) [2020-10-19T01:21:14.273Z] [2020-10-19T01:21:14.273Z] 01:16:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2020-10-19T01:21:14.273Z] 01:17:01 30.68 10.65 20.03 0.00 4418.10 2243.89 0.00 [2020-10-19T01:21:14.273Z] 01:18:01 0.82 0.00 0.82 0.00 0.00 19.06 0.00 [2020-10-19T01:21:14.273Z] 01:19:01 0.20 0.00 0.20 0.00 0.00 2.58 0.00 [2020-10-19T01:21:14.273Z] 01:20:01 0.27 0.00 0.27 0.00 0.00 3.36 0.00 [2020-10-19T01:21:14.273Z] 01:21:02 130.24 64.05 66.20 0.00 6270.64 18421.91 0.00 [2020-10-19T01:21:14.273Z] Average: 32.46 14.95 17.51 0.00 2138.60 4140.01 0.00 [2020-10-19T01:21:14.273Z] [2020-10-19T01:21:14.273Z] 01:16:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2020-10-19T01:21:14.273Z] 01:17:01 161036 0 604820 32.14 2620 1113080 1151924 39.31 440552 1116316 16 [2020-10-19T01:21:14.273Z] 01:18:01 173884 0 591964 31.46 2620 1113088 1062832 36.27 433608 1112056 16 [2020-10-19T01:21:14.273Z] 01:19:01 171844 0 594000 31.57 2620 1113092 1063012 36.28 436372 1111500 8 [2020-10-19T01:21:14.273Z] 01:20:01 171872 0 593972 31.57 2620 1113092 1063000 36.28 445584 1102348 8 [2020-10-19T01:21:14.273Z] 01:21:02 183520 0 691960 36.78 2620 1003456 1268108 43.28 453032 1024468 8 [2020-10-19T01:21:14.273Z] Average: 172431 0 615343 32.70 2620 1091162 1121775 38.28 441830 1093338 11 [2020-10-19T01:21:14.273Z] [2020-10-19T01:21:14.273Z] 01:16:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2020-10-19T01:21:14.273Z] 01:17:01 eth0 80.70 69.97 353.31 38.90 0.00 0.00 0.00 0.00 [2020-10-19T01:21:14.274Z] 01:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-19T01:21:14.274Z] 01:17:01 docker0 3.29 2.43 0.97 11.98 0.00 0.00 0.00 0.00 [2020-10-19T01:21:14.274Z] 01:18:01 eth0 1.07 0.08 0.09 0.01 0.00 0.00 0.00 0.00 [2020-10-19T01:21:14.274Z] 01:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-19T01:21:14.274Z] 01:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-19T01:21:14.274Z] 01:19:01 eth0 1.63 0.50 0.59 0.36 0.00 0.00 0.00 0.00 [2020-10-19T01:21:14.274Z] 01:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-19T01:21:14.274Z] 01:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-19T01:21:14.274Z] 01:20:01 eth0 1.08 0.32 0.34 0.23 0.00 0.00 0.00 0.00 [2020-10-19T01:21:14.274Z] 01:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-19T01:21:14.274Z] 01:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-19T01:21:14.274Z] 01:21:02 eth0 222.46 180.93 2178.22 21.80 0.00 0.00 0.00 0.00 [2020-10-19T01:21:14.274Z] 01:21:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-19T01:21:14.274Z] 01:21:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-19T01:21:14.274Z] Average: eth0 61.41 50.38 506.73 12.26 0.00 0.00 0.00 0.00 [2020-10-19T01:21:14.274Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-19T01:21:14.274Z] Average: docker0 0.66 0.49 0.19 2.40 0.00 0.00 0.00 0.00 [2020-10-19T01:21:14.274Z] [2020-10-19T01:21:14.274Z] [2020-10-19T01:21:14.274Z] ---> sar -P ALL: [2020-10-19T01:21:14.274Z] Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 10/19/20 _x86_64_ (4 CPU) [2020-10-19T01:21:14.274Z] [2020-10-19T01:21:14.274Z] 01:14:45 LINUX RESTART (4 CPU) [2020-10-19T01:21:14.274Z] [2020-10-19T01:21:14.274Z] 01:16:01 CPU %user %nice %system %iowait %steal %idle [2020-10-19T01:21:14.274Z] 01:17:01 all 2.19 0.00 1.91 0.59 6.19 89.12 [2020-10-19T01:21:14.274Z] 01:17:01 0 2.03 0.00 2.03 0.39 6.85 88.71 [2020-10-19T01:21:14.274Z] 01:17:01 1 1.96 0.00 1.46 0.95 6.07 89.55 [2020-10-19T01:21:14.274Z] 01:17:01 2 2.28 0.00 2.21 0.51 5.88 89.11 [2020-10-19T01:21:14.274Z] 01:17:01 3 2.51 0.00 1.94 0.49 5.93 89.12 [2020-10-19T01:21:14.274Z] 01:18:01 all 0.08 0.00 0.07 0.00 0.32 99.53 [2020-10-19T01:21:14.274Z] 01:18:01 0 0.02 0.00 0.08 0.00 0.15 99.75 [2020-10-19T01:21:14.274Z] 01:18:01 1 0.12 0.00 0.10 0.00 0.52 99.27 [2020-10-19T01:21:14.274Z] 01:18:01 2 0.15 0.00 0.05 0.00 0.42 99.38 [2020-10-19T01:21:14.274Z] 01:18:01 3 0.05 0.00 0.07 0.00 0.18 99.70 [2020-10-19T01:21:14.274Z] 01:19:01 all 0.10 0.00 0.02 0.00 0.33 99.54 [2020-10-19T01:21:14.274Z] 01:19:01 0 0.03 0.00 0.02 0.00 0.42 99.53 [2020-10-19T01:21:14.274Z] 01:19:01 1 0.30 0.00 0.02 0.00 0.32 99.37 [2020-10-19T01:21:14.274Z] 01:19:01 2 0.03 0.00 0.03 0.00 0.22 99.72 [2020-10-19T01:21:14.274Z] 01:19:01 3 0.05 0.00 0.03 0.00 0.37 99.55 [2020-10-19T01:21:14.274Z] 01:20:01 all 0.14 0.00 0.06 0.00 0.07 99.73 [2020-10-19T01:21:14.274Z] 01:20:01 0 0.03 0.00 0.07 0.00 0.08 99.82 [2020-10-19T01:21:14.274Z] 01:20:01 1 0.45 0.00 0.07 0.00 0.13 99.35 [2020-10-19T01:21:14.274Z] 01:20:01 2 0.03 0.00 0.08 0.00 0.02 99.87 [2020-10-19T01:21:14.274Z] 01:20:01 3 0.05 0.00 0.03 0.00 0.05 99.87 [2020-10-19T01:21:14.274Z] 01:21:02 all 4.44 0.00 3.46 1.91 6.67 83.52 [2020-10-19T01:21:14.274Z] 01:21:02 0 3.71 0.00 2.69 2.32 6.93 84.34 [2020-10-19T01:21:14.274Z] 01:21:02 1 3.66 0.00 3.58 2.00 6.58 84.18 [2020-10-19T01:21:14.274Z] 01:21:02 2 5.20 0.00 3.94 2.31 6.80 81.75 [2020-10-19T01:21:14.274Z] 01:21:02 3 5.20 0.00 3.62 1.00 6.37 83.81 [2020-10-19T01:21:14.274Z] Average: all 1.38 0.00 1.10 0.49 2.71 94.32 [2020-10-19T01:21:14.274Z] Average: 0 1.16 0.00 0.97 0.54 2.88 94.45 [2020-10-19T01:21:14.274Z] Average: 1 1.29 0.00 1.04 0.59 2.72 94.37 [2020-10-19T01:21:14.274Z] Average: 2 1.53 0.00 1.26 0.56 2.65 94.01 [2020-10-19T01:21:14.274Z] Average: 3 1.56 0.00 1.13 0.30 2.57 94.44 [2020-10-19T01:21:14.274Z] [2020-10-19T01:21:14.274Z] [2020-10-19T01:21:14.274Z]