Pull request #359 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of weichou1229 for edgexfoundry/go-mod-core-contracts Loading trusted files from base branch master at b3069d58daddec4f0489f199d23d3a6acd3e16a6 rather than f996e2743d3de620a85ced65e1f97de83f30dc4a Obtained Jenkinsfile from b3069d58daddec4f0489f199d23d3a6acd3e16a6 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 f3f382fce060f16c10d6f597981912fab355381a 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 f3f382fce060f16c10d6f597981912fab355381a 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 f3f382fce060f16c10d6f597981912fab355381a (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f f3f382fce060f16c10d6f597981912fab355381a # timeout=10 Commit message: "Merge pull request #282 from ernestojeda/catch-log-publishing-errors" > 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 All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-8378 in /w/workspace/dry_go-mod-core-contracts_PR-359 [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-359 # 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 b3069d58daddec4f0489f199d23d3a6acd3e16a6 into PR head commit f996e2743d3de620a85ced65e1f97de83f30dc4a Merge succeeded, producing f996e2743d3de620a85ced65e1f97de83f30dc4a Checking out Revision f996e2743d3de620a85ced65e1f97de83f30dc4a (PR-359) > 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/359/head:refs/remotes/origin/PR-359 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f f996e2743d3de620a85ced65e1f97de83f30dc4a # 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 b3069d58daddec4f0489f199d23d3a6acd3e16a6 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f f996e2743d3de620a85ced65e1f97de83f30dc4a # timeout=10 Commit message: "refactor(data): Modify event and reading V2 API route path" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 06:27:03 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 06:27:03 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 06:27:03 ========================================================= 06:27:03 EdgeX Global Pipelines Version Info 06:27:03 ========================================================= [Pipeline] libraryResource [Pipeline] sh 06:27:05 ------------------- 06:27:05 stable info: 06:27:05 ------------------- 06:27:05 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 06:27:05 Commit SHA: f3f382fce060f16c10d6f597981912fab355381a 06:27:05 Message: update stable to v1.0.148 06:27:06 ------------------- 06:27:06 experimental info: 06:27:06 ------------------- 06:27:06 Commited By: **** collab-it+edgex@linuxfoundation.org 06:27:06 Commit SHA: f3f382fce060f16c10d6f597981912fab355381a 06:27:06 Message: update experimental to v1.0.148 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo 06:27:06 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-core-contracts-settings [Pipeline] echo 06:27:07 [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-core-contracts [Pipeline] echo 06:27:07 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 06:27:07 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 06:27:07 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 06:27:07 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 06:27:07 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 06:27:07 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 06:27:07 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 06:27:07 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 06:27:07 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 06:27:08 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-core-contracts [Pipeline] echo 06:27:08 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 06:27:08 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 06:27:08 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 06:27:08 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 06:27:08 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 06:27:08 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 06:27:08 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = patch [Pipeline] echo 06:27:08 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 06:27:08 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 06:27:09 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 06:27:09 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 06:27:09 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 06:27:09 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 06:27:09 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-359 [Pipeline] echo 06:27:09 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-359 [Pipeline] echo 06:27:09 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-359 [Pipeline] echo 06:27:09 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = f996e2743d3de620a85ced65e1f97de83f30dc4a [Pipeline] echo 06:27:09 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = f996e27 [Pipeline] echo 06:27:09 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 06:27:10 + git log --format=format:%s -1 f996e2743d3de620a85ced65e1f97de83f30dc4a [Pipeline] echo 06:27:10 GIT_COMMIT: f996e2743d3de620a85ced65e1f97de83f30dc4a, Commit Message: refactor(data): Modify event and reading V2 API route path [Pipeline] echo 06:27:10 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 06:27:11 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 06:27:11 06:27:11 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 06:27:12 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 06:27:12 latest: Pulling from edgex-devops/git-semver 06:27:12 31603596830f: Pulling fs layer 06:27:12 2a8b12db71e7: Pulling fs layer 06:27:12 6ca5941a6612: Pulling fs layer 06:27:12 ecc8261a40a4: Pulling fs layer 06:27:12 ecc8261a40a4: Waiting 06:27:12 2a8b12db71e7: Verifying Checksum 06:27:12 2a8b12db71e7: Download complete 06:27:12 31603596830f: Verifying Checksum 06:27:12 31603596830f: Download complete 06:27:12 ecc8261a40a4: Verifying Checksum 06:27:12 ecc8261a40a4: Download complete 06:27:12 6ca5941a6612: Download complete 06:27:12 31603596830f: Pull complete 06:27:13 2a8b12db71e7: Pull complete 06:27:14 6ca5941a6612: Pull complete 06:27:14 ecc8261a40a4: Pull complete 06:27:14 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 06:27:14 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 06:27:14 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 06:27:14 prd-centos7-docker-4c-2g-8378 does not seem to be running inside a container 06:27:14 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_go-mod-core-contracts_PR-359 -v /w/workspace/dry_go-mod-core-contracts_PR-359:/w/workspace/dry_go-mod-core-contracts_PR-359:rw,z -v /w/workspace/dry_go-mod-core-contracts_PR-359@tmp:/w/workspace/dry_go-mod-core-contracts_PR-359@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 06:27:16 $ docker top 5b146dcfc782751f58a550f9120de4d595bec5843e8f26056062d69b5031ddab -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 06:27:17 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 06:27:17 [ssh-agent] Looking for ssh-agent implementation... 06:27:17 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 06:27:17 $ docker exec 5b146dcfc782751f58a550f9120de4d595bec5843e8f26056062d69b5031ddab ssh-agent 06:27:17 SSH_AUTH_SOCK=/tmp/ssh-RrathTb9ISzg/agent.12 06:27:17 SSH_AGENT_PID=17 06:27:17 Running ssh-add (command line suppressed) 06:27:17 Identity added: /w/workspace/dry_go-mod-core-contracts_PR-359@tmp/private_key_625139757776237506.key (/w/workspace/dry_go-mod-core-contracts_PR-359@tmp/private_key_625139757776237506.key) 06:27:17 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 06:27:18 + git tag --points-at HEAD [Pipeline] } 06:27:18 $ docker exec --env ******** --env ******** 5b146dcfc782751f58a550f9120de4d595bec5843e8f26056062d69b5031ddab ssh-agent -k 06:27:18 unset SSH_AUTH_SOCK; 06:27:18 unset SSH_AGENT_PID; 06:27:18 echo Agent pid 17 killed; 06:27:18 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 06:27:18 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 06:27:18 [ssh-agent] Looking for ssh-agent implementation... 06:27:18 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 06:27:18 $ docker exec 5b146dcfc782751f58a550f9120de4d595bec5843e8f26056062d69b5031ddab ssh-agent 06:27:18 SSH_AUTH_SOCK=/tmp/ssh-IoSEZnBDKLv5/agent.47 06:27:18 SSH_AGENT_PID=52 06:27:18 Running ssh-add (command line suppressed) 06:27:18 Identity added: /w/workspace/dry_go-mod-core-contracts_PR-359@tmp/private_key_105047291764868961.key (/w/workspace/dry_go-mod-core-contracts_PR-359@tmp/private_key_105047291764868961.key) 06:27:18 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 06:27:19 + git semver init 06:27:19 # -> Open(): unable to determine branch for HEAD 06:27:19 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_PR-359/.git 06:27:19 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_PR-359 06:27:19 # $SEMVER_REMOTE_NAME = origin 06:27:19 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 06:27:19 # $SEMVER_USER_NAME = edgex-jenkins 06:27:19 # $SEMVER_BRANCH = PR-359 06:27:19 # $SEMVER_TEMP = /tmp/semver-997168175 06:27:19 # git clone --branch semver git@github.com:edgexfoundry/go-mod-core-contracts.git $SEMVER_TEMP 06:27:19 # '/tmp/semver-997168175' -> '/w/workspace/dry_go-mod-core-contracts_PR-359/.semver' 06:27:19 # -> Force: false 06:27:19 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_PR-359/.semver [Pipeline] } 06:27:19 $ docker exec --env ******** --env ******** 5b146dcfc782751f58a550f9120de4d595bec5843e8f26056062d69b5031ddab ssh-agent -k 06:27:20 unset SSH_AUTH_SOCK; 06:27:20 unset SSH_AGENT_PID; 06:27:20 echo Agent pid 52 killed; 06:27:20 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 06:27:20 + git semver [Pipeline] } 06:27:20 $ docker stop --time=1 5b146dcfc782751f58a550f9120de4d595bec5843e8f26056062d69b5031ddab 06:27:22 $ docker rm -f 5b146dcfc782751f58a550f9120de4d595bec5843e8f26056062d69b5031ddab [Pipeline] // withDockerContainer [Pipeline] sh 06:27:23 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 06:27:23 Stashed 1 file(s) [Pipeline] echo 06:27:23 [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 06:27:43 Still waiting to schedule task 06:27:43 Waiting for next available executor on ‘centos7-docker-4c-2g’ 06:27:43 Still waiting to schedule task 06:27:43 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 06:29:28 Running on prd-ubuntu18.04-docker-arm64-4c-16g-8379 in /w/workspace/dry_go-mod-core-contracts_PR-359 [Pipeline] { [Pipeline] ws 06:29:28 Running in /w/workspace/go-mod-core-contracts/2 [Pipeline] { [Pipeline] checkout 06:29:33 using credential edgex-jenkins-ssh 06:29:33 Cloning the remote Git repository 06:29:33 Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git 06:29:33 > git init /w/workspace/go-mod-core-contracts/2 # timeout=10 06:29:33 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 06:29:33 > git --version # timeout=10 06:29:33 > git --version # 'git version 2.17.1' 06:29:33 using GIT_SSH to set credentials SSH Credentials for GitHub 06:29:33 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 06:29:35 Merging remotes/origin/master commit b3069d58daddec4f0489f199d23d3a6acd3e16a6 into PR head commit f996e2743d3de620a85ced65e1f97de83f30dc4a 06:29:35 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 06:29:35 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 06:29:35 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 06:29:35 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 06:29:35 using GIT_SSH to set credentials SSH Credentials for GitHub 06:29:35 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/359/head:refs/remotes/origin/PR-359 +refs/heads/master:refs/remotes/origin/master # timeout=10 06:29:36 Merge succeeded, producing f996e2743d3de620a85ced65e1f97de83f30dc4a 06:29:36 Checking out Revision f996e2743d3de620a85ced65e1f97de83f30dc4a (PR-359) 06:29:35 > git config core.sparsecheckout # timeout=10 06:29:35 > git checkout -f f996e2743d3de620a85ced65e1f97de83f30dc4a # timeout=10 06:29:35 > git remote # timeout=10 06:29:36 > git config --get remote.origin.url # timeout=10 06:29:36 using GIT_SSH to set credentials SSH Credentials for GitHub 06:29:36 > git merge b3069d58daddec4f0489f199d23d3a6acd3e16a6 # timeout=10 06:29:36 > git rev-parse HEAD^{commit} # timeout=10 06:29:36 > git config core.sparsecheckout # timeout=10 06:29:36 > git checkout -f f996e2743d3de620a85ced65e1f97de83f30dc4a # timeout=10 06:29:40 Commit message: "refactor(data): Modify event and reading V2 API route path" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 06:29:41 ========================================================= 06:29:41 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 06:29:41 ========================================================= [Pipeline] isUnix [Pipeline] sh 06:29:42 + 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 . 06:29:43 Sending build context to Docker daemon 1.787MB 06:29:43 Step 1/7 : ARG BASE=golang:1.15-alpine 06:29:43 Step 2/7 : FROM ${BASE} 06:29:43 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 06:29:43 b538f80385f9: Pulling fs layer 06:29:43 74f711af9a0d: Pulling fs layer 06:29:43 99f96fe45779: Pulling fs layer 06:29:43 8529a6b9a6be: Pulling fs layer 06:29:43 45590311c82a: Pulling fs layer 06:29:43 69ca0ff8b7b3: Pulling fs layer 06:29:43 209524e5b208: Pulling fs layer 06:29:43 8529a6b9a6be: Waiting 06:29:43 45590311c82a: Waiting 06:29:43 69ca0ff8b7b3: Waiting 06:29:43 209524e5b208: Waiting 06:29:43 99f96fe45779: Verifying Checksum 06:29:43 99f96fe45779: Download complete 06:29:44 74f711af9a0d: Verifying Checksum 06:29:44 74f711af9a0d: Download complete 06:29:44 45590311c82a: Download complete 06:29:44 69ca0ff8b7b3: Verifying Checksum 06:29:44 69ca0ff8b7b3: Download complete 06:29:44 b538f80385f9: Verifying Checksum 06:29:44 b538f80385f9: Download complete 06:29:44 b538f80385f9: Pull complete 06:29:45 74f711af9a0d: Pull complete 06:29:45 99f96fe45779: Pull complete 06:29:46 209524e5b208: Verifying Checksum 06:29:46 209524e5b208: Download complete 06:29:48 8529a6b9a6be: Download complete 06:30:00 8529a6b9a6be: Pull complete 06:30:00 45590311c82a: Pull complete 06:30:00 69ca0ff8b7b3: Pull complete 06:30:03 209524e5b208: Pull complete 06:30:03 Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 06:30:03 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 06:30:03 ---> 5bddaf1c2fca 06:30:03 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 06:30:05 ---> Running in 7f1afae800c7 06:30:05 Removing intermediate container 7f1afae800c7 06:30:05 ---> 2b83c50126c6 06:30:05 Step 4/7 : RUN apk add bash 06:30:06 ---> Running in 4aa0a4319d4e 06:30:07 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:30:08 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:30:09 OK: 142 MiB in 39 packages 06:30:10 Removing intermediate container 4aa0a4319d4e 06:30:10 ---> 1f18bcba2b40 06:30:10 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 06:30:10 ---> Running in 92fc95243016 06:30:11 Removing intermediate container 92fc95243016 06:30:11 ---> 5852c356fe2a 06:30:11 Step 6/7 : COPY go.mod . 06:30:11 ---> b1beddb70543 06:30:11 Step 7/7 : RUN go mod download 06:30:11 ---> Running in 5d99e79e18a6 06:30:24 Running on prd-centos7-docker-4c-2g-8380 in /w/workspace/dry_go-mod-core-contracts_PR-359 [Pipeline] { [Pipeline] ws 06:30:25 Running in /w/workspace/go-mod-core-contracts/2 [Pipeline] { [Pipeline] checkout 06:30:26 Removing intermediate container 5d99e79e18a6 06:30:26 ---> 364c944b64bb 06:30:26 Successfully built 364c944b64bb 06:30:26 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 06:30:27 + docker inspect -f . ci-base-image-arm64 06:30:27 . [Pipeline] withDockerContainer 06:30:27 prd-ubuntu18.04-docker-arm64-4c-16g-8379 does not seem to be running inside a container 06:30:27 $ 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 ******** ci-base-image-arm64 cat 06:30:27 using credential edgex-jenkins-ssh 06:30:27 Cloning the remote Git repository 06:30:27 Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git 06:30:27 > git init /w/workspace/go-mod-core-contracts/2 # timeout=10 06:30:28 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 06:30:28 > git --version # timeout=10 06:30:28 > git --version # 'git version 2.16.5' 06:30:28 using GIT_SSH to set credentials SSH Credentials for GitHub 06:30:28 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 06:30:29 Merging remotes/origin/master commit b3069d58daddec4f0489f199d23d3a6acd3e16a6 into PR head commit f996e2743d3de620a85ced65e1f97de83f30dc4a 06:30:29 Merge succeeded, producing f996e2743d3de620a85ced65e1f97de83f30dc4a 06:30:29 Checking out Revision f996e2743d3de620a85ced65e1f97de83f30dc4a (PR-359) 06:30:29 $ docker top 1d366bae579f948517caa20054c74ec7d5386ec23514ae9a10fea98d2203fe6d -eo pid,comm 06:30:28 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 06:30:28 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 06:30:28 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 06:30:28 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 06:30:28 using GIT_SSH to set credentials SSH Credentials for GitHub 06:30:28 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/359/head:refs/remotes/origin/PR-359 +refs/heads/master:refs/remotes/origin/master # timeout=10 06:30:29 > git config core.sparsecheckout # timeout=10 06:30:29 > git checkout -f f996e2743d3de620a85ced65e1f97de83f30dc4a # timeout=10 06:30:29 > git remote # timeout=10 06:30:29 > git config --get remote.origin.url # timeout=10 06:30:29 using GIT_SSH to set credentials SSH Credentials for GitHub 06:30:29 > git merge b3069d58daddec4f0489f199d23d3a6acd3e16a6 # timeout=10 06:30:29 > git rev-parse HEAD^{commit} # timeout=10 06:30:29 > git config core.sparsecheckout # timeout=10 06:30:29 > git checkout -f f996e2743d3de620a85ced65e1f97de83f30dc4a # timeout=10 [Pipeline] { [Pipeline] sh 06:30:30 + go version 06:30:30 go version go1.15.2 linux/arm64 [Pipeline] } 06:30:30 $ docker stop --time=1 1d366bae579f948517caa20054c74ec7d5386ec23514ae9a10fea98d2203fe6d 06:30:32 $ docker rm -f 1d366bae579f948517caa20054c74ec7d5386ec23514ae9a10fea98d2203fe6d 06:30:33 Commit message: "refactor(data): Modify event and reading V2 API route path" [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 06:30:34 ========================================================= 06:30:34 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 06:30:34 ========================================================= [Pipeline] isUnix [Pipeline] sh 06:30:34 + docker inspect -f . ci-base-image-arm64 06:30:34 . [Pipeline] withDockerContainer 06:30:34 + 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 . 06:30:34 prd-ubuntu18.04-docker-arm64-4c-16g-8379 does not seem to be running inside a container 06:30:34 $ 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 ******** ci-base-image-arm64 cat 06:30:35 Sending build context to Docker daemon 1.787MB 06:30:35 Step 1/7 : ARG BASE=golang:1.15-alpine 06:30:35 Step 2/7 : FROM ${BASE} 06:30:35 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 06:30:35 df20fa9351a1: Pulling fs layer 06:30:35 ed8968b2872e: Pulling fs layer 06:30:35 a92cc7c5fd73: Pulling fs layer 06:30:35 e871e8e8d7a9: Pulling fs layer 06:30:35 e73272ec9a57: Pulling fs layer 06:30:35 1e910a182e73: Pulling fs layer 06:30:35 4e634b169226: Pulling fs layer 06:30:35 e871e8e8d7a9: Waiting 06:30:35 e73272ec9a57: Waiting 06:30:35 1e910a182e73: Waiting 06:30:35 4e634b169226: Waiting 06:30:35 a92cc7c5fd73: Verifying Checksum 06:30:35 a92cc7c5fd73: Download complete 06:30:35 ed8968b2872e: Verifying Checksum 06:30:35 ed8968b2872e: Download complete 06:30:35 e73272ec9a57: Verifying Checksum 06:30:35 e73272ec9a57: Download complete 06:30:35 1e910a182e73: Verifying Checksum 06:30:35 1e910a182e73: Download complete 06:30:35 df20fa9351a1: Verifying Checksum 06:30:35 df20fa9351a1: Download complete 06:30:35 df20fa9351a1: Pull complete 06:30:36 ed8968b2872e: Pull complete 06:30:36 a92cc7c5fd73: Pull complete 06:30:36 $ docker top 77ceea7f6b9a7803d29e8133d6687cbe2c80cd9b717e69d11ca2ea35edd3aeba -eo pid,comm [Pipeline] { [Pipeline] sh 06:30:37 4e634b169226: Verifying Checksum 06:30:37 4e634b169226: Download complete 06:30:38 e871e8e8d7a9: Verifying Checksum 06:30:38 e871e8e8d7a9: Download complete 06:30:38 + make test 06:30:38 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 06:30:43 e871e8e8d7a9: Pull complete 06:30:43 e73272ec9a57: Pull complete 06:30:43 1e910a182e73: Pull complete 06:30:47 4e634b169226: Pull complete 06:30:47 Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 06:30:47 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 06:30:47 ---> f7629b54cfaa 06:30:47 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 06:30:47 ---> Running in c3aff70682ff 06:30:47 Removing intermediate container c3aff70682ff 06:30:47 ---> 8f2ed242d114 06:30:47 Step 4/7 : RUN apk add bash 06:30:48 ---> Running in 74ad27f0145e 06:30:49 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:30:50 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:30:50 OK: 166 MiB in 39 packages 06:30:51 Removing intermediate container 74ad27f0145e 06:30:51 ---> d4c1d4c44fed 06:30:51 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 06:30:51 ---> Running in 4fcf7edb437c 06:30:51 Removing intermediate container 4fcf7edb437c 06:30:51 ---> e5fe45510a39 06:30:51 Step 6/7 : COPY go.mod . 06:30:51 ---> 3a272e1a075b 06:30:51 Step 7/7 : RUN go mod download 06:30:51 ---> Running in 29fc5483dc72 06:31:00 ? github.com/edgexfoundry/go-mod-core-contracts/clients [no test files] 06:31:01 ok github.com/edgexfoundry/go-mod-core-contracts/clients/agent 0.030s coverage: 85.7% of statements 06:31:01 ok github.com/edgexfoundry/go-mod-core-contracts/clients/command 0.039s coverage: 100.0% of statements 06:31:01 Removing intermediate container 29fc5483dc72 06:31:01 ---> 2d9885c4db98 06:31:01 Successfully built 2d9885c4db98 06:31:01 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 06:31:02 + docker inspect -f . ci-base-image-x86_64 06:31:02 . [Pipeline] withDockerContainer 06:31:02 prd-centos7-docker-4c-2g-8380 does not seem to be running inside a container 06:31:02 $ 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 ******** ci-base-image-x86_64 cat 06:31:02 ok github.com/edgexfoundry/go-mod-core-contracts/clients/coredata 0.066s coverage: 45.4% of statements 06:31:02 ok github.com/edgexfoundry/go-mod-core-contracts/clients/general 0.049s coverage: 77.8% of statements 06:31:02 ? github.com/edgexfoundry/go-mod-core-contracts/clients/interfaces [no test files] 06:31:02 ok github.com/edgexfoundry/go-mod-core-contracts/clients/logger 0.022s coverage: 6.4% of statements 06:31:03 $ docker top baaa99fe9f7f385723a8bb03667581c6a1e81819a4610bafde0f0481d2fef102 -eo pid,comm [Pipeline] { [Pipeline] sh 06:31:03 + go version 06:31:03 go version go1.15.2 linux/amd64 [Pipeline] } 06:31:03 $ docker stop --time=1 baaa99fe9f7f385723a8bb03667581c6a1e81819a4610bafde0f0481d2fef102 06:31:04 ok github.com/edgexfoundry/go-mod-core-contracts/clients/metadata 0.052s coverage: 14.7% of statements 06:31:04 ok github.com/edgexfoundry/go-mod-core-contracts/clients/notifications 0.016s coverage: 100.0% of statements 06:31:05 $ docker rm -f baaa99fe9f7f385723a8bb03667581c6a1e81819a4610bafde0f0481d2fef102 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 06:31:05 ok github.com/edgexfoundry/go-mod-core-contracts/clients/scheduler 0.068s coverage: 91.8% of statements 06:31:05 ? github.com/edgexfoundry/go-mod-core-contracts/clients/types [no test files] 06:31:05 ? github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/errors [no test files] 06:31:05 ok github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/local 0.032s coverage: 100.0% of statements 06:31:06 + docker inspect -f . ci-base-image-x86_64 06:31:06 . [Pipeline] withDockerContainer 06:31:06 prd-centos7-docker-4c-2g-8380 does not seem to be running inside a container 06:31:06 ok github.com/edgexfoundry/go-mod-core-contracts/errors 0.029s coverage: 48.9% of statements 06:31:06 $ 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 ******** ci-base-image-x86_64 cat 06:31:06 $ docker top 50b6bcdd8bb3a8d507cbbb5053f66b158a76f4b2ca33261de01645af04c48c51 -eo pid,comm [Pipeline] { [Pipeline] sh 06:31:07 + make test 06:31:07 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 06:31:11 ok github.com/edgexfoundry/go-mod-core-contracts/models 0.132s coverage: 63.0% of statements 06:31:11 ok github.com/edgexfoundry/go-mod-core-contracts/requests/configuration 0.033s coverage: 26.3% of statements 06:31:11 ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/admin 0.043s coverage: 15.4% of statements 06:31:11 ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/operating 0.044s coverage: 15.4% of statements 06:31:11 ok github.com/edgexfoundry/go-mod-core-contracts/responses/configuration 0.013s coverage: 14.3% of statements 06:31:11 ? github.com/edgexfoundry/go-mod-core-contracts/v2 [no test files] 06:31:11 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos 0.027s coverage: 29.1% of statements 06:31:11 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/common 0.022s coverage: 100.0% of statements 06:31:13 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/requests 0.057s coverage: 94.4% of statements 06:31:13 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/responses 0.022s coverage: 100.0% of statements 06:31:13 ? github.com/edgexfoundry/go-mod-core-contracts/v2/models [no test files] 06:31:13 CGO_ENABLED=0 GO111MODULE=on go vet ./... 06:31:15 ? github.com/edgexfoundry/go-mod-core-contracts/clients [no test files] 06:31:15 ok github.com/edgexfoundry/go-mod-core-contracts/clients/agent 0.022s coverage: 85.7% of statements 06:31:15 ok github.com/edgexfoundry/go-mod-core-contracts/clients/command 0.016s coverage: 100.0% of statements 06:31:15 ok github.com/edgexfoundry/go-mod-core-contracts/clients/coredata 0.029s coverage: 45.4% of statements 06:31:15 ok github.com/edgexfoundry/go-mod-core-contracts/clients/general 0.023s coverage: 77.8% of statements 06:31:15 ? github.com/edgexfoundry/go-mod-core-contracts/clients/interfaces [no test files] 06:31:15 ok github.com/edgexfoundry/go-mod-core-contracts/clients/logger 0.020s coverage: 6.4% of statements 06:31:16 ok github.com/edgexfoundry/go-mod-core-contracts/clients/metadata 0.048s coverage: 14.7% of statements 06:31:16 ok github.com/edgexfoundry/go-mod-core-contracts/clients/notifications 0.015s coverage: 100.0% of statements 06:31:16 ok github.com/edgexfoundry/go-mod-core-contracts/clients/scheduler 0.030s coverage: 91.8% of statements 06:31:16 ? github.com/edgexfoundry/go-mod-core-contracts/clients/types [no test files] 06:31:16 ? github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/errors [no test files] 06:31:16 ok github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/local 0.004s coverage: 100.0% of statements 06:31:16 ok github.com/edgexfoundry/go-mod-core-contracts/errors 0.012s coverage: 48.9% of statements 06:31:17 gofmt -l . 06:31:17 [ "`gofmt -l .`" = "" ] [Pipeline] stash 06:31:19 ok github.com/edgexfoundry/go-mod-core-contracts/models 0.032s coverage: 63.0% of statements 06:31:19 ok github.com/edgexfoundry/go-mod-core-contracts/requests/configuration 0.029s coverage: 26.3% of statements 06:31:19 ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/admin 0.013s coverage: 15.4% of statements 06:31:19 ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/operating 0.013s coverage: 15.4% of statements 06:31:19 ok github.com/edgexfoundry/go-mod-core-contracts/responses/configuration 0.040s coverage: 14.3% of statements 06:31:19 ? github.com/edgexfoundry/go-mod-core-contracts/v2 [no test files] 06:31:19 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos 0.015s coverage: 29.1% of statements 06:31:19 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/common 0.013s coverage: 100.0% of statements 06:31:19 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/requests 0.017s coverage: 94.4% of statements 06:31:19 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/responses 0.008s coverage: 100.0% of statements 06:31:19 ? github.com/edgexfoundry/go-mod-core-contracts/v2/models [no test files] 06:31:19 Stashed 1 file(s) [Pipeline] } 06:31:19 $ docker stop --time=1 77ceea7f6b9a7803d29e8133d6687cbe2c80cd9b717e69d11ca2ea35edd3aeba 06:31:19 CGO_ENABLED=0 GO111MODULE=on go vet ./... 06:31:21 gofmt -l . 06:31:21 [ "`gofmt -l .`" = "" ] 06:31:21 $ docker rm -f 77ceea7f6b9a7803d29e8133d6687cbe2c80cd9b717e69d11ca2ea35edd3aeba [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] stash 06:31:22 Warning: overwriting stash ‘coverage-report’ [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) 06:31:22 Stashed 1 file(s) [Pipeline] } 06:31:22 $ docker stop --time=1 50b6bcdd8bb3a8d507cbbb5053f66b158a76f4b2ca33261de01645af04c48c51 06:31:24 $ docker rm -f 50b6bcdd8bb3a8d507cbbb5053f66b158a76f4b2ca33261de01645af04c48c51 [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 "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 "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] } Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 06:31:27 provisioning config files... 06:31:27 copy managed file [go-mod-core-contracts-codecov-token] to file:/w/workspace/dry_go-mod-core-contracts_PR-359@tmp/config3875807739929038785tmp [Pipeline] { [Pipeline] sh 06:31:28 + set +x 06:31:28 + curl -s https://codecov.io/bash 06:31:28 + bash -s -- 06:31:28 06:31:28 _____ _ 06:31:28 / ____| | | 06:31:28 | | ___ __| | ___ ___ _____ __ 06:31:28 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 06:31:28 | |___| (_) | (_| | __/ (_| (_) \ V / 06:31:28 \_____\___/ \__,_|\___|\___\___/ \_/ 06:31:28 Bash-20201009-048fee3 06:31:28 06:31:28 06:31:28 ==> Jenkins CI detected. 06:31:28 project root: . 06:31:28 --> token set from env 06:31:28 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 06:31:28 ==> Running gcov in . (disable via -X gcov) 06:31:28 ==> Python coveragepy not found 06:31:28 ==> Searching for coverage reports in: 06:31:28 + . 06:31:28 -> Found 1 reports 06:31:28 ==> Detecting git/mercurial file structure 06:31:28 ==> Reading reports 06:31:28 + ./coverage.out bytes=105823 06:31:28 ==> Appending adjustments 06:31:28 https://docs.codecov.io/docs/fixing-reports 06:31:29 + Found adjustments 06:31:29 ==> Gzipping contents 06:31:29 ==> Uploading reports 06:31:29 url: https://codecov.io 06:31:29 query: branch=PR-359&commit=f996e2743d3de620a85ced65e1f97de83f30dc4a&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2FPR-359%2F2%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=359&job=&cmd_args= 06:31:29 -> Pinging Codecov 06:31:29 https://codecov.io/upload/v4?package=bash-20201009-048fee3&token=secret&branch=PR-359&commit=f996e2743d3de620a85ced65e1f97de83f30dc4a&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2FPR-359%2F2%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=359&job=&cmd_args= 06:31:29 -> Uploading to 06:31:29 06:31:29 % Total % Received % Xferd Average Speed Time Time Time Current 06:31:29 Dload Upload Total Spent Left Speed 06:31:29 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0curl: (6) Could not resolve host: ; Unknown error 06:31:29 X> Failed to upload 06:31:29 ==> Uploading to Codecov 06:31:29 % Total % Received % Xferd Average Speed Time Time Time Current 06:31:29 Dload Upload Total Spent Left Speed 06:31:30 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 17097 100 118 100 16979 245 35291 --:--:-- --:--:-- --:--:-- 35299 06:31:30 View reports at https://codecov.io/github/edgexfoundry/go-mod-core-contracts/commit/f996e2743d3de620a85ced65e1f97de83f30dc4a [Pipeline] } 06:31:30 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 06:31:32 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 06:31:33 ---> package-listing.sh 06:31:33 ++ facter osfamily 06:31:33 ++ tr '[:upper:]' '[:lower:]' 06:31:33 + OS_FAMILY=redhat 06:31:33 + workspace=/w/workspace/dry_go-mod-core-contracts_PR-359 06:31:33 + START_PACKAGES=/tmp/packages_start.txt 06:31:33 + END_PACKAGES=/tmp/packages_end.txt 06:31:33 + DIFF_PACKAGES=/tmp/packages_diff.txt 06:31:33 + PACKAGES=/tmp/packages_start.txt 06:31:33 + '[' /w/workspace/dry_go-mod-core-contracts_PR-359 ']' 06:31:33 + PACKAGES=/tmp/packages_end.txt 06:31:33 + case "${OS_FAMILY}" in 06:31:33 + rpm -qa 06:31:33 + sort 06:31:37 + '[' -f /tmp/packages_start.txt ']' 06:31:37 + '[' -f /tmp/packages_end.txt ']' 06:31:37 + diff /tmp/packages_start.txt /tmp/packages_end.txt 06:31:37 + '[' /w/workspace/dry_go-mod-core-contracts_PR-359 ']' 06:31:37 + mkdir -p /w/workspace/dry_go-mod-core-contracts_PR-359/archives/ 06:31:37 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dry_go-mod-core-contracts_PR-359/archives/ [Pipeline] echo 06:31:37 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-359/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 06:31:38 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 06:31:38 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 06:31:38 06:31:38 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 06:31:38 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 06:31:38 alpine: Pulling from edgex-lftools-log-publisher 06:31:38 df20fa9351a1: Pulling fs layer 06:31:38 36b3adc4ff6f: Pulling fs layer 06:31:38 8ad3a11d3b57: Pulling fs layer 06:31:38 46f8f816bc3b: Pulling fs layer 06:31:38 93b61091891f: Pulling fs layer 06:31:38 93b9cdb0e59b: Pulling fs layer 06:31:38 5e14af77c1be: Pulling fs layer 06:31:38 01666e4c0597: Pulling fs layer 06:31:38 aa168da1d23b: Pulling fs layer 06:31:38 46f8f816bc3b: Waiting 06:31:38 93b61091891f: Waiting 06:31:38 93b9cdb0e59b: Waiting 06:31:38 5e14af77c1be: Waiting 06:31:38 01666e4c0597: Waiting 06:31:38 aa168da1d23b: Waiting 06:31:38 36b3adc4ff6f: Verifying Checksum 06:31:38 36b3adc4ff6f: Download complete 06:31:38 46f8f816bc3b: Verifying Checksum 06:31:38 46f8f816bc3b: Download complete 06:31:38 df20fa9351a1: Verifying Checksum 06:31:38 df20fa9351a1: Download complete 06:31:39 93b9cdb0e59b: Verifying Checksum 06:31:39 93b9cdb0e59b: Download complete 06:31:39 5e14af77c1be: Verifying Checksum 06:31:39 5e14af77c1be: Download complete 06:31:39 01666e4c0597: Verifying Checksum 06:31:39 01666e4c0597: Download complete 06:31:39 93b61091891f: Download complete 06:31:39 8ad3a11d3b57: Verifying Checksum 06:31:39 8ad3a11d3b57: Download complete 06:31:39 df20fa9351a1: Pull complete 06:31:39 36b3adc4ff6f: Pull complete 06:31:40 8ad3a11d3b57: Pull complete 06:31:40 46f8f816bc3b: Pull complete 06:31:40 93b61091891f: Pull complete 06:31:40 93b9cdb0e59b: Pull complete 06:31:40 aa168da1d23b: Verifying Checksum 06:31:40 aa168da1d23b: Download complete 06:31:41 5e14af77c1be: Pull complete 06:31:41 01666e4c0597: Pull complete 06:31:47 aa168da1d23b: Pull complete 06:31:47 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 06:31:47 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 06:31:47 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 06:31:48 prd-centos7-docker-4c-2g-8378 does not seem to be running inside a container 06:31:48 $ 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-359/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-359 -v /w/workspace/dry_go-mod-core-contracts_PR-359:/w/workspace/dry_go-mod-core-contracts_PR-359:rw,z -v /w/workspace/dry_go-mod-core-contracts_PR-359@tmp:/w/workspace/dry_go-mod-core-contracts_PR-359@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:10003/edgex-lftools-log-publisher:alpine cat 06:31:54 $ docker top 181afeffcef3468ca8fbcc132d319517e4010e2ff03c597da9890c71295b821a -eo pid,comm [Pipeline] { [Pipeline] sh 06:31:55 + touch /tmp/pre-build-complete [Pipeline] sh 06:31:55 + mkdir -p /var/log/sa [Pipeline] sh 06:31:55 + ls /var/log/sa-host 06:31:55 + sadf -c /var/log/sa-host/sa05 06:31:55 file_magic: OK 06:31:55 HZ: Using current value: 100 06:31:55 file_header: OK 06:31:55 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 06:31:55 Statistics: 06:31:55 Hnuu...uuuununununu...Hnuu...uuuununununu... 06:31:55 File successfully converted to sysstat format version 12.2.1 06:31:55 + sadf -c /var/log/sa-host/sa23 06:31:55 file_magic: OK 06:31:55 HZ: Using current value: 100 06:31:55 file_header: OK 06:31:55 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 06:31:55 Statistics: 06:31:55 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 06:31:55 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 06:31:56 provisioning config files... 06:31:56 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dry_go-mod-core-contracts_PR-359@tmp/config731331224360967290tmp [Pipeline] { [Pipeline] echo 06:31:56 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 06:31:56 ---> create-netrc.sh [Pipeline] } 06:31:56 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 06:31:56 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 06:31:57 ---> python-tools-install.sh [Pipeline] echo 06:31:57 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 06:31:57 ---> sudo-logs.sh 06:31:57 Archiving 'sudo' log.. [Pipeline] echo 06:31:57 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 06:31:57 ---> job-cost.sh 06:31:57 lf-activate-venv: SKIPPING 06:31:57 INFO: No Stack... 06:31:58 INFO: Retrieving Pricing Info for: v1-standard-2 06:31:59 INFO: Archiving Costs [Pipeline] echo 06:31:59 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 06:31:59 ---> logs-deploy.sh 06:31:59 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/PR-359/2 06:31:59 INFO: archiving workspace using pattern(s): 06:32:01 Archives upload complete. 06:32:01 INFO: archiving logs to Nexus 06:32:02 ---> uname -a: 06:32:02 Linux prd-centos7-docker-4c-2g-8378.vexxhost.local 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux 06:32:02 06:32:02 06:32:02 ---> lscpu: 06:32:02 Architecture: x86_64 06:32:02 CPU op-mode(s): 32-bit, 64-bit 06:32:02 Byte Order: Little Endian 06:32:02 Address sizes: 40 bits physical, 48 bits virtual 06:32:02 CPU(s): 4 06:32:02 On-line CPU(s) list: 0-3 06:32:02 Thread(s) per core: 1 06:32:02 Core(s) per socket: 1 06:32:02 Socket(s): 4 06:32:02 NUMA node(s): 1 06:32:02 Vendor ID: GenuineIntel 06:32:02 CPU family: 6 06:32:02 Model: 44 06:32:02 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 06:32:02 Stepping: 1 06:32:02 CPU MHz: 2933.436 06:32:02 BogoMIPS: 5866.87 06:32:02 Virtualization: VT-x 06:32:02 Hypervisor vendor: KVM 06:32:02 Virtualization type: full 06:32:02 L1d cache: 128 KiB 06:32:02 L1i cache: 128 KiB 06:32:02 L2 cache: 16 MiB 06:32:02 L3 cache: 64 MiB 06:32:02 NUMA node0 CPU(s): 0-3 06:32:02 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 06:32:02 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 06:32:02 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 06:32:02 Vulnerability Meltdown: Mitigation; PTI 06:32:02 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 06:32:02 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 06:32:02 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 06:32:02 Vulnerability Tsx async abort: Not affected 06:32:02 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 06:32:02 06:32:02 06:32:02 ---> nproc: 06:32:02 4 06:32:02 06:32:02 06:32:02 ---> df -h: 06:32:02 Filesystem Size Used Available Use% Mounted on 06:32:02 overlay 50.0G 7.2G 42.8G 14% / 06:32:02 tmpfs 64.0M 0 64.0M 0% /dev 06:32:02 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 06:32:02 shm 64.0M 0 64.0M 0% /dev/shm 06:32:02 /dev/vda1 50.0G 7.2G 42.8G 14% /facter-os 06:32:02 /dev/vda1 50.0G 7.2G 42.8G 14% /etc/resolv.conf 06:32:02 /dev/vda1 50.0G 7.2G 42.8G 14% /etc/hostname 06:32:02 /dev/vda1 50.0G 7.2G 42.8G 14% /etc/hosts 06:32:02 /dev/vda1 50.0G 7.2G 42.8G 14% /var/log/auth.log 06:32:02 /dev/vda1 50.0G 7.2G 42.8G 14% /w/workspace/dry_go-mod-core-contracts_PR-359 06:32:02 /dev/vda1 50.0G 7.2G 42.8G 14% /run/cloud-init/result.json 06:32:02 /dev/vda1 50.0G 7.2G 42.8G 14% /w/workspace/dry_go-mod-core-contracts_PR-359@tmp 06:32:02 /dev/vda1 50.0G 7.2G 42.8G 14% /var/log/sa-host 06:32:02 /dev/vda1 50.0G 7.2G 42.8G 14% /var/log/secure 06:32:02 06:32:02 06:32:02 ---> free -m: 06:32:02 total used free shared buff/cache available 06:32:02 Mem: 1837 690 99 0 1047 1045 06:32:02 Swap: 1023 0 1023 06:32:02 06:32:02 06:32:02 ---> ip addr: 06:32:02 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 06:32:02 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 06:32:02 inet 127.0.0.1/8 scope host lo 06:32:02 valid_lft forever preferred_lft forever 06:32:02 inet6 ::1/128 scope host 06:32:02 valid_lft forever preferred_lft forever 06:32:02 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 06:32:02 link/ether fa:16:3e:86:97:53 brd ff:ff:ff:ff:ff:ff 06:32:02 inet 10.30.123.87/23 brd 10.30.123.255 scope global dynamic eth0 06:32:02 valid_lft 86069sec preferred_lft 86069sec 06:32:02 inet6 fe80::f816:3eff:fe86:9753/64 scope link 06:32:02 valid_lft forever preferred_lft forever 06:32:02 3: docker0: mtu 1500 qdisc noqueue state DOWN 06:32:02 link/ether 02:42:af:46:f3:3f brd ff:ff:ff:ff:ff:ff 06:32:02 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 06:32:02 valid_lft forever preferred_lft forever 06:32:02 inet6 fe80::42:afff:fe46:f33f/64 scope link 06:32:02 valid_lft forever preferred_lft forever 06:32:02 06:32:02 06:32:02 ---> sar -b -r -n DEV: 06:32:02 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 10/23/20 _x86_64_ (4 CPU) 06:32:02 06:32:02 06:26:12 LINUX RESTART (4 CPU) 06:32:02 06:32:02 06:27:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 06:32:02 06:28:01 35.76 11.12 24.64 0.00 4465.19 2313.28 0.00 06:32:02 06:29:01 1.60 0.00 1.60 0.00 0.00 31.54 0.00 06:32:02 06:30:01 0.28 0.00 0.28 0.00 0.00 3.38 0.00 06:32:02 06:31:01 0.23 0.00 0.23 0.00 0.00 2.70 0.00 06:32:02 Average: 9.47 2.78 6.69 0.00 1116.48 587.82 0.00 06:32:02 06:32:02 06:27:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 06:32:02 06:28:01 153112 0 588484 31.28 2620 1137340 1107468 37.80 427784 1139660 20 06:32:02 06:29:01 158248 0 583340 31.00 2620 1137348 1073924 36.65 427356 1135828 8 06:32:02 06:30:01 157020 0 584564 31.07 2620 1137352 1074400 36.67 428756 1135804 8 06:32:02 06:31:01 155372 0 586212 31.16 2620 1137352 1074464 36.67 432808 1133160 8 06:32:02 Average: 155938 0 585650 31.13 2620 1137348 1082564 36.95 429176 1136113 11 06:32:02 06:32:02 06:27:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 06:32:02 06:28:01 eth0 166.02 117.35 464.50 45.12 0.00 0.00 0.00 0.00 06:32:02 06:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:32:02 06:28:01 docker0 4.13 3.73 1.10 12.63 0.00 0.00 0.00 0.00 06:32:02 06:29:01 eth0 0.75 0.08 0.06 0.01 0.00 0.00 0.00 0.00 06:32:02 06:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:32:02 06:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:32:02 06:30:01 eth0 0.85 0.37 0.31 0.20 0.00 0.00 0.00 0.00 06:32:02 06:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:32:02 06:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:32:02 06:31:01 eth0 0.53 0.45 0.27 0.21 0.00 0.00 0.00 0.00 06:32:02 06:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:32:02 06:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:32:02 Average: eth0 42.05 29.57 116.30 11.39 0.00 0.00 0.00 0.00 06:32:02 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:32:02 Average: docker0 1.03 0.93 0.28 3.16 0.00 0.00 0.00 0.00 06:32:02 06:32:02 06:32:02 ---> sar -P ALL: 06:32:02 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 10/23/20 _x86_64_ (4 CPU) 06:32:02 06:32:02 06:26:12 LINUX RESTART (4 CPU) 06:32:02 06:32:02 06:27:01 CPU %user %nice %system %iowait %steal %idle 06:32:02 06:28:01 all 3.29 0.00 2.08 1.22 0.03 93.38 06:32:02 06:28:01 0 3.55 0.00 2.52 1.71 0.02 92.20 06:32:02 06:28:01 1 2.92 0.00 1.74 1.89 0.07 93.38 06:32:02 06:28:01 2 3.56 0.00 2.06 0.54 0.02 93.83 06:32:02 06:28:01 3 3.14 0.00 2.00 0.72 0.03 94.11 06:32:02 06:29:01 all 0.17 0.00 0.05 0.00 0.00 99.78 06:32:02 06:29:01 0 0.07 0.00 0.05 0.00 0.00 99.88 06:32:02 06:29:01 1 0.03 0.00 0.02 0.00 0.00 99.95 06:32:02 06:29:01 2 0.55 0.00 0.07 0.00 0.00 99.38 06:32:02 06:29:01 3 0.05 0.00 0.07 0.00 0.00 99.88 06:32:02 06:30:01 all 0.12 0.00 0.06 0.00 0.01 99.82 06:32:02 06:30:01 0 0.12 0.00 0.05 0.00 0.02 99.82 06:32:02 06:30:01 1 0.07 0.00 0.05 0.00 0.00 99.88 06:32:02 06:30:01 2 0.22 0.00 0.07 0.00 0.02 99.70 06:32:02 06:30:01 3 0.07 0.00 0.07 0.00 0.00 99.87 06:32:02 06:31:01 all 0.08 0.00 0.05 0.00 0.00 99.87 06:32:02 06:31:01 0 0.17 0.00 0.07 0.00 0.00 99.77 06:32:02 06:31:01 1 0.02 0.00 0.03 0.00 0.00 99.95 06:32:02 06:31:01 2 0.08 0.00 0.07 0.00 0.00 99.85 06:32:02 06:31:01 3 0.03 0.00 0.05 0.00 0.00 99.92 06:32:02 Average: all 0.91 0.00 0.56 0.30 0.01 98.22 06:32:02 Average: 0 0.97 0.00 0.67 0.43 0.01 97.93 06:32:02 Average: 1 0.75 0.00 0.46 0.47 0.02 98.30 06:32:02 Average: 2 1.10 0.00 0.56 0.13 0.01 98.20 06:32:02 Average: 3 0.82 0.00 0.54 0.18 0.01 98.45 06:32:02 06:32:02 06:32:02