Pull request #346 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of cloudxxx8 for edgexfoundry/go-mod-core-contracts Obtained Jenkinsfile from 70986b3cb406b7f3d6c767f8fdf6612bbad53a7c+ee20051688ae70d1113833499a5ba5a9398d1a28 (c592b8b522d196773ef14dc565a2ae29511aa711) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision a2cbe11917bfb8801b6bc99aaa80229564ed4294 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision a2cbe11917bfb8801b6bc99aaa80229564ed4294 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision a2cbe11917bfb8801b6bc99aaa80229564ed4294 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f a2cbe11917bfb8801b6bc99aaa80229564ed4294 # timeout=10 Commit message: "Merge pull request #273 from ernestojeda/fix-semver-dir-permissions" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:go-mod-core-contracts, buildImage:false, pushImage:false, semverBump:patch] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: go-mod-core-contracts-settings PROJECT: go-mod-core-contracts USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-go-mod-core-contracts DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: false PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: patch BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: false [Pipeline] node Running on prd-centos7-docker-4c-2g-6998 in /w/workspace/dry_go-mod-core-contracts_PR-346 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git > git init /w/workspace/dry_go-mod-core-contracts_PR-346 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git > git --version # timeout=10 > git --version # 'git version 2.16.5' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/346/head:refs/remotes/origin/PR-346 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit ee20051688ae70d1113833499a5ba5a9398d1a28 into PR head commit 70986b3cb406b7f3d6c767f8fdf6612bbad53a7c Merge succeeded, producing 70986b3cb406b7f3d6c767f8fdf6612bbad53a7c Checking out Revision 70986b3cb406b7f3d6c767f8fdf6612bbad53a7c (PR-346) > git config core.sparsecheckout # timeout=10 > git checkout -f 70986b3cb406b7f3d6c767f8fdf6612bbad53a7c # 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 ee20051688ae70d1113833499a5ba5a9398d1a28 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 70986b3cb406b7f3d6c767f8fdf6612bbad53a7c # timeout=10 Commit message: "docs: Remove docs in V2 model and link to swagger" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 15:52:02 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) > git rev-list --no-walk 13495f77021ea3f25080857fb3aee7177f4698fb # timeout=10 [Pipeline] script [Pipeline] { [Pipeline] withCredentials 15:52:03 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 15:52:03 ========================================================= 15:52:03 EdgeX Global Pipelines Version Info 15:52:03 ========================================================= [Pipeline] libraryResource [Pipeline] sh 15:52:04 ------------------- 15:52:04 stable info: 15:52:04 ------------------- 15:52:04 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 15:52:04 Commit SHA: a2cbe11917bfb8801b6bc99aaa80229564ed4294 15:52:04 Message: update stable to v1.0.144 15:52:05 ------------------- 15:52:05 experimental info: 15:52:05 ------------------- 15:52:05 Commited By: **** collab-it+edgex@linuxfoundation.org 15:52:05 Commit SHA: c640cc8e0f176a0a86b153ebfcb15f3e2f33f7bd 15:52:05 Message: update experimental to v1.0.145 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo 15:52:05 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-core-contracts-settings [Pipeline] echo 15:52:06 [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-core-contracts [Pipeline] echo 15:52:06 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 15:52:06 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 15:52:06 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 15:52:06 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 15:52:06 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 15:52:06 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 15:52:06 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 15:52:06 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 15:52:07 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 15:52:07 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-core-contracts [Pipeline] echo 15:52:07 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 15:52:07 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 15:52:07 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 15:52:07 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 15:52:07 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 15:52:07 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 15:52:07 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = patch [Pipeline] echo 15:52:07 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 15:52:08 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 15:52:08 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 15:52:08 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 15:52:08 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 15:52:08 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 15:52:08 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-346 [Pipeline] echo 15:52:08 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-346 [Pipeline] echo 15:52:08 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-346 [Pipeline] echo 15:52:08 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 70986b3cb406b7f3d6c767f8fdf6612bbad53a7c [Pipeline] echo 15:52:08 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 70986b3 [Pipeline] echo 15:52:09 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 15:52:09 + git log --format=format:%s -1 70986b3cb406b7f3d6c767f8fdf6612bbad53a7c [Pipeline] echo 15:52:09 GIT_COMMIT: 70986b3cb406b7f3d6c767f8fdf6612bbad53a7c, Commit Message: docs: Remove docs in V2 model and link to swagger [Pipeline] echo 15:52:09 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 15:52:10 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:52:11 15:52:11 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 15:52:11 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:52:11 latest: Pulling from edgex-devops/git-semver 15:52:11 31603596830f: Pulling fs layer 15:52:11 2a8b12db71e7: Pulling fs layer 15:52:11 6ca5941a6612: Pulling fs layer 15:52:11 ecc8261a40a4: Pulling fs layer 15:52:11 ecc8261a40a4: Waiting 15:52:11 2a8b12db71e7: Verifying Checksum 15:52:11 2a8b12db71e7: Download complete 15:52:11 31603596830f: Verifying Checksum 15:52:11 31603596830f: Download complete 15:52:12 6ca5941a6612: Verifying Checksum 15:52:12 6ca5941a6612: Download complete 15:52:12 ecc8261a40a4: Verifying Checksum 15:52:12 ecc8261a40a4: Download complete 15:52:12 31603596830f: Pull complete 15:52:12 2a8b12db71e7: Pull complete 15:52:13 6ca5941a6612: Pull complete 15:52:13 ecc8261a40a4: Pull complete 15:52:13 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 15:52:13 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:52:13 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 15:52:13 prd-centos7-docker-4c-2g-6998 does not seem to be running inside a container 15:52:13 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_go-mod-core-contracts_PR-346 -v /w/workspace/dry_go-mod-core-contracts_PR-346:/w/workspace/dry_go-mod-core-contracts_PR-346:rw,z -v /w/workspace/dry_go-mod-core-contracts_PR-346@tmp:/w/workspace/dry_go-mod-core-contracts_PR-346@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 15:52:15 $ docker top 58bd9996f26aa013a6fc837657a33ce1425abcaa8a3a0d75380f8c26586628db -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 15:52:15 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:52:15 [ssh-agent] Looking for ssh-agent implementation... 15:52:16 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:52:16 $ docker exec 58bd9996f26aa013a6fc837657a33ce1425abcaa8a3a0d75380f8c26586628db ssh-agent 15:52:16 SSH_AUTH_SOCK=/tmp/ssh-8DTl3yPpIv40/agent.13 15:52:16 SSH_AGENT_PID=18 15:52:16 Running ssh-add (command line suppressed) 15:52:16 Identity added: /w/workspace/dry_go-mod-core-contracts_PR-346@tmp/private_key_8928910882069421346.key (/w/workspace/dry_go-mod-core-contracts_PR-346@tmp/private_key_8928910882069421346.key) 15:52:16 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:52:16 + git tag --points-at HEAD [Pipeline] } 15:52:16 $ docker exec --env ******** --env ******** 58bd9996f26aa013a6fc837657a33ce1425abcaa8a3a0d75380f8c26586628db ssh-agent -k 15:52:16 unset SSH_AUTH_SOCK; 15:52:16 unset SSH_AGENT_PID; 15:52:16 echo Agent pid 18 killed; 15:52:17 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 15:52:17 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:52:17 [ssh-agent] Looking for ssh-agent implementation... 15:52:17 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:52:17 $ docker exec 58bd9996f26aa013a6fc837657a33ce1425abcaa8a3a0d75380f8c26586628db ssh-agent 15:52:17 SSH_AUTH_SOCK=/tmp/ssh-FlWulKj1FJV3/agent.47 15:52:17 SSH_AGENT_PID=53 15:52:17 Running ssh-add (command line suppressed) 15:52:17 Identity added: /w/workspace/dry_go-mod-core-contracts_PR-346@tmp/private_key_8922903391844451190.key (/w/workspace/dry_go-mod-core-contracts_PR-346@tmp/private_key_8922903391844451190.key) 15:52:17 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:52:18 + git semver init 15:52:18 # -> Open(): unable to determine branch for HEAD 15:52:18 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_PR-346/.git 15:52:18 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_PR-346 15:52:18 # $SEMVER_REMOTE_NAME = origin 15:52:18 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 15:52:18 # $SEMVER_USER_NAME = edgex-jenkins 15:52:18 # $SEMVER_BRANCH = PR-346 15:52:18 # $SEMVER_TEMP = /tmp/semver-305374603 15:52:18 # git clone --branch semver git@github.com:edgexfoundry/go-mod-core-contracts.git $SEMVER_TEMP 15:52:18 # '/tmp/semver-305374603' -> '/w/workspace/dry_go-mod-core-contracts_PR-346/.semver' 15:52:18 # -> Force: false 15:52:18 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_PR-346/.semver [Pipeline] } 15:52:18 $ docker exec --env ******** --env ******** 58bd9996f26aa013a6fc837657a33ce1425abcaa8a3a0d75380f8c26586628db ssh-agent -k 15:52:18 unset SSH_AUTH_SOCK; 15:52:18 unset SSH_AGENT_PID; 15:52:18 echo Agent pid 53 killed; 15:52:18 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 15:52:19 + git semver [Pipeline] } 15:52:19 $ docker stop --time=1 58bd9996f26aa013a6fc837657a33ce1425abcaa8a3a0d75380f8c26586628db 15:52:21 $ docker rm -f 58bd9996f26aa013a6fc837657a33ce1425abcaa8a3a0d75380f8c26586628db [Pipeline] // withDockerContainer [Pipeline] sh 15:52:21 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 15:52:22 Stashed 1 file(s) [Pipeline] echo 15:52:22 [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 15:52:37 Still waiting to schedule task 15:52:37 Waiting for next available executor on ‘centos7-docker-4c-2g’ 15:52:37 Still waiting to schedule task 15:52:37 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 15:54:24 Running on prd-ubuntu18.04-docker-arm64-4c-16g-6999 in /w/workspace/dry_go-mod-core-contracts_PR-346 [Pipeline] { [Pipeline] ws 15:54:24 Running in /w/workspace/go-mod-core-contracts/7 [Pipeline] { [Pipeline] checkout 15:54:29 using credential edgex-jenkins-ssh 15:54:29 Cloning the remote Git repository 15:54:29 Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git 15:54:29 > git init /w/workspace/go-mod-core-contracts/7 # timeout=10 15:54:29 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 15:54:29 > git --version # timeout=10 15:54:29 > git --version # 'git version 2.17.1' 15:54:29 using GIT_SSH to set credentials SSH Credentials for GitHub 15:54:30 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 15:54:30 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 15:54:30 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 15:54:30 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 15:54:31 Merging remotes/origin/master commit ee20051688ae70d1113833499a5ba5a9398d1a28 into PR head commit 70986b3cb406b7f3d6c767f8fdf6612bbad53a7c 15:54:32 Merge succeeded, producing 70986b3cb406b7f3d6c767f8fdf6612bbad53a7c 15:54:32 Checking out Revision 70986b3cb406b7f3d6c767f8fdf6612bbad53a7c (PR-346) 15:54:31 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 15:54:31 using GIT_SSH to set credentials SSH Credentials for GitHub 15:54:31 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/346/head:refs/remotes/origin/PR-346 +refs/heads/master:refs/remotes/origin/master # timeout=10 15:54:31 > git config core.sparsecheckout # timeout=10 15:54:31 > git checkout -f 70986b3cb406b7f3d6c767f8fdf6612bbad53a7c # timeout=10 15:54:31 > git remote # timeout=10 15:54:31 > git config --get remote.origin.url # timeout=10 15:54:31 using GIT_SSH to set credentials SSH Credentials for GitHub 15:54:31 > git merge ee20051688ae70d1113833499a5ba5a9398d1a28 # timeout=10 15:54:31 > git rev-parse HEAD^{commit} # timeout=10 15:54:32 > git config core.sparsecheckout # timeout=10 15:54:32 > git checkout -f 70986b3cb406b7f3d6c767f8fdf6612bbad53a7c # timeout=10 15:54:36 Commit message: "docs: Remove docs in V2 model and link to swagger" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 15:54:37 ========================================================= 15:54:37 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 15:54:37 ========================================================= [Pipeline] isUnix [Pipeline] sh 15:54:38 + 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 . 15:54:39 Sending build context to Docker daemon 1.817MB 15:54:39 Step 1/7 : ARG BASE=golang:1.15-alpine 15:54:39 Step 2/7 : FROM ${BASE} 15:54:39 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 15:54:39 b538f80385f9: Pulling fs layer 15:54:39 74f711af9a0d: Pulling fs layer 15:54:39 99f96fe45779: Pulling fs layer 15:54:39 8529a6b9a6be: Pulling fs layer 15:54:39 45590311c82a: Pulling fs layer 15:54:39 69ca0ff8b7b3: Pulling fs layer 15:54:39 209524e5b208: Pulling fs layer 15:54:39 69ca0ff8b7b3: Waiting 15:54:39 45590311c82a: Waiting 15:54:39 8529a6b9a6be: Waiting 15:54:39 209524e5b208: Waiting 15:54:39 74f711af9a0d: Verifying Checksum 15:54:39 74f711af9a0d: Download complete 15:54:39 99f96fe45779: Verifying Checksum 15:54:39 99f96fe45779: Download complete 15:54:39 45590311c82a: Verifying Checksum 15:54:39 45590311c82a: Download complete 15:54:40 69ca0ff8b7b3: Download complete 15:54:40 b538f80385f9: Verifying Checksum 15:54:40 b538f80385f9: Download complete 15:54:41 b538f80385f9: Pull complete 15:54:42 74f711af9a0d: Pull complete 15:54:42 99f96fe45779: Pull complete 15:54:42 209524e5b208: Verifying Checksum 15:54:42 209524e5b208: Download complete 15:54:43 8529a6b9a6be: Verifying Checksum 15:54:43 8529a6b9a6be: Download complete 15:54:56 8529a6b9a6be: Pull complete 15:54:56 45590311c82a: Pull complete 15:54:56 69ca0ff8b7b3: Pull complete 15:54:59 209524e5b208: Pull complete 15:54:59 Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 15:54:59 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 15:54:59 ---> 5bddaf1c2fca 15:54:59 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 15:55:01 ---> Running in 9a462b3dadb0 15:55:02 Removing intermediate container 9a462b3dadb0 15:55:02 ---> c447ec94b8f8 15:55:02 Step 4/7 : RUN apk add bash 15:55:02 ---> Running in f8d74c11538e 15:55:03 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:55:04 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:55:05 OK: 142 MiB in 39 packages 15:55:06 Removing intermediate container f8d74c11538e 15:55:06 ---> 3e94d9d317f0 15:55:06 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 15:55:06 ---> Running in b03f32015a4b 15:55:06 Removing intermediate container b03f32015a4b 15:55:06 ---> 9fa0fe9b7238 15:55:06 Step 6/7 : COPY go.mod . 15:55:07 ---> 71e3333093fb 15:55:07 Step 7/7 : RUN go mod download 15:55:07 ---> Running in 94ce89915e52 15:55:22 Removing intermediate container 94ce89915e52 15:55:22 ---> a5fd2335d30d 15:55:22 Successfully built a5fd2335d30d 15:55:22 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 15:55:23 + docker inspect -f . ci-base-image-arm64 15:55:23 . [Pipeline] withDockerContainer 15:55:23 prd-ubuntu18.04-docker-arm64-4c-16g-6999 does not seem to be running inside a container 15:55:23 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/7 -v /w/workspace/go-mod-core-contracts/7:/w/workspace/go-mod-core-contracts/7:rw,z -v /w/workspace/go-mod-core-contracts/7@tmp:/w/workspace/go-mod-core-contracts/7@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 15:55:25 $ docker top 917ee5dbc51ba97f3404c55b66e2ec88706088d6adf11b22fc43fb733cab7105 -eo pid,comm [Pipeline] { [Pipeline] sh 15:55:26 + go version 15:55:26 go version go1.15.2 linux/arm64 [Pipeline] } 15:55:26 $ docker stop --time=1 917ee5dbc51ba97f3404c55b66e2ec88706088d6adf11b22fc43fb733cab7105 15:55:28 $ docker rm -f 917ee5dbc51ba97f3404c55b66e2ec88706088d6adf11b22fc43fb733cab7105 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:55:29 + docker inspect -f . ci-base-image-arm64 15:55:29 . [Pipeline] withDockerContainer 15:55:30 prd-ubuntu18.04-docker-arm64-4c-16g-6999 does not seem to be running inside a container 15:55:30 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/7 -v /w/workspace/go-mod-core-contracts/7:/w/workspace/go-mod-core-contracts/7:rw,z -v /w/workspace/go-mod-core-contracts/7@tmp:/w/workspace/go-mod-core-contracts/7@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 15:55:32 $ docker top 62ad4e216afdbc57d046152c32667dd5f514d8f1f7b1f9f4be297285a53cf65a -eo pid,comm [Pipeline] { [Pipeline] sh 15:55:33 + make test 15:55:33 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 15:55:55 ? github.com/edgexfoundry/go-mod-core-contracts/clients [no test files] 15:55:55 ok github.com/edgexfoundry/go-mod-core-contracts/clients/agent 0.037s coverage: 85.7% of statements 15:55:55 ok github.com/edgexfoundry/go-mod-core-contracts/clients/command 0.033s coverage: 100.0% of statements 15:55:55 ok github.com/edgexfoundry/go-mod-core-contracts/clients/coredata 0.036s coverage: 45.4% of statements 15:55:56 ok github.com/edgexfoundry/go-mod-core-contracts/clients/general 0.053s coverage: 77.8% of statements 15:55:56 ? github.com/edgexfoundry/go-mod-core-contracts/clients/interfaces [no test files] 15:55:56 ok github.com/edgexfoundry/go-mod-core-contracts/clients/logger 0.016s coverage: 6.4% of statements 15:55:59 ok github.com/edgexfoundry/go-mod-core-contracts/clients/metadata 0.054s coverage: 14.7% of statements 15:55:59 ok github.com/edgexfoundry/go-mod-core-contracts/clients/notifications 0.013s coverage: 100.0% of statements 15:55:59 ok github.com/edgexfoundry/go-mod-core-contracts/clients/scheduler 0.113s coverage: 91.8% of statements 15:55:59 ? github.com/edgexfoundry/go-mod-core-contracts/clients/types [no test files] 15:55:59 ? github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/errors [no test files] 15:55:59 ok github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/local 0.040s coverage: 100.0% of statements 15:56:00 ok github.com/edgexfoundry/go-mod-core-contracts/errors 0.015s coverage: 48.9% of statements 15:56:06 ok github.com/edgexfoundry/go-mod-core-contracts/models 0.157s coverage: 63.0% of statements 15:56:06 ok github.com/edgexfoundry/go-mod-core-contracts/requests/configuration 0.020s coverage: 26.3% of statements 15:56:06 ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/admin 0.016s coverage: 15.4% of statements 15:56:06 ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/operating 0.055s coverage: 15.4% of statements 15:56:06 ok github.com/edgexfoundry/go-mod-core-contracts/responses/configuration 0.051s coverage: 14.3% of statements 15:56:06 ? github.com/edgexfoundry/go-mod-core-contracts/v2 [no test files] 15:56:06 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos 0.033s coverage: 29.1% of statements 15:56:06 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/common 0.041s coverage: 100.0% of statements 15:56:08 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/requests 0.052s coverage: 94.4% of statements 15:56:08 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/responses 0.025s coverage: 100.0% of statements 15:56:08 ? github.com/edgexfoundry/go-mod-core-contracts/v2/models [no test files] 15:56:08 CGO_ENABLED=0 GO111MODULE=on go vet ./... 15:56:12 gofmt -l . 15:56:12 [ "`gofmt -l .`" = "" ] [Pipeline] stash 15:56:14 Stashed 1 file(s) [Pipeline] } 15:56:14 $ docker stop --time=1 62ad4e216afdbc57d046152c32667dd5f514d8f1f7b1f9f4be297285a53cf65a 15:56:16 $ docker rm -f 62ad4e216afdbc57d046152c32667dd5f514d8f1f7b1f9f4be297285a53cf65a [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] } 15:57:03 Running on prd-centos7-docker-4c-2g-7000 in /w/workspace/dry_go-mod-core-contracts_PR-346 [Pipeline] { [Pipeline] ws 15:57:03 Running in /w/workspace/go-mod-core-contracts/7 [Pipeline] { [Pipeline] checkout 15:57:11 using credential edgex-jenkins-ssh 15:57:11 Cloning the remote Git repository 15:57:11 Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git 15:57:11 > git init /w/workspace/go-mod-core-contracts/7 # timeout=10 15:57:11 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 15:57:11 > git --version # timeout=10 15:57:11 > git --version # 'git version 2.16.5' 15:57:11 using GIT_SSH to set credentials SSH Credentials for GitHub 15:57:11 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 15:57:13 Merging remotes/origin/master commit ee20051688ae70d1113833499a5ba5a9398d1a28 into PR head commit 70986b3cb406b7f3d6c767f8fdf6612bbad53a7c 15:57:13 Merge succeeded, producing 70986b3cb406b7f3d6c767f8fdf6612bbad53a7c 15:57:13 Checking out Revision 70986b3cb406b7f3d6c767f8fdf6612bbad53a7c (PR-346) 15:57:12 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 15:57:12 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 15:57:12 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 15:57:12 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 15:57:12 using GIT_SSH to set credentials SSH Credentials for GitHub 15:57:12 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/346/head:refs/remotes/origin/PR-346 +refs/heads/master:refs/remotes/origin/master # timeout=10 15:57:13 > git config core.sparsecheckout # timeout=10 15:57:13 > git checkout -f 70986b3cb406b7f3d6c767f8fdf6612bbad53a7c # timeout=10 15:57:13 > git remote # timeout=10 15:57:13 > git config --get remote.origin.url # timeout=10 15:57:13 using GIT_SSH to set credentials SSH Credentials for GitHub 15:57:13 > git merge ee20051688ae70d1113833499a5ba5a9398d1a28 # timeout=10 15:57:13 > git rev-parse HEAD^{commit} # timeout=10 15:57:13 > git config core.sparsecheckout # timeout=10 15:57:13 > git checkout -f 70986b3cb406b7f3d6c767f8fdf6612bbad53a7c # timeout=10 15:57:17 Commit message: "docs: Remove docs in V2 model and link to swagger" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 15:57:18 ========================================================= 15:57:18 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 15:57:18 ========================================================= [Pipeline] isUnix [Pipeline] sh 15:57:19 + 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 . 15:57:20 Sending build context to Docker daemon 1.817MB 15:57:20 Step 1/7 : ARG BASE=golang:1.15-alpine 15:57:20 Step 2/7 : FROM ${BASE} 15:57:20 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 15:57:20 df20fa9351a1: Pulling fs layer 15:57:20 ed8968b2872e: Pulling fs layer 15:57:20 a92cc7c5fd73: Pulling fs layer 15:57:20 e871e8e8d7a9: Pulling fs layer 15:57:20 e73272ec9a57: Pulling fs layer 15:57:20 1e910a182e73: Pulling fs layer 15:57:20 4e634b169226: Pulling fs layer 15:57:20 e73272ec9a57: Waiting 15:57:20 1e910a182e73: Waiting 15:57:20 4e634b169226: Waiting 15:57:20 e871e8e8d7a9: Waiting 15:57:20 a92cc7c5fd73: Verifying Checksum 15:57:20 a92cc7c5fd73: Download complete 15:57:20 ed8968b2872e: Verifying Checksum 15:57:20 ed8968b2872e: Download complete 15:57:20 e73272ec9a57: Verifying Checksum 15:57:20 e73272ec9a57: Download complete 15:57:20 1e910a182e73: Verifying Checksum 15:57:20 1e910a182e73: Download complete 15:57:21 df20fa9351a1: Verifying Checksum 15:57:21 df20fa9351a1: Download complete 15:57:21 df20fa9351a1: Pull complete 15:57:22 ed8968b2872e: Pull complete 15:57:22 a92cc7c5fd73: Pull complete 15:57:26 4e634b169226: Verifying Checksum 15:57:26 4e634b169226: Download complete 15:57:28 e871e8e8d7a9: Verifying Checksum 15:57:28 e871e8e8d7a9: Download complete 15:57:36 e871e8e8d7a9: Pull complete 15:57:36 e73272ec9a57: Pull complete 15:57:36 1e910a182e73: Pull complete 15:57:42 4e634b169226: Pull complete 15:57:42 Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 15:57:42 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 15:57:42 ---> f7629b54cfaa 15:57:42 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 15:57:42 ---> Running in c6e0ca7440fe 15:57:42 Removing intermediate container c6e0ca7440fe 15:57:42 ---> bb6bfeed0cd2 15:57:42 Step 4/7 : RUN apk add bash 15:57:42 ---> Running in 590e9b2e357d 15:57:42 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:57:43 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:57:43 OK: 166 MiB in 39 packages 15:57:44 Removing intermediate container 590e9b2e357d 15:57:44 ---> d22c17296ae0 15:57:44 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 15:57:44 ---> Running in 15f6b5f0d801 15:57:44 Removing intermediate container 15f6b5f0d801 15:57:44 ---> 9191b3289f7f 15:57:44 Step 6/7 : COPY go.mod . 15:57:45 ---> a2cb0ae3162a 15:57:45 Step 7/7 : RUN go mod download 15:57:45 ---> Running in b6952dbbf639 15:58:00 Removing intermediate container b6952dbbf639 15:58:00 ---> f03ce9eff391 15:58:00 Successfully built f03ce9eff391 15:58:00 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 15:58:00 + docker inspect -f . ci-base-image-x86_64 15:58:01 . [Pipeline] withDockerContainer 15:58:01 prd-centos7-docker-4c-2g-7000 does not seem to be running inside a container 15:58:01 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/7 -v /w/workspace/go-mod-core-contracts/7:/w/workspace/go-mod-core-contracts/7:rw,z -v /w/workspace/go-mod-core-contracts/7@tmp:/w/workspace/go-mod-core-contracts/7@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 15:58:02 $ docker top 868092a0e3d7561c326878c9355314195746c82176c4750e05345e72d6d8bc16 -eo pid,comm [Pipeline] { [Pipeline] sh 15:58:03 + go version 15:58:03 go version go1.15.2 linux/amd64 [Pipeline] } 15:58:03 $ docker stop --time=1 868092a0e3d7561c326878c9355314195746c82176c4750e05345e72d6d8bc16 15:58:04 $ docker rm -f 868092a0e3d7561c326878c9355314195746c82176c4750e05345e72d6d8bc16 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:58:06 + docker inspect -f . ci-base-image-x86_64 15:58:06 . [Pipeline] withDockerContainer 15:58:06 prd-centos7-docker-4c-2g-7000 does not seem to be running inside a container 15:58:06 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/7 -v /w/workspace/go-mod-core-contracts/7:/w/workspace/go-mod-core-contracts/7:rw,z -v /w/workspace/go-mod-core-contracts/7@tmp:/w/workspace/go-mod-core-contracts/7@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 15:58:07 $ docker top cda808376f28cdd3f84a089730f8f1bcd24e429d2f9f776b5b9d74bc410819a2 -eo pid,comm [Pipeline] { [Pipeline] sh 15:58:08 + make test 15:58:08 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 15:58:18 ? github.com/edgexfoundry/go-mod-core-contracts/clients [no test files] 15:58:18 ok github.com/edgexfoundry/go-mod-core-contracts/clients/agent 0.038s coverage: 85.7% of statements 15:58:18 ok github.com/edgexfoundry/go-mod-core-contracts/clients/command 0.023s coverage: 100.0% of statements 15:58:18 ok github.com/edgexfoundry/go-mod-core-contracts/clients/coredata 0.029s coverage: 45.4% of statements 15:58:19 ok github.com/edgexfoundry/go-mod-core-contracts/clients/general 0.032s coverage: 77.8% of statements 15:58:19 ? github.com/edgexfoundry/go-mod-core-contracts/clients/interfaces [no test files] 15:58:19 ok github.com/edgexfoundry/go-mod-core-contracts/clients/logger 0.026s coverage: 6.4% of statements 15:58:20 ok github.com/edgexfoundry/go-mod-core-contracts/clients/metadata 0.041s coverage: 14.7% of statements 15:58:20 ok github.com/edgexfoundry/go-mod-core-contracts/clients/notifications 0.052s coverage: 100.0% of statements 15:58:21 ok github.com/edgexfoundry/go-mod-core-contracts/clients/scheduler 0.073s coverage: 91.8% of statements 15:58:21 ? github.com/edgexfoundry/go-mod-core-contracts/clients/types [no test files] 15:58:21 ? github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/errors [no test files] 15:58:21 ok github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/local 0.040s coverage: 100.0% of statements 15:58:21 ok github.com/edgexfoundry/go-mod-core-contracts/errors 0.009s coverage: 48.9% of statements 15:58:25 ok github.com/edgexfoundry/go-mod-core-contracts/models 0.022s coverage: 63.0% of statements 15:58:25 ok github.com/edgexfoundry/go-mod-core-contracts/requests/configuration 0.040s coverage: 26.3% of statements 15:58:25 ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/admin 0.023s coverage: 15.4% of statements 15:58:25 ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/operating 0.017s coverage: 15.4% of statements 15:58:25 ok github.com/edgexfoundry/go-mod-core-contracts/responses/configuration 0.019s coverage: 14.3% of statements 15:58:25 ? github.com/edgexfoundry/go-mod-core-contracts/v2 [no test files] 15:58:25 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos 0.014s coverage: 29.1% of statements 15:58:25 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/common 0.023s coverage: 100.0% of statements 15:58:26 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/requests 0.038s coverage: 94.4% of statements 15:58:26 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/responses 0.010s coverage: 100.0% of statements 15:58:26 ? github.com/edgexfoundry/go-mod-core-contracts/v2/models [no test files] 15:58:26 CGO_ENABLED=0 GO111MODULE=on go vet ./... 15:58:29 gofmt -l . 15:58:29 [ "`gofmt -l .`" = "" ] [Pipeline] stash 15:58:29 Warning: overwriting stash ‘coverage-report’ 15:58:30 Stashed 1 file(s) [Pipeline] } 15:58:30 $ docker stop --time=1 cda808376f28cdd3f84a089730f8f1bcd24e429d2f9f776b5b9d74bc410819a2 15:58:32 $ docker rm -f cda808376f28cdd3f84a089730f8f1bcd24e429d2f9f776b5b9d74bc410819a2 [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 15:58:35 provisioning config files... 15:58:35 copy managed file [go-mod-core-contracts-codecov-token] to file:/w/workspace/dry_go-mod-core-contracts_PR-346@tmp/config884477690121361081tmp [Pipeline] { [Pipeline] sh 15:58:35 + set +x 15:58:35 + curl -s https://codecov.io/bash 15:58:35 + bash -s -- 15:58:36 15:58:36 _____ _ 15:58:36 / ____| | | 15:58:36 | | ___ __| | ___ ___ _____ __ 15:58:36 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 15:58:36 | |___| (_) | (_| | __/ (_| (_) \ V / 15:58:36 \_____\___/ \__,_|\___|\___\___/ \_/ 15:58:36 Bash-20201009-048fee3 15:58:36 15:58:36 15:58:36 ==> Jenkins CI detected. 15:58:36 project root: . 15:58:36 --> token set from env 15:58:36 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 15:58:36 ==> Running gcov in . (disable via -X gcov) 15:58:36 ==> Python coveragepy not found 15:58:36 ==> Searching for coverage reports in: 15:58:36 + . 15:58:36 -> Found 1 reports 15:58:36 ==> Detecting git/mercurial file structure 15:58:36 ==> Reading reports 15:58:36 + ./coverage.out bytes=106724 15:58:36 ==> Appending adjustments 15:58:36 https://docs.codecov.io/docs/fixing-reports 15:58:37 + Found adjustments 15:58:37 ==> Gzipping contents 15:58:37 ==> Uploading reports 15:58:37 url: https://codecov.io 15:58:37 query: branch=PR-346&commit=70986b3cb406b7f3d6c767f8fdf6612bbad53a7c&build=7&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2FPR-346%2F7%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=346&job=&cmd_args= 15:58:37 -> Pinging Codecov 15:58:37 https://codecov.io/upload/v4?package=bash-20201009-048fee3&token=secret&branch=PR-346&commit=70986b3cb406b7f3d6c767f8fdf6612bbad53a7c&build=7&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2FPR-346%2F7%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=346&job=&cmd_args= 15:58:37 -> Uploading to 15:58:37 15:58:37 % Total % Received % Xferd Average Speed Time Time Time Current 15:58:37 Dload Upload Total Spent Left Speed 15:58:37 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0curl: (6) Could not resolve host: ; Unknown error 15:58:37 X> Failed to upload 15:58:37 ==> Uploading to Codecov 15:58:37 % Total % Received % Xferd Average Speed Time Time Time Current 15:58:37 Dload Upload Total Spent Left Speed 15:58:37 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 99 17225 0 0 100 17107 0 23159 --:--:-- --:--:-- --:--:-- 23148 100 17225 100 118 100 17107 159 23147 --:--:-- --:--:-- --:--:-- 23148 15:58:37 View reports at https://codecov.io/github/edgexfoundry/go-mod-core-contracts/commit/70986b3cb406b7f3d6c767f8fdf6612bbad53a7c [Pipeline] } 15:58:38 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 15:58:41 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 15:58:41 ---> package-listing.sh 15:58:41 ++ facter osfamily 15:58:41 ++ tr '[:upper:]' '[:lower:]' 15:58:41 + OS_FAMILY=redhat 15:58:41 + workspace=/w/workspace/dry_go-mod-core-contracts_PR-346 15:58:41 + START_PACKAGES=/tmp/packages_start.txt 15:58:41 + END_PACKAGES=/tmp/packages_end.txt 15:58:41 + DIFF_PACKAGES=/tmp/packages_diff.txt 15:58:41 + PACKAGES=/tmp/packages_start.txt 15:58:41 + '[' /w/workspace/dry_go-mod-core-contracts_PR-346 ']' 15:58:41 + PACKAGES=/tmp/packages_end.txt 15:58:41 + case "${OS_FAMILY}" in 15:58:41 + rpm -qa 15:58:41 + sort 15:58:48 + '[' -f /tmp/packages_start.txt ']' 15:58:48 + '[' -f /tmp/packages_end.txt ']' 15:58:48 + diff /tmp/packages_start.txt /tmp/packages_end.txt 15:58:48 + '[' /w/workspace/dry_go-mod-core-contracts_PR-346 ']' 15:58:48 + mkdir -p /w/workspace/dry_go-mod-core-contracts_PR-346/archives/ 15:58:48 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dry_go-mod-core-contracts_PR-346/archives/ [Pipeline] echo 15:58:48 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/dry_go-mod-core-contracts_PR-346/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 15:58:48 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 15:58:48 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 15:58:48 15:58:48 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 15:58:49 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 15:58:49 alpine: Pulling from edgex-lftools-log-publisher 15:58:49 df20fa9351a1: Pulling fs layer 15:58:49 36b3adc4ff6f: Pulling fs layer 15:58:49 8ad3a11d3b57: Pulling fs layer 15:58:49 46f8f816bc3b: Pulling fs layer 15:58:49 93b61091891f: Pulling fs layer 15:58:49 93b9cdb0e59b: Pulling fs layer 15:58:49 5e14af77c1be: Pulling fs layer 15:58:49 01666e4c0597: Pulling fs layer 15:58:49 aa168da1d23b: Pulling fs layer 15:58:49 93b61091891f: Waiting 15:58:49 93b9cdb0e59b: Waiting 15:58:49 5e14af77c1be: Waiting 15:58:49 01666e4c0597: Waiting 15:58:49 aa168da1d23b: Waiting 15:58:49 46f8f816bc3b: Waiting 15:58:49 36b3adc4ff6f: Download complete 15:58:49 46f8f816bc3b: Verifying Checksum 15:58:49 46f8f816bc3b: Download complete 15:58:49 df20fa9351a1: Verifying Checksum 15:58:49 df20fa9351a1: Download complete 15:58:49 93b9cdb0e59b: Verifying Checksum 15:58:49 93b9cdb0e59b: Download complete 15:58:49 5e14af77c1be: Verifying Checksum 15:58:49 5e14af77c1be: Download complete 15:58:49 93b61091891f: Verifying Checksum 15:58:49 93b61091891f: Download complete 15:58:49 01666e4c0597: Verifying Checksum 15:58:49 01666e4c0597: Download complete 15:58:49 df20fa9351a1: Pull complete 15:58:50 36b3adc4ff6f: Pull complete 15:58:50 8ad3a11d3b57: Verifying Checksum 15:58:50 8ad3a11d3b57: Download complete 15:58:51 8ad3a11d3b57: Pull complete 15:58:51 46f8f816bc3b: Pull complete 15:58:51 93b61091891f: Pull complete 15:58:51 93b9cdb0e59b: Pull complete 15:58:51 5e14af77c1be: Pull complete 15:58:52 01666e4c0597: Pull complete 15:58:52 aa168da1d23b: Verifying Checksum 15:58:52 aa168da1d23b: Download complete 15:59:00 aa168da1d23b: Pull complete 15:59:00 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 15:59:00 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 15:59:00 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 15:59:00 prd-centos7-docker-4c-2g-6998 does not seem to be running inside a container 15:59:00 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/dry_go-mod-core-contracts_PR-346/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/dry_go-mod-core-contracts_PR-346 -v /w/workspace/dry_go-mod-core-contracts_PR-346:/w/workspace/dry_go-mod-core-contracts_PR-346:rw,z -v /w/workspace/dry_go-mod-core-contracts_PR-346@tmp:/w/workspace/dry_go-mod-core-contracts_PR-346@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 15:59:04 $ docker top 3e934c072acf69438c5e2cb0e65bbaf5558dce3599a752ff1c698d5d929d1763 -eo pid,comm [Pipeline] { [Pipeline] sh 15:59:04 + touch /tmp/pre-build-complete [Pipeline] sh 15:59:05 + mkdir -p /var/log/sa [Pipeline] sh 15:59:05 + ls /var/log/sa-host 15:59:05 + sadf -c /var/log/sa-host/sa05 15:59:05 file_magic: OK 15:59:05 HZ: Using current value: 100 15:59:05 file_header: OK 15:59:05 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 15:59:05 Statistics: 15:59:05 Hnuu...uuuununununu...Hnuu...uuuununununu... 15:59:05 File successfully converted to sysstat format version 12.2.1 15:59:05 + sadf -c /var/log/sa-host/sa20 15:59:05 file_magic: OK 15:59:05 HZ: Using current value: 100 15:59:05 file_header: OK 15:59:05 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 15:59:05 Statistics: 15:59:05 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 15:59:05 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 15:59:06 provisioning config files... 15:59:06 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dry_go-mod-core-contracts_PR-346@tmp/config3524748457351602658tmp [Pipeline] { [Pipeline] echo 15:59:06 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 15:59:06 ---> create-netrc.sh [Pipeline] } 15:59:06 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 15:59:06 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 15:59:06 ---> python-tools-install.sh [Pipeline] echo 15:59:06 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 15:59:07 ---> sudo-logs.sh 15:59:07 Archiving 'sudo' log.. [Pipeline] echo 15:59:07 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 15:59:07 ---> job-cost.sh 15:59:07 lf-activate-venv: SKIPPING 15:59:07 INFO: No Stack... 15:59:08 INFO: Retrieving Pricing Info for: v1-standard-2 15:59:09 INFO: Archiving Costs [Pipeline] echo 15:59:09 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 15:59:09 ---> logs-deploy.sh 15:59:09 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/PR-346/7 15:59:09 INFO: archiving workspace using pattern(s): 15:59:11 Archives upload complete. 15:59:11 INFO: archiving logs to Nexus 15:59:12 ---> uname -a: 15:59:12 Linux prd-centos7-docker-4c-2g-6998.vexxhost.local 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux 15:59:12 15:59:12 15:59:12 ---> lscpu: 15:59:12 Architecture: x86_64 15:59:12 CPU op-mode(s): 32-bit, 64-bit 15:59:12 Byte Order: Little Endian 15:59:12 Address sizes: 40 bits physical, 48 bits virtual 15:59:12 CPU(s): 4 15:59:12 On-line CPU(s) list: 0-3 15:59:12 Thread(s) per core: 1 15:59:12 Core(s) per socket: 1 15:59:12 Socket(s): 4 15:59:12 NUMA node(s): 1 15:59:12 Vendor ID: GenuineIntel 15:59:12 CPU family: 6 15:59:12 Model: 44 15:59:12 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 15:59:12 Stepping: 1 15:59:12 CPU MHz: 2933.438 15:59:12 BogoMIPS: 5866.87 15:59:12 Virtualization: VT-x 15:59:12 Hypervisor vendor: KVM 15:59:12 Virtualization type: full 15:59:12 L1d cache: 128 KiB 15:59:12 L1i cache: 128 KiB 15:59:12 L2 cache: 16 MiB 15:59:12 L3 cache: 64 MiB 15:59:12 NUMA node0 CPU(s): 0-3 15:59:12 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 15:59:12 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 15:59:12 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 15:59:12 Vulnerability Meltdown: Mitigation; PTI 15:59:12 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 15:59:12 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 15:59:12 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 15:59:12 Vulnerability Tsx async abort: Not affected 15:59:12 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 15:59:12 15:59:12 15:59:12 ---> nproc: 15:59:12 4 15:59:12 15:59:12 15:59:12 ---> df -h: 15:59:12 Filesystem Size Used Available Use% Mounted on 15:59:12 overlay 50.0G 7.2G 42.8G 14% / 15:59:12 tmpfs 64.0M 0 64.0M 0% /dev 15:59:12 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 15:59:12 shm 64.0M 0 64.0M 0% /dev/shm 15:59:12 /dev/vda1 50.0G 7.2G 42.8G 14% /facter-os 15:59:12 /dev/vda1 50.0G 7.2G 42.8G 14% /etc/resolv.conf 15:59:12 /dev/vda1 50.0G 7.2G 42.8G 14% /etc/hostname 15:59:12 /dev/vda1 50.0G 7.2G 42.8G 14% /etc/hosts 15:59:12 /dev/vda1 50.0G 7.2G 42.8G 14% /w/workspace/dry_go-mod-core-contracts_PR-346@tmp 15:59:12 /dev/vda1 50.0G 7.2G 42.8G 14% /var/log/sa-host 15:59:12 /dev/vda1 50.0G 7.2G 42.8G 14% /var/log/secure 15:59:12 /dev/vda1 50.0G 7.2G 42.8G 14% /var/log/auth.log 15:59:12 /dev/vda1 50.0G 7.2G 42.8G 14% /run/cloud-init/result.json 15:59:12 /dev/vda1 50.0G 7.2G 42.8G 14% /w/workspace/dry_go-mod-core-contracts_PR-346 15:59:12 15:59:12 15:59:12 ---> free -m: 15:59:12 total used free shared buff/cache available 15:59:12 Mem: 1837 641 118 0 1077 1093 15:59:12 Swap: 1023 0 1023 15:59:12 15:59:12 15:59:12 ---> ip addr: 15:59:12 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 15:59:12 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 15:59:12 inet 127.0.0.1/8 scope host lo 15:59:12 valid_lft forever preferred_lft forever 15:59:12 inet6 ::1/128 scope host 15:59:12 valid_lft forever preferred_lft forever 15:59:12 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 15:59:12 link/ether fa:16:3e:64:b8:88 brd ff:ff:ff:ff:ff:ff 15:59:12 inet 10.30.123.52/23 brd 10.30.123.255 scope global dynamic eth0 15:59:12 valid_lft 85684sec preferred_lft 85684sec 15:59:12 inet6 fe80::f816:3eff:fe64:b888/64 scope link 15:59:12 valid_lft forever preferred_lft forever 15:59:12 3: docker0: mtu 1500 qdisc noqueue state DOWN 15:59:12 link/ether 02:42:90:6c:38:56 brd ff:ff:ff:ff:ff:ff 15:59:12 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 15:59:12 valid_lft forever preferred_lft forever 15:59:12 inet6 fe80::42:90ff:fe6c:3856/64 scope link 15:59:12 valid_lft forever preferred_lft forever 15:59:12 15:59:12 15:59:12 ---> sar -b -r -n DEV: 15:59:12 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) 15:59:12 15:59:12 15:46:57 LINUX RESTART (4 CPU) 15:59:12 15:59:12 15:48:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 15:59:12 15:49:01 0.88 0.00 0.88 0.00 0.00 18.23 0.00 15:59:12 15:50:01 0.28 0.00 0.28 0.00 0.00 3.11 0.00 15:59:12 15:51:01 0.28 0.00 0.28 0.00 0.00 2.86 0.00 15:59:12 15:52:01 19.85 2.55 17.30 0.00 212.32 177.67 0.00 15:59:12 15:53:01 30.97 10.22 20.75 0.00 4359.24 2477.74 0.00 15:59:12 15:54:01 0.35 0.00 0.35 0.00 0.00 5.41 0.00 15:59:12 15:55:01 0.22 0.00 0.22 0.00 0.00 2.48 0.00 15:59:12 15:56:01 0.32 0.00 0.32 0.00 0.00 3.66 0.00 15:59:12 15:57:01 0.25 0.00 0.25 0.00 0.00 2.48 0.00 15:59:12 15:58:02 0.28 0.02 0.27 0.00 0.13 3.91 0.00 15:59:12 15:59:01 122.52 77.84 44.68 0.00 6151.43 15227.38 0.00 15:59:12 Average: 15.91 8.17 7.74 0.00 969.69 1615.85 0.00 15:59:12 15:59:12 15:48:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 15:59:12 15:49:01 97324 0 456604 24.27 2620 1325008 959100 32.73 302368 1327576 12 15:59:12 15:50:01 95488 0 458432 24.36 2620 1325016 967296 33.01 304740 1327284 8 15:59:12 15:51:01 95392 0 458520 24.37 2620 1325024 967296 33.01 304768 1327284 8 15:59:12 15:52:01 70404 0 497940 26.46 2620 1310592 1041384 35.54 356964 1299968 12668 15:59:12 15:53:01 157436 0 543868 28.91 2620 1177632 1095048 37.37 385228 1177564 20 15:59:12 15:54:01 159264 0 542036 28.81 2620 1177636 1094840 37.36 383644 1177484 16 15:59:12 15:55:01 161952 0 539340 28.66 2620 1177644 1076132 36.73 381932 1177364 8 15:59:12 15:56:01 162532 0 538756 28.63 2620 1177648 1075940 36.72 380780 1177364 8 15:59:12 15:57:01 162648 0 538636 28.63 2620 1177652 1075940 36.72 380784 1177364 8 15:59:12 15:58:02 159156 0 542120 28.81 2620 1177660 1076156 36.73 376672 1185460 8 15:59:12 15:59:01 174836 0 644016 34.23 2620 1060084 1281280 43.73 423560 1057808 58028 15:59:12 Average: 136039 0 523661 27.83 2620 1219236 1064583 36.33 361949 1219320 6436 15:59:12 15:59:12 15:48:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 15:59:12 15:49:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 15:59:12 15:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:59:12 15:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:59:12 15:50:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 15:59:12 15:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:59:12 15:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:59:12 15:51:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 15:59:12 15:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:59:12 15:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:59:12 15:52:01 eth0 174.31 114.80 243.10 30.98 0.00 0.00 0.00 0.00 15:59:12 15:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:59:12 15:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:59:12 15:53:01 eth0 157.06 115.03 457.47 43.89 0.00 0.00 0.00 0.00 15:59:12 15:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:59:12 15:53:01 docker0 5.79 4.28 1.17 12.34 0.00 0.00 0.00 0.00 15:59:12 15:54:01 eth0 3.28 1.62 3.22 0.11 0.00 0.00 0.00 0.00 15:59:12 15:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:59:12 15:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:59:12 15:55:01 eth0 0.47 0.42 0.27 0.17 0.00 0.00 0.00 0.00 15:59:12 15:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:59:12 15:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:59:12 15:56:01 eth0 0.12 0.08 0.01 0.04 0.00 0.00 0.00 0.00 15:59:12 15:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:59:12 15:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:59:12 15:57:01 eth0 0.65 0.08 0.06 0.01 0.00 0.00 0.00 0.00 15:59:12 15:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:59:12 15:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:59:12 15:58:02 eth0 0.62 0.53 0.34 0.25 0.00 0.00 0.00 0.00 15:59:12 15:58:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:59:12 15:58:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:59:12 15:59:01 eth0 230.92 195.42 2202.54 21.46 0.00 0.00 0.00 0.00 15:59:12 15:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:59:12 15:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:59:12 Average: eth0 51.43 38.78 262.33 8.80 0.00 0.00 0.00 0.00 15:59:12 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:59:12 Average: docker0 0.53 0.39 0.11 1.12 0.00 0.00 0.00 0.00 15:59:12 15:59:12 15:59:12 ---> sar -P ALL: 15:59:12 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) 15:59:12 15:59:12 15:46:57 LINUX RESTART (4 CPU) 15:59:12 15:59:12 15:48:01 CPU %user %nice %system %iowait %steal %idle 15:59:12 15:49:01 all 0.14 0.00 0.05 0.00 0.00 99.81 15:59:12 15:49:01 0 0.03 0.00 0.03 0.00 0.00 99.93 15:59:12 15:49:01 1 0.05 0.00 0.08 0.00 0.00 99.87 15:59:12 15:49:01 2 0.03 0.00 0.03 0.00 0.00 99.93 15:59:12 15:49:01 3 0.45 0.00 0.05 0.00 0.00 99.50 15:59:12 15:50:01 all 0.14 0.00 0.04 0.00 0.00 99.83 15:59:12 15:50:01 0 0.03 0.00 0.03 0.00 0.00 99.93 15:59:12 15:50:01 1 0.05 0.00 0.05 0.00 0.00 99.90 15:59:12 15:50:01 2 0.03 0.00 0.03 0.00 0.00 99.93 15:59:12 15:50:01 3 0.43 0.00 0.03 0.00 0.00 99.53 15:59:12 15:51:01 all 0.15 0.00 0.02 0.00 0.00 99.83 15:59:12 15:51:01 0 0.02 0.00 0.02 0.00 0.00 99.97 15:59:12 15:51:01 1 0.03 0.00 0.03 0.00 0.00 99.93 15:59:12 15:51:01 2 0.03 0.00 0.03 0.00 0.00 99.93 15:59:12 15:51:01 3 0.52 0.00 0.02 0.00 0.00 99.47 15:59:12 15:52:01 all 2.63 0.00 0.70 0.89 0.02 95.76 15:59:12 15:52:01 0 2.00 0.00 1.19 2.42 0.03 94.35 15:59:12 15:52:01 1 2.86 0.00 0.62 1.09 0.02 95.42 15:59:12 15:52:01 2 2.44 0.00 0.57 0.05 0.02 96.93 15:59:12 15:52:01 3 3.21 0.00 0.43 0.00 0.02 96.34 15:59:12 15:53:01 all 3.25 0.00 2.08 0.63 0.05 93.99 15:59:12 15:53:01 0 3.63 0.00 1.86 0.12 0.05 94.34 15:59:12 15:53:01 1 2.97 0.00 2.33 0.92 0.03 93.73 15:59:12 15:53:01 2 3.47 0.00 2.09 1.06 0.05 93.33 15:59:12 15:53:01 3 2.93 0.00 2.03 0.44 0.05 94.55 15:59:12 15:54:01 all 0.15 0.00 0.07 0.00 0.00 99.77 15:59:12 15:54:01 0 0.10 0.00 0.13 0.00 0.00 99.77 15:59:12 15:54:01 1 0.18 0.00 0.08 0.00 0.00 99.73 15:59:12 15:54:01 2 0.18 0.00 0.03 0.00 0.00 99.78 15:59:12 15:54:01 3 0.15 0.00 0.03 0.00 0.00 99.82 15:59:12 15:55:01 all 0.17 0.00 0.04 0.00 0.00 99.80 15:59:12 15:55:01 0 0.03 0.00 0.05 0.00 0.00 99.92 15:59:12 15:55:01 1 0.53 0.00 0.03 0.00 0.00 99.43 15:59:12 15:55:01 2 0.05 0.00 0.02 0.00 0.00 99.93 15:59:12 15:55:01 3 0.05 0.00 0.05 0.00 0.00 99.90 15:59:12 15:56:01 all 0.15 0.00 0.02 0.00 0.00 99.82 15:59:12 15:56:01 0 0.03 0.00 0.02 0.00 0.00 99.95 15:59:12 15:56:01 1 0.52 0.00 0.02 0.00 0.00 99.47 15:59:12 15:56:01 2 0.02 0.00 0.02 0.00 0.00 99.97 15:59:12 15:56:01 3 0.05 0.00 0.05 0.00 0.00 99.90 15:59:12 15:57:01 all 0.16 0.00 0.03 0.00 0.00 99.81 15:59:12 15:57:01 0 0.02 0.00 0.03 0.00 0.00 99.95 15:59:12 15:57:01 1 0.52 0.00 0.02 0.00 0.00 99.47 15:59:12 15:57:01 2 0.05 0.00 0.03 0.00 0.00 99.92 15:59:12 15:57:01 3 0.05 0.00 0.05 0.00 0.00 99.90 15:59:12 15:58:02 all 0.18 0.00 0.03 0.00 0.00 99.79 15:59:12 15:58:02 0 0.03 0.00 0.02 0.00 0.00 99.95 15:59:12 15:58:02 1 0.60 0.00 0.02 0.00 0.00 99.38 15:59:12 15:58:02 2 0.07 0.00 0.03 0.00 0.00 99.90 15:59:12 15:58:02 3 0.02 0.00 0.05 0.00 0.00 99.93 15:59:12 15:59:01 all 5.93 0.00 4.30 2.46 0.02 87.30 15:59:12 15:59:01 0 5.86 0.00 4.28 0.41 0.02 89.43 15:59:12 15:59:01 1 7.50 0.00 4.68 4.48 0.02 83.32 15:59:12 15:59:01 2 5.33 0.00 4.02 4.62 0.03 86.00 15:59:12 15:59:01 3 5.01 0.00 4.21 0.32 0.02 90.45 15:59:12 15:59:12 Average: CPU %user %nice %system %iowait %steal %idle 15:59:12 Average: all 1.18 0.00 0.66 0.36 0.01 97.79 15:59:12 Average: 0 1.06 0.00 0.69 0.27 0.01 97.98 15:59:12 Average: 1 1.43 0.00 0.72 0.58 0.01 97.27 15:59:12 Average: 2 1.05 0.00 0.62 0.51 0.01 97.80 15:59:12 Average: 3 1.16 0.00 0.63 0.07 0.01 98.13 15:59:12 15:59:12 15:59:12