Pull request #587 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 3419b7110812eae0e79d1c22e0d5ad3dd7c8429d rather than bd64b235ac751e25f96a49732760d6df4266ba9e Obtained Jenkinsfile from 3419b7110812eae0e79d1c22e0d5ad3dd7c8429d 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 57ded3389ef25720063a8030e5c426a6b7ea5b20 # timeout=10 Commit message: "Merge pull request #323 from siggiskulason/update-snap-build" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:go-mod-core-contracts, buildImage:false, pushImage:false, semverBump:pre] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: go-mod-core-contracts-settings PROJECT: go-mod-core-contracts USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-go-mod-core-contracts DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: false PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: false BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-485 in /w/workspace/dry_go-mod-core-contracts_PR-587 [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-587 # 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/587/head:refs/remotes/origin/PR-587 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 3419b7110812eae0e79d1c22e0d5ad3dd7c8429d into PR head commit bd64b235ac751e25f96a49732760d6df4266ba9e Merge succeeded, producing bd64b235ac751e25f96a49732760d6df4266ba9e Checking out Revision bd64b235ac751e25f96a49732760d6df4266ba9e (PR-587) > git config core.sparsecheckout # timeout=10 > git checkout -f bd64b235ac751e25f96a49732760d6df4266ba9e # 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 3419b7110812eae0e79d1c22e0d5ad3dd7c8429d # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f bd64b235ac751e25f96a49732760d6df4266ba9e # timeout=10 Commit message: "feat: Add DeviceResourceResponse DTO and API route" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 13:53:45 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 13:53:45 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 13:53:45 ========================================================= 13:53:45 EdgeX Global Pipelines Version Info 13:53:45 ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk d4bdf2a3962e84e49f6aa6fbb03f6f5a08d9c610 # timeout=10 13:53:46 ------------------- 13:53:46 stable info: 13:53:46 ------------------- 13:53:46 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 13:53:46 Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 13:53:46 Message: update stable to v1.0.186 13:53:47 ------------------- 13:53:47 experimental info: 13:53:47 ------------------- 13:53:47 Commited By: **** collab-it+edgex@linuxfoundation.org 13:53:47 Commit SHA: d990d252097850d5d490fbb59df25296f5300d79 13:53:47 Message: update experimental to v1.0.188 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 13:53:48 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-core-contracts-settings [Pipeline] echo 13:53:48 [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-core-contracts [Pipeline] echo 13:53:48 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 13:53:48 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 13:53:48 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 13:53:48 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 13:53:48 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 13:53:48 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 13:53:48 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 13:53:48 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 13:53:48 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 13:53:48 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-core-contracts [Pipeline] echo 13:53:48 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 13:53:48 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 13:53:48 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 13:53:48 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 13:53:48 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 13:53:48 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 13:53:48 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 13:53:48 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 13:53:48 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 13:53:48 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 13:53:48 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 13:53:48 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 13:53:48 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 13:53:48 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 13:53:48 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-587 [Pipeline] echo 13:53:48 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-587 [Pipeline] echo 13:53:48 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-587 [Pipeline] echo 13:53:48 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = bd64b235ac751e25f96a49732760d6df4266ba9e [Pipeline] echo 13:53:48 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = bd64b23 [Pipeline] echo 13:53:48 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 13:53:49 + git log --format=format:%s -1 bd64b235ac751e25f96a49732760d6df4266ba9e [Pipeline] echo 13:53:49 GIT_COMMIT: bd64b235ac751e25f96a49732760d6df4266ba9e, Commit Message: feat: Add DeviceResourceResponse DTO and API route [Pipeline] echo 13:53:49 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 13:53:49 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 13:53:50 13:53:50 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 13:53:50 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 13:53:50 latest: Pulling from edgex-devops/git-semver 13:53:50 31603596830f: Pulling fs layer 13:53:50 2a8b12db71e7: Pulling fs layer 13:53:50 6ca5941a6612: Pulling fs layer 13:53:50 ecc8261a40a4: Pulling fs layer 13:53:50 ecc8261a40a4: Waiting 13:53:50 2a8b12db71e7: Verifying Checksum 13:53:50 2a8b12db71e7: Download complete 13:53:50 31603596830f: Verifying Checksum 13:53:50 31603596830f: Download complete 13:53:50 ecc8261a40a4: Verifying Checksum 13:53:50 6ca5941a6612: Verifying Checksum 13:53:50 6ca5941a6612: Download complete 13:53:51 31603596830f: Pull complete 13:53:51 2a8b12db71e7: Pull complete 13:53:51 6ca5941a6612: Pull complete 13:53:52 ecc8261a40a4: Pull complete 13:53:52 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 13:53:52 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 13:53:52 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 13:53:52 prd-centos7-docker-4c-2g-485 does not seem to be running inside a container 13:53:52 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_go-mod-core-contracts_PR-587 -v /w/workspace/dry_go-mod-core-contracts_PR-587:/w/workspace/dry_go-mod-core-contracts_PR-587:rw,z -v /w/workspace/dry_go-mod-core-contracts_PR-587@tmp:/w/workspace/dry_go-mod-core-contracts_PR-587@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:10004/edgex-devops/git-semver:latest cat 13:53:54 $ docker top 6a3530af8a743155cac6511938b4f4c4f6a50cec299d74b542742ba1a07b91dc -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 13:53:55 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 13:53:55 [ssh-agent] Looking for ssh-agent implementation... 13:53:55 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 13:53:55 $ docker exec 6a3530af8a743155cac6511938b4f4c4f6a50cec299d74b542742ba1a07b91dc ssh-agent 13:53:55 SSH_AUTH_SOCK=/tmp/ssh-jAGf40tWA9UV/agent.12 13:53:55 SSH_AGENT_PID=17 13:53:55 Running ssh-add (command line suppressed) 13:53:55 Identity added: /w/workspace/dry_go-mod-core-contracts_PR-587@tmp/private_key_908902657180500824.key (/w/workspace/dry_go-mod-core-contracts_PR-587@tmp/private_key_908902657180500824.key) 13:53:55 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 13:53:56 + git tag --points-at HEAD [Pipeline] } 13:53:56 $ docker exec --env ******** --env ******** 6a3530af8a743155cac6511938b4f4c4f6a50cec299d74b542742ba1a07b91dc ssh-agent -k 13:53:56 unset SSH_AUTH_SOCK; 13:53:56 unset SSH_AGENT_PID; 13:53:56 echo Agent pid 17 killed; 13:53:56 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 13:53:56 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 13:53:56 [ssh-agent] Looking for ssh-agent implementation... 13:53:56 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 13:53:56 $ docker exec 6a3530af8a743155cac6511938b4f4c4f6a50cec299d74b542742ba1a07b91dc ssh-agent 13:53:56 SSH_AUTH_SOCK=/tmp/ssh-nsSRQFXcBPYR/agent.46 13:53:56 SSH_AGENT_PID=51 13:53:56 Running ssh-add (command line suppressed) 13:53:56 Identity added: /w/workspace/dry_go-mod-core-contracts_PR-587@tmp/private_key_6385916411068140391.key (/w/workspace/dry_go-mod-core-contracts_PR-587@tmp/private_key_6385916411068140391.key) 13:53:56 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 13:53:57 + git semver init 13:53:57 # -> Open(): unable to determine branch for HEAD 13:53:57 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_PR-587/.git 13:53:57 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_PR-587 13:53:57 # $SEMVER_REMOTE_NAME = origin 13:53:57 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 13:53:57 # $SEMVER_USER_NAME = edgex-jenkins 13:53:57 # $SEMVER_BRANCH = PR-587 13:53:57 # $SEMVER_TEMP = /tmp/semver-448041532 13:53:57 # git clone --branch semver git@github.com:edgexfoundry/go-mod-core-contracts.git $SEMVER_TEMP 13:53:58 # '/tmp/semver-448041532' -> '/w/workspace/dry_go-mod-core-contracts_PR-587/.semver' 13:53:58 # -> Force: false 13:53:58 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_PR-587/.semver [Pipeline] } 13:53:58 $ docker exec --env ******** --env ******** 6a3530af8a743155cac6511938b4f4c4f6a50cec299d74b542742ba1a07b91dc ssh-agent -k 13:53:58 unset SSH_AUTH_SOCK; 13:53:58 unset SSH_AGENT_PID; 13:53:58 echo Agent pid 51 killed; 13:53:58 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 13:53:58 + git semver [Pipeline] } 13:53:58 $ docker stop --time=1 6a3530af8a743155cac6511938b4f4c4f6a50cec299d74b542742ba1a07b91dc 13:54:00 $ docker rm -f 6a3530af8a743155cac6511938b4f4c4f6a50cec299d74b542742ba1a07b91dc [Pipeline] // withDockerContainer [Pipeline] sh 13:54:01 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 13:54:01 Stashed 1 file(s) [Pipeline] echo 13:54:01 [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 13:54:16 Still waiting to schedule task 13:54:16 Waiting for next available executor on ‘centos7-docker-4c-2g’ 13:54:16 Still waiting to schedule task 13:54:16 ‘prd-ubuntu18.04-docker-arm64-4c-16g-480’ is offline 13:56:20 Running on prd-centos7-docker-4c-2g-488 in /w/workspace/dry_go-mod-core-contracts_PR-587 [Pipeline] { [Pipeline] ws 13:56:20 Running in /w/workspace/go-mod-core-contracts/2 [Pipeline] { [Pipeline] checkout 13:56:23 using credential edgex-jenkins-ssh 13:56:23 Cloning the remote Git repository 13:56:23 Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git 13:56:23 > git init /w/workspace/go-mod-core-contracts/2 # timeout=10 13:56:23 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 13:56:23 > git --version # timeout=10 13:56:23 > git --version # 'git version 2.24.3' 13:56:23 using GIT_SSH to set credentials SSH Credentials for GitHub 13:56:23 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 13:56:24 Merging remotes/origin/master commit 3419b7110812eae0e79d1c22e0d5ad3dd7c8429d into PR head commit bd64b235ac751e25f96a49732760d6df4266ba9e 13:56:25 Merge succeeded, producing bd64b235ac751e25f96a49732760d6df4266ba9e 13:56:25 Checking out Revision bd64b235ac751e25f96a49732760d6df4266ba9e (PR-587) 13:56:24 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 13:56:24 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 13:56:24 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 13:56:24 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 13:56:24 using GIT_SSH to set credentials SSH Credentials for GitHub 13:56:24 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/587/head:refs/remotes/origin/PR-587 +refs/heads/master:refs/remotes/origin/master # timeout=10 13:56:24 > git config core.sparsecheckout # timeout=10 13:56:24 > git checkout -f bd64b235ac751e25f96a49732760d6df4266ba9e # timeout=10 13:56:24 > git remote # timeout=10 13:56:24 > git config --get remote.origin.url # timeout=10 13:56:24 using GIT_SSH to set credentials SSH Credentials for GitHub 13:56:24 > git merge 3419b7110812eae0e79d1c22e0d5ad3dd7c8429d # timeout=10 13:56:25 > git rev-parse HEAD^{commit} # timeout=10 13:56:25 > git config core.sparsecheckout # timeout=10 13:56:25 > git checkout -f bd64b235ac751e25f96a49732760d6df4266ba9e # timeout=10 13:56:27 Running on prd-ubuntu18.04-docker-arm64-4c-16g-487 in /w/workspace/dry_go-mod-core-contracts_PR-587 [Pipeline] { [Pipeline] ws 13:56:27 Running in /w/workspace/go-mod-core-contracts/2 [Pipeline] { [Pipeline] checkout 13:56:28 Commit message: "feat: Add DeviceResourceResponse DTO and API route" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 13:56:29 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 13:56:30 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 13:56:30 + sudo service docker restart 13:56:30 + true 13:56:30 Redirecting to /bin/systemctl restart docker.service [Pipeline] unstash [Pipeline] echo 13:56:32 ========================================================= 13:56:32 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 13:56:32 ========================================================= [Pipeline] isUnix [Pipeline] sh 13:56:32 + 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 . 13:56:32 Sending build context to Docker daemon 3.022MB 13:56:32 Step 1/7 : ARG BASE=golang:1.15-alpine 13:56:32 Step 2/7 : FROM ${BASE} 13:56:33 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 13:56:33 188c0c94c7c5: Pulling fs layer 13:56:33 0ef7d3d256c8: Pulling fs layer 13:56:33 de9db76c5a1d: Pulling fs layer 13:56:33 bca2f99d35d6: Pulling fs layer 13:56:33 93359f2a8cfa: Pulling fs layer 13:56:33 7c6f9722023f: Pulling fs layer 13:56:33 a35cf1a2eb13: Pulling fs layer 13:56:33 93359f2a8cfa: Waiting 13:56:33 7c6f9722023f: Waiting 13:56:33 a35cf1a2eb13: Waiting 13:56:33 bca2f99d35d6: Waiting 13:56:33 de9db76c5a1d: Verifying Checksum 13:56:33 de9db76c5a1d: Download complete 13:56:33 0ef7d3d256c8: Verifying Checksum 13:56:33 0ef7d3d256c8: Download complete 13:56:33 93359f2a8cfa: Verifying Checksum 13:56:33 93359f2a8cfa: Download complete 13:56:33 7c6f9722023f: Verifying Checksum 13:56:33 7c6f9722023f: Download complete 13:56:33 188c0c94c7c5: Verifying Checksum 13:56:33 188c0c94c7c5: Download complete 13:56:33 using credential edgex-jenkins-ssh 13:56:33 Cloning the remote Git repository 13:56:33 188c0c94c7c5: Pull complete 13:56:33 0ef7d3d256c8: Pull complete 13:56:34 de9db76c5a1d: Pull complete 13:56:33 Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git 13:56:33 > git init /w/workspace/go-mod-core-contracts/2 # timeout=10 13:56:33 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 13:56:33 > git --version # timeout=10 13:56:33 > git --version # 'git version 2.17.1' 13:56:33 using GIT_SSH to set credentials SSH Credentials for GitHub 13:56:33 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 13:56:34 a35cf1a2eb13: Verifying Checksum 13:56:34 a35cf1a2eb13: Download complete 13:56:35 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 13:56:35 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 13:56:35 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 13:56:35 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 13:56:35 using GIT_SSH to set credentials SSH Credentials for GitHub 13:56:35 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/587/head:refs/remotes/origin/PR-587 +refs/heads/master:refs/remotes/origin/master # timeout=10 13:56:35 bca2f99d35d6: Verifying Checksum 13:56:35 bca2f99d35d6: Download complete 13:56:36 Merging remotes/origin/master commit 3419b7110812eae0e79d1c22e0d5ad3dd7c8429d into PR head commit bd64b235ac751e25f96a49732760d6df4266ba9e 13:56:36 Merge succeeded, producing bd64b235ac751e25f96a49732760d6df4266ba9e 13:56:36 Checking out Revision bd64b235ac751e25f96a49732760d6df4266ba9e (PR-587) 13:56:36 > git config core.sparsecheckout # timeout=10 13:56:36 > git checkout -f bd64b235ac751e25f96a49732760d6df4266ba9e # timeout=10 13:56:36 > git remote # timeout=10 13:56:36 > git config --get remote.origin.url # timeout=10 13:56:36 using GIT_SSH to set credentials SSH Credentials for GitHub 13:56:36 > git merge 3419b7110812eae0e79d1c22e0d5ad3dd7c8429d # timeout=10 13:56:36 > git rev-parse HEAD^{commit} # timeout=10 13:56:36 > git config core.sparsecheckout # timeout=10 13:56:36 > git checkout -f bd64b235ac751e25f96a49732760d6df4266ba9e # timeout=10 13:56:40 Commit message: "feat: Add DeviceResourceResponse DTO and API route" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 13:56:41 bca2f99d35d6: Pull complete 13:56:41 93359f2a8cfa: Pull complete 13:56:41 7c6f9722023f: Pull complete 13:56:42 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 13:56:42 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 13:56:42 + sudo+ service docker restarttrue 13:56:42 [Pipeline] unstash [Pipeline] echo 13:56:45 ========================================================= 13:56:45 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 13:56:45 ========================================================= [Pipeline] isUnix [Pipeline] sh 13:56:46 + 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 . 13:56:47 Sending build context to Docker daemon 3.021MB 13:56:47 Step 1/7 : ARG BASE=golang:1.15-alpine 13:56:47 Step 2/7 : FROM ${BASE} 13:56:47 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 13:56:47 5f621e34cdf4: Pulling fs layer 13:56:47 a4357932f1b6: Pulling fs layer 13:56:47 18c013af1878: Pulling fs layer 13:56:47 00ac8860ef70: Pulling fs layer 13:56:47 63d7cb157983: Pulling fs layer 13:56:47 b116817d02f9: Pulling fs layer 13:56:47 745a02a5169b: Pulling fs layer 13:56:47 b116817d02f9: Waiting 13:56:47 745a02a5169b: Waiting 13:56:47 00ac8860ef70: Waiting 13:56:47 63d7cb157983: Waiting 13:56:47 18c013af1878: Verifying Checksum 13:56:47 18c013af1878: Download complete 13:56:47 a4357932f1b6: Verifying Checksum 13:56:47 a4357932f1b6: Download complete 13:56:47 63d7cb157983: Verifying Checksum 13:56:47 63d7cb157983: Download complete 13:56:47 b116817d02f9: Download complete 13:56:47 5f621e34cdf4: Verifying Checksum 13:56:47 5f621e34cdf4: Download complete 13:56:48 a35cf1a2eb13: Pull complete 13:56:48 5f621e34cdf4: Pull complete 13:56:48 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 13:56:48 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 13:56:48 ---> a62c8e92a672 13:56:48 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 13:56:48 ---> Running in 8f3c29897727 13:56:48 Removing intermediate container 8f3c29897727 13:56:48 ---> 20d68a110165 13:56:48 Step 4/7 : RUN apk add bash 13:56:48 ---> Running in 0ee6b1c47f63 13:56:48 a4357932f1b6: Pull complete 13:56:49 18c013af1878: Pull complete 13:56:49 745a02a5169b: Download complete 13:56:49 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 13:56:50 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 13:56:50 OK: 166 MiB in 39 packages 13:56:51 00ac8860ef70: Verifying Checksum 13:56:51 00ac8860ef70: Download complete 13:56:51 Removing intermediate container 0ee6b1c47f63 13:56:51 ---> f118d3bfe626 13:56:51 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 13:56:51 ---> Running in 420e7dd97e56 13:56:51 Removing intermediate container 420e7dd97e56 13:56:51 ---> 16103617f712 13:56:51 Step 6/7 : COPY go.mod . 13:56:52 ---> f265cbcace38 13:56:52 Step 7/7 : RUN go mod download 13:56:52 ---> Running in df6b361107d3 13:57:01 00ac8860ef70: Pull complete 13:57:01 63d7cb157983: Pull complete 13:57:02 b116817d02f9: Pull complete 13:57:06 745a02a5169b: Pull complete 13:57:06 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 13:57:06 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 13:57:06 ---> b7e6874047d6 13:57:06 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 13:57:06 Removing intermediate container df6b361107d3 13:57:06 ---> 191b9d7f7ff4 13:57:06 Successfully built 191b9d7f7ff4 13:57:06 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 13:57:07 + docker inspect -f . ci-base-image-x86_64 13:57:07 . [Pipeline] withDockerContainer 13:57:07 prd-centos7-docker-4c-2g-488 does not seem to be running inside a container 13:57:07 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/2 -v /w/workspace/go-mod-core-contracts/2:/w/workspace/go-mod-core-contracts/2:rw,z -v /w/workspace/go-mod-core-contracts/2@tmp:/w/workspace/go-mod-core-contracts/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 13:57:08 $ docker top 7898331af69cbec677c4027abb5e64d8a39867e83c604b00b3641e5b714ef472 -eo pid,comm [Pipeline] { [Pipeline] sh 13:57:08 + go version 13:57:08 go version go1.15.5 linux/amd64 [Pipeline] } 13:57:08 $ docker stop --time=1 7898331af69cbec677c4027abb5e64d8a39867e83c604b00b3641e5b714ef472 13:57:09 ---> Running in 833ae7bee563 13:57:09 Removing intermediate container 833ae7bee563 13:57:09 ---> 095a111080c8 13:57:09 Step 4/7 : RUN apk add bash 13:57:09 ---> Running in 75dd99106046 13:57:10 $ docker rm -f 7898331af69cbec677c4027abb5e64d8a39867e83c604b00b3641e5b714ef472 13:57:10 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 13:57:10 + docker inspect -f . ci-base-image-x86_64 13:57:10 . [Pipeline] withDockerContainer 13:57:10 prd-centos7-docker-4c-2g-488 does not seem to be running inside a container 13:57:10 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/2 -v /w/workspace/go-mod-core-contracts/2:/w/workspace/go-mod-core-contracts/2:rw,z -v /w/workspace/go-mod-core-contracts/2@tmp:/w/workspace/go-mod-core-contracts/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 13:57:11 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 13:57:11 $ docker top 9b9b61666d94b9971238103af725d4ec2a8516ff52429b0c55185c9afb514671 -eo pid,comm [Pipeline] { [Pipeline] sh 13:57:11 OK: 142 MiB in 39 packages 13:57:12 + make test 13:57:12 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 13:57:12 Removing intermediate container 75dd99106046 13:57:12 ---> 27120d314054 13:57:12 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 13:57:13 ---> Running in b8e9aa5bdfcc 13:57:13 Removing intermediate container b8e9aa5bdfcc 13:57:13 ---> bc936f5436aa 13:57:13 Step 6/7 : COPY go.mod . 13:57:14 ---> 04db6d752dd8 13:57:14 Step 7/7 : RUN go mod download 13:57:14 ---> Running in c14ac55ed09f 13:57:18 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients [no test files] 13:57:19 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/agent 0.039s coverage: 85.7% of statements 13:57:19 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/command 0.012s coverage: 100.0% of statements 13:57:19 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/coredata 0.016s coverage: 45.4% of statements 13:57:19 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/general 0.017s coverage: 77.8% of statements 13:57:19 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces [no test files] 13:57:20 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/logger 0.026s coverage: 26.3% of statements 13:57:21 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/metadata 0.025s coverage: 14.7% of statements 13:57:21 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/notifications 0.010s coverage: 100.0% of statements 13:57:21 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/scheduler 0.059s coverage: 91.8% of statements 13:57:21 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/types [no test files] 13:57:21 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/errors [no test files] 13:57:21 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/local 0.024s coverage: 100.0% of statements 13:57:21 ok github.com/edgexfoundry/go-mod-core-contracts/v2/errors 0.011s coverage: 35.5% of statements 13:57:23 ok github.com/edgexfoundry/go-mod-core-contracts/v2/models 0.028s coverage: 63.0% of statements 13:57:23 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/configuration 0.008s coverage: 26.3% of statements 13:57:23 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/admin 0.028s coverage: 15.4% of statements 13:57:23 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/operating 0.005s coverage: 15.4% of statements 13:57:23 ok github.com/edgexfoundry/go-mod-core-contracts/v2/responses/configuration 0.042s coverage: 14.3% of statements 13:57:24 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2 [no test files] 13:57:26 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http 0.123s coverage: 84.0% of statements 13:57:26 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http/utils [no test files] 13:57:26 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces [no test files] 13:57:26 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces/mocks [no test files] 13:57:26 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos 0.016s coverage: 45.8% of statements 13:57:26 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/common 0.010s coverage: 94.7% of statements 13:57:26 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/requests 0.069s coverage: 87.1% of statements 13:57:26 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/responses 0.012s coverage: 96.0% of statements 13:57:27 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/models 0.009s coverage: 69.6% of statements 13:57:27 CGO_ENABLED=0 GO111MODULE=on go vet ./... 13:57:29 gofmt -l . 13:57:29 [ "`gofmt -l .`" = "" ] [Pipeline] } 13:57:29 $ docker stop --time=1 9b9b61666d94b9971238103af725d4ec2a8516ff52429b0c55185c9afb514671 13:57:32 $ docker rm -f 9b9b61666d94b9971238103af725d4ec2a8516ff52429b0c55185c9afb514671 [Pipeline] // withDockerContainer [Pipeline] sh 13:57:32 Removing intermediate container c14ac55ed09f 13:57:32 ---> 01a3d13f1cd3 13:57:32 Successfully built 01a3d13f1cd3 13:57:32 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 13:57:32 + sudo chown -R jenkins:jenkins . [Pipeline] stash 13:57:32 + docker inspect -f . ci-base-image-arm64 13:57:32 . [Pipeline] withDockerContainer 13:57:33 prd-ubuntu18.04-docker-arm64-4c-16g-487 does not seem to be running inside a container 13:57:33 Stashed 1 file(s) 13:57:33 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/2 -v /w/workspace/go-mod-core-contracts/2:/w/workspace/go-mod-core-contracts/2:rw,z -v /w/workspace/go-mod-core-contracts/2@tmp:/w/workspace/go-mod-core-contracts/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 13:57:34 $ docker top d8ee4598521fe2c2bef58a647af1db4dd1ae0f7c6b603f8f6db03f03b005ecc5 -eo pid,comm [Pipeline] { [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] sh [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 Post stage [Pipeline] libraryResource [Pipeline] sh 13:57:35 + go version 13:57:35 go version go1.15.5 linux/arm64 13:57:35 ---> job-cost.sh 13:57:35 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-Numz [Pipeline] } 13:57:35 $ docker stop --time=1 d8ee4598521fe2c2bef58a647af1db4dd1ae0f7c6b603f8f6db03f03b005ecc5 13:57:37 $ docker rm -f d8ee4598521fe2c2bef58a647af1db4dd1ae0f7c6b603f8f6db03f03b005ecc5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 13:57:38 + docker inspect -f . ci-base-image-arm64 13:57:38 . [Pipeline] withDockerContainer 13:57:38 prd-ubuntu18.04-docker-arm64-4c-16g-487 does not seem to be running inside a container 13:57:38 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/2 -v /w/workspace/go-mod-core-contracts/2:/w/workspace/go-mod-core-contracts/2:rw,z -v /w/workspace/go-mod-core-contracts/2@tmp:/w/workspace/go-mod-core-contracts/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 13:57:40 $ docker top fb4c15f9790bfc44e85d7c2ac3e4773972ce9428c6316a7593b14c7b6a4a6dda -eo pid,comm [Pipeline] { [Pipeline] sh 13:57:41 + make test 13:57:41 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 13:57:50 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 13:58:03 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients [no test files] 13:58:05 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/agent 0.043s coverage: 85.7% of statements 13:58:05 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/command 0.037s coverage: 100.0% of statements 13:58:06 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/coredata 0.081s coverage: 45.4% of statements 13:58:07 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/general 0.032s coverage: 77.8% of statements 13:58:07 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces [no test files] 13:58:09 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/logger 0.016s coverage: 26.3% of statements 13:58:09 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/metadata 0.085s coverage: 14.7% of statements 13:58:09 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/notifications 0.058s coverage: 100.0% of statements 13:58:11 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/scheduler 0.080s coverage: 91.8% of statements 13:58:11 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/types [no test files] 13:58:11 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/errors [no test files] 13:58:11 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/local 0.059s coverage: 100.0% of statements 13:58:11 ok github.com/edgexfoundry/go-mod-core-contracts/v2/errors 0.037s coverage: 35.5% of statements 13:58:16 ok github.com/edgexfoundry/go-mod-core-contracts/v2/models 0.141s coverage: 63.0% of statements 13:58:16 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/configuration 0.012s coverage: 26.3% of statements 13:58:16 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/admin 0.024s coverage: 15.4% of statements 13:58:16 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/operating 0.030s coverage: 15.4% of statements 13:58:16 ok github.com/edgexfoundry/go-mod-core-contracts/v2/responses/configuration 0.028s coverage: 14.3% of statements 13:58:16 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2 [no test files] 13:58:17 lf-activate-venv(): INFO: Adding /tmp/venv-Numz/bin to PATH 13:58:17 INFO: No Stack... 13:58:17 INFO: Retrieving Pricing Info for: v1-standard-2 13:58:18 INFO: Archiving Costs [Pipeline] sh 13:58:19 + cat /w/workspace/go-mod-core-contracts/2/archives/cost.csv 13:58:19 + cut -d, -f6 [Pipeline] lock 13:58:19 Trying to acquire lock on [jenkins-edgexfoundry-go-mod-core-contracts-PR-587-2-stack-cost] 13:58:19 Resource [jenkins-edgexfoundry-go-mod-core-contracts-PR-587-2-stack-cost] did not exist. Created. 13:58:19 Lock acquired on [jenkins-edgexfoundry-go-mod-core-contracts-PR-587-2-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 13:58:19 + echo total: 0.029999999329447746 [Pipeline] stash 13:58:19 Stashed 1 file(s) [Pipeline] } 13:58:19 Lock released on resource [jenkins-edgexfoundry-go-mod-core-contracts-PR-587-2-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 13:58:21 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http 0.308s coverage: 84.0% of statements 13:58:21 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http/utils [no test files] 13:58:21 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces [no test files] 13:58:21 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces/mocks [no test files] 13:58:21 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos 0.051s coverage: 45.8% of statements 13:58:21 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/common 0.085s coverage: 94.7% of statements 13:58:23 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/requests 0.184s coverage: 87.1% of statements 13:58:23 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/responses 0.025s coverage: 96.0% of statements 13:58:23 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/models 0.023s coverage: 69.6% of statements 13:58:23 CGO_ENABLED=0 GO111MODULE=on go vet ./... 13:58:30 gofmt -l . 13:58:30 [ "`gofmt -l .`" = "" ] [Pipeline] } 13:58:31 $ docker stop --time=1 fb4c15f9790bfc44e85d7c2ac3e4773972ce9428c6316a7593b14c7b6a4a6dda 13:58:33 $ docker rm -f fb4c15f9790bfc44e85d7c2ac3e4773972ce9428c6316a7593b14c7b6a4a6dda [Pipeline] // withDockerContainer [Pipeline] sh 13:58:34 + sudo chown -R jenkins:jenkins . [Pipeline] stash 13:58:34 Warning: overwriting stash ‘coverage-report’ 13:58:35 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 Post stage [Pipeline] libraryResource [Pipeline] sh 13:58:35 ---> job-cost.sh 13:58:35 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-JNxU 13:59:14 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 14:00:36 lf-activate-venv(): INFO: Adding /tmp/venv-JNxU/bin to PATH 14:00:36 INFO: No Stack... 14:00:36 INFO: Retrieving Pricing Info for: lf-standard-4 14:00:37 INFO: Archiving Costs [Pipeline] sh 14:00:37 + cat /w/workspace/go-mod-core-contracts/2/archives/cost.csv 14:00:37 + cut -d, -f6 [Pipeline] lock 14:00:37 Trying to acquire lock on [jenkins-edgexfoundry-go-mod-core-contracts-PR-587-2-stack-cost] 14:00:37 Resource [jenkins-edgexfoundry-go-mod-core-contracts-PR-587-2-stack-cost] did not exist. Created. 14:00:37 Lock acquired on [jenkins-edgexfoundry-go-mod-core-contracts-PR-587-2-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 14:00:38 /w/workspace/go-mod-core-contracts/2@tmp/durable-3349f169/script.sh: 1: /w/workspace/go-mod-core-contracts/2@tmp/durable-3349f169/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh 14:00:38 + echo total: 0.20999999344348907 [Pipeline] stash 14:00:38 Warning: overwriting stash ‘stack-cost’ 14:00:38 Stashed 1 file(s) [Pipeline] } 14:00:38 Lock released on resource [jenkins-edgexfoundry-go-mod-core-contracts-PR-587-2-stack-cost] [Pipeline] // lock [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 14:00:39 provisioning config files... 14:00:39 copy managed file [go-mod-core-contracts-codecov-token] to file:/w/workspace/dry_go-mod-core-contracts_PR-587@tmp/config1091739032773892901tmp [Pipeline] { [Pipeline] sh 14:00:39 + set +x 14:00:39 + curl -s https://codecov.io/bash 14:00:39 + bash -s -- 14:00:39 14:00:39 _____ _ 14:00:39 / ____| | | 14:00:39 | | ___ __| | ___ ___ _____ __ 14:00:39 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 14:00:39 | |___| (_) | (_| | __/ (_| (_) \ V / 14:00:39 \_____\___/ \__,_|\___|\___\___/ \_/ 14:00:39 Bash-1.0.1 14:00:39 14:00:39 14:00:39 ==> git version 2.24.3 found 14:00:39 ==> 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 14:00:39 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 14:00:39 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 14:00:39 ==> Jenkins CI detected. 14:00:39 project root: . 14:00:39 --> token set from env 14:00:39 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 14:00:39 ==> Running gcov in . (disable via -X gcov) 14:00:39 ==> Python coveragepy not found 14:00:39 ==> Searching for coverage reports in: 14:00:39 + . 14:00:39 -> Found 1 reports 14:00:39 ==> Detecting git/mercurial file structure 14:00:40 ==> Reading reports 14:00:40 + ./coverage.out bytes=171078 14:00:40 ==> Appending adjustments 14:00:40 https://docs.codecov.io/docs/fixing-reports 14:00:41 + Found adjustments 14:00:41 ==> Gzipping contents 14:00:41 28K /tmp/codecov.TfKSgu.gz 14:00:41 ==> Uploading reports 14:00:41 url: https://codecov.io 14:00:41 query: branch=PR-587&commit=bd64b235ac751e25f96a49732760d6df4266ba9e&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2FPR-587%2F2%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=587&job=&cmd_args= 14:00:41 -> Pinging Codecov 14:00:41 https://codecov.io/upload/v4?package=bash-1.0.1&token=secret&branch=PR-587&commit=bd64b235ac751e25f96a49732760d6df4266ba9e&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2FPR-587%2F2%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=587&job=&cmd_args= 14:00:41 -> Uploading to 14:00:41 https://storage.googleapis.com/codecov/v4/raw/2021-04-16/71470A77251A30514AAF9C0BB2E5B6CE/bd64b235ac751e25f96a49732760d6df4266ba9e/d4d38969-cd84-4f99-88da-6585b4002ae7.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210416%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210416T140041Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=be4e4f68464d0e1c30ae84812413a88da7af770a16f3aeecead4f37cc5827d8f 14:00:41 % Total % Received % Xferd Average Speed Time Time Time Current 14:00:41 Dload Upload Total Spent Left Speed 14:00:42 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 25205 0 0 100 25205 0 62490 --:--:-- --:--:-- --:--:-- 62388 14:00:42 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/go-mod-core-contracts/commit/bd64b235ac751e25f96a49732760d6df4266ba9e [Pipeline] } 14:00:42 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] { (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 14:00:43 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 14:00:43 ---> package-listing.sh 14:00:43 ++ facter osfamily 14:00:43 ++ tr '[:upper:]' '[:lower:]' 14:00:43 + OS_FAMILY=redhat 14:00:43 + workspace=/w/workspace/dry_go-mod-core-contracts_PR-587 14:00:43 + START_PACKAGES=/tmp/packages_start.txt 14:00:43 + END_PACKAGES=/tmp/packages_end.txt 14:00:43 + DIFF_PACKAGES=/tmp/packages_diff.txt 14:00:43 + PACKAGES=/tmp/packages_start.txt 14:00:43 + '[' /w/workspace/dry_go-mod-core-contracts_PR-587 ']' 14:00:43 + PACKAGES=/tmp/packages_end.txt 14:00:43 + case "${OS_FAMILY}" in 14:00:43 + rpm -qa 14:00:43 + sort 14:00:48 + '[' -f /tmp/packages_start.txt ']' 14:00:48 + '[' -f /tmp/packages_end.txt ']' 14:00:48 + diff /tmp/packages_start.txt /tmp/packages_end.txt 14:00:48 + '[' /w/workspace/dry_go-mod-core-contracts_PR-587 ']' 14:00:48 + mkdir -p /w/workspace/dry_go-mod-core-contracts_PR-587/archives/ 14:00:48 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dry_go-mod-core-contracts_PR-587/archives/ [Pipeline] echo 14:00:48 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-587/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 14:00:49 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 14:00:49 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 14:00:49 14:00:49 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 14:00:49 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 14:00:49 alpine: Pulling from edgex-lftools-log-publisher 14:00:49 df20fa9351a1: Pulling fs layer 14:00:49 36b3adc4ff6f: Pulling fs layer 14:00:49 8ad3a11d3b57: Pulling fs layer 14:00:49 46f8f816bc3b: Pulling fs layer 14:00:49 93b61091891f: Pulling fs layer 14:00:49 93b9cdb0e59b: Pulling fs layer 14:00:49 5e14af77c1be: Pulling fs layer 14:00:49 01666e4c0597: Pulling fs layer 14:00:49 aa168da1d23b: Pulling fs layer 14:00:49 93b9cdb0e59b: Waiting 14:00:49 5e14af77c1be: Waiting 14:00:49 01666e4c0597: Waiting 14:00:49 aa168da1d23b: Waiting 14:00:49 46f8f816bc3b: Waiting 14:00:49 93b61091891f: Waiting 14:00:49 36b3adc4ff6f: Download complete 14:00:49 46f8f816bc3b: Download complete 14:00:49 df20fa9351a1: Verifying Checksum 14:00:49 df20fa9351a1: Download complete 14:00:49 93b9cdb0e59b: Verifying Checksum 14:00:49 93b9cdb0e59b: Download complete 14:00:49 93b61091891f: Download complete 14:00:49 5e14af77c1be: Download complete 14:00:49 01666e4c0597: Verifying Checksum 14:00:49 01666e4c0597: Download complete 14:00:49 8ad3a11d3b57: Download complete 14:00:50 df20fa9351a1: Pull complete 14:00:50 36b3adc4ff6f: Pull complete 14:00:51 8ad3a11d3b57: Pull complete 14:00:51 46f8f816bc3b: Pull complete 14:00:52 aa168da1d23b: Verifying Checksum 14:00:52 aa168da1d23b: Download complete 14:00:52 93b61091891f: Pull complete 14:00:52 93b9cdb0e59b: Pull complete 14:00:52 5e14af77c1be: Pull complete 14:00:52 01666e4c0597: Pull complete 14:00:59 aa168da1d23b: Pull complete 14:00:59 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 14:00:59 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 14:00:59 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 14:00:59 prd-centos7-docker-4c-2g-485 does not seem to be running inside a container 14:00:59 $ 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-587/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-587 -v /w/workspace/dry_go-mod-core-contracts_PR-587:/w/workspace/dry_go-mod-core-contracts_PR-587:rw,z -v /w/workspace/dry_go-mod-core-contracts_PR-587@tmp:/w/workspace/dry_go-mod-core-contracts_PR-587@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 14:01:02 $ docker top 1b1ccf770ca6da6162ee58c88a039ba5e37323cd5531ae66dd2420ebfc912460 -eo pid,comm [Pipeline] { [Pipeline] sh 14:01:03 + touch /tmp/pre-build-complete [Pipeline] sh 14:01:03 + mkdir -p /var/log/sa [Pipeline] sh 14:01:03 + ls /var/log/sa-host 14:01:03 + sadf -c /var/log/sa-host/sa16 14:01:03 file_magic: OK 14:01:03 HZ: Using current value: 100 14:01:03 file_header: OK 14:01:03 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 14:01:03 Statistics: 14:01:03 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 14:01:03 File successfully converted to sysstat format version 12.2.1 14:01:03 + sadf -c /var/log/sa-host/sa23 14:01:03 file_magic: OK 14:01:03 HZ: Using current value: 100 14:01:03 file_header: OK 14:01:03 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 14:01:03 Statistics: 14:01:03 Hnuu...uuuununununu... 14:01:03 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 14:01:04 provisioning config files... 14:01:04 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dry_go-mod-core-contracts_PR-587@tmp/config8868175732796671740tmp [Pipeline] { [Pipeline] echo 14:01:04 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 14:01:04 ---> create-netrc.sh [Pipeline] } 14:01:04 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 14:01:04 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 14:01:04 ---> python-tools-install.sh [Pipeline] echo 14:01:04 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 14:01:05 ---> sudo-logs.sh 14:01:05 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 14:01:05 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 14:01:05 ---> job-cost.sh 14:01:05 lf-activate-venv: SKIPPING 14:01:05 DEBUG: total: 0.20999999344348907 14:01:05 INFO: Retrieving Stack Cost... 14:01:06 INFO: Retrieving Pricing Info for: v1-standard-2 14:01:06 INFO: Archiving Costs [Pipeline] echo 14:01:06 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 14:01:07 ---> logs-deploy.sh 14:01:07 lf-activate-venv: SKIPPING 14:01:07 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/PR-587/2 14:01:07 INFO: archiving workspace using pattern(s): 14:01:09 Archives upload complete. 14:01:09 INFO: archiving logs to Nexus 14:01:10 ---> uname -a: 14:01:10 Linux prd-centos7-docker-4c-2g-485.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 14:01:10 14:01:10 14:01:10 ---> lscpu: 14:01:10 Architecture: x86_64 14:01:10 CPU op-mode(s): 32-bit, 64-bit 14:01:10 Byte Order: Little Endian 14:01:10 Address sizes: 40 bits physical, 48 bits virtual 14:01:10 CPU(s): 4 14:01:10 On-line CPU(s) list: 0-3 14:01:10 Thread(s) per core: 1 14:01:10 Core(s) per socket: 1 14:01:10 Socket(s): 4 14:01:10 NUMA node(s): 1 14:01:10 Vendor ID: GenuineIntel 14:01:10 CPU family: 6 14:01:10 Model: 44 14:01:10 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 14:01:10 Stepping: 1 14:01:10 CPU MHz: 2933.438 14:01:10 BogoMIPS: 5866.87 14:01:10 Virtualization: VT-x 14:01:10 Hypervisor vendor: KVM 14:01:10 Virtualization type: full 14:01:10 L1d cache: 128 KiB 14:01:10 L1i cache: 128 KiB 14:01:10 L2 cache: 16 MiB 14:01:10 L3 cache: 64 MiB 14:01:10 NUMA node0 CPU(s): 0-3 14:01:10 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 14:01:10 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 14:01:10 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 14:01:10 Vulnerability Meltdown: Mitigation; PTI 14:01:10 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 14:01:10 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 14:01:10 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 14:01:10 Vulnerability Srbds: Not affected 14:01:10 Vulnerability Tsx async abort: Not affected 14:01:10 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 14:01:10 14:01:10 14:01:10 ---> nproc: 14:01:10 4 14:01:10 14:01:10 14:01:10 ---> df -h: 14:01:10 Filesystem Size Used Available Use% Mounted on 14:01:10 overlay 50.0G 7.3G 42.7G 15% / 14:01:10 tmpfs 64.0M 0 64.0M 0% /dev 14:01:10 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 14:01:10 shm 64.0M 0 64.0M 0% /dev/shm 14:01:10 /dev/vda1 50.0G 7.3G 42.7G 15% /facter-os 14:01:10 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/resolv.conf 14:01:10 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hostname 14:01:10 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hosts 14:01:10 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/secure 14:01:10 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/auth.log 14:01:10 /dev/vda1 50.0G 7.3G 42.7G 15% /run/cloud-init/result.json 14:01:10 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/dry_go-mod-core-contracts_PR-587 14:01:10 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/dry_go-mod-core-contracts_PR-587@tmp 14:01:10 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/sa-host 14:01:10 14:01:10 14:01:10 ---> free -m: 14:01:10 total used free shared buff/cache available 14:01:10 Mem: 1837 723 100 0 1013 1009 14:01:10 Swap: 1023 1 1022 14:01:10 14:01:10 14:01:10 ---> ip addr: 14:01:10 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 14:01:10 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 14:01:10 inet 127.0.0.1/8 scope host lo 14:01:10 valid_lft forever preferred_lft forever 14:01:10 inet6 ::1/128 scope host 14:01:10 valid_lft forever preferred_lft forever 14:01:10 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 14:01:10 link/ether fa:16:3e:57:6b:b7 brd ff:ff:ff:ff:ff:ff 14:01:10 inet 10.30.122.85/23 brd 10.30.123.255 scope global dynamic eth0 14:01:10 valid_lft 85923sec preferred_lft 85923sec 14:01:10 inet6 fe80::f816:3eff:fe57:6bb7/64 scope link 14:01:10 valid_lft forever preferred_lft forever 14:01:10 3: docker0: mtu 1500 qdisc noqueue state DOWN 14:01:10 link/ether 02:42:db:ea:37:06 brd ff:ff:ff:ff:ff:ff 14:01:10 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 14:01:10 valid_lft forever preferred_lft forever 14:01:10 inet6 fe80::42:dbff:feea:3706/64 scope link 14:01:10 valid_lft forever preferred_lft forever 14:01:10 14:01:10 14:01:10 ---> sar -b -r -n DEV: 14:01:10 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 04/16/21 _x86_64_ (4 CPU) 14:01:10 14:01:10 13:52:59 LINUX RESTART (4 CPU) 14:01:10 14:01:10 13:54:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 14:01:10 13:55:01 7.01 0.00 7.01 0.00 0.00 121.61 0.00 14:01:10 13:56:01 0.43 0.00 0.43 0.00 0.00 7.31 0.00 14:01:10 13:57:01 0.28 0.00 0.28 0.00 0.00 3.61 0.00 14:01:10 13:58:01 0.27 0.00 0.27 0.00 0.00 3.00 0.00 14:01:10 13:59:01 0.23 0.00 0.23 0.00 0.00 3.15 0.00 14:01:10 14:00:01 0.28 0.00 0.28 0.00 0.00 3.35 0.00 14:01:10 14:01:01 129.03 74.53 54.51 0.00 6167.85 18731.31 0.00 14:01:10 Average: 19.69 10.68 9.01 0.00 883.87 2704.31 0.00 14:01:10 14:01:10 13:54:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 14:01:10 13:55:01 153184 0 613300 32.60 2620 1112440 1097896 37.47 411720 1117096 20 14:01:10 13:56:01 152204 0 614272 32.65 2620 1112448 1089672 37.19 415624 1114240 12 14:01:10 13:57:01 147804 0 618668 32.88 2620 1112452 1080688 36.88 423684 1110568 8 14:01:10 13:58:01 147680 0 618792 32.89 2620 1112452 1080484 36.88 422996 1111400 8 14:01:10 13:59:01 147256 0 619204 32.91 2620 1112464 1080544 36.88 419588 1115132 8 14:01:10 14:00:01 147848 0 618608 32.88 2620 1112468 1080484 36.88 419208 1115208 8 14:01:10 14:01:01 164068 0 722252 38.39 2620 992604 1283820 43.81 469588 983580 16 14:01:10 Average: 151435 0 632157 33.60 2620 1095333 1113370 38.00 426058 1095318 11 14:01:10 14:01:10 13:54:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 14:01:10 13:55:01 eth0 60.18 35.52 62.66 22.60 0.00 0.00 0.00 0.00 14:01:10 13:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:01:10 13:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:01:10 13:56:01 eth0 1.68 0.32 0.38 0.20 0.00 0.00 0.00 0.00 14:01:10 13:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:01:10 13:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:01:10 13:57:01 eth0 0.98 0.63 0.54 0.40 0.00 0.00 0.00 0.00 14:01:10 13:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:01:10 13:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:01:10 13:58:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 14:01:10 13:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:01:10 13:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:01:10 13:59:01 eth0 0.32 0.25 0.14 0.08 0.00 0.00 0.00 0.00 14:01:10 13:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:01:10 13:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:01:10 14:00:01 eth0 0.03 0.02 0.00 0.00 0.00 0.00 0.00 0.00 14:01:10 14:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:01:10 14:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:01:10 14:01:01 eth0 215.27 174.04 2174.64 70.41 0.00 0.00 0.00 0.00 14:01:10 14:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:01:10 14:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:01:10 Average: eth0 39.77 30.13 320.61 13.37 0.00 0.00 0.00 0.00 14:01:10 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:01:10 Average: docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:01:10 14:01:10 14:01:10 ---> sar -P ALL: 14:01:10 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 04/16/21 _x86_64_ (4 CPU) 14:01:10 14:01:10 13:52:59 LINUX RESTART (4 CPU) 14:01:10 14:01:10 13:54:02 CPU %user %nice %system %iowait %steal %idle 14:01:10 13:55:01 all 0.80 0.00 0.28 0.14 0.00 98.77 14:01:10 13:55:01 0 0.78 0.00 0.27 0.00 0.00 98.95 14:01:10 13:55:01 1 0.95 0.00 0.27 0.03 0.00 98.74 14:01:10 13:55:01 2 0.86 0.00 0.36 0.05 0.00 98.73 14:01:10 13:55:01 3 0.61 0.00 0.24 0.46 0.02 98.67 14:01:10 13:56:01 all 0.16 0.00 0.05 0.00 0.01 99.78 14:01:10 13:56:01 0 0.02 0.00 0.03 0.00 0.02 99.93 14:01:10 13:56:01 1 0.03 0.00 0.05 0.00 0.00 99.92 14:01:10 13:56:01 2 0.53 0.00 0.02 0.00 0.02 99.43 14:01:10 13:56:01 3 0.05 0.00 0.08 0.00 0.02 99.85 14:01:10 13:57:01 all 0.17 0.00 0.04 0.00 0.00 99.79 14:01:10 13:57:01 0 0.07 0.00 0.03 0.00 0.00 99.90 14:01:10 13:57:01 1 0.07 0.00 0.05 0.00 0.00 99.88 14:01:10 13:57:01 2 0.48 0.00 0.02 0.00 0.00 99.50 14:01:10 13:57:01 3 0.05 0.00 0.07 0.00 0.00 99.88 14:01:10 13:58:01 all 0.15 0.00 0.07 0.00 0.00 99.78 14:01:10 13:58:01 0 0.03 0.00 0.07 0.00 0.00 99.90 14:01:10 13:58:01 1 0.02 0.00 0.07 0.00 0.02 99.90 14:01:10 13:58:01 2 0.52 0.00 0.03 0.00 0.00 99.45 14:01:10 13:58:01 3 0.05 0.00 0.10 0.00 0.00 99.85 14:01:10 13:59:01 all 0.18 0.00 0.13 0.00 0.00 99.69 14:01:10 13:59:01 0 0.05 0.00 0.15 0.00 0.00 99.80 14:01:10 13:59:01 1 0.05 0.00 0.13 0.00 0.00 99.82 14:01:10 13:59:01 2 0.55 0.00 0.17 0.00 0.00 99.28 14:01:10 13:59:01 3 0.07 0.00 0.07 0.00 0.02 99.85 14:01:10 14:00:01 all 0.15 0.00 0.03 0.00 0.00 99.81 14:01:10 14:00:01 0 0.02 0.00 0.02 0.00 0.00 99.97 14:01:10 14:00:01 1 0.07 0.00 0.08 0.00 0.00 99.85 14:01:10 14:00:01 2 0.52 0.00 0.00 0.00 0.02 99.47 14:01:10 14:00:01 3 0.02 0.00 0.02 0.00 0.00 99.97 14:01:10 14:01:01 all 6.01 0.00 4.23 2.22 0.05 87.49 14:01:10 14:01:01 0 6.22 0.00 4.54 3.83 0.03 85.39 14:01:10 14:01:01 1 5.53 0.00 3.94 1.26 0.08 89.18 14:01:10 14:01:01 2 6.22 0.00 4.84 0.77 0.03 88.12 14:01:10 14:01:01 3 6.07 0.00 3.61 3.04 0.03 87.25 14:01:10 Average: all 1.08 0.00 0.69 0.33 0.01 97.89 14:01:10 Average: 0 1.01 0.00 0.72 0.54 0.01 97.71 14:01:10 Average: 1 0.95 0.00 0.65 0.18 0.01 98.20 14:01:10 Average: 2 1.38 0.00 0.77 0.12 0.01 97.72 14:01:10 Average: 3 0.98 0.00 0.59 0.50 0.01 97.92 14:01:10 14:01:10 14:01:10