Pull request #396 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 8563f643fc37abb81146275fdf11a985255f4b0a rather than 505e46a8c3135dace2fb3a8828b0087a5202dc3b Obtained Jenkinsfile from 8563f643fc37abb81146275fdf11a985255f4b0a 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 ‘prd-centos7-docker-4c-2g-15505’ is offline Running on prd-centos7-docker-4c-2g-16100 in /w/workspace/dry_go-mod-core-contracts_PR-396 [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-396 # 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/396/head:refs/remotes/origin/PR-396 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 8563f643fc37abb81146275fdf11a985255f4b0a into PR head commit 505e46a8c3135dace2fb3a8828b0087a5202dc3b Merge succeeded, producing 505e46a8c3135dace2fb3a8828b0087a5202dc3b Checking out Revision 505e46a8c3135dace2fb3a8828b0087a5202dc3b (PR-396) > git config core.sparsecheckout # timeout=10 > git checkout -f 505e46a8c3135dace2fb3a8828b0087a5202dc3b # 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 8563f643fc37abb81146275fdf11a985255f4b0a # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 505e46a8c3135dace2fb3a8828b0087a5202dc3b # timeout=10 Commit message: "refactor(meta): Use range to iterates element for verifying device profile" First time build. Skipping changelog. > git rev-list --no-walk 176c1a3851ab2b332237d60f1bb20c4c6738a74c # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 08:13:48 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 08:13:48 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 08:13:48 ========================================================= 08:13:48 EdgeX Global Pipelines Version Info 08:13:48 ========================================================= [Pipeline] libraryResource [Pipeline] sh 08:13:50 ------------------- 08:13:50 stable info: 08:13:50 ------------------- 08:13:50 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 08:13:50 Commit SHA: 025b6483f761633eb525fab7d6a8b6537d6ee4a4 08:13:50 Message: update stable to v1.0.172 08:13:51 ------------------- 08:13:51 experimental info: 08:13:51 ------------------- 08:13:51 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 08:13:51 Commit SHA: 025b6483f761633eb525fab7d6a8b6537d6ee4a4 08:13:51 Message: update experimental to v1.0.172 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 08:13:51 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-core-contracts-settings [Pipeline] echo 08:13:51 [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-core-contracts [Pipeline] echo 08:13:52 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 08:13:52 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 08:13:52 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 08:13:52 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 08:13:52 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 08:13:52 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 08:13:52 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 08:13:53 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 08:13:53 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 08:13:53 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-core-contracts [Pipeline] echo 08:13:53 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 08:13:53 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 08:13:53 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 08:13:53 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 08:13:53 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 08:13:54 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 08:13:54 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = patch [Pipeline] echo 08:13:54 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 08:13:54 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 08:13:54 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 08:13:54 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 08:13:54 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 08:13:54 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 08:13:55 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 08:13:55 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-396 [Pipeline] echo 08:13:55 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-396 [Pipeline] echo 08:13:55 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-396 [Pipeline] echo 08:13:55 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 505e46a8c3135dace2fb3a8828b0087a5202dc3b [Pipeline] echo 08:13:55 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 505e46a [Pipeline] echo 08:13:55 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 08:13:56 + git log --format=format:%s -1 505e46a8c3135dace2fb3a8828b0087a5202dc3b [Pipeline] echo 08:13:56 GIT_COMMIT: 505e46a8c3135dace2fb3a8828b0087a5202dc3b, Commit Message: refactor(meta): Use range to iterates element for verifying device profile [Pipeline] echo 08:13:56 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 08:13:57 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 08:13:58 08:13:58 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 08:13:58 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 08:13:58 latest: Pulling from edgex-devops/git-semver 08:13:58 31603596830f: Pulling fs layer 08:13:58 2a8b12db71e7: Pulling fs layer 08:13:58 6ca5941a6612: Pulling fs layer 08:13:58 ecc8261a40a4: Pulling fs layer 08:13:58 ecc8261a40a4: Waiting 08:13:58 2a8b12db71e7: Download complete 08:13:58 31603596830f: Verifying Checksum 08:13:58 31603596830f: Download complete 08:13:59 ecc8261a40a4: Verifying Checksum 08:13:59 ecc8261a40a4: Download complete 08:13:59 6ca5941a6612: Verifying Checksum 08:13:59 6ca5941a6612: Download complete 08:13:59 31603596830f: Pull complete 08:13:59 2a8b12db71e7: Pull complete 08:13:59 6ca5941a6612: Pull complete 08:14:00 ecc8261a40a4: Pull complete 08:14:00 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 08:14:00 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 08:14:00 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 08:14:00 prd-centos7-docker-4c-2g-16100 does not seem to be running inside a container 08:14:00 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_go-mod-core-contracts_PR-396 -v /w/workspace/dry_go-mod-core-contracts_PR-396:/w/workspace/dry_go-mod-core-contracts_PR-396:rw,z -v /w/workspace/dry_go-mod-core-contracts_PR-396@tmp:/w/workspace/dry_go-mod-core-contracts_PR-396@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 08:14:02 $ docker top 59f6f954b1ed08264a00b94b35bed07aec0260a31ff13cd1c0b3dc2b44ebf639 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 08:14:02 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 08:14:02 [ssh-agent] Looking for ssh-agent implementation... 08:14:02 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 08:14:02 $ docker exec 59f6f954b1ed08264a00b94b35bed07aec0260a31ff13cd1c0b3dc2b44ebf639 ssh-agent 08:14:03 SSH_AUTH_SOCK=/tmp/ssh-V8qurmErxG6G/agent.11 08:14:03 SSH_AGENT_PID=16 08:14:03 Running ssh-add (command line suppressed) 08:14:03 Identity added: /w/workspace/dry_go-mod-core-contracts_PR-396@tmp/private_key_4686688143182279779.key (/w/workspace/dry_go-mod-core-contracts_PR-396@tmp/private_key_4686688143182279779.key) 08:14:03 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 08:14:03 + git tag --points-at HEAD [Pipeline] } 08:14:03 $ docker exec --env ******** --env ******** 59f6f954b1ed08264a00b94b35bed07aec0260a31ff13cd1c0b3dc2b44ebf639 ssh-agent -k 08:14:03 unset SSH_AUTH_SOCK; 08:14:03 unset SSH_AGENT_PID; 08:14:03 echo Agent pid 16 killed; 08:14:03 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 08:14:04 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 08:14:04 [ssh-agent] Looking for ssh-agent implementation... 08:14:04 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 08:14:04 $ docker exec 59f6f954b1ed08264a00b94b35bed07aec0260a31ff13cd1c0b3dc2b44ebf639 ssh-agent 08:14:04 SSH_AUTH_SOCK=/tmp/ssh-m8fH50xL3P7K/agent.44 08:14:04 SSH_AGENT_PID=49 08:14:04 Running ssh-add (command line suppressed) 08:14:04 Identity added: /w/workspace/dry_go-mod-core-contracts_PR-396@tmp/private_key_6960485545049296935.key (/w/workspace/dry_go-mod-core-contracts_PR-396@tmp/private_key_6960485545049296935.key) 08:14:04 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 08:14:04 + git semver init 08:14:04 # -> Open(): unable to determine branch for HEAD 08:14:04 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_PR-396/.git 08:14:04 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_PR-396 08:14:04 # $SEMVER_REMOTE_NAME = origin 08:14:04 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 08:14:04 # $SEMVER_USER_NAME = edgex-jenkins 08:14:04 # $SEMVER_BRANCH = PR-396 08:14:04 # $SEMVER_TEMP = /tmp/semver-591741626 08:14:04 # git clone --branch semver git@github.com:edgexfoundry/go-mod-core-contracts.git $SEMVER_TEMP 08:14:05 # '/tmp/semver-591741626' -> '/w/workspace/dry_go-mod-core-contracts_PR-396/.semver' 08:14:05 # -> Force: false 08:14:05 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_PR-396/.semver [Pipeline] } 08:14:05 $ docker exec --env ******** --env ******** 59f6f954b1ed08264a00b94b35bed07aec0260a31ff13cd1c0b3dc2b44ebf639 ssh-agent -k 08:14:05 unset SSH_AUTH_SOCK; 08:14:05 unset SSH_AGENT_PID; 08:14:05 echo Agent pid 49 killed; 08:14:05 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 08:14:06 + git semver [Pipeline] } 08:14:06 $ docker stop --time=1 59f6f954b1ed08264a00b94b35bed07aec0260a31ff13cd1c0b3dc2b44ebf639 08:14:08 $ docker rm -f 59f6f954b1ed08264a00b94b35bed07aec0260a31ff13cd1c0b3dc2b44ebf639 [Pipeline] // withDockerContainer [Pipeline] sh 08:14:08 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 08:14:09 Stashed 1 file(s) [Pipeline] echo 08:14:09 [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 08:14:24 Still waiting to schedule task 08:14:24 Waiting for next available executor on ‘centos7-docker-4c-2g’ 08:14:24 Still waiting to schedule task 08:14:24 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 08:16:25 Running on prd-ubuntu18.04-docker-arm64-4c-16g-16101 in /w/workspace/dry_go-mod-core-contracts_PR-396 [Pipeline] { [Pipeline] ws 08:16:25 Running in /w/workspace/go-mod-core-contracts/5 [Pipeline] { [Pipeline] checkout 08:16:34 using credential edgex-jenkins-ssh 08:16:34 Cloning the remote Git repository 08:16:34 Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git 08:16:34 > git init /w/workspace/go-mod-core-contracts/5 # timeout=10 08:16:34 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 08:16:34 > git --version # timeout=10 08:16:34 > git --version # 'git version 2.17.1' 08:16:34 using GIT_SSH to set credentials SSH Credentials for GitHub 08:16:34 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 08:16:36 Merging remotes/origin/master commit 8563f643fc37abb81146275fdf11a985255f4b0a into PR head commit 505e46a8c3135dace2fb3a8828b0087a5202dc3b 08:16:35 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 08:16:35 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 08:16:35 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 08:16:35 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 08:16:35 using GIT_SSH to set credentials SSH Credentials for GitHub 08:16:35 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/396/head:refs/remotes/origin/PR-396 +refs/heads/master:refs/remotes/origin/master # timeout=10 08:16:36 > git config core.sparsecheckout # timeout=10 08:16:36 > git checkout -f 505e46a8c3135dace2fb3a8828b0087a5202dc3b # timeout=10 08:16:36 Merge succeeded, producing 505e46a8c3135dace2fb3a8828b0087a5202dc3b 08:16:36 Checking out Revision 505e46a8c3135dace2fb3a8828b0087a5202dc3b (PR-396) 08:16:36 > git remote # timeout=10 08:16:36 > git config --get remote.origin.url # timeout=10 08:16:36 using GIT_SSH to set credentials SSH Credentials for GitHub 08:16:36 > git merge 8563f643fc37abb81146275fdf11a985255f4b0a # timeout=10 08:16:36 > git rev-parse HEAD^{commit} # timeout=10 08:16:36 > git config core.sparsecheckout # timeout=10 08:16:36 > git checkout -f 505e46a8c3135dace2fb3a8828b0087a5202dc3b # timeout=10 08:16:41 Commit message: "refactor(meta): Use range to iterates element for verifying device profile" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 08:16:45 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 08:16:45 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 08:16:46 + sudo service+ docker restart 08:16:46 true [Pipeline] unstash [Pipeline] echo 08:16:49 ========================================================= 08:16:49 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 08:16:49 ========================================================= [Pipeline] isUnix [Pipeline] sh 08:16:49 + 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 . 08:16:50 Sending build context to Docker daemon 1.989MB 08:16:50 Step 1/7 : ARG BASE=golang:1.15-alpine 08:16:50 Step 2/7 : FROM ${BASE} 08:16:51 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 08:16:51 5f621e34cdf4: Pulling fs layer 08:16:51 a4357932f1b6: Pulling fs layer 08:16:51 18c013af1878: Pulling fs layer 08:16:51 00ac8860ef70: Pulling fs layer 08:16:51 63d7cb157983: Pulling fs layer 08:16:51 b116817d02f9: Pulling fs layer 08:16:51 745a02a5169b: Pulling fs layer 08:16:51 00ac8860ef70: Waiting 08:16:51 63d7cb157983: Waiting 08:16:51 b116817d02f9: Waiting 08:16:51 745a02a5169b: Waiting 08:16:51 18c013af1878: Verifying Checksum 08:16:51 18c013af1878: Download complete 08:16:51 a4357932f1b6: Verifying Checksum 08:16:51 a4357932f1b6: Download complete 08:16:51 63d7cb157983: Verifying Checksum 08:16:51 63d7cb157983: Download complete 08:16:51 b116817d02f9: Verifying Checksum 08:16:51 b116817d02f9: Download complete 08:16:51 5f621e34cdf4: Verifying Checksum 08:16:51 5f621e34cdf4: Download complete 08:16:52 5f621e34cdf4: Pull complete 08:16:53 a4357932f1b6: Pull complete 08:16:53 18c013af1878: Pull complete 08:16:57 745a02a5169b: Verifying Checksum 08:16:57 745a02a5169b: Download complete 08:16:58 00ac8860ef70: Verifying Checksum 08:16:58 00ac8860ef70: Download complete 08:17:09 00ac8860ef70: Pull complete 08:17:09 63d7cb157983: Pull complete 08:17:09 b116817d02f9: Pull complete 08:17:13 745a02a5169b: Pull complete 08:17:13 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 08:17:13 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 08:17:13 ---> b7e6874047d6 08:17:13 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 08:17:16 ---> Running in 8b069b826b77 08:17:16 Removing intermediate container 8b069b826b77 08:17:16 ---> eea7916e1678 08:17:16 Step 4/7 : RUN apk add bash 08:17:16 ---> Running in 04cc16e9e6a7 08:17:17 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:17:18 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:17:19 OK: 142 MiB in 39 packages 08:17:20 Removing intermediate container 04cc16e9e6a7 08:17:20 ---> d892806bfe76 08:17:20 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 08:17:20 ---> Running in b826aa8f3c17 08:17:21 Removing intermediate container b826aa8f3c17 08:17:21 ---> ba66b9cb3591 08:17:21 Step 6/7 : COPY go.mod . 08:17:22 ---> 1d542694abef 08:17:22 Step 7/7 : RUN go mod download 08:17:22 ---> Running in 9dd64c04c5e1 08:17:33 Running on prd-centos7-docker-4c-2g-16102 in /w/workspace/dry_go-mod-core-contracts_PR-396 [Pipeline] { [Pipeline] ws 08:17:33 Running in /w/workspace/go-mod-core-contracts/5 [Pipeline] { [Pipeline] checkout 08:17:38 Removing intermediate container 9dd64c04c5e1 08:17:38 ---> f6823b0a2fa6 08:17:38 Successfully built f6823b0a2fa6 08:17:38 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 08:17:38 + docker inspect -f . ci-base-image-arm64 08:17:38 . [Pipeline] withDockerContainer 08:17:38 prd-ubuntu18.04-docker-arm64-4c-16g-16101 does not seem to be running inside a container 08:17:39 $ 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 ******** -e ******** ci-base-image-arm64 cat 08:17:40 $ docker top 41a4cf2851b6ea672c847000d6dec11165767ea4c31c79184810386ff452e718 -eo pid,comm 08:17:41 using credential edgex-jenkins-ssh [Pipeline] { [Pipeline] sh 08:17:41 Cloning the remote Git repository 08:17:42 + go version 08:17:42 go version go1.15.5 linux/arm64 [Pipeline] } 08:17:42 $ docker stop --time=1 41a4cf2851b6ea672c847000d6dec11165767ea4c31c79184810386ff452e718 08:17:41 Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git 08:17:41 > git init /w/workspace/go-mod-core-contracts/5 # timeout=10 08:17:42 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 08:17:42 > git --version # timeout=10 08:17:42 > git --version # 'git version 2.24.3' 08:17:42 using GIT_SSH to set credentials SSH Credentials for GitHub 08:17:42 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 08:17:43 Merging remotes/origin/master commit 8563f643fc37abb81146275fdf11a985255f4b0a into PR head commit 505e46a8c3135dace2fb3a8828b0087a5202dc3b 08:17:42 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 08:17:42 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 08:17:42 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 08:17:43 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 08:17:43 using GIT_SSH to set credentials SSH Credentials for GitHub 08:17:43 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/396/head:refs/remotes/origin/PR-396 +refs/heads/master:refs/remotes/origin/master # timeout=10 08:17:43 > git config core.sparsecheckout # timeout=10 08:17:43 > git checkout -f 505e46a8c3135dace2fb3a8828b0087a5202dc3b # timeout=10 08:17:43 $ docker rm -f 41a4cf2851b6ea672c847000d6dec11165767ea4c31c79184810386ff452e718 08:17:44 Merge succeeded, producing 505e46a8c3135dace2fb3a8828b0087a5202dc3b 08:17:44 Checking out Revision 505e46a8c3135dace2fb3a8828b0087a5202dc3b (PR-396) [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 08:17:45 + docker inspect -f . ci-base-image-arm64 08:17:45 . [Pipeline] withDockerContainer 08:17:43 > git remote # timeout=10 08:17:43 > git config --get remote.origin.url # timeout=10 08:17:43 using GIT_SSH to set credentials SSH Credentials for GitHub 08:17:43 > git merge 8563f643fc37abb81146275fdf11a985255f4b0a # timeout=10 08:17:44 > git rev-parse HEAD^{commit} # timeout=10 08:17:44 > git config core.sparsecheckout # timeout=10 08:17:44 > git checkout -f 505e46a8c3135dace2fb3a8828b0087a5202dc3b # timeout=10 08:17:45 prd-ubuntu18.04-docker-arm64-4c-16g-16101 does not seem to be running inside a container 08:17:45 $ 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 ******** -e ******** ci-base-image-arm64 cat 08:17:46 $ docker top fd9e824aebc76f05c1c7220f9cfbb9d7a4fa4609866ef72ac866d2f8235fa7e1 -eo pid,comm [Pipeline] { [Pipeline] sh 08:17:48 + make test 08:17:48 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 08:17:48 Commit message: "refactor(meta): Use range to iterates element for verifying device profile" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 08:17:51 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 08:17:51 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 08:17:52 + true 08:17:52 + sudo service docker restart 08:17:52 Redirecting to /bin/systemctl restart docker.service [Pipeline] unstash [Pipeline] echo 08:17:54 ========================================================= 08:17:54 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 08:17:54 ========================================================= [Pipeline] isUnix [Pipeline] sh 08:17:54 + 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 . 08:17:55 Sending build context to Docker daemon 1.99MB 08:17:55 Step 1/7 : ARG BASE=golang:1.15-alpine 08:17:55 Step 2/7 : FROM ${BASE} 08:17:55 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 08:17:55 188c0c94c7c5: Pulling fs layer 08:17:55 0ef7d3d256c8: Pulling fs layer 08:17:55 de9db76c5a1d: Pulling fs layer 08:17:55 bca2f99d35d6: Pulling fs layer 08:17:55 93359f2a8cfa: Pulling fs layer 08:17:55 7c6f9722023f: Pulling fs layer 08:17:55 a35cf1a2eb13: Pulling fs layer 08:17:55 bca2f99d35d6: Waiting 08:17:55 93359f2a8cfa: Waiting 08:17:55 7c6f9722023f: Waiting 08:17:55 a35cf1a2eb13: Waiting 08:17:55 de9db76c5a1d: Download complete 08:17:55 0ef7d3d256c8: Verifying Checksum 08:17:55 0ef7d3d256c8: Download complete 08:17:55 93359f2a8cfa: Verifying Checksum 08:17:55 93359f2a8cfa: Download complete 08:17:55 7c6f9722023f: Download complete 08:17:56 188c0c94c7c5: Verifying Checksum 08:17:56 188c0c94c7c5: Download complete 08:17:56 188c0c94c7c5: Pull complete 08:17:57 0ef7d3d256c8: Pull complete 08:17:57 de9db76c5a1d: Pull complete 08:18:02 a35cf1a2eb13: Verifying Checksum 08:18:02 a35cf1a2eb13: Download complete 08:18:04 bca2f99d35d6: Verifying Checksum 08:18:04 bca2f99d35d6: Download complete 08:18:10 ? github.com/edgexfoundry/go-mod-core-contracts/clients [no test files] 08:18:10 ok github.com/edgexfoundry/go-mod-core-contracts/clients/agent 0.035s coverage: 85.7% of statements 08:18:10 ok github.com/edgexfoundry/go-mod-core-contracts/clients/command 0.067s coverage: 100.0% of statements 08:18:13 ok github.com/edgexfoundry/go-mod-core-contracts/clients/coredata 0.052s coverage: 45.4% of statements 08:18:13 ok github.com/edgexfoundry/go-mod-core-contracts/clients/general 0.022s coverage: 77.8% of statements 08:18:13 ? github.com/edgexfoundry/go-mod-core-contracts/clients/interfaces [no test files] 08:18:13 ok github.com/edgexfoundry/go-mod-core-contracts/clients/logger 0.034s coverage: 18.6% of statements 08:18:14 ok github.com/edgexfoundry/go-mod-core-contracts/clients/metadata 0.037s coverage: 14.7% of statements 08:18:14 ok github.com/edgexfoundry/go-mod-core-contracts/clients/notifications 0.034s coverage: 100.0% of statements 08:18:14 bca2f99d35d6: Pull complete 08:18:14 93359f2a8cfa: Pull complete 08:18:14 7c6f9722023f: Pull complete 08:18:15 ok github.com/edgexfoundry/go-mod-core-contracts/clients/scheduler 0.087s coverage: 91.8% of statements 08:18:15 ? github.com/edgexfoundry/go-mod-core-contracts/clients/types [no test files] 08:18:15 ? github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/errors [no test files] 08:18:15 ok github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/local 0.014s coverage: 100.0% of statements 08:18:15 ok github.com/edgexfoundry/go-mod-core-contracts/errors 0.022s coverage: 47.8% of statements 08:18:20 a35cf1a2eb13: Pull complete 08:18:20 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 08:18:20 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 08:18:20 ---> a62c8e92a672 08:18:20 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 08:18:20 ---> Running in 259f171cc658 08:18:20 Removing intermediate container 259f171cc658 08:18:20 ---> eef8844f3fb9 08:18:20 Step 4/7 : RUN apk add bash 08:18:20 ---> Running in 61ad4c0875e8 08:18:21 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:18:22 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:18:22 ok github.com/edgexfoundry/go-mod-core-contracts/models 0.121s coverage: 63.0% of statements 08:18:22 ok github.com/edgexfoundry/go-mod-core-contracts/requests/configuration 0.010s coverage: 26.3% of statements 08:18:22 ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/admin 0.055s coverage: 15.4% of statements 08:18:22 ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/operating 0.049s coverage: 15.4% of statements 08:18:22 ok github.com/edgexfoundry/go-mod-core-contracts/responses/configuration 0.025s coverage: 14.3% of statements 08:18:22 ? github.com/edgexfoundry/go-mod-core-contracts/v2 [no test files] 08:18:22 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/http 0.103s coverage: 85.3% of statements 08:18:22 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/http/utils [no test files] 08:18:22 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces [no test files] 08:18:22 OK: 166 MiB in 39 packages 08:18:22 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos 0.072s coverage: 43.5% of statements 08:18:22 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/common 0.051s coverage: 100.0% of statements 08:18:23 Removing intermediate container 61ad4c0875e8 08:18:23 ---> e536e988fc24 08:18:23 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 08:18:23 ---> Running in af15543558d0 08:18:23 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/requests 0.055s coverage: 94.4% of statements 08:18:23 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/responses 0.021s coverage: 100.0% of statements 08:18:23 ? github.com/edgexfoundry/go-mod-core-contracts/v2/models [no test files] 08:18:24 Removing intermediate container af15543558d0 08:18:24 ---> 0cb7260bce5e 08:18:24 Step 6/7 : COPY go.mod . 08:18:24 CGO_ENABLED=0 GO111MODULE=on go vet ./... 08:18:24 ---> 0ca335b807b5 08:18:24 Step 7/7 : RUN go mod download 08:18:24 ---> Running in 1c0ff9578dad 08:18:29 gofmt -l . 08:18:29 [ "`gofmt -l .`" = "" ] [Pipeline] } 08:18:30 $ docker stop --time=1 fd9e824aebc76f05c1c7220f9cfbb9d7a4fa4609866ef72ac866d2f8235fa7e1 08:18:32 $ docker rm -f fd9e824aebc76f05c1c7220f9cfbb9d7a4fa4609866ef72ac866d2f8235fa7e1 [Pipeline] // withDockerContainer [Pipeline] sh 08:18:33 + sudo chown -R jenkins:jenkins . [Pipeline] stash 08:18:33 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] } 08:18:39 Removing intermediate container 1c0ff9578dad 08:18:39 ---> dc985a6fc76c 08:18:39 Successfully built dc985a6fc76c 08:18:39 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 08:18:40 + docker inspect -f . ci-base-image-x86_64 08:18:40 . [Pipeline] withDockerContainer 08:18:41 prd-centos7-docker-4c-2g-16102 does not seem to be running inside a container 08:18: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 08:18:42 $ docker top 4e64f8ca9340c52ef44d93c3a6b2393f1a2bdbba6740887814435ac49a358883 -eo pid,comm [Pipeline] { [Pipeline] sh 08:18:43 + go version 08:18:43 go version go1.15.5 linux/amd64 [Pipeline] } 08:18:43 $ docker stop --time=1 4e64f8ca9340c52ef44d93c3a6b2393f1a2bdbba6740887814435ac49a358883 08:18:44 $ docker rm -f 4e64f8ca9340c52ef44d93c3a6b2393f1a2bdbba6740887814435ac49a358883 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 08:18:45 + docker inspect -f . ci-base-image-x86_64 08:18:45 . [Pipeline] withDockerContainer 08:18:45 prd-centos7-docker-4c-2g-16102 does not seem to be running inside a container 08:18:46 $ 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 08:18:47 $ docker top 27a581c18e52482ca28b6e184dac137b98093d2aab70dee90ddae43bd167323b -eo pid,comm [Pipeline] { [Pipeline] sh 08:18:48 + make test 08:18:48 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 08:19:02 ? github.com/edgexfoundry/go-mod-core-contracts/clients [no test files] 08:19:02 ok github.com/edgexfoundry/go-mod-core-contracts/clients/agent 0.031s coverage: 85.7% of statements 08:19:02 ok github.com/edgexfoundry/go-mod-core-contracts/clients/command 0.019s coverage: 100.0% of statements 08:19:02 ok github.com/edgexfoundry/go-mod-core-contracts/clients/coredata 0.066s coverage: 45.4% of statements 08:19:02 ok github.com/edgexfoundry/go-mod-core-contracts/clients/general 0.026s coverage: 77.8% of statements 08:19:02 ? github.com/edgexfoundry/go-mod-core-contracts/clients/interfaces [no test files] 08:19:03 ok github.com/edgexfoundry/go-mod-core-contracts/clients/logger 0.038s coverage: 18.6% of statements 08:19:04 ok github.com/edgexfoundry/go-mod-core-contracts/clients/metadata 0.049s coverage: 14.7% of statements 08:19:04 ok github.com/edgexfoundry/go-mod-core-contracts/clients/notifications 0.017s coverage: 100.0% of statements 08:19:04 ok github.com/edgexfoundry/go-mod-core-contracts/clients/scheduler 0.044s coverage: 91.8% of statements 08:19:04 ? github.com/edgexfoundry/go-mod-core-contracts/clients/types [no test files] 08:19:04 ? github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/errors [no test files] 08:19:04 ok github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/local 0.006s coverage: 100.0% of statements 08:19:05 ok github.com/edgexfoundry/go-mod-core-contracts/errors 0.007s coverage: 47.8% of statements 08:19:08 ok github.com/edgexfoundry/go-mod-core-contracts/models 0.028s coverage: 63.0% of statements 08:19:08 ok github.com/edgexfoundry/go-mod-core-contracts/requests/configuration 0.022s coverage: 26.3% of statements 08:19:08 ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/admin 0.013s coverage: 15.4% of statements 08:19:08 ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/operating 0.007s coverage: 15.4% of statements 08:19:08 ok github.com/edgexfoundry/go-mod-core-contracts/responses/configuration 0.021s coverage: 14.3% of statements 08:19:08 ? github.com/edgexfoundry/go-mod-core-contracts/v2 [no test files] 08:19:09 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/http 0.091s coverage: 85.3% of statements 08:19:09 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/http/utils [no test files] 08:19:09 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces [no test files] 08:19:09 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos 0.016s coverage: 43.5% of statements 08:19:09 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/common 0.025s coverage: 100.0% of statements 08:19:09 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/requests 0.041s coverage: 94.4% of statements 08:19:10 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/responses 0.009s coverage: 100.0% of statements 08:19:10 ? github.com/edgexfoundry/go-mod-core-contracts/v2/models [no test files] 08:19:10 CGO_ENABLED=0 GO111MODULE=on go vet ./... 08:19:13 gofmt -l . 08:19:13 [ "`gofmt -l .`" = "" ] [Pipeline] } 08:19:13 $ docker stop --time=1 27a581c18e52482ca28b6e184dac137b98093d2aab70dee90ddae43bd167323b 08:19:15 $ docker rm -f 27a581c18e52482ca28b6e184dac137b98093d2aab70dee90ddae43bd167323b [Pipeline] // withDockerContainer [Pipeline] sh 08:19:16 + sudo chown -R jenkins:jenkins . [Pipeline] stash 08:19:16 Warning: overwriting stash ‘coverage-report’ 08:19:17 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] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 08:19:19 provisioning config files... 08:19:19 copy managed file [go-mod-core-contracts-codecov-token] to file:/w/workspace/dry_go-mod-core-contracts_PR-396@tmp/config6824341224230695373tmp [Pipeline] { [Pipeline] sh 08:19:19 + set +x 08:19:19 + curl -s https://codecov.io/bash 08:19:19 + bash -s -- 08:19:20 08:19:20 _____ _ 08:19:20 / ____| | | 08:19:20 | | ___ __| | ___ ___ _____ __ 08:19:20 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 08:19:20 | |___| (_) | (_| | __/ (_| (_) \ V / 08:19:20 \_____\___/ \__,_|\___|\___\___/ \_/ 08:19:20 Bash-20201130-cc6d3fe 08:19:20 08:19:20 08:19:20 ==> Jenkins CI detected. 08:19:20 project root: . 08:19:20 --> token set from env 08:19:20 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 08:19:20 ==> Running gcov in . (disable via -X gcov) 08:19:20 ==> Python coveragepy not found 08:19:20 ==> Searching for coverage reports in: 08:19:20 + . 08:19:20 -> Found 1 reports 08:19:20 ==> Detecting git/mercurial file structure 08:19:20 ==> Reading reports 08:19:20 + ./coverage.out bytes=113695 08:19:20 ==> Appending adjustments 08:19:20 https://docs.codecov.io/docs/fixing-reports 08:19:20 + Found adjustments 08:19:20 ==> Gzipping contents 08:19:20 20K /tmp/codecov.mGnNto.gz 08:19:20 ==> Uploading reports 08:19:20 url: https://codecov.io 08:19:20 query: branch=PR-396&commit=505e46a8c3135dace2fb3a8828b0087a5202dc3b&build=5&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2FPR-396%2F5%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=396&job=&cmd_args= 08:19:20 -> Pinging Codecov 08:19:20 https://codecov.io/upload/v4?package=bash-20201130-cc6d3fe&token=secret&branch=PR-396&commit=505e46a8c3135dace2fb3a8828b0087a5202dc3b&build=5&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2FPR-396%2F5%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=396&job=&cmd_args= 08:19:21 -> Uploading to 08:19:21 https://storage.googleapis.com/codecov/v4/raw/2020-12-15/71470A77251A30514AAF9C0BB2E5B6CE/505e46a8c3135dace2fb3a8828b0087a5202dc3b/91a8b9df-3137-4bc8-8c2d-a99175876bcc.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20201215%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20201215T081921Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=f9375ad419cbd5560d036f8f3305a97aa702a576587df5f59d61a5ca07432e63 08:19:21 % Total % Received % Xferd Average Speed Time Time Time Current 08:19:21 Dload Upload Total Spent Left Speed 08:19:21 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 18189 0 0 100 18189 0 38901 --:--:-- --:--:-- --:--:-- 38865 100 18189 0 0 100 18189 0 38889 --:--:-- --:--:-- --:--:-- 38865 08:19:21 -> View reports at https://codecov.io/github/edgexfoundry/go-mod-core-contracts/commit/505e46a8c3135dace2fb3a8828b0087a5202dc3b [Pipeline] } 08:19:21 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 08:19:24 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 08:19:24 ---> package-listing.sh 08:19:24 ++ facter osfamily 08:19:24 ++ tr '[:upper:]' '[:lower:]' 08:19:24 + OS_FAMILY=redhat 08:19:24 + workspace=/w/workspace/dry_go-mod-core-contracts_PR-396 08:19:24 + START_PACKAGES=/tmp/packages_start.txt 08:19:24 + END_PACKAGES=/tmp/packages_end.txt 08:19:24 + DIFF_PACKAGES=/tmp/packages_diff.txt 08:19:24 + PACKAGES=/tmp/packages_start.txt 08:19:24 + '[' /w/workspace/dry_go-mod-core-contracts_PR-396 ']' 08:19:24 + PACKAGES=/tmp/packages_end.txt 08:19:24 + case "${OS_FAMILY}" in 08:19:24 + rpm -qa 08:19:24 + sort 08:19:29 + '[' -f /tmp/packages_start.txt ']' 08:19:29 + '[' -f /tmp/packages_end.txt ']' 08:19:29 + diff /tmp/packages_start.txt /tmp/packages_end.txt 08:19:29 + '[' /w/workspace/dry_go-mod-core-contracts_PR-396 ']' 08:19:29 + mkdir -p /w/workspace/dry_go-mod-core-contracts_PR-396/archives/ 08:19:29 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dry_go-mod-core-contracts_PR-396/archives/ [Pipeline] echo 08:19:29 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-396/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 08:19:29 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 08:19:29 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 08:19:29 08:19:29 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 08:19:30 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 08:19:30 alpine: Pulling from edgex-lftools-log-publisher 08:19:30 df20fa9351a1: Pulling fs layer 08:19:30 36b3adc4ff6f: Pulling fs layer 08:19:30 8ad3a11d3b57: Pulling fs layer 08:19:30 46f8f816bc3b: Pulling fs layer 08:19:30 93b61091891f: Pulling fs layer 08:19:30 93b9cdb0e59b: Pulling fs layer 08:19:30 5e14af77c1be: Pulling fs layer 08:19:30 01666e4c0597: Pulling fs layer 08:19:30 aa168da1d23b: Pulling fs layer 08:19:30 46f8f816bc3b: Waiting 08:19:30 93b61091891f: Waiting 08:19:30 93b9cdb0e59b: Waiting 08:19:30 5e14af77c1be: Waiting 08:19:30 01666e4c0597: Waiting 08:19:30 36b3adc4ff6f: Download complete 08:19:30 46f8f816bc3b: Verifying Checksum 08:19:30 46f8f816bc3b: Download complete 08:19:30 df20fa9351a1: Verifying Checksum 08:19:30 df20fa9351a1: Download complete 08:19:30 93b9cdb0e59b: Verifying Checksum 08:19:30 93b9cdb0e59b: Download complete 08:19:30 5e14af77c1be: Verifying Checksum 08:19:30 5e14af77c1be: Download complete 08:19:30 93b61091891f: Verifying Checksum 08:19:30 93b61091891f: Download complete 08:19:30 01666e4c0597: Verifying Checksum 08:19:30 01666e4c0597: Download complete 08:19:30 8ad3a11d3b57: Verifying Checksum 08:19:30 8ad3a11d3b57: Download complete 08:19:30 df20fa9351a1: Pull complete 08:19:30 36b3adc4ff6f: Pull complete 08:19:31 8ad3a11d3b57: Pull complete 08:19:31 46f8f816bc3b: Pull complete 08:19:32 aa168da1d23b: Verifying Checksum 08:19:32 93b61091891f: Pull complete 08:19:32 93b9cdb0e59b: Pull complete 08:19:32 5e14af77c1be: Pull complete 08:19:33 01666e4c0597: Pull complete 08:19:39 aa168da1d23b: Pull complete 08:19:39 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 08:19:39 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 08:19:39 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 08:19:40 prd-centos7-docker-4c-2g-16100 does not seem to be running inside a container 08:19:40 $ 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-396/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-396 -v /w/workspace/dry_go-mod-core-contracts_PR-396:/w/workspace/dry_go-mod-core-contracts_PR-396:rw,z -v /w/workspace/dry_go-mod-core-contracts_PR-396@tmp:/w/workspace/dry_go-mod-core-contracts_PR-396@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 08:19:43 $ docker top ae3cf3491afa93a5ddc65741ce8c1cf8fded348616d7072be88691a1e96ab237 -eo pid,comm [Pipeline] { [Pipeline] sh 08:19:43 + touch /tmp/pre-build-complete [Pipeline] sh 08:19:44 + mkdir -p /var/log/sa [Pipeline] sh 08:19:44 + ls /var/log/sa-host 08:19:44 + sadf -c /var/log/sa-host/sa15 08:19:44 file_magic: OK 08:19:44 HZ: Using current value: 100 08:19:44 file_header: OK 08:19:44 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 08:19:44 Statistics: 08:19:44 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 08:19:44 File successfully converted to sysstat format version 12.2.1 08:19:44 + sadf -c /var/log/sa-host/sa23 08:19:44 file_magic: OK 08:19:44 HZ: Using current value: 100 08:19:44 file_header: OK 08:19:44 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 08:19:44 Statistics: 08:19:44 Hnuu...uuuununununu... 08:19:44 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 08:19:45 provisioning config files... 08:19:45 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dry_go-mod-core-contracts_PR-396@tmp/config1811879269324967393tmp [Pipeline] { [Pipeline] echo 08:19:45 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 08:19:45 ---> create-netrc.sh [Pipeline] } 08:19:45 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 08:19:45 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 08:19:46 ---> python-tools-install.sh [Pipeline] echo 08:19:46 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 08:19:46 ---> sudo-logs.sh 08:19:46 Archiving 'sudo' log.. [Pipeline] echo 08:19:46 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 08:19:46 ---> job-cost.sh 08:19:46 lf-activate-venv: SKIPPING 08:19:46 INFO: No Stack... 08:19:47 INFO: Retrieving Pricing Info for: v1-standard-2 08:19:48 INFO: Archiving Costs [Pipeline] echo 08:19:48 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 08:19:48 ---> logs-deploy.sh 08:19:48 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/PR-396/5 08:19:48 INFO: archiving workspace using pattern(s): 08:19:49 Archives upload complete. 08:19:50 INFO: archiving logs to Nexus 08:19:51 ---> uname -a: 08:19:51 Linux prd-centos7-docker-4c-2g-16100.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 08:19:51 08:19:51 08:19:51 ---> lscpu: 08:19:51 Architecture: x86_64 08:19:51 CPU op-mode(s): 32-bit, 64-bit 08:19:51 Byte Order: Little Endian 08:19:51 Address sizes: 40 bits physical, 48 bits virtual 08:19:51 CPU(s): 4 08:19:51 On-line CPU(s) list: 0-3 08:19:51 Thread(s) per core: 1 08:19:51 Core(s) per socket: 1 08:19:51 Socket(s): 4 08:19:51 NUMA node(s): 1 08:19:51 Vendor ID: GenuineIntel 08:19:51 CPU family: 6 08:19:51 Model: 44 08:19:51 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 08:19:51 Stepping: 1 08:19:51 CPU MHz: 2933.438 08:19:51 BogoMIPS: 5866.87 08:19:51 Virtualization: VT-x 08:19:51 Hypervisor vendor: KVM 08:19:51 Virtualization type: full 08:19:51 L1d cache: 128 KiB 08:19:51 L1i cache: 128 KiB 08:19:51 L2 cache: 16 MiB 08:19:51 L3 cache: 64 MiB 08:19:51 NUMA node0 CPU(s): 0-3 08:19:51 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 08:19:51 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 08:19:51 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 08:19:51 Vulnerability Meltdown: Mitigation; PTI 08:19:51 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 08:19:51 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 08:19:51 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 08:19:51 Vulnerability Srbds: Not affected 08:19:51 Vulnerability Tsx async abort: Not affected 08:19:51 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 08:19:51 08:19:51 08:19:51 ---> nproc: 08:19:51 4 08:19:51 08:19:51 08:19:51 ---> df -h: 08:19:51 Filesystem Size Used Available Use% Mounted on 08:19:51 overlay 50.0G 7.3G 42.7G 15% / 08:19:51 tmpfs 64.0M 0 64.0M 0% /dev 08:19:51 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 08:19:51 shm 64.0M 0 64.0M 0% /dev/shm 08:19:51 /dev/vda1 50.0G 7.3G 42.7G 15% /facter-os 08:19:51 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/resolv.conf 08:19:51 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hostname 08:19:51 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hosts 08:19:51 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/dry_go-mod-core-contracts_PR-396 08:19:51 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/dry_go-mod-core-contracts_PR-396@tmp 08:19:51 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/sa-host 08:19:51 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/secure 08:19:51 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/auth.log 08:19:51 /dev/vda1 50.0G 7.3G 42.7G 15% /run/cloud-init/result.json 08:19:51 08:19:51 08:19:51 ---> free -m: 08:19:51 total used free shared buff/cache available 08:19:51 Mem: 1837 693 109 0 1034 1039 08:19:51 Swap: 1023 1 1022 08:19:51 08:19:51 08:19:51 ---> ip addr: 08:19:51 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 08:19:51 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 08:19:51 inet 127.0.0.1/8 scope host lo 08:19:51 valid_lft forever preferred_lft forever 08:19:51 inet6 ::1/128 scope host 08:19:51 valid_lft forever preferred_lft forever 08:19:51 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 08:19:51 link/ether fa:16:3e:5d:5c:f2 brd ff:ff:ff:ff:ff:ff 08:19:51 inet 10.30.122.118/23 brd 10.30.123.255 scope global dynamic eth0 08:19:51 valid_lft 86006sec preferred_lft 86006sec 08:19:51 inet6 fe80::f816:3eff:fe5d:5cf2/64 scope link 08:19:51 valid_lft forever preferred_lft forever 08:19:51 3: docker0: mtu 1500 qdisc noqueue state DOWN 08:19:51 link/ether 02:42:4b:de:5e:74 brd ff:ff:ff:ff:ff:ff 08:19:51 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 08:19:51 valid_lft forever preferred_lft forever 08:19:51 inet6 fe80::42:4bff:fede:5e74/64 scope link 08:19:51 valid_lft forever preferred_lft forever 08:19:51 08:19:51 08:19:51 ---> sar -b -r -n DEV: 08:19:51 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 12/15/20 _x86_64_ (4 CPU) 08:19:51 08:19:51 08:13:04 LINUX RESTART (4 CPU) 08:19:51 08:19:51 08:14:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 08:19:51 08:15:01 13.10 5.11 7.99 0.00 1150.85 240.24 0.00 08:19:51 08:16:01 1.85 0.00 1.85 0.00 0.00 37.52 0.00 08:19:51 08:17:01 0.23 0.00 0.23 0.00 0.00 3.15 0.00 08:19:51 08:18:02 0.38 0.00 0.38 0.00 0.00 5.40 0.00 08:19:51 08:19:01 0.22 0.00 0.22 0.00 0.00 2.68 0.00 08:19:51 Average: 3.17 1.03 2.14 0.00 230.99 57.99 0.00 08:19:51 08:19:51 08:14:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 08:19:51 08:15:01 151624 0 589656 31.34 2620 1137644 1105804 37.74 417460 1111784 24 08:19:51 08:16:01 157112 0 584164 31.05 2620 1137648 1075128 36.69 417868 1107344 12 08:19:51 08:17:01 156408 0 584860 31.08 2620 1137656 1075296 36.70 420992 1105052 8 08:19:51 08:18:02 155316 0 585952 31.14 2620 1137656 1075272 36.70 422524 1104540 8 08:19:51 08:19:01 152624 0 588636 31.28 2620 1137664 1075200 36.69 428620 1100892 8 08:19:51 Average: 154617 0 586654 31.18 2620 1137654 1081340 36.90 421493 1105922 12 08:19:51 08:19:51 08:14:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 08:19:51 08:15:01 eth0 27.12 25.07 40.80 28.55 0.00 0.00 0.00 0.00 08:19:51 08:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:19:51 08:15:01 docker0 6.24 4.08 1.39 14.25 0.00 0.00 0.00 0.00 08:19:51 08:16:01 eth0 0.67 0.08 0.06 0.01 0.00 0.00 0.00 0.00 08:19:51 08:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:19:51 08:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:19:51 08:17:01 eth0 1.07 0.32 0.32 0.20 0.00 0.00 0.00 0.00 08:19:51 08:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:19:51 08:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:19:51 08:18:02 eth0 0.53 0.42 0.27 0.21 0.00 0.00 0.00 0.00 08:19:51 08:18:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:19:51 08:18:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:19:51 08:19:01 eth0 0.12 0.08 0.08 0.07 0.00 0.00 0.00 0.00 08:19:51 08:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:19:51 08:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:19:51 Average: eth0 5.92 5.21 8.34 5.83 0.00 0.00 0.00 0.00 08:19:51 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:19:51 Average: docker0 1.25 0.82 0.28 2.86 0.00 0.00 0.00 0.00 08:19:51 08:19:51 08:19:51 ---> sar -P ALL: 08:19:51 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 12/15/20 _x86_64_ (4 CPU) 08:19:51 08:19:51 08:13:04 LINUX RESTART (4 CPU) 08:19:51 08:19:51 08:14:01 CPU %user %nice %system %iowait %steal %idle 08:19:51 08:15:01 all 1.45 0.00 0.90 0.25 0.00 97.40 08:19:51 08:15:01 0 1.70 0.00 0.95 0.08 0.00 97.26 08:19:51 08:15:01 1 1.50 0.00 0.83 0.03 0.00 97.63 08:19:51 08:15:01 2 1.27 0.00 0.98 0.10 0.00 97.65 08:19:51 08:15:01 3 1.34 0.00 0.82 0.77 0.00 97.08 08:19:51 08:16:01 all 0.15 0.00 0.04 0.00 0.00 99.81 08:19:51 08:16:01 0 0.40 0.00 0.03 0.00 0.00 99.57 08:19:51 08:16:01 1 0.02 0.00 0.05 0.00 0.02 99.92 08:19:51 08:16:01 2 0.13 0.00 0.03 0.00 0.00 99.83 08:19:51 08:16:01 3 0.05 0.00 0.03 0.00 0.00 99.92 08:19:51 08:17:01 all 0.17 0.00 0.07 0.00 0.00 99.76 08:19:51 08:17:01 0 0.03 0.00 0.07 0.00 0.00 99.90 08:19:51 08:17:01 1 0.05 0.00 0.05 0.00 0.00 99.90 08:19:51 08:17:01 2 0.53 0.00 0.07 0.00 0.00 99.40 08:19:51 08:17:01 3 0.07 0.00 0.10 0.00 0.00 99.83 08:19:51 08:18:02 all 0.14 0.00 0.03 0.00 0.00 99.83 08:19:51 08:18:02 0 0.03 0.00 0.02 0.00 0.00 99.95 08:19:51 08:18:02 1 0.03 0.00 0.03 0.00 0.00 99.93 08:19:51 08:18:02 2 0.43 0.00 0.02 0.00 0.00 99.55 08:19:51 08:18:02 3 0.05 0.00 0.05 0.00 0.00 99.90 08:19:51 08:19:01 all 0.14 0.00 0.05 0.00 0.00 99.81 08:19:51 08:19:01 0 0.02 0.00 0.02 0.00 0.00 99.97 08:19:51 08:19:01 1 0.05 0.00 0.03 0.00 0.00 99.92 08:19:51 08:19:01 2 0.46 0.00 0.03 0.00 0.00 99.51 08:19:51 08:19:01 3 0.03 0.00 0.12 0.00 0.00 99.85 08:19:51 Average: all 0.41 0.00 0.22 0.05 0.00 99.32 08:19:51 Average: 0 0.44 0.00 0.22 0.02 0.00 99.33 08:19:51 Average: 1 0.33 0.00 0.20 0.01 0.00 99.46 08:19:51 Average: 2 0.57 0.00 0.23 0.02 0.00 99.19 08:19:51 Average: 3 0.31 0.00 0.22 0.15 0.00 99.31 08:19:51 08:19:51 08:19:51