Pull request #518 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of weichou1229 for edgexfoundry/go-mod-core-contracts Loading trusted files from base branch master at 6c59b8f5f4c813ac5c5c5be1480b136eac3a9dfc rather than ca1ab362acf21753bd59a8135f644797a38c235f Obtained Jenkinsfile from 6c59b8f5f4c813ac5c5c5be1480b136eac3a9dfc Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 69a7e166112f335804d9fea76440e5140e47f034 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 69a7e166112f335804d9fea76440e5140e47f034 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:go-mod-core-contracts, buildImage:false, pushImage:false, semverBump:pre] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: go-mod-core-contracts-settings PROJECT: go-mod-core-contracts USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-go-mod-core-contracts DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: false PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: false SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-27331 in /w/workspace/dry_go-mod-core-contracts_PR-518 [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-518 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/518/head:refs/remotes/origin/PR-518 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 6c59b8f5f4c813ac5c5c5be1480b136eac3a9dfc into PR head commit ca1ab362acf21753bd59a8135f644797a38c235f Merge succeeded, producing ca1ab362acf21753bd59a8135f644797a38c235f Checking out Revision ca1ab362acf21753bd59a8135f644797a38c235f (PR-518) > git config core.sparsecheckout # timeout=10 > git checkout -f ca1ab362acf21753bd59a8135f644797a38c235f # 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 6c59b8f5f4c813ac5c5c5be1480b136eac3a9dfc # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f ca1ab362acf21753bd59a8135f644797a38c235f # timeout=10 Commit message: "feat(scheduler): Create V2 IntervalAction DTO and Model" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 12:38:21 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { > git rev-list --no-walk 0b7742b75c9882c9ca08b553c5d346bb9f19ea26 # timeout=10 [Pipeline] withCredentials 12:38:21 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 12:38:21 ========================================================= 12:38:21 EdgeX Global Pipelines Version Info 12:38:21 ========================================================= [Pipeline] libraryResource [Pipeline] sh 12:38:23 ------------------- 12:38:23 stable info: 12:38:23 ------------------- 12:38:23 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 12:38:23 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 12:38:23 Message: update stable to v1.0.179 12:38:24 ------------------- 12:38:24 experimental info: 12:38:24 ------------------- 12:38:24 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 12:38:24 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 12:38:24 Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 12:38:24 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-core-contracts-settings [Pipeline] echo 12:38:24 [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-core-contracts [Pipeline] echo 12:38:24 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 12:38:24 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 12:38:24 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 12:38:25 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 12:38:25 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 12:38:25 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 12:38:25 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 12:38:25 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 12:38:25 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 12:38:25 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-core-contracts [Pipeline] echo 12:38:25 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 12:38:25 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 12:38:25 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 12:38:26 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 12:38:26 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 12:38:26 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 12:38:26 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 12:38:26 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 12:38:26 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 12:38:26 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 12:38:26 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 12:38:26 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 12:38:26 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 12:38:27 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 12:38:27 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 12:38:27 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-518 [Pipeline] echo 12:38:27 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-518 [Pipeline] echo 12:38:27 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-518 [Pipeline] echo 12:38:27 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = ca1ab362acf21753bd59a8135f644797a38c235f [Pipeline] echo 12:38:27 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = ca1ab36 [Pipeline] echo 12:38:27 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 12:38:28 + git log --format=format:%s -1 ca1ab362acf21753bd59a8135f644797a38c235f [Pipeline] echo 12:38:28 GIT_COMMIT: ca1ab362acf21753bd59a8135f644797a38c235f, Commit Message: feat(scheduler): Create V2 IntervalAction DTO and Model [Pipeline] echo 12:38:28 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 12:38:29 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 12:38:29 12:38:29 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 12:38:30 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 12:38:30 latest: Pulling from edgex-devops/git-semver 12:38:30 31603596830f: Pulling fs layer 12:38:30 2a8b12db71e7: Pulling fs layer 12:38:30 6ca5941a6612: Pulling fs layer 12:38:30 ecc8261a40a4: Pulling fs layer 12:38:30 ecc8261a40a4: Waiting 12:38:30 2a8b12db71e7: Verifying Checksum 12:38:30 2a8b12db71e7: Download complete 12:38:30 31603596830f: Download complete 12:38:30 ecc8261a40a4: Verifying Checksum 12:38:30 ecc8261a40a4: Download complete 12:38:30 6ca5941a6612: Verifying Checksum 12:38:30 6ca5941a6612: Download complete 12:38:30 31603596830f: Pull complete 12:38:30 2a8b12db71e7: Pull complete 12:38:31 6ca5941a6612: Pull complete 12:38:31 ecc8261a40a4: Pull complete 12:38:31 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 12:38:31 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 12:38:31 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 12:38:32 prd-centos7-docker-4c-2g-27331 does not seem to be running inside a container 12:38:32 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_go-mod-core-contracts_PR-518 -v /w/workspace/dry_go-mod-core-contracts_PR-518:/w/workspace/dry_go-mod-core-contracts_PR-518:rw,z -v /w/workspace/dry_go-mod-core-contracts_PR-518@tmp:/w/workspace/dry_go-mod-core-contracts_PR-518@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 12:38:34 $ docker top 073ebbcc71a48049570b8558acafcb68c4d5180ca571075513582bf0b4d92377 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 12:38:34 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 12:38:34 [ssh-agent] Looking for ssh-agent implementation... 12:38:34 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 12:38:34 $ docker exec 073ebbcc71a48049570b8558acafcb68c4d5180ca571075513582bf0b4d92377 ssh-agent 12:38:34 SSH_AUTH_SOCK=/tmp/ssh-dGEeYclMp4aQ/agent.11 12:38:34 SSH_AGENT_PID=16 12:38:34 Running ssh-add (command line suppressed) 12:38:35 Identity added: /w/workspace/dry_go-mod-core-contracts_PR-518@tmp/private_key_3093704030209684369.key (/w/workspace/dry_go-mod-core-contracts_PR-518@tmp/private_key_3093704030209684369.key) 12:38:35 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 12:38:35 + git tag --points-at HEAD [Pipeline] } 12:38:35 $ docker exec --env ******** --env ******** 073ebbcc71a48049570b8558acafcb68c4d5180ca571075513582bf0b4d92377 ssh-agent -k 12:38:35 unset SSH_AUTH_SOCK; 12:38:35 unset SSH_AGENT_PID; 12:38:35 echo Agent pid 16 killed; 12:38:35 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 12:38:35 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 12:38:35 [ssh-agent] Looking for ssh-agent implementation... 12:38:35 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 12:38:35 $ docker exec 073ebbcc71a48049570b8558acafcb68c4d5180ca571075513582bf0b4d92377 ssh-agent 12:38:36 SSH_AUTH_SOCK=/tmp/ssh-HQEPx9FHsHrz/agent.45 12:38:36 SSH_AGENT_PID=50 12:38:36 Running ssh-add (command line suppressed) 12:38:36 Identity added: /w/workspace/dry_go-mod-core-contracts_PR-518@tmp/private_key_8246824478222134278.key (/w/workspace/dry_go-mod-core-contracts_PR-518@tmp/private_key_8246824478222134278.key) 12:38:36 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 12:38:36 + git semver init 12:38:36 # -> Open(): unable to determine branch for HEAD 12:38:36 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_PR-518/.git 12:38:36 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_PR-518 12:38:36 # $SEMVER_REMOTE_NAME = origin 12:38:36 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 12:38:36 # $SEMVER_USER_NAME = edgex-jenkins 12:38:36 # $SEMVER_BRANCH = PR-518 12:38:36 # $SEMVER_TEMP = /tmp/semver-955731202 12:38:36 # git clone --branch semver git@github.com:edgexfoundry/go-mod-core-contracts.git $SEMVER_TEMP 12:38:37 # '/tmp/semver-955731202' -> '/w/workspace/dry_go-mod-core-contracts_PR-518/.semver' 12:38:37 # -> Force: false 12:38:37 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_PR-518/.semver [Pipeline] } 12:38:37 $ docker exec --env ******** --env ******** 073ebbcc71a48049570b8558acafcb68c4d5180ca571075513582bf0b4d92377 ssh-agent -k 12:38:37 unset SSH_AUTH_SOCK; 12:38:37 unset SSH_AGENT_PID; 12:38:37 echo Agent pid 50 killed; 12:38:37 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 12:38:37 + git semver [Pipeline] } 12:38:37 $ docker stop --time=1 073ebbcc71a48049570b8558acafcb68c4d5180ca571075513582bf0b4d92377 12:38:39 $ docker rm -f 073ebbcc71a48049570b8558acafcb68c4d5180ca571075513582bf0b4d92377 [Pipeline] // withDockerContainer [Pipeline] sh 12:38:40 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 12:38:40 Stashed 1 file(s) [Pipeline] echo 12:38:40 [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 12:38:56 Still waiting to schedule task 12:38:56 Waiting for next available executor on ‘prd-centos7-docker-4c-2g-27331’ 12:38:56 Still waiting to schedule task 12:38:56 ‘prd-ubuntu18.04-docker-arm64-4c-16g-26577’ is offline 12:40:48 Running on prd-ubuntu18.04-docker-arm64-4c-16g-27332 in /w/workspace/dry_go-mod-core-contracts_PR-518 [Pipeline] { [Pipeline] ws 12:40:48 Running in /w/workspace/go-mod-core-contracts/2 [Pipeline] { [Pipeline] checkout 12:40:53 using credential edgex-jenkins-ssh 12:40:53 Cloning the remote Git repository 12:40:53 Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git 12:40:53 > git init /w/workspace/go-mod-core-contracts/2 # timeout=10 12:40:53 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 12:40:53 > git --version # timeout=10 12:40:53 > git --version # 'git version 2.17.1' 12:40:53 using GIT_SSH to set credentials SSH Credentials for GitHub 12:40:53 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 12:40:54 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 12:40:54 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 12:40:54 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 12:40:54 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 12:40:54 using GIT_SSH to set credentials SSH Credentials for GitHub 12:40:54 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/518/head:refs/remotes/origin/PR-518 +refs/heads/master:refs/remotes/origin/master # timeout=10 12:40:55 Merging remotes/origin/master commit 6c59b8f5f4c813ac5c5c5be1480b136eac3a9dfc into PR head commit ca1ab362acf21753bd59a8135f644797a38c235f 12:40:55 Merge succeeded, producing ca1ab362acf21753bd59a8135f644797a38c235f 12:40:55 Checking out Revision ca1ab362acf21753bd59a8135f644797a38c235f (PR-518) 12:40:55 > git config core.sparsecheckout # timeout=10 12:40:55 > git checkout -f ca1ab362acf21753bd59a8135f644797a38c235f # timeout=10 12:40:55 > git remote # timeout=10 12:40:55 > git config --get remote.origin.url # timeout=10 12:40:55 using GIT_SSH to set credentials SSH Credentials for GitHub 12:40:55 > git merge 6c59b8f5f4c813ac5c5c5be1480b136eac3a9dfc # timeout=10 12:40:55 > git rev-parse HEAD^{commit} # timeout=10 12:40:55 > git config core.sparsecheckout # timeout=10 12:40:55 > git checkout -f ca1ab362acf21753bd59a8135f644797a38c235f # timeout=10 12:41:00 Commit message: "feat(scheduler): Create V2 IntervalAction DTO and Model" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 12:41:01 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 12:41:02 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 12:41:02 + true 12:41:02 + sudo service docker restart [Pipeline] unstash [Pipeline] echo 12:41:05 ========================================================= 12:41:05 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 12:41:05 ========================================================= [Pipeline] isUnix [Pipeline] sh 12:41:05 + 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 . 12:41:06 Sending build context to Docker daemon 2.688MB 12:41:06 Step 1/7 : ARG BASE=golang:1.15-alpine 12:41:06 Step 2/7 : FROM ${BASE} 12:41:07 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 12:41:07 5f621e34cdf4: Pulling fs layer 12:41:07 a4357932f1b6: Pulling fs layer 12:41:07 18c013af1878: Pulling fs layer 12:41:07 00ac8860ef70: Pulling fs layer 12:41:07 63d7cb157983: Pulling fs layer 12:41:07 b116817d02f9: Pulling fs layer 12:41:07 745a02a5169b: Pulling fs layer 12:41:07 63d7cb157983: Waiting 12:41:07 b116817d02f9: Waiting 12:41:07 745a02a5169b: Waiting 12:41:07 00ac8860ef70: Waiting 12:41:07 18c013af1878: Verifying Checksum 12:41:07 18c013af1878: Download complete 12:41:07 a4357932f1b6: Verifying Checksum 12:41:07 a4357932f1b6: Download complete 12:41:07 63d7cb157983: Verifying Checksum 12:41:07 63d7cb157983: Download complete 12:41:07 b116817d02f9: Verifying Checksum 12:41:07 b116817d02f9: Download complete 12:41:07 5f621e34cdf4: Verifying Checksum 12:41:07 5f621e34cdf4: Download complete 12:41:07 5f621e34cdf4: Pull complete 12:41:08 a4357932f1b6: Pull complete 12:41:09 18c013af1878: Pull complete 12:41:10 745a02a5169b: Verifying Checksum 12:41:10 745a02a5169b: Download complete 12:41:11 00ac8860ef70: Verifying Checksum 12:41:11 00ac8860ef70: Download complete 12:41:21 00ac8860ef70: Pull complete 12:41:21 63d7cb157983: Pull complete 12:41:21 b116817d02f9: Pull complete 12:41:22 Running on prd-centos7-docker-4c-2g-27333 in /w/workspace/dry_go-mod-core-contracts_PR-518 [Pipeline] { [Pipeline] ws 12:41:22 Running in /w/workspace/go-mod-core-contracts/2 [Pipeline] { [Pipeline] checkout 12:41:25 using credential edgex-jenkins-ssh 12:41:25 Cloning the remote Git repository 12:41:24 Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git 12:41:24 > git init /w/workspace/go-mod-core-contracts/2 # timeout=10 12:41:24 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 12:41:24 > git --version # timeout=10 12:41:24 > git --version # 'git version 2.24.3' 12:41:24 using GIT_SSH to set credentials SSH Credentials for GitHub 12:41:24 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 12:41:26 745a02a5169b: Pull complete 12:41:26 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 12:41:26 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 12:41:26 ---> b7e6874047d6 12:41:26 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 12:41:26 Merging remotes/origin/master commit 6c59b8f5f4c813ac5c5c5be1480b136eac3a9dfc into PR head commit ca1ab362acf21753bd59a8135f644797a38c235f 12:41:26 Merge succeeded, producing ca1ab362acf21753bd59a8135f644797a38c235f 12:41:26 Checking out Revision ca1ab362acf21753bd59a8135f644797a38c235f (PR-518) 12:41:25 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 12:41:25 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 12:41:25 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 12:41:25 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 12:41:25 using GIT_SSH to set credentials SSH Credentials for GitHub 12:41:25 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/518/head:refs/remotes/origin/PR-518 +refs/heads/master:refs/remotes/origin/master # timeout=10 12:41:26 > git config core.sparsecheckout # timeout=10 12:41:26 > git checkout -f ca1ab362acf21753bd59a8135f644797a38c235f # timeout=10 12:41:26 > git remote # timeout=10 12:41:26 > git config --get remote.origin.url # timeout=10 12:41:26 using GIT_SSH to set credentials SSH Credentials for GitHub 12:41:26 > git merge 6c59b8f5f4c813ac5c5c5be1480b136eac3a9dfc # timeout=10 12:41:26 > git rev-parse HEAD^{commit} # timeout=10 12:41:26 > git config core.sparsecheckout # timeout=10 12:41:26 > git checkout -f ca1ab362acf21753bd59a8135f644797a38c235f # timeout=10 12:41:28 ---> Running in 2426b9e569ab 12:41:28 Removing intermediate container 2426b9e569ab 12:41:28 ---> cb4533b1d164 12:41:28 Step 4/7 : RUN apk add bash 12:41:29 ---> Running in cf18274be4f1 12:41:30 Commit message: "feat(scheduler): Create V2 IntervalAction DTO and Model" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) 12:41:30 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [Pipeline] script [Pipeline] { [Pipeline] sh 12:41:31 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 12:41:31 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 12:41:31 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 12:41:31 + sudo service docker restart 12:41:31 + true 12:41:31 Redirecting to /bin/systemctl restart docker.service 12:41:32 OK: 142 MiB in 39 packages [Pipeline] unstash [Pipeline] echo 12:41:33 ========================================================= 12:41:33 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 12:41:33 ========================================================= [Pipeline] isUnix [Pipeline] sh 12:41:33 Removing intermediate container cf18274be4f1 12:41:33 ---> c46b39006732 12:41:33 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 12:41:33 ---> Running in 75478a60959c 12:41:33 + 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 . 12:41:33 Removing intermediate container 75478a60959c 12:41:33 ---> ebc2a202491f 12:41:33 Step 6/7 : COPY go.mod . 12:41:34 Sending build context to Docker daemon 2.689MB 12:41:34 Step 1/7 : ARG BASE=golang:1.15-alpine 12:41:34 Step 2/7 : FROM ${BASE} 12:41:34 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 12:41:34 188c0c94c7c5: Pulling fs layer 12:41:34 0ef7d3d256c8: Pulling fs layer 12:41:34 de9db76c5a1d: Pulling fs layer 12:41:34 bca2f99d35d6: Pulling fs layer 12:41:34 93359f2a8cfa: Pulling fs layer 12:41:34 7c6f9722023f: Pulling fs layer 12:41:34 a35cf1a2eb13: Pulling fs layer 12:41:34 93359f2a8cfa: Waiting 12:41:34 7c6f9722023f: Waiting 12:41:34 a35cf1a2eb13: Waiting 12:41:34 bca2f99d35d6: Waiting 12:41:34 de9db76c5a1d: Verifying Checksum 12:41:34 de9db76c5a1d: Download complete 12:41:34 0ef7d3d256c8: Download complete 12:41:34 93359f2a8cfa: Download complete 12:41:34 7c6f9722023f: Verifying Checksum 12:41:34 7c6f9722023f: Download complete 12:41:34 188c0c94c7c5: Verifying Checksum 12:41:34 188c0c94c7c5: Download complete 12:41:34 ---> f9fad42090a0 12:41:34 Step 7/7 : RUN go mod download 12:41:34 ---> Running in ed311ef6d18d 12:41:34 188c0c94c7c5: Pull complete 12:41:34 0ef7d3d256c8: Pull complete 12:41:35 de9db76c5a1d: Pull complete 12:41:36 a35cf1a2eb13: Verifying Checksum 12:41:36 a35cf1a2eb13: Download complete 12:41:37 bca2f99d35d6: Verifying Checksum 12:41:37 bca2f99d35d6: Download complete 12:41:42 bca2f99d35d6: Pull complete 12:41:42 93359f2a8cfa: Pull complete 12:41:42 7c6f9722023f: Pull complete 12:41:49 Removing intermediate container ed311ef6d18d 12:41:49 ---> 991b3c595730 12:41:49 Successfully built 991b3c595730 12:41:49 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 12:41:50 + docker inspect -f . ci-base-image-arm64 12:41:50 . [Pipeline] withDockerContainer 12:41:50 prd-ubuntu18.04-docker-arm64-4c-16g-27332 does not seem to be running inside a container 12:41:50 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/2 -v /w/workspace/go-mod-core-contracts/2:/w/workspace/go-mod-core-contracts/2:rw,z -v /w/workspace/go-mod-core-contracts/2@tmp:/w/workspace/go-mod-core-contracts/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 12:41:52 $ docker top 4d7a60d9404c9b5e43d7ac67b280603ed32d7cb0e9e97944d65bb23ab0b2c51f -eo pid,comm [Pipeline] { [Pipeline] sh 12:41:52 a35cf1a2eb13: Pull complete 12:41:52 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 12:41:52 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 12:41:52 ---> a62c8e92a672 12:41:52 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 12:41:52 ---> Running in 7e3416e8f6cc 12:41:52 Removing intermediate container 7e3416e8f6cc 12:41:52 ---> e8b7faad2150 12:41:52 Step 4/7 : RUN apk add bash 12:41:52 ---> Running in cadcd5fe0716 12:41:52 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 12:41:52 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 12:41:53 + go version 12:41:53 go version go1.15.5 linux/arm64 [Pipeline] } 12:41:53 $ docker stop --time=1 4d7a60d9404c9b5e43d7ac67b280603ed32d7cb0e9e97944d65bb23ab0b2c51f 12:41:53 OK: 166 MiB in 39 packages 12:41:53 Removing intermediate container cadcd5fe0716 12:41:53 ---> 7c39cf27e213 12:41:53 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 12:41:53 ---> Running in 536f6c4180d1 12:41:54 Removing intermediate container 536f6c4180d1 12:41:54 ---> 50f9f12f01df 12:41:54 Step 6/7 : COPY go.mod . 12:41:54 ---> 0dc14e7050c0 12:41:54 Step 7/7 : RUN go mod download 12:41:54 ---> Running in 775d14edd7be 12:41:54 $ docker rm -f 4d7a60d9404c9b5e43d7ac67b280603ed32d7cb0e9e97944d65bb23ab0b2c51f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 12:41:55 + docker inspect -f . ci-base-image-arm64 12:41:55 . [Pipeline] withDockerContainer 12:41:56 prd-ubuntu18.04-docker-arm64-4c-16g-27332 does not seem to be running inside a container 12:41:56 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/2 -v /w/workspace/go-mod-core-contracts/2:/w/workspace/go-mod-core-contracts/2:rw,z -v /w/workspace/go-mod-core-contracts/2@tmp:/w/workspace/go-mod-core-contracts/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 12:41:57 $ docker top a5557fc5953d5c76770042de8a0f4d44d35b16d66729bb440f551242e8717d9a -eo pid,comm [Pipeline] { [Pipeline] sh 12:41:58 + make test 12:41:58 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 12:42:06 Removing intermediate container 775d14edd7be 12:42:06 ---> 4220fc3591cd 12:42:06 Successfully built 4220fc3591cd 12:42:06 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 12:42:06 + docker inspect -f . ci-base-image-x86_64 12:42:06 . [Pipeline] withDockerContainer 12:42:07 prd-centos7-docker-4c-2g-27333 does not seem to be running inside a container 12:42:07 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/2 -v /w/workspace/go-mod-core-contracts/2:/w/workspace/go-mod-core-contracts/2:rw,z -v /w/workspace/go-mod-core-contracts/2@tmp:/w/workspace/go-mod-core-contracts/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 12:42:07 $ docker top 56e621127521e816affb3885be6d70a2ed78c6051c31edfb174d4ee49cdb0fbb -eo pid,comm [Pipeline] { [Pipeline] sh 12:42:08 + go version 12:42:08 go version go1.15.5 linux/amd64 [Pipeline] } 12:42:08 $ docker stop --time=1 56e621127521e816affb3885be6d70a2ed78c6051c31edfb174d4ee49cdb0fbb 12:42:09 $ docker rm -f 56e621127521e816affb3885be6d70a2ed78c6051c31edfb174d4ee49cdb0fbb [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 12:42:10 + docker inspect -f . ci-base-image-x86_64 12:42:10 . [Pipeline] withDockerContainer 12:42:10 prd-centos7-docker-4c-2g-27333 does not seem to be running inside a container 12:42:10 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/2 -v /w/workspace/go-mod-core-contracts/2:/w/workspace/go-mod-core-contracts/2:rw,z -v /w/workspace/go-mod-core-contracts/2@tmp:/w/workspace/go-mod-core-contracts/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 12:42:11 $ docker top 19eb0f1fabe8a6269a2aada7c70db94989d3eac9ff10c97a29dd151aecf5ef15 -eo pid,comm [Pipeline] { [Pipeline] sh 12:42:11 + make test 12:42:11 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 12:42:20 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients [no test files] 12:42:20 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/agent 0.018s coverage: 85.7% of statements 12:42:20 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/command 0.013s coverage: 100.0% of statements 12:42:20 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/coredata 0.014s coverage: 45.4% of statements 12:42:20 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/general 0.008s coverage: 77.8% of statements 12:42:20 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces [no test files] 12:42:20 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/logger 0.032s coverage: 26.3% of statements 12:42:20 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients [no test files] 12:42:21 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/metadata 0.026s coverage: 14.7% of statements 12:42:21 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/notifications 0.029s coverage: 100.0% of statements 12:42:21 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/scheduler 0.022s coverage: 91.8% of statements 12:42:21 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/types [no test files] 12:42:21 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/errors [no test files] 12:42:21 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/local 0.010s coverage: 100.0% of statements 12:42:21 ok github.com/edgexfoundry/go-mod-core-contracts/v2/errors 0.016s coverage: 36.7% of statements 12:42:21 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/agent 0.069s coverage: 85.7% of statements 12:42:22 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/command 0.042s coverage: 100.0% of statements 12:42:23 ok github.com/edgexfoundry/go-mod-core-contracts/v2/models 0.038s coverage: 63.0% of statements 12:42:23 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/configuration 0.014s coverage: 26.3% of statements 12:42:23 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/admin 0.014s coverage: 15.4% of statements 12:42:23 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/operating 0.005s coverage: 15.4% of statements 12:42:23 ok github.com/edgexfoundry/go-mod-core-contracts/v2/responses/configuration 0.056s coverage: 14.3% of statements 12:42:23 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2 [no test files] 12:42:24 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http 0.066s coverage: 84.6% of statements 12:42:24 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http/utils [no test files] 12:42:24 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces [no test files] 12:42:24 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces/mocks [no test files] 12:42:24 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/coredata 0.035s coverage: 45.4% of statements 12:42:24 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/general 0.034s coverage: 77.8% of statements 12:42:24 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces [no test files] 12:42:25 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos 0.011s coverage: 46.9% of statements 12:42:25 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/common 0.024s coverage: 94.7% of statements 12:42:25 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/requests 0.041s coverage: 88.8% of statements 12:42:25 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/responses 0.007s coverage: 100.0% of statements 12:42:25 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/models [no test files] 12:42:25 CGO_ENABLED=0 GO111MODULE=on go vet ./... 12:42:25 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/logger 0.069s coverage: 26.3% of statements 12:42:25 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/metadata 0.040s coverage: 14.7% of statements 12:42:26 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/notifications 0.035s coverage: 100.0% of statements 12:42:27 gofmt -l . 12:42:27 [ "`gofmt -l .`" = "" ] [Pipeline] } 12:42:27 $ docker stop --time=1 19eb0f1fabe8a6269a2aada7c70db94989d3eac9ff10c97a29dd151aecf5ef15 12:42:27 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/scheduler 0.077s coverage: 91.8% of statements 12:42:27 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/types [no test files] 12:42:27 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/errors [no test files] 12:42:27 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/local 0.049s coverage: 100.0% of statements 12:42:27 ok github.com/edgexfoundry/go-mod-core-contracts/v2/errors 0.034s coverage: 36.7% of statements 12:42:29 $ docker rm -f 19eb0f1fabe8a6269a2aada7c70db94989d3eac9ff10c97a29dd151aecf5ef15 [Pipeline] // withDockerContainer [Pipeline] sh 12:42:30 + sudo chown -R jenkins:jenkins . [Pipeline] stash 12:42:30 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 12:42:33 ok github.com/edgexfoundry/go-mod-core-contracts/v2/models 0.177s coverage: 63.0% of statements 12:42:33 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/configuration 0.024s coverage: 26.3% of statements 12:42:33 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/admin 0.015s coverage: 15.4% of statements 12:42:33 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/operating 0.034s coverage: 15.4% of statements 12:42:33 ok github.com/edgexfoundry/go-mod-core-contracts/v2/responses/configuration 0.014s coverage: 14.3% of statements 12:42:33 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2 [no test files] 12:42:36 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http 0.248s coverage: 84.6% of statements 12:42:36 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http/utils [no test files] 12:42:36 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces [no test files] 12:42:36 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces/mocks [no test files] 12:42:36 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos 0.051s coverage: 46.9% of statements 12:42:36 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/common 0.029s coverage: 94.7% of statements 12:42:38 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/requests 0.161s coverage: 88.8% of statements 12:42:38 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/responses 0.024s coverage: 100.0% of statements 12:42:38 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/models [no test files] 12:42:38 CGO_ENABLED=0 GO111MODULE=on go vet ./... 12:42:44 gofmt -l . 12:42:44 [ "`gofmt -l .`" = "" ] [Pipeline] } 12:42:45 $ docker stop --time=1 a5557fc5953d5c76770042de8a0f4d44d35b16d66729bb440f551242e8717d9a 12:42:48 $ docker rm -f a5557fc5953d5c76770042de8a0f4d44d35b16d66729bb440f551242e8717d9a [Pipeline] // withDockerContainer [Pipeline] sh 12:42:49 + sudo chown -R jenkins:jenkins . [Pipeline] stash 12:42:49 Warning: overwriting stash ‘coverage-report’ 12:42:50 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 12:42:52 provisioning config files... 12:42:52 copy managed file [go-mod-core-contracts-codecov-token] to file:/w/workspace/dry_go-mod-core-contracts_PR-518@tmp/config1512208198766898406tmp [Pipeline] { [Pipeline] sh 12:42:52 + set +x 12:42:52 + curl -s https://codecov.io/bash 12:42:52 + bash -s -- 12:42:52 12:42:52 _____ _ 12:42:52 / ____| | | 12:42:52 | | ___ __| | ___ ___ _____ __ 12:42:52 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 12:42:52 | |___| (_) | (_| | __/ (_| (_) \ V / 12:42:52 \_____\___/ \__,_|\___|\___\___/ \_/ 12:42:52 Bash-20210129-7c25fce 12:42:52 12:42:52 12:42:52 ==> git version 2.24.3 found 12:42:52 ==> 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 12:42:52 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 12:42:52 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 12:42:52 ==> Jenkins CI detected. 12:42:52 project root: . 12:42:52 --> token set from env 12:42:52 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 12:42:52 ==> Running gcov in . (disable via -X gcov) 12:42:52 ==> Python coveragepy not found 12:42:52 ==> Searching for coverage reports in: 12:42:52 + . 12:42:52 -> Found 1 reports 12:42:52 ==> Detecting git/mercurial file structure 12:42:52 ==> Reading reports 12:42:53 + ./coverage.out bytes=153379 12:42:53 ==> Appending adjustments 12:42:53 https://docs.codecov.io/docs/fixing-reports 12:42:54 + Found adjustments 12:42:54 ==> Gzipping contents 12:42:54 24K /tmp/codecov.Y6NKZT.gz 12:42:54 ==> Uploading reports 12:42:54 url: https://codecov.io 12:42:54 query: branch=PR-518&commit=ca1ab362acf21753bd59a8135f644797a38c235f&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2FPR-518%2F2%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=518&job=&cmd_args= 12:42:54 -> Pinging Codecov 12:42:54 https://codecov.io/upload/v4?package=bash-20210129-7c25fce&token=secret&branch=PR-518&commit=ca1ab362acf21753bd59a8135f644797a38c235f&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2FPR-518%2F2%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=518&job=&cmd_args= 12:42:54 -> Uploading to 12:42:54 https://storage.googleapis.com/codecov/v4/raw/2021-02-23/71470A77251A30514AAF9C0BB2E5B6CE/ca1ab362acf21753bd59a8135f644797a38c235f/cf0f7c94-a455-4bc3-9f88-d4ba889594cd.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210223%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210223T124254Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=b074dc30083fd497b32cf1c65ae1a06e7a23bb2fc3f2cc0847584ff8adc91186 12:42:54 % Total % Received % Xferd Average Speed Time Time Time Current 12:42:54 Dload Upload Total Spent Left Speed 12:42:54 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 23096 0 0 100 23096 0 49223 --:--:-- --:--:-- --:--:-- 49140 12:42:54 -> View reports at https://codecov.io/github/edgexfoundry/go-mod-core-contracts/commit/ca1ab362acf21753bd59a8135f644797a38c235f [Pipeline] } 12:42:54 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 12:42:57 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 12:42:58 ---> package-listing.sh 12:42:58 ++ facter osfamily 12:42:58 ++ tr '[:upper:]' '[:lower:]' 12:42:58 + OS_FAMILY=redhat 12:42:58 + workspace=/w/workspace/dry_go-mod-core-contracts_PR-518 12:42:58 + START_PACKAGES=/tmp/packages_start.txt 12:42:58 + END_PACKAGES=/tmp/packages_end.txt 12:42:58 + DIFF_PACKAGES=/tmp/packages_diff.txt 12:42:58 + PACKAGES=/tmp/packages_start.txt 12:42:58 + '[' /w/workspace/dry_go-mod-core-contracts_PR-518 ']' 12:42:58 + PACKAGES=/tmp/packages_end.txt 12:42:58 + case "${OS_FAMILY}" in 12:42:58 + rpm -qa 12:42:58 + sort 12:43:03 + '[' -f /tmp/packages_start.txt ']' 12:43:03 + '[' -f /tmp/packages_end.txt ']' 12:43:03 + diff /tmp/packages_start.txt /tmp/packages_end.txt 12:43:03 + '[' /w/workspace/dry_go-mod-core-contracts_PR-518 ']' 12:43:03 + mkdir -p /w/workspace/dry_go-mod-core-contracts_PR-518/archives/ 12:43:03 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dry_go-mod-core-contracts_PR-518/archives/ [Pipeline] echo 12:43:03 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-518/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 12:43:03 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 12:43:04 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 12:43:04 12:43:04 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 12:43:04 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 12:43:04 alpine: Pulling from edgex-lftools-log-publisher 12:43:04 df20fa9351a1: Pulling fs layer 12:43:04 36b3adc4ff6f: Pulling fs layer 12:43:04 8ad3a11d3b57: Pulling fs layer 12:43:04 46f8f816bc3b: Pulling fs layer 12:43:04 93b61091891f: Pulling fs layer 12:43:04 93b9cdb0e59b: Pulling fs layer 12:43:04 5e14af77c1be: Pulling fs layer 12:43:04 01666e4c0597: Pulling fs layer 12:43:04 aa168da1d23b: Pulling fs layer 12:43:04 46f8f816bc3b: Waiting 12:43:04 93b61091891f: Waiting 12:43:04 93b9cdb0e59b: Waiting 12:43:04 5e14af77c1be: Waiting 12:43:04 01666e4c0597: Waiting 12:43:04 aa168da1d23b: Waiting 12:43:04 36b3adc4ff6f: Download complete 12:43:04 46f8f816bc3b: Verifying Checksum 12:43:04 46f8f816bc3b: Download complete 12:43:04 df20fa9351a1: Verifying Checksum 12:43:04 df20fa9351a1: Download complete 12:43:04 93b9cdb0e59b: Verifying Checksum 12:43:04 93b9cdb0e59b: Download complete 12:43:04 5e14af77c1be: Verifying Checksum 12:43:04 5e14af77c1be: Download complete 12:43:04 93b61091891f: Verifying Checksum 12:43:04 93b61091891f: Download complete 12:43:04 01666e4c0597: Verifying Checksum 12:43:04 01666e4c0597: Download complete 12:43:04 df20fa9351a1: Pull complete 12:43:05 8ad3a11d3b57: Verifying Checksum 12:43:05 8ad3a11d3b57: Download complete 12:43:05 36b3adc4ff6f: Pull complete 12:43:06 8ad3a11d3b57: Pull complete 12:43:06 aa168da1d23b: Verifying Checksum 12:43:06 aa168da1d23b: Download complete 12:43:07 46f8f816bc3b: Pull complete 12:43:07 93b61091891f: Pull complete 12:43:08 93b9cdb0e59b: Pull complete 12:43:08 5e14af77c1be: Pull complete 12:43:08 01666e4c0597: Pull complete 12:43:14 aa168da1d23b: Pull complete 12:43:14 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 12:43:14 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 12:43:14 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 12:43:14 prd-centos7-docker-4c-2g-27331 does not seem to be running inside a container 12:43:14 $ 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-518/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-518 -v /w/workspace/dry_go-mod-core-contracts_PR-518:/w/workspace/dry_go-mod-core-contracts_PR-518:rw,z -v /w/workspace/dry_go-mod-core-contracts_PR-518@tmp:/w/workspace/dry_go-mod-core-contracts_PR-518@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 12:43:24 $ docker top 0d43b25fc5834ebbbe0982c70f09d8dcb608f4e5457965ead8c6aabbefe8f779 -eo pid,comm [Pipeline] { [Pipeline] sh 12:43:25 + touch /tmp/pre-build-complete [Pipeline] sh 12:43:25 + mkdir -p /var/log/sa [Pipeline] sh 12:43:25 + ls /var/log/sa-host 12:43:25 + sadf -c /var/log/sa-host/sa23 12:43:25 file_magic: OK 12:43:25 HZ: Using current value: 100 12:43:25 file_header: OK 12:43:25 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 12:43:25 Statistics: 12:43:25 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 12:43:25 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 12:43:26 provisioning config files... 12:43:26 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dry_go-mod-core-contracts_PR-518@tmp/config3019586143585279893tmp [Pipeline] { [Pipeline] echo 12:43:26 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 12:43:26 ---> create-netrc.sh [Pipeline] } 12:43:26 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 12:43:26 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 12:43:27 ---> python-tools-install.sh [Pipeline] echo 12:43:27 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 12:43:27 ---> sudo-logs.sh 12:43:27 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 12:43:27 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 12:43:27 ---> job-cost.sh 12:43:27 lf-activate-venv: SKIPPING 12:43:27 INFO: No Stack... 12:43:28 INFO: Retrieving Pricing Info for: v1-standard-2 12:43:29 INFO: Archiving Costs [Pipeline] echo 12:43:29 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 12:43:29 ---> logs-deploy.sh 12:43:29 lf-activate-venv: SKIPPING 12:43:29 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/PR-518/2 12:43:29 INFO: archiving workspace using pattern(s): 12:43:31 Archives upload complete. 12:43:31 INFO: archiving logs to Nexus 12:43:32 ---> uname -a: 12:43:32 Linux prd-centos7-docker-4c-2g-27331.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 12:43:32 12:43:32 12:43:32 ---> lscpu: 12:43:32 Architecture: x86_64 12:43:32 CPU op-mode(s): 32-bit, 64-bit 12:43:32 Byte Order: Little Endian 12:43:32 Address sizes: 40 bits physical, 48 bits virtual 12:43:32 CPU(s): 4 12:43:32 On-line CPU(s) list: 0-3 12:43:32 Thread(s) per core: 1 12:43:32 Core(s) per socket: 1 12:43:32 Socket(s): 4 12:43:32 NUMA node(s): 1 12:43:32 Vendor ID: GenuineIntel 12:43:32 CPU family: 6 12:43:32 Model: 44 12:43:32 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 12:43:32 Stepping: 1 12:43:32 CPU MHz: 2933.438 12:43:32 BogoMIPS: 5866.87 12:43:32 Virtualization: VT-x 12:43:32 Hypervisor vendor: KVM 12:43:32 Virtualization type: full 12:43:32 L1d cache: 128 KiB 12:43:32 L1i cache: 128 KiB 12:43:32 L2 cache: 16 MiB 12:43:32 L3 cache: 64 MiB 12:43:32 NUMA node0 CPU(s): 0-3 12:43:32 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 12:43:32 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 12:43:32 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 12:43:32 Vulnerability Meltdown: Mitigation; PTI 12:43:32 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 12:43:32 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 12:43:32 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 12:43:32 Vulnerability Srbds: Not affected 12:43:32 Vulnerability Tsx async abort: Not affected 12:43:32 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 12:43:32 12:43:32 12:43:32 ---> nproc: 12:43:32 4 12:43:32 12:43:32 12:43:32 ---> df -h: 12:43:32 Filesystem Size Used Available Use% Mounted on 12:43:32 overlay 50.0G 7.3G 42.7G 15% / 12:43:32 tmpfs 64.0M 0 64.0M 0% /dev 12:43:32 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 12:43:32 shm 64.0M 0 64.0M 0% /dev/shm 12:43:32 /dev/vda1 50.0G 7.3G 42.7G 15% /facter-os 12:43:32 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/resolv.conf 12:43:32 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hostname 12:43:32 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hosts 12:43:32 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/dry_go-mod-core-contracts_PR-518@tmp 12:43:32 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/sa-host 12:43:32 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/secure 12:43:32 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/auth.log 12:43:32 /dev/vda1 50.0G 7.3G 42.7G 15% /run/cloud-init/result.json 12:43:32 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/dry_go-mod-core-contracts_PR-518 12:43:32 12:43:32 12:43:32 ---> free -m: 12:43:32 total used free shared buff/cache available 12:43:32 Mem: 1837 687 98 0 1051 1045 12:43:32 Swap: 1023 1 1022 12:43:32 12:43:32 12:43:32 ---> ip addr: 12:43:32 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 12:43:32 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 12:43:32 inet 127.0.0.1/8 scope host lo 12:43:32 valid_lft forever preferred_lft forever 12:43:32 inet6 ::1/128 scope host 12:43:32 valid_lft forever preferred_lft forever 12:43:32 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 12:43:32 link/ether fa:16:3e:e7:0a:59 brd ff:ff:ff:ff:ff:ff 12:43:32 inet 10.30.123.203/23 brd 10.30.123.255 scope global dynamic eth0 12:43:32 valid_lft 86057sec preferred_lft 86057sec 12:43:32 inet6 fe80::f816:3eff:fee7:a59/64 scope link 12:43:32 valid_lft forever preferred_lft forever 12:43:32 3: docker0: mtu 1500 qdisc noqueue state DOWN 12:43:32 link/ether 02:42:77:36:a4:71 brd ff:ff:ff:ff:ff:ff 12:43:32 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 12:43:32 valid_lft forever preferred_lft forever 12:43:32 inet6 fe80::42:77ff:fe36:a471/64 scope link 12:43:32 valid_lft forever preferred_lft forever 12:43:32 12:43:32 12:43:32 ---> sar -b -r -n DEV: 12:43:32 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/23/21 _x86_64_ (4 CPU) 12:43:32 12:43:32 12:37:38 LINUX RESTART (4 CPU) 12:43:32 12:43:32 12:38:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 12:43:32 12:39:01 115.33 44.97 70.36 0.00 7694.27 23213.60 0.00 12:43:32 12:40:01 2.42 0.00 2.42 0.00 0.00 59.18 0.00 12:43:32 12:41:01 0.47 0.00 0.47 0.00 0.00 6.74 0.00 12:43:32 12:42:01 0.23 0.00 0.23 0.00 0.00 2.96 0.00 12:43:32 12:43:02 45.37 44.61 0.77 0.00 3711.36 23.46 0.00 12:43:32 Average: 32.77 17.92 14.85 0.00 2281.87 4663.20 0.00 12:43:32 12:43:32 12:38:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 12:43:32 12:39:01 153644 0 591056 31.41 2620 1134224 1107040 37.78 414744 1111956 128 12:43:32 12:40:01 160252 0 584512 31.07 2620 1134160 1075312 36.70 413904 1107172 20 12:43:32 12:41:01 158024 0 586736 31.18 2620 1134164 1075468 36.70 414560 1109144 20 12:43:32 12:42:01 157572 0 587188 31.21 2620 1134164 1075592 36.71 425820 1098164 12 12:43:32 12:43:02 75884 0 610340 32.44 2620 1192700 1111776 37.94 426380 1179060 20 12:43:32 Average: 141075 0 591966 31.46 2620 1145882 1089038 37.17 419082 1121099 40 12:43:32 12:43:32 12:38:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 12:43:32 12:39:01 eth0 576.48 349.53 1087.95 100.17 0.00 0.00 0.00 0.00 12:43:32 12:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:43:32 12:39:01 docker0 8.14 6.21 1.81 19.33 0.00 0.00 0.00 0.00 12:43:32 12:40:01 eth0 0.72 0.08 0.06 0.02 0.00 0.00 0.00 0.00 12:43:32 12:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:43:32 12:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:43:32 12:41:01 eth0 1.07 0.35 0.38 0.20 0.00 0.00 0.00 0.00 12:43:32 12:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:43:32 12:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:43:32 12:42:01 eth0 0.52 0.37 0.27 0.20 0.00 0.00 0.00 0.00 12:43:32 12:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:43:32 12:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:43:32 12:43:02 eth0 11.42 6.94 10.70 4.31 0.00 0.00 0.00 0.00 12:43:32 12:43:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:43:32 12:43:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:43:32 Average: eth0 118.09 71.49 219.97 20.99 0.00 0.00 0.00 0.00 12:43:32 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:43:32 Average: docker0 1.63 1.24 0.36 3.87 0.00 0.00 0.00 0.00 12:43:32 12:43:32 12:43:32 ---> sar -P ALL: 12:43:32 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/23/21 _x86_64_ (4 CPU) 12:43:32 12:43:32 12:37:38 LINUX RESTART (4 CPU) 12:43:32 12:43:32 12:38:01 CPU %user %nice %system %iowait %steal %idle 12:43:32 12:39:01 all 13.18 0.00 5.83 3.35 0.02 77.62 12:43:32 12:39:01 0 10.25 0.00 5.73 1.50 0.02 82.49 12:43:32 12:39:01 1 14.45 0.00 6.54 4.17 0.02 74.83 12:43:32 12:39:01 2 15.01 0.00 4.92 3.15 0.02 76.91 12:43:32 12:39:01 3 13.03 0.00 6.15 4.57 0.02 76.23 12:43:32 12:40:01 all 0.15 0.00 0.05 0.00 0.01 99.78 12:43:32 12:40:01 0 0.03 0.00 0.03 0.00 0.00 99.93 12:43:32 12:40:01 1 0.52 0.00 0.07 0.00 0.00 99.42 12:43:32 12:40:01 2 0.02 0.00 0.03 0.00 0.02 99.93 12:43:32 12:40:01 3 0.05 0.00 0.08 0.00 0.02 99.85 12:43:32 12:41:01 all 0.16 0.00 0.04 0.00 0.00 99.80 12:43:32 12:41:01 0 0.03 0.00 0.02 0.00 0.00 99.95 12:43:32 12:41:01 1 0.53 0.00 0.08 0.00 0.00 99.38 12:43:32 12:41:01 2 0.03 0.00 0.03 0.00 0.00 99.93 12:43:32 12:41:01 3 0.03 0.00 0.02 0.00 0.00 99.95 12:43:32 12:42:01 all 0.05 0.00 0.06 0.00 0.00 99.89 12:43:32 12:42:01 0 0.02 0.00 0.02 0.00 0.00 99.97 12:43:32 12:42:01 1 0.03 0.00 0.03 0.00 0.00 99.93 12:43:32 12:42:01 2 0.12 0.00 0.12 0.00 0.00 99.77 12:43:32 12:42:01 3 0.05 0.00 0.07 0.00 0.00 99.88 12:43:32 12:43:02 all 1.10 0.00 0.67 1.19 0.01 97.03 12:43:32 12:43:02 0 1.17 0.00 0.67 0.68 0.02 97.46 12:43:32 12:43:02 1 1.37 0.00 0.85 2.52 0.02 95.24 12:43:32 12:43:02 2 1.18 0.00 0.62 0.80 0.00 97.40 12:43:32 12:43:02 3 0.67 0.00 0.53 0.77 0.02 98.01 12:43:32 Average: all 2.90 0.00 1.32 0.90 0.01 94.87 12:43:32 Average: 0 2.28 0.00 1.28 0.43 0.01 95.99 12:43:32 Average: 1 3.34 0.00 1.50 1.33 0.01 93.82 12:43:32 Average: 2 3.25 0.00 1.14 0.79 0.01 94.82 12:43:32 Average: 3 2.73 0.00 1.36 1.06 0.01 94.84 12:43:32 12:43:32 12:43:32