Pull request #458 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 944094fc067420aa4c8fb4110feecccf3fa35190+e35ca5e202a3b4aeda829793b42f699c895703f6 (4b64ff911c615da78fe53c567da7b81738b422cd) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 69a7e166112f335804d9fea76440e5140e47f034 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 69a7e166112f335804d9fea76440e5140e47f034 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:go-mod-core-contracts, buildImage:false, pushImage:false, semverBump:pre] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: go-mod-core-contracts-settings PROJECT: go-mod-core-contracts USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-go-mod-core-contracts DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: false PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: false SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-22839 in /w/workspace/dry_go-mod-core-contracts_PR-458 [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-458 # 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/458/head:refs/remotes/origin/PR-458 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit e35ca5e202a3b4aeda829793b42f699c895703f6 into PR head commit 944094fc067420aa4c8fb4110feecccf3fa35190 Merge succeeded, producing 944094fc067420aa4c8fb4110feecccf3fa35190 Checking out Revision 944094fc067420aa4c8fb4110feecccf3fa35190 (PR-458) > git config core.sparsecheckout # timeout=10 > git checkout -f 944094fc067420aa4c8fb4110feecccf3fa35190 # 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 e35ca5e202a3b4aeda829793b42f699c895703f6 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 944094fc067420aa4c8fb4110feecccf3fa35190 # timeout=10 Commit message: "build(deps): Bump github.com/google/uuid from 1.1.5 to 1.2.0" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 15:36:15 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials > git rev-list --no-walk 17e186f9533a9d11bf1c9632cb519591d1a7efd7 # timeout=10 15:36:15 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 15:36:16 ========================================================= 15:36:16 EdgeX Global Pipelines Version Info 15:36:16 ========================================================= [Pipeline] libraryResource [Pipeline] sh 15:36:17 ------------------- 15:36:17 stable info: 15:36:17 ------------------- 15:36:17 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 15:36:17 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 15:36:17 Message: update stable to v1.0.179 15:36:18 ------------------- 15:36:18 experimental info: 15:36:18 ------------------- 15:36:18 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 15:36:18 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 15:36:18 Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 15:36:18 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-core-contracts-settings [Pipeline] echo 15:36:18 [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-core-contracts [Pipeline] echo 15:36:18 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 15:36:19 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 15:36:19 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 15:36:19 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 15:36:19 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 15:36:19 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 15:36:19 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 15:36:19 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 15:36:19 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 15:36:19 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-core-contracts [Pipeline] echo 15:36:19 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 15:36:19 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 15:36:20 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 15:36:20 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 15:36:20 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 15:36:20 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 15:36:20 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 15:36:20 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 15:36:20 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 15:36:20 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 15:36:21 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 15:36:21 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 15:36:21 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 15:36:21 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 15:36:21 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 15:36:21 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-458 [Pipeline] echo 15:36:21 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-458 [Pipeline] echo 15:36:21 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-458 [Pipeline] echo 15:36:22 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 944094fc067420aa4c8fb4110feecccf3fa35190 [Pipeline] echo 15:36:22 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 944094f [Pipeline] echo 15:36:22 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 15:36:22 + git log --format=format:%s -1 944094fc067420aa4c8fb4110feecccf3fa35190 [Pipeline] echo 15:36:22 GIT_COMMIT: 944094fc067420aa4c8fb4110feecccf3fa35190, Commit Message: build(deps): Bump github.com/google/uuid from 1.1.5 to 1.2.0 [Pipeline] echo 15:36:23 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 15:36:24 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:36:24 15:36:24 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 15:36:24 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:36:24 latest: Pulling from edgex-devops/git-semver 15:36:24 31603596830f: Pulling fs layer 15:36:24 2a8b12db71e7: Pulling fs layer 15:36:24 6ca5941a6612: Pulling fs layer 15:36:24 ecc8261a40a4: Pulling fs layer 15:36:24 ecc8261a40a4: Waiting 15:36:24 2a8b12db71e7: Verifying Checksum 15:36:24 2a8b12db71e7: Download complete 15:36:24 31603596830f: Verifying Checksum 15:36:24 31603596830f: Download complete 15:36:24 ecc8261a40a4: Verifying Checksum 15:36:24 ecc8261a40a4: Download complete 15:36:24 6ca5941a6612: Verifying Checksum 15:36:24 6ca5941a6612: Download complete 15:36:24 31603596830f: Pull complete 15:36:25 2a8b12db71e7: Pull complete 15:36:26 6ca5941a6612: Pull complete 15:36:26 ecc8261a40a4: Pull complete 15:36:26 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 15:36:26 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:36:26 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 15:36:26 prd-centos7-docker-4c-2g-22839 does not seem to be running inside a container 15:36:26 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_go-mod-core-contracts_PR-458 -v /w/workspace/dry_go-mod-core-contracts_PR-458:/w/workspace/dry_go-mod-core-contracts_PR-458:rw,z -v /w/workspace/dry_go-mod-core-contracts_PR-458@tmp:/w/workspace/dry_go-mod-core-contracts_PR-458@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 15:36:28 $ docker top 63cd0aa169f9cce652ba8b052ba57a8661530b0224bb547e4e032351f6dae03f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 15:36:28 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:36:28 [ssh-agent] Looking for ssh-agent implementation... 15:36:29 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:36:29 $ docker exec 63cd0aa169f9cce652ba8b052ba57a8661530b0224bb547e4e032351f6dae03f ssh-agent 15:36:29 SSH_AUTH_SOCK=/tmp/ssh-W8AXR6z2xHLD/agent.12 15:36:29 SSH_AGENT_PID=17 15:36:29 Running ssh-add (command line suppressed) 15:36:29 Identity added: /w/workspace/dry_go-mod-core-contracts_PR-458@tmp/private_key_2652426506899817992.key (/w/workspace/dry_go-mod-core-contracts_PR-458@tmp/private_key_2652426506899817992.key) 15:36:29 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:36:29 + git tag --points-at HEAD [Pipeline] } 15:36:29 $ docker exec --env ******** --env ******** 63cd0aa169f9cce652ba8b052ba57a8661530b0224bb547e4e032351f6dae03f ssh-agent -k 15:36:29 unset SSH_AUTH_SOCK; 15:36:29 unset SSH_AGENT_PID; 15:36:29 echo Agent pid 17 killed; 15:36:30 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 15:36:30 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:36:30 [ssh-agent] Looking for ssh-agent implementation... 15:36:30 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:36:30 $ docker exec 63cd0aa169f9cce652ba8b052ba57a8661530b0224bb547e4e032351f6dae03f ssh-agent 15:36:30 SSH_AUTH_SOCK=/tmp/ssh-4cajPjN9Nu9s/agent.45 15:36:30 SSH_AGENT_PID=50 15:36:30 Running ssh-add (command line suppressed) 15:36:30 Identity added: /w/workspace/dry_go-mod-core-contracts_PR-458@tmp/private_key_4372548999621080387.key (/w/workspace/dry_go-mod-core-contracts_PR-458@tmp/private_key_4372548999621080387.key) 15:36:30 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:36:31 + git semver init 15:36:31 # -> Open(): unable to determine branch for HEAD 15:36:31 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_PR-458/.git 15:36:31 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_PR-458 15:36:31 # $SEMVER_REMOTE_NAME = origin 15:36:31 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 15:36:31 # $SEMVER_USER_NAME = edgex-jenkins 15:36:31 # $SEMVER_BRANCH = PR-458 15:36:31 # $SEMVER_TEMP = /tmp/semver-632882927 15:36:31 # git clone --branch semver git@github.com:edgexfoundry/go-mod-core-contracts.git $SEMVER_TEMP 15:36:31 # '/tmp/semver-632882927' -> '/w/workspace/dry_go-mod-core-contracts_PR-458/.semver' 15:36:31 # -> Force: false 15:36:31 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_PR-458/.semver [Pipeline] } 15:36:31 $ docker exec --env ******** --env ******** 63cd0aa169f9cce652ba8b052ba57a8661530b0224bb547e4e032351f6dae03f ssh-agent -k 15:36:32 unset SSH_AUTH_SOCK; 15:36:32 unset SSH_AGENT_PID; 15:36:32 echo Agent pid 50 killed; 15:36:32 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 15:36:32 + git semver [Pipeline] } 15:36:32 $ docker stop --time=1 63cd0aa169f9cce652ba8b052ba57a8661530b0224bb547e4e032351f6dae03f 15:36:34 $ docker rm -f 63cd0aa169f9cce652ba8b052ba57a8661530b0224bb547e4e032351f6dae03f [Pipeline] // withDockerContainer [Pipeline] sh 15:36:34 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 15:36:35 Stashed 1 file(s) [Pipeline] echo 15:36:35 [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 15:36:50 Still waiting to schedule task 15:36:50 ‘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-22834’ is offline; ‘prd-centos7-docker-4c-2g-22840’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-18207’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-22838’ doesn’t have label ‘centos7-docker-4c-2g’ 15:36:50 Still waiting to schedule task 15:36:50 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 15:37:58 Running on prd-centos7-docker-4c-2g-22842 in /w/workspace/dry_go-mod-core-contracts_PR-458 [Pipeline] { [Pipeline] ws 15:37:58 Running in /w/workspace/go-mod-core-contracts/3 [Pipeline] { [Pipeline] checkout 15:38:01 using credential edgex-jenkins-ssh 15:38:01 Cloning the remote Git repository 15:38:00 Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git 15:38:01 > git init /w/workspace/go-mod-core-contracts/3 # timeout=10 15:38:01 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 15:38:01 > git --version # timeout=10 15:38:01 > git --version # 'git version 2.24.3' 15:38:01 using GIT_SSH to set credentials SSH Credentials for GitHub 15:38:01 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 15:38:03 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 15:38:03 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 15:38:03 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 15:38:03 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 15:38:03 using GIT_SSH to set credentials SSH Credentials for GitHub 15:38:03 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/458/head:refs/remotes/origin/PR-458 +refs/heads/master:refs/remotes/origin/master # timeout=10 15:38:04 Merging remotes/origin/master commit e35ca5e202a3b4aeda829793b42f699c895703f6 into PR head commit 944094fc067420aa4c8fb4110feecccf3fa35190 15:38:05 Merge succeeded, producing 944094fc067420aa4c8fb4110feecccf3fa35190 15:38:05 Checking out Revision 944094fc067420aa4c8fb4110feecccf3fa35190 (PR-458) 15:38:04 > git config core.sparsecheckout # timeout=10 15:38:04 > git checkout -f 944094fc067420aa4c8fb4110feecccf3fa35190 # timeout=10 15:38:05 > git remote # timeout=10 15:38:05 > git config --get remote.origin.url # timeout=10 15:38:05 using GIT_SSH to set credentials SSH Credentials for GitHub 15:38:05 > git merge e35ca5e202a3b4aeda829793b42f699c895703f6 # timeout=10 15:38:05 > git rev-parse HEAD^{commit} # timeout=10 15:38:05 > git config core.sparsecheckout # timeout=10 15:38:05 > git checkout -f 944094fc067420aa4c8fb4110feecccf3fa35190 # timeout=10 15:38:08 Commit message: "build(deps): Bump github.com/google/uuid from 1.1.5 to 1.2.0" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 15:38:09 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 15:38:10 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 15:38:10 + sudo service docker restart 15:38:10 + true 15:38:10 Redirecting to /bin/systemctl restart docker.service [Pipeline] unstash [Pipeline] echo 15:38:11 ========================================================= 15:38:11 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 15:38:11 ========================================================= [Pipeline] isUnix [Pipeline] sh 15:38:12 + 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 . 15:38:12 Sending build context to Docker daemon 2.35MB 15:38:12 Step 1/7 : ARG BASE=golang:1.15-alpine 15:38:12 Step 2/7 : FROM ${BASE} 15:38:12 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 15:38:12 188c0c94c7c5: Pulling fs layer 15:38:12 0ef7d3d256c8: Pulling fs layer 15:38:12 de9db76c5a1d: Pulling fs layer 15:38:12 bca2f99d35d6: Pulling fs layer 15:38:12 93359f2a8cfa: Pulling fs layer 15:38:12 7c6f9722023f: Pulling fs layer 15:38:12 a35cf1a2eb13: Pulling fs layer 15:38:12 bca2f99d35d6: Waiting 15:38:12 93359f2a8cfa: Waiting 15:38:12 7c6f9722023f: Waiting 15:38:12 a35cf1a2eb13: Waiting 15:38:12 de9db76c5a1d: Verifying Checksum 15:38:12 de9db76c5a1d: Download complete 15:38:12 0ef7d3d256c8: Verifying Checksum 15:38:12 0ef7d3d256c8: Download complete 15:38:12 93359f2a8cfa: Verifying Checksum 15:38:12 93359f2a8cfa: Download complete 15:38:12 7c6f9722023f: Verifying Checksum 15:38:12 7c6f9722023f: Download complete 15:38:13 188c0c94c7c5: Download complete 15:38:13 188c0c94c7c5: Pull complete 15:38:14 0ef7d3d256c8: Pull complete 15:38:14 de9db76c5a1d: Pull complete 15:38:14 a35cf1a2eb13: Verifying Checksum 15:38:14 a35cf1a2eb13: Download complete 15:38:15 bca2f99d35d6: Verifying Checksum 15:38:15 bca2f99d35d6: Download complete 15:38:21 bca2f99d35d6: Pull complete 15:38:21 93359f2a8cfa: Pull complete 15:38:21 7c6f9722023f: Pull complete 15:38:26 a35cf1a2eb13: Pull complete 15:38:26 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 15:38:26 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 15:38:26 ---> a62c8e92a672 15:38:26 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 15:38:26 ---> Running in 1b02023e94ab 15:38:26 Removing intermediate container 1b02023e94ab 15:38:26 ---> 5b480005d9de 15:38:26 Step 4/7 : RUN apk add bash 15:38:26 ---> Running in 52dcd41cb571 15:38:27 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:38:28 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:38:28 OK: 166 MiB in 39 packages 15:38:29 Removing intermediate container 52dcd41cb571 15:38:29 ---> 5fdac2f7757b 15:38:29 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 15:38:29 ---> Running in a059b0d35f5c 15:38:29 Removing intermediate container a059b0d35f5c 15:38:29 ---> 7a1decf7b4fb 15:38:29 Step 6/7 : COPY go.mod . 15:38:29 ---> 1e6ffddecfb9 15:38:29 Step 7/7 : RUN go mod download 15:38:29 ---> Running in 3633b308a0aa 15:38:42 Removing intermediate container 3633b308a0aa 15:38:42 ---> 54d3da9dac12 15:38:42 Successfully built 54d3da9dac12 15:38:42 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 15:38:42 + docker inspect -f . ci-base-image-x86_64 15:38:42 . [Pipeline] withDockerContainer 15:38:42 prd-centos7-docker-4c-2g-22842 does not seem to be running inside a container 15:38:42 $ 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 ******** ci-base-image-x86_64 cat 15:38:43 $ docker top 186d713fd5b2a851cf8ae54972b1d76367c1bc7a7f1955a5ca28ffec9d0d6dcb -eo pid,comm [Pipeline] { [Pipeline] sh 15:38:43 Running on prd-ubuntu18.04-docker-arm64-4c-16g-22841 in /w/workspace/dry_go-mod-core-contracts_PR-458 [Pipeline] { [Pipeline] ws 15:38:43 Running in /w/workspace/go-mod-core-contracts/3 [Pipeline] { [Pipeline] checkout 15:38:43 + go version 15:38:43 go version go1.15.5 linux/amd64 [Pipeline] } 15:38:43 $ docker stop --time=1 186d713fd5b2a851cf8ae54972b1d76367c1bc7a7f1955a5ca28ffec9d0d6dcb 15:38:45 $ docker rm -f 186d713fd5b2a851cf8ae54972b1d76367c1bc7a7f1955a5ca28ffec9d0d6dcb [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:38:46 + docker inspect -f . ci-base-image-x86_64 15:38:46 . [Pipeline] withDockerContainer 15:38:46 prd-centos7-docker-4c-2g-22842 does not seem to be running inside a container 15:38:46 $ 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 ******** ci-base-image-x86_64 cat 15:38:47 $ docker top 623b269363c51c5e2737962f8c60c5cbf3393e553e808a9f95f4dbece2227463 -eo pid,comm [Pipeline] { [Pipeline] sh 15:38:47 + make test 15:38:47 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 15:38:49 using credential edgex-jenkins-ssh 15:38:49 Cloning the remote Git repository 15:38:49 Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git 15:38:49 > git init /w/workspace/go-mod-core-contracts/3 # timeout=10 15:38:49 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 15:38:49 > git --version # timeout=10 15:38:49 > git --version # 'git version 2.17.1' 15:38:49 using GIT_SSH to set credentials SSH Credentials for GitHub 15:38:49 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 15:38:51 Merging remotes/origin/master commit e35ca5e202a3b4aeda829793b42f699c895703f6 into PR head commit 944094fc067420aa4c8fb4110feecccf3fa35190 15:38:51 Merge succeeded, producing 944094fc067420aa4c8fb4110feecccf3fa35190 15:38:51 Checking out Revision 944094fc067420aa4c8fb4110feecccf3fa35190 (PR-458) 15:38:50 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 15:38:50 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 15:38:50 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 15:38:50 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 15:38:50 using GIT_SSH to set credentials SSH Credentials for GitHub 15:38:50 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/458/head:refs/remotes/origin/PR-458 +refs/heads/master:refs/remotes/origin/master # timeout=10 15:38:51 > git config core.sparsecheckout # timeout=10 15:38:51 > git checkout -f 944094fc067420aa4c8fb4110feecccf3fa35190 # timeout=10 15:38:51 > git remote # timeout=10 15:38:51 > git config --get remote.origin.url # timeout=10 15:38:51 using GIT_SSH to set credentials SSH Credentials for GitHub 15:38:51 > git merge e35ca5e202a3b4aeda829793b42f699c895703f6 # timeout=10 15:38:51 > git rev-parse HEAD^{commit} # timeout=10 15:38:51 > git config core.sparsecheckout # timeout=10 15:38:51 > git checkout -f 944094fc067420aa4c8fb4110feecccf3fa35190 # timeout=10 15:38:54 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients [no test files] 15:38:55 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/agent 0.027s coverage: 85.7% of statements 15:38:55 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/command 0.013s coverage: 100.0% of statements 15:38:55 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/coredata 0.012s coverage: 45.4% of statements 15:38:55 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/general 0.025s coverage: 77.8% of statements 15:38:55 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces [no test files] 15:38:55 Commit message: "build(deps): Bump github.com/google/uuid from 1.1.5 to 1.2.0" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 15:38:56 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/logger 0.005s coverage: 26.3% of statements 15:38:56 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/metadata 0.019s coverage: 14.7% of statements 15:38:56 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/notifications 0.036s coverage: 100.0% of statements 15:38:57 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/scheduler 0.034s coverage: 91.8% of statements 15:38:57 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/types [no test files] 15:38:57 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/errors [no test files] 15:38:57 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/local 0.007s coverage: 100.0% of statements 15:38:57 ok github.com/edgexfoundry/go-mod-core-contracts/v2/errors 0.008s coverage: 36.7% of statements 15:38:57 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 15:38:57 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 15:38:58 + true+ 15:38:58 sudo service docker restart 15:38:59 ok github.com/edgexfoundry/go-mod-core-contracts/v2/models 0.020s coverage: 63.0% of statements 15:38:59 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/configuration 0.007s coverage: 26.3% of statements 15:38:59 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/admin 0.014s coverage: 15.4% of statements 15:38:59 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/operating 0.009s coverage: 15.4% of statements 15:38:59 ok github.com/edgexfoundry/go-mod-core-contracts/v2/responses/configuration 0.036s coverage: 14.3% of statements 15:38:59 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2 [no test files] [Pipeline] unstash [Pipeline] echo 15:39:00 ========================================================= 15:39:00 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 15:39:00 ========================================================= [Pipeline] isUnix [Pipeline] sh 15:39:00 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http 0.086s coverage: 84.7% of statements 15:39:00 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http/utils [no test files] 15:39:00 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces [no test files] 15:39:00 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces/mocks [no test files] 15:39:00 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos 0.009s coverage: 43.6% of statements 15:39:00 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/common 0.022s coverage: 94.4% of statements 15:39:00 + 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 . 15:39:00 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/requests 0.034s coverage: 92.9% of statements 15:39:00 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/responses 0.009s coverage: 100.0% of statements 15:39:00 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/models [no test files] 15:39:01 CGO_ENABLED=0 GO111MODULE=on go vet ./... 15:39:01 Sending build context to Docker daemon 2.349MB 15:39:01 Step 1/7 : ARG BASE=golang:1.15-alpine 15:39:01 Step 2/7 : FROM ${BASE} 15:39:02 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 15:39:02 5f621e34cdf4: Pulling fs layer 15:39:02 a4357932f1b6: Pulling fs layer 15:39:02 18c013af1878: Pulling fs layer 15:39:02 00ac8860ef70: Pulling fs layer 15:39:02 63d7cb157983: Pulling fs layer 15:39:02 b116817d02f9: Pulling fs layer 15:39:02 745a02a5169b: Pulling fs layer 15:39:02 00ac8860ef70: Waiting 15:39:02 63d7cb157983: Waiting 15:39:02 b116817d02f9: Waiting 15:39:02 18c013af1878: Verifying Checksum 15:39:02 18c013af1878: Download complete 15:39:02 a4357932f1b6: Verifying Checksum 15:39:02 a4357932f1b6: Download complete 15:39:02 63d7cb157983: Verifying Checksum 15:39:02 63d7cb157983: Download complete 15:39:02 b116817d02f9: Download complete 15:39:02 5f621e34cdf4: Download complete 15:39:02 5f621e34cdf4: Pull complete 15:39:03 gofmt -l . 15:39:03 [ "`gofmt -l .`" = "" ] [Pipeline] } 15:39:03 $ docker stop --time=1 623b269363c51c5e2737962f8c60c5cbf3393e553e808a9f95f4dbece2227463 15:39:03 a4357932f1b6: Pull complete 15:39:03 18c013af1878: Pull complete 15:39:04 745a02a5169b: Verifying Checksum 15:39:04 745a02a5169b: Download complete 15:39:05 00ac8860ef70: Verifying Checksum 15:39:05 00ac8860ef70: Download complete 15:39:05 $ docker rm -f 623b269363c51c5e2737962f8c60c5cbf3393e553e808a9f95f4dbece2227463 [Pipeline] // withDockerContainer [Pipeline] sh 15:39:06 + sudo chown -R jenkins:jenkins . [Pipeline] stash 15:39: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] } 15:39:15 00ac8860ef70: Pull complete 15:39:15 63d7cb157983: Pull complete 15:39:16 b116817d02f9: Pull complete 15:39:19 745a02a5169b: Pull complete 15:39:19 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 15:39:19 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 15:39:19 ---> b7e6874047d6 15:39:19 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 15:39:22 ---> Running in 9d87fca7bbc0 15:39:22 Removing intermediate container 9d87fca7bbc0 15:39:22 ---> f0688d245d84 15:39:22 Step 4/7 : RUN apk add bash 15:39:22 ---> Running in 3de37c4a1eb9 15:39:24 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:39:24 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:39:26 OK: 142 MiB in 39 packages 15:39:27 Removing intermediate container 3de37c4a1eb9 15:39:27 ---> af5ab51aa7a9 15:39:27 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 15:39:27 ---> Running in ccbe728aac1f 15:39:27 Removing intermediate container ccbe728aac1f 15:39:27 ---> 84d35dd0d3f2 15:39:27 Step 6/7 : COPY go.mod . 15:39:28 ---> 2438365f1421 15:39:28 Step 7/7 : RUN go mod download 15:39:28 ---> Running in 52f8356e2769 15:39:44 Removing intermediate container 52f8356e2769 15:39:44 ---> 384308c824cd 15:39:44 Successfully built 384308c824cd 15:39:44 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 15:39:44 + docker inspect -f . ci-base-image-arm64 15:39:44 . [Pipeline] withDockerContainer 15:39:44 prd-ubuntu18.04-docker-arm64-4c-16g-22841 does not seem to be running inside a container 15:39:44 $ 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 ******** ci-base-image-arm64 cat 15:39:46 $ docker top 78b566ee9e768a09218f425465a036a90c754bbde280aec36fde16efff0eca6e -eo pid,comm [Pipeline] { [Pipeline] sh 15:39:47 + go version 15:39:47 go version go1.15.5 linux/arm64 [Pipeline] } 15:39:47 $ docker stop --time=1 78b566ee9e768a09218f425465a036a90c754bbde280aec36fde16efff0eca6e 15:39:49 $ docker rm -f 78b566ee9e768a09218f425465a036a90c754bbde280aec36fde16efff0eca6e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:39:50 + docker inspect -f . ci-base-image-arm64 15:39:50 . [Pipeline] withDockerContainer 15:39:50 prd-ubuntu18.04-docker-arm64-4c-16g-22841 does not seem to be running inside a container 15:39:50 $ 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 ******** ci-base-image-arm64 cat 15:39:51 $ docker top b6cff8befa3c0ecda22c1d4f27b59713b38d2848f5657905966dbd4fd273d15f -eo pid,comm [Pipeline] { [Pipeline] sh 15:39:52 + make test 15:39:52 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 15:40:15 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients [no test files] 15:40:16 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/agent 0.026s coverage: 85.7% of statements 15:40:16 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/command 0.055s coverage: 100.0% of statements 15:40:18 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/coredata 0.057s coverage: 45.4% of statements 15:40:18 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/general 0.047s coverage: 77.8% of statements 15:40:18 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces [no test files] 15:40:18 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/logger 0.037s coverage: 26.3% of statements 15:40:19 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/metadata 0.054s coverage: 14.7% of statements 15:40:20 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/notifications 0.025s coverage: 100.0% of statements 15:40:21 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/scheduler 0.092s coverage: 91.8% of statements 15:40:21 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/types [no test files] 15:40:21 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/errors [no test files] 15:40:21 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/local 0.014s coverage: 100.0% of statements 15:40:21 ok github.com/edgexfoundry/go-mod-core-contracts/v2/errors 0.015s coverage: 36.7% of statements 15:40:26 ok github.com/edgexfoundry/go-mod-core-contracts/v2/models 0.160s coverage: 63.0% of statements 15:40:26 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/configuration 0.015s coverage: 26.3% of statements 15:40:26 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/admin 0.033s coverage: 15.4% of statements 15:40:26 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/operating 0.030s coverage: 15.4% of statements 15:40:26 ok github.com/edgexfoundry/go-mod-core-contracts/v2/responses/configuration 0.046s coverage: 14.3% of statements 15:40:26 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2 [no test files] 15:40:28 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http 0.197s coverage: 84.7% of statements 15:40:28 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http/utils [no test files] 15:40:28 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces [no test files] 15:40:28 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces/mocks [no test files] 15:40:29 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos 0.074s coverage: 43.6% of statements 15:40:29 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/common 0.027s coverage: 94.4% of statements 15:40:30 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/requests 0.131s coverage: 92.9% of statements 15:40:30 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/responses 0.024s coverage: 100.0% of statements 15:40:30 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/models [no test files] 15:40:31 CGO_ENABLED=0 GO111MODULE=on go vet ./... 15:40:36 gofmt -l . 15:40:37 [ "`gofmt -l .`" = "" ] [Pipeline] } 15:40:37 $ docker stop --time=1 b6cff8befa3c0ecda22c1d4f27b59713b38d2848f5657905966dbd4fd273d15f 15:40:40 $ docker rm -f b6cff8befa3c0ecda22c1d4f27b59713b38d2848f5657905966dbd4fd273d15f [Pipeline] // withDockerContainer [Pipeline] sh 15:40:41 + sudo chown -R jenkins:jenkins . [Pipeline] stash 15:40:41 Warning: overwriting stash ‘coverage-report’ 15:40:42 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 15:40:43 provisioning config files... 15:40:43 copy managed file [go-mod-core-contracts-codecov-token] to file:/w/workspace/dry_go-mod-core-contracts_PR-458@tmp/config5815761935075784585tmp [Pipeline] { [Pipeline] sh 15:40:44 + set +x 15:40:44 + curl -s https://codecov.io/bash 15:40:44 + bash -s -- 15:40:44 15:40:44 _____ _ 15:40:44 / ____| | | 15:40:44 | | ___ __| | ___ ___ _____ __ 15:40:44 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 15:40:44 | |___| (_) | (_| | __/ (_| (_) \ V / 15:40:44 \_____\___/ \__,_|\___|\___\___/ \_/ 15:40:44 Bash-20210115-cec3c92 15:40:44 15:40:44 15:40:44 ==> git version 2.24.3 found 15:40:44 ==> 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 15:40:44 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 15:40:44 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 15:40:44 ==> Jenkins CI detected. 15:40:44 project root: . 15:40:44 --> token set from env 15:40:44 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 15:40:44 ==> Running gcov in . (disable via -X gcov) 15:40:44 ==> Python coveragepy not found 15:40:44 ==> Searching for coverage reports in: 15:40:44 + . 15:40:44 -> Found 1 reports 15:40:44 ==> Detecting git/mercurial file structure 15:40:44 ==> Reading reports 15:40:44 + ./coverage.out bytes=132307 15:40:44 ==> Appending adjustments 15:40:44 https://docs.codecov.io/docs/fixing-reports 15:40:45 + Found adjustments 15:40:45 ==> Gzipping contents 15:40:45 24K /tmp/codecov.HReYEf.gz 15:40:45 ==> Uploading reports 15:40:45 url: https://codecov.io 15:40:45 query: branch=PR-458&commit=944094fc067420aa4c8fb4110feecccf3fa35190&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2FPR-458%2F3%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=458&job=&cmd_args= 15:40:45 -> Pinging Codecov 15:40:45 https://codecov.io/upload/v4?package=bash-20210115-cec3c92&token=secret&branch=PR-458&commit=944094fc067420aa4c8fb4110feecccf3fa35190&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2FPR-458%2F3%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=458&job=&cmd_args= 15:40:46 -> Uploading to 15:40:46 https://storage.googleapis.com/codecov/v4/raw/2021-01-26/71470A77251A30514AAF9C0BB2E5B6CE/944094fc067420aa4c8fb4110feecccf3fa35190/bee90d6b-df06-4b9f-a2e1-59eaf8268e2e.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210126%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210126T154045Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=0c924c33883fb1fa5c9ca58ea823f44af44caf322b9b98f90c318605076fd658 15:40:46 % Total % Received % Xferd Average Speed Time Time Time Current 15:40:46 Dload Upload Total Spent Left Speed 15:40:46 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 20566 0 0 100 20566 0 41029 --:--:-- --:--:-- --:--:-- 41049 15:40:46 -> View reports at https://codecov.io/github/edgexfoundry/go-mod-core-contracts/commit/944094fc067420aa4c8fb4110feecccf3fa35190 [Pipeline] } 15:40:46 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 15:40:49 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 15:40:49 ---> package-listing.sh 15:40:49 ++ facter osfamily 15:40:49 ++ tr '[:upper:]' '[:lower:]' 15:40:49 + OS_FAMILY=redhat 15:40:49 + workspace=/w/workspace/dry_go-mod-core-contracts_PR-458 15:40:49 + START_PACKAGES=/tmp/packages_start.txt 15:40:49 + END_PACKAGES=/tmp/packages_end.txt 15:40:49 + DIFF_PACKAGES=/tmp/packages_diff.txt 15:40:49 + PACKAGES=/tmp/packages_start.txt 15:40:49 + '[' /w/workspace/dry_go-mod-core-contracts_PR-458 ']' 15:40:49 + PACKAGES=/tmp/packages_end.txt 15:40:49 + case "${OS_FAMILY}" in 15:40:49 + rpm -qa 15:40:49 + sort 15:40:56 + '[' -f /tmp/packages_start.txt ']' 15:40:56 + '[' -f /tmp/packages_end.txt ']' 15:40:56 + diff /tmp/packages_start.txt /tmp/packages_end.txt 15:40:56 + '[' /w/workspace/dry_go-mod-core-contracts_PR-458 ']' 15:40:56 + mkdir -p /w/workspace/dry_go-mod-core-contracts_PR-458/archives/ 15:40:56 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dry_go-mod-core-contracts_PR-458/archives/ [Pipeline] echo 15:40:56 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-458/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 15:40:56 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 15:40:56 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 15:40:56 15:40:56 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 15:40:57 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 15:40:57 alpine: Pulling from edgex-lftools-log-publisher 15:40:57 df20fa9351a1: Pulling fs layer 15:40:57 36b3adc4ff6f: Pulling fs layer 15:40:57 8ad3a11d3b57: Pulling fs layer 15:40:57 46f8f816bc3b: Pulling fs layer 15:40:57 93b61091891f: Pulling fs layer 15:40:57 93b9cdb0e59b: Pulling fs layer 15:40:57 5e14af77c1be: Pulling fs layer 15:40:57 01666e4c0597: Pulling fs layer 15:40:57 aa168da1d23b: Pulling fs layer 15:40:57 93b9cdb0e59b: Waiting 15:40:57 5e14af77c1be: Waiting 15:40:57 aa168da1d23b: Waiting 15:40:57 93b61091891f: Waiting 15:40:57 36b3adc4ff6f: Download complete 15:40:57 46f8f816bc3b: Verifying Checksum 15:40:57 46f8f816bc3b: Download complete 15:40:57 93b61091891f: Download complete 15:40:57 df20fa9351a1: Verifying Checksum 15:40:57 df20fa9351a1: Download complete 15:40:57 5e14af77c1be: Verifying Checksum 15:40:57 5e14af77c1be: Download complete 15:40:57 93b9cdb0e59b: Verifying Checksum 15:40:57 93b9cdb0e59b: Download complete 15:40:57 01666e4c0597: Verifying Checksum 15:40:57 8ad3a11d3b57: Verifying Checksum 15:40:57 8ad3a11d3b57: Download complete 15:40:57 df20fa9351a1: Pull complete 15:40:57 36b3adc4ff6f: Pull complete 15:40:58 8ad3a11d3b57: Pull complete 15:40:59 aa168da1d23b: Verifying Checksum 15:40:59 aa168da1d23b: Download complete 15:40:59 46f8f816bc3b: Pull complete 15:41:00 93b61091891f: Pull complete 15:41:00 93b9cdb0e59b: Pull complete 15:41:00 5e14af77c1be: Pull complete 15:41:00 01666e4c0597: Pull complete 15:41:08 aa168da1d23b: Pull complete 15:41:08 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 15:41:08 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 15:41:08 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 15:41:08 prd-centos7-docker-4c-2g-22839 does not seem to be running inside a container 15:41:08 $ 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-458/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-458 -v /w/workspace/dry_go-mod-core-contracts_PR-458:/w/workspace/dry_go-mod-core-contracts_PR-458:rw,z -v /w/workspace/dry_go-mod-core-contracts_PR-458@tmp:/w/workspace/dry_go-mod-core-contracts_PR-458@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 15:41:12 $ docker top 052d3f3617b5d6a66bcf16a71a59cbd84c07c8ad4737ab0d37a8f6766ed7794c -eo pid,comm [Pipeline] { [Pipeline] sh 15:41:12 + touch /tmp/pre-build-complete [Pipeline] sh 15:41:12 + mkdir -p /var/log/sa [Pipeline] sh 15:41:13 + ls /var/log/sa-host 15:41:13 + sadf -c /var/log/sa-host/sa23 15:41:13 file_magic: OK 15:41:13 HZ: Using current value: 100 15:41:13 file_header: OK 15:41:13 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 15:41:13 Statistics: 15:41:13 Hnuu...uuuununununu... 15:41:13 File successfully converted to sysstat format version 12.2.1 15:41:13 + sadf -c /var/log/sa-host/sa26 15:41:13 file_magic: OK 15:41:13 HZ: Using current value: 100 15:41:13 file_header: OK 15:41:13 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 15:41:13 Statistics: 15:41:13 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 15:41:13 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 15:41:13 provisioning config files... 15:41:13 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dry_go-mod-core-contracts_PR-458@tmp/config3902812065204563369tmp [Pipeline] { [Pipeline] echo 15:41:13 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 15:41:13 ---> create-netrc.sh [Pipeline] } 15:41:13 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 15:41:13 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 15:41:14 ---> python-tools-install.sh [Pipeline] echo 15:41:14 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 15:41:14 ---> sudo-logs.sh 15:41:14 Archiving 'sudo' log.. [Pipeline] echo 15:41:14 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 15:41:14 ---> job-cost.sh 15:41:14 lf-activate-venv: SKIPPING 15:41:14 INFO: No Stack... 15:41:16 INFO: Retrieving Pricing Info for: v1-standard-2 15:41:16 INFO: Archiving Costs [Pipeline] echo 15:41:16 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 15:41:16 ---> logs-deploy.sh 15:41:16 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/PR-458/3 15:41:16 INFO: archiving workspace using pattern(s): 15:41:18 Archives upload complete. 15:41:18 INFO: archiving logs to Nexus 15:41:19 ---> uname -a: 15:41:19 Linux prd-centos7-docker-4c-2g-22839.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 15:41:19 15:41:19 15:41:19 ---> lscpu: 15:41:19 Architecture: x86_64 15:41:19 CPU op-mode(s): 32-bit, 64-bit 15:41:19 Byte Order: Little Endian 15:41:19 Address sizes: 40 bits physical, 48 bits virtual 15:41:19 CPU(s): 4 15:41:19 On-line CPU(s) list: 0-3 15:41:19 Thread(s) per core: 1 15:41:19 Core(s) per socket: 1 15:41:19 Socket(s): 4 15:41:19 NUMA node(s): 1 15:41:19 Vendor ID: GenuineIntel 15:41:19 CPU family: 6 15:41:19 Model: 44 15:41:19 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 15:41:19 Stepping: 1 15:41:19 CPU MHz: 2933.438 15:41:19 BogoMIPS: 5866.87 15:41:19 Virtualization: VT-x 15:41:19 Hypervisor vendor: KVM 15:41:19 Virtualization type: full 15:41:19 L1d cache: 128 KiB 15:41:19 L1i cache: 128 KiB 15:41:19 L2 cache: 16 MiB 15:41:19 L3 cache: 64 MiB 15:41:19 NUMA node0 CPU(s): 0-3 15:41:19 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 15:41:19 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 15:41:19 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 15:41:19 Vulnerability Meltdown: Mitigation; PTI 15:41:19 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 15:41:19 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 15:41:19 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 15:41:19 Vulnerability Srbds: Not affected 15:41:19 Vulnerability Tsx async abort: Not affected 15:41:19 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 15:41:19 15:41:19 15:41:19 ---> nproc: 15:41:19 4 15:41:19 15:41:19 15:41:19 ---> df -h: 15:41:19 Filesystem Size Used Available Use% Mounted on 15:41:19 overlay 50.0G 7.3G 42.7G 15% / 15:41:19 tmpfs 64.0M 0 64.0M 0% /dev 15:41:19 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 15:41:19 shm 64.0M 0 64.0M 0% /dev/shm 15:41:19 /dev/vda1 50.0G 7.3G 42.7G 15% /facter-os 15:41:19 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/resolv.conf 15:41:19 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hostname 15:41:19 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hosts 15:41:19 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/sa-host 15:41:19 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/secure 15:41:19 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/auth.log 15:41:19 /dev/vda1 50.0G 7.3G 42.7G 15% /run/cloud-init/result.json 15:41:19 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/dry_go-mod-core-contracts_PR-458 15:41:19 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/dry_go-mod-core-contracts_PR-458@tmp 15:41:19 15:41:19 15:41:19 ---> free -m: 15:41:19 total used free shared buff/cache available 15:41:19 Mem: 1837 681 113 0 1042 1052 15:41:19 Swap: 1023 1 1022 15:41:19 15:41:19 15:41:19 ---> ip addr: 15:41:19 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 15:41:19 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 15:41:19 inet 127.0.0.1/8 scope host lo 15:41:19 valid_lft forever preferred_lft forever 15:41:19 inet6 ::1/128 scope host 15:41:19 valid_lft forever preferred_lft forever 15:41:19 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 15:41:19 link/ether fa:16:3e:4e:f6:8d brd ff:ff:ff:ff:ff:ff 15:41:19 inet 10.30.123.240/23 brd 10.30.123.255 scope global dynamic eth0 15:41:19 valid_lft 86063sec preferred_lft 86063sec 15:41:19 inet6 fe80::f816:3eff:fe4e:f68d/64 scope link 15:41:19 valid_lft forever preferred_lft forever 15:41:19 3: docker0: mtu 1500 qdisc noqueue state DOWN 15:41:19 link/ether 02:42:d2:bc:02:7a brd ff:ff:ff:ff:ff:ff 15:41:19 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 15:41:19 valid_lft forever preferred_lft forever 15:41:19 inet6 fe80::42:d2ff:febc:27a/64 scope link 15:41:19 valid_lft forever preferred_lft forever 15:41:19 15:41:19 15:41:19 ---> sar -b -r -n DEV: 15:41:19 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/26/21 _x86_64_ (4 CPU) 15:41:19 15:41:19 15:35:30 LINUX RESTART (4 CPU) 15:41:19 15:41:19 15:36:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 15:41:19 15:37:01 64.28 19.66 44.61 0.00 5389.71 3900.37 0.00 15:41:19 15:38:01 1.90 0.00 1.90 0.00 0.00 41.55 0.00 15:41:19 15:39:01 0.23 0.00 0.23 0.00 0.00 2.85 0.00 15:41:19 15:40:01 0.27 0.00 0.27 0.00 0.00 3.60 0.00 15:41:19 15:41:01 78.43 65.39 13.03 0.00 4123.86 4160.66 0.00 15:41:19 Average: 29.02 17.01 12.01 0.00 1903.03 1622.07 0.00 15:41:19 15:41:19 15:36:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 15:41:19 15:37:01 158320 0 582800 30.97 2616 1137808 1103196 37.65 419716 1102744 132 15:41:19 15:38:01 163864 0 577288 30.68 2616 1137776 1077744 36.78 421556 1096052 16 15:41:19 15:39:01 162156 0 578992 30.77 2616 1137780 1077756 36.78 421420 1097916 20 15:41:19 15:40:01 163404 0 577744 30.71 2616 1137780 1077636 36.78 429528 1089220 20 15:41:19 15:41:01 77684 0 673476 35.79 2616 1127768 1505736 51.39 509504 1077336 55696 15:41:19 Average: 145086 0 598060 31.79 2616 1135782 1168414 39.88 440345 1092654 11177 15:41:19 15:41:19 15:36:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 15:41:19 15:37:01 eth0 446.96 300.10 1051.09 97.03 0.00 0.00 0.00 0.00 15:41:19 15:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:41:19 15:37:01 docker0 8.11 6.13 1.62 16.89 0.00 0.00 0.00 0.00 15:41:19 15:38:01 eth0 1.70 0.33 0.38 0.20 0.00 0.00 0.00 0.00 15:41:19 15:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:41:19 15:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:41:19 15:39:01 eth0 0.83 0.35 0.28 0.23 0.00 0.00 0.00 0.00 15:41:19 15:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:41:19 15:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:41:19 15:40:01 eth0 0.93 0.08 0.10 0.01 0.00 0.00 0.00 0.00 15:41:19 15:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:41:19 15:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:41:19 15:41:01 eth0 224.39 183.42 2172.29 19.12 0.00 0.00 0.00 0.00 15:41:19 15:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:41:19 15:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:41:19 Average: eth0 134.99 96.87 644.94 23.32 0.00 0.00 0.00 0.00 15:41:19 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:41:19 Average: docker0 1.62 1.23 0.32 3.38 0.00 0.00 0.00 0.00 15:41:19 15:41:19 15:41:19 ---> sar -P ALL: 15:41:19 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/26/21 _x86_64_ (4 CPU) 15:41:19 15:41:19 15:35:30 LINUX RESTART (4 CPU) 15:41:19 15:41:19 15:36:01 CPU %user %nice %system %iowait %steal %idle 15:41:19 15:37:01 all 11.51 0.00 3.60 1.49 0.04 83.36 15:41:19 15:37:01 0 10.53 0.00 4.47 0.94 0.03 84.02 15:41:19 15:37:01 1 13.52 0.00 2.96 0.35 0.05 83.12 15:41:19 15:37:01 2 10.60 0.00 3.79 1.52 0.05 84.04 15:41:19 15:37:01 3 11.37 0.00 3.18 3.15 0.03 82.26 15:41:19 15:38:01 all 0.16 0.00 0.05 0.00 0.01 99.78 15:41:19 15:38:01 0 0.05 0.00 0.05 0.00 0.00 99.90 15:41:19 15:38:01 1 0.05 0.00 0.02 0.00 0.02 99.92 15:41:19 15:38:01 2 0.03 0.00 0.05 0.00 0.00 99.92 15:41:19 15:38:01 3 0.52 0.00 0.07 0.00 0.02 99.40 15:41:19 15:39:01 all 0.17 0.00 0.03 0.00 0.00 99.80 15:41:19 15:39:01 0 0.03 0.00 0.02 0.00 0.00 99.95 15:41:19 15:39:01 1 0.05 0.00 0.03 0.00 0.00 99.92 15:41:19 15:39:01 2 0.53 0.00 0.05 0.00 0.02 99.40 15:41:19 15:39:01 3 0.05 0.00 0.03 0.00 0.00 99.92 15:41:19 15:40:01 all 0.14 0.00 0.05 0.00 0.00 99.81 15:41:19 15:40:01 0 0.02 0.00 0.07 0.00 0.00 99.92 15:41:19 15:40:01 1 0.03 0.00 0.05 0.00 0.00 99.92 15:41:19 15:40:01 2 0.47 0.00 0.03 0.00 0.00 99.50 15:41:19 15:40:01 3 0.03 0.00 0.07 0.00 0.00 99.90 15:41:19 15:41:01 all 3.22 0.00 2.03 1.88 0.02 92.85 15:41:19 15:41:01 0 2.88 0.00 2.23 1.46 0.02 93.41 15:41:19 15:41:01 1 3.02 0.00 1.91 2.53 0.02 92.52 15:41:19 15:41:01 2 3.33 0.00 1.89 1.09 0.03 93.65 15:41:19 15:41:01 3 3.66 0.00 2.07 2.45 0.02 91.80 15:41:19 Average: all 3.02 0.00 1.14 0.67 0.02 95.15 15:41:19 Average: 0 2.68 0.00 1.36 0.48 0.01 95.47 15:41:19 Average: 1 3.32 0.00 0.99 0.58 0.02 95.10 15:41:19 Average: 2 2.97 0.00 1.15 0.52 0.02 95.34 15:41:19 Average: 3 3.10 0.00 1.08 1.11 0.01 94.69 15:41:19 15:41:19 15:41:19