Pull request #445 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 ba458f0e0ccbbc61c175df81145a1fb9b1d16279 rather than b949415aa4ca773943e4dd3ed65f475f60095006 Obtained Jenkinsfile from ba458f0e0ccbbc61c175df81145a1fb9b1d16279 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 b86a95d4aff1c43a521ca3be618780efd0ee2800 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 b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:go-mod-core-contracts, buildImage:false, pushImage:false, semverBump:pre] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: go-mod-core-contracts-settings PROJECT: go-mod-core-contracts USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-go-mod-core-contracts DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: false PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: false SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-21986 in /w/workspace/dry_go-mod-core-contracts_PR-445 [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-445 # 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 ba458f0e0ccbbc61c175df81145a1fb9b1d16279 into PR head commit b949415aa4ca773943e4dd3ed65f475f60095006 Merge succeeded, producing b949415aa4ca773943e4dd3ed65f475f60095006 Checking out Revision b949415aa4ca773943e4dd3ed65f475f60095006 (PR-445) > 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/445/head:refs/remotes/origin/PR-445 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f b949415aa4ca773943e4dd3ed65f475f60095006 # 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 ba458f0e0ccbbc61c175df81145a1fb9b1d16279 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f b949415aa4ca773943e4dd3ed65f475f60095006 # timeout=10 Commit message: "Merge branch 'master' into issue-444" First time build. Skipping changelog. > git rev-list --no-walk 8419ed45d9d1fc036e2350d8597fe21230431b6d # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 17:00:19 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 17:00:19 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 17:00:19 ========================================================= 17:00:19 EdgeX Global Pipelines Version Info 17:00:19 ========================================================= [Pipeline] libraryResource [Pipeline] sh 17:00:23 ------------------- 17:00:23 stable info: 17:00:23 ------------------- 17:00:23 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 17:00:23 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 17:00:23 Message: update stable to v1.0.179 17:00:24 ------------------- 17:00:24 experimental info: 17:00:24 ------------------- 17:00:24 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 17:00:24 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 17:00:24 Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 17:00:24 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-core-contracts-settings [Pipeline] echo 17:00:24 [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-core-contracts [Pipeline] echo 17:00:25 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 17:00:25 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 17:00:25 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 17:00:25 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 17:00:25 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 17:00:25 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 17:00:25 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 17:00:25 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 17:00:25 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 17:00:25 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-core-contracts [Pipeline] echo 17:00:26 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 17:00:26 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 17:00:26 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 17:00:26 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 17:00:26 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 17:00:26 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 17:00:26 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 17:00:26 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 17:00:26 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 17:00:26 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 17:00:27 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 17:00:27 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 17:00:27 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 17:00:27 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 17:00:27 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 17:00:27 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-445 [Pipeline] echo 17:00:27 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-445 [Pipeline] echo 17:00:27 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-445 [Pipeline] echo 17:00:27 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = b949415aa4ca773943e4dd3ed65f475f60095006 [Pipeline] echo 17:00:27 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = b949415 [Pipeline] echo 17:00:27 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 17:00:29 + git log --format=format:%s -1 b949415aa4ca773943e4dd3ed65f475f60095006 [Pipeline] echo 17:00:29 GIT_COMMIT: b949415aa4ca773943e4dd3ed65f475f60095006, Commit Message: Merge branch 'master' into issue-444 [Pipeline] echo 17:00:29 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 17:00:30 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:00:30 17:00:30 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 17:00:31 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:00:31 latest: Pulling from edgex-devops/git-semver 17:00:31 31603596830f: Pulling fs layer 17:00:31 2a8b12db71e7: Pulling fs layer 17:00:31 6ca5941a6612: Pulling fs layer 17:00:31 ecc8261a40a4: Pulling fs layer 17:00:31 ecc8261a40a4: Waiting 17:00:31 2a8b12db71e7: Verifying Checksum 17:00:31 2a8b12db71e7: Download complete 17:00:32 31603596830f: Verifying Checksum 17:00:32 31603596830f: Download complete 17:00:32 ecc8261a40a4: Verifying Checksum 17:00:32 ecc8261a40a4: Download complete 17:00:32 6ca5941a6612: Verifying Checksum 17:00:32 6ca5941a6612: Download complete 17:00:32 31603596830f: Pull complete 17:00:33 2a8b12db71e7: Pull complete 17:00:34 6ca5941a6612: Pull complete 17:00:35 ecc8261a40a4: Pull complete 17:00:35 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 17:00:35 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:00:35 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 17:00:35 prd-centos7-docker-4c-2g-21986 does not seem to be running inside a container 17:00:35 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_go-mod-core-contracts_PR-445 -v /w/workspace/dry_go-mod-core-contracts_PR-445:/w/workspace/dry_go-mod-core-contracts_PR-445:rw,z -v /w/workspace/dry_go-mod-core-contracts_PR-445@tmp:/w/workspace/dry_go-mod-core-contracts_PR-445@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 17:00:38 $ docker top a99279cfea42f9da1bb624ebc10848d09298268330b58415de20b399196f8ceb -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 17:00:38 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:00:38 [ssh-agent] Looking for ssh-agent implementation... 17:00:38 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:00:39 $ docker exec a99279cfea42f9da1bb624ebc10848d09298268330b58415de20b399196f8ceb ssh-agent 17:00:39 SSH_AUTH_SOCK=/tmp/ssh-lENy5sU3ji0t/agent.11 17:00:39 SSH_AGENT_PID=16 17:00:39 Running ssh-add (command line suppressed) 17:00:39 Identity added: /w/workspace/dry_go-mod-core-contracts_PR-445@tmp/private_key_3459472317405635516.key (/w/workspace/dry_go-mod-core-contracts_PR-445@tmp/private_key_3459472317405635516.key) 17:00:39 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:00:40 + git tag --points-at HEAD [Pipeline] } 17:00:40 $ docker exec --env ******** --env ******** a99279cfea42f9da1bb624ebc10848d09298268330b58415de20b399196f8ceb ssh-agent -k 17:00:40 unset SSH_AUTH_SOCK; 17:00:40 unset SSH_AGENT_PID; 17:00:40 echo Agent pid 16 killed; 17:00:40 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 17:00:40 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:00:40 [ssh-agent] Looking for ssh-agent implementation... 17:00:41 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:00:41 $ docker exec a99279cfea42f9da1bb624ebc10848d09298268330b58415de20b399196f8ceb ssh-agent 17:00:41 SSH_AUTH_SOCK=/tmp/ssh-5aderes2wKKD/agent.44 17:00:41 SSH_AGENT_PID=49 17:00:41 Running ssh-add (command line suppressed) 17:00:42 Identity added: /w/workspace/dry_go-mod-core-contracts_PR-445@tmp/private_key_2337697505970948726.key (/w/workspace/dry_go-mod-core-contracts_PR-445@tmp/private_key_2337697505970948726.key) 17:00:42 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:00:43 + git semver init 17:00:43 # -> Open(): unable to determine branch for HEAD 17:00:43 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_PR-445/.git 17:00:43 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_PR-445 17:00:43 # $SEMVER_REMOTE_NAME = origin 17:00:43 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 17:00:43 # $SEMVER_USER_NAME = edgex-jenkins 17:00:43 # $SEMVER_BRANCH = PR-445 17:00:43 # $SEMVER_TEMP = /tmp/semver-692626387 17:00:43 # git clone --branch semver git@github.com:edgexfoundry/go-mod-core-contracts.git $SEMVER_TEMP 17:00:44 # '/tmp/semver-692626387' -> '/w/workspace/dry_go-mod-core-contracts_PR-445/.semver' 17:00:44 # -> Force: false 17:00:44 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_PR-445/.semver [Pipeline] } 17:00:44 $ docker exec --env ******** --env ******** a99279cfea42f9da1bb624ebc10848d09298268330b58415de20b399196f8ceb ssh-agent -k 17:00:44 unset SSH_AUTH_SOCK; 17:00:44 unset SSH_AGENT_PID; 17:00:44 echo Agent pid 49 killed; 17:00:45 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 17:00:45 + git semver [Pipeline] } 17:00:46 $ docker stop --time=1 a99279cfea42f9da1bb624ebc10848d09298268330b58415de20b399196f8ceb 17:00:48 $ docker rm -f a99279cfea42f9da1bb624ebc10848d09298268330b58415de20b399196f8ceb [Pipeline] // withDockerContainer [Pipeline] sh 17:00:48 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 17:00:50 Stashed 1 file(s) [Pipeline] echo 17:00:50 [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 17:01:06 Still waiting to schedule task 17:01:06 Waiting for next available executor on ‘centos7-docker-4c-2g’ 17:01:06 Still waiting to schedule task 17:01:06 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 17:02:05 Running on prd-centos7-docker-4c-2g-21989 in /w/workspace/dry_go-mod-core-contracts_PR-445 [Pipeline] { [Pipeline] ws 17:02:05 Running in /w/workspace/go-mod-core-contracts/3 [Pipeline] { [Pipeline] checkout 17:02:08 using credential edgex-jenkins-ssh 17:02:08 Cloning the remote Git repository 17:02:07 Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git 17:02:07 > git init /w/workspace/go-mod-core-contracts/3 # timeout=10 17:02:07 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 17:02:07 > git --version # timeout=10 17:02:07 > git --version # 'git version 2.24.3' 17:02:07 using GIT_SSH to set credentials SSH Credentials for GitHub 17:02:07 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 17:02:08 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 17:02:08 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 17:02:08 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 17:02:08 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 17:02:08 using GIT_SSH to set credentials SSH Credentials for GitHub 17:02:08 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/445/head:refs/remotes/origin/PR-445 +refs/heads/master:refs/remotes/origin/master # timeout=10 17:02:09 Merging remotes/origin/master commit ba458f0e0ccbbc61c175df81145a1fb9b1d16279 into PR head commit b949415aa4ca773943e4dd3ed65f475f60095006 17:02:09 Merge succeeded, producing b949415aa4ca773943e4dd3ed65f475f60095006 17:02:09 Checking out Revision b949415aa4ca773943e4dd3ed65f475f60095006 (PR-445) 17:02:09 > git config core.sparsecheckout # timeout=10 17:02:09 > git checkout -f b949415aa4ca773943e4dd3ed65f475f60095006 # timeout=10 17:02:09 > git remote # timeout=10 17:02:09 > git config --get remote.origin.url # timeout=10 17:02:09 using GIT_SSH to set credentials SSH Credentials for GitHub 17:02:09 > git merge ba458f0e0ccbbc61c175df81145a1fb9b1d16279 # timeout=10 17:02:09 > git rev-parse HEAD^{commit} # timeout=10 17:02:09 > git config core.sparsecheckout # timeout=10 17:02:09 > git checkout -f b949415aa4ca773943e4dd3ed65f475f60095006 # timeout=10 17:02:13 Commit message: "Merge branch 'master' into issue-444" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 17:02:14 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 17:02:14 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 17:02:15 + sudo service docker restart 17:02:15 + true 17:02:15 Redirecting to /bin/systemctl restart docker.service [Pipeline] unstash [Pipeline] echo 17:02:16 ========================================================= 17:02:16 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 17:02:16 ========================================================= [Pipeline] isUnix [Pipeline] sh 17:02:17 + 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 . 17:02:17 Sending build context to Docker daemon 2.304MB 17:02:17 Step 1/7 : ARG BASE=golang:1.15-alpine 17:02:17 Step 2/7 : FROM ${BASE} 17:02:17 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 17:02:17 188c0c94c7c5: Pulling fs layer 17:02:17 0ef7d3d256c8: Pulling fs layer 17:02:17 de9db76c5a1d: Pulling fs layer 17:02:17 bca2f99d35d6: Pulling fs layer 17:02:17 93359f2a8cfa: Pulling fs layer 17:02:17 7c6f9722023f: Pulling fs layer 17:02:17 a35cf1a2eb13: Pulling fs layer 17:02:17 bca2f99d35d6: Waiting 17:02:17 93359f2a8cfa: Waiting 17:02:17 a35cf1a2eb13: Waiting 17:02:17 7c6f9722023f: Waiting 17:02:17 de9db76c5a1d: Verifying Checksum 17:02:17 de9db76c5a1d: Download complete 17:02:17 0ef7d3d256c8: Download complete 17:02:17 93359f2a8cfa: Verifying Checksum 17:02:17 93359f2a8cfa: Download complete 17:02:17 188c0c94c7c5: Verifying Checksum 17:02:17 188c0c94c7c5: Download complete 17:02:17 7c6f9722023f: Verifying Checksum 17:02:17 7c6f9722023f: Download complete 17:02:17 188c0c94c7c5: Pull complete 17:02:18 0ef7d3d256c8: Pull complete 17:02:18 de9db76c5a1d: Pull complete 17:02:19 a35cf1a2eb13: Verifying Checksum 17:02:19 a35cf1a2eb13: Download complete 17:02:20 bca2f99d35d6: Verifying Checksum 17:02:20 bca2f99d35d6: Download complete 17:02:25 bca2f99d35d6: Pull complete 17:02:25 93359f2a8cfa: Pull complete 17:02:25 7c6f9722023f: Pull complete 17:02:30 a35cf1a2eb13: Pull complete 17:02:31 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 17:02:31 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 17:02:31 ---> a62c8e92a672 17:02:31 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 17:02:31 ---> Running in 920a8733a809 17:02:31 Removing intermediate container 920a8733a809 17:02:31 ---> 66820b5cb47a 17:02:31 Step 4/7 : RUN apk add bash 17:02:31 ---> Running in 93139da7d00b 17:02:32 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:02:33 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:02:35 OK: 166 MiB in 39 packages 17:02:35 Removing intermediate container 93139da7d00b 17:02:35 ---> 6aabc67935bc 17:02:35 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 17:02:35 ---> Running in e2bcf0af42fe 17:02:36 Removing intermediate container e2bcf0af42fe 17:02:36 ---> 26ed4203c0a5 17:02:36 Step 6/7 : COPY go.mod . 17:02:36 ---> b92e7240d22c 17:02:36 Step 7/7 : RUN go mod download 17:02:36 ---> Running in 87f788dd4c25 17:02:48 Removing intermediate container 87f788dd4c25 17:02:48 ---> 49f51dec4d06 17:02:48 Successfully built 49f51dec4d06 17:02:48 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 17:02:48 + docker inspect -f . ci-base-image-x86_64 17:02:48 . [Pipeline] withDockerContainer 17:02:49 prd-centos7-docker-4c-2g-21989 does not seem to be running inside a container 17:02:49 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/3 -v /w/workspace/go-mod-core-contracts/3:/w/workspace/go-mod-core-contracts/3:rw,z -v /w/workspace/go-mod-core-contracts/3@tmp:/w/workspace/go-mod-core-contracts/3@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 17:02:49 $ docker top e1e76e7144d154ca62a676b2081eb888feaf36e3fe4642ca2a8d84a75181a0bb -eo pid,comm [Pipeline] { [Pipeline] sh 17:02:50 + go version 17:02:50 go version go1.15.5 linux/amd64 [Pipeline] } 17:02:50 $ docker stop --time=1 e1e76e7144d154ca62a676b2081eb888feaf36e3fe4642ca2a8d84a75181a0bb 17:02:51 $ docker rm -f e1e76e7144d154ca62a676b2081eb888feaf36e3fe4642ca2a8d84a75181a0bb [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:02:52 + docker inspect -f . ci-base-image-x86_64 17:02:52 . [Pipeline] withDockerContainer 17:02:52 prd-centos7-docker-4c-2g-21989 does not seem to be running inside a container 17:02:52 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/3 -v /w/workspace/go-mod-core-contracts/3:/w/workspace/go-mod-core-contracts/3:rw,z -v /w/workspace/go-mod-core-contracts/3@tmp:/w/workspace/go-mod-core-contracts/3@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 17:02:53 $ docker top ed79665eef752f84f3357134d5b9ec4aac9d18c62c12d89cc576bde3db1abab2 -eo pid,comm [Pipeline] { [Pipeline] sh 17:02:53 + make test 17:02:53 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 17:03:02 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients [no test files] 17:03:02 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/agent 0.031s coverage: 85.7% of statements 17:03:02 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/command 0.020s coverage: 100.0% of statements 17:03:02 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/coredata 0.046s coverage: 45.4% of statements 17:03:02 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/general 0.017s coverage: 77.8% of statements 17:03:02 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces [no test files] 17:03:02 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/logger 0.056s coverage: 26.3% of statements 17:03:02 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/metadata 0.026s coverage: 14.7% of statements 17:03:02 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/notifications 0.018s coverage: 100.0% of statements 17:03:03 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/scheduler 0.030s coverage: 91.8% of statements 17:03:03 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/types [no test files] 17:03:03 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/errors [no test files] 17:03:03 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/local 0.021s coverage: 100.0% of statements 17:03:03 ok github.com/edgexfoundry/go-mod-core-contracts/v2/errors 0.019s coverage: 36.7% of statements 17:03:05 ok github.com/edgexfoundry/go-mod-core-contracts/v2/models 0.021s coverage: 63.0% of statements 17:03:05 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/configuration 0.009s coverage: 26.3% of statements 17:03:05 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/admin 0.010s coverage: 15.4% of statements 17:03:05 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/operating 0.005s coverage: 15.4% of statements 17:03:05 ok github.com/edgexfoundry/go-mod-core-contracts/v2/responses/configuration 0.042s coverage: 14.3% of statements 17:03:05 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2 [no test files] 17:03:06 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http 0.084s coverage: 84.7% of statements 17:03:06 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http/utils [no test files] 17:03:06 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces [no test files] 17:03:06 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos 0.012s coverage: 43.6% of statements 17:03:06 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/common 0.009s coverage: 94.4% of statements 17:03:06 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/requests 0.038s coverage: 92.9% of statements 17:03:06 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/responses 0.009s coverage: 100.0% of statements 17:03:06 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/models [no test files] 17:03:06 CGO_ENABLED=0 GO111MODULE=on go vet ./... 17:03:08 gofmt -l . 17:03:08 [ "`gofmt -l .`" = "" ] [Pipeline] } 17:03:08 $ docker stop --time=1 ed79665eef752f84f3357134d5b9ec4aac9d18c62c12d89cc576bde3db1abab2 17:03:10 $ docker rm -f ed79665eef752f84f3357134d5b9ec4aac9d18c62c12d89cc576bde3db1abab2 [Pipeline] // withDockerContainer [Pipeline] sh 17:03:11 + sudo chown -R jenkins:jenkins . [Pipeline] stash 17:03:11 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] } 17:03:30 Running on prd-ubuntu18.04-docker-arm64-4c-16g-21991 in /w/workspace/dry_go-mod-core-contracts_PR-445 [Pipeline] { [Pipeline] ws 17:03:30 Running in /w/workspace/go-mod-core-contracts/3 [Pipeline] { [Pipeline] checkout 17:03:35 using credential edgex-jenkins-ssh 17:03:35 Cloning the remote Git repository 17:03:35 Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git 17:03:36 > git init /w/workspace/go-mod-core-contracts/3 # timeout=10 17:03:36 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 17:03:36 > git --version # timeout=10 17:03:36 > git --version # 'git version 2.17.1' 17:03:36 using GIT_SSH to set credentials SSH Credentials for GitHub 17:03:36 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 17:03:38 Merging remotes/origin/master commit ba458f0e0ccbbc61c175df81145a1fb9b1d16279 into PR head commit b949415aa4ca773943e4dd3ed65f475f60095006 17:03:37 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 17:03:37 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 17:03:37 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 17:03:37 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 17:03:37 using GIT_SSH to set credentials SSH Credentials for GitHub 17:03:37 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/445/head:refs/remotes/origin/PR-445 +refs/heads/master:refs/remotes/origin/master # timeout=10 17:03:38 > git config core.sparsecheckout # timeout=10 17:03:38 > git checkout -f b949415aa4ca773943e4dd3ed65f475f60095006 # timeout=10 17:03:38 Merge succeeded, producing b949415aa4ca773943e4dd3ed65f475f60095006 17:03:38 Checking out Revision b949415aa4ca773943e4dd3ed65f475f60095006 (PR-445) 17:03:38 > git remote # timeout=10 17:03:38 > git config --get remote.origin.url # timeout=10 17:03:38 using GIT_SSH to set credentials SSH Credentials for GitHub 17:03:38 > git merge ba458f0e0ccbbc61c175df81145a1fb9b1d16279 # timeout=10 17:03:38 > git rev-parse HEAD^{commit} # timeout=10 17:03:38 > git config core.sparsecheckout # timeout=10 17:03:38 > git checkout -f b949415aa4ca773943e4dd3ed65f475f60095006 # timeout=10 17:03:43 Commit message: "Merge branch 'master' into issue-444" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 17:03:44 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 17:03:45 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 17:03:45 + sudo service docker restart 17:03:45 + true [Pipeline] unstash [Pipeline] echo 17:03:48 ========================================================= 17:03:48 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 17:03:48 ========================================================= [Pipeline] isUnix [Pipeline] sh 17:03:48 + 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 . 17:03:49 Sending build context to Docker daemon 2.303MB 17:03:49 Step 1/7 : ARG BASE=golang:1.15-alpine 17:03:49 Step 2/7 : FROM ${BASE} 17:03:49 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 17:03:49 5f621e34cdf4: Pulling fs layer 17:03:49 a4357932f1b6: Pulling fs layer 17:03:49 18c013af1878: Pulling fs layer 17:03:49 00ac8860ef70: Pulling fs layer 17:03:49 63d7cb157983: Pulling fs layer 17:03:49 b116817d02f9: Pulling fs layer 17:03:49 745a02a5169b: Pulling fs layer 17:03:49 b116817d02f9: Waiting 17:03:49 745a02a5169b: Waiting 17:03:49 63d7cb157983: Waiting 17:03:49 00ac8860ef70: Waiting 17:03:49 18c013af1878: Verifying Checksum 17:03:49 18c013af1878: Download complete 17:03:50 a4357932f1b6: Verifying Checksum 17:03:50 a4357932f1b6: Download complete 17:03:50 63d7cb157983: Verifying Checksum 17:03:50 63d7cb157983: Download complete 17:03:50 b116817d02f9: Verifying Checksum 17:03:50 b116817d02f9: Download complete 17:03:50 5f621e34cdf4: Verifying Checksum 17:03:50 5f621e34cdf4: Download complete 17:03:50 5f621e34cdf4: Pull complete 17:03:51 a4357932f1b6: Pull complete 17:03:51 18c013af1878: Pull complete 17:03:53 745a02a5169b: Verifying Checksum 17:03:53 745a02a5169b: Download complete 17:03:54 00ac8860ef70: Verifying Checksum 17:03:54 00ac8860ef70: Download complete 17:04:04 00ac8860ef70: Pull complete 17:04:04 63d7cb157983: Pull complete 17:04:04 b116817d02f9: Pull complete 17:04:07 745a02a5169b: Pull complete 17:04:07 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 17:04:07 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 17:04:07 ---> b7e6874047d6 17:04:07 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 17:04:11 ---> Running in 68257945f006 17:04:11 Removing intermediate container 68257945f006 17:04:11 ---> 62b5027766e5 17:04:11 Step 4/7 : RUN apk add bash 17:04:11 ---> Running in 070d76ec908a 17:04:12 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:04:14 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:04:15 OK: 142 MiB in 39 packages 17:04:16 Removing intermediate container 070d76ec908a 17:04:16 ---> 03c9a40f4a0d 17:04:16 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 17:04:16 ---> Running in 2b04b0fdbbab 17:04:17 Removing intermediate container 2b04b0fdbbab 17:04:17 ---> 3537bb67dfeb 17:04:17 Step 6/7 : COPY go.mod . 17:04:18 ---> 689e9a58bf5b 17:04:18 Step 7/7 : RUN go mod download 17:04:18 ---> Running in 39dd361750e2 17:04:33 Removing intermediate container 39dd361750e2 17:04:33 ---> 7a9fb7804bc0 17:04:33 Successfully built 7a9fb7804bc0 17:04:33 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 17:04:33 + docker inspect -f . ci-base-image-arm64 17:04:33 . [Pipeline] withDockerContainer 17:04:33 prd-ubuntu18.04-docker-arm64-4c-16g-21991 does not seem to be running inside a container 17:04:33 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/3 -v /w/workspace/go-mod-core-contracts/3:/w/workspace/go-mod-core-contracts/3:rw,z -v /w/workspace/go-mod-core-contracts/3@tmp:/w/workspace/go-mod-core-contracts/3@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 17:04:35 $ docker top 692f91c99418638df201692a040b68c22163cb6d55780a1f0028ab0fc58d7359 -eo pid,comm [Pipeline] { [Pipeline] sh 17:04:36 + go version 17:04:36 go version go1.15.5 linux/arm64 [Pipeline] } 17:04:36 $ docker stop --time=1 692f91c99418638df201692a040b68c22163cb6d55780a1f0028ab0fc58d7359 17:04:38 $ docker rm -f 692f91c99418638df201692a040b68c22163cb6d55780a1f0028ab0fc58d7359 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:04:39 + docker inspect -f . ci-base-image-arm64 17:04:39 . [Pipeline] withDockerContainer 17:04:39 prd-ubuntu18.04-docker-arm64-4c-16g-21991 does not seem to be running inside a container 17:04:39 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/3 -v /w/workspace/go-mod-core-contracts/3:/w/workspace/go-mod-core-contracts/3:rw,z -v /w/workspace/go-mod-core-contracts/3@tmp:/w/workspace/go-mod-core-contracts/3@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 17:04:41 $ docker top 298a3517c171b5bd3abeef0a618e014e1a6604f3a7e66808b4184ea02a3dc5f0 -eo pid,comm [Pipeline] { [Pipeline] sh 17:04:42 + make test 17:04:42 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 17:05:04 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients [no test files] 17:05:05 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/agent 0.028s coverage: 85.7% of statements 17:05:05 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/command 0.048s coverage: 100.0% of statements 17:05:06 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/coredata 0.057s coverage: 45.4% of statements 17:05:06 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/general 0.020s coverage: 77.8% of statements 17:05:06 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces [no test files] 17:05:07 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/logger 0.015s coverage: 26.3% of statements 17:05:08 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/metadata 0.045s coverage: 14.7% of statements 17:05:08 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/notifications 0.043s coverage: 100.0% of statements 17:05:10 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/scheduler 0.070s coverage: 91.8% of statements 17:05:10 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/types [no test files] 17:05:10 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/errors [no test files] 17:05:10 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/local 0.055s coverage: 100.0% of statements 17:05:10 ok github.com/edgexfoundry/go-mod-core-contracts/v2/errors 0.049s coverage: 36.7% of statements 17:05:16 ok github.com/edgexfoundry/go-mod-core-contracts/v2/models 0.119s coverage: 63.0% of statements 17:05:16 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/configuration 0.021s coverage: 26.3% of statements 17:05:16 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/admin 0.014s coverage: 15.4% of statements 17:05:16 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/operating 0.030s coverage: 15.4% of statements 17:05:16 ok github.com/edgexfoundry/go-mod-core-contracts/v2/responses/configuration 0.037s coverage: 14.3% of statements 17:05:16 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2 [no test files] 17:05:17 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http 0.244s coverage: 84.7% of statements 17:05:17 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http/utils [no test files] 17:05:17 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces [no test files] 17:05:17 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos 0.029s coverage: 43.6% of statements 17:05:17 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/common 0.060s coverage: 94.4% of statements 17:05:19 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/requests 0.123s coverage: 92.9% of statements 17:05:19 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/responses 0.024s coverage: 100.0% of statements 17:05:19 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/models [no test files] 17:05:19 CGO_ENABLED=0 GO111MODULE=on go vet ./... 17:05:24 gofmt -l . 17:05:24 [ "`gofmt -l .`" = "" ] [Pipeline] } 17:05:24 $ docker stop --time=1 298a3517c171b5bd3abeef0a618e014e1a6604f3a7e66808b4184ea02a3dc5f0 17:05:27 $ docker rm -f 298a3517c171b5bd3abeef0a618e014e1a6604f3a7e66808b4184ea02a3dc5f0 [Pipeline] // withDockerContainer [Pipeline] sh 17:05:28 + sudo chown -R jenkins:jenkins . [Pipeline] stash 17:05:28 Warning: overwriting stash ‘coverage-report’ 17:05:29 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 17:05:30 provisioning config files... 17:05:31 copy managed file [go-mod-core-contracts-codecov-token] to file:/w/workspace/dry_go-mod-core-contracts_PR-445@tmp/config3545957845957532699tmp [Pipeline] { [Pipeline] sh 17:05:31 + set +x 17:05:31 + bash -s -- 17:05:31 + curl -s https://codecov.io/bash 17:05:31 17:05:31 _____ _ 17:05:31 / ____| | | 17:05:31 | | ___ __| | ___ ___ _____ __ 17:05:31 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 17:05:31 | |___| (_) | (_| | __/ (_| (_) \ V / 17:05:31 \_____\___/ \__,_|\___|\___\___/ \_/ 17:05:31 Bash-20210115-cec3c92 17:05:31 17:05:31 17:05:31 ==> git version 2.24.3 found 17:05:31 ==> 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 17:05:31 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 17:05:31 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 17:05:31 ==> Jenkins CI detected. 17:05:31 project root: . 17:05:31 --> token set from env 17:05:31 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 17:05:31 ==> Running gcov in . (disable via -X gcov) 17:05:32 ==> Python coveragepy not found 17:05:32 ==> Searching for coverage reports in: 17:05:32 + . 17:05:32 -> Found 1 reports 17:05:32 ==> Detecting git/mercurial file structure 17:05:32 ==> Reading reports 17:05:32 + ./coverage.out bytes=132307 17:05:32 ==> Appending adjustments 17:05:32 https://docs.codecov.io/docs/fixing-reports 17:05:33 + Found adjustments 17:05:33 ==> Gzipping contents 17:05:33 20K /tmp/codecov.4Ulvm8.gz 17:05:33 ==> Uploading reports 17:05:33 url: https://codecov.io 17:05:33 query: branch=PR-445&commit=b949415aa4ca773943e4dd3ed65f475f60095006&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2FPR-445%2F3%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=445&job=&cmd_args= 17:05:33 -> Pinging Codecov 17:05:33 https://codecov.io/upload/v4?package=bash-20210115-cec3c92&token=secret&branch=PR-445&commit=b949415aa4ca773943e4dd3ed65f475f60095006&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2FPR-445%2F3%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=445&job=&cmd_args= 17:05:33 -> Uploading to 17:05:33 https://storage.googleapis.com/codecov/v4/raw/2021-01-21/71470A77251A30514AAF9C0BB2E5B6CE/b949415aa4ca773943e4dd3ed65f475f60095006/2299c3db-349a-41a1-84d3-d760d2ebc942.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210121%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210121T170533Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=c916f5d20f6e0ff5733b820ce6a1878b1ea3e6ba18e72e62314bb8bf6e8e0415 17:05:33 % Total % Received % Xferd Average Speed Time Time Time Current 17:05:33 Dload Upload Total Spent Left Speed 17:05:34 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 20151 0 0 100 20151 0 41598 --:--:-- --:--:-- --:--:-- 41634 17:05:34 -> View reports at https://codecov.io/github/edgexfoundry/go-mod-core-contracts/commit/b949415aa4ca773943e4dd3ed65f475f60095006 [Pipeline] } 17:05:34 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 17:05:37 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 17:05:37 ---> package-listing.sh 17:05:37 ++ tr '[:upper:]' '[:lower:]' 17:05:37 ++ facter osfamily 17:05:38 + OS_FAMILY=redhat 17:05:38 + workspace=/w/workspace/dry_go-mod-core-contracts_PR-445 17:05:38 + START_PACKAGES=/tmp/packages_start.txt 17:05:38 + END_PACKAGES=/tmp/packages_end.txt 17:05:38 + DIFF_PACKAGES=/tmp/packages_diff.txt 17:05:38 + PACKAGES=/tmp/packages_start.txt 17:05:38 + '[' /w/workspace/dry_go-mod-core-contracts_PR-445 ']' 17:05:38 + PACKAGES=/tmp/packages_end.txt 17:05:38 + case "${OS_FAMILY}" in 17:05:38 + rpm -qa 17:05:38 + sort 17:05:44 + '[' -f /tmp/packages_start.txt ']' 17:05:44 + '[' -f /tmp/packages_end.txt ']' 17:05:44 + diff /tmp/packages_start.txt /tmp/packages_end.txt 17:05:44 + '[' /w/workspace/dry_go-mod-core-contracts_PR-445 ']' 17:05:44 + mkdir -p /w/workspace/dry_go-mod-core-contracts_PR-445/archives/ 17:05:44 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dry_go-mod-core-contracts_PR-445/archives/ [Pipeline] echo 17:05:44 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-445/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 17:05:45 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 17:05:45 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 17:05:46 17:05:46 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 17:05:46 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 17:05:47 alpine: Pulling from edgex-lftools-log-publisher 17:05:47 df20fa9351a1: Pulling fs layer 17:05:47 36b3adc4ff6f: Pulling fs layer 17:05:47 8ad3a11d3b57: Pulling fs layer 17:05:47 46f8f816bc3b: Pulling fs layer 17:05:47 93b61091891f: Pulling fs layer 17:05:47 93b9cdb0e59b: Pulling fs layer 17:05:47 5e14af77c1be: Pulling fs layer 17:05:47 01666e4c0597: Pulling fs layer 17:05:47 aa168da1d23b: Pulling fs layer 17:05:47 46f8f816bc3b: Waiting 17:05:47 93b61091891f: Waiting 17:05:47 93b9cdb0e59b: Waiting 17:05:47 01666e4c0597: Waiting 17:05:47 aa168da1d23b: Waiting 17:05:47 36b3adc4ff6f: Verifying Checksum 17:05:47 36b3adc4ff6f: Download complete 17:05:47 46f8f816bc3b: Verifying Checksum 17:05:47 46f8f816bc3b: Download complete 17:05:47 df20fa9351a1: Verifying Checksum 17:05:47 93b9cdb0e59b: Verifying Checksum 17:05:47 93b9cdb0e59b: Download complete 17:05:47 5e14af77c1be: Verifying Checksum 17:05:47 5e14af77c1be: Download complete 17:05:47 01666e4c0597: Verifying Checksum 17:05:47 01666e4c0597: Download complete 17:05:47 93b61091891f: Verifying Checksum 17:05:47 93b61091891f: Download complete 17:05:48 df20fa9351a1: Pull complete 17:05:48 8ad3a11d3b57: Verifying Checksum 17:05:48 8ad3a11d3b57: Download complete 17:05:49 36b3adc4ff6f: Pull complete 17:05:50 8ad3a11d3b57: Pull complete 17:05:51 46f8f816bc3b: Pull complete 17:05:51 93b61091891f: Pull complete 17:05:51 93b9cdb0e59b: Pull complete 17:05:52 5e14af77c1be: Pull complete 17:05:52 01666e4c0597: Pull complete 17:05:54 aa168da1d23b: Verifying Checksum 17:05:54 aa168da1d23b: Download complete 17:06:14 aa168da1d23b: Pull complete 17:06:14 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 17:06:14 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 17:06:14 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 17:06:15 prd-centos7-docker-4c-2g-21986 does not seem to be running inside a container 17:06:15 $ 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-445/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-445 -v /w/workspace/dry_go-mod-core-contracts_PR-445:/w/workspace/dry_go-mod-core-contracts_PR-445:rw,z -v /w/workspace/dry_go-mod-core-contracts_PR-445@tmp:/w/workspace/dry_go-mod-core-contracts_PR-445@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 17:06:18 $ docker top 58a0a61f99ce28ea09a544e1e762349fbb99a33932bb33ac9ef48c93b4445159 -eo pid,comm [Pipeline] { [Pipeline] sh 17:06:19 + touch /tmp/pre-build-complete [Pipeline] sh 17:06:20 + mkdir -p /var/log/sa [Pipeline] sh 17:06:20 + ls /var/log/sa-host 17:06:20 + sadf -c /var/log/sa-host/sa21 17:06:20 file_magic: OK 17:06:20 HZ: Using current value: 100 17:06:20 file_header: OK 17:06:20 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 17:06:20 Statistics: 17:06:20 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 17:06:20 File successfully converted to sysstat format version 12.2.1 17:06:20 + sadf -c /var/log/sa-host/sa23 17:06:20 file_magic: OK 17:06:20 HZ: Using current value: 100 17:06:20 file_header: OK 17:06:20 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 17:06:20 Statistics: 17:06:20 Hnuu...uuuununununu... 17:06:20 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 17:06:21 provisioning config files... 17:06:21 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dry_go-mod-core-contracts_PR-445@tmp/config4408167658181497731tmp [Pipeline] { [Pipeline] echo 17:06:21 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 17:06:21 ---> create-netrc.sh [Pipeline] } 17:06:21 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 17:06:21 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 17:06:22 ---> python-tools-install.sh [Pipeline] echo 17:06:22 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 17:06:22 ---> sudo-logs.sh 17:06:22 Archiving 'sudo' log.. [Pipeline] echo 17:06:23 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 17:06:23 ---> job-cost.sh 17:06:23 lf-activate-venv: SKIPPING 17:06:23 INFO: No Stack... 17:06:25 INFO: Retrieving Pricing Info for: v1-standard-2 17:06:25 INFO: Archiving Costs [Pipeline] echo 17:06:26 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 17:06:26 ---> logs-deploy.sh 17:06:26 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/PR-445/3 17:06:26 INFO: archiving workspace using pattern(s): 17:06:29 Archives upload complete. 17:06:29 INFO: archiving logs to Nexus 17:06:31 ---> uname -a: 17:06:31 Linux prd-centos7-docker-4c-2g-21986.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 17:06:31 17:06:31 17:06:31 ---> lscpu: 17:06:31 Architecture: x86_64 17:06:31 CPU op-mode(s): 32-bit, 64-bit 17:06:31 Byte Order: Little Endian 17:06:31 Address sizes: 40 bits physical, 48 bits virtual 17:06:31 CPU(s): 4 17:06:31 On-line CPU(s) list: 0-3 17:06:31 Thread(s) per core: 1 17:06:31 Core(s) per socket: 1 17:06:31 Socket(s): 4 17:06:31 NUMA node(s): 1 17:06:31 Vendor ID: GenuineIntel 17:06:31 CPU family: 6 17:06:31 Model: 44 17:06:31 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 17:06:31 Stepping: 1 17:06:31 CPU MHz: 2933.438 17:06:31 BogoMIPS: 5866.87 17:06:31 Virtualization: VT-x 17:06:31 Hypervisor vendor: KVM 17:06:31 Virtualization type: full 17:06:31 L1d cache: 128 KiB 17:06:31 L1i cache: 128 KiB 17:06:31 L2 cache: 16 MiB 17:06:31 L3 cache: 64 MiB 17:06:31 NUMA node0 CPU(s): 0-3 17:06:31 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 17:06:31 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 17:06:31 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 17:06:31 Vulnerability Meltdown: Mitigation; PTI 17:06:31 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 17:06:31 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 17:06:31 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 17:06:31 Vulnerability Srbds: Not affected 17:06:31 Vulnerability Tsx async abort: Not affected 17:06:31 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 17:06:31 17:06:31 17:06:31 ---> nproc: 17:06:31 4 17:06:31 17:06:31 17:06:31 ---> df -h: 17:06:31 Filesystem Size Used Available Use% Mounted on 17:06:31 overlay 50.0G 7.3G 42.7G 15% / 17:06:31 tmpfs 64.0M 0 64.0M 0% /dev 17:06:31 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 17:06:31 shm 64.0M 0 64.0M 0% /dev/shm 17:06:31 /dev/vda1 50.0G 7.3G 42.7G 15% /facter-os 17:06:31 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/resolv.conf 17:06:31 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hostname 17:06:31 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hosts 17:06:31 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/auth.log 17:06:31 /dev/vda1 50.0G 7.3G 42.7G 15% /run/cloud-init/result.json 17:06:31 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/dry_go-mod-core-contracts_PR-445 17:06:31 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/dry_go-mod-core-contracts_PR-445@tmp 17:06:31 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/sa-host 17:06:31 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/secure 17:06:31 17:06:31 17:06:31 ---> free -m: 17:06:31 total used free shared buff/cache available 17:06:31 Mem: 1837 690 108 0 1038 1042 17:06:31 Swap: 1023 0 1023 17:06:31 17:06:31 17:06:31 ---> ip addr: 17:06:31 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 17:06:31 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 17:06:31 inet 127.0.0.1/8 scope host lo 17:06:31 valid_lft forever preferred_lft forever 17:06:31 inet6 ::1/128 scope host 17:06:31 valid_lft forever preferred_lft forever 17:06:31 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 17:06:31 link/ether fa:16:3e:5b:e7:73 brd ff:ff:ff:ff:ff:ff 17:06:31 inet 10.30.123.191/23 brd 10.30.123.255 scope global dynamic eth0 17:06:31 valid_lft 85973sec preferred_lft 85973sec 17:06:31 inet6 fe80::f816:3eff:fe5b:e773/64 scope link 17:06:31 valid_lft forever preferred_lft forever 17:06:31 3: docker0: mtu 1500 qdisc noqueue state DOWN 17:06:31 link/ether 02:42:37:e2:42:7d brd ff:ff:ff:ff:ff:ff 17:06:31 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 17:06:31 valid_lft forever preferred_lft forever 17:06:31 inet6 fe80::42:37ff:fee2:427d/64 scope link 17:06:31 valid_lft forever preferred_lft forever 17:06:31 17:06:31 17:06:31 ---> sar -b -r -n DEV: 17:06:31 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/21/21 _x86_64_ (4 CPU) 17:06:31 17:06:31 16:59:11 LINUX RESTART (4 CPU) 17:06:31 17:06:31 17:00:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 17:06:31 17:01:01 59.79 15.94 43.85 0.00 4956.44 3890.84 0.00 17:06:31 17:02:01 2.64 0.07 2.58 0.00 1.46 64.46 0.00 17:06:31 17:03:01 0.18 0.00 0.18 0.00 0.00 1.88 0.00 17:06:31 17:04:01 0.18 0.00 0.18 0.00 0.00 2.28 0.00 17:06:31 17:05:01 0.25 0.00 0.25 0.00 0.00 3.85 0.00 17:06:31 17:06:01 78.58 49.92 28.66 0.00 4094.59 7355.73 0.00 17:06:31 Average: 23.54 10.99 12.55 0.00 1501.74 1883.82 0.00 17:06:31 17:06:31 17:00:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 17:06:31 17:01:01 151532 0 596040 31.68 2620 1131352 1091220 37.24 416064 1111444 132 17:06:31 17:02:01 156900 0 590544 31.39 2620 1131480 1052932 35.93 421504 1102628 16 17:06:31 17:03:01 156924 0 590516 31.38 2620 1131484 1052956 35.94 425032 1099252 16 17:06:31 17:04:01 155624 0 591812 31.45 2620 1131488 1053016 35.94 429656 1096276 16 17:06:31 17:05:01 157720 0 589712 31.34 2620 1131492 1038564 35.44 435672 1088460 12 17:06:31 17:06:01 72180 0 693616 36.86 2620 1113128 1474652 50.33 530900 1046732 97416 17:06:31 Average: 141813 0 608707 32.35 2620 1128404 1127223 38.47 443138 1090799 16268 17:06:31 17:06:31 17:00:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 17:06:31 17:01:01 eth0 175.84 143.09 753.82 80.82 0.00 0.00 0.00 0.00 17:06:31 17:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:06:31 17:01:01 docker0 6.36 4.88 1.48 16.86 0.00 0.00 0.00 0.00 17:06:31 17:02:01 eth0 1.51 0.33 0.37 0.21 0.00 0.00 0.00 0.00 17:06:31 17:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:06:31 17:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:06:31 17:03:01 eth0 2.70 0.55 0.69 0.39 0.00 0.00 0.00 0.00 17:06:31 17:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:06:31 17:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:06:31 17:04:01 eth0 2.90 0.77 0.96 0.60 0.00 0.00 0.00 0.00 17:06:31 17:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:06:31 17:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:06:31 17:05:01 eth0 1.22 0.70 0.69 0.48 0.00 0.00 0.00 0.00 17:06:31 17:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:06:31 17:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:06:31 17:06:01 eth0 204.83 172.97 2170.58 20.65 0.00 0.00 0.00 0.00 17:06:31 17:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:06:31 17:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:06:31 Average: eth0 64.63 52.90 487.83 17.05 0.00 0.00 0.00 0.00 17:06:31 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:06:31 Average: docker0 1.05 0.80 0.24 2.78 0.00 0.00 0.00 0.00 17:06:31 17:06:31 17:06:31 ---> sar -P ALL: 17:06:31 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/21/21 _x86_64_ (4 CPU) 17:06:31 17:06:31 16:59:11 LINUX RESTART (4 CPU) 17:06:31 17:06:31 17:00:02 CPU %user %nice %system %iowait %steal %idle 17:06:31 17:01:01 all 7.68 0.00 2.92 0.96 16.13 72.31 17:06:31 17:01:01 0 6.38 0.00 2.86 0.40 17.15 73.22 17:06:31 17:01:01 1 9.21 0.00 2.82 1.52 15.68 70.77 17:06:31 17:01:01 2 7.63 0.00 3.31 1.37 15.76 71.94 17:06:31 17:01:01 3 7.51 0.00 2.69 0.56 15.93 73.31 17:06:31 17:02:01 all 0.08 0.00 0.07 0.00 0.66 99.18 17:06:31 17:02:01 0 0.00 0.00 0.07 0.00 0.22 99.72 17:06:31 17:02:01 1 0.02 0.00 0.07 0.00 0.86 99.06 17:06:31 17:02:01 2 0.02 0.00 0.07 0.02 0.83 99.07 17:06:31 17:02:01 3 0.28 0.00 0.08 0.00 0.75 98.89 17:06:31 17:03:01 all 0.07 0.00 0.11 0.00 1.35 98.47 17:06:31 17:03:01 0 0.03 0.00 0.10 0.00 0.93 98.94 17:06:31 17:03:01 1 0.03 0.00 0.05 0.00 1.38 98.53 17:06:31 17:03:01 2 0.03 0.00 0.18 0.00 1.08 98.70 17:06:31 17:03:01 3 0.16 0.00 0.11 0.00 2.00 97.72 17:06:31 17:04:01 all 0.08 0.00 0.04 0.00 0.97 98.90 17:06:31 17:04:01 0 0.03 0.00 0.08 0.00 1.16 98.73 17:06:31 17:04:01 1 0.23 0.00 0.03 0.00 0.70 99.04 17:06:31 17:04:01 2 0.05 0.00 0.02 0.00 0.91 99.02 17:06:31 17:04:01 3 0.02 0.00 0.03 0.00 1.12 98.83 17:06:31 17:05:01 all 0.08 0.00 0.10 0.00 1.13 98.69 17:06:31 17:05:01 0 0.02 0.00 0.07 0.00 0.60 99.32 17:06:31 17:05:01 1 0.22 0.00 0.13 0.00 0.98 98.67 17:06:31 17:05:01 2 0.05 0.00 0.15 0.00 1.24 98.56 17:06:31 17:05:01 3 0.05 0.00 0.05 0.00 1.69 98.21 17:06:31 17:06:01 all 3.08 0.00 2.42 1.52 10.44 82.54 17:06:31 17:06:01 0 2.63 0.00 1.89 0.05 10.81 84.62 17:06:31 17:06:01 1 2.85 0.00 2.85 3.72 10.30 80.28 17:06:31 17:06:01 2 4.34 0.00 2.98 2.29 10.00 80.39 17:06:31 17:06:01 3 2.50 0.00 1.96 0.06 10.65 84.83 17:06:31 Average: all 1.83 0.00 0.94 0.42 5.10 91.72 17:06:31 Average: 0 1.52 0.00 0.85 0.07 5.15 92.41 17:06:31 Average: 1 2.07 0.00 0.99 0.88 4.96 91.11 17:06:31 Average: 2 2.01 0.00 1.11 0.61 4.94 91.33 17:06:31 Average: 3 1.73 0.00 0.82 0.10 5.33 92.02 17:06:31 17:06:31 17:06:31