Pull request #352 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of weichou1229 for edgexfoundry/go-mod-core-contracts Loading trusted files from base branch master at 98daafbb41d32662c234c03b24ed2e451e027361 rather than 0a8b18e1db22a4c82c79cd3cd7931583592e4b52 Obtained Jenkinsfile from 98daafbb41d32662c234c03b24ed2e451e027361 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 ‘prd-centos7-docker-4c-2g-3642’ is offline; ‘prd-centos7-docker-4c-2g-6189’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-4350’ doesn’t have label ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-6191 in /w/workspace/dry_go-mod-core-contracts_PR-352 [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-352 # 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 Merging remotes/origin/master commit 98daafbb41d32662c234c03b24ed2e451e027361 into PR head commit 0a8b18e1db22a4c82c79cd3cd7931583592e4b52 Merge succeeded, producing 0a8b18e1db22a4c82c79cd3cd7931583592e4b52 Checking out Revision 0a8b18e1db22a4c82c79cd3cd7931583592e4b52 (PR-352) 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/352/head:refs/remotes/origin/PR-352 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 0a8b18e1db22a4c82c79cd3cd7931583592e4b52 # 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 98daafbb41d32662c234c03b24ed2e451e027361 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 0a8b18e1db22a4c82c79cd3cd7931583592e4b52 # timeout=10 Commit message: "feat(metadata): Add label constant for redis key" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 07:02:19 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 07:02:20 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 07:02:20 ========================================================= 07:02:20 EdgeX Global Pipelines Version Info 07:02:20 ========================================================= [Pipeline] libraryResource [Pipeline] sh 07:02:23 ------------------- 07:02:23 stable info: 07:02:23 ------------------- 07:02:23 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 07:02:23 Commit SHA: a2cbe11917bfb8801b6bc99aaa80229564ed4294 07:02:23 Message: update stable to v1.0.144 07:02:24 ------------------- 07:02:24 experimental info: 07:02:24 ------------------- 07:02:24 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 07:02:24 Commit SHA: a2cbe11917bfb8801b6bc99aaa80229564ed4294 07:02:24 Message: update experimental to v1.0.144 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo 07:02:24 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-core-contracts-settings [Pipeline] echo 07:02:25 [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-core-contracts [Pipeline] echo 07:02:25 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 07:02:25 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 07:02:25 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 07:02:25 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 07:02:25 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 07:02:25 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 07:02:25 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 07:02:25 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 07:02:25 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 07:02:26 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-core-contracts [Pipeline] echo 07:02:26 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 07:02:26 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 07:02:26 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 07:02:26 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 07:02:26 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 07:02:26 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 07:02:26 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = patch [Pipeline] echo 07:02:26 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 07:02:26 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 07:02:26 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 07:02:27 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 07:02:27 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 07:02:27 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 07:02:27 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-352 [Pipeline] echo 07:02:27 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-352 [Pipeline] echo 07:02:27 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-352 [Pipeline] echo 07:02:27 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 0a8b18e1db22a4c82c79cd3cd7931583592e4b52 [Pipeline] echo 07:02:27 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 0a8b18e [Pipeline] echo 07:02:27 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 07:02:28 + git log --format=format:%s -1 0a8b18e1db22a4c82c79cd3cd7931583592e4b52 [Pipeline] echo 07:02:28 GIT_COMMIT: 0a8b18e1db22a4c82c79cd3cd7931583592e4b52, Commit Message: feat(metadata): Add label constant for redis key [Pipeline] echo 07:02:28 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 07:02:29 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 07:02:30 07:02:30 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 07:02:30 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 07:02:30 latest: Pulling from edgex-devops/git-semver 07:02:30 31603596830f: Pulling fs layer 07:02:30 2a8b12db71e7: Pulling fs layer 07:02:30 6ca5941a6612: Pulling fs layer 07:02:30 ecc8261a40a4: Pulling fs layer 07:02:30 ecc8261a40a4: Waiting 07:02:30 2a8b12db71e7: Verifying Checksum 07:02:30 2a8b12db71e7: Download complete 07:02:31 31603596830f: Verifying Checksum 07:02:31 31603596830f: Download complete 07:02:31 6ca5941a6612: Verifying Checksum 07:02:31 6ca5941a6612: Download complete 07:02:31 ecc8261a40a4: Verifying Checksum 07:02:31 ecc8261a40a4: Download complete 07:02:31 31603596830f: Pull complete 07:02:31 2a8b12db71e7: Pull complete 07:02:33 6ca5941a6612: Pull complete 07:02:33 ecc8261a40a4: Pull complete 07:02:33 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 07:02:33 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 07:02:33 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 07:02:34 prd-centos7-docker-4c-2g-6191 does not seem to be running inside a container 07:02:34 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_go-mod-core-contracts_PR-352 -v /w/workspace/dry_go-mod-core-contracts_PR-352:/w/workspace/dry_go-mod-core-contracts_PR-352:rw,z -v /w/workspace/dry_go-mod-core-contracts_PR-352@tmp:/w/workspace/dry_go-mod-core-contracts_PR-352@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 07:02:36 $ docker top 771a70187e706e34a615b93ca4089324b22a234e0a9aa74c9b5ecb2ec5f14d8a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 07:02:37 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 07:02:37 [ssh-agent] Looking for ssh-agent implementation... 07:02:37 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 07:02:37 $ docker exec 771a70187e706e34a615b93ca4089324b22a234e0a9aa74c9b5ecb2ec5f14d8a ssh-agent 07:02:37 SSH_AUTH_SOCK=/tmp/ssh-tLarJHVnKeT3/agent.12 07:02:37 SSH_AGENT_PID=18 07:02:37 Running ssh-add (command line suppressed) 07:02:38 Identity added: /w/workspace/dry_go-mod-core-contracts_PR-352@tmp/private_key_5270381265723360345.key (/w/workspace/dry_go-mod-core-contracts_PR-352@tmp/private_key_5270381265723360345.key) 07:02:38 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 07:02:38 + git tag --points-at HEAD [Pipeline] } 07:02:38 $ docker exec --env ******** --env ******** 771a70187e706e34a615b93ca4089324b22a234e0a9aa74c9b5ecb2ec5f14d8a ssh-agent -k 07:02:38 unset SSH_AUTH_SOCK; 07:02:38 unset SSH_AGENT_PID; 07:02:38 echo Agent pid 18 killed; 07:02:38 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 07:02:39 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 07:02:39 [ssh-agent] Looking for ssh-agent implementation... 07:02:39 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 07:02:39 $ docker exec 771a70187e706e34a615b93ca4089324b22a234e0a9aa74c9b5ecb2ec5f14d8a ssh-agent 07:02:39 SSH_AUTH_SOCK=/tmp/ssh-t7aJsyQuFCFq/agent.48 07:02:39 SSH_AGENT_PID=53 07:02:39 Running ssh-add (command line suppressed) 07:02:40 Identity added: /w/workspace/dry_go-mod-core-contracts_PR-352@tmp/private_key_6993041750760640172.key (/w/workspace/dry_go-mod-core-contracts_PR-352@tmp/private_key_6993041750760640172.key) 07:02:40 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 07:02:41 + git semver init 07:02:41 # -> Open(): unable to determine branch for HEAD 07:02:41 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_PR-352/.git 07:02:41 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_PR-352 07:02:41 # $SEMVER_REMOTE_NAME = origin 07:02:41 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 07:02:41 # $SEMVER_USER_NAME = edgex-jenkins 07:02:41 # $SEMVER_BRANCH = PR-352 07:02:41 # $SEMVER_TEMP = /tmp/semver-621224675 07:02:41 # git clone --branch semver git@github.com:edgexfoundry/go-mod-core-contracts.git $SEMVER_TEMP 07:02:42 # '/tmp/semver-621224675' -> '/w/workspace/dry_go-mod-core-contracts_PR-352/.semver' 07:02:42 # -> Force: false 07:02:42 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_PR-352/.semver [Pipeline] } 07:02:42 $ docker exec --env ******** --env ******** 771a70187e706e34a615b93ca4089324b22a234e0a9aa74c9b5ecb2ec5f14d8a ssh-agent -k 07:02:43 unset SSH_AUTH_SOCK; 07:02:43 unset SSH_AGENT_PID; 07:02:43 echo Agent pid 53 killed; 07:02:43 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 07:02:43 + git semver [Pipeline] } 07:02:44 $ docker stop --time=1 771a70187e706e34a615b93ca4089324b22a234e0a9aa74c9b5ecb2ec5f14d8a 07:02:45 $ docker rm -f 771a70187e706e34a615b93ca4089324b22a234e0a9aa74c9b5ecb2ec5f14d8a [Pipeline] // withDockerContainer [Pipeline] sh 07:02:46 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 07:02:47 Stashed 1 file(s) [Pipeline] echo 07:02:47 [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 07:03:03 Still waiting to schedule task 07:03:03 Waiting for next available executor on ‘centos7-docker-4c-2g’ 07:03:03 Still waiting to schedule task 07:03:03 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 07:05:54 Running on prd-centos7-docker-4c-2g-6194 in /w/workspace/dry_go-mod-core-contracts_PR-352 [Pipeline] { [Pipeline] ws 07:05:54 Running in /w/workspace/go-mod-core-contracts/2 [Pipeline] { [Pipeline] checkout 07:05:58 using credential edgex-jenkins-ssh 07:05:58 Cloning the remote Git repository 07:05:58 Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git 07:05:58 > git init /w/workspace/go-mod-core-contracts/2 # timeout=10 07:05:58 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 07:05:58 > git --version # timeout=10 07:05:58 > git --version # 'git version 2.16.5' 07:05:58 using GIT_SSH to set credentials SSH Credentials for GitHub 07:05:58 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 07:05:59 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 07:05:59 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 07:05:59 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 07:05:59 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 07:05:59 using GIT_SSH to set credentials SSH Credentials for GitHub 07:05:59 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/352/head:refs/remotes/origin/PR-352 +refs/heads/master:refs/remotes/origin/master # timeout=10 07:06:00 Merging remotes/origin/master commit 98daafbb41d32662c234c03b24ed2e451e027361 into PR head commit 0a8b18e1db22a4c82c79cd3cd7931583592e4b52 07:06:00 Merge succeeded, producing 0a8b18e1db22a4c82c79cd3cd7931583592e4b52 07:06:00 Checking out Revision 0a8b18e1db22a4c82c79cd3cd7931583592e4b52 (PR-352) 07:06:00 > git config core.sparsecheckout # timeout=10 07:06:00 > git checkout -f 0a8b18e1db22a4c82c79cd3cd7931583592e4b52 # timeout=10 07:06:00 > git remote # timeout=10 07:06:00 > git config --get remote.origin.url # timeout=10 07:06:00 using GIT_SSH to set credentials SSH Credentials for GitHub 07:06:00 > git merge 98daafbb41d32662c234c03b24ed2e451e027361 # timeout=10 07:06:00 > git rev-parse HEAD^{commit} # timeout=10 07:06:00 > git config core.sparsecheckout # timeout=10 07:06:00 > git checkout -f 0a8b18e1db22a4c82c79cd3cd7931583592e4b52 # timeout=10 07:06:03 Commit message: "feat(metadata): Add label constant for redis key" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 07:06:04 ========================================================= 07:06:04 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 07:06:04 ========================================================= [Pipeline] isUnix [Pipeline] sh 07:06:05 + 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 . 07:06:06 Sending build context to Docker daemon 1.757MB 07:06:06 Step 1/7 : ARG BASE=golang:1.15-alpine 07:06:06 Step 2/7 : FROM ${BASE} 07:06:06 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 07:06:06 df20fa9351a1: Pulling fs layer 07:06:06 ed8968b2872e: Pulling fs layer 07:06:06 a92cc7c5fd73: Pulling fs layer 07:06:06 e871e8e8d7a9: Pulling fs layer 07:06:06 e73272ec9a57: Pulling fs layer 07:06:06 1e910a182e73: Pulling fs layer 07:06:06 4e634b169226: Pulling fs layer 07:06:06 e871e8e8d7a9: Waiting 07:06:06 1e910a182e73: Waiting 07:06:06 4e634b169226: Waiting 07:06:06 e73272ec9a57: Waiting 07:06:06 a92cc7c5fd73: Verifying Checksum 07:06:06 a92cc7c5fd73: Download complete 07:06:06 ed8968b2872e: Download complete 07:06:06 e73272ec9a57: Verifying Checksum 07:06:06 e73272ec9a57: Download complete 07:06:06 df20fa9351a1: Verifying Checksum 07:06:06 df20fa9351a1: Download complete 07:06:06 1e910a182e73: Verifying Checksum 07:06:06 1e910a182e73: Download complete 07:06:06 df20fa9351a1: Pull complete 07:06:06 ed8968b2872e: Pull complete 07:06:06 a92cc7c5fd73: Pull complete 07:06:08 4e634b169226: Verifying Checksum 07:06:08 4e634b169226: Download complete 07:06:09 e871e8e8d7a9: Verifying Checksum 07:06:09 e871e8e8d7a9: Download complete 07:06:14 e871e8e8d7a9: Pull complete 07:06:14 e73272ec9a57: Pull complete 07:06:14 1e910a182e73: Pull complete 07:06:22 4e634b169226: Pull complete 07:06:22 Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 07:06:22 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 07:06:22 ---> f7629b54cfaa 07:06:22 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 07:06:22 ---> Running in b9cb9a18fb33 07:06:22 Removing intermediate container b9cb9a18fb33 07:06:22 ---> 689e12d61e49 07:06:22 Step 4/7 : RUN apk add bash 07:06:22 ---> Running in 666dcb985ca9 07:06:23 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:06:24 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:06:25 OK: 166 MiB in 39 packages 07:06:25 Removing intermediate container 666dcb985ca9 07:06:25 ---> 7a38a44d0770 07:06:25 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 07:06:26 ---> Running in 992b57c2756e 07:06:26 Removing intermediate container 992b57c2756e 07:06:26 ---> f06458ce13ba 07:06:26 Step 6/7 : COPY go.mod . 07:06:26 ---> ac1eac35a921 07:06:26 Step 7/7 : RUN go mod download 07:06:26 ---> Running in 3d730183ca51 07:06:38 Removing intermediate container 3d730183ca51 07:06:38 ---> 16411e9c964b 07:06:38 Successfully built 16411e9c964b 07:06:38 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 07:06:38 + docker inspect -f . ci-base-image-x86_64 07:06:38 . [Pipeline] withDockerContainer 07:06:39 prd-centos7-docker-4c-2g-6194 does not seem to be running inside a container 07:06:39 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/2 -v /w/workspace/go-mod-core-contracts/2:/w/workspace/go-mod-core-contracts/2:rw,z -v /w/workspace/go-mod-core-contracts/2@tmp:/w/workspace/go-mod-core-contracts/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 07:06:39 $ docker top 666c86c722ce6e9e756ae231266a6380428e60bec93e76ade8fdb7883b061d89 -eo pid,comm [Pipeline] { [Pipeline] sh 07:06:40 + go version 07:06:40 go version go1.15.2 linux/amd64 [Pipeline] } 07:06:40 $ docker stop --time=1 666c86c722ce6e9e756ae231266a6380428e60bec93e76ade8fdb7883b061d89 07:06:41 $ docker rm -f 666c86c722ce6e9e756ae231266a6380428e60bec93e76ade8fdb7883b061d89 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 07:06:42 + docker inspect -f . ci-base-image-x86_64 07:06:42 . [Pipeline] withDockerContainer 07:06:42 prd-centos7-docker-4c-2g-6194 does not seem to be running inside a container 07:06:42 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/2 -v /w/workspace/go-mod-core-contracts/2:/w/workspace/go-mod-core-contracts/2:rw,z -v /w/workspace/go-mod-core-contracts/2@tmp:/w/workspace/go-mod-core-contracts/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 07:06:43 $ docker top acc88271a382f7e6c7ee6cf5fc73b0739f6b3c27d64c9651a700ab0bb091bdeb -eo pid,comm [Pipeline] { [Pipeline] sh 07:06:44 + make test 07:06:44 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 07:06:51 ? github.com/edgexfoundry/go-mod-core-contracts/clients [no test files] 07:06:51 ok github.com/edgexfoundry/go-mod-core-contracts/clients/agent 0.013s coverage: 85.7% of statements 07:06:51 ok github.com/edgexfoundry/go-mod-core-contracts/clients/command 0.023s coverage: 100.0% of statements 07:06:51 ok github.com/edgexfoundry/go-mod-core-contracts/clients/coredata 0.025s coverage: 45.4% of statements 07:06:51 ok github.com/edgexfoundry/go-mod-core-contracts/clients/general 0.024s coverage: 77.8% of statements 07:06:51 ? github.com/edgexfoundry/go-mod-core-contracts/clients/interfaces [no test files] 07:06:51 ok github.com/edgexfoundry/go-mod-core-contracts/clients/logger 0.005s coverage: 6.4% of statements 07:06:52 ok github.com/edgexfoundry/go-mod-core-contracts/clients/metadata 0.020s coverage: 14.7% of statements 07:06:52 ok github.com/edgexfoundry/go-mod-core-contracts/clients/notifications 0.012s coverage: 100.0% of statements 07:06:52 ok github.com/edgexfoundry/go-mod-core-contracts/clients/scheduler 0.059s coverage: 91.8% of statements 07:06:52 ? github.com/edgexfoundry/go-mod-core-contracts/clients/types [no test files] 07:06:52 ? github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/errors [no test files] 07:06:52 ok github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/local 0.026s coverage: 100.0% of statements 07:06:52 ok github.com/edgexfoundry/go-mod-core-contracts/errors 0.006s coverage: 48.9% of statements 07:06:54 ok github.com/edgexfoundry/go-mod-core-contracts/models 0.024s coverage: 63.0% of statements 07:06:54 ok github.com/edgexfoundry/go-mod-core-contracts/requests/configuration 0.006s coverage: 26.3% of statements 07:06:54 ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/admin 0.006s coverage: 15.4% of statements 07:06:54 ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/operating 0.006s coverage: 15.4% of statements 07:06:54 ok github.com/edgexfoundry/go-mod-core-contracts/responses/configuration 0.014s coverage: 14.3% of statements 07:06:54 ? github.com/edgexfoundry/go-mod-core-contracts/v2 [no test files] 07:06:55 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos 0.008s coverage: 29.1% of statements 07:06:55 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/common 0.028s coverage: 100.0% of statements 07:06:55 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/requests 0.015s coverage: 94.4% of statements 07:06:55 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/responses 0.009s coverage: 100.0% of statements 07:06:55 ? github.com/edgexfoundry/go-mod-core-contracts/v2/models [no test files] 07:06:55 CGO_ENABLED=0 GO111MODULE=on go vet ./... 07:06:57 gofmt -l . 07:06:57 [ "`gofmt -l .`" = "" ] [Pipeline] stash 07:06:57 Stashed 1 file(s) [Pipeline] } 07:06:57 $ docker stop --time=1 acc88271a382f7e6c7ee6cf5fc73b0739f6b3c27d64c9651a700ab0bb091bdeb 07:06:59 $ docker rm -f acc88271a382f7e6c7ee6cf5fc73b0739f6b3c27d64c9651a700ab0bb091bdeb [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] } 07:07:04 Running on prd-ubuntu18.04-docker-arm64-4c-16g-6195 in /w/workspace/dry_go-mod-core-contracts_PR-352 [Pipeline] { [Pipeline] ws 07:07:04 Running in /w/workspace/go-mod-core-contracts/2 [Pipeline] { [Pipeline] checkout 07:07:09 using credential edgex-jenkins-ssh 07:07:09 Cloning the remote Git repository 07:07:09 Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git 07:07:10 > git init /w/workspace/go-mod-core-contracts/2 # timeout=10 07:07:10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 07:07:10 > git --version # timeout=10 07:07:10 > git --version # 'git version 2.17.1' 07:07:10 using GIT_SSH to set credentials SSH Credentials for GitHub 07:07:10 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 07:07:11 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 07:07:11 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 07:07:11 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 07:07:11 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 07:07:11 using GIT_SSH to set credentials SSH Credentials for GitHub 07:07:11 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/352/head:refs/remotes/origin/PR-352 +refs/heads/master:refs/remotes/origin/master # timeout=10 07:07:11 Merging remotes/origin/master commit 98daafbb41d32662c234c03b24ed2e451e027361 into PR head commit 0a8b18e1db22a4c82c79cd3cd7931583592e4b52 07:07:12 Merge succeeded, producing 0a8b18e1db22a4c82c79cd3cd7931583592e4b52 07:07:12 Checking out Revision 0a8b18e1db22a4c82c79cd3cd7931583592e4b52 (PR-352) 07:07:12 > git config core.sparsecheckout # timeout=10 07:07:12 > git checkout -f 0a8b18e1db22a4c82c79cd3cd7931583592e4b52 # timeout=10 07:07:12 > git remote # timeout=10 07:07:12 > git config --get remote.origin.url # timeout=10 07:07:12 using GIT_SSH to set credentials SSH Credentials for GitHub 07:07:12 > git merge 98daafbb41d32662c234c03b24ed2e451e027361 # timeout=10 07:07:12 > git rev-parse HEAD^{commit} # timeout=10 07:07:12 > git config core.sparsecheckout # timeout=10 07:07:12 > git checkout -f 0a8b18e1db22a4c82c79cd3cd7931583592e4b52 # timeout=10 07:07:16 Commit message: "feat(metadata): Add label constant for redis key" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 07:07:17 ========================================================= 07:07:17 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 07:07:17 ========================================================= [Pipeline] isUnix [Pipeline] sh 07:07:18 + 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 . 07:07:19 Sending build context to Docker daemon 1.757MB 07:07:19 Step 1/7 : ARG BASE=golang:1.15-alpine 07:07:19 Step 2/7 : FROM ${BASE} 07:07:19 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 07:07:19 b538f80385f9: Pulling fs layer 07:07:19 74f711af9a0d: Pulling fs layer 07:07:19 99f96fe45779: Pulling fs layer 07:07:19 8529a6b9a6be: Pulling fs layer 07:07:19 45590311c82a: Pulling fs layer 07:07:19 69ca0ff8b7b3: Pulling fs layer 07:07:19 209524e5b208: Pulling fs layer 07:07:19 45590311c82a: Waiting 07:07:19 8529a6b9a6be: Waiting 07:07:19 69ca0ff8b7b3: Waiting 07:07:19 209524e5b208: Waiting 07:07:19 99f96fe45779: Verifying Checksum 07:07:19 99f96fe45779: Download complete 07:07:19 74f711af9a0d: Verifying Checksum 07:07:19 74f711af9a0d: Download complete 07:07:19 45590311c82a: Verifying Checksum 07:07:19 45590311c82a: Download complete 07:07:19 69ca0ff8b7b3: Verifying Checksum 07:07:19 69ca0ff8b7b3: Download complete 07:07:19 b538f80385f9: Verifying Checksum 07:07:19 b538f80385f9: Download complete 07:07:20 b538f80385f9: Pull complete 07:07:21 74f711af9a0d: Pull complete 07:07:21 99f96fe45779: Pull complete 07:07:22 209524e5b208: Verifying Checksum 07:07:22 209524e5b208: Download complete 07:07:23 8529a6b9a6be: Verifying Checksum 07:07:23 8529a6b9a6be: Download complete 07:07:34 8529a6b9a6be: Pull complete 07:07:34 45590311c82a: Pull complete 07:07:34 69ca0ff8b7b3: Pull complete 07:07:39 209524e5b208: Pull complete 07:07:39 Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 07:07:39 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 07:07:39 ---> 5bddaf1c2fca 07:07:39 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 07:07:41 ---> Running in af8d865ede0b 07:07:41 Removing intermediate container af8d865ede0b 07:07:41 ---> 8518f0472a5c 07:07:41 Step 4/7 : RUN apk add bash 07:07:42 ---> Running in d085d2dc0e34 07:07:43 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:07:44 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:07:45 OK: 142 MiB in 39 packages 07:07:46 Removing intermediate container d085d2dc0e34 07:07:46 ---> f6791f296f63 07:07:46 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 07:07:46 ---> Running in 7026f5100470 07:07:47 Removing intermediate container 7026f5100470 07:07:47 ---> 98172d40032d 07:07:47 Step 6/7 : COPY go.mod . 07:07:48 ---> 1a14430a3a4b 07:07:48 Step 7/7 : RUN go mod download 07:07:48 ---> Running in 204f7fa523e8 07:08:03 Removing intermediate container 204f7fa523e8 07:08:03 ---> 93271f3c8d93 07:08:03 Successfully built 93271f3c8d93 07:08:03 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 07:08:03 + docker inspect -f . ci-base-image-arm64 07:08:03 . [Pipeline] withDockerContainer 07:08:03 prd-ubuntu18.04-docker-arm64-4c-16g-6195 does not seem to be running inside a container 07:08:03 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/2 -v /w/workspace/go-mod-core-contracts/2:/w/workspace/go-mod-core-contracts/2:rw,z -v /w/workspace/go-mod-core-contracts/2@tmp:/w/workspace/go-mod-core-contracts/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 07:08:06 $ docker top c98e25875cb00cd545afc321274e4f20d5ded999a306f73dee9314fda012cf3e -eo pid,comm [Pipeline] { [Pipeline] sh 07:08:07 + go version 07:08:07 go version go1.15.2 linux/arm64 [Pipeline] } 07:08:07 $ docker stop --time=1 c98e25875cb00cd545afc321274e4f20d5ded999a306f73dee9314fda012cf3e 07:08:09 $ docker rm -f c98e25875cb00cd545afc321274e4f20d5ded999a306f73dee9314fda012cf3e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 07:08:10 + docker inspect -f . ci-base-image-arm64 07:08:10 . [Pipeline] withDockerContainer 07:08:10 prd-ubuntu18.04-docker-arm64-4c-16g-6195 does not seem to be running inside a container 07:08:10 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/2 -v /w/workspace/go-mod-core-contracts/2:/w/workspace/go-mod-core-contracts/2:rw,z -v /w/workspace/go-mod-core-contracts/2@tmp:/w/workspace/go-mod-core-contracts/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 07:08:12 $ docker top 200993be975c8151c4fb10e91b5d11b7851bd433b18b4feb58fbc672123882c6 -eo pid,comm [Pipeline] { [Pipeline] sh 07:08:14 + make test 07:08:14 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 07:08:36 ? github.com/edgexfoundry/go-mod-core-contracts/clients [no test files] 07:08:37 ok github.com/edgexfoundry/go-mod-core-contracts/clients/agent 0.033s coverage: 85.7% of statements 07:08:37 ok github.com/edgexfoundry/go-mod-core-contracts/clients/command 0.040s coverage: 100.0% of statements 07:08:39 ok github.com/edgexfoundry/go-mod-core-contracts/clients/coredata 0.047s coverage: 45.4% of statements 07:08:39 ok github.com/edgexfoundry/go-mod-core-contracts/clients/general 0.020s coverage: 77.8% of statements 07:08:39 ? github.com/edgexfoundry/go-mod-core-contracts/clients/interfaces [no test files] 07:08:39 ok github.com/edgexfoundry/go-mod-core-contracts/clients/logger 0.025s coverage: 6.4% of statements 07:08:40 ok github.com/edgexfoundry/go-mod-core-contracts/clients/metadata 0.054s coverage: 14.7% of statements 07:08:40 ok github.com/edgexfoundry/go-mod-core-contracts/clients/notifications 0.055s coverage: 100.0% of statements 07:08:42 ok github.com/edgexfoundry/go-mod-core-contracts/clients/scheduler 0.071s coverage: 91.8% of statements 07:08:42 ? github.com/edgexfoundry/go-mod-core-contracts/clients/types [no test files] 07:08:42 ? github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/errors [no test files] 07:08:42 ok github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/local 0.015s coverage: 100.0% of statements 07:08:42 ok github.com/edgexfoundry/go-mod-core-contracts/errors 0.030s coverage: 48.9% of statements 07:08:50 ok github.com/edgexfoundry/go-mod-core-contracts/models 0.105s coverage: 63.0% of statements 07:08:50 ok github.com/edgexfoundry/go-mod-core-contracts/requests/configuration 0.027s coverage: 26.3% of statements 07:08:50 ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/admin 0.014s coverage: 15.4% of statements 07:08:50 ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/operating 0.014s coverage: 15.4% of statements 07:08:50 ok github.com/edgexfoundry/go-mod-core-contracts/responses/configuration 0.015s coverage: 14.3% of statements 07:08:50 ? github.com/edgexfoundry/go-mod-core-contracts/v2 [no test files] 07:08:50 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos 0.051s coverage: 29.1% of statements 07:08:50 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/common 0.076s coverage: 100.0% of statements 07:08:50 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/requests 0.053s coverage: 94.4% of statements 07:08:50 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/responses 0.026s coverage: 100.0% of statements 07:08:50 ? github.com/edgexfoundry/go-mod-core-contracts/v2/models [no test files] 07:08:50 CGO_ENABLED=0 GO111MODULE=on go vet ./... 07:08:54 gofmt -l . 07:08:54 [ "`gofmt -l .`" = "" ] [Pipeline] stash 07:08:55 Warning: overwriting stash ‘coverage-report’ 07:08:56 Stashed 1 file(s) [Pipeline] } 07:08:56 $ docker stop --time=1 200993be975c8151c4fb10e91b5d11b7851bd433b18b4feb58fbc672123882c6 07:08:58 $ docker rm -f 200993be975c8151c4fb10e91b5d11b7851bd433b18b4feb58fbc672123882c6 [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 07:09:02 provisioning config files... 07:09:02 copy managed file [go-mod-core-contracts-codecov-token] to file:/w/workspace/dry_go-mod-core-contracts_PR-352@tmp/config7848356721870289397tmp [Pipeline] { [Pipeline] sh 07:09:02 + set +x 07:09:02 + curl -s https://codecov.io/bash 07:09:02 + bash -s -- 07:09:03 07:09:03 _____ _ 07:09:03 / ____| | | 07:09:03 | | ___ __| | ___ ___ _____ __ 07:09:03 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 07:09:03 | |___| (_) | (_| | __/ (_| (_) \ V / 07:09:03 \_____\___/ \__,_|\___|\___\___/ \_/ 07:09:03 Bash-20201009-048fee3 07:09:03 07:09:03 07:09:03 ==> Jenkins CI detected. 07:09:03 project root: . 07:09:03 --> token set from env 07:09:03 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 07:09:03 ==> Running gcov in . (disable via -X gcov) 07:09:03 ==> Python coveragepy not found 07:09:03 ==> Searching for coverage reports in: 07:09:03 + . 07:09:03 -> Found 1 reports 07:09:03 ==> Detecting git/mercurial file structure 07:09:03 ==> Reading reports 07:09:03 + ./coverage.out bytes=106727 07:09:03 ==> Appending adjustments 07:09:03 https://docs.codecov.io/docs/fixing-reports 07:09:07 + Found adjustments 07:09:07 ==> Gzipping contents 07:09:07 ==> Uploading reports 07:09:07 url: https://codecov.io 07:09:07 query: branch=PR-352&commit=0a8b18e1db22a4c82c79cd3cd7931583592e4b52&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2FPR-352%2F2%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=352&job=&cmd_args= 07:09:07 -> Pinging Codecov 07:09:07 https://codecov.io/upload/v4?package=bash-20201009-048fee3&token=secret&branch=PR-352&commit=0a8b18e1db22a4c82c79cd3cd7931583592e4b52&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2FPR-352%2F2%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=352&job=&cmd_args= 07:09:07 -> Uploading to 07:09:07 07:09:07 % Total % Received % Xferd Average Speed Time Time Time Current 07:09:07 Dload Upload Total Spent Left Speed 07:09:07 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0curl: (6) Could not resolve host: ; Unknown error 07:09:07 X> Failed to upload 07:09:07 ==> Uploading to Codecov 07:09:07 % Total % Received % Xferd Average Speed Time Time Time Current 07:09:07 Dload Upload Total Spent Left Speed 07:09:08 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 17242 100 118 100 17124 158 23011 --:--:-- --:--:-- --:--:-- 23047 07:09:08 View reports at https://codecov.io/github/edgexfoundry/go-mod-core-contracts/commit/0a8b18e1db22a4c82c79cd3cd7931583592e4b52 [Pipeline] } 07:09:08 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 07:09:11 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 07:09:12 ---> package-listing.sh 07:09:12 ++ facter osfamily 07:09:12 ++ tr '[:upper:]' '[:lower:]' 07:09:12 + OS_FAMILY=redhat 07:09:12 + workspace=/w/workspace/dry_go-mod-core-contracts_PR-352 07:09:12 + START_PACKAGES=/tmp/packages_start.txt 07:09:12 + END_PACKAGES=/tmp/packages_end.txt 07:09:12 + DIFF_PACKAGES=/tmp/packages_diff.txt 07:09:12 + PACKAGES=/tmp/packages_start.txt 07:09:12 + '[' /w/workspace/dry_go-mod-core-contracts_PR-352 ']' 07:09:12 + PACKAGES=/tmp/packages_end.txt 07:09:12 + case "${OS_FAMILY}" in 07:09:12 + sort 07:09:12 + rpm -qa 07:09:20 + '[' -f /tmp/packages_start.txt ']' 07:09:20 + '[' -f /tmp/packages_end.txt ']' 07:09:20 + diff /tmp/packages_start.txt /tmp/packages_end.txt 07:09:20 + '[' /w/workspace/dry_go-mod-core-contracts_PR-352 ']' 07:09:20 + mkdir -p /w/workspace/dry_go-mod-core-contracts_PR-352/archives/ 07:09:20 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dry_go-mod-core-contracts_PR-352/archives/ [Pipeline] echo 07:09:20 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-352/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 07:09:21 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 07:09:22 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 07:09:23 07:09:23 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 07:09:24 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 07:09:24 alpine: Pulling from edgex-lftools-log-publisher 07:09:24 df20fa9351a1: Pulling fs layer 07:09:24 36b3adc4ff6f: Pulling fs layer 07:09:24 8ad3a11d3b57: Pulling fs layer 07:09:24 46f8f816bc3b: Pulling fs layer 07:09:24 93b61091891f: Pulling fs layer 07:09:24 93b9cdb0e59b: Pulling fs layer 07:09:24 5e14af77c1be: Pulling fs layer 07:09:24 01666e4c0597: Pulling fs layer 07:09:24 aa168da1d23b: Pulling fs layer 07:09:24 93b61091891f: Waiting 07:09:24 93b9cdb0e59b: Waiting 07:09:24 5e14af77c1be: Waiting 07:09:24 01666e4c0597: Waiting 07:09:24 46f8f816bc3b: Waiting 07:09:24 aa168da1d23b: Waiting 07:09:25 36b3adc4ff6f: Download complete 07:09:25 46f8f816bc3b: Verifying Checksum 07:09:25 46f8f816bc3b: Download complete 07:09:25 df20fa9351a1: Verifying Checksum 07:09:25 df20fa9351a1: Download complete 07:09:25 93b9cdb0e59b: Verifying Checksum 07:09:25 93b9cdb0e59b: Download complete 07:09:25 5e14af77c1be: Verifying Checksum 07:09:25 5e14af77c1be: Download complete 07:09:25 93b61091891f: Verifying Checksum 07:09:25 93b61091891f: Download complete 07:09:25 01666e4c0597: Verifying Checksum 07:09:25 01666e4c0597: Download complete 07:09:26 df20fa9351a1: Pull complete 07:09:26 8ad3a11d3b57: Verifying Checksum 07:09:26 8ad3a11d3b57: Download complete 07:09:27 36b3adc4ff6f: Pull complete 07:09:30 8ad3a11d3b57: Pull complete 07:09:30 46f8f816bc3b: Pull complete 07:09:31 93b61091891f: Pull complete 07:09:32 93b9cdb0e59b: Pull complete 07:09:33 5e14af77c1be: Pull complete 07:09:34 01666e4c0597: Pull complete 07:09:36 aa168da1d23b: Verifying Checksum 07:09:36 aa168da1d23b: Download complete 07:09:49 aa168da1d23b: Pull complete 07:09:49 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 07:09:49 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 07:09:49 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 07:09:49 prd-centos7-docker-4c-2g-6191 does not seem to be running inside a container 07:09:50 $ 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-352/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-352 -v /w/workspace/dry_go-mod-core-contracts_PR-352:/w/workspace/dry_go-mod-core-contracts_PR-352:rw,z -v /w/workspace/dry_go-mod-core-contracts_PR-352@tmp:/w/workspace/dry_go-mod-core-contracts_PR-352@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 07:09:57 $ docker top 5dacfaa6bc96fed1127b262cbbd632dd90b3109e753e37cdad9a06fac0fa29bd -eo pid,comm [Pipeline] { [Pipeline] sh 07:09:57 + touch /tmp/pre-build-complete [Pipeline] sh 07:09:58 + mkdir -p /var/log/sa [Pipeline] sh 07:09:58 + ls /var/log/sa-host 07:09:58 + sadf -c /var/log/sa-host/sa05 07:09:58 file_magic: OK 07:09:58 HZ: Using current value: 100 07:09:58 file_header: OK 07:09:58 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 07:09:58 Statistics: 07:09:58 Hnuu...uuuununununu...Hnuu...uuuununununu... 07:09:58 File successfully converted to sysstat format version 12.2.1 07:09:58 + sadf -c /var/log/sa-host/sa19 07:09:58 file_magic: OK 07:09:58 HZ: Using current value: 100 07:09:58 file_header: OK 07:09:58 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 07:09:58 Statistics: 07:09:58 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 07:09:58 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 07:09:59 provisioning config files... 07:09:59 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dry_go-mod-core-contracts_PR-352@tmp/config6901462124401820712tmp [Pipeline] { [Pipeline] echo 07:09:59 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 07:10:00 ---> create-netrc.sh [Pipeline] } 07:10:00 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 07:10:00 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 07:10:00 ---> python-tools-install.sh [Pipeline] echo 07:10:00 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 07:10:01 ---> sudo-logs.sh 07:10:01 Archiving 'sudo' log.. [Pipeline] echo 07:10:01 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 07:10:01 ---> job-cost.sh 07:10:01 lf-activate-venv: SKIPPING 07:10:01 INFO: No Stack... 07:10:02 INFO: Retrieving Pricing Info for: v1-standard-2 07:10:03 INFO: Archiving Costs [Pipeline] echo 07:10:03 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 07:10:03 ---> logs-deploy.sh 07:10:03 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/PR-352/2 07:10:03 INFO: archiving workspace using pattern(s): 07:10:06 Archives upload complete. 07:10:06 INFO: archiving logs to Nexus 07:10:07 ---> uname -a: 07:10:07 Linux prd-centos7-docker-4c-2g-6191.vexxhost.local 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux 07:10:07 07:10:07 07:10:07 ---> lscpu: 07:10:07 Architecture: x86_64 07:10:07 CPU op-mode(s): 32-bit, 64-bit 07:10:07 Byte Order: Little Endian 07:10:07 Address sizes: 40 bits physical, 48 bits virtual 07:10:07 CPU(s): 4 07:10:07 On-line CPU(s) list: 0-3 07:10:07 Thread(s) per core: 1 07:10:07 Core(s) per socket: 1 07:10:07 Socket(s): 4 07:10:07 NUMA node(s): 1 07:10:07 Vendor ID: GenuineIntel 07:10:07 CPU family: 6 07:10:07 Model: 44 07:10:07 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 07:10:07 Stepping: 1 07:10:07 CPU MHz: 2933.438 07:10:07 BogoMIPS: 5866.87 07:10:07 Virtualization: VT-x 07:10:07 Hypervisor vendor: KVM 07:10:07 Virtualization type: full 07:10:07 L1d cache: 128 KiB 07:10:07 L1i cache: 128 KiB 07:10:07 L2 cache: 16 MiB 07:10:07 L3 cache: 64 MiB 07:10:07 NUMA node0 CPU(s): 0-3 07:10:07 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 07:10:07 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 07:10:07 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 07:10:07 Vulnerability Meltdown: Mitigation; PTI 07:10:07 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 07:10:07 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 07:10:07 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 07:10:07 Vulnerability Tsx async abort: Not affected 07:10:07 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 07:10:07 07:10:07 07:10:07 ---> nproc: 07:10:07 4 07:10:07 07:10:07 07:10:07 ---> df -h: 07:10:07 Filesystem Size Used Available Use% Mounted on 07:10:07 overlay 50.0G 7.2G 42.8G 14% / 07:10:07 tmpfs 64.0M 0 64.0M 0% /dev 07:10:07 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 07:10:07 shm 64.0M 0 64.0M 0% /dev/shm 07:10:07 /dev/vda1 50.0G 7.2G 42.8G 14% /facter-os 07:10:07 /dev/vda1 50.0G 7.2G 42.8G 14% /etc/resolv.conf 07:10:07 /dev/vda1 50.0G 7.2G 42.8G 14% /etc/hostname 07:10:07 /dev/vda1 50.0G 7.2G 42.8G 14% /etc/hosts 07:10:07 /dev/vda1 50.0G 7.2G 42.8G 14% /var/log/auth.log 07:10:07 /dev/vda1 50.0G 7.2G 42.8G 14% /run/cloud-init/result.json 07:10:07 /dev/vda1 50.0G 7.2G 42.8G 14% /w/workspace/dry_go-mod-core-contracts_PR-352 07:10:07 /dev/vda1 50.0G 7.2G 42.8G 14% /w/workspace/dry_go-mod-core-contracts_PR-352@tmp 07:10:07 /dev/vda1 50.0G 7.2G 42.8G 14% /var/log/sa-host 07:10:07 /dev/vda1 50.0G 7.2G 42.8G 14% /var/log/secure 07:10:07 07:10:07 07:10:07 ---> free -m: 07:10:07 total used free shared buff/cache available 07:10:07 Mem: 1837 666 97 0 1073 1068 07:10:07 Swap: 1023 1 1022 07:10:07 07:10:07 07:10:07 ---> ip addr: 07:10:07 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 07:10:07 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 07:10:07 inet 127.0.0.1/8 scope host lo 07:10:07 valid_lft forever preferred_lft forever 07:10:07 inet6 ::1/128 scope host 07:10:07 valid_lft forever preferred_lft forever 07:10:07 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 07:10:07 link/ether fa:16:3e:97:70:c8 brd ff:ff:ff:ff:ff:ff 07:10:07 inet 10.30.123.103/23 brd 10.30.123.255 scope global dynamic eth0 07:10:07 valid_lft 85880sec preferred_lft 85880sec 07:10:07 inet6 fe80::f816:3eff:fe97:70c8/64 scope link 07:10:07 valid_lft forever preferred_lft forever 07:10:07 3: docker0: mtu 1500 qdisc noqueue state DOWN 07:10:07 link/ether 02:42:2e:c4:88:fb brd ff:ff:ff:ff:ff:ff 07:10:07 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 07:10:07 valid_lft forever preferred_lft forever 07:10:07 inet6 fe80::42:2eff:fec4:88fb/64 scope link 07:10:07 valid_lft forever preferred_lft forever 07:10:07 07:10:07 07:10:07 ---> sar -b -r -n DEV: 07:10:07 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 10/19/20 _x86_64_ (4 CPU) 07:10:07 07:10:07 07:01:06 LINUX RESTART (4 CPU) 07:10:07 07:10:07 07:02:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 07:10:07 07:03:01 63.73 15.80 47.93 0.00 5000.03 4956.40 0.00 07:10:07 07:04:01 3.28 0.00 3.28 0.00 0.00 117.42 0.00 07:10:07 07:05:01 0.55 0.00 0.55 0.00 0.00 9.35 0.00 07:10:07 07:06:02 0.33 0.00 0.33 0.00 0.00 4.78 0.00 07:10:07 07:07:01 0.25 0.00 0.25 0.00 0.00 3.61 0.00 07:10:07 07:08:01 0.32 0.00 0.32 0.00 0.00 4.33 0.00 07:10:07 07:09:01 0.23 0.02 0.22 0.00 0.13 2.52 0.00 07:10:07 Average: 9.84 2.27 7.58 0.00 716.69 730.74 0.00 07:10:07 07:10:07 07:02:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 07:10:07 07:03:01 171704 0 551408 29.31 2620 1155824 1140088 38.91 401204 1145820 128 07:10:07 07:04:01 182496 0 540552 28.73 2620 1155888 1054892 36.00 396064 1142140 36 07:10:07 07:05:01 181736 0 541364 28.77 2620 1155836 1055156 36.01 397400 1142124 8 07:10:07 07:06:02 180412 0 542688 28.84 2620 1155836 1055048 36.01 398880 1141796 20 07:10:07 07:07:01 180656 0 542436 28.83 2620 1155844 1055012 36.01 403200 1137428 12 07:10:07 07:08:01 178672 0 544412 28.93 2620 1155852 1055168 36.01 418936 1123224 8 07:10:07 07:09:01 179720 0 543356 28.88 2620 1155860 1055096 36.01 415808 1125188 8 07:10:07 Average: 179342 0 543745 28.90 2620 1155849 1067209 36.42 404499 1136817 31 07:10:07 07:10:07 07:02:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 07:10:07 07:03:01 eth0 159.81 133.86 697.81 74.28 0.00 0.00 0.00 0.00 07:10:07 07:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:10:07 07:03:01 docker0 4.09 4.09 1.06 12.83 0.00 0.00 0.00 0.00 07:10:07 07:04:01 eth0 0.60 0.08 0.06 0.04 0.00 0.00 0.00 0.00 07:10:07 07:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:10:07 07:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:10:07 07:05:01 eth0 0.52 0.45 0.27 0.20 0.00 0.00 0.00 0.00 07:10:07 07:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:10:07 07:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:10:07 07:06:02 eth0 1.36 0.35 0.43 0.20 0.00 0.00 0.00 0.00 07:10:07 07:06:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:10:07 07:06:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:10:07 07:07:01 eth0 1.29 0.12 0.24 0.07 0.00 0.00 0.00 0.00 07:10:07 07:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:10:07 07:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:10:07 07:08:01 eth0 1.25 0.58 0.58 0.25 0.00 0.00 0.00 0.00 07:10:07 07:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:10:07 07:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:10:07 07:09:01 eth0 1.76 0.50 0.38 0.32 0.00 0.00 0.00 0.00 07:10:07 07:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:10:07 07:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:10:07 Average: eth0 23.87 19.48 100.30 10.80 0.00 0.00 0.00 0.00 07:10:07 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:10:07 Average: docker0 0.59 0.59 0.15 1.84 0.00 0.00 0.00 0.00 07:10:07 07:10:07 07:10:07 ---> sar -P ALL: 07:10:07 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 10/19/20 _x86_64_ (4 CPU) 07:10:07 07:10:07 07:01:06 LINUX RESTART (4 CPU) 07:10:07 07:10:07 07:02:01 CPU %user %nice %system %iowait %steal %idle 07:10:07 07:03:01 all 10.08 0.00 3.63 2.03 13.50 70.77 07:10:07 07:03:01 0 7.97 0.00 3.55 0.35 15.58 72.55 07:10:07 07:03:01 1 12.27 0.00 4.59 5.03 12.88 65.24 07:10:07 07:03:01 2 10.31 0.00 2.50 1.09 12.70 73.39 07:10:07 07:03:01 3 9.80 0.00 3.91 1.72 12.79 71.78 07:10:07 07:04:01 all 0.07 0.00 0.05 0.00 0.75 99.13 07:10:07 07:04:01 0 0.02 0.00 0.05 0.00 0.78 99.16 07:10:07 07:04:01 1 0.03 0.00 0.07 0.00 0.76 99.14 07:10:07 07:04:01 2 0.17 0.00 0.05 0.00 1.11 98.68 07:10:07 07:04:01 3 0.05 0.00 0.03 0.00 0.37 99.55 07:10:07 07:05:01 all 0.10 0.00 0.03 0.00 0.39 99.48 07:10:07 07:05:01 0 0.02 0.00 0.03 0.00 0.33 99.62 07:10:07 07:05:01 1 0.02 0.00 0.03 0.00 0.27 99.68 07:10:07 07:05:01 2 0.33 0.00 0.03 0.00 0.35 99.29 07:10:07 07:05:01 3 0.03 0.00 0.03 0.00 0.61 99.32 07:10:07 07:06:02 all 0.09 0.00 0.04 0.00 0.31 99.56 07:10:07 07:06:02 0 0.02 0.00 0.05 0.00 0.12 99.82 07:10:07 07:06:02 1 0.18 0.00 0.03 0.00 0.33 99.45 07:10:07 07:06:02 2 0.13 0.00 0.07 0.00 0.32 99.48 07:10:07 07:06:02 3 0.02 0.00 0.02 0.00 0.48 99.49 07:10:07 07:07:01 all 0.11 0.00 0.04 0.00 0.20 99.65 07:10:07 07:07:01 0 0.02 0.00 0.05 0.00 0.05 99.88 07:10:07 07:07:01 1 0.31 0.00 0.02 0.00 0.20 99.47 07:10:07 07:07:01 2 0.07 0.00 0.07 0.00 0.41 99.46 07:10:07 07:07:01 3 0.03 0.00 0.03 0.00 0.14 99.80 07:10:07 07:08:01 all 0.08 0.00 0.07 0.00 0.37 99.48 07:10:07 07:08:01 0 0.02 0.00 0.13 0.00 0.17 99.68 07:10:07 07:08:01 1 0.23 0.00 0.03 0.00 0.33 99.40 07:10:07 07:08:01 2 0.05 0.00 0.05 0.00 0.55 99.35 07:10:07 07:08:01 3 0.03 0.00 0.05 0.00 0.42 99.50 07:10:07 07:09:01 all 0.17 0.00 0.15 0.00 1.04 98.65 07:10:07 07:09:01 0 0.02 0.00 0.05 0.00 0.43 99.50 07:10:07 07:09:01 1 0.32 0.00 0.13 0.00 1.15 98.40 07:10:07 07:09:01 2 0.12 0.00 0.25 0.00 1.44 98.19 07:10:07 07:09:01 3 0.23 0.00 0.15 0.00 1.13 98.49 07:10:07 Average: all 1.56 0.00 0.58 0.30 2.41 95.15 07:10:07 Average: 0 1.19 0.00 0.58 0.05 2.57 95.61 07:10:07 Average: 1 1.93 0.00 0.71 0.73 2.30 94.34 07:10:07 Average: 2 1.64 0.00 0.44 0.16 2.47 95.29 07:10:07 Average: 3 1.48 0.00 0.61 0.25 2.30 95.36 07:10:07 07:10:07 07:10:07