Pull request #355 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of judehung for edgexfoundry/go-mod-core-contracts Obtained Jenkinsfile from cbe9a460f91de235c4e3294d5f0220ca4e0beff3+c9efc357fe638ed4dbd739befcaf3df2c9dd2676 (8f9c58316782130c06aa7e0f88f0c3eeff0f36f5) 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 a2cbe11917bfb8801b6bc99aaa80229564ed4294 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 a2cbe11917bfb8801b6bc99aaa80229564ed4294 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 a2cbe11917bfb8801b6bc99aaa80229564ed4294 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f a2cbe11917bfb8801b6bc99aaa80229564ed4294 # timeout=10 Commit message: "Merge pull request #273 from ernestojeda/fix-semver-dir-permissions" > 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 [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-6948 in /w/workspace/dry_go-mod-core-contracts_PR-355 [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-355 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git > git --version # timeout=10 > git --version # 'git version 2.16.5' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit c9efc357fe638ed4dbd739befcaf3df2c9dd2676 into PR head commit cbe9a460f91de235c4e3294d5f0220ca4e0beff3 Merge succeeded, producing cbe9a460f91de235c4e3294d5f0220ca4e0beff3 Checking out Revision cbe9a460f91de235c4e3294d5f0220ca4e0beff3 (PR-355) > 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 --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/355/head:refs/remotes/origin/PR-355 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f cbe9a460f91de235c4e3294d5f0220ca4e0beff3 # 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 c9efc357fe638ed4dbd739befcaf3df2c9dd2676 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f cbe9a460f91de235c4e3294d5f0220ca4e0beff3 # timeout=10 Commit message: "feat(v2 data): Update DTOs for UpdateEventPushed" First time build. Skipping changelog. [Pipeline] } > git rev-list --no-walk f1a96866e9475dc126cab4823d357c9a91f58827 # timeout=10 [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 12:37:23 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 12:37:24 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 12:37:24 ========================================================= 12:37:24 EdgeX Global Pipelines Version Info 12:37:24 ========================================================= [Pipeline] libraryResource [Pipeline] sh 12:37:25 ------------------- 12:37:25 stable info: 12:37:25 ------------------- 12:37:25 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 12:37:25 Commit SHA: a2cbe11917bfb8801b6bc99aaa80229564ed4294 12:37:25 Message: update stable to v1.0.144 12:37:26 ------------------- 12:37:26 experimental info: 12:37:26 ------------------- 12:37:26 Commited By: **** collab-it+edgex@linuxfoundation.org 12:37:26 Commit SHA: c640cc8e0f176a0a86b153ebfcb15f3e2f33f7bd 12:37:26 Message: update experimental to v1.0.145 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo 12:37:27 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-core-contracts-settings [Pipeline] echo 12:37:27 [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-core-contracts [Pipeline] echo 12:37:27 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 12:37:27 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 12:37:27 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 12:37:27 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 12:37:27 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 12:37:28 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 12:37:28 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 12:37:28 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 12:37:28 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 12:37:28 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-core-contracts [Pipeline] echo 12:37:28 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 12:37:28 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 12:37:28 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 12:37:28 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 12:37:29 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 12:37:29 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 12:37:29 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = patch [Pipeline] echo 12:37:29 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 12:37:29 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 12:37:29 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 12:37:29 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 12:37:29 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 12:37:29 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 12:37:29 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-355 [Pipeline] echo 12:37:30 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-355 [Pipeline] echo 12:37:30 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-355 [Pipeline] echo 12:37:30 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = cbe9a460f91de235c4e3294d5f0220ca4e0beff3 [Pipeline] echo 12:37:30 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = cbe9a46 [Pipeline] echo 12:37:30 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 12:37:31 + git log --format=format:%s -1 cbe9a460f91de235c4e3294d5f0220ca4e0beff3 [Pipeline] echo 12:37:31 GIT_COMMIT: cbe9a460f91de235c4e3294d5f0220ca4e0beff3, Commit Message: feat(v2 data): Update DTOs for UpdateEventPushed [Pipeline] echo 12:37:31 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 12:37:31 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 12:37:33 12:37:33 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 12:37:33 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 12:37:33 latest: Pulling from edgex-devops/git-semver 12:37:33 31603596830f: Pulling fs layer 12:37:33 2a8b12db71e7: Pulling fs layer 12:37:33 6ca5941a6612: Pulling fs layer 12:37:33 ecc8261a40a4: Pulling fs layer 12:37:33 ecc8261a40a4: Waiting 12:37:33 2a8b12db71e7: Verifying Checksum 12:37:33 2a8b12db71e7: Download complete 12:37:34 31603596830f: Download complete 12:37:34 ecc8261a40a4: Verifying Checksum 12:37:34 ecc8261a40a4: Download complete 12:37:34 6ca5941a6612: Verifying Checksum 12:37:34 6ca5941a6612: Download complete 12:37:34 31603596830f: Pull complete 12:37:34 2a8b12db71e7: Pull complete 12:37:35 6ca5941a6612: Pull complete 12:37:35 ecc8261a40a4: Pull complete 12:37:35 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 12:37:35 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 12:37:35 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 12:37:35 prd-centos7-docker-4c-2g-6948 does not seem to be running inside a container 12:37:35 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_go-mod-core-contracts_PR-355 -v /w/workspace/dry_go-mod-core-contracts_PR-355:/w/workspace/dry_go-mod-core-contracts_PR-355:rw,z -v /w/workspace/dry_go-mod-core-contracts_PR-355@tmp:/w/workspace/dry_go-mod-core-contracts_PR-355@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 12:37:38 $ docker top aec45252d340be35c00098aca853d1b59d1f07754b50c18f69b8b8c897afb220 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 12:37:38 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 12:37:38 [ssh-agent] Looking for ssh-agent implementation... 12:37:38 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 12:37:38 $ docker exec aec45252d340be35c00098aca853d1b59d1f07754b50c18f69b8b8c897afb220 ssh-agent 12:37:39 SSH_AUTH_SOCK=/tmp/ssh-561lTwvyXzta/agent.11 12:37:39 SSH_AGENT_PID=17 12:37:39 Running ssh-add (command line suppressed) 12:37:39 Identity added: /w/workspace/dry_go-mod-core-contracts_PR-355@tmp/private_key_795262646061278013.key (/w/workspace/dry_go-mod-core-contracts_PR-355@tmp/private_key_795262646061278013.key) 12:37:39 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 12:37:39 + git tag --points-at HEAD [Pipeline] } 12:37:39 $ docker exec --env ******** --env ******** aec45252d340be35c00098aca853d1b59d1f07754b50c18f69b8b8c897afb220 ssh-agent -k 12:37:39 unset SSH_AUTH_SOCK; 12:37:39 unset SSH_AGENT_PID; 12:37:39 echo Agent pid 17 killed; 12:37:39 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 12:37:40 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 12:37:40 [ssh-agent] Looking for ssh-agent implementation... 12:37:40 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 12:37:40 $ docker exec aec45252d340be35c00098aca853d1b59d1f07754b50c18f69b8b8c897afb220 ssh-agent 12:37:40 SSH_AUTH_SOCK=/tmp/ssh-kJZwGV7E1yWd/agent.46 12:37:40 SSH_AGENT_PID=51 12:37:40 Running ssh-add (command line suppressed) 12:37:40 Identity added: /w/workspace/dry_go-mod-core-contracts_PR-355@tmp/private_key_2566473953489584906.key (/w/workspace/dry_go-mod-core-contracts_PR-355@tmp/private_key_2566473953489584906.key) 12:37:40 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 12:37:40 + git semver init 12:37:40 # -> Open(): unable to determine branch for HEAD 12:37:40 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_PR-355/.git 12:37:40 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_PR-355 12:37:40 # $SEMVER_REMOTE_NAME = origin 12:37:40 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 12:37:40 # $SEMVER_USER_NAME = edgex-jenkins 12:37:40 # $SEMVER_BRANCH = PR-355 12:37:40 # $SEMVER_TEMP = /tmp/semver-231102626 12:37:40 # git clone --branch semver git@github.com:edgexfoundry/go-mod-core-contracts.git $SEMVER_TEMP 12:37:41 # '/tmp/semver-231102626' -> '/w/workspace/dry_go-mod-core-contracts_PR-355/.semver' 12:37:41 # -> Force: false 12:37:41 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_PR-355/.semver [Pipeline] } 12:37:41 $ docker exec --env ******** --env ******** aec45252d340be35c00098aca853d1b59d1f07754b50c18f69b8b8c897afb220 ssh-agent -k 12:37:41 unset SSH_AUTH_SOCK; 12:37:41 unset SSH_AGENT_PID; 12:37:41 echo Agent pid 51 killed; 12:37:41 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 12:37:42 + git semver [Pipeline] } 12:37:42 $ docker stop --time=1 aec45252d340be35c00098aca853d1b59d1f07754b50c18f69b8b8c897afb220 12:37:44 $ docker rm -f aec45252d340be35c00098aca853d1b59d1f07754b50c18f69b8b8c897afb220 [Pipeline] // withDockerContainer [Pipeline] sh 12:37:44 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 12:37:45 Stashed 1 file(s) [Pipeline] echo 12:37:45 [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 12:38:00 Still waiting to schedule task 12:38:00 Waiting for next available executor on ‘centos7-docker-4c-2g’ 12:38:00 Still waiting to schedule task 12:38:00 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 12:39:45 Running on prd-centos7-docker-4c-2g-6950 in /w/workspace/dry_go-mod-core-contracts_PR-355 [Pipeline] { [Pipeline] ws 12:39:45 Running in /w/workspace/go-mod-core-contracts/3 [Pipeline] { [Pipeline] checkout 12:39:45 Running on prd-ubuntu18.04-docker-arm64-4c-16g-6949 in /w/workspace/dry_go-mod-core-contracts_PR-355 [Pipeline] { [Pipeline] ws 12:39:45 Running in /w/workspace/go-mod-core-contracts/3 [Pipeline] { [Pipeline] checkout 12:39:48 using credential edgex-jenkins-ssh 12:39:48 Cloning the remote Git repository 12:39:48 Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git 12:39:48 > git init /w/workspace/go-mod-core-contracts/3 # timeout=10 12:39:48 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 12:39:48 > git --version # timeout=10 12:39:48 > git --version # 'git version 2.16.5' 12:39:48 using GIT_SSH to set credentials SSH Credentials for GitHub 12:39:49 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 12:39:50 Merging remotes/origin/master commit c9efc357fe638ed4dbd739befcaf3df2c9dd2676 into PR head commit cbe9a460f91de235c4e3294d5f0220ca4e0beff3 12:39:49 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 12:39:49 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 12:39:49 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 12:39:49 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 12:39:49 using GIT_SSH to set credentials SSH Credentials for GitHub 12:39:49 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/355/head:refs/remotes/origin/PR-355 +refs/heads/master:refs/remotes/origin/master # timeout=10 12:39:50 > git config core.sparsecheckout # timeout=10 12:39:50 > git checkout -f cbe9a460f91de235c4e3294d5f0220ca4e0beff3 # timeout=10 12:39:50 Merge succeeded, producing cbe9a460f91de235c4e3294d5f0220ca4e0beff3 12:39:50 Checking out Revision cbe9a460f91de235c4e3294d5f0220ca4e0beff3 (PR-355) 12:39:51 using credential edgex-jenkins-ssh 12:39:51 Cloning the remote Git repository 12:39:50 > git remote # timeout=10 12:39:50 > git config --get remote.origin.url # timeout=10 12:39:50 using GIT_SSH to set credentials SSH Credentials for GitHub 12:39:50 > git merge c9efc357fe638ed4dbd739befcaf3df2c9dd2676 # timeout=10 12:39:50 > git rev-parse HEAD^{commit} # timeout=10 12:39:50 > git config core.sparsecheckout # timeout=10 12:39:50 > git checkout -f cbe9a460f91de235c4e3294d5f0220ca4e0beff3 # timeout=10 12:39:51 Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git 12:39:51 > git init /w/workspace/go-mod-core-contracts/3 # timeout=10 12:39:51 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 12:39:51 > git --version # timeout=10 12:39:51 > git --version # 'git version 2.17.1' 12:39:51 using GIT_SSH to set credentials SSH Credentials for GitHub 12:39:51 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 12:39:53 Merging remotes/origin/master commit c9efc357fe638ed4dbd739befcaf3df2c9dd2676 into PR head commit cbe9a460f91de235c4e3294d5f0220ca4e0beff3 12:39:53 Merge succeeded, producing cbe9a460f91de235c4e3294d5f0220ca4e0beff3 12:39:53 Checking out Revision cbe9a460f91de235c4e3294d5f0220ca4e0beff3 (PR-355) 12:39:52 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 12:39:52 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 12:39:52 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 12:39:52 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 12:39:52 using GIT_SSH to set credentials SSH Credentials for GitHub 12:39:52 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/355/head:refs/remotes/origin/PR-355 +refs/heads/master:refs/remotes/origin/master # timeout=10 12:39:53 > git config core.sparsecheckout # timeout=10 12:39:53 > git checkout -f cbe9a460f91de235c4e3294d5f0220ca4e0beff3 # timeout=10 12:39:53 > git remote # timeout=10 12:39:53 > git config --get remote.origin.url # timeout=10 12:39:53 using GIT_SSH to set credentials SSH Credentials for GitHub 12:39:53 > git merge c9efc357fe638ed4dbd739befcaf3df2c9dd2676 # timeout=10 12:39:53 > git rev-parse HEAD^{commit} # timeout=10 12:39:53 > git config core.sparsecheckout # timeout=10 12:39:53 > git checkout -f cbe9a460f91de235c4e3294d5f0220ca4e0beff3 # timeout=10 12:39:53 Commit message: "feat(v2 data): Update DTOs for UpdateEventPushed" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 12:39:54 ========================================================= 12:39:54 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 12:39:54 ========================================================= [Pipeline] isUnix [Pipeline] sh 12:39:55 + 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 . 12:39:56 Sending build context to Docker daemon 1.781MB 12:39:56 Step 1/7 : ARG BASE=golang:1.15-alpine 12:39:56 Step 2/7 : FROM ${BASE} 12:39:56 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 12:39:56 df20fa9351a1: Pulling fs layer 12:39:56 ed8968b2872e: Pulling fs layer 12:39:56 a92cc7c5fd73: Pulling fs layer 12:39:56 e871e8e8d7a9: Pulling fs layer 12:39:56 e73272ec9a57: Pulling fs layer 12:39:56 1e910a182e73: Pulling fs layer 12:39:56 4e634b169226: Pulling fs layer 12:39:56 e73272ec9a57: Waiting 12:39:56 1e910a182e73: Waiting 12:39:56 4e634b169226: Waiting 12:39:56 e871e8e8d7a9: Waiting 12:39:56 a92cc7c5fd73: Verifying Checksum 12:39:56 a92cc7c5fd73: Download complete 12:39:56 ed8968b2872e: Verifying Checksum 12:39:56 ed8968b2872e: Download complete 12:39:56 e73272ec9a57: Verifying Checksum 12:39:56 e73272ec9a57: Download complete 12:39:56 1e910a182e73: Verifying Checksum 12:39:56 1e910a182e73: Download complete 12:39:56 df20fa9351a1: Verifying Checksum 12:39:56 df20fa9351a1: Download complete 12:39:56 df20fa9351a1: Pull complete 12:39:56 ed8968b2872e: Pull complete 12:39:56 a92cc7c5fd73: Pull complete 12:39:58 Commit message: "feat(v2 data): Update DTOs for UpdateEventPushed" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash 12:39:58 4e634b169226: Verifying Checksum 12:39:58 4e634b169226: Download complete [Pipeline] echo 12:39:58 ========================================================= 12:39:58 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 12:39:58 ========================================================= [Pipeline] isUnix [Pipeline] sh 12:39:59 e871e8e8d7a9: Verifying Checksum 12:39:59 e871e8e8d7a9: Download complete 12:40:00 + 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 . 12:40:01 Sending build context to Docker daemon 1.781MB 12:40:01 Step 1/7 : ARG BASE=golang:1.15-alpine 12:40:01 Step 2/7 : FROM ${BASE} 12:40:01 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 12:40:01 b538f80385f9: Pulling fs layer 12:40:01 74f711af9a0d: Pulling fs layer 12:40:01 99f96fe45779: Pulling fs layer 12:40:01 8529a6b9a6be: Pulling fs layer 12:40:01 45590311c82a: Pulling fs layer 12:40:01 69ca0ff8b7b3: Pulling fs layer 12:40:01 209524e5b208: Pulling fs layer 12:40:01 8529a6b9a6be: Waiting 12:40:01 45590311c82a: Waiting 12:40:01 69ca0ff8b7b3: Waiting 12:40:01 209524e5b208: Waiting 12:40:01 99f96fe45779: Verifying Checksum 12:40:01 99f96fe45779: Download complete 12:40:01 74f711af9a0d: Verifying Checksum 12:40:01 74f711af9a0d: Download complete 12:40:01 45590311c82a: Verifying Checksum 12:40:01 45590311c82a: Download complete 12:40:01 69ca0ff8b7b3: Verifying Checksum 12:40:01 69ca0ff8b7b3: Download complete 12:40:01 b538f80385f9: Verifying Checksum 12:40:01 b538f80385f9: Download complete 12:40:02 b538f80385f9: Pull complete 12:40:02 74f711af9a0d: Pull complete 12:40:02 99f96fe45779: Pull complete 12:40:03 209524e5b208: Verifying Checksum 12:40:03 209524e5b208: Download complete 12:40:05 e871e8e8d7a9: Pull complete 12:40:05 e73272ec9a57: Pull complete 12:40:05 1e910a182e73: Pull complete 12:40:05 8529a6b9a6be: Verifying Checksum 12:40:05 8529a6b9a6be: Download complete 12:40:15 4e634b169226: Pull complete 12:40:15 Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 12:40:15 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 12:40:15 ---> f7629b54cfaa 12:40:15 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 12:40:15 ---> Running in 5026cf097120 12:40:15 Removing intermediate container 5026cf097120 12:40:15 ---> 35ff5fdcc9ce 12:40:15 Step 4/7 : RUN apk add bash 12:40:15 ---> Running in be25e58da609 12:40:16 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 12:40:17 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 12:40:18 OK: 166 MiB in 39 packages 12:40:18 8529a6b9a6be: Pull complete 12:40:18 45590311c82a: Pull complete 12:40:18 69ca0ff8b7b3: Pull complete 12:40:18 Removing intermediate container be25e58da609 12:40:18 ---> c28ca3dc3f3f 12:40:18 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 12:40:18 ---> Running in e472d7a91f8b 12:40:18 Removing intermediate container e472d7a91f8b 12:40:18 ---> 1134fe89438f 12:40:18 Step 6/7 : COPY go.mod . 12:40:18 ---> cc9ee9361e49 12:40:18 Step 7/7 : RUN go mod download 12:40:18 ---> Running in 15e2d5532bea 12:40:20 209524e5b208: Pull complete 12:40:20 Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 12:40:20 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 12:40:20 ---> 5bddaf1c2fca 12:40:20 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 12:40:23 ---> Running in 6866f80075ef 12:40:23 Removing intermediate container 6866f80075ef 12:40:23 ---> 278b223ba6da 12:40:23 Step 4/7 : RUN apk add bash 12:40:24 ---> Running in 057c4c0cb1f1 12:40:25 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 12:40:26 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 12:40:27 OK: 142 MiB in 39 packages 12:40:28 Removing intermediate container 057c4c0cb1f1 12:40:28 ---> 9bc88fa6bb6f 12:40:28 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 12:40:28 ---> Running in bc281ed58919 12:40:29 Removing intermediate container bc281ed58919 12:40:29 ---> 177234c34722 12:40:29 Step 6/7 : COPY go.mod . 12:40:29 ---> e799eaf0d51d 12:40:29 Step 7/7 : RUN go mod download 12:40:30 ---> Running in 88ef6380f201 12:40:31 Removing intermediate container 15e2d5532bea 12:40:31 ---> 8493fb3d035f 12:40:31 Successfully built 8493fb3d035f 12:40:31 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 12:40:31 + docker inspect -f . ci-base-image-x86_64 12:40:31 . [Pipeline] withDockerContainer 12:40:31 prd-centos7-docker-4c-2g-6950 does not seem to be running inside a container 12:40:31 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/3 -v /w/workspace/go-mod-core-contracts/3:/w/workspace/go-mod-core-contracts/3:rw,z -v /w/workspace/go-mod-core-contracts/3@tmp:/w/workspace/go-mod-core-contracts/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 12:40:32 $ docker top 4c4c40d10f32b2c66e6f092f6b24f5fefce1e311dbb9da5d6c8009ea19c3c8ca -eo pid,comm [Pipeline] { [Pipeline] sh 12:40:33 + go version 12:40:33 go version go1.15.2 linux/amd64 [Pipeline] } 12:40:33 $ docker stop --time=1 4c4c40d10f32b2c66e6f092f6b24f5fefce1e311dbb9da5d6c8009ea19c3c8ca 12:40:34 $ docker rm -f 4c4c40d10f32b2c66e6f092f6b24f5fefce1e311dbb9da5d6c8009ea19c3c8ca [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 12:40:35 + docker inspect -f . ci-base-image-x86_64 12:40:35 . [Pipeline] withDockerContainer 12:40:35 prd-centos7-docker-4c-2g-6950 does not seem to be running inside a container 12:40:35 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/3 -v /w/workspace/go-mod-core-contracts/3:/w/workspace/go-mod-core-contracts/3:rw,z -v /w/workspace/go-mod-core-contracts/3@tmp:/w/workspace/go-mod-core-contracts/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 12:40:36 $ docker top 038cf0e9acf03e1373565596410610d172e0c8750c7d64cdce0f8f7830a911ba -eo pid,comm [Pipeline] { [Pipeline] sh 12:40:37 + make test 12:40:37 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 12:40:43 ? github.com/edgexfoundry/go-mod-core-contracts/clients [no test files] 12:40:43 ok github.com/edgexfoundry/go-mod-core-contracts/clients/agent 0.030s coverage: 85.7% of statements 12:40:43 ok github.com/edgexfoundry/go-mod-core-contracts/clients/command 0.021s coverage: 100.0% of statements 12:40:43 ok github.com/edgexfoundry/go-mod-core-contracts/clients/coredata 0.013s coverage: 45.4% of statements 12:40:43 ok github.com/edgexfoundry/go-mod-core-contracts/clients/general 0.006s coverage: 77.8% of statements 12:40:43 ? github.com/edgexfoundry/go-mod-core-contracts/clients/interfaces [no test files] 12:40:43 ok github.com/edgexfoundry/go-mod-core-contracts/clients/logger 0.009s coverage: 6.4% of statements 12:40:44 ok github.com/edgexfoundry/go-mod-core-contracts/clients/metadata 0.046s coverage: 14.7% of statements 12:40:44 ok github.com/edgexfoundry/go-mod-core-contracts/clients/notifications 0.012s coverage: 100.0% of statements 12:40:44 ok github.com/edgexfoundry/go-mod-core-contracts/clients/scheduler 0.028s coverage: 91.8% of statements 12:40:44 ? github.com/edgexfoundry/go-mod-core-contracts/clients/types [no test files] 12:40:44 ? github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/errors [no test files] 12:40:44 ok github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/local 0.039s coverage: 100.0% of statements 12:40:45 Removing intermediate container 88ef6380f201 12:40:45 ---> 96db6d212317 12:40:45 Successfully built 96db6d212317 12:40:45 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 12:40:45 ok github.com/edgexfoundry/go-mod-core-contracts/errors 0.005s coverage: 48.9% of statements 12:40:45 + docker inspect -f . ci-base-image-arm64 12:40:45 . [Pipeline] withDockerContainer 12:40:45 prd-ubuntu18.04-docker-arm64-4c-16g-6949 does not seem to be running inside a container 12:40:45 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/3 -v /w/workspace/go-mod-core-contracts/3:/w/workspace/go-mod-core-contracts/3:rw,z -v /w/workspace/go-mod-core-contracts/3@tmp:/w/workspace/go-mod-core-contracts/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 12:40:47 ok github.com/edgexfoundry/go-mod-core-contracts/models 0.020s coverage: 63.0% of statements 12:40:47 ok github.com/edgexfoundry/go-mod-core-contracts/requests/configuration 0.005s coverage: 26.3% of statements 12:40:47 ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/admin 0.008s coverage: 15.4% of statements 12:40:47 ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/operating 0.016s coverage: 15.4% of statements 12:40:47 ok github.com/edgexfoundry/go-mod-core-contracts/responses/configuration 0.008s coverage: 14.3% of statements 12:40:47 ? github.com/edgexfoundry/go-mod-core-contracts/v2 [no test files] 12:40:47 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos 0.016s coverage: 29.1% of statements 12:40:47 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/common 0.013s coverage: 100.0% of statements 12:40:47 $ docker top 3c0ab900ad75fe9abbd34c33bbd761224aa5ccc6a927ed7f0203a14b27a20044 -eo pid,comm 12:40:47 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/requests 0.014s coverage: 94.4% of statements 12:40:47 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/responses 0.008s coverage: 100.0% of statements 12:40:47 ? github.com/edgexfoundry/go-mod-core-contracts/v2/models [no test files] 12:40:48 CGO_ENABLED=0 GO111MODULE=on go vet ./... [Pipeline] { [Pipeline] sh 12:40:49 + go version 12:40:49 go version go1.15.2 linux/arm64 [Pipeline] } 12:40:49 $ docker stop --time=1 3c0ab900ad75fe9abbd34c33bbd761224aa5ccc6a927ed7f0203a14b27a20044 12:40:49 gofmt -l . 12:40:49 [ "`gofmt -l .`" = "" ] 12:40:51 $ docker rm -f 3c0ab900ad75fe9abbd34c33bbd761224aa5ccc6a927ed7f0203a14b27a20044 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] stash [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 12:40:52 Stashed 1 file(s) [Pipeline] } 12:40:52 $ docker stop --time=1 038cf0e9acf03e1373565596410610d172e0c8750c7d64cdce0f8f7830a911ba 12:40:52 + docker inspect -f . ci-base-image-arm64 12:40:52 . 12:40:54 $ docker rm -f 038cf0e9acf03e1373565596410610d172e0c8750c7d64cdce0f8f7830a911ba [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] withDockerContainer 12:40:54 prd-ubuntu18.04-docker-arm64-4c-16g-6949 does not seem to be running inside a container 12:40:54 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-core-contracts/3 -v /w/workspace/go-mod-core-contracts/3:/w/workspace/go-mod-core-contracts/3:rw,z -v /w/workspace/go-mod-core-contracts/3@tmp:/w/workspace/go-mod-core-contracts/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 12:40:56 $ docker top 12e2e9795d5789e9c3ab6050c2271e94b3c1ad8e421ab624c9f0dd3ed76ba89c -eo pid,comm [Pipeline] { [Pipeline] // script [Pipeline] } [Pipeline] sh [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] } 12:40:58 + make test 12:40:58 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 12:41:20 ? github.com/edgexfoundry/go-mod-core-contracts/clients [no test files] 12:41:20 ok github.com/edgexfoundry/go-mod-core-contracts/clients/agent 0.028s coverage: 85.7% of statements 12:41:20 ok github.com/edgexfoundry/go-mod-core-contracts/clients/command 0.024s coverage: 100.0% of statements 12:41:22 ok github.com/edgexfoundry/go-mod-core-contracts/clients/coredata 0.060s coverage: 45.4% of statements 12:41:22 ok github.com/edgexfoundry/go-mod-core-contracts/clients/general 0.033s coverage: 77.8% of statements 12:41:22 ? github.com/edgexfoundry/go-mod-core-contracts/clients/interfaces [no test files] 12:41:22 ok github.com/edgexfoundry/go-mod-core-contracts/clients/logger 0.033s coverage: 6.4% of statements 12:41:24 ok github.com/edgexfoundry/go-mod-core-contracts/clients/metadata 0.110s coverage: 14.7% of statements 12:41:24 ok github.com/edgexfoundry/go-mod-core-contracts/clients/notifications 0.053s coverage: 100.0% of statements 12:41:25 ok github.com/edgexfoundry/go-mod-core-contracts/clients/scheduler 0.076s coverage: 91.8% of statements 12:41:25 ? github.com/edgexfoundry/go-mod-core-contracts/clients/types [no test files] 12:41:25 ? github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/errors [no test files] 12:41:25 ok github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/local 0.030s coverage: 100.0% of statements 12:41:26 ok github.com/edgexfoundry/go-mod-core-contracts/errors 0.022s coverage: 48.9% of statements 12:41:33 ok github.com/edgexfoundry/go-mod-core-contracts/models 0.083s coverage: 63.0% of statements 12:41:33 ok github.com/edgexfoundry/go-mod-core-contracts/requests/configuration 0.020s coverage: 26.3% of statements 12:41:33 ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/admin 0.013s coverage: 15.4% of statements 12:41:33 ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/operating 0.026s coverage: 15.4% of statements 12:41:33 ok github.com/edgexfoundry/go-mod-core-contracts/responses/configuration 0.010s coverage: 14.3% of statements 12:41:33 ? github.com/edgexfoundry/go-mod-core-contracts/v2 [no test files] 12:41:33 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos 0.032s coverage: 29.1% of statements 12:41:33 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/common 0.049s coverage: 100.0% of statements 12:41:33 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/requests 0.055s coverage: 94.4% of statements 12:41:33 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/responses 0.024s coverage: 100.0% of statements 12:41:33 ? github.com/edgexfoundry/go-mod-core-contracts/v2/models [no test files] 12:41:33 CGO_ENABLED=0 GO111MODULE=on go vet ./... 12:41:37 gofmt -l . 12:41:38 [ "`gofmt -l .`" = "" ] [Pipeline] stash 12:41:38 Warning: overwriting stash ‘coverage-report’ 12:41:39 Stashed 1 file(s) [Pipeline] } 12:41:39 $ docker stop --time=1 12e2e9795d5789e9c3ab6050c2271e94b3c1ad8e421ab624c9f0dd3ed76ba89c 12:41:42 $ docker rm -f 12e2e9795d5789e9c3ab6050c2271e94b3c1ad8e421ab624c9f0dd3ed76ba89c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 12:41:46 provisioning config files... 12:41:46 copy managed file [go-mod-core-contracts-codecov-token] to file:/w/workspace/dry_go-mod-core-contracts_PR-355@tmp/config7726854466981799472tmp [Pipeline] { [Pipeline] sh 12:41:46 + set +x 12:41:46 + curl -s https://codecov.io/bash 12:41:46 + bash -s -- 12:41:47 12:41:47 _____ _ 12:41:47 / ____| | | 12:41:47 | | ___ __| | ___ ___ _____ __ 12:41:47 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 12:41:47 | |___| (_) | (_| | __/ (_| (_) \ V / 12:41:47 \_____\___/ \__,_|\___|\___\___/ \_/ 12:41:47 Bash-20201009-048fee3 12:41:47 12:41:47 12:41:47 ==> Jenkins CI detected. 12:41:47 project root: . 12:41:47 --> token set from env 12:41:47 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 12:41:47 ==> Running gcov in . (disable via -X gcov) 12:41:47 ==> Python coveragepy not found 12:41:47 ==> Searching for coverage reports in: 12:41:47 + . 12:41:47 -> Found 1 reports 12:41:47 ==> Detecting git/mercurial file structure 12:41:47 ==> Reading reports 12:41:47 + ./coverage.out bytes=106727 12:41:47 ==> Appending adjustments 12:41:47 https://docs.codecov.io/docs/fixing-reports 12:41:47 + Found adjustments 12:41:47 ==> Gzipping contents 12:41:47 ==> Uploading reports 12:41:47 url: https://codecov.io 12:41:47 query: branch=PR-355&commit=cbe9a460f91de235c4e3294d5f0220ca4e0beff3&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2FPR-355%2F3%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=355&job=&cmd_args= 12:41:47 -> Pinging Codecov 12:41:47 https://codecov.io/upload/v4?package=bash-20201009-048fee3&token=secret&branch=PR-355&commit=cbe9a460f91de235c4e3294d5f0220ca4e0beff3&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2FPR-355%2F3%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=355&job=&cmd_args= 12:41:47 -> Uploading to 12:41:47 12:41:47 % Total % Received % Xferd Average Speed Time Time Time Current 12:41:47 Dload Upload Total Spent Left Speed 12:41:47 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0curl: (6) Could not resolve host: ; Unknown error 12:41:47 X> Failed to upload 12:41:47 ==> Uploading to Codecov 12:41:47 % Total % Received % Xferd Average Speed Time Time Time Current 12:41:47 Dload Upload Total Spent Left Speed 12:41:48 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 99 17230 0 0 100 17112 0 25372 --:--:-- --:--:-- --:--:-- 25351 100 17230 100 118 100 17112 174 25364 --:--:-- --:--:-- --:--:-- 25351 12:41:48 View reports at https://codecov.io/github/edgexfoundry/go-mod-core-contracts/commit/cbe9a460f91de235c4e3294d5f0220ca4e0beff3 [Pipeline] } 12:41:48 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) Stage "Clair 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 12:41:51 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 12:41:52 ---> package-listing.sh 12:41:52 ++ facter osfamily 12:41:52 ++ tr '[:upper:]' '[:lower:]' 12:41:52 + OS_FAMILY=redhat 12:41:52 + workspace=/w/workspace/dry_go-mod-core-contracts_PR-355 12:41:52 + START_PACKAGES=/tmp/packages_start.txt 12:41:52 + END_PACKAGES=/tmp/packages_end.txt 12:41:52 + DIFF_PACKAGES=/tmp/packages_diff.txt 12:41:52 + PACKAGES=/tmp/packages_start.txt 12:41:52 + '[' /w/workspace/dry_go-mod-core-contracts_PR-355 ']' 12:41:52 + PACKAGES=/tmp/packages_end.txt 12:41:52 + case "${OS_FAMILY}" in 12:41:52 + rpm -qa 12:41:52 + sort 12:41:56 + '[' -f /tmp/packages_start.txt ']' 12:41:56 + '[' -f /tmp/packages_end.txt ']' 12:41:56 + diff /tmp/packages_start.txt /tmp/packages_end.txt 12:41:56 + '[' /w/workspace/dry_go-mod-core-contracts_PR-355 ']' 12:41:56 + mkdir -p /w/workspace/dry_go-mod-core-contracts_PR-355/archives/ 12:41:56 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dry_go-mod-core-contracts_PR-355/archives/ [Pipeline] echo 12:41:56 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/dry_go-mod-core-contracts_PR-355/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 12:41:56 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 12:41:57 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 12:41:57 12:41:57 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 12:41:57 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 12:41:57 alpine: Pulling from edgex-lftools-log-publisher 12:41:57 df20fa9351a1: Pulling fs layer 12:41:57 36b3adc4ff6f: Pulling fs layer 12:41:57 8ad3a11d3b57: Pulling fs layer 12:41:57 46f8f816bc3b: Pulling fs layer 12:41:57 93b61091891f: Pulling fs layer 12:41:57 93b9cdb0e59b: Pulling fs layer 12:41:57 5e14af77c1be: Pulling fs layer 12:41:57 01666e4c0597: Pulling fs layer 12:41:57 aa168da1d23b: Pulling fs layer 12:41:57 93b9cdb0e59b: Waiting 12:41:57 5e14af77c1be: Waiting 12:41:57 01666e4c0597: Waiting 12:41:57 aa168da1d23b: Waiting 12:41:57 93b61091891f: Waiting 12:41:57 46f8f816bc3b: Waiting 12:41:57 36b3adc4ff6f: Verifying Checksum 12:41:57 36b3adc4ff6f: Download complete 12:41:57 46f8f816bc3b: Verifying Checksum 12:41:57 46f8f816bc3b: Download complete 12:41:57 df20fa9351a1: Verifying Checksum 12:41:57 93b9cdb0e59b: Verifying Checksum 12:41:57 93b9cdb0e59b: Download complete 12:41:57 93b61091891f: Verifying Checksum 12:41:57 93b61091891f: Download complete 12:41:57 5e14af77c1be: Verifying Checksum 12:41:57 5e14af77c1be: Download complete 12:41:57 01666e4c0597: Verifying Checksum 12:41:57 01666e4c0597: Download complete 12:41:58 df20fa9351a1: Pull complete 12:41:58 36b3adc4ff6f: Pull complete 12:41:58 8ad3a11d3b57: Verifying Checksum 12:41:58 8ad3a11d3b57: Download complete 12:41:59 8ad3a11d3b57: Pull complete 12:41:59 46f8f816bc3b: Pull complete 12:41:59 93b61091891f: Pull complete 12:41:59 93b9cdb0e59b: Pull complete 12:42:00 5e14af77c1be: Pull complete 12:42:00 aa168da1d23b: Verifying Checksum 12:42:00 aa168da1d23b: Download complete 12:42:00 01666e4c0597: Pull complete 12:42:06 aa168da1d23b: Pull complete 12:42:06 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 12:42:06 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 12:42:06 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 12:42:07 prd-centos7-docker-4c-2g-6948 does not seem to be running inside a container 12:42:07 $ 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-355/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-355 -v /w/workspace/dry_go-mod-core-contracts_PR-355:/w/workspace/dry_go-mod-core-contracts_PR-355:rw,z -v /w/workspace/dry_go-mod-core-contracts_PR-355@tmp:/w/workspace/dry_go-mod-core-contracts_PR-355@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 12:42:16 $ docker top 53963ad8f575c186e86b893c36e664cf1c415ddf6cb1adae72d68fafc0396c55 -eo pid,comm [Pipeline] { [Pipeline] sh 12:42:17 + touch /tmp/pre-build-complete [Pipeline] sh 12:42:17 + mkdir -p /var/log/sa [Pipeline] sh 12:42:18 + ls /var/log/sa-host 12:42:18 + sadf -c /var/log/sa-host/sa05 12:42:18 file_magic: OK 12:42:18 HZ: Using current value: 100 12:42:18 file_header: OK 12:42:18 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 12:42:18 Statistics: 12:42:18 Hnuu...uuuununununu...Hnuu...uuuununununu... 12:42:18 File successfully converted to sysstat format version 12.2.1 12:42:18 + sadf -c /var/log/sa-host/sa20 12:42:18 file_magic: OK 12:42:18 HZ: Using current value: 100 12:42:18 file_header: OK 12:42:18 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 12:42:18 Statistics: 12:42:18 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 12:42:18 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 12:42:18 provisioning config files... 12:42:18 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dry_go-mod-core-contracts_PR-355@tmp/config839291018814585647tmp [Pipeline] { [Pipeline] echo 12:42:18 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 12:42:18 ---> create-netrc.sh [Pipeline] } 12:42:18 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 12:42:18 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 12:42:19 ---> python-tools-install.sh [Pipeline] echo 12:42:19 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 12:42:19 ---> sudo-logs.sh 12:42:19 Archiving 'sudo' log.. [Pipeline] echo 12:42:19 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 12:42:19 ---> job-cost.sh 12:42:19 lf-activate-venv: SKIPPING 12:42:19 INFO: No Stack... 12:42:22 INFO: Retrieving Pricing Info for: v1-standard-2 12:42:22 INFO: Archiving Costs [Pipeline] echo 12:42:22 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 12:42:22 ---> logs-deploy.sh 12:42:22 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/PR-355/3 12:42:22 INFO: archiving workspace using pattern(s): 12:42:24 Archives upload complete. 12:42:24 INFO: archiving logs to Nexus 12:42:25 ---> uname -a: 12:42:25 Linux prd-centos7-docker-4c-2g-6948.vexxhost.local 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux 12:42:25 12:42:25 12:42:25 ---> lscpu: 12:42:25 Architecture: x86_64 12:42:25 CPU op-mode(s): 32-bit, 64-bit 12:42:25 Byte Order: Little Endian 12:42:25 Address sizes: 40 bits physical, 48 bits virtual 12:42:25 CPU(s): 4 12:42:25 On-line CPU(s) list: 0-3 12:42:25 Thread(s) per core: 1 12:42:25 Core(s) per socket: 1 12:42:25 Socket(s): 4 12:42:25 NUMA node(s): 1 12:42:25 Vendor ID: GenuineIntel 12:42:25 CPU family: 6 12:42:25 Model: 44 12:42:25 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 12:42:25 Stepping: 1 12:42:25 CPU MHz: 2933.436 12:42:25 BogoMIPS: 5866.87 12:42:25 Virtualization: VT-x 12:42:25 Hypervisor vendor: KVM 12:42:25 Virtualization type: full 12:42:25 L1d cache: 128 KiB 12:42:25 L1i cache: 128 KiB 12:42:25 L2 cache: 16 MiB 12:42:25 L3 cache: 64 MiB 12:42:25 NUMA node0 CPU(s): 0-3 12:42:25 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 12:42:25 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 12:42:25 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 12:42:25 Vulnerability Meltdown: Mitigation; PTI 12:42:25 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 12:42:25 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 12:42:25 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 12:42:25 Vulnerability Tsx async abort: Not affected 12:42:25 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 12:42:25 12:42:25 12:42:25 ---> nproc: 12:42:25 4 12:42:25 12:42:25 12:42:25 ---> df -h: 12:42:25 Filesystem Size Used Available Use% Mounted on 12:42:25 overlay 50.0G 7.2G 42.8G 14% / 12:42:25 tmpfs 64.0M 0 64.0M 0% /dev 12:42:25 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 12:42:25 shm 64.0M 0 64.0M 0% /dev/shm 12:42:25 /dev/vda1 50.0G 7.2G 42.8G 14% /facter-os 12:42:25 /dev/vda1 50.0G 7.2G 42.8G 14% /etc/resolv.conf 12:42:25 /dev/vda1 50.0G 7.2G 42.8G 14% /etc/hostname 12:42:25 /dev/vda1 50.0G 7.2G 42.8G 14% /etc/hosts 12:42:25 /dev/vda1 50.0G 7.2G 42.8G 14% /var/log/secure 12:42:25 /dev/vda1 50.0G 7.2G 42.8G 14% /var/log/auth.log 12:42:25 /dev/vda1 50.0G 7.2G 42.8G 14% /run/cloud-init/result.json 12:42:25 /dev/vda1 50.0G 7.2G 42.8G 14% /w/workspace/dry_go-mod-core-contracts_PR-355 12:42:25 /dev/vda1 50.0G 7.2G 42.8G 14% /w/workspace/dry_go-mod-core-contracts_PR-355@tmp 12:42:25 /dev/vda1 50.0G 7.2G 42.8G 14% /var/log/sa-host 12:42:25 12:42:25 12:42:25 ---> free -m: 12:42:25 total used free shared buff/cache available 12:42:25 Mem: 1837 686 104 0 1046 1049 12:42:25 Swap: 1023 0 1023 12:42:25 12:42:25 12:42:25 ---> ip addr: 12:42:25 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 12:42:25 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 12:42:25 inet 127.0.0.1/8 scope host lo 12:42:25 valid_lft forever preferred_lft forever 12:42:25 inet6 ::1/128 scope host 12:42:25 valid_lft forever preferred_lft forever 12:42:25 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 12:42:25 link/ether fa:16:3e:a9:93:53 brd ff:ff:ff:ff:ff:ff 12:42:25 inet 10.30.123.52/23 brd 10.30.123.255 scope global dynamic eth0 12:42:25 valid_lft 86065sec preferred_lft 86065sec 12:42:25 inet6 fe80::f816:3eff:fea9:9353/64 scope link 12:42:25 valid_lft forever preferred_lft forever 12:42:25 3: docker0: mtu 1500 qdisc noqueue state DOWN 12:42:25 link/ether 02:42:f8:fb:de:c6 brd ff:ff:ff:ff:ff:ff 12:42:25 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 12:42:25 valid_lft forever preferred_lft forever 12:42:25 inet6 fe80::42:f8ff:fefb:dec6/64 scope link 12:42:25 valid_lft forever preferred_lft forever 12:42:25 12:42:25 12:42:25 ---> sar -b -r -n DEV: 12:42:25 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 10/20/20 _x86_64_ (4 CPU) 12:42:25 12:42:25 12:36:32 LINUX RESTART (4 CPU) 12:42:25 12:42:25 12:37:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 12:42:25 12:38:01 109.63 47.13 62.50 0.00 7758.47 14639.52 0.00 12:42:25 12:39:01 3.73 0.00 3.73 0.00 0.00 127.84 0.00 12:42:25 12:40:01 0.52 0.00 0.52 0.00 0.00 9.09 0.00 12:42:25 12:41:01 0.33 0.00 0.33 0.00 0.00 4.61 0.00 12:42:25 12:42:01 59.99 44.17 15.81 0.00 4372.44 6656.29 0.00 12:42:25 Average: 34.60 18.17 16.43 0.00 2409.11 4254.23 0.00 12:42:25 12:42:25 12:37:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 12:42:25 12:38:01 141940 0 588988 31.30 2620 1148008 1111636 37.94 426876 1151692 128 12:42:25 12:39:01 146480 0 584328 31.06 2620 1148128 1085264 37.04 427336 1147864 20 12:42:25 12:40:01 146812 0 583992 31.04 2620 1148132 1074136 36.66 427868 1146988 8 12:42:25 12:41:01 146760 0 584044 31.04 2620 1148132 1073956 36.65 428712 1146392 8 12:42:25 12:42:01 73504 0 688476 36.59 2620 1116956 1499112 51.16 518840 1106668 74620 12:42:25 Average: 131099 0 605966 32.21 2620 1141871 1168821 39.89 445926 1139921 14957 12:42:25 12:42:25 12:37:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 12:42:25 12:38:01 eth0 468.17 294.75 1084.43 98.33 0.00 0.00 0.00 0.00 12:42:25 12:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:42:25 12:38:01 docker0 6.46 5.28 1.24 12.58 0.00 0.00 0.00 0.00 12:42:25 12:39:01 eth0 3.90 2.03 2.85 0.14 0.00 0.00 0.00 0.00 12:42:25 12:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:42:25 12:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:42:25 12:40:01 eth0 0.97 0.48 0.32 0.21 0.00 0.00 0.00 0.00 12:42:25 12:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:42:25 12:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:42:25 12:41:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 12:42:25 12:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:42:25 12:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:42:25 12:42:01 eth0 206.16 174.38 2169.89 17.74 0.00 0.00 0.00 0.00 12:42:25 12:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:42:25 12:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:42:25 Average: eth0 134.79 93.71 650.22 23.04 0.00 0.00 0.00 0.00 12:42:25 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:42:25 Average: docker0 1.28 1.04 0.24 2.48 0.00 0.00 0.00 0.00 12:42:25 12:42:25 12:42:25 ---> sar -P ALL: 12:42:25 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 10/20/20 _x86_64_ (4 CPU) 12:42:25 12:42:25 12:36:32 LINUX RESTART (4 CPU) 12:42:25 12:42:25 12:37:02 CPU %user %nice %system %iowait %steal %idle 12:42:25 12:38:01 all 14.99 0.00 7.14 5.30 0.12 72.46 12:42:25 12:38:01 0 15.37 0.00 7.51 5.14 0.09 71.89 12:42:25 12:38:01 1 13.54 0.00 7.33 3.61 0.14 75.38 12:42:25 12:38:01 2 14.21 0.00 7.31 7.26 0.12 71.09 12:42:25 12:38:01 3 16.83 0.00 6.39 5.18 0.12 71.49 12:42:25 12:39:01 all 0.15 0.00 0.05 0.00 0.01 99.78 12:42:25 12:39:01 0 0.42 0.00 0.05 0.00 0.00 99.53 12:42:25 12:39:01 1 0.05 0.00 0.05 0.00 0.00 99.90 12:42:25 12:39:01 2 0.08 0.00 0.05 0.00 0.02 99.85 12:42:25 12:39:01 3 0.07 0.00 0.07 0.00 0.02 99.85 12:42:25 12:40:01 all 0.18 0.00 0.05 0.00 0.00 99.76 12:42:25 12:40:01 0 0.07 0.00 0.03 0.00 0.02 99.88 12:42:25 12:40:01 1 0.03 0.00 0.03 0.00 0.00 99.93 12:42:25 12:40:01 2 0.55 0.00 0.07 0.00 0.00 99.38 12:42:25 12:40:01 3 0.08 0.00 0.07 0.00 0.00 99.85 12:42:25 12:41:01 all 0.14 0.00 0.03 0.00 0.01 99.81 12:42:25 12:41:01 0 0.02 0.00 0.02 0.00 0.00 99.97 12:42:25 12:41:01 1 0.02 0.00 0.05 0.00 0.02 99.92 12:42:25 12:41:01 2 0.48 0.00 0.02 0.00 0.02 99.48 12:42:25 12:41:01 3 0.05 0.00 0.05 0.00 0.02 99.88 12:42:25 12:42:01 all 3.46 0.00 2.19 1.04 0.02 93.30 12:42:25 12:42:01 0 3.27 0.00 2.28 0.27 0.02 94.16 12:42:25 12:42:01 1 3.89 0.00 2.01 1.70 0.02 92.38 12:42:25 12:42:01 2 3.18 0.00 1.84 0.65 0.03 94.29 12:42:25 12:42:01 3 3.47 0.00 2.60 1.53 0.02 92.38 12:42:25 Average: all 3.70 0.00 1.85 1.24 0.03 93.18 12:42:25 Average: 0 3.74 0.00 1.93 1.05 0.02 93.26 12:42:25 Average: 1 3.43 0.00 1.86 1.04 0.03 93.64 12:42:25 Average: 2 3.63 0.00 1.82 1.55 0.04 92.97 12:42:25 Average: 3 4.01 0.00 1.80 1.31 0.03 92.85 12:42:25 12:42:25 12:42:25