Pull request #389 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 df8a566250119a2e17bd4754352c4297c9d0a8bc rather than 47fe6c289a45b7d2b9ff23e208a9e5d1ba7d2013 Obtained Jenkinsfile from df8a566250119a2e17bd4754352c4297c9d0a8bc 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 025b6483f761633eb525fab7d6a8b6537d6ee4a4 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 025b6483f761633eb525fab7d6a8b6537d6ee4a4 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 025b6483f761633eb525fab7d6a8b6537d6ee4a4 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 025b6483f761633eb525fab7d6a8b6537d6ee4a4 # timeout=10 Commit message: "Merge pull request #264 from ernestojeda/new-snap-build-script" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:go-mod-core-contracts, buildImage:false, pushImage:false, semverBump:patch] ========================================================= [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: patch 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 [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-15810 in /w/workspace/dry_go-mod-core-contracts_PR-389 [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-389 # 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/389/head:refs/remotes/origin/PR-389 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit df8a566250119a2e17bd4754352c4297c9d0a8bc into PR head commit 47fe6c289a45b7d2b9ff23e208a9e5d1ba7d2013 Merge succeeded, producing 47fe6c289a45b7d2b9ff23e208a9e5d1ba7d2013 Checking out Revision 47fe6c289a45b7d2b9ff23e208a9e5d1ba7d2013 (PR-389) > git config core.sparsecheckout # timeout=10 > git checkout -f 47fe6c289a45b7d2b9ff23e208a9e5d1ba7d2013 # 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 df8a566250119a2e17bd4754352c4297c9d0a8bc # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 47fe6c289a45b7d2b9ff23e208a9e5d1ba7d2013 # timeout=10 Commit message: "feat(meta): Add V2 client for deleting device profile" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { > git rev-list --no-walk b03c3b561411c7e1508b29aebfd79fd891d2e6d5 # timeout=10 [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 01:49:20 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 01:49:21 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 01:49:21 ========================================================= 01:49:21 EdgeX Global Pipelines Version Info 01:49:21 ========================================================= [Pipeline] libraryResource [Pipeline] sh 01:49:22 ------------------- 01:49:22 stable info: 01:49:22 ------------------- 01:49:22 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 01:49:22 Commit SHA: 025b6483f761633eb525fab7d6a8b6537d6ee4a4 01:49:22 Message: update stable to v1.0.172 01:49:23 ------------------- 01:49:23 experimental info: 01:49:23 ------------------- 01:49:23 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 01:49:23 Commit SHA: 025b6483f761633eb525fab7d6a8b6537d6ee4a4 01:49:23 Message: update experimental to v1.0.172 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 01:49:24 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-core-contracts-settings [Pipeline] echo 01:49:24 [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-core-contracts [Pipeline] echo 01:49:24 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 01:49:24 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 01:49:24 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 01:49:24 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 01:49:24 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 01:49:24 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 01:49:24 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 01:49:25 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 01:49:25 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 01:49:25 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-core-contracts [Pipeline] echo 01:49:25 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 01:49:25 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 01:49:25 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 01:49:25 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 01:49:25 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 01:49:25 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 01:49:26 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = patch [Pipeline] echo 01:49:26 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 01:49:26 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 01:49:26 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 01:49:26 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 01:49:26 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 01:49:26 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 01:49:26 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 01:49:26 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-389 [Pipeline] echo 01:49:26 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-389 [Pipeline] echo 01:49:27 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-389 [Pipeline] echo 01:49:27 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 47fe6c289a45b7d2b9ff23e208a9e5d1ba7d2013 [Pipeline] echo 01:49:27 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 47fe6c2 [Pipeline] echo 01:49:27 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 01:49:28 + git log --format=format:%s -1 47fe6c289a45b7d2b9ff23e208a9e5d1ba7d2013 [Pipeline] echo 01:49:28 GIT_COMMIT: 47fe6c289a45b7d2b9ff23e208a9e5d1ba7d2013, Commit Message: feat(meta): Add V2 client for deleting device profile [Pipeline] echo 01:49:28 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 01:49:29 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 01:49:29 01:49:29 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 01:49:29 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 01:49:29 latest: Pulling from edgex-devops/git-semver 01:49:29 31603596830f: Pulling fs layer 01:49:29 2a8b12db71e7: Pulling fs layer 01:49:29 6ca5941a6612: Pulling fs layer 01:49:29 ecc8261a40a4: Pulling fs layer 01:49:29 ecc8261a40a4: Waiting 01:49:29 2a8b12db71e7: Verifying Checksum 01:49:29 2a8b12db71e7: Download complete 01:49:30 31603596830f: Verifying Checksum 01:49:30 31603596830f: Download complete 01:49:30 ecc8261a40a4: Verifying Checksum 01:49:30 ecc8261a40a4: Download complete 01:49:30 6ca5941a6612: Verifying Checksum 01:49:30 6ca5941a6612: Download complete 01:49:30 31603596830f: Pull complete 01:49:30 2a8b12db71e7: Pull complete 01:49:31 6ca5941a6612: Pull complete 01:49:31 ecc8261a40a4: Pull complete 01:49:31 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 01:49:31 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 01:49:31 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 01:49:31 prd-centos7-docker-4c-2g-15810 does not seem to be running inside a container 01:49:31 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_go-mod-core-contracts_PR-389 -v /w/workspace/dry_go-mod-core-contracts_PR-389:/w/workspace/dry_go-mod-core-contracts_PR-389:rw,z -v /w/workspace/dry_go-mod-core-contracts_PR-389@tmp:/w/workspace/dry_go-mod-core-contracts_PR-389@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 01:49:34 $ docker top 5990bedec957dc6237629340fd6137a2eeff5880f63b76df2284cb46f80da562 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 01:49:34 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 01:49:34 [ssh-agent] Looking for ssh-agent implementation... 01:49:34 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 01:49:34 $ docker exec 5990bedec957dc6237629340fd6137a2eeff5880f63b76df2284cb46f80da562 ssh-agent 01:49:34 SSH_AUTH_SOCK=/tmp/ssh-NHovCGPrgmD3/agent.12 01:49:34 SSH_AGENT_PID=17 01:49:34 Running ssh-add (command line suppressed) 01:49:34 Identity added: /w/workspace/dry_go-mod-core-contracts_PR-389@tmp/private_key_6557172073152135734.key (/w/workspace/dry_go-mod-core-contracts_PR-389@tmp/private_key_6557172073152135734.key) 01:49:35 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 01:49:35 + git tag --points-at HEAD [Pipeline] } 01:49:35 $ docker exec --env ******** --env ******** 5990bedec957dc6237629340fd6137a2eeff5880f63b76df2284cb46f80da562 ssh-agent -k 01:49:35 unset SSH_AUTH_SOCK; 01:49:35 unset SSH_AGENT_PID; 01:49:35 echo Agent pid 17 killed; 01:49:35 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 01:49:35 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 01:49:35 [ssh-agent] Looking for ssh-agent implementation... 01:49:35 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 01:49:35 $ docker exec 5990bedec957dc6237629340fd6137a2eeff5880f63b76df2284cb46f80da562 ssh-agent 01:49:36 SSH_AUTH_SOCK=/tmp/ssh-pOoTFmhfYlBp/agent.47 01:49:36 SSH_AGENT_PID=52 01:49:36 Running ssh-add (command line suppressed) 01:49:36 Identity added: /w/workspace/dry_go-mod-core-contracts_PR-389@tmp/private_key_8042605612147883793.key (/w/workspace/dry_go-mod-core-contracts_PR-389@tmp/private_key_8042605612147883793.key) 01:49:36 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 01:49:36 + git semver init 01:49:36 # -> Open(): unable to determine branch for HEAD 01:49:36 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_PR-389/.git 01:49:36 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_PR-389 01:49:36 # $SEMVER_REMOTE_NAME = origin 01:49:36 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 01:49:36 # $SEMVER_USER_NAME = edgex-jenkins 01:49:36 # $SEMVER_BRANCH = PR-389 01:49:36 # $SEMVER_TEMP = /tmp/semver-676003268 01:49:36 # git clone --branch semver git@github.com:edgexfoundry/go-mod-core-contracts.git $SEMVER_TEMP 01:49:37 # '/tmp/semver-676003268' -> '/w/workspace/dry_go-mod-core-contracts_PR-389/.semver' 01:49:37 # -> Force: false 01:49:37 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_PR-389/.semver [Pipeline] } 01:49:37 $ docker exec --env ******** --env ******** 5990bedec957dc6237629340fd6137a2eeff5880f63b76df2284cb46f80da562 ssh-agent -k 01:49:37 unset SSH_AUTH_SOCK; 01:49:37 unset SSH_AGENT_PID; 01:49:37 echo Agent pid 52 killed; 01:49:37 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 01:49:37 + git semver [Pipeline] } 01:49:37 $ docker stop --time=1 5990bedec957dc6237629340fd6137a2eeff5880f63b76df2284cb46f80da562 01:49:39 $ docker rm -f 5990bedec957dc6237629340fd6137a2eeff5880f63b76df2284cb46f80da562 [Pipeline] // withDockerContainer [Pipeline] sh 01:49:40 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 01:49:40 Stashed 1 file(s) [Pipeline] echo 01:49:40 [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node 01:49:56 Still waiting to schedule task 01:49:56 Waiting for next available executor on ‘centos7-docker-4c-2g’ 01:49:56 Still waiting to schedule task 01:49:56 ‘prd-ubuntu18.04-docker-arm64-4c-16g-15809’ is offline 01:51:56 Running on prd-centos7-docker-4c-2g-15812 in /w/workspace/dry_go-mod-core-contracts_PR-389 [Pipeline] { [Pipeline] ws 01:51:56 Running in /w/workspace/go-mod-core-contracts/5 [Pipeline] { [Pipeline] checkout 01:51:59 using credential edgex-jenkins-ssh 01:51:59 Cloning the remote Git repository 01:51:59 Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git 01:51:59 > git init /w/workspace/go-mod-core-contracts/5 # timeout=10 01:51:59 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 01:51:59 > git --version # timeout=10 01:51:59 > git --version # 'git version 2.24.3' 01:51:59 using GIT_SSH to set credentials SSH Credentials for GitHub 01:51:59 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 01:52:00 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 01:52:00 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 01:52:00 Merging remotes/origin/master commit df8a566250119a2e17bd4754352c4297c9d0a8bc into PR head commit 47fe6c289a45b7d2b9ff23e208a9e5d1ba7d2013 01:52:01 Merge succeeded, producing 47fe6c289a45b7d2b9ff23e208a9e5d1ba7d2013 01:52:01 Checking out Revision 47fe6c289a45b7d2b9ff23e208a9e5d1ba7d2013 (PR-389) 01:52:01 Running on prd-ubuntu18.04-docker-arm64-4c-16g-15811 in /w/workspace/dry_go-mod-core-contracts_PR-389 [Pipeline] { [Pipeline] ws 01:52:01 Running in /w/workspace/go-mod-core-contracts/5 [Pipeline] { [Pipeline] checkout 01:52:00 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 01:52:00 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 01:52:00 using GIT_SSH to set credentials SSH Credentials for GitHub 01:52:00 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/389/head:refs/remotes/origin/PR-389 +refs/heads/master:refs/remotes/origin/master # timeout=10 01:52:00 > git config core.sparsecheckout # timeout=10 01:52:01 > git checkout -f 47fe6c289a45b7d2b9ff23e208a9e5d1ba7d2013 # timeout=10 01:52:01 > git remote # timeout=10 01:52:01 > git config --get remote.origin.url # timeout=10 01:52:01 using GIT_SSH to set credentials SSH Credentials for GitHub 01:52:01 > git merge df8a566250119a2e17bd4754352c4297c9d0a8bc # timeout=10 01:52:01 > git rev-parse HEAD^{commit} # timeout=10 01:52:01 > git config core.sparsecheckout # timeout=10 01:52:01 > git checkout -f 47fe6c289a45b7d2b9ff23e208a9e5d1ba7d2013 # timeout=10 01:52:04 Commit message: "feat(meta): Add V2 client for deleting device profile" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 01:52:06 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 01:52:06 using credential edgex-jenkins-ssh 01:52:06 Cloning the remote Git repository 01:52:06 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 01:52:06 + true 01:52:06 + sudo service docker restart 01:52:06 Redirecting to /bin/systemctl restart docker.service 01:52:06 Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git 01:52:06 > git init /w/workspace/go-mod-core-contracts/5 # timeout=10 01:52:06 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 01:52:06 > git --version # timeout=10 01:52:06 > git --version # 'git version 2.17.1' 01:52:06 using GIT_SSH to set credentials SSH Credentials for GitHub 01:52:06 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [Pipeline] unstash [Pipeline] echo 01:52:07 ========================================================= 01:52:07 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 01:52:07 ========================================================= [Pipeline] isUnix [Pipeline] sh 01:52:08 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . 01:52:08 Merging remotes/origin/master commit df8a566250119a2e17bd4754352c4297c9d0a8bc into PR head commit 47fe6c289a45b7d2b9ff23e208a9e5d1ba7d2013 01:52:07 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 01:52:07 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 01:52:07 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 01:52:07 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 01:52:07 using GIT_SSH to set credentials SSH Credentials for GitHub 01:52:07 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/389/head:refs/remotes/origin/PR-389 +refs/heads/master:refs/remotes/origin/master # timeout=10 01:52:08 > git config core.sparsecheckout # timeout=10 01:52:08 > git checkout -f 47fe6c289a45b7d2b9ff23e208a9e5d1ba7d2013 # timeout=10 01:52:08 > git remote # timeout=10 01:52:08 > git config --get remote.origin.url # timeout=10 01:52:08 using GIT_SSH to set credentials SSH Credentials for GitHub 01:52:08 > git merge df8a566250119a2e17bd4754352c4297c9d0a8bc # timeout=10 01:52:08 Merge succeeded, producing 47fe6c289a45b7d2b9ff23e208a9e5d1ba7d2013 01:52:08 Checking out Revision 47fe6c289a45b7d2b9ff23e208a9e5d1ba7d2013 (PR-389) 01:52:08 Sending build context to Docker daemon 1.955MB 01:52:08 Step 1/7 : ARG BASE=golang:1.15-alpine 01:52:08 Step 2/7 : FROM ${BASE} 01:52:09 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 01:52:09 188c0c94c7c5: Pulling fs layer 01:52:09 0ef7d3d256c8: Pulling fs layer 01:52:09 de9db76c5a1d: Pulling fs layer 01:52:09 bca2f99d35d6: Pulling fs layer 01:52:09 93359f2a8cfa: Pulling fs layer 01:52:09 7c6f9722023f: Pulling fs layer 01:52:09 a35cf1a2eb13: Pulling fs layer 01:52:09 93359f2a8cfa: Waiting 01:52:09 7c6f9722023f: Waiting 01:52:09 a35cf1a2eb13: Waiting 01:52:09 bca2f99d35d6: Waiting 01:52:09 de9db76c5a1d: Verifying Checksum 01:52:09 de9db76c5a1d: Download complete 01:52:09 0ef7d3d256c8: Download complete 01:52:09 93359f2a8cfa: Download complete 01:52:09 7c6f9722023f: Download complete 01:52:09 188c0c94c7c5: Verifying Checksum 01:52:09 188c0c94c7c5: Download complete 01:52:09 188c0c94c7c5: Pull complete 01:52:09 0ef7d3d256c8: Pull complete 01:52:09 de9db76c5a1d: Pull complete 01:52:08 > git rev-parse HEAD^{commit} # timeout=10 01:52:08 > git config core.sparsecheckout # timeout=10 01:52:08 > git checkout -f 47fe6c289a45b7d2b9ff23e208a9e5d1ba7d2013 # timeout=10 01:52:11 a35cf1a2eb13: Download complete 01:52:12 bca2f99d35d6: Verifying Checksum 01:52:12 bca2f99d35d6: Download complete 01:52:13 Commit message: "feat(meta): Add V2 client for deleting device profile" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 01:52:14 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 01:52:15 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 01:52:15 + + true 01:52:15 sudo service docker restart 01:52:17 bca2f99d35d6: Pull complete 01:52:17 93359f2a8cfa: Pull complete 01:52:17 7c6f9722023f: Pull complete [Pipeline] unstash [Pipeline] echo 01:52:18 ========================================================= 01:52:18 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 01:52:18 ========================================================= [Pipeline] isUnix [Pipeline] sh 01:52:18 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . 01:52:19 Sending build context to Docker daemon 1.954MB 01:52:19 Step 1/7 : ARG BASE=golang:1.15-alpine 01:52:19 Step 2/7 : FROM ${BASE} 01:52:20 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 01:52:20 5f621e34cdf4: Pulling fs layer 01:52:20 a4357932f1b6: Pulling fs layer 01:52:20 18c013af1878: Pulling fs layer 01:52:20 00ac8860ef70: Pulling fs layer 01:52:20 63d7cb157983: Pulling fs layer 01:52:20 b116817d02f9: Pulling fs layer 01:52:20 745a02a5169b: Pulling fs layer 01:52:20 00ac8860ef70: Waiting 01:52:20 63d7cb157983: Waiting 01:52:20 b116817d02f9: Waiting 01:52:20 18c013af1878: Verifying Checksum 01:52:20 18c013af1878: Download complete 01:52:20 a4357932f1b6: Verifying Checksum 01:52:20 a4357932f1b6: Download complete 01:52:20 63d7cb157983: Verifying Checksum 01:52:20 63d7cb157983: Download complete 01:52:20 b116817d02f9: Download complete 01:52:20 5f621e34cdf4: Verifying Checksum 01:52:20 5f621e34cdf4: Download complete 01:52:21 5f621e34cdf4: Pull complete 01:52:21 a4357932f1b6: Pull complete 01:52:21 a35cf1a2eb13: Pull complete 01:52:21 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 01:52:21 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 01:52:21 ---> a62c8e92a672 01:52:21 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 01:52:21 ---> Running in 72387f221f97 01:52:21 18c013af1878: Pull complete 01:52:22 Removing intermediate container 72387f221f97 01:52:22 ---> e2ff87f5fc1a 01:52:22 Step 4/7 : RUN apk add bash 01:52:22 ---> Running in f12f96204700 01:52:22 745a02a5169b: Verifying Checksum 01:52:22 745a02a5169b: Download complete 01:52:22 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 01:52:23 00ac8860ef70: Verifying Checksum 01:52:23 00ac8860ef70: Download complete 01:52:23 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 01:52:24 OK: 166 MiB in 39 packages 01:52:24 Removing intermediate container f12f96204700 01:52:24 ---> f0d76f0cbde5 01:52:24 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 01:52:24 ---> Running in e1ed8b09d311 01:52:25 Removing intermediate container e1ed8b09d311 01:52:25 ---> 0a322a7a1fe3 01:52:25 Step 6/7 : COPY go.mod . 01:52:25 ---> 299e7e926b06 01:52:25 Step 7/7 : RUN go mod download 01:52:25 ---> Running in dab1f1ba203e 01:52:33 00ac8860ef70: Pull complete 01:52:33 63d7cb157983: Pull complete 01:52:34 b116817d02f9: Pull complete 01:52:37 Removing intermediate container dab1f1ba203e 01:52:37 ---> 6b760f1b0a80 01:52:37 Successfully built 6b760f1b0a80 01:52:37 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 01:52:37 + docker inspect -f . ci-base-image-x86_64 01:52:37 . [Pipeline] withDockerContainer 01:52:37 prd-centos7-docker-4c-2g-15812 does not seem to be running inside a container 01:52:38 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/5 -v /w/workspace/go-mod-core-contracts/5:/w/workspace/go-mod-core-contracts/5:rw,z -v /w/workspace/go-mod-core-contracts/5@tmp:/w/workspace/go-mod-core-contracts/5@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 01:52:38 745a02a5169b: Pull complete 01:52:38 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 01:52:38 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 01:52:38 ---> b7e6874047d6 01:52:38 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 01:52:38 $ docker top 62b5b0c420dcaa45f83e6960bedffda1c1a381659d346296ffba88d307bb93f5 -eo pid,comm [Pipeline] { [Pipeline] sh 01:52:39 + go version 01:52:39 go version go1.15.5 linux/amd64 [Pipeline] } 01:52:39 $ docker stop --time=1 62b5b0c420dcaa45f83e6960bedffda1c1a381659d346296ffba88d307bb93f5 01:52:40 $ docker rm -f 62b5b0c420dcaa45f83e6960bedffda1c1a381659d346296ffba88d307bb93f5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) 01:52:41 ---> Running in f81c085bd2e6 [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 01:52:41 Removing intermediate container f81c085bd2e6 01:52:41 ---> 5054de8ad0a6 01:52:41 Step 4/7 : RUN apk add bash 01:52:41 + docker inspect -f . ci-base-image-x86_64 01:52:41 . [Pipeline] withDockerContainer 01:52:41 prd-centos7-docker-4c-2g-15812 does not seem to be running inside a container 01:52:41 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/5 -v /w/workspace/go-mod-core-contracts/5:/w/workspace/go-mod-core-contracts/5:rw,z -v /w/workspace/go-mod-core-contracts/5@tmp:/w/workspace/go-mod-core-contracts/5@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 01:52:41 ---> Running in fe73ed0ccc51 01:52:42 $ docker top 2f7471b97a4b250ccfbca1a50ecba5d9bbbff2790892ce0674fe6d1056901890 -eo pid,comm [Pipeline] { [Pipeline] sh 01:52:42 + make test 01:52:42 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 01:52:43 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 01:52:44 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 01:52:44 OK: 142 MiB in 39 packages 01:52:46 Removing intermediate container fe73ed0ccc51 01:52:46 ---> 2f8975ae2843 01:52:46 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 01:52:47 ---> Running in 59298156dd23 01:52:47 Removing intermediate container 59298156dd23 01:52:47 ---> d07f2ba08fe7 01:52:47 Step 6/7 : COPY go.mod . 01:52:48 ---> bf53cd791bb6 01:52:48 Step 7/7 : RUN go mod download 01:52:48 ---> Running in 59def5881287 01:52:49 ? github.com/edgexfoundry/go-mod-core-contracts/clients [no test files] 01:52:49 ok github.com/edgexfoundry/go-mod-core-contracts/clients/agent 0.015s coverage: 85.7% of statements 01:52:49 ok github.com/edgexfoundry/go-mod-core-contracts/clients/command 0.016s coverage: 100.0% of statements 01:52:50 ok github.com/edgexfoundry/go-mod-core-contracts/clients/coredata 0.015s coverage: 45.4% of statements 01:52:50 ok github.com/edgexfoundry/go-mod-core-contracts/clients/general 0.014s coverage: 77.8% of statements 01:52:50 ? github.com/edgexfoundry/go-mod-core-contracts/clients/interfaces [no test files] 01:52:50 ok github.com/edgexfoundry/go-mod-core-contracts/clients/logger 0.014s coverage: 18.6% of statements 01:52:51 ok github.com/edgexfoundry/go-mod-core-contracts/clients/metadata 0.058s coverage: 14.7% of statements 01:52:51 ok github.com/edgexfoundry/go-mod-core-contracts/clients/notifications 0.025s coverage: 100.0% of statements 01:52:51 ok github.com/edgexfoundry/go-mod-core-contracts/clients/scheduler 0.037s coverage: 91.8% of statements 01:52:51 ? github.com/edgexfoundry/go-mod-core-contracts/clients/types [no test files] 01:52:51 ? github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/errors [no test files] 01:52:51 ok github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/local 0.037s coverage: 100.0% of statements 01:52:51 ok github.com/edgexfoundry/go-mod-core-contracts/errors 0.005s coverage: 47.8% of statements 01:52:53 ok github.com/edgexfoundry/go-mod-core-contracts/models 0.026s coverage: 63.0% of statements 01:52:53 ok github.com/edgexfoundry/go-mod-core-contracts/requests/configuration 0.011s coverage: 26.3% of statements 01:52:53 ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/admin 0.007s coverage: 15.4% of statements 01:52:53 ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/operating 0.005s coverage: 15.4% of statements 01:52:53 ok github.com/edgexfoundry/go-mod-core-contracts/responses/configuration 0.027s coverage: 14.3% of statements 01:52:53 ? github.com/edgexfoundry/go-mod-core-contracts/v2 [no test files] 01:52:54 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/http 0.019s coverage: 84.2% of statements 01:52:54 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/http/utils [no test files] 01:52:54 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces [no test files] 01:52:54 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos 0.017s coverage: 29.9% of statements 01:52:54 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/common 0.028s coverage: 100.0% of statements 01:52:54 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/requests 0.016s coverage: 94.4% of statements 01:52:54 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/responses 0.007s coverage: 100.0% of statements 01:52:54 ? github.com/edgexfoundry/go-mod-core-contracts/v2/models [no test files] 01:52:55 CGO_ENABLED=0 GO111MODULE=on go vet ./... 01:52:56 gofmt -l . 01:52:56 [ "`gofmt -l .`" = "" ] [Pipeline] } 01:52:56 $ docker stop --time=1 2f7471b97a4b250ccfbca1a50ecba5d9bbbff2790892ce0674fe6d1056901890 01:52:58 $ docker rm -f 2f7471b97a4b250ccfbca1a50ecba5d9bbbff2790892ce0674fe6d1056901890 [Pipeline] // withDockerContainer [Pipeline] sh 01:52:59 + sudo chown -R jenkins:jenkins . [Pipeline] stash 01:52:59 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 01:53:03 Removing intermediate container 59def5881287 01:53:03 ---> 065c94ca0f16 01:53:03 Successfully built 065c94ca0f16 01:53:03 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 01:53:03 + docker inspect -f . ci-base-image-arm64 01:53:03 . [Pipeline] withDockerContainer 01:53:04 prd-ubuntu18.04-docker-arm64-4c-16g-15811 does not seem to be running inside a container 01:53:04 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/5 -v /w/workspace/go-mod-core-contracts/5:/w/workspace/go-mod-core-contracts/5:rw,z -v /w/workspace/go-mod-core-contracts/5@tmp:/w/workspace/go-mod-core-contracts/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 01:53:06 $ docker top 4fc11c8b3a3c574fc4f32b1df31b29045ae6ef5b88336b3f690489a102a22a8b -eo pid,comm [Pipeline] { [Pipeline] sh 01:53:07 + go version 01:53:07 go version go1.15.5 linux/arm64 [Pipeline] } 01:53:07 $ docker stop --time=1 4fc11c8b3a3c574fc4f32b1df31b29045ae6ef5b88336b3f690489a102a22a8b 01:53:10 $ docker rm -f 4fc11c8b3a3c574fc4f32b1df31b29045ae6ef5b88336b3f690489a102a22a8b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 01:53:11 + docker inspect -f . ci-base-image-arm64 01:53:11 . [Pipeline] withDockerContainer 01:53:11 prd-ubuntu18.04-docker-arm64-4c-16g-15811 does not seem to be running inside a container 01:53:11 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/5 -v /w/workspace/go-mod-core-contracts/5:/w/workspace/go-mod-core-contracts/5:rw,z -v /w/workspace/go-mod-core-contracts/5@tmp:/w/workspace/go-mod-core-contracts/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 01:53:14 $ docker top d7f3e9d9dd80b6319cb6d16017c1943c73acab90b32f70ffbb9fada81a306198 -eo pid,comm [Pipeline] { [Pipeline] sh 01:53:15 + make test 01:53:15 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 01:53:37 ? github.com/edgexfoundry/go-mod-core-contracts/clients [no test files] 01:53:37 ok github.com/edgexfoundry/go-mod-core-contracts/clients/agent 0.055s coverage: 85.7% of statements 01:53:37 ok github.com/edgexfoundry/go-mod-core-contracts/clients/command 0.035s coverage: 100.0% of statements 01:53:39 ok github.com/edgexfoundry/go-mod-core-contracts/clients/coredata 0.053s coverage: 45.4% of statements 01:53:39 ok github.com/edgexfoundry/go-mod-core-contracts/clients/general 0.021s coverage: 77.8% of statements 01:53:39 ? github.com/edgexfoundry/go-mod-core-contracts/clients/interfaces [no test files] 01:53:40 ok github.com/edgexfoundry/go-mod-core-contracts/clients/logger 0.046s coverage: 18.6% of statements 01:53:41 ok github.com/edgexfoundry/go-mod-core-contracts/clients/metadata 0.058s coverage: 14.7% of statements 01:53:42 ok github.com/edgexfoundry/go-mod-core-contracts/clients/notifications 0.026s coverage: 100.0% of statements 01:53:42 ok github.com/edgexfoundry/go-mod-core-contracts/clients/scheduler 0.130s coverage: 91.8% of statements 01:53:42 ? github.com/edgexfoundry/go-mod-core-contracts/clients/types [no test files] 01:53:42 ? github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/errors [no test files] 01:53:42 ok github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/local 0.055s coverage: 100.0% of statements 01:53:42 ok github.com/edgexfoundry/go-mod-core-contracts/errors 0.028s coverage: 47.8% of statements 01:53:48 ok github.com/edgexfoundry/go-mod-core-contracts/models 0.148s coverage: 63.0% of statements 01:53:48 ok github.com/edgexfoundry/go-mod-core-contracts/requests/configuration 0.022s coverage: 26.3% of statements 01:53:48 ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/admin 0.036s coverage: 15.4% of statements 01:53:48 ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/operating 0.062s coverage: 15.4% of statements 01:53:48 ok github.com/edgexfoundry/go-mod-core-contracts/responses/configuration 0.032s coverage: 14.3% of statements 01:53:48 ? github.com/edgexfoundry/go-mod-core-contracts/v2 [no test files] 01:53:49 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/http 0.096s coverage: 84.2% of statements 01:53:49 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/http/utils [no test files] 01:53:49 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces [no test files] 01:53:49 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos 0.024s coverage: 29.9% of statements 01:53:49 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/common 0.053s coverage: 100.0% of statements 01:53:50 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/requests 0.062s coverage: 94.4% of statements 01:53:50 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/responses 0.021s coverage: 100.0% of statements 01:53:50 ? github.com/edgexfoundry/go-mod-core-contracts/v2/models [no test files] 01:53:51 CGO_ENABLED=0 GO111MODULE=on go vet ./... 01:53:55 gofmt -l . 01:53:56 [ "`gofmt -l .`" = "" ] [Pipeline] } 01:53:56 $ docker stop --time=1 d7f3e9d9dd80b6319cb6d16017c1943c73acab90b32f70ffbb9fada81a306198 01:53:59 $ docker rm -f d7f3e9d9dd80b6319cb6d16017c1943c73acab90b32f70ffbb9fada81a306198 [Pipeline] // withDockerContainer [Pipeline] sh 01:54:00 + sudo chown -R jenkins:jenkins . [Pipeline] stash 01:54:00 Warning: overwriting stash ‘coverage-report’ 01:54:01 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 01:54:03 provisioning config files... 01:54:03 copy managed file [go-mod-core-contracts-codecov-token] to file:/w/workspace/dry_go-mod-core-contracts_PR-389@tmp/config3906226291279749233tmp [Pipeline] { [Pipeline] sh 01:54:03 + set +x 01:54:03 + curl -s https://codecov.io/bash 01:54:03 + bash -s -- 01:54:03 01:54:03 _____ _ 01:54:03 / ____| | | 01:54:03 | | ___ __| | ___ ___ _____ __ 01:54:03 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 01:54:03 | |___| (_) | (_| | __/ (_| (_) \ V / 01:54:03 \_____\___/ \__,_|\___|\___\___/ \_/ 01:54:03 Bash-20201130-cc6d3fe 01:54:03 01:54:03 01:54:03 ==> Jenkins CI detected. 01:54:03 project root: . 01:54:03 --> token set from env 01:54:03 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 01:54:03 ==> Running gcov in . (disable via -X gcov) 01:54:03 ==> Python coveragepy not found 01:54:03 ==> Searching for coverage reports in: 01:54:03 + . 01:54:03 -> Found 1 reports 01:54:03 ==> Detecting git/mercurial file structure 01:54:03 ==> Reading reports 01:54:03 + ./coverage.out bytes=109260 01:54:03 ==> Appending adjustments 01:54:03 https://docs.codecov.io/docs/fixing-reports 01:54:04 + Found adjustments 01:54:04 ==> Gzipping contents 01:54:04 20K /tmp/codecov.V8s7FT.gz 01:54:04 ==> Uploading reports 01:54:04 url: https://codecov.io 01:54:04 query: branch=PR-389&commit=47fe6c289a45b7d2b9ff23e208a9e5d1ba7d2013&build=5&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2FPR-389%2F5%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=389&job=&cmd_args= 01:54:04 -> Pinging Codecov 01:54:04 https://codecov.io/upload/v4?package=bash-20201130-cc6d3fe&token=secret&branch=PR-389&commit=47fe6c289a45b7d2b9ff23e208a9e5d1ba7d2013&build=5&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2FPR-389%2F5%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=389&job=&cmd_args= 01:54:05 -> Uploading to 01:54:05 https://storage.googleapis.com/codecov/v4/raw/2020-12-14/71470A77251A30514AAF9C0BB2E5B6CE/47fe6c289a45b7d2b9ff23e208a9e5d1ba7d2013/094b8ca4-6850-4f56-a835-a02cfe9e9b4b.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20201214%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20201214T015405Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=2d1a93e5d15896ca591210d14e527c1a4579b41ebb033c8f3d89ec1e7ccc6979 01:54:05 % Total % Received % Xferd Average Speed Time Time Time Current 01:54:05 Dload Upload Total Spent Left Speed 01:54:05 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 17719 0 0 100 17719 0 31796 --:--:-- --:--:-- --:--:-- 31811 01:54:05 -> View reports at https://codecov.io/github/edgexfoundry/go-mod-core-contracts/commit/47fe6c289a45b7d2b9ff23e208a9e5d1ba7d2013 [Pipeline] } 01:54:05 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 01:54:08 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 01:54:08 ---> package-listing.sh 01:54:08 ++ facter osfamily 01:54:08 ++ tr '[:upper:]' '[:lower:]' 01:54:08 + OS_FAMILY=redhat 01:54:08 + workspace=/w/workspace/dry_go-mod-core-contracts_PR-389 01:54:08 + START_PACKAGES=/tmp/packages_start.txt 01:54:08 + END_PACKAGES=/tmp/packages_end.txt 01:54:08 + DIFF_PACKAGES=/tmp/packages_diff.txt 01:54:08 + PACKAGES=/tmp/packages_start.txt 01:54:08 + '[' /w/workspace/dry_go-mod-core-contracts_PR-389 ']' 01:54:08 + PACKAGES=/tmp/packages_end.txt 01:54:08 + case "${OS_FAMILY}" in 01:54:08 + rpm -qa 01:54:08 + sort 01:54:15 + '[' -f /tmp/packages_start.txt ']' 01:54:15 + '[' -f /tmp/packages_end.txt ']' 01:54:15 + diff /tmp/packages_start.txt /tmp/packages_end.txt 01:54:15 + '[' /w/workspace/dry_go-mod-core-contracts_PR-389 ']' 01:54:15 + mkdir -p /w/workspace/dry_go-mod-core-contracts_PR-389/archives/ 01:54:15 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dry_go-mod-core-contracts_PR-389/archives/ [Pipeline] echo 01:54:15 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-389/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 01:54:15 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 01:54:15 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 01:54:15 01:54:15 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 01:54:16 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 01:54:16 alpine: Pulling from edgex-lftools-log-publisher 01:54:16 df20fa9351a1: Pulling fs layer 01:54:16 36b3adc4ff6f: Pulling fs layer 01:54:16 8ad3a11d3b57: Pulling fs layer 01:54:16 46f8f816bc3b: Pulling fs layer 01:54:16 93b61091891f: Pulling fs layer 01:54:16 93b9cdb0e59b: Pulling fs layer 01:54:16 5e14af77c1be: Pulling fs layer 01:54:16 01666e4c0597: Pulling fs layer 01:54:16 aa168da1d23b: Pulling fs layer 01:54:16 93b61091891f: Waiting 01:54:16 5e14af77c1be: Waiting 01:54:16 01666e4c0597: Waiting 01:54:16 93b9cdb0e59b: Waiting 01:54:16 aa168da1d23b: Waiting 01:54:16 46f8f816bc3b: Waiting 01:54:16 36b3adc4ff6f: Download complete 01:54:16 46f8f816bc3b: Verifying Checksum 01:54:16 46f8f816bc3b: Download complete 01:54:16 df20fa9351a1: Download complete 01:54:16 93b9cdb0e59b: Verifying Checksum 01:54:16 93b9cdb0e59b: Download complete 01:54:16 93b61091891f: Verifying Checksum 01:54:16 93b61091891f: Download complete 01:54:16 5e14af77c1be: Verifying Checksum 01:54:16 5e14af77c1be: Download complete 01:54:16 01666e4c0597: Verifying Checksum 01:54:16 01666e4c0597: Download complete 01:54:16 df20fa9351a1: Pull complete 01:54:17 36b3adc4ff6f: Pull complete 01:54:17 8ad3a11d3b57: Verifying Checksum 01:54:17 8ad3a11d3b57: Download complete 01:54:18 8ad3a11d3b57: Pull complete 01:54:18 46f8f816bc3b: Pull complete 01:54:19 aa168da1d23b: Verifying Checksum 01:54:19 aa168da1d23b: Download complete 01:54:19 93b61091891f: Pull complete 01:54:19 93b9cdb0e59b: Pull complete 01:54:19 5e14af77c1be: Pull complete 01:54:19 01666e4c0597: Pull complete 01:54:26 aa168da1d23b: Pull complete 01:54:26 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 01:54:26 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 01:54:26 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 01:54:26 prd-centos7-docker-4c-2g-15810 does not seem to be running inside a container 01:54:26 $ 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-389/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-389 -v /w/workspace/dry_go-mod-core-contracts_PR-389:/w/workspace/dry_go-mod-core-contracts_PR-389:rw,z -v /w/workspace/dry_go-mod-core-contracts_PR-389@tmp:/w/workspace/dry_go-mod-core-contracts_PR-389@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 01:54:30 $ docker top be3e9a6196cbe9c7b88ccc9a4fcbea7c0a3d79c19cb47d9d9e08350049bd3e20 -eo pid,comm [Pipeline] { [Pipeline] sh 01:54:31 + touch /tmp/pre-build-complete [Pipeline] sh 01:54:31 + mkdir -p /var/log/sa [Pipeline] sh 01:54:32 + ls /var/log/sa-host 01:54:32 + sadf -c /var/log/sa-host/sa14 01:54:32 file_magic: OK 01:54:32 HZ: Using current value: 100 01:54:32 file_header: OK 01:54:32 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 01:54:32 Statistics: 01:54:32 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 01:54:32 File successfully converted to sysstat format version 12.2.1 01:54:32 + sadf -c /var/log/sa-host/sa23 01:54:32 file_magic: OK 01:54:32 HZ: Using current value: 100 01:54:32 file_header: OK 01:54:32 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 01:54:32 Statistics: 01:54:32 Hnuu...uuuununununu... 01:54:32 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 01:54:32 provisioning config files... 01:54:32 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dry_go-mod-core-contracts_PR-389@tmp/config4427726634581787520tmp [Pipeline] { [Pipeline] echo 01:54:32 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 01:54:33 ---> create-netrc.sh [Pipeline] } 01:54:33 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 01:54:33 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 01:54:33 ---> python-tools-install.sh [Pipeline] echo 01:54:33 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 01:54:33 ---> sudo-logs.sh 01:54:33 Archiving 'sudo' log.. [Pipeline] echo 01:54:33 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 01:54:34 ---> job-cost.sh 01:54:34 lf-activate-venv: SKIPPING 01:54:34 INFO: No Stack... 01:54:35 INFO: Retrieving Pricing Info for: v1-standard-2 01:54:35 INFO: Archiving Costs [Pipeline] echo 01:54:35 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 01:54:36 ---> logs-deploy.sh 01:54:36 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/PR-389/5 01:54:36 INFO: archiving workspace using pattern(s): 01:54:37 Archives upload complete. 01:54:38 INFO: archiving logs to Nexus 01:54:39 ---> uname -a: 01:54:39 Linux prd-centos7-docker-4c-2g-15810.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 01:54:39 01:54:39 01:54:39 ---> lscpu: 01:54:39 Architecture: x86_64 01:54:39 CPU op-mode(s): 32-bit, 64-bit 01:54:39 Byte Order: Little Endian 01:54:39 Address sizes: 40 bits physical, 48 bits virtual 01:54:39 CPU(s): 4 01:54:39 On-line CPU(s) list: 0-3 01:54:39 Thread(s) per core: 1 01:54:39 Core(s) per socket: 1 01:54:39 Socket(s): 4 01:54:39 NUMA node(s): 1 01:54:39 Vendor ID: GenuineIntel 01:54:39 CPU family: 6 01:54:39 Model: 44 01:54:39 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 01:54:39 Stepping: 1 01:54:39 CPU MHz: 2933.438 01:54:39 BogoMIPS: 5866.87 01:54:39 Virtualization: VT-x 01:54:39 Hypervisor vendor: KVM 01:54:39 Virtualization type: full 01:54:39 L1d cache: 128 KiB 01:54:39 L1i cache: 128 KiB 01:54:39 L2 cache: 16 MiB 01:54:39 L3 cache: 64 MiB 01:54:39 NUMA node0 CPU(s): 0-3 01:54:39 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 01:54:39 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 01:54:39 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 01:54:39 Vulnerability Meltdown: Mitigation; PTI 01:54:39 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 01:54:39 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 01:54:39 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 01:54:39 Vulnerability Srbds: Not affected 01:54:39 Vulnerability Tsx async abort: Not affected 01:54:39 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp 01:54:39 01:54:39 01:54:39 ---> nproc: 01:54:39 4 01:54:39 01:54:39 01:54:39 ---> df -h: 01:54:39 Filesystem Size Used Available Use% Mounted on 01:54:39 overlay 50.0G 7.3G 42.7G 15% / 01:54:39 tmpfs 64.0M 0 64.0M 0% /dev 01:54:39 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 01:54:39 shm 64.0M 0 64.0M 0% /dev/shm 01:54:39 /dev/vda1 50.0G 7.3G 42.7G 15% /facter-os 01:54:39 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/resolv.conf 01:54:39 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hostname 01:54:39 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hosts 01:54:39 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/auth.log 01:54:39 /dev/vda1 50.0G 7.3G 42.7G 15% /run/cloud-init/result.json 01:54:39 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/dry_go-mod-core-contracts_PR-389 01:54:39 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/dry_go-mod-core-contracts_PR-389@tmp 01:54:39 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/sa-host 01:54:39 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/secure 01:54:39 01:54:39 01:54:39 ---> free -m: 01:54:39 total used free shared buff/cache available 01:54:39 Mem: 1837 698 109 0 1029 1034 01:54:39 Swap: 1023 1 1022 01:54:39 01:54:39 01:54:39 ---> ip addr: 01:54:39 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 01:54:39 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 01:54:39 inet 127.0.0.1/8 scope host lo 01:54:39 valid_lft forever preferred_lft forever 01:54:39 inet6 ::1/128 scope host 01:54:39 valid_lft forever preferred_lft forever 01:54:39 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 01:54:39 link/ether fa:16:3e:6a:13:94 brd ff:ff:ff:ff:ff:ff 01:54:39 inet 10.30.122.33/23 brd 10.30.123.255 scope global dynamic eth0 01:54:39 valid_lft 86050sec preferred_lft 86050sec 01:54:39 inet6 fe80::f816:3eff:fe6a:1394/64 scope link 01:54:39 valid_lft forever preferred_lft forever 01:54:39 3: docker0: mtu 1500 qdisc noqueue state DOWN 01:54:39 link/ether 02:42:d2:4b:28:49 brd ff:ff:ff:ff:ff:ff 01:54:39 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 01:54:39 valid_lft forever preferred_lft forever 01:54:39 inet6 fe80::42:d2ff:fe4b:2849/64 scope link 01:54:39 valid_lft forever preferred_lft forever 01:54:39 01:54:39 01:54:39 ---> sar -b -r -n DEV: 01:54:39 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 12/14/20 _x86_64_ (4 CPU) 01:54:39 01:54:39 01:48:36 LINUX RESTART (4 CPU) 01:54:39 01:54:39 01:49:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 01:54:39 01:50:01 92.21 42.24 49.97 0.00 7757.12 4174.95 0.00 01:54:39 01:51:02 2.46 0.00 2.46 0.00 0.00 58.75 0.00 01:54:39 01:52:01 0.36 0.00 0.36 0.00 0.00 4.52 0.00 01:54:39 01:53:01 0.28 0.00 0.28 0.00 0.00 3.20 0.00 01:54:39 01:54:01 0.23 0.00 0.23 0.00 0.00 2.73 0.00 01:54:39 Average: 19.18 8.48 10.70 0.00 1557.33 852.04 0.00 01:54:39 01:54:39 01:49:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 01:54:39 01:50:01 151732 0 598192 31.79 2620 1129000 1116104 38.09 396720 1131688 132 01:54:39 01:51:02 159916 0 589892 31.35 2620 1129116 1075112 36.69 395780 1125948 20 01:54:39 01:52:01 157588 0 592212 31.47 2620 1129124 1075232 36.70 397680 1126608 16 01:54:39 01:53:01 157444 0 592356 31.48 2620 1129124 1075320 36.70 409548 1114936 16 01:54:39 01:54:01 156712 0 593080 31.52 2620 1129132 1075176 36.69 408112 1117608 8 01:54:39 Average: 156678 0 593146 31.52 2620 1129099 1083389 36.97 401568 1123358 38 01:54:39 01:54:39 01:49:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 01:54:39 01:50:01 eth0 624.68 401.70 1082.52 103.86 0.00 0.00 0.00 0.00 01:54:39 01:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:54:39 01:50:01 docker0 5.66 4.34 1.29 13.94 0.00 0.00 0.00 0.00 01:54:39 01:51:02 eth0 0.43 0.08 0.02 0.01 0.00 0.00 0.00 0.00 01:54:39 01:51:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:54:39 01:51:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:54:39 01:52:01 eth0 1.54 0.39 0.46 0.18 0.00 0.00 0.00 0.00 01:54:39 01:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:54:39 01:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:54:39 01:53:01 eth0 0.52 0.33 0.27 0.23 0.00 0.00 0.00 0.00 01:54:39 01:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:54:39 01:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:54:39 01:54:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 01:54:39 01:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:54:39 01:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:54:39 Average: eth0 125.93 80.82 217.48 20.94 0.00 0.00 0.00 0.00 01:54:39 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:54:39 Average: docker0 1.14 0.87 0.26 2.80 0.00 0.00 0.00 0.00 01:54:39 01:54:39 01:54:39 ---> sar -P ALL: 01:54:39 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 12/14/20 _x86_64_ (4 CPU) 01:54:39 01:54:39 01:48:36 LINUX RESTART (4 CPU) 01:54:39 01:54:39 01:49:01 CPU %user %nice %system %iowait %steal %idle 01:54:39 01:50:01 all 11.85 0.00 5.18 3.19 0.03 79.75 01:54:39 01:50:01 0 11.02 0.00 6.06 2.99 0.05 79.89 01:54:39 01:50:01 1 11.70 0.00 4.93 3.87 0.03 79.47 01:54:39 01:50:01 2 13.46 0.00 4.27 1.55 0.03 80.68 01:54:39 01:50:01 3 11.21 0.00 5.46 4.36 0.02 78.94 01:54:39 01:51:02 all 0.12 0.00 0.05 0.00 0.01 99.82 01:54:39 01:51:02 0 0.03 0.00 0.03 0.00 0.00 99.93 01:54:39 01:51:02 1 0.32 0.00 0.07 0.00 0.02 99.60 01:54:39 01:51:02 2 0.10 0.00 0.08 0.00 0.00 99.82 01:54:39 01:51:02 3 0.03 0.00 0.03 0.00 0.02 99.92 01:54:39 01:52:01 all 0.18 0.00 0.06 0.00 0.00 99.75 01:54:39 01:52:01 0 0.03 0.00 0.03 0.00 0.00 99.93 01:54:39 01:52:01 1 0.58 0.00 0.03 0.00 0.00 99.39 01:54:39 01:52:01 2 0.08 0.00 0.10 0.00 0.00 99.81 01:54:39 01:52:01 3 0.03 0.00 0.08 0.00 0.00 99.88 01:54:39 01:53:01 all 0.15 0.00 0.04 0.00 0.00 99.81 01:54:39 01:53:01 0 0.03 0.00 0.03 0.00 0.00 99.93 01:54:39 01:53:01 1 0.47 0.00 0.08 0.00 0.00 99.45 01:54:39 01:53:01 2 0.05 0.00 0.03 0.00 0.00 99.92 01:54:39 01:53:01 3 0.03 0.00 0.02 0.00 0.00 99.95 01:54:39 01:54:01 all 0.16 0.00 0.03 0.00 0.00 99.81 01:54:39 01:54:01 0 0.05 0.00 0.05 0.00 0.00 99.90 01:54:39 01:54:01 1 0.50 0.00 0.00 0.00 0.00 99.50 01:54:39 01:54:01 2 0.05 0.00 0.03 0.00 0.00 99.92 01:54:39 01:54:01 3 0.03 0.00 0.03 0.00 0.00 99.93 01:54:39 Average: all 2.48 0.00 1.07 0.63 0.01 95.81 01:54:39 Average: 0 2.22 0.00 1.23 0.59 0.01 95.94 01:54:39 Average: 1 2.70 0.00 1.02 0.77 0.01 95.50 01:54:39 Average: 2 2.74 0.00 0.90 0.31 0.01 96.04 01:54:39 Average: 3 2.25 0.00 1.12 0.87 0.01 95.76 01:54:39 01:54:39 01:54:39