Pull request #462 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 54f28d0a70278177a8b305144294465241040660 rather than 1f1fd6c1e330f4472f84955e07e4ebe3e0d7c6c7 Obtained Jenkinsfile from 54f28d0a70278177a8b305144294465241040660 Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 69a7e166112f335804d9fea76440e5140e47f034 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 69a7e166112f335804d9fea76440e5140e47f034 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 # timeout=10 Commit message: "Add license check to tox" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:go-mod-core-contracts, buildImage:false, pushImage:false, semverBump:pre] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: go-mod-core-contracts-settings PROJECT: go-mod-core-contracts USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-go-mod-core-contracts DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: false PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: false SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-23308 in /w/workspace/dry_go-mod-core-contracts_PR-462 [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-462 # 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/462/head:refs/remotes/origin/PR-462 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 54f28d0a70278177a8b305144294465241040660 into PR head commit 1f1fd6c1e330f4472f84955e07e4ebe3e0d7c6c7 Merge succeeded, producing a9aa6ff145b0c61b8960c755b546eac7b90d3592 Checking out Revision a9aa6ff145b0c61b8960c755b546eac7b90d3592 (PR-462) > git config core.sparsecheckout # timeout=10 > git checkout -f 1f1fd6c1e330f4472f84955e07e4ebe3e0d7c6c7 # 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 54f28d0a70278177a8b305144294465241040660 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f a9aa6ff145b0c61b8960c755b546eac7b90d3592 # timeout=10 Commit message: "Merge commit '54f28d0a70278177a8b305144294465241040660' into HEAD" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 01:47:11 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials > git rev-list --no-walk 01aecd73496c0b6631e0fb394248b1b4236c7cd5 # timeout=10 01:47:12 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 01:47:12 ========================================================= 01:47:12 EdgeX Global Pipelines Version Info 01:47:12 ========================================================= [Pipeline] libraryResource [Pipeline] sh 01:47:13 ------------------- 01:47:13 stable info: 01:47:13 ------------------- 01:47:13 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 01:47:13 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 01:47:13 Message: update stable to v1.0.179 01:47:14 ------------------- 01:47:14 experimental info: 01:47:14 ------------------- 01:47:14 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 01:47:14 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 01:47:14 Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 01:47:14 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-core-contracts-settings [Pipeline] echo 01:47:14 [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-core-contracts [Pipeline] echo 01:47:15 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 01:47:15 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 01:47:15 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 01:47:15 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 01:47:15 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 01:47:15 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 01:47:15 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 01:47:15 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 01:47:15 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 01:47:15 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-core-contracts [Pipeline] echo 01:47:16 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 01:47:16 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 01:47:16 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 01:47:16 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 01:47:16 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 01:47:16 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 01:47:16 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 01:47:16 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 01:47:16 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 01:47:16 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 01:47:17 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 01:47:17 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 01:47:17 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 01:47:17 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 01:47:17 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 01:47:17 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-462 [Pipeline] echo 01:47:17 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-462 [Pipeline] echo 01:47:17 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-462 [Pipeline] echo 01:47:17 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = a9aa6ff145b0c61b8960c755b546eac7b90d3592 [Pipeline] echo 01:47:17 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = a9aa6ff [Pipeline] echo 01:47:18 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 01:47:18 + git log --format=format:%s -1 a9aa6ff145b0c61b8960c755b546eac7b90d3592 [Pipeline] echo 01:47:18 GIT_COMMIT: a9aa6ff145b0c61b8960c755b546eac7b90d3592, Commit Message: Merge commit '54f28d0a70278177a8b305144294465241040660' into HEAD [Pipeline] echo 01:47:18 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 01:47:19 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 01:47:19 01:47:19 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 01:47:20 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 01:47:20 latest: Pulling from edgex-devops/git-semver 01:47:20 31603596830f: Pulling fs layer 01:47:20 2a8b12db71e7: Pulling fs layer 01:47:20 6ca5941a6612: Pulling fs layer 01:47:20 ecc8261a40a4: Pulling fs layer 01:47:20 ecc8261a40a4: Waiting 01:47:20 2a8b12db71e7: Verifying Checksum 01:47:20 2a8b12db71e7: Download complete 01:47:20 31603596830f: Verifying Checksum 01:47:20 31603596830f: Download complete 01:47:20 ecc8261a40a4: Verifying Checksum 01:47:20 ecc8261a40a4: Download complete 01:47:20 6ca5941a6612: Verifying Checksum 01:47:20 6ca5941a6612: Download complete 01:47:20 31603596830f: Pull complete 01:47:20 2a8b12db71e7: Pull complete 01:47:21 6ca5941a6612: Pull complete 01:47:21 ecc8261a40a4: Pull complete 01:47:21 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 01:47:21 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 01:47:21 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 01:47:22 prd-centos7-docker-4c-2g-23308 does not seem to be running inside a container 01:47:22 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_go-mod-core-contracts_PR-462 -v /w/workspace/dry_go-mod-core-contracts_PR-462:/w/workspace/dry_go-mod-core-contracts_PR-462:rw,z -v /w/workspace/dry_go-mod-core-contracts_PR-462@tmp:/w/workspace/dry_go-mod-core-contracts_PR-462@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 01:47:24 $ docker top 8fea8600864e4af3cb2d636f9af94254cd58aa6521b309ef8a6cd8c3e3b2eef3 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 01:47:24 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 01:47:24 [ssh-agent] Looking for ssh-agent implementation... 01:47:24 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 01:47:24 $ docker exec 8fea8600864e4af3cb2d636f9af94254cd58aa6521b309ef8a6cd8c3e3b2eef3 ssh-agent 01:47:24 SSH_AUTH_SOCK=/tmp/ssh-Kcon00mzi2l9/agent.12 01:47:24 SSH_AGENT_PID=17 01:47:24 Running ssh-add (command line suppressed) 01:47:24 Identity added: /w/workspace/dry_go-mod-core-contracts_PR-462@tmp/private_key_680611772864070397.key (/w/workspace/dry_go-mod-core-contracts_PR-462@tmp/private_key_680611772864070397.key) 01:47:24 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 01:47:25 + git tag --points-at HEAD [Pipeline] } 01:47:25 $ docker exec --env ******** --env ******** 8fea8600864e4af3cb2d636f9af94254cd58aa6521b309ef8a6cd8c3e3b2eef3 ssh-agent -k 01:47:25 unset SSH_AUTH_SOCK; 01:47:25 unset SSH_AGENT_PID; 01:47:25 echo Agent pid 17 killed; 01:47:25 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 01:47:25 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 01:47:25 [ssh-agent] Looking for ssh-agent implementation... 01:47:25 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 01:47:25 $ docker exec 8fea8600864e4af3cb2d636f9af94254cd58aa6521b309ef8a6cd8c3e3b2eef3 ssh-agent 01:47:26 SSH_AUTH_SOCK=/tmp/ssh-l8qSlqQm89h0/agent.46 01:47:26 SSH_AGENT_PID=52 01:47:26 Running ssh-add (command line suppressed) 01:47:26 Identity added: /w/workspace/dry_go-mod-core-contracts_PR-462@tmp/private_key_8506038461368462371.key (/w/workspace/dry_go-mod-core-contracts_PR-462@tmp/private_key_8506038461368462371.key) 01:47:26 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 01:47:26 + git semver init 01:47:26 # -> Open(): unable to determine branch for HEAD 01:47:26 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_PR-462/.git 01:47:26 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_PR-462 01:47:26 # $SEMVER_REMOTE_NAME = origin 01:47:26 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 01:47:26 # $SEMVER_USER_NAME = edgex-jenkins 01:47:26 # $SEMVER_BRANCH = PR-462 01:47:26 # $SEMVER_TEMP = /tmp/semver-206228551 01:47:26 # git clone --branch semver git@github.com:edgexfoundry/go-mod-core-contracts.git $SEMVER_TEMP 01:47:27 # '/tmp/semver-206228551' -> '/w/workspace/dry_go-mod-core-contracts_PR-462/.semver' 01:47:27 # -> Force: false 01:47:27 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_PR-462/.semver [Pipeline] } 01:47:27 $ docker exec --env ******** --env ******** 8fea8600864e4af3cb2d636f9af94254cd58aa6521b309ef8a6cd8c3e3b2eef3 ssh-agent -k 01:47:27 unset SSH_AUTH_SOCK; 01:47:27 unset SSH_AGENT_PID; 01:47:27 echo Agent pid 52 killed; 01:47:27 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 01:47:28 + git semver [Pipeline] } 01:47:28 $ docker stop --time=1 8fea8600864e4af3cb2d636f9af94254cd58aa6521b309ef8a6cd8c3e3b2eef3 01:47:30 $ docker rm -f 8fea8600864e4af3cb2d636f9af94254cd58aa6521b309ef8a6cd8c3e3b2eef3 [Pipeline] // withDockerContainer [Pipeline] sh 01:47:30 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 01:47:31 Stashed 1 file(s) [Pipeline] echo 01:47:31 [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 01:47:47 Still waiting to schedule task 01:47:47 ‘prd-centos7-builder-2c-1g-20773’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-centos7-docker-4c-2g-15505’ is offline; ‘prd-centos7-docker-4c-2g-23310’ is offline; ‘prd-ubuntu18.04-docker-8c-8g-23295’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-8c-8g-23296’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-8c-8g-23297’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-8c-8g-23299’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-18207’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-22948’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-23309’ doesn’t have label ‘centos7-docker-4c-2g’ 01:47:47 Still waiting to schedule task 01:47:47 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 01:49:14 Running on prd-centos7-docker-4c-2g-23311 in /w/workspace/dry_go-mod-core-contracts_PR-462 [Pipeline] { [Pipeline] ws 01:49:14 Running in /w/workspace/go-mod-core-contracts/3 [Pipeline] { [Pipeline] checkout 01:49:16 using credential edgex-jenkins-ssh 01:49:16 Cloning the remote Git repository 01:49:16 Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git 01:49:16 > git init /w/workspace/go-mod-core-contracts/3 # timeout=10 01:49:16 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 01:49:16 > git --version # timeout=10 01:49:16 > git --version # 'git version 2.24.3' 01:49:16 using GIT_SSH to set credentials SSH Credentials for GitHub 01:49:16 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 01:49:18 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 01:49:18 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 01:49:18 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 01:49:18 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 01:49:18 using GIT_SSH to set credentials SSH Credentials for GitHub 01:49:18 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/462/head:refs/remotes/origin/PR-462 +refs/heads/master:refs/remotes/origin/master # timeout=10 01:49:18 Merging remotes/origin/master commit 54f28d0a70278177a8b305144294465241040660 into PR head commit 1f1fd6c1e330f4472f84955e07e4ebe3e0d7c6c7 01:49:18 Merge succeeded, producing cdee08c9e32061429e676d14e9e5be16f0add39c 01:49:18 Checking out Revision cdee08c9e32061429e676d14e9e5be16f0add39c (PR-462) 01:49:18 > git config core.sparsecheckout # timeout=10 01:49:18 > git checkout -f 1f1fd6c1e330f4472f84955e07e4ebe3e0d7c6c7 # timeout=10 01:49:18 > git remote # timeout=10 01:49:18 > git config --get remote.origin.url # timeout=10 01:49:18 using GIT_SSH to set credentials SSH Credentials for GitHub 01:49:18 > git merge 54f28d0a70278177a8b305144294465241040660 # timeout=10 01:49:18 > git rev-parse HEAD^{commit} # timeout=10 01:49:18 > git config core.sparsecheckout # timeout=10 01:49:18 > git checkout -f cdee08c9e32061429e676d14e9e5be16f0add39c # timeout=10 01:49:22 Commit message: "Merge commit '54f28d0a70278177a8b305144294465241040660' into HEAD" 01:49:22 First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 01:49:23 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 01:49:22 > git rev-list --no-walk 01aecd73496c0b6631e0fb394248b1b4236c7cd5 # timeout=10 01:49:24 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 01:49:24 + sudo service docker restart 01:49:24 + true 01:49:24 Redirecting to /bin/systemctl restart docker.service [Pipeline] unstash [Pipeline] echo 01:49:25 ========================================================= 01:49:25 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 01:49:25 ========================================================= [Pipeline] isUnix [Pipeline] sh 01:49:25 + 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 . 01:49:26 Sending build context to Docker daemon 2.406MB 01:49:26 Step 1/7 : ARG BASE=golang:1.15-alpine 01:49:26 Step 2/7 : FROM ${BASE} 01:49:26 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 01:49:26 188c0c94c7c5: Pulling fs layer 01:49:26 0ef7d3d256c8: Pulling fs layer 01:49:26 de9db76c5a1d: Pulling fs layer 01:49:26 bca2f99d35d6: Pulling fs layer 01:49:26 93359f2a8cfa: Pulling fs layer 01:49:26 7c6f9722023f: Pulling fs layer 01:49:26 a35cf1a2eb13: Pulling fs layer 01:49:26 93359f2a8cfa: Waiting 01:49:26 7c6f9722023f: Waiting 01:49:26 bca2f99d35d6: Waiting 01:49:26 a35cf1a2eb13: Waiting 01:49:26 de9db76c5a1d: Verifying Checksum 01:49:26 de9db76c5a1d: Download complete 01:49:26 0ef7d3d256c8: Verifying Checksum 01:49:26 0ef7d3d256c8: Download complete 01:49:26 93359f2a8cfa: Verifying Checksum 01:49:26 93359f2a8cfa: Download complete 01:49:26 7c6f9722023f: Verifying Checksum 01:49:26 7c6f9722023f: Download complete 01:49:26 188c0c94c7c5: Verifying Checksum 01:49:26 188c0c94c7c5: Download complete 01:49:27 188c0c94c7c5: Pull complete 01:49:27 0ef7d3d256c8: Pull complete 01:49:27 de9db76c5a1d: Pull complete 01:49:29 a35cf1a2eb13: Verifying Checksum 01:49:29 a35cf1a2eb13: Download complete 01:49:29 bca2f99d35d6: Verifying Checksum 01:49:29 bca2f99d35d6: Download complete 01:49:35 bca2f99d35d6: Pull complete 01:49:35 93359f2a8cfa: Pull complete 01:49:35 7c6f9722023f: Pull complete 01:49:40 a35cf1a2eb13: Pull complete 01:49:40 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 01:49:40 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 01:49:40 ---> a62c8e92a672 01:49:40 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 01:49:40 ---> Running in 9184e8bdc718 01:49:40 Removing intermediate container 9184e8bdc718 01:49:40 ---> e90f28a790f9 01:49:40 Step 4/7 : RUN apk add bash 01:49:40 ---> Running in 4ac7eb13fe78 01:49:41 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 01:49:42 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 01:49:42 OK: 166 MiB in 39 packages 01:49:43 Removing intermediate container 4ac7eb13fe78 01:49:43 ---> 8d0abd5b0ea5 01:49:43 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 01:49:43 ---> Running in 66aa3199b77e 01:49:43 Removing intermediate container 66aa3199b77e 01:49:43 ---> 612ad6f6764d 01:49:43 Step 6/7 : COPY go.mod . 01:49:43 ---> 526e301b95ea 01:49:43 Step 7/7 : RUN go mod download 01:49:43 ---> Running in 34e0afe3a0ca 01:49:56 Removing intermediate container 34e0afe3a0ca 01:49:56 ---> 97ae03ad7062 01:49:56 Successfully built 97ae03ad7062 01:49:56 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 01:49:56 + docker inspect -f . ci-base-image-x86_64 01:49:56 . [Pipeline] withDockerContainer 01:49:56 prd-centos7-docker-4c-2g-23311 does not seem to be running inside a container 01:49:56 $ 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 01:49:57 $ docker top b9653b75b1ae0faca0f3544e69367e0f65908f2f2d47093d83442416722b3764 -eo pid,comm [Pipeline] { [Pipeline] sh 01:49:57 + go version 01:49:57 go version go1.15.5 linux/amd64 [Pipeline] } 01:49:57 $ docker stop --time=1 b9653b75b1ae0faca0f3544e69367e0f65908f2f2d47093d83442416722b3764 01:49:59 $ docker rm -f b9653b75b1ae0faca0f3544e69367e0f65908f2f2d47093d83442416722b3764 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 01:50:00 + docker inspect -f . ci-base-image-x86_64 01:50:00 . [Pipeline] withDockerContainer 01:50:00 prd-centos7-docker-4c-2g-23311 does not seem to be running inside a container 01:50:00 $ 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 01:50:01 $ docker top 07e8cac0decd77976c9151505a6740f93aa982eed8a2522a995b5ad7aa9559cb -eo pid,comm [Pipeline] { [Pipeline] sh 01:50:01 + make test 01:50:01 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 01:50:09 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients [no test files] 01:50:09 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/agent 0.013s coverage: 85.7% of statements 01:50:09 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/command 0.056s coverage: 100.0% of statements 01:50:10 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/coredata 0.017s coverage: 45.4% of statements 01:50:10 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/general 0.045s coverage: 77.8% of statements 01:50:10 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces [no test files] 01:50:10 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/logger 0.023s coverage: 26.3% of statements 01:50:11 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/metadata 0.014s coverage: 14.7% of statements 01:50:11 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/notifications 0.015s coverage: 100.0% of statements 01:50:11 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/scheduler 0.027s coverage: 91.8% of statements 01:50:11 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/types [no test files] 01:50:11 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/errors [no test files] 01:50:11 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/local 0.011s coverage: 100.0% of statements 01:50:11 ok github.com/edgexfoundry/go-mod-core-contracts/v2/errors 0.015s coverage: 36.7% of statements 01:50:13 ok github.com/edgexfoundry/go-mod-core-contracts/v2/models 0.031s coverage: 63.0% of statements 01:50:13 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/configuration 0.015s coverage: 26.3% of statements 01:50:13 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/admin 0.012s coverage: 15.4% of statements 01:50:13 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/operating 0.015s coverage: 15.4% of statements 01:50:13 ok github.com/edgexfoundry/go-mod-core-contracts/v2/responses/configuration 0.016s coverage: 14.3% of statements 01:50:13 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2 [no test files] 01:50:15 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http 0.082s coverage: 84.7% of statements 01:50:15 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http/utils 0.017s coverage: 6.6% of statements 01:50:15 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces [no test files] 01:50:15 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces/mocks [no test files] 01:50:15 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos 0.019s coverage: 43.6% of statements 01:50:15 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/common 0.010s coverage: 89.5% of statements 01:50:15 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/requests 0.031s coverage: 90.7% of statements 01:50:15 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/responses 0.007s coverage: 100.0% of statements 01:50:15 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/models [no test files] 01:50:15 CGO_ENABLED=0 GO111MODULE=on go vet ./... 01:50:17 gofmt -l . 01:50:17 [ "`gofmt -l .`" = "" ] [Pipeline] } 01:50:17 $ docker stop --time=1 07e8cac0decd77976c9151505a6740f93aa982eed8a2522a995b5ad7aa9559cb 01:50:20 $ docker rm -f 07e8cac0decd77976c9151505a6740f93aa982eed8a2522a995b5ad7aa9559cb [Pipeline] // withDockerContainer [Pipeline] sh 01:50:20 + sudo chown -R jenkins:jenkins . [Pipeline] stash 01:50:21 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] } 01:50:26 Running on prd-ubuntu18.04-docker-arm64-4c-16g-23312 in /w/workspace/dry_go-mod-core-contracts_PR-462 [Pipeline] { [Pipeline] ws 01:50:26 Running in /w/workspace/go-mod-core-contracts/3 [Pipeline] { [Pipeline] checkout 01:50:32 using credential edgex-jenkins-ssh 01:50:32 Cloning the remote Git repository 01:50:32 Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git 01:50:32 > git init /w/workspace/go-mod-core-contracts/3 # timeout=10 01:50:32 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 01:50:32 > git --version # timeout=10 01:50:32 > git --version # 'git version 2.17.1' 01:50:32 using GIT_SSH to set credentials SSH Credentials for GitHub 01:50:32 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 01:50:34 Merging remotes/origin/master commit 54f28d0a70278177a8b305144294465241040660 into PR head commit 1f1fd6c1e330f4472f84955e07e4ebe3e0d7c6c7 01:50:33 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 01:50:33 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 01:50:33 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 01:50:33 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 01:50:33 using GIT_SSH to set credentials SSH Credentials for GitHub 01:50:33 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/462/head:refs/remotes/origin/PR-462 +refs/heads/master:refs/remotes/origin/master # timeout=10 01:50:34 Merge succeeded, producing 3bfd415e9aa8af589e79844f73d46fcd745d6ef1 01:50:34 Checking out Revision 3bfd415e9aa8af589e79844f73d46fcd745d6ef1 (PR-462) 01:50:34 > git config core.sparsecheckout # timeout=10 01:50:34 > git checkout -f 1f1fd6c1e330f4472f84955e07e4ebe3e0d7c6c7 # timeout=10 01:50:34 > git remote # timeout=10 01:50:34 > git config --get remote.origin.url # timeout=10 01:50:34 using GIT_SSH to set credentials SSH Credentials for GitHub 01:50:34 > git merge 54f28d0a70278177a8b305144294465241040660 # timeout=10 01:50:34 > git rev-parse HEAD^{commit} # timeout=10 01:50:34 > git config core.sparsecheckout # timeout=10 01:50:34 > git checkout -f 3bfd415e9aa8af589e79844f73d46fcd745d6ef1 # timeout=10 01:50:39 Commit message: "Merge commit '54f28d0a70278177a8b305144294465241040660' into HEAD" 01:50:39 First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 01:50:39 > git rev-list --no-walk 01aecd73496c0b6631e0fb394248b1b4236c7cd5 # timeout=10 01:50:40 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 01:50:40 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 01:50:41 + true 01:50:41 + sudo service docker restart [Pipeline] unstash [Pipeline] echo 01:50:44 ========================================================= 01:50:44 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 01:50:44 ========================================================= [Pipeline] isUnix [Pipeline] sh 01:50:44 + 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 . 01:50:45 Sending build context to Docker daemon 2.405MB 01:50:45 Step 1/7 : ARG BASE=golang:1.15-alpine 01:50:45 Step 2/7 : FROM ${BASE} 01:50:46 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 01:50:46 5f621e34cdf4: Pulling fs layer 01:50:46 a4357932f1b6: Pulling fs layer 01:50:46 18c013af1878: Pulling fs layer 01:50:46 00ac8860ef70: Pulling fs layer 01:50:46 63d7cb157983: Pulling fs layer 01:50:46 b116817d02f9: Pulling fs layer 01:50:46 745a02a5169b: Pulling fs layer 01:50:46 63d7cb157983: Waiting 01:50:46 b116817d02f9: Waiting 01:50:46 745a02a5169b: Waiting 01:50:46 00ac8860ef70: Waiting 01:50:46 18c013af1878: Verifying Checksum 01:50:46 18c013af1878: Download complete 01:50:46 a4357932f1b6: Download complete 01:50:46 63d7cb157983: Verifying Checksum 01:50:46 63d7cb157983: Download complete 01:50:46 b116817d02f9: Verifying Checksum 01:50:46 b116817d02f9: Download complete 01:50:46 5f621e34cdf4: Verifying Checksum 01:50:46 5f621e34cdf4: Download complete 01:50:47 5f621e34cdf4: Pull complete 01:50:47 a4357932f1b6: Pull complete 01:50:47 18c013af1878: Pull complete 01:50:48 745a02a5169b: Download complete 01:50:49 00ac8860ef70: Verifying Checksum 01:50:49 00ac8860ef70: Download complete 01:50:59 00ac8860ef70: Pull complete 01:51:00 63d7cb157983: Pull complete 01:51:00 b116817d02f9: Pull complete 01:51:04 745a02a5169b: Pull complete 01:51:04 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 01:51:04 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 01:51:04 ---> b7e6874047d6 01:51:04 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 01:51:07 ---> Running in 3660263d2dfe 01:51:07 Removing intermediate container 3660263d2dfe 01:51:07 ---> 60dcceb34007 01:51:07 Step 4/7 : RUN apk add bash 01:51:07 ---> Running in 702ebe502382 01:51:09 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 01:51:09 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 01:51:10 OK: 142 MiB in 39 packages 01:51:12 Removing intermediate container 702ebe502382 01:51:12 ---> 31a378221b72 01:51:12 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 01:51:12 ---> Running in ebac040a4a08 01:51:12 Removing intermediate container ebac040a4a08 01:51:12 ---> c70eb414fb7d 01:51:12 Step 6/7 : COPY go.mod . 01:51:13 ---> e88164c7b6b8 01:51:13 Step 7/7 : RUN go mod download 01:51:13 ---> Running in f2c1e6249fbc 01:51:28 Removing intermediate container f2c1e6249fbc 01:51:28 ---> cb478bfff095 01:51:28 Successfully built cb478bfff095 01:51:28 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 01:51:29 + docker inspect -f . ci-base-image-arm64 01:51:29 . [Pipeline] withDockerContainer 01:51:29 prd-ubuntu18.04-docker-arm64-4c-16g-23312 does not seem to be running inside a container 01:51:29 $ 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 ******** -e ******** ci-base-image-arm64 cat 01:51:31 $ docker top c5e3429d4825e8a2b34fe10b814217589f1dd666397cdf3cd0a4b8226b9f3bb7 -eo pid,comm [Pipeline] { [Pipeline] sh 01:51:32 + go version 01:51:32 go version go1.15.5 linux/arm64 [Pipeline] } 01:51:32 $ docker stop --time=1 c5e3429d4825e8a2b34fe10b814217589f1dd666397cdf3cd0a4b8226b9f3bb7 01:51:34 $ docker rm -f c5e3429d4825e8a2b34fe10b814217589f1dd666397cdf3cd0a4b8226b9f3bb7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 01:51:35 + docker inspect -f . ci-base-image-arm64 01:51:35 . [Pipeline] withDockerContainer 01:51:35 prd-ubuntu18.04-docker-arm64-4c-16g-23312 does not seem to be running inside a container 01:51:35 $ 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 ******** -e ******** ci-base-image-arm64 cat 01:51:37 $ docker top 9ae1be4351ad8d8cd0d54c47f3c8eab48cce9ec0024fab235127ed17bf2f4fa1 -eo pid,comm [Pipeline] { [Pipeline] sh 01:51:38 + make test 01:51:38 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 01:52:00 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients [no test files] 01:52:02 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/agent 0.030s coverage: 85.7% of statements 01:52:02 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/command 0.022s coverage: 100.0% of statements 01:52:04 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/coredata 0.042s coverage: 45.4% of statements 01:52:04 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/general 0.020s coverage: 77.8% of statements 01:52:04 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces [no test files] 01:52:05 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/logger 0.071s coverage: 26.3% of statements 01:52:05 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/metadata 0.039s coverage: 14.7% of statements 01:52:06 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/notifications 0.014s coverage: 100.0% of statements 01:52:07 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/scheduler 0.123s coverage: 91.8% of statements 01:52:07 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/types [no test files] 01:52:07 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/errors [no test files] 01:52:07 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/local 0.033s coverage: 100.0% of statements 01:52:07 ok github.com/edgexfoundry/go-mod-core-contracts/v2/errors 0.026s coverage: 36.7% of statements 01:52:13 ok github.com/edgexfoundry/go-mod-core-contracts/v2/models 0.098s coverage: 63.0% of statements 01:52:13 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/configuration 0.046s coverage: 26.3% of statements 01:52:13 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/admin 0.058s coverage: 15.4% of statements 01:52:13 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/operating 0.056s coverage: 15.4% of statements 01:52:13 ok github.com/edgexfoundry/go-mod-core-contracts/v2/responses/configuration 0.015s coverage: 14.3% of statements 01:52:13 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2 [no test files] 01:52:15 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http 0.304s coverage: 84.7% of statements 01:52:15 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http/utils 0.037s coverage: 6.6% of statements 01:52:15 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces [no test files] 01:52:15 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces/mocks [no test files] 01:52:17 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos 0.065s coverage: 43.6% of statements 01:52:17 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/common 0.041s coverage: 89.5% of statements 01:52:17 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/requests 0.129s coverage: 90.7% of statements 01:52:18 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/responses 0.024s coverage: 100.0% of statements 01:52:18 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/models [no test files] 01:52:18 CGO_ENABLED=0 GO111MODULE=on go vet ./... 01:52:23 gofmt -l . 01:52:24 [ "`gofmt -l .`" = "" ] [Pipeline] } 01:52:24 $ docker stop --time=1 9ae1be4351ad8d8cd0d54c47f3c8eab48cce9ec0024fab235127ed17bf2f4fa1 01:52:26 $ docker rm -f 9ae1be4351ad8d8cd0d54c47f3c8eab48cce9ec0024fab235127ed17bf2f4fa1 [Pipeline] // withDockerContainer [Pipeline] sh 01:52:27 + sudo chown -R jenkins:jenkins . [Pipeline] stash 01:52:27 Warning: overwriting stash ‘coverage-report’ 01:52:28 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 01:52:30 provisioning config files... 01:52:30 copy managed file [go-mod-core-contracts-codecov-token] to file:/w/workspace/dry_go-mod-core-contracts_PR-462@tmp/config3694533752257416510tmp [Pipeline] { [Pipeline] sh 01:52:31 + set +x 01:52:31 + curl -s https://codecov.io/bash 01:52:31 + bash -s -- 01:52:31 01:52:31 _____ _ 01:52:31 / ____| | | 01:52:31 | | ___ __| | ___ ___ _____ __ 01:52:31 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 01:52:31 | |___| (_) | (_| | __/ (_| (_) \ V / 01:52:31 \_____\___/ \__,_|\___|\___\___/ \_/ 01:52:31 Bash-20210115-cec3c92 01:52:31 01:52:31 01:52:31 ==> git version 2.24.3 found 01:52: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 01:52:31 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 01:52:31 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 01:52:31 ==> Jenkins CI detected. 01:52:31 project root: . 01:52:31 --> token set from env 01:52:31 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 01:52:31 ==> Running gcov in . (disable via -X gcov) 01:52:31 ==> Python coveragepy not found 01:52:31 ==> Searching for coverage reports in: 01:52:31 + . 01:52:31 -> Found 1 reports 01:52:31 ==> Detecting git/mercurial file structure 01:52:31 ==> Reading reports 01:52:31 + ./coverage.out bytes=142636 01:52:31 ==> Appending adjustments 01:52:31 https://docs.codecov.io/docs/fixing-reports 01:52:32 + Found adjustments 01:52:32 ==> Gzipping contents 01:52:32 24K /tmp/codecov.wtvF4t.gz 01:52:32 ==> Uploading reports 01:52:32 url: https://codecov.io 01:52:32 query: branch=PR-462&commit=a9aa6ff145b0c61b8960c755b546eac7b90d3592&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2FPR-462%2F3%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=462&job=&cmd_args= 01:52:32 -> Pinging Codecov 01:52:32 https://codecov.io/upload/v4?package=bash-20210115-cec3c92&token=secret&branch=PR-462&commit=a9aa6ff145b0c61b8960c755b546eac7b90d3592&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2FPR-462%2F3%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=462&job=&cmd_args= 01:52:32 -> Uploading to 01:52:32 https://storage.googleapis.com/codecov/v4/raw/2021-01-27/71470A77251A30514AAF9C0BB2E5B6CE/a9aa6ff145b0c61b8960c755b546eac7b90d3592/ed120cb5-9165-4fff-bf49-d2c780627b5a.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210127%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210127T015232Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=09deddde02df4caf974fc49ab9cc3b2599af58646ab03bf23f6bb9c07e5ed6ef 01:52:32 % Total % Received % Xferd Average Speed Time Time Time Current 01:52:32 Dload Upload Total Spent Left Speed 01:52:33 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 21312 0 0 100 21312 0 46851 --:--:-- --:--:-- --:--:-- 46839 01:52:33 -> View reports at https://codecov.io/github/edgexfoundry/go-mod-core-contracts/commit/a9aa6ff145b0c61b8960c755b546eac7b90d3592 [Pipeline] } 01:52:33 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 01:52:35 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 01:52:36 ---> package-listing.sh 01:52:36 ++ tr '[:upper:]' '[:lower:]' 01:52:36 ++ facter osfamily 01:52:36 + OS_FAMILY=redhat 01:52:36 + workspace=/w/workspace/dry_go-mod-core-contracts_PR-462 01:52:36 + START_PACKAGES=/tmp/packages_start.txt 01:52:36 + END_PACKAGES=/tmp/packages_end.txt 01:52:36 + DIFF_PACKAGES=/tmp/packages_diff.txt 01:52:36 + PACKAGES=/tmp/packages_start.txt 01:52:36 + '[' /w/workspace/dry_go-mod-core-contracts_PR-462 ']' 01:52:36 + PACKAGES=/tmp/packages_end.txt 01:52:36 + case "${OS_FAMILY}" in 01:52:36 + rpm -qa 01:52:36 + sort 01:52:41 + '[' -f /tmp/packages_start.txt ']' 01:52:41 + '[' -f /tmp/packages_end.txt ']' 01:52:41 + diff /tmp/packages_start.txt /tmp/packages_end.txt 01:52:41 + '[' /w/workspace/dry_go-mod-core-contracts_PR-462 ']' 01:52:41 + mkdir -p /w/workspace/dry_go-mod-core-contracts_PR-462/archives/ 01:52:41 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dry_go-mod-core-contracts_PR-462/archives/ [Pipeline] echo 01:52:41 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-462/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 01:52:41 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 01:52:42 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 01:52:42 01:52:42 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 01:52:42 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 01:52:42 alpine: Pulling from edgex-lftools-log-publisher 01:52:42 df20fa9351a1: Pulling fs layer 01:52:42 36b3adc4ff6f: Pulling fs layer 01:52:42 8ad3a11d3b57: Pulling fs layer 01:52:42 46f8f816bc3b: Pulling fs layer 01:52:42 93b61091891f: Pulling fs layer 01:52:42 93b9cdb0e59b: Pulling fs layer 01:52:42 5e14af77c1be: Pulling fs layer 01:52:42 01666e4c0597: Pulling fs layer 01:52:42 aa168da1d23b: Pulling fs layer 01:52:42 93b9cdb0e59b: Waiting 01:52:42 5e14af77c1be: Waiting 01:52:42 01666e4c0597: Waiting 01:52:42 aa168da1d23b: Waiting 01:52:42 46f8f816bc3b: Waiting 01:52:42 93b61091891f: Waiting 01:52:42 36b3adc4ff6f: Download complete 01:52:42 46f8f816bc3b: Verifying Checksum 01:52:42 46f8f816bc3b: Download complete 01:52:42 df20fa9351a1: Verifying Checksum 01:52:42 df20fa9351a1: Download complete 01:52:42 93b9cdb0e59b: Verifying Checksum 01:52:42 93b9cdb0e59b: Download complete 01:52:42 5e14af77c1be: Download complete 01:52:42 93b61091891f: Verifying Checksum 01:52:42 93b61091891f: Download complete 01:52:42 01666e4c0597: Verifying Checksum 01:52:42 01666e4c0597: Download complete 01:52:43 df20fa9351a1: Pull complete 01:52:43 8ad3a11d3b57: Verifying Checksum 01:52:43 8ad3a11d3b57: Download complete 01:52:43 36b3adc4ff6f: Pull complete 01:52:43 8ad3a11d3b57: Pull complete 01:52:44 46f8f816bc3b: Pull complete 01:52:44 aa168da1d23b: Verifying Checksum 01:52:44 aa168da1d23b: Download complete 01:52:45 93b61091891f: Pull complete 01:52:45 93b9cdb0e59b: Pull complete 01:52:45 5e14af77c1be: Pull complete 01:52:46 01666e4c0597: Pull complete 01:52:52 aa168da1d23b: Pull complete 01:52:52 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 01:52:52 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 01:52:52 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 01:52:53 prd-centos7-docker-4c-2g-23308 does not seem to be running inside a container 01:52:53 $ 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-462/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-462 -v /w/workspace/dry_go-mod-core-contracts_PR-462:/w/workspace/dry_go-mod-core-contracts_PR-462:rw,z -v /w/workspace/dry_go-mod-core-contracts_PR-462@tmp:/w/workspace/dry_go-mod-core-contracts_PR-462@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 01:52:56 $ docker top bda6f1db630fab39805af222da3aa189771c0a4f77776e83409031872a351927 -eo pid,comm [Pipeline] { [Pipeline] sh 01:52:56 + touch /tmp/pre-build-complete [Pipeline] sh 01:52:56 + mkdir -p /var/log/sa [Pipeline] sh 01:52:57 + ls /var/log/sa-host 01:52:57 + sadf -c /var/log/sa-host/sa23 01:52:57 file_magic: OK 01:52:57 HZ: Using current value: 100 01:52:57 file_header: OK 01:52:57 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 01:52:57 Statistics: 01:52:57 Hnuu...uuuununununu... 01:52:57 File successfully converted to sysstat format version 12.2.1 01:52:57 + sadf -c /var/log/sa-host/sa27 01:52:57 file_magic: OK 01:52:57 HZ: Using current value: 100 01:52:57 file_header: OK 01:52:57 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 01:52:57 Statistics: 01:52:57 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 01:52:57 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 01:52:57 provisioning config files... 01:52:57 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dry_go-mod-core-contracts_PR-462@tmp/config7752566940158349047tmp [Pipeline] { [Pipeline] echo 01:52:57 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 01:52:58 ---> create-netrc.sh [Pipeline] } 01:52:58 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 01:52:58 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 01:52:58 ---> python-tools-install.sh [Pipeline] echo 01:52:58 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 01:52:58 ---> sudo-logs.sh 01:52:58 Archiving 'sudo' log.. [Pipeline] echo 01:52:58 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 01:52:59 ---> job-cost.sh 01:52:59 lf-activate-venv: SKIPPING 01:52:59 INFO: No Stack... 01:53:00 INFO: Retrieving Pricing Info for: v1-standard-2 01:53:00 INFO: Archiving Costs [Pipeline] echo 01:53:00 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 01:53:00 ---> logs-deploy.sh 01:53:00 lf-activate-venv: SKIPPING 01:53:00 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/PR-462/3 01:53:00 INFO: archiving workspace using pattern(s): 01:53:02 Archives upload complete. 01:53:02 INFO: archiving logs to Nexus 01:53:03 ---> uname -a: 01:53:03 Linux prd-centos7-docker-4c-2g-23308.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 01:53:03 01:53:03 01:53:03 ---> lscpu: 01:53:03 Architecture: x86_64 01:53:03 CPU op-mode(s): 32-bit, 64-bit 01:53:03 Byte Order: Little Endian 01:53:03 Address sizes: 40 bits physical, 48 bits virtual 01:53:03 CPU(s): 4 01:53:03 On-line CPU(s) list: 0-3 01:53:03 Thread(s) per core: 1 01:53:03 Core(s) per socket: 1 01:53:03 Socket(s): 4 01:53:03 NUMA node(s): 1 01:53:03 Vendor ID: GenuineIntel 01:53:03 CPU family: 6 01:53:03 Model: 44 01:53:03 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 01:53:03 Stepping: 1 01:53:03 CPU MHz: 2933.436 01:53:03 BogoMIPS: 5866.87 01:53:03 Virtualization: VT-x 01:53:03 Hypervisor vendor: KVM 01:53:03 Virtualization type: full 01:53:03 L1d cache: 128 KiB 01:53:03 L1i cache: 128 KiB 01:53:03 L2 cache: 16 MiB 01:53:03 L3 cache: 64 MiB 01:53:03 NUMA node0 CPU(s): 0-3 01:53:03 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 01:53:03 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 01:53:03 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 01:53:03 Vulnerability Meltdown: Mitigation; PTI 01:53:03 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 01:53:03 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 01:53:03 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 01:53:03 Vulnerability Srbds: Not affected 01:53:03 Vulnerability Tsx async abort: Not affected 01:53:03 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 01:53:03 01:53:03 01:53:03 ---> nproc: 01:53:03 4 01:53:03 01:53:03 01:53:03 ---> df -h: 01:53:03 Filesystem Size Used Available Use% Mounted on 01:53:03 overlay 50.0G 7.3G 42.7G 15% / 01:53:03 tmpfs 64.0M 0 64.0M 0% /dev 01:53:03 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 01:53:03 shm 64.0M 0 64.0M 0% /dev/shm 01:53:03 /dev/vda1 50.0G 7.3G 42.7G 15% /facter-os 01:53:03 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/resolv.conf 01:53:03 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hostname 01:53:03 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hosts 01:53:03 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/dry_go-mod-core-contracts_PR-462@tmp 01:53:03 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/sa-host 01:53:03 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/secure 01:53:03 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/auth.log 01:53:03 /dev/vda1 50.0G 7.3G 42.7G 15% /run/cloud-init/result.json 01:53:03 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/dry_go-mod-core-contracts_PR-462 01:53:03 01:53:03 01:53:03 ---> free -m: 01:53:03 total used free shared buff/cache available 01:53:03 Mem: 1837 690 102 0 1043 1042 01:53:03 Swap: 1023 1 1022 01:53:03 01:53:03 01:53:03 ---> ip addr: 01:53:03 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 01:53:03 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 01:53:03 inet 127.0.0.1/8 scope host lo 01:53:03 valid_lft forever preferred_lft forever 01:53:03 inet6 ::1/128 scope host 01:53:03 valid_lft forever preferred_lft forever 01:53:03 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 01:53:03 link/ether fa:16:3e:a1:36:e6 brd ff:ff:ff:ff:ff:ff 01:53:03 inet 10.30.123.130/23 brd 10.30.123.255 scope global dynamic eth0 01:53:03 valid_lft 86017sec preferred_lft 86017sec 01:53:03 inet6 fe80::f816:3eff:fea1:36e6/64 scope link 01:53:03 valid_lft forever preferred_lft forever 01:53:03 3: docker0: mtu 1500 qdisc noqueue state DOWN 01:53:03 link/ether 02:42:b4:b2:83:96 brd ff:ff:ff:ff:ff:ff 01:53:03 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 01:53:03 valid_lft forever preferred_lft forever 01:53:03 inet6 fe80::42:b4ff:feb2:8396/64 scope link 01:53:03 valid_lft forever preferred_lft forever 01:53:03 01:53:03 01:53:03 ---> sar -b -r -n DEV: 01:53:03 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/27/21 _x86_64_ (4 CPU) 01:53:03 01:53:03 01:46:30 LINUX RESTART (4 CPU) 01:53:03 01:53:03 01:47:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 01:53:03 01:48:01 55.25 14.76 40.48 0.00 4612.94 3392.91 0.00 01:53:03 01:49:01 0.53 0.00 0.53 0.00 0.00 12.86 0.00 01:53:03 01:50:01 0.30 0.00 0.30 0.00 0.00 4.03 0.00 01:53:03 01:51:01 0.23 0.00 0.23 0.00 0.00 2.70 0.00 01:53:03 01:52:01 0.68 0.00 0.68 0.00 0.00 7.98 0.00 01:53:03 Average: 11.26 2.91 8.34 0.00 910.50 675.22 0.00 01:53:03 01:53:03 01:47:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 01:53:03 01:48:01 151596 0 589340 31.32 2620 1137988 1121568 38.28 401852 1126920 12 01:53:03 01:49:01 156736 0 584192 31.05 2620 1137996 1089040 37.17 400764 1123788 20 01:53:03 01:50:01 157092 0 583832 31.03 2620 1138000 1077840 36.78 408116 1116240 8 01:53:03 01:51:01 155808 0 585116 31.10 2620 1138000 1077852 36.79 410064 1115604 16 01:53:03 01:52:01 157324 0 583592 31.02 2620 1138008 1077732 36.78 422744 1102152 8 01:53:03 Average: 155711 0 585214 31.10 2620 1137998 1088806 37.16 408708 1116941 13 01:53:03 01:53:03 01:47:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 01:53:03 01:48:01 eth0 464.43 292.97 868.51 90.65 0.00 0.00 0.00 0.00 01:53:03 01:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:53:03 01:48:01 docker0 7.75 5.54 1.65 17.19 0.00 0.00 0.00 0.00 01:53:03 01:49:01 eth0 1.03 0.28 0.32 0.20 0.00 0.00 0.00 0.00 01:53:03 01:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:53:03 01:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:53:03 01:50:01 eth0 1.68 0.32 0.38 0.20 0.00 0.00 0.00 0.00 01:53:03 01:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:53:03 01:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:53:03 01:51:01 eth0 1.00 0.63 0.60 0.37 0.00 0.00 0.00 0.00 01:53:03 01:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:53:03 01:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:53:03 01:52:01 eth0 0.12 0.08 0.01 0.04 0.00 0.00 0.00 0.00 01:53:03 01:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:53:03 01:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:53:03 Average: eth0 92.44 58.09 171.69 18.05 0.00 0.00 0.00 0.00 01:53:03 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:53:03 Average: docker0 1.53 1.09 0.33 3.39 0.00 0.00 0.00 0.00 01:53:03 01:53:03 01:53:03 ---> sar -P ALL: 01:53:03 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/27/21 _x86_64_ (4 CPU) 01:53:03 01:53:03 01:46:30 LINUX RESTART (4 CPU) 01:53:03 01:53:03 01:47:02 CPU %user %nice %system %iowait %steal %idle 01:53:03 01:48:01 all 8.62 0.00 2.28 1.44 0.09 87.58 01:53:03 01:48:01 0 8.06 0.00 2.31 1.10 0.09 88.45 01:53:03 01:48:01 1 8.74 0.00 1.90 1.18 0.07 88.10 01:53:03 01:48:01 2 6.97 0.00 3.16 3.18 0.14 86.55 01:53:03 01:48:01 3 10.69 0.00 1.74 0.29 0.07 87.21 01:53:03 01:49:01 all 0.15 0.00 0.03 0.00 0.00 99.82 01:53:03 01:49:01 0 0.03 0.00 0.03 0.00 0.00 99.93 01:53:03 01:49:01 1 0.22 0.00 0.03 0.00 0.02 99.73 01:53:03 01:49:01 2 0.08 0.00 0.02 0.00 0.00 99.90 01:53:03 01:49:01 3 0.25 0.00 0.05 0.00 0.00 99.70 01:53:03 01:50:01 all 0.15 0.00 0.06 0.00 0.01 99.78 01:53:03 01:50:01 0 0.03 0.00 0.05 0.00 0.02 99.90 01:53:03 01:50:01 1 0.48 0.00 0.07 0.00 0.00 99.45 01:53:03 01:50:01 2 0.08 0.00 0.08 0.00 0.00 99.83 01:53:03 01:50:01 3 0.02 0.00 0.03 0.00 0.02 99.93 01:53:03 01:51:01 all 0.13 0.00 0.02 0.00 0.00 99.85 01:53:03 01:51:01 0 0.03 0.00 0.02 0.00 0.00 99.95 01:53:03 01:51:01 1 0.38 0.00 0.02 0.00 0.00 99.60 01:53:03 01:51:01 2 0.05 0.00 0.03 0.00 0.00 99.92 01:53:03 01:51:01 3 0.03 0.00 0.02 0.00 0.00 99.95 01:53:03 01:52:01 all 0.16 0.00 0.04 0.00 0.01 99.79 01:53:03 01:52:01 0 0.05 0.00 0.03 0.00 0.02 99.90 01:53:03 01:52:01 1 0.50 0.00 0.03 0.00 0.00 99.47 01:53:03 01:52:01 2 0.07 0.00 0.05 0.00 0.02 99.87 01:53:03 01:52:01 3 0.03 0.00 0.05 0.00 0.00 99.92 01:53:03 Average: all 1.81 0.00 0.48 0.28 0.02 97.41 01:53:03 Average: 0 1.61 0.00 0.48 0.21 0.02 97.67 01:53:03 Average: 1 2.03 0.00 0.40 0.23 0.02 97.32 01:53:03 Average: 2 1.42 0.00 0.66 0.62 0.03 97.26 01:53:03 Average: 3 2.16 0.00 0.37 0.06 0.02 97.39 01:53:03 01:53:03 01:53:03