Pull request #513 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 FelixTing for edgexfoundry/go-mod-core-contracts Loading trusted files from base branch master at 0e379c9e0edea5f92b57b16d86d7cadc9bd580f4 rather than 0559ffd17adf239c578cbac447b006b6918f4e7b Obtained Jenkinsfile from 0e379c9e0edea5f92b57b16d86d7cadc9bd580f4 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 46d8313d362d7075c0f562900eedc504c24ea18a 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 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > 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-27122 in /w/workspace/dry_go-mod-core-contracts_PR-513 [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-513 # 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/513/head:refs/remotes/origin/PR-513 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 0e379c9e0edea5f92b57b16d86d7cadc9bd580f4 into PR head commit 0559ffd17adf239c578cbac447b006b6918f4e7b Merge succeeded, producing 0559ffd17adf239c578cbac447b006b6918f4e7b Checking out Revision 0559ffd17adf239c578cbac447b006b6918f4e7b (PR-513) > git config core.sparsecheckout # timeout=10 > git checkout -f 0559ffd17adf239c578cbac447b006b6918f4e7b # 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 0e379c9e0edea5f92b57b16d86d7cadc9bd580f4 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 0559ffd17adf239c578cbac447b006b6918f4e7b # timeout=10 Commit message: "feat(notifications): Add Notification DTO and Model" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 06:28:40 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 06:28:40 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 06:28:40 ========================================================= 06:28:40 EdgeX Global Pipelines Version Info 06:28:40 ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 0349ae54ba98d0a89abc26b86a42a0bc88861f34 # timeout=10 06:28:43 ------------------- 06:28:43 stable info: 06:28:43 ------------------- 06:28:43 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 06:28:43 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 06:28:43 Message: update stable to v1.0.179 06:28:45 ------------------- 06:28:45 experimental info: 06:28:45 ------------------- 06:28:45 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 06:28:45 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 06:28:45 Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 06:28:46 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-core-contracts-settings [Pipeline] echo 06:28:46 [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-core-contracts [Pipeline] echo 06:28:46 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 06:28:46 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 06:28:46 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 06:28:46 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 06:28:46 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 06:28:46 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 06:28:47 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 06:28:47 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 06:28:47 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 06:28:47 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-core-contracts [Pipeline] echo 06:28:47 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 06:28:47 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 06:28:47 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 06:28:47 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 06:28:47 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 06:28:48 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 06:28:48 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 06:28:48 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 06:28:48 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 06:28:48 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 06:28:48 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 06:28:48 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 06:28:48 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 06:28:48 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 06:28:48 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 06:28:48 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-513 [Pipeline] echo 06:28:49 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-513 [Pipeline] echo 06:28:49 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-513 [Pipeline] echo 06:28:49 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 0559ffd17adf239c578cbac447b006b6918f4e7b [Pipeline] echo 06:28:49 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 0559ffd [Pipeline] echo 06:28:49 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 06:28:50 + git log --format=format:%s -1 0559ffd17adf239c578cbac447b006b6918f4e7b [Pipeline] echo 06:28:50 GIT_COMMIT: 0559ffd17adf239c578cbac447b006b6918f4e7b, Commit Message: feat(notifications): Add Notification DTO and Model [Pipeline] echo 06:28:50 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 06:28:51 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 06:28:52 06:28:52 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 06:28:52 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 06:28:54 latest: Pulling from edgex-devops/git-semver 06:28:54 31603596830f: Pulling fs layer 06:28:54 2a8b12db71e7: Pulling fs layer 06:28:54 6ca5941a6612: Pulling fs layer 06:28:54 ecc8261a40a4: Pulling fs layer 06:28:54 ecc8261a40a4: Waiting 06:28:54 2a8b12db71e7: Verifying Checksum 06:28:54 2a8b12db71e7: Download complete 06:28:55 31603596830f: Verifying Checksum 06:28:55 31603596830f: Download complete 06:28:56 ecc8261a40a4: Verifying Checksum 06:28:56 ecc8261a40a4: Download complete 06:28:56 31603596830f: Pull complete 06:28:56 6ca5941a6612: Verifying Checksum 06:28:56 6ca5941a6612: Download complete 06:28:56 2a8b12db71e7: Pull complete 06:28:58 6ca5941a6612: Pull complete 06:29:00 ecc8261a40a4: Pull complete 06:29:00 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 06:29:00 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 06:29:00 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 06:29:01 prd-centos7-docker-4c-2g-27122 does not seem to be running inside a container 06:29:01 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_go-mod-core-contracts_PR-513 -v /w/workspace/dry_go-mod-core-contracts_PR-513:/w/workspace/dry_go-mod-core-contracts_PR-513:rw,z -v /w/workspace/dry_go-mod-core-contracts_PR-513@tmp:/w/workspace/dry_go-mod-core-contracts_PR-513@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 06:29:04 $ docker top efe9b63a951aa376271c88e136059380913ef6f351712e13482cf0f873d935fd -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 06:29:04 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 06:29:04 [ssh-agent] Looking for ssh-agent implementation... 06:29:06 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 06:29:06 $ docker exec efe9b63a951aa376271c88e136059380913ef6f351712e13482cf0f873d935fd ssh-agent 06:29:07 SSH_AUTH_SOCK=/tmp/ssh-bE8lsLdb31zl/agent.11 06:29:07 SSH_AGENT_PID=16 06:29:07 Running ssh-add (command line suppressed) 06:29:08 Identity added: /w/workspace/dry_go-mod-core-contracts_PR-513@tmp/private_key_7916664046781438947.key (/w/workspace/dry_go-mod-core-contracts_PR-513@tmp/private_key_7916664046781438947.key) 06:29:08 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 06:29:09 + git tag --points-at HEAD [Pipeline] } 06:29:09 $ docker exec --env ******** --env ******** efe9b63a951aa376271c88e136059380913ef6f351712e13482cf0f873d935fd ssh-agent -k 06:29:10 unset SSH_AUTH_SOCK; 06:29:10 unset SSH_AGENT_PID; 06:29:10 echo Agent pid 16 killed; 06:29:10 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 06:29:10 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 06:29:10 [ssh-agent] Looking for ssh-agent implementation... 06:29:10 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 06:29:10 $ docker exec efe9b63a951aa376271c88e136059380913ef6f351712e13482cf0f873d935fd ssh-agent 06:29:11 SSH_AUTH_SOCK=/tmp/ssh-t10K6NcuFw6J/agent.45 06:29:11 SSH_AGENT_PID=51 06:29:11 Running ssh-add (command line suppressed) 06:29:11 Identity added: /w/workspace/dry_go-mod-core-contracts_PR-513@tmp/private_key_6261786283805627030.key (/w/workspace/dry_go-mod-core-contracts_PR-513@tmp/private_key_6261786283805627030.key) 06:29:11 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 06:29:12 + git semver init 06:29:12 # -> Open(): unable to determine branch for HEAD 06:29:12 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_PR-513/.git 06:29:12 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_PR-513 06:29:12 # $SEMVER_REMOTE_NAME = origin 06:29:12 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 06:29:12 # $SEMVER_USER_NAME = edgex-jenkins 06:29:12 # $SEMVER_BRANCH = PR-513 06:29:12 # $SEMVER_TEMP = /tmp/semver-828908083 06:29:12 # git clone --branch semver git@github.com:edgexfoundry/go-mod-core-contracts.git $SEMVER_TEMP 06:29:14 # '/tmp/semver-828908083' -> '/w/workspace/dry_go-mod-core-contracts_PR-513/.semver' 06:29:14 # -> Force: false 06:29:14 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_PR-513/.semver [Pipeline] } 06:29:15 $ docker exec --env ******** --env ******** efe9b63a951aa376271c88e136059380913ef6f351712e13482cf0f873d935fd ssh-agent -k 06:29:15 unset SSH_AUTH_SOCK; 06:29:15 unset SSH_AGENT_PID; 06:29:15 echo Agent pid 51 killed; 06:29:15 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 06:29:16 + git semver [Pipeline] } 06:29:16 $ docker stop --time=1 efe9b63a951aa376271c88e136059380913ef6f351712e13482cf0f873d935fd 06:29:19 $ docker rm -f efe9b63a951aa376271c88e136059380913ef6f351712e13482cf0f873d935fd [Pipeline] // withDockerContainer [Pipeline] sh 06:29:20 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 06:29:22 Stashed 1 file(s) [Pipeline] echo 06:29:22 [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node 06:29:37 Still waiting to schedule task 06:29:37 Waiting for next available executor on ‘centos7-docker-4c-2g’ 06:29:37 Still waiting to schedule task 06:29:37 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 06:32:10 Running on prd-ubuntu18.04-docker-arm64-4c-16g-27124 in /w/workspace/dry_go-mod-core-contracts_PR-513 [Pipeline] { [Pipeline] ws 06:32:10 Running in /w/workspace/go-mod-core-contracts/2 [Pipeline] { [Pipeline] checkout 06:32:15 using credential edgex-jenkins-ssh 06:32:15 Cloning the remote Git repository 06:32:15 Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git 06:32:15 > git init /w/workspace/go-mod-core-contracts/2 # timeout=10 06:32:15 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 06:32:15 > git --version # timeout=10 06:32:15 > git --version # 'git version 2.17.1' 06:32:15 using GIT_SSH to set credentials SSH Credentials for GitHub 06:32:15 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 06:32:17 Merging remotes/origin/master commit 0e379c9e0edea5f92b57b16d86d7cadc9bd580f4 into PR head commit 0559ffd17adf239c578cbac447b006b6918f4e7b 06:32:17 Running on prd-centos7-docker-4c-2g-27125 in /w/workspace/dry_go-mod-core-contracts_PR-513 [Pipeline] { [Pipeline] ws 06:32:17 Running in /w/workspace/go-mod-core-contracts/2 [Pipeline] { [Pipeline] checkout 06:32:16 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 06:32:16 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 06:32:16 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 06:32:16 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 06:32:16 using GIT_SSH to set credentials SSH Credentials for GitHub 06:32:16 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/513/head:refs/remotes/origin/PR-513 +refs/heads/master:refs/remotes/origin/master # timeout=10 06:32:17 > git config core.sparsecheckout # timeout=10 06:32:17 > git checkout -f 0559ffd17adf239c578cbac447b006b6918f4e7b # timeout=10 06:32:17 > git remote # timeout=10 06:32:17 Merge succeeded, producing 0559ffd17adf239c578cbac447b006b6918f4e7b 06:32:17 Checking out Revision 0559ffd17adf239c578cbac447b006b6918f4e7b (PR-513) 06:32:17 > git config --get remote.origin.url # timeout=10 06:32:17 using GIT_SSH to set credentials SSH Credentials for GitHub 06:32:17 > git merge 0e379c9e0edea5f92b57b16d86d7cadc9bd580f4 # timeout=10 06:32:17 > git rev-parse HEAD^{commit} # timeout=10 06:32:17 > git config core.sparsecheckout # timeout=10 06:32:17 > git checkout -f 0559ffd17adf239c578cbac447b006b6918f4e7b # timeout=10 06:32:20 using credential edgex-jenkins-ssh 06:32:20 Cloning the remote Git repository 06:32:20 Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git 06:32:20 > git init /w/workspace/go-mod-core-contracts/2 # timeout=10 06:32:20 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 06:32:20 > git --version # timeout=10 06:32:20 > git --version # 'git version 2.24.3' 06:32:20 using GIT_SSH to set credentials SSH Credentials for GitHub 06:32:20 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 06:32:22 Merging remotes/origin/master commit 0e379c9e0edea5f92b57b16d86d7cadc9bd580f4 into PR head commit 0559ffd17adf239c578cbac447b006b6918f4e7b 06:32:22 Merge succeeded, producing 0559ffd17adf239c578cbac447b006b6918f4e7b 06:32:22 Checking out Revision 0559ffd17adf239c578cbac447b006b6918f4e7b (PR-513) 06:32:22 Commit message: "feat(notifications): Add Notification DTO and Model" 06:32:21 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 06:32:21 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 06:32:21 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 06:32:21 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 06:32:21 using GIT_SSH to set credentials SSH Credentials for GitHub 06:32:21 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/513/head:refs/remotes/origin/PR-513 +refs/heads/master:refs/remotes/origin/master # timeout=10 06:32:22 > git config core.sparsecheckout # timeout=10 06:32:22 > git checkout -f 0559ffd17adf239c578cbac447b006b6918f4e7b # timeout=10 06:32:22 > git remote # timeout=10 06:32:22 > git config --get remote.origin.url # timeout=10 06:32:22 using GIT_SSH to set credentials SSH Credentials for GitHub 06:32:22 > git merge 0e379c9e0edea5f92b57b16d86d7cadc9bd580f4 # timeout=10 06:32:22 > git rev-parse HEAD^{commit} # timeout=10 06:32:22 > git config core.sparsecheckout # timeout=10 06:32:22 > git checkout -f 0559ffd17adf239c578cbac447b006b6918f4e7b # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 06:32:24 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 06:32:24 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 06:32:24 + sudo service docker restart 06:32:24 + true 06:32:25 Commit message: "feat(notifications): Add Notification DTO and Model" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 06:32:27 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 06:32:27 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [Pipeline] unstash 06:32:27 + sudo service docker restart 06:32:27 + true 06:32:27 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 06:32:27 ========================================================= 06:32:27 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 06:32:27 ========================================================= [Pipeline] isUnix [Pipeline] sh 06:32:28 + 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 06:32:29 Sending build context to Docker daemon 2.678MB 06:32:29 Step 1/7 : ARG BASE=golang:1.15-alpine 06:32:29 Step 2/7 : FROM ${BASE} [Pipeline] echo 06:32:29 ========================================================= 06:32:29 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 06:32:29 ========================================================= [Pipeline] isUnix [Pipeline] sh 06:32:29 + 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 . 06:32:29 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 06:32:29 5f621e34cdf4: Pulling fs layer 06:32:29 a4357932f1b6: Pulling fs layer 06:32:29 18c013af1878: Pulling fs layer 06:32:29 00ac8860ef70: Pulling fs layer 06:32:29 63d7cb157983: Pulling fs layer 06:32:29 b116817d02f9: Pulling fs layer 06:32:29 745a02a5169b: Pulling fs layer 06:32:29 00ac8860ef70: Waiting 06:32:29 745a02a5169b: Waiting 06:32:29 63d7cb157983: Waiting 06:32:29 b116817d02f9: Waiting 06:32:29 18c013af1878: Verifying Checksum 06:32:29 18c013af1878: Download complete 06:32:29 a4357932f1b6: Download complete 06:32:29 63d7cb157983: Verifying Checksum 06:32:29 63d7cb157983: Download complete 06:32:29 b116817d02f9: Verifying Checksum 06:32:29 b116817d02f9: Download complete 06:32:29 5f621e34cdf4: Download complete 06:32:30 Sending build context to Docker daemon 2.679MB 06:32:30 Step 1/7 : ARG BASE=golang:1.15-alpine 06:32:30 Step 2/7 : FROM ${BASE} 06:32:30 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 06:32:30 188c0c94c7c5: Pulling fs layer 06:32:30 0ef7d3d256c8: Pulling fs layer 06:32:30 de9db76c5a1d: Pulling fs layer 06:32:30 bca2f99d35d6: Pulling fs layer 06:32:30 93359f2a8cfa: Pulling fs layer 06:32:30 7c6f9722023f: Pulling fs layer 06:32:30 a35cf1a2eb13: Pulling fs layer 06:32:30 bca2f99d35d6: Waiting 06:32:30 93359f2a8cfa: Waiting 06:32:30 7c6f9722023f: Waiting 06:32:30 a35cf1a2eb13: Waiting 06:32:30 5f621e34cdf4: Pull complete 06:32:30 de9db76c5a1d: Download complete 06:32:30 0ef7d3d256c8: Verifying Checksum 06:32:30 0ef7d3d256c8: Download complete 06:32:30 93359f2a8cfa: Verifying Checksum 06:32:30 93359f2a8cfa: Download complete 06:32:30 7c6f9722023f: Download complete 06:32:30 188c0c94c7c5: Verifying Checksum 06:32:30 188c0c94c7c5: Download complete 06:32:31 188c0c94c7c5: Pull complete 06:32:31 0ef7d3d256c8: Pull complete 06:32:31 de9db76c5a1d: Pull complete 06:32:31 a4357932f1b6: Pull complete 06:32:31 18c013af1878: Pull complete 06:32:32 745a02a5169b: Verifying Checksum 06:32:32 745a02a5169b: Download complete 06:32:33 a35cf1a2eb13: Verifying Checksum 06:32:33 a35cf1a2eb13: Download complete 06:32:34 00ac8860ef70: Verifying Checksum 06:32:34 00ac8860ef70: Download complete 06:32:34 bca2f99d35d6: Verifying Checksum 06:32:34 bca2f99d35d6: Download complete 06:32:40 bca2f99d35d6: Pull complete 06:32:40 93359f2a8cfa: Pull complete 06:32:40 7c6f9722023f: Pull complete 06:32:44 00ac8860ef70: Pull complete 06:32:44 63d7cb157983: Pull complete 06:32:45 b116817d02f9: Pull complete 06:32:47 a35cf1a2eb13: Pull complete 06:32:47 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 06:32:47 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 06:32:47 ---> a62c8e92a672 06:32:47 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 06:32:47 ---> Running in 853aabb34e68 06:32:47 Removing intermediate container 853aabb34e68 06:32:47 ---> a81d94b0c5ce 06:32:47 Step 4/7 : RUN apk add bash 06:32:47 ---> Running in 6f7ff4fe5a0f 06:32:48 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:32:48 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:32:49 OK: 166 MiB in 39 packages 06:32:49 Removing intermediate container 6f7ff4fe5a0f 06:32:49 ---> cc3dee2c2aab 06:32:49 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 06:32:49 745a02a5169b: Pull complete 06:32:49 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 06:32:49 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 06:32:49 ---> b7e6874047d6 06:32:49 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 06:32:49 ---> Running in d01c69815328 06:32:49 Removing intermediate container d01c69815328 06:32:49 ---> 31015660394a 06:32:49 Step 6/7 : COPY go.mod . 06:32:50 ---> c5f0cb675044 06:32:50 Step 7/7 : RUN go mod download 06:32:50 ---> Running in 1c9787421aa1 06:32:52 ---> Running in 6cde2152b154 06:32:52 Removing intermediate container 6cde2152b154 06:32:52 ---> 55a406f0b20a 06:32:52 Step 4/7 : RUN apk add bash 06:32:52 ---> Running in 4e043e7c84bb 06:32:54 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:32:54 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:32:55 OK: 142 MiB in 39 packages 06:32:56 Removing intermediate container 4e043e7c84bb 06:32:56 ---> a3ec25031ec3 06:32:56 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 06:32:56 ---> Running in d77868dc7988 06:32:57 Removing intermediate container d77868dc7988 06:32:57 ---> 516d02d229c3 06:32:57 Step 6/7 : COPY go.mod . 06:32:58 ---> 5218346d4083 06:32:58 Step 7/7 : RUN go mod download 06:32:58 ---> Running in 6c3b406b6a2a 06:33:02 Removing intermediate container 1c9787421aa1 06:33:02 ---> 38f975464a36 06:33:02 Successfully built 38f975464a36 06:33:02 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 06:33:02 + docker inspect -f . ci-base-image-x86_64 06:33:02 . [Pipeline] withDockerContainer 06:33:02 prd-centos7-docker-4c-2g-27125 does not seem to be running inside a container 06:33:02 $ 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-x86_64 cat 06:33:03 $ docker top c43011b0af8b803ec966ec85e1fe024365d73311da2223ae7e71edc5d02cf461 -eo pid,comm [Pipeline] { [Pipeline] sh 06:33:04 + go version 06:33:04 go version go1.15.5 linux/amd64 [Pipeline] } 06:33:04 $ docker stop --time=1 c43011b0af8b803ec966ec85e1fe024365d73311da2223ae7e71edc5d02cf461 06:33:05 $ docker rm -f c43011b0af8b803ec966ec85e1fe024365d73311da2223ae7e71edc5d02cf461 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 06:33:06 + docker inspect -f . ci-base-image-x86_64 06:33:06 . [Pipeline] withDockerContainer 06:33:06 prd-centos7-docker-4c-2g-27125 does not seem to be running inside a container 06:33:06 $ 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-x86_64 cat 06:33:07 $ docker top 318704d9f374905d06d5636cfe20407e4cd8725a60999c8305aa4e2e2c239228 -eo pid,comm [Pipeline] { [Pipeline] sh 06:33:07 + make test 06:33:07 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 06:33:13 Removing intermediate container 6c3b406b6a2a 06:33:13 ---> e31c377d5986 06:33:13 Successfully built e31c377d5986 06:33:13 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 06:33:13 + docker inspect -f . ci-base-image-arm64 06:33:13 . [Pipeline] withDockerContainer 06:33:14 prd-ubuntu18.04-docker-arm64-4c-16g-27124 does not seem to be running inside a container 06:33:14 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients [no test files] 06:33:14 $ 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 ******** ci-base-image-arm64 cat 06:33:14 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/agent 0.013s coverage: 85.7% of statements 06:33:14 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/command 0.024s coverage: 100.0% of statements 06:33:14 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/coredata 0.012s coverage: 45.4% of statements 06:33:14 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/general 0.024s coverage: 77.8% of statements 06:33:14 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces [no test files] 06:33:15 $ docker top 8d4a48d139d8bd25eb23e64d2eb62bd61d74553744eba0a408cbb89d60cff004 -eo pid,comm [Pipeline] { [Pipeline] sh 06:33:16 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/logger 0.010s coverage: 26.3% of statements 06:33:16 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/metadata 0.014s coverage: 14.7% of statements 06:33:16 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/notifications 0.021s coverage: 100.0% of statements 06:33:16 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/scheduler 0.028s coverage: 91.8% of statements 06:33:16 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/types [no test files] 06:33:16 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/errors [no test files] 06:33:16 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/local 0.019s coverage: 100.0% of statements 06:33:16 ok github.com/edgexfoundry/go-mod-core-contracts/v2/errors 0.008s coverage: 36.7% of statements 06:33:16 + go version 06:33:16 go version go1.15.5 linux/arm64 [Pipeline] } 06:33:16 $ docker stop --time=1 8d4a48d139d8bd25eb23e64d2eb62bd61d74553744eba0a408cbb89d60cff004 06:33:18 ok github.com/edgexfoundry/go-mod-core-contracts/v2/models 0.026s coverage: 63.0% of statements 06:33:18 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/configuration 0.024s coverage: 26.3% of statements 06:33:18 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/admin 0.036s coverage: 15.4% of statements 06:33:18 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/operating 0.008s coverage: 15.4% of statements 06:33:18 ok github.com/edgexfoundry/go-mod-core-contracts/v2/responses/configuration 0.025s coverage: 14.3% of statements 06:33:18 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2 [no test files] 06:33:18 $ docker rm -f 8d4a48d139d8bd25eb23e64d2eb62bd61d74553744eba0a408cbb89d60cff004 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 06:33:19 + docker inspect -f . ci-base-image-arm64 06:33:19 . [Pipeline] withDockerContainer 06:33:20 prd-ubuntu18.04-docker-arm64-4c-16g-27124 does not seem to be running inside a container 06:33:20 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/2 -v /w/workspace/go-mod-core-contracts/2:/w/workspace/go-mod-core-contracts/2:rw,z -v /w/workspace/go-mod-core-contracts/2@tmp:/w/workspace/go-mod-core-contracts/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 06:33:20 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http 0.116s coverage: 84.6% of statements 06:33:20 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http/utils [no test files] 06:33:20 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces [no test files] 06:33:20 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces/mocks [no test files] 06:33:20 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos 0.025s coverage: 48.1% of statements 06:33:20 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/common 0.050s coverage: 94.7% of statements 06:33:21 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/requests 0.048s coverage: 89.2% of statements 06:33:21 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/responses 0.008s coverage: 100.0% of statements 06:33:21 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/models [no test files] 06:33:21 CGO_ENABLED=0 GO111MODULE=on go vet ./... 06:33:21 $ docker top 142df968ca2e5ef4764836e007174a494eeef025c4339971f9c62fbf278d43c0 -eo pid,comm [Pipeline] { [Pipeline] sh 06:33:22 + make test 06:33:22 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 06:33:23 gofmt -l . 06:33:23 [ "`gofmt -l .`" = "" ] [Pipeline] } 06:33:23 $ docker stop --time=1 318704d9f374905d06d5636cfe20407e4cd8725a60999c8305aa4e2e2c239228 06:33:25 $ docker rm -f 318704d9f374905d06d5636cfe20407e4cd8725a60999c8305aa4e2e2c239228 [Pipeline] // withDockerContainer [Pipeline] sh 06:33:26 + sudo chown -R jenkins:jenkins . [Pipeline] stash 06:33:26 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] } 06:33:44 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients [no test files] 06:33:46 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/agent 0.027s coverage: 85.7% of statements 06:33:46 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/command 0.059s coverage: 100.0% of statements 06:33:48 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/coredata 0.067s coverage: 45.4% of statements 06:33:48 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/general 0.041s coverage: 77.8% of statements 06:33:48 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces [no test files] 06:33:48 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/logger 0.037s coverage: 26.3% of statements 06:33:51 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/metadata 0.049s coverage: 14.7% of statements 06:33:51 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/notifications 0.014s coverage: 100.0% of statements 06:33:51 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/scheduler 0.089s coverage: 91.8% of statements 06:33:51 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/types [no test files] 06:33:51 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/errors [no test files] 06:33:51 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/local 0.031s coverage: 100.0% of statements 06:33:51 ok github.com/edgexfoundry/go-mod-core-contracts/v2/errors 0.034s coverage: 36.7% of statements 06:33:58 ok github.com/edgexfoundry/go-mod-core-contracts/v2/models 0.195s coverage: 63.0% of statements 06:33:58 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/configuration 0.033s coverage: 26.3% of statements 06:33:58 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/admin 0.015s coverage: 15.4% of statements 06:33:58 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/operating 0.023s coverage: 15.4% of statements 06:33:58 ok github.com/edgexfoundry/go-mod-core-contracts/v2/responses/configuration 0.016s coverage: 14.3% of statements 06:33:58 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2 [no test files] 06:34:00 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http 0.189s coverage: 84.6% of statements 06:34:00 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http/utils [no test files] 06:34:00 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces [no test files] 06:34:00 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces/mocks [no test files] 06:34:00 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos 0.051s coverage: 48.1% of statements 06:34:00 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/common 0.032s coverage: 94.7% of statements 06:34:02 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/requests 0.148s coverage: 89.2% of statements 06:34:02 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/responses 0.026s coverage: 100.0% of statements 06:34:02 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/models [no test files] 06:34:02 CGO_ENABLED=0 GO111MODULE=on go vet ./... 06:34:08 gofmt -l . 06:34:09 [ "`gofmt -l .`" = "" ] [Pipeline] } 06:34:09 $ docker stop --time=1 142df968ca2e5ef4764836e007174a494eeef025c4339971f9c62fbf278d43c0 06:34:11 $ docker rm -f 142df968ca2e5ef4764836e007174a494eeef025c4339971f9c62fbf278d43c0 [Pipeline] // withDockerContainer [Pipeline] sh 06:34:12 + sudo chown -R jenkins:jenkins . [Pipeline] stash 06:34:12 Warning: overwriting stash ‘coverage-report’ 06:34:13 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 06:34:15 provisioning config files... 06:34:15 copy managed file [go-mod-core-contracts-codecov-token] to file:/w/workspace/dry_go-mod-core-contracts_PR-513@tmp/config6015318471344423389tmp [Pipeline] { [Pipeline] sh 06:34:16 + set +x 06:34:16 + curl -s https://codecov.io/bash 06:34:16 + bash -s -- 06:34:16 06:34:16 _____ _ 06:34:16 / ____| | | 06:34:16 | | ___ __| | ___ ___ _____ __ 06:34:16 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 06:34:16 | |___| (_) | (_| | __/ (_| (_) \ V / 06:34:16 \_____\___/ \__,_|\___|\___\___/ \_/ 06:34:16 Bash-20210129-7c25fce 06:34:16 06:34:16 06:34:16 ==> git version 2.24.3 found 06:34:16 ==> 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 06:34:16 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 06:34:16 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 06:34:16 ==> Jenkins CI detected. 06:34:16 project root: . 06:34:16 --> token set from env 06:34:17 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 06:34:17 ==> Running gcov in . (disable via -X gcov) 06:34:17 ==> Python coveragepy not found 06:34:17 ==> Searching for coverage reports in: 06:34:17 + . 06:34:17 -> Found 1 reports 06:34:17 ==> Detecting git/mercurial file structure 06:34:17 ==> Reading reports 06:34:17 + ./coverage.out bytes=150761 06:34:17 ==> Appending adjustments 06:34:17 https://docs.codecov.io/docs/fixing-reports 06:34:21 + Found adjustments 06:34:21 ==> Gzipping contents 06:34:21 24K /tmp/codecov.3pYZA6.gz 06:34:21 ==> Uploading reports 06:34:21 url: https://codecov.io 06:34:21 query: branch=PR-513&commit=0559ffd17adf239c578cbac447b006b6918f4e7b&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2FPR-513%2F2%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=513&job=&cmd_args= 06:34:21 -> Pinging Codecov 06:34:21 https://codecov.io/upload/v4?package=bash-20210129-7c25fce&token=secret&branch=PR-513&commit=0559ffd17adf239c578cbac447b006b6918f4e7b&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2FPR-513%2F2%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=513&job=&cmd_args= 06:34:21 -> Uploading to 06:34:21 https://storage.googleapis.com/codecov/v4/raw/2021-02-22/71470A77251A30514AAF9C0BB2E5B6CE/0559ffd17adf239c578cbac447b006b6918f4e7b/8312d9c1-15bf-4b84-a010-bddd993692c2.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210222%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210222T063421Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=48fcd6b51af3e8fae8a1cf67b688f9e7068a878ec77ba5146afa482932234015 06:34:21 % Total % Received % Xferd Average Speed Time Time Time Current 06:34:21 Dload Upload Total Spent Left Speed 06:34:22 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 22915 0 0 100 22915 0 41192 --:--:-- --:--:-- --:--:-- 41140 06:34:22 -> View reports at https://codecov.io/github/edgexfoundry/go-mod-core-contracts/commit/0559ffd17adf239c578cbac447b006b6918f4e7b [Pipeline] } 06:34:22 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 06:34:25 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 06:34:26 ---> package-listing.sh 06:34:26 ++ facter osfamily 06:34:26 ++ tr '[:upper:]' '[:lower:]' 06:34:27 + OS_FAMILY=redhat 06:34:27 + workspace=/w/workspace/dry_go-mod-core-contracts_PR-513 06:34:27 + START_PACKAGES=/tmp/packages_start.txt 06:34:27 + END_PACKAGES=/tmp/packages_end.txt 06:34:27 + DIFF_PACKAGES=/tmp/packages_diff.txt 06:34:27 + PACKAGES=/tmp/packages_start.txt 06:34:27 + '[' /w/workspace/dry_go-mod-core-contracts_PR-513 ']' 06:34:27 + PACKAGES=/tmp/packages_end.txt 06:34:27 + case "${OS_FAMILY}" in 06:34:27 + rpm -qa 06:34:27 + sort 06:34:38 + '[' -f /tmp/packages_start.txt ']' 06:34:38 + '[' -f /tmp/packages_end.txt ']' 06:34:38 + diff /tmp/packages_start.txt /tmp/packages_end.txt 06:34:38 + '[' /w/workspace/dry_go-mod-core-contracts_PR-513 ']' 06:34:38 + mkdir -p /w/workspace/dry_go-mod-core-contracts_PR-513/archives/ 06:34:38 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dry_go-mod-core-contracts_PR-513/archives/ [Pipeline] echo 06:34: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-513/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 06:34:38 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 06:34:39 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 06:34:40 06:34:40 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 06:34:40 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 06:34:41 alpine: Pulling from edgex-lftools-log-publisher 06:34:41 df20fa9351a1: Pulling fs layer 06:34:41 36b3adc4ff6f: Pulling fs layer 06:34:41 8ad3a11d3b57: Pulling fs layer 06:34:41 46f8f816bc3b: Pulling fs layer 06:34:41 93b61091891f: Pulling fs layer 06:34:41 93b9cdb0e59b: Pulling fs layer 06:34:41 5e14af77c1be: Pulling fs layer 06:34:41 01666e4c0597: Pulling fs layer 06:34:41 aa168da1d23b: Pulling fs layer 06:34:41 46f8f816bc3b: Waiting 06:34:41 93b61091891f: Waiting 06:34:41 5e14af77c1be: Waiting 06:34:41 01666e4c0597: Waiting 06:34:41 aa168da1d23b: Waiting 06:34:41 93b9cdb0e59b: Waiting 06:34:41 36b3adc4ff6f: Verifying Checksum 06:34:41 36b3adc4ff6f: Download complete 06:34:41 46f8f816bc3b: Verifying Checksum 06:34:41 46f8f816bc3b: Download complete 06:34:42 df20fa9351a1: Verifying Checksum 06:34:42 df20fa9351a1: Download complete 06:34:43 93b9cdb0e59b: Verifying Checksum 06:34:43 93b9cdb0e59b: Download complete 06:34:43 5e14af77c1be: Verifying Checksum 06:34:43 5e14af77c1be: Download complete 06:34:43 01666e4c0597: Verifying Checksum 06:34:43 01666e4c0597: Download complete 06:34:43 93b61091891f: Verifying Checksum 06:34:43 93b61091891f: Download complete 06:34:45 df20fa9351a1: Pull complete 06:34:45 36b3adc4ff6f: Pull complete 06:34:45 8ad3a11d3b57: Verifying Checksum 06:34:45 8ad3a11d3b57: Download complete 06:34:46 8ad3a11d3b57: Pull complete 06:34:47 46f8f816bc3b: Pull complete 06:34:48 93b61091891f: Pull complete 06:34:48 93b9cdb0e59b: Pull complete 06:34:49 5e14af77c1be: Pull complete 06:34:49 01666e4c0597: Pull complete 06:34:59 aa168da1d23b: Verifying Checksum 06:34:59 aa168da1d23b: Download complete 06:35:16 aa168da1d23b: Pull complete 06:35:16 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 06:35:16 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 06:35:16 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 06:35:16 prd-centos7-docker-4c-2g-27122 does not seem to be running inside a container 06:35:17 $ 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-513/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-513 -v /w/workspace/dry_go-mod-core-contracts_PR-513:/w/workspace/dry_go-mod-core-contracts_PR-513:rw,z -v /w/workspace/dry_go-mod-core-contracts_PR-513@tmp:/w/workspace/dry_go-mod-core-contracts_PR-513@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 06:35:22 $ docker top 6216c085e927f9a8f284639818d9e760dcba6111a726e48ebcfcf7fdb9de74de -eo pid,comm [Pipeline] { [Pipeline] sh 06:35:25 + touch /tmp/pre-build-complete [Pipeline] sh 06:35:26 + mkdir -p /var/log/sa [Pipeline] sh 06:35:27 + ls /var/log/sa-host 06:35:27 + sadf -c /var/log/sa-host/sa22 06:35:27 file_magic: OK 06:35:27 HZ: Using current value: 100 06:35:27 file_header: OK 06:35:27 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 06:35:27 Statistics: 06:35:27 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 06:35:27 File successfully converted to sysstat format version 12.2.1 06:35:27 + sadf -c /var/log/sa-host/sa23 06:35:27 file_magic: OK 06:35:27 HZ: Using current value: 100 06:35:27 file_header: OK 06:35:27 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 06:35:27 Statistics: 06:35:27 Hnuu...uuuununununu... 06:35:27 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 06:35:28 provisioning config files... 06:35:28 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dry_go-mod-core-contracts_PR-513@tmp/config3304984534661889185tmp [Pipeline] { [Pipeline] echo 06:35:28 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 06:35:30 ---> create-netrc.sh [Pipeline] } 06:35:30 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 06:35:30 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 06:35:31 ---> python-tools-install.sh [Pipeline] echo 06:35:31 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 06:35:31 ---> sudo-logs.sh 06:35:31 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 06:35:32 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 06:35:33 ---> job-cost.sh 06:35:33 lf-activate-venv: SKIPPING 06:35:33 INFO: No Stack... 06:35:34 INFO: Retrieving Pricing Info for: v1-standard-2 06:35:36 INFO: Archiving Costs [Pipeline] echo 06:35:36 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 06:35:38 ---> logs-deploy.sh 06:35:38 lf-activate-venv: SKIPPING 06:35:38 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/PR-513/2 06:35:38 INFO: archiving workspace using pattern(s): 06:35:40 Archives upload complete. 06:35:40 INFO: archiving logs to Nexus 06:35:44 ---> uname -a: 06:35:44 Linux prd-centos7-docker-4c-2g-27122.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 06:35:44 06:35:44 06:35:44 ---> lscpu: 06:35:44 Architecture: x86_64 06:35:44 CPU op-mode(s): 32-bit, 64-bit 06:35:44 Byte Order: Little Endian 06:35:44 Address sizes: 40 bits physical, 48 bits virtual 06:35:44 CPU(s): 4 06:35:44 On-line CPU(s) list: 0-3 06:35:44 Thread(s) per core: 1 06:35:44 Core(s) per socket: 1 06:35:44 Socket(s): 4 06:35:44 NUMA node(s): 1 06:35:44 Vendor ID: GenuineIntel 06:35:44 CPU family: 6 06:35:44 Model: 44 06:35:44 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 06:35:44 Stepping: 1 06:35:44 CPU MHz: 2933.438 06:35:44 BogoMIPS: 5866.87 06:35:44 Virtualization: VT-x 06:35:44 Hypervisor vendor: KVM 06:35:44 Virtualization type: full 06:35:44 L1d cache: 128 KiB 06:35:44 L1i cache: 128 KiB 06:35:44 L2 cache: 16 MiB 06:35:44 L3 cache: 64 MiB 06:35:44 NUMA node0 CPU(s): 0-3 06:35:44 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 06:35:44 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 06:35:44 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 06:35:44 Vulnerability Meltdown: Mitigation; PTI 06:35:44 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 06:35:44 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 06:35:44 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 06:35:44 Vulnerability Srbds: Not affected 06:35:44 Vulnerability Tsx async abort: Not affected 06:35:44 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 06:35:44 06:35:44 06:35:44 ---> nproc: 06:35:44 4 06:35:44 06:35:44 06:35:44 ---> df -h: 06:35:44 Filesystem Size Used Available Use% Mounted on 06:35:44 overlay 50.0G 7.3G 42.7G 15% / 06:35:44 tmpfs 64.0M 0 64.0M 0% /dev 06:35:44 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 06:35:44 shm 64.0M 0 64.0M 0% /dev/shm 06:35:44 /dev/vda1 50.0G 7.3G 42.7G 15% /facter-os 06:35:44 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/resolv.conf 06:35:44 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hostname 06:35:44 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hosts 06:35:44 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/auth.log 06:35:44 /dev/vda1 50.0G 7.3G 42.7G 15% /run/cloud-init/result.json 06:35:44 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/dry_go-mod-core-contracts_PR-513 06:35:44 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/dry_go-mod-core-contracts_PR-513@tmp 06:35:44 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/sa-host 06:35:44 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/secure 06:35:44 06:35:44 06:35:44 ---> free -m: 06:35:44 total used free shared buff/cache available 06:35:44 Mem: 1837 720 66 0 1050 1012 06:35:44 Swap: 1023 1 1022 06:35:44 06:35:44 06:35:44 ---> ip addr: 06:35:44 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 06:35:44 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 06:35:44 inet 127.0.0.1/8 scope host lo 06:35:44 valid_lft forever preferred_lft forever 06:35:44 inet6 ::1/128 scope host 06:35:44 valid_lft forever preferred_lft forever 06:35:44 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 06:35:44 link/ether fa:16:3e:f5:05:e2 brd ff:ff:ff:ff:ff:ff 06:35:44 inet 10.30.122.61/23 brd 10.30.123.255 scope global dynamic eth0 06:35:44 valid_lft 85887sec preferred_lft 85887sec 06:35:44 inet6 fe80::f816:3eff:fef5:5e2/64 scope link 06:35:44 valid_lft forever preferred_lft forever 06:35:44 3: docker0: mtu 1500 qdisc noqueue state DOWN 06:35:44 link/ether 02:42:bb:16:cc:bf brd ff:ff:ff:ff:ff:ff 06:35:44 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 06:35:44 valid_lft forever preferred_lft forever 06:35:44 inet6 fe80::42:bbff:fe16:ccbf/64 scope link 06:35:44 valid_lft forever preferred_lft forever 06:35:44 06:35:44 06:35:44 ---> sar -b -r -n DEV: 06:35:44 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/22/21 _x86_64_ (4 CPU) 06:35:44 06:35:44 06:26:57 LINUX RESTART (4 CPU) 06:35:44 06:35:44 06:28:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 06:35:44 06:29:01 45.01 22.82 22.19 0.00 5017.63 1768.61 0.00 06:35:44 06:30:01 25.69 3.74 21.95 0.00 1071.01 2203.23 0.00 06:35:44 06:31:01 0.30 0.00 0.30 0.00 0.00 5.13 0.00 06:35:44 06:32:01 0.25 0.00 0.25 0.00 0.00 3.72 0.00 06:35:44 06:33:01 0.30 0.00 0.30 0.00 0.00 4.36 0.00 06:35:44 06:34:01 0.32 0.00 0.32 0.00 0.00 3.64 0.00 06:35:44 06:35:01 65.41 49.46 15.95 0.00 4404.19 4188.19 0.00 06:35:44 Average: 19.56 10.83 8.72 0.00 1491.01 1167.07 0.00 06:35:44 06:35:44 06:28:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 06:35:44 06:29:01 138548 0 552052 29.34 2620 1188324 1113180 37.99 385768 1153792 51988 06:35:44 06:30:01 160120 0 566764 30.12 2620 1152040 1203116 41.06 386940 1130664 20 06:35:44 06:31:01 178068 0 548812 29.17 2620 1152044 1056264 36.05 377432 1125208 8 06:35:44 06:32:01 177376 0 549500 29.20 2620 1152048 1056264 36.05 380504 1123044 12 06:35:44 06:33:01 176400 0 550472 29.26 2620 1152052 1056456 36.06 383000 1121824 8 06:35:44 06:34:01 176380 0 550484 29.26 2620 1152060 1056348 36.05 407932 1096824 8 06:35:44 06:35:01 72556 0 662940 35.23 2620 1143428 1500872 51.22 493000 1096304 105612 06:35:44 Average: 154207 0 568718 30.23 2620 1155999 1148929 39.21 402082 1121094 22522 06:35:44 06:35:44 06:28:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 06:35:44 06:29:01 eth0 211.69 175.73 1014.39 63.26 0.00 0.00 0.00 0.00 06:35:44 06:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:35:44 06:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:35:44 06:30:01 eth0 28.64 28.32 46.30 33.75 0.00 0.00 0.00 0.00 06:35:44 06:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:35:44 06:30:01 docker0 5.22 4.61 1.58 19.15 0.00 0.00 0.00 0.00 06:35:44 06:31:01 eth0 0.27 0.08 0.01 0.04 0.00 0.00 0.00 0.00 06:35:44 06:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:35:44 06:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:35:44 06:32:01 eth0 1.13 0.10 0.11 0.01 0.00 0.00 0.00 0.00 06:35:44 06:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:35:44 06:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:35:44 06:33:01 eth0 0.88 0.60 0.53 0.40 0.00 0.00 0.00 0.00 06:35:44 06:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:35:44 06:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:35:44 06:34:01 eth0 0.27 0.15 0.14 0.07 0.00 0.00 0.00 0.00 06:35:44 06:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:35:44 06:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:35:44 06:35:01 eth0 217.99 193.43 2177.30 23.11 0.00 0.00 0.00 0.00 06:35:44 06:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:35:44 06:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:35:44 Average: eth0 65.51 56.65 461.51 17.13 0.00 0.00 0.00 0.00 06:35:44 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:35:44 Average: docker0 0.75 0.66 0.23 2.74 0.00 0.00 0.00 0.00 06:35:44 06:35:44 06:35:44 ---> sar -P ALL: 06:35:44 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/22/21 _x86_64_ (4 CPU) 06:35:44 06:35:44 06:26:57 LINUX RESTART (4 CPU) 06:35:44 06:35:44 06:28:02 CPU %user %nice %system %iowait %steal %idle 06:35:44 06:29:01 all 10.47 0.00 3.64 2.69 30.46 52.74 06:35:44 06:29:01 0 9.74 0.00 3.31 1.76 32.68 52.51 06:35:44 06:29:01 1 10.81 0.00 4.77 2.12 30.03 52.26 06:35:44 06:29:01 2 8.81 0.00 3.30 2.41 30.31 55.17 06:35:44 06:29:01 3 12.57 0.00 3.21 4.54 28.68 51.00 06:35:44 06:30:01 all 1.53 0.00 1.92 0.72 13.01 82.83 06:35:44 06:30:01 0 1.01 0.00 1.86 0.75 13.23 83.15 06:35:44 06:30:01 1 1.42 0.00 1.78 0.90 14.06 81.83 06:35:44 06:30:01 2 1.83 0.00 1.82 0.08 12.80 83.48 06:35:44 06:30:01 3 1.86 0.00 2.23 1.14 11.91 82.86 06:35:44 06:31:01 all 0.10 0.00 0.07 0.00 1.21 98.62 06:35:44 06:31:01 0 0.07 0.00 0.07 0.00 1.58 98.28 06:35:44 06:31:01 1 0.23 0.00 0.08 0.00 0.71 98.97 06:35:44 06:31:01 2 0.08 0.00 0.08 0.00 1.46 98.38 06:35:44 06:31:01 3 0.00 0.00 0.07 0.00 1.09 98.84 06:35:44 06:32:01 all 0.10 0.00 0.06 0.00 2.20 97.64 06:35:44 06:32:01 0 0.03 0.00 0.05 0.00 2.81 97.11 06:35:44 06:32:01 1 0.20 0.00 0.05 0.00 2.13 97.62 06:35:44 06:32:01 2 0.15 0.00 0.07 0.00 2.39 97.40 06:35:44 06:32:01 3 0.02 0.00 0.08 0.00 1.48 98.42 06:35:44 06:33:01 all 0.11 0.00 0.03 0.00 1.09 98.77 06:35:44 06:33:01 0 0.03 0.00 0.02 0.00 1.19 98.76 06:35:44 06:33:01 1 0.03 0.00 0.03 0.00 0.12 99.82 06:35:44 06:33:01 2 0.32 0.00 0.02 0.00 0.22 99.45 06:35:44 06:33:01 3 0.07 0.00 0.07 0.00 2.80 97.06 06:35:44 06:34:01 all 0.11 0.00 0.19 0.00 0.81 98.89 06:35:44 06:34:01 0 0.02 0.00 0.10 0.00 0.43 99.45 06:35:44 06:34:01 1 0.12 0.00 0.17 0.00 0.63 99.09 06:35:44 06:34:01 2 0.05 0.00 0.08 0.00 1.42 98.45 06:35:44 06:34:01 3 0.27 0.00 0.40 0.00 0.77 98.57 06:35:44 06:35:01 all 2.60 0.00 2.45 2.87 23.28 68.80 06:35:44 06:35:01 0 2.75 0.00 2.52 0.05 25.55 69.14 06:35:44 06:35:01 1 1.22 0.00 1.59 0.77 23.38 73.04 06:35:44 06:35:01 2 4.16 0.00 3.03 9.07 22.34 61.40 06:35:44 06:35:01 3 2.39 0.00 2.73 1.74 21.85 71.30 06:35:44 Average: all 2.24 0.00 1.25 0.95 10.75 84.82 06:35:44 Average: 0 2.08 0.00 1.19 0.39 11.64 84.71 06:35:44 Average: 1 2.05 0.00 1.26 0.57 10.69 85.43 06:35:44 Average: 2 2.29 0.00 1.25 1.75 10.52 84.20 06:35:44 Average: 3 2.53 0.00 1.30 1.10 10.16 84.92 06:35:44 06:35:44 06:35:44