Pull request #498 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 cdf6f9724aa4f5637705aab0063dc882d2a96c4e rather than dde2e0e3c07ee3688cd04833edc3ba44ae951cfc Obtained Jenkinsfile from cdf6f9724aa4f5637705aab0063dc882d2a96c4e Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 69a7e166112f335804d9fea76440e5140e47f034 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 69a7e166112f335804d9fea76440e5140e47f034 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 # timeout=10 Commit message: "Add license check to tox" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:go-mod-core-contracts, buildImage:false, pushImage:false, semverBump:pre] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: go-mod-core-contracts-settings PROJECT: go-mod-core-contracts USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-go-mod-core-contracts DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: false PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: false SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-25552 in /w/workspace/dry_go-mod-core-contracts_PR-498 [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-498 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit cdf6f9724aa4f5637705aab0063dc882d2a96c4e into PR head commit dde2e0e3c07ee3688cd04833edc3ba44ae951cfc Merge succeeded, producing dde2e0e3c07ee3688cd04833edc3ba44ae951cfc Checking out Revision dde2e0e3c07ee3688cd04833edc3ba44ae951cfc (PR-498) > 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/498/head:refs/remotes/origin/PR-498 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f dde2e0e3c07ee3688cd04833edc3ba44ae951cfc # 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 cdf6f9724aa4f5637705aab0063dc882d2a96c4e # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f dde2e0e3c07ee3688cd04833edc3ba44ae951cfc # timeout=10 Commit message: "fix(v2): Correct UpdateSubscription DTO validation tags" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage > git rev-list --no-walk 6a522021b85da70ad354c2c6ba4617949f3cf8e1 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 10:32:49 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 10:32:49 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 10:32:49 ========================================================= 10:32:49 EdgeX Global Pipelines Version Info 10:32:49 ========================================================= [Pipeline] libraryResource [Pipeline] sh 10:32:51 ------------------- 10:32:51 stable info: 10:32:51 ------------------- 10:32:51 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 10:32:51 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 10:32:51 Message: update stable to v1.0.179 10:32:52 ------------------- 10:32:52 experimental info: 10:32:52 ------------------- 10:32:52 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 10:32:52 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 10:32:52 Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 10:32:52 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-core-contracts-settings [Pipeline] echo 10:32:52 [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-core-contracts [Pipeline] echo 10:32:52 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 10:32:52 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 10:32:52 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 10:32:53 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 10:32:53 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 10:32:53 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 10:32:53 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 10:32:53 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 10:32:53 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 10:32:53 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-core-contracts [Pipeline] echo 10:32:53 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 10:32:53 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 10:32:53 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 10:32:54 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 10:32:54 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 10:32:54 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 10:32:54 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 10:32:54 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 10:32:54 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 10:32:54 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 10:32:54 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 10:32:54 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 10:32:55 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 10:32:55 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 10:32:55 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 10:32:55 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-498 [Pipeline] echo 10:32:55 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-498 [Pipeline] echo 10:32:55 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-498 [Pipeline] echo 10:32:55 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = dde2e0e3c07ee3688cd04833edc3ba44ae951cfc [Pipeline] echo 10:32:55 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = dde2e0e [Pipeline] echo 10:32:55 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 10:32:56 + git log --format=format:%s -1 dde2e0e3c07ee3688cd04833edc3ba44ae951cfc [Pipeline] echo 10:32:56 GIT_COMMIT: dde2e0e3c07ee3688cd04833edc3ba44ae951cfc, Commit Message: fix(v2): Correct UpdateSubscription DTO validation tags [Pipeline] echo 10:32:56 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 10:32:57 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 10:32:57 10:32:57 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 10:32:58 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 10:32:58 latest: Pulling from edgex-devops/git-semver 10:32:58 31603596830f: Pulling fs layer 10:32:58 2a8b12db71e7: Pulling fs layer 10:32:58 6ca5941a6612: Pulling fs layer 10:32:58 ecc8261a40a4: Pulling fs layer 10:32:58 2a8b12db71e7: Download complete 10:32:58 31603596830f: Verifying Checksum 10:32:58 31603596830f: Download complete 10:32:58 ecc8261a40a4: Verifying Checksum 10:32:58 ecc8261a40a4: Download complete 10:32:58 6ca5941a6612: Verifying Checksum 10:32:58 6ca5941a6612: Download complete 10:32:58 31603596830f: Pull complete 10:32:59 2a8b12db71e7: Pull complete 10:33:00 6ca5941a6612: Pull complete 10:33:00 ecc8261a40a4: Pull complete 10:33:00 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 10:33:00 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 10:33:00 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 10:33:00 prd-centos7-docker-4c-2g-25552 does not seem to be running inside a container 10:33:00 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_go-mod-core-contracts_PR-498 -v /w/workspace/dry_go-mod-core-contracts_PR-498:/w/workspace/dry_go-mod-core-contracts_PR-498:rw,z -v /w/workspace/dry_go-mod-core-contracts_PR-498@tmp:/w/workspace/dry_go-mod-core-contracts_PR-498@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 10:33:02 $ docker top a43112c396644fbc255e0b794a6bda966f16fc65df4fb52e27b6df5f1e83d469 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 10:33:03 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 10:33:03 [ssh-agent] Looking for ssh-agent implementation... 10:33:03 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 10:33:03 $ docker exec a43112c396644fbc255e0b794a6bda966f16fc65df4fb52e27b6df5f1e83d469 ssh-agent 10:33:03 SSH_AUTH_SOCK=/tmp/ssh-bejBknKnUI1N/agent.12 10:33:03 SSH_AGENT_PID=18 10:33:03 Running ssh-add (command line suppressed) 10:33:03 Identity added: /w/workspace/dry_go-mod-core-contracts_PR-498@tmp/private_key_6438259800607768447.key (/w/workspace/dry_go-mod-core-contracts_PR-498@tmp/private_key_6438259800607768447.key) 10:33:03 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 10:33:04 + git tag --points-at HEAD [Pipeline] } 10:33:04 $ docker exec --env ******** --env ******** a43112c396644fbc255e0b794a6bda966f16fc65df4fb52e27b6df5f1e83d469 ssh-agent -k 10:33:04 unset SSH_AUTH_SOCK; 10:33:04 unset SSH_AGENT_PID; 10:33:04 echo Agent pid 18 killed; 10:33:04 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 10:33:04 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 10:33:04 [ssh-agent] Looking for ssh-agent implementation... 10:33:04 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 10:33:04 $ docker exec a43112c396644fbc255e0b794a6bda966f16fc65df4fb52e27b6df5f1e83d469 ssh-agent 10:33:04 SSH_AUTH_SOCK=/tmp/ssh-WMzRJWG5DkuQ/agent.47 10:33:04 SSH_AGENT_PID=52 10:33:04 Running ssh-add (command line suppressed) 10:33:04 Identity added: /w/workspace/dry_go-mod-core-contracts_PR-498@tmp/private_key_8825706669669133754.key (/w/workspace/dry_go-mod-core-contracts_PR-498@tmp/private_key_8825706669669133754.key) 10:33:05 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 10:33:05 + git semver init 10:33:05 # -> Open(): unable to determine branch for HEAD 10:33:05 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_PR-498/.git 10:33:05 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_PR-498 10:33:05 # $SEMVER_REMOTE_NAME = origin 10:33:05 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 10:33:05 # $SEMVER_USER_NAME = edgex-jenkins 10:33:05 # $SEMVER_BRANCH = PR-498 10:33:05 # $SEMVER_TEMP = /tmp/semver-389955376 10:33:05 # git clone --branch semver git@github.com:edgexfoundry/go-mod-core-contracts.git $SEMVER_TEMP 10:33:06 # '/tmp/semver-389955376' -> '/w/workspace/dry_go-mod-core-contracts_PR-498/.semver' 10:33:06 # -> Force: false 10:33:06 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_PR-498/.semver [Pipeline] } 10:33:06 $ docker exec --env ******** --env ******** a43112c396644fbc255e0b794a6bda966f16fc65df4fb52e27b6df5f1e83d469 ssh-agent -k 10:33:06 unset SSH_AUTH_SOCK; 10:33:06 unset SSH_AGENT_PID; 10:33:06 echo Agent pid 52 killed; 10:33:06 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 10:33:07 + git semver [Pipeline] } 10:33:07 $ docker stop --time=1 a43112c396644fbc255e0b794a6bda966f16fc65df4fb52e27b6df5f1e83d469 10:33:08 $ docker rm -f a43112c396644fbc255e0b794a6bda966f16fc65df4fb52e27b6df5f1e83d469 [Pipeline] // withDockerContainer [Pipeline] sh 10:33:09 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 10:33:09 Stashed 1 file(s) [Pipeline] echo 10:33:09 [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:33:25 Still waiting to schedule task 10:33:25 Waiting for next available executor on ‘prd-centos7-docker-4c-2g-25552’ 10:33:25 Still waiting to schedule task 10:33:25 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 10:35:19 Running on prd-ubuntu18.04-docker-arm64-4c-16g-25553 in /w/workspace/dry_go-mod-core-contracts_PR-498 [Pipeline] { [Pipeline] ws 10:35:19 Running in /w/workspace/go-mod-core-contracts/4 [Pipeline] { [Pipeline] checkout 10:35:24 using credential edgex-jenkins-ssh 10:35:24 Cloning the remote Git repository 10:35:24 Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git 10:35:25 > git init /w/workspace/go-mod-core-contracts/4 # timeout=10 10:35:25 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 10:35:25 > git --version # timeout=10 10:35:25 > git --version # 'git version 2.17.1' 10:35:25 using GIT_SSH to set credentials SSH Credentials for GitHub 10:35:25 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 10:35:26 Merging remotes/origin/master commit cdf6f9724aa4f5637705aab0063dc882d2a96c4e into PR head commit dde2e0e3c07ee3688cd04833edc3ba44ae951cfc 10:35:27 Merge succeeded, producing dde2e0e3c07ee3688cd04833edc3ba44ae951cfc 10:35:27 Checking out Revision dde2e0e3c07ee3688cd04833edc3ba44ae951cfc (PR-498) 10:35:26 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 10:35:26 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 10:35:26 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 10:35:26 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 10:35:26 using GIT_SSH to set credentials SSH Credentials for GitHub 10:35:26 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/498/head:refs/remotes/origin/PR-498 +refs/heads/master:refs/remotes/origin/master # timeout=10 10:35:26 > git config core.sparsecheckout # timeout=10 10:35:26 > git checkout -f dde2e0e3c07ee3688cd04833edc3ba44ae951cfc # timeout=10 10:35:27 > git remote # timeout=10 10:35:27 > git config --get remote.origin.url # timeout=10 10:35:27 using GIT_SSH to set credentials SSH Credentials for GitHub 10:35:27 > git merge cdf6f9724aa4f5637705aab0063dc882d2a96c4e # timeout=10 10:35:27 > git rev-parse HEAD^{commit} # timeout=10 10:35:27 > git config core.sparsecheckout # timeout=10 10:35:27 > git checkout -f dde2e0e3c07ee3688cd04833edc3ba44ae951cfc # timeout=10 10:35:31 Commit message: "fix(v2): Correct UpdateSubscription DTO validation tags" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 10:35:33 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 10:35:33 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 10:35:34 + true 10:35:34 + sudo service docker restart [Pipeline] unstash [Pipeline] echo 10:35:36 ========================================================= 10:35:36 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 10:35:36 ========================================================= [Pipeline] isUnix [Pipeline] sh 10:35:37 + 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 . 10:35:38 Sending build context to Docker daemon 2.591MB 10:35:38 Step 1/7 : ARG BASE=golang:1.15-alpine 10:35:38 Step 2/7 : FROM ${BASE} 10:35:38 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 10:35:38 5f621e34cdf4: Pulling fs layer 10:35:38 a4357932f1b6: Pulling fs layer 10:35:38 18c013af1878: Pulling fs layer 10:35:38 00ac8860ef70: Pulling fs layer 10:35:38 63d7cb157983: Pulling fs layer 10:35:38 b116817d02f9: Pulling fs layer 10:35:38 745a02a5169b: Pulling fs layer 10:35:38 00ac8860ef70: Waiting 10:35:38 63d7cb157983: Waiting 10:35:38 b116817d02f9: Waiting 10:35:38 745a02a5169b: Waiting 10:35:38 18c013af1878: Verifying Checksum 10:35:38 18c013af1878: Download complete 10:35:38 a4357932f1b6: Verifying Checksum 10:35:38 a4357932f1b6: Download complete 10:35:39 63d7cb157983: Verifying Checksum 10:35:39 63d7cb157983: Download complete 10:35:39 b116817d02f9: Download complete 10:35:39 5f621e34cdf4: Download complete 10:35:40 5f621e34cdf4: Pull complete 10:35:40 a4357932f1b6: Pull complete 10:35:41 18c013af1878: Pull complete 10:35:41 745a02a5169b: Verifying Checksum 10:35:41 745a02a5169b: Download complete 10:35:42 00ac8860ef70: Verifying Checksum 10:35:42 00ac8860ef70: Download complete 10:35:46 Running on prd-centos7-docker-4c-2g-25554 in /w/workspace/dry_go-mod-core-contracts_PR-498 [Pipeline] { [Pipeline] ws 10:35:46 Running in /w/workspace/go-mod-core-contracts/4 [Pipeline] { [Pipeline] checkout 10:35:48 using credential edgex-jenkins-ssh 10:35:48 Cloning the remote Git repository 10:35:48 Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git 10:35:48 > git init /w/workspace/go-mod-core-contracts/4 # timeout=10 10:35:48 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 10:35:48 > git --version # timeout=10 10:35:48 > git --version # 'git version 2.24.3' 10:35:48 using GIT_SSH to set credentials SSH Credentials for GitHub 10:35:48 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 10:35:49 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 10:35:49 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 10:35:49 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 10:35:49 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 10:35:49 using GIT_SSH to set credentials SSH Credentials for GitHub 10:35:49 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/498/head:refs/remotes/origin/PR-498 +refs/heads/master:refs/remotes/origin/master # timeout=10 10:35:50 Merging remotes/origin/master commit cdf6f9724aa4f5637705aab0063dc882d2a96c4e into PR head commit dde2e0e3c07ee3688cd04833edc3ba44ae951cfc 10:35:50 Merge succeeded, producing dde2e0e3c07ee3688cd04833edc3ba44ae951cfc 10:35:50 Checking out Revision dde2e0e3c07ee3688cd04833edc3ba44ae951cfc (PR-498) 10:35:50 > git config core.sparsecheckout # timeout=10 10:35:50 > git checkout -f dde2e0e3c07ee3688cd04833edc3ba44ae951cfc # timeout=10 10:35:50 > git remote # timeout=10 10:35:50 > git config --get remote.origin.url # timeout=10 10:35:50 using GIT_SSH to set credentials SSH Credentials for GitHub 10:35:50 > git merge cdf6f9724aa4f5637705aab0063dc882d2a96c4e # timeout=10 10:35:50 > git rev-parse HEAD^{commit} # timeout=10 10:35:50 > git config core.sparsecheckout # timeout=10 10:35:50 > git checkout -f dde2e0e3c07ee3688cd04833edc3ba44ae951cfc # timeout=10 10:35:53 00ac8860ef70: Pull complete 10:35:53 63d7cb157983: Pull complete 10:35:54 b116817d02f9: Pull complete 10:35:54 Commit message: "fix(v2): Correct UpdateSubscription DTO validation tags" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 10:35:55 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 10:35:55 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 10:35:55 + sudo service docker restart 10:35:55 + true 10:35:55 Redirecting to /bin/systemctl restart docker.service [Pipeline] unstash [Pipeline] echo 10:35:56 ========================================================= 10:35:56 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 10:35:56 ========================================================= [Pipeline] isUnix [Pipeline] sh 10:35:57 + 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:35:57 Sending build context to Docker daemon 2.592MB 10:35:57 Step 1/7 : ARG BASE=golang:1.15-alpine 10:35:57 Step 2/7 : FROM ${BASE} 10:35:57 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 10:35:57 188c0c94c7c5: Pulling fs layer 10:35:57 0ef7d3d256c8: Pulling fs layer 10:35:57 de9db76c5a1d: Pulling fs layer 10:35:57 bca2f99d35d6: Pulling fs layer 10:35:57 93359f2a8cfa: Pulling fs layer 10:35:57 7c6f9722023f: Pulling fs layer 10:35:57 a35cf1a2eb13: Pulling fs layer 10:35:57 93359f2a8cfa: Waiting 10:35:57 7c6f9722023f: Waiting 10:35:57 a35cf1a2eb13: Waiting 10:35:57 bca2f99d35d6: Waiting 10:35:57 de9db76c5a1d: Download complete 10:35:57 0ef7d3d256c8: Download complete 10:35:57 93359f2a8cfa: Verifying Checksum 10:35:57 93359f2a8cfa: Download complete 10:35:57 7c6f9722023f: Verifying Checksum 10:35:57 7c6f9722023f: Download complete 10:35:58 188c0c94c7c5: Verifying Checksum 10:35:58 188c0c94c7c5: Download complete 10:35:58 745a02a5169b: Pull complete 10:35:58 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 10:35:58 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 10:35:58 ---> b7e6874047d6 10:35:58 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 10:35:58 188c0c94c7c5: Pull complete 10:35:58 0ef7d3d256c8: Pull complete 10:35:58 de9db76c5a1d: Pull complete 10:35:59 a35cf1a2eb13: Verifying Checksum 10:35:59 a35cf1a2eb13: Download complete 10:36:00 bca2f99d35d6: Download complete 10:36:00 ---> Running in a606d91b30f1 10:36:00 Removing intermediate container a606d91b30f1 10:36:00 ---> 22bb3b373f1b 10:36:00 Step 4/7 : RUN apk add bash 10:36:01 ---> Running in d1decc4fc01f 10:36:02 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 10:36:03 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 10:36:04 OK: 142 MiB in 39 packages 10:36:05 Removing intermediate container d1decc4fc01f 10:36:05 ---> 17a04a392125 10:36:05 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 10:36:05 ---> Running in 0aebe6d5cb62 10:36:06 Removing intermediate container 0aebe6d5cb62 10:36:06 ---> b4041a872535 10:36:06 Step 6/7 : COPY go.mod . 10:36:06 ---> 71c6363f9d74 10:36:06 Step 7/7 : RUN go mod download 10:36:06 ---> Running in fdccc433bc03 10:36:06 bca2f99d35d6: Pull complete 10:36:06 93359f2a8cfa: Pull complete 10:36:06 7c6f9722023f: Pull complete 10:36:13 a35cf1a2eb13: Pull complete 10:36:13 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 10:36:13 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 10:36:13 ---> a62c8e92a672 10:36:13 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 10:36:13 ---> Running in 92a9da76615d 10:36:13 Removing intermediate container 92a9da76615d 10:36:13 ---> f61635d9d29b 10:36:13 Step 4/7 : RUN apk add bash 10:36:13 ---> Running in 9ae358810dfa 10:36:14 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 10:36:15 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 10:36:16 OK: 166 MiB in 39 packages 10:36:16 Removing intermediate container 9ae358810dfa 10:36:16 ---> 5ea6ad2a8b2a 10:36:16 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 10:36:16 ---> Running in 22089a9069c8 10:36:16 Removing intermediate container 22089a9069c8 10:36:16 ---> 3a5a9d00acdf 10:36:16 Step 6/7 : COPY go.mod . 10:36:16 ---> 75cb3f563972 10:36:16 Step 7/7 : RUN go mod download 10:36:16 ---> Running in a1b169be3eda 10:36:21 Removing intermediate container fdccc433bc03 10:36:21 ---> 6d2e0e0ddf14 10:36:21 Successfully built 6d2e0e0ddf14 10:36:21 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 10:36:22 + docker inspect -f . ci-base-image-arm64 10:36:22 . [Pipeline] withDockerContainer 10:36:22 prd-ubuntu18.04-docker-arm64-4c-16g-25553 does not seem to be running inside a container 10:36:22 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/4 -v /w/workspace/go-mod-core-contracts/4:/w/workspace/go-mod-core-contracts/4:rw,z -v /w/workspace/go-mod-core-contracts/4@tmp:/w/workspace/go-mod-core-contracts/4@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 10:36:24 $ docker top 15ad8d03e6a48a1a6062772fbd382753b6353cfd41cb355289102bb866e38dc7 -eo pid,comm [Pipeline] { [Pipeline] sh 10:36:25 + go version 10:36:25 go version go1.15.5 linux/arm64 [Pipeline] } 10:36:25 $ docker stop --time=1 15ad8d03e6a48a1a6062772fbd382753b6353cfd41cb355289102bb866e38dc7 10:36:27 $ docker rm -f 15ad8d03e6a48a1a6062772fbd382753b6353cfd41cb355289102bb866e38dc7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 10:36:28 + docker inspect -f . ci-base-image-arm64 10:36:28 . [Pipeline] withDockerContainer 10:36:28 prd-ubuntu18.04-docker-arm64-4c-16g-25553 does not seem to be running inside a container 10:36:28 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/4 -v /w/workspace/go-mod-core-contracts/4:/w/workspace/go-mod-core-contracts/4:rw,z -v /w/workspace/go-mod-core-contracts/4@tmp:/w/workspace/go-mod-core-contracts/4@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 10:36:29 Removing intermediate container a1b169be3eda 10:36:29 ---> 7d7bea2290db 10:36:29 Successfully built 7d7bea2290db 10:36:29 Successfully tagged ci-base-image-x86_64:latest 10:36:29 $ docker top 86d03deefa4873871bd3a88575192efd7640d43ce85e963b0c781b6d8f9023c9 -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] isUnix [Pipeline] sh 10:36:30 + docker inspect -f . ci-base-image-x86_64 10:36:30 . [Pipeline] withDockerContainer 10:36:30 prd-centos7-docker-4c-2g-25554 does not seem to be running inside a container 10:36:30 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/4 -v /w/workspace/go-mod-core-contracts/4:/w/workspace/go-mod-core-contracts/4:rw,z -v /w/workspace/go-mod-core-contracts/4@tmp:/w/workspace/go-mod-core-contracts/4@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-x86_64 cat 10:36:30 + make test 10:36:30 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 10:36:31 $ docker top 84497e8c414792e345adb3e6cb86fe751d1224813f11c5c0101ecfa84cc4f6f3 -eo pid,comm [Pipeline] { [Pipeline] sh 10:36:32 + go version 10:36:32 go version go1.15.5 linux/amd64 [Pipeline] } 10:36:32 $ docker stop --time=1 84497e8c414792e345adb3e6cb86fe751d1224813f11c5c0101ecfa84cc4f6f3 10:36:33 $ docker rm -f 84497e8c414792e345adb3e6cb86fe751d1224813f11c5c0101ecfa84cc4f6f3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 10:36:34 + docker inspect -f . ci-base-image-x86_64 10:36:34 . [Pipeline] withDockerContainer 10:36:34 prd-centos7-docker-4c-2g-25554 does not seem to be running inside a container 10:36:34 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/4 -v /w/workspace/go-mod-core-contracts/4:/w/workspace/go-mod-core-contracts/4:rw,z -v /w/workspace/go-mod-core-contracts/4@tmp:/w/workspace/go-mod-core-contracts/4@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-x86_64 cat 10:36:35 $ docker top 11b2004e717eba640734599a60e1d714e7268307550c6e4fa4cf93645f8bacf2 -eo pid,comm [Pipeline] { [Pipeline] sh 10:36:36 + make test 10:36:36 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 10:36:44 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients [no test files] 10:36:44 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/agent 0.021s coverage: 85.7% of statements 10:36:44 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/command 0.026s coverage: 100.0% of statements 10:36:44 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/coredata 0.033s coverage: 45.4% of statements 10:36:44 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/general 0.017s coverage: 77.8% of statements 10:36:44 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces [no test files] 10:36:44 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/logger 0.010s coverage: 26.3% of statements 10:36:45 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/metadata 0.016s coverage: 14.7% of statements 10:36:45 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/notifications 0.011s coverage: 100.0% of statements 10:36:45 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/scheduler 0.042s coverage: 91.8% of statements 10:36:45 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/types [no test files] 10:36:45 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/errors [no test files] 10:36:45 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/local 0.037s coverage: 100.0% of statements 10:36:45 ok github.com/edgexfoundry/go-mod-core-contracts/v2/errors 0.008s coverage: 36.7% of statements 10:36:48 ok github.com/edgexfoundry/go-mod-core-contracts/v2/models 0.019s coverage: 63.0% of statements 10:36:48 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/configuration 0.010s coverage: 26.3% of statements 10:36:48 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/admin 0.007s coverage: 15.4% of statements 10:36:48 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/operating 0.006s coverage: 15.4% of statements 10:36:48 ok github.com/edgexfoundry/go-mod-core-contracts/v2/responses/configuration 0.005s coverage: 14.3% of statements 10:36:48 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2 [no test files] 10:36:49 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http 0.061s coverage: 84.6% of statements 10:36:49 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http/utils [no test files] 10:36:49 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces [no test files] 10:36:49 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces/mocks [no test files] 10:36:50 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos 0.012s coverage: 51.0% of statements 10:36:50 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/common 0.009s coverage: 94.7% of statements 10:36:50 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/requests 0.039s coverage: 84.6% of statements 10:36:50 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/responses 0.009s coverage: 100.0% of statements 10:36:50 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/models [no test files] 10:36:50 CGO_ENABLED=0 GO111MODULE=on go vet ./... 10:36:52 gofmt -l . 10:36:52 [ "`gofmt -l .`" = "" ] [Pipeline] } 10:36:52 $ docker stop --time=1 11b2004e717eba640734599a60e1d714e7268307550c6e4fa4cf93645f8bacf2 10:36:53 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients [no test files] 10:36:54 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/agent 0.049s coverage: 85.7% of statements 10:36:54 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/command 0.044s coverage: 100.0% of statements 10:36:54 $ docker rm -f 11b2004e717eba640734599a60e1d714e7268307550c6e4fa4cf93645f8bacf2 [Pipeline] // withDockerContainer [Pipeline] sh 10:36:55 + sudo chown -R jenkins:jenkins . [Pipeline] stash 10:36:56 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } 10:36:56 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/coredata 0.108s coverage: 45.4% of statements 10:36:56 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/general 0.027s coverage: 77.8% of statements 10:36:56 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces [no test files] [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:36:58 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/logger 0.049s coverage: 26.3% of statements 10:36:59 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/metadata 0.075s coverage: 14.7% of statements 10:36:59 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/notifications 0.023s coverage: 100.0% of statements 10:37:00 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/scheduler 0.079s coverage: 91.8% of statements 10:37:00 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/types [no test files] 10:37:00 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/errors [no test files] 10:37:00 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/local 0.012s coverage: 100.0% of statements 10:37:00 ok github.com/edgexfoundry/go-mod-core-contracts/v2/errors 0.016s coverage: 36.7% of statements 10:37:06 ok github.com/edgexfoundry/go-mod-core-contracts/v2/models 0.086s coverage: 63.0% of statements 10:37:06 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/configuration 0.015s coverage: 26.3% of statements 10:37:06 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/admin 0.026s coverage: 15.4% of statements 10:37:06 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/operating 0.036s coverage: 15.4% of statements 10:37:06 ok github.com/edgexfoundry/go-mod-core-contracts/v2/responses/configuration 0.036s coverage: 14.3% of statements 10:37:06 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2 [no test files] 10:37:10 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http 0.224s coverage: 84.6% of statements 10:37:10 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http/utils [no test files] 10:37:10 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces [no test files] 10:37:10 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces/mocks [no test files] 10:37:10 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos 0.048s coverage: 51.0% of statements 10:37:10 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/common 0.027s coverage: 94.7% of statements 10:37:11 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/requests 0.158s coverage: 84.6% of statements 10:37:11 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/responses 0.022s coverage: 100.0% of statements 10:37:11 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/models [no test files] 10:37:12 CGO_ENABLED=0 GO111MODULE=on go vet ./... 10:37:17 gofmt -l . 10:37:18 [ "`gofmt -l .`" = "" ] [Pipeline] } 10:37:18 $ docker stop --time=1 86d03deefa4873871bd3a88575192efd7640d43ce85e963b0c781b6d8f9023c9 10:37:21 $ docker rm -f 86d03deefa4873871bd3a88575192efd7640d43ce85e963b0c781b6d8f9023c9 [Pipeline] // withDockerContainer [Pipeline] sh 10:37:22 + sudo chown -R jenkins:jenkins . [Pipeline] stash 10:37:22 Warning: overwriting stash ‘coverage-report’ 10:37: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:37:24 provisioning config files... 10:37:24 copy managed file [go-mod-core-contracts-codecov-token] to file:/w/workspace/dry_go-mod-core-contracts_PR-498@tmp/config8120191310083746203tmp [Pipeline] { [Pipeline] sh 10:37:25 + set +x 10:37:25 + curl -s https://codecov.io/bash 10:37:25 + bash -s -- 10:37:25 10:37:25 _____ _ 10:37:25 / ____| | | 10:37:25 | | ___ __| | ___ ___ _____ __ 10:37:25 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 10:37:25 | |___| (_) | (_| | __/ (_| (_) \ V / 10:37:25 \_____\___/ \__,_|\___|\___\___/ \_/ 10:37:25 Bash-20210129-7c25fce 10:37:25 10:37:25 10:37:25 ==> git version 2.24.3 found 10:37:25 ==> 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:37:25 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 10:37:25 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 10:37:25 ==> Jenkins CI detected. 10:37:25 project root: . 10:37:25 --> token set from env 10:37:25 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 10:37:25 ==> Running gcov in . (disable via -X gcov) 10:37:25 ==> Python coveragepy not found 10:37:25 ==> Searching for coverage reports in: 10:37:25 + . 10:37:25 -> Found 1 reports 10:37:25 ==> Detecting git/mercurial file structure 10:37:25 ==> Reading reports 10:37:25 + ./coverage.out bytes=148564 10:37:25 ==> Appending adjustments 10:37:25 https://docs.codecov.io/docs/fixing-reports 10:37:26 + Found adjustments 10:37:26 ==> Gzipping contents 10:37:26 24K /tmp/codecov.9U4nVa.gz 10:37:26 ==> Uploading reports 10:37:26 url: https://codecov.io 10:37:26 query: branch=PR-498&commit=dde2e0e3c07ee3688cd04833edc3ba44ae951cfc&build=4&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2FPR-498%2F4%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=498&job=&cmd_args= 10:37:26 -> Pinging Codecov 10:37:26 https://codecov.io/upload/v4?package=bash-20210129-7c25fce&token=secret&branch=PR-498&commit=dde2e0e3c07ee3688cd04833edc3ba44ae951cfc&build=4&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2FPR-498%2F4%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=498&job=&cmd_args= 10:37:27 -> Uploading to 10:37:27 https://storage.googleapis.com/codecov/v4/raw/2021-02-08/71470A77251A30514AAF9C0BB2E5B6CE/dde2e0e3c07ee3688cd04833edc3ba44ae951cfc/6e6c40a9-4688-42e5-97a5-47b186c2f6bc.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210208%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210208T103727Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=fa933c6c98d8031ab8f82aeb652df73b15a10ddb93b92ae60522b7b3718d4c8c 10:37:27 % Total % Received % Xferd Average Speed Time Time Time Current 10:37:27 Dload Upload Total Spent Left Speed 10:37:27 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 22656 0 0 100 22656 0 46156 --:--:-- --:--:-- --:--:-- 46142 10:37:27 -> View reports at https://codecov.io/github/edgexfoundry/go-mod-core-contracts/commit/dde2e0e3c07ee3688cd04833edc3ba44ae951cfc [Pipeline] } 10:37:27 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:37:30 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 10:37:30 ---> package-listing.sh 10:37:30 ++ facter osfamily 10:37:30 ++ tr '[:upper:]' '[:lower:]' 10:37:30 + OS_FAMILY=redhat 10:37:30 + workspace=/w/workspace/dry_go-mod-core-contracts_PR-498 10:37:30 + START_PACKAGES=/tmp/packages_start.txt 10:37:30 + END_PACKAGES=/tmp/packages_end.txt 10:37:30 + DIFF_PACKAGES=/tmp/packages_diff.txt 10:37:30 + PACKAGES=/tmp/packages_start.txt 10:37:30 + '[' /w/workspace/dry_go-mod-core-contracts_PR-498 ']' 10:37:30 + PACKAGES=/tmp/packages_end.txt 10:37:30 + case "${OS_FAMILY}" in 10:37:30 + rpm -qa 10:37:30 + sort 10:37:34 + '[' -f /tmp/packages_start.txt ']' 10:37:34 + '[' -f /tmp/packages_end.txt ']' 10:37:34 + diff /tmp/packages_start.txt /tmp/packages_end.txt 10:37:34 + '[' /w/workspace/dry_go-mod-core-contracts_PR-498 ']' 10:37:34 + mkdir -p /w/workspace/dry_go-mod-core-contracts_PR-498/archives/ 10:37:34 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dry_go-mod-core-contracts_PR-498/archives/ [Pipeline] echo 10:37:34 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-498/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 10:37:35 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 10:37:35 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 10:37:35 10:37:35 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 10:37:35 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 10:37:35 alpine: Pulling from edgex-lftools-log-publisher 10:37:35 df20fa9351a1: Pulling fs layer 10:37:35 36b3adc4ff6f: Pulling fs layer 10:37:35 8ad3a11d3b57: Pulling fs layer 10:37:35 46f8f816bc3b: Pulling fs layer 10:37:35 93b61091891f: Pulling fs layer 10:37:35 93b9cdb0e59b: Pulling fs layer 10:37:35 5e14af77c1be: Pulling fs layer 10:37:35 01666e4c0597: Pulling fs layer 10:37:35 aa168da1d23b: Pulling fs layer 10:37:35 46f8f816bc3b: Waiting 10:37:35 93b61091891f: Waiting 10:37:35 01666e4c0597: Waiting 10:37:35 aa168da1d23b: Waiting 10:37:35 93b9cdb0e59b: Waiting 10:37:35 5e14af77c1be: Waiting 10:37:35 36b3adc4ff6f: Verifying Checksum 10:37:35 36b3adc4ff6f: Download complete 10:37:35 46f8f816bc3b: Verifying Checksum 10:37:35 46f8f816bc3b: Download complete 10:37:35 df20fa9351a1: Verifying Checksum 10:37:35 df20fa9351a1: Download complete 10:37:35 93b9cdb0e59b: Verifying Checksum 10:37:35 93b9cdb0e59b: Download complete 10:37:35 5e14af77c1be: Verifying Checksum 10:37:35 5e14af77c1be: Download complete 10:37:35 93b61091891f: Verifying Checksum 10:37:35 93b61091891f: Download complete 10:37:35 01666e4c0597: Verifying Checksum 10:37:35 01666e4c0597: Download complete 10:37:35 8ad3a11d3b57: Verifying Checksum 10:37:35 8ad3a11d3b57: Download complete 10:37:36 df20fa9351a1: Pull complete 10:37:36 36b3adc4ff6f: Pull complete 10:37:37 8ad3a11d3b57: Pull complete 10:37:37 46f8f816bc3b: Pull complete 10:37:37 aa168da1d23b: Verifying Checksum 10:37:37 aa168da1d23b: Download complete 10:37:38 93b61091891f: Pull complete 10:37:38 93b9cdb0e59b: Pull complete 10:37:38 5e14af77c1be: Pull complete 10:37:38 01666e4c0597: Pull complete 10:37:45 aa168da1d23b: Pull complete 10:37:45 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 10:37:45 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 10:37:45 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 10:37:45 prd-centos7-docker-4c-2g-25552 does not seem to be running inside a container 10:37:45 $ 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-498/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-498 -v /w/workspace/dry_go-mod-core-contracts_PR-498:/w/workspace/dry_go-mod-core-contracts_PR-498:rw,z -v /w/workspace/dry_go-mod-core-contracts_PR-498@tmp:/w/workspace/dry_go-mod-core-contracts_PR-498@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:10003/edgex-lftools-log-publisher:alpine cat 10:37:48 $ docker top 67f961b0e1c0d8421deecd22606a6a0ed100c26282f6fa9f9940a5eb6b210989 -eo pid,comm [Pipeline] { [Pipeline] sh 10:37:49 + touch /tmp/pre-build-complete [Pipeline] sh 10:37:49 + mkdir -p /var/log/sa [Pipeline] sh 10:37:49 + ls /var/log/sa-host 10:37:49 + sadf -c /var/log/sa-host/sa08 10:37:49 file_magic: OK 10:37:49 HZ: Using current value: 100 10:37:49 file_header: OK 10:37:49 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:37:49 Statistics: 10:37:49 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 10:37:49 File successfully converted to sysstat format version 12.2.1 10:37:49 + sadf -c /var/log/sa-host/sa23 10:37:49 file_magic: OK 10:37:49 HZ: Using current value: 100 10:37:49 file_header: OK 10:37:49 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:37:49 Statistics: 10:37:49 Hnuu...uuuununununu... 10:37:49 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 10:37:50 provisioning config files... 10:37:50 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dry_go-mod-core-contracts_PR-498@tmp/config2161516146176679470tmp [Pipeline] { [Pipeline] echo 10:37:50 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 10:37:51 ---> create-netrc.sh [Pipeline] } 10:37:51 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 10:37:51 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 10:37:51 ---> python-tools-install.sh [Pipeline] echo 10:37:51 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 10:37:51 ---> sudo-logs.sh 10:37:51 Archiving 'sudo' log.. [Pipeline] echo 10:37:51 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 10:37:52 ---> job-cost.sh 10:37:52 lf-activate-venv: SKIPPING 10:37:52 INFO: No Stack... 10:37:53 INFO: Retrieving Pricing Info for: v1-standard-2 10:37:53 INFO: Archiving Costs [Pipeline] echo 10:37:53 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 10:37:53 ---> logs-deploy.sh 10:37:53 lf-activate-venv: SKIPPING 10:37:53 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/PR-498/4 10:37:53 INFO: archiving workspace using pattern(s): 10:37:55 Archives upload complete. 10:37:55 INFO: archiving logs to Nexus 10:37:56 ---> uname -a: 10:37:56 Linux prd-centos7-docker-4c-2g-25552.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:37:56 10:37:56 10:37:56 ---> lscpu: 10:37:56 Architecture: x86_64 10:37:56 CPU op-mode(s): 32-bit, 64-bit 10:37:56 Byte Order: Little Endian 10:37:56 Address sizes: 40 bits physical, 48 bits virtual 10:37:56 CPU(s): 4 10:37:56 On-line CPU(s) list: 0-3 10:37:56 Thread(s) per core: 1 10:37:56 Core(s) per socket: 1 10:37:56 Socket(s): 4 10:37:56 NUMA node(s): 1 10:37:56 Vendor ID: GenuineIntel 10:37:56 CPU family: 6 10:37:56 Model: 44 10:37:56 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 10:37:56 Stepping: 1 10:37:56 CPU MHz: 2933.442 10:37:56 BogoMIPS: 5866.88 10:37:56 Virtualization: VT-x 10:37:56 Hypervisor vendor: KVM 10:37:56 Virtualization type: full 10:37:56 L1d cache: 128 KiB 10:37:56 L1i cache: 128 KiB 10:37:56 L2 cache: 16 MiB 10:37:56 L3 cache: 64 MiB 10:37:56 NUMA node0 CPU(s): 0-3 10:37:56 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 10:37:56 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 10:37:56 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 10:37:56 Vulnerability Meltdown: Mitigation; PTI 10:37:56 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 10:37:56 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 10:37:56 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 10:37:56 Vulnerability Srbds: Not affected 10:37:56 Vulnerability Tsx async abort: Not affected 10:37:56 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:37:56 10:37:56 10:37:56 ---> nproc: 10:37:56 4 10:37:56 10:37:56 10:37:56 ---> df -h: 10:37:56 Filesystem Size Used Available Use% Mounted on 10:37:56 overlay 50.0G 7.3G 42.7G 15% / 10:37:56 tmpfs 64.0M 0 64.0M 0% /dev 10:37:56 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 10:37:56 shm 64.0M 0 64.0M 0% /dev/shm 10:37:56 /dev/vda1 50.0G 7.3G 42.7G 15% /facter-os 10:37:56 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/resolv.conf 10:37:56 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hostname 10:37:56 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hosts 10:37:56 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/auth.log 10:37:56 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/dry_go-mod-core-contracts_PR-498 10:37:56 /dev/vda1 50.0G 7.3G 42.7G 15% /run/cloud-init/result.json 10:37:56 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/dry_go-mod-core-contracts_PR-498@tmp 10:37:56 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/sa-host 10:37:56 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/secure 10:37:56 10:37:56 10:37:56 ---> free -m: 10:37:56 total used free shared buff/cache available 10:37:56 Mem: 1837 689 112 0 1035 1043 10:37:56 Swap: 1023 1 1022 10:37:56 10:37:56 10:37:56 ---> ip addr: 10:37:56 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 10:37:56 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 10:37:56 inet 127.0.0.1/8 scope host lo 10:37:56 valid_lft forever preferred_lft forever 10:37:56 inet6 ::1/128 scope host 10:37:56 valid_lft forever preferred_lft forever 10:37:56 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 10:37:56 link/ether fa:16:3e:3a:85:a1 brd ff:ff:ff:ff:ff:ff 10:37:56 inet 10.30.122.175/23 brd 10.30.123.255 scope global dynamic eth0 10:37:56 valid_lft 86059sec preferred_lft 86059sec 10:37:56 inet6 fe80::f816:3eff:fe3a:85a1/64 scope link 10:37:56 valid_lft forever preferred_lft forever 10:37:56 3: docker0: mtu 1500 qdisc noqueue state DOWN 10:37:56 link/ether 02:42:95:7b:59:18 brd ff:ff:ff:ff:ff:ff 10:37:56 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 10:37:56 valid_lft forever preferred_lft forever 10:37:56 inet6 fe80::42:95ff:fe7b:5918/64 scope link 10:37:56 valid_lft forever preferred_lft forever 10:37:56 10:37:56 10:37:56 ---> sar -b -r -n DEV: 10:37:56 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/08/21 _x86_64_ (4 CPU) 10:37:56 10:37:56 10:32:05 LINUX RESTART (4 CPU) 10:37:56 10:37:56 10:33:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 10:37:56 10:34:01 13.25 3.45 9.80 0.00 1001.76 298.17 0.00 10:37:56 10:35:01 1.86 0.00 1.86 0.00 0.00 39.16 0.00 10:37:56 10:36:01 0.22 0.00 0.22 0.00 0.00 3.25 0.00 10:37:56 10:37:01 0.18 0.00 0.18 0.00 0.00 1.88 0.00 10:37:56 Average: 3.84 0.85 2.99 0.00 247.39 84.76 0.00 10:37:56 10:37:56 10:33:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 10:37:56 10:34:01 123916 0 583328 31.00 2620 1171680 1082996 36.96 395128 1160904 24 10:37:56 10:35:01 121988 0 585248 31.10 2620 1171688 1083060 36.96 401816 1156132 8 10:37:56 10:36:01 126792 0 580440 30.85 2620 1171692 1064876 36.34 399120 1154692 12 10:37:56 10:37:01 127104 0 580128 30.83 2620 1171692 1064708 36.34 399732 1154212 12 10:37:56 Average: 124950 0 582286 30.95 2620 1171688 1073910 36.65 398949 1156485 14 10:37:56 10:37:56 10:33:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 10:37:56 10:34:01 eth0 33.75 30.86 40.29 24.50 0.00 0.00 0.00 0.00 10:37:56 10:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:37:56 10:34:01 docker0 11.41 8.67 2.02 19.26 0.00 0.00 0.00 0.00 10:37:56 10:35:01 eth0 4.03 1.20 3.06 0.08 0.00 0.00 0.00 0.00 10:37:56 10:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:37:56 10:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:37:56 10:36:01 eth0 1.48 0.58 0.59 0.40 0.00 0.00 0.00 0.00 10:37:56 10:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:37:56 10:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:37:56 10:37:01 eth0 0.08 0.07 0.01 0.01 0.00 0.00 0.00 0.00 10:37:56 10:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:37:56 10:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:37:56 Average: eth0 9.74 8.08 10.87 6.17 0.00 0.00 0.00 0.00 10:37:56 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:37:56 Average: docker0 2.82 2.14 0.50 4.76 0.00 0.00 0.00 0.00 10:37:56 10:37:56 10:37:56 ---> sar -P ALL: 10:37:56 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/08/21 _x86_64_ (4 CPU) 10:37:56 10:37:56 10:32:05 LINUX RESTART (4 CPU) 10:37:56 10:37:56 10:33:02 CPU %user %nice %system %iowait %steal %idle 10:37:56 10:34:01 all 1.39 0.00 0.94 0.37 0.02 97.27 10:37:56 10:34:01 0 1.31 0.00 1.19 0.56 0.02 96.92 10:37:56 10:34:01 1 1.62 0.00 1.00 0.07 0.03 97.28 10:37:56 10:34:01 2 1.45 0.00 0.75 0.37 0.02 97.42 10:37:56 10:34:01 3 1.21 0.00 0.83 0.48 0.00 97.48 10:37:56 10:35:01 all 0.14 0.00 0.06 0.00 0.00 99.79 10:37:56 10:35:01 0 0.15 0.00 0.05 0.00 0.00 99.80 10:37:56 10:35:01 1 0.20 0.00 0.12 0.00 0.02 99.67 10:37:56 10:35:01 2 0.15 0.00 0.03 0.00 0.00 99.82 10:37:56 10:35:01 3 0.07 0.00 0.05 0.00 0.00 99.88 10:37:56 10:36:01 all 0.11 0.00 0.06 0.00 0.00 99.82 10:37:56 10:36:01 0 0.05 0.00 0.03 0.00 0.00 99.92 10:37:56 10:36:01 1 0.27 0.00 0.10 0.00 0.00 99.63 10:37:56 10:36:01 2 0.07 0.00 0.05 0.00 0.00 99.88 10:37:56 10:36:01 3 0.07 0.00 0.07 0.00 0.02 99.85 10:37:56 10:37:01 all 0.13 0.00 0.03 0.00 0.00 99.84 10:37:56 10:37:01 0 0.02 0.00 0.02 0.00 0.00 99.97 10:37:56 10:37:01 1 0.37 0.00 0.02 0.00 0.00 99.62 10:37:56 10:37:01 2 0.07 0.00 0.05 0.00 0.02 99.87 10:37:56 10:37:01 3 0.05 0.00 0.05 0.00 0.00 99.90 10:37:56 Average: all 0.44 0.00 0.27 0.09 0.01 99.19 10:37:56 Average: 0 0.38 0.00 0.32 0.14 0.00 99.16 10:37:56 Average: 1 0.61 0.00 0.31 0.02 0.01 99.06 10:37:56 Average: 2 0.43 0.00 0.22 0.09 0.01 99.25 10:37:56 Average: 3 0.34 0.00 0.25 0.12 0.00 99.29 10:37:56 10:37:56 10:37:56