Pull request #475 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 lenny-intel for edgexfoundry/go-mod-core-contracts Obtained Jenkinsfile from 127a7ca41ce0dcfd5525847e86e0e567750a6ada+8f7953445b72aeaee75aad4ef61ff15b3674e342 (0b4ce7838312d369aa1e6a4b8c1d70e1d169ffcf) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 69a7e166112f335804d9fea76440e5140e47f034 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 69a7e166112f335804d9fea76440e5140e47f034 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 # timeout=10 Commit message: "Add license check to tox" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:go-mod-core-contracts, buildImage:false, pushImage:false, semverBump:pre] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: go-mod-core-contracts-settings PROJECT: go-mod-core-contracts USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-go-mod-core-contracts DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: false PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: false SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-24365 in /w/workspace/dry_go-mod-core-contracts_PR-475 [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-475 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit 8f7953445b72aeaee75aad4ef61ff15b3674e342 into PR head commit 127a7ca41ce0dcfd5525847e86e0e567750a6ada > 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/475/head:refs/remotes/origin/PR-475 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 127a7ca41ce0dcfd5525847e86e0e567750a6ada # timeout=10 > git remote # timeout=10 Merge succeeded, producing 127a7ca41ce0dcfd5525847e86e0e567750a6ada Checking out Revision 127a7ca41ce0dcfd5525847e86e0e567750a6ada (PR-475) > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 8f7953445b72aeaee75aad4ef61ff15b3674e342 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 127a7ca41ce0dcfd5525847e86e0e567750a6ada # timeout=10 Commit message: "fix: Ensure ApiVersion is set when converting models to DTOs" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 17:51:24 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 17:51:24 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 17:51:24 ========================================================= 17:51:24 EdgeX Global Pipelines Version Info 17:51:24 ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 546a872fd7ee270ebfbf167397cf4be618b9c8ed # timeout=10 17:51:26 ------------------- 17:51:26 stable info: 17:51:26 ------------------- 17:51:26 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 17:51:26 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 17:51:26 Message: update stable to v1.0.179 17:51:28 ------------------- 17:51:28 experimental info: 17:51:28 ------------------- 17:51:28 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 17:51:28 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 17:51:28 Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 17:51:28 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-core-contracts-settings [Pipeline] echo 17:51:28 [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-core-contracts [Pipeline] echo 17:51:28 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 17:51:28 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 17:51:28 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 17:51:28 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 17:51:28 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 17:51:29 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 17:51:29 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 17:51:29 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 17:51:29 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 17:51:29 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-core-contracts [Pipeline] echo 17:51:29 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 17:51:29 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 17:51:29 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 17:51:29 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 17:51:29 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 17:51:30 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 17:51:30 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 17:51:30 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 17:51:30 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 17:51:30 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 17:51:30 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 17:51:30 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 17:51:30 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 17:51:30 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 17:51:31 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 17:51:31 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-475 [Pipeline] echo 17:51:31 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-475 [Pipeline] echo 17:51:31 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-475 [Pipeline] echo 17:51:31 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 127a7ca41ce0dcfd5525847e86e0e567750a6ada [Pipeline] echo 17:51:31 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 127a7ca [Pipeline] echo 17:51:31 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 17:51:32 + git log --format=format:%s -1 127a7ca41ce0dcfd5525847e86e0e567750a6ada [Pipeline] echo 17:51:32 GIT_COMMIT: 127a7ca41ce0dcfd5525847e86e0e567750a6ada, Commit Message: fix: Ensure ApiVersion is set when converting models to DTOs [Pipeline] echo 17:51:32 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 17:51:33 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:51:34 17:51:34 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 17:51:34 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:51:34 latest: Pulling from edgex-devops/git-semver 17:51:34 31603596830f: Pulling fs layer 17:51:34 2a8b12db71e7: Pulling fs layer 17:51:34 6ca5941a6612: Pulling fs layer 17:51:34 ecc8261a40a4: Pulling fs layer 17:51:34 ecc8261a40a4: Waiting 17:51:34 2a8b12db71e7: Verifying Checksum 17:51:34 2a8b12db71e7: Download complete 17:51:34 31603596830f: Verifying Checksum 17:51:34 31603596830f: Download complete 17:51:34 ecc8261a40a4: Verifying Checksum 17:51:34 ecc8261a40a4: Download complete 17:51:34 6ca5941a6612: Verifying Checksum 17:51:34 6ca5941a6612: Download complete 17:51:35 31603596830f: Pull complete 17:51:35 2a8b12db71e7: Pull complete 17:51:36 6ca5941a6612: Pull complete 17:51:37 ecc8261a40a4: Pull complete 17:51:37 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 17:51:37 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:51:37 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 17:51:37 prd-centos7-docker-4c-2g-24365 does not seem to be running inside a container 17:51:37 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_go-mod-core-contracts_PR-475 -v /w/workspace/dry_go-mod-core-contracts_PR-475:/w/workspace/dry_go-mod-core-contracts_PR-475:rw,z -v /w/workspace/dry_go-mod-core-contracts_PR-475@tmp:/w/workspace/dry_go-mod-core-contracts_PR-475@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 17:51:40 $ docker top 365f49a32a03c712c6c9cc4c05a2c195f49667325ba3d0a50c11bbd21f4ec6b6 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 17:51:40 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:51:40 [ssh-agent] Looking for ssh-agent implementation... 17:51:41 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:51:41 $ docker exec 365f49a32a03c712c6c9cc4c05a2c195f49667325ba3d0a50c11bbd21f4ec6b6 ssh-agent 17:51:41 SSH_AUTH_SOCK=/tmp/ssh-Smn6g1NJIKwd/agent.11 17:51:41 SSH_AGENT_PID=16 17:51:41 Running ssh-add (command line suppressed) 17:51:41 Identity added: /w/workspace/dry_go-mod-core-contracts_PR-475@tmp/private_key_923687563743123674.key (/w/workspace/dry_go-mod-core-contracts_PR-475@tmp/private_key_923687563743123674.key) 17:51:41 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:51:42 + git tag --points-at HEAD [Pipeline] } 17:51:42 $ docker exec --env ******** --env ******** 365f49a32a03c712c6c9cc4c05a2c195f49667325ba3d0a50c11bbd21f4ec6b6 ssh-agent -k 17:51:42 unset SSH_AUTH_SOCK; 17:51:42 unset SSH_AGENT_PID; 17:51:42 echo Agent pid 16 killed; 17:51:42 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 17:51:42 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:51:42 [ssh-agent] Looking for ssh-agent implementation... 17:51:42 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:51:42 $ docker exec 365f49a32a03c712c6c9cc4c05a2c195f49667325ba3d0a50c11bbd21f4ec6b6 ssh-agent 17:51:43 SSH_AUTH_SOCK=/tmp/ssh-f3UE4P3A7r24/agent.46 17:51:43 SSH_AGENT_PID=51 17:51:43 Running ssh-add (command line suppressed) 17:51:43 Identity added: /w/workspace/dry_go-mod-core-contracts_PR-475@tmp/private_key_3772564464256926423.key (/w/workspace/dry_go-mod-core-contracts_PR-475@tmp/private_key_3772564464256926423.key) 17:51:43 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:51:44 + git semver init 17:51:44 # -> Open(): unable to determine branch for HEAD 17:51:44 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_PR-475/.git 17:51:44 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_PR-475 17:51:44 # $SEMVER_REMOTE_NAME = origin 17:51:44 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 17:51:44 # $SEMVER_USER_NAME = edgex-jenkins 17:51:44 # $SEMVER_BRANCH = PR-475 17:51:44 # $SEMVER_TEMP = /tmp/semver-593082292 17:51:44 # git clone --branch semver git@github.com:edgexfoundry/go-mod-core-contracts.git $SEMVER_TEMP 17:51:45 # '/tmp/semver-593082292' -> '/w/workspace/dry_go-mod-core-contracts_PR-475/.semver' 17:51:45 # -> Force: false 17:51:45 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_PR-475/.semver [Pipeline] } 17:51:45 $ docker exec --env ******** --env ******** 365f49a32a03c712c6c9cc4c05a2c195f49667325ba3d0a50c11bbd21f4ec6b6 ssh-agent -k 17:51:45 unset SSH_AUTH_SOCK; 17:51:45 unset SSH_AGENT_PID; 17:51:45 echo Agent pid 51 killed; 17:51:45 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 17:51:46 + git semver [Pipeline] } 17:51:46 $ docker stop --time=1 365f49a32a03c712c6c9cc4c05a2c195f49667325ba3d0a50c11bbd21f4ec6b6 17:51:48 $ docker rm -f 365f49a32a03c712c6c9cc4c05a2c195f49667325ba3d0a50c11bbd21f4ec6b6 [Pipeline] // withDockerContainer [Pipeline] sh 17:51:48 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 17:51:49 Stashed 1 file(s) [Pipeline] echo 17:51:49 [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node 17:51:50 Running on prd-centos7-docker-4c-2g-24366 in /w/workspace/dry_go-mod-core-contracts_PR-475 [Pipeline] { [Pipeline] ws 17:51:50 Running in /w/workspace/go-mod-core-contracts/2 [Pipeline] { [Pipeline] checkout 17:51:53 using credential edgex-jenkins-ssh 17:51:53 Cloning the remote Git repository 17:51:53 Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git 17:51:53 > git init /w/workspace/go-mod-core-contracts/2 # timeout=10 17:51:53 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 17:51:53 > git --version # timeout=10 17:51:53 > git --version # 'git version 2.24.3' 17:51:53 using GIT_SSH to set credentials SSH Credentials for GitHub 17:51:53 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 17:51:54 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 17:51:54 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 17:51:54 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 17:51:54 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 17:51:54 using GIT_SSH to set credentials SSH Credentials for GitHub 17:51:54 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/475/head:refs/remotes/origin/PR-475 +refs/heads/master:refs/remotes/origin/master # timeout=10 17:51:54 Merging remotes/origin/master commit 8f7953445b72aeaee75aad4ef61ff15b3674e342 into PR head commit 127a7ca41ce0dcfd5525847e86e0e567750a6ada 17:51:54 Merge succeeded, producing 127a7ca41ce0dcfd5525847e86e0e567750a6ada 17:51:54 Checking out Revision 127a7ca41ce0dcfd5525847e86e0e567750a6ada (PR-475) 17:51:54 > git config core.sparsecheckout # timeout=10 17:51:54 > git checkout -f 127a7ca41ce0dcfd5525847e86e0e567750a6ada # timeout=10 17:51:54 > git remote # timeout=10 17:51:54 > git config --get remote.origin.url # timeout=10 17:51:54 using GIT_SSH to set credentials SSH Credentials for GitHub 17:51:54 > git merge 8f7953445b72aeaee75aad4ef61ff15b3674e342 # timeout=10 17:51:54 > git rev-parse HEAD^{commit} # timeout=10 17:51:54 > git config core.sparsecheckout # timeout=10 17:51:54 > git checkout -f 127a7ca41ce0dcfd5525847e86e0e567750a6ada # timeout=10 17:51:58 Commit message: "fix: Ensure ApiVersion is set when converting models to DTOs" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 17:52:00 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 17:52:00 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 17:52:01 + sudo service docker restart 17:52:01 + true 17:52:01 Redirecting to /bin/systemctl restart docker.service [Pipeline] unstash [Pipeline] echo 17:52:02 ========================================================= 17:52:02 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 17:52:02 ========================================================= [Pipeline] isUnix [Pipeline] sh 17:52:03 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . 17:52:03 Sending build context to Docker daemon 2.496MB 17:52:03 Step 1/7 : ARG BASE=golang:1.15-alpine 17:52:03 Step 2/7 : FROM ${BASE} 17:52:03 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 17:52:03 188c0c94c7c5: Pulling fs layer 17:52:03 0ef7d3d256c8: Pulling fs layer 17:52:03 de9db76c5a1d: Pulling fs layer 17:52:03 bca2f99d35d6: Pulling fs layer 17:52:03 93359f2a8cfa: Pulling fs layer 17:52:03 7c6f9722023f: Pulling fs layer 17:52:03 a35cf1a2eb13: Pulling fs layer 17:52:03 93359f2a8cfa: Waiting 17:52:03 7c6f9722023f: Waiting 17:52:03 a35cf1a2eb13: Waiting 17:52:03 bca2f99d35d6: Waiting 17:52:03 de9db76c5a1d: Verifying Checksum 17:52:03 de9db76c5a1d: Download complete 17:52:03 0ef7d3d256c8: Verifying Checksum 17:52:03 0ef7d3d256c8: Download complete 17:52:04 93359f2a8cfa: Verifying Checksum 17:52:04 93359f2a8cfa: Download complete 17:52:04 7c6f9722023f: Verifying Checksum 17:52:04 7c6f9722023f: Download complete 17:52:04 188c0c94c7c5: Verifying Checksum 17:52:04 188c0c94c7c5: Download complete 17:52:04 188c0c94c7c5: Pull complete 17:52:04 0ef7d3d256c8: Pull complete 17:52:04 de9db76c5a1d: Pull complete 17:52:05 Still waiting to schedule task 17:52:05 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 17:52:05 a35cf1a2eb13: Verifying Checksum 17:52:05 a35cf1a2eb13: Download complete 17:52:06 bca2f99d35d6: Verifying Checksum 17:52:06 bca2f99d35d6: Download complete 17:52:11 bca2f99d35d6: Pull complete 17:52:12 93359f2a8cfa: Pull complete 17:52:12 7c6f9722023f: Pull complete 17:52:16 a35cf1a2eb13: Pull complete 17:52:16 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 17:52:16 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 17:52:16 ---> a62c8e92a672 17:52:16 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 17:52:16 ---> Running in ea3fac5a7eef 17:52:16 Removing intermediate container ea3fac5a7eef 17:52:16 ---> 1a1d20ca1f8b 17:52:16 Step 4/7 : RUN apk add bash 17:52:16 ---> Running in a7db243d726d 17:52:17 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:52:18 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:52:19 OK: 166 MiB in 39 packages 17:52:20 Removing intermediate container a7db243d726d 17:52:20 ---> 16543c73a631 17:52:20 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 17:52:20 ---> Running in f25ad297372d 17:52:20 Removing intermediate container f25ad297372d 17:52:20 ---> e9138081a8a2 17:52:20 Step 6/7 : COPY go.mod . 17:52:20 ---> cbcc9793b702 17:52:20 Step 7/7 : RUN go mod download 17:52:20 ---> Running in fc80ccec809f 17:52:32 Removing intermediate container fc80ccec809f 17:52:32 ---> 82e15275efd2 17:52:32 Successfully built 82e15275efd2 17:52:32 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 17:52:33 + docker inspect -f . ci-base-image-x86_64 17:52:33 . [Pipeline] withDockerContainer 17:52:33 prd-centos7-docker-4c-2g-24366 does not seem to be running inside a container 17:52: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 ******** ci-base-image-x86_64 cat 17:52:34 $ docker top 8ffcc797930d219983b40d149cf3faa40a4e3b162f92c18f3c8c5880a9e13588 -eo pid,comm [Pipeline] { [Pipeline] sh 17:52:34 + go version 17:52:34 go version go1.15.5 linux/amd64 [Pipeline] } 17:52:34 $ docker stop --time=1 8ffcc797930d219983b40d149cf3faa40a4e3b162f92c18f3c8c5880a9e13588 17:52:36 $ docker rm -f 8ffcc797930d219983b40d149cf3faa40a4e3b162f92c18f3c8c5880a9e13588 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:52:36 + docker inspect -f . ci-base-image-x86_64 17:52:36 . [Pipeline] withDockerContainer 17:52:36 prd-centos7-docker-4c-2g-24366 does not seem to be running inside a container 17:52:37 $ 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 ******** ci-base-image-x86_64 cat 17:52:37 $ docker top 913c3313ed96dedd9d09979baa38c3b06c5687fe7ac2d1acbf033db2434346aa -eo pid,comm [Pipeline] { [Pipeline] sh 17:52:38 + make test 17:52:38 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 17:52:46 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients [no test files] 17:52:46 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/agent 0.011s coverage: 85.7% of statements 17:52:46 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/command 0.030s coverage: 100.0% of statements 17:52:46 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/coredata 0.018s coverage: 45.4% of statements 17:52:46 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/general 0.017s coverage: 77.8% of statements 17:52:46 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces [no test files] 17:52:47 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/logger 0.014s coverage: 26.3% of statements 17:52:47 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/metadata 0.035s coverage: 14.7% of statements 17:52:47 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/notifications 0.031s coverage: 100.0% of statements 17:52:47 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/scheduler 0.027s coverage: 91.8% of statements 17:52:47 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/types [no test files] 17:52:47 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/errors [no test files] 17:52:47 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/local 0.015s coverage: 100.0% of statements 17:52:47 ok github.com/edgexfoundry/go-mod-core-contracts/v2/errors 0.006s coverage: 36.7% of statements 17:52:50 ok github.com/edgexfoundry/go-mod-core-contracts/v2/models 0.028s coverage: 63.0% of statements 17:52:50 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/configuration 0.006s coverage: 26.3% of statements 17:52:50 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/admin 0.005s coverage: 15.4% of statements 17:52:50 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/operating 0.024s coverage: 15.4% of statements 17:52:50 ok github.com/edgexfoundry/go-mod-core-contracts/v2/responses/configuration 0.074s coverage: 14.3% of statements 17:52:50 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2 [no test files] 17:52:52 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http 0.090s coverage: 84.8% of statements 17:52:52 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http/utils [no test files] 17:52:52 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces [no test files] 17:52:52 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces/mocks [no test files] 17:52:52 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos 0.016s coverage: 55.2% of statements 17:52:52 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/common 0.015s coverage: 94.7% of statements 17:52:52 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/requests 0.037s coverage: 93.0% of statements 17:52:52 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/responses 0.008s coverage: 100.0% of statements 17:52:52 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/models [no test files] 17:52:52 CGO_ENABLED=0 GO111MODULE=on go vet ./... 17:52:54 gofmt -l . 17:52:54 [ "`gofmt -l .`" = "" ] [Pipeline] } 17:52:54 $ docker stop --time=1 913c3313ed96dedd9d09979baa38c3b06c5687fe7ac2d1acbf033db2434346aa 17:52:57 $ docker rm -f 913c3313ed96dedd9d09979baa38c3b06c5687fe7ac2d1acbf033db2434346aa [Pipeline] // withDockerContainer [Pipeline] sh 17:52:57 + sudo chown -R jenkins:jenkins . [Pipeline] stash 17:52:58 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 17:53:51 Running on prd-ubuntu18.04-docker-arm64-4c-16g-24367 in /w/workspace/dry_go-mod-core-contracts_PR-475 [Pipeline] { [Pipeline] ws 17:53:51 Running in /w/workspace/go-mod-core-contracts/2 [Pipeline] { [Pipeline] checkout 17:53:56 using credential edgex-jenkins-ssh 17:53:56 Cloning the remote Git repository 17:53:56 Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git 17:53:56 > git init /w/workspace/go-mod-core-contracts/2 # timeout=10 17:53:56 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 17:53:56 > git --version # timeout=10 17:53:56 > git --version # 'git version 2.17.1' 17:53:56 using GIT_SSH to set credentials SSH Credentials for GitHub 17:53:56 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 17:53:58 Merging remotes/origin/master commit 8f7953445b72aeaee75aad4ef61ff15b3674e342 into PR head commit 127a7ca41ce0dcfd5525847e86e0e567750a6ada 17:53:58 Merge succeeded, producing 127a7ca41ce0dcfd5525847e86e0e567750a6ada 17:53:58 Checking out Revision 127a7ca41ce0dcfd5525847e86e0e567750a6ada (PR-475) 17:53:57 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 17:53:57 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 17:53:57 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 17:53:58 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 17:53:58 using GIT_SSH to set credentials SSH Credentials for GitHub 17:53:58 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/475/head:refs/remotes/origin/PR-475 +refs/heads/master:refs/remotes/origin/master # timeout=10 17:53:58 > git config core.sparsecheckout # timeout=10 17:53:58 > git checkout -f 127a7ca41ce0dcfd5525847e86e0e567750a6ada # timeout=10 17:53:58 > git remote # timeout=10 17:53:58 > git config --get remote.origin.url # timeout=10 17:53:58 using GIT_SSH to set credentials SSH Credentials for GitHub 17:53:58 > git merge 8f7953445b72aeaee75aad4ef61ff15b3674e342 # timeout=10 17:53:58 > git rev-parse HEAD^{commit} # timeout=10 17:53:58 > git config core.sparsecheckout # timeout=10 17:53:59 > git checkout -f 127a7ca41ce0dcfd5525847e86e0e567750a6ada # timeout=10 17:54:03 Commit message: "fix: Ensure ApiVersion is set when converting models to DTOs" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 17:54:05 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 17:54:05 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 17:54:06 + sudo service docker restart 17:54:06 + true [Pipeline] unstash [Pipeline] echo 17:54:09 ========================================================= 17:54:09 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 17:54:09 ========================================================= [Pipeline] isUnix [Pipeline] sh 17:54:09 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . 17:54:10 Sending build context to Docker daemon 2.494MB 17:54:10 Step 1/7 : ARG BASE=golang:1.15-alpine 17:54:10 Step 2/7 : FROM ${BASE} 17:54:10 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 17:54:10 5f621e34cdf4: Pulling fs layer 17:54:10 a4357932f1b6: Pulling fs layer 17:54:10 18c013af1878: Pulling fs layer 17:54:10 00ac8860ef70: Pulling fs layer 17:54:10 63d7cb157983: Pulling fs layer 17:54:10 b116817d02f9: Pulling fs layer 17:54:10 745a02a5169b: Pulling fs layer 17:54:10 00ac8860ef70: Waiting 17:54:10 63d7cb157983: Waiting 17:54:10 b116817d02f9: Waiting 17:54:10 745a02a5169b: Waiting 17:54:10 18c013af1878: Verifying Checksum 17:54:10 18c013af1878: Download complete 17:54:10 a4357932f1b6: Verifying Checksum 17:54:10 a4357932f1b6: Download complete 17:54:10 63d7cb157983: Download complete 17:54:11 b116817d02f9: Download complete 17:54:11 5f621e34cdf4: Verifying Checksum 17:54:11 5f621e34cdf4: Download complete 17:54:12 5f621e34cdf4: Pull complete 17:54:13 a4357932f1b6: Pull complete 17:54:13 18c013af1878: Pull complete 17:54:13 745a02a5169b: Verifying Checksum 17:54:13 745a02a5169b: Download complete 17:54:14 00ac8860ef70: Verifying Checksum 17:54:14 00ac8860ef70: Download complete 17:54:25 00ac8860ef70: Pull complete 17:54:25 63d7cb157983: Pull complete 17:54:25 b116817d02f9: Pull complete 17:54:30 745a02a5169b: Pull complete 17:54:30 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 17:54:30 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 17:54:30 ---> b7e6874047d6 17:54:30 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 17:54:32 ---> Running in ae3eabc04990 17:54:32 Removing intermediate container ae3eabc04990 17:54:32 ---> 90652bd48658 17:54:32 Step 4/7 : RUN apk add bash 17:54:32 ---> Running in 62f9682f7f22 17:54:33 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:54:34 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:54:35 OK: 142 MiB in 39 packages 17:54:37 Removing intermediate container 62f9682f7f22 17:54:37 ---> d390268f16f2 17:54:37 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 17:54:37 ---> Running in 282ab5a21de5 17:54:37 Removing intermediate container 282ab5a21de5 17:54:37 ---> ae87c7b41202 17:54:37 Step 6/7 : COPY go.mod . 17:54:38 ---> ad60613560a8 17:54:38 Step 7/7 : RUN go mod download 17:54:38 ---> Running in b836b42f9b65 17:54:53 Removing intermediate container b836b42f9b65 17:54:53 ---> c38fd3a2fbe3 17:54:53 Successfully built c38fd3a2fbe3 17:54:53 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 17:54:53 + docker inspect -f . ci-base-image-arm64 17:54:53 . [Pipeline] withDockerContainer 17:54:54 prd-ubuntu18.04-docker-arm64-4c-16g-24367 does not seem to be running inside a container 17:54:54 $ 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 17:54:55 $ docker top 54333710222a59f35022a58836104872b20da6ebe5b626f6e2033acbe3f3e1ae -eo pid,comm [Pipeline] { [Pipeline] sh 17:54:56 + go version 17:54:56 go version go1.15.5 linux/arm64 [Pipeline] } 17:54:56 $ docker stop --time=1 54333710222a59f35022a58836104872b20da6ebe5b626f6e2033acbe3f3e1ae 17:54:58 $ docker rm -f 54333710222a59f35022a58836104872b20da6ebe5b626f6e2033acbe3f3e1ae [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:54:59 + docker inspect -f . ci-base-image-arm64 17:54:59 . [Pipeline] withDockerContainer 17:55:00 prd-ubuntu18.04-docker-arm64-4c-16g-24367 does not seem to be running inside a container 17:55:00 $ 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 17:55:01 $ docker top 4d42252ec4617defd7a6326dcf6c9529394db503b5ea5b5b1ad38d84281739b9 -eo pid,comm [Pipeline] { [Pipeline] sh 17:55:02 + make test 17:55:02 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 17:55:25 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients [no test files] 17:55:26 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/agent 0.041s coverage: 85.7% of statements 17:55:26 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/command 0.072s coverage: 100.0% of statements 17:55:28 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/coredata 0.054s coverage: 45.4% of statements 17:55:28 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/general 0.026s coverage: 77.8% of statements 17:55:28 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces [no test files] 17:55:29 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/logger 0.013s coverage: 26.3% of statements 17:55:30 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/metadata 0.048s coverage: 14.7% of statements 17:55:30 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/notifications 0.032s coverage: 100.0% of statements 17:55:31 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/scheduler 0.095s coverage: 91.8% of statements 17:55:31 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/types [no test files] 17:55:31 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/errors [no test files] 17:55:31 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/urlclient/local 0.028s coverage: 100.0% of statements 17:55:31 ok github.com/edgexfoundry/go-mod-core-contracts/v2/errors 0.045s coverage: 36.7% of statements 17:55:37 ok github.com/edgexfoundry/go-mod-core-contracts/v2/models 0.124s coverage: 63.0% of statements 17:55:37 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/configuration 0.011s coverage: 26.3% of statements 17:55:37 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/admin 0.038s coverage: 15.4% of statements 17:55:37 ok github.com/edgexfoundry/go-mod-core-contracts/v2/requests/states/operating 0.034s coverage: 15.4% of statements 17:55:37 ok github.com/edgexfoundry/go-mod-core-contracts/v2/responses/configuration 0.049s coverage: 14.3% of statements 17:55:37 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2 [no test files] 17:55:40 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http 0.317s coverage: 84.8% of statements 17:55:40 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/http/utils [no test files] 17:55:40 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces [no test files] 17:55:40 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/clients/interfaces/mocks [no test files] 17:55:40 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos 0.041s coverage: 55.2% of statements 17:55:40 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/common 0.061s coverage: 94.7% of statements 17:55:41 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/requests 0.144s coverage: 93.0% of statements 17:55:41 ok github.com/edgexfoundry/go-mod-core-contracts/v2/v2/dtos/responses 0.023s coverage: 100.0% of statements 17:55:41 ? github.com/edgexfoundry/go-mod-core-contracts/v2/v2/models [no test files] 17:55:42 CGO_ENABLED=0 GO111MODULE=on go vet ./... 17:55:47 gofmt -l . 17:55:48 [ "`gofmt -l .`" = "" ] [Pipeline] } 17:55:48 $ docker stop --time=1 4d42252ec4617defd7a6326dcf6c9529394db503b5ea5b5b1ad38d84281739b9 17:55:51 $ docker rm -f 4d42252ec4617defd7a6326dcf6c9529394db503b5ea5b5b1ad38d84281739b9 [Pipeline] // withDockerContainer [Pipeline] sh 17:55:52 + sudo chown -R jenkins:jenkins . [Pipeline] stash 17:55:52 Warning: overwriting stash ‘coverage-report’ 17:55:53 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 17:55:55 provisioning config files... 17:55:55 copy managed file [go-mod-core-contracts-codecov-token] to file:/w/workspace/dry_go-mod-core-contracts_PR-475@tmp/config7283026556879748208tmp [Pipeline] { [Pipeline] sh 17:55:55 + set +x 17:55:55 + bash -s -- 17:55:55 + curl -s https://codecov.io/bash 17:55:55 17:55:55 _____ _ 17:55:55 / ____| | | 17:55:55 | | ___ __| | ___ ___ _____ __ 17:55:55 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 17:55:55 | |___| (_) | (_| | __/ (_| (_) \ V / 17:55:55 \_____\___/ \__,_|\___|\___\___/ \_/ 17:55:55 Bash-20210129-7c25fce 17:55:55 17:55:55 17:55:55 ==> git version 2.24.3 found 17:55:55 ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 17:55:55 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 17:55:55 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 17:55:55 ==> Jenkins CI detected. 17:55:55 project root: . 17:55:55 --> token set from env 17:55:55 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 17:55:56 ==> Running gcov in . (disable via -X gcov) 17:55:56 ==> Python coveragepy not found 17:55:56 ==> Searching for coverage reports in: 17:55:56 + . 17:55:56 -> Found 1 reports 17:55:56 ==> Detecting git/mercurial file structure 17:55:56 ==> Reading reports 17:55:56 + ./coverage.out bytes=142480 17:55:56 ==> Appending adjustments 17:55:56 https://docs.codecov.io/docs/fixing-reports 17:55:57 + Found adjustments 17:55:57 ==> Gzipping contents 17:55:57 24K /tmp/codecov.o1OmI8.gz 17:55:57 ==> Uploading reports 17:55:57 url: https://codecov.io 17:55:57 query: branch=PR-475&commit=127a7ca41ce0dcfd5525847e86e0e567750a6ada&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2FPR-475%2F2%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=475&job=&cmd_args= 17:55:57 -> Pinging Codecov 17:55:57 https://codecov.io/upload/v4?package=bash-20210129-7c25fce&token=secret&branch=PR-475&commit=127a7ca41ce0dcfd5525847e86e0e567750a6ada&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2FPR-475%2F2%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=475&job=&cmd_args= 17:55:57 -> Uploading to 17:55:57 https://storage.googleapis.com/codecov/v4/raw/2021-02-01/71470A77251A30514AAF9C0BB2E5B6CE/127a7ca41ce0dcfd5525847e86e0e567750a6ada/10bd45bb-3ac1-4ce4-a44e-82a74f2fd0ec.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210201%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210201T175557Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=e6ca28526a42a2f40aa89f3bfbfafe7acc4bad8fc3ffd4635cf278bac09ede89 17:55:57 % Total % Received % Xferd Average Speed Time Time Time Current 17:55:57 Dload Upload Total Spent Left Speed 17:55:58 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 21862 0 0 100 21862 0 43665 --:--:-- --:--:-- --:--:-- 43636 17:55:58 -> View reports at https://codecov.io/github/edgexfoundry/go-mod-core-contracts/commit/127a7ca41ce0dcfd5525847e86e0e567750a6ada [Pipeline] } 17:55:58 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 17:56:01 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 17:56:02 ---> package-listing.sh 17:56:02 ++ facter osfamily 17:56:02 ++ tr '[:upper:]' '[:lower:]' 17:56:02 + OS_FAMILY=redhat 17:56:02 + workspace=/w/workspace/dry_go-mod-core-contracts_PR-475 17:56:02 + START_PACKAGES=/tmp/packages_start.txt 17:56:02 + END_PACKAGES=/tmp/packages_end.txt 17:56:02 + DIFF_PACKAGES=/tmp/packages_diff.txt 17:56:02 + PACKAGES=/tmp/packages_start.txt 17:56:02 + '[' /w/workspace/dry_go-mod-core-contracts_PR-475 ']' 17:56:02 + PACKAGES=/tmp/packages_end.txt 17:56:02 + case "${OS_FAMILY}" in 17:56:02 + rpm -qa 17:56:02 + sort 17:56:07 + '[' -f /tmp/packages_start.txt ']' 17:56:07 + '[' -f /tmp/packages_end.txt ']' 17:56:07 + diff /tmp/packages_start.txt /tmp/packages_end.txt 17:56:07 + '[' /w/workspace/dry_go-mod-core-contracts_PR-475 ']' 17:56:07 + mkdir -p /w/workspace/dry_go-mod-core-contracts_PR-475/archives/ 17:56:07 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dry_go-mod-core-contracts_PR-475/archives/ [Pipeline] echo 17:56:07 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-475/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 17:56:08 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 17:56:08 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 17:56:09 17:56:09 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 17:56:09 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 17:56:09 alpine: Pulling from edgex-lftools-log-publisher 17:56:09 df20fa9351a1: Pulling fs layer 17:56:09 36b3adc4ff6f: Pulling fs layer 17:56:09 8ad3a11d3b57: Pulling fs layer 17:56:09 46f8f816bc3b: Pulling fs layer 17:56:09 93b61091891f: Pulling fs layer 17:56:09 93b9cdb0e59b: Pulling fs layer 17:56:09 5e14af77c1be: Pulling fs layer 17:56:09 01666e4c0597: Pulling fs layer 17:56:09 aa168da1d23b: Pulling fs layer 17:56:09 46f8f816bc3b: Waiting 17:56:09 93b61091891f: Waiting 17:56:09 93b9cdb0e59b: Waiting 17:56:09 5e14af77c1be: Waiting 17:56:09 01666e4c0597: Waiting 17:56:09 aa168da1d23b: Waiting 17:56:09 36b3adc4ff6f: Verifying Checksum 17:56:09 36b3adc4ff6f: Download complete 17:56:09 46f8f816bc3b: Verifying Checksum 17:56:09 46f8f816bc3b: Download complete 17:56:09 93b61091891f: Verifying Checksum 17:56:09 93b61091891f: Download complete 17:56:09 93b9cdb0e59b: Verifying Checksum 17:56:09 93b9cdb0e59b: Download complete 17:56:09 5e14af77c1be: Verifying Checksum 17:56:09 5e14af77c1be: Download complete 17:56:10 01666e4c0597: Verifying Checksum 17:56:10 01666e4c0597: Download complete 17:56:10 df20fa9351a1: Verifying Checksum 17:56:10 df20fa9351a1: Download complete 17:56:10 8ad3a11d3b57: Verifying Checksum 17:56:10 8ad3a11d3b57: Download complete 17:56:10 df20fa9351a1: Pull complete 17:56:10 36b3adc4ff6f: Pull complete 17:56:13 8ad3a11d3b57: Pull complete 17:56:13 46f8f816bc3b: Pull complete 17:56:14 93b61091891f: Pull complete 17:56:14 93b9cdb0e59b: Pull complete 17:56:14 5e14af77c1be: Pull complete 17:56:14 01666e4c0597: Pull complete 17:56:15 aa168da1d23b: Verifying Checksum 17:56:15 aa168da1d23b: Download complete 17:56:28 aa168da1d23b: Pull complete 17:56:28 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 17:56:28 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 17:56:28 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 17:56:28 prd-centos7-docker-4c-2g-24365 does not seem to be running inside a container 17:56:28 $ 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-475/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-475 -v /w/workspace/dry_go-mod-core-contracts_PR-475:/w/workspace/dry_go-mod-core-contracts_PR-475:rw,z -v /w/workspace/dry_go-mod-core-contracts_PR-475@tmp:/w/workspace/dry_go-mod-core-contracts_PR-475@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 17:56:32 $ docker top f8a1de05ff03b59620cebb3800aef1f31e9e5bf317c6bac2a359a3fb426660f3 -eo pid,comm [Pipeline] { [Pipeline] sh 17:56:32 + touch /tmp/pre-build-complete [Pipeline] sh 17:56:32 + mkdir -p /var/log/sa [Pipeline] sh 17:56:33 + ls /var/log/sa-host 17:56:33 + sadf -c /var/log/sa-host/sa01 17:56:33 file_magic: OK 17:56:33 HZ: Using current value: 100 17:56:33 file_header: OK 17:56:33 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 17:56:33 Statistics: 17:56:33 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 17:56:33 File successfully converted to sysstat format version 12.2.1 17:56:33 + sadf -c /var/log/sa-host/sa23 17:56:33 file_magic: OK 17:56:33 HZ: Using current value: 100 17:56:33 file_header: OK 17:56:33 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 17:56:33 Statistics: 17:56:33 Hnuu...uuuununununu... 17:56:33 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 17:56:33 provisioning config files... 17:56:33 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dry_go-mod-core-contracts_PR-475@tmp/config8958854914737506396tmp [Pipeline] { [Pipeline] echo 17:56:33 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 17:56:34 ---> create-netrc.sh [Pipeline] } 17:56:34 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 17:56:34 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 17:56:34 ---> python-tools-install.sh [Pipeline] echo 17:56:34 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 17:56:35 ---> sudo-logs.sh 17:56:35 Archiving 'sudo' log.. [Pipeline] echo 17:56:35 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 17:56:35 ---> job-cost.sh 17:56:35 lf-activate-venv: SKIPPING 17:56:35 INFO: No Stack... 17:56:36 INFO: Retrieving Pricing Info for: v1-standard-2 17:56:37 INFO: Archiving Costs [Pipeline] echo 17:56:37 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 17:56:37 ---> logs-deploy.sh 17:56:37 lf-activate-venv: SKIPPING 17:56:37 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/PR-475/2 17:56:37 INFO: archiving workspace using pattern(s): 17:56:40 Archives upload complete. 17:56:40 INFO: archiving logs to Nexus 17:56:42 ---> uname -a: 17:56:42 Linux prd-centos7-docker-4c-2g-24365.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 17:56:42 17:56:42 17:56:42 ---> lscpu: 17:56:42 Architecture: x86_64 17:56:42 CPU op-mode(s): 32-bit, 64-bit 17:56:42 Byte Order: Little Endian 17:56:42 Address sizes: 40 bits physical, 48 bits virtual 17:56:42 CPU(s): 4 17:56:42 On-line CPU(s) list: 0-3 17:56:42 Thread(s) per core: 1 17:56:42 Core(s) per socket: 1 17:56:42 Socket(s): 4 17:56:42 NUMA node(s): 1 17:56:42 Vendor ID: GenuineIntel 17:56:42 CPU family: 6 17:56:42 Model: 44 17:56:42 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 17:56:42 Stepping: 1 17:56:42 CPU MHz: 2933.438 17:56:42 BogoMIPS: 5866.87 17:56:42 Virtualization: VT-x 17:56:42 Hypervisor vendor: KVM 17:56:42 Virtualization type: full 17:56:42 L1d cache: 128 KiB 17:56:42 L1i cache: 128 KiB 17:56:42 L2 cache: 16 MiB 17:56:42 L3 cache: 64 MiB 17:56:42 NUMA node0 CPU(s): 0-3 17:56:42 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 17:56:42 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 17:56:42 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 17:56:42 Vulnerability Meltdown: Mitigation; PTI 17:56:42 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 17:56:42 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 17:56:42 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 17:56:42 Vulnerability Srbds: Not affected 17:56:42 Vulnerability Tsx async abort: Not affected 17:56:42 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp 17:56:42 17:56:42 17:56:42 ---> nproc: 17:56:42 4 17:56:42 17:56:42 17:56:42 ---> df -h: 17:56:42 Filesystem Size Used Available Use% Mounted on 17:56:42 overlay 50.0G 7.3G 42.7G 15% / 17:56:42 tmpfs 64.0M 0 64.0M 0% /dev 17:56:42 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 17:56:42 shm 64.0M 0 64.0M 0% /dev/shm 17:56:42 /dev/vda1 50.0G 7.3G 42.7G 15% /facter-os 17:56:42 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/resolv.conf 17:56:42 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hostname 17:56:42 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hosts 17:56:42 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/secure 17:56:42 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/auth.log 17:56:42 /dev/vda1 50.0G 7.3G 42.7G 15% /run/cloud-init/result.json 17:56:42 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/dry_go-mod-core-contracts_PR-475 17:56:42 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/dry_go-mod-core-contracts_PR-475@tmp 17:56:42 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/sa-host 17:56:42 17:56:42 17:56:42 ---> free -m: 17:56:42 total used free shared buff/cache available 17:56:42 Mem: 1837 725 97 0 1014 1007 17:56:42 Swap: 1023 1 1022 17:56:42 17:56:42 17:56:42 ---> ip addr: 17:56:42 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 17:56:42 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 17:56:42 inet 127.0.0.1/8 scope host lo 17:56:42 valid_lft forever preferred_lft forever 17:56:42 inet6 ::1/128 scope host 17:56:42 valid_lft forever preferred_lft forever 17:56:42 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 17:56:42 link/ether fa:16:3e:db:af:5c brd ff:ff:ff:ff:ff:ff 17:56:42 inet 10.30.122.175/23 brd 10.30.123.255 scope global dynamic eth0 17:56:42 valid_lft 86028sec preferred_lft 86028sec 17:56:42 inet6 fe80::f816:3eff:fedb:af5c/64 scope link 17:56:42 valid_lft forever preferred_lft forever 17:56:42 3: docker0: mtu 1500 qdisc noqueue state DOWN 17:56:42 link/ether 02:42:a1:27:92:02 brd ff:ff:ff:ff:ff:ff 17:56:42 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 17:56:42 valid_lft forever preferred_lft forever 17:56:42 inet6 fe80::42:a1ff:fe27:9202/64 scope link 17:56:42 valid_lft forever preferred_lft forever 17:56:42 17:56:42 17:56:42 ---> sar -b -r -n DEV: 17:56:42 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/01/21 _x86_64_ (4 CPU) 17:56:42 17:56:42 17:50:15 LINUX RESTART (4 CPU) 17:56:42 17:56:42 17:51:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 17:56:42 17:52:01 71.05 23.30 47.76 0.00 5738.86 4055.25 0.00 17:56:42 17:53:01 2.36 0.00 2.36 0.00 0.00 57.74 0.00 17:56:42 17:54:01 0.42 0.00 0.42 0.00 0.00 6.04 0.00 17:56:42 17:55:01 0.23 0.00 0.23 0.00 0.00 2.96 0.00 17:56:42 17:56:01 0.33 0.05 0.28 0.00 5.06 9.37 0.00 17:56:42 Average: 14.70 4.61 10.09 0.00 1134.07 815.92 0.00 17:56:42 17:56:42 17:51:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 17:56:42 17:52:01 144048 0 633532 33.67 2620 1101344 1159192 39.56 413276 1121916 128 17:56:42 17:53:01 154960 0 622608 33.09 2620 1101356 1081180 36.90 411320 1115444 16 17:56:42 17:54:01 153668 0 623896 33.16 2620 1101360 1081396 36.91 414836 1113052 20 17:56:42 17:55:01 153660 0 623900 33.16 2620 1101364 1081252 36.90 419860 1108328 20 17:56:42 17:56:01 144532 0 632708 33.63 2620 1101684 1097940 37.47 431700 1104808 8 17:56:42 Average: 150174 0 627329 33.34 2620 1101422 1100192 37.55 418198 1112710 38 17:56:42 17:56:42 17:51:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 17:56:42 17:52:01 eth0 259.70 193.54 1060.45 93.00 0.00 0.00 0.00 0.00 17:56:42 17:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:56:42 17:52:01 docker0 10.08 7.24 1.82 18.33 0.00 0.00 0.00 0.00 17:56:42 17:53:01 eth0 0.70 0.05 0.06 0.00 0.00 0.00 0.00 0.00 17:56:42 17:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:56:42 17:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:56:42 17:54:01 eth0 0.52 0.40 0.27 0.20 0.00 0.00 0.00 0.00 17:56:42 17:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:56:42 17:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:56:42 17:55:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 17:56:42 17:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:56:42 17:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:56:42 17:56:01 eth0 6.56 4.43 6.81 2.63 0.00 0.00 0.00 0.00 17:56:42 17:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:56:42 17:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:56:42 Average: eth0 52.85 39.21 210.80 18.93 0.00 0.00 0.00 0.00 17:56:42 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:56:42 Average: docker0 1.99 1.43 0.36 3.62 0.00 0.00 0.00 0.00 17:56:42 17:56:42 17:56:42 ---> sar -P ALL: 17:56:42 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/01/21 _x86_64_ (4 CPU) 17:56:42 17:56:42 17:50:15 LINUX RESTART (4 CPU) 17:56:42 17:56:42 17:51:02 CPU %user %nice %system %iowait %steal %idle 17:56:42 17:52:01 all 13.97 0.00 4.97 1.56 10.15 69.35 17:56:42 17:52:01 0 11.14 0.00 4.99 1.11 11.15 71.61 17:56:42 17:52:01 1 13.28 0.00 5.15 1.44 10.22 69.91 17:56:42 17:52:01 2 15.70 0.00 4.65 1.71 9.79 68.15 17:56:42 17:52:01 3 15.82 0.00 5.09 2.00 9.41 67.69 17:56:42 17:53:01 all 0.11 0.00 0.08 0.00 0.30 99.51 17:56:42 17:53:01 0 0.02 0.00 0.05 0.00 0.18 99.75 17:56:42 17:53:01 1 0.08 0.00 0.08 0.00 0.48 99.35 17:56:42 17:53:01 2 0.03 0.00 0.10 0.00 0.20 99.67 17:56:42 17:53:01 3 0.30 0.00 0.08 0.00 0.35 99.27 17:56:42 17:54:01 all 0.12 0.00 0.06 0.00 0.33 99.49 17:56:42 17:54:01 0 0.02 0.00 0.07 0.00 0.15 99.77 17:56:42 17:54:01 1 0.13 0.00 0.03 0.00 0.52 99.32 17:56:42 17:54:01 2 0.03 0.00 0.08 0.00 0.32 99.57 17:56:42 17:54:01 3 0.30 0.00 0.07 0.00 0.33 99.30 17:56:42 17:55:01 all 0.12 0.00 0.03 0.00 0.22 99.63 17:56:42 17:55:01 0 0.02 0.00 0.02 0.00 0.22 99.75 17:56:42 17:55:01 1 0.40 0.00 0.05 0.00 0.47 99.08 17:56:42 17:55:01 2 0.02 0.00 0.02 0.00 0.05 99.92 17:56:42 17:55:01 3 0.03 0.00 0.03 0.00 0.15 99.78 17:56:42 17:56:01 all 0.57 0.00 0.66 0.00 1.21 97.56 17:56:42 17:56:01 0 0.55 0.00 0.65 0.00 1.09 97.71 17:56:42 17:56:01 1 0.96 0.00 0.81 0.00 1.45 96.77 17:56:42 17:56:01 2 0.28 0.00 0.55 0.00 1.24 97.93 17:56:42 17:56:01 3 0.48 0.00 0.62 0.02 1.05 97.84 17:56:42 Average: all 2.90 0.00 1.13 0.30 2.39 93.28 17:56:42 Average: 0 2.29 0.00 1.13 0.22 2.51 93.85 17:56:42 Average: 1 2.92 0.00 1.20 0.28 2.59 93.01 17:56:42 Average: 2 3.10 0.00 1.05 0.33 2.25 93.28 17:56:42 Average: 3 3.28 0.00 1.14 0.39 2.20 92.99 17:56:42 17:56:42 17:56:42