Pull request #478 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 4706aac4e49b41a0045cc8175e433a2491b846bc rather than c7f46bc81a26f3e2288137cf586828ee49028681 Obtained Jenkinsfile from 4706aac4e49b41a0045cc8175e433a2491b846bc 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 69a7e166112f335804d9fea76440e5140e47f034 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 69a7e166112f335804d9fea76440e5140e47f034 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 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > 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 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 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 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 # timeout=10 Commit message: "Add license check to tox" > 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:pre] ========================================================= [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: pre 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 SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-24669 in /w/workspace/dry_go-mod-core-contracts_PR-478 [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-478 # 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 Merging remotes/origin/master commit 4706aac4e49b41a0045cc8175e433a2491b846bc into PR head commit c7f46bc81a26f3e2288137cf586828ee49028681 Merge succeeded, producing c7f46bc81a26f3e2288137cf586828ee49028681 Checking out Revision c7f46bc81a26f3e2288137cf586828ee49028681 (PR-478) > 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/478/head:refs/remotes/origin/PR-478 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f c7f46bc81a26f3e2288137cf586828ee49028681 # 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 4706aac4e49b41a0045cc8175e433a2491b846bc # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f c7f46bc81a26f3e2288137cf586828ee49028681 # timeout=10 Commit message: "Merge branch 'master' into issue-477" First time build. Skipping changelog. > git rev-list --no-walk e5f2c38f4a5a2f4c7c9bb482642bd66c191e9955 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 05:22:59 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 05:22:59 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 05:22:59 ========================================================= 05:22:59 EdgeX Global Pipelines Version Info 05:22:59 ========================================================= [Pipeline] libraryResource [Pipeline] sh 05:23:01 ------------------- 05:23:01 stable info: 05:23:01 ------------------- 05:23:01 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 05:23:01 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 05:23:01 Message: update stable to v1.0.179 05:23:02 ------------------- 05:23:02 experimental info: 05:23:02 ------------------- 05:23:02 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 05:23:02 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 05:23:02 Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 05:23:02 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-core-contracts-settings [Pipeline] echo 05:23:02 [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-core-contracts [Pipeline] echo 05:23:02 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 05:23:02 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 05:23:03 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 05:23:03 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 05:23:03 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 05:23:03 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 05:23:03 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 05:23:03 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 05:23:03 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 05:23:03 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-core-contracts [Pipeline] echo 05:23:03 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 05:23:04 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 05:23:04 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 05:23:04 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 05:23:04 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 05:23:04 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 05:23:04 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 05:23:04 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 05:23:04 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 05:23:04 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 05:23:04 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 05:23:05 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 05:23:05 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 05:23:05 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 05:23:05 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 05:23:06 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-478 [Pipeline] echo 05:23:07 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-478 [Pipeline] echo 05:23:07 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-478 [Pipeline] echo 05:23:07 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = c7f46bc81a26f3e2288137cf586828ee49028681 [Pipeline] echo 05:23:07 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = c7f46bc [Pipeline] echo 05:23:07 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 05:23:08 + git log --format=format:%s -1 c7f46bc81a26f3e2288137cf586828ee49028681 [Pipeline] echo 05:23:08 GIT_COMMIT: c7f46bc81a26f3e2288137cf586828ee49028681, Commit Message: Merge branch 'master' into issue-477 [Pipeline] echo 05:23:08 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 05:23:09 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 05:23:09 05:23:09 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 05:23:09 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 05:23:10 latest: Pulling from edgex-devops/git-semver 05:23:10 31603596830f: Pulling fs layer 05:23:10 2a8b12db71e7: Pulling fs layer 05:23:10 6ca5941a6612: Pulling fs layer 05:23:10 ecc8261a40a4: Pulling fs layer 05:23:10 ecc8261a40a4: Waiting 05:23:10 2a8b12db71e7: Verifying Checksum 05:23:10 2a8b12db71e7: Download complete 05:23:10 31603596830f: Verifying Checksum 05:23:10 31603596830f: Download complete 05:23:10 ecc8261a40a4: Verifying Checksum 05:23:10 ecc8261a40a4: Download complete 05:23:10 6ca5941a6612: Verifying Checksum 05:23:10 6ca5941a6612: Download complete 05:23:10 31603596830f: Pull complete 05:23:10 2a8b12db71e7: Pull complete 05:23:11 6ca5941a6612: Pull complete 05:23:12 ecc8261a40a4: Pull complete 05:23:12 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 05:23:12 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 05:23:12 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 05:23:12 prd-centos7-docker-4c-2g-24669 does not seem to be running inside a container 05:23:12 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_go-mod-core-contracts_PR-478 -v /w/workspace/dry_go-mod-core-contracts_PR-478:/w/workspace/dry_go-mod-core-contracts_PR-478:rw,z -v /w/workspace/dry_go-mod-core-contracts_PR-478@tmp:/w/workspace/dry_go-mod-core-contracts_PR-478@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:10004/edgex-devops/git-semver:latest cat 05:23:14 $ docker top 475c4fab4269f5f9afb3bdc197e8aeb854c2d4e046b8ac1702001cfdb8274c29 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 05:23:14 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 05:23:14 [ssh-agent] Looking for ssh-agent implementation... 05:23:14 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 05:23:14 $ docker exec 475c4fab4269f5f9afb3bdc197e8aeb854c2d4e046b8ac1702001cfdb8274c29 ssh-agent 05:23:15 SSH_AUTH_SOCK=/tmp/ssh-syYQDfwN80J8/agent.12 05:23:15 SSH_AGENT_PID=18 05:23:15 Running ssh-add (command line suppressed) 05:23:15 Identity added: /w/workspace/dry_go-mod-core-contracts_PR-478@tmp/private_key_7619488501307536569.key (/w/workspace/dry_go-mod-core-contracts_PR-478@tmp/private_key_7619488501307536569.key) 05:23:15 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 05:23:15 + git tag --points-at HEAD [Pipeline] } 05:23:15 $ docker exec --env ******** --env ******** 475c4fab4269f5f9afb3bdc197e8aeb854c2d4e046b8ac1702001cfdb8274c29 ssh-agent -k 05:23:15 unset SSH_AUTH_SOCK; 05:23:15 unset SSH_AGENT_PID; 05:23:15 echo Agent pid 18 killed; 05:23:15 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 05:23:16 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 05:23:16 [ssh-agent] Looking for ssh-agent implementation... 05:23:16 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 05:23:16 $ docker exec 475c4fab4269f5f9afb3bdc197e8aeb854c2d4e046b8ac1702001cfdb8274c29 ssh-agent 05:23:16 SSH_AUTH_SOCK=/tmp/ssh-zTTqz0rDHSzQ/agent.46 05:23:16 SSH_AGENT_PID=52 05:23:16 Running ssh-add (command line suppressed) 05:23:16 Identity added: /w/workspace/dry_go-mod-core-contracts_PR-478@tmp/private_key_1677223334422533316.key (/w/workspace/dry_go-mod-core-contracts_PR-478@tmp/private_key_1677223334422533316.key) 05:23:16 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 05:23:16 + git semver init 05:23:16 # -> Open(): unable to determine branch for HEAD 05:23:16 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_PR-478/.git 05:23:16 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_PR-478 05:23:16 # $SEMVER_REMOTE_NAME = origin 05:23:16 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 05:23:16 # $SEMVER_USER_NAME = edgex-jenkins 05:23:16 # $SEMVER_BRANCH = PR-478 05:23:16 # $SEMVER_TEMP = /tmp/semver-421804954 05:23:16 # git clone --branch semver git@github.com:edgexfoundry/go-mod-core-contracts.git $SEMVER_TEMP 05:23:17 # '/tmp/semver-421804954' -> '/w/workspace/dry_go-mod-core-contracts_PR-478/.semver' 05:23:17 # -> Force: false 05:23:17 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_PR-478/.semver [Pipeline] } 05:23:17 $ docker exec --env ******** --env ******** 475c4fab4269f5f9afb3bdc197e8aeb854c2d4e046b8ac1702001cfdb8274c29 ssh-agent -k 05:23:17 unset SSH_AUTH_SOCK; 05:23:17 unset SSH_AGENT_PID; 05:23:17 echo Agent pid 52 killed; 05:23:17 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 05:23:18 + git semver [Pipeline] } 05:23:18 $ docker stop --time=1 475c4fab4269f5f9afb3bdc197e8aeb854c2d4e046b8ac1702001cfdb8274c29 05:23:20 $ docker rm -f 475c4fab4269f5f9afb3bdc197e8aeb854c2d4e046b8ac1702001cfdb8274c29 [Pipeline] // withDockerContainer [Pipeline] sh 05:23:21 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 05:23:21 Stashed 1 file(s) [Pipeline] echo 05:23:21 [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 05:23:37 Still waiting to schedule task 05:23:37 Waiting for next available executor on ‘prd-centos7-docker-4c-2g-24669’ 05:23:37 Still waiting to schedule task 05:23:37 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 05:25:27 Running on prd-ubuntu18.04-docker-arm64-4c-16g-24670 in /w/workspace/dry_go-mod-core-contracts_PR-478 [Pipeline] { [Pipeline] ws 05:25:27 Running in /w/workspace/go-mod-core-contracts/3 [Pipeline] { [Pipeline] checkout 05:25:32 using credential edgex-jenkins-ssh 05:25:32 Cloning the remote Git repository 05:25:32 Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git 05:25:32 > git init /w/workspace/go-mod-core-contracts/3 # timeout=10 05:25:32 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 05:25:32 > git --version # timeout=10 05:25:32 > git --version # 'git version 2.17.1' 05:25:32 using GIT_SSH to set credentials SSH Credentials for GitHub 05:25:32 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 05:25:34 Merging remotes/origin/master commit 4706aac4e49b41a0045cc8175e433a2491b846bc into PR head commit c7f46bc81a26f3e2288137cf586828ee49028681 05:25:34 Merge succeeded, producing c7f46bc81a26f3e2288137cf586828ee49028681 05:25:34 Checking out Revision c7f46bc81a26f3e2288137cf586828ee49028681 (PR-478) 05:25:33 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 05:25:33 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 05:25:33 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 05:25:33 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 05:25:33 using GIT_SSH to set credentials SSH Credentials for GitHub 05:25:33 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/478/head:refs/remotes/origin/PR-478 +refs/heads/master:refs/remotes/origin/master # timeout=10 05:25:34 > git config core.sparsecheckout # timeout=10 05:25:34 > git checkout -f c7f46bc81a26f3e2288137cf586828ee49028681 # timeout=10 05:25:34 > git remote # timeout=10 05:25:34 > git config --get remote.origin.url # timeout=10 05:25:34 using GIT_SSH to set credentials SSH Credentials for GitHub 05:25:34 > git merge 4706aac4e49b41a0045cc8175e433a2491b846bc # timeout=10 05:25:34 > git rev-parse HEAD^{commit} # timeout=10 05:25:34 > git config core.sparsecheckout # timeout=10 05:25:34 > git checkout -f c7f46bc81a26f3e2288137cf586828ee49028681 # timeout=10 05:25:39 Commit message: "Merge branch 'master' into issue-477" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 05:25:40 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 05:25:41 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 05:25:41 + true 05:25:41 + sudo service docker restart [Pipeline] unstash [Pipeline] echo 05:25:44 ========================================================= 05:25:44 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 05:25:44 ========================================================= [Pipeline] isUnix [Pipeline] sh 05:25:45 + 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 . 05:25:46 Sending build context to Docker daemon 2.524MB 05:25:46 Step 1/7 : ARG BASE=golang:1.15-alpine 05:25:46 Step 2/7 : FROM ${BASE} 05:25:46 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 05:25:46 5f621e34cdf4: Pulling fs layer 05:25:46 a4357932f1b6: Pulling fs layer 05:25:46 18c013af1878: Pulling fs layer 05:25:46 00ac8860ef70: Pulling fs layer 05:25:46 63d7cb157983: Pulling fs layer 05:25:46 b116817d02f9: Pulling fs layer 05:25:46 745a02a5169b: Pulling fs layer 05:25:46 00ac8860ef70: Waiting 05:25:46 63d7cb157983: Waiting 05:25:46 745a02a5169b: Waiting 05:25:46 b116817d02f9: Waiting 05:25:46 18c013af1878: Verifying Checksum 05:25:46 18c013af1878: Download complete 05:25:46 a4357932f1b6: Verifying Checksum 05:25:46 a4357932f1b6: Download complete 05:25:46 63d7cb157983: Download complete 05:25:46 b116817d02f9: Verifying Checksum 05:25:46 b116817d02f9: Download complete 05:25:46 5f621e34cdf4: Verifying Checksum 05:25:46 5f621e34cdf4: Download complete 05:25:47 5f621e34cdf4: Pull complete 05:25:47 a4357932f1b6: Pull complete 05:25:48 18c013af1878: Pull complete 05:25:49 745a02a5169b: Verifying Checksum 05:25:49 745a02a5169b: Download complete 05:25:50 00ac8860ef70: Verifying Checksum 05:25:50 00ac8860ef70: Download complete 05:25:54 Running on prd-centos7-docker-4c-2g-24671 in /w/workspace/dry_go-mod-core-contracts_PR-478 [Pipeline] { [Pipeline] ws 05:25:55 Running in /w/workspace/go-mod-core-contracts/3 [Pipeline] { [Pipeline] checkout 05:25:57 using credential edgex-jenkins-ssh 05:25:57 Cloning the remote Git repository 05:25:57 Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git 05:25:57 > git init /w/workspace/go-mod-core-contracts/3 # timeout=10 05:25:57 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 05:25:57 > git --version # timeout=10 05:25:57 > git --version # 'git version 2.24.3' 05:25:57 using GIT_SSH to set credentials SSH Credentials for GitHub 05:25:57 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 05:25:58 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 05:25:58 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 05:25:58 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 05:25:58 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 05:25:58 using GIT_SSH to set credentials SSH Credentials for GitHub 05:25:58 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/478/head:refs/remotes/origin/PR-478 +refs/heads/master:refs/remotes/origin/master # timeout=10 05:25:58 Merging remotes/origin/master commit 4706aac4e49b41a0045cc8175e433a2491b846bc into PR head commit c7f46bc81a26f3e2288137cf586828ee49028681 05:25:59 Merge succeeded, producing c7f46bc81a26f3e2288137cf586828ee49028681 05:25:59 Checking out Revision c7f46bc81a26f3e2288137cf586828ee49028681 (PR-478) 05:25:58 > git config core.sparsecheckout # timeout=10 05:25:58 > git checkout -f c7f46bc81a26f3e2288137cf586828ee49028681 # timeout=10 05:25:59 > git remote # timeout=10 05:25:59 > git config --get remote.origin.url # timeout=10 05:25:59 using GIT_SSH to set credentials SSH Credentials for GitHub 05:25:59 > git merge 4706aac4e49b41a0045cc8175e433a2491b846bc # timeout=10 05:25:59 > git rev-parse HEAD^{commit} # timeout=10 05:25:59 > git config core.sparsecheckout # timeout=10 05:25:59 > git checkout -f c7f46bc81a26f3e2288137cf586828ee49028681 # timeout=10 05:26:00 00ac8860ef70: Pull complete 05:26:01 63d7cb157983: Pull complete 05:26:01 b116817d02f9: Pull complete 05:26:02 Commit message: "Merge branch 'master' into issue-477" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 05:26:04 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 05:26:04 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 05:26:04 + sudo service docker restart 05:26:04 + true 05:26:04 Redirecting to /bin/systemctl restart docker.service 05:26:05 745a02a5169b: Pull complete 05:26:05 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 05:26:05 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 05:26:05 ---> b7e6874047d6 05:26:05 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [Pipeline] unstash [Pipeline] echo 05:26:06 ========================================================= 05:26:06 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 05:26:06 ========================================================= [Pipeline] isUnix [Pipeline] sh 05:26:06 + 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 . 05:26:07 Sending build context to Docker daemon 2.526MB 05:26:07 Step 1/7 : ARG BASE=golang:1.15-alpine 05:26:07 Step 2/7 : FROM ${BASE} 05:26:07 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 05:26:07 188c0c94c7c5: Pulling fs layer 05:26:07 0ef7d3d256c8: Pulling fs layer 05:26:07 de9db76c5a1d: Pulling fs layer 05:26:07 bca2f99d35d6: Pulling fs layer 05:26:07 93359f2a8cfa: Pulling fs layer 05:26:07 7c6f9722023f: Pulling fs layer 05:26:07 a35cf1a2eb13: Pulling fs layer 05:26:07 bca2f99d35d6: Waiting 05:26:07 7c6f9722023f: Waiting 05:26:07 a35cf1a2eb13: Waiting 05:26:07 93359f2a8cfa: Waiting 05:26:07 de9db76c5a1d: Verifying Checksum 05:26:07 de9db76c5a1d: Download complete 05:26:07 0ef7d3d256c8: Verifying Checksum 05:26:07 0ef7d3d256c8: Download complete 05:26:07 93359f2a8cfa: Verifying Checksum 05:26:07 93359f2a8cfa: Download complete 05:26:07 7c6f9722023f: Verifying Checksum 05:26:07 7c6f9722023f: Download complete 05:26:07 188c0c94c7c5: Verifying Checksum 05:26:07 188c0c94c7c5: Download complete 05:26:07 188c0c94c7c5: Pull complete 05:26:08 0ef7d3d256c8: Pull complete 05:26:08 de9db76c5a1d: Pull complete 05:26:08 ---> Running in 21a80d70eded 05:26:08 Removing intermediate container 21a80d70eded 05:26:08 ---> 4e6355023645 05:26:08 Step 4/7 : RUN apk add bash 05:26:08 ---> Running in 1464430065b9 05:26:09 a35cf1a2eb13: Verifying Checksum 05:26:09 a35cf1a2eb13: Download complete 05:26:09 bca2f99d35d6: Verifying Checksum 05:26:09 bca2f99d35d6: Download complete 05:26:09 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 05:26:10 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 05:26:11 OK: 142 MiB in 39 packages 05:26:13 Removing intermediate container 1464430065b9 05:26:13 ---> 4a8c25859253 05:26:13 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 05:26:13 ---> Running in ef7a564a0edd 05:26:13 Removing intermediate container ef7a564a0edd 05:26:13 ---> 1eb29b062bb9 05:26:13 Step 6/7 : COPY go.mod . 05:26:14 ---> 2099ffe0b618 05:26:14 Step 7/7 : RUN go mod download 05:26:14 ---> Running in e0b44dd9b345 05:26:15 bca2f99d35d6: Pull complete 05:26:15 93359f2a8cfa: Pull complete 05:26:15 7c6f9722023f: Pull complete 05:26:23 a35cf1a2eb13: Pull complete 05:26:23 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 05:26:23 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 05:26:23 ---> a62c8e92a672 05:26:23 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 05:26:23 ---> Running in 3315683f1d0b 05:26:24 Removing intermediate container 3315683f1d0b 05:26:24 ---> 13527c26ad88 05:26:24 Step 4/7 : RUN apk add bash 05:26:24 ---> Running in c92cd8c52e61 05:26:24 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 05:26:25 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 05:26:25 OK: 166 MiB in 39 packages 05:26:26 Removing intermediate container c92cd8c52e61 05:26:26 ---> cc49194e9252 05:26:26 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 05:26:26 ---> Running in d15d595c1541 05:26:26 Removing intermediate container d15d595c1541 05:26:26 ---> f47d4ef1e4b8 05:26:26 Step 6/7 : COPY go.mod . 05:26:26 ---> 8d5b7e70d8f9 05:26:26 Step 7/7 : RUN go mod download 05:26:26 ---> Running in ad367caffd18 05:26:29 Removing intermediate container e0b44dd9b345 05:26:29 ---> 2b6cde0ad541 05:26:29 Successfully built 2b6cde0ad541 05:26:29 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 05:26:29 + docker inspect -f . ci-base-image-arm64 05:26:29 . [Pipeline] withDockerContainer 05:26:29 prd-ubuntu18.04-docker-arm64-4c-16g-24670 does not seem to be running inside a container 05:26:30 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/3 -v /w/workspace/go-mod-core-contracts/3:/w/workspace/go-mod-core-contracts/3:rw,z -v /w/workspace/go-mod-core-contracts/3@tmp:/w/workspace/go-mod-core-contracts/3@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 ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 05:26:31 $ docker top 796e03268afcf738859e4c9b4796a6d929b53a2e53ac23b45c06ec3b4e28e173 -eo pid,comm [Pipeline] { [Pipeline] sh 05:26:32 + go version 05:26:32 go version go1.15.5 linux/arm64 [Pipeline] } 05:26:32 $ docker stop --time=1 796e03268afcf738859e4c9b4796a6d929b53a2e53ac23b45c06ec3b4e28e173 05:26:34 $ docker rm -f 796e03268afcf738859e4c9b4796a6d929b53a2e53ac23b45c06ec3b4e28e173 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 05:26:35 + docker inspect -f . ci-base-image-arm64 05:26:35 . [Pipeline] withDockerContainer 05:26:35 prd-ubuntu18.04-docker-arm64-4c-16g-24670 does not seem to be running inside a container 05:26:36 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/3 -v /w/workspace/go-mod-core-contracts/3:/w/workspace/go-mod-core-contracts/3:rw,z -v /w/workspace/go-mod-core-contracts/3@tmp:/w/workspace/go-mod-core-contracts/3@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 ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 05:26:36 Removing intermediate container ad367caffd18 05:26:36 ---> 063ce19f2229 05:26:36 Successfully built 063ce19f2229 05:26:37 Successfully tagged ci-base-image-x86_64:latest 05:26:37 $ docker top 67665df6e3acddb67d6bc31a12b74952a5234840a83bd0e1ffd59d121df8cdf7 -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] isUnix [Pipeline] sh 05:26:38 + docker inspect -f . ci-base-image-x86_64 05:26:38 . [Pipeline] withDockerContainer 05:26:38 prd-centos7-docker-4c-2g-24671 does not seem to be running inside a container 05:26:38 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/3 -v /w/workspace/go-mod-core-contracts/3:/w/workspace/go-mod-core-contracts/3:rw,z -v /w/workspace/go-mod-core-contracts/3@tmp:/w/workspace/go-mod-core-contracts/3@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 ******** -e ******** -e ******** ci-base-image-x86_64 cat 05:26:38 + make test 05:26:38 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 05:26:39 $ docker top d964cdd30888b84d1ed4a6545d6d32e5c9c76f999665198cd72b407b94742de9 -eo pid,comm [Pipeline] { [Pipeline] sh 05:26:39 + go version 05:26:39 go version go1.15.5 linux/amd64 [Pipeline] } 05:26:39 $ docker stop --time=1 d964cdd30888b84d1ed4a6545d6d32e5c9c76f999665198cd72b407b94742de9 05:26:41 $ docker rm -f d964cdd30888b84d1ed4a6545d6d32e5c9c76f999665198cd72b407b94742de9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 05:26:42 + docker inspect -f . ci-base-image-x86_64 05:26:42 . [Pipeline] withDockerContainer 05:26:42 prd-centos7-docker-4c-2g-24671 does not seem to be running inside a container 05:26:42 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/3 -v /w/workspace/go-mod-core-contracts/3:/w/workspace/go-mod-core-contracts/3:rw,z -v /w/workspace/go-mod-core-contracts/3@tmp:/w/workspace/go-mod-core-contracts/3@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 ******** -e ******** -e ******** ci-base-image-x86_64 cat 05:26:43 $ docker top c825de1a28fc69cc3d55aff067720d3a3b9880d57df7865b53b52969d414dbc5 -eo pid,comm [Pipeline] { [Pipeline] sh 05:26:43 + make test 05:26:43 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 05:26:50 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients [no test files] 05:26:50 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/agent 0.021s coverage: 85.7% of statements 05:26:50 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/command 0.008s coverage: 100.0% of statements 05:26:51 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/coredata 0.023s coverage: 45.4% of statements 05:26:51 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/general 0.022s coverage: 77.8% of statements 05:26:51 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces [no test files] 05:26:52 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/logger 0.039s coverage: 26.3% of statements 05:26:52 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/metadata 0.019s coverage: 14.7% of statements 05:26:52 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/notifications 0.013s coverage: 100.0% of statements 05:26:52 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/scheduler 0.023s coverage: 91.8% of statements 05:26:52 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/types [no test files] 05:26:52 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/errors [no test files] 05:26:52 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/local 0.017s coverage: 100.0% of statements 05:26:52 ok github.com/edgexfoundry/go-mod-core-contracts/v2/errors 0.009s coverage: 36.7% of statements 05:26:55 ok github.com/edgexfoundry/go-mod-core-contracts/v2/models 0.042s coverage: 63.0% of statements 05:26:55 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/configuration 0.011s coverage: 26.3% of statements 05:26:55 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/admin 0.008s coverage: 15.4% of statements 05:26:55 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/operating 0.019s coverage: 15.4% of statements 05:26:55 ok github.com/edgexfoundry/go-mod-core-contracts/v2/responses/configuration 0.010s coverage: 14.3% of statements 05:26:55 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2 [no test files] 05:26:56 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http 0.095s coverage: 84.8% of statements 05:26:56 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http/utils [no test files] 05:26:56 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces [no test files] 05:26:56 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces/mocks [no test files] 05:26:56 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos 0.021s coverage: 49.3% of statements 05:26:56 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/common 0.025s coverage: 94.7% of statements 05:26:57 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/requests 0.038s coverage: 88.8% of statements 05:26:57 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/responses 0.008s coverage: 100.0% of statements 05:26:57 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/models [no test files] 05:26:57 CGO_ENABLED=0 GO111MODULE=on go vet ./... 05:26:59 gofmt -l . 05:26:59 [ "`gofmt -l .`" = "" ] [Pipeline] } 05:26:59 $ docker stop --time=1 c825de1a28fc69cc3d55aff067720d3a3b9880d57df7865b53b52969d414dbc5 05:27:00 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients [no test files] 05:27:01 $ docker rm -f c825de1a28fc69cc3d55aff067720d3a3b9880d57df7865b53b52969d414dbc5 05:27:01 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/agent 0.031s coverage: 85.7% of statements 05:27:01 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/command 0.046s coverage: 100.0% of statements [Pipeline] // withDockerContainer [Pipeline] sh 05:27:02 + sudo chown -R jenkins:jenkins . [Pipeline] stash 05:27:02 Stashed 1 file(s) [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] } 05:27:04 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/coredata 0.027s coverage: 45.4% of statements 05:27:04 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/general 0.020s coverage: 77.8% of statements 05:27:04 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces [no test files] 05:27:05 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/logger 0.036s coverage: 26.3% of statements 05:27:05 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/metadata 0.072s coverage: 14.7% of statements 05:27:05 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/notifications 0.030s coverage: 100.0% of statements 05:27:08 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/scheduler 0.061s coverage: 91.8% of statements 05:27:08 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/types [no test files] 05:27:08 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/errors [no test files] 05:27:08 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/local 0.030s coverage: 100.0% of statements 05:27:08 ok github.com/edgexfoundry/go-mod-core-contracts/v2/errors 0.038s coverage: 36.7% of statements 05:27:12 ok github.com/edgexfoundry/go-mod-core-contracts/v2/models 0.094s coverage: 63.0% of statements 05:27:12 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/configuration 0.012s coverage: 26.3% of statements 05:27:12 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/admin 0.019s coverage: 15.4% of statements 05:27:12 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/operating 0.021s coverage: 15.4% of statements 05:27:12 ok github.com/edgexfoundry/go-mod-core-contracts/v2/responses/configuration 0.019s coverage: 14.3% of statements 05:27:12 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2 [no test files] 05:27:16 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http 0.212s coverage: 84.8% of statements 05:27:16 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http/utils [no test files] 05:27:16 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces [no test files] 05:27:16 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces/mocks [no test files] 05:27:16 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos 0.096s coverage: 49.3% of statements 05:27:16 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/common 0.052s coverage: 94.7% of statements 05:27:18 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/requests 0.153s coverage: 88.8% of statements 05:27:18 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/responses 0.022s coverage: 100.0% of statements 05:27:18 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/models [no test files] 05:27:18 CGO_ENABLED=0 GO111MODULE=on go vet ./... 05:27:23 gofmt -l . 05:27:24 [ "`gofmt -l .`" = "" ] [Pipeline] } 05:27:24 $ docker stop --time=1 67665df6e3acddb67d6bc31a12b74952a5234840a83bd0e1ffd59d121df8cdf7 05:27:27 $ docker rm -f 67665df6e3acddb67d6bc31a12b74952a5234840a83bd0e1ffd59d121df8cdf7 [Pipeline] // withDockerContainer [Pipeline] sh 05:27:28 + sudo chown -R jenkins:jenkins . [Pipeline] stash 05:27:28 Warning: overwriting stash ‘coverage-report’ 05:27:29 Stashed 1 file(s) [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] } [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 05:27:31 provisioning config files... 05:27:31 copy managed file [go-mod-core-contracts-codecov-token] to file:/w/workspace/dry_go-mod-core-contracts_PR-478@tmp/config3893908558529855310tmp [Pipeline] { [Pipeline] sh 05:27:31 + set +x 05:27:31 + curl -s https://codecov.io/bash 05:27:31 + bash -s -- 05:27:31 05:27:31 _____ _ 05:27:31 / ____| | | 05:27:31 | | ___ __| | ___ ___ _____ __ 05:27:31 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 05:27:31 | |___| (_) | (_| | __/ (_| (_) \ V / 05:27:31 \_____\___/ \__,_|\___|\___\___/ \_/ 05:27:31 Bash-20210129-7c25fce 05:27:31 05:27:31 05:27:31 ==> git version 2.24.3 found 05:27:31 ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 05:27:31 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 05:27:31 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 05:27:31 ==> Jenkins CI detected. 05:27:31 project root: . 05:27:31 --> token set from env 05:27:31 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 05:27:31 ==> Running gcov in . (disable via -X gcov) 05:27:31 ==> Python coveragepy not found 05:27:31 ==> Searching for coverage reports in: 05:27:31 + . 05:27:31 -> Found 1 reports 05:27:31 ==> Detecting git/mercurial file structure 05:27:31 ==> Reading reports 05:27:32 + ./coverage.out bytes=147284 05:27:32 ==> Appending adjustments 05:27:32 https://docs.codecov.io/docs/fixing-reports 05:27:33 + Found adjustments 05:27:33 ==> Gzipping contents 05:27:33 24K /tmp/codecov.C8dFoE.gz 05:27:33 ==> Uploading reports 05:27:33 url: https://codecov.io 05:27:33 query: branch=PR-478&commit=c7f46bc81a26f3e2288137cf586828ee49028681&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2FPR-478%2F3%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=478&job=&cmd_args= 05:27:33 -> Pinging Codecov 05:27:33 https://codecov.io/upload/v4?package=bash-20210129-7c25fce&token=secret&branch=PR-478&commit=c7f46bc81a26f3e2288137cf586828ee49028681&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2FPR-478%2F3%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=478&job=&cmd_args= 05:27:33 -> Uploading to 05:27:33 https://storage.googleapis.com/codecov/v4/raw/2021-02-03/71470A77251A30514AAF9C0BB2E5B6CE/c7f46bc81a26f3e2288137cf586828ee49028681/2b7914fa-0dab-4e7c-be7c-022481535447.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210203%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210203T052733Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=7ee3de4787759ff7166216cc36379522fb7aaadae7157e51e9616d8b1b6cfcfc 05:27:33 % Total % Received % Xferd Average Speed Time Time Time Current 05:27:33 Dload Upload Total Spent Left Speed 05:27:34 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 22379 0 0 100 22379 0 38158 --:--:-- --:--:-- --:--:-- 38189 05:27:34 -> View reports at https://codecov.io/github/edgexfoundry/go-mod-core-contracts/commit/c7f46bc81a26f3e2288137cf586828ee49028681 [Pipeline] } 05:27:34 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image 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 05:27:36 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 05:27:37 ---> package-listing.sh 05:27:37 ++ facter osfamily 05:27:37 ++ tr '[:upper:]' '[:lower:]' 05:27:37 + OS_FAMILY=redhat 05:27:37 + workspace=/w/workspace/dry_go-mod-core-contracts_PR-478 05:27:37 + START_PACKAGES=/tmp/packages_start.txt 05:27:37 + END_PACKAGES=/tmp/packages_end.txt 05:27:37 + DIFF_PACKAGES=/tmp/packages_diff.txt 05:27:37 + PACKAGES=/tmp/packages_start.txt 05:27:37 + '[' /w/workspace/dry_go-mod-core-contracts_PR-478 ']' 05:27:37 + PACKAGES=/tmp/packages_end.txt 05:27:37 + case "${OS_FAMILY}" in 05:27:37 + rpm -qa 05:27:37 + sort 05:27:42 + '[' -f /tmp/packages_start.txt ']' 05:27:42 + '[' -f /tmp/packages_end.txt ']' 05:27:42 + diff /tmp/packages_start.txt /tmp/packages_end.txt 05:27:42 + '[' /w/workspace/dry_go-mod-core-contracts_PR-478 ']' 05:27:42 + mkdir -p /w/workspace/dry_go-mod-core-contracts_PR-478/archives/ 05:27:42 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dry_go-mod-core-contracts_PR-478/archives/ [Pipeline] echo 05:27:42 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-478/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 05:27:42 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 05:27:43 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 05:27:43 05:27:43 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 05:27:43 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 05:27:43 alpine: Pulling from edgex-lftools-log-publisher 05:27:43 df20fa9351a1: Pulling fs layer 05:27:43 36b3adc4ff6f: Pulling fs layer 05:27:43 8ad3a11d3b57: Pulling fs layer 05:27:43 46f8f816bc3b: Pulling fs layer 05:27:43 93b61091891f: Pulling fs layer 05:27:43 93b9cdb0e59b: Pulling fs layer 05:27:43 5e14af77c1be: Pulling fs layer 05:27:43 01666e4c0597: Pulling fs layer 05:27:43 aa168da1d23b: Pulling fs layer 05:27:43 93b9cdb0e59b: Waiting 05:27:43 01666e4c0597: Waiting 05:27:43 5e14af77c1be: Waiting 05:27:43 46f8f816bc3b: Waiting 05:27:43 aa168da1d23b: Waiting 05:27:43 93b61091891f: Waiting 05:27:43 36b3adc4ff6f: Verifying Checksum 05:27:43 36b3adc4ff6f: Download complete 05:27:43 46f8f816bc3b: Download complete 05:27:43 df20fa9351a1: Verifying Checksum 05:27:43 df20fa9351a1: Download complete 05:27:43 93b9cdb0e59b: Verifying Checksum 05:27:43 93b9cdb0e59b: Download complete 05:27:43 5e14af77c1be: Verifying Checksum 05:27:43 5e14af77c1be: Download complete 05:27:43 01666e4c0597: Verifying Checksum 05:27:43 01666e4c0597: Download complete 05:27:43 93b61091891f: Verifying Checksum 05:27:43 93b61091891f: Download complete 05:27:43 8ad3a11d3b57: Verifying Checksum 05:27:43 8ad3a11d3b57: Download complete 05:27:44 df20fa9351a1: Pull complete 05:27:44 36b3adc4ff6f: Pull complete 05:27:45 8ad3a11d3b57: Pull complete 05:27:45 46f8f816bc3b: Pull complete 05:27:46 93b61091891f: Pull complete 05:27:46 aa168da1d23b: Verifying Checksum 05:27:46 aa168da1d23b: Download complete 05:27:46 93b9cdb0e59b: Pull complete 05:27:46 5e14af77c1be: Pull complete 05:27:46 01666e4c0597: Pull complete 05:27:53 aa168da1d23b: Pull complete 05:27:53 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 05:27:53 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 05:27:53 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 05:27:53 prd-centos7-docker-4c-2g-24669 does not seem to be running inside a container 05:27:53 $ 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-478/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-478 -v /w/workspace/dry_go-mod-core-contracts_PR-478:/w/workspace/dry_go-mod-core-contracts_PR-478:rw,z -v /w/workspace/dry_go-mod-core-contracts_PR-478@tmp:/w/workspace/dry_go-mod-core-contracts_PR-478@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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 05:27:57 $ docker top b445d8f7d5f47894ab1d076acc86f412662b248b82d2c111a26ca32ec9791157 -eo pid,comm [Pipeline] { [Pipeline] sh 05:27:57 + touch /tmp/pre-build-complete [Pipeline] sh 05:27:57 + mkdir -p /var/log/sa [Pipeline] sh 05:27:58 + ls /var/log/sa-host 05:27:58 + sadf -c /var/log/sa-host/sa03 05:27:58 file_magic: OK 05:27:58 HZ: Using current value: 100 05:27:58 file_header: OK 05:27: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 05:27:58 Statistics: 05:27:58 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 05:27:58 File successfully converted to sysstat format version 12.2.1 05:27:58 + sadf -c /var/log/sa-host/sa23 05:27:58 file_magic: OK 05:27:58 HZ: Using current value: 100 05:27:58 file_header: OK 05:27: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 05:27:58 Statistics: 05:27:58 Hnuu...uuuununununu... 05:27:58 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 05:27:58 provisioning config files... 05:27:58 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dry_go-mod-core-contracts_PR-478@tmp/config6278845260118288479tmp [Pipeline] { [Pipeline] echo 05:27:58 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 05:27:59 ---> create-netrc.sh [Pipeline] } 05:27:59 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 05:27:59 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 05:27:59 ---> python-tools-install.sh [Pipeline] echo 05:27:59 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 05:27:59 ---> sudo-logs.sh 05:27:59 Archiving 'sudo' log.. [Pipeline] echo 05:28:00 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 05:28:00 ---> job-cost.sh 05:28:00 lf-activate-venv: SKIPPING 05:28:00 INFO: No Stack... 05:28:01 INFO: Retrieving Pricing Info for: v1-standard-2 05:28:01 INFO: Archiving Costs [Pipeline] echo 05:28:01 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 05:28:02 ---> logs-deploy.sh 05:28:02 lf-activate-venv: SKIPPING 05:28:02 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/PR-478/3 05:28:02 INFO: archiving workspace using pattern(s): 05:28:04 Archives upload complete. 05:28:04 INFO: archiving logs to Nexus 05:28:05 ---> uname -a: 05:28:05 Linux prd-centos7-docker-4c-2g-24669.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 05:28:05 05:28:05 05:28:05 ---> lscpu: 05:28:05 Architecture: x86_64 05:28:05 CPU op-mode(s): 32-bit, 64-bit 05:28:05 Byte Order: Little Endian 05:28:05 Address sizes: 40 bits physical, 48 bits virtual 05:28:05 CPU(s): 4 05:28:05 On-line CPU(s) list: 0-3 05:28:05 Thread(s) per core: 1 05:28:05 Core(s) per socket: 1 05:28:05 Socket(s): 4 05:28:05 NUMA node(s): 1 05:28:05 Vendor ID: GenuineIntel 05:28:05 CPU family: 6 05:28:05 Model: 44 05:28:05 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 05:28:05 Stepping: 1 05:28:05 CPU MHz: 2933.438 05:28:05 BogoMIPS: 5866.87 05:28:05 Virtualization: VT-x 05:28:05 Hypervisor vendor: KVM 05:28:05 Virtualization type: full 05:28:05 L1d cache: 128 KiB 05:28:05 L1i cache: 128 KiB 05:28:05 L2 cache: 16 MiB 05:28:05 L3 cache: 64 MiB 05:28:05 NUMA node0 CPU(s): 0-3 05:28:05 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 05:28:05 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 05:28:05 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 05:28:05 Vulnerability Meltdown: Mitigation; PTI 05:28:05 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 05:28:05 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 05:28:05 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 05:28:05 Vulnerability Srbds: Not affected 05:28:05 Vulnerability Tsx async abort: Not affected 05:28:05 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 05:28:05 05:28:05 05:28:05 ---> nproc: 05:28:05 4 05:28:05 05:28:05 05:28:05 ---> df -h: 05:28:05 Filesystem Size Used Available Use% Mounted on 05:28:05 overlay 50.0G 7.3G 42.7G 15% / 05:28:05 tmpfs 64.0M 0 64.0M 0% /dev 05:28:05 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 05:28:05 shm 64.0M 0 64.0M 0% /dev/shm 05:28:05 /dev/vda1 50.0G 7.3G 42.7G 15% /facter-os 05:28:05 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/resolv.conf 05:28:05 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hostname 05:28:05 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hosts 05:28:05 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/dry_go-mod-core-contracts_PR-478 05:28:05 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/dry_go-mod-core-contracts_PR-478@tmp 05:28:05 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/sa-host 05:28:05 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/secure 05:28:05 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/auth.log 05:28:05 /dev/vda1 50.0G 7.3G 42.7G 15% /run/cloud-init/result.json 05:28:05 05:28:05 05:28:05 ---> free -m: 05:28:05 total used free shared buff/cache available 05:28:05 Mem: 1837 722 104 0 1009 1009 05:28:05 Swap: 1023 1 1022 05:28:05 05:28:05 05:28:05 ---> ip addr: 05:28:05 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 05:28:05 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 05:28:05 inet 127.0.0.1/8 scope host lo 05:28:05 valid_lft forever preferred_lft forever 05:28:05 inet6 ::1/128 scope host 05:28:05 valid_lft forever preferred_lft forever 05:28:05 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 05:28:05 link/ether fa:16:3e:ac:a1:b1 brd ff:ff:ff:ff:ff:ff 05:28:05 inet 10.30.122.202/23 brd 10.30.123.255 scope global dynamic eth0 05:28:05 valid_lft 86058sec preferred_lft 86058sec 05:28:05 inet6 fe80::f816:3eff:feac:a1b1/64 scope link 05:28:05 valid_lft forever preferred_lft forever 05:28:05 3: docker0: mtu 1500 qdisc noqueue state DOWN 05:28:05 link/ether 02:42:98:5c:e3:07 brd ff:ff:ff:ff:ff:ff 05:28:05 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 05:28:05 valid_lft forever preferred_lft forever 05:28:05 inet6 fe80::42:98ff:fe5c:e307/64 scope link 05:28:05 valid_lft forever preferred_lft forever 05:28:05 05:28:05 05:28:05 ---> sar -b -r -n DEV: 05:28:05 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/03/21 _x86_64_ (4 CPU) 05:28:05 05:28:05 05:22:10 LINUX RESTART (4 CPU) 05:28:05 05:28:05 05:23:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 05:28:05 05:24:01 33.74 10.80 22.94 0.00 4277.13 3181.99 0.00 05:28:05 05:25:01 2.35 0.00 2.35 0.00 0.00 41.15 0.00 05:28:05 05:26:01 0.23 0.00 0.23 0.00 0.00 3.60 0.00 05:28:05 05:27:01 0.32 0.00 0.32 0.00 0.00 4.66 0.00 05:28:05 Average: 9.16 2.70 6.46 0.00 1069.68 808.15 0.00 05:28:05 05:28:05 05:23:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 05:28:05 05:24:01 140756 0 623216 33.12 2620 1114952 1119056 38.19 437212 1102540 8 05:28:05 05:25:01 148076 0 615888 32.73 2620 1114960 1084256 37.00 434048 1099504 8 05:28:05 05:26:01 145808 0 618152 32.85 2620 1114964 1084400 37.01 434380 1101748 12 05:28:05 05:27:01 146628 0 617328 32.81 2620 1114968 1084256 37.00 447848 1087520 20 05:28:05 Average: 145317 0 618646 32.88 2620 1114961 1092992 37.30 438372 1097828 12 05:28:05 05:28:05 05:23:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 05:28:05 05:24:01 eth0 80.53 67.36 355.56 37.55 0.00 0.00 0.00 0.00 05:28:05 05:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:28:05 05:24:01 docker0 8.47 5.21 1.74 17.75 0.00 0.00 0.00 0.00 05:28:05 05:25:01 eth0 0.75 0.08 0.06 0.01 0.00 0.00 0.00 0.00 05:28:05 05:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:28:05 05:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:28:05 05:26:01 eth0 1.90 0.97 1.03 0.42 0.00 0.00 0.00 0.00 05:28:05 05:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:28:05 05:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:28:05 05:27:01 eth0 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:28:05 05:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:28:05 05:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:28:05 Average: eth0 20.81 17.11 89.20 9.50 0.00 0.00 0.00 0.00 05:28:05 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:28:05 Average: docker0 2.12 1.30 0.43 4.44 0.00 0.00 0.00 0.00 05:28:05 05:28:05 05:28:05 ---> sar -P ALL: 05:28:05 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/03/21 _x86_64_ (4 CPU) 05:28:05 05:28:05 05:22:10 LINUX RESTART (4 CPU) 05:28:05 05:28:05 05:23:01 CPU %user %nice %system %iowait %steal %idle 05:28:05 05:24:01 all 2.75 0.00 2.03 0.80 0.13 94.28 05:28:05 05:24:01 0 2.52 0.00 1.66 0.35 0.15 95.32 05:28:05 05:24:01 1 3.08 0.00 2.34 0.89 0.17 93.52 05:28:05 05:24:01 2 2.27 0.00 2.11 1.81 0.13 93.68 05:28:05 05:24:01 3 3.13 0.00 2.01 0.17 0.08 94.61 05:28:05 05:25:01 all 0.15 0.00 0.04 0.00 0.00 99.81 05:28:05 05:25:01 0 0.42 0.00 0.05 0.00 0.00 99.53 05:28:05 05:25:01 1 0.02 0.00 0.02 0.00 0.00 99.97 05:28:05 05:25:01 2 0.10 0.00 0.05 0.00 0.00 99.85 05:28:05 05:25:01 3 0.05 0.00 0.03 0.00 0.02 99.90 05:28:05 05:26:01 all 0.14 0.00 0.08 0.00 0.02 99.75 05:28:05 05:26:01 0 0.03 0.00 0.05 0.00 0.05 99.87 05:28:05 05:26:01 1 0.10 0.00 0.07 0.00 0.02 99.82 05:28:05 05:26:01 2 0.35 0.00 0.12 0.00 0.02 99.52 05:28:05 05:26:01 3 0.08 0.00 0.10 0.00 0.00 99.82 05:28:05 05:27:01 all 0.10 0.00 0.05 0.00 0.01 99.84 05:28:05 05:27:01 0 0.02 0.00 0.03 0.00 0.02 99.93 05:28:05 05:27:01 1 0.35 0.00 0.03 0.00 0.00 99.62 05:28:05 05:27:01 2 0.03 0.00 0.10 0.00 0.02 99.85 05:28:05 05:27:01 3 0.02 0.00 0.02 0.00 0.02 99.95 05:28:05 Average: all 0.78 0.00 0.55 0.20 0.04 98.43 05:28:05 Average: 0 0.74 0.00 0.45 0.09 0.05 98.67 05:28:05 Average: 1 0.88 0.00 0.61 0.22 0.05 98.23 05:28:05 Average: 2 0.69 0.00 0.59 0.45 0.04 98.23 05:28:05 Average: 3 0.82 0.00 0.54 0.04 0.03 98.57 05:28:05 05:28:05 05:28:05