Pull request #387 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 0affcfc56430e768c687165ff1a452e16e17dae6 rather than 60fe4ce9cb0509fd154ab83dee208fe23bc9bb3c Obtained Jenkinsfile from 0affcfc56430e768c687165ff1a452e16e17dae6 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 025b6483f761633eb525fab7d6a8b6537d6ee4a4 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 025b6483f761633eb525fab7d6a8b6537d6ee4a4 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 025b6483f761633eb525fab7d6a8b6537d6ee4a4 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 025b6483f761633eb525fab7d6a8b6537d6ee4a4 # timeout=10 Commit message: "Merge pull request #264 from ernestojeda/new-snap-build-script" > 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 SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-15239 in /w/workspace/dry_go-mod-core-contracts_PR-387 [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-387 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --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 --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/387/head:refs/remotes/origin/PR-387 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 0affcfc56430e768c687165ff1a452e16e17dae6 into PR head commit 60fe4ce9cb0509fd154ab83dee208fe23bc9bb3c Merge succeeded, producing 60fe4ce9cb0509fd154ab83dee208fe23bc9bb3c Checking out Revision 60fe4ce9cb0509fd154ab83dee208fe23bc9bb3c (PR-387) > git config core.sparsecheckout # timeout=10 > git checkout -f 60fe4ce9cb0509fd154ab83dee208fe23bc9bb3c # 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 0affcfc56430e768c687165ff1a452e16e17dae6 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 60fe4ce9cb0509fd154ab83dee208fe23bc9bb3c # timeout=10 Commit message: "refactor(meta): Refactor http client help method" > git rev-list --no-walk 73165ecaf75600457eadc7ee5789f4e1f1fd21c5 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 08:25:41 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 08:25:41 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 08:25:41 ========================================================= 08:25:41 EdgeX Global Pipelines Version Info 08:25:41 ========================================================= [Pipeline] libraryResource [Pipeline] sh 08:25:43 ------------------- 08:25:43 stable info: 08:25:43 ------------------- 08:25:43 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 08:25:43 Commit SHA: 025b6483f761633eb525fab7d6a8b6537d6ee4a4 08:25:43 Message: update stable to v1.0.172 08:25:43 ------------------- 08:25:43 experimental info: 08:25:43 ------------------- 08:25:43 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 08:25:43 Commit SHA: 025b6483f761633eb525fab7d6a8b6537d6ee4a4 08:25:43 Message: update experimental to v1.0.172 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 08:25:44 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-core-contracts-settings [Pipeline] echo 08:25:44 [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-core-contracts [Pipeline] echo 08:25:44 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 08:25:44 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 08:25:44 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 08:25:44 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 08:25:44 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 08:25:45 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 08:25:45 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 08:25:45 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 08:25:45 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 08:25:45 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-core-contracts [Pipeline] echo 08:25:45 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 08:25:45 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 08:25:45 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 08:25:45 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 08:25:46 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 08:25:46 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 08:25:46 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = patch [Pipeline] echo 08:25:46 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 08:25:46 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 08:25:46 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 08:25:46 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 08:25:46 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 08:25:46 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 08:25:47 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 08:25:47 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-387 [Pipeline] echo 08:25:47 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-387 [Pipeline] echo 08:25:47 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-387 [Pipeline] echo 08:25:47 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 60fe4ce9cb0509fd154ab83dee208fe23bc9bb3c [Pipeline] echo 08:25:47 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 60fe4ce [Pipeline] echo 08:25:47 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 08:25:48 + git log --format=format:%s -1 60fe4ce9cb0509fd154ab83dee208fe23bc9bb3c [Pipeline] echo 08:25:48 GIT_COMMIT: 60fe4ce9cb0509fd154ab83dee208fe23bc9bb3c, Commit Message: refactor(meta): Refactor http client help method [Pipeline] echo 08:25:48 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 08:25:49 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 08:25:49 08:25:49 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 08:25:50 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 08:25:50 latest: Pulling from edgex-devops/git-semver 08:25:50 31603596830f: Pulling fs layer 08:25:50 2a8b12db71e7: Pulling fs layer 08:25:50 6ca5941a6612: Pulling fs layer 08:25:50 ecc8261a40a4: Pulling fs layer 08:25:50 ecc8261a40a4: Waiting 08:25:50 2a8b12db71e7: Verifying Checksum 08:25:50 31603596830f: Verifying Checksum 08:25:50 31603596830f: Download complete 08:25:50 ecc8261a40a4: Verifying Checksum 08:25:50 ecc8261a40a4: Download complete 08:25:50 6ca5941a6612: Verifying Checksum 08:25:50 6ca5941a6612: Download complete 08:25:50 31603596830f: Pull complete 08:25:51 2a8b12db71e7: Pull complete 08:25:51 6ca5941a6612: Pull complete 08:25:51 ecc8261a40a4: Pull complete 08:25:51 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 08:25:51 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 08:25:51 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 08:25:52 prd-centos7-docker-4c-2g-15239 does not seem to be running inside a container 08:25:52 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_go-mod-core-contracts_PR-387 -v /w/workspace/dry_go-mod-core-contracts_PR-387:/w/workspace/dry_go-mod-core-contracts_PR-387:rw,z -v /w/workspace/dry_go-mod-core-contracts_PR-387@tmp:/w/workspace/dry_go-mod-core-contracts_PR-387@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:10004/edgex-devops/git-semver:latest cat 08:25:54 $ docker top 1e4ff77e6b40eba46eec92ba7e1ff7f60a0d2e29a85216305f8a5d551e8b59c1 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 08:25:54 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 08:25:54 [ssh-agent] Looking for ssh-agent implementation... 08:25:54 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 08:25:54 $ docker exec 1e4ff77e6b40eba46eec92ba7e1ff7f60a0d2e29a85216305f8a5d551e8b59c1 ssh-agent 08:25:54 SSH_AUTH_SOCK=/tmp/ssh-l8Lpw5LD9sRN/agent.12 08:25:54 SSH_AGENT_PID=17 08:25:54 Running ssh-add (command line suppressed) 08:25:54 Identity added: /w/workspace/dry_go-mod-core-contracts_PR-387@tmp/private_key_7259621192083150851.key (/w/workspace/dry_go-mod-core-contracts_PR-387@tmp/private_key_7259621192083150851.key) 08:25:54 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 08:25:55 + git tag --points-at HEAD [Pipeline] } 08:25:55 $ docker exec --env ******** --env ******** 1e4ff77e6b40eba46eec92ba7e1ff7f60a0d2e29a85216305f8a5d551e8b59c1 ssh-agent -k 08:25:55 unset SSH_AUTH_SOCK; 08:25:55 unset SSH_AGENT_PID; 08:25:55 echo Agent pid 17 killed; 08:25:55 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 08:25:55 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 08:25:55 [ssh-agent] Looking for ssh-agent implementation... 08:25:55 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 08:25:55 $ docker exec 1e4ff77e6b40eba46eec92ba7e1ff7f60a0d2e29a85216305f8a5d551e8b59c1 ssh-agent 08:25:55 SSH_AUTH_SOCK=/tmp/ssh-LgfhfzilkCbd/agent.47 08:25:55 SSH_AGENT_PID=52 08:25:55 Running ssh-add (command line suppressed) 08:25:55 Identity added: /w/workspace/dry_go-mod-core-contracts_PR-387@tmp/private_key_8621793066388126562.key (/w/workspace/dry_go-mod-core-contracts_PR-387@tmp/private_key_8621793066388126562.key) 08:25:56 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 08:25:56 + git semver init 08:25:56 # -> Open(): unable to determine branch for HEAD 08:25:56 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_PR-387/.git 08:25:56 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_PR-387 08:25:56 # $SEMVER_REMOTE_NAME = origin 08:25:56 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 08:25:56 # $SEMVER_USER_NAME = edgex-jenkins 08:25:56 # $SEMVER_BRANCH = PR-387 08:25:56 # $SEMVER_TEMP = /tmp/semver-310769359 08:25:56 # git clone --branch semver git@github.com:edgexfoundry/go-mod-core-contracts.git $SEMVER_TEMP 08:25:56 # '/tmp/semver-310769359' -> '/w/workspace/dry_go-mod-core-contracts_PR-387/.semver' 08:25:56 # -> Force: false 08:25:56 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_PR-387/.semver [Pipeline] } 08:25:56 $ docker exec --env ******** --env ******** 1e4ff77e6b40eba46eec92ba7e1ff7f60a0d2e29a85216305f8a5d551e8b59c1 ssh-agent -k 08:25:57 unset SSH_AUTH_SOCK; 08:25:57 unset SSH_AGENT_PID; 08:25:57 echo Agent pid 52 killed; 08:25:57 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 08:25:57 + git semver [Pipeline] } 08:25:57 $ docker stop --time=1 1e4ff77e6b40eba46eec92ba7e1ff7f60a0d2e29a85216305f8a5d551e8b59c1 08:25:59 $ docker rm -f 1e4ff77e6b40eba46eec92ba7e1ff7f60a0d2e29a85216305f8a5d551e8b59c1 [Pipeline] // withDockerContainer [Pipeline] sh 08:26:00 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 08:26:00 Stashed 1 file(s) [Pipeline] echo 08:26:00 [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 08:26:16 Still waiting to schedule task 08:26:16 Waiting for next available executor on ‘prd-centos7-docker-4c-2g-15239’ 08:26:16 Still waiting to schedule task 08:26:16 ‘prd-ubuntu18.04-docker-arm64-4c-16g-13329’ is offline 08:28:19 Running on prd-ubuntu18.04-docker-arm64-4c-16g-15240 in /w/workspace/dry_go-mod-core-contracts_PR-387 [Pipeline] { [Pipeline] ws 08:28:19 Running in /w/workspace/go-mod-core-contracts/2 [Pipeline] { [Pipeline] checkout 08:28:24 using credential edgex-jenkins-ssh 08:28:24 Cloning the remote Git repository 08:28:24 Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git 08:28:24 > git init /w/workspace/go-mod-core-contracts/2 # timeout=10 08:28:24 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 08:28:24 > git --version # timeout=10 08:28:24 > git --version # 'git version 2.17.1' 08:28:24 using GIT_SSH to set credentials SSH Credentials for GitHub 08:28:24 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 08:28:25 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 08:28:25 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 08:28:25 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 08:28:25 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 08:28:25 using GIT_SSH to set credentials SSH Credentials for GitHub 08:28:25 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/387/head:refs/remotes/origin/PR-387 +refs/heads/master:refs/remotes/origin/master # timeout=10 08:28:26 Merging remotes/origin/master commit 0affcfc56430e768c687165ff1a452e16e17dae6 into PR head commit 60fe4ce9cb0509fd154ab83dee208fe23bc9bb3c 08:28:26 Merge succeeded, producing 60fe4ce9cb0509fd154ab83dee208fe23bc9bb3c 08:28:26 Checking out Revision 60fe4ce9cb0509fd154ab83dee208fe23bc9bb3c (PR-387) 08:28:26 > git config core.sparsecheckout # timeout=10 08:28:26 > git checkout -f 60fe4ce9cb0509fd154ab83dee208fe23bc9bb3c # timeout=10 08:28:26 > git remote # timeout=10 08:28:26 > git config --get remote.origin.url # timeout=10 08:28:26 using GIT_SSH to set credentials SSH Credentials for GitHub 08:28:26 > git merge 0affcfc56430e768c687165ff1a452e16e17dae6 # timeout=10 08:28:26 > git rev-parse HEAD^{commit} # timeout=10 08:28:26 > git config core.sparsecheckout # timeout=10 08:28:26 > git checkout -f 60fe4ce9cb0509fd154ab83dee208fe23bc9bb3c # timeout=10 08:28:31 Commit message: "refactor(meta): Refactor http client help method" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 08:28:32 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 08:28:33 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 08:28:33 + sudo service docker restart 08:28:33 + true [Pipeline] unstash [Pipeline] echo 08:28:35 ========================================================= 08:28:35 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 08:28:35 ========================================================= [Pipeline] isUnix [Pipeline] sh 08:28:36 + 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 . 08:28:37 Sending build context to Docker daemon 1.931MB 08:28:37 Step 1/7 : ARG BASE=golang:1.15-alpine 08:28:37 Step 2/7 : FROM ${BASE} 08:28:37 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 08:28:37 5f621e34cdf4: Pulling fs layer 08:28:37 a4357932f1b6: Pulling fs layer 08:28:37 18c013af1878: Pulling fs layer 08:28:37 00ac8860ef70: Pulling fs layer 08:28:37 63d7cb157983: Pulling fs layer 08:28:37 b116817d02f9: Pulling fs layer 08:28:37 745a02a5169b: Pulling fs layer 08:28:37 00ac8860ef70: Waiting 08:28:37 63d7cb157983: Waiting 08:28:37 745a02a5169b: Waiting 08:28:37 b116817d02f9: Waiting 08:28:37 18c013af1878: Verifying Checksum 08:28:37 18c013af1878: Download complete 08:28:37 a4357932f1b6: Verifying Checksum 08:28:37 a4357932f1b6: Download complete 08:28:37 63d7cb157983: Verifying Checksum 08:28:37 63d7cb157983: Download complete 08:28:38 b116817d02f9: Verifying Checksum 08:28:38 b116817d02f9: Download complete 08:28:38 5f621e34cdf4: Download complete 08:28:39 5f621e34cdf4: Pull complete 08:28:39 a4357932f1b6: Pull complete 08:28:40 18c013af1878: Pull complete 08:28:40 745a02a5169b: Verifying Checksum 08:28:40 745a02a5169b: Download complete 08:28:41 00ac8860ef70: Download complete 08:28:47 Running on prd-centos7-docker-4c-2g-15241 in /w/workspace/dry_go-mod-core-contracts_PR-387 [Pipeline] { [Pipeline] ws 08:28:47 Running in /w/workspace/go-mod-core-contracts/2 [Pipeline] { [Pipeline] checkout 08:28:49 using credential edgex-jenkins-ssh 08:28:49 Cloning the remote Git repository 08:28:49 Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git 08:28:49 > git init /w/workspace/go-mod-core-contracts/2 # timeout=10 08:28:49 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 08:28:49 > git --version # timeout=10 08:28:49 > git --version # 'git version 2.24.3' 08:28:49 using GIT_SSH to set credentials SSH Credentials for GitHub 08:28:49 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 08:28:50 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 08:28:50 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 08:28:50 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 08:28:50 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 08:28:50 using GIT_SSH to set credentials SSH Credentials for GitHub 08:28:50 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/387/head:refs/remotes/origin/PR-387 +refs/heads/master:refs/remotes/origin/master # timeout=10 08:28:50 Merging remotes/origin/master commit 0affcfc56430e768c687165ff1a452e16e17dae6 into PR head commit 60fe4ce9cb0509fd154ab83dee208fe23bc9bb3c 08:28:51 Merge succeeded, producing 60fe4ce9cb0509fd154ab83dee208fe23bc9bb3c 08:28:51 Checking out Revision 60fe4ce9cb0509fd154ab83dee208fe23bc9bb3c (PR-387) 08:28:50 > git config core.sparsecheckout # timeout=10 08:28:50 > git checkout -f 60fe4ce9cb0509fd154ab83dee208fe23bc9bb3c # timeout=10 08:28:51 > git remote # timeout=10 08:28:51 > git config --get remote.origin.url # timeout=10 08:28:51 using GIT_SSH to set credentials SSH Credentials for GitHub 08:28:51 > git merge 0affcfc56430e768c687165ff1a452e16e17dae6 # timeout=10 08:28:51 > git rev-parse HEAD^{commit} # timeout=10 08:28:51 > git config core.sparsecheckout # timeout=10 08:28:51 > git checkout -f 60fe4ce9cb0509fd154ab83dee208fe23bc9bb3c # timeout=10 08:28:52 00ac8860ef70: Pull complete 08:28:52 63d7cb157983: Pull complete 08:28:52 b116817d02f9: Pull complete 08:28:54 Commit message: "refactor(meta): Refactor http client help method" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 08:28:55 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 08:28:56 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 08:28:56 + sudo service docker restart 08:28:56 + true 08:28:56 Redirecting to /bin/systemctl restart docker.service 08:28:56 745a02a5169b: Pull complete 08:28:56 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 08:28:56 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 08:28:56 ---> b7e6874047d6 08:28:56 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [Pipeline] unstash [Pipeline] echo 08:28:57 ========================================================= 08:28:57 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 08:28:57 ========================================================= [Pipeline] isUnix [Pipeline] sh 08:28:58 + 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 . 08:28:58 Sending build context to Docker daemon 1.932MB 08:28:58 Step 1/7 : ARG BASE=golang:1.15-alpine 08:28:58 Step 2/7 : FROM ${BASE} 08:28:58 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 08:28:58 188c0c94c7c5: Pulling fs layer 08:28:58 0ef7d3d256c8: Pulling fs layer 08:28:58 de9db76c5a1d: Pulling fs layer 08:28:58 bca2f99d35d6: Pulling fs layer 08:28:58 93359f2a8cfa: Pulling fs layer 08:28:58 7c6f9722023f: Pulling fs layer 08:28:58 a35cf1a2eb13: Pulling fs layer 08:28:58 93359f2a8cfa: Waiting 08:28:58 7c6f9722023f: Waiting 08:28:58 a35cf1a2eb13: Waiting 08:28:58 bca2f99d35d6: Waiting 08:28:58 de9db76c5a1d: Verifying Checksum 08:28:58 de9db76c5a1d: Download complete 08:28:58 0ef7d3d256c8: Download complete 08:28:58 93359f2a8cfa: Verifying Checksum 08:28:58 93359f2a8cfa: Download complete 08:28:58 188c0c94c7c5: Verifying Checksum 08:28:58 188c0c94c7c5: Download complete 08:28:58 7c6f9722023f: Verifying Checksum 08:28:58 7c6f9722023f: Download complete 08:28:58 188c0c94c7c5: Pull complete 08:28:59 0ef7d3d256c8: Pull complete 08:28:59 de9db76c5a1d: Pull complete 08:28:59 ---> Running in 7f589de603c3 08:28:59 Removing intermediate container 7f589de603c3 08:28:59 ---> 8320e319e551 08:28:59 Step 4/7 : RUN apk add bash 08:28:59 ---> Running in 72599bff0fab 08:29:00 a35cf1a2eb13: Verifying Checksum 08:29:00 a35cf1a2eb13: Download complete 08:29:00 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:29:01 bca2f99d35d6: Verifying Checksum 08:29:01 bca2f99d35d6: Download complete 08:29:01 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:29:02 OK: 142 MiB in 39 packages 08:29:03 Removing intermediate container 72599bff0fab 08:29:03 ---> 5cd424124c84 08:29:03 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 08:29:03 ---> Running in 817eb6a05f7a 08:29:04 Removing intermediate container 817eb6a05f7a 08:29:04 ---> 5de96e1868f6 08:29:04 Step 6/7 : COPY go.mod . 08:29:04 ---> b25583d49612 08:29:04 Step 7/7 : RUN go mod download 08:29:04 ---> Running in 6e598b953e11 08:29:06 bca2f99d35d6: Pull complete 08:29:06 93359f2a8cfa: Pull complete 08:29:06 7c6f9722023f: Pull complete 08:29:13 a35cf1a2eb13: Pull complete 08:29:13 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 08:29:13 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 08:29:13 ---> a62c8e92a672 08:29:13 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 08:29:13 ---> Running in 0b9384861912 08:29:13 Removing intermediate container 0b9384861912 08:29:13 ---> 5128bc6e4be6 08:29:13 Step 4/7 : RUN apk add bash 08:29:13 ---> Running in 92b45f890ba1 08:29:14 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:29:14 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:29:14 OK: 166 MiB in 39 packages 08:29:15 Removing intermediate container 92b45f890ba1 08:29:15 ---> a9887eb60fc5 08:29:15 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 08:29:15 ---> Running in e4e3a5f29222 08:29:15 Removing intermediate container e4e3a5f29222 08:29:15 ---> 2d0f65b5b29a 08:29:15 Step 6/7 : COPY go.mod . 08:29:15 ---> fe6c72b9ed42 08:29:15 Step 7/7 : RUN go mod download 08:29:15 ---> Running in 74a4c83865c7 08:29:20 Removing intermediate container 6e598b953e11 08:29:20 ---> ff5dd341571f 08:29:20 Successfully built ff5dd341571f 08:29:20 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 08:29:20 + docker inspect -f . ci-base-image-arm64 08:29:20 . [Pipeline] withDockerContainer 08:29:20 prd-ubuntu18.04-docker-arm64-4c-16g-15240 does not seem to be running inside a container 08:29:20 $ 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 ******** -e ******** -e ******** ci-base-image-arm64 cat 08:29:22 $ docker top 7bca37a23e890fca0c7c19eee650f6dc443403b40e9b0d0702a5de80a0227e23 -eo pid,comm [Pipeline] { [Pipeline] sh 08:29:23 + go version 08:29:23 go version go1.15.5 linux/arm64 [Pipeline] } 08:29:23 $ docker stop --time=1 7bca37a23e890fca0c7c19eee650f6dc443403b40e9b0d0702a5de80a0227e23 08:29:25 $ docker rm -f 7bca37a23e890fca0c7c19eee650f6dc443403b40e9b0d0702a5de80a0227e23 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 08:29:26 + docker inspect -f . ci-base-image-arm64 08:29:26 . [Pipeline] withDockerContainer 08:29:26 prd-ubuntu18.04-docker-arm64-4c-16g-15240 does not seem to be running inside a container 08:29:26 $ 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 ******** -e ******** -e ******** ci-base-image-arm64 cat 08:29:28 Removing intermediate container 74a4c83865c7 08:29:28 ---> 6da052400912 08:29:28 Successfully built 6da052400912 08:29:28 Successfully tagged ci-base-image-x86_64:latest 08:29:28 $ docker top dfe4e2f4a8396c8c2839877859a19ecca025345a275753d855683a5f2376754d -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] isUnix [Pipeline] sh 08:29:29 + docker inspect -f . ci-base-image-x86_64 08:29:29 . [Pipeline] withDockerContainer 08:29:29 prd-centos7-docker-4c-2g-15241 does not seem to be running inside a container 08:29:29 $ 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 ******** -e ******** -e ******** ci-base-image-x86_64 cat 08:29:29 + make test 08:29:29 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 08:29:29 $ docker top 0e38c272793b0ccf9e8b0c0a0114ebaa1575f28b6f10b192f40c20ac49bf3e97 -eo pid,comm [Pipeline] { [Pipeline] sh 08:29:30 + go version 08:29:30 go version go1.15.5 linux/amd64 [Pipeline] } 08:29:30 $ docker stop --time=1 0e38c272793b0ccf9e8b0c0a0114ebaa1575f28b6f10b192f40c20ac49bf3e97 08:29:31 $ docker rm -f 0e38c272793b0ccf9e8b0c0a0114ebaa1575f28b6f10b192f40c20ac49bf3e97 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 08:29:32 + docker inspect -f . ci-base-image-x86_64 08:29:32 . [Pipeline] withDockerContainer 08:29:32 prd-centos7-docker-4c-2g-15241 does not seem to be running inside a container 08:29:32 $ 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 ******** -e ******** -e ******** ci-base-image-x86_64 cat 08:29:33 $ docker top 3486b4dc88c92b7f8089d174536665f4f8d8f4631a18e684861abfff59822fb6 -eo pid,comm [Pipeline] { [Pipeline] sh 08:29:34 + make test 08:29:34 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 08:29:40 ? github.com/edgexfoundry/go-mod-core-contracts/clients [no test files] 08:29:40 ok github.com/edgexfoundry/go-mod-core-contracts/clients/agent 0.016s coverage: 85.7% of statements 08:29:40 ok github.com/edgexfoundry/go-mod-core-contracts/clients/command 0.036s coverage: 100.0% of statements 08:29:40 ok github.com/edgexfoundry/go-mod-core-contracts/clients/coredata 0.024s coverage: 45.4% of statements 08:29:40 ok github.com/edgexfoundry/go-mod-core-contracts/clients/general 0.016s coverage: 77.8% of statements 08:29:40 ? github.com/edgexfoundry/go-mod-core-contracts/clients/interfaces [no test files] 08:29:41 ok github.com/edgexfoundry/go-mod-core-contracts/clients/logger 0.035s coverage: 6.6% of statements 08:29:42 ok github.com/edgexfoundry/go-mod-core-contracts/clients/metadata 0.030s coverage: 14.7% of statements 08:29:42 ok github.com/edgexfoundry/go-mod-core-contracts/clients/notifications 0.029s coverage: 100.0% of statements 08:29:42 ok github.com/edgexfoundry/go-mod-core-contracts/clients/scheduler 0.028s coverage: 91.8% of statements 08:29:42 ? github.com/edgexfoundry/go-mod-core-contracts/clients/types [no test files] 08:29:42 ? github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/errors [no test files] 08:29:42 ok github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/local 0.020s coverage: 100.0% of statements 08:29:43 ok github.com/edgexfoundry/go-mod-core-contracts/errors 0.040s coverage: 47.8% of statements 08:29:46 ok github.com/edgexfoundry/go-mod-core-contracts/models 0.018s coverage: 63.0% of statements 08:29:46 ok github.com/edgexfoundry/go-mod-core-contracts/requests/configuration 0.049s coverage: 26.3% of statements 08:29:46 ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/admin 0.033s coverage: 15.4% of statements 08:29:46 ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/operating 0.016s coverage: 15.4% of statements 08:29:46 ok github.com/edgexfoundry/go-mod-core-contracts/responses/configuration 0.024s coverage: 14.3% of statements 08:29:46 ? github.com/edgexfoundry/go-mod-core-contracts/v2 [no test files] 08:29:46 --- FAIL: TestAPI (0.01s) 08:29:46 deviceprofile_test.go:123: 08:29:46 Error Trace: deviceprofile_test.go:123 08:29:46 Error: Received unexpected error: 08:29:46 -> -> -> failed to send a http request -> Put "http://localhost:48081/api/v2/deviceprofile": dial tcp 127.0.0.1:48081: connect: connection refused 08:29:46 Test: TestAPI 08:29:46 --- FAIL: TestGetAPI (0.00s) 08:29:46 deviceprofile_test.go:131: 08:29:46 Error Trace: deviceprofile_test.go:131 08:29:46 Error: Received unexpected error: 08:29:46 -> -> -> failed to send a http request -> Get "http://localhost:48080/api/v2/metrics": dial tcp 127.0.0.1:48080: connect: connection refused 08:29:46 Test: TestGetAPI 08:29:46 FAIL 08:29:46 coverage: 86.8% of statements 08:29:46 FAIL github.com/edgexfoundry/go-mod-core-contracts/v2/clients/http 0.032s 08:29:46 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/http/utils [no test files] 08:29:46 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces [no test files] 08:29:46 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos 0.018s coverage: 29.9% of statements 08:29:46 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/common 0.013s coverage: 100.0% of statements 08:29:46 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/requests 0.016s coverage: 94.4% of statements 08:29:46 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/responses 0.008s coverage: 100.0% of statements 08:29:46 ? github.com/edgexfoundry/go-mod-core-contracts/v2/models [no test files] 08:29:46 FAIL 08:29:46 make: *** [Makefile:6: test] Error 1 [Pipeline] } 08:29:46 $ docker stop --time=1 3486b4dc88c92b7f8089d174536665f4f8d8f4631a18e684861abfff59822fb6 08:29:48 $ docker rm -f 3486b4dc88c92b7f8089d174536665f4f8d8f4631a18e684861abfff59822fb6 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 08:29:50 Failed in branch amd64 08:29:51 ? github.com/edgexfoundry/go-mod-core-contracts/clients [no test files] 08:29:52 ok github.com/edgexfoundry/go-mod-core-contracts/clients/agent 0.026s coverage: 85.7% of statements 08:29:52 ok github.com/edgexfoundry/go-mod-core-contracts/clients/command 0.051s coverage: 100.0% of statements 08:29:54 ok github.com/edgexfoundry/go-mod-core-contracts/clients/coredata 0.114s coverage: 45.4% of statements 08:29:54 ok github.com/edgexfoundry/go-mod-core-contracts/clients/general 0.020s coverage: 77.8% of statements 08:29:54 ? github.com/edgexfoundry/go-mod-core-contracts/clients/interfaces [no test files] 08:29:54 ok github.com/edgexfoundry/go-mod-core-contracts/clients/logger 0.040s coverage: 6.6% of statements 08:29:56 ok github.com/edgexfoundry/go-mod-core-contracts/clients/metadata 0.049s coverage: 14.7% of statements 08:29:56 ok github.com/edgexfoundry/go-mod-core-contracts/clients/notifications 0.041s coverage: 100.0% of statements 08:29:56 ok github.com/edgexfoundry/go-mod-core-contracts/clients/scheduler 0.058s coverage: 91.8% of statements 08:29:56 ? github.com/edgexfoundry/go-mod-core-contracts/clients/types [no test files] 08:29:56 ? github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/errors [no test files] 08:29:56 ok github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/local 0.038s coverage: 100.0% of statements 08:29:58 ok github.com/edgexfoundry/go-mod-core-contracts/errors 0.036s coverage: 47.8% of statements 08:30:02 ok github.com/edgexfoundry/go-mod-core-contracts/models 0.111s coverage: 63.0% of statements 08:30:02 ok github.com/edgexfoundry/go-mod-core-contracts/requests/configuration 0.014s coverage: 26.3% of statements 08:30:02 ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/admin 0.012s coverage: 15.4% of statements 08:30:02 ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/operating 0.033s coverage: 15.4% of statements 08:30:02 ok github.com/edgexfoundry/go-mod-core-contracts/responses/configuration 0.019s coverage: 14.3% of statements 08:30:02 ? github.com/edgexfoundry/go-mod-core-contracts/v2 [no test files] 08:30:03 --- FAIL: TestAPI (0.00s) 08:30:03 deviceprofile_test.go:123: 08:30:03 Error Trace: deviceprofile_test.go:123 08:30:03 Error: Received unexpected error: 08:30:03 -> -> -> failed to send a http request -> Put "http://localhost:48081/api/v2/deviceprofile": dial tcp 127.0.0.1:48081: connect: connection refused 08:30:03 Test: TestAPI 08:30:03 --- FAIL: TestGetAPI (0.00s) 08:30:03 deviceprofile_test.go:131: 08:30:03 Error Trace: deviceprofile_test.go:131 08:30:03 Error: Received unexpected error: 08:30:03 -> -> -> failed to send a http request -> Get "http://localhost:48080/api/v2/metrics": dial tcp 127.0.0.1:48080: connect: connection refused 08:30:03 Test: TestGetAPI 08:30:03 FAIL 08:30:03 coverage: 86.8% of statements 08:30:03 FAIL github.com/edgexfoundry/go-mod-core-contracts/v2/clients/http 0.053s 08:30:03 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/http/utils [no test files] 08:30:03 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces [no test files] 08:30:04 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos 0.037s coverage: 29.9% of statements 08:30:04 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/common 0.023s coverage: 100.0% of statements 08:30:05 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/requests 0.055s coverage: 94.4% of statements 08:30:05 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/responses 0.028s coverage: 100.0% of statements 08:30:05 ? github.com/edgexfoundry/go-mod-core-contracts/v2/models [no test files] 08:30:05 FAIL 08:30:05 make: *** [Makefile:6: test] Error 1 [Pipeline] } 08:30:05 $ docker stop --time=1 dfe4e2f4a8396c8c2839877859a19ecca025345a275753d855683a5f2376754d 08:30:07 $ docker rm -f dfe4e2f4a8396c8c2839877859a19ecca025345a275753d855683a5f2376754d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 08:30:09 Failed in branch arm64 [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 08:30:12 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 08:30:12 ---> package-listing.sh 08:30:12 ++ facter osfamily 08:30:12 ++ tr '[:upper:]' '[:lower:]' 08:30:12 + OS_FAMILY=redhat 08:30:12 + workspace=/w/workspace/dry_go-mod-core-contracts_PR-387 08:30:12 + START_PACKAGES=/tmp/packages_start.txt 08:30:12 + END_PACKAGES=/tmp/packages_end.txt 08:30:12 + DIFF_PACKAGES=/tmp/packages_diff.txt 08:30:12 + PACKAGES=/tmp/packages_start.txt 08:30:12 + '[' /w/workspace/dry_go-mod-core-contracts_PR-387 ']' 08:30:12 + PACKAGES=/tmp/packages_end.txt 08:30:12 + case "${OS_FAMILY}" in 08:30:12 + rpm -qa 08:30:12 + sort 08:30:17 + '[' -f /tmp/packages_start.txt ']' 08:30:17 + '[' -f /tmp/packages_end.txt ']' 08:30:17 + diff /tmp/packages_start.txt /tmp/packages_end.txt 08:30:17 + '[' /w/workspace/dry_go-mod-core-contracts_PR-387 ']' 08:30:17 + mkdir -p /w/workspace/dry_go-mod-core-contracts_PR-387/archives/ 08:30:17 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dry_go-mod-core-contracts_PR-387/archives/ [Pipeline] echo 08:30:17 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-387/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 08:30:17 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 08:30:17 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 08:30:17 08:30:17 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 08:30:18 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 08:30:18 alpine: Pulling from edgex-lftools-log-publisher 08:30:18 df20fa9351a1: Pulling fs layer 08:30:18 36b3adc4ff6f: Pulling fs layer 08:30:18 8ad3a11d3b57: Pulling fs layer 08:30:18 46f8f816bc3b: Pulling fs layer 08:30:18 93b61091891f: Pulling fs layer 08:30:18 93b9cdb0e59b: Pulling fs layer 08:30:18 5e14af77c1be: Pulling fs layer 08:30:18 01666e4c0597: Pulling fs layer 08:30:18 aa168da1d23b: Pulling fs layer 08:30:18 93b61091891f: Waiting 08:30:18 93b9cdb0e59b: Waiting 08:30:18 aa168da1d23b: Waiting 08:30:18 5e14af77c1be: Waiting 08:30:18 01666e4c0597: Waiting 08:30:18 46f8f816bc3b: Waiting 08:30:18 36b3adc4ff6f: Verifying Checksum 08:30:18 36b3adc4ff6f: Download complete 08:30:18 46f8f816bc3b: Verifying Checksum 08:30:18 46f8f816bc3b: Download complete 08:30:18 df20fa9351a1: Download complete 08:30:18 93b9cdb0e59b: Verifying Checksum 08:30:18 93b9cdb0e59b: Download complete 08:30:18 93b61091891f: Download complete 08:30:18 01666e4c0597: Verifying Checksum 08:30:18 01666e4c0597: Download complete 08:30:18 5e14af77c1be: Verifying Checksum 08:30:18 5e14af77c1be: Download complete 08:30:18 8ad3a11d3b57: Verifying Checksum 08:30:18 8ad3a11d3b57: Download complete 08:30:18 df20fa9351a1: Pull complete 08:30:18 36b3adc4ff6f: Pull complete 08:30:19 8ad3a11d3b57: Pull complete 08:30:19 46f8f816bc3b: Pull complete 08:30:20 aa168da1d23b: Verifying Checksum 08:30:20 aa168da1d23b: Download complete 08:30:20 93b61091891f: Pull complete 08:30:20 93b9cdb0e59b: Pull complete 08:30:21 5e14af77c1be: Pull complete 08:30:21 01666e4c0597: Pull complete 08:30:27 aa168da1d23b: Pull complete 08:30:27 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 08:30:27 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 08:30:27 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 08:30:27 prd-centos7-docker-4c-2g-15239 does not seem to be running inside a container 08:30:27 $ 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-387/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-387 -v /w/workspace/dry_go-mod-core-contracts_PR-387:/w/workspace/dry_go-mod-core-contracts_PR-387:rw,z -v /w/workspace/dry_go-mod-core-contracts_PR-387@tmp:/w/workspace/dry_go-mod-core-contracts_PR-387@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 08:30:31 $ docker top 231392f7b42d6381ad0cb1266028c64d82a2afc34683f6c39f832de05e42ed5e -eo pid,comm [Pipeline] { [Pipeline] sh 08:30:31 + touch /tmp/pre-build-complete [Pipeline] sh 08:30:32 + mkdir -p /var/log/sa [Pipeline] sh 08:30:32 + ls /var/log/sa-host 08:30:32 + sadf -c /var/log/sa-host/sa09 08:30:32 file_magic: OK 08:30:32 HZ: Using current value: 100 08:30:32 file_header: OK 08:30:32 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 08:30:32 Statistics: 08:30:32 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 08:30:32 File successfully converted to sysstat format version 12.2.1 08:30:32 + sadf -c /var/log/sa-host/sa23 08:30:32 file_magic: OK 08:30:32 HZ: Using current value: 100 08:30:32 file_header: OK 08:30:32 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 08:30:32 Statistics: 08:30:32 Hnuu...uuuununununu... 08:30:32 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 08:30:32 provisioning config files... 08:30:32 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dry_go-mod-core-contracts_PR-387@tmp/config3192970171179640706tmp [Pipeline] { [Pipeline] echo 08:30:33 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 08:30:33 ---> create-netrc.sh [Pipeline] } 08:30:33 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 08:30:33 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 08:30:33 ---> python-tools-install.sh [Pipeline] echo 08:30:33 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 08:30:34 ---> sudo-logs.sh 08:30:34 Archiving 'sudo' log.. [Pipeline] echo 08:30:34 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 08:30:34 ---> job-cost.sh 08:30:34 lf-activate-venv: SKIPPING 08:30:34 INFO: No Stack... 08:30:35 INFO: Retrieving Pricing Info for: v1-standard-2 08:30:35 INFO: Archiving Costs [Pipeline] echo 08:30:35 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 08:30:35 ---> logs-deploy.sh 08:30:35 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/PR-387/2 08:30:35 INFO: archiving workspace using pattern(s): 08:30:37 Archives upload complete. 08:30:37 INFO: archiving logs to Nexus 08:30:38 ---> uname -a: 08:30:38 Linux prd-centos7-docker-4c-2g-15239.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 08:30:38 08:30:38 08:30:38 ---> lscpu: 08:30:38 Architecture: x86_64 08:30:38 CPU op-mode(s): 32-bit, 64-bit 08:30:38 Byte Order: Little Endian 08:30:38 Address sizes: 40 bits physical, 48 bits virtual 08:30:38 CPU(s): 4 08:30:38 On-line CPU(s) list: 0-3 08:30:38 Thread(s) per core: 1 08:30:38 Core(s) per socket: 1 08:30:38 Socket(s): 4 08:30:38 NUMA node(s): 1 08:30:38 Vendor ID: GenuineIntel 08:30:38 CPU family: 6 08:30:38 Model: 44 08:30:38 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 08:30:38 Stepping: 1 08:30:38 CPU MHz: 2933.438 08:30:38 BogoMIPS: 5866.87 08:30:38 Virtualization: VT-x 08:30:38 Hypervisor vendor: KVM 08:30:38 Virtualization type: full 08:30:38 L1d cache: 128 KiB 08:30:38 L1i cache: 128 KiB 08:30:38 L2 cache: 16 MiB 08:30:38 L3 cache: 64 MiB 08:30:38 NUMA node0 CPU(s): 0-3 08:30:38 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 08:30:38 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 08:30:38 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 08:30:38 Vulnerability Meltdown: Mitigation; PTI 08:30:38 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 08:30:38 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 08:30:38 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 08:30:38 Vulnerability Srbds: Not affected 08:30:38 Vulnerability Tsx async abort: Not affected 08:30:38 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 08:30:38 08:30:38 08:30:38 ---> nproc: 08:30:38 4 08:30:38 08:30:38 08:30:38 ---> df -h: 08:30:38 Filesystem Size Used Available Use% Mounted on 08:30:38 overlay 50.0G 7.3G 42.7G 15% / 08:30:38 tmpfs 64.0M 0 64.0M 0% /dev 08:30:38 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 08:30:38 shm 64.0M 0 64.0M 0% /dev/shm 08:30:38 /dev/vda1 50.0G 7.3G 42.7G 15% /facter-os 08:30:38 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/resolv.conf 08:30:38 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hostname 08:30:38 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hosts 08:30:38 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/sa-host 08:30:38 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/secure 08:30:38 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/auth.log 08:30:38 /dev/vda1 50.0G 7.3G 42.7G 15% /run/cloud-init/result.json 08:30:38 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/dry_go-mod-core-contracts_PR-387 08:30:38 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/dry_go-mod-core-contracts_PR-387@tmp 08:30:38 08:30:38 08:30:38 ---> free -m: 08:30:38 total used free shared buff/cache available 08:30:38 Mem: 1837 698 110 0 1028 1034 08:30:38 Swap: 1023 1 1022 08:30:38 08:30:38 08:30:38 ---> ip addr: 08:30:38 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 08:30:38 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 08:30:38 inet 127.0.0.1/8 scope host lo 08:30:38 valid_lft forever preferred_lft forever 08:30:38 inet6 ::1/128 scope host 08:30:38 valid_lft forever preferred_lft forever 08:30:38 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 08:30:38 link/ether fa:16:3e:02:52:84 brd ff:ff:ff:ff:ff:ff 08:30:38 inet 10.30.123.247/23 brd 10.30.123.255 scope global dynamic eth0 08:30:38 valid_lft 86071sec preferred_lft 86071sec 08:30:38 inet6 fe80::f816:3eff:fe02:5284/64 scope link 08:30:38 valid_lft forever preferred_lft forever 08:30:38 3: docker0: mtu 1500 qdisc noqueue state DOWN 08:30:38 link/ether 02:42:bc:8f:c5:70 brd ff:ff:ff:ff:ff:ff 08:30:38 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 08:30:38 valid_lft forever preferred_lft forever 08:30:38 inet6 fe80::42:bcff:fe8f:c570/64 scope link 08:30:38 valid_lft forever preferred_lft forever 08:30:38 08:30:38 08:30:38 ---> sar -b -r -n DEV: 08:30:38 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 12/09/20 _x86_64_ (4 CPU) 08:30:38 08:30:38 08:24:58 LINUX RESTART (4 CPU) 08:30:38 08:30:38 08:26:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 08:30:38 08:27:01 2.45 0.00 2.45 0.00 0.00 60.55 0.00 08:30:38 08:28:01 0.30 0.00 0.30 0.00 0.00 4.06 0.00 08:30:38 08:29:01 0.20 0.00 0.20 0.00 0.00 1.92 0.00 08:30:38 08:30:01 0.27 0.00 0.27 0.00 0.00 3.33 0.00 08:30:38 Average: 0.80 0.00 0.80 0.00 0.00 17.47 0.00 08:30:38 08:30:38 08:26:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 08:30:38 08:27:01 166332 0 597972 31.78 2620 1114620 1080624 36.88 448484 1067140 12 08:30:38 08:28:01 168372 0 595928 31.67 2620 1114624 1068288 36.46 445752 1068624 8 08:30:38 08:29:01 165668 0 598624 31.82 2620 1114632 1068468 36.47 454760 1062424 8 08:30:38 08:30:01 166784 0 597508 31.76 2620 1114632 1068288 36.46 454252 1061936 12 08:30:38 Average: 166789 0 597508 31.76 2620 1114627 1071417 36.57 450812 1065031 10 08:30:38 08:30:38 08:26:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 08:30:38 08:27:01 eth0 0.15 0.18 0.01 0.06 0.00 0.00 0.00 0.00 08:30:38 08:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:30:38 08:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:30:38 08:28:01 eth0 0.70 0.08 0.06 0.01 0.00 0.00 0.00 0.00 08:30:38 08:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:30:38 08:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:30:38 08:29:01 eth0 1.78 0.98 0.93 0.39 0.00 0.00 0.00 0.00 08:30:38 08:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:30:38 08:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:30:38 08:30:01 eth0 0.10 0.08 0.01 0.04 0.00 0.00 0.00 0.00 08:30:38 08:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:30:38 08:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:30:38 Average: eth0 0.68 0.33 0.25 0.12 0.00 0.00 0.00 0.00 08:30:38 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:30:38 Average: docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:30:38 08:30:38 08:30:38 ---> sar -P ALL: 08:30:38 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 12/09/20 _x86_64_ (4 CPU) 08:30:38 08:30:38 08:24:58 LINUX RESTART (4 CPU) 08:30:38 08:30:38 08:26:01 CPU %user %nice %system %iowait %steal %idle 08:30:38 08:27:01 all 0.18 0.00 0.04 0.00 0.00 99.78 08:30:38 08:27:01 0 0.05 0.00 0.02 0.00 0.00 99.93 08:30:38 08:27:01 1 0.50 0.00 0.07 0.00 0.00 99.43 08:30:38 08:27:01 2 0.12 0.00 0.03 0.00 0.00 99.85 08:30:38 08:27:01 3 0.05 0.00 0.05 0.00 0.00 99.90 08:30:38 08:28:01 all 0.18 0.00 0.09 0.00 0.00 99.73 08:30:38 08:28:01 0 0.08 0.00 0.05 0.00 0.00 99.87 08:30:38 08:28:01 1 0.22 0.00 0.05 0.00 0.00 99.73 08:30:38 08:28:01 2 0.35 0.00 0.12 0.00 0.00 99.53 08:30:38 08:28:01 3 0.08 0.00 0.15 0.00 0.00 99.77 08:30:38 08:29:01 all 0.16 0.00 0.10 0.00 0.00 99.74 08:30:38 08:29:01 0 0.07 0.00 0.10 0.00 0.00 99.83 08:30:38 08:29:01 1 0.08 0.00 0.10 0.00 0.00 99.82 08:30:38 08:29:01 2 0.45 0.00 0.12 0.00 0.02 99.42 08:30:38 08:29:01 3 0.05 0.00 0.07 0.00 0.00 99.88 08:30:38 08:30:01 all 0.07 0.00 0.05 0.00 0.01 99.87 08:30:38 08:30:01 0 0.02 0.00 0.02 0.00 0.02 99.95 08:30:38 08:30:01 1 0.07 0.00 0.07 0.00 0.02 99.85 08:30:38 08:30:01 2 0.18 0.00 0.08 0.00 0.00 99.73 08:30:38 08:30:01 3 0.00 0.00 0.02 0.00 0.02 99.97 08:30:38 Average: all 0.15 0.00 0.07 0.00 0.00 99.78 08:30:38 Average: 0 0.05 0.00 0.05 0.00 0.00 99.90 08:30:38 Average: 1 0.22 0.00 0.07 0.00 0.00 99.71 08:30:38 Average: 2 0.28 0.00 0.09 0.00 0.00 99.63 08:30:38 Average: 3 0.05 0.00 0.07 0.00 0.00 99.88 08:30:38 08:30:38 08:30:38