Pull request #401 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 17bd62774d2a16c58141e8949cc3c0752ba8a77c rather than 82a2310ec686e2280fe4ea9cae2095ebd29d19c0 Obtained Jenkinsfile from 17bd62774d2a16c58141e8949cc3c0752ba8a77c 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-16310 in /w/workspace/dry_go-mod-core-contracts_PR-401 [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-401 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit 17bd62774d2a16c58141e8949cc3c0752ba8a77c into PR head commit 82a2310ec686e2280fe4ea9cae2095ebd29d19c0 Merge succeeded, producing 82a2310ec686e2280fe4ea9cae2095ebd29d19c0 Checking out Revision 82a2310ec686e2280fe4ea9cae2095ebd29d19c0 (PR-401) > 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/401/head:refs/remotes/origin/PR-401 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 82a2310ec686e2280fe4ea9cae2095ebd29d19c0 # 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 17bd62774d2a16c58141e8949cc3c0752ba8a77c # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 82a2310ec686e2280fe4ea9cae2095ebd29d19c0 # timeout=10 Commit message: "refactor: Extract the valueType checking func as validation Tag" First time build. Skipping changelog. > git rev-list --no-walk 0d1d8e50482601e5103b82a90a1d0c7281665dfe # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 09:26:35 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 09:26:36 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 09:26:36 ========================================================= 09:26:36 EdgeX Global Pipelines Version Info 09:26:36 ========================================================= [Pipeline] libraryResource [Pipeline] sh 09:26:38 ------------------- 09:26:38 stable info: 09:26:38 ------------------- 09:26:38 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 09:26:38 Commit SHA: 025b6483f761633eb525fab7d6a8b6537d6ee4a4 09:26:38 Message: update stable to v1.0.172 09:26:38 ------------------- 09:26:38 experimental info: 09:26:38 ------------------- 09:26:38 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 09:26:38 Commit SHA: 025b6483f761633eb525fab7d6a8b6537d6ee4a4 09:26:38 Message: update experimental to v1.0.172 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 09:26:39 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-core-contracts-settings [Pipeline] echo 09:26:39 [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-core-contracts [Pipeline] echo 09:26:39 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 09:26:39 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 09:26:39 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 09:26:39 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 09:26:39 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 09:26:39 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 09:26:39 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 09:26:40 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 09:26:40 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 09:26:40 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-core-contracts [Pipeline] echo 09:26:40 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 09:26:40 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 09:26:40 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 09:26:41 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 09:26:41 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 09:26:41 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 09:26:41 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = patch [Pipeline] echo 09:26:41 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 09:26:41 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 09:26:41 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 09:26:41 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 09:26:41 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 09:26:41 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 09:26:42 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 09:26:42 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-401 [Pipeline] echo 09:26:42 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-401 [Pipeline] echo 09:26:42 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-401 [Pipeline] echo 09:26:42 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 82a2310ec686e2280fe4ea9cae2095ebd29d19c0 [Pipeline] echo 09:26:42 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 82a2310 [Pipeline] echo 09:26:42 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 09:26:43 + git log --format=format:%s -1 82a2310ec686e2280fe4ea9cae2095ebd29d19c0 [Pipeline] echo 09:26:43 GIT_COMMIT: 82a2310ec686e2280fe4ea9cae2095ebd29d19c0, Commit Message: refactor: Extract the valueType checking func as validation Tag [Pipeline] echo 09:26:43 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 09:26:44 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 09:26:44 09:26:44 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 09:26:44 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 09:26:44 latest: Pulling from edgex-devops/git-semver 09:26:44 31603596830f: Pulling fs layer 09:26:44 2a8b12db71e7: Pulling fs layer 09:26:44 6ca5941a6612: Pulling fs layer 09:26:44 ecc8261a40a4: Pulling fs layer 09:26:44 ecc8261a40a4: Waiting 09:26:44 2a8b12db71e7: Verifying Checksum 09:26:44 2a8b12db71e7: Download complete 09:26:45 31603596830f: Verifying Checksum 09:26:45 31603596830f: Download complete 09:26:45 ecc8261a40a4: Verifying Checksum 09:26:45 ecc8261a40a4: Download complete 09:26:45 6ca5941a6612: Verifying Checksum 09:26:45 6ca5941a6612: Download complete 09:26:45 31603596830f: Pull complete 09:26:45 2a8b12db71e7: Pull complete 09:26:46 6ca5941a6612: Pull complete 09:26:46 ecc8261a40a4: Pull complete 09:26:46 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 09:26:46 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 09:26:46 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 09:26:46 prd-centos7-docker-4c-2g-16310 does not seem to be running inside a container 09:26:47 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_go-mod-core-contracts_PR-401 -v /w/workspace/dry_go-mod-core-contracts_PR-401:/w/workspace/dry_go-mod-core-contracts_PR-401:rw,z -v /w/workspace/dry_go-mod-core-contracts_PR-401@tmp:/w/workspace/dry_go-mod-core-contracts_PR-401@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 09:26:48 $ docker top 72770d31e7796692b28c2c55ec751fb7d8d7e9e76dfc01552b31f169638705c2 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 09:26:49 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 09:26:49 [ssh-agent] Looking for ssh-agent implementation... 09:26:49 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 09:26:49 $ docker exec 72770d31e7796692b28c2c55ec751fb7d8d7e9e76dfc01552b31f169638705c2 ssh-agent 09:26:49 SSH_AUTH_SOCK=/tmp/ssh-Xp2izeFFGToP/agent.11 09:26:49 SSH_AGENT_PID=16 09:26:49 Running ssh-add (command line suppressed) 09:26:49 Identity added: /w/workspace/dry_go-mod-core-contracts_PR-401@tmp/private_key_4982787831696581411.key (/w/workspace/dry_go-mod-core-contracts_PR-401@tmp/private_key_4982787831696581411.key) 09:26:49 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 09:26:50 + git tag --points-at HEAD [Pipeline] } 09:26:50 $ docker exec --env ******** --env ******** 72770d31e7796692b28c2c55ec751fb7d8d7e9e76dfc01552b31f169638705c2 ssh-agent -k 09:26:50 unset SSH_AUTH_SOCK; 09:26:50 unset SSH_AGENT_PID; 09:26:50 echo Agent pid 16 killed; 09:26:50 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 09:26:50 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 09:26:50 [ssh-agent] Looking for ssh-agent implementation... 09:26:50 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 09:26:50 $ docker exec 72770d31e7796692b28c2c55ec751fb7d8d7e9e76dfc01552b31f169638705c2 ssh-agent 09:26:50 SSH_AUTH_SOCK=/tmp/ssh-R1BduUKJi2A6/agent.46 09:26:50 SSH_AGENT_PID=51 09:26:50 Running ssh-add (command line suppressed) 09:26:51 Identity added: /w/workspace/dry_go-mod-core-contracts_PR-401@tmp/private_key_8368322570126488275.key (/w/workspace/dry_go-mod-core-contracts_PR-401@tmp/private_key_8368322570126488275.key) 09:26:51 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 09:26:51 + git semver init 09:26:51 # -> Open(): unable to determine branch for HEAD 09:26:51 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_PR-401/.git 09:26:51 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_PR-401 09:26:51 # $SEMVER_REMOTE_NAME = origin 09:26:51 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 09:26:51 # $SEMVER_USER_NAME = edgex-jenkins 09:26:51 # $SEMVER_BRANCH = PR-401 09:26:51 # $SEMVER_TEMP = /tmp/semver-039526092 09:26:51 # git clone --branch semver git@github.com:edgexfoundry/go-mod-core-contracts.git $SEMVER_TEMP 09:26:52 # '/tmp/semver-039526092' -> '/w/workspace/dry_go-mod-core-contracts_PR-401/.semver' 09:26:52 # -> Force: false 09:26:52 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_PR-401/.semver [Pipeline] } 09:26:52 $ docker exec --env ******** --env ******** 72770d31e7796692b28c2c55ec751fb7d8d7e9e76dfc01552b31f169638705c2 ssh-agent -k 09:26:52 unset SSH_AUTH_SOCK; 09:26:52 unset SSH_AGENT_PID; 09:26:52 echo Agent pid 51 killed; 09:26:52 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 09:26:52 + git semver [Pipeline] } 09:26:52 $ docker stop --time=1 72770d31e7796692b28c2c55ec751fb7d8d7e9e76dfc01552b31f169638705c2 09:26:54 $ docker rm -f 72770d31e7796692b28c2c55ec751fb7d8d7e9e76dfc01552b31f169638705c2 [Pipeline] // withDockerContainer [Pipeline] sh 09:26:55 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 09:26:55 Stashed 1 file(s) [Pipeline] echo 09:26:55 [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 09:27:11 Still waiting to schedule task 09:27:11 ‘prd-centos7-docker-4c-2g-15505’ is offline; ‘prd-centos7-docker-4c-2g-16308’ is offline; ‘prd-centos7-docker-4c-2g-16312’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-16309’ doesn’t have label ‘centos7-docker-4c-2g’ 09:27:11 Still waiting to schedule task 09:27:11 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 09:27:18 Running on prd-centos7-docker-4c-2g-16312 in /w/workspace/dry_go-mod-core-contracts_PR-401 [Pipeline] { [Pipeline] ws 09:27:18 Running in /w/workspace/go-mod-core-contracts/4 [Pipeline] { [Pipeline] checkout 09:27:21 using credential edgex-jenkins-ssh 09:27:21 Cloning the remote Git repository 09:27:21 Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git 09:27:21 > git init /w/workspace/go-mod-core-contracts/4 # timeout=10 09:27:21 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 09:27:21 > git --version # timeout=10 09:27:21 > git --version # 'git version 2.24.3' 09:27:21 using GIT_SSH to set credentials SSH Credentials for GitHub 09:27:21 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 09:27:22 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 09:27:22 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 09:27:22 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 09:27:22 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 09:27:22 using GIT_SSH to set credentials SSH Credentials for GitHub 09:27:22 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/401/head:refs/remotes/origin/PR-401 +refs/heads/master:refs/remotes/origin/master # timeout=10 09:27:22 Merging remotes/origin/master commit 17bd62774d2a16c58141e8949cc3c0752ba8a77c into PR head commit 82a2310ec686e2280fe4ea9cae2095ebd29d19c0 09:27:23 Merge succeeded, producing 82a2310ec686e2280fe4ea9cae2095ebd29d19c0 09:27:23 Checking out Revision 82a2310ec686e2280fe4ea9cae2095ebd29d19c0 (PR-401) 09:27:22 > git config core.sparsecheckout # timeout=10 09:27:22 > git checkout -f 82a2310ec686e2280fe4ea9cae2095ebd29d19c0 # timeout=10 09:27:22 > git remote # timeout=10 09:27:22 > git config --get remote.origin.url # timeout=10 09:27:22 using GIT_SSH to set credentials SSH Credentials for GitHub 09:27:22 > git merge 17bd62774d2a16c58141e8949cc3c0752ba8a77c # timeout=10 09:27:23 > git rev-parse HEAD^{commit} # timeout=10 09:27:23 > git config core.sparsecheckout # timeout=10 09:27:23 > git checkout -f 82a2310ec686e2280fe4ea9cae2095ebd29d19c0 # timeout=10 09:27:26 Commit message: "refactor: Extract the valueType checking func as validation Tag" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 09:27:27 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 09:27:28 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 09:27:28 + sudo service docker restart 09:27:28 + true 09:27:28 Redirecting to /bin/systemctl restart docker.service [Pipeline] unstash [Pipeline] echo 09:27:29 ========================================================= 09:27:29 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 09:27:29 ========================================================= [Pipeline] isUnix [Pipeline] sh 09:27:30 + 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 . 09:27:30 Sending build context to Docker daemon 2.022MB 09:27:30 Step 1/7 : ARG BASE=golang:1.15-alpine 09:27:30 Step 2/7 : FROM ${BASE} 09:27:30 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 09:27:30 188c0c94c7c5: Pulling fs layer 09:27:30 0ef7d3d256c8: Pulling fs layer 09:27:30 de9db76c5a1d: Pulling fs layer 09:27:30 bca2f99d35d6: Pulling fs layer 09:27:30 93359f2a8cfa: Pulling fs layer 09:27:30 7c6f9722023f: Pulling fs layer 09:27:30 a35cf1a2eb13: Pulling fs layer 09:27:30 bca2f99d35d6: Waiting 09:27:30 93359f2a8cfa: Waiting 09:27:30 7c6f9722023f: Waiting 09:27:30 a35cf1a2eb13: Waiting 09:27:30 de9db76c5a1d: Verifying Checksum 09:27:30 de9db76c5a1d: Download complete 09:27:30 0ef7d3d256c8: Download complete 09:27:30 93359f2a8cfa: Download complete 09:27:30 7c6f9722023f: Verifying Checksum 09:27:30 7c6f9722023f: Download complete 09:27:31 188c0c94c7c5: Verifying Checksum 09:27:31 188c0c94c7c5: Download complete 09:27:32 188c0c94c7c5: Pull complete 09:27:32 0ef7d3d256c8: Pull complete 09:27:32 de9db76c5a1d: Pull complete 09:27:35 a35cf1a2eb13: Verifying Checksum 09:27:35 a35cf1a2eb13: Download complete 09:27:35 bca2f99d35d6: Download complete 09:27:41 bca2f99d35d6: Pull complete 09:27:41 93359f2a8cfa: Pull complete 09:27:41 7c6f9722023f: Pull complete 09:27:46 a35cf1a2eb13: Pull complete 09:27:46 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 09:27:46 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 09:27:46 ---> a62c8e92a672 09:27:46 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 09:27:46 ---> Running in cd7290b74d45 09:27:46 Removing intermediate container cd7290b74d45 09:27:46 ---> e0ad0bf24a00 09:27:46 Step 4/7 : RUN apk add bash 09:27:46 ---> Running in ef90d9c255bc 09:27:46 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 09:27:48 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 09:27:49 OK: 166 MiB in 39 packages 09:27:50 Removing intermediate container ef90d9c255bc 09:27:50 ---> d9e0f009d6b9 09:27:50 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 09:27:50 ---> Running in 580144138f6a 09:27:50 Removing intermediate container 580144138f6a 09:27:50 ---> 2bce309e9761 09:27:50 Step 6/7 : COPY go.mod . 09:27:50 ---> f035114a926a 09:27:50 Step 7/7 : RUN go mod download 09:27:50 ---> Running in ece0d44cdb19 09:28:03 Removing intermediate container ece0d44cdb19 09:28:03 ---> e0d440be3b3d 09:28:03 Successfully built e0d440be3b3d 09:28:03 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 09:28:03 + docker inspect -f . ci-base-image-x86_64 09:28:03 . [Pipeline] withDockerContainer 09:28:03 prd-centos7-docker-4c-2g-16312 does not seem to be running inside a container 09:28:03 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/4 -v /w/workspace/go-mod-core-contracts/4:/w/workspace/go-mod-core-contracts/4:rw,z -v /w/workspace/go-mod-core-contracts/4@tmp:/w/workspace/go-mod-core-contracts/4@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 09:28:04 $ docker top 7797822d7819162c10a9bd6691ce8029d7e3ae03d70b6d0e93b0b8487ea4fe63 -eo pid,comm [Pipeline] { [Pipeline] sh 09:28:04 + go version 09:28:04 go version go1.15.5 linux/amd64 [Pipeline] } 09:28:04 $ docker stop --time=1 7797822d7819162c10a9bd6691ce8029d7e3ae03d70b6d0e93b0b8487ea4fe63 09:28:06 $ docker rm -f 7797822d7819162c10a9bd6691ce8029d7e3ae03d70b6d0e93b0b8487ea4fe63 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 09:28:07 + docker inspect -f . ci-base-image-x86_64 09:28:07 . [Pipeline] withDockerContainer 09:28:07 prd-centos7-docker-4c-2g-16312 does not seem to be running inside a container 09:28:07 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/4 -v /w/workspace/go-mod-core-contracts/4:/w/workspace/go-mod-core-contracts/4:rw,z -v /w/workspace/go-mod-core-contracts/4@tmp:/w/workspace/go-mod-core-contracts/4@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 09:28:07 $ docker top ae7b4e02b4d5c0ee30d7b9a8e39c1ed4e59247c028a19418d5701acf09eb3615 -eo pid,comm [Pipeline] { [Pipeline] sh 09:28:08 + make test 09:28:08 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 09:28:16 ? github.com/edgexfoundry/go-mod-core-contracts/clients [no test files] 09:28:16 ok github.com/edgexfoundry/go-mod-core-contracts/clients/agent 0.034s coverage: 85.7% of statements 09:28:16 ok github.com/edgexfoundry/go-mod-core-contracts/clients/command 0.015s coverage: 100.0% of statements 09:28:16 ok github.com/edgexfoundry/go-mod-core-contracts/clients/coredata 0.025s coverage: 45.4% of statements 09:28:16 ok github.com/edgexfoundry/go-mod-core-contracts/clients/general 0.026s coverage: 77.8% of statements 09:28:16 ? github.com/edgexfoundry/go-mod-core-contracts/clients/interfaces [no test files] 09:28:17 ok github.com/edgexfoundry/go-mod-core-contracts/clients/logger 0.017s coverage: 18.6% of statements 09:28:17 ok github.com/edgexfoundry/go-mod-core-contracts/clients/metadata 0.019s coverage: 14.7% of statements 09:28:17 ok github.com/edgexfoundry/go-mod-core-contracts/clients/notifications 0.013s coverage: 100.0% of statements 09:28:17 ok github.com/edgexfoundry/go-mod-core-contracts/clients/scheduler 0.044s coverage: 91.8% of statements 09:28:17 ? github.com/edgexfoundry/go-mod-core-contracts/clients/types [no test files] 09:28:17 ? github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/errors [no test files] 09:28:17 ok github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/local 0.016s coverage: 100.0% of statements 09:28:18 ok github.com/edgexfoundry/go-mod-core-contracts/errors 0.014s coverage: 47.8% of statements 09:28:20 ok github.com/edgexfoundry/go-mod-core-contracts/models 0.039s coverage: 63.0% of statements 09:28:20 ok github.com/edgexfoundry/go-mod-core-contracts/requests/configuration 0.018s coverage: 26.3% of statements 09:28:20 ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/admin 0.005s coverage: 15.4% of statements 09:28:20 ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/operating 0.029s coverage: 15.4% of statements 09:28:20 ok github.com/edgexfoundry/go-mod-core-contracts/responses/configuration 0.025s coverage: 14.3% of statements 09:28:20 ? github.com/edgexfoundry/go-mod-core-contracts/v2 [no test files] 09:28:20 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/http 0.038s coverage: 85.3% of statements 09:28:20 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/http/utils [no test files] 09:28:20 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces [no test files] 09:28:20 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos 0.013s coverage: 44.6% of statements 09:28:20 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/common 0.009s coverage: 100.0% of statements 09:28:21 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/requests 0.015s coverage: 92.9% of statements 09:28:21 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/responses 0.008s coverage: 100.0% of statements 09:28:21 ? github.com/edgexfoundry/go-mod-core-contracts/v2/models [no test files] 09:28:21 CGO_ENABLED=0 GO111MODULE=on go vet ./... 09:28:23 gofmt -l . 09:28:23 [ "`gofmt -l .`" = "" ] [Pipeline] } 09:28:23 $ docker stop --time=1 ae7b4e02b4d5c0ee30d7b9a8e39c1ed4e59247c028a19418d5701acf09eb3615 09:28:25 $ docker rm -f ae7b4e02b4d5c0ee30d7b9a8e39c1ed4e59247c028a19418d5701acf09eb3615 [Pipeline] // withDockerContainer [Pipeline] sh 09:28:26 + sudo chown -R jenkins:jenkins . [Pipeline] stash 09:28:26 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] } 09:29:37 Running on prd-ubuntu18.04-docker-arm64-4c-16g-16313 in /w/workspace/dry_go-mod-core-contracts_PR-401 [Pipeline] { [Pipeline] ws 09:29:37 Running in /w/workspace/go-mod-core-contracts/4 [Pipeline] { [Pipeline] checkout 09:29:42 using credential edgex-jenkins-ssh 09:29:42 Cloning the remote Git repository 09:29:42 Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git 09:29:43 > git init /w/workspace/go-mod-core-contracts/4 # timeout=10 09:29:43 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 09:29:43 > git --version # timeout=10 09:29:43 > git --version # 'git version 2.17.1' 09:29:43 using GIT_SSH to set credentials SSH Credentials for GitHub 09:29:43 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 09:29:44 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 09:29:44 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 09:29:44 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 09:29:44 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 09:29:44 using GIT_SSH to set credentials SSH Credentials for GitHub 09:29:44 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/401/head:refs/remotes/origin/PR-401 +refs/heads/master:refs/remotes/origin/master # timeout=10 09:29:45 Merging remotes/origin/master commit 17bd62774d2a16c58141e8949cc3c0752ba8a77c into PR head commit 82a2310ec686e2280fe4ea9cae2095ebd29d19c0 09:29:45 Merge succeeded, producing 82a2310ec686e2280fe4ea9cae2095ebd29d19c0 09:29:45 Checking out Revision 82a2310ec686e2280fe4ea9cae2095ebd29d19c0 (PR-401) 09:29:45 > git config core.sparsecheckout # timeout=10 09:29:45 > git checkout -f 82a2310ec686e2280fe4ea9cae2095ebd29d19c0 # timeout=10 09:29:45 > git remote # timeout=10 09:29:45 > git config --get remote.origin.url # timeout=10 09:29:45 using GIT_SSH to set credentials SSH Credentials for GitHub 09:29:45 > git merge 17bd62774d2a16c58141e8949cc3c0752ba8a77c # timeout=10 09:29:45 > git rev-parse HEAD^{commit} # timeout=10 09:29:45 > git config core.sparsecheckout # timeout=10 09:29:45 > git checkout -f 82a2310ec686e2280fe4ea9cae2095ebd29d19c0 # timeout=10 09:29:50 Commit message: "refactor: Extract the valueType checking func as validation Tag" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 09:29:52 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 09:29:52 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 09:29:52 + sudo service docker restart 09:29:52 + true [Pipeline] unstash [Pipeline] echo 09:29:55 ========================================================= 09:29:55 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 09:29:55 ========================================================= [Pipeline] isUnix [Pipeline] sh 09:29:55 + 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 . 09:29:56 Sending build context to Docker daemon 2.021MB 09:29:56 Step 1/7 : ARG BASE=golang:1.15-alpine 09:29:56 Step 2/7 : FROM ${BASE} 09:29:56 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 09:29:56 5f621e34cdf4: Pulling fs layer 09:29:56 a4357932f1b6: Pulling fs layer 09:29:56 18c013af1878: Pulling fs layer 09:29:56 00ac8860ef70: Pulling fs layer 09:29:56 63d7cb157983: Pulling fs layer 09:29:56 b116817d02f9: Pulling fs layer 09:29:56 745a02a5169b: Pulling fs layer 09:29:56 00ac8860ef70: Waiting 09:29:56 63d7cb157983: Waiting 09:29:56 b116817d02f9: Waiting 09:29:56 745a02a5169b: Waiting 09:29:57 18c013af1878: Verifying Checksum 09:29:57 18c013af1878: Download complete 09:29:57 a4357932f1b6: Download complete 09:29:57 63d7cb157983: Download complete 09:29:57 b116817d02f9: Download complete 09:29:57 5f621e34cdf4: Download complete 09:29:57 5f621e34cdf4: Pull complete 09:29:58 a4357932f1b6: Pull complete 09:29:58 18c013af1878: Pull complete 09:29:59 745a02a5169b: Verifying Checksum 09:29:59 745a02a5169b: Download complete 09:30:01 00ac8860ef70: Verifying Checksum 09:30:01 00ac8860ef70: Download complete 09:30:11 00ac8860ef70: Pull complete 09:30:11 63d7cb157983: Pull complete 09:30:11 b116817d02f9: Pull complete 09:30:15 745a02a5169b: Pull complete 09:30:15 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 09:30:15 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 09:30:15 ---> b7e6874047d6 09:30:15 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 09:30:18 ---> Running in 6b27a368d1ae 09:30:18 Removing intermediate container 6b27a368d1ae 09:30:18 ---> 99e971a8aec1 09:30:18 Step 4/7 : RUN apk add bash 09:30:18 ---> Running in 2062c757e195 09:30:19 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 09:30:20 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 09:30:22 OK: 142 MiB in 39 packages 09:30:23 Removing intermediate container 2062c757e195 09:30:23 ---> 6f02d5fbf52f 09:30:23 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 09:30:23 ---> Running in ec3b744e85c8 09:30:23 Removing intermediate container ec3b744e85c8 09:30:23 ---> 4fd2b6a01a75 09:30:23 Step 6/7 : COPY go.mod . 09:30:24 ---> 2f54692b2769 09:30:24 Step 7/7 : RUN go mod download 09:30:24 ---> Running in 20033d900976 09:30:39 Removing intermediate container 20033d900976 09:30:39 ---> f3dac9a055e2 09:30:39 Successfully built f3dac9a055e2 09:30:39 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 09:30:40 + docker inspect -f . ci-base-image-arm64 09:30:40 . [Pipeline] withDockerContainer 09:30:40 prd-ubuntu18.04-docker-arm64-4c-16g-16313 does not seem to be running inside a container 09:30:40 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/4 -v /w/workspace/go-mod-core-contracts/4:/w/workspace/go-mod-core-contracts/4:rw,z -v /w/workspace/go-mod-core-contracts/4@tmp:/w/workspace/go-mod-core-contracts/4@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 09:30:42 $ docker top b0aa47214ab96fd686b0d5f5269ca6365c55584da389da481483d4ef241581f9 -eo pid,comm [Pipeline] { [Pipeline] sh 09:30:43 + go version 09:30:43 go version go1.15.5 linux/arm64 [Pipeline] } 09:30:43 $ docker stop --time=1 b0aa47214ab96fd686b0d5f5269ca6365c55584da389da481483d4ef241581f9 09:30:45 $ docker rm -f b0aa47214ab96fd686b0d5f5269ca6365c55584da389da481483d4ef241581f9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 09:30:46 + docker inspect -f . ci-base-image-arm64 09:30:46 . [Pipeline] withDockerContainer 09:30:47 prd-ubuntu18.04-docker-arm64-4c-16g-16313 does not seem to be running inside a container 09:30:47 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/4 -v /w/workspace/go-mod-core-contracts/4:/w/workspace/go-mod-core-contracts/4:rw,z -v /w/workspace/go-mod-core-contracts/4@tmp:/w/workspace/go-mod-core-contracts/4@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 09:30:48 $ docker top d8ed471bc5bc5d4bc8d38a46febd83d88d717b6ed108db79156cd1824d14c113 -eo pid,comm [Pipeline] { [Pipeline] sh 09:30:49 + make test 09:30:49 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 09:31:16 ? github.com/edgexfoundry/go-mod-core-contracts/clients [no test files] 09:31:16 ok github.com/edgexfoundry/go-mod-core-contracts/clients/agent 0.047s coverage: 85.7% of statements 09:31:16 ok github.com/edgexfoundry/go-mod-core-contracts/clients/command 0.023s coverage: 100.0% of statements 09:31:16 ok github.com/edgexfoundry/go-mod-core-contracts/clients/coredata 0.069s coverage: 45.4% of statements 09:31:17 ok github.com/edgexfoundry/go-mod-core-contracts/clients/general 0.025s coverage: 77.8% of statements 09:31:17 ? github.com/edgexfoundry/go-mod-core-contracts/clients/interfaces [no test files] 09:31:19 ok github.com/edgexfoundry/go-mod-core-contracts/clients/logger 0.036s coverage: 18.6% of statements 09:31:20 ok github.com/edgexfoundry/go-mod-core-contracts/clients/metadata 0.050s coverage: 14.7% of statements 09:31:20 ok github.com/edgexfoundry/go-mod-core-contracts/clients/notifications 0.021s coverage: 100.0% of statements 09:31:21 ok github.com/edgexfoundry/go-mod-core-contracts/clients/scheduler 0.112s coverage: 91.8% of statements 09:31:21 ? github.com/edgexfoundry/go-mod-core-contracts/clients/types [no test files] 09:31:21 ? github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/errors [no test files] 09:31:21 ok github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/local 0.033s coverage: 100.0% of statements 09:31:21 ok github.com/edgexfoundry/go-mod-core-contracts/errors 0.039s coverage: 47.8% of statements 09:31:28 ok github.com/edgexfoundry/go-mod-core-contracts/models 0.079s coverage: 63.0% of statements 09:31:28 ok github.com/edgexfoundry/go-mod-core-contracts/requests/configuration 0.029s coverage: 26.3% of statements 09:31:28 ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/admin 0.041s coverage: 15.4% of statements 09:31:28 ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/operating 0.037s coverage: 15.4% of statements 09:31:28 ok github.com/edgexfoundry/go-mod-core-contracts/responses/configuration 0.012s coverage: 14.3% of statements 09:31:28 ? github.com/edgexfoundry/go-mod-core-contracts/v2 [no test files] 09:31:30 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/http 0.135s coverage: 85.3% of statements 09:31:30 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/http/utils [no test files] 09:31:30 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces [no test files] 09:31:30 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos 0.036s coverage: 44.6% of statements 09:31:30 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/common 0.027s coverage: 100.0% of statements 09:31:31 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/requests 0.067s coverage: 92.9% of statements 09:31:32 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/responses 0.024s coverage: 100.0% of statements 09:31:32 ? github.com/edgexfoundry/go-mod-core-contracts/v2/models [no test files] 09:31:32 CGO_ENABLED=0 GO111MODULE=on go vet ./... 09:31:38 gofmt -l . 09:31:38 [ "`gofmt -l .`" = "" ] [Pipeline] } 09:31:38 $ docker stop --time=1 d8ed471bc5bc5d4bc8d38a46febd83d88d717b6ed108db79156cd1824d14c113 09:31:41 $ docker rm -f d8ed471bc5bc5d4bc8d38a46febd83d88d717b6ed108db79156cd1824d14c113 [Pipeline] // withDockerContainer [Pipeline] sh 09:31:42 + sudo chown -R jenkins:jenkins . [Pipeline] stash 09:31:42 Warning: overwriting stash ‘coverage-report’ 09:31:43 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 09:31:45 provisioning config files... 09:31:45 copy managed file [go-mod-core-contracts-codecov-token] to file:/w/workspace/dry_go-mod-core-contracts_PR-401@tmp/config6436372746089497304tmp [Pipeline] { [Pipeline] sh 09:31:45 + set +x 09:31:45 + curl -s https://codecov.io/bash 09:31:45 + bash -s -- 09:31:46 09:31:46 _____ _ 09:31:46 / ____| | | 09:31:46 | | ___ __| | ___ ___ _____ __ 09:31:46 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 09:31:46 | |___| (_) | (_| | __/ (_| (_) \ V / 09:31:46 \_____\___/ \__,_|\___|\___\___/ \_/ 09:31:46 Bash-20201130-cc6d3fe 09:31:46 09:31:46 09:31:46 ==> Jenkins CI detected. 09:31:46 project root: . 09:31:46 --> token set from env 09:31:46 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 09:31:46 ==> Running gcov in . (disable via -X gcov) 09:31:46 ==> Python coveragepy not found 09:31:46 ==> Searching for coverage reports in: 09:31:46 + . 09:31:46 -> Found 1 reports 09:31:46 ==> Detecting git/mercurial file structure 09:31:46 ==> Reading reports 09:31:46 + ./coverage.out bytes=112325 09:31:46 ==> Appending adjustments 09:31:46 https://docs.codecov.io/docs/fixing-reports 09:31:46 + Found adjustments 09:31:46 ==> Gzipping contents 09:31:47 20K /tmp/codecov.Sxs5Cx.gz 09:31:47 ==> Uploading reports 09:31:47 url: https://codecov.io 09:31:47 query: branch=PR-401&commit=82a2310ec686e2280fe4ea9cae2095ebd29d19c0&build=4&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2FPR-401%2F4%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=401&job=&cmd_args= 09:31:47 -> Pinging Codecov 09:31:47 https://codecov.io/upload/v4?package=bash-20201130-cc6d3fe&token=secret&branch=PR-401&commit=82a2310ec686e2280fe4ea9cae2095ebd29d19c0&build=4&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2FPR-401%2F4%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=401&job=&cmd_args= 09:31:47 -> Uploading to 09:31:47 https://storage.googleapis.com/codecov/v4/raw/2020-12-16/71470A77251A30514AAF9C0BB2E5B6CE/82a2310ec686e2280fe4ea9cae2095ebd29d19c0/2f26adaf-7fc1-4d8d-8d8e-5eb1455de6c2.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20201216%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20201216T093147Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=b5a0fdfd218ec60ab6f76870ad6fc093ac895f71d9cf7279f152224cb7d7a1aa 09:31:47 % Total % Received % Xferd Average Speed Time Time Time Current 09:31:47 Dload Upload Total Spent Left Speed 09:31:47 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 18083 0 0 100 18083 0 38473 --:--:-- --:--:-- --:--:-- 38474 09:31:47 -> View reports at https://codecov.io/github/edgexfoundry/go-mod-core-contracts/commit/82a2310ec686e2280fe4ea9cae2095ebd29d19c0 [Pipeline] } 09:31:47 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 09:31:50 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 09:31:51 ---> package-listing.sh 09:31:51 ++ tr '[:upper:]' '[:lower:]' 09:31:51 ++ facter osfamily 09:31:51 + OS_FAMILY=redhat 09:31:51 + workspace=/w/workspace/dry_go-mod-core-contracts_PR-401 09:31:51 + START_PACKAGES=/tmp/packages_start.txt 09:31:51 + END_PACKAGES=/tmp/packages_end.txt 09:31:51 + DIFF_PACKAGES=/tmp/packages_diff.txt 09:31:51 + PACKAGES=/tmp/packages_start.txt 09:31:51 + '[' /w/workspace/dry_go-mod-core-contracts_PR-401 ']' 09:31:51 + PACKAGES=/tmp/packages_end.txt 09:31:51 + case "${OS_FAMILY}" in 09:31:51 + rpm -qa 09:31:51 + sort 09:31:56 + '[' -f /tmp/packages_start.txt ']' 09:31:56 + '[' -f /tmp/packages_end.txt ']' 09:31:56 + diff /tmp/packages_start.txt /tmp/packages_end.txt 09:31:56 + '[' /w/workspace/dry_go-mod-core-contracts_PR-401 ']' 09:31:56 + mkdir -p /w/workspace/dry_go-mod-core-contracts_PR-401/archives/ 09:31:56 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dry_go-mod-core-contracts_PR-401/archives/ [Pipeline] echo 09:31:56 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/dry_go-mod-core-contracts_PR-401/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 09:31:56 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 09:31:57 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 09:31:57 09:31:57 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 09:31:57 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 09:31:57 alpine: Pulling from edgex-lftools-log-publisher 09:31:57 df20fa9351a1: Pulling fs layer 09:31:57 36b3adc4ff6f: Pulling fs layer 09:31:57 8ad3a11d3b57: Pulling fs layer 09:31:57 46f8f816bc3b: Pulling fs layer 09:31:57 93b61091891f: Pulling fs layer 09:31:57 93b9cdb0e59b: Pulling fs layer 09:31:57 5e14af77c1be: Pulling fs layer 09:31:57 01666e4c0597: Pulling fs layer 09:31:57 aa168da1d23b: Pulling fs layer 09:31:57 01666e4c0597: Waiting 09:31:57 93b9cdb0e59b: Waiting 09:31:57 aa168da1d23b: Waiting 09:31:57 5e14af77c1be: Waiting 09:31:57 46f8f816bc3b: Waiting 09:31:57 93b61091891f: Waiting 09:31:57 36b3adc4ff6f: Download complete 09:31:57 df20fa9351a1: Verifying Checksum 09:31:57 df20fa9351a1: Download complete 09:31:57 8ad3a11d3b57: Verifying Checksum 09:31:57 8ad3a11d3b57: Download complete 09:31:57 46f8f816bc3b: Download complete 09:31:57 93b9cdb0e59b: Verifying Checksum 09:31:57 93b9cdb0e59b: Download complete 09:31:57 5e14af77c1be: Verifying Checksum 09:31:57 5e14af77c1be: Download complete 09:31:57 01666e4c0597: Download complete 09:31:58 93b61091891f: Verifying Checksum 09:31:58 93b61091891f: Download complete 09:31:58 df20fa9351a1: Pull complete 09:31:58 36b3adc4ff6f: Pull complete 09:31:58 8ad3a11d3b57: Pull complete 09:31:59 46f8f816bc3b: Pull complete 09:31:59 93b61091891f: Pull complete 09:32:00 aa168da1d23b: Verifying Checksum 09:32:00 aa168da1d23b: Download complete 09:32:00 93b9cdb0e59b: Pull complete 09:32:00 5e14af77c1be: Pull complete 09:32:00 01666e4c0597: Pull complete 09:32:08 aa168da1d23b: Pull complete 09:32:08 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 09:32:08 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 09:32:08 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 09:32:08 prd-centos7-docker-4c-2g-16310 does not seem to be running inside a container 09:32:09 $ 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-401/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-401 -v /w/workspace/dry_go-mod-core-contracts_PR-401:/w/workspace/dry_go-mod-core-contracts_PR-401:rw,z -v /w/workspace/dry_go-mod-core-contracts_PR-401@tmp:/w/workspace/dry_go-mod-core-contracts_PR-401@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 09:32:12 $ docker top 01808c3e2936e1d5941fbd52069383d730bbe49680dc1405957475ef251aa854 -eo pid,comm [Pipeline] { [Pipeline] sh 09:32:12 + touch /tmp/pre-build-complete [Pipeline] sh 09:32:13 + mkdir -p /var/log/sa [Pipeline] sh 09:32:13 + ls /var/log/sa-host 09:32:13 + sadf -c /var/log/sa-host/sa16 09:32:13 file_magic: OK 09:32:13 HZ: Using current value: 100 09:32:13 file_header: OK 09:32:13 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 09:32:13 Statistics: 09:32:13 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 09:32:13 File successfully converted to sysstat format version 12.2.1 09:32:13 + sadf -c /var/log/sa-host/sa23 09:32:13 file_magic: OK 09:32:13 HZ: Using current value: 100 09:32:13 file_header: OK 09:32:13 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 09:32:13 Statistics: 09:32:13 Hnuu...uuuununununu... 09:32:13 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 09:32:13 provisioning config files... 09:32:13 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dry_go-mod-core-contracts_PR-401@tmp/config3022143761415601091tmp [Pipeline] { [Pipeline] echo 09:32:13 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 09:32:14 ---> create-netrc.sh [Pipeline] } 09:32:14 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 09:32:14 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 09:32:15 ---> python-tools-install.sh [Pipeline] echo 09:32:15 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 09:32:15 ---> sudo-logs.sh 09:32:15 Archiving 'sudo' log.. [Pipeline] echo 09:32:15 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 09:32:15 ---> job-cost.sh 09:32:15 lf-activate-venv: SKIPPING 09:32:15 INFO: No Stack... 09:32:17 INFO: Retrieving Pricing Info for: v1-standard-2 09:32:17 INFO: Archiving Costs [Pipeline] echo 09:32:17 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 09:32:17 ---> logs-deploy.sh 09:32:17 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/PR-401/4 09:32:17 INFO: archiving workspace using pattern(s): 09:32:19 Archives upload complete. 09:32:19 INFO: archiving logs to Nexus 09:32:21 ---> uname -a: 09:32:21 Linux prd-centos7-docker-4c-2g-16310.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 09:32:21 09:32:21 09:32:21 ---> lscpu: 09:32:21 Architecture: x86_64 09:32:21 CPU op-mode(s): 32-bit, 64-bit 09:32:21 Byte Order: Little Endian 09:32:21 Address sizes: 40 bits physical, 48 bits virtual 09:32:21 CPU(s): 4 09:32:21 On-line CPU(s) list: 0-3 09:32:21 Thread(s) per core: 1 09:32:21 Core(s) per socket: 1 09:32:21 Socket(s): 4 09:32:21 NUMA node(s): 1 09:32:21 Vendor ID: GenuineIntel 09:32:21 CPU family: 6 09:32:21 Model: 44 09:32:21 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 09:32:21 Stepping: 1 09:32:21 CPU MHz: 2933.436 09:32:21 BogoMIPS: 5866.87 09:32:21 Virtualization: VT-x 09:32:21 Hypervisor vendor: KVM 09:32:21 Virtualization type: full 09:32:21 L1d cache: 128 KiB 09:32:21 L1i cache: 128 KiB 09:32:21 L2 cache: 16 MiB 09:32:21 L3 cache: 64 MiB 09:32:21 NUMA node0 CPU(s): 0-3 09:32:21 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 09:32:21 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 09:32:21 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 09:32:21 Vulnerability Meltdown: Mitigation; PTI 09:32:21 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 09:32:21 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 09:32:21 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 09:32:21 Vulnerability Srbds: Not affected 09:32:21 Vulnerability Tsx async abort: Not affected 09:32:21 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 09:32:21 09:32:21 09:32:21 ---> nproc: 09:32:21 4 09:32:21 09:32:21 09:32:21 ---> df -h: 09:32:21 Filesystem Size Used Available Use% Mounted on 09:32:21 overlay 50.0G 7.3G 42.7G 15% / 09:32:21 tmpfs 64.0M 0 64.0M 0% /dev 09:32:21 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 09:32:21 shm 64.0M 0 64.0M 0% /dev/shm 09:32:21 /dev/vda1 50.0G 7.3G 42.7G 15% /facter-os 09:32:21 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/resolv.conf 09:32:21 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hostname 09:32:21 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hosts 09:32:21 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/auth.log 09:32:21 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/dry_go-mod-core-contracts_PR-401 09:32:21 /dev/vda1 50.0G 7.3G 42.7G 15% /run/cloud-init/result.json 09:32:21 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/dry_go-mod-core-contracts_PR-401@tmp 09:32:21 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/sa-host 09:32:21 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/secure 09:32:21 09:32:21 09:32:21 ---> free -m: 09:32:21 total used free shared buff/cache available 09:32:21 Mem: 1837 726 118 0 992 1006 09:32:21 Swap: 1023 1 1022 09:32:21 09:32:21 09:32:21 ---> ip addr: 09:32:21 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 09:32:21 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 09:32:21 inet 127.0.0.1/8 scope host lo 09:32:21 valid_lft forever preferred_lft forever 09:32:21 inet6 ::1/128 scope host 09:32:21 valid_lft forever preferred_lft forever 09:32:21 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 09:32:21 link/ether fa:16:3e:2f:17:f5 brd ff:ff:ff:ff:ff:ff 09:32:21 inet 10.30.123.63/23 brd 10.30.123.255 scope global dynamic eth0 09:32:21 valid_lft 86022sec preferred_lft 86022sec 09:32:21 inet6 fe80::f816:3eff:fe2f:17f5/64 scope link 09:32:21 valid_lft forever preferred_lft forever 09:32:21 3: docker0: mtu 1500 qdisc noqueue state DOWN 09:32:21 link/ether 02:42:ff:9d:8f:fe brd ff:ff:ff:ff:ff:ff 09:32:21 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 09:32:21 valid_lft forever preferred_lft forever 09:32:21 inet6 fe80::42:ffff:fe9d:8ffe/64 scope link 09:32:21 valid_lft forever preferred_lft forever 09:32:21 09:32:21 09:32:21 ---> sar -b -r -n DEV: 09:32:21 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 12/16/20 _x86_64_ (4 CPU) 09:32:21 09:32:21 09:25:50 LINUX RESTART (4 CPU) 09:32:21 09:32:21 09:27:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 09:32:21 09:28:01 2.56 0.00 2.56 0.00 0.00 61.92 0.00 09:32:21 09:29:01 0.40 0.00 0.40 0.00 0.00 4.98 0.00 09:32:21 09:30:01 0.27 0.00 0.27 0.00 0.00 3.38 0.00 09:32:21 09:31:01 0.33 0.00 0.33 0.00 0.00 5.35 0.00 09:32:21 09:32:02 71.90 56.80 15.11 0.00 4590.92 5354.47 0.00 09:32:21 Average: 15.10 11.37 3.74 0.00 918.79 1086.73 0.00 09:32:21 09:32:21 09:27:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 09:32:21 09:28:01 138404 0 630120 33.49 2620 1110400 1105652 37.73 429896 1113368 12 09:32:21 09:29:01 143188 0 625328 33.23 2620 1110408 1067644 36.44 427212 1112356 12 09:32:21 09:30:01 140060 0 628452 33.40 2620 1110412 1067860 36.44 437832 1104692 8 09:32:21 09:31:01 141156 0 627352 33.34 2620 1110416 1067644 36.44 435024 1106328 8 09:32:21 09:32:02 71848 0 725152 38.54 2620 1081924 1511352 51.58 545336 1045052 92008 09:32:21 Average: 126931 0 647281 34.40 2620 1104712 1164030 39.73 455060 1096359 18410 09:32:21 09:32:21 09:27:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 09:32:21 09:28:01 eth0 0.60 0.32 0.35 0.23 0.00 0.00 0.00 0.00 09:32:21 09:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:32:21 09:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:32:21 09:29:01 eth0 0.88 0.15 0.07 0.01 0.00 0.00 0.00 0.00 09:32:21 09:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:32:21 09:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:32:21 09:30:01 eth0 0.83 0.30 0.28 0.20 0.00 0.00 0.00 0.00 09:32:21 09:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:32:21 09:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:32:21 09:31:01 eth0 1.02 0.07 0.10 0.01 0.00 0.00 0.00 0.00 09:32:21 09:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:32:21 09:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:32:21 09:32:02 eth0 203.71 162.92 2169.91 17.92 0.00 0.00 0.00 0.00 09:32:21 09:32:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:32:21 09:32:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:32:21 Average: eth0 41.43 32.77 434.43 3.68 0.00 0.00 0.00 0.00 09:32:21 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:32:21 Average: docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:32:21 09:32:21 09:32:21 ---> sar -P ALL: 09:32:21 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 12/16/20 _x86_64_ (4 CPU) 09:32:21 09:32:21 09:25:50 LINUX RESTART (4 CPU) 09:32:21 09:32:21 09:27:01 CPU %user %nice %system %iowait %steal %idle 09:32:21 09:28:01 all 0.20 0.00 0.08 0.00 0.01 99.70 09:32:21 09:28:01 0 0.08 0.00 0.07 0.00 0.00 99.85 09:32:21 09:28:01 1 0.10 0.00 0.08 0.00 0.02 99.80 09:32:21 09:28:01 2 0.37 0.00 0.12 0.00 0.02 99.50 09:32:21 09:28:01 3 0.27 0.00 0.07 0.00 0.02 99.65 09:32:21 09:29:01 all 0.18 0.00 0.05 0.00 0.01 99.77 09:32:21 09:29:01 0 0.07 0.00 0.05 0.00 0.00 99.88 09:32:21 09:29:01 1 0.05 0.00 0.03 0.00 0.00 99.92 09:32:21 09:29:01 2 0.12 0.00 0.07 0.00 0.02 99.80 09:32:21 09:29:01 3 0.47 0.00 0.03 0.00 0.02 99.48 09:32:21 09:30:01 all 0.15 0.00 0.04 0.00 0.00 99.81 09:32:21 09:30:01 0 0.03 0.00 0.03 0.00 0.00 99.93 09:32:21 09:30:01 1 0.37 0.00 0.03 0.00 0.02 99.58 09:32:21 09:30:01 2 0.03 0.00 0.05 0.00 0.00 99.92 09:32:21 09:30:01 3 0.15 0.00 0.05 0.00 0.00 99.80 09:32:21 09:31:01 all 0.14 0.00 0.05 0.00 0.00 99.82 09:32:21 09:31:01 0 0.00 0.00 0.03 0.00 0.00 99.97 09:32:21 09:31:01 1 0.47 0.00 0.05 0.00 0.00 99.48 09:32:21 09:31:01 2 0.02 0.00 0.03 0.00 0.00 99.95 09:32:21 09:31:01 3 0.07 0.00 0.07 0.00 0.00 99.87 09:32:21 09:32:02 all 3.78 0.00 2.55 1.25 0.10 92.33 09:32:21 09:32:02 0 3.90 0.00 3.22 1.81 0.05 91.02 09:32:21 09:32:02 1 3.21 0.00 1.96 0.42 0.07 94.35 09:32:21 09:32:02 2 3.96 0.00 2.36 1.78 0.12 91.78 09:32:21 09:32:02 3 4.05 0.00 2.65 0.97 0.15 92.17 09:32:21 Average: all 0.88 0.00 0.55 0.25 0.02 98.29 09:32:21 Average: 0 0.81 0.00 0.68 0.36 0.01 98.14 09:32:21 Average: 1 0.84 0.00 0.43 0.08 0.02 98.63 09:32:21 Average: 2 0.89 0.00 0.52 0.35 0.03 98.20 09:32:21 Average: 3 1.00 0.00 0.57 0.19 0.04 98.20 09:32:21 09:32:21 09:32:21