Pull request #482 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 3266a8a064ea1e4186ba60e0f0ed5a83c04ee5f2 rather than 2f24af10b3c1833042816814df4dcda80bde2cbb Obtained Jenkinsfile from 3266a8a064ea1e4186ba60e0f0ed5a83c04ee5f2 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 Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-24710 in /w/workspace/dry_go-mod-core-contracts_PR-482 [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-482 # 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/482/head:refs/remotes/origin/PR-482 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 3266a8a064ea1e4186ba60e0f0ed5a83c04ee5f2 into PR head commit 2f24af10b3c1833042816814df4dcda80bde2cbb Merge succeeded, producing 2f24af10b3c1833042816814df4dcda80bde2cbb Checking out Revision 2f24af10b3c1833042816814df4dcda80bde2cbb (PR-482) > git config core.sparsecheckout # timeout=10 > git checkout -f 2f24af10b3c1833042816814df4dcda80bde2cbb # 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 3266a8a064ea1e4186ba60e0f0ed5a83c04ee5f2 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 2f24af10b3c1833042816814df4dcda80bde2cbb # timeout=10 Commit message: "Merge branch 'master' into issue-481" > git rev-list --no-walk d0d059f133e201e52d72f269339daf7f7cc97074 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 10:38:44 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 10:38:44 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 10:38:44 ========================================================= 10:38:44 EdgeX Global Pipelines Version Info 10:38:44 ========================================================= [Pipeline] libraryResource [Pipeline] sh 10:38:46 ------------------- 10:38:46 stable info: 10:38:46 ------------------- 10:38:46 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 10:38:46 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 10:38:46 Message: update stable to v1.0.179 10:38:47 ------------------- 10:38:47 experimental info: 10:38:47 ------------------- 10:38:47 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 10:38:47 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 10:38:47 Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 10:38:47 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-core-contracts-settings [Pipeline] echo 10:38:47 [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-core-contracts [Pipeline] echo 10:38:48 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 10:38:48 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 10:38:48 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 10:38:48 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 10:38:48 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 10:38:48 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 10:38:48 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 10:38:48 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 10:38:48 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 10:38:48 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-core-contracts [Pipeline] echo 10:38:48 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 10:38:49 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 10:38:49 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 10:38:49 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 10:38:49 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 10:38:49 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 10:38:49 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 10:38:49 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 10:38:49 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 10:38:49 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 10:38:49 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 10:38:49 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 10:38:49 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 10:38:50 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 10:38:50 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 10:38:50 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-482 [Pipeline] echo 10:38:50 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-482 [Pipeline] echo 10:38:50 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-482 [Pipeline] echo 10:38:50 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 2f24af10b3c1833042816814df4dcda80bde2cbb [Pipeline] echo 10:38:50 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 2f24af1 [Pipeline] echo 10:38:50 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 10:38:51 + git log --format=format:%s -1 2f24af10b3c1833042816814df4dcda80bde2cbb [Pipeline] echo 10:38:51 GIT_COMMIT: 2f24af10b3c1833042816814df4dcda80bde2cbb, Commit Message: Merge branch 'master' into issue-481 [Pipeline] echo 10:38:51 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 10:38:52 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 10:38:52 10:38:52 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 10:38:53 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 10:38:53 latest: Pulling from edgex-devops/git-semver 10:38:53 31603596830f: Pulling fs layer 10:38:53 2a8b12db71e7: Pulling fs layer 10:38:53 6ca5941a6612: Pulling fs layer 10:38:53 ecc8261a40a4: Pulling fs layer 10:38:53 ecc8261a40a4: Waiting 10:38:53 2a8b12db71e7: Verifying Checksum 10:38:53 2a8b12db71e7: Download complete 10:38:53 31603596830f: Verifying Checksum 10:38:53 31603596830f: Download complete 10:38:54 ecc8261a40a4: Verifying Checksum 10:38:54 ecc8261a40a4: Download complete 10:38:54 6ca5941a6612: Verifying Checksum 10:38:54 6ca5941a6612: Download complete 10:38:54 31603596830f: Pull complete 10:38:54 2a8b12db71e7: Pull complete 10:38:56 6ca5941a6612: Pull complete 10:38:56 ecc8261a40a4: Pull complete 10:38:56 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 10:38:56 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 10:38:56 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 10:38:57 prd-centos7-docker-4c-2g-24710 does not seem to be running inside a container 10:38:57 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_go-mod-core-contracts_PR-482 -v /w/workspace/dry_go-mod-core-contracts_PR-482:/w/workspace/dry_go-mod-core-contracts_PR-482:rw,z -v /w/workspace/dry_go-mod-core-contracts_PR-482@tmp:/w/workspace/dry_go-mod-core-contracts_PR-482@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 10:38:59 $ docker top bf5d116ebd7adedf189428209367bcc9fe545fe3075e2f5bc1645e19e51585f6 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 10:39:00 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 10:39:00 [ssh-agent] Looking for ssh-agent implementation... 10:39:00 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 10:39:00 $ docker exec bf5d116ebd7adedf189428209367bcc9fe545fe3075e2f5bc1645e19e51585f6 ssh-agent 10:39:01 SSH_AUTH_SOCK=/tmp/ssh-yV98xdMp4ryO/agent.11 10:39:01 SSH_AGENT_PID=16 10:39:01 Running ssh-add (command line suppressed) 10:39:01 Identity added: /w/workspace/dry_go-mod-core-contracts_PR-482@tmp/private_key_7387545467100984991.key (/w/workspace/dry_go-mod-core-contracts_PR-482@tmp/private_key_7387545467100984991.key) 10:39:01 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 10:39:01 + git tag --points-at HEAD [Pipeline] } 10:39:02 $ docker exec --env ******** --env ******** bf5d116ebd7adedf189428209367bcc9fe545fe3075e2f5bc1645e19e51585f6 ssh-agent -k 10:39:02 unset SSH_AUTH_SOCK; 10:39:02 unset SSH_AGENT_PID; 10:39:02 echo Agent pid 16 killed; 10:39:02 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 10:39:02 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 10:39:02 [ssh-agent] Looking for ssh-agent implementation... 10:39:03 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 10:39:03 $ docker exec bf5d116ebd7adedf189428209367bcc9fe545fe3075e2f5bc1645e19e51585f6 ssh-agent 10:39:03 SSH_AUTH_SOCK=/tmp/ssh-zLorwY6AiXoJ/agent.46 10:39:03 SSH_AGENT_PID=51 10:39:03 Running ssh-add (command line suppressed) 10:39:03 Identity added: /w/workspace/dry_go-mod-core-contracts_PR-482@tmp/private_key_5873785762126550029.key (/w/workspace/dry_go-mod-core-contracts_PR-482@tmp/private_key_5873785762126550029.key) 10:39:03 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 10:39:04 + git semver init 10:39:04 # -> Open(): unable to determine branch for HEAD 10:39:04 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_PR-482/.git 10:39:04 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_PR-482 10:39:04 # $SEMVER_REMOTE_NAME = origin 10:39:04 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 10:39:04 # $SEMVER_USER_NAME = edgex-jenkins 10:39:04 # $SEMVER_BRANCH = PR-482 10:39:04 # $SEMVER_TEMP = /tmp/semver-349181912 10:39:04 # git clone --branch semver git@github.com:edgexfoundry/go-mod-core-contracts.git $SEMVER_TEMP 10:39:06 # '/tmp/semver-349181912' -> '/w/workspace/dry_go-mod-core-contracts_PR-482/.semver' 10:39:06 # -> Force: false 10:39:06 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_PR-482/.semver [Pipeline] } 10:39:06 $ docker exec --env ******** --env ******** bf5d116ebd7adedf189428209367bcc9fe545fe3075e2f5bc1645e19e51585f6 ssh-agent -k 10:39:06 unset SSH_AUTH_SOCK; 10:39:06 unset SSH_AGENT_PID; 10:39:06 echo Agent pid 51 killed; 10:39:06 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 10:39:06 + git semver [Pipeline] } 10:39:06 $ docker stop --time=1 bf5d116ebd7adedf189428209367bcc9fe545fe3075e2f5bc1645e19e51585f6 10:39:09 $ docker rm -f bf5d116ebd7adedf189428209367bcc9fe545fe3075e2f5bc1645e19e51585f6 [Pipeline] // withDockerContainer [Pipeline] sh 10:39:09 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 10:39:10 Stashed 1 file(s) [Pipeline] echo 10:39:10 [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 10:39:26 Still waiting to schedule task 10:39:26 Waiting for next available executor on ‘centos7-docker-4c-2g’ 10:39:26 Still waiting to schedule task 10:39:26 ‘prd-ubuntu18.04-docker-arm64-4c-16g-24708’ is offline 10:41:17 Running on prd-ubuntu18.04-docker-arm64-4c-16g-24711 in /w/workspace/dry_go-mod-core-contracts_PR-482 [Pipeline] { [Pipeline] ws 10:41:17 Running in /w/workspace/go-mod-core-contracts/2 [Pipeline] { [Pipeline] checkout 10:41:22 using credential edgex-jenkins-ssh 10:41:22 Cloning the remote Git repository 10:41:22 Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git 10:41:22 > git init /w/workspace/go-mod-core-contracts/2 # timeout=10 10:41:22 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 10:41:22 > git --version # timeout=10 10:41:22 > git --version # 'git version 2.17.1' 10:41:22 using GIT_SSH to set credentials SSH Credentials for GitHub 10:41:22 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 10:41:23 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 10:41:23 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 10:41:23 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 10:41:23 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 10:41:23 using GIT_SSH to set credentials SSH Credentials for GitHub 10:41:23 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/482/head:refs/remotes/origin/PR-482 +refs/heads/master:refs/remotes/origin/master # timeout=10 10:41:24 Merging remotes/origin/master commit 3266a8a064ea1e4186ba60e0f0ed5a83c04ee5f2 into PR head commit 2f24af10b3c1833042816814df4dcda80bde2cbb 10:41:24 Merge succeeded, producing 2f24af10b3c1833042816814df4dcda80bde2cbb 10:41:24 Checking out Revision 2f24af10b3c1833042816814df4dcda80bde2cbb (PR-482) 10:41:24 > git config core.sparsecheckout # timeout=10 10:41:24 > git checkout -f 2f24af10b3c1833042816814df4dcda80bde2cbb # timeout=10 10:41:24 > git remote # timeout=10 10:41:24 > git config --get remote.origin.url # timeout=10 10:41:24 using GIT_SSH to set credentials SSH Credentials for GitHub 10:41:24 > git merge 3266a8a064ea1e4186ba60e0f0ed5a83c04ee5f2 # timeout=10 10:41:24 > git rev-parse HEAD^{commit} # timeout=10 10:41:24 > git config core.sparsecheckout # timeout=10 10:41:24 > git checkout -f 2f24af10b3c1833042816814df4dcda80bde2cbb # timeout=10 10:41:25 Running on prd-centos7-docker-4c-2g-24712 in /w/workspace/dry_go-mod-core-contracts_PR-482 [Pipeline] { [Pipeline] ws 10:41:25 Running in /w/workspace/go-mod-core-contracts/2 [Pipeline] { [Pipeline] checkout 10:41:27 using credential edgex-jenkins-ssh 10:41:27 Cloning the remote Git repository 10:41:27 Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git 10:41:27 > git init /w/workspace/go-mod-core-contracts/2 # timeout=10 10:41:27 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 10:41:27 > git --version # timeout=10 10:41:27 > git --version # 'git version 2.24.3' 10:41:27 using GIT_SSH to set credentials SSH Credentials for GitHub 10:41:27 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 10:41:28 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 10:41:28 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 10:41:28 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 10:41:28 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 10:41:28 using GIT_SSH to set credentials SSH Credentials for GitHub 10:41:28 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/482/head:refs/remotes/origin/PR-482 +refs/heads/master:refs/remotes/origin/master # timeout=10 10:41:29 Commit message: "Merge branch 'master' into issue-481" 10:41:29 Merging remotes/origin/master commit 3266a8a064ea1e4186ba60e0f0ed5a83c04ee5f2 into PR head commit 2f24af10b3c1833042816814df4dcda80bde2cbb 10:41:29 Merge succeeded, producing 2f24af10b3c1833042816814df4dcda80bde2cbb 10:41:29 Checking out Revision 2f24af10b3c1833042816814df4dcda80bde2cbb (PR-482) [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 10:41:29 > git config core.sparsecheckout # timeout=10 10:41:29 > git checkout -f 2f24af10b3c1833042816814df4dcda80bde2cbb # timeout=10 10:41:29 > git remote # timeout=10 10:41:29 > git config --get remote.origin.url # timeout=10 10:41:29 using GIT_SSH to set credentials SSH Credentials for GitHub 10:41:29 > git merge 3266a8a064ea1e4186ba60e0f0ed5a83c04ee5f2 # timeout=10 10:41:29 > git rev-parse HEAD^{commit} # timeout=10 10:41:29 > git config core.sparsecheckout # timeout=10 10:41:29 > git checkout -f 2f24af10b3c1833042816814df4dcda80bde2cbb # timeout=10 10:41:30 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 10:41:31 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 10:41:31 + sudo service docker restart 10:41:31 + true 10:41:32 Commit message: "Merge branch 'master' into issue-481" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 10:41:34 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [Pipeline] unstash 10:41:34 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [Pipeline] echo 10:41:34 ========================================================= 10:41:34 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 10:41:34 ========================================================= [Pipeline] isUnix [Pipeline] sh 10:41:34 + sudo service docker restart 10:41:34 + true 10:41:34 Redirecting to /bin/systemctl restart docker.service 10:41:34 + 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 . [Pipeline] unstash [Pipeline] echo 10:41:35 ========================================================= 10:41:35 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 10:41:35 ========================================================= 10:41:35 Sending build context to Docker daemon 2.536MB 10:41:35 Step 1/7 : ARG BASE=golang:1.15-alpine 10:41:35 Step 2/7 : FROM ${BASE} [Pipeline] isUnix [Pipeline] sh 10:41:36 + 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 . 10:41:36 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 10:41:36 5f621e34cdf4: Pulling fs layer 10:41:36 a4357932f1b6: Pulling fs layer 10:41:36 18c013af1878: Pulling fs layer 10:41:36 00ac8860ef70: Pulling fs layer 10:41:36 63d7cb157983: Pulling fs layer 10:41:36 b116817d02f9: Pulling fs layer 10:41:36 745a02a5169b: Pulling fs layer 10:41:36 00ac8860ef70: Waiting 10:41:36 63d7cb157983: Waiting 10:41:36 745a02a5169b: Waiting 10:41:36 b116817d02f9: Waiting 10:41:36 18c013af1878: Verifying Checksum 10:41:36 18c013af1878: Download complete 10:41:36 a4357932f1b6: Download complete 10:41:36 63d7cb157983: Verifying Checksum 10:41:36 63d7cb157983: Download complete 10:41:36 Sending build context to Docker daemon 2.537MB 10:41:36 Step 1/7 : ARG BASE=golang:1.15-alpine 10:41:36 Step 2/7 : FROM ${BASE} 10:41:37 b116817d02f9: Verifying Checksum 10:41:37 b116817d02f9: Download complete 10:41:37 5f621e34cdf4: Verifying Checksum 10:41:37 5f621e34cdf4: Download complete 10:41:37 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 10:41:37 188c0c94c7c5: Pulling fs layer 10:41:37 0ef7d3d256c8: Pulling fs layer 10:41:37 de9db76c5a1d: Pulling fs layer 10:41:37 bca2f99d35d6: Pulling fs layer 10:41:37 93359f2a8cfa: Pulling fs layer 10:41:37 7c6f9722023f: Pulling fs layer 10:41:37 a35cf1a2eb13: Pulling fs layer 10:41:37 bca2f99d35d6: Waiting 10:41:37 93359f2a8cfa: Waiting 10:41:37 7c6f9722023f: Waiting 10:41:37 a35cf1a2eb13: Waiting 10:41:37 de9db76c5a1d: Verifying Checksum 10:41:37 de9db76c5a1d: Download complete 10:41:37 0ef7d3d256c8: Verifying Checksum 10:41:37 0ef7d3d256c8: Download complete 10:41:37 5f621e34cdf4: Pull complete 10:41:37 93359f2a8cfa: Verifying Checksum 10:41:37 93359f2a8cfa: Download complete 10:41:37 7c6f9722023f: Verifying Checksum 10:41:37 7c6f9722023f: Download complete 10:41:38 188c0c94c7c5: Verifying Checksum 10:41:38 188c0c94c7c5: Download complete 10:41:38 a4357932f1b6: Pull complete 10:41:38 188c0c94c7c5: Pull complete 10:41:38 18c013af1878: Pull complete 10:41:38 0ef7d3d256c8: Pull complete 10:41:38 de9db76c5a1d: Pull complete 10:41:40 745a02a5169b: Verifying Checksum 10:41:40 745a02a5169b: Download complete 10:41:40 a35cf1a2eb13: Verifying Checksum 10:41:40 a35cf1a2eb13: Download complete 10:41:41 00ac8860ef70: Verifying Checksum 10:41:41 00ac8860ef70: Download complete 10:41:41 bca2f99d35d6: Download complete 10:41:47 bca2f99d35d6: Pull complete 10:41:47 93359f2a8cfa: Pull complete 10:41:47 7c6f9722023f: Pull complete 10:41:52 00ac8860ef70: Pull complete 10:41:52 63d7cb157983: Pull complete 10:41:52 a35cf1a2eb13: Pull complete 10:41:52 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 10:41:52 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 10:41:52 ---> a62c8e92a672 10:41:52 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 10:41:52 ---> Running in 67eddf385049 10:41:52 Removing intermediate container 67eddf385049 10:41:52 ---> 5ff03737851d 10:41:52 Step 4/7 : RUN apk add bash 10:41:52 ---> Running in e5e6d89b53ff 10:41:52 b116817d02f9: Pull complete 10:41:52 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 10:41:53 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 10:41:54 OK: 166 MiB in 39 packages 10:41:54 Removing intermediate container e5e6d89b53ff 10:41:54 ---> 2840a2925fe2 10:41:54 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 10:41:54 ---> Running in 33338d4a9622 10:41:54 Removing intermediate container 33338d4a9622 10:41:54 ---> dd552a1daed7 10:41:54 Step 6/7 : COPY go.mod . 10:41:55 ---> d4401500216a 10:41:55 Step 7/7 : RUN go mod download 10:41:55 ---> Running in 70dbfea358a0 10:41:57 745a02a5169b: Pull complete 10:41:57 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 10:41:57 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 10:41:57 ---> b7e6874047d6 10:41:57 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 10:41:59 ---> Running in b444ff342e5a 10:41:59 Removing intermediate container b444ff342e5a 10:41:59 ---> 83be785aa44c 10:41:59 Step 4/7 : RUN apk add bash 10:42:00 ---> Running in b152174493a1 10:42:01 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 10:42:02 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 10:42:03 OK: 142 MiB in 39 packages 10:42:04 Removing intermediate container b152174493a1 10:42:04 ---> ebb1e18644e7 10:42:04 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 10:42:04 ---> Running in 878fc703269f 10:42:05 Removing intermediate container 878fc703269f 10:42:05 ---> 2e715fb6d429 10:42:05 Step 6/7 : COPY go.mod . 10:42:05 ---> 52647a53f165 10:42:05 Step 7/7 : RUN go mod download 10:42:06 ---> Running in 1403d2382fec 10:42:07 Removing intermediate container 70dbfea358a0 10:42:07 ---> afa6c3a812cf 10:42:07 Successfully built afa6c3a812cf 10:42:07 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 10:42:07 + docker inspect -f . ci-base-image-x86_64 10:42:07 . [Pipeline] withDockerContainer 10:42:07 prd-centos7-docker-4c-2g-24712 does not seem to be running inside a container 10:42:07 $ 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 ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 10:42:08 $ docker top 2848d97f10beb78f12ee3617f9b84c4a68f42bc50ca2716b4ef4ad115a0e7396 -eo pid,comm [Pipeline] { [Pipeline] sh 10:42:09 + go version 10:42:09 go version go1.15.5 linux/amd64 [Pipeline] } 10:42:09 $ docker stop --time=1 2848d97f10beb78f12ee3617f9b84c4a68f42bc50ca2716b4ef4ad115a0e7396 10:42:10 $ docker rm -f 2848d97f10beb78f12ee3617f9b84c4a68f42bc50ca2716b4ef4ad115a0e7396 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 10:42:11 + docker inspect -f . ci-base-image-x86_64 10:42:11 . [Pipeline] withDockerContainer 10:42:11 prd-centos7-docker-4c-2g-24712 does not seem to be running inside a container 10:42:11 $ 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 ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 10:42:12 $ docker top 0fc6dd820e385e2fa41f9a193390fb20e4003182b9f0e556a2ad31c1beda0028 -eo pid,comm [Pipeline] { [Pipeline] sh 10:42:12 + make test 10:42:12 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 10:42:19 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients [no test files] 10:42:19 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/agent 0.019s coverage: 85.7% of statements 10:42:19 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/command 0.024s coverage: 100.0% of statements 10:42:20 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/coredata 0.058s coverage: 45.4% of statements 10:42:20 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/general 0.011s coverage: 77.8% of statements 10:42:20 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces [no test files] 10:42:20 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/logger 0.025s coverage: 26.3% of statements 10:42:20 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/metadata 0.033s coverage: 14.7% of statements 10:42:20 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/notifications 0.012s coverage: 100.0% of statements 10:42:21 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/scheduler 0.021s coverage: 91.8% of statements 10:42:21 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/types [no test files] 10:42:21 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/errors [no test files] 10:42:21 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/local 0.006s coverage: 100.0% of statements 10:42:21 Removing intermediate container 1403d2382fec 10:42:21 ---> 5b904ada1fac 10:42:21 Successfully built 5b904ada1fac 10:42:21 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 10:42:21 ok github.com/edgexfoundry/go-mod-core-contracts/v2/errors 0.015s coverage: 36.7% of statements 10:42:21 + docker inspect -f . ci-base-image-arm64 10:42:21 . [Pipeline] withDockerContainer 10:42:21 prd-ubuntu18.04-docker-arm64-4c-16g-24711 does not seem to be running inside a container 10:42:21 $ 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 ******** -e ******** -e ******** ci-base-image-arm64 cat 10:42:23 $ docker top 3e8f4c9938010ed582bbc9f5fd4b65f71679ebe9d009422e1323fc17821e93e6 -eo pid,comm [Pipeline] { [Pipeline] sh 10:42:24 ok github.com/edgexfoundry/go-mod-core-contracts/v2/models 0.030s coverage: 63.0% of statements 10:42:24 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/configuration 0.004s coverage: 26.3% of statements 10:42:24 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/admin 0.005s coverage: 15.4% of statements 10:42:24 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/operating 0.015s coverage: 15.4% of statements 10:42:24 ok github.com/edgexfoundry/go-mod-core-contracts/v2/responses/configuration 0.008s coverage: 14.3% of statements 10:42:24 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2 [no test files] 10:42:24 + go version 10:42:24 go version go1.15.5 linux/arm64 [Pipeline] } 10:42:24 $ docker stop --time=1 3e8f4c9938010ed582bbc9f5fd4b65f71679ebe9d009422e1323fc17821e93e6 10:42:25 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http 0.066s coverage: 84.8% of statements 10:42:25 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http/utils [no test files] 10:42:25 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces [no test files] 10:42:25 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces/mocks [no test files] 10:42:25 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos 0.010s coverage: 49.2% of statements 10:42:25 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/common 0.011s coverage: 94.7% of statements 10:42:25 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/requests 0.040s coverage: 88.7% of statements 10:42:25 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/responses 0.007s coverage: 100.0% of statements 10:42:25 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/models [no test files] 10:42:25 CGO_ENABLED=0 GO111MODULE=on go vet ./... 10:42:26 $ docker rm -f 3e8f4c9938010ed582bbc9f5fd4b65f71679ebe9d009422e1323fc17821e93e6 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 10:42:27 + docker inspect -f . ci-base-image-arm64 10:42:27 . [Pipeline] withDockerContainer 10:42:27 gofmt -l . 10:42:27 prd-ubuntu18.04-docker-arm64-4c-16g-24711 does not seem to be running inside a container 10:42:27 $ 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 ******** -e ******** -e ******** ci-base-image-arm64 cat 10:42:27 [ "`gofmt -l .`" = "" ] 10:42:28 $ docker top 7ea02738b128a8e5e17dc3be1621cc43e5a48ac67e7eda4d5b05ef595391e367 -eo pid,comm [Pipeline] { [Pipeline] } 10:42:29 $ docker stop --time=1 0fc6dd820e385e2fa41f9a193390fb20e4003182b9f0e556a2ad31c1beda0028 10:42:31 $ docker rm -f 0fc6dd820e385e2fa41f9a193390fb20e4003182b9f0e556a2ad31c1beda0028 [Pipeline] // withDockerContainer [Pipeline] sh [Pipeline] sh 10:42:32 + sudo chown -R jenkins:jenkins . [Pipeline] stash 10:42:32 + make test 10:42:32 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 10:42:32 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] } 10:42:54 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients [no test files] 10:42:55 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/agent 0.038s coverage: 85.7% of statements 10:42:55 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/command 0.061s coverage: 100.0% of statements 10:42:57 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/coredata 0.068s coverage: 45.4% of statements 10:42:57 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/general 0.063s coverage: 77.8% of statements 10:42:57 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces [no test files] 10:42:58 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/logger 0.024s coverage: 26.3% of statements 10:42:59 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/metadata 0.056s coverage: 14.7% of statements 10:42:59 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/notifications 0.037s coverage: 100.0% of statements 10:43:00 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/scheduler 0.082s coverage: 91.8% of statements 10:43:00 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/types [no test files] 10:43:00 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/errors [no test files] 10:43:00 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/local 0.015s coverage: 100.0% of statements 10:43:00 ok github.com/edgexfoundry/go-mod-core-contracts/v2/errors 0.012s coverage: 36.7% of statements 10:43:06 ok github.com/edgexfoundry/go-mod-core-contracts/v2/models 0.100s coverage: 63.0% of statements 10:43:06 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/configuration 0.025s coverage: 26.3% of statements 10:43:06 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/admin 0.010s coverage: 15.4% of statements 10:43:06 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/operating 0.043s coverage: 15.4% of statements 10:43:06 ok github.com/edgexfoundry/go-mod-core-contracts/v2/responses/configuration 0.028s coverage: 14.3% of statements 10:43:06 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2 [no test files] 10:43:10 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http 0.229s coverage: 84.8% of statements 10:43:10 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http/utils [no test files] 10:43:10 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces [no test files] 10:43:10 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces/mocks [no test files] 10:43:10 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos 0.044s coverage: 49.2% of statements 10:43:10 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/common 0.031s coverage: 94.7% of statements 10:43:12 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/requests 0.153s coverage: 88.7% of statements 10:43:12 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/responses 0.025s coverage: 100.0% of statements 10:43:12 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/models [no test files] 10:43:12 CGO_ENABLED=0 GO111MODULE=on go vet ./... 10:43:18 gofmt -l . 10:43:18 [ "`gofmt -l .`" = "" ] [Pipeline] } 10:43:19 $ docker stop --time=1 7ea02738b128a8e5e17dc3be1621cc43e5a48ac67e7eda4d5b05ef595391e367 10:43:21 $ docker rm -f 7ea02738b128a8e5e17dc3be1621cc43e5a48ac67e7eda4d5b05ef595391e367 [Pipeline] // withDockerContainer [Pipeline] sh 10:43:22 + sudo chown -R jenkins:jenkins . [Pipeline] stash 10:43:22 Warning: overwriting stash ‘coverage-report’ 10:43:23 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 10:43:25 provisioning config files... 10:43:25 copy managed file [go-mod-core-contracts-codecov-token] to file:/w/workspace/dry_go-mod-core-contracts_PR-482@tmp/config534055026770154829tmp [Pipeline] { [Pipeline] sh 10:43:25 + set +x 10:43:25 + bash -s -- 10:43:25 + curl -s https://codecov.io/bash 10:43:26 10:43:26 _____ _ 10:43:26 / ____| | | 10:43:26 | | ___ __| | ___ ___ _____ __ 10:43:26 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 10:43:26 | |___| (_) | (_| | __/ (_| (_) \ V / 10:43:26 \_____\___/ \__,_|\___|\___\___/ \_/ 10:43:26 Bash-20210129-7c25fce 10:43:26 10:43:26 10:43:26 ==> git version 2.24.3 found 10:43:26 ==> 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 10:43:26 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 10:43:26 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 10:43:26 ==> Jenkins CI detected. 10:43:26 project root: . 10:43:26 --> token set from env 10:43:26 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 10:43:26 ==> Running gcov in . (disable via -X gcov) 10:43:26 ==> Python coveragepy not found 10:43:26 ==> Searching for coverage reports in: 10:43:26 + . 10:43:26 -> Found 1 reports 10:43:26 ==> Detecting git/mercurial file structure 10:43:26 ==> Reading reports 10:43:26 + ./coverage.out bytes=147060 10:43:26 ==> Appending adjustments 10:43:26 https://docs.codecov.io/docs/fixing-reports 10:43:28 + Found adjustments 10:43:28 ==> Gzipping contents 10:43:28 24K /tmp/codecov.XRAurk.gz 10:43:28 ==> Uploading reports 10:43:28 url: https://codecov.io 10:43:28 query: branch=PR-482&commit=2f24af10b3c1833042816814df4dcda80bde2cbb&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2FPR-482%2F2%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=482&job=&cmd_args= 10:43:28 -> Pinging Codecov 10:43:28 https://codecov.io/upload/v4?package=bash-20210129-7c25fce&token=secret&branch=PR-482&commit=2f24af10b3c1833042816814df4dcda80bde2cbb&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2FPR-482%2F2%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=482&job=&cmd_args= 10:43:28 -> Uploading to 10:43:28 https://storage.googleapis.com/codecov/v4/raw/2021-02-03/71470A77251A30514AAF9C0BB2E5B6CE/2f24af10b3c1833042816814df4dcda80bde2cbb/0ef39ed8-eed5-47ca-95b6-caa8e1b649ba.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210203%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210203T104328Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=cb9d7f87afadf94859a61d23b3839f3dc45aa8192c3957b0c93eca07648fa841 10:43:28 % Total % Received % Xferd Average Speed Time Time Time Current 10:43:28 Dload Upload Total Spent Left Speed 10:43:29 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 22406 0 0 100 22406 0 42174 --:--:-- --:--:-- --:--:-- 42195 100 22406 0 0 100 22406 0 42160 --:--:-- --:--:-- --:--:-- 42116 10:43:29 -> View reports at https://codecov.io/github/edgexfoundry/go-mod-core-contracts/commit/2f24af10b3c1833042816814df4dcda80bde2cbb [Pipeline] } 10:43:29 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 10:43:31 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 10:43:32 ---> package-listing.sh 10:43:32 ++ facter osfamily 10:43:32 ++ tr '[:upper:]' '[:lower:]' 10:43:32 + OS_FAMILY=redhat 10:43:32 + workspace=/w/workspace/dry_go-mod-core-contracts_PR-482 10:43:32 + START_PACKAGES=/tmp/packages_start.txt 10:43:32 + END_PACKAGES=/tmp/packages_end.txt 10:43:32 + DIFF_PACKAGES=/tmp/packages_diff.txt 10:43:32 + PACKAGES=/tmp/packages_start.txt 10:43:32 + '[' /w/workspace/dry_go-mod-core-contracts_PR-482 ']' 10:43:32 + PACKAGES=/tmp/packages_end.txt 10:43:32 + case "${OS_FAMILY}" in 10:43:32 + sort 10:43:32 + rpm -qa 10:43:38 + '[' -f /tmp/packages_start.txt ']' 10:43:38 + '[' -f /tmp/packages_end.txt ']' 10:43:38 + diff /tmp/packages_start.txt /tmp/packages_end.txt 10:43:38 + '[' /w/workspace/dry_go-mod-core-contracts_PR-482 ']' 10:43:38 + mkdir -p /w/workspace/dry_go-mod-core-contracts_PR-482/archives/ 10:43:38 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dry_go-mod-core-contracts_PR-482/archives/ [Pipeline] echo 10:43:38 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-482/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 10:43:38 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 10:43:38 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 10:43:38 10:43:38 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 10:43:39 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 10:43:39 alpine: Pulling from edgex-lftools-log-publisher 10:43:39 df20fa9351a1: Pulling fs layer 10:43:39 36b3adc4ff6f: Pulling fs layer 10:43:39 8ad3a11d3b57: Pulling fs layer 10:43:39 46f8f816bc3b: Pulling fs layer 10:43:39 93b61091891f: Pulling fs layer 10:43:39 93b9cdb0e59b: Pulling fs layer 10:43:39 5e14af77c1be: Pulling fs layer 10:43:39 01666e4c0597: Pulling fs layer 10:43:39 aa168da1d23b: Pulling fs layer 10:43:39 46f8f816bc3b: Waiting 10:43:39 93b61091891f: Waiting 10:43:39 93b9cdb0e59b: Waiting 10:43:39 5e14af77c1be: Waiting 10:43:39 01666e4c0597: Waiting 10:43:39 aa168da1d23b: Waiting 10:43:39 36b3adc4ff6f: Download complete 10:43:39 46f8f816bc3b: Verifying Checksum 10:43:39 46f8f816bc3b: Download complete 10:43:39 df20fa9351a1: Download complete 10:43:39 93b9cdb0e59b: Verifying Checksum 10:43:39 93b9cdb0e59b: Download complete 10:43:39 5e14af77c1be: Verifying Checksum 10:43:39 5e14af77c1be: Download complete 10:43:39 01666e4c0597: Verifying Checksum 10:43:39 01666e4c0597: Download complete 10:43:39 93b61091891f: Verifying Checksum 10:43:39 93b61091891f: Download complete 10:43:40 df20fa9351a1: Pull complete 10:43:40 36b3adc4ff6f: Pull complete 10:43:40 8ad3a11d3b57: Verifying Checksum 10:43:40 8ad3a11d3b57: Download complete 10:43:42 8ad3a11d3b57: Pull complete 10:43:42 46f8f816bc3b: Pull complete 10:43:43 93b61091891f: Pull complete 10:43:43 93b9cdb0e59b: Pull complete 10:43:44 5e14af77c1be: Pull complete 10:43:44 01666e4c0597: Pull complete 10:43:44 aa168da1d23b: Verifying Checksum 10:43:44 aa168da1d23b: Download complete 10:43:57 aa168da1d23b: Pull complete 10:43:57 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 10:43:57 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 10:43:57 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 10:43:57 prd-centos7-docker-4c-2g-24710 does not seem to be running inside a container 10:43:57 $ 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-482/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-482 -v /w/workspace/dry_go-mod-core-contracts_PR-482:/w/workspace/dry_go-mod-core-contracts_PR-482:rw,z -v /w/workspace/dry_go-mod-core-contracts_PR-482@tmp:/w/workspace/dry_go-mod-core-contracts_PR-482@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 10:44:01 $ docker top d67960ecdcb96b85c971882a34ed2111188f09460d3296e11b1a2a2c9159d338 -eo pid,comm [Pipeline] { [Pipeline] sh 10:44:01 + touch /tmp/pre-build-complete [Pipeline] sh 10:44:02 + mkdir -p /var/log/sa [Pipeline] sh 10:44:02 + ls /var/log/sa-host 10:44:02 + sadf -c /var/log/sa-host/sa03 10:44:02 file_magic: OK 10:44:02 HZ: Using current value: 100 10:44:02 file_header: OK 10:44:02 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 10:44:02 Statistics: 10:44:02 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 10:44:02 File successfully converted to sysstat format version 12.2.1 10:44:02 + sadf -c /var/log/sa-host/sa23 10:44:02 file_magic: OK 10:44:02 HZ: Using current value: 100 10:44:02 file_header: OK 10:44:02 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 10:44:02 Statistics: 10:44:02 Hnuu...uuuununununu... 10:44:02 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 10:44:02 provisioning config files... 10:44:02 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dry_go-mod-core-contracts_PR-482@tmp/config3109481543547409775tmp [Pipeline] { [Pipeline] echo 10:44:02 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 10:44:03 ---> create-netrc.sh [Pipeline] } 10:44:03 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 10:44:03 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 10:44:04 ---> python-tools-install.sh [Pipeline] echo 10:44:04 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 10:44:04 ---> sudo-logs.sh 10:44:04 Archiving 'sudo' log.. [Pipeline] echo 10:44:04 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 10:44:05 ---> job-cost.sh 10:44:05 lf-activate-venv: SKIPPING 10:44:05 INFO: No Stack... 10:44:06 INFO: Retrieving Pricing Info for: v1-standard-2 10:44:07 INFO: Archiving Costs [Pipeline] echo 10:44:07 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 10:44:07 ---> logs-deploy.sh 10:44:07 lf-activate-venv: SKIPPING 10:44:07 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/PR-482/2 10:44:07 INFO: archiving workspace using pattern(s): 10:44:11 Archives upload complete. 10:44:11 INFO: archiving logs to Nexus 10:44:12 ---> uname -a: 10:44:12 Linux prd-centos7-docker-4c-2g-24710.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 10:44:12 10:44:12 10:44:12 ---> lscpu: 10:44:12 Architecture: x86_64 10:44:12 CPU op-mode(s): 32-bit, 64-bit 10:44:12 Byte Order: Little Endian 10:44:12 Address sizes: 40 bits physical, 48 bits virtual 10:44:12 CPU(s): 4 10:44:12 On-line CPU(s) list: 0-3 10:44:12 Thread(s) per core: 1 10:44:12 Core(s) per socket: 1 10:44:12 Socket(s): 4 10:44:12 NUMA node(s): 1 10:44:12 Vendor ID: GenuineIntel 10:44:12 CPU family: 6 10:44:12 Model: 44 10:44:12 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 10:44:12 Stepping: 1 10:44:12 CPU MHz: 2933.438 10:44:12 BogoMIPS: 5866.87 10:44:12 Virtualization: VT-x 10:44:12 Hypervisor vendor: KVM 10:44:12 Virtualization type: full 10:44:12 L1d cache: 128 KiB 10:44:12 L1i cache: 128 KiB 10:44:12 L2 cache: 16 MiB 10:44:12 L3 cache: 64 MiB 10:44:12 NUMA node0 CPU(s): 0-3 10:44:12 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 10:44:12 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 10:44:12 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 10:44:12 Vulnerability Meltdown: Mitigation; PTI 10:44:12 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 10:44:12 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 10:44:12 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 10:44:12 Vulnerability Srbds: Not affected 10:44:12 Vulnerability Tsx async abort: Not affected 10:44:12 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp 10:44:12 10:44:12 10:44:12 ---> nproc: 10:44:12 4 10:44:12 10:44:12 10:44:12 ---> df -h: 10:44:12 Filesystem Size Used Available Use% Mounted on 10:44:12 overlay 50.0G 7.3G 42.7G 15% / 10:44:12 tmpfs 64.0M 0 64.0M 0% /dev 10:44:12 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 10:44:12 shm 64.0M 0 64.0M 0% /dev/shm 10:44:12 /dev/vda1 50.0G 7.3G 42.7G 15% /facter-os 10:44:12 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/resolv.conf 10:44:12 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hostname 10:44:12 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hosts 10:44:12 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/auth.log 10:44:12 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/dry_go-mod-core-contracts_PR-482 10:44:12 /dev/vda1 50.0G 7.3G 42.7G 15% /run/cloud-init/result.json 10:44:12 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/dry_go-mod-core-contracts_PR-482@tmp 10:44:12 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/sa-host 10:44:12 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/secure 10:44:12 10:44:12 10:44:12 ---> free -m: 10:44:12 total used free shared buff/cache available 10:44:12 Mem: 1837 714 87 0 1035 1018 10:44:12 Swap: 1023 1 1022 10:44:12 10:44:12 10:44:12 ---> ip addr: 10:44:12 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 10:44:12 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 10:44:12 inet 127.0.0.1/8 scope host lo 10:44:12 valid_lft forever preferred_lft forever 10:44:12 inet6 ::1/128 scope host 10:44:12 valid_lft forever preferred_lft forever 10:44:12 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 10:44:12 link/ether fa:16:3e:00:3d:93 brd ff:ff:ff:ff:ff:ff 10:44:12 inet 10.30.122.32/23 brd 10.30.123.255 scope global dynamic eth0 10:44:12 valid_lft 86021sec preferred_lft 86021sec 10:44:12 inet6 fe80::f816:3eff:fe00:3d93/64 scope link 10:44:12 valid_lft forever preferred_lft forever 10:44:12 3: docker0: mtu 1500 qdisc noqueue state DOWN 10:44:12 link/ether 02:42:b7:77:af:be brd ff:ff:ff:ff:ff:ff 10:44:12 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 10:44:12 valid_lft forever preferred_lft forever 10:44:12 inet6 fe80::42:b7ff:fe77:afbe/64 scope link 10:44:12 valid_lft forever preferred_lft forever 10:44:12 10:44:12 10:44:12 ---> sar -b -r -n DEV: 10:44:12 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) 10:44:12 10:44:12 10:37:40 LINUX RESTART (4 CPU) 10:44:12 10:44:12 10:38:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 10:44:12 10:39:01 203.96 115.23 88.73 0.00 12273.30 39178.34 0.00 10:44:12 10:40:02 10.14 0.75 9.39 0.00 42.01 257.50 0.00 10:44:12 10:41:01 1.73 0.00 1.73 0.00 0.00 36.97 0.00 10:44:12 10:42:01 0.28 0.00 0.28 0.00 0.00 2.88 0.00 10:44:12 10:43:01 0.27 0.00 0.27 0.00 0.00 3.60 0.00 10:44:12 10:44:01 142.51 74.26 68.24 0.00 6656.73 18891.33 0.00 10:44:12 Average: 60.00 31.81 28.19 0.00 3172.42 9760.60 0.00 10:44:12 10:44:12 10:38:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 10:44:12 10:39:01 169292 0 599036 31.84 2620 1110596 1249596 42.65 394404 1116692 52 10:44:12 10:40:02 168624 0 596672 31.71 2620 1113628 1145312 39.09 403440 1109116 20 10:44:12 10:41:01 178120 0 587172 31.21 2620 1113632 1082076 36.93 406384 1097544 8 10:44:12 10:42:01 177720 0 587568 31.23 2620 1113636 1082220 36.93 402604 1102280 8 10:44:12 10:43:01 176020 0 589264 31.32 2620 1113640 1082208 36.93 408604 1098032 8 10:44:12 10:44:01 192372 0 651736 34.64 2620 1034816 1193088 40.72 419680 1017556 16 10:44:12 Average: 177025 0 601908 31.99 2620 1099991 1139083 38.88 405853 1090203 19 10:44:12 10:44:12 10:38:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 10:44:12 10:39:01 veth5b949a0 0.00 0.17 0.00 0.01 0.00 0.00 0.00 0.00 10:44:12 10:39:01 eth0 277.29 198.82 1027.93 77.98 0.00 0.00 0.00 0.00 10:44:12 10:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:44:12 10:39:01 docker0 0.00 0.08 0.00 0.01 0.00 0.00 0.00 0.00 10:44:12 10:40:02 eth0 20.34 17.50 36.71 7.26 0.00 0.00 0.00 0.00 10:44:12 10:40:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:44:12 10:40:02 docker0 7.03 5.38 1.67 17.84 0.00 0.00 0.00 0.00 10:44:12 10:41:01 eth0 1.12 0.12 0.11 0.01 0.00 0.00 0.00 0.00 10:44:12 10:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:44:12 10:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:44:12 10:42:01 eth0 0.98 0.52 0.54 0.39 0.00 0.00 0.00 0.00 10:44:12 10:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:44:12 10:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:44:12 10:43:01 eth0 0.98 0.35 0.32 0.17 0.00 0.00 0.00 0.00 10:44:12 10:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:44:12 10:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:44:12 10:44:01 eth0 218.45 184.63 2178.53 22.52 0.00 0.00 0.00 0.00 10:44:12 10:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:44:12 10:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:44:12 Average: eth0 86.80 67.20 542.33 18.12 0.00 0.00 0.00 0.00 10:44:12 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:44:12 Average: docker0 1.18 0.91 0.28 2.98 0.00 0.00 0.00 0.00 10:44:12 10:44:12 10:44:12 ---> sar -P ALL: 10:44:12 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) 10:44:12 10:44:12 10:37:40 LINUX RESTART (4 CPU) 10:44:12 10:44:12 10:38:01 CPU %user %nice %system %iowait %steal %idle 10:44:12 10:39:01 all 16.04 0.00 9.90 8.03 14.50 51.53 10:44:12 10:39:01 0 15.19 0.00 9.23 7.96 14.83 52.79 10:44:12 10:39:01 1 14.58 0.00 14.13 6.05 14.16 51.08 10:44:12 10:39:01 2 15.84 0.00 7.66 8.67 14.60 53.23 10:44:12 10:39:01 3 18.56 0.00 8.67 9.42 14.40 48.94 10:44:12 10:40:02 all 1.09 0.00 0.74 0.29 1.53 96.36 10:44:12 10:40:02 0 0.93 0.00 0.70 0.00 1.66 96.71 10:44:12 10:40:02 1 0.98 0.00 0.65 0.08 1.49 96.80 10:44:12 10:40:02 2 0.80 0.00 0.75 1.06 1.65 95.74 10:44:12 10:40:02 3 1.63 0.00 0.87 0.00 1.30 96.20 10:44:12 10:41:01 all 0.09 0.00 0.06 0.00 0.30 99.55 10:44:12 10:41:01 0 0.02 0.00 0.08 0.00 0.30 99.59 10:44:12 10:41:01 1 0.03 0.00 0.05 0.00 0.34 99.58 10:44:12 10:41:01 2 0.27 0.00 0.07 0.00 0.27 99.39 10:44:12 10:41:01 3 0.05 0.00 0.03 0.00 0.27 99.64 10:44:12 10:42:01 all 0.15 0.00 0.11 0.00 0.35 99.40 10:44:12 10:42:01 0 0.05 0.00 0.18 0.00 0.30 99.47 10:44:12 10:42:01 1 0.20 0.00 0.07 0.00 0.38 99.35 10:44:12 10:42:01 2 0.32 0.00 0.07 0.00 0.53 99.09 10:44:12 10:42:01 3 0.02 0.00 0.13 0.00 0.17 99.68 10:44:12 10:43:01 all 0.10 0.00 0.04 0.00 0.17 99.69 10:44:12 10:43:01 0 0.02 0.00 0.05 0.00 0.17 99.77 10:44:12 10:43:01 1 0.32 0.00 0.05 0.00 0.23 99.40 10:44:12 10:43:01 2 0.03 0.00 0.03 0.00 0.15 99.78 10:44:12 10:43:01 3 0.03 0.00 0.03 0.00 0.12 99.82 10:44:12 10:44:01 all 4.67 0.00 3.97 2.10 9.69 79.57 10:44:12 10:44:01 0 4.05 0.00 3.95 0.84 9.79 81.37 10:44:12 10:44:01 1 5.93 0.00 4.41 3.31 9.76 76.59 10:44:12 10:44:01 2 3.87 0.00 3.60 1.78 9.57 81.17 10:44:12 10:44:01 3 4.83 0.00 3.92 2.49 9.63 79.12 10:44:12 Average: all 3.63 0.00 2.43 1.70 4.37 87.87 10:44:12 Average: 0 3.32 0.00 2.33 1.43 4.45 88.47 10:44:12 Average: 1 3.59 0.00 3.14 1.54 4.31 87.42 10:44:12 Average: 2 3.52 0.00 2.03 1.92 4.46 88.08 10:44:12 Average: 3 4.08 0.00 2.23 1.93 4.24 87.52 10:44:12 10:44:12 10:44:12