Pull request #405 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of weichou1229 for edgexfoundry/go-mod-core-contracts Loading trusted files from base branch master at 2c16e10e85a372cb7d93da91f7726e341f1303a7 rather than ae795ac2e32e39dc115836c0db1ba664bb0aa215 Obtained Jenkinsfile from 2c16e10e85a372cb7d93da91f7726e341f1303a7 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 Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-17606 in /w/workspace/dry_go-mod-core-contracts_PR-405 [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-405 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/405/head:refs/remotes/origin/PR-405 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 2c16e10e85a372cb7d93da91f7726e341f1303a7 into PR head commit ae795ac2e32e39dc115836c0db1ba664bb0aa215 Merge succeeded, producing ae795ac2e32e39dc115836c0db1ba664bb0aa215 Checking out Revision ae795ac2e32e39dc115836c0db1ba664bb0aa215 (PR-405) > git config core.sparsecheckout # timeout=10 > git checkout -f ae795ac2e32e39dc115836c0db1ba664bb0aa215 # 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 2c16e10e85a372cb7d93da91f7726e341f1303a7 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f ae795ac2e32e39dc115836c0db1ba664bb0aa215 # timeout=10 Commit message: "feat: Refactor createRequest method" > git rev-list --no-walk fafe343e2956323d4152197172055befad930f88 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 16:32:43 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 16:32:44 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 16:32:44 ========================================================= 16:32:44 EdgeX Global Pipelines Version Info 16:32:44 ========================================================= [Pipeline] libraryResource [Pipeline] sh 16:32:45 ------------------- 16:32:45 stable info: 16:32:45 ------------------- 16:32:45 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 16:32:45 Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 16:32:45 Message: update stable to v1.0.173 16:32:46 ------------------- 16:32:46 experimental info: 16:32:46 ------------------- 16:32:46 Commited By: **** collab-it+edgex@linuxfoundation.org 16:32:46 Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 16:32:46 Message: update experimental to v1.0.173 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 16:32:46 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-core-contracts-settings [Pipeline] echo 16:32:47 [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-core-contracts [Pipeline] echo 16:32:47 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 16:32:47 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 16:32:47 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 16:32:47 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 16:32:47 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 16:32:47 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 16:32:47 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 16:32:47 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 16:32:47 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 16:32:48 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-core-contracts [Pipeline] echo 16:32:48 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 16:32:48 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 16:32:48 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 16:32:48 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 16:32:48 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 16:32:48 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 16:32:48 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = patch [Pipeline] echo 16:32:48 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 16:32:48 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 16:32:49 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 16:32:49 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 16:32:49 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 16:32:49 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 16:32:49 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 16:32:49 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 16:32:49 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-405 [Pipeline] echo 16:32:49 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-405 [Pipeline] echo 16:32:49 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-405 [Pipeline] echo 16:32:50 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = ae795ac2e32e39dc115836c0db1ba664bb0aa215 [Pipeline] echo 16:32:50 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = ae795ac [Pipeline] echo 16:32:50 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 16:32:51 + git log --format=format:%s -1 ae795ac2e32e39dc115836c0db1ba664bb0aa215 [Pipeline] echo 16:32:51 GIT_COMMIT: ae795ac2e32e39dc115836c0db1ba664bb0aa215, Commit Message: feat: Refactor createRequest method [Pipeline] echo 16:32:51 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 16:32:51 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:32:52 16:32:52 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 16:32:52 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:32:52 latest: Pulling from edgex-devops/git-semver 16:32:52 31603596830f: Pulling fs layer 16:32:52 2a8b12db71e7: Pulling fs layer 16:32:52 6ca5941a6612: Pulling fs layer 16:32:52 ecc8261a40a4: Pulling fs layer 16:32:52 ecc8261a40a4: Waiting 16:32:52 2a8b12db71e7: Download complete 16:32:52 31603596830f: Verifying Checksum 16:32:52 31603596830f: Download complete 16:32:52 ecc8261a40a4: Download complete 16:32:52 6ca5941a6612: Verifying Checksum 16:32:52 6ca5941a6612: Download complete 16:32:53 31603596830f: Pull complete 16:32:53 2a8b12db71e7: Pull complete 16:32:53 6ca5941a6612: Pull complete 16:32:54 ecc8261a40a4: Pull complete 16:32:54 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 16:32:54 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:32:54 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 16:32:54 prd-centos7-docker-4c-2g-17606 does not seem to be running inside a container 16:32:54 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_go-mod-core-contracts_PR-405 -v /w/workspace/dry_go-mod-core-contracts_PR-405:/w/workspace/dry_go-mod-core-contracts_PR-405:rw,z -v /w/workspace/dry_go-mod-core-contracts_PR-405@tmp:/w/workspace/dry_go-mod-core-contracts_PR-405@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 16:32:56 $ docker top c142b31e89761b1b88b5bc100515f373c5655b573e969e4885d6cfc7f961f416 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 16:32:57 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:32:57 [ssh-agent] Looking for ssh-agent implementation... 16:32:57 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:32:57 $ docker exec c142b31e89761b1b88b5bc100515f373c5655b573e969e4885d6cfc7f961f416 ssh-agent 16:32:57 SSH_AUTH_SOCK=/tmp/ssh-ETZRgQMA4PzP/agent.12 16:32:57 SSH_AGENT_PID=18 16:32:57 Running ssh-add (command line suppressed) 16:32:57 Identity added: /w/workspace/dry_go-mod-core-contracts_PR-405@tmp/private_key_3701735531816563689.key (/w/workspace/dry_go-mod-core-contracts_PR-405@tmp/private_key_3701735531816563689.key) 16:32:57 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:32:58 + git tag --points-at HEAD [Pipeline] } 16:32:58 $ docker exec --env ******** --env ******** c142b31e89761b1b88b5bc100515f373c5655b573e969e4885d6cfc7f961f416 ssh-agent -k 16:32:58 unset SSH_AUTH_SOCK; 16:32:58 unset SSH_AGENT_PID; 16:32:58 echo Agent pid 18 killed; 16:32:58 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 16:32:58 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:32:58 [ssh-agent] Looking for ssh-agent implementation... 16:32:58 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:32:58 $ docker exec c142b31e89761b1b88b5bc100515f373c5655b573e969e4885d6cfc7f961f416 ssh-agent 16:32:58 SSH_AUTH_SOCK=/tmp/ssh-qwcwD3podkhd/agent.47 16:32:58 SSH_AGENT_PID=52 16:32:58 Running ssh-add (command line suppressed) 16:32:58 Identity added: /w/workspace/dry_go-mod-core-contracts_PR-405@tmp/private_key_5828128467610759323.key (/w/workspace/dry_go-mod-core-contracts_PR-405@tmp/private_key_5828128467610759323.key) 16:32:59 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:32:59 + git semver init 16:32:59 # -> Open(): unable to determine branch for HEAD 16:32:59 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_PR-405/.git 16:32:59 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_PR-405 16:32:59 # $SEMVER_REMOTE_NAME = origin 16:32:59 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 16:32:59 # $SEMVER_USER_NAME = edgex-jenkins 16:32:59 # $SEMVER_BRANCH = PR-405 16:32:59 # $SEMVER_TEMP = /tmp/semver-420395350 16:32:59 # git clone --branch semver git@github.com:edgexfoundry/go-mod-core-contracts.git $SEMVER_TEMP 16:33:00 # '/tmp/semver-420395350' -> '/w/workspace/dry_go-mod-core-contracts_PR-405/.semver' 16:33:00 # -> Force: false 16:33:00 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_PR-405/.semver [Pipeline] } 16:33:00 $ docker exec --env ******** --env ******** c142b31e89761b1b88b5bc100515f373c5655b573e969e4885d6cfc7f961f416 ssh-agent -k 16:33:00 unset SSH_AUTH_SOCK; 16:33:00 unset SSH_AGENT_PID; 16:33:00 echo Agent pid 52 killed; 16:33:00 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 16:33:01 + git semver [Pipeline] } 16:33:01 $ docker stop --time=1 c142b31e89761b1b88b5bc100515f373c5655b573e969e4885d6cfc7f961f416 16:33:02 $ docker rm -f c142b31e89761b1b88b5bc100515f373c5655b573e969e4885d6cfc7f961f416 [Pipeline] // withDockerContainer [Pipeline] sh 16:33:03 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 16:33:03 Stashed 1 file(s) [Pipeline] echo 16:33:03 [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 16:33:19 Still waiting to schedule task 16:33:19 Waiting for next available executor on ‘centos7-docker-4c-2g’ 16:33:19 Still waiting to schedule task 16:33:19 Waiting for next available executor on ‘prd-ubuntu18.04-docker-arm64-4c-16g-17604’ 16:36:00 Running on prd-centos7-docker-4c-2g-17607 in /w/workspace/dry_go-mod-core-contracts_PR-405 [Pipeline] { [Pipeline] ws 16:36:00 Running in /w/workspace/go-mod-core-contracts/3 [Pipeline] { [Pipeline] checkout 16:36:03 using credential edgex-jenkins-ssh 16:36:03 Cloning the remote Git repository 16:36:03 Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git 16:36:03 > git init /w/workspace/go-mod-core-contracts/3 # timeout=10 16:36:03 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 16:36:03 > git --version # timeout=10 16:36:03 > git --version # 'git version 2.24.3' 16:36:03 using GIT_SSH to set credentials SSH Credentials for GitHub 16:36:03 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 16:36:04 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 16:36:04 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 16:36:04 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 16:36:04 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 16:36:04 using GIT_SSH to set credentials SSH Credentials for GitHub 16:36:04 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/405/head:refs/remotes/origin/PR-405 +refs/heads/master:refs/remotes/origin/master # timeout=10 16:36:04 Merging remotes/origin/master commit 2c16e10e85a372cb7d93da91f7726e341f1303a7 into PR head commit ae795ac2e32e39dc115836c0db1ba664bb0aa215 16:36:04 Merge succeeded, producing ae795ac2e32e39dc115836c0db1ba664bb0aa215 16:36:04 Checking out Revision ae795ac2e32e39dc115836c0db1ba664bb0aa215 (PR-405) 16:36:04 > git config core.sparsecheckout # timeout=10 16:36:04 > git checkout -f ae795ac2e32e39dc115836c0db1ba664bb0aa215 # timeout=10 16:36:04 > git remote # timeout=10 16:36:04 > git config --get remote.origin.url # timeout=10 16:36:04 using GIT_SSH to set credentials SSH Credentials for GitHub 16:36:04 > git merge 2c16e10e85a372cb7d93da91f7726e341f1303a7 # timeout=10 16:36:04 > git rev-parse HEAD^{commit} # timeout=10 16:36:04 > git config core.sparsecheckout # timeout=10 16:36:04 > git checkout -f ae795ac2e32e39dc115836c0db1ba664bb0aa215 # timeout=10 16:36:08 Commit message: "feat: Refactor createRequest method" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 16:36:10 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 16:36:10 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 16:36:10 + true 16:36:10 + sudo service docker restart 16:36:10 Redirecting to /bin/systemctl restart docker.service [Pipeline] unstash [Pipeline] echo 16:36:11 ========================================================= 16:36:11 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 16:36:11 ========================================================= [Pipeline] isUnix [Pipeline] sh 16:36:12 + 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 . 16:36:12 Sending build context to Docker daemon 2.103MB 16:36:12 Step 1/7 : ARG BASE=golang:1.15-alpine 16:36:12 Step 2/7 : FROM ${BASE} 16:36:12 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 16:36:12 188c0c94c7c5: Pulling fs layer 16:36:12 0ef7d3d256c8: Pulling fs layer 16:36:12 de9db76c5a1d: Pulling fs layer 16:36:12 bca2f99d35d6: Pulling fs layer 16:36:12 93359f2a8cfa: Pulling fs layer 16:36:12 7c6f9722023f: Pulling fs layer 16:36:12 a35cf1a2eb13: Pulling fs layer 16:36:12 bca2f99d35d6: Waiting 16:36:12 93359f2a8cfa: Waiting 16:36:12 7c6f9722023f: Waiting 16:36:12 a35cf1a2eb13: Waiting 16:36:12 de9db76c5a1d: Verifying Checksum 16:36:12 de9db76c5a1d: Download complete 16:36:13 0ef7d3d256c8: Verifying Checksum 16:36:13 0ef7d3d256c8: Download complete 16:36:13 93359f2a8cfa: Verifying Checksum 16:36:13 93359f2a8cfa: Download complete 16:36:13 7c6f9722023f: Verifying Checksum 16:36:13 7c6f9722023f: Download complete 16:36:13 188c0c94c7c5: Verifying Checksum 16:36:13 188c0c94c7c5: Download complete 16:36:13 188c0c94c7c5: Pull complete 16:36:13 0ef7d3d256c8: Pull complete 16:36:13 de9db76c5a1d: Pull complete 16:36:15 a35cf1a2eb13: Verifying Checksum 16:36:15 a35cf1a2eb13: Download complete 16:36:16 bca2f99d35d6: Verifying Checksum 16:36:16 bca2f99d35d6: Download complete 16:36:21 bca2f99d35d6: Pull complete 16:36:21 93359f2a8cfa: Pull complete 16:36:21 7c6f9722023f: Pull complete 16:36:31 a35cf1a2eb13: Pull complete 16:36:31 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 16:36:31 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 16:36:31 ---> a62c8e92a672 16:36:31 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 16:36:31 ---> Running in b549582e197d 16:36:31 Removing intermediate container b549582e197d 16:36:31 ---> 060652492cd1 16:36:31 Step 4/7 : RUN apk add bash 16:36:31 ---> Running in c8733d6c6a8a 16:36:32 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:36:33 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:36:33 OK: 166 MiB in 39 packages 16:36:33 Removing intermediate container c8733d6c6a8a 16:36:33 ---> e001c2efa72e 16:36:33 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 16:36:34 ---> Running in 77369079b9f2 16:36:34 Removing intermediate container 77369079b9f2 16:36:34 ---> e6eec5b10e29 16:36:34 Step 6/7 : COPY go.mod . 16:36:34 ---> 163732d168ec 16:36:34 Step 7/7 : RUN go mod download 16:36:34 ---> Running in 98dbe7328e87 16:36:46 Removing intermediate container 98dbe7328e87 16:36:46 ---> c0c8f4794472 16:36:46 Successfully built c0c8f4794472 16:36:46 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 16:36:47 + docker inspect -f . ci-base-image-x86_64 16:36:47 . [Pipeline] withDockerContainer 16:36:47 prd-centos7-docker-4c-2g-17607 does not seem to be running inside a container 16:36:47 $ 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 ******** -e ******** -e ******** ci-base-image-x86_64 cat 16:36:48 $ docker top 5c74281e712b82490e7258ad32acd4e47fc9b36321a3b155737f65763977b1f9 -eo pid,comm [Pipeline] { [Pipeline] sh 16:36:48 + go version 16:36:48 go version go1.15.5 linux/amd64 [Pipeline] } 16:36:48 $ docker stop --time=1 5c74281e712b82490e7258ad32acd4e47fc9b36321a3b155737f65763977b1f9 16:36:50 $ docker rm -f 5c74281e712b82490e7258ad32acd4e47fc9b36321a3b155737f65763977b1f9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:36:51 + docker inspect -f . ci-base-image-x86_64 16:36:51 . [Pipeline] withDockerContainer 16:36:51 prd-centos7-docker-4c-2g-17607 does not seem to be running inside a container 16:36:51 $ 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 ******** -e ******** -e ******** ci-base-image-x86_64 cat 16:36:52 $ docker top 3ee333db5c9b604301df260aa9cab37aba60f50a581c12bb0012cb15c6c4edef -eo pid,comm [Pipeline] { [Pipeline] sh 16:36:52 + make test 16:36:52 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 16:36:59 ? github.com/edgexfoundry/go-mod-core-contracts/clients [no test files] 16:36:59 ok github.com/edgexfoundry/go-mod-core-contracts/clients/agent 0.025s coverage: 85.7% of statements 16:36:59 ok github.com/edgexfoundry/go-mod-core-contracts/clients/command 0.016s coverage: 100.0% of statements 16:37:00 ok github.com/edgexfoundry/go-mod-core-contracts/clients/coredata 0.053s coverage: 45.4% of statements 16:37:00 ok github.com/edgexfoundry/go-mod-core-contracts/clients/general 0.025s coverage: 77.8% of statements 16:37:00 ? github.com/edgexfoundry/go-mod-core-contracts/clients/interfaces [no test files] 16:37:00 ok github.com/edgexfoundry/go-mod-core-contracts/clients/logger 0.036s coverage: 18.6% of statements 16:37:00 ok github.com/edgexfoundry/go-mod-core-contracts/clients/metadata 0.020s coverage: 14.7% of statements 16:37:00 ok github.com/edgexfoundry/go-mod-core-contracts/clients/notifications 0.016s coverage: 100.0% of statements 16:37:01 ok github.com/edgexfoundry/go-mod-core-contracts/clients/scheduler 0.025s coverage: 91.8% of statements 16:37:01 ? github.com/edgexfoundry/go-mod-core-contracts/clients/types [no test files] 16:37:01 ? github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/errors [no test files] 16:37:01 ok github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/local 0.010s coverage: 100.0% of statements 16:37:01 ok github.com/edgexfoundry/go-mod-core-contracts/errors 0.014s coverage: 47.8% of statements 16:37:03 ok github.com/edgexfoundry/go-mod-core-contracts/models 0.022s coverage: 63.0% of statements 16:37:03 ok github.com/edgexfoundry/go-mod-core-contracts/requests/configuration 0.006s coverage: 26.3% of statements 16:37:03 ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/admin 0.004s coverage: 15.4% of statements 16:37:03 ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/operating 0.005s coverage: 15.4% of statements 16:37:03 ok github.com/edgexfoundry/go-mod-core-contracts/responses/configuration 0.005s coverage: 14.3% of statements 16:37:03 ? github.com/edgexfoundry/go-mod-core-contracts/v2 [no test files] 16:37:04 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/http 0.040s coverage: 84.8% of statements 16:37:04 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/http/utils [no test files] 16:37:04 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces [no test files] 16:37:04 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos 0.008s coverage: 44.6% of statements 16:37:04 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/common 0.011s coverage: 100.0% of statements 16:37:04 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/requests 0.034s coverage: 93.6% of statements 16:37:04 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/responses 0.007s coverage: 100.0% of statements 16:37:04 ? github.com/edgexfoundry/go-mod-core-contracts/v2/models [no test files] 16:37:04 CGO_ENABLED=0 GO111MODULE=on go vet ./... 16:37:05 Running on prd-ubuntu18.04-docker-arm64-4c-16g-17608 in /w/workspace/dry_go-mod-core-contracts_PR-405 [Pipeline] { [Pipeline] ws 16:37:05 Running in /w/workspace/go-mod-core-contracts/3 [Pipeline] { [Pipeline] checkout 16:37:06 gofmt -l . 16:37:06 [ "`gofmt -l .`" = "" ] [Pipeline] } 16:37:06 $ docker stop --time=1 3ee333db5c9b604301df260aa9cab37aba60f50a581c12bb0012cb15c6c4edef 16:37:09 $ docker rm -f 3ee333db5c9b604301df260aa9cab37aba60f50a581c12bb0012cb15c6c4edef [Pipeline] // withDockerContainer [Pipeline] sh 16:37:09 + sudo chown -R jenkins:jenkins . [Pipeline] stash 16:37:10 using credential edgex-jenkins-ssh 16:37:10 Stashed 1 file(s) [Pipeline] } 16:37:10 Cloning the remote Git repository [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) 16:37:10 Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git 16:37:10 > git init /w/workspace/go-mod-core-contracts/3 # timeout=10 16:37:10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 16:37:10 > git --version # timeout=10 16:37:10 > git --version # 'git version 2.17.1' 16:37:10 using GIT_SSH to set credentials SSH Credentials for GitHub 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] } 16:37:10 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 16:37:11 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 16:37:11 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 16:37:11 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 [Pipeline] // stage [Pipeline] } 16:37:12 Merging remotes/origin/master commit 2c16e10e85a372cb7d93da91f7726e341f1303a7 into PR head commit ae795ac2e32e39dc115836c0db1ba664bb0aa215 16:37:12 Merge succeeded, producing ae795ac2e32e39dc115836c0db1ba664bb0aa215 16:37:12 Checking out Revision ae795ac2e32e39dc115836c0db1ba664bb0aa215 (PR-405) 16:37:11 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 16:37:11 using GIT_SSH to set credentials SSH Credentials for GitHub 16:37:11 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/405/head:refs/remotes/origin/PR-405 +refs/heads/master:refs/remotes/origin/master # timeout=10 16:37:12 > git config core.sparsecheckout # timeout=10 16:37:12 > git checkout -f ae795ac2e32e39dc115836c0db1ba664bb0aa215 # timeout=10 16:37:12 > git remote # timeout=10 16:37:12 > git config --get remote.origin.url # timeout=10 16:37:12 using GIT_SSH to set credentials SSH Credentials for GitHub 16:37:12 > git merge 2c16e10e85a372cb7d93da91f7726e341f1303a7 # timeout=10 16:37:12 > git rev-parse HEAD^{commit} # timeout=10 16:37:12 > git config core.sparsecheckout # timeout=10 16:37:12 > git checkout -f ae795ac2e32e39dc115836c0db1ba664bb0aa215 # timeout=10 16:37:18 Commit message: "feat: Refactor createRequest method" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 16:37:20 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 16:37:20 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 16:37:20 + sudo service docker restart 16:37:20 + true [Pipeline] unstash [Pipeline] echo 16:37:23 ========================================================= 16:37:23 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 16:37:23 ========================================================= [Pipeline] isUnix [Pipeline] sh 16:37:23 + 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 . 16:37:24 Sending build context to Docker daemon 2.102MB 16:37:24 Step 1/7 : ARG BASE=golang:1.15-alpine 16:37:24 Step 2/7 : FROM ${BASE} 16:37:24 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 16:37:24 5f621e34cdf4: Pulling fs layer 16:37:24 a4357932f1b6: Pulling fs layer 16:37:24 18c013af1878: Pulling fs layer 16:37:24 00ac8860ef70: Pulling fs layer 16:37:24 63d7cb157983: Pulling fs layer 16:37:24 b116817d02f9: Pulling fs layer 16:37:24 745a02a5169b: Pulling fs layer 16:37:24 00ac8860ef70: Waiting 16:37:24 63d7cb157983: Waiting 16:37:24 b116817d02f9: Waiting 16:37:24 745a02a5169b: Waiting 16:37:24 18c013af1878: Verifying Checksum 16:37:24 18c013af1878: Download complete 16:37:24 a4357932f1b6: Verifying Checksum 16:37:24 a4357932f1b6: Download complete 16:37:25 63d7cb157983: Download complete 16:37:25 b116817d02f9: Verifying Checksum 16:37:25 b116817d02f9: Download complete 16:37:25 5f621e34cdf4: Verifying Checksum 16:37:25 5f621e34cdf4: Download complete 16:37:26 5f621e34cdf4: Pull complete 16:37:27 a4357932f1b6: Pull complete 16:37:27 18c013af1878: Pull complete 16:37:27 745a02a5169b: Verifying Checksum 16:37:27 745a02a5169b: Download complete 16:37:29 00ac8860ef70: Verifying Checksum 16:37:29 00ac8860ef70: Download complete 16:37:39 00ac8860ef70: Pull complete 16:37:39 63d7cb157983: Pull complete 16:37:39 b116817d02f9: Pull complete 16:37:42 745a02a5169b: Pull complete 16:37:42 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 16:37:42 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 16:37:42 ---> b7e6874047d6 16:37:42 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 16:37:46 ---> Running in b125f68a2b5c 16:37:46 Removing intermediate container b125f68a2b5c 16:37:46 ---> 426bf7f0590f 16:37:46 Step 4/7 : RUN apk add bash 16:37:46 ---> Running in 5c605494bc7d 16:37:48 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:37:48 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:37:49 OK: 142 MiB in 39 packages 16:37:51 Removing intermediate container 5c605494bc7d 16:37:51 ---> 8eb2af61caff 16:37:51 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 16:37:51 ---> Running in 3502e4961831 16:37:51 Removing intermediate container 3502e4961831 16:37:51 ---> 651317a270f3 16:37:51 Step 6/7 : COPY go.mod . 16:37:52 ---> 4dc6d48578f4 16:37:52 Step 7/7 : RUN go mod download 16:37:52 ---> Running in bdb84edd87ff 16:38:07 Removing intermediate container bdb84edd87ff 16:38:07 ---> 2743554baf1a 16:38:07 Successfully built 2743554baf1a 16:38:07 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 16:38:08 + docker inspect -f . ci-base-image-arm64 16:38:08 . [Pipeline] withDockerContainer 16:38:08 prd-ubuntu18.04-docker-arm64-4c-16g-17608 does not seem to be running inside a container 16:38:08 $ 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 ******** -e ******** ci-base-image-arm64 cat 16:38:10 $ docker top d2eeb913df555ef31f34a521a34e00ade6ce1856d36b667587108e2f7de182ca -eo pid,comm [Pipeline] { [Pipeline] sh 16:38:11 + go version 16:38:11 go version go1.15.5 linux/arm64 [Pipeline] } 16:38:11 $ docker stop --time=1 d2eeb913df555ef31f34a521a34e00ade6ce1856d36b667587108e2f7de182ca 16:38:13 $ docker rm -f d2eeb913df555ef31f34a521a34e00ade6ce1856d36b667587108e2f7de182ca [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:38:14 + docker inspect -f . ci-base-image-arm64 16:38:14 . [Pipeline] withDockerContainer 16:38:14 prd-ubuntu18.04-docker-arm64-4c-16g-17608 does not seem to be running inside a container 16:38:14 $ 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 ******** -e ******** ci-base-image-arm64 cat 16:38:16 $ docker top dd34ec07e8c5373c96785af6e0568677d1654e05069a0bde40860c9d16c3b893 -eo pid,comm [Pipeline] { [Pipeline] sh 16:38:17 + make test 16:38:17 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 16:38:39 ? github.com/edgexfoundry/go-mod-core-contracts/clients [no test files] 16:38:40 ok github.com/edgexfoundry/go-mod-core-contracts/clients/agent 0.052s coverage: 85.7% of statements 16:38:40 ok github.com/edgexfoundry/go-mod-core-contracts/clients/command 0.045s coverage: 100.0% of statements 16:38:42 ok github.com/edgexfoundry/go-mod-core-contracts/clients/coredata 0.027s coverage: 45.4% of statements 16:38:42 ok github.com/edgexfoundry/go-mod-core-contracts/clients/general 0.043s coverage: 77.8% of statements 16:38:42 ? github.com/edgexfoundry/go-mod-core-contracts/clients/interfaces [no test files] 16:38:43 ok github.com/edgexfoundry/go-mod-core-contracts/clients/logger 0.087s coverage: 18.6% of statements 16:38:44 ok github.com/edgexfoundry/go-mod-core-contracts/clients/metadata 0.049s coverage: 14.7% of statements 16:38:44 ok github.com/edgexfoundry/go-mod-core-contracts/clients/notifications 0.016s coverage: 100.0% of statements 16:38:45 ok github.com/edgexfoundry/go-mod-core-contracts/clients/scheduler 0.088s coverage: 91.8% of statements 16:38:45 ? github.com/edgexfoundry/go-mod-core-contracts/clients/types [no test files] 16:38:45 ? github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/errors [no test files] 16:38:45 ok github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/local 0.036s coverage: 100.0% of statements 16:38:45 ok github.com/edgexfoundry/go-mod-core-contracts/errors 0.023s coverage: 47.8% of statements 16:38:52 ok github.com/edgexfoundry/go-mod-core-contracts/models 0.111s coverage: 63.0% of statements 16:38:52 ok github.com/edgexfoundry/go-mod-core-contracts/requests/configuration 0.073s coverage: 26.3% of statements 16:38:52 ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/admin 0.021s coverage: 15.4% of statements 16:38:52 ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/operating 0.052s coverage: 15.4% of statements 16:38:52 ok github.com/edgexfoundry/go-mod-core-contracts/responses/configuration 0.042s coverage: 14.3% of statements 16:38:52 ? github.com/edgexfoundry/go-mod-core-contracts/v2 [no test files] 16:38:52 ok github.com/edgexfoundry/go-mod-core-contracts/v2/clients/http 0.134s coverage: 84.8% of statements 16:38:52 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/http/utils [no test files] 16:38:52 ? github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces [no test files] 16:38:53 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos 0.065s coverage: 44.6% of statements 16:38:53 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/common 0.046s coverage: 100.0% of statements 16:38:54 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/requests 0.109s coverage: 93.6% of statements 16:38:54 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/responses 0.022s coverage: 100.0% of statements 16:38:54 ? github.com/edgexfoundry/go-mod-core-contracts/v2/models [no test files] 16:38:55 CGO_ENABLED=0 GO111MODULE=on go vet ./... 16:39:00 gofmt -l . 16:39:00 [ "`gofmt -l .`" = "" ] [Pipeline] } 16:39:01 $ docker stop --time=1 dd34ec07e8c5373c96785af6e0568677d1654e05069a0bde40860c9d16c3b893 16:39:03 $ docker rm -f dd34ec07e8c5373c96785af6e0568677d1654e05069a0bde40860c9d16c3b893 [Pipeline] // withDockerContainer [Pipeline] sh 16:39:04 + sudo chown -R jenkins:jenkins . [Pipeline] stash 16:39:04 Warning: overwriting stash ‘coverage-report’ 16:39:05 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 16:39:07 provisioning config files... 16:39:07 copy managed file [go-mod-core-contracts-codecov-token] to file:/w/workspace/dry_go-mod-core-contracts_PR-405@tmp/config8084481157307551884tmp [Pipeline] { [Pipeline] sh 16:39:08 + set +x 16:39:08 + curl -s https://codecov.io/bash 16:39:08 + bash -s -- 16:39:08 16:39:08 _____ _ 16:39:08 / ____| | | 16:39:08 | | ___ __| | ___ ___ _____ __ 16:39:08 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 16:39:08 | |___| (_) | (_| | __/ (_| (_) \ V / 16:39:08 \_____\___/ \__,_|\___|\___\___/ \_/ 16:39:08 Bash-20201223-5ad85e3 16:39:08 16:39:08 16:39:08 ==> git version 2.24.3 found 16:39:08 ==> 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 16:39:08 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 16:39:08 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 16:39:08 ==> Jenkins CI detected. 16:39:08 project root: . 16:39:08 --> token set from env 16:39:08 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 16:39:08 ==> Running gcov in . (disable via -X gcov) 16:39:08 ==> Python coveragepy not found 16:39:08 ==> Searching for coverage reports in: 16:39:08 + . 16:39:08 -> Found 1 reports 16:39:08 ==> Detecting git/mercurial file structure 16:39:08 ==> Reading reports 16:39:08 + ./coverage.out bytes=115990 16:39:08 ==> Appending adjustments 16:39:08 https://docs.codecov.io/docs/fixing-reports 16:39:09 + Found adjustments 16:39:09 ==> Gzipping contents 16:39:09 20K /tmp/codecov.yjG6kC.gz 16:39:09 ==> Uploading reports 16:39:09 url: https://codecov.io 16:39:09 query: branch=PR-405&commit=ae795ac2e32e39dc115836c0db1ba664bb0aa215&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2FPR-405%2F3%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=405&job=&cmd_args= 16:39:09 -> Pinging Codecov 16:39:09 https://codecov.io/upload/v4?package=bash-20201223-5ad85e3&token=secret&branch=PR-405&commit=ae795ac2e32e39dc115836c0db1ba664bb0aa215&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2FPR-405%2F3%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=405&job=&cmd_args= 16:39:09 -> Uploading to 16:39:09 https://storage.googleapis.com/codecov/v4/raw/2020-12-29/71470A77251A30514AAF9C0BB2E5B6CE/ae795ac2e32e39dc115836c0db1ba664bb0aa215/086c8cc5-0a70-4fa0-9186-be3848646e0a.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20201229%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20201229T163909Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=09578e39517ab4d487460ca01a6d1c68b3e3e09ef1ff2ea29c7f7b611e50ec7b 16:39:09 % Total % Received % Xferd Average Speed Time Time Time Current 16:39:09 Dload Upload Total Spent Left Speed 16:39:10 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 18607 0 0 100 18607 0 31695 --:--:-- --:--:-- --:--:-- 31698 16:39:10 -> View reports at https://codecov.io/github/edgexfoundry/go-mod-core-contracts/commit/ae795ac2e32e39dc115836c0db1ba664bb0aa215 [Pipeline] } 16:39: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 16:39:12 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 16:39:13 ---> package-listing.sh 16:39:13 ++ facter osfamily 16:39:13 ++ tr '[:upper:]' '[:lower:]' 16:39:13 + OS_FAMILY=redhat 16:39:13 + workspace=/w/workspace/dry_go-mod-core-contracts_PR-405 16:39:13 + START_PACKAGES=/tmp/packages_start.txt 16:39:13 + END_PACKAGES=/tmp/packages_end.txt 16:39:13 + DIFF_PACKAGES=/tmp/packages_diff.txt 16:39:13 + PACKAGES=/tmp/packages_start.txt 16:39:13 + '[' /w/workspace/dry_go-mod-core-contracts_PR-405 ']' 16:39:13 + PACKAGES=/tmp/packages_end.txt 16:39:13 + case "${OS_FAMILY}" in 16:39:13 + rpm -qa 16:39:13 + sort 16:39:18 + '[' -f /tmp/packages_start.txt ']' 16:39:18 + '[' -f /tmp/packages_end.txt ']' 16:39:18 + diff /tmp/packages_start.txt /tmp/packages_end.txt 16:39:18 + '[' /w/workspace/dry_go-mod-core-contracts_PR-405 ']' 16:39:18 + mkdir -p /w/workspace/dry_go-mod-core-contracts_PR-405/archives/ 16:39:18 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dry_go-mod-core-contracts_PR-405/archives/ [Pipeline] echo 16:39:18 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-405/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 16:39:18 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 16:39:19 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 16:39:19 16:39:19 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 16:39:19 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 16:39:19 alpine: Pulling from edgex-lftools-log-publisher 16:39:19 df20fa9351a1: Pulling fs layer 16:39:19 36b3adc4ff6f: Pulling fs layer 16:39:19 8ad3a11d3b57: Pulling fs layer 16:39:19 46f8f816bc3b: Pulling fs layer 16:39:19 93b61091891f: Pulling fs layer 16:39:19 93b9cdb0e59b: Pulling fs layer 16:39:19 5e14af77c1be: Pulling fs layer 16:39:19 01666e4c0597: Pulling fs layer 16:39:19 aa168da1d23b: Pulling fs layer 16:39:19 5e14af77c1be: Waiting 16:39:19 46f8f816bc3b: Waiting 16:39:19 93b61091891f: Waiting 16:39:19 01666e4c0597: Waiting 16:39:19 93b9cdb0e59b: Waiting 16:39:19 aa168da1d23b: Waiting 16:39:19 36b3adc4ff6f: Verifying Checksum 16:39:19 36b3adc4ff6f: Download complete 16:39:19 46f8f816bc3b: Verifying Checksum 16:39:19 46f8f816bc3b: Download complete 16:39:19 df20fa9351a1: Verifying Checksum 16:39:19 df20fa9351a1: Download complete 16:39:19 93b9cdb0e59b: Verifying Checksum 16:39:19 93b9cdb0e59b: Download complete 16:39:19 5e14af77c1be: Verifying Checksum 16:39:19 5e14af77c1be: Download complete 16:39:19 01666e4c0597: Verifying Checksum 16:39:19 01666e4c0597: Download complete 16:39:19 93b61091891f: Verifying Checksum 16:39:19 93b61091891f: Download complete 16:39:20 df20fa9351a1: Pull complete 16:39:20 36b3adc4ff6f: Pull complete 16:39:20 8ad3a11d3b57: Verifying Checksum 16:39:20 8ad3a11d3b57: Download complete 16:39:21 8ad3a11d3b57: Pull complete 16:39:21 46f8f816bc3b: Pull complete 16:39:22 93b61091891f: Pull complete 16:39:22 aa168da1d23b: Verifying Checksum 16:39:22 aa168da1d23b: Download complete 16:39:22 93b9cdb0e59b: Pull complete 16:39:22 5e14af77c1be: Pull complete 16:39:22 01666e4c0597: Pull complete 16:39:29 aa168da1d23b: Pull complete 16:39:29 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 16:39:29 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 16:39:29 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 16:39:29 prd-centos7-docker-4c-2g-17606 does not seem to be running inside a container 16:39:29 $ 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-405/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-405 -v /w/workspace/dry_go-mod-core-contracts_PR-405:/w/workspace/dry_go-mod-core-contracts_PR-405:rw,z -v /w/workspace/dry_go-mod-core-contracts_PR-405@tmp:/w/workspace/dry_go-mod-core-contracts_PR-405@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 16:39:33 $ docker top 738be5b5c0e3a15b843e3f95b67a456dffbc1e6b21f63697c722ded9bc64614f -eo pid,comm [Pipeline] { [Pipeline] sh 16:39:34 + touch /tmp/pre-build-complete [Pipeline] sh 16:39:34 + mkdir -p /var/log/sa [Pipeline] sh 16:39:34 + ls /var/log/sa-host 16:39:34 + sadf -c /var/log/sa-host/sa23 16:39:34 file_magic: OK 16:39:34 HZ: Using current value: 100 16:39:34 file_header: OK 16:39:34 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 16:39:34 Statistics: 16:39:34 Hnuu...uuuununununu... 16:39:34 File successfully converted to sysstat format version 12.2.1 16:39:34 + sadf -c /var/log/sa-host/sa29 16:39:34 file_magic: OK 16:39:34 HZ: Using current value: 100 16:39:34 file_header: OK 16:39:34 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 16:39:34 Statistics: 16:39:34 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 16:39:34 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 16:39:35 provisioning config files... 16:39:35 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dry_go-mod-core-contracts_PR-405@tmp/config3562146497911806256tmp [Pipeline] { [Pipeline] echo 16:39:35 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 16:39:35 ---> create-netrc.sh [Pipeline] } 16:39:36 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 16:39:36 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 16:39:36 ---> python-tools-install.sh [Pipeline] echo 16:39:36 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 16:39:36 ---> sudo-logs.sh 16:39:36 Archiving 'sudo' log.. [Pipeline] echo 16:39:36 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 16:39:37 ---> job-cost.sh 16:39:37 lf-activate-venv: SKIPPING 16:39:37 INFO: No Stack... 16:39:37 INFO: Retrieving Pricing Info for: v1-standard-2 16:39:38 INFO: Archiving Costs [Pipeline] echo 16:39:38 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 16:39:38 ---> logs-deploy.sh 16:39:38 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/PR-405/3 16:39:38 INFO: archiving workspace using pattern(s): 16:39:40 Archives upload complete. 16:39:40 INFO: archiving logs to Nexus 16:39:41 ---> uname -a: 16:39:41 Linux prd-centos7-docker-4c-2g-17606.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 16:39:41 16:39:41 16:39:41 ---> lscpu: 16:39:41 Architecture: x86_64 16:39:41 CPU op-mode(s): 32-bit, 64-bit 16:39:41 Byte Order: Little Endian 16:39:41 Address sizes: 40 bits physical, 48 bits virtual 16:39:41 CPU(s): 4 16:39:41 On-line CPU(s) list: 0-3 16:39:41 Thread(s) per core: 1 16:39:41 Core(s) per socket: 1 16:39:41 Socket(s): 4 16:39:41 NUMA node(s): 1 16:39:41 Vendor ID: GenuineIntel 16:39:41 CPU family: 6 16:39:41 Model: 44 16:39:41 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 16:39:41 Stepping: 1 16:39:41 CPU MHz: 2933.442 16:39:41 BogoMIPS: 5866.88 16:39:41 Virtualization: VT-x 16:39:41 Hypervisor vendor: KVM 16:39:41 Virtualization type: full 16:39:41 L1d cache: 128 KiB 16:39:41 L1i cache: 128 KiB 16:39:41 L2 cache: 16 MiB 16:39:41 L3 cache: 64 MiB 16:39:41 NUMA node0 CPU(s): 0-3 16:39:41 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 16:39:41 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 16:39:41 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 16:39:41 Vulnerability Meltdown: Mitigation; PTI 16:39:41 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 16:39:41 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 16:39:41 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 16:39:41 Vulnerability Srbds: Not affected 16:39:41 Vulnerability Tsx async abort: Not affected 16:39: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 16:39:41 16:39:41 16:39:41 ---> nproc: 16:39:41 4 16:39:41 16:39:41 16:39:41 ---> df -h: 16:39:41 Filesystem Size Used Available Use% Mounted on 16:39:41 overlay 50.0G 7.3G 42.7G 15% / 16:39:41 tmpfs 64.0M 0 64.0M 0% /dev 16:39:41 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 16:39:41 shm 64.0M 0 64.0M 0% /dev/shm 16:39:41 /dev/vda1 50.0G 7.3G 42.7G 15% /facter-os 16:39:41 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/resolv.conf 16:39:41 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hostname 16:39:41 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hosts 16:39:41 /dev/vda1 50.0G 7.3G 42.7G 15% /run/cloud-init/result.json 16:39:41 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/dry_go-mod-core-contracts_PR-405 16:39:41 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/dry_go-mod-core-contracts_PR-405@tmp 16:39:41 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/sa-host 16:39:41 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/secure 16:39:41 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/auth.log 16:39:41 16:39:41 16:39:41 ---> free -m: 16:39:41 total used free shared buff/cache available 16:39:41 Mem: 1837 706 98 0 1032 1026 16:39:41 Swap: 1023 1 1022 16:39:41 16:39:41 16:39:41 ---> ip addr: 16:39:41 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 16:39:41 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 16:39:41 inet 127.0.0.1/8 scope host lo 16:39:41 valid_lft forever preferred_lft forever 16:39:41 inet6 ::1/128 scope host 16:39:41 valid_lft forever preferred_lft forever 16:39:41 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 16:39:41 link/ether fa:16:3e:31:1a:07 brd ff:ff:ff:ff:ff:ff 16:39:41 inet 10.30.122.42/23 brd 10.30.123.255 scope global dynamic eth0 16:39:41 valid_lft 85951sec preferred_lft 85951sec 16:39:41 inet6 fe80::f816:3eff:fe31:1a07/64 scope link 16:39:41 valid_lft forever preferred_lft forever 16:39:41 3: docker0: mtu 1500 qdisc noqueue state DOWN 16:39:41 link/ether 02:42:93:97:f7:3e brd ff:ff:ff:ff:ff:ff 16:39:41 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 16:39:41 valid_lft forever preferred_lft forever 16:39:41 inet6 fe80::42:93ff:fe97:f73e/64 scope link 16:39:41 valid_lft forever preferred_lft forever 16:39:41 16:39:41 16:39:41 ---> sar -b -r -n DEV: 16:39:41 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 12/29/20 _x86_64_ (4 CPU) 16:39:41 16:39:41 16:32:01 LINUX RESTART (4 CPU) 16:39:41 16:39:41 16:33:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 16:39:41 16:34:01 6.93 0.57 6.36 0.00 39.43 170.25 0.00 16:39:41 16:35:01 0.42 0.00 0.42 0.00 0.00 6.45 0.00 16:39:41 16:36:01 0.23 0.00 0.23 0.00 0.00 2.71 0.00 16:39:41 16:37:01 0.28 0.00 0.28 0.00 0.00 3.20 0.00 16:39:41 16:38:01 0.30 0.00 0.30 0.00 0.00 3.83 0.00 16:39:41 16:39:02 0.27 0.00 0.27 0.00 0.00 3.41 0.00 16:39:41 Average: 1.40 0.09 1.31 0.00 6.57 31.65 0.00 16:39:41 16:39:41 16:33:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 16:39:41 16:34:01 171576 0 581568 30.91 2620 1125780 1095076 37.37 393000 1117252 20 16:39:41 16:35:01 169784 0 583352 31.00 2620 1125788 1076560 36.74 400444 1111752 16 16:39:41 16:36:01 169608 0 583524 31.01 2620 1125792 1076560 36.74 407364 1104588 8 16:39:41 16:37:01 167968 0 585164 31.10 2620 1125792 1076692 36.75 412604 1101420 8 16:39:41 16:38:01 164720 0 588404 31.27 2620 1125800 1076704 36.75 424700 1092068 20 16:39:41 16:39:02 165596 0 587524 31.23 2620 1125804 1076620 36.74 424384 1092068 12 16:39:41 Average: 168209 0 584923 31.09 2620 1125793 1079702 36.85 410416 1103191 14 16:39:41 16:39:41 16:33:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 16:39:41 16:34:01 eth0 9.62 6.04 9.45 2.35 0.00 0.00 0.00 0.00 16:39:41 16:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:39:41 16:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:39:41 16:35:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 16:39:41 16:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:39:41 16:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:39:41 16:36:01 eth0 0.92 0.08 0.07 0.01 0.00 0.00 0.00 0.00 16:39:41 16:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:39:41 16:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:39:41 16:37:01 eth0 0.90 0.30 0.32 0.20 0.00 0.00 0.00 0.00 16:39:41 16:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:39:41 16:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:39:41 16:38:01 eth0 0.67 0.38 0.42 0.26 0.00 0.00 0.00 0.00 16:39:41 16:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:39:41 16:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:39:41 16:39:02 eth0 0.23 0.18 0.07 0.01 0.00 0.00 0.00 0.00 16:39:41 16:39:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:39:41 16:39:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:39:41 Average: eth0 2.07 1.18 1.72 0.47 0.00 0.00 0.00 0.00 16:39:41 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:39:41 Average: docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:39:41 16:39:41 16:39:41 ---> sar -P ALL: 16:39:41 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 12/29/20 _x86_64_ (4 CPU) 16:39:41 16:39:41 16:32:01 LINUX RESTART (4 CPU) 16:39:41 16:39:41 16:33:01 CPU %user %nice %system %iowait %steal %idle 16:39:41 16:34:01 all 0.44 0.00 0.18 0.21 0.01 99.17 16:39:41 16:34:01 0 0.60 0.00 0.15 0.02 0.00 99.23 16:39:41 16:34:01 1 0.30 0.00 0.17 0.03 0.00 99.50 16:39:41 16:34:01 2 0.32 0.00 0.20 0.05 0.02 99.42 16:39:41 16:34:01 3 0.53 0.00 0.18 0.73 0.02 98.53 16:39:41 16:35:01 all 0.15 0.00 0.04 0.00 0.00 99.81 16:39:41 16:35:01 0 0.00 0.00 0.02 0.00 0.00 99.98 16:39:41 16:35:01 1 0.03 0.00 0.05 0.00 0.00 99.92 16:39:41 16:35:01 2 0.03 0.00 0.05 0.00 0.00 99.92 16:39:41 16:35:01 3 0.53 0.00 0.05 0.00 0.00 99.42 16:39:41 16:36:01 all 0.16 0.00 0.04 0.00 0.00 99.80 16:39:41 16:36:01 0 0.03 0.00 0.02 0.00 0.00 99.95 16:39:41 16:36:01 1 0.03 0.00 0.05 0.00 0.00 99.92 16:39:41 16:36:01 2 0.03 0.00 0.07 0.00 0.00 99.90 16:39:41 16:36:01 3 0.53 0.00 0.02 0.00 0.00 99.45 16:39:41 16:37:01 all 0.16 0.00 0.12 0.00 0.00 99.72 16:39:41 16:37:01 0 0.08 0.00 0.12 0.00 0.00 99.80 16:39:41 16:37:01 1 0.07 0.00 0.13 0.00 0.02 99.78 16:39:41 16:37:01 2 0.08 0.00 0.13 0.00 0.00 99.78 16:39:41 16:37:01 3 0.42 0.00 0.08 0.00 0.00 99.50 16:39:41 16:38:01 all 0.16 0.00 0.04 0.00 0.00 99.80 16:39:41 16:38:01 0 0.03 0.00 0.02 0.00 0.00 99.95 16:39:41 16:38:01 1 0.03 0.00 0.03 0.00 0.00 99.93 16:39:41 16:38:01 2 0.05 0.00 0.07 0.00 0.00 99.88 16:39:41 16:38:01 3 0.52 0.00 0.05 0.00 0.02 99.42 16:39:41 16:39:02 all 0.15 0.00 0.03 0.00 0.00 99.82 16:39:41 16:39:02 0 0.02 0.00 0.02 0.00 0.00 99.97 16:39:41 16:39:02 1 0.02 0.00 0.03 0.02 0.00 99.93 16:39:41 16:39:02 2 0.03 0.00 0.03 0.00 0.00 99.93 16:39:41 16:39:02 3 0.53 0.00 0.03 0.00 0.00 99.43 16:39:41 Average: all 0.20 0.00 0.07 0.04 0.00 99.69 16:39:41 Average: 0 0.13 0.00 0.06 0.00 0.00 99.81 16:39:41 Average: 1 0.08 0.00 0.08 0.01 0.00 99.83 16:39:41 Average: 2 0.09 0.00 0.09 0.01 0.00 99.81 16:39:41 Average: 3 0.51 0.00 0.07 0.12 0.01 99.29 16:39:41 16:39:41 16:39:41