Pull request #345 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of cloudxxx8 for edgexfoundry/go-mod-core-contracts Obtained Jenkinsfile from c01bdb94a4f37899a177f82c2ede2d96f70bca13+4711beb17f7a8c47134eb464f5723ef02109ef87 (d8c981f1f9f3fa1cea8ae797e44a462f29d6d5fa) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision a2cbe11917bfb8801b6bc99aaa80229564ed4294 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision a2cbe11917bfb8801b6bc99aaa80229564ed4294 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision a2cbe11917bfb8801b6bc99aaa80229564ed4294 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f a2cbe11917bfb8801b6bc99aaa80229564ed4294 # timeout=10 Commit message: "Merge pull request #273 from ernestojeda/fix-semver-dir-permissions" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:go-mod-core-contracts, buildImage:false, pushImage:false, semverBump:patch] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: go-mod-core-contracts-settings PROJECT: go-mod-core-contracts USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-go-mod-core-contracts DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: false PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: patch BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-7005 in /w/workspace/dry_go-mod-core-contracts_PR-345 [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-345 # 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 4711beb17f7a8c47134eb464f5723ef02109ef87 into PR head commit c01bdb94a4f37899a177f82c2ede2d96f70bca13 > 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/345/head:refs/remotes/origin/PR-345 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 Merge succeeded, producing c01bdb94a4f37899a177f82c2ede2d96f70bca13 Checking out Revision c01bdb94a4f37899a177f82c2ede2d96f70bca13 (PR-345) > git checkout -f c01bdb94a4f37899a177f82c2ede2d96f70bca13 # 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 4711beb17f7a8c47134eb464f5723ef02109ef87 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f c01bdb94a4f37899a177f82c2ede2d96f70bca13 # timeout=10 Commit message: "refactor: remove all ResponseNoMessage funcs in V2" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { > git rev-list --no-walk 93d8251a8ddb012cfa3bbc9390b7480f0c0874e7 # timeout=10 [Pipeline] timeout 16:17:46 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 16:17:46 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 16:17:46 ========================================================= 16:17:46 EdgeX Global Pipelines Version Info 16:17:46 ========================================================= [Pipeline] libraryResource [Pipeline] sh 16:17:48 ------------------- 16:17:48 stable info: 16:17:48 ------------------- 16:17:48 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 16:17:48 Commit SHA: a2cbe11917bfb8801b6bc99aaa80229564ed4294 16:17:48 Message: update stable to v1.0.144 16:17:49 ------------------- 16:17:49 experimental info: 16:17:49 ------------------- 16:17:49 Commited By: **** collab-it+edgex@linuxfoundation.org 16:17:49 Commit SHA: c640cc8e0f176a0a86b153ebfcb15f3e2f33f7bd 16:17:49 Message: update experimental to v1.0.145 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo 16:17:50 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-core-contracts-settings [Pipeline] echo 16:17:50 [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-core-contracts [Pipeline] echo 16:17:50 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 16:17:50 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 16:17:50 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 16:17:50 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 16:17:50 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 16:17:51 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 16:17:51 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 16:17:51 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 16:17:51 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 16:17:51 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-core-contracts [Pipeline] echo 16:17:51 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 16:17:51 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 16:17:51 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 16:17:51 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 16:17:52 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 16:17:52 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 16:17:52 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = patch [Pipeline] echo 16:17:52 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 16:17:52 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 16:17:52 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 16:17:52 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 16:17:52 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 16:17:52 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 16:17:52 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-345 [Pipeline] echo 16:17:53 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-345 [Pipeline] echo 16:17:53 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-345 [Pipeline] echo 16:17:53 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = c01bdb94a4f37899a177f82c2ede2d96f70bca13 [Pipeline] echo 16:17:53 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = c01bdb9 [Pipeline] echo 16:17:53 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 16:17:54 + git log --format=format:%s -1 c01bdb94a4f37899a177f82c2ede2d96f70bca13 [Pipeline] echo 16:17:54 GIT_COMMIT: c01bdb94a4f37899a177f82c2ede2d96f70bca13, Commit Message: refactor: remove all ResponseNoMessage funcs in V2 [Pipeline] echo 16:17:54 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 16:17:55 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:17:55 16:17:55 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 16:17:55 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:17:56 latest: Pulling from edgex-devops/git-semver 16:17:56 31603596830f: Pulling fs layer 16:17:56 2a8b12db71e7: Pulling fs layer 16:17:56 6ca5941a6612: Pulling fs layer 16:17:56 ecc8261a40a4: Pulling fs layer 16:17:56 ecc8261a40a4: Waiting 16:17:56 2a8b12db71e7: Verifying Checksum 16:17:56 2a8b12db71e7: Download complete 16:17:56 31603596830f: Verifying Checksum 16:17:56 31603596830f: Download complete 16:17:56 ecc8261a40a4: Verifying Checksum 16:17:56 ecc8261a40a4: Download complete 16:17:56 6ca5941a6612: Verifying Checksum 16:17:56 6ca5941a6612: Download complete 16:17:56 31603596830f: Pull complete 16:17:56 2a8b12db71e7: Pull complete 16:17:58 6ca5941a6612: Pull complete 16:17:58 ecc8261a40a4: Pull complete 16:17:58 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 16:17:58 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:17:58 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 16:17:58 prd-centos7-docker-4c-2g-7005 does not seem to be running inside a container 16:17:58 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_go-mod-core-contracts_PR-345 -v /w/workspace/dry_go-mod-core-contracts_PR-345:/w/workspace/dry_go-mod-core-contracts_PR-345:rw,z -v /w/workspace/dry_go-mod-core-contracts_PR-345@tmp:/w/workspace/dry_go-mod-core-contracts_PR-345@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 16:18:01 $ docker top 4528a5ac6be51926a80226b10244966a3f4ffb9390cf4ebe61500e6909c16e48 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 16:18:01 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:18:01 [ssh-agent] Looking for ssh-agent implementation... 16:18:02 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:18:02 $ docker exec 4528a5ac6be51926a80226b10244966a3f4ffb9390cf4ebe61500e6909c16e48 ssh-agent 16:18:02 SSH_AUTH_SOCK=/tmp/ssh-7Uo0Z1tvzllG/agent.12 16:18:02 SSH_AGENT_PID=17 16:18:02 Running ssh-add (command line suppressed) 16:18:02 Identity added: /w/workspace/dry_go-mod-core-contracts_PR-345@tmp/private_key_3069315900006009157.key (/w/workspace/dry_go-mod-core-contracts_PR-345@tmp/private_key_3069315900006009157.key) 16:18:02 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:18:03 + git tag --points-at HEAD [Pipeline] } 16:18:03 $ docker exec --env ******** --env ******** 4528a5ac6be51926a80226b10244966a3f4ffb9390cf4ebe61500e6909c16e48 ssh-agent -k 16:18:03 unset SSH_AUTH_SOCK; 16:18:03 unset SSH_AGENT_PID; 16:18:03 echo Agent pid 17 killed; 16:18:03 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 16:18:03 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:18:03 [ssh-agent] Looking for ssh-agent implementation... 16:18:03 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:18:03 $ docker exec 4528a5ac6be51926a80226b10244966a3f4ffb9390cf4ebe61500e6909c16e48 ssh-agent 16:18:04 SSH_AUTH_SOCK=/tmp/ssh-0uiyU14C3neo/agent.45 16:18:04 SSH_AGENT_PID=51 16:18:04 Running ssh-add (command line suppressed) 16:18:04 Identity added: /w/workspace/dry_go-mod-core-contracts_PR-345@tmp/private_key_3115201528611259461.key (/w/workspace/dry_go-mod-core-contracts_PR-345@tmp/private_key_3115201528611259461.key) 16:18:04 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:18:04 + git semver init 16:18:04 # -> Open(): unable to determine branch for HEAD 16:18:04 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_PR-345/.git 16:18:04 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_PR-345 16:18:04 # $SEMVER_REMOTE_NAME = origin 16:18:04 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 16:18:04 # $SEMVER_USER_NAME = edgex-jenkins 16:18:04 # $SEMVER_BRANCH = PR-345 16:18:04 # $SEMVER_TEMP = /tmp/semver-200637685 16:18:04 # git clone --branch semver git@github.com:edgexfoundry/go-mod-core-contracts.git $SEMVER_TEMP 16:18:05 # '/tmp/semver-200637685' -> '/w/workspace/dry_go-mod-core-contracts_PR-345/.semver' 16:18:05 # -> Force: false 16:18:05 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_PR-345/.semver [Pipeline] } 16:18:05 $ docker exec --env ******** --env ******** 4528a5ac6be51926a80226b10244966a3f4ffb9390cf4ebe61500e6909c16e48 ssh-agent -k 16:18:05 unset SSH_AUTH_SOCK; 16:18:05 unset SSH_AGENT_PID; 16:18:05 echo Agent pid 51 killed; 16:18:06 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 16:18:06 + git semver [Pipeline] } 16:18:06 $ docker stop --time=1 4528a5ac6be51926a80226b10244966a3f4ffb9390cf4ebe61500e6909c16e48 16:18:08 $ docker rm -f 4528a5ac6be51926a80226b10244966a3f4ffb9390cf4ebe61500e6909c16e48 [Pipeline] // withDockerContainer [Pipeline] sh 16:18:08 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 16:18:09 Stashed 1 file(s) [Pipeline] echo 16:18:09 [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 16:18:27 Still waiting to schedule task 16:18:27 Waiting for next available executor on ‘centos7-docker-4c-2g’ 16:18:27 Still waiting to schedule task 16:18:27 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 16:20:23 Running on prd-ubuntu18.04-docker-arm64-4c-16g-7006 in /w/workspace/dry_go-mod-core-contracts_PR-345 [Pipeline] { [Pipeline] ws 16:20:23 Running in /w/workspace/go-mod-core-contracts/8 [Pipeline] { [Pipeline] checkout 16:20:28 using credential edgex-jenkins-ssh 16:20:28 Cloning the remote Git repository 16:20:28 Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git 16:20:28 > git init /w/workspace/go-mod-core-contracts/8 # timeout=10 16:20:28 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 16:20:28 > git --version # timeout=10 16:20:28 > git --version # 'git version 2.17.1' 16:20:28 using GIT_SSH to set credentials SSH Credentials for GitHub 16:20:28 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 16:20:29 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 16:20:30 Merging remotes/origin/master commit 4711beb17f7a8c47134eb464f5723ef02109ef87 into PR head commit c01bdb94a4f37899a177f82c2ede2d96f70bca13 16:20:30 Merge succeeded, producing c01bdb94a4f37899a177f82c2ede2d96f70bca13 16:20:30 Checking out Revision c01bdb94a4f37899a177f82c2ede2d96f70bca13 (PR-345) 16:20:29 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 16:20:29 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 16:20:29 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 16:20:29 using GIT_SSH to set credentials SSH Credentials for GitHub 16:20:29 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/345/head:refs/remotes/origin/PR-345 +refs/heads/master:refs/remotes/origin/master # timeout=10 16:20:30 > git config core.sparsecheckout # timeout=10 16:20:30 > git checkout -f c01bdb94a4f37899a177f82c2ede2d96f70bca13 # timeout=10 16:20:30 > git remote # timeout=10 16:20:30 > git config --get remote.origin.url # timeout=10 16:20:30 using GIT_SSH to set credentials SSH Credentials for GitHub 16:20:30 > git merge 4711beb17f7a8c47134eb464f5723ef02109ef87 # timeout=10 16:20:30 > git rev-parse HEAD^{commit} # timeout=10 16:20:30 > git config core.sparsecheckout # timeout=10 16:20:30 > git checkout -f c01bdb94a4f37899a177f82c2ede2d96f70bca13 # timeout=10 16:20:35 Commit message: "refactor: remove all ResponseNoMessage funcs in V2" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 16:20:35 ========================================================= 16:20:35 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 16:20:35 ========================================================= [Pipeline] isUnix [Pipeline] sh 16:20:37 + 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 . 16:20:38 Sending build context to Docker daemon 1.802MB 16:20:38 Step 1/7 : ARG BASE=golang:1.15-alpine 16:20:38 Step 2/7 : FROM ${BASE} 16:20:38 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 16:20:38 b538f80385f9: Pulling fs layer 16:20:38 74f711af9a0d: Pulling fs layer 16:20:38 99f96fe45779: Pulling fs layer 16:20:38 8529a6b9a6be: Pulling fs layer 16:20:38 45590311c82a: Pulling fs layer 16:20:38 69ca0ff8b7b3: Pulling fs layer 16:20:38 209524e5b208: Pulling fs layer 16:20:38 69ca0ff8b7b3: Waiting 16:20:38 8529a6b9a6be: Waiting 16:20:38 209524e5b208: Waiting 16:20:38 45590311c82a: Waiting 16:20:38 99f96fe45779: Download complete 16:20:38 74f711af9a0d: Verifying Checksum 16:20:38 74f711af9a0d: Download complete 16:20:38 45590311c82a: Verifying Checksum 16:20:38 45590311c82a: Download complete 16:20:38 69ca0ff8b7b3: Verifying Checksum 16:20:38 69ca0ff8b7b3: Download complete 16:20:39 b538f80385f9: Verifying Checksum 16:20:39 b538f80385f9: Download complete 16:20:39 b538f80385f9: Pull complete 16:20:40 74f711af9a0d: Pull complete 16:20:40 99f96fe45779: Pull complete 16:20:41 209524e5b208: Verifying Checksum 16:20:41 209524e5b208: Download complete 16:20:43 8529a6b9a6be: Verifying Checksum 16:20:43 8529a6b9a6be: Download complete 16:20:53 8529a6b9a6be: Pull complete 16:20:53 45590311c82a: Pull complete 16:20:54 69ca0ff8b7b3: Pull complete 16:20:57 209524e5b208: Pull complete 16:20:57 Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 16:20:57 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 16:20:57 ---> 5bddaf1c2fca 16:20:57 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 16:21:01 ---> Running in 5faf51b04a62 16:21:01 Removing intermediate container 5faf51b04a62 16:21:01 ---> 63329bfc8da7 16:21:01 Step 4/7 : RUN apk add bash 16:21:01 ---> Running in fed47b9ceb6e 16:21:02 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:21:05 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:21:06 OK: 142 MiB in 39 packages 16:21:07 Running on prd-centos7-docker-4c-2g-7007 in /w/workspace/dry_go-mod-core-contracts_PR-345 [Pipeline] { [Pipeline] ws 16:21:07 Running in /w/workspace/go-mod-core-contracts/8 [Pipeline] { [Pipeline] checkout 16:21:08 Removing intermediate container fed47b9ceb6e 16:21:08 ---> b0e0f29362db 16:21:08 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 16:21:08 ---> Running in 0c4c1c81e977 16:21:08 Removing intermediate container 0c4c1c81e977 16:21:08 ---> 029840ad276f 16:21:08 Step 6/7 : COPY go.mod . 16:21:09 ---> 56b1b26a5446 16:21:09 Step 7/7 : RUN go mod download 16:21:09 ---> Running in 895d52e6f6fc 16:21:14 using credential edgex-jenkins-ssh 16:21:14 Cloning the remote Git repository 16:21:14 Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git 16:21:14 > git init /w/workspace/go-mod-core-contracts/8 # timeout=10 16:21:14 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 16:21:14 > git --version # timeout=10 16:21:14 > git --version # 'git version 2.16.5' 16:21:14 using GIT_SSH to set credentials SSH Credentials for GitHub 16:21:14 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 16:21:15 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 16:21:15 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 16:21:15 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 16:21:15 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 16:21:15 using GIT_SSH to set credentials SSH Credentials for GitHub 16:21:15 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/345/head:refs/remotes/origin/PR-345 +refs/heads/master:refs/remotes/origin/master # timeout=10 16:21:15 Merging remotes/origin/master commit 4711beb17f7a8c47134eb464f5723ef02109ef87 into PR head commit c01bdb94a4f37899a177f82c2ede2d96f70bca13 16:21:16 Merge succeeded, producing c01bdb94a4f37899a177f82c2ede2d96f70bca13 16:21:16 Checking out Revision c01bdb94a4f37899a177f82c2ede2d96f70bca13 (PR-345) 16:21:15 > git config core.sparsecheckout # timeout=10 16:21:16 > git checkout -f c01bdb94a4f37899a177f82c2ede2d96f70bca13 # timeout=10 16:21:16 > git remote # timeout=10 16:21:16 > git config --get remote.origin.url # timeout=10 16:21:16 using GIT_SSH to set credentials SSH Credentials for GitHub 16:21:16 > git merge 4711beb17f7a8c47134eb464f5723ef02109ef87 # timeout=10 16:21:16 > git rev-parse HEAD^{commit} # timeout=10 16:21:16 > git config core.sparsecheckout # timeout=10 16:21:16 > git checkout -f c01bdb94a4f37899a177f82c2ede2d96f70bca13 # timeout=10 16:21:20 Commit message: "refactor: remove all ResponseNoMessage funcs in V2" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 16:21:21 ========================================================= 16:21:21 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 16:21:21 ========================================================= [Pipeline] isUnix [Pipeline] sh 16:21:22 + 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 . 16:21:22 Sending build context to Docker daemon 1.802MB 16:21:22 Step 1/7 : ARG BASE=golang:1.15-alpine 16:21:22 Step 2/7 : FROM ${BASE} 16:21:23 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 16:21:23 df20fa9351a1: Pulling fs layer 16:21:23 ed8968b2872e: Pulling fs layer 16:21:23 a92cc7c5fd73: Pulling fs layer 16:21:23 e871e8e8d7a9: Pulling fs layer 16:21:23 e73272ec9a57: Pulling fs layer 16:21:23 1e910a182e73: Pulling fs layer 16:21:23 4e634b169226: Pulling fs layer 16:21:23 e73272ec9a57: Waiting 16:21:23 1e910a182e73: Waiting 16:21:23 4e634b169226: Waiting 16:21:23 e871e8e8d7a9: Waiting 16:21:23 a92cc7c5fd73: Verifying Checksum 16:21:23 a92cc7c5fd73: Download complete 16:21:23 ed8968b2872e: Verifying Checksum 16:21:23 ed8968b2872e: Download complete 16:21:23 e73272ec9a57: Verifying Checksum 16:21:23 e73272ec9a57: Download complete 16:21:23 1e910a182e73: Verifying Checksum 16:21:23 1e910a182e73: Download complete 16:21:23 df20fa9351a1: Verifying Checksum 16:21:23 df20fa9351a1: Download complete 16:21:24 df20fa9351a1: Pull complete 16:21:24 Removing intermediate container 895d52e6f6fc 16:21:24 ---> 7bc5e7c3c122 16:21:24 Successfully built 7bc5e7c3c122 16:21:24 Successfully tagged ci-base-image-arm64:latest 16:21:24 ed8968b2872e: Pull complete [Pipeline] isUnix [Pipeline] sh 16:21:24 a92cc7c5fd73: Pull complete 16:21:24 + docker inspect -f . ci-base-image-arm64 16:21:24 . [Pipeline] withDockerContainer 16:21:25 prd-ubuntu18.04-docker-arm64-4c-16g-7006 does not seem to be running inside a container 16:21:25 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/8 -v /w/workspace/go-mod-core-contracts/8:/w/workspace/go-mod-core-contracts/8:rw,z -v /w/workspace/go-mod-core-contracts/8@tmp:/w/workspace/go-mod-core-contracts/8@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 16:21:26 4e634b169226: Verifying Checksum 16:21:26 4e634b169226: Download complete 16:21:26 $ docker top fdede46270abe30531812d0494e8f1e74326573f64a8bf4588c1639e2c7f17f0 -eo pid,comm [Pipeline] { [Pipeline] sh 16:21:27 e871e8e8d7a9: Verifying Checksum 16:21:27 e871e8e8d7a9: Download complete 16:21:28 + go version 16:21:28 go version go1.15.2 linux/arm64 [Pipeline] } 16:21:28 $ docker stop --time=1 fdede46270abe30531812d0494e8f1e74326573f64a8bf4588c1639e2c7f17f0 16:21:30 $ docker rm -f fdede46270abe30531812d0494e8f1e74326573f64a8bf4588c1639e2c7f17f0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:21:31 + docker inspect -f . ci-base-image-arm64 16:21:31 . [Pipeline] withDockerContainer 16:21:31 prd-ubuntu18.04-docker-arm64-4c-16g-7006 does not seem to be running inside a container 16:21:31 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/8 -v /w/workspace/go-mod-core-contracts/8:/w/workspace/go-mod-core-contracts/8:rw,z -v /w/workspace/go-mod-core-contracts/8@tmp:/w/workspace/go-mod-core-contracts/8@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 16:21:33 $ docker top 378296e8cc7a7e9ad55a74f369b3e798c7d846e627a77e9e61d46fc4ca07a1bf -eo pid,comm [Pipeline] { [Pipeline] sh 16:21:35 + make test 16:21:35 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 16:21:38 e871e8e8d7a9: Pull complete 16:21:38 e73272ec9a57: Pull complete 16:21:38 1e910a182e73: Pull complete 16:21:43 4e634b169226: Pull complete 16:21:43 Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 16:21:43 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 16:21:43 ---> f7629b54cfaa 16:21:43 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 16:21:44 ---> Running in 3472f9543736 16:21:44 Removing intermediate container 3472f9543736 16:21:44 ---> 03a48f1e8195 16:21:44 Step 4/7 : RUN apk add bash 16:21:44 ---> Running in e7b7768aea63 16:21:45 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:21:46 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:21:47 OK: 166 MiB in 39 packages 16:21:48 Removing intermediate container e7b7768aea63 16:21:48 ---> a3ce2ab3c13e 16:21:48 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 16:21:48 ---> Running in 412dfe174778 16:21:48 Removing intermediate container 412dfe174778 16:21:48 ---> ad76811c745f 16:21:48 Step 6/7 : COPY go.mod . 16:21:48 ---> 1a0647eb12a3 16:21:48 Step 7/7 : RUN go mod download 16:21:48 ---> Running in 8f882f37ea03 16:21:57 ? github.com/edgexfoundry/go-mod-core-contracts/clients [no test files] 16:21:57 ok github.com/edgexfoundry/go-mod-core-contracts/clients/agent 0.055s coverage: 85.7% of statements 16:21:57 ok github.com/edgexfoundry/go-mod-core-contracts/clients/command 0.021s coverage: 100.0% of statements 16:21:59 ok github.com/edgexfoundry/go-mod-core-contracts/clients/coredata 0.072s coverage: 45.4% of statements 16:21:59 ok github.com/edgexfoundry/go-mod-core-contracts/clients/general 0.015s coverage: 77.8% of statements 16:21:59 ? github.com/edgexfoundry/go-mod-core-contracts/clients/interfaces [no test files] 16:21:59 ok github.com/edgexfoundry/go-mod-core-contracts/clients/logger 0.043s coverage: 6.4% of statements 16:22:00 ok github.com/edgexfoundry/go-mod-core-contracts/clients/metadata 0.040s coverage: 14.7% of statements 16:22:00 ok github.com/edgexfoundry/go-mod-core-contracts/clients/notifications 0.031s coverage: 100.0% of statements 16:22:01 Removing intermediate container 8f882f37ea03 16:22:01 ---> 275a5f969c5d 16:22:01 Successfully built 275a5f969c5d 16:22:01 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 16:22:01 + docker inspect -f . ci-base-image-x86_64 16:22:01 . [Pipeline] withDockerContainer 16:22:02 prd-centos7-docker-4c-2g-7007 does not seem to be running inside a container 16:22:02 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/8 -v /w/workspace/go-mod-core-contracts/8:/w/workspace/go-mod-core-contracts/8:rw,z -v /w/workspace/go-mod-core-contracts/8@tmp:/w/workspace/go-mod-core-contracts/8@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 16:22:02 ok github.com/edgexfoundry/go-mod-core-contracts/clients/scheduler 0.088s coverage: 91.8% of statements 16:22:02 ? github.com/edgexfoundry/go-mod-core-contracts/clients/types [no test files] 16:22:02 ? github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/errors [no test files] 16:22:02 ok github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/local 0.011s coverage: 100.0% of statements 16:22:02 ok github.com/edgexfoundry/go-mod-core-contracts/errors 0.016s coverage: 48.9% of statements 16:22:03 $ docker top 0b9726b73b67e98cc2191bdcdd964bccb93ee55df332e614471288832c67cfca -eo pid,comm [Pipeline] { [Pipeline] sh 16:22:04 + go version 16:22:04 go version go1.15.2 linux/amd64 [Pipeline] } 16:22:04 $ docker stop --time=1 0b9726b73b67e98cc2191bdcdd964bccb93ee55df332e614471288832c67cfca 16:22:05 $ docker rm -f 0b9726b73b67e98cc2191bdcdd964bccb93ee55df332e614471288832c67cfca [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:22:07 + docker inspect -f . ci-base-image-x86_64 16:22:07 . [Pipeline] withDockerContainer 16:22:07 prd-centos7-docker-4c-2g-7007 does not seem to be running inside a container 16:22:07 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/8 -v /w/workspace/go-mod-core-contracts/8:/w/workspace/go-mod-core-contracts/8:rw,z -v /w/workspace/go-mod-core-contracts/8@tmp:/w/workspace/go-mod-core-contracts/8@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 16:22:09 $ docker top 383ade1a75b3cab96c8a785ed80361cd4bfb3a4095825806fb3e34f5b3231543 -eo pid,comm [Pipeline] { [Pipeline] sh 16:22:09 ok github.com/edgexfoundry/go-mod-core-contracts/models 0.105s coverage: 63.0% of statements 16:22:09 ok github.com/edgexfoundry/go-mod-core-contracts/requests/configuration 0.014s coverage: 26.3% of statements 16:22:09 ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/admin 0.029s coverage: 15.4% of statements 16:22:09 ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/operating 0.023s coverage: 15.4% of statements 16:22:09 ok github.com/edgexfoundry/go-mod-core-contracts/responses/configuration 0.026s coverage: 14.3% of statements 16:22:09 ? github.com/edgexfoundry/go-mod-core-contracts/v2 [no test files] 16:22:09 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos 0.073s coverage: 29.1% of statements 16:22:09 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/common 0.039s coverage: 100.0% of statements 16:22:09 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/requests 0.053s coverage: 94.4% of statements 16:22:09 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/responses 0.031s coverage: 100.0% of statements 16:22:09 ? github.com/edgexfoundry/go-mod-core-contracts/v2/models [no test files] 16:22:09 + make test 16:22:09 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 16:22:09 CGO_ENABLED=0 GO111MODULE=on go vet ./... 16:22:14 gofmt -l . 16:22:14 [ "`gofmt -l .`" = "" ] [Pipeline] stash 16:22:15 Stashed 1 file(s) [Pipeline] } 16:22:15 $ docker stop --time=1 378296e8cc7a7e9ad55a74f369b3e798c7d846e627a77e9e61d46fc4ca07a1bf 16:22:17 $ docker rm -f 378296e8cc7a7e9ad55a74f369b3e798c7d846e627a77e9e61d46fc4ca07a1bf [Pipeline] // withDockerContainer 16:22:18 ? github.com/edgexfoundry/go-mod-core-contracts/clients [no test files] [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] } 16:22:19 ok github.com/edgexfoundry/go-mod-core-contracts/clients/agent 0.012s coverage: 85.7% of statements 16:22:19 ok github.com/edgexfoundry/go-mod-core-contracts/clients/command 0.032s coverage: 100.0% of statements [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 16:22:20 ok github.com/edgexfoundry/go-mod-core-contracts/clients/coredata 0.054s coverage: 45.4% of statements 16:22:20 ok github.com/edgexfoundry/go-mod-core-contracts/clients/general 0.028s coverage: 77.8% of statements 16:22:20 ? github.com/edgexfoundry/go-mod-core-contracts/clients/interfaces [no test files] 16:22:20 ok github.com/edgexfoundry/go-mod-core-contracts/clients/logger 0.011s coverage: 6.4% of statements 16:22:20 ok github.com/edgexfoundry/go-mod-core-contracts/clients/metadata 0.031s coverage: 14.7% of statements 16:22:21 ok github.com/edgexfoundry/go-mod-core-contracts/clients/notifications 0.016s coverage: 100.0% of statements 16:22:21 ok github.com/edgexfoundry/go-mod-core-contracts/clients/scheduler 0.099s coverage: 91.8% of statements 16:22:21 ? github.com/edgexfoundry/go-mod-core-contracts/clients/types [no test files] 16:22:21 ? github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/errors [no test files] 16:22:21 ok github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/local 0.004s coverage: 100.0% of statements 16:22:24 ok github.com/edgexfoundry/go-mod-core-contracts/errors 0.063s coverage: 48.9% of statements 16:22:28 ok github.com/edgexfoundry/go-mod-core-contracts/models 0.043s coverage: 63.0% of statements 16:22:28 ok github.com/edgexfoundry/go-mod-core-contracts/requests/configuration 0.019s coverage: 26.3% of statements 16:22:28 ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/admin 0.025s coverage: 15.4% of statements 16:22:28 ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/operating 0.008s coverage: 15.4% of statements 16:22:28 ok github.com/edgexfoundry/go-mod-core-contracts/responses/configuration 0.042s coverage: 14.3% of statements 16:22:28 ? github.com/edgexfoundry/go-mod-core-contracts/v2 [no test files] 16:22:28 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos 0.038s coverage: 29.1% of statements 16:22:28 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/common 0.044s coverage: 100.0% of statements 16:22:28 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/requests 0.047s coverage: 94.4% of statements 16:22:28 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/responses 0.010s coverage: 100.0% of statements 16:22:28 ? github.com/edgexfoundry/go-mod-core-contracts/v2/models [no test files] 16:22:28 CGO_ENABLED=0 GO111MODULE=on go vet ./... 16:22:31 gofmt -l . 16:22:31 [ "`gofmt -l .`" = "" ] [Pipeline] stash 16:22:31 Warning: overwriting stash ‘coverage-report’ 16:22:32 Stashed 1 file(s) [Pipeline] } 16:22:32 $ docker stop --time=1 383ade1a75b3cab96c8a785ed80361cd4bfb3a4095825806fb3e34f5b3231543 16:22:34 $ docker rm -f 383ade1a75b3cab96c8a785ed80361cd4bfb3a4095825806fb3e34f5b3231543 [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 16:22:37 provisioning config files... 16:22:37 copy managed file [go-mod-core-contracts-codecov-token] to file:/w/workspace/dry_go-mod-core-contracts_PR-345@tmp/config8688808742361849411tmp [Pipeline] { [Pipeline] sh 16:22:37 + set +x 16:22:37 + curl -s https://codecov.io/bash 16:22:37 + bash -s -- 16:22:38 16:22:38 _____ _ 16:22:38 / ____| | | 16:22:38 | | ___ __| | ___ ___ _____ __ 16:22:38 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 16:22:38 | |___| (_) | (_| | __/ (_| (_) \ V / 16:22:38 \_____\___/ \__,_|\___|\___\___/ \_/ 16:22:38 Bash-20201009-048fee3 16:22:38 16:22:38 16:22:38 ==> Jenkins CI detected. 16:22:38 project root: . 16:22:38 --> token set from env 16:22:38 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 16:22:38 ==> Running gcov in . (disable via -X gcov) 16:22:38 ==> Python coveragepy not found 16:22:38 ==> Searching for coverage reports in: 16:22:38 + . 16:22:38 -> Found 1 reports 16:22:38 ==> Detecting git/mercurial file structure 16:22:38 ==> Reading reports 16:22:38 + ./coverage.out bytes=105823 16:22:38 ==> Appending adjustments 16:22:38 https://docs.codecov.io/docs/fixing-reports 16:22:39 + Found adjustments 16:22:39 ==> Gzipping contents 16:22:39 ==> Uploading reports 16:22:39 url: https://codecov.io 16:22:39 query: branch=PR-345&commit=c01bdb94a4f37899a177f82c2ede2d96f70bca13&build=8&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2FPR-345%2F8%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=345&job=&cmd_args= 16:22:39 -> Pinging Codecov 16:22:39 https://codecov.io/upload/v4?package=bash-20201009-048fee3&token=secret&branch=PR-345&commit=c01bdb94a4f37899a177f82c2ede2d96f70bca13&build=8&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2FPR-345%2F8%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=345&job=&cmd_args= 16:22:40 -> Uploading to 16:22:40 16:22:40 % Total % Received % Xferd Average Speed Time Time Time Current 16:22:40 Dload Upload Total Spent Left Speed 16:22:40 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0curl: (6) Could not resolve host: ; Unknown error 16:22:40 X> Failed to upload 16:22:40 ==> Uploading to Codecov 16:22:40 % Total % Received % Xferd Average Speed Time Time Time Current 16:22:40 Dload Upload Total Spent Left Speed 16:22:41 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 99 17102 0 0 100 16984 0 16988 --:--:-- --:--:-- --:--:-- 16984 100 17102 100 118 100 16984 117 16978 0:00:01 0:00:01 --:--:-- 16984 16:22:41 View reports at https://codecov.io/github/edgexfoundry/go-mod-core-contracts/commit/c01bdb94a4f37899a177f82c2ede2d96f70bca13 [Pipeline] } 16:22:41 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 16:22:44 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 16:22:44 ---> package-listing.sh 16:22:44 ++ tr '[:upper:]' '[:lower:]' 16:22:44 ++ facter osfamily 16:22:45 + OS_FAMILY=redhat 16:22:45 + workspace=/w/workspace/dry_go-mod-core-contracts_PR-345 16:22:45 + START_PACKAGES=/tmp/packages_start.txt 16:22:45 + END_PACKAGES=/tmp/packages_end.txt 16:22:45 + DIFF_PACKAGES=/tmp/packages_diff.txt 16:22:45 + PACKAGES=/tmp/packages_start.txt 16:22:45 + '[' /w/workspace/dry_go-mod-core-contracts_PR-345 ']' 16:22:45 + PACKAGES=/tmp/packages_end.txt 16:22:45 + case "${OS_FAMILY}" in 16:22:45 + rpm -qa 16:22:45 + sort 16:22:50 + '[' -f /tmp/packages_start.txt ']' 16:22:50 + '[' -f /tmp/packages_end.txt ']' 16:22:50 + diff /tmp/packages_start.txt /tmp/packages_end.txt 16:22:50 + '[' /w/workspace/dry_go-mod-core-contracts_PR-345 ']' 16:22:50 + mkdir -p /w/workspace/dry_go-mod-core-contracts_PR-345/archives/ 16:22:50 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dry_go-mod-core-contracts_PR-345/archives/ [Pipeline] echo 16:22:50 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-345/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 16:22:51 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 16:22:51 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 16:22:51 16:22:51 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 16:22:51 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 16:22:51 alpine: Pulling from edgex-lftools-log-publisher 16:22:51 df20fa9351a1: Pulling fs layer 16:22:51 36b3adc4ff6f: Pulling fs layer 16:22:51 8ad3a11d3b57: Pulling fs layer 16:22:51 46f8f816bc3b: Pulling fs layer 16:22:51 93b61091891f: Pulling fs layer 16:22:51 93b9cdb0e59b: Pulling fs layer 16:22:51 5e14af77c1be: Pulling fs layer 16:22:51 01666e4c0597: Pulling fs layer 16:22:51 aa168da1d23b: Pulling fs layer 16:22:51 46f8f816bc3b: Waiting 16:22:51 93b61091891f: Waiting 16:22:51 93b9cdb0e59b: Waiting 16:22:51 5e14af77c1be: Waiting 16:22:51 01666e4c0597: Waiting 16:22:51 aa168da1d23b: Waiting 16:22:51 36b3adc4ff6f: Verifying Checksum 16:22:51 36b3adc4ff6f: Download complete 16:22:52 46f8f816bc3b: Verifying Checksum 16:22:52 46f8f816bc3b: Download complete 16:22:52 df20fa9351a1: Verifying Checksum 16:22:52 df20fa9351a1: Download complete 16:22:52 93b9cdb0e59b: Verifying Checksum 16:22:52 93b9cdb0e59b: Download complete 16:22:52 5e14af77c1be: Verifying Checksum 16:22:52 5e14af77c1be: Download complete 16:22:52 01666e4c0597: Verifying Checksum 16:22:52 01666e4c0597: Download complete 16:22:52 93b61091891f: Download complete 16:22:52 df20fa9351a1: Pull complete 16:22:52 36b3adc4ff6f: Pull complete 16:22:53 8ad3a11d3b57: Verifying Checksum 16:22:53 8ad3a11d3b57: Download complete 16:22:54 8ad3a11d3b57: Pull complete 16:22:54 46f8f816bc3b: Pull complete 16:22:55 93b61091891f: Pull complete 16:22:55 93b9cdb0e59b: Pull complete 16:22:55 5e14af77c1be: Pull complete 16:22:56 01666e4c0597: Pull complete 16:22:57 aa168da1d23b: Verifying Checksum 16:22:57 aa168da1d23b: Download complete 16:23:07 aa168da1d23b: Pull complete 16:23:07 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 16:23:07 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 16:23:07 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 16:23:08 prd-centos7-docker-4c-2g-7005 does not seem to be running inside a container 16:23:08 $ 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-345/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-345 -v /w/workspace/dry_go-mod-core-contracts_PR-345:/w/workspace/dry_go-mod-core-contracts_PR-345:rw,z -v /w/workspace/dry_go-mod-core-contracts_PR-345@tmp:/w/workspace/dry_go-mod-core-contracts_PR-345@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 16:23:12 $ docker top f885c3ec483abb8e6987773fc88e94d3512c3d41d9a3ece8e96fd0f4e0b8a74b -eo pid,comm [Pipeline] { [Pipeline] sh 16:23:12 + touch /tmp/pre-build-complete [Pipeline] sh 16:23:13 + mkdir -p /var/log/sa [Pipeline] sh 16:23:13 + ls /var/log/sa-host 16:23:13 + sadf -c /var/log/sa-host/sa05 16:23:13 file_magic: OK 16:23:13 HZ: Using current value: 100 16:23:13 file_header: OK 16:23:13 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 16:23:13 Statistics: 16:23:13 Hnuu...uuuununununu...Hnuu...uuuununununu... 16:23:13 File successfully converted to sysstat format version 12.2.1 16:23:13 + sadf -c /var/log/sa-host/sa20 16:23:13 file_magic: OK 16:23:13 HZ: Using current value: 100 16:23:13 file_header: OK 16:23:13 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 16:23:13 Statistics: 16:23:13 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 16:23:13 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 16:23:13 provisioning config files... 16:23:13 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dry_go-mod-core-contracts_PR-345@tmp/config4657832715627234460tmp [Pipeline] { [Pipeline] echo 16:23:13 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 16:23:14 ---> create-netrc.sh [Pipeline] } 16:23:14 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 16:23:14 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 16:23:14 ---> python-tools-install.sh [Pipeline] echo 16:23:14 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 16:23:15 ---> sudo-logs.sh 16:23:15 Archiving 'sudo' log.. [Pipeline] echo 16:23:15 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 16:23:15 ---> job-cost.sh 16:23:15 lf-activate-venv: SKIPPING 16:23:15 INFO: No Stack... 16:23:17 INFO: Retrieving Pricing Info for: v1-standard-2 16:23:17 INFO: Archiving Costs [Pipeline] echo 16:23:17 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 16:23:17 ---> logs-deploy.sh 16:23:17 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/PR-345/8 16:23:17 INFO: archiving workspace using pattern(s): 16:23:20 Archives upload complete. 16:23:20 INFO: archiving logs to Nexus 16:23:22 ---> uname -a: 16:23:22 Linux prd-centos7-docker-4c-2g-7005.vexxhost.local 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux 16:23:22 16:23:22 16:23:22 ---> lscpu: 16:23:22 Architecture: x86_64 16:23:22 CPU op-mode(s): 32-bit, 64-bit 16:23:22 Byte Order: Little Endian 16:23:22 Address sizes: 40 bits physical, 48 bits virtual 16:23:22 CPU(s): 4 16:23:22 On-line CPU(s) list: 0-3 16:23:22 Thread(s) per core: 1 16:23:22 Core(s) per socket: 1 16:23:22 Socket(s): 4 16:23:22 NUMA node(s): 1 16:23:22 Vendor ID: GenuineIntel 16:23:22 CPU family: 6 16:23:22 Model: 44 16:23:22 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 16:23:22 Stepping: 1 16:23:22 CPU MHz: 2933.438 16:23:22 BogoMIPS: 5866.87 16:23:22 Virtualization: VT-x 16:23:22 Hypervisor vendor: KVM 16:23:22 Virtualization type: full 16:23:22 L1d cache: 128 KiB 16:23:22 L1i cache: 128 KiB 16:23:22 L2 cache: 16 MiB 16:23:22 L3 cache: 64 MiB 16:23:22 NUMA node0 CPU(s): 0-3 16:23:22 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 16:23:22 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 16:23:22 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 16:23:22 Vulnerability Meltdown: Mitigation; PTI 16:23:22 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 16:23:22 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 16:23:22 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 16:23:22 Vulnerability Tsx async abort: Not affected 16:23:22 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 16:23:22 16:23:22 16:23:22 ---> nproc: 16:23:22 4 16:23:22 16:23:22 16:23:22 ---> df -h: 16:23:22 Filesystem Size Used Available Use% Mounted on 16:23:22 overlay 50.0G 7.2G 42.8G 14% / 16:23:22 tmpfs 64.0M 0 64.0M 0% /dev 16:23:22 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 16:23:22 shm 64.0M 0 64.0M 0% /dev/shm 16:23:22 /dev/vda1 50.0G 7.2G 42.8G 14% /facter-os 16:23:22 /dev/vda1 50.0G 7.2G 42.8G 14% /etc/resolv.conf 16:23:22 /dev/vda1 50.0G 7.2G 42.8G 14% /etc/hostname 16:23:22 /dev/vda1 50.0G 7.2G 42.8G 14% /etc/hosts 16:23:22 /dev/vda1 50.0G 7.2G 42.8G 14% /var/log/secure 16:23:22 /dev/vda1 50.0G 7.2G 42.8G 14% /var/log/auth.log 16:23:22 /dev/vda1 50.0G 7.2G 42.8G 14% /run/cloud-init/result.json 16:23:22 /dev/vda1 50.0G 7.2G 42.8G 14% /w/workspace/dry_go-mod-core-contracts_PR-345 16:23:22 /dev/vda1 50.0G 7.2G 42.8G 14% /w/workspace/dry_go-mod-core-contracts_PR-345@tmp 16:23:22 /dev/vda1 50.0G 7.2G 42.8G 14% /var/log/sa-host 16:23:22 16:23:22 16:23:22 ---> free -m: 16:23:22 total used free shared buff/cache available 16:23:22 Mem: 1837 652 110 0 1074 1082 16:23:22 Swap: 1023 0 1023 16:23:22 16:23:22 16:23:22 ---> ip addr: 16:23:22 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 16:23:22 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 16:23:22 inet 127.0.0.1/8 scope host lo 16:23:22 valid_lft forever preferred_lft forever 16:23:22 inet6 ::1/128 scope host 16:23:22 valid_lft forever preferred_lft forever 16:23:22 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 16:23:22 link/ether fa:16:3e:9d:06:91 brd ff:ff:ff:ff:ff:ff 16:23:22 inet 10.30.123.71/23 brd 10.30.123.255 scope global dynamic eth0 16:23:22 valid_lft 86012sec preferred_lft 86012sec 16:23:22 inet6 fe80::f816:3eff:fe9d:691/64 scope link 16:23:22 valid_lft forever preferred_lft forever 16:23:22 3: docker0: mtu 1500 qdisc noqueue state DOWN 16:23:22 link/ether 02:42:db:31:2e:f0 brd ff:ff:ff:ff:ff:ff 16:23:22 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 16:23:22 valid_lft forever preferred_lft forever 16:23:22 inet6 fe80::42:dbff:fe31:2ef0/64 scope link 16:23:22 valid_lft forever preferred_lft forever 16:23:22 16:23:22 16:23:22 ---> sar -b -r -n DEV: 16:23:22 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) 16:23:22 16:23:22 16:16:33 LINUX RESTART (4 CPU) 16:23:22 16:23:22 16:17:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 16:23:22 16:18:02 179.53 93.19 86.34 0.00 11466.02 40666.82 0.00 16:23:22 16:19:01 9.23 2.82 6.41 0.00 147.34 182.29 0.00 16:23:22 16:20:01 1.80 0.00 1.80 0.00 0.00 35.08 0.00 16:23:22 16:21:01 0.35 0.00 0.35 0.00 0.00 5.72 0.00 16:23:22 16:22:01 0.30 0.00 0.30 0.00 0.00 5.13 0.00 16:23:22 16:23:01 86.58 59.33 27.25 0.00 4287.43 9183.70 0.00 16:23:22 Average: 46.06 25.78 20.27 0.00 2634.18 8284.81 0.00 16:23:22 16:23:22 16:17:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 16:23:22 16:18:02 139780 0 587932 31.25 2620 1151224 1448816 49.45 431820 1146508 52 16:23:22 16:19:01 168100 0 553984 29.44 2620 1156852 1144908 39.07 417864 1133812 20 16:23:22 16:20:01 177124 0 544956 28.96 2620 1156856 1081504 36.91 412304 1131636 8 16:23:22 16:21:01 174788 0 547292 29.09 2620 1156856 1081716 36.92 415288 1131384 8 16:23:22 16:22:01 174372 0 547696 29.11 2620 1156868 1081716 36.92 422168 1124832 8 16:23:22 16:23:01 71352 0 659896 35.07 2620 1147688 1507572 51.45 545204 1076556 70452 16:23:22 Average: 150919 0 573626 30.49 2620 1154391 1224372 41.79 440775 1124121 11758 16:23:22 16:23:22 16:17:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 16:23:22 16:18:02 veth30eb2c9 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 16:23:22 16:18:02 eth0 263.13 182.27 1040.64 68.53 0.00 0.00 0.00 0.00 16:23:22 16:18:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:23:22 16:18:02 docker0 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 16:23:22 16:19:01 eth0 22.10 21.02 33.65 23.73 0.00 0.00 0.00 0.00 16:23:22 16:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:23:22 16:19:01 docker0 5.38 3.40 1.17 12.59 0.00 0.00 0.00 0.00 16:23:22 16:20:01 eth0 0.75 0.08 0.06 0.01 0.00 0.00 0.00 0.00 16:23:22 16:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:23:22 16:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:23:22 16:21:01 eth0 1.16 0.33 0.41 0.17 0.00 0.00 0.00 0.00 16:23:22 16:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:23:22 16:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:23:22 16:22:01 eth0 0.52 0.32 0.27 0.23 0.00 0.00 0.00 0.00 16:23:22 16:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:23:22 16:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:23:22 16:23:01 eth0 204.24 171.04 2172.02 19.48 0.00 0.00 0.00 0.00 16:23:22 16:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:23:22 16:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:23:22 Average: eth0 81.69 62.32 541.39 18.55 0.00 0.00 0.00 0.00 16:23:22 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:23:22 Average: docker0 0.89 0.57 0.19 2.08 0.00 0.00 0.00 0.00 16:23:22 16:23:22 16:23:22 ---> sar -P ALL: 16:23:22 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) 16:23:22 16:23:22 16:16:33 LINUX RESTART (4 CPU) 16:23:22 16:23:22 16:17:02 CPU %user %nice %system %iowait %steal %idle 16:23:22 16:18:02 all 14.96 0.00 8.96 7.61 13.53 54.93 16:23:22 16:18:02 0 14.13 0.00 8.05 8.74 14.68 54.40 16:23:22 16:18:02 1 13.44 0.00 10.74 5.61 12.41 57.81 16:23:22 16:18:02 2 14.88 0.00 7.72 8.18 13.42 55.79 16:23:22 16:18:02 3 17.49 0.00 9.35 7.93 13.62 51.61 16:23:22 16:19:01 all 1.01 0.00 0.68 0.05 1.44 96.82 16:23:22 16:19:01 0 1.34 0.00 0.71 0.00 1.44 96.50 16:23:22 16:19:01 1 1.02 0.00 0.80 0.07 1.30 96.82 16:23:22 16:19:01 2 0.90 0.00 0.59 0.05 1.62 96.84 16:23:22 16:19:01 3 0.80 0.00 0.61 0.07 1.40 97.12 16:23:22 16:20:01 all 0.09 0.00 0.07 0.00 0.51 99.34 16:23:22 16:20:01 0 0.08 0.00 0.07 0.00 0.75 99.10 16:23:22 16:20:01 1 0.02 0.00 0.05 0.00 0.55 99.39 16:23:22 16:20:01 2 0.23 0.00 0.10 0.00 0.56 99.10 16:23:22 16:20:01 3 0.02 0.00 0.05 0.00 0.18 99.75 16:23:22 16:21:01 all 0.12 0.00 0.04 0.00 0.28 99.56 16:23:22 16:21:01 0 0.05 0.00 0.02 0.00 0.20 99.73 16:23:22 16:21:01 1 0.08 0.00 0.03 0.00 0.35 99.53 16:23:22 16:21:01 2 0.05 0.00 0.05 0.00 0.22 99.68 16:23:22 16:21:01 3 0.30 0.00 0.05 0.00 0.35 99.30 16:23:22 16:22:01 all 0.10 0.00 0.05 0.00 0.15 99.70 16:23:22 16:22:01 0 0.03 0.00 0.00 0.00 0.03 99.93 16:23:22 16:22:01 1 0.05 0.00 0.07 0.00 0.32 99.57 16:23:22 16:22:01 2 0.03 0.00 0.08 0.00 0.05 99.83 16:23:22 16:22:01 3 0.28 0.00 0.05 0.00 0.22 99.45 16:23:22 16:23:01 all 3.01 0.00 2.14 1.31 5.32 88.21 16:23:22 16:23:01 0 2.73 0.00 2.21 0.76 5.05 89.26 16:23:22 16:23:01 1 2.72 0.00 2.12 2.32 5.48 87.37 16:23:22 16:23:01 2 2.50 0.00 1.64 0.51 5.75 89.59 16:23:22 16:23:01 3 4.11 0.00 2.62 1.68 4.98 86.61 16:23:22 Average: all 3.15 0.00 1.95 1.46 3.48 89.96 16:23:22 Average: 0 3.00 0.00 1.81 1.55 3.63 90.00 16:23:22 Average: 1 2.83 0.00 2.26 1.31 3.35 90.25 16:23:22 Average: 2 3.06 0.00 1.68 1.44 3.58 90.24 16:23:22 Average: 3 3.70 0.00 2.05 1.55 3.35 89.35 16:23:22 16:23:22 16:23:22