Pull request #439 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 747e68f9da97596da4a07287b22afd0d9f009cce rather than 0fbb782fac82979460cfccb74ba5fe105311f8c6 Obtained Jenkinsfile from 747e68f9da97596da4a07287b22afd0d9f009cce 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-23947 in /w/workspace/dry_go-mod-core-contracts_PR-439 [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-439 # 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 747e68f9da97596da4a07287b22afd0d9f009cce into PR head commit 0fbb782fac82979460cfccb74ba5fe105311f8c6 Merge succeeded, producing 0fbb782fac82979460cfccb74ba5fe105311f8c6 Checking out Revision 0fbb782fac82979460cfccb74ba5fe105311f8c6 (PR-439) > 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/439/head:refs/remotes/origin/PR-439 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 0fbb782fac82979460cfccb74ba5fe105311f8c6 # 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 747e68f9da97596da4a07287b22afd0d9f009cce # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 0fbb782fac82979460cfccb74ba5fe105311f8c6 # timeout=10 Commit message: "feat(notifications): Create Subscription DTO and Model" First time build. Skipping changelog. > git rev-list --no-walk 38d9eb37a18e8c627722459648eae7226c2d87a7 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 09:33:40 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 09:33:41 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 09:33:41 ========================================================= 09:33:41 EdgeX Global Pipelines Version Info 09:33:41 ========================================================= [Pipeline] libraryResource [Pipeline] sh 09:33:43 ------------------- 09:33:43 stable info: 09:33:43 ------------------- 09:33:43 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 09:33:43 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 09:33:43 Message: update stable to v1.0.179 09:33:44 ------------------- 09:33:44 experimental info: 09:33:44 ------------------- 09:33:44 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 09:33:44 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 09:33:44 Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 09:33:44 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-core-contracts-settings [Pipeline] echo 09:33:44 [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-core-contracts [Pipeline] echo 09:33:44 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 09:33:44 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 09:33:44 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 09:33:45 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 09:33:45 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 09:33:45 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 09:33:45 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 09:33:45 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 09:33:45 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 09:33:45 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-core-contracts [Pipeline] echo 09:33:45 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 09:33:45 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 09:33:45 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 09:33:45 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 09:33:46 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 09:33:46 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 09:33:46 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 09:33:46 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 09:33:46 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 09:33:46 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 09:33:46 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 09:33:46 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 09:33:46 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 09:33:46 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 09:33:47 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 09:33:47 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-439 [Pipeline] echo 09:33:47 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-439 [Pipeline] echo 09:33:47 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-439 [Pipeline] echo 09:33:47 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 0fbb782fac82979460cfccb74ba5fe105311f8c6 [Pipeline] echo 09:33:47 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 0fbb782 [Pipeline] echo 09:33:47 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 09:33:48 + git log --format=format:%s -1 0fbb782fac82979460cfccb74ba5fe105311f8c6 [Pipeline] echo 09:33:48 GIT_COMMIT: 0fbb782fac82979460cfccb74ba5fe105311f8c6, Commit Message: feat(notifications): Create Subscription DTO and Model [Pipeline] echo 09:33:48 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 09:33:49 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 09:33:49 09:33:49 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 09:33:50 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 09:33:50 latest: Pulling from edgex-devops/git-semver 09:33:50 31603596830f: Pulling fs layer 09:33:50 2a8b12db71e7: Pulling fs layer 09:33:50 6ca5941a6612: Pulling fs layer 09:33:50 ecc8261a40a4: Pulling fs layer 09:33:50 ecc8261a40a4: Waiting 09:33:50 2a8b12db71e7: Verifying Checksum 09:33:50 2a8b12db71e7: Download complete 09:33:50 31603596830f: Verifying Checksum 09:33:50 31603596830f: Download complete 09:33:50 ecc8261a40a4: Verifying Checksum 09:33:50 ecc8261a40a4: Download complete 09:33:51 6ca5941a6612: Download complete 09:33:51 31603596830f: Pull complete 09:33:51 2a8b12db71e7: Pull complete 09:33:53 6ca5941a6612: Pull complete 09:33:53 ecc8261a40a4: Pull complete 09:33:53 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 09:33:53 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 09:33:53 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 09:33:53 prd-centos7-docker-4c-2g-23947 does not seem to be running inside a container 09:33:54 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_go-mod-core-contracts_PR-439 -v /w/workspace/dry_go-mod-core-contracts_PR-439:/w/workspace/dry_go-mod-core-contracts_PR-439:rw,z -v /w/workspace/dry_go-mod-core-contracts_PR-439@tmp:/w/workspace/dry_go-mod-core-contracts_PR-439@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 09:33:57 $ docker top 80a94541458fd16fdeaeaab76017610eb63d0b4944ca5af0ee1e93ca95cd914e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 09:33:57 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 09:33:57 [ssh-agent] Looking for ssh-agent implementation... 09:33:58 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 09:33:58 $ docker exec 80a94541458fd16fdeaeaab76017610eb63d0b4944ca5af0ee1e93ca95cd914e ssh-agent 09:33:58 SSH_AUTH_SOCK=/tmp/ssh-q5COZRjIbPbV/agent.11 09:33:58 SSH_AGENT_PID=16 09:33:58 Running ssh-add (command line suppressed) 09:33:59 Identity added: /w/workspace/dry_go-mod-core-contracts_PR-439@tmp/private_key_5757926632409134131.key (/w/workspace/dry_go-mod-core-contracts_PR-439@tmp/private_key_5757926632409134131.key) 09:33:59 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 09:33:59 + git tag --points-at HEAD [Pipeline] } 09:33:59 $ docker exec --env ******** --env ******** 80a94541458fd16fdeaeaab76017610eb63d0b4944ca5af0ee1e93ca95cd914e ssh-agent -k 09:33:59 unset SSH_AUTH_SOCK; 09:33:59 unset SSH_AGENT_PID; 09:33:59 echo Agent pid 16 killed; 09:33:59 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 09:34:00 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 09:34:00 [ssh-agent] Looking for ssh-agent implementation... 09:34:00 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 09:34:00 $ docker exec 80a94541458fd16fdeaeaab76017610eb63d0b4944ca5af0ee1e93ca95cd914e ssh-agent 09:34:00 SSH_AUTH_SOCK=/tmp/ssh-84KFnCpbWG8Z/agent.45 09:34:00 SSH_AGENT_PID=51 09:34:01 Running ssh-add (command line suppressed) 09:34:01 Identity added: /w/workspace/dry_go-mod-core-contracts_PR-439@tmp/private_key_4304283858364924528.key (/w/workspace/dry_go-mod-core-contracts_PR-439@tmp/private_key_4304283858364924528.key) 09:34:01 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 09:34:01 + git semver init 09:34:01 # -> Open(): unable to determine branch for HEAD 09:34:01 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_PR-439/.git 09:34:01 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_PR-439 09:34:01 # $SEMVER_REMOTE_NAME = origin 09:34:01 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 09:34:01 # $SEMVER_USER_NAME = edgex-jenkins 09:34:01 # $SEMVER_BRANCH = PR-439 09:34:01 # $SEMVER_TEMP = /tmp/semver-636652724 09:34:01 # git clone --branch semver git@github.com:edgexfoundry/go-mod-core-contracts.git $SEMVER_TEMP 09:34:03 # '/tmp/semver-636652724' -> '/w/workspace/dry_go-mod-core-contracts_PR-439/.semver' 09:34:03 # -> Force: false 09:34:03 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_PR-439/.semver [Pipeline] } 09:34:03 $ docker exec --env ******** --env ******** 80a94541458fd16fdeaeaab76017610eb63d0b4944ca5af0ee1e93ca95cd914e ssh-agent -k 09:34:03 unset SSH_AUTH_SOCK; 09:34:03 unset SSH_AGENT_PID; 09:34:03 echo Agent pid 51 killed; 09:34:03 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 09:34:04 + git semver [Pipeline] } 09:34:04 $ docker stop --time=1 80a94541458fd16fdeaeaab76017610eb63d0b4944ca5af0ee1e93ca95cd914e 09:34:06 $ docker rm -f 80a94541458fd16fdeaeaab76017610eb63d0b4944ca5af0ee1e93ca95cd914e [Pipeline] // withDockerContainer [Pipeline] sh 09:34:06 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 09:34:07 Stashed 1 file(s) [Pipeline] echo 09:34:07 [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 09:34:22 Still waiting to schedule task 09:34:22 Waiting for next available executor on ‘prd-centos7-docker-4c-2g-23947’ 09:34:22 Still waiting to schedule task 09:34:22 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 09:36:04 Running on prd-ubuntu18.04-docker-arm64-4c-16g-23948 in /w/workspace/dry_go-mod-core-contracts_PR-439 [Pipeline] { [Pipeline] ws 09:36:04 Running in /w/workspace/go-mod-core-contracts/12 [Pipeline] { [Pipeline] checkout 09:36:09 using credential edgex-jenkins-ssh 09:36:09 Cloning the remote Git repository 09:36:09 Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git 09:36:09 > git init /w/workspace/go-mod-core-contracts/12 # timeout=10 09:36:09 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 09:36:09 > git --version # timeout=10 09:36:09 > git --version # 'git version 2.17.1' 09:36:09 using GIT_SSH to set credentials SSH Credentials for GitHub 09:36:09 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 09:36:10 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 09:36:10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 09:36:10 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 09:36:10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 09:36:10 using GIT_SSH to set credentials SSH Credentials for GitHub 09:36:10 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/439/head:refs/remotes/origin/PR-439 +refs/heads/master:refs/remotes/origin/master # timeout=10 09:36:11 Merging remotes/origin/master commit 747e68f9da97596da4a07287b22afd0d9f009cce into PR head commit 0fbb782fac82979460cfccb74ba5fe105311f8c6 09:36:11 Merge succeeded, producing 0fbb782fac82979460cfccb74ba5fe105311f8c6 09:36:11 Checking out Revision 0fbb782fac82979460cfccb74ba5fe105311f8c6 (PR-439) 09:36:11 > git config core.sparsecheckout # timeout=10 09:36:11 > git checkout -f 0fbb782fac82979460cfccb74ba5fe105311f8c6 # timeout=10 09:36:11 > git remote # timeout=10 09:36:11 > git config --get remote.origin.url # timeout=10 09:36:11 using GIT_SSH to set credentials SSH Credentials for GitHub 09:36:11 > git merge 747e68f9da97596da4a07287b22afd0d9f009cce # timeout=10 09:36:11 > git rev-parse HEAD^{commit} # timeout=10 09:36:11 > git config core.sparsecheckout # timeout=10 09:36:11 > git checkout -f 0fbb782fac82979460cfccb74ba5fe105311f8c6 # timeout=10 09:36:16 Commit message: "feat(notifications): Create Subscription DTO and Model" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 09:36:17 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 09:36:18 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 09:36:18 + true 09:36:18 + sudo service docker restart [Pipeline] unstash [Pipeline] echo 09:36:21 ========================================================= 09:36:21 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 09:36:21 ========================================================= [Pipeline] isUnix [Pipeline] sh 09:36:21 + 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 . 09:36:22 Sending build context to Docker daemon 2.478MB 09:36:22 Step 1/7 : ARG BASE=golang:1.15-alpine 09:36:22 Step 2/7 : FROM ${BASE} 09:36:23 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 09:36:23 5f621e34cdf4: Pulling fs layer 09:36:23 a4357932f1b6: Pulling fs layer 09:36:23 18c013af1878: Pulling fs layer 09:36:23 00ac8860ef70: Pulling fs layer 09:36:23 63d7cb157983: Pulling fs layer 09:36:23 b116817d02f9: Pulling fs layer 09:36:23 745a02a5169b: Pulling fs layer 09:36:23 00ac8860ef70: Waiting 09:36:23 b116817d02f9: Waiting 09:36:23 63d7cb157983: Waiting 09:36:23 745a02a5169b: Waiting 09:36:23 18c013af1878: Verifying Checksum 09:36:23 18c013af1878: Download complete 09:36:23 a4357932f1b6: Download complete 09:36:23 63d7cb157983: Verifying Checksum 09:36:23 63d7cb157983: Download complete 09:36:23 b116817d02f9: Verifying Checksum 09:36:23 b116817d02f9: Download complete 09:36:23 5f621e34cdf4: Verifying Checksum 09:36:23 5f621e34cdf4: Download complete 09:36:24 5f621e34cdf4: Pull complete 09:36:24 a4357932f1b6: Pull complete 09:36:25 18c013af1878: Pull complete 09:36:26 745a02a5169b: Verifying Checksum 09:36:26 745a02a5169b: Download complete 09:36:27 00ac8860ef70: Verifying Checksum 09:36:27 00ac8860ef70: Download complete 09:36:37 00ac8860ef70: Pull complete 09:36:37 63d7cb157983: Pull complete 09:36:37 b116817d02f9: Pull complete 09:36:41 745a02a5169b: Pull complete 09:36:41 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 09:36:41 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 09:36:41 ---> b7e6874047d6 09:36:41 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 09:36:44 ---> Running in 96120be5a3be 09:36:44 Removing intermediate container 96120be5a3be 09:36:44 ---> 2fcf0ec65dc5 09:36:44 Step 4/7 : RUN apk add bash 09:36:44 ---> Running in fdd5bd5d28bf 09:36:45 Running on prd-centos7-docker-4c-2g-23949 in /w/workspace/dry_go-mod-core-contracts_PR-439 [Pipeline] { [Pipeline] ws 09:36:45 Running in /w/workspace/go-mod-core-contracts/12 [Pipeline] { [Pipeline] checkout 09:36:45 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 09:36:46 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 09:36:47 OK: 142 MiB in 39 packages 09:36:47 using credential edgex-jenkins-ssh 09:36:47 Cloning the remote Git repository 09:36:48 Removing intermediate container fdd5bd5d28bf 09:36:48 ---> 083a135f7df5 09:36:48 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 09:36:48 ---> Running in d653229706cf 09:36:47 Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git 09:36:47 > git init /w/workspace/go-mod-core-contracts/12 # timeout=10 09:36:47 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 09:36:47 > git --version # timeout=10 09:36:47 > git --version # 'git version 2.24.3' 09:36:47 using GIT_SSH to set credentials SSH Credentials for GitHub 09:36:47 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 09:36:49 Removing intermediate container d653229706cf 09:36:49 ---> 7b57aef00923 09:36:49 Step 6/7 : COPY go.mod . 09:36:49 Merging remotes/origin/master commit 747e68f9da97596da4a07287b22afd0d9f009cce into PR head commit 0fbb782fac82979460cfccb74ba5fe105311f8c6 09:36:49 Merge succeeded, producing 0fbb782fac82979460cfccb74ba5fe105311f8c6 09:36:49 Checking out Revision 0fbb782fac82979460cfccb74ba5fe105311f8c6 (PR-439) 09:36:49 ---> 1bb878aab90a 09:36:49 Step 7/7 : RUN go mod download 09:36:48 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 09:36:48 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 09:36:48 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 09:36:48 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 09:36:48 using GIT_SSH to set credentials SSH Credentials for GitHub 09:36:48 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/439/head:refs/remotes/origin/PR-439 +refs/heads/master:refs/remotes/origin/master # timeout=10 09:36:49 > git config core.sparsecheckout # timeout=10 09:36:49 > git checkout -f 0fbb782fac82979460cfccb74ba5fe105311f8c6 # timeout=10 09:36:49 > git remote # timeout=10 09:36:49 > git config --get remote.origin.url # timeout=10 09:36:49 using GIT_SSH to set credentials SSH Credentials for GitHub 09:36:49 > git merge 747e68f9da97596da4a07287b22afd0d9f009cce # timeout=10 09:36:49 > git rev-parse HEAD^{commit} # timeout=10 09:36:49 > git config core.sparsecheckout # timeout=10 09:36:49 > git checkout -f 0fbb782fac82979460cfccb74ba5fe105311f8c6 # timeout=10 09:36:50 ---> Running in ddda22632107 09:36:53 Commit message: "feat(notifications): Create Subscription DTO and Model" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 09:36:54 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 09:36:54 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 09:36:54 + sudo service docker restart 09:36:54 + true 09:36:54 Redirecting to /bin/systemctl restart docker.service [Pipeline] unstash [Pipeline] echo 09:36:55 ========================================================= 09:36:55 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 09:36:55 ========================================================= [Pipeline] isUnix [Pipeline] sh 09:36:56 + 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 . 09:36:56 Sending build context to Docker daemon 2.479MB 09:36:56 Step 1/7 : ARG BASE=golang:1.15-alpine 09:36:56 Step 2/7 : FROM ${BASE} 09:36:56 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 09:36:56 188c0c94c7c5: Pulling fs layer 09:36:56 0ef7d3d256c8: Pulling fs layer 09:36:56 de9db76c5a1d: Pulling fs layer 09:36:56 bca2f99d35d6: Pulling fs layer 09:36:56 93359f2a8cfa: Pulling fs layer 09:36:56 7c6f9722023f: Pulling fs layer 09:36:56 a35cf1a2eb13: Pulling fs layer 09:36:56 93359f2a8cfa: Waiting 09:36:56 7c6f9722023f: Waiting 09:36:56 a35cf1a2eb13: Waiting 09:36:56 bca2f99d35d6: Waiting 09:36:56 de9db76c5a1d: Verifying Checksum 09:36:56 de9db76c5a1d: Download complete 09:36:56 0ef7d3d256c8: Verifying Checksum 09:36:56 0ef7d3d256c8: Download complete 09:36:56 93359f2a8cfa: Verifying Checksum 09:36:56 93359f2a8cfa: Download complete 09:36:56 7c6f9722023f: Verifying Checksum 09:36:56 7c6f9722023f: Download complete 09:36:56 188c0c94c7c5: Verifying Checksum 09:36:56 188c0c94c7c5: Download complete 09:36:57 188c0c94c7c5: Pull complete 09:36:57 0ef7d3d256c8: Pull complete 09:36:57 de9db76c5a1d: Pull complete 09:36:58 a35cf1a2eb13: Verifying Checksum 09:36:58 a35cf1a2eb13: Download complete 09:36:59 bca2f99d35d6: Verifying Checksum 09:36:59 bca2f99d35d6: Download complete 09:37:04 bca2f99d35d6: Pull complete 09:37:04 93359f2a8cfa: Pull complete 09:37:04 7c6f9722023f: Pull complete 09:37:05 Removing intermediate container ddda22632107 09:37:05 ---> 9dd298e89bff 09:37:05 Successfully built 9dd298e89bff 09:37:05 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 09:37:05 + docker inspect -f . ci-base-image-arm64 09:37:05 . [Pipeline] withDockerContainer 09:37:05 prd-ubuntu18.04-docker-arm64-4c-16g-23948 does not seem to be running inside a container 09:37:05 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/12 -v /w/workspace/go-mod-core-contracts/12:/w/workspace/go-mod-core-contracts/12:rw,z -v /w/workspace/go-mod-core-contracts/12@tmp:/w/workspace/go-mod-core-contracts/12@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 09:37:07 $ docker top e6288cc185c5abf1ac0938e22f55513382e5456e1dc10f11e01dcbc19bb13f2b -eo pid,comm [Pipeline] { [Pipeline] sh 09:37:08 + go version 09:37:08 go version go1.15.5 linux/arm64 [Pipeline] } 09:37:08 $ docker stop --time=1 e6288cc185c5abf1ac0938e22f55513382e5456e1dc10f11e01dcbc19bb13f2b 09:37:10 $ docker rm -f e6288cc185c5abf1ac0938e22f55513382e5456e1dc10f11e01dcbc19bb13f2b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 09:37:11 + docker inspect -f . ci-base-image-arm64 09:37:11 . [Pipeline] withDockerContainer 09:37:11 prd-ubuntu18.04-docker-arm64-4c-16g-23948 does not seem to be running inside a container 09:37:11 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/12 -v /w/workspace/go-mod-core-contracts/12:/w/workspace/go-mod-core-contracts/12:rw,z -v /w/workspace/go-mod-core-contracts/12@tmp:/w/workspace/go-mod-core-contracts/12@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 09:37:12 a35cf1a2eb13: Pull complete 09:37:12 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 09:37:12 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 09:37:12 ---> a62c8e92a672 09:37:12 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 09:37:12 ---> Running in 74bc654cfc64 09:37:12 Removing intermediate container 74bc654cfc64 09:37:12 ---> ec58b5a05700 09:37:12 Step 4/7 : RUN apk add bash 09:37:12 ---> Running in 0a7c1e606819 09:37:13 $ docker top 8658c32d4492fafa002c821e0581288a57fad3c4b8952a438efb46df687bad2b -eo pid,comm 09:37:13 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [Pipeline] { [Pipeline] sh 09:37:14 + make test 09:37:14 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 09:37:14 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 09:37:15 OK: 166 MiB in 39 packages 09:37:15 Removing intermediate container 0a7c1e606819 09:37:15 ---> 6239899fd957 09:37:15 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 09:37:15 ---> Running in 8d7ac7847fe5 09:37:15 Removing intermediate container 8d7ac7847fe5 09:37:15 ---> 43979e5296e9 09:37:15 Step 6/7 : COPY go.mod . 09:37:15 ---> 776c20309512 09:37:15 Step 7/7 : RUN go mod download 09:37:16 ---> Running in f3dc2e9922e1 09:37:26 Removing intermediate container f3dc2e9922e1 09:37:26 ---> 339266d11e45 09:37:26 Successfully built 339266d11e45 09:37:26 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 09:37:26 + docker inspect -f . ci-base-image-x86_64 09:37:26 . [Pipeline] withDockerContainer 09:37:26 prd-centos7-docker-4c-2g-23949 does not seem to be running inside a container 09:37:26 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/12 -v /w/workspace/go-mod-core-contracts/12:/w/workspace/go-mod-core-contracts/12:rw,z -v /w/workspace/go-mod-core-contracts/12@tmp:/w/workspace/go-mod-core-contracts/12@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 09:37:27 $ docker top d3d69ce3b88d30f1ebe5dc72958edfb84df17b74012f90a951ea9d4d59081021 -eo pid,comm [Pipeline] { [Pipeline] sh 09:37:28 + go version 09:37:28 go version go1.15.5 linux/amd64 [Pipeline] } 09:37:28 $ docker stop --time=1 d3d69ce3b88d30f1ebe5dc72958edfb84df17b74012f90a951ea9d4d59081021 09:37:29 $ docker rm -f d3d69ce3b88d30f1ebe5dc72958edfb84df17b74012f90a951ea9d4d59081021 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 09:37:30 + docker inspect -f . ci-base-image-x86_64 09:37:30 . [Pipeline] withDockerContainer 09:37:30 prd-centos7-docker-4c-2g-23949 does not seem to be running inside a container 09:37:30 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/12 -v /w/workspace/go-mod-core-contracts/12:/w/workspace/go-mod-core-contracts/12:rw,z -v /w/workspace/go-mod-core-contracts/12@tmp:/w/workspace/go-mod-core-contracts/12@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 09:37:31 $ docker top 960dfb446969e85acc42b9c45d0ff7c3927d323e0903d687a510b0e877c2c5a4 -eo pid,comm [Pipeline] { [Pipeline] sh 09:37:31 + make test 09:37:31 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 09:37:36 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients [no test files] 09:37:38 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/agent 0.023s coverage: 85.7% of statements 09:37:38 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/command 0.037s coverage: 100.0% of statements 09:37:38 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients [no test files] 09:37:38 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/agent 0.018s coverage: 85.7% of statements 09:37:38 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/command 0.013s coverage: 100.0% of statements 09:37:39 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/coredata 0.026s coverage: 45.4% of statements 09:37:39 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/general 0.014s coverage: 77.8% of statements 09:37:39 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces [no test files] 09:37:40 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/coredata 0.051s coverage: 45.4% of statements 09:37:40 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/general 0.030s coverage: 77.8% of statements 09:37:40 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces [no test files] 09:37:40 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/logger 0.017s coverage: 26.3% of statements 09:37:40 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/logger 0.010s coverage: 26.3% of statements 09:37:40 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/metadata 0.037s coverage: 14.7% of statements 09:37:40 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/notifications 0.022s coverage: 100.0% of statements 09:37:40 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/scheduler 0.038s coverage: 91.8% of statements 09:37:40 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/types [no test files] 09:37:40 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/errors [no test files] 09:37:40 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/local 0.003s coverage: 100.0% of statements 09:37:40 ok github.com/edgexfoundry/go-mod-core-contracts/v2/errors 0.012s coverage: 36.7% of statements 09:37:41 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/metadata 0.059s coverage: 14.7% of statements 09:37:42 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/notifications 0.034s coverage: 100.0% of statements 09:37:42 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/scheduler 0.080s coverage: 91.8% of statements 09:37:42 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/types [no test files] 09:37:42 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/errors [no test files] 09:37:42 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/local 0.016s coverage: 100.0% of statements 09:37:42 ok github.com/edgexfoundry/go-mod-core-contracts/v2/errors 0.013s coverage: 36.7% of statements 09:37:42 ok github.com/edgexfoundry/go-mod-core-contracts/v2/models 0.017s coverage: 63.0% of statements 09:37:42 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/configuration 0.006s coverage: 26.3% of statements 09:37:42 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/admin 0.020s coverage: 15.4% of statements 09:37:42 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/operating 0.017s coverage: 15.4% of statements 09:37:42 ok github.com/edgexfoundry/go-mod-core-contracts/v2/responses/configuration 0.005s coverage: 14.3% of statements 09:37:42 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2 [no test files] 09:37:44 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http 0.073s coverage: 84.8% of statements 09:37:44 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http/utils [no test files] 09:37:44 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces [no test files] 09:37:44 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces/mocks [no test files] 09:37:44 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos 0.014s coverage: 33.2% of statements 09:37:44 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/common 0.015s coverage: 94.4% of statements 09:37:44 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/requests 0.035s coverage: 88.7% of statements 09:37:44 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/responses 0.008s coverage: 100.0% of statements 09:37:44 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/models [no test files] 09:37:44 CGO_ENABLED=0 GO111MODULE=on go vet ./... 09:37:46 gofmt -l . 09:37:46 [ "`gofmt -l .`" = "" ] [Pipeline] } 09:37:46 $ docker stop --time=1 960dfb446969e85acc42b9c45d0ff7c3927d323e0903d687a510b0e877c2c5a4 09:37:48 $ docker rm -f 960dfb446969e85acc42b9c45d0ff7c3927d323e0903d687a510b0e877c2c5a4 09:37:49 ok github.com/edgexfoundry/go-mod-core-contracts/v2/models 0.138s coverage: 63.0% of statements 09:37:49 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/configuration 0.010s coverage: 26.3% of statements 09:37:49 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/admin 0.025s coverage: 15.4% of statements 09:37:49 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/operating 0.023s coverage: 15.4% of statements 09:37:49 ok github.com/edgexfoundry/go-mod-core-contracts/v2/responses/configuration 0.027s coverage: 14.3% of statements 09:37:49 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2 [no test files] [Pipeline] // withDockerContainer [Pipeline] sh 09:37:49 + sudo chown -R jenkins:jenkins . [Pipeline] stash 09:37:49 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 09:37:51 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http 0.239s coverage: 84.8% of statements 09:37:51 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http/utils [no test files] 09:37:51 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces [no test files] [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 09:37:51 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces/mocks [no test files] 09:37:51 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos 0.039s coverage: 33.2% of statements 09:37:52 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/common 0.063s coverage: 94.4% of statements 09:37:54 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/requests 0.143s coverage: 88.7% of statements 09:37:54 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/responses 0.023s coverage: 100.0% of statements 09:37:54 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/models [no test files] 09:37:54 CGO_ENABLED=0 GO111MODULE=on go vet ./... 09:37:59 gofmt -l . 09:38:00 [ "`gofmt -l .`" = "" ] [Pipeline] } 09:38:00 $ docker stop --time=1 8658c32d4492fafa002c821e0581288a57fad3c4b8952a438efb46df687bad2b 09:38:03 $ docker rm -f 8658c32d4492fafa002c821e0581288a57fad3c4b8952a438efb46df687bad2b [Pipeline] // withDockerContainer [Pipeline] sh 09:38:04 + sudo chown -R jenkins:jenkins . [Pipeline] stash 09:38:04 Warning: overwriting stash ‘coverage-report’ 09:38:05 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 09:38:06 provisioning config files... 09:38:06 copy managed file [go-mod-core-contracts-codecov-token] to file:/w/workspace/dry_go-mod-core-contracts_PR-439@tmp/config4621830207834391697tmp [Pipeline] { [Pipeline] sh 09:38:07 + set +x 09:38:07 + curl -s https://codecov.io/bash 09:38:07 + bash -s -- 09:38:07 09:38:07 _____ _ 09:38:07 / ____| | | 09:38:07 | | ___ __| | ___ ___ _____ __ 09:38:07 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 09:38:07 | |___| (_) | (_| | __/ (_| (_) \ V / 09:38:07 \_____\___/ \__,_|\___|\___\___/ \_/ 09:38:07 Bash-20210128-d4071a2 09:38:07 09:38:07 09:38:07 ==> git version 2.24.3 found 09:38:07 ==> 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 09:38:07 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 09:38:07 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 09:38:07 ==> Jenkins CI detected. 09:38:07 project root: . 09:38:07 --> token set from env 09:38:07 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 09:38:07 ==> Running gcov in . (disable via -X gcov) 09:38:07 ==> Python coveragepy not found 09:38:07 ==> Searching for coverage reports in: 09:38:07 + . 09:38:07 -> Found 1 reports 09:38:07 ==> Detecting git/mercurial file structure 09:38:07 ==> Reading reports 09:38:07 + ./coverage.out bytes=140427 09:38:07 ==> Appending adjustments 09:38:07 https://docs.codecov.io/docs/fixing-reports 09:38:09 + Found adjustments 09:38:09 ==> Gzipping contents 09:38:09 24K /tmp/codecov.LAfhfM.gz 09:38:09 ==> Uploading reports 09:38:09 url: https://codecov.io 09:38:09 query: branch=PR-439&commit=0fbb782fac82979460cfccb74ba5fe105311f8c6&build=12&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2FPR-439%2F12%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=439&job=&cmd_args= 09:38:09 -> Pinging Codecov 09:38:09 https://codecov.io/upload/v4?package=bash-20210128-d4071a2&token=secret&branch=PR-439&commit=0fbb782fac82979460cfccb74ba5fe105311f8c6&build=12&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2FPR-439%2F12%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=439&job=&cmd_args= 09:38:11 -> Uploading to 09:38:11 https://storage.googleapis.com/codecov/v4/raw/2021-01-29/71470A77251A30514AAF9C0BB2E5B6CE/0fbb782fac82979460cfccb74ba5fe105311f8c6/c80ea472-07c6-42a9-9bde-af8ec9cddb2e.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210129%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210129T093810Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=cc7544f9490d4fc30d0704070a0f246df4e41807291f8ce617c9757f6569f926 09:38:11 % Total % Received % Xferd Average Speed Time Time Time Current 09:38:11 Dload Upload Total Spent Left Speed 09:38:11 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 21638 0 0 100 21638 0 40109 --:--:-- --:--:-- --:--:-- 40070 09:38:11 -> View reports at https://codecov.io/github/edgexfoundry/go-mod-core-contracts/commit/0fbb782fac82979460cfccb74ba5fe105311f8c6 [Pipeline] } 09:38:11 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 09:38:13 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 09:38:14 ---> package-listing.sh 09:38:14 ++ facter osfamily 09:38:14 ++ tr '[:upper:]' '[:lower:]' 09:38:15 + OS_FAMILY=redhat 09:38:15 + workspace=/w/workspace/dry_go-mod-core-contracts_PR-439 09:38:15 + START_PACKAGES=/tmp/packages_start.txt 09:38:15 + END_PACKAGES=/tmp/packages_end.txt 09:38:15 + DIFF_PACKAGES=/tmp/packages_diff.txt 09:38:15 + PACKAGES=/tmp/packages_start.txt 09:38:15 + '[' /w/workspace/dry_go-mod-core-contracts_PR-439 ']' 09:38:15 + PACKAGES=/tmp/packages_end.txt 09:38:15 + case "${OS_FAMILY}" in 09:38:15 + rpm -qa 09:38:15 + sort 09:38:21 + '[' -f /tmp/packages_start.txt ']' 09:38:21 + '[' -f /tmp/packages_end.txt ']' 09:38:21 + diff /tmp/packages_start.txt /tmp/packages_end.txt 09:38:21 + '[' /w/workspace/dry_go-mod-core-contracts_PR-439 ']' 09:38:21 + mkdir -p /w/workspace/dry_go-mod-core-contracts_PR-439/archives/ 09:38:21 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dry_go-mod-core-contracts_PR-439/archives/ [Pipeline] echo 09:38:21 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-439/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 09:38:22 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 09:38:22 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 09:38:22 09:38:22 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 09:38:23 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 09:38:23 alpine: Pulling from edgex-lftools-log-publisher 09:38:23 df20fa9351a1: Pulling fs layer 09:38:23 36b3adc4ff6f: Pulling fs layer 09:38:23 8ad3a11d3b57: Pulling fs layer 09:38:23 46f8f816bc3b: Pulling fs layer 09:38:23 93b61091891f: Pulling fs layer 09:38:23 93b9cdb0e59b: Pulling fs layer 09:38:23 5e14af77c1be: Pulling fs layer 09:38:23 01666e4c0597: Pulling fs layer 09:38:23 aa168da1d23b: Pulling fs layer 09:38:23 46f8f816bc3b: Waiting 09:38:23 93b61091891f: Waiting 09:38:23 93b9cdb0e59b: Waiting 09:38:23 5e14af77c1be: Waiting 09:38:23 01666e4c0597: Waiting 09:38:23 aa168da1d23b: Waiting 09:38:23 36b3adc4ff6f: Download complete 09:38:23 46f8f816bc3b: Verifying Checksum 09:38:23 46f8f816bc3b: Download complete 09:38:23 df20fa9351a1: Verifying Checksum 09:38:23 df20fa9351a1: Download complete 09:38:23 93b9cdb0e59b: Download complete 09:38:23 93b61091891f: Verifying Checksum 09:38:23 93b61091891f: Download complete 09:38:23 5e14af77c1be: Verifying Checksum 09:38:23 5e14af77c1be: Download complete 09:38:23 01666e4c0597: Verifying Checksum 09:38:23 01666e4c0597: Download complete 09:38:23 8ad3a11d3b57: Download complete 09:38:24 df20fa9351a1: Pull complete 09:38:24 36b3adc4ff6f: Pull complete 09:38:26 8ad3a11d3b57: Pull complete 09:38:26 46f8f816bc3b: Pull complete 09:38:27 93b61091891f: Pull complete 09:38:27 93b9cdb0e59b: Pull complete 09:38:27 5e14af77c1be: Pull complete 09:38:27 aa168da1d23b: Verifying Checksum 09:38:27 aa168da1d23b: Download complete 09:38:28 01666e4c0597: Pull complete 09:38:40 aa168da1d23b: Pull complete 09:38:40 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 09:38:40 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 09:38:40 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 09:38:41 prd-centos7-docker-4c-2g-23947 does not seem to be running inside a container 09:38:41 $ 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-439/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-439 -v /w/workspace/dry_go-mod-core-contracts_PR-439:/w/workspace/dry_go-mod-core-contracts_PR-439:rw,z -v /w/workspace/dry_go-mod-core-contracts_PR-439@tmp:/w/workspace/dry_go-mod-core-contracts_PR-439@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 09:38:44 $ docker top 867cbcdb3692a4ca6c1b3e194df744bb93eb89c3eecff449390178472188666b -eo pid,comm [Pipeline] { [Pipeline] sh 09:38:45 + touch /tmp/pre-build-complete [Pipeline] sh 09:38:45 + mkdir -p /var/log/sa [Pipeline] sh 09:38:46 + ls /var/log/sa-host 09:38:46 + sadf -c /var/log/sa-host/sa23 09:38:46 file_magic: OK 09:38:46 HZ: Using current value: 100 09:38:46 file_header: OK 09:38:46 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 09:38:46 Statistics: 09:38:46 Hnuu...uuuununununu... 09:38:46 File successfully converted to sysstat format version 12.2.1 09:38:46 + sadf -c /var/log/sa-host/sa29 09:38:46 file_magic: OK 09:38:46 HZ: Using current value: 100 09:38:46 file_header: OK 09:38:46 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 09:38:46 Statistics: 09:38:46 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 09:38:46 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 09:38:46 provisioning config files... 09:38:46 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dry_go-mod-core-contracts_PR-439@tmp/config4927709404195151702tmp [Pipeline] { [Pipeline] echo 09:38:46 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 09:38:47 ---> create-netrc.sh [Pipeline] } 09:38:47 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 09:38:47 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 09:38:47 ---> python-tools-install.sh [Pipeline] echo 09:38:47 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 09:38:48 ---> sudo-logs.sh 09:38:48 Archiving 'sudo' log.. [Pipeline] echo 09:38:48 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 09:38:48 ---> job-cost.sh 09:38:48 lf-activate-venv: SKIPPING 09:38:48 INFO: No Stack... 09:38:50 INFO: Retrieving Pricing Info for: v1-standard-2 09:38:50 INFO: Archiving Costs [Pipeline] echo 09:38:50 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 09:38:50 ---> logs-deploy.sh 09:38:50 lf-activate-venv: SKIPPING 09:38:50 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/PR-439/12 09:38:50 INFO: archiving workspace using pattern(s): 09:38:54 Archives upload complete. 09:38:54 INFO: archiving logs to Nexus 09:38:55 ---> uname -a: 09:38:55 Linux prd-centos7-docker-4c-2g-23947.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 09:38:55 09:38:55 09:38:55 ---> lscpu: 09:38:55 Architecture: x86_64 09:38:55 CPU op-mode(s): 32-bit, 64-bit 09:38:55 Byte Order: Little Endian 09:38:55 Address sizes: 40 bits physical, 48 bits virtual 09:38:55 CPU(s): 4 09:38:55 On-line CPU(s) list: 0-3 09:38:55 Thread(s) per core: 1 09:38:55 Core(s) per socket: 1 09:38:55 Socket(s): 4 09:38:55 NUMA node(s): 1 09:38:55 Vendor ID: GenuineIntel 09:38:55 CPU family: 6 09:38:55 Model: 44 09:38:55 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 09:38:55 Stepping: 1 09:38:55 CPU MHz: 2933.438 09:38:55 BogoMIPS: 5866.87 09:38:55 Virtualization: VT-x 09:38:55 Hypervisor vendor: KVM 09:38:55 Virtualization type: full 09:38:55 L1d cache: 128 KiB 09:38:55 L1i cache: 128 KiB 09:38:55 L2 cache: 16 MiB 09:38:55 L3 cache: 64 MiB 09:38:55 NUMA node0 CPU(s): 0-3 09:38:55 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 09:38:55 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 09:38:55 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 09:38:55 Vulnerability Meltdown: Mitigation; PTI 09:38:55 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 09:38:55 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 09:38:55 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 09:38:55 Vulnerability Srbds: Not affected 09:38:55 Vulnerability Tsx async abort: Not affected 09:38:55 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 09:38:55 09:38:55 09:38:55 ---> nproc: 09:38:55 4 09:38:55 09:38:55 09:38:55 ---> df -h: 09:38:55 Filesystem Size Used Available Use% Mounted on 09:38:55 overlay 50.0G 7.3G 42.7G 15% / 09:38:55 tmpfs 64.0M 0 64.0M 0% /dev 09:38:55 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 09:38:55 shm 64.0M 0 64.0M 0% /dev/shm 09:38:55 /dev/vda1 50.0G 7.3G 42.7G 15% /facter-os 09:38:55 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/resolv.conf 09:38:55 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hostname 09:38:55 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hosts 09:38:55 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/dry_go-mod-core-contracts_PR-439 09:38:55 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/dry_go-mod-core-contracts_PR-439@tmp 09:38:55 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/sa-host 09:38:55 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/secure 09:38:55 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/auth.log 09:38:55 /dev/vda1 50.0G 7.3G 42.7G 15% /run/cloud-init/result.json 09:38:55 09:38:55