Branch indexing 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 2b3e9d5b20bbeda48cf37febd89b69dd262b067f+c9efc357fe638ed4dbd739befcaf3df2c9dd2676 (80f4e5e1272e3788b951fd817fcdb39b0d26457d) 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 Running on prd-centos7-docker-4c-2g-6423 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 Merging remotes/origin/master commit c9efc357fe638ed4dbd739befcaf3df2c9dd2676 into PR head commit 2b3e9d5b20bbeda48cf37febd89b69dd262b067f Merge succeeded, producing e27ca2f5086b377bdc0c51307cb187ba6ff5a004 Checking out Revision e27ca2f5086b377bdc0c51307cb187ba6ff5a004 (PR-346) > 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 > git config core.sparsecheckout # timeout=10 > git checkout -f 2b3e9d5b20bbeda48cf37febd89b69dd262b067f # 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 c9efc357fe638ed4dbd739befcaf3df2c9dd2676 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f e27ca2f5086b377bdc0c51307cb187ba6ff5a004 # timeout=10 Commit message: "Merge commit 'c9efc357fe638ed4dbd739befcaf3df2c9dd2676' into HEAD" > git rev-list --no-walk 2b3e9d5b20bbeda48cf37febd89b69dd262b067f # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-10-20T00:38:28.312Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-10-20T00:38:28.678Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-10-20T00:38:28.789Z] ========================================================= [2020-10-20T00:38:28.790Z] EdgeX Global Pipelines Version Info [2020-10-20T00:38:28.790Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-10-20T00:38:31.629Z] ------------------- [2020-10-20T00:38:31.629Z] stable info: [2020-10-20T00:38:31.629Z] ------------------- [2020-10-20T00:38:31.629Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-10-20T00:38:31.629Z] Commit SHA: a2cbe11917bfb8801b6bc99aaa80229564ed4294 [2020-10-20T00:38:31.629Z] Message: update stable to v1.0.144 [2020-10-20T00:38:32.593Z] ------------------- [2020-10-20T00:38:32.593Z] experimental info: [2020-10-20T00:38:32.593Z] ------------------- [2020-10-20T00:38:32.593Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-10-20T00:38:32.593Z] Commit SHA: c640cc8e0f176a0a86b153ebfcb15f3e2f33f7bd [2020-10-20T00:38:32.593Z] Message: update experimental to v1.0.145 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo [2020-10-20T00:38:32.978Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-core-contracts-settings [Pipeline] echo [2020-10-20T00:38:33.079Z] [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-core-contracts [Pipeline] echo [2020-10-20T00:38:33.176Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-10-20T00:38:33.279Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-10-20T00:38:33.372Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-10-20T00:38:33.481Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-10-20T00:38:33.569Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-10-20T00:38:33.662Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-10-20T00:38:33.758Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2020-10-20T00:38:33.852Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-10-20T00:38:33.944Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-10-20T00:38:34.039Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-core-contracts [Pipeline] echo [2020-10-20T00:38:34.162Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-10-20T00:38:34.257Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-10-20T00:38:34.354Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo [2020-10-20T00:38:34.481Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2020-10-20T00:38:34.641Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2020-10-20T00:38:34.785Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2020-10-20T00:38:34.946Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = patch [Pipeline] echo [2020-10-20T00:38:35.037Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2020-10-20T00:38:35.128Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2020-10-20T00:38:35.225Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2020-10-20T00:38:35.335Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2020-10-20T00:38:35.428Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2020-10-20T00:38:35.525Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo [2020-10-20T00:38:35.635Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-346 [Pipeline] echo [2020-10-20T00:38:35.736Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-346 [Pipeline] echo [2020-10-20T00:38:35.836Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-346 [Pipeline] echo [2020-10-20T00:38:35.964Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = e27ca2f5086b377bdc0c51307cb187ba6ff5a004 [Pipeline] echo [2020-10-20T00:38:36.138Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = e27ca2f [Pipeline] echo [2020-10-20T00:38:36.240Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-10-20T00:38:36.911Z] + git log --format=format:%s -1 e27ca2f5086b377bdc0c51307cb187ba6ff5a004 [Pipeline] echo [2020-10-20T00:38:37.062Z] GIT_COMMIT: e27ca2f5086b377bdc0c51307cb187ba6ff5a004, Commit Message: Merge commit 'c9efc357fe638ed4dbd739befcaf3df2c9dd2676' into HEAD [Pipeline] echo [2020-10-20T00:38:37.191Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-10-20T00:38:37.851Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-20T00:38:38.122Z] [2020-10-20T00:38:38.122Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-10-20T00:38:38.571Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-20T00:38:38.842Z] latest: Pulling from edgex-devops/git-semver [2020-10-20T00:38:38.842Z] 31603596830f: Pulling fs layer [2020-10-20T00:38:38.842Z] 2a8b12db71e7: Pulling fs layer [2020-10-20T00:38:38.842Z] 6ca5941a6612: Pulling fs layer [2020-10-20T00:38:38.842Z] ecc8261a40a4: Pulling fs layer [2020-10-20T00:38:38.842Z] ecc8261a40a4: Waiting [2020-10-20T00:38:38.842Z] 2a8b12db71e7: Verifying Checksum [2020-10-20T00:38:38.842Z] 2a8b12db71e7: Download complete [2020-10-20T00:38:39.158Z] 31603596830f: Verifying Checksum [2020-10-20T00:38:39.158Z] 31603596830f: Download complete [2020-10-20T00:38:39.456Z] ecc8261a40a4: Verifying Checksum [2020-10-20T00:38:39.456Z] ecc8261a40a4: Download complete [2020-10-20T00:38:39.456Z] 6ca5941a6612: Download complete [2020-10-20T00:38:39.740Z] 31603596830f: Pull complete [2020-10-20T00:38:40.018Z] 2a8b12db71e7: Pull complete [2020-10-20T00:38:41.462Z] 6ca5941a6612: Pull complete [2020-10-20T00:38:41.745Z] ecc8261a40a4: Pull complete [2020-10-20T00:38:41.745Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-10-20T00:38:41.745Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-20T00:38:41.745Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-10-20T00:38:41.969Z] prd-centos7-docker-4c-2g-6423 does not seem to be running inside a container [2020-10-20T00:38:42.099Z] $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-10-20T00:38:45.035Z] $ docker top a109a1ca5674a064348a77f5b9954b383dc822ce7d0b32b6ab37622171e396c1 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-20T00:38:45.598Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-20T00:38:45.598Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-20T00:38:45.925Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-20T00:38:45.933Z] $ docker exec a109a1ca5674a064348a77f5b9954b383dc822ce7d0b32b6ab37622171e396c1 ssh-agent [2020-10-20T00:38:46.331Z] SSH_AUTH_SOCK=/tmp/ssh-EAGjlfA2O2ru/agent.13 [2020-10-20T00:38:46.331Z] SSH_AGENT_PID=18 [2020-10-20T00:38:46.350Z] Running ssh-add (command line suppressed) [2020-10-20T00:38:46.510Z] Identity added: /w/workspace/dry_go-mod-core-contracts_PR-346@tmp/private_key_1773444522010523469.key (/w/workspace/dry_go-mod-core-contracts_PR-346@tmp/private_key_1773444522010523469.key) [2020-10-20T00:38:46.613Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-20T00:38:47.006Z] + git tag --points-at HEAD [Pipeline] } [2020-10-20T00:38:47.038Z] $ docker exec --env ******** --env ******** a109a1ca5674a064348a77f5b9954b383dc822ce7d0b32b6ab37622171e396c1 ssh-agent -k [2020-10-20T00:38:47.179Z] unset SSH_AUTH_SOCK; [2020-10-20T00:38:47.180Z] unset SSH_AGENT_PID; [2020-10-20T00:38:47.180Z] echo Agent pid 18 killed; [2020-10-20T00:38:47.240Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2020-10-20T00:38:47.396Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-20T00:38:47.396Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-20T00:38:47.662Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-20T00:38:47.669Z] $ docker exec a109a1ca5674a064348a77f5b9954b383dc822ce7d0b32b6ab37622171e396c1 ssh-agent [2020-10-20T00:38:47.889Z] SSH_AUTH_SOCK=/tmp/ssh-ySyEBMfiFnGM/agent.47 [2020-10-20T00:38:47.889Z] SSH_AGENT_PID=52 [2020-10-20T00:38:47.899Z] Running ssh-add (command line suppressed) [2020-10-20T00:38:48.156Z] Identity added: /w/workspace/dry_go-mod-core-contracts_PR-346@tmp/private_key_2765055663761778280.key (/w/workspace/dry_go-mod-core-contracts_PR-346@tmp/private_key_2765055663761778280.key) [2020-10-20T00:38:48.270Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-20T00:38:48.718Z] + git semver init [2020-10-20T00:38:48.718Z] # -> Open(): unable to determine branch for HEAD [2020-10-20T00:38:48.718Z] # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_PR-346/.git [2020-10-20T00:38:48.718Z] # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_PR-346 [2020-10-20T00:38:48.718Z] # $SEMVER_REMOTE_NAME = origin [2020-10-20T00:38:48.718Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-20T00:38:48.718Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-20T00:38:48.718Z] # $SEMVER_BRANCH = PR-346 [2020-10-20T00:38:48.718Z] # $SEMVER_TEMP = /tmp/semver-566828615 [2020-10-20T00:38:48.718Z] # git clone --branch semver git@github.com:edgexfoundry/go-mod-core-contracts.git $SEMVER_TEMP [2020-10-20T00:38:49.771Z] # '/tmp/semver-566828615' -> '/w/workspace/dry_go-mod-core-contracts_PR-346/.semver' [2020-10-20T00:38:49.771Z] # -> Force: false [2020-10-20T00:38:49.771Z] # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_PR-346/.semver [Pipeline] } [2020-10-20T00:38:49.795Z] $ docker exec --env ******** --env ******** a109a1ca5674a064348a77f5b9954b383dc822ce7d0b32b6ab37622171e396c1 ssh-agent -k [2020-10-20T00:38:50.060Z] unset SSH_AUTH_SOCK; [2020-10-20T00:38:50.060Z] unset SSH_AGENT_PID; [2020-10-20T00:38:50.060Z] echo Agent pid 52 killed; [2020-10-20T00:38:50.167Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-20T00:38:50.787Z] + git semver [Pipeline] } [2020-10-20T00:38:50.824Z] $ docker stop --time=1 a109a1ca5674a064348a77f5b9954b383dc822ce7d0b32b6ab37622171e396c1 [2020-10-20T00:38:52.624Z] $ docker rm -f a109a1ca5674a064348a77f5b9954b383dc822ce7d0b32b6ab37622171e396c1 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-20T00:38:53.198Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2020-10-20T00:38:54.022Z] Stashed 1 file(s) [Pipeline] echo [2020-10-20T00:38:54.025Z] [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-20T00:38:54.850Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-6441 in /w/workspace/dry_go-mod-core-contracts_PR-346 [Pipeline] { [Pipeline] ws [2020-10-20T00:38:54.899Z] Running in /w/workspace/go-mod-core-contracts/5 [Pipeline] { [Pipeline] checkout [2020-10-20T00:39:00.639Z] using credential edgex-jenkins-ssh [2020-10-20T00:39:00.709Z] Cloning the remote Git repository [2020-10-20T00:39:00.799Z] Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-10-20T00:39:00.949Z] > git init /w/workspace/go-mod-core-contracts/5 # timeout=10 [2020-10-20T00:39:01.062Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-10-20T00:39:01.063Z] > git --version # timeout=10 [2020-10-20T00:39:01.092Z] > git --version # 'git version 2.17.1' [2020-10-20T00:39:01.095Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-20T00:39:01.184Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-20T00:39:02.129Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2020-10-20T00:39:02.162Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-20T00:39:02.196Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2020-10-20T00:39:02.240Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-10-20T00:39:02.242Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-20T00:39:02.258Z] > 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-20T00:39:02.982Z] Merging remotes/origin/master commit c9efc357fe638ed4dbd739befcaf3df2c9dd2676 into PR head commit 2b3e9d5b20bbeda48cf37febd89b69dd262b067f [2020-10-20T00:39:03.373Z] Merge succeeded, producing 99b6bfe431a7ed2f135e49f196dee2f13145c5cf [2020-10-20T00:39:03.374Z] Checking out Revision 99b6bfe431a7ed2f135e49f196dee2f13145c5cf (PR-346) [2020-10-20T00:39:03.004Z] > git config core.sparsecheckout # timeout=10 [2020-10-20T00:39:03.020Z] > git checkout -f 2b3e9d5b20bbeda48cf37febd89b69dd262b067f # timeout=10 [2020-10-20T00:39:03.167Z] > git remote # timeout=10 [2020-10-20T00:39:03.189Z] > git config --get remote.origin.url # timeout=10 [2020-10-20T00:39:03.207Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-20T00:39:03.222Z] > git merge c9efc357fe638ed4dbd739befcaf3df2c9dd2676 # timeout=10 [2020-10-20T00:39:03.354Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-10-20T00:39:03.384Z] > git config core.sparsecheckout # timeout=10 [2020-10-20T00:39:03.400Z] > git checkout -f 99b6bfe431a7ed2f135e49f196dee2f13145c5cf # timeout=10 [2020-10-20T00:39:08.219Z] Commit message: "Merge commit 'c9efc357fe638ed4dbd739befcaf3df2c9dd2676' into HEAD" [2020-10-20T00:39:08.231Z] > git rev-list --no-walk 2b3e9d5b20bbeda48cf37febd89b69dd262b067f # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-10-20T00:39:09.237Z] ========================================================= [2020-10-20T00:39:09.237Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-10-20T00:39:09.237Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-10-20T00:39:09.635Z] Still waiting to schedule task [2020-10-20T00:39:09.635Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2020-10-20T00:39:10.306Z] + 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-20T00:39:11.307Z] Sending build context to Docker daemon 1.811MB [2020-10-20T00:39:11.307Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-10-20T00:39:11.307Z] Step 2/7 : FROM ${BASE} [2020-10-20T00:39:11.913Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-10-20T00:39:11.913Z] b538f80385f9: Pulling fs layer [2020-10-20T00:39:11.913Z] 74f711af9a0d: Pulling fs layer [2020-10-20T00:39:11.913Z] 99f96fe45779: Pulling fs layer [2020-10-20T00:39:11.913Z] 8529a6b9a6be: Pulling fs layer [2020-10-20T00:39:11.913Z] 45590311c82a: Pulling fs layer [2020-10-20T00:39:11.913Z] 69ca0ff8b7b3: Pulling fs layer [2020-10-20T00:39:11.913Z] 209524e5b208: Pulling fs layer [2020-10-20T00:39:11.913Z] 45590311c82a: Waiting [2020-10-20T00:39:11.913Z] 69ca0ff8b7b3: Waiting [2020-10-20T00:39:11.913Z] 209524e5b208: Waiting [2020-10-20T00:39:11.913Z] 8529a6b9a6be: Waiting [2020-10-20T00:39:11.913Z] 99f96fe45779: Verifying Checksum [2020-10-20T00:39:11.913Z] 99f96fe45779: Download complete [2020-10-20T00:39:11.913Z] 74f711af9a0d: Download complete [2020-10-20T00:39:11.913Z] 45590311c82a: Verifying Checksum [2020-10-20T00:39:11.913Z] 45590311c82a: Download complete [2020-10-20T00:39:11.913Z] 69ca0ff8b7b3: Download complete [2020-10-20T00:39:11.913Z] b538f80385f9: Verifying Checksum [2020-10-20T00:39:11.913Z] b538f80385f9: Download complete [2020-10-20T00:39:12.940Z] b538f80385f9: Pull complete [2020-10-20T00:39:13.559Z] 74f711af9a0d: Pull complete [2020-10-20T00:39:13.837Z] 99f96fe45779: Pull complete [2020-10-20T00:39:14.492Z] 209524e5b208: Download complete [2020-10-20T00:39:15.946Z] 8529a6b9a6be: Verifying Checksum [2020-10-20T00:39:15.946Z] 8529a6b9a6be: Download complete [2020-10-20T00:39:26.148Z] 8529a6b9a6be: Pull complete [2020-10-20T00:39:26.423Z] 45590311c82a: Pull complete [2020-10-20T00:39:26.699Z] 69ca0ff8b7b3: Pull complete [2020-10-20T00:39:30.109Z] 209524e5b208: Pull complete [2020-10-20T00:39:30.109Z] Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 [2020-10-20T00:39:30.109Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-10-20T00:39:30.109Z] ---> 5bddaf1c2fca [2020-10-20T00:39:30.109Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-10-20T00:39:33.526Z] ---> Running in f722f47ba124 [2020-10-20T00:39:33.802Z] Removing intermediate container f722f47ba124 [2020-10-20T00:39:33.802Z] ---> e81ecfdc57d9 [2020-10-20T00:39:33.802Z] Step 4/7 : RUN apk add bash [2020-10-20T00:39:34.077Z] ---> Running in 4c4edfacdc18 [2020-10-20T00:39:36.073Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-20T00:39:36.672Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-20T00:39:37.657Z] OK: 142 MiB in 39 packages [2020-10-20T00:39:39.105Z] Removing intermediate container 4c4edfacdc18 [2020-10-20T00:39:39.105Z] ---> 54173cefa959 [2020-10-20T00:39:39.105Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2020-10-20T00:39:39.105Z] ---> Running in 8a29d07f53c7 [2020-10-20T00:39:39.703Z] Removing intermediate container 8a29d07f53c7 [2020-10-20T00:39:39.703Z] ---> 371ea1c31b6a [2020-10-20T00:39:39.703Z] Step 6/7 : COPY go.mod . [2020-10-20T00:39:40.300Z] ---> 05726fb679dc [2020-10-20T00:39:40.300Z] Step 7/7 : RUN go mod download [2020-10-20T00:39:40.575Z] ---> Running in 6c79d4dac396 [2020-10-20T00:39:55.891Z] Removing intermediate container 6c79d4dac396 [2020-10-20T00:39:55.891Z] ---> b2a5bc6c0129 [2020-10-20T00:39:55.891Z] Successfully built b2a5bc6c0129 [2020-10-20T00:39:55.891Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-20T00:39:56.327Z] + docker inspect -f . ci-base-image-arm64 [2020-10-20T00:39:56.327Z] . [Pipeline] withDockerContainer [2020-10-20T00:39:56.631Z] prd-ubuntu18.04-docker-arm64-4c-16g-6441 does not seem to be running inside a container [2020-10-20T00:39:56.721Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/5 -v /w/workspace/go-mod-core-contracts/5:/w/workspace/go-mod-core-contracts/5:rw,z -v /w/workspace/go-mod-core-contracts/5@tmp:/w/workspace/go-mod-core-contracts/5@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 ******** ci-base-image-arm64 cat [2020-10-20T00:39:58.754Z] $ docker top cdab382f4e0caab47149c30ee5846b68ff8841453034c6ec426ab8a82623ac09 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-20T00:40:00.272Z] + go version [2020-10-20T00:40:00.272Z] go version go1.15.2 linux/arm64 [Pipeline] } [2020-10-20T00:40:00.315Z] $ docker stop --time=1 cdab382f4e0caab47149c30ee5846b68ff8841453034c6ec426ab8a82623ac09 [2020-10-20T00:40:02.501Z] $ docker rm -f cdab382f4e0caab47149c30ee5846b68ff8841453034c6ec426ab8a82623ac09 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-20T00:40:03.696Z] + docker inspect -f . ci-base-image-arm64 [2020-10-20T00:40:03.696Z] . [Pipeline] withDockerContainer [2020-10-20T00:40:04.005Z] prd-ubuntu18.04-docker-arm64-4c-16g-6441 does not seem to be running inside a container [2020-10-20T00:40:04.092Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/5 -v /w/workspace/go-mod-core-contracts/5:/w/workspace/go-mod-core-contracts/5:rw,z -v /w/workspace/go-mod-core-contracts/5@tmp:/w/workspace/go-mod-core-contracts/5@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 ******** ci-base-image-arm64 cat [2020-10-20T00:40:06.128Z] $ docker top a811dd396db6163ef8b6814dfd3026600e81f4910bc5ce5acb477c8a16838765 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-20T00:40:07.571Z] + make test [2020-10-20T00:40:07.571Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2020-10-20T00:40:34.457Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients [no test files] [2020-10-20T00:40:34.458Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/agent 0.035s coverage: 85.7% of statements [2020-10-20T00:40:34.458Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/command 0.075s coverage: 100.0% of statements [2020-10-20T00:40:36.461Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/coredata 0.058s coverage: 45.4% of statements [2020-10-20T00:40:36.461Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/general 0.028s coverage: 77.8% of statements [2020-10-20T00:40:36.461Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients/interfaces [no test files] [2020-10-20T00:40:36.461Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/logger 0.015s coverage: 6.4% of statements [2020-10-20T00:40:38.477Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/metadata 0.052s coverage: 14.7% of statements [2020-10-20T00:40:38.477Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/notifications 0.063s coverage: 100.0% of statements [2020-10-20T00:40:40.511Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/scheduler 0.113s coverage: 91.8% of statements [2020-10-20T00:40:40.511Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients/types [no test files] [2020-10-20T00:40:40.511Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/errors [no test files] [2020-10-20T00:40:40.511Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/local 0.030s coverage: 100.0% of statements [2020-10-20T00:40:41.122Z] ok github.com/edgexfoundry/go-mod-core-contracts/errors 0.015s coverage: 48.9% of statements [2020-10-20T00:40:46.559Z] ok github.com/edgexfoundry/go-mod-core-contracts/models 0.170s coverage: 63.0% of statements [2020-10-20T00:40:46.559Z] ok github.com/edgexfoundry/go-mod-core-contracts/requests/configuration 0.062s coverage: 26.3% of statements [2020-10-20T00:40:46.559Z] ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/admin 0.078s coverage: 15.4% of statements [2020-10-20T00:40:46.559Z] ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/operating 0.019s coverage: 15.4% of statements [2020-10-20T00:40:46.559Z] ok github.com/edgexfoundry/go-mod-core-contracts/responses/configuration 0.028s coverage: 14.3% of statements [2020-10-20T00:40:46.559Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2 [no test files] [2020-10-20T00:40:47.557Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos 0.031s coverage: 29.1% of statements [2020-10-20T00:40:47.557Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/common 0.044s coverage: 100.0% of statements [2020-10-20T00:40:49.029Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/requests 0.057s coverage: 94.4% of statements [2020-10-20T00:40:49.304Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/responses 0.027s coverage: 100.0% of statements [2020-10-20T00:40:49.304Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/models [no test files] [2020-10-20T00:40:49.304Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-10-20T00:40:54.764Z] gofmt -l . [2020-10-20T00:40:54.764Z] [ "`gofmt -l .`" = "" ] [Pipeline] stash [2020-10-20T00:40:56.549Z] Stashed 1 file(s) [Pipeline] } [2020-10-20T00:40:56.560Z] $ docker stop --time=1 a811dd396db6163ef8b6814dfd3026600e81f4910bc5ce5acb477c8a16838765 [2020-10-20T00:40:58.923Z] $ docker rm -f a811dd396db6163ef8b6814dfd3026600e81f4910bc5ce5acb477c8a16838765 [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-20T00:45:02.025Z] Running on prd-centos7-docker-4c-2g-6502 in /w/workspace/dry_go-mod-core-contracts_PR-346 [Pipeline] { [Pipeline] ws [2020-10-20T00:45:02.221Z] Running in /w/workspace/go-mod-core-contracts/5 [Pipeline] { [Pipeline] checkout [2020-10-20T00:45:05.345Z] using credential edgex-jenkins-ssh [2020-10-20T00:45:05.400Z] Cloning the remote Git repository [2020-10-20T00:45:05.430Z] Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-10-20T00:45:05.493Z] > git init /w/workspace/go-mod-core-contracts/5 # timeout=10 [2020-10-20T00:45:05.543Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-10-20T00:45:05.544Z] > git --version # timeout=10 [2020-10-20T00:45:05.551Z] > git --version # 'git version 2.16.5' [2020-10-20T00:45:05.552Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-20T00:45:05.575Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-20T00:45:06.808Z] Merging remotes/origin/master commit c9efc357fe638ed4dbd739befcaf3df2c9dd2676 into PR head commit 2b3e9d5b20bbeda48cf37febd89b69dd262b067f [2020-10-20T00:45:06.933Z] Merge succeeded, producing 533bca089a7561a0e292c4f1329b5abdac1543a1 [2020-10-20T00:45:06.934Z] Checking out Revision 533bca089a7561a0e292c4f1329b5abdac1543a1 (PR-346) [2020-10-20T00:45:06.272Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2020-10-20T00:45:06.280Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-20T00:45:06.289Z] > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [2020-10-20T00:45:06.306Z] Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git [2020-10-20T00:45:06.306Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-20T00:45:06.310Z] > 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-20T00:45:06.818Z] > git config core.sparsecheckout # timeout=10 [2020-10-20T00:45:06.827Z] > git checkout -f 2b3e9d5b20bbeda48cf37febd89b69dd262b067f # timeout=10 [2020-10-20T00:45:06.882Z] > git remote # timeout=10 [2020-10-20T00:45:06.887Z] > git config --get remote.origin.url # timeout=10 [2020-10-20T00:45:06.893Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-20T00:45:06.896Z] > git merge c9efc357fe638ed4dbd739befcaf3df2c9dd2676 # timeout=10 [2020-10-20T00:45:06.930Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-10-20T00:45:06.938Z] > git config core.sparsecheckout # timeout=10 [2020-10-20T00:45:06.942Z] > git checkout -f 533bca089a7561a0e292c4f1329b5abdac1543a1 # timeout=10 [2020-10-20T00:45:10.628Z] Commit message: "Merge commit 'c9efc357fe638ed4dbd739befcaf3df2c9dd2676' into HEAD" [2020-10-20T00:45:10.634Z] > git rev-list --no-walk 2b3e9d5b20bbeda48cf37febd89b69dd262b067f # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-10-20T00:45:11.508Z] ========================================================= [2020-10-20T00:45:11.509Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-10-20T00:45:11.509Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-10-20T00:45:12.208Z] + 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-20T00:45:12.471Z] Sending build context to Docker daemon 1.811MB [2020-10-20T00:45:12.471Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-10-20T00:45:12.471Z] Step 2/7 : FROM ${BASE} [2020-10-20T00:45:12.471Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-10-20T00:45:12.471Z] df20fa9351a1: Pulling fs layer [2020-10-20T00:45:12.471Z] ed8968b2872e: Pulling fs layer [2020-10-20T00:45:12.471Z] a92cc7c5fd73: Pulling fs layer [2020-10-20T00:45:12.471Z] e871e8e8d7a9: Pulling fs layer [2020-10-20T00:45:12.471Z] e73272ec9a57: Pulling fs layer [2020-10-20T00:45:12.471Z] 1e910a182e73: Pulling fs layer [2020-10-20T00:45:12.471Z] 4e634b169226: Pulling fs layer [2020-10-20T00:45:12.471Z] 1e910a182e73: Waiting [2020-10-20T00:45:12.471Z] e73272ec9a57: Waiting [2020-10-20T00:45:12.471Z] 4e634b169226: Waiting [2020-10-20T00:45:12.471Z] e871e8e8d7a9: Waiting [2020-10-20T00:45:12.735Z] a92cc7c5fd73: Verifying Checksum [2020-10-20T00:45:12.735Z] a92cc7c5fd73: Download complete [2020-10-20T00:45:12.735Z] ed8968b2872e: Download complete [2020-10-20T00:45:12.735Z] e73272ec9a57: Verifying Checksum [2020-10-20T00:45:12.735Z] 1e910a182e73: Verifying Checksum [2020-10-20T00:45:12.735Z] 1e910a182e73: Download complete [2020-10-20T00:45:12.735Z] df20fa9351a1: Verifying Checksum [2020-10-20T00:45:12.735Z] df20fa9351a1: Download complete [2020-10-20T00:45:12.999Z] df20fa9351a1: Pull complete [2020-10-20T00:45:13.261Z] ed8968b2872e: Pull complete [2020-10-20T00:45:13.261Z] a92cc7c5fd73: Pull complete [2020-10-20T00:45:15.197Z] 4e634b169226: Verifying Checksum [2020-10-20T00:45:15.197Z] 4e634b169226: Download complete [2020-10-20T00:45:15.770Z] e871e8e8d7a9: Verifying Checksum [2020-10-20T00:45:15.770Z] e871e8e8d7a9: Download complete [2020-10-20T00:45:21.093Z] e871e8e8d7a9: Pull complete [2020-10-20T00:45:21.093Z] e73272ec9a57: Pull complete [2020-10-20T00:45:21.093Z] 1e910a182e73: Pull complete [2020-10-20T00:45:25.331Z] 4e634b169226: Pull complete [2020-10-20T00:45:25.331Z] Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 [2020-10-20T00:45:25.331Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-10-20T00:45:25.331Z] ---> f7629b54cfaa [2020-10-20T00:45:25.331Z] Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-10-20T00:45:25.331Z] ---> Running in 286044135c3c [2020-10-20T00:45:25.331Z] Removing intermediate container 286044135c3c [2020-10-20T00:45:25.331Z] ---> 98693b03654f [2020-10-20T00:45:25.331Z] Step 4/7 : RUN apk add bash [2020-10-20T00:45:25.331Z] ---> Running in 0a5261bc5e54 [2020-10-20T00:45:26.729Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-20T00:45:27.303Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-20T00:45:27.879Z] OK: 166 MiB in 39 packages [2020-10-20T00:45:28.456Z] Removing intermediate container 0a5261bc5e54 [2020-10-20T00:45:28.456Z] ---> 83cdd0a07a08 [2020-10-20T00:45:28.456Z] Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry [2020-10-20T00:45:28.456Z] ---> Running in 11ba27b8bb46 [2020-10-20T00:45:28.717Z] Removing intermediate container 11ba27b8bb46 [2020-10-20T00:45:28.717Z] ---> 9c008ec7bf85 [2020-10-20T00:45:28.717Z] Step 6/7 : COPY go.mod . [2020-10-20T00:45:28.717Z] ---> ec3df2d21df9 [2020-10-20T00:45:28.717Z] Step 7/7 : RUN go mod download [2020-10-20T00:45:28.980Z] ---> Running in fbe12a128f5e [2020-10-20T00:45:39.018Z] Removing intermediate container fbe12a128f5e [2020-10-20T00:45:39.018Z] ---> aba44f7e84b9 [2020-10-20T00:45:39.018Z] Successfully built aba44f7e84b9 [2020-10-20T00:45:39.018Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-20T00:45:39.367Z] + docker inspect -f . ci-base-image-x86_64 [2020-10-20T00:45:39.367Z] . [Pipeline] withDockerContainer [2020-10-20T00:45:39.554Z] prd-centos7-docker-4c-2g-6502 does not seem to be running inside a container [2020-10-20T00:45:39.712Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/5 -v /w/workspace/go-mod-core-contracts/5:/w/workspace/go-mod-core-contracts/5:rw,z -v /w/workspace/go-mod-core-contracts/5@tmp:/w/workspace/go-mod-core-contracts/5@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-20T00:45:40.459Z] $ docker top f8715707a87367d38f36d45dce532a458feb4757a1824b7cfbd572e68aa813d9 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-20T00:45:41.007Z] + go version [2020-10-20T00:45:41.007Z] go version go1.15.2 linux/amd64 [Pipeline] } [2020-10-20T00:45:41.023Z] $ docker stop --time=1 f8715707a87367d38f36d45dce532a458feb4757a1824b7cfbd572e68aa813d9 [2020-10-20T00:45:42.365Z] $ docker rm -f f8715707a87367d38f36d45dce532a458feb4757a1824b7cfbd572e68aa813d9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-20T00:45:43.519Z] + docker inspect -f . ci-base-image-x86_64 [2020-10-20T00:45:43.519Z] . [Pipeline] withDockerContainer [2020-10-20T00:45:43.616Z] prd-centos7-docker-4c-2g-6502 does not seem to be running inside a container [2020-10-20T00:45:43.668Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/5 -v /w/workspace/go-mod-core-contracts/5:/w/workspace/go-mod-core-contracts/5:rw,z -v /w/workspace/go-mod-core-contracts/5@tmp:/w/workspace/go-mod-core-contracts/5@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-20T00:45:44.263Z] $ docker top 3aa8445dabe64dae4bdba7989e271670edfb1e82104605375f05f679c6b29c3b -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-20T00:45:44.780Z] + make test [2020-10-20T00:45:44.780Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2020-10-20T00:45:51.467Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients [no test files] [2020-10-20T00:45:51.467Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/agent 0.023s coverage: 85.7% of statements [2020-10-20T00:45:51.467Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/command 0.016s coverage: 100.0% of statements [2020-10-20T00:45:51.467Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/coredata 0.013s coverage: 45.4% of statements [2020-10-20T00:45:51.467Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/general 0.013s coverage: 77.8% of statements [2020-10-20T00:45:51.467Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients/interfaces [no test files] [2020-10-20T00:45:51.740Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/logger 0.004s coverage: 6.4% of statements [2020-10-20T00:45:52.332Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/metadata 0.022s coverage: 14.7% of statements [2020-10-20T00:45:52.332Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/notifications 0.009s coverage: 100.0% of statements [2020-10-20T00:45:52.332Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/scheduler 0.046s coverage: 91.8% of statements [2020-10-20T00:45:52.332Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients/types [no test files] [2020-10-20T00:45:52.332Z] ? github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/errors [no test files] [2020-10-20T00:45:52.332Z] ok github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/local 0.008s coverage: 100.0% of statements [2020-10-20T00:45:53.779Z] ok github.com/edgexfoundry/go-mod-core-contracts/errors 0.010s coverage: 48.9% of statements [2020-10-20T00:45:55.215Z] ok github.com/edgexfoundry/go-mod-core-contracts/models 0.029s coverage: 63.0% of statements [2020-10-20T00:45:55.215Z] ok github.com/edgexfoundry/go-mod-core-contracts/requests/configuration 0.015s coverage: 26.3% of statements [2020-10-20T00:45:55.215Z] ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/admin 0.026s coverage: 15.4% of statements [2020-10-20T00:45:55.215Z] ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/operating 0.006s coverage: 15.4% of statements [2020-10-20T00:45:55.215Z] ok github.com/edgexfoundry/go-mod-core-contracts/responses/configuration 0.005s coverage: 14.3% of statements [2020-10-20T00:45:55.215Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2 [no test files] [2020-10-20T00:45:55.215Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos 0.014s coverage: 29.1% of statements [2020-10-20T00:45:55.215Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/common 0.015s coverage: 100.0% of statements [2020-10-20T00:45:55.481Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/requests 0.014s coverage: 94.4% of statements [2020-10-20T00:45:55.744Z] ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/responses 0.007s coverage: 100.0% of statements [2020-10-20T00:45:55.744Z] ? github.com/edgexfoundry/go-mod-core-contracts/v2/models [no test files] [2020-10-20T00:45:55.744Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-10-20T00:45:57.142Z] gofmt -l . [2020-10-20T00:45:57.143Z] [ "`gofmt -l .`" = "" ] [Pipeline] stash [2020-10-20T00:45:57.416Z] Warning: overwriting stash ‘coverage-report’ [2020-10-20T00:45:57.711Z] Stashed 1 file(s) [Pipeline] } [2020-10-20T00:45:57.718Z] $ docker stop --time=1 3aa8445dabe64dae4bdba7989e271670edfb1e82104605375f05f679c6b29c3b [2020-10-20T00:45:59.906Z] $ docker rm -f 3aa8445dabe64dae4bdba7989e271670edfb1e82104605375f05f679c6b29c3b [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-20T00:46:03.175Z] provisioning config files... [2020-10-20T00:46:03.233Z] copy managed file [go-mod-core-contracts-codecov-token] to file:/w/workspace/dry_go-mod-core-contracts_PR-346@tmp/config5990408769339772613tmp [Pipeline] { [Pipeline] sh [2020-10-20T00:46:03.872Z] + set +x [2020-10-20T00:46:03.872Z] + curl -s https://codecov.io/bash [2020-10-20T00:46:03.872Z] + bash -s -- [2020-10-20T00:46:04.184Z] [2020-10-20T00:46:04.184Z] _____ _ [2020-10-20T00:46:04.184Z] / ____| | | [2020-10-20T00:46:04.184Z] | | ___ __| | ___ ___ _____ __ [2020-10-20T00:46:04.184Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2020-10-20T00:46:04.184Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2020-10-20T00:46:04.184Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2020-10-20T00:46:04.184Z] Bash-20201009-048fee3 [2020-10-20T00:46:04.184Z] [2020-10-20T00:46:04.184Z] [2020-10-20T00:46:04.184Z] ==> Jenkins CI detected. [2020-10-20T00:46:04.184Z] project root: . [2020-10-20T00:46:04.184Z] Fixing merge commit SHA [2020-10-20T00:46:04.184Z] --> token set from env [2020-10-20T00:46:04.523Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2020-10-20T00:46:04.523Z] ==> Running gcov in . (disable via -X gcov) [2020-10-20T00:46:04.523Z] ==> Python coveragepy not found [2020-10-20T00:46:04.523Z] ==> Searching for coverage reports in: [2020-10-20T00:46:04.523Z] + . [2020-10-20T00:46:04.523Z] -> Found 1 reports [2020-10-20T00:46:04.523Z] ==> Detecting git/mercurial file structure [2020-10-20T00:46:04.523Z] ==> Reading reports [2020-10-20T00:46:04.523Z] + ./coverage.out bytes=106724 [2020-10-20T00:46:04.523Z] ==> Appending adjustments [2020-10-20T00:46:04.523Z] https://docs.codecov.io/docs/fixing-reports [2020-10-20T00:46:06.772Z] + Found adjustments [2020-10-20T00:46:06.772Z] ==> Gzipping contents [2020-10-20T00:46:06.772Z] ==> Uploading reports [2020-10-20T00:46:06.772Z] url: https://codecov.io [2020-10-20T00:46:06.772Z] query: branch=PR-346&commit=c9efc357fe638ed4dbd739befcaf3df2c9dd2676&build=5&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2FPR-346%2F5%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=346&job=&cmd_args= [2020-10-20T00:46:06.772Z] -> Pinging Codecov [2020-10-20T00:46:06.772Z] https://codecov.io/upload/v4?package=bash-20201009-048fee3&token=secret&branch=PR-346&commit=c9efc357fe638ed4dbd739befcaf3df2c9dd2676&build=5&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2FPR-346%2F5%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=346&job=&cmd_args= [2020-10-20T00:46:06.772Z] -> Uploading to [2020-10-20T00:46:06.772Z] [2020-10-20T00:46:07.050Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-20T00:46:07.050Z] Dload Upload Total Spent Left Speed [2020-10-20T00:46:07.050Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0curl: (6) Could not resolve host: ; Unknown error [2020-10-20T00:46:07.050Z] X> Failed to upload [2020-10-20T00:46:07.050Z] ==> Uploading to Codecov [2020-10-20T00:46:07.050Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-20T00:46:07.050Z] Dload Upload Total Spent Left Speed [2020-10-20T00:46:07.640Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 17212 100 118 100 17094 203 29460 --:--:-- --:--:-- --:--:-- 29523 [2020-10-20T00:46:07.640Z] View reports at https://codecov.io/github/edgexfoundry/go-mod-core-contracts/commit/c9efc357fe638ed4dbd739befcaf3df2c9dd2676 [Pipeline] } [2020-10-20T00:46:07.653Z] 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-20T00:46:10.916Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-20T00:46:11.867Z] ---> package-listing.sh [2020-10-20T00:46:11.867Z] ++ facter osfamily [2020-10-20T00:46:11.867Z] ++ tr '[:upper:]' '[:lower:]' [2020-10-20T00:46:12.142Z] + OS_FAMILY=redhat [2020-10-20T00:46:12.142Z] + workspace=/w/workspace/dry_go-mod-core-contracts_PR-346 [2020-10-20T00:46:12.142Z] + START_PACKAGES=/tmp/packages_start.txt [2020-10-20T00:46:12.142Z] + END_PACKAGES=/tmp/packages_end.txt [2020-10-20T00:46:12.142Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-10-20T00:46:12.142Z] + PACKAGES=/tmp/packages_start.txt [2020-10-20T00:46:12.142Z] + '[' /w/workspace/dry_go-mod-core-contracts_PR-346 ']' [2020-10-20T00:46:12.142Z] + PACKAGES=/tmp/packages_end.txt [2020-10-20T00:46:12.142Z] + case "${OS_FAMILY}" in [2020-10-20T00:46:12.142Z] + sort [2020-10-20T00:46:12.142Z] + rpm -qa [2020-10-20T00:46:16.436Z] + '[' -f /tmp/packages_start.txt ']' [2020-10-20T00:46:16.436Z] + '[' -f /tmp/packages_end.txt ']' [2020-10-20T00:46:16.436Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-10-20T00:46:16.436Z] + '[' /w/workspace/dry_go-mod-core-contracts_PR-346 ']' [2020-10-20T00:46:16.436Z] + mkdir -p /w/workspace/dry_go-mod-core-contracts_PR-346/archives/ [2020-10-20T00:46:16.436Z] + 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-20T00:46:16.456Z] 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-20T00:46:16.838Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2020-10-20T00:46:17.326Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-10-20T00:46:17.619Z] [2020-10-20T00:46:17.619Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-10-20T00:46:18.312Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-10-20T00:46:18.687Z] alpine: Pulling from edgex-lftools-log-publisher [2020-10-20T00:46:18.687Z] df20fa9351a1: Pulling fs layer [2020-10-20T00:46:18.687Z] 36b3adc4ff6f: Pulling fs layer [2020-10-20T00:46:18.687Z] 8ad3a11d3b57: Pulling fs layer [2020-10-20T00:46:18.687Z] 46f8f816bc3b: Pulling fs layer [2020-10-20T00:46:18.687Z] 93b61091891f: Pulling fs layer [2020-10-20T00:46:18.687Z] 46f8f816bc3b: Waiting [2020-10-20T00:46:18.687Z] 93b61091891f: Waiting [2020-10-20T00:46:18.687Z] 93b9cdb0e59b: Pulling fs layer [2020-10-20T00:46:18.687Z] 5e14af77c1be: Pulling fs layer [2020-10-20T00:46:18.687Z] 01666e4c0597: Pulling fs layer [2020-10-20T00:46:18.687Z] aa168da1d23b: Pulling fs layer [2020-10-20T00:46:18.687Z] 93b9cdb0e59b: Waiting [2020-10-20T00:46:18.687Z] 5e14af77c1be: Waiting [2020-10-20T00:46:18.687Z] 01666e4c0597: Waiting [2020-10-20T00:46:18.687Z] aa168da1d23b: Waiting [2020-10-20T00:46:19.045Z] 36b3adc4ff6f: Download complete [2020-10-20T00:46:19.045Z] 46f8f816bc3b: Verifying Checksum [2020-10-20T00:46:19.045Z] 46f8f816bc3b: Download complete [2020-10-20T00:46:19.349Z] df20fa9351a1: Verifying Checksum [2020-10-20T00:46:19.349Z] df20fa9351a1: Download complete [2020-10-20T00:46:19.349Z] 93b9cdb0e59b: Verifying Checksum [2020-10-20T00:46:19.349Z] 93b9cdb0e59b: Download complete [2020-10-20T00:46:19.349Z] 93b61091891f: Verifying Checksum [2020-10-20T00:46:19.349Z] 93b61091891f: Download complete [2020-10-20T00:46:19.349Z] 5e14af77c1be: Verifying Checksum [2020-10-20T00:46:19.349Z] 5e14af77c1be: Download complete [2020-10-20T00:46:19.350Z] 01666e4c0597: Verifying Checksum [2020-10-20T00:46:19.350Z] 01666e4c0597: Download complete [2020-10-20T00:46:19.954Z] df20fa9351a1: Pull complete [2020-10-20T00:46:20.624Z] 8ad3a11d3b57: Verifying Checksum [2020-10-20T00:46:20.624Z] 8ad3a11d3b57: Download complete [2020-10-20T00:46:20.624Z] 36b3adc4ff6f: Pull complete [2020-10-20T00:46:21.658Z] 8ad3a11d3b57: Pull complete [2020-10-20T00:46:21.933Z] 46f8f816bc3b: Pull complete [2020-10-20T00:46:22.805Z] 93b61091891f: Pull complete [2020-10-20T00:46:23.122Z] 93b9cdb0e59b: Pull complete [2020-10-20T00:46:23.508Z] 5e14af77c1be: Pull complete [2020-10-20T00:46:23.880Z] 01666e4c0597: Pull complete [2020-10-20T00:46:28.659Z] aa168da1d23b: Download complete [2020-10-20T00:46:41.387Z] aa168da1d23b: Pull complete [2020-10-20T00:46:41.387Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2020-10-20T00:46:41.387Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-10-20T00:46:41.387Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-10-20T00:46:41.944Z] prd-centos7-docker-4c-2g-6423 does not seem to be running inside a container [2020-10-20T00:46:42.066Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-10-20T00:46:49.378Z] $ docker top 90486f0c29dfc14f3a4fafebf0961ce4b48b6df81aee39cc21820d03f1b85df0 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-20T00:46:50.336Z] + touch /tmp/pre-build-complete [Pipeline] sh [2020-10-20T00:46:50.673Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-10-20T00:46:51.080Z] + ls /var/log/sa-host [2020-10-20T00:46:51.080Z] + sadf -c /var/log/sa-host/sa05 [2020-10-20T00:46:51.080Z] file_magic: OK [2020-10-20T00:46:51.080Z] HZ: Using current value: 100 [2020-10-20T00:46:51.080Z] file_header: OK [2020-10-20T00:46:51.080Z] 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-20T00:46:51.080Z] Statistics: [2020-10-20T00:46:51.080Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-10-20T00:46:51.080Z] File successfully converted to sysstat format version 12.2.1 [2020-10-20T00:46:51.080Z] + sadf -c /var/log/sa-host/sa20 [2020-10-20T00:46:51.080Z] file_magic: OK [2020-10-20T00:46:51.080Z] HZ: Using current value: 100 [2020-10-20T00:46:51.080Z] file_header: OK [2020-10-20T00:46:51.080Z] 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-20T00:46:51.080Z] Statistics: [2020-10-20T00:46:51.080Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-10-20T00:46:51.080Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-10-20T00:46:51.825Z] provisioning config files... [2020-10-20T00:46:52.091Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dry_go-mod-core-contracts_PR-346@tmp/config4403356129905601406tmp [Pipeline] { [Pipeline] echo [2020-10-20T00:46:52.254Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-20T00:46:52.772Z] ---> create-netrc.sh [Pipeline] } [2020-10-20T00:46:53.083Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-10-20T00:46:53.201Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-20T00:46:54.505Z] ---> python-tools-install.sh [Pipeline] echo [2020-10-20T00:46:54.845Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-20T00:46:55.306Z] ---> sudo-logs.sh [2020-10-20T00:46:55.306Z] Archiving 'sudo' log.. [Pipeline] echo [2020-10-20T00:46:55.346Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-20T00:46:55.719Z] ---> job-cost.sh [2020-10-20T00:46:56.018Z] lf-activate-venv: SKIPPING [2020-10-20T00:46:56.018Z] INFO: No Stack... [2020-10-20T00:46:56.598Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-10-20T00:46:57.186Z] INFO: Archiving Costs [Pipeline] echo [2020-10-20T00:46:57.203Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-20T00:46:57.520Z] ---> logs-deploy.sh [2020-10-20T00:46:57.520Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/PR-346/5 [2020-10-20T00:46:57.520Z] INFO: archiving workspace using pattern(s): [2020-10-20T00:47:00.219Z] Archives upload complete. [2020-10-20T00:47:00.219Z] INFO: archiving logs to Nexus [2020-10-20T00:47:01.759Z] ---> uname -a: [2020-10-20T00:47:01.759Z] Linux prd-centos7-docker-4c-2g-6423.vexxhost.local 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux [2020-10-20T00:47:01.759Z] [2020-10-20T00:47:01.759Z] [2020-10-20T00:47:01.759Z] ---> lscpu: [2020-10-20T00:47:01.759Z] Architecture: x86_64 [2020-10-20T00:47:01.759Z] CPU op-mode(s): 32-bit, 64-bit [2020-10-20T00:47:01.759Z] Byte Order: Little Endian [2020-10-20T00:47:01.759Z] Address sizes: 40 bits physical, 48 bits virtual [2020-10-20T00:47:01.759Z] CPU(s): 4 [2020-10-20T00:47:01.759Z] On-line CPU(s) list: 0-3 [2020-10-20T00:47:01.759Z] Thread(s) per core: 1 [2020-10-20T00:47:01.759Z] Core(s) per socket: 1 [2020-10-20T00:47:01.759Z] Socket(s): 4 [2020-10-20T00:47:01.759Z] NUMA node(s): 1 [2020-10-20T00:47:01.759Z] Vendor ID: GenuineIntel [2020-10-20T00:47:01.759Z] CPU family: 6 [2020-10-20T00:47:01.759Z] Model: 44 [2020-10-20T00:47:01.759Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2020-10-20T00:47:01.759Z] Stepping: 1 [2020-10-20T00:47:01.759Z] CPU MHz: 2933.438 [2020-10-20T00:47:01.759Z] BogoMIPS: 5866.87 [2020-10-20T00:47:01.759Z] Virtualization: VT-x [2020-10-20T00:47:01.759Z] Hypervisor vendor: KVM [2020-10-20T00:47:01.759Z] Virtualization type: full [2020-10-20T00:47:01.759Z] L1d cache: 128 KiB [2020-10-20T00:47:01.759Z] L1i cache: 128 KiB [2020-10-20T00:47:01.759Z] L2 cache: 16 MiB [2020-10-20T00:47:01.759Z] L3 cache: 64 MiB [2020-10-20T00:47:01.759Z] NUMA node0 CPU(s): 0-3 [2020-10-20T00:47:01.759Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2020-10-20T00:47:01.759Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2020-10-20T00:47:01.759Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2020-10-20T00:47:01.759Z] Vulnerability Meltdown: Mitigation; PTI [2020-10-20T00:47:01.759Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2020-10-20T00:47:01.759Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2020-10-20T00:47:01.759Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2020-10-20T00:47:01.759Z] Vulnerability Tsx async abort: Not affected [2020-10-20T00:47:01.759Z] 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-20T00:47:01.759Z] [2020-10-20T00:47:01.759Z] [2020-10-20T00:47:01.759Z] ---> nproc: [2020-10-20T00:47:01.759Z] 4 [2020-10-20T00:47:01.759Z] [2020-10-20T00:47:01.759Z] [2020-10-20T00:47:01.759Z] ---> df -h: [2020-10-20T00:47:01.759Z] Filesystem Size Used Available Use% Mounted on [2020-10-20T00:47:01.759Z] overlay 50.0G 6.9G 43.1G 14% / [2020-10-20T00:47:01.759Z] tmpfs 64.0M 0 64.0M 0% /dev [2020-10-20T00:47:01.759Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2020-10-20T00:47:01.759Z] shm 64.0M 0 64.0M 0% /dev/shm [2020-10-20T00:47:01.759Z] /dev/vda1 50.0G 6.9G 43.1G 14% /facter-os [2020-10-20T00:47:01.759Z] /dev/vda1 50.0G 6.9G 43.1G 14% /etc/resolv.conf [2020-10-20T00:47:01.759Z] /dev/vda1 50.0G 6.9G 43.1G 14% /etc/hostname [2020-10-20T00:47:01.759Z] /dev/vda1 50.0G 6.9G 43.1G 14% /etc/hosts [2020-10-20T00:47:01.759Z] /dev/vda1 50.0G 6.9G 43.1G 14% /var/log/secure [2020-10-20T00:47:01.759Z] /dev/vda1 50.0G 6.9G 43.1G 14% /var/log/auth.log [2020-10-20T00:47:01.759Z] /dev/vda1 50.0G 6.9G 43.1G 14% /run/cloud-init/result.json [2020-10-20T00:47:01.759Z] /dev/vda1 50.0G 6.9G 43.1G 14% /w/workspace/dry_go-mod-core-contracts_PR-346 [2020-10-20T00:47:01.759Z] /dev/vda1 50.0G 6.9G 43.1G 14% /w/workspace/dry_go-mod-core-contracts_PR-346@tmp [2020-10-20T00:47:01.759Z] /dev/vda1 50.0G 6.9G 43.1G 14% /var/log/sa-host [2020-10-20T00:47:01.759Z] [2020-10-20T00:47:01.759Z] [2020-10-20T00:47:01.759Z] ---> free -m: [2020-10-20T00:47:01.759Z] total used free shared buff/cache available [2020-10-20T00:47:01.759Z] Mem: 1837 674 100 0 1061 1060 [2020-10-20T00:47:01.759Z] Swap: 1023 0 1023 [2020-10-20T00:47:01.759Z] [2020-10-20T00:47:01.759Z] [2020-10-20T00:47:01.759Z] ---> ip addr: [2020-10-20T00:47:01.759Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2020-10-20T00:47:01.759Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2020-10-20T00:47:01.759Z] inet 127.0.0.1/8 scope host lo [2020-10-20T00:47:01.759Z] valid_lft forever preferred_lft forever [2020-10-20T00:47:01.759Z] inet6 ::1/128 scope host [2020-10-20T00:47:01.759Z] valid_lft forever preferred_lft forever [2020-10-20T00:47:01.759Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2020-10-20T00:47:01.759Z] link/ether fa:16:3e:80:c6:47 brd ff:ff:ff:ff:ff:ff [2020-10-20T00:47:01.759Z] inet 10.30.123.237/23 brd 10.30.123.255 scope global dynamic eth0 [2020-10-20T00:47:01.759Z] valid_lft 85457sec preferred_lft 85457sec [2020-10-20T00:47:01.759Z] inet6 fe80::f816:3eff:fe80:c647/64 scope link [2020-10-20T00:47:01.759Z] valid_lft forever preferred_lft forever [2020-10-20T00:47:01.759Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2020-10-20T00:47:01.759Z] link/ether 02:42:dc:dd:90:c9 brd ff:ff:ff:ff:ff:ff [2020-10-20T00:47:01.759Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2020-10-20T00:47:01.759Z] valid_lft forever preferred_lft forever [2020-10-20T00:47:01.759Z] inet6 fe80::42:dcff:fedd:90c9/64 scope link [2020-10-20T00:47:01.759Z] valid_lft forever preferred_lft forever [2020-10-20T00:47:01.759Z] [2020-10-20T00:47:01.759Z] [2020-10-20T00:47:01.759Z] ---> sar -b -r -n DEV: [2020-10-20T00:47:01.759Z] Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 10/20/20 _x86_64_ (4 CPU) [2020-10-20T00:47:01.759Z] [2020-10-20T00:47:01.759Z] 00:30:51 LINUX RESTART (4 CPU) [2020-10-20T00:47:01.759Z] [2020-10-20T00:47:01.759Z] 00:32:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2020-10-20T00:47:01.759Z] 00:33:01 51.75 42.79 8.95 0.00 3004.56 2459.49 0.00 [2020-10-20T00:47:01.759Z] 00:34:01 9.20 0.83 8.37 0.00 252.69 1816.87 0.00 [2020-10-20T00:47:01.759Z] 00:35:01 0.50 0.00 0.50 0.00 0.00 6.54 0.00 [2020-10-20T00:47:01.759Z] 00:36:01 0.27 0.00 0.27 0.00 0.00 3.81 0.00 [2020-10-20T00:47:01.759Z] 00:37:02 0.27 0.00 0.27 0.00 0.00 4.18 0.00 [2020-10-20T00:47:01.759Z] 00:38:01 0.32 0.00 0.32 0.00 0.00 4.26 0.00 [2020-10-20T00:47:01.759Z] 00:39:01 51.23 13.93 37.30 0.00 4680.87 2607.09 0.00 [2020-10-20T00:47:01.759Z] 00:40:01 2.48 0.00 2.48 0.00 0.00 59.00 0.00 [2020-10-20T00:47:01.759Z] 00:41:01 0.40 0.00 0.40 0.00 0.00 6.21 0.00 [2020-10-20T00:47:01.759Z] 00:42:01 0.30 0.00 0.30 0.00 0.00 3.38 0.00 [2020-10-20T00:47:01.759Z] 00:43:01 0.25 0.00 0.25 0.00 0.00 2.96 0.00 [2020-10-20T00:47:01.759Z] 00:44:01 0.17 0.00 0.17 0.00 0.00 1.62 0.00 [2020-10-20T00:47:01.759Z] 00:45:01 0.30 0.02 0.28 0.00 0.13 3.48 0.00 [2020-10-20T00:47:01.759Z] 00:46:01 0.40 0.17 0.23 0.00 5.31 2.82 0.00 [2020-10-20T00:47:01.759Z] Average: 8.38 4.09 4.29 0.00 565.45 497.21 0.00 [2020-10-20T00:47:01.759Z] [2020-10-20T00:47:01.759Z] 00:32:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2020-10-20T00:47:01.759Z] 00:33:01 75724 0 448056 23.81 2620 1355156 1030988 35.19 320832 1331320 41228 [2020-10-20T00:47:01.759Z] 00:34:01 100452 0 439236 23.34 2620 1339248 1001412 34.18 294412 1334332 16 [2020-10-20T00:47:01.759Z] 00:35:01 91092 0 448592 23.84 2620 1339252 1001860 34.19 303692 1334316 8 [2020-10-20T00:47:01.759Z] 00:36:01 96788 0 442892 23.54 2620 1339256 1001860 34.19 299884 1332700 8 [2020-10-20T00:47:01.759Z] 00:37:02 96688 0 442988 23.54 2620 1339260 1002036 34.20 299764 1333132 8 [2020-10-20T00:47:01.759Z] 00:38:01 96444 0 443224 23.56 2620 1339268 1002124 34.20 300124 1333132 8 [2020-10-20T00:47:01.759Z] 00:39:01 155932 0 573992 30.51 2620 1149012 1143948 39.04 424732 1140504 132 [2020-10-20T00:47:01.759Z] 00:40:01 165576 0 564284 29.99 2620 1149076 1083664 36.98 417252 1140048 32 [2020-10-20T00:47:01.759Z] 00:41:01 166164 0 563748 29.96 2620 1149024 1080676 36.88 417428 1140032 12 [2020-10-20T00:47:01.759Z] 00:42:01 166308 0 563600 29.95 2620 1149028 1080580 36.88 417048 1140032 12 [2020-10-20T00:47:01.759Z] 00:43:01 165512 0 564392 30.00 2620 1149032 1080772 36.88 417912 1140032 8 [2020-10-20T00:47:01.759Z] 00:44:01 165016 0 564884 30.02 2620 1149036 1080796 36.89 417692 1140368 8 [2020-10-20T00:47:01.759Z] 00:45:01 165912 0 563980 29.97 2620 1149044 1080700 36.88 409968 1147536 8 [2020-10-20T00:47:01.760Z] 00:46:01 165016 0 564872 30.02 2620 1149048 1080764 36.88 410436 1147536 8 [2020-10-20T00:47:01.760Z] Average: 133759 0 513481 27.29 2620 1231696 1053727 35.96 367941 1223930 2964 [2020-10-20T00:47:01.760Z] [2020-10-20T00:47:01.760Z] 00:32:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2020-10-20T00:47:01.760Z] 00:33:01 eth0 87.79 60.55 366.48 19.28 0.00 0.00 0.00 0.00 [2020-10-20T00:47:01.760Z] 00:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-20T00:47:01.760Z] 00:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-20T00:47:01.760Z] 00:34:01 eth0 1.86 0.12 0.21 0.01 0.00 0.00 0.00 0.00 [2020-10-20T00:47:01.760Z] 00:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-20T00:47:01.760Z] 00:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-20T00:47:01.760Z] 00:35:01 eth0 4.06 0.78 1.03 0.59 0.00 0.00 0.00 0.00 [2020-10-20T00:47:01.760Z] 00:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-20T00:47:01.760Z] 00:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-20T00:47:01.760Z] 00:36:01 eth0 4.56 0.78 1.04 0.59 0.00 0.00 0.00 0.00 [2020-10-20T00:47:01.760Z] 00:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-20T00:47:01.760Z] 00:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-20T00:47:01.760Z] 00:37:02 eth0 2.61 0.95 0.95 0.61 0.00 0.00 0.00 0.00 [2020-10-20T00:47:01.760Z] 00:37:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-20T00:47:01.760Z] 00:37:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-20T00:47:01.760Z] 00:38:01 eth0 1.25 0.76 0.69 0.48 0.00 0.00 0.00 0.00 [2020-10-20T00:47:01.760Z] 00:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-20T00:47:01.760Z] 00:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-20T00:47:01.760Z] 00:39:01 eth0 154.23 128.37 693.44 67.45 0.00 0.00 0.00 0.00 [2020-10-20T00:47:01.760Z] 00:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-20T00:47:01.760Z] 00:39:01 docker0 4.93 3.91 1.12 12.20 0.00 0.00 0.00 0.00 [2020-10-20T00:47:01.760Z] 00:40:01 eth0 0.12 0.08 0.06 0.01 0.00 0.00 0.00 0.00 [2020-10-20T00:47:01.760Z] 00:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-20T00:47:01.760Z] 00:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-20T00:47:01.760Z] 00:41:01 eth0 1.08 0.37 0.33 0.21 0.00 0.00 0.00 0.00 [2020-10-20T00:47:01.760Z] 00:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-20T00:47:01.760Z] 00:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-20T00:47:01.760Z] 00:42:01 eth0 0.72 0.07 0.06 0.01 0.00 0.00 0.00 0.00 [2020-10-20T00:47:01.760Z] 00:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-20T00:47:01.760Z] 00:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-20T00:47:01.760Z] 00:43:01 eth0 1.70 0.72 0.73 0.44 0.00 0.00 0.00 0.00 [2020-10-20T00:47:01.760Z] 00:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-20T00:47:01.760Z] 00:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-20T00:47:01.760Z] 00:44:01 eth0 0.67 0.33 0.28 0.23 0.00 0.00 0.00 0.00 [2020-10-20T00:47:01.760Z] 00:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-20T00:47:01.760Z] 00:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-20T00:47:01.760Z] 00:45:01 eth0 1.95 0.35 0.42 0.20 0.00 0.00 0.00 0.00 [2020-10-20T00:47:01.760Z] 00:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-20T00:47:01.760Z] 00:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-20T00:47:01.760Z] 00:46:01 eth0 0.53 0.32 0.27 0.20 0.00 0.00 0.00 0.00 [2020-10-20T00:47:01.760Z] 00:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-20T00:47:01.760Z] 00:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-20T00:47:01.760Z] Average: eth0 18.74 13.86 75.92 6.44 0.00 0.00 0.00 0.00 [2020-10-20T00:47:01.760Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-20T00:47:01.760Z] Average: docker0 0.35 0.28 0.08 0.87 0.00 0.00 0.00 0.00 [2020-10-20T00:47:01.760Z] [2020-10-20T00:47:01.760Z] [2020-10-20T00:47:01.760Z] ---> sar -P ALL: [2020-10-20T00:47:01.760Z] Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 10/20/20 _x86_64_ (4 CPU) [2020-10-20T00:47:01.760Z] [2020-10-20T00:47:01.760Z] 00:30:51 LINUX RESTART (4 CPU) [2020-10-20T00:47:01.760Z] [2020-10-20T00:47:01.760Z] 00:32:02 CPU %user %nice %system %iowait %steal %idle [2020-10-20T00:47:01.760Z] 00:33:01 all 11.94 0.00 9.31 3.26 38.81 36.69 [2020-10-20T00:47:01.760Z] 00:33:01 0 14.36 0.00 9.54 3.74 39.13 33.24 [2020-10-20T00:47:01.760Z] 00:33:01 1 11.37 0.00 9.65 2.81 38.63 37.54 [2020-10-20T00:47:01.760Z] 00:33:01 2 11.04 0.00 8.91 3.35 39.29 37.41 [2020-10-20T00:47:01.760Z] 00:33:01 3 11.03 0.00 9.14 3.14 38.19 38.50 [2020-10-20T00:47:01.760Z] 00:34:01 all 0.40 0.00 0.32 0.25 0.69 98.34 [2020-10-20T00:47:01.760Z] 00:34:01 0 1.15 0.00 0.68 0.43 0.78 96.95 [2020-10-20T00:47:01.760Z] 00:34:01 1 0.10 0.00 0.22 0.07 0.55 99.07 [2020-10-20T00:47:01.760Z] 00:34:01 2 0.25 0.00 0.13 0.51 1.04 98.06 [2020-10-20T00:47:01.760Z] 00:34:01 3 0.10 0.00 0.25 0.00 0.37 99.28 [2020-10-20T00:47:01.760Z] 00:35:01 all 0.37 0.00 0.05 0.00 0.58 99.00 [2020-10-20T00:47:01.760Z] 00:35:01 0 0.03 0.00 0.03 0.00 0.40 99.53 [2020-10-20T00:47:01.760Z] 00:35:01 1 1.12 0.00 0.07 0.02 0.43 98.37 [2020-10-20T00:47:01.760Z] 00:35:01 2 0.30 0.00 0.05 0.00 0.83 98.82 [2020-10-20T00:47:01.760Z] 00:35:01 3 0.05 0.00 0.03 0.00 0.65 99.27 [2020-10-20T00:47:01.760Z] 00:36:01 all 0.09 0.00 0.06 0.00 0.61 99.24 [2020-10-20T00:47:01.760Z] 00:36:01 0 0.02 0.00 0.02 0.00 0.68 99.29 [2020-10-20T00:47:01.760Z] 00:36:01 1 0.03 0.00 0.03 0.00 0.63 99.30 [2020-10-20T00:47:01.760Z] 00:36:01 2 0.27 0.00 0.02 0.00 0.61 99.10 [2020-10-20T00:47:01.760Z] 00:36:01 3 0.03 0.00 0.18 0.00 0.52 99.27 [2020-10-20T00:47:01.760Z] 00:37:02 all 0.10 0.00 0.03 0.00 0.33 99.53 [2020-10-20T00:47:01.760Z] 00:37:02 0 0.03 0.00 0.03 0.00 0.42 99.52 [2020-10-20T00:47:01.760Z] 00:37:02 1 0.07 0.00 0.02 0.00 0.32 99.60 [2020-10-20T00:47:01.760Z] 00:37:02 2 0.30 0.00 0.03 0.00 0.33 99.33 [2020-10-20T00:47:01.760Z] 00:37:02 3 0.02 0.00 0.03 0.00 0.27 99.68 [2020-10-20T00:47:01.760Z] 00:38:01 all 0.11 0.00 0.04 0.00 0.23 99.63 [2020-10-20T00:47:01.760Z] 00:38:01 0 0.03 0.00 0.00 0.00 0.19 99.78 [2020-10-20T00:47:01.760Z] 00:38:01 1 0.07 0.00 0.03 0.00 0.07 99.83 [2020-10-20T00:47:01.760Z] 00:38:01 2 0.12 0.00 0.03 0.00 0.52 99.32 [2020-10-20T00:47:01.760Z] 00:38:01 3 0.20 0.00 0.08 0.00 0.14 99.58 [2020-10-20T00:47:01.760Z] 00:39:01 all 4.96 0.00 2.55 1.61 7.59 83.28 [2020-10-20T00:47:01.760Z] 00:39:01 0 5.56 0.00 3.69 3.29 8.36 79.09 [2020-10-20T00:47:01.760Z] 00:39:01 1 5.88 0.00 2.14 1.72 6.75 83.51 [2020-10-20T00:47:01.760Z] 00:39:01 2 4.88 0.00 2.55 0.37 8.08 84.12 [2020-10-20T00:47:01.760Z] 00:39:01 3 3.53 0.00 1.83 1.09 7.18 86.36 [2020-10-20T00:47:01.760Z] 00:40:01 all 0.08 0.00 0.09 0.00 0.41 99.42 [2020-10-20T00:47:01.760Z] 00:40:01 0 0.03 0.00 0.08 0.00 0.28 99.60 [2020-10-20T00:47:01.760Z] 00:40:01 1 0.02 0.00 0.07 0.00 0.43 99.49 [2020-10-20T00:47:01.760Z] 00:40:01 2 0.03 0.00 0.08 0.00 0.51 99.37 [2020-10-20T00:47:01.760Z] 00:40:01 3 0.23 0.00 0.12 0.00 0.42 99.24 [2020-10-20T00:47:01.760Z] 00:41:01 all 0.12 0.00 0.05 0.00 0.21 99.63 [2020-10-20T00:47:01.760Z] 00:41:01 0 0.02 0.00 0.05 0.00 0.13 99.80 [2020-10-20T00:47:01.760Z] 00:41:01 1 0.05 0.00 0.05 0.00 0.13 99.77 [2020-10-20T00:47:01.760Z] 00:41:01 2 0.37 0.00 0.07 0.00 0.33 99.23 [2020-10-20T00:47:01.760Z] 00:41:01 3 0.03 0.00 0.02 0.00 0.25 99.70 [2020-10-20T00:47:01.760Z] 00:42:01 all 0.12 0.00 0.02 0.00 0.15 99.71 [2020-10-20T00:47:01.760Z] 00:42:01 0 0.03 0.00 0.00 0.00 0.05 99.92 [2020-10-20T00:47:01.760Z] 00:42:01 1 0.02 0.00 0.02 0.00 0.27 99.70 [2020-10-20T00:47:01.760Z] 00:42:01 2 0.42 0.00 0.03 0.00 0.25 99.30 [2020-10-20T00:47:01.760Z] 00:42:01 3 0.02 0.00 0.02 0.00 0.03 99.93 [2020-10-20T00:47:01.760Z] 00:43:01 all 0.14 0.00 0.05 0.00 0.13 99.68 [2020-10-20T00:47:01.760Z] 00:43:01 0 0.03 0.00 0.05 0.00 0.07 99.85 [2020-10-20T00:47:01.760Z] 00:43:01 1 0.07 0.00 0.05 0.00 0.17 99.72 [2020-10-20T00:47:01.760Z] 00:43:01 2 0.45 0.00 0.05 0.00 0.18 99.32 [2020-10-20T00:47:01.760Z] 00:43:01 3 0.02 0.00 0.03 0.00 0.12 99.83 [2020-10-20T00:47:01.761Z] [2020-10-20T00:47:01.761Z] 00:43:01 CPU %user %nice %system %iowait %steal %idle [2020-10-20T00:47:01.761Z] 00:44:01 all 0.09 0.00 0.01 0.00 0.23 99.66 [2020-10-20T00:47:01.761Z] 00:44:01 0 0.03 0.00 0.02 0.00 0.35 99.60 [2020-10-20T00:47:01.761Z] 00:44:01 1 0.03 0.00 0.02 0.00 0.13 99.82 [2020-10-20T00:47:01.761Z] 00:44:01 2 0.30 0.00 0.02 0.00 0.42 99.27 [2020-10-20T00:47:01.761Z] 00:44:01 3 0.00 0.00 0.00 0.00 0.03 99.97 [2020-10-20T00:47:01.761Z] 00:45:01 all 0.11 0.00 0.03 0.00 0.18 99.68 [2020-10-20T00:47:01.761Z] 00:45:01 0 0.02 0.00 0.02 0.00 0.15 99.82 [2020-10-20T00:47:01.761Z] 00:45:01 1 0.03 0.00 0.05 0.00 0.18 99.73 [2020-10-20T00:47:01.761Z] 00:45:01 2 0.37 0.00 0.03 0.00 0.33 99.27 [2020-10-20T00:47:01.761Z] 00:45:01 3 0.02 0.00 0.03 0.00 0.07 99.88 [2020-10-20T00:47:01.761Z] 00:46:01 all 0.11 0.00 0.04 0.00 0.41 99.44 [2020-10-20T00:47:01.761Z] 00:46:01 0 0.03 0.00 0.05 0.00 0.15 99.77 [2020-10-20T00:47:01.761Z] 00:46:01 1 0.03 0.00 0.03 0.00 0.65 99.29 [2020-10-20T00:47:01.761Z] 00:46:01 2 0.35 0.00 0.07 0.00 0.71 98.87 [2020-10-20T00:47:01.761Z] 00:46:01 3 0.02 0.00 0.02 0.00 0.12 99.85 [2020-10-20T00:47:01.761Z] Average: all 1.39 0.00 0.94 0.38 3.78 93.50 [2020-10-20T00:47:01.761Z] Average: 0 1.58 0.00 1.05 0.54 3.79 93.04 [2020-10-20T00:47:01.761Z] Average: 1 1.40 0.00 0.94 0.34 3.72 93.60 [2020-10-20T00:47:01.761Z] Average: 2 1.44 0.00 0.90 0.32 4.00 93.34 [2020-10-20T00:47:01.761Z] Average: 3 1.14 0.00 0.88 0.32 3.62 94.05 [2020-10-20T00:47:01.761Z] [2020-10-20T00:47:01.761Z] [2020-10-20T00:47:01.761Z]