Pull request #478 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 3266a8a064ea1e4186ba60e0f0ed5a83c04ee5f2 rather than bea2f8ed978aa47c1ec9322188fca64fbb0e834f Obtained Jenkinsfile from 3266a8a064ea1e4186ba60e0f0ed5a83c04ee5f2 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-24754 in /w/workspace/dry_go-mod-core-contracts_PR-478 [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-478 # 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/478/head:refs/remotes/origin/PR-478 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 3266a8a064ea1e4186ba60e0f0ed5a83c04ee5f2 into PR head commit bea2f8ed978aa47c1ec9322188fca64fbb0e834f Merge succeeded, producing bea2f8ed978aa47c1ec9322188fca64fbb0e834f Checking out Revision bea2f8ed978aa47c1ec9322188fca64fbb0e834f (PR-478) > git config core.sparsecheckout # timeout=10 > git checkout -f bea2f8ed978aa47c1ec9322188fca64fbb0e834f # 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 3266a8a064ea1e4186ba60e0f0ed5a83c04ee5f2 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f bea2f8ed978aa47c1ec9322188fca64fbb0e834f # timeout=10 Commit message: "Merge branch 'master' into issue-477" > git rev-list --no-walk c7f46bc81a26f3e2288137cf586828ee49028681 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 18:29:53 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 18:29:53 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 18:29:53 ========================================================= 18:29:53 EdgeX Global Pipelines Version Info 18:29:53 ========================================================= [Pipeline] libraryResource [Pipeline] sh 18:29:55 ------------------- 18:29:55 stable info: 18:29:55 ------------------- 18:29:55 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 18:29:55 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 18:29:55 Message: update stable to v1.0.179 18:29:56 ------------------- 18:29:56 experimental info: 18:29:56 ------------------- 18:29:56 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 18:29:56 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 18:29:56 Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 18:29:56 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-core-contracts-settings [Pipeline] echo 18:29:56 [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-core-contracts [Pipeline] echo 18:29:56 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 18:29:56 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 18:29:56 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 18:29:57 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 18:29:57 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 18:29:57 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 18:29:57 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 18:29:57 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 18:29:57 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 18:29:57 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-core-contracts [Pipeline] echo 18:29:57 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 18:29:57 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 18:29:57 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 18:29:58 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 18:29:58 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 18:29:58 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 18:29:58 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 18:29:58 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 18:29:58 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 18:29:58 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 18:29:58 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 18:29:58 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 18:29:58 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 18:29:59 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 18:29:59 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 18:29:59 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-478 [Pipeline] echo 18:29:59 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-478 [Pipeline] echo 18:29:59 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-478 [Pipeline] echo 18:29:59 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = bea2f8ed978aa47c1ec9322188fca64fbb0e834f [Pipeline] echo 18:29:59 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = bea2f8e [Pipeline] echo 18:29:59 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 18:30:00 + git log --format=format:%s -1 bea2f8ed978aa47c1ec9322188fca64fbb0e834f [Pipeline] echo 18:30:00 GIT_COMMIT: bea2f8ed978aa47c1ec9322188fca64fbb0e834f, Commit Message: Merge branch 'master' into issue-477 [Pipeline] echo 18:30:00 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 18:30:01 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:30:01 18:30:01 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 18:30:01 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:30:01 latest: Pulling from edgex-devops/git-semver 18:30:01 31603596830f: Pulling fs layer 18:30:01 2a8b12db71e7: Pulling fs layer 18:30:01 6ca5941a6612: Pulling fs layer 18:30:01 ecc8261a40a4: Pulling fs layer 18:30:01 ecc8261a40a4: Waiting 18:30:01 2a8b12db71e7: Download complete 18:30:02 31603596830f: Verifying Checksum 18:30:02 31603596830f: Download complete 18:30:02 6ca5941a6612: Verifying Checksum 18:30:02 6ca5941a6612: Download complete 18:30:02 ecc8261a40a4: Verifying Checksum 18:30:02 ecc8261a40a4: Download complete 18:30:02 31603596830f: Pull complete 18:30:02 2a8b12db71e7: Pull complete 18:30:03 6ca5941a6612: Pull complete 18:30:04 ecc8261a40a4: Pull complete 18:30:04 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 18:30:04 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:30:04 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 18:30:04 prd-centos7-docker-4c-2g-24754 does not seem to be running inside a container 18:30:04 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_go-mod-core-contracts_PR-478 -v /w/workspace/dry_go-mod-core-contracts_PR-478:/w/workspace/dry_go-mod-core-contracts_PR-478:rw,z -v /w/workspace/dry_go-mod-core-contracts_PR-478@tmp:/w/workspace/dry_go-mod-core-contracts_PR-478@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 18:30:06 $ docker top 188834f41b00d4b7d9a32936847538fc669cf9768fcd42e7877d1f752ef18013 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 18:30:06 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:30:06 [ssh-agent] Looking for ssh-agent implementation... 18:30:06 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:30:06 $ docker exec 188834f41b00d4b7d9a32936847538fc669cf9768fcd42e7877d1f752ef18013 ssh-agent 18:30:06 SSH_AUTH_SOCK=/tmp/ssh-ELoOAh6uJVat/agent.11 18:30:06 SSH_AGENT_PID=16 18:30:06 Running ssh-add (command line suppressed) 18:30:06 Identity added: /w/workspace/dry_go-mod-core-contracts_PR-478@tmp/private_key_6228733356593623245.key (/w/workspace/dry_go-mod-core-contracts_PR-478@tmp/private_key_6228733356593623245.key) 18:30:07 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:30:07 + git tag --points-at HEAD [Pipeline] } 18:30:07 $ docker exec --env ******** --env ******** 188834f41b00d4b7d9a32936847538fc669cf9768fcd42e7877d1f752ef18013 ssh-agent -k 18:30:07 unset SSH_AUTH_SOCK; 18:30:07 unset SSH_AGENT_PID; 18:30:07 echo Agent pid 16 killed; 18:30:07 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 18:30:07 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:30:07 [ssh-agent] Looking for ssh-agent implementation... 18:30:08 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:30:08 $ docker exec 188834f41b00d4b7d9a32936847538fc669cf9768fcd42e7877d1f752ef18013 ssh-agent 18:30:08 SSH_AUTH_SOCK=/tmp/ssh-FD22r68ONMoC/agent.45 18:30:08 SSH_AGENT_PID=50 18:30:08 Running ssh-add (command line suppressed) 18:30:08 Identity added: /w/workspace/dry_go-mod-core-contracts_PR-478@tmp/private_key_6812575836528357141.key (/w/workspace/dry_go-mod-core-contracts_PR-478@tmp/private_key_6812575836528357141.key) 18:30:08 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:30:08 + git semver init 18:30:08 # -> Open(): unable to determine branch for HEAD 18:30:08 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_PR-478/.git 18:30:08 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_PR-478 18:30:08 # $SEMVER_REMOTE_NAME = origin 18:30:08 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 18:30:08 # $SEMVER_USER_NAME = edgex-jenkins 18:30:08 # $SEMVER_BRANCH = PR-478 18:30:08 # $SEMVER_TEMP = /tmp/semver-287878319 18:30:08 # git clone --branch semver git@github.com:edgexfoundry/go-mod-core-contracts.git $SEMVER_TEMP 18:30:09 # '/tmp/semver-287878319' -> '/w/workspace/dry_go-mod-core-contracts_PR-478/.semver' 18:30:09 # -> Force: false 18:30:09 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_PR-478/.semver [Pipeline] } 18:30:09 $ docker exec --env ******** --env ******** 188834f41b00d4b7d9a32936847538fc669cf9768fcd42e7877d1f752ef18013 ssh-agent -k 18:30:09 unset SSH_AUTH_SOCK; 18:30:09 unset SSH_AGENT_PID; 18:30:09 echo Agent pid 50 killed; 18:30:10 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 18:30:10 + git semver [Pipeline] } 18:30:10 $ docker stop --time=1 188834f41b00d4b7d9a32936847538fc669cf9768fcd42e7877d1f752ef18013 18:30:12 $ docker rm -f 188834f41b00d4b7d9a32936847538fc669cf9768fcd42e7877d1f752ef18013 [Pipeline] // withDockerContainer [Pipeline] sh 18:30:13 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 18:30:13 Stashed 1 file(s) [Pipeline] echo 18:30:13 [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 18:30:29 Still waiting to schedule task 18:30:29 Waiting for next available executor on ‘centos7-docker-4c-2g’ 18:30:29 Still waiting to schedule task 18:30:29 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 18:33:00 Running on prd-centos7-docker-4c-2g-24756 in /w/workspace/dry_go-mod-core-contracts_PR-478 [Pipeline] { [Pipeline] ws 18:33:00 Running in /w/workspace/go-mod-core-contracts/4 [Pipeline] { [Pipeline] checkout 18:33:02 using credential edgex-jenkins-ssh 18:33:02 Cloning the remote Git repository 18:33:03 Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git 18:33:03 > git init /w/workspace/go-mod-core-contracts/4 # timeout=10 18:33:03 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 18:33:03 > git --version # timeout=10 18:33:03 > git --version # 'git version 2.24.3' 18:33:03 using GIT_SSH to set credentials SSH Credentials for GitHub 18:33:03 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 18:33:05 Merging remotes/origin/master commit 3266a8a064ea1e4186ba60e0f0ed5a83c04ee5f2 into PR head commit bea2f8ed978aa47c1ec9322188fca64fbb0e834f 18:33:05 Merge succeeded, producing bea2f8ed978aa47c1ec9322188fca64fbb0e834f 18:33:05 Checking out Revision bea2f8ed978aa47c1ec9322188fca64fbb0e834f (PR-478) 18:33:05 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 18:33:05 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 18:33:05 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 18:33:05 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 18:33:05 using GIT_SSH to set credentials SSH Credentials for GitHub 18:33:05 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/478/head:refs/remotes/origin/PR-478 +refs/heads/master:refs/remotes/origin/master # timeout=10 18:33:05 > git config core.sparsecheckout # timeout=10 18:33:05 > git checkout -f bea2f8ed978aa47c1ec9322188fca64fbb0e834f # timeout=10 18:33:05 > git remote # timeout=10 18:33:05 > git config --get remote.origin.url # timeout=10 18:33:05 using GIT_SSH to set credentials SSH Credentials for GitHub 18:33:05 > git merge 3266a8a064ea1e4186ba60e0f0ed5a83c04ee5f2 # timeout=10 18:33:05 > git rev-parse HEAD^{commit} # timeout=10 18:33:05 > git config core.sparsecheckout # timeout=10 18:33:05 > git checkout -f bea2f8ed978aa47c1ec9322188fca64fbb0e834f # timeout=10 18:33:09 Commit message: "Merge branch 'master' into issue-477" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 18:33:10 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 18:33:11 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 18:33:11 + sudo service docker restart 18:33:11 + true 18:33:11 Redirecting to /bin/systemctl restart docker.service [Pipeline] unstash [Pipeline] echo 18:33:13 ========================================================= 18:33:13 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 18:33:13 ========================================================= [Pipeline] isUnix [Pipeline] sh 18:33:13 + 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 . 18:33:14 Sending build context to Docker daemon 2.538MB 18:33:14 Step 1/7 : ARG BASE=golang:1.15-alpine 18:33:14 Step 2/7 : FROM ${BASE} 18:33:14 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 18:33:14 188c0c94c7c5: Pulling fs layer 18:33:14 0ef7d3d256c8: Pulling fs layer 18:33:14 de9db76c5a1d: Pulling fs layer 18:33:14 bca2f99d35d6: Pulling fs layer 18:33:14 93359f2a8cfa: Pulling fs layer 18:33:14 7c6f9722023f: Pulling fs layer 18:33:14 a35cf1a2eb13: Pulling fs layer 18:33:14 93359f2a8cfa: Waiting 18:33:14 7c6f9722023f: Waiting 18:33:14 a35cf1a2eb13: Waiting 18:33:14 bca2f99d35d6: Waiting 18:33:14 de9db76c5a1d: Verifying Checksum 18:33:14 de9db76c5a1d: Download complete 18:33:14 0ef7d3d256c8: Verifying Checksum 18:33:14 0ef7d3d256c8: Download complete 18:33:14 93359f2a8cfa: Download complete 18:33:14 7c6f9722023f: Verifying Checksum 18:33:14 7c6f9722023f: Download complete 18:33:14 188c0c94c7c5: Verifying Checksum 18:33:14 188c0c94c7c5: Download complete 18:33:14 188c0c94c7c5: Pull complete 18:33:14 0ef7d3d256c8: Pull complete 18:33:14 de9db76c5a1d: Pull complete 18:33:16 a35cf1a2eb13: Verifying Checksum 18:33:16 a35cf1a2eb13: Download complete 18:33:17 bca2f99d35d6: Verifying Checksum 18:33:17 bca2f99d35d6: Download complete 18:33:22 bca2f99d35d6: Pull complete 18:33:22 93359f2a8cfa: Pull complete 18:33:22 7c6f9722023f: Pull complete 18:33:27 a35cf1a2eb13: Pull complete 18:33:27 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 18:33:27 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 18:33:27 ---> a62c8e92a672 18:33:27 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 18:33:27 ---> Running in 2b5c8c0592df 18:33:27 Removing intermediate container 2b5c8c0592df 18:33:27 ---> 0f780e269564 18:33:27 Step 4/7 : RUN apk add bash 18:33:27 ---> Running in f57e8ee1d9ab 18:33:28 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:33:29 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:33:29 OK: 166 MiB in 39 packages 18:33:29 Removing intermediate container f57e8ee1d9ab 18:33:29 ---> d578c5d3b9cc 18:33:29 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 18:33:30 ---> Running in 8887e41632dc 18:33:30 Removing intermediate container 8887e41632dc 18:33:30 ---> 40eb4539597a 18:33:30 Step 6/7 : COPY go.mod . 18:33:30 ---> 36bdd1e636e1 18:33:30 Step 7/7 : RUN go mod download 18:33:30 ---> Running in 5d6590fbaf63 18:33:42 Removing intermediate container 5d6590fbaf63 18:33:42 ---> a8cffeac4011 18:33:42 Successfully built a8cffeac4011 18:33:42 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 18:33:43 + docker inspect -f . ci-base-image-x86_64 18:33:43 . [Pipeline] withDockerContainer 18:33:43 prd-centos7-docker-4c-2g-24756 does not seem to be running inside a container 18:33:43 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/4 -v /w/workspace/go-mod-core-contracts/4:/w/workspace/go-mod-core-contracts/4:rw,z -v /w/workspace/go-mod-core-contracts/4@tmp:/w/workspace/go-mod-core-contracts/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 18:33:44 $ docker top 65851585df35a5438f955f5b63e9bf59a247ddc3c3e243fae907f40eeba856ff -eo pid,comm [Pipeline] { [Pipeline] sh 18:33:44 + go version 18:33:44 go version go1.15.5 linux/amd64 [Pipeline] } 18:33:44 $ docker stop --time=1 65851585df35a5438f955f5b63e9bf59a247ddc3c3e243fae907f40eeba856ff 18:33:45 $ docker rm -f 65851585df35a5438f955f5b63e9bf59a247ddc3c3e243fae907f40eeba856ff [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:33:46 + docker inspect -f . ci-base-image-x86_64 18:33:46 . [Pipeline] withDockerContainer 18:33:46 prd-centos7-docker-4c-2g-24756 does not seem to be running inside a container 18:33:46 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/4 -v /w/workspace/go-mod-core-contracts/4:/w/workspace/go-mod-core-contracts/4:rw,z -v /w/workspace/go-mod-core-contracts/4@tmp:/w/workspace/go-mod-core-contracts/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 18:33:48 $ docker top 26da912fb24a67f66674fc0b156d232fcc1d7166a4dd9ab36955d7cd1d9a4e24 -eo pid,comm [Pipeline] { [Pipeline] sh 18:33:48 + make test 18:33:48 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 18:33:55 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients [no test files] 18:33:55 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/agent 0.025s coverage: 85.7% of statements 18:33:55 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/command 0.038s coverage: 100.0% of statements 18:33:55 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/coredata 0.018s coverage: 45.4% of statements 18:33:56 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/general 0.013s coverage: 77.8% of statements 18:33:56 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces [no test files] 18:33:56 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/logger 0.009s coverage: 26.3% of statements 18:33:56 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/metadata 0.012s coverage: 14.7% of statements 18:33:56 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/notifications 0.015s coverage: 100.0% of statements 18:33:57 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/scheduler 0.025s coverage: 91.8% of statements 18:33:57 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/types [no test files] 18:33:57 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/errors [no test files] 18:33:57 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/local 0.004s coverage: 100.0% of statements 18:33:57 ok github.com/edgexfoundry/go-mod-core-contracts/v2/errors 0.010s coverage: 36.7% of statements 18:34:00 ok github.com/edgexfoundry/go-mod-core-contracts/v2/models 0.054s coverage: 63.0% of statements 18:34:00 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/configuration 0.005s coverage: 26.3% of statements 18:34:00 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/admin 0.017s coverage: 15.4% of statements 18:34:00 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/operating 0.012s coverage: 15.4% of statements 18:34:00 ok github.com/edgexfoundry/go-mod-core-contracts/v2/responses/configuration 0.005s coverage: 14.3% of statements 18:34:00 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2 [no test files] 18:34:01 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http 0.092s coverage: 84.8% of statements 18:34:01 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http/utils [no test files] 18:34:01 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces [no test files] 18:34:01 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces/mocks [no test files] 18:34:01 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos 0.016s coverage: 49.3% of statements 18:34:01 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/common 0.034s coverage: 94.7% of statements 18:34:01 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/requests 0.043s coverage: 88.8% of statements 18:34:01 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/responses 0.007s coverage: 100.0% of statements 18:34:01 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/models [no test files] 18:34:01 CGO_ENABLED=0 GO111MODULE=on go vet ./... 18:34:03 gofmt -l . 18:34:03 [ "`gofmt -l .`" = "" ] [Pipeline] } 18:34:04 $ docker stop --time=1 26da912fb24a67f66674fc0b156d232fcc1d7166a4dd9ab36955d7cd1d9a4e24 18:34:06 $ docker rm -f 26da912fb24a67f66674fc0b156d232fcc1d7166a4dd9ab36955d7cd1d9a4e24 [Pipeline] // withDockerContainer [Pipeline] sh 18:34:07 + sudo chown -R jenkins:jenkins . [Pipeline] stash 18:34:07 Running on prd-ubuntu18.04-docker-arm64-4c-16g-24757 in /w/workspace/dry_go-mod-core-contracts_PR-478 [Pipeline] { [Pipeline] ws 18:34:07 Running in /w/workspace/go-mod-core-contracts/4 [Pipeline] { [Pipeline] checkout 18:34:07 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] } 18:34:12 using credential edgex-jenkins-ssh 18:34:12 Cloning the remote Git repository 18:34:12 Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git 18:34:12 > git init /w/workspace/go-mod-core-contracts/4 # timeout=10 18:34:12 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 18:34:12 > git --version # timeout=10 18:34:12 > git --version # 'git version 2.17.1' 18:34:12 using GIT_SSH to set credentials SSH Credentials for GitHub 18:34:12 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 18:34:13 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 18:34:13 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 18:34:13 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 18:34:14 Merging remotes/origin/master commit 3266a8a064ea1e4186ba60e0f0ed5a83c04ee5f2 into PR head commit bea2f8ed978aa47c1ec9322188fca64fbb0e834f 18:34:14 Merge succeeded, producing bea2f8ed978aa47c1ec9322188fca64fbb0e834f 18:34:14 Checking out Revision bea2f8ed978aa47c1ec9322188fca64fbb0e834f (PR-478) 18:34:13 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 18:34:13 using GIT_SSH to set credentials SSH Credentials for GitHub 18:34:13 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/478/head:refs/remotes/origin/PR-478 +refs/heads/master:refs/remotes/origin/master # timeout=10 18:34:14 > git config core.sparsecheckout # timeout=10 18:34:14 > git checkout -f bea2f8ed978aa47c1ec9322188fca64fbb0e834f # timeout=10 18:34:14 > git remote # timeout=10 18:34:14 > git config --get remote.origin.url # timeout=10 18:34:14 using GIT_SSH to set credentials SSH Credentials for GitHub 18:34:14 > git merge 3266a8a064ea1e4186ba60e0f0ed5a83c04ee5f2 # timeout=10 18:34:14 > git rev-parse HEAD^{commit} # timeout=10 18:34:14 > git config core.sparsecheckout # timeout=10 18:34:14 > git checkout -f bea2f8ed978aa47c1ec9322188fca64fbb0e834f # timeout=10 18:34:19 Commit message: "Merge branch 'master' into issue-477" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 18:34:20 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 18:34:21 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 18:34:21 + sudo service docker restart 18:34:21 + true [Pipeline] unstash [Pipeline] echo 18:34:23 ========================================================= 18:34:23 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 18:34:23 ========================================================= [Pipeline] isUnix [Pipeline] sh 18:34:24 + 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 . 18:34:25 Sending build context to Docker daemon 2.537MB 18:34:25 Step 1/7 : ARG BASE=golang:1.15-alpine 18:34:25 Step 2/7 : FROM ${BASE} 18:34:25 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 18:34:25 5f621e34cdf4: Pulling fs layer 18:34:25 a4357932f1b6: Pulling fs layer 18:34:25 18c013af1878: Pulling fs layer 18:34:25 00ac8860ef70: Pulling fs layer 18:34:25 63d7cb157983: Pulling fs layer 18:34:25 b116817d02f9: Pulling fs layer 18:34:25 745a02a5169b: Pulling fs layer 18:34:25 00ac8860ef70: Waiting 18:34:25 63d7cb157983: Waiting 18:34:25 b116817d02f9: Waiting 18:34:25 18c013af1878: Download complete 18:34:25 a4357932f1b6: Verifying Checksum 18:34:25 a4357932f1b6: Download complete 18:34:25 63d7cb157983: Verifying Checksum 18:34:25 63d7cb157983: Download complete 18:34:26 b116817d02f9: Verifying Checksum 18:34:26 b116817d02f9: Download complete 18:34:26 5f621e34cdf4: Verifying Checksum 18:34:26 5f621e34cdf4: Download complete 18:34:27 5f621e34cdf4: Pull complete 18:34:27 a4357932f1b6: Pull complete 18:34:27 18c013af1878: Pull complete 18:34:28 745a02a5169b: Verifying Checksum 18:34:28 745a02a5169b: Download complete 18:34:29 00ac8860ef70: Verifying Checksum 18:34:29 00ac8860ef70: Download complete 18:34:39 00ac8860ef70: Pull complete 18:34:39 63d7cb157983: Pull complete 18:34:39 b116817d02f9: Pull complete 18:34:44 745a02a5169b: Pull complete 18:34:44 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 18:34:44 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 18:34:44 ---> b7e6874047d6 18:34:44 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 18:34:46 ---> Running in e22a19e46df9 18:34:46 Removing intermediate container e22a19e46df9 18:34:46 ---> ff19130669b1 18:34:46 Step 4/7 : RUN apk add bash 18:34:46 ---> Running in 7309c21d84b2 18:34:48 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:34:48 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:34:49 OK: 142 MiB in 39 packages 18:34:51 Removing intermediate container 7309c21d84b2 18:34:51 ---> ea212f195c5a 18:34:51 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 18:34:51 ---> Running in 1e73b6c07ea5 18:34:51 Removing intermediate container 1e73b6c07ea5 18:34:51 ---> 923a3ffb8246 18:34:51 Step 6/7 : COPY go.mod . 18:34:52 ---> aec7459da454 18:34:52 Step 7/7 : RUN go mod download 18:34:52 ---> Running in 111877ad7548 18:35:07 Removing intermediate container 111877ad7548 18:35:07 ---> 03b2db216102 18:35:07 Successfully built 03b2db216102 18:35:07 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 18:35:08 + docker inspect -f . ci-base-image-arm64 18:35:08 . [Pipeline] withDockerContainer 18:35:08 prd-ubuntu18.04-docker-arm64-4c-16g-24757 does not seem to be running inside a container 18:35:08 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/4 -v /w/workspace/go-mod-core-contracts/4:/w/workspace/go-mod-core-contracts/4:rw,z -v /w/workspace/go-mod-core-contracts/4@tmp:/w/workspace/go-mod-core-contracts/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 18:35:09 $ docker top 019d43126dcd114506903ad467ed6c4e44c65e32f26f4e609bffa6e4b6016c8a -eo pid,comm [Pipeline] { [Pipeline] sh 18:35:10 + go version 18:35:10 go version go1.15.5 linux/arm64 [Pipeline] } 18:35:11 $ docker stop --time=1 019d43126dcd114506903ad467ed6c4e44c65e32f26f4e609bffa6e4b6016c8a 18:35:12 $ docker rm -f 019d43126dcd114506903ad467ed6c4e44c65e32f26f4e609bffa6e4b6016c8a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:35:13 + docker inspect -f . ci-base-image-arm64 18:35:13 . [Pipeline] withDockerContainer 18:35:14 prd-ubuntu18.04-docker-arm64-4c-16g-24757 does not seem to be running inside a container 18:35:14 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/4 -v /w/workspace/go-mod-core-contracts/4:/w/workspace/go-mod-core-contracts/4:rw,z -v /w/workspace/go-mod-core-contracts/4@tmp:/w/workspace/go-mod-core-contracts/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 18:35:15 $ docker top d66a5466d9a16384f7352a5d1a6b623c8887e5a276427d2969502ab3c34f49dd -eo pid,comm [Pipeline] { [Pipeline] sh 18:35:16 + make test 18:35:16 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 18:35:38 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients [no test files] 18:35:40 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/agent 0.068s coverage: 85.7% of statements 18:35:40 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/command 0.025s coverage: 100.0% of statements 18:35:42 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/coredata 0.042s coverage: 45.4% of statements 18:35:42 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/general 0.033s coverage: 77.8% of statements 18:35:42 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces [no test files] 18:35:43 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/logger 0.032s coverage: 26.3% of statements 18:35:43 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/metadata 0.052s coverage: 14.7% of statements 18:35:45 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/notifications 0.015s coverage: 100.0% of statements 18:35:45 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/scheduler 0.095s coverage: 91.8% of statements 18:35:45 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/types [no test files] 18:35:45 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/errors [no test files] 18:35:45 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/local 0.021s coverage: 100.0% of statements 18:35:45 ok github.com/edgexfoundry/go-mod-core-contracts/v2/errors 0.030s coverage: 36.7% of statements 18:35:51 ok github.com/edgexfoundry/go-mod-core-contracts/v2/models 0.161s coverage: 63.0% of statements 18:35:51 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/configuration 0.046s coverage: 26.3% of statements 18:35:51 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/admin 0.023s coverage: 15.4% of statements 18:35:51 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/operating 0.037s coverage: 15.4% of statements 18:35:51 ok github.com/edgexfoundry/go-mod-core-contracts/v2/responses/configuration 0.020s coverage: 14.3% of statements 18:35:51 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2 [no test files] 18:35:55 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http 0.177s coverage: 84.8% of statements 18:35:55 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http/utils [no test files] 18:35:55 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces [no test files] 18:35:55 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces/mocks [no test files] 18:35:55 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos 0.050s coverage: 49.3% of statements 18:35:55 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/common 0.041s coverage: 94.7% of statements 18:35:56 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/requests 0.143s coverage: 88.8% of statements 18:35:56 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/responses 0.025s coverage: 100.0% of statements 18:35:56 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/models [no test files] 18:35:57 CGO_ENABLED=0 GO111MODULE=on go vet ./... 18:36:02 gofmt -l . 18:36:03 [ "`gofmt -l .`" = "" ] [Pipeline] } 18:36:03 $ docker stop --time=1 d66a5466d9a16384f7352a5d1a6b623c8887e5a276427d2969502ab3c34f49dd 18:36:06 $ docker rm -f d66a5466d9a16384f7352a5d1a6b623c8887e5a276427d2969502ab3c34f49dd [Pipeline] // withDockerContainer [Pipeline] sh 18:36:06 + sudo chown -R jenkins:jenkins . [Pipeline] stash 18:36:07 Warning: overwriting stash ‘coverage-report’ 18:36:07 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 18:36:09 provisioning config files... 18:36:09 copy managed file [go-mod-core-contracts-codecov-token] to file:/w/workspace/dry_go-mod-core-contracts_PR-478@tmp/config8633728095077080850tmp [Pipeline] { [Pipeline] sh 18:36:10 + set +x 18:36:10 + curl -s https://codecov.io/bash 18:36:10 + bash -s -- 18:36:10 18:36:10 _____ _ 18:36:10 / ____| | | 18:36:10 | | ___ __| | ___ ___ _____ __ 18:36:10 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 18:36:10 | |___| (_) | (_| | __/ (_| (_) \ V / 18:36:10 \_____\___/ \__,_|\___|\___\___/ \_/ 18:36:10 Bash-20210129-7c25fce 18:36:10 18:36:10 18:36:10 ==> git version 2.24.3 found 18:36:10 ==> 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 18:36:10 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 18:36:10 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 18:36:10 ==> Jenkins CI detected. 18:36:10 project root: . 18:36:10 --> token set from env 18:36:10 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 18:36:10 ==> Running gcov in . (disable via -X gcov) 18:36:10 ==> Python coveragepy not found 18:36:10 ==> Searching for coverage reports in: 18:36:10 + . 18:36:10 -> Found 1 reports 18:36:10 ==> Detecting git/mercurial file structure 18:36:10 ==> Reading reports 18:36:10 + ./coverage.out bytes=147284 18:36:10 ==> Appending adjustments 18:36:10 https://docs.codecov.io/docs/fixing-reports 18:36:11 + Found adjustments 18:36:11 ==> Gzipping contents 18:36:11 24K /tmp/codecov.V0dfgF.gz 18:36:11 ==> Uploading reports 18:36:11 url: https://codecov.io 18:36:11 query: branch=PR-478&commit=bea2f8ed978aa47c1ec9322188fca64fbb0e834f&build=4&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2FPR-478%2F4%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=478&job=&cmd_args= 18:36:11 -> Pinging Codecov 18:36:11 https://codecov.io/upload/v4?package=bash-20210129-7c25fce&token=secret&branch=PR-478&commit=bea2f8ed978aa47c1ec9322188fca64fbb0e834f&build=4&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2FPR-478%2F4%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=478&job=&cmd_args= 18:36:12 -> Uploading to 18:36:12 https://storage.googleapis.com/codecov/v4/raw/2021-02-03/71470A77251A30514AAF9C0BB2E5B6CE/bea2f8ed978aa47c1ec9322188fca64fbb0e834f/212f8ee2-68dc-4d97-a56a-8a3e50ee37b9.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210203%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210203T183611Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=694ee04c46cb456fbd2be19b3f4eb54272ed2becc1e8ee4b7af5feebde555456 18:36:12 % Total % Received % Xferd Average Speed Time Time Time Current 18:36:12 Dload Upload Total Spent Left Speed 18:36:12 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 22401 0 0 100 22401 0 47667 --:--:-- --:--:-- --:--:-- 47763 18:36:12 -> View reports at https://codecov.io/github/edgexfoundry/go-mod-core-contracts/commit/bea2f8ed978aa47c1ec9322188fca64fbb0e834f [Pipeline] } 18:36:12 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 18:36:14 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 18:36:15 ---> package-listing.sh 18:36:15 ++ facter osfamily 18:36:15 ++ tr '[:upper:]' '[:lower:]' 18:36:15 + OS_FAMILY=redhat 18:36:15 + workspace=/w/workspace/dry_go-mod-core-contracts_PR-478 18:36:15 + START_PACKAGES=/tmp/packages_start.txt 18:36:15 + END_PACKAGES=/tmp/packages_end.txt 18:36:15 + DIFF_PACKAGES=/tmp/packages_diff.txt 18:36:15 + PACKAGES=/tmp/packages_start.txt 18:36:15 + '[' /w/workspace/dry_go-mod-core-contracts_PR-478 ']' 18:36:15 + PACKAGES=/tmp/packages_end.txt 18:36:15 + case "${OS_FAMILY}" in 18:36:15 + rpm -qa 18:36:15 + sort 18:36:20 + '[' -f /tmp/packages_start.txt ']' 18:36:20 + '[' -f /tmp/packages_end.txt ']' 18:36:20 + diff /tmp/packages_start.txt /tmp/packages_end.txt 18:36:20 + '[' /w/workspace/dry_go-mod-core-contracts_PR-478 ']' 18:36:20 + mkdir -p /w/workspace/dry_go-mod-core-contracts_PR-478/archives/ 18:36:20 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dry_go-mod-core-contracts_PR-478/archives/ [Pipeline] echo 18:36:20 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-478/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 18:36:20 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 18:36:21 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 18:36:21 18:36:21 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 18:36:21 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 18:36:21 alpine: Pulling from edgex-lftools-log-publisher 18:36:21 df20fa9351a1: Pulling fs layer 18:36:21 36b3adc4ff6f: Pulling fs layer 18:36:21 8ad3a11d3b57: Pulling fs layer 18:36:21 46f8f816bc3b: Pulling fs layer 18:36:21 93b61091891f: Pulling fs layer 18:36:21 93b9cdb0e59b: Pulling fs layer 18:36:21 5e14af77c1be: Pulling fs layer 18:36:21 01666e4c0597: Pulling fs layer 18:36:21 aa168da1d23b: Pulling fs layer 18:36:21 46f8f816bc3b: Waiting 18:36:21 93b61091891f: Waiting 18:36:21 93b9cdb0e59b: Waiting 18:36:21 5e14af77c1be: Waiting 18:36:21 01666e4c0597: Waiting 18:36:21 aa168da1d23b: Waiting 18:36:21 36b3adc4ff6f: Download complete 18:36:21 46f8f816bc3b: Download complete 18:36:21 df20fa9351a1: Verifying Checksum 18:36:21 df20fa9351a1: Download complete 18:36:21 93b9cdb0e59b: Verifying Checksum 18:36:21 93b9cdb0e59b: Download complete 18:36:21 5e14af77c1be: Verifying Checksum 18:36:21 5e14af77c1be: Download complete 18:36:21 93b61091891f: Download complete 18:36:21 01666e4c0597: Verifying Checksum 18:36:21 01666e4c0597: Download complete 18:36:22 df20fa9351a1: Pull complete 18:36:22 36b3adc4ff6f: Pull complete 18:36:22 8ad3a11d3b57: Verifying Checksum 18:36:22 8ad3a11d3b57: Download complete 18:36:23 8ad3a11d3b57: Pull complete 18:36:23 aa168da1d23b: Verifying Checksum 18:36:23 aa168da1d23b: Download complete 18:36:24 46f8f816bc3b: Pull complete 18:36:24 93b61091891f: Pull complete 18:36:24 93b9cdb0e59b: Pull complete 18:36:24 5e14af77c1be: Pull complete 18:36:25 01666e4c0597: Pull complete 18:36:33 aa168da1d23b: Pull complete 18:36:33 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 18:36:33 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 18:36:33 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 18:36:33 prd-centos7-docker-4c-2g-24754 does not seem to be running inside a container 18:36:33 $ 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-478/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-478 -v /w/workspace/dry_go-mod-core-contracts_PR-478:/w/workspace/dry_go-mod-core-contracts_PR-478:rw,z -v /w/workspace/dry_go-mod-core-contracts_PR-478@tmp:/w/workspace/dry_go-mod-core-contracts_PR-478@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 18:36:37 $ docker top 114af1cdc0bc9884cbff24c4d54a28baa2a6b10bfc373c814bcb73b581ec86f0 -eo pid,comm [Pipeline] { [Pipeline] sh 18:36:37 + touch /tmp/pre-build-complete [Pipeline] sh 18:36:37 + mkdir -p /var/log/sa [Pipeline] sh 18:36:38 + ls /var/log/sa-host 18:36:38 + sadf -c /var/log/sa-host/sa03 18:36:38 file_magic: OK 18:36:38 HZ: Using current value: 100 18:36:38 file_header: OK 18:36:38 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 18:36:38 Statistics: 18:36:38 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 18:36:38 File successfully converted to sysstat format version 12.2.1 18:36:38 + sadf -c /var/log/sa-host/sa23 18:36:38 file_magic: OK 18:36:38 HZ: Using current value: 100 18:36:38 file_header: OK 18:36:38 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 18:36:38 Statistics: 18:36:38 Hnuu...uuuununununu... 18:36:38 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 18:36:38 provisioning config files... 18:36:38 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dry_go-mod-core-contracts_PR-478@tmp/config4109357503590311551tmp [Pipeline] { [Pipeline] echo 18:36:38 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 18:36:38 ---> create-netrc.sh [Pipeline] } 18:36:38 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 18:36:38 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 18:36:39 ---> python-tools-install.sh [Pipeline] echo 18:36:39 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 18:36:39 ---> sudo-logs.sh 18:36:39 Archiving 'sudo' log.. [Pipeline] echo 18:36:39 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 18:36:39 ---> job-cost.sh 18:36:40 lf-activate-venv: SKIPPING 18:36:40 INFO: No Stack... 18:36:41 INFO: Retrieving Pricing Info for: v1-standard-2 18:36:41 INFO: Archiving Costs [Pipeline] echo 18:36:41 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 18:36:41 ---> logs-deploy.sh 18:36:41 lf-activate-venv: SKIPPING 18:36:41 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/PR-478/4 18:36:41 INFO: archiving workspace using pattern(s): 18:36:43 Archives upload complete. 18:36:43 INFO: archiving logs to Nexus 18:36:44 ---> uname -a: 18:36:44 Linux prd-centos7-docker-4c-2g-24754.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 18:36:44 18:36:44 18:36:44 ---> lscpu: 18:36:44 Architecture: x86_64 18:36:44 CPU op-mode(s): 32-bit, 64-bit 18:36:44 Byte Order: Little Endian 18:36:44 Address sizes: 40 bits physical, 48 bits virtual 18:36:44 CPU(s): 4 18:36:44 On-line CPU(s) list: 0-3 18:36:44 Thread(s) per core: 1 18:36:44 Core(s) per socket: 1 18:36:44 Socket(s): 4 18:36:44 NUMA node(s): 1 18:36:44 Vendor ID: GenuineIntel 18:36:44 CPU family: 6 18:36:44 Model: 44 18:36:44 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 18:36:44 Stepping: 1 18:36:44 CPU MHz: 2933.436 18:36:44 BogoMIPS: 5866.87 18:36:44 Virtualization: VT-x 18:36:44 Hypervisor vendor: KVM 18:36:44 Virtualization type: full 18:36:44 L1d cache: 128 KiB 18:36:44 L1i cache: 128 KiB 18:36:44 L2 cache: 16 MiB 18:36:44 L3 cache: 64 MiB 18:36:44 NUMA node0 CPU(s): 0-3 18:36:44 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 18:36:44 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 18:36:44 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 18:36:44 Vulnerability Meltdown: Mitigation; PTI 18:36:44 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 18:36:44 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 18:36:44 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 18:36:44 Vulnerability Srbds: Not affected 18:36:44 Vulnerability Tsx async abort: Not affected 18:36:44 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 18:36:44 18:36:44 18:36:44 ---> nproc: 18:36:44 4 18:36:44 18:36:44 18:36:44 ---> df -h: 18:36:44 Filesystem Size Used Available Use% Mounted on 18:36:44 overlay 50.0G 7.3G 42.7G 15% / 18:36:44 tmpfs 64.0M 0 64.0M 0% /dev 18:36:44 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 18:36:44 shm 64.0M 0 64.0M 0% /dev/shm 18:36:44 /dev/vda1 50.0G 7.3G 42.7G 15% /facter-os 18:36:44 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/resolv.conf 18:36:44 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hostname 18:36:44 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hosts 18:36:44 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/auth.log 18:36:44 /dev/vda1 50.0G 7.3G 42.7G 15% /run/cloud-init/result.json 18:36:44 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/dry_go-mod-core-contracts_PR-478 18:36:44 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/dry_go-mod-core-contracts_PR-478@tmp 18:36:44 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/sa-host 18:36:44 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/secure 18:36:44 18:36:44 18:36:44 ---> free -m: 18:36:44 total used free shared buff/cache available 18:36:44 Mem: 1837 716 112 0 1008 1015 18:36:44 Swap: 1023 1 1022 18:36:44 18:36:44 18:36:44 ---> ip addr: 18:36:44 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 18:36:44 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 18:36:44 inet 127.0.0.1/8 scope host lo 18:36:44 valid_lft forever preferred_lft forever 18:36:44 inet6 ::1/128 scope host 18:36:44 valid_lft forever preferred_lft forever 18:36:44 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 18:36:44 link/ether fa:16:3e:b0:86:96 brd ff:ff:ff:ff:ff:ff 18:36:44 inet 10.30.122.239/23 brd 10.30.123.255 scope global dynamic eth0 18:36:44 valid_lft 85956sec preferred_lft 85956sec 18:36:44 inet6 fe80::f816:3eff:feb0:8696/64 scope link 18:36:44 valid_lft forever preferred_lft forever 18:36:44 3: docker0: mtu 1500 qdisc noqueue state DOWN 18:36:44 link/ether 02:42:30:79:db:d0 brd ff:ff:ff:ff:ff:ff 18:36:44 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 18:36:44 valid_lft forever preferred_lft forever 18:36:44 inet6 fe80::42:30ff:fe79:dbd0/64 scope link 18:36:44 valid_lft forever preferred_lft forever 18:36:44 18:36:44 18:36:44 ---> sar -b -r -n DEV: 18:36:44 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/03/21 _x86_64_ (4 CPU) 18:36:44 18:36:44 18:29:08 LINUX RESTART (4 CPU) 18:36:44 18:36:44 18:30:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 18:36:44 18:31:01 27.25 5.45 21.80 0.00 1349.36 3050.74 0.00 18:36:44 18:32:01 0.72 0.00 0.72 0.00 0.00 15.57 0.00 18:36:44 18:33:01 0.32 0.00 0.32 0.00 0.00 3.36 0.00 18:36:44 18:34:01 0.22 0.00 0.22 0.00 0.00 2.96 0.00 18:36:44 18:35:01 0.23 0.00 0.23 0.00 0.00 3.65 0.00 18:36:44 18:36:01 0.32 0.00 0.32 0.00 0.00 4.20 0.00 18:36:44 Average: 4.78 0.90 3.89 0.00 221.87 506.59 0.00 18:36:44 18:36:44 18:30:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 18:36:44 18:31:01 143676 0 621264 33.02 2620 1113984 1108284 37.82 411292 1125324 20 18:36:44 18:32:01 150952 0 613980 32.63 2620 1113992 1079068 36.83 409316 1121604 8 18:36:44 18:33:01 149408 0 615520 32.71 2620 1113996 1079068 36.83 408876 1123812 12 18:36:44 18:34:01 147992 0 616936 32.79 2620 1113996 1079260 36.83 418192 1115580 8 18:36:44 18:35:01 147464 0 617456 32.82 2620 1114004 1079224 36.83 417604 1117328 16 18:36:44 18:36:01 148136 0 616780 32.78 2620 1114008 1079068 36.83 420844 1113232 12 18:36:44 Average: 147938 0 616989 32.79 2620 1113997 1083995 36.99 414354 1119480 13 18:36:44 18:36:44 18:30:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 18:36:44 18:31:01 eth0 44.94 38.00 75.38 27.29 0.00 0.00 0.00 0.00 18:36:44 18:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:36:44 18:31:01 docker0 11.04 7.70 1.88 18.28 0.00 0.00 0.00 0.00 18:36:44 18:32:01 eth0 0.12 0.08 0.01 0.01 0.00 0.00 0.00 0.00 18:36:44 18:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:36:44 18:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:36:44 18:33:01 eth0 0.85 0.07 0.07 0.01 0.00 0.00 0.00 0.00 18:36:44 18:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:36:44 18:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:36:44 18:34:01 eth0 0.95 0.22 0.31 0.16 0.00 0.00 0.00 0.00 18:36:44 18:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:36:44 18:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:36:44 18:35:01 eth0 0.72 0.47 0.43 0.29 0.00 0.00 0.00 0.00 18:36:44 18:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:36:44 18:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:36:44 18:36:01 eth0 0.12 0.08 0.01 0.01 0.00 0.00 0.00 0.00 18:36:44 18:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:36:44 18:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:36:44 Average: eth0 7.85 6.40 12.53 4.57 0.00 0.00 0.00 0.00 18:36:44 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:36:44 Average: docker0 1.81 1.27 0.31 3.01 0.00 0.00 0.00 0.00 18:36:44 18:36:44 18:36:44 ---> sar -P ALL: 18:36:44 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/03/21 _x86_64_ (4 CPU) 18:36:44 18:36:44 18:29:08 LINUX RESTART (4 CPU) 18:36:44 18:36:44 18:30:02 CPU %user %nice %system %iowait %steal %idle 18:36:44 18:31:01 all 2.14 0.00 1.41 0.66 0.04 95.74 18:36:44 18:31:01 0 1.77 0.00 1.73 0.10 0.02 96.38 18:36:44 18:31:01 1 2.42 0.00 1.24 0.07 0.05 96.22 18:36:44 18:31:01 2 2.40 0.00 1.43 1.02 0.09 95.06 18:36:44 18:31:01 3 1.97 0.00 1.24 1.46 0.00 95.32 18:36:44 18:32:01 all 0.14 0.00 0.05 0.00 0.00 99.80 18:36:44 18:32:01 0 0.43 0.00 0.05 0.00 0.00 99.52 18:36:44 18:32:01 1 0.05 0.00 0.03 0.00 0.00 99.92 18:36:44 18:32:01 2 0.07 0.00 0.07 0.00 0.00 99.87 18:36:44 18:32:01 3 0.02 0.00 0.05 0.00 0.02 99.92 18:36:44 18:33:01 all 0.13 0.00 0.05 0.00 0.02 99.80 18:36:44 18:33:01 0 0.35 0.00 0.03 0.00 0.02 99.60 18:36:44 18:33:01 1 0.05 0.00 0.03 0.00 0.02 99.90 18:36:44 18:33:01 2 0.10 0.00 0.07 0.00 0.02 99.82 18:36:44 18:33:01 3 0.03 0.00 0.05 0.00 0.02 99.90 18:36:44 18:34:01 all 0.15 0.00 0.04 0.00 0.00 99.80 18:36:44 18:34:01 0 0.52 0.00 0.03 0.00 0.00 99.45 18:36:44 18:34:01 1 0.02 0.00 0.03 0.00 0.00 99.95 18:36:44 18:34:01 2 0.05 0.00 0.07 0.00 0.02 99.87 18:36:44 18:34:01 3 0.03 0.00 0.03 0.00 0.00 99.93 18:36:44 18:35:01 all 0.15 0.00 0.19 0.00 0.01 99.65 18:36:44 18:35:01 0 0.30 0.00 0.13 0.00 0.02 99.55 18:36:44 18:35:01 1 0.10 0.00 0.22 0.00 0.02 99.67 18:36:44 18:35:01 2 0.10 0.00 0.23 0.00 0.00 99.67 18:36:44 18:35:01 3 0.08 0.00 0.18 0.00 0.02 99.72 18:36:44 18:36:01 all 0.05 0.00 0.05 0.00 0.00 99.90 18:36:44 18:36:01 0 0.10 0.00 0.05 0.00 0.00 99.85 18:36:44 18:36:01 1 0.02 0.00 0.02 0.00 0.00 99.97 18:36:44 18:36:01 2 0.00 0.00 0.07 0.00 0.00 99.93 18:36:44 18:36:01 3 0.08 0.00 0.08 0.00 0.00 99.83 18:36:44 Average: all 0.46 0.00 0.30 0.11 0.01 99.13 18:36:44 Average: 0 0.57 0.00 0.33 0.02 0.01 99.07 18:36:44 Average: 1 0.43 0.00 0.26 0.01 0.01 99.28 18:36:44 Average: 2 0.45 0.00 0.32 0.17 0.02 99.05 18:36:44 Average: 3 0.37 0.00 0.27 0.24 0.01 99.12 18:36:44 18:36:44 18:36:44