Pull request #399 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 judehung for edgexfoundry/go-mod-core-contracts Obtained Jenkinsfile from 844a5d37c2a272f408f33a4f79fd99708cfffb83+feca6d8a376c2ab2d4157ab8cba03f382b2c5dc5 (813fa0332e4f29c6d0f0c0a00f7640d6f3238309) 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-16280 in /w/workspace/dry_go-mod-core-contracts_PR-399 [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-399 # 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 Merging remotes/origin/master commit feca6d8a376c2ab2d4157ab8cba03f382b2c5dc5 into PR head commit 844a5d37c2a272f408f33a4f79fd99708cfffb83 Merge succeeded, producing 844a5d37c2a272f408f33a4f79fd99708cfffb83 Checking out Revision 844a5d37c2a272f408f33a4f79fd99708cfffb83 (PR-399) > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/399/head:refs/remotes/origin/PR-399 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 844a5d37c2a272f408f33a4f79fd99708cfffb83 # 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 feca6d8a376c2ab2d4157ab8cba03f382b2c5dc5 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 844a5d37c2a272f408f33a4f79fd99708cfffb83 # timeout=10 Commit message: "feat(v2): implement custom validation tag for RFC3986 unreserved characters" First time build. Skipping changelog. > git rev-list --no-walk d46816adef716b48d050b650da8fabd6c34ffe1a # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 06:51:46 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 06:51:47 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 06:51:47 ========================================================= 06:51:47 EdgeX Global Pipelines Version Info 06:51:47 ========================================================= [Pipeline] libraryResource [Pipeline] sh 06:51:49 ------------------- 06:51:49 stable info: 06:51:49 ------------------- 06:51:49 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 06:51:49 Commit SHA: 025b6483f761633eb525fab7d6a8b6537d6ee4a4 06:51:49 Message: update stable to v1.0.172 06:51:50 ------------------- 06:51:50 experimental info: 06:51:50 ------------------- 06:51:50 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 06:51:50 Commit SHA: 025b6483f761633eb525fab7d6a8b6537d6ee4a4 06:51:50 Message: update experimental to v1.0.172 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 06:51:50 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-core-contracts-settings [Pipeline] echo 06:51:50 [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-core-contracts [Pipeline] echo 06:51:50 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 06:51:50 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 06:51:50 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 06:51:51 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 06:51:51 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 06:51:51 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 06:51:51 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 06:51:51 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 06:51:51 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 06:51:51 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-core-contracts [Pipeline] echo 06:51:51 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 06:51:51 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 06:51:51 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 06:51:52 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 06:51:52 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 06:51:52 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 06:51:52 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = patch [Pipeline] echo 06:51:52 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 06:51:52 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 06:51:52 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 06:51:52 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 06:51:52 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 06:51:53 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 06:51:53 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 06:51:53 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-399 [Pipeline] echo 06:51:53 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-399 [Pipeline] echo 06:51:53 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-399 [Pipeline] echo 06:51:53 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 844a5d37c2a272f408f33a4f79fd99708cfffb83 [Pipeline] echo 06:51:53 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 844a5d3 [Pipeline] echo 06:51:53 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 06:51:54 + git log --format=format:%s -1 844a5d37c2a272f408f33a4f79fd99708cfffb83 [Pipeline] echo 06:51:54 GIT_COMMIT: 844a5d37c2a272f408f33a4f79fd99708cfffb83, Commit Message: feat(v2): implement custom validation tag for RFC3986 unreserved characters [Pipeline] echo 06:51:54 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 06:51:56 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 06:51:56 06:51:56 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 06:51:56 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 06:51:56 latest: Pulling from edgex-devops/git-semver 06:51:56 31603596830f: Pulling fs layer 06:51:56 2a8b12db71e7: Pulling fs layer 06:51:56 6ca5941a6612: Pulling fs layer 06:51:56 ecc8261a40a4: Pulling fs layer 06:51:56 ecc8261a40a4: Waiting 06:51:56 2a8b12db71e7: Verifying Checksum 06:51:56 2a8b12db71e7: Download complete 06:51:57 31603596830f: Verifying Checksum 06:51:57 31603596830f: Download complete 06:51:57 ecc8261a40a4: Verifying Checksum 06:51:57 ecc8261a40a4: Download complete 06:51:57 6ca5941a6612: Verifying Checksum 06:51:57 6ca5941a6612: Download complete 06:51:57 31603596830f: Pull complete 06:51:57 2a8b12db71e7: Pull complete 06:51:58 6ca5941a6612: Pull complete 06:51:58 ecc8261a40a4: Pull complete 06:51:58 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 06:51:58 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 06:51:58 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 06:51:58 prd-centos7-docker-4c-2g-16280 does not seem to be running inside a container 06:51:58 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_go-mod-core-contracts_PR-399 -v /w/workspace/dry_go-mod-core-contracts_PR-399:/w/workspace/dry_go-mod-core-contracts_PR-399:rw,z -v /w/workspace/dry_go-mod-core-contracts_PR-399@tmp:/w/workspace/dry_go-mod-core-contracts_PR-399@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 06:52:01 $ docker top d73bf0301e8573dbe06929cdf042bc4344bb02b6204df99f164fb03086d823b9 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 06:52:01 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 06:52:01 [ssh-agent] Looking for ssh-agent implementation... 06:52:01 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 06:52:01 $ docker exec d73bf0301e8573dbe06929cdf042bc4344bb02b6204df99f164fb03086d823b9 ssh-agent 06:52:01 SSH_AUTH_SOCK=/tmp/ssh-mH24MZN7hnYS/agent.13 06:52:01 SSH_AGENT_PID=18 06:52:01 Running ssh-add (command line suppressed) 06:52:01 Identity added: /w/workspace/dry_go-mod-core-contracts_PR-399@tmp/private_key_8736739661561387924.key (/w/workspace/dry_go-mod-core-contracts_PR-399@tmp/private_key_8736739661561387924.key) 06:52:01 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 06:52:02 + git tag --points-at HEAD [Pipeline] } 06:52:02 $ docker exec --env ******** --env ******** d73bf0301e8573dbe06929cdf042bc4344bb02b6204df99f164fb03086d823b9 ssh-agent -k 06:52:02 unset SSH_AUTH_SOCK; 06:52:02 unset SSH_AGENT_PID; 06:52:02 echo Agent pid 18 killed; 06:52:02 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 06:52:02 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 06:52:02 [ssh-agent] Looking for ssh-agent implementation... 06:52:02 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 06:52:02 $ docker exec d73bf0301e8573dbe06929cdf042bc4344bb02b6204df99f164fb03086d823b9 ssh-agent 06:52:02 SSH_AUTH_SOCK=/tmp/ssh-z4LJjS6Oeq0W/agent.47 06:52:02 SSH_AGENT_PID=53 06:52:02 Running ssh-add (command line suppressed) 06:52:03 Identity added: /w/workspace/dry_go-mod-core-contracts_PR-399@tmp/private_key_3404666970830240931.key (/w/workspace/dry_go-mod-core-contracts_PR-399@tmp/private_key_3404666970830240931.key) 06:52:03 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 06:52:03 + git semver init 06:52:03 # -> Open(): unable to determine branch for HEAD 06:52:03 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_PR-399/.git 06:52:03 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_PR-399 06:52:03 # $SEMVER_REMOTE_NAME = origin 06:52:03 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 06:52:03 # $SEMVER_USER_NAME = edgex-jenkins 06:52:03 # $SEMVER_BRANCH = PR-399 06:52:03 # $SEMVER_TEMP = /tmp/semver-662090541 06:52:03 # git clone --branch semver git@github.com:edgexfoundry/go-mod-core-contracts.git $SEMVER_TEMP 06:52:04 # '/tmp/semver-662090541' -> '/w/workspace/dry_go-mod-core-contracts_PR-399/.semver' 06:52:04 # -> Force: false 06:52:04 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_PR-399/.semver [Pipeline] } 06:52:04 $ docker exec --env ******** --env ******** d73bf0301e8573dbe06929cdf042bc4344bb02b6204df99f164fb03086d823b9 ssh-agent -k 06:52:04 unset SSH_AUTH_SOCK; 06:52:04 unset SSH_AGENT_PID; 06:52:04 echo Agent pid 53 killed; 06:52:04 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 06:52:04 + git semver [Pipeline] } 06:52:04 $ docker stop --time=1 d73bf0301e8573dbe06929cdf042bc4344bb02b6204df99f164fb03086d823b9 06:52:06 $ docker rm -f d73bf0301e8573dbe06929cdf042bc4344bb02b6204df99f164fb03086d823b9 [Pipeline] // withDockerContainer [Pipeline] sh 06:52:07 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 06:52:07 Stashed 1 file(s) [Pipeline] echo 06:52:07 [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 06:52:23 Still waiting to schedule task 06:52:23 Waiting for next available executor on ‘centos7-docker-4c-2g’ 06:52:23 Still waiting to schedule task 06:52:23 ‘prd-ubuntu18.04-docker-arm64-4c-16g-16279’ is offline 06:54:08 Running on prd-ubuntu18.04-docker-arm64-4c-16g-16281 in /w/workspace/dry_go-mod-core-contracts_PR-399 [Pipeline] { [Pipeline] ws 06:54:08 Running in /w/workspace/go-mod-core-contracts/3 [Pipeline] { [Pipeline] checkout 06:54:13 using credential edgex-jenkins-ssh 06:54:13 Cloning the remote Git repository 06:54:13 Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git 06:54:13 > git init /w/workspace/go-mod-core-contracts/3 # timeout=10 06:54:13 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 06:54:13 > git --version # timeout=10 06:54:13 > git --version # 'git version 2.17.1' 06:54:13 using GIT_SSH to set credentials SSH Credentials for GitHub 06:54:13 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 06:54:14 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 06:54:14 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 06:54:14 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 06:54:14 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 06:54:14 using GIT_SSH to set credentials SSH Credentials for GitHub 06:54:14 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/399/head:refs/remotes/origin/PR-399 +refs/heads/master:refs/remotes/origin/master # timeout=10 06:54:15 Merging remotes/origin/master commit feca6d8a376c2ab2d4157ab8cba03f382b2c5dc5 into PR head commit 844a5d37c2a272f408f33a4f79fd99708cfffb83 06:54:15 Merge succeeded, producing 844a5d37c2a272f408f33a4f79fd99708cfffb83 06:54:15 Checking out Revision 844a5d37c2a272f408f33a4f79fd99708cfffb83 (PR-399) 06:54:16 Running on prd-centos7-docker-4c-2g-16282 in /w/workspace/dry_go-mod-core-contracts_PR-399 [Pipeline] { [Pipeline] ws 06:54:16 Running in /w/workspace/go-mod-core-contracts/3 [Pipeline] { 06:54:15 > git config core.sparsecheckout # timeout=10 06:54:15 > git checkout -f 844a5d37c2a272f408f33a4f79fd99708cfffb83 # timeout=10 06:54:15 > git remote # timeout=10 06:54:15 > git config --get remote.origin.url # timeout=10 06:54:15 using GIT_SSH to set credentials SSH Credentials for GitHub 06:54:15 > git merge feca6d8a376c2ab2d4157ab8cba03f382b2c5dc5 # timeout=10 06:54:15 > git rev-parse HEAD^{commit} # timeout=10 06:54:15 > git config core.sparsecheckout # timeout=10 06:54:15 > git checkout -f 844a5d37c2a272f408f33a4f79fd99708cfffb83 # timeout=10 [Pipeline] checkout 06:54:18 using credential edgex-jenkins-ssh 06:54:18 Cloning the remote Git repository 06:54:18 Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git 06:54:18 > git init /w/workspace/go-mod-core-contracts/3 # timeout=10 06:54:18 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 06:54:18 > git --version # timeout=10 06:54:18 > git --version # 'git version 2.24.3' 06:54:18 using GIT_SSH to set credentials SSH Credentials for GitHub 06:54:18 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 06:54:19 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 06:54:19 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 06:54:19 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 06:54:19 Commit message: "feat(v2): implement custom validation tag for RFC3986 unreserved characters" 06:54:20 Merging remotes/origin/master commit feca6d8a376c2ab2d4157ab8cba03f382b2c5dc5 into PR head commit 844a5d37c2a272f408f33a4f79fd99708cfffb83 06:54:20 Merge succeeded, producing 844a5d37c2a272f408f33a4f79fd99708cfffb83 06:54:20 Checking out Revision 844a5d37c2a272f408f33a4f79fd99708cfffb83 (PR-399) [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) 06:54:19 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 06:54:19 using GIT_SSH to set credentials SSH Credentials for GitHub 06:54:19 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/399/head:refs/remotes/origin/PR-399 +refs/heads/master:refs/remotes/origin/master # timeout=10 06:54:19 > git config core.sparsecheckout # timeout=10 06:54:19 > git checkout -f 844a5d37c2a272f408f33a4f79fd99708cfffb83 # timeout=10 06:54:19 > git remote # timeout=10 06:54:19 > git config --get remote.origin.url # timeout=10 06:54:19 using GIT_SSH to set credentials SSH Credentials for GitHub 06:54:19 > git merge feca6d8a376c2ab2d4157ab8cba03f382b2c5dc5 # timeout=10 06:54:19 > git rev-parse HEAD^{commit} # timeout=10 06:54:19 > git config core.sparsecheckout # timeout=10 06:54:19 > git checkout -f 844a5d37c2a272f408f33a4f79fd99708cfffb83 # timeout=10 [Pipeline] script [Pipeline] { [Pipeline] sh 06:54:21 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 06:54:22 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 06:54:22 + + true 06:54:22 sudo service docker restart 06:54:23 Commit message: "feat(v2): implement custom validation tag for RFC3986 unreserved characters" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 06:54:25 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [Pipeline] unstash 06:54:25 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] echo 06:54:25 ========================================================= 06:54:25 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 06:54:25 ========================================================= [Pipeline] sh [Pipeline] isUnix [Pipeline] sh 06:54:25 + sudo service docker restart 06:54:25 + true 06:54:25 Redirecting to /bin/systemctl restart docker.service 06:54:25 + 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 . [Pipeline] unstash 06:54:26 Sending build context to Docker daemon 2.014MB 06:54:26 Step 1/7 : ARG BASE=golang:1.15-alpine 06:54:26 Step 2/7 : FROM ${BASE} [Pipeline] echo 06:54:26 ========================================================= 06:54:26 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 06:54:26 ========================================================= [Pipeline] isUnix [Pipeline] sh 06:54:27 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 06:54:27 5f621e34cdf4: Pulling fs layer 06:54:27 a4357932f1b6: Pulling fs layer 06:54:27 18c013af1878: Pulling fs layer 06:54:27 00ac8860ef70: Pulling fs layer 06:54:27 63d7cb157983: Pulling fs layer 06:54:27 b116817d02f9: Pulling fs layer 06:54:27 745a02a5169b: Pulling fs layer 06:54:27 00ac8860ef70: Waiting 06:54:27 63d7cb157983: Waiting 06:54:27 b116817d02f9: Waiting 06:54:27 745a02a5169b: Waiting 06:54:27 18c013af1878: Download complete 06:54:27 a4357932f1b6: Verifying Checksum 06:54:27 a4357932f1b6: Download complete 06:54:27 63d7cb157983: Download complete 06:54:27 b116817d02f9: Verifying Checksum 06:54:27 b116817d02f9: Download complete 06:54:27 + 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 . 06:54:27 5f621e34cdf4: Verifying Checksum 06:54:27 5f621e34cdf4: Download complete 06:54:27 Sending build context to Docker daemon 2.015MB 06:54:27 Step 1/7 : ARG BASE=golang:1.15-alpine 06:54:27 Step 2/7 : FROM ${BASE} 06:54:28 5f621e34cdf4: Pull complete 06:54:28 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 06:54:28 188c0c94c7c5: Pulling fs layer 06:54:28 0ef7d3d256c8: Pulling fs layer 06:54:28 de9db76c5a1d: Pulling fs layer 06:54:28 bca2f99d35d6: Pulling fs layer 06:54:28 93359f2a8cfa: Pulling fs layer 06:54:28 7c6f9722023f: Pulling fs layer 06:54:28 a35cf1a2eb13: Pulling fs layer 06:54:28 bca2f99d35d6: Waiting 06:54:28 93359f2a8cfa: Waiting 06:54:28 7c6f9722023f: Waiting 06:54:28 a35cf1a2eb13: Waiting 06:54:28 de9db76c5a1d: Verifying Checksum 06:54:28 de9db76c5a1d: Download complete 06:54:28 0ef7d3d256c8: Download complete 06:54:28 93359f2a8cfa: Verifying Checksum 06:54:28 7c6f9722023f: Download complete 06:54:28 a4357932f1b6: Pull complete 06:54:28 188c0c94c7c5: Verifying Checksum 06:54:28 188c0c94c7c5: Download complete 06:54:28 18c013af1878: Pull complete 06:54:29 188c0c94c7c5: Pull complete 06:54:29 0ef7d3d256c8: Pull complete 06:54:29 de9db76c5a1d: Pull complete 06:54:31 a35cf1a2eb13: Verifying Checksum 06:54:31 a35cf1a2eb13: Download complete 06:54:31 745a02a5169b: Download complete 06:54:32 00ac8860ef70: Download complete 06:54:32 bca2f99d35d6: Download complete 06:54:38 bca2f99d35d6: Pull complete 06:54:38 93359f2a8cfa: Pull complete 06:54:38 7c6f9722023f: Pull complete 06:54:42 00ac8860ef70: Pull complete 06:54:42 63d7cb157983: Pull complete 06:54:43 b116817d02f9: Pull complete 06:54:46 a35cf1a2eb13: Pull complete 06:54:46 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 06:54:46 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 06:54:46 ---> a62c8e92a672 06:54:46 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 06:54:46 ---> Running in 0936f312e1a4 06:54:46 Removing intermediate container 0936f312e1a4 06:54:46 ---> 2f40d43eab4e 06:54:46 Step 4/7 : RUN apk add bash 06:54:46 ---> Running in 453fbe10f9a7 06:54:46 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:54:46 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:54:47 745a02a5169b: Pull complete 06:54:47 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 06:54:47 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 06:54:47 ---> b7e6874047d6 06:54:47 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 06:54:47 OK: 166 MiB in 39 packages 06:54:48 Removing intermediate container 453fbe10f9a7 06:54:48 ---> 4dd265adaf1d 06:54:48 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 06:54:48 ---> Running in d49228e54fdb 06:54:48 Removing intermediate container d49228e54fdb 06:54:48 ---> 7b62df13476a 06:54:48 Step 6/7 : COPY go.mod . 06:54:48 ---> 04edc7ba1096 06:54:48 Step 7/7 : RUN go mod download 06:54:48 ---> Running in 579365d946c2 06:54:49 ---> Running in 4ff33d0fca5f 06:54:49 Removing intermediate container 4ff33d0fca5f 06:54:49 ---> e17f39a95fff 06:54:49 Step 4/7 : RUN apk add bash 06:54:50 ---> Running in e99372c9c5c7 06:54:51 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:54:52 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:54:53 OK: 142 MiB in 39 packages 06:54:54 Removing intermediate container e99372c9c5c7 06:54:54 ---> b825992ba09d 06:54:54 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 06:54:54 ---> Running in 585796e251b2 06:54:54 Removing intermediate container 585796e251b2 06:54:54 ---> 52415e3fde47 06:54:54 Step 6/7 : COPY go.mod . 06:54:55 ---> 3a01dd952e40 06:54:55 Step 7/7 : RUN go mod download 06:54:55 ---> Running in 0670013f6d95 06:55:00 Removing intermediate container 579365d946c2 06:55:00 ---> 66b5b6866601 06:55:00 Successfully built 66b5b6866601 06:55:00 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 06:55:01 + docker inspect -f . ci-base-image-x86_64 06:55:01 . [Pipeline] withDockerContainer 06:55:01 prd-centos7-docker-4c-2g-16282 does not seem to be running inside a container 06:55:01 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/3 -v /w/workspace/go-mod-core-contracts/3:/w/workspace/go-mod-core-contracts/3:rw,z -v /w/workspace/go-mod-core-contracts/3@tmp:/w/workspace/go-mod-core-contracts/3@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 06:55:02 $ docker top 762910a453cc86b5b4c7ba43dc75d1ca12bd3c39342c19d05f183a4766c34879 -eo pid,comm [Pipeline] { [Pipeline] sh 06:55:02 + go version 06:55:02 go version go1.15.5 linux/amd64 [Pipeline] } 06:55:02 $ docker stop --time=1 762910a453cc86b5b4c7ba43dc75d1ca12bd3c39342c19d05f183a4766c34879 06:55:04 $ docker rm -f 762910a453cc86b5b4c7ba43dc75d1ca12bd3c39342c19d05f183a4766c34879 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 06:55:05 + docker inspect -f . ci-base-image-x86_64 06:55:05 . [Pipeline] withDockerContainer 06:55:05 prd-centos7-docker-4c-2g-16282 does not seem to be running inside a container 06:55:05 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/3 -v /w/workspace/go-mod-core-contracts/3:/w/workspace/go-mod-core-contracts/3:rw,z -v /w/workspace/go-mod-core-contracts/3@tmp:/w/workspace/go-mod-core-contracts/3@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 06:55:05 $ docker top d7ee88f44595f9a3c3a5f17c8333475071b8b72cefebde36ad5adf57c5ba8d72 -eo pid,comm [Pipeline] { [Pipeline] sh 06:55:06 + make test 06:55:06 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 06:55:10 Removing intermediate container 0670013f6d95 06:55:10 ---> 9396a5d3a097 06:55:10 Successfully built 9396a5d3a097 06:55:10 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 06:55:11 + docker inspect -f . ci-base-image-arm64 06:55:11 . [Pipeline] withDockerContainer 06:55:11 prd-ubuntu18.04-docker-arm64-4c-16g-16281 does not seem to be running inside a container 06:55:11 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/3 -v /w/workspace/go-mod-core-contracts/3:/w/workspace/go-mod-core-contracts/3:rw,z -v /w/workspace/go-mod-core-contracts/3@tmp:/w/workspace/go-mod-core-contracts/3@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 ******** ci-base-image-arm64 cat 06:55:12 $ docker top dda34dc698cbb923955217759d5a3bd99af4ffca19b6b7b357931e1171ccaad9 -eo pid,comm [Pipeline] { [Pipeline] sh 06:55:13 + go version 06:55:13 go version go1.15.5 linux/arm64 [Pipeline] } 06:55:14 $ docker stop --time=1 dda34dc698cbb923955217759d5a3bd99af4ffca19b6b7b357931e1171ccaad9 06:55:14 ? github.com/edgexfoundry/go-mod-core-contracts/clients [no test files] 06:55:14 ok github.com/edgexfoundry/go-mod-core-contracts/clients/agent 0.024s coverage: 85.7% of statements 06:55:14 ok github.com/edgexfoundry/go-mod-core-contracts/clients/command 0.016s coverage: 100.0% of statements 06:55:14 ok github.com/edgexfoundry/go-mod-core-contracts/clients/coredata 0.026s coverage: 45.4% of statements 06:55:14 ok github.com/edgexfoundry/go-mod-core-contracts/clients/general 0.007s coverage: 77.8% of statements 06:55:14 ? github.com/edgexfoundry/go-mod-core-contracts/clients/interfaces [no test files] 06:55:15 ok github.com/edgexfoundry/go-mod-core-contracts/clients/logger 0.028s coverage: 18.6% of statements 06:55:15 ok github.com/edgexfoundry/go-mod-core-contracts/clients/metadata 0.027s coverage: 14.7% of statements 06:55:15 ok github.com/edgexfoundry/go-mod-core-contracts/clients/notifications 0.053s coverage: 100.0% of statements 06:55:15 ok github.com/edgexfoundry/go-mod-core-contracts/clients/scheduler 0.027s coverage: 91.8% of statements 06:55:15 ? github.com/edgexfoundry/go-mod-core-contracts/clients/types [no test files] 06:55:15 ? github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/errors [no test files] 06:55:15 ok github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/local 0.028s coverage: 100.0% of statements 06:55:15 ok github.com/edgexfoundry/go-mod-core-contracts/errors 0.007s coverage: 47.8% of statements 06:55:15 $ docker rm -f dda34dc698cbb923955217759d5a3bd99af4ffca19b6b7b357931e1171ccaad9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 06:55:17 + docker inspect -f . ci-base-image-arm64 06:55:17 . [Pipeline] withDockerContainer 06:55:17 prd-ubuntu18.04-docker-arm64-4c-16g-16281 does not seem to be running inside a container 06:55:17 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/3 -v /w/workspace/go-mod-core-contracts/3:/w/workspace/go-mod-core-contracts/3:rw,z -v /w/workspace/go-mod-core-contracts/3@tmp:/w/workspace/go-mod-core-contracts/3@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 ******** ci-base-image-arm64 cat 06:55:17 ok github.com/edgexfoundry/go-mod-core-contracts/models 0.031s coverage: 63.0% of statements 06:55:17 ok github.com/edgexfoundry/go-mod-core-contracts/requests/configuration 0.015s coverage: 26.3% of statements 06:55:17 ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/admin 0.009s coverage: 15.4% of statements 06:55:17 ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/operating 0.015s coverage: 15.4% of statements 06:55:17 ok github.com/edgexfoundry/go-mod-core-contracts/responses/configuration 0.017s coverage: 14.3% of statements 06:55:17 ? github.com/edgexfoundry/go-mod-core-contracts/v2 [no test files] 06:55:18 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/http 0.029s coverage: 85.3% of statements 06:55:18 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/http/utils [no test files] 06:55:18 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces [no test files] 06:55:18 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos 0.014s coverage: 43.5% of statements 06:55:18 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/common 0.016s coverage: 100.0% of statements 06:55:18 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/requests 0.028s coverage: 95.2% of statements 06:55:18 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/responses 0.007s coverage: 100.0% of statements 06:55:18 ? github.com/edgexfoundry/go-mod-core-contracts/v2/models [no test files] 06:55:18 CGO_ENABLED=0 GO111MODULE=on go vet ./... 06:55:18 $ docker top c02a0cbfa2f3787436494d1d08be60303aebb98db122a38a2dfe939f491b05a2 -eo pid,comm [Pipeline] { [Pipeline] sh 06:55:20 + make test 06:55:20 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 06:55:20 gofmt -l . 06:55:20 [ "`gofmt -l .`" = "" ] [Pipeline] } 06:55:20 $ docker stop --time=1 d7ee88f44595f9a3c3a5f17c8333475071b8b72cefebde36ad5adf57c5ba8d72 06:55:23 $ docker rm -f d7ee88f44595f9a3c3a5f17c8333475071b8b72cefebde36ad5adf57c5ba8d72 [Pipeline] // withDockerContainer [Pipeline] sh 06:55:23 + sudo chown -R jenkins:jenkins . [Pipeline] stash 06:55:24 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] } 06:55:42 ? github.com/edgexfoundry/go-mod-core-contracts/clients [no test files] 06:55:42 ok github.com/edgexfoundry/go-mod-core-contracts/clients/agent 0.065s coverage: 85.7% of statements 06:55:42 ok github.com/edgexfoundry/go-mod-core-contracts/clients/command 0.027s coverage: 100.0% of statements 06:55:44 ok github.com/edgexfoundry/go-mod-core-contracts/clients/coredata 0.052s coverage: 45.4% of statements 06:55:44 ok github.com/edgexfoundry/go-mod-core-contracts/clients/general 0.064s coverage: 77.8% of statements 06:55:44 ? github.com/edgexfoundry/go-mod-core-contracts/clients/interfaces [no test files] 06:55:45 ok github.com/edgexfoundry/go-mod-core-contracts/clients/logger 0.030s coverage: 18.6% of statements 06:55:46 ok github.com/edgexfoundry/go-mod-core-contracts/clients/metadata 0.054s coverage: 14.7% of statements 06:55:46 ok github.com/edgexfoundry/go-mod-core-contracts/clients/notifications 0.031s coverage: 100.0% of statements 06:55:47 ok github.com/edgexfoundry/go-mod-core-contracts/clients/scheduler 0.062s coverage: 91.8% of statements 06:55:47 ? github.com/edgexfoundry/go-mod-core-contracts/clients/types [no test files] 06:55:47 ? github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/errors [no test files] 06:55:47 ok github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/local 0.029s coverage: 100.0% of statements 06:55:47 ok github.com/edgexfoundry/go-mod-core-contracts/errors 0.025s coverage: 47.8% of statements 06:55:53 ok github.com/edgexfoundry/go-mod-core-contracts/models 0.095s coverage: 63.0% of statements 06:55:53 ok github.com/edgexfoundry/go-mod-core-contracts/requests/configuration 0.016s coverage: 26.3% of statements 06:55:53 ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/admin 0.054s coverage: 15.4% of statements 06:55:53 ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/operating 0.031s coverage: 15.4% of statements 06:55:53 ok github.com/edgexfoundry/go-mod-core-contracts/responses/configuration 0.020s coverage: 14.3% of statements 06:55:53 ? github.com/edgexfoundry/go-mod-core-contracts/v2 [no test files] 06:55:54 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/http 0.102s coverage: 85.3% of statements 06:55:54 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/http/utils [no test files] 06:55:54 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces [no test files] 06:55:54 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos 0.041s coverage: 43.5% of statements 06:55:54 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/common 0.028s coverage: 100.0% of statements 06:55:55 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/requests 0.104s coverage: 95.2% of statements 06:55:56 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/responses 0.021s coverage: 100.0% of statements 06:55:56 ? github.com/edgexfoundry/go-mod-core-contracts/v2/models [no test files] 06:55:56 CGO_ENABLED=0 GO111MODULE=on go vet ./... 06:56:01 gofmt -l . 06:56:01 [ "`gofmt -l .`" = "" ] [Pipeline] } 06:56:02 $ docker stop --time=1 c02a0cbfa2f3787436494d1d08be60303aebb98db122a38a2dfe939f491b05a2 06:56:04 $ docker rm -f c02a0cbfa2f3787436494d1d08be60303aebb98db122a38a2dfe939f491b05a2 [Pipeline] // withDockerContainer [Pipeline] sh 06:56:05 + sudo chown -R jenkins:jenkins . [Pipeline] stash 06:56:05 Warning: overwriting stash ‘coverage-report’ 06:56:06 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 06:56:08 provisioning config files... 06:56:08 copy managed file [go-mod-core-contracts-codecov-token] to file:/w/workspace/dry_go-mod-core-contracts_PR-399@tmp/config4414211479660760940tmp [Pipeline] { [Pipeline] sh 06:56:08 + set +x 06:56:08 + curl -s https://codecov.io/bash 06:56:08 + bash -s -- 06:56:08 06:56:08 _____ _ 06:56:08 / ____| | | 06:56:08 | | ___ __| | ___ ___ _____ __ 06:56:08 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 06:56:08 | |___| (_) | (_| | __/ (_| (_) \ V / 06:56:08 \_____\___/ \__,_|\___|\___\___/ \_/ 06:56:08 Bash-20201130-cc6d3fe 06:56:08 06:56:08 06:56:08 ==> Jenkins CI detected. 06:56:08 project root: . 06:56:08 --> token set from env 06:56:08 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 06:56:08 ==> Running gcov in . (disable via -X gcov) 06:56:08 ==> Python coveragepy not found 06:56:08 ==> Searching for coverage reports in: 06:56:08 + . 06:56:08 -> Found 1 reports 06:56:08 ==> Detecting git/mercurial file structure 06:56:08 ==> Reading reports 06:56:09 + ./coverage.out bytes=113695 06:56:09 ==> Appending adjustments 06:56:09 https://docs.codecov.io/docs/fixing-reports 06:56:09 + Found adjustments 06:56:09 ==> Gzipping contents 06:56:09 20K /tmp/codecov.qWnL8R.gz 06:56:09 ==> Uploading reports 06:56:09 url: https://codecov.io 06:56:09 query: branch=PR-399&commit=844a5d37c2a272f408f33a4f79fd99708cfffb83&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2FPR-399%2F3%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=399&job=&cmd_args= 06:56:09 -> Pinging Codecov 06:56:09 https://codecov.io/upload/v4?package=bash-20201130-cc6d3fe&token=secret&branch=PR-399&commit=844a5d37c2a272f408f33a4f79fd99708cfffb83&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2FPR-399%2F3%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=399&job=&cmd_args= 06:56:10 -> Uploading to 06:56:10 https://storage.googleapis.com/codecov/v4/raw/2020-12-16/71470A77251A30514AAF9C0BB2E5B6CE/844a5d37c2a272f408f33a4f79fd99708cfffb83/5173bc88-8c3d-4aa0-945e-fce6c691c4a5.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20201216%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20201216T065609Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=8d5d59cf48371bdd7d38f7c54424f1cdf5bca071f0658161c0980f72e66c5738 06:56:10 % Total % Received % Xferd Average Speed Time Time Time Current 06:56:10 Dload Upload Total Spent Left Speed 06:56:10 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 18214 0 0 100 18214 0 36805 --:--:-- --:--:-- --:--:-- 36870 06:56:10 -> View reports at https://codecov.io/github/edgexfoundry/go-mod-core-contracts/commit/844a5d37c2a272f408f33a4f79fd99708cfffb83 [Pipeline] } 06:56:10 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 06:56:13 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 06:56:13 ---> package-listing.sh 06:56:13 ++ facter osfamily 06:56:13 ++ tr '[:upper:]' '[:lower:]' 06:56:13 + OS_FAMILY=redhat 06:56:13 + workspace=/w/workspace/dry_go-mod-core-contracts_PR-399 06:56:13 + START_PACKAGES=/tmp/packages_start.txt 06:56:13 + END_PACKAGES=/tmp/packages_end.txt 06:56:13 + DIFF_PACKAGES=/tmp/packages_diff.txt 06:56:13 + PACKAGES=/tmp/packages_start.txt 06:56:13 + '[' /w/workspace/dry_go-mod-core-contracts_PR-399 ']' 06:56:13 + PACKAGES=/tmp/packages_end.txt 06:56:13 + case "${OS_FAMILY}" in 06:56:13 + rpm -qa 06:56:13 + sort 06:56:19 + '[' -f /tmp/packages_start.txt ']' 06:56:19 + '[' -f /tmp/packages_end.txt ']' 06:56:19 + diff /tmp/packages_start.txt /tmp/packages_end.txt 06:56:19 + '[' /w/workspace/dry_go-mod-core-contracts_PR-399 ']' 06:56:19 + mkdir -p /w/workspace/dry_go-mod-core-contracts_PR-399/archives/ 06:56:19 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dry_go-mod-core-contracts_PR-399/archives/ [Pipeline] echo 06:56:19 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-399/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 06:56:19 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 06:56:19 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 06:56:19 06:56:19 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 06:56:20 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 06:56:20 alpine: Pulling from edgex-lftools-log-publisher 06:56:20 df20fa9351a1: Pulling fs layer 06:56:20 36b3adc4ff6f: Pulling fs layer 06:56:20 8ad3a11d3b57: Pulling fs layer 06:56:20 46f8f816bc3b: Pulling fs layer 06:56:20 93b61091891f: Pulling fs layer 06:56:20 93b9cdb0e59b: Pulling fs layer 06:56:20 5e14af77c1be: Pulling fs layer 06:56:20 01666e4c0597: Pulling fs layer 06:56:20 aa168da1d23b: Pulling fs layer 06:56:20 93b9cdb0e59b: Waiting 06:56:20 01666e4c0597: Waiting 06:56:20 5e14af77c1be: Waiting 06:56:20 aa168da1d23b: Waiting 06:56:20 46f8f816bc3b: Waiting 06:56:20 93b61091891f: Waiting 06:56:20 36b3adc4ff6f: Download complete 06:56:20 46f8f816bc3b: Verifying Checksum 06:56:20 46f8f816bc3b: Download complete 06:56:20 df20fa9351a1: Verifying Checksum 06:56:20 df20fa9351a1: Download complete 06:56:20 93b9cdb0e59b: Verifying Checksum 06:56:20 93b9cdb0e59b: Download complete 06:56:20 93b61091891f: Verifying Checksum 06:56:20 93b61091891f: Download complete 06:56:20 5e14af77c1be: Download complete 06:56:20 01666e4c0597: Verifying Checksum 06:56:20 01666e4c0597: Download complete 06:56:20 df20fa9351a1: Pull complete 06:56:20 36b3adc4ff6f: Pull complete 06:56:20 8ad3a11d3b57: Verifying Checksum 06:56:20 8ad3a11d3b57: Download complete 06:56:21 8ad3a11d3b57: Pull complete 06:56:21 46f8f816bc3b: Pull complete 06:56:22 aa168da1d23b: Verifying Checksum 06:56:22 aa168da1d23b: Download complete 06:56:22 93b61091891f: Pull complete 06:56:23 93b9cdb0e59b: Pull complete 06:56:23 5e14af77c1be: Pull complete 06:56:23 01666e4c0597: Pull complete 06:56:31 aa168da1d23b: Pull complete 06:56:31 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 06:56:31 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 06:56:31 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 06:56:31 prd-centos7-docker-4c-2g-16280 does not seem to be running inside a container 06:56:31 $ 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-399/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-399 -v /w/workspace/dry_go-mod-core-contracts_PR-399:/w/workspace/dry_go-mod-core-contracts_PR-399:rw,z -v /w/workspace/dry_go-mod-core-contracts_PR-399@tmp:/w/workspace/dry_go-mod-core-contracts_PR-399@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:10003/edgex-lftools-log-publisher:alpine cat 06:56:34 $ docker top 215684ab1ed9a2d00f87469d835ec78fcd1a1839785f4fac36111607ca9238e4 -eo pid,comm [Pipeline] { [Pipeline] sh 06:56:34 + touch /tmp/pre-build-complete [Pipeline] sh 06:56:35 + mkdir -p /var/log/sa [Pipeline] sh 06:56:35 + ls /var/log/sa-host 06:56:35 + sadf -c /var/log/sa-host/sa16 06:56:35 file_magic: OK 06:56:35 HZ: Using current value: 100 06:56:35 file_header: OK 06:56:35 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 06:56:35 Statistics: 06:56:35 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 06:56:35 File successfully converted to sysstat format version 12.2.1 06:56:35 + sadf -c /var/log/sa-host/sa23 06:56:35 file_magic: OK 06:56:35 HZ: Using current value: 100 06:56:35 file_header: OK 06:56:35 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 06:56:35 Statistics: 06:56:35 Hnuu...uuuununununu... 06:56:35 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 06:56:35 provisioning config files... 06:56:35 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dry_go-mod-core-contracts_PR-399@tmp/config7427233647752775549tmp [Pipeline] { [Pipeline] echo 06:56:35 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 06:56:36 ---> create-netrc.sh [Pipeline] } 06:56:36 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 06:56:36 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 06:56:36 ---> python-tools-install.sh [Pipeline] echo 06:56:36 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 06:56:36 ---> sudo-logs.sh 06:56:36 Archiving 'sudo' log.. [Pipeline] echo 06:56:36 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 06:56:37 ---> job-cost.sh 06:56:37 lf-activate-venv: SKIPPING 06:56:37 INFO: No Stack... 06:56:38 INFO: Retrieving Pricing Info for: v1-standard-2 06:56:38 INFO: Archiving Costs [Pipeline] echo 06:56:38 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 06:56:38 ---> logs-deploy.sh 06:56:38 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/PR-399/3 06:56:38 INFO: archiving workspace using pattern(s): 06:56:40 Archives upload complete. 06:56:40 INFO: archiving logs to Nexus 06:56:41 ---> uname -a: 06:56:41 Linux prd-centos7-docker-4c-2g-16280.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 06:56:41 06:56:41 06:56:41 ---> lscpu: 06:56:41 Architecture: x86_64 06:56:41 CPU op-mode(s): 32-bit, 64-bit 06:56:41 Byte Order: Little Endian 06:56:41 Address sizes: 40 bits physical, 48 bits virtual 06:56:41 CPU(s): 4 06:56:41 On-line CPU(s) list: 0-3 06:56:41 Thread(s) per core: 1 06:56:41 Core(s) per socket: 1 06:56:41 Socket(s): 4 06:56:41 NUMA node(s): 1 06:56:41 Vendor ID: GenuineIntel 06:56:41 CPU family: 6 06:56:41 Model: 44 06:56:41 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 06:56:41 Stepping: 1 06:56:41 CPU MHz: 2933.436 06:56:41 BogoMIPS: 5866.87 06:56:41 Virtualization: VT-x 06:56:41 Hypervisor vendor: KVM 06:56:41 Virtualization type: full 06:56:41 L1d cache: 128 KiB 06:56:41 L1i cache: 128 KiB 06:56:41 L2 cache: 16 MiB 06:56:41 L3 cache: 64 MiB 06:56:41 NUMA node0 CPU(s): 0-3 06:56:41 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 06:56:41 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 06:56:41 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 06:56:41 Vulnerability Meltdown: Mitigation; PTI 06:56:41 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 06:56:41 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 06:56:41 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 06:56:41 Vulnerability Srbds: Not affected 06:56:41 Vulnerability Tsx async abort: Not affected 06:56:41 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 06:56:41 06:56:41 06:56:41 ---> nproc: 06:56:41 4 06:56:41 06:56:41 06:56:41 ---> df -h: 06:56:41 Filesystem Size Used Available Use% Mounted on 06:56:41 overlay 50.0G 7.3G 42.7G 15% / 06:56:41 tmpfs 64.0M 0 64.0M 0% /dev 06:56:41 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 06:56:41 shm 64.0M 0 64.0M 0% /dev/shm 06:56:41 /dev/vda1 50.0G 7.3G 42.7G 15% /facter-os 06:56:41 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/resolv.conf 06:56:41 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hostname 06:56:41 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hosts 06:56:41 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/dry_go-mod-core-contracts_PR-399@tmp 06:56:41 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/sa-host 06:56:41 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/secure 06:56:41 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/auth.log 06:56:41 /dev/vda1 50.0G 7.3G 42.7G 15% /run/cloud-init/result.json 06:56:41 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/dry_go-mod-core-contracts_PR-399 06:56:41 06:56:41 06:56:41 ---> free -m: 06:56:41 total used free shared buff/cache available 06:56:41 Mem: 1837 699 110 0 1027 1033 06:56:41 Swap: 1023 1 1022 06:56:41 06:56:41 06:56:41 ---> ip addr: 06:56:41 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 06:56:41 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 06:56:41 inet 127.0.0.1/8 scope host lo 06:56:41 valid_lft forever preferred_lft forever 06:56:41 inet6 ::1/128 scope host 06:56:41 valid_lft forever preferred_lft forever 06:56:41 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 06:56:41 link/ether fa:16:3e:71:ae:4f brd ff:ff:ff:ff:ff:ff 06:56:41 inet 10.30.122.219/23 brd 10.30.123.255 scope global dynamic eth0 06:56:41 valid_lft 86070sec preferred_lft 86070sec 06:56:41 inet6 fe80::f816:3eff:fe71:ae4f/64 scope link 06:56:41 valid_lft forever preferred_lft forever 06:56:41 3: docker0: mtu 1500 qdisc noqueue state DOWN 06:56:41 link/ether 02:42:db:c2:de:b8 brd ff:ff:ff:ff:ff:ff 06:56:41 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 06:56:41 valid_lft forever preferred_lft forever 06:56:41 inet6 fe80::42:dbff:fec2:deb8/64 scope link 06:56:41 valid_lft forever preferred_lft forever 06:56:41 06:56:41 06:56:41 ---> sar -b -r -n DEV: 06:56:41 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) 06:56:41 06:56:41 06:51:00 LINUX RESTART (4 CPU) 06:56:41 06:56:41 06:52:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 06:56:41 06:53:01 10.17 2.28 7.89 0.00 186.12 239.67 0.00 06:56:41 06:54:01 0.37 0.00 0.37 0.00 0.00 6.08 0.00 06:56:41 06:55:01 0.27 0.00 0.27 0.00 0.00 3.61 0.00 06:56:41 06:56:02 0.27 0.00 0.27 0.00 0.00 3.13 0.00 06:56:41 Average: 2.77 0.57 2.20 0.00 46.55 63.15 0.00 06:56:41 06:56:41 06:52:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 06:56:41 06:53:01 154324 0 598616 31.82 2620 1125984 1102672 37.63 424032 1103856 20 06:56:41 06:54:01 157660 0 595272 31.64 2620 1125992 1077940 36.79 423132 1101768 12 06:56:41 06:55:01 152908 0 600020 31.89 2620 1125996 1078096 36.79 427772 1101512 12 06:56:41 06:56:02 153852 0 599076 31.84 2620 1125996 1077880 36.79 436176 1092088 8 06:56:41 Average: 154686 0 598246 31.80 2620 1125992 1084147 37.00 427778 1099806 13 06:56:41 06:56:41 06:52:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 06:56:41 06:53:01 eth0 25.64 21.83 31.35 16.65 0.00 0.00 0.00 0.00 06:56:41 06:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:56:41 06:53:01 docker0 5.84 4.54 1.32 14.23 0.00 0.00 0.00 0.00 06:56:41 06:54:01 eth0 4.21 2.31 3.09 0.15 0.00 0.00 0.00 0.00 06:56:41 06:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:56:41 06:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:56:41 06:55:01 eth0 0.93 0.60 0.53 0.40 0.00 0.00 0.00 0.00 06:56:41 06:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:56:41 06:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:56:41 06:56:02 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 06:56:41 06:56:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:56:41 06:56:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:56:41 Average: eth0 7.72 6.21 8.75 4.30 0.00 0.00 0.00 0.00 06:56:41 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:56:41 Average: docker0 1.46 1.14 0.33 3.56 0.00 0.00 0.00 0.00 06:56:41 06:56:41 06:56:41 ---> sar -P ALL: 06:56:41 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) 06:56:41 06:56:41 06:51:00 LINUX RESTART (4 CPU) 06:56:41 06:56:41 06:52:01 CPU %user %nice %system %iowait %steal %idle 06:56:41 06:53:01 all 0.98 0.00 0.67 0.22 0.00 98.13 06:56:41 06:53:01 0 0.74 0.00 0.58 0.03 0.02 98.63 06:56:41 06:53:01 1 0.84 0.00 0.79 0.23 0.00 98.15 06:56:41 06:53:01 2 1.39 0.00 0.65 0.58 0.00 97.38 06:56:41 06:53:01 3 0.97 0.00 0.65 0.02 0.00 98.36 06:56:41 06:54:01 all 0.18 0.00 0.05 0.00 0.00 99.77 06:56:41 06:54:01 0 0.03 0.00 0.05 0.00 0.00 99.92 06:56:41 06:54:01 1 0.05 0.00 0.03 0.00 0.00 99.92 06:56:41 06:54:01 2 0.55 0.00 0.07 0.00 0.00 99.38 06:56:41 06:54:01 3 0.07 0.00 0.03 0.00 0.02 99.88 06:56:41 06:55:01 all 0.19 0.00 0.05 0.00 0.02 99.75 06:56:41 06:55:01 0 0.05 0.00 0.03 0.00 0.00 99.92 06:56:41 06:55:01 1 0.05 0.00 0.02 0.00 0.03 99.90 06:56:41 06:55:01 2 0.58 0.00 0.07 0.00 0.02 99.33 06:56:41 06:55:01 3 0.08 0.00 0.07 0.00 0.02 99.83 06:56:41 06:56:02 all 0.16 0.00 0.05 0.00 0.00 99.79 06:56:41 06:56:02 0 0.03 0.00 0.03 0.00 0.00 99.93 06:56:41 06:56:02 1 0.03 0.00 0.08 0.00 0.00 99.88 06:56:41 06:56:02 2 0.55 0.00 0.07 0.00 0.00 99.38 06:56:41 06:56:02 3 0.02 0.00 0.03 0.00 0.00 99.95 06:56:41 Average: all 0.38 0.00 0.20 0.05 0.01 99.36 06:56:41 Average: 0 0.21 0.00 0.18 0.01 0.00 99.60 06:56:41 Average: 1 0.24 0.00 0.23 0.06 0.01 99.46 06:56:41 Average: 2 0.77 0.00 0.21 0.15 0.00 98.87 06:56:41 Average: 3 0.28 0.00 0.20 0.00 0.01 99.51 06:56:41 06:56:41 06:56:41