Pull request #419 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 FelixTing for edgexfoundry/go-mod-core-contracts Loading trusted files from base branch master at 05010fbf72023a8ab94f152325133773780bb9d7 rather than 3c275c08d0dd02006af905e702dae4ff2afadcc0 Obtained Jenkinsfile from 05010fbf72023a8ab94f152325133773780bb9d7 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 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 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 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 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 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd # timeout=10 Commit message: "Merge pull request #306 from ernestojeda/disable-snyk-scan" > 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 SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task ‘prd-centos7-docker-4c-2g-15505’ is offline Running on prd-centos7-docker-4c-2g-19102 in /w/workspace/dry_go-mod-core-contracts_PR-419 [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-419 # 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 05010fbf72023a8ab94f152325133773780bb9d7 into PR head commit 3c275c08d0dd02006af905e702dae4ff2afadcc0 Merge succeeded, producing 3c275c08d0dd02006af905e702dae4ff2afadcc0 Checking out Revision 3c275c08d0dd02006af905e702dae4ff2afadcc0 (PR-419) > 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/419/head:refs/remotes/origin/PR-419 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 3c275c08d0dd02006af905e702dae4ff2afadcc0 # 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 05010fbf72023a8ab94f152325133773780bb9d7 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 3c275c08d0dd02006af905e702dae4ff2afadcc0 # timeout=10 Commit message: "Merge branch 'master' into issue-418" > git rev-list --no-walk d87652e10facce55414994697b64f5d6ca7fd500 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 15:45:02 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 15:45:02 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 15:45:03 ========================================================= 15:45:03 EdgeX Global Pipelines Version Info 15:45:03 ========================================================= [Pipeline] libraryResource [Pipeline] sh 15:45:04 ------------------- 15:45:04 stable info: 15:45:04 ------------------- 15:45:04 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 15:45:04 Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 15:45:04 Message: update stable to v1.0.173 15:45:05 ------------------- 15:45:05 experimental info: 15:45:05 ------------------- 15:45:05 Commited By: **** collab-it+edgex@linuxfoundation.org 15:45:05 Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 15:45:05 Message: update experimental to v1.0.173 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 15:45:05 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-core-contracts-settings [Pipeline] echo 15:45:05 [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-core-contracts [Pipeline] echo 15:45:05 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 15:45:06 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 15:45:06 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 15:45:06 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 15:45:06 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 15:45:06 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 15:45:06 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 15:45:06 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 15:45:06 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 15:45:06 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-core-contracts [Pipeline] echo 15:45:06 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 15:45:07 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 15:45:07 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 15:45:07 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 15:45:07 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 15:45:07 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 15:45:07 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = patch [Pipeline] echo 15:45:07 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 15:45:07 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 15:45:07 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 15:45:08 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 15:45:08 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 15:45:08 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 15:45:08 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 15:45:08 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 15:45:08 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-419 [Pipeline] echo 15:45:08 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-419 [Pipeline] echo 15:45:08 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-419 [Pipeline] echo 15:45:08 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 3c275c08d0dd02006af905e702dae4ff2afadcc0 [Pipeline] echo 15:45:09 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 3c275c0 [Pipeline] echo 15:45:09 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 15:45:09 + git log --format=format:%s -1 3c275c08d0dd02006af905e702dae4ff2afadcc0 [Pipeline] echo 15:45:09 GIT_COMMIT: 3c275c08d0dd02006af905e702dae4ff2afadcc0, Commit Message: Merge branch 'master' into issue-418 [Pipeline] echo 15:45:09 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 15:45:10 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:45:10 15:45:10 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 15:45:11 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:45:11 latest: Pulling from edgex-devops/git-semver 15:45:11 31603596830f: Pulling fs layer 15:45:11 2a8b12db71e7: Pulling fs layer 15:45:11 6ca5941a6612: Pulling fs layer 15:45:11 ecc8261a40a4: Pulling fs layer 15:45:11 ecc8261a40a4: Waiting 15:45:11 2a8b12db71e7: Verifying Checksum 15:45:11 2a8b12db71e7: Download complete 15:45:11 31603596830f: Verifying Checksum 15:45:11 31603596830f: Download complete 15:45:11 6ca5941a6612: Verifying Checksum 15:45:11 6ca5941a6612: Download complete 15:45:11 ecc8261a40a4: Verifying Checksum 15:45:11 ecc8261a40a4: Download complete 15:45:11 31603596830f: Pull complete 15:45:11 2a8b12db71e7: Pull complete 15:45:12 6ca5941a6612: Pull complete 15:45:12 ecc8261a40a4: Pull complete 15:45:12 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 15:45:12 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:45:12 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 15:45:13 prd-centos7-docker-4c-2g-19102 does not seem to be running inside a container 15:45:13 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_go-mod-core-contracts_PR-419 -v /w/workspace/dry_go-mod-core-contracts_PR-419:/w/workspace/dry_go-mod-core-contracts_PR-419:rw,z -v /w/workspace/dry_go-mod-core-contracts_PR-419@tmp:/w/workspace/dry_go-mod-core-contracts_PR-419@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 15:45:15 $ docker top d48c438b9df76d0ebeb8179d80637eb4eb115003f4d853289d7c44d74e33aeac -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 15:45:16 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:45:16 [ssh-agent] Looking for ssh-agent implementation... 15:45:16 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:45:16 $ docker exec d48c438b9df76d0ebeb8179d80637eb4eb115003f4d853289d7c44d74e33aeac ssh-agent 15:45:16 SSH_AUTH_SOCK=/tmp/ssh-rJHmWVSJmQgh/agent.12 15:45:16 SSH_AGENT_PID=18 15:45:16 Running ssh-add (command line suppressed) 15:45:16 Identity added: /w/workspace/dry_go-mod-core-contracts_PR-419@tmp/private_key_3586994791294337002.key (/w/workspace/dry_go-mod-core-contracts_PR-419@tmp/private_key_3586994791294337002.key) 15:45:16 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:45:17 + git tag --points-at HEAD [Pipeline] } 15:45:17 $ docker exec --env ******** --env ******** d48c438b9df76d0ebeb8179d80637eb4eb115003f4d853289d7c44d74e33aeac ssh-agent -k 15:45:17 unset SSH_AUTH_SOCK; 15:45:17 unset SSH_AGENT_PID; 15:45:17 echo Agent pid 18 killed; 15:45:17 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 15:45:17 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:45:17 [ssh-agent] Looking for ssh-agent implementation... 15:45:17 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:45:17 $ docker exec d48c438b9df76d0ebeb8179d80637eb4eb115003f4d853289d7c44d74e33aeac ssh-agent 15:45:17 SSH_AUTH_SOCK=/tmp/ssh-OBoRPXXaZ3Wv/agent.46 15:45:17 SSH_AGENT_PID=51 15:45:17 Running ssh-add (command line suppressed) 15:45:17 Identity added: /w/workspace/dry_go-mod-core-contracts_PR-419@tmp/private_key_6639226214132612077.key (/w/workspace/dry_go-mod-core-contracts_PR-419@tmp/private_key_6639226214132612077.key) 15:45:18 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:45:18 + git semver init 15:45:18 # -> Open(): unable to determine branch for HEAD 15:45:18 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_PR-419/.git 15:45:18 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_PR-419 15:45:18 # $SEMVER_REMOTE_NAME = origin 15:45:18 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 15:45:18 # $SEMVER_USER_NAME = edgex-jenkins 15:45:18 # $SEMVER_BRANCH = PR-419 15:45:18 # $SEMVER_TEMP = /tmp/semver-285228740 15:45:18 # git clone --branch semver git@github.com:edgexfoundry/go-mod-core-contracts.git $SEMVER_TEMP 15:45:18 # '/tmp/semver-285228740' -> '/w/workspace/dry_go-mod-core-contracts_PR-419/.semver' 15:45:18 # -> Force: false 15:45:18 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_PR-419/.semver [Pipeline] } 15:45:18 $ docker exec --env ******** --env ******** d48c438b9df76d0ebeb8179d80637eb4eb115003f4d853289d7c44d74e33aeac ssh-agent -k 15:45:19 unset SSH_AUTH_SOCK; 15:45:19 unset SSH_AGENT_PID; 15:45:19 echo Agent pid 51 killed; 15:45:19 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 15:45:19 + git semver [Pipeline] } 15:45:19 $ docker stop --time=1 d48c438b9df76d0ebeb8179d80637eb4eb115003f4d853289d7c44d74e33aeac 15:45:21 $ docker rm -f d48c438b9df76d0ebeb8179d80637eb4eb115003f4d853289d7c44d74e33aeac [Pipeline] // withDockerContainer [Pipeline] sh 15:45:22 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 15:45:22 Stashed 1 file(s) [Pipeline] echo 15:45:22 [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 15:45:37 Still waiting to schedule task 15:45:37 Waiting for next available executor on ‘centos7-docker-4c-2g’ 15:45:37 Still waiting to schedule task 15:45:37 ‘prd-ubuntu18.04-docker-arm64-4c-16g-18207’ is offline 15:47:26 Running on prd-ubuntu18.04-docker-arm64-4c-16g-19103 in /w/workspace/dry_go-mod-core-contracts_PR-419 [Pipeline] { [Pipeline] ws 15:47:26 Running in /w/workspace/go-mod-core-contracts/2 [Pipeline] { [Pipeline] checkout 15:47:31 using credential edgex-jenkins-ssh 15:47:31 Cloning the remote Git repository 15:47:31 Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git 15:47:31 > git init /w/workspace/go-mod-core-contracts/2 # timeout=10 15:47:31 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 15:47:31 > git --version # timeout=10 15:47:31 > git --version # 'git version 2.17.1' 15:47:31 using GIT_SSH to set credentials SSH Credentials for GitHub 15:47:31 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 15:47:32 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 15:47:32 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 15:47:32 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 15:47:32 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 15:47:32 using GIT_SSH to set credentials SSH Credentials for GitHub 15:47:32 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/419/head:refs/remotes/origin/PR-419 +refs/heads/master:refs/remotes/origin/master # timeout=10 15:47:33 Merging remotes/origin/master commit 05010fbf72023a8ab94f152325133773780bb9d7 into PR head commit 3c275c08d0dd02006af905e702dae4ff2afadcc0 15:47:33 Merge succeeded, producing 3c275c08d0dd02006af905e702dae4ff2afadcc0 15:47:33 Checking out Revision 3c275c08d0dd02006af905e702dae4ff2afadcc0 (PR-419) 15:47:33 > git config core.sparsecheckout # timeout=10 15:47:33 > git checkout -f 3c275c08d0dd02006af905e702dae4ff2afadcc0 # timeout=10 15:47:33 > git remote # timeout=10 15:47:33 > git config --get remote.origin.url # timeout=10 15:47:33 using GIT_SSH to set credentials SSH Credentials for GitHub 15:47:33 > git merge 05010fbf72023a8ab94f152325133773780bb9d7 # timeout=10 15:47:33 > git rev-parse HEAD^{commit} # timeout=10 15:47:33 > git config core.sparsecheckout # timeout=10 15:47:33 > git checkout -f 3c275c08d0dd02006af905e702dae4ff2afadcc0 # timeout=10 15:47:38 Commit message: "Merge branch 'master' into issue-418" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 15:47:39 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 15:47:40 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 15:47:40 + true 15:47:40 + sudo service docker restart [Pipeline] unstash [Pipeline] echo 15:47:43 ========================================================= 15:47:43 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 15:47:43 ========================================================= [Pipeline] isUnix [Pipeline] sh 15:47:43 + 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 . 15:47:44 Sending build context to Docker daemon 2.159MB 15:47:44 Step 1/7 : ARG BASE=golang:1.15-alpine 15:47:44 Step 2/7 : FROM ${BASE} 15:47:45 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 15:47:45 5f621e34cdf4: Pulling fs layer 15:47:45 a4357932f1b6: Pulling fs layer 15:47:45 18c013af1878: Pulling fs layer 15:47:45 00ac8860ef70: Pulling fs layer 15:47:45 63d7cb157983: Pulling fs layer 15:47:45 b116817d02f9: Pulling fs layer 15:47:45 745a02a5169b: Pulling fs layer 15:47:45 63d7cb157983: Waiting 15:47:45 b116817d02f9: Waiting 15:47:45 745a02a5169b: Waiting 15:47:45 00ac8860ef70: Waiting 15:47:45 18c013af1878: Verifying Checksum 15:47:45 18c013af1878: Download complete 15:47:45 a4357932f1b6: Download complete 15:47:45 63d7cb157983: Verifying Checksum 15:47:45 63d7cb157983: Download complete 15:47:45 b116817d02f9: Verifying Checksum 15:47:45 b116817d02f9: Download complete 15:47:46 5f621e34cdf4: Verifying Checksum 15:47:46 5f621e34cdf4: Download complete 15:47:46 5f621e34cdf4: Pull complete 15:47:47 a4357932f1b6: Pull complete 15:47:47 18c013af1878: Pull complete 15:47:48 745a02a5169b: Verifying Checksum 15:47:48 745a02a5169b: Download complete 15:47:49 00ac8860ef70: Verifying Checksum 15:47:59 00ac8860ef70: Pull complete 15:47:59 63d7cb157983: Pull complete 15:48:00 b116817d02f9: Pull complete 15:48:04 745a02a5169b: Pull complete 15:48:04 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 15:48:04 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 15:48:04 ---> b7e6874047d6 15:48:04 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 15:48:07 ---> Running in 967a458ef0a8 15:48:07 Removing intermediate container 967a458ef0a8 15:48:07 ---> 4408cd637283 15:48:07 Step 4/7 : RUN apk add bash 15:48:07 ---> Running in 77c9892e208a 15:48:08 Running on prd-centos7-docker-4c-2g-19104 in /w/workspace/dry_go-mod-core-contracts_PR-419 [Pipeline] { [Pipeline] ws 15:48:08 Running in /w/workspace/go-mod-core-contracts/2 [Pipeline] { [Pipeline] checkout 15:48:08 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:48:09 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:48:10 OK: 142 MiB in 39 packages 15:48:11 using credential edgex-jenkins-ssh 15:48:11 Cloning the remote Git repository 15:48:11 Removing intermediate container 77c9892e208a 15:48:11 ---> 8b86a63b027d 15:48:11 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 15:48:11 ---> Running in 6df80ec2009f 15:48:12 Removing intermediate container 6df80ec2009f 15:48:12 ---> 52a6105f3a9a 15:48:12 Step 6/7 : COPY go.mod . 15:48:11 Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git 15:48:11 > git init /w/workspace/go-mod-core-contracts/2 # timeout=10 15:48:11 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 15:48:11 > git --version # timeout=10 15:48:11 > git --version # 'git version 2.24.3' 15:48:11 using GIT_SSH to set credentials SSH Credentials for GitHub 15:48:11 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 15:48:12 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 15:48:12 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 15:48:12 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 15:48:12 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 15:48:12 using GIT_SSH to set credentials SSH Credentials for GitHub 15:48:12 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/419/head:refs/remotes/origin/PR-419 +refs/heads/master:refs/remotes/origin/master # timeout=10 15:48:12 Merging remotes/origin/master commit 05010fbf72023a8ab94f152325133773780bb9d7 into PR head commit 3c275c08d0dd02006af905e702dae4ff2afadcc0 15:48:12 ---> adaffcd4e77a 15:48:12 Step 7/7 : RUN go mod download 15:48:12 Merge succeeded, producing 3c275c08d0dd02006af905e702dae4ff2afadcc0 15:48:12 Checking out Revision 3c275c08d0dd02006af905e702dae4ff2afadcc0 (PR-419) 15:48:13 ---> Running in 9d7f0c24e1a0 15:48:12 > git config core.sparsecheckout # timeout=10 15:48:12 > git checkout -f 3c275c08d0dd02006af905e702dae4ff2afadcc0 # timeout=10 15:48:12 > git remote # timeout=10 15:48:12 > git config --get remote.origin.url # timeout=10 15:48:12 using GIT_SSH to set credentials SSH Credentials for GitHub 15:48:12 > git merge 05010fbf72023a8ab94f152325133773780bb9d7 # timeout=10 15:48:12 > git rev-parse HEAD^{commit} # timeout=10 15:48:12 > git config core.sparsecheckout # timeout=10 15:48:12 > git checkout -f 3c275c08d0dd02006af905e702dae4ff2afadcc0 # timeout=10 15:48:16 Commit message: "Merge branch 'master' into issue-418" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 15:48:17 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 15:48:18 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 15:48:18 + sudo service docker restart 15:48:18 + true 15:48:18 Redirecting to /bin/systemctl restart docker.service [Pipeline] unstash [Pipeline] echo 15:48:19 ========================================================= 15:48:19 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 15:48:19 ========================================================= [Pipeline] isUnix [Pipeline] sh 15:48:20 + 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 . 15:48:20 Sending build context to Docker daemon 2.16MB 15:48:20 Step 1/7 : ARG BASE=golang:1.15-alpine 15:48:20 Step 2/7 : FROM ${BASE} 15:48:21 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 15:48:21 188c0c94c7c5: Pulling fs layer 15:48:21 0ef7d3d256c8: Pulling fs layer 15:48:21 de9db76c5a1d: Pulling fs layer 15:48:21 bca2f99d35d6: Pulling fs layer 15:48:21 93359f2a8cfa: Pulling fs layer 15:48:21 7c6f9722023f: Pulling fs layer 15:48:21 a35cf1a2eb13: Pulling fs layer 15:48:21 bca2f99d35d6: Waiting 15:48:21 93359f2a8cfa: Waiting 15:48:21 7c6f9722023f: Waiting 15:48:21 a35cf1a2eb13: Waiting 15:48:21 de9db76c5a1d: Verifying Checksum 15:48:21 de9db76c5a1d: Download complete 15:48:21 0ef7d3d256c8: Verifying Checksum 15:48:21 0ef7d3d256c8: Download complete 15:48:21 93359f2a8cfa: Verifying Checksum 15:48:21 93359f2a8cfa: Download complete 15:48:21 7c6f9722023f: Verifying Checksum 15:48:21 7c6f9722023f: Download complete 15:48:21 188c0c94c7c5: Verifying Checksum 15:48:21 188c0c94c7c5: Download complete 15:48:21 188c0c94c7c5: Pull complete 15:48:21 0ef7d3d256c8: Pull complete 15:48:21 de9db76c5a1d: Pull complete 15:48:22 a35cf1a2eb13: Verifying Checksum 15:48:22 a35cf1a2eb13: Download complete 15:48:23 bca2f99d35d6: Verifying Checksum 15:48:23 bca2f99d35d6: Download complete 15:48:28 Removing intermediate container 9d7f0c24e1a0 15:48:28 ---> 8241735fe27b 15:48:28 Successfully built 8241735fe27b 15:48:28 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 15:48:28 + docker inspect -f . ci-base-image-arm64 15:48:28 . [Pipeline] withDockerContainer 15:48:28 bca2f99d35d6: Pull complete 15:48:28 93359f2a8cfa: Pull complete 15:48:28 7c6f9722023f: Pull complete 15:48:28 prd-ubuntu18.04-docker-arm64-4c-16g-19103 does not seem to be running inside a container 15:48:28 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/2 -v /w/workspace/go-mod-core-contracts/2:/w/workspace/go-mod-core-contracts/2:rw,z -v /w/workspace/go-mod-core-contracts/2@tmp:/w/workspace/go-mod-core-contracts/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 15:48:30 $ docker top 3292011c73f899195fd7dfb71475d6f3fff2eb546bba6efeccfdab30853b6a67 -eo pid,comm [Pipeline] { [Pipeline] sh 15:48:31 + go version 15:48:31 go version go1.15.5 linux/arm64 [Pipeline] } 15:48:31 $ docker stop --time=1 3292011c73f899195fd7dfb71475d6f3fff2eb546bba6efeccfdab30853b6a67 15:48:33 $ docker rm -f 3292011c73f899195fd7dfb71475d6f3fff2eb546bba6efeccfdab30853b6a67 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:48:34 + docker inspect -f . ci-base-image-arm64 15:48:34 . [Pipeline] withDockerContainer 15:48:34 prd-ubuntu18.04-docker-arm64-4c-16g-19103 does not seem to be running inside a container 15:48:34 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/2 -v /w/workspace/go-mod-core-contracts/2:/w/workspace/go-mod-core-contracts/2:rw,z -v /w/workspace/go-mod-core-contracts/2@tmp:/w/workspace/go-mod-core-contracts/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 15:48:35 a35cf1a2eb13: Pull complete 15:48:36 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 15:48:36 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 15:48:36 ---> a62c8e92a672 15:48:36 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 15:48:36 ---> Running in 1ebf4f8f5c0a 15:48:36 $ docker top efdda076588d1498ded2e4c28ccc894a2eae1426affbb99fe3fd72a5e7979813 -eo pid,comm 15:48:36 Removing intermediate container 1ebf4f8f5c0a 15:48:36 ---> 64901cd9a1d7 15:48:36 Step 4/7 : RUN apk add bash 15:48:36 ---> Running in c75d8601d4eb [Pipeline] { [Pipeline] sh 15:48:37 + make test 15:48:37 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 15:48:37 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:48:38 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:48:39 OK: 166 MiB in 39 packages 15:48:39 Removing intermediate container c75d8601d4eb 15:48:39 ---> 2cb4b75a232f 15:48:39 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 15:48:39 ---> Running in 675fa4ec7144 15:48:39 Removing intermediate container 675fa4ec7144 15:48:39 ---> 88270b7a4fc9 15:48:39 Step 6/7 : COPY go.mod . 15:48:40 ---> d76dbc1fae2a 15:48:40 Step 7/7 : RUN go mod download 15:48:40 ---> Running in e066bc34e83b 15:48:52 Removing intermediate container e066bc34e83b 15:48:52 ---> 91970b9c5131 15:48:52 Successfully built 91970b9c5131 15:48:52 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 15:48:52 + docker inspect -f . ci-base-image-x86_64 15:48:52 . [Pipeline] withDockerContainer 15:48:52 prd-centos7-docker-4c-2g-19104 does not seem to be running inside a container 15:48:53 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/2 -v /w/workspace/go-mod-core-contracts/2:/w/workspace/go-mod-core-contracts/2:rw,z -v /w/workspace/go-mod-core-contracts/2@tmp:/w/workspace/go-mod-core-contracts/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 15:48:53 $ docker top 845f15a6c66ac0db9cbfeff6fc8cd8193405a4e5d56489de5f2eb9cc264f00e4 -eo pid,comm [Pipeline] { [Pipeline] sh 15:48:54 + go version 15:48:54 go version go1.15.5 linux/amd64 [Pipeline] } 15:48:54 $ docker stop --time=1 845f15a6c66ac0db9cbfeff6fc8cd8193405a4e5d56489de5f2eb9cc264f00e4 15:48:55 $ docker rm -f 845f15a6c66ac0db9cbfeff6fc8cd8193405a4e5d56489de5f2eb9cc264f00e4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:48:56 + docker inspect -f . ci-base-image-x86_64 15:48:56 . [Pipeline] withDockerContainer 15:48:56 prd-centos7-docker-4c-2g-19104 does not seem to be running inside a container 15:48:56 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/2 -v /w/workspace/go-mod-core-contracts/2:/w/workspace/go-mod-core-contracts/2:rw,z -v /w/workspace/go-mod-core-contracts/2@tmp:/w/workspace/go-mod-core-contracts/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 15:48:57 $ docker top d23e0f8412396070d0798597ebe150673014e0c702465cb31f330f58d11de8bd -eo pid,comm [Pipeline] { [Pipeline] sh 15:48:58 + make test 15:48:58 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 15:48:59 ? github.com/edgexfoundry/go-mod-core-contracts/clients [no test files] 15:48:59 ok github.com/edgexfoundry/go-mod-core-contracts/clients/agent 0.032s coverage: 85.7% of statements 15:48:59 ok github.com/edgexfoundry/go-mod-core-contracts/clients/command 0.041s coverage: 100.0% of statements 15:49:01 ok github.com/edgexfoundry/go-mod-core-contracts/clients/coredata 0.097s coverage: 45.4% of statements 15:49:01 ok github.com/edgexfoundry/go-mod-core-contracts/clients/general 0.021s coverage: 77.8% of statements 15:49:01 ? github.com/edgexfoundry/go-mod-core-contracts/clients/interfaces [no test files] 15:49:02 ok github.com/edgexfoundry/go-mod-core-contracts/clients/logger 0.014s coverage: 26.3% of statements 15:49:03 ok github.com/edgexfoundry/go-mod-core-contracts/clients/metadata 0.040s coverage: 14.7% of statements 15:49:04 ok github.com/edgexfoundry/go-mod-core-contracts/clients/notifications 0.021s coverage: 100.0% of statements 15:49:04 ? github.com/edgexfoundry/go-mod-core-contracts/clients [no test files] 15:49:04 ok github.com/edgexfoundry/go-mod-core-contracts/clients/scheduler 0.090s coverage: 91.8% of statements 15:49:04 ? github.com/edgexfoundry/go-mod-core-contracts/clients/types [no test files] 15:49:04 ? github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/errors [no test files] 15:49:04 ok github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/local 0.039s coverage: 100.0% of statements 15:49:04 ok github.com/edgexfoundry/go-mod-core-contracts/errors 0.021s coverage: 47.8% of statements 15:49:05 ok github.com/edgexfoundry/go-mod-core-contracts/clients/agent 0.021s coverage: 85.7% of statements 15:49:05 ok github.com/edgexfoundry/go-mod-core-contracts/clients/command 0.012s coverage: 100.0% of statements 15:49:05 ok github.com/edgexfoundry/go-mod-core-contracts/clients/coredata 0.044s coverage: 45.4% of statements 15:49:05 ok github.com/edgexfoundry/go-mod-core-contracts/clients/general 0.007s coverage: 77.8% of statements 15:49:05 ? github.com/edgexfoundry/go-mod-core-contracts/clients/interfaces [no test files] 15:49:06 ok github.com/edgexfoundry/go-mod-core-contracts/clients/logger 0.013s coverage: 26.3% of statements 15:49:06 ok github.com/edgexfoundry/go-mod-core-contracts/clients/metadata 0.031s coverage: 14.7% of statements 15:49:06 ok github.com/edgexfoundry/go-mod-core-contracts/clients/notifications 0.011s coverage: 100.0% of statements 15:49:07 ok github.com/edgexfoundry/go-mod-core-contracts/clients/scheduler 0.031s coverage: 91.8% of statements 15:49:07 ? github.com/edgexfoundry/go-mod-core-contracts/clients/types [no test files] 15:49:07 ? github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/errors [no test files] 15:49:07 ok github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/local 0.012s coverage: 100.0% of statements 15:49:07 ok github.com/edgexfoundry/go-mod-core-contracts/errors 0.010s coverage: 47.8% of statements 15:49:09 ok github.com/edgexfoundry/go-mod-core-contracts/models 0.028s coverage: 63.0% of statements 15:49:09 ok github.com/edgexfoundry/go-mod-core-contracts/requests/configuration 0.013s coverage: 26.3% of statements 15:49:09 ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/admin 0.004s coverage: 15.4% of statements 15:49:09 ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/operating 0.014s coverage: 15.4% of statements 15:49:09 ok github.com/edgexfoundry/go-mod-core-contracts/responses/configuration 0.029s coverage: 14.3% of statements 15:49:09 ? github.com/edgexfoundry/go-mod-core-contracts/v2 [no test files] 15:49:10 ok github.com/edgexfoundry/go-mod-core-contracts/models 0.072s coverage: 63.0% of statements 15:49:10 ok github.com/edgexfoundry/go-mod-core-contracts/requests/configuration 0.010s coverage: 26.3% of statements 15:49:10 ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/admin 0.035s coverage: 15.4% of statements 15:49:10 ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/operating 0.033s coverage: 15.4% of statements 15:49:10 ok github.com/edgexfoundry/go-mod-core-contracts/responses/configuration 0.019s coverage: 14.3% of statements 15:49:10 ? github.com/edgexfoundry/go-mod-core-contracts/v2 [no test files] 15:49:10 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/http 0.069s coverage: 85.0% of statements 15:49:10 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/http/utils [no test files] 15:49:10 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces [no test files] 15:49:10 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos 0.033s coverage: 44.1% of statements 15:49:10 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/common 0.024s coverage: 94.4% of statements 15:49:10 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/requests 0.034s coverage: 93.2% of statements 15:49:10 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/responses 0.008s coverage: 100.0% of statements 15:49:10 ? github.com/edgexfoundry/go-mod-core-contracts/v2/models [no test files] 15:49:10 CGO_ENABLED=0 GO111MODULE=on go vet ./... 15:49:12 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/http 0.184s coverage: 85.0% of statements 15:49:12 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/http/utils [no test files] 15:49:12 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces [no test files] 15:49:12 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos 0.043s coverage: 44.1% of statements 15:49:12 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/common 0.035s coverage: 94.4% of statements 15:49:12 gofmt -l . 15:49:12 [ "`gofmt -l .`" = "" ] [Pipeline] } 15:49:12 $ docker stop --time=1 d23e0f8412396070d0798597ebe150673014e0c702465cb31f330f58d11de8bd 15:49:13 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/requests 0.120s coverage: 93.2% of statements 15:49:13 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/responses 0.022s coverage: 100.0% of statements 15:49:13 ? github.com/edgexfoundry/go-mod-core-contracts/v2/models [no test files] 15:49:14 CGO_ENABLED=0 GO111MODULE=on go vet ./... 15:49:15 $ docker rm -f d23e0f8412396070d0798597ebe150673014e0c702465cb31f330f58d11de8bd [Pipeline] // withDockerContainer [Pipeline] sh 15:49:15 + sudo chown -R jenkins:jenkins . [Pipeline] stash 15:49:16 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] } 15:49:19 gofmt -l . 15:49:19 [ "`gofmt -l .`" = "" ] [Pipeline] } 15:49:20 $ docker stop --time=1 efdda076588d1498ded2e4c28ccc894a2eae1426affbb99fe3fd72a5e7979813 15:49:22 $ docker rm -f efdda076588d1498ded2e4c28ccc894a2eae1426affbb99fe3fd72a5e7979813 [Pipeline] // withDockerContainer [Pipeline] sh 15:49:23 + sudo chown -R jenkins:jenkins . [Pipeline] stash 15:49:23 Warning: overwriting stash ‘coverage-report’ 15:49: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] } [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 15:49:26 provisioning config files... 15:49:26 copy managed file [go-mod-core-contracts-codecov-token] to file:/w/workspace/dry_go-mod-core-contracts_PR-419@tmp/config2566516982491218903tmp [Pipeline] { [Pipeline] sh 15:49:27 + set +x 15:49:27 + curl -s https://codecov.io/bash 15:49:27 + bash -s -- 15:49:27 15:49:27 _____ _ 15:49:27 / ____| | | 15:49:27 | | ___ __| | ___ ___ _____ __ 15:49:27 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 15:49:27 | |___| (_) | (_| | __/ (_| (_) \ V / 15:49:27 \_____\___/ \__,_|\___|\___\___/ \_/ 15:49:27 Bash-20201231-23d4836 15:49:27 15:49:27 15:49:27 ==> git version 2.24.3 found 15:49:27 ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 15:49:27 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 15:49:27 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 15:49:27 ==> Jenkins CI detected. 15:49:27 project root: . 15:49:27 --> token set from env 15:49:27 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 15:49:27 ==> Running gcov in . (disable via -X gcov) 15:49:27 ==> Python coveragepy not found 15:49:27 ==> Searching for coverage reports in: 15:49:27 + . 15:49:27 -> Found 1 reports 15:49:27 ==> Detecting git/mercurial file structure 15:49:27 ==> Reading reports 15:49:27 + ./coverage.out bytes=121553 15:49:27 ==> Appending adjustments 15:49:27 https://docs.codecov.io/docs/fixing-reports 15:49:28 + Found adjustments 15:49:28 ==> Gzipping contents 15:49:28 20K /tmp/codecov.d995WX.gz 15:49:28 ==> Uploading reports 15:49:28 url: https://codecov.io 15:49:28 query: branch=PR-419&commit=3c275c08d0dd02006af905e702dae4ff2afadcc0&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2FPR-419%2F2%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=419&job=&cmd_args= 15:49:28 -> Pinging Codecov 15:49:28 https://codecov.io/upload/v4?package=bash-20201231-23d4836&token=secret&branch=PR-419&commit=3c275c08d0dd02006af905e702dae4ff2afadcc0&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2FPR-419%2F2%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=419&job=&cmd_args= 15:49:28 -> Uploading to 15:49:28 https://storage.googleapis.com/codecov/v4/raw/2021-01-08/71470A77251A30514AAF9C0BB2E5B6CE/3c275c08d0dd02006af905e702dae4ff2afadcc0/2f4de6e6-01f6-4882-b8d9-2fbf11720874.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210108%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210108T154928Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=b9f6c7cae451cc04ecbc3e416eb157d7bb1ecbfc6095fbdd4a10d49b259c4ca9 15:49:29 % Total % Received % Xferd Average Speed Time Time Time Current 15:49:29 Dload Upload Total Spent Left Speed 15:49:29 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 19292 0 0 100 19292 0 42202 --:--:-- --:--:-- --:--:-- 42307 15:49:29 -> View reports at https://codecov.io/github/edgexfoundry/go-mod-core-contracts/commit/3c275c08d0dd02006af905e702dae4ff2afadcc0 [Pipeline] } 15:49:29 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 15:49:32 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 15:49:32 ---> package-listing.sh 15:49:32 ++ facter osfamily 15:49:32 ++ tr '[:upper:]' '[:lower:]' 15:49:32 + OS_FAMILY=redhat 15:49:32 + workspace=/w/workspace/dry_go-mod-core-contracts_PR-419 15:49:32 + START_PACKAGES=/tmp/packages_start.txt 15:49:32 + END_PACKAGES=/tmp/packages_end.txt 15:49:32 + DIFF_PACKAGES=/tmp/packages_diff.txt 15:49:32 + PACKAGES=/tmp/packages_start.txt 15:49:32 + '[' /w/workspace/dry_go-mod-core-contracts_PR-419 ']' 15:49:32 + PACKAGES=/tmp/packages_end.txt 15:49:32 + case "${OS_FAMILY}" in 15:49:32 + rpm -qa 15:49:32 + sort 15:49:37 + '[' -f /tmp/packages_start.txt ']' 15:49:37 + '[' -f /tmp/packages_end.txt ']' 15:49:37 + diff /tmp/packages_start.txt /tmp/packages_end.txt 15:49:37 + '[' /w/workspace/dry_go-mod-core-contracts_PR-419 ']' 15:49:37 + mkdir -p /w/workspace/dry_go-mod-core-contracts_PR-419/archives/ 15:49:37 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dry_go-mod-core-contracts_PR-419/archives/ [Pipeline] echo 15:49:37 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-419/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 15:49:38 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 15:49:38 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 15:49:38 15:49:38 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 15:49:38 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 15:49:38 alpine: Pulling from edgex-lftools-log-publisher 15:49:38 df20fa9351a1: Pulling fs layer 15:49:38 36b3adc4ff6f: Pulling fs layer 15:49:38 8ad3a11d3b57: Pulling fs layer 15:49:38 46f8f816bc3b: Pulling fs layer 15:49:38 93b61091891f: Pulling fs layer 15:49:38 93b9cdb0e59b: Pulling fs layer 15:49:38 5e14af77c1be: Pulling fs layer 15:49:38 01666e4c0597: Pulling fs layer 15:49:38 aa168da1d23b: Pulling fs layer 15:49:38 46f8f816bc3b: Waiting 15:49:38 5e14af77c1be: Waiting 15:49:38 93b61091891f: Waiting 15:49:38 93b9cdb0e59b: Waiting 15:49:38 01666e4c0597: Waiting 15:49:38 aa168da1d23b: Waiting 15:49:38 36b3adc4ff6f: Verifying Checksum 15:49:38 36b3adc4ff6f: Download complete 15:49:38 46f8f816bc3b: Verifying Checksum 15:49:38 46f8f816bc3b: Download complete 15:49:38 df20fa9351a1: Verifying Checksum 15:49:38 df20fa9351a1: Download complete 15:49:38 93b9cdb0e59b: Verifying Checksum 15:49:38 93b9cdb0e59b: Download complete 15:49:38 93b61091891f: Verifying Checksum 15:49:38 93b61091891f: Download complete 15:49:38 5e14af77c1be: Verifying Checksum 15:49:38 5e14af77c1be: Download complete 15:49:38 01666e4c0597: Verifying Checksum 15:49:38 01666e4c0597: Download complete 15:49:38 8ad3a11d3b57: Verifying Checksum 15:49:38 8ad3a11d3b57: Download complete 15:49:39 df20fa9351a1: Pull complete 15:49:39 36b3adc4ff6f: Pull complete 15:49:40 8ad3a11d3b57: Pull complete 15:49:40 46f8f816bc3b: Pull complete 15:49:41 aa168da1d23b: Verifying Checksum 15:49:41 aa168da1d23b: Download complete 15:49:41 93b61091891f: Pull complete 15:49:41 93b9cdb0e59b: Pull complete 15:49:41 5e14af77c1be: Pull complete 15:49:41 01666e4c0597: Pull complete 15:49:50 aa168da1d23b: Pull complete 15:49:50 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 15:49:50 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 15:49:50 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 15:49:50 prd-centos7-docker-4c-2g-19102 does not seem to be running inside a container 15:49:50 $ 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-419/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-419 -v /w/workspace/dry_go-mod-core-contracts_PR-419:/w/workspace/dry_go-mod-core-contracts_PR-419:rw,z -v /w/workspace/dry_go-mod-core-contracts_PR-419@tmp:/w/workspace/dry_go-mod-core-contracts_PR-419@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 15:49:53 $ docker top 78a0f10a87c43b8dab5620490ac9b4b508cafbd33420895cb471bc7eeda9534b -eo pid,comm [Pipeline] { [Pipeline] sh 15:49:53 + touch /tmp/pre-build-complete [Pipeline] sh 15:49:54 + mkdir -p /var/log/sa [Pipeline] sh 15:49:54 + ls /var/log/sa-host 15:49:54 + sadf -c /var/log/sa-host/sa08 15:49:54 file_magic: OK 15:49:54 HZ: Using current value: 100 15:49:54 file_header: OK 15:49:54 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 15:49:54 Statistics: 15:49:54 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 15:49:54 File successfully converted to sysstat format version 12.2.1 15:49:54 + sadf -c /var/log/sa-host/sa23 15:49:54 file_magic: OK 15:49:54 HZ: Using current value: 100 15:49:54 file_header: OK 15:49:54 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 15:49:54 Statistics: 15:49:54 Hnuu...uuuununununu... 15:49:54 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 15:49:54 provisioning config files... 15:49:54 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dry_go-mod-core-contracts_PR-419@tmp/config6986539555029824523tmp [Pipeline] { [Pipeline] echo 15:49:54 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 15:49:55 ---> create-netrc.sh [Pipeline] } 15:49:55 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 15:49:55 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 15:49:55 ---> python-tools-install.sh [Pipeline] echo 15:49:55 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 15:49:55 ---> sudo-logs.sh 15:49:55 Archiving 'sudo' log.. [Pipeline] echo 15:49:55 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 15:49:56 ---> job-cost.sh 15:49:56 lf-activate-venv: SKIPPING 15:49:56 INFO: No Stack... 15:49:57 INFO: Retrieving Pricing Info for: v1-standard-2 15:49:57 INFO: Archiving Costs [Pipeline] echo 15:49:57 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 15:49:58 ---> logs-deploy.sh 15:49:58 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/PR-419/2 15:49:58 INFO: archiving workspace using pattern(s): 15:50:00 Archives upload complete. 15:50:00 INFO: archiving logs to Nexus 15:50:01 ---> uname -a: 15:50:01 Linux prd-centos7-docker-4c-2g-19102.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 15:50:01 15:50:01 15:50:01 ---> lscpu: 15:50:01 Architecture: x86_64 15:50:01 CPU op-mode(s): 32-bit, 64-bit 15:50:01 Byte Order: Little Endian 15:50:01 Address sizes: 40 bits physical, 48 bits virtual 15:50:01 CPU(s): 4 15:50:01 On-line CPU(s) list: 0-3 15:50:01 Thread(s) per core: 1 15:50:01 Core(s) per socket: 1 15:50:01 Socket(s): 4 15:50:01 NUMA node(s): 1 15:50:01 Vendor ID: GenuineIntel 15:50:01 CPU family: 6 15:50:01 Model: 44 15:50:01 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 15:50:01 Stepping: 1 15:50:01 CPU MHz: 2933.442 15:50:01 BogoMIPS: 5866.88 15:50:01 Virtualization: VT-x 15:50:01 Hypervisor vendor: KVM 15:50:01 Virtualization type: full 15:50:01 L1d cache: 128 KiB 15:50:01 L1i cache: 128 KiB 15:50:01 L2 cache: 16 MiB 15:50:01 L3 cache: 64 MiB 15:50:01 NUMA node0 CPU(s): 0-3 15:50:01 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 15:50:01 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 15:50:01 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 15:50:01 Vulnerability Meltdown: Mitigation; PTI 15:50:01 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 15:50:01 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 15:50:01 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 15:50:01 Vulnerability Srbds: Not affected 15:50:01 Vulnerability Tsx async abort: Not affected 15:50:01 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 15:50:01 15:50:01 15:50:01 ---> nproc: 15:50:01 4 15:50:01 15:50:01 15:50:01 ---> df -h: 15:50:01 Filesystem Size Used Available Use% Mounted on 15:50:01 overlay 50.0G 7.3G 42.7G 15% / 15:50:01 tmpfs 64.0M 0 64.0M 0% /dev 15:50:01 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 15:50:01 shm 64.0M 0 64.0M 0% /dev/shm 15:50:01 /dev/vda1 50.0G 7.3G 42.7G 15% /facter-os 15:50:01 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/resolv.conf 15:50:01 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hostname 15:50:01 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hosts 15:50:01 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/dry_go-mod-core-contracts_PR-419 15:50:01 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/dry_go-mod-core-contracts_PR-419@tmp 15:50:01 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/sa-host 15:50:01 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/secure 15:50:01 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/auth.log 15:50:01 /dev/vda1 50.0G 7.3G 42.7G 15% /run/cloud-init/result.json 15:50:01 15:50:01 15:50:01 ---> free -m: 15:50:01 total used free shared buff/cache available 15:50:01 Mem: 1837 702 107 0 1027 1030 15:50:01 Swap: 1023 1 1022 15:50:01 15:50:01 15:50:01 ---> ip addr: 15:50:01 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 15:50:01 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 15:50:01 inet 127.0.0.1/8 scope host lo 15:50:01 valid_lft forever preferred_lft forever 15:50:01 inet6 ::1/128 scope host 15:50:01 valid_lft forever preferred_lft forever 15:50:01 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 15:50:01 link/ether fa:16:3e:68:94:e6 brd ff:ff:ff:ff:ff:ff 15:50:01 inet 10.30.122.203/23 brd 10.30.123.255 scope global dynamic eth0 15:50:01 valid_lft 86069sec preferred_lft 86069sec 15:50:01 inet6 fe80::f816:3eff:fe68:94e6/64 scope link 15:50:01 valid_lft forever preferred_lft forever 15:50:01 3: docker0: mtu 1500 qdisc noqueue state DOWN 15:50:01 link/ether 02:42:58:e6:b6:b4 brd ff:ff:ff:ff:ff:ff 15:50:01 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 15:50:01 valid_lft forever preferred_lft forever 15:50:01 inet6 fe80::42:58ff:fee6:b6b4/64 scope link 15:50:01 valid_lft forever preferred_lft forever 15:50:01 15:50:01 15:50:01 ---> sar -b -r -n DEV: 15:50:01 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/08/21 _x86_64_ (4 CPU) 15:50:01 15:50:01 15:44:18 LINUX RESTART (4 CPU) 15:50:01 15:50:01 15:45:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 15:50:01 15:46:01 34.36 12.52 21.84 0.00 4417.65 2798.47 0.00 15:50:01 15:47:01 1.00 0.00 1.00 0.00 0.00 17.87 0.00 15:50:01 15:48:01 0.48 0.00 0.48 0.00 0.00 7.56 0.00 15:50:01 15:49:01 0.35 0.00 0.35 0.00 0.00 4.36 0.00 15:50:01 Average: 9.05 3.13 5.92 0.00 1104.64 707.21 0.00 15:50:01 15:50:01 15:45:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 15:50:01 15:46:01 173008 0 594544 31.60 2620 1111372 1102404 37.62 431028 1077536 8 15:50:01 15:47:01 177064 0 590480 31.38 2620 1111380 1077288 36.77 431036 1074140 8 15:50:01 15:48:01 176144 0 591396 31.43 2620 1111384 1077544 36.77 440020 1066408 8 15:50:01 15:49:01 174628 0 592912 31.51 2620 1111384 1077568 36.78 441796 1065896 12 15:50:01 Average: 175211 0 592333 31.48 2620 1111380 1083701 36.98 435970 1070995 9 15:50:01 15:50:01 15:45:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 15:50:01 15:46:01 eth0 160.18 121.69 460.79 35.27 0.00 0.00 0.00 0.00 15:50:01 15:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:50:01 15:46:01 docker0 9.21 7.04 1.59 15.53 0.00 0.00 0.00 0.00 15:50:01 15:47:01 eth0 0.68 0.02 0.06 0.00 0.00 0.00 0.00 0.00 15:50:01 15:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:50:01 15:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:50:01 15:48:01 eth0 3.90 1.52 3.38 0.25 0.00 0.00 0.00 0.00 15:50:01 15:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:50:01 15:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:50:01 15:49:01 eth0 0.50 0.32 0.27 0.23 0.00 0.00 0.00 0.00 15:50:01 15:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:50:01 15:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:50:01 Average: eth0 41.32 30.89 116.15 8.94 0.00 0.00 0.00 0.00 15:50:01 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:50:01 Average: docker0 2.30 1.76 0.40 3.88 0.00 0.00 0.00 0.00 15:50:01 15:50:01 15:50:01 ---> sar -P ALL: 15:50:01 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/08/21 _x86_64_ (4 CPU) 15:50:01 15:50:01 15:44:18 LINUX RESTART (4 CPU) 15:50:01 15:50:01 15:45:01 CPU %user %nice %system %iowait %steal %idle 15:50:01 15:46:01 all 3.09 0.00 2.15 0.96 0.02 93.79 15:50:01 15:46:01 0 3.32 0.00 2.36 0.80 0.02 93.49 15:50:01 15:46:01 1 2.92 0.00 2.13 2.13 0.02 92.81 15:50:01 15:46:01 2 3.25 0.00 2.30 0.77 0.02 93.66 15:50:01 15:46:01 3 2.87 0.00 1.81 0.13 0.02 95.17 15:50:01 15:47:01 all 0.15 0.00 0.04 0.00 0.00 99.81 15:50:01 15:47:01 0 0.02 0.00 0.03 0.00 0.00 99.95 15:50:01 15:47:01 1 0.18 0.00 0.03 0.00 0.00 99.78 15:50:01 15:47:01 2 0.25 0.00 0.07 0.00 0.00 99.68 15:50:01 15:47:01 3 0.13 0.00 0.03 0.00 0.00 99.83 15:50:01 15:48:01 all 0.27 0.00 0.06 0.00 0.00 99.67 15:50:01 15:48:01 0 0.18 0.00 0.07 0.00 0.00 99.75 15:50:01 15:48:01 1 0.13 0.00 0.12 0.00 0.00 99.75 15:50:01 15:48:01 2 0.67 0.00 0.03 0.00 0.00 99.30 15:50:01 15:48:01 3 0.08 0.00 0.03 0.00 0.00 99.88 15:50:01 15:49:01 all 0.16 0.00 0.03 0.00 0.00 99.81 15:50:01 15:49:01 0 0.03 0.00 0.02 0.00 0.00 99.95 15:50:01 15:49:01 1 0.03 0.00 0.03 0.00 0.00 99.93 15:50:01 15:49:01 2 0.47 0.00 0.03 0.00 0.00 99.50 15:50:01 15:49:01 3 0.10 0.00 0.05 0.00 0.00 99.85 15:50:01 Average: all 0.91 0.00 0.57 0.24 0.00 98.28 15:50:01 Average: 0 0.88 0.00 0.62 0.20 0.00 98.29 15:50:01 Average: 1 0.81 0.00 0.58 0.53 0.00 98.08 15:50:01 Average: 2 1.16 0.00 0.60 0.19 0.00 98.04 15:50:01 Average: 3 0.79 0.00 0.48 0.03 0.00 98.69 15:50:01 15:50:01 15:50:01