Pull request #346 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 cloudxxx8 for edgexfoundry/go-mod-core-contracts Obtained Jenkinsfile from 8d472b70a5ef4cd5c0080653293c0417da2771f1+98daafbb41d32662c234c03b24ed2e451e027361 (d75d8aa89d166d8897b191cff582d01faea32389) 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-6138 in /w/workspace/dry_go-mod-core-contracts_PR-346 [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-346 # 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 > 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/346/head:refs/remotes/origin/PR-346 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 98daafbb41d32662c234c03b24ed2e451e027361 into PR head commit 8d472b70a5ef4cd5c0080653293c0417da2771f1 Merge succeeded, producing 8d472b70a5ef4cd5c0080653293c0417da2771f1 Checking out Revision 8d472b70a5ef4cd5c0080653293c0417da2771f1 (PR-346) > git config core.sparsecheckout # timeout=10 > git checkout -f 8d472b70a5ef4cd5c0080653293c0417da2771f1 # 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 98daafbb41d32662c234c03b24ed2e451e027361 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 8d472b70a5ef4cd5c0080653293c0417da2771f1 # timeout=10 Commit message: "docs: Remove docs in V2 model and link to swagger" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { > git rev-list --no-walk 1cde81e413bac6887bf494e63adf3d3886dfaf51 # timeout=10 [Pipeline] timeout 02:43:29 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 02:43:29 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 02:43:29 ========================================================= 02:43:29 EdgeX Global Pipelines Version Info 02:43:29 ========================================================= [Pipeline] libraryResource [Pipeline] sh 02:43:31 ------------------- 02:43:31 stable info: 02:43:31 ------------------- 02:43:31 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 02:43:31 Commit SHA: a2cbe11917bfb8801b6bc99aaa80229564ed4294 02:43:31 Message: update stable to v1.0.144 02:43:32 ------------------- 02:43:32 experimental info: 02:43:32 ------------------- 02:43:32 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 02:43:32 Commit SHA: a2cbe11917bfb8801b6bc99aaa80229564ed4294 02:43:32 Message: update experimental to v1.0.144 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo 02:43:32 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-core-contracts-settings [Pipeline] echo 02:43:32 [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-core-contracts [Pipeline] echo 02:43:32 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 02:43:33 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 02:43:33 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 02:43:33 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 02:43:33 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 02:43:33 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 02:43:33 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 02:43:33 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 02:43:33 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 02:43:33 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-core-contracts [Pipeline] echo 02:43:33 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 02:43:33 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 02:43:34 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 02:43:34 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 02:43:34 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 02:43:34 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 02:43:34 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = patch [Pipeline] echo 02:43:34 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 02:43:34 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 02:43:34 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 02:43:34 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 02:43:34 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 02:43:34 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 02:43:35 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-346 [Pipeline] echo 02:43:35 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-346 [Pipeline] echo 02:43:35 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-346 [Pipeline] echo 02:43:35 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 8d472b70a5ef4cd5c0080653293c0417da2771f1 [Pipeline] echo 02:43:35 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 8d472b7 [Pipeline] echo 02:43:35 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 02:43:36 + git log --format=format:%s -1 8d472b70a5ef4cd5c0080653293c0417da2771f1 [Pipeline] echo 02:43:36 GIT_COMMIT: 8d472b70a5ef4cd5c0080653293c0417da2771f1, Commit Message: docs: Remove docs in V2 model and link to swagger [Pipeline] echo 02:43:36 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 02:43:36 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 02:43:37 02:43:37 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 02:43:37 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 02:43:37 latest: Pulling from edgex-devops/git-semver 02:43:37 31603596830f: Pulling fs layer 02:43:37 2a8b12db71e7: Pulling fs layer 02:43:37 6ca5941a6612: Pulling fs layer 02:43:37 ecc8261a40a4: Pulling fs layer 02:43:37 ecc8261a40a4: Waiting 02:43:37 2a8b12db71e7: Verifying Checksum 02:43:37 2a8b12db71e7: Download complete 02:43:37 31603596830f: Verifying Checksum 02:43:37 31603596830f: Download complete 02:43:37 ecc8261a40a4: Verifying Checksum 02:43:37 ecc8261a40a4: Download complete 02:43:37 6ca5941a6612: Verifying Checksum 02:43:37 6ca5941a6612: Download complete 02:43:37 31603596830f: Pull complete 02:43:38 2a8b12db71e7: Pull complete 02:43:39 6ca5941a6612: Pull complete 02:43:39 ecc8261a40a4: Pull complete 02:43:39 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 02:43:39 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 02:43:39 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 02:43:39 prd-centos7-docker-4c-2g-6138 does not seem to be running inside a container 02:43:39 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dry_go-mod-core-contracts_PR-346 -v /w/workspace/dry_go-mod-core-contracts_PR-346:/w/workspace/dry_go-mod-core-contracts_PR-346:rw,z -v /w/workspace/dry_go-mod-core-contracts_PR-346@tmp:/w/workspace/dry_go-mod-core-contracts_PR-346@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 02:43:41 $ docker top 980bafa6d10026225cfb8e720e62d74538e5348ba5b4ac9910b72c23c3d637ef -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 02:43:41 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 02:43:41 [ssh-agent] Looking for ssh-agent implementation... 02:43:42 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 02:43:42 $ docker exec 980bafa6d10026225cfb8e720e62d74538e5348ba5b4ac9910b72c23c3d637ef ssh-agent 02:43:42 SSH_AUTH_SOCK=/tmp/ssh-qkq8BnrvsnOx/agent.12 02:43:42 SSH_AGENT_PID=17 02:43:42 Running ssh-add (command line suppressed) 02:43:42 Identity added: /w/workspace/dry_go-mod-core-contracts_PR-346@tmp/private_key_5842617104123770261.key (/w/workspace/dry_go-mod-core-contracts_PR-346@tmp/private_key_5842617104123770261.key) 02:43:42 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 02:43:42 + git tag --points-at HEAD [Pipeline] } 02:43:42 $ docker exec --env ******** --env ******** 980bafa6d10026225cfb8e720e62d74538e5348ba5b4ac9910b72c23c3d637ef ssh-agent -k 02:43:42 unset SSH_AUTH_SOCK; 02:43:42 unset SSH_AGENT_PID; 02:43:42 echo Agent pid 17 killed; 02:43:42 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 02:43:43 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 02:43:43 [ssh-agent] Looking for ssh-agent implementation... 02:43:43 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 02:43:43 $ docker exec 980bafa6d10026225cfb8e720e62d74538e5348ba5b4ac9910b72c23c3d637ef ssh-agent 02:43:43 SSH_AUTH_SOCK=/tmp/ssh-VWDXgHu9bR3E/agent.46 02:43:43 SSH_AGENT_PID=51 02:43:43 Running ssh-add (command line suppressed) 02:43:43 Identity added: /w/workspace/dry_go-mod-core-contracts_PR-346@tmp/private_key_4746101767263112773.key (/w/workspace/dry_go-mod-core-contracts_PR-346@tmp/private_key_4746101767263112773.key) 02:43:43 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 02:43:43 + git semver init 02:43:43 # -> Open(): unable to determine branch for HEAD 02:43:43 # $GIT_DIR = /w/workspace/dry_go-mod-core-contracts_PR-346/.git 02:43:43 # $GIT_WORK_TREE = /w/workspace/dry_go-mod-core-contracts_PR-346 02:43:43 # $SEMVER_REMOTE_NAME = origin 02:43:43 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 02:43:43 # $SEMVER_USER_NAME = edgex-jenkins 02:43:43 # $SEMVER_BRANCH = PR-346 02:43:43 # $SEMVER_TEMP = /tmp/semver-121793225 02:43:43 # git clone --branch semver git@github.com:edgexfoundry/go-mod-core-contracts.git $SEMVER_TEMP 02:43:44 # '/tmp/semver-121793225' -> '/w/workspace/dry_go-mod-core-contracts_PR-346/.semver' 02:43:44 # -> Force: false 02:43:44 # $SEMVER_DIR = /w/workspace/dry_go-mod-core-contracts_PR-346/.semver [Pipeline] } 02:43:44 $ docker exec --env ******** --env ******** 980bafa6d10026225cfb8e720e62d74538e5348ba5b4ac9910b72c23c3d637ef ssh-agent -k 02:43:44 unset SSH_AUTH_SOCK; 02:43:44 unset SSH_AGENT_PID; 02:43:44 echo Agent pid 51 killed; 02:43:44 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 02:43:45 + git semver [Pipeline] } 02:43:45 $ docker stop --time=1 980bafa6d10026225cfb8e720e62d74538e5348ba5b4ac9910b72c23c3d637ef 02:43:46 $ docker rm -f 980bafa6d10026225cfb8e720e62d74538e5348ba5b4ac9910b72c23c3d637ef [Pipeline] // withDockerContainer [Pipeline] sh 02:43:47 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 02:43:47 Stashed 1 file(s) [Pipeline] echo 02:43:47 [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 02:44:03 Still waiting to schedule task 02:44:03 ‘prd-centos7-docker-4c-2g-3642’ is offline; ‘prd-centos7-docker-4c-2g-6139’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-4350’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-6035’ doesn’t have label ‘centos7-docker-4c-2g’ 02:44:03 Still waiting to schedule task 02:44:03 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 02:45:37 Running on prd-centos7-docker-4c-2g-6141 in /w/workspace/dry_go-mod-core-contracts_PR-346 [Pipeline] { [Pipeline] ws 02:45:37 Running in /w/workspace/go-mod-core-contracts/3 [Pipeline] { [Pipeline] checkout 02:45:45 using credential edgex-jenkins-ssh 02:45:45 Cloning the remote Git repository 02:45:45 Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git 02:45:46 > git init /w/workspace/go-mod-core-contracts/3 # timeout=10 02:45:46 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 02:45:46 > git --version # timeout=10 02:45:46 > git --version # 'git version 2.16.5' 02:45:46 using GIT_SSH to set credentials SSH Credentials for GitHub 02:45:46 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 02:45:47 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 02:45:47 Merging remotes/origin/master commit 98daafbb41d32662c234c03b24ed2e451e027361 into PR head commit 8d472b70a5ef4cd5c0080653293c0417da2771f1 02:45:48 Merge succeeded, producing 8d472b70a5ef4cd5c0080653293c0417da2771f1 02:45:48 Checking out Revision 8d472b70a5ef4cd5c0080653293c0417da2771f1 (PR-346) 02:45:47 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 02:45:47 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 02:45:47 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 02:45:47 using GIT_SSH to set credentials SSH Credentials for GitHub 02:45:47 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/346/head:refs/remotes/origin/PR-346 +refs/heads/master:refs/remotes/origin/master # timeout=10 02:45:47 > git config core.sparsecheckout # timeout=10 02:45:47 > git checkout -f 8d472b70a5ef4cd5c0080653293c0417da2771f1 # timeout=10 02:45:48 > git remote # timeout=10 02:45:48 > git config --get remote.origin.url # timeout=10 02:45:48 using GIT_SSH to set credentials SSH Credentials for GitHub 02:45:48 > git merge 98daafbb41d32662c234c03b24ed2e451e027361 # timeout=10 02:45:48 > git rev-parse HEAD^{commit} # timeout=10 02:45:48 > git config core.sparsecheckout # timeout=10 02:45:48 > git checkout -f 8d472b70a5ef4cd5c0080653293c0417da2771f1 # timeout=10 02:45:53 Commit message: "docs: Remove docs in V2 model and link to swagger" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 02:45:54 ========================================================= 02:45:54 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 02:45:54 ========================================================= [Pipeline] isUnix [Pipeline] sh 02:45:56 + 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 . 02:45:58 Sending build context to Docker daemon 1.799MB 02:45:58 Step 1/7 : ARG BASE=golang:1.15-alpine 02:45:58 Step 2/7 : FROM ${BASE} 02:45:58 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 02:45:58 df20fa9351a1: Pulling fs layer 02:45:58 ed8968b2872e: Pulling fs layer 02:45:58 a92cc7c5fd73: Pulling fs layer 02:45:58 e871e8e8d7a9: Pulling fs layer 02:45:58 e73272ec9a57: Pulling fs layer 02:45:58 1e910a182e73: Pulling fs layer 02:45:58 4e634b169226: Pulling fs layer 02:45:58 e73272ec9a57: Waiting 02:45:58 1e910a182e73: Waiting 02:45:58 4e634b169226: Waiting 02:45:58 e871e8e8d7a9: Waiting 02:45:58 a92cc7c5fd73: Verifying Checksum 02:45:58 a92cc7c5fd73: Download complete 02:45:58 ed8968b2872e: Verifying Checksum 02:45:58 ed8968b2872e: Download complete 02:45:59 e73272ec9a57: Download complete 02:45:59 1e910a182e73: Verifying Checksum 02:45:59 1e910a182e73: Download complete 02:46:00 df20fa9351a1: Verifying Checksum 02:46:00 df20fa9351a1: Download complete 02:46:01 df20fa9351a1: Pull complete 02:46:01 ed8968b2872e: Pull complete 02:46:01 a92cc7c5fd73: Pull complete 02:46:07 4e634b169226: Verifying Checksum 02:46:07 4e634b169226: Download complete 02:46:10 e871e8e8d7a9: Verifying Checksum 02:46:10 e871e8e8d7a9: Download complete 02:46:23 e871e8e8d7a9: Pull complete 02:46:23 e73272ec9a57: Pull complete 02:46:23 1e910a182e73: Pull complete 02:46:29 4e634b169226: Pull complete 02:46:29 Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 02:46:29 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 02:46:29 ---> f7629b54cfaa 02:46:29 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 02:46:29 ---> Running in 7bee53654bb7 02:46:29 Removing intermediate container 7bee53654bb7 02:46:29 ---> abfabf2da442 02:46:29 Step 4/7 : RUN apk add bash 02:46:29 ---> Running in 221571f0bff8 02:46:30 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 02:46:31 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 02:46:32 OK: 166 MiB in 39 packages 02:46:33 Removing intermediate container 221571f0bff8 02:46:33 ---> 9ac57c8bf61e 02:46:33 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 02:46:33 ---> Running in c9caf06a867e 02:46:33 Removing intermediate container c9caf06a867e 02:46:33 ---> 10e29c385357 02:46:33 Step 6/7 : COPY go.mod . 02:46:33 ---> 1facf4bb1277 02:46:33 Step 7/7 : RUN go mod download 02:46:33 ---> Running in b9f09c7cce3b 02:46:49 Removing intermediate container b9f09c7cce3b 02:46:49 ---> 9198cd40e2a9 02:46:49 Successfully built 9198cd40e2a9 02:46:49 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 02:46:50 + docker inspect -f . ci-base-image-x86_64 02:46:50 . [Pipeline] withDockerContainer 02:46:50 prd-centos7-docker-4c-2g-6141 does not seem to be running inside a container 02:46:50 $ 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 02:46:52 $ docker top 24e941009de6d250659b8c730c5a600a7f6faef77d06b7cb1b9e64f683c6f062 -eo pid,comm [Pipeline] { [Pipeline] sh 02:46:53 + go version 02:46:53 go version go1.15.2 linux/amd64 [Pipeline] } 02:46:53 $ docker stop --time=1 24e941009de6d250659b8c730c5a600a7f6faef77d06b7cb1b9e64f683c6f062 02:46:55 $ docker rm -f 24e941009de6d250659b8c730c5a600a7f6faef77d06b7cb1b9e64f683c6f062 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 02:46:56 + docker inspect -f . ci-base-image-x86_64 02:46:56 . [Pipeline] withDockerContainer 02:46:56 prd-centos7-docker-4c-2g-6141 does not seem to be running inside a container 02:46:56 $ 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 02:46:57 $ docker top dadd8a3684cdf81708a9c87dec858069fb197fd6c85a6ac4a8d975924214c9d0 -eo pid,comm [Pipeline] { [Pipeline] sh 02:46:58 + make test 02:46:58 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 02:47:04 Running on prd-ubuntu18.04-docker-arm64-4c-16g-6143 in /w/workspace/dry_go-mod-core-contracts_PR-346 [Pipeline] { [Pipeline] ws 02:47:04 Running in /w/workspace/go-mod-core-contracts/3 [Pipeline] { [Pipeline] checkout 02:47:09 using credential edgex-jenkins-ssh 02:47:09 Cloning the remote Git repository 02:47:09 Cloning repository git@github.com:edgexfoundry/go-mod-core-contracts.git 02:47:09 > git init /w/workspace/go-mod-core-contracts/3 # timeout=10 02:47:09 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 02:47:09 > git --version # timeout=10 02:47:09 > git --version # 'git version 2.17.1' 02:47:09 using GIT_SSH to set credentials SSH Credentials for GitHub 02:47:09 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/heads/*:refs/remotes/origin/* # timeout=10 02:47:11 ? github.com/edgexfoundry/go-mod-core-contracts/clients [no test files] 02:47:11 Merging remotes/origin/master commit 98daafbb41d32662c234c03b24ed2e451e027361 into PR head commit 8d472b70a5ef4cd5c0080653293c0417da2771f1 02:47:10 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 02:47:10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 02:47:10 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-core-contracts.git # timeout=10 02:47:10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-core-contracts.git 02:47:10 using GIT_SSH to set credentials SSH Credentials for GitHub 02:47:10 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-core-contracts.git +refs/pull/346/head:refs/remotes/origin/PR-346 +refs/heads/master:refs/remotes/origin/master # timeout=10 02:47:11 > git config core.sparsecheckout # timeout=10 02:47:11 > git checkout -f 8d472b70a5ef4cd5c0080653293c0417da2771f1 # timeout=10 02:47:11 Merge succeeded, producing 8d472b70a5ef4cd5c0080653293c0417da2771f1 02:47:11 Checking out Revision 8d472b70a5ef4cd5c0080653293c0417da2771f1 (PR-346) 02:47:12 ok github.com/edgexfoundry/go-mod-core-contracts/clients/agent 0.032s coverage: 85.7% of statements 02:47:12 ok github.com/edgexfoundry/go-mod-core-contracts/clients/command 0.018s coverage: 100.0% of statements 02:47:13 ok github.com/edgexfoundry/go-mod-core-contracts/clients/coredata 0.042s coverage: 45.4% of statements 02:47:13 ok github.com/edgexfoundry/go-mod-core-contracts/clients/general 0.022s coverage: 77.8% of statements 02:47:13 ? github.com/edgexfoundry/go-mod-core-contracts/clients/interfaces [no test files] 02:47:11 > git remote # timeout=10 02:47:11 > git config --get remote.origin.url # timeout=10 02:47:11 using GIT_SSH to set credentials SSH Credentials for GitHub 02:47:11 > git merge 98daafbb41d32662c234c03b24ed2e451e027361 # timeout=10 02:47:11 > git rev-parse HEAD^{commit} # timeout=10 02:47:11 > git config core.sparsecheckout # timeout=10 02:47:12 > git checkout -f 8d472b70a5ef4cd5c0080653293c0417da2771f1 # timeout=10 02:47:13 ok github.com/edgexfoundry/go-mod-core-contracts/clients/logger 0.020s coverage: 6.4% of statements 02:47:14 ok github.com/edgexfoundry/go-mod-core-contracts/clients/metadata 0.072s coverage: 14.7% of statements 02:47:14 ok github.com/edgexfoundry/go-mod-core-contracts/clients/notifications 0.025s coverage: 100.0% of statements 02:47:14 ok github.com/edgexfoundry/go-mod-core-contracts/clients/scheduler 0.082s coverage: 91.8% of statements 02:47:14 ? github.com/edgexfoundry/go-mod-core-contracts/clients/types [no test files] 02:47:14 ? github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/errors [no test files] 02:47:14 ok github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/local 0.026s coverage: 100.0% of statements 02:47:15 ok github.com/edgexfoundry/go-mod-core-contracts/errors 0.017s coverage: 48.9% of statements 02:47:16 Commit message: "docs: Remove docs in V2 model and link to swagger" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 02:47:17 ========================================================= 02:47:17 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 02:47:17 ========================================================= [Pipeline] isUnix [Pipeline] sh 02:47:18 + 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 . 02:47:19 Sending build context to Docker daemon 1.8MB 02:47:19 Step 1/7 : ARG BASE=golang:1.15-alpine 02:47:19 Step 2/7 : FROM ${BASE} 02:47:19 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 02:47:19 b538f80385f9: Pulling fs layer 02:47:19 74f711af9a0d: Pulling fs layer 02:47:19 99f96fe45779: Pulling fs layer 02:47:19 8529a6b9a6be: Pulling fs layer 02:47:19 45590311c82a: Pulling fs layer 02:47:19 69ca0ff8b7b3: Pulling fs layer 02:47:19 209524e5b208: Pulling fs layer 02:47:19 8529a6b9a6be: Waiting 02:47:19 45590311c82a: Waiting 02:47:19 69ca0ff8b7b3: Waiting 02:47:19 209524e5b208: Waiting 02:47:19 99f96fe45779: Verifying Checksum 02:47:19 99f96fe45779: Download complete 02:47:19 74f711af9a0d: Verifying Checksum 02:47:19 74f711af9a0d: Download complete 02:47:19 45590311c82a: Verifying Checksum 02:47:19 45590311c82a: Download complete 02:47:19 69ca0ff8b7b3: Verifying Checksum 02:47:19 69ca0ff8b7b3: Download complete 02:47:19 b538f80385f9: Verifying Checksum 02:47:19 b538f80385f9: Download complete 02:47:20 b538f80385f9: Pull complete 02:47:21 74f711af9a0d: Pull complete 02:47:21 99f96fe45779: Pull complete 02:47:21 209524e5b208: Verifying Checksum 02:47:21 209524e5b208: Download complete 02:47:22 ok github.com/edgexfoundry/go-mod-core-contracts/models 0.041s coverage: 63.0% of statements 02:47:22 ok github.com/edgexfoundry/go-mod-core-contracts/requests/configuration 0.042s coverage: 26.3% of statements 02:47:22 ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/admin 0.236s coverage: 15.4% of statements 02:47:22 ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/operating 0.045s coverage: 15.4% of statements 02:47:22 ok github.com/edgexfoundry/go-mod-core-contracts/responses/configuration 0.047s coverage: 14.3% of statements 02:47:22 ? github.com/edgexfoundry/go-mod-core-contracts/v2 [no test files] 02:47:23 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos 0.017s coverage: 29.1% of statements 02:47:23 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/common 0.021s coverage: 100.0% of statements 02:47:23 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/requests 0.041s coverage: 94.4% of statements 02:47:23 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/responses 0.044s coverage: 100.0% of statements 02:47:23 ? github.com/edgexfoundry/go-mod-core-contracts/v2/models [no test files] 02:47:23 CGO_ENABLED=0 GO111MODULE=on go vet ./... 02:47:23 8529a6b9a6be: Verifying Checksum 02:47:23 8529a6b9a6be: Download complete 02:47:27 gofmt -l . 02:47:27 [ "`gofmt -l .`" = "" ] [Pipeline] stash 02:47:28 Stashed 1 file(s) [Pipeline] } 02:47:28 $ docker stop --time=1 dadd8a3684cdf81708a9c87dec858069fb197fd6c85a6ac4a8d975924214c9d0 02:47:31 $ docker rm -f dadd8a3684cdf81708a9c87dec858069fb197fd6c85a6ac4a8d975924214c9d0 [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] } 02:47:33 8529a6b9a6be: Pull complete 02:47:33 45590311c82a: Pull complete 02:47:33 69ca0ff8b7b3: Pull complete 02:47:37 209524e5b208: Pull complete 02:47:37 Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 02:47:37 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 02:47:37 ---> 5bddaf1c2fca 02:47:37 Step 3/7 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 02:47:40 ---> Running in b2c1a5b61d0b 02:47:40 Removing intermediate container b2c1a5b61d0b 02:47:40 ---> c31b04a87499 02:47:40 Step 4/7 : RUN apk add bash 02:47:40 ---> Running in 489f7bf077b0 02:47:42 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 02:47:44 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 02:47:44 OK: 142 MiB in 39 packages 02:47:46 Removing intermediate container 489f7bf077b0 02:47:46 ---> 55593b9acd68 02:47:46 Step 5/7 : WORKDIR /go/src/github.com/edgexfoundry 02:47:46 ---> Running in fe3a4136ea30 02:47:46 Removing intermediate container fe3a4136ea30 02:47:46 ---> 6f1550336d16 02:47:46 Step 6/7 : COPY go.mod . 02:47:47 ---> 53de62406dd4 02:47:47 Step 7/7 : RUN go mod download 02:47:47 ---> Running in 8c89566c8ad2 02:48:02 Removing intermediate container 8c89566c8ad2 02:48:02 ---> 9a305da5c5e7 02:48:02 Successfully built 9a305da5c5e7 02:48:02 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 02:48:03 + docker inspect -f . ci-base-image-arm64 02:48:03 . [Pipeline] withDockerContainer 02:48:03 prd-ubuntu18.04-docker-arm64-4c-16g-6143 does not seem to be running inside a container 02:48:03 $ 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 02:48:05 $ docker top 5ef9884b92eba94df94f05f6c8127614056edad00f72604d23857ebc6ee5bba5 -eo pid,comm [Pipeline] { [Pipeline] sh 02:48:06 + go version 02:48:06 go version go1.15.2 linux/arm64 [Pipeline] } 02:48:06 $ docker stop --time=1 5ef9884b92eba94df94f05f6c8127614056edad00f72604d23857ebc6ee5bba5 02:48:08 $ docker rm -f 5ef9884b92eba94df94f05f6c8127614056edad00f72604d23857ebc6ee5bba5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 02:48:09 + docker inspect -f . ci-base-image-arm64 02:48:09 . [Pipeline] withDockerContainer 02:48:10 prd-ubuntu18.04-docker-arm64-4c-16g-6143 does not seem to be running inside a container 02:48:10 $ 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 02:48:12 $ docker top 28bfdb94f4b3dbc581fd6337bd74a3068c4f29c2b99875f6d1f898622c3e9207 -eo pid,comm [Pipeline] { [Pipeline] sh 02:48:13 + make test 02:48:13 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 02:48:35 ? github.com/edgexfoundry/go-mod-core-contracts/clients [no test files] 02:48:37 ok github.com/edgexfoundry/go-mod-core-contracts/clients/agent 0.020s coverage: 85.7% of statements 02:48:37 ok github.com/edgexfoundry/go-mod-core-contracts/clients/command 0.038s coverage: 100.0% of statements 02:48:39 ok github.com/edgexfoundry/go-mod-core-contracts/clients/coredata 0.055s coverage: 45.4% of statements 02:48:39 ok github.com/edgexfoundry/go-mod-core-contracts/clients/general 0.040s coverage: 77.8% of statements 02:48:39 ? github.com/edgexfoundry/go-mod-core-contracts/clients/interfaces [no test files] 02:48:39 ok github.com/edgexfoundry/go-mod-core-contracts/clients/logger 0.016s coverage: 6.4% of statements 02:48:40 ok github.com/edgexfoundry/go-mod-core-contracts/clients/metadata 0.040s coverage: 14.7% of statements 02:48:40 ok github.com/edgexfoundry/go-mod-core-contracts/clients/notifications 0.050s coverage: 100.0% of statements 02:48:42 ok github.com/edgexfoundry/go-mod-core-contracts/clients/scheduler 0.080s coverage: 91.8% of statements 02:48:42 ? github.com/edgexfoundry/go-mod-core-contracts/clients/types [no test files] 02:48:42 ? github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/errors [no test files] 02:48:42 ok github.com/edgexfoundry/go-mod-core-contracts/clients/urlclient/local 0.024s coverage: 100.0% of statements 02:48:42 ok github.com/edgexfoundry/go-mod-core-contracts/errors 0.040s coverage: 48.9% of statements 02:48:47 ok github.com/edgexfoundry/go-mod-core-contracts/models 0.173s coverage: 63.0% of statements 02:48:47 ok github.com/edgexfoundry/go-mod-core-contracts/requests/configuration 0.009s coverage: 26.3% of statements 02:48:47 ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/admin 0.036s coverage: 15.4% of statements 02:48:47 ok github.com/edgexfoundry/go-mod-core-contracts/requests/states/operating 0.019s coverage: 15.4% of statements 02:48:47 ok github.com/edgexfoundry/go-mod-core-contracts/responses/configuration 0.017s coverage: 14.3% of statements 02:48:47 ? github.com/edgexfoundry/go-mod-core-contracts/v2 [no test files] 02:48:47 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos 0.033s coverage: 29.1% of statements 02:48:47 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/common 0.043s coverage: 100.0% of statements 02:48:49 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/requests 0.061s coverage: 94.4% of statements 02:48:49 ok github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/responses 0.027s coverage: 100.0% of statements 02:48:49 ? github.com/edgexfoundry/go-mod-core-contracts/v2/models [no test files] 02:48:50 CGO_ENABLED=0 GO111MODULE=on go vet ./... 02:48:54 gofmt -l . 02:48:54 [ "`gofmt -l .`" = "" ] [Pipeline] stash 02:48:55 Warning: overwriting stash ‘coverage-report’ 02:48:56 Stashed 1 file(s) [Pipeline] } 02:48:56 $ docker stop --time=1 28bfdb94f4b3dbc581fd6337bd74a3068c4f29c2b99875f6d1f898622c3e9207 02:48:58 $ docker rm -f 28bfdb94f4b3dbc581fd6337bd74a3068c4f29c2b99875f6d1f898622c3e9207 [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 02:49:01 provisioning config files... 02:49:01 copy managed file [go-mod-core-contracts-codecov-token] to file:/w/workspace/dry_go-mod-core-contracts_PR-346@tmp/config8866741919614434426tmp [Pipeline] { [Pipeline] sh 02:49:01 + set +x 02:49:01 + curl -s https://codecov.io/bash 02:49:01 + bash -s -- 02:49:02 02:49:02 _____ _ 02:49:02 / ____| | | 02:49:02 | | ___ __| | ___ ___ _____ __ 02:49:02 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 02:49:02 | |___| (_) | (_| | __/ (_| (_) \ V / 02:49:02 \_____\___/ \__,_|\___|\___\___/ \_/ 02:49:02 Bash-20201009-048fee3 02:49:02 02:49:02 02:49:02 ==> Jenkins CI detected. 02:49:02 project root: . 02:49:02 --> token set from env 02:49:02 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 02:49:02 ==> Running gcov in . (disable via -X gcov) 02:49:02 ==> Python coveragepy not found 02:49:02 ==> Searching for coverage reports in: 02:49:02 + . 02:49:02 -> Found 1 reports 02:49:02 ==> Detecting git/mercurial file structure 02:49:02 ==> Reading reports 02:49:02 + ./coverage.out bytes=106724 02:49:02 ==> Appending adjustments 02:49:02 https://docs.codecov.io/docs/fixing-reports 02:49:02 + Found adjustments 02:49:02 ==> Gzipping contents 02:49:02 ==> Uploading reports 02:49:02 url: https://codecov.io 02:49:02 query: branch=PR-346&commit=8d472b70a5ef4cd5c0080653293c0417da2771f1&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2FPR-346%2F3%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=346&job=&cmd_args= 02:49:02 -> Pinging Codecov 02:49:02 https://codecov.io/upload/v4?package=bash-20201009-048fee3&token=secret&branch=PR-346&commit=8d472b70a5ef4cd5c0080653293c0417da2771f1&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-core-contracts%2Fjob%2FPR-346%2F3%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-core-contracts&service=jenkins&flags=&pr=346&job=&cmd_args= 02:49:02 -> Uploading to 02:49:02 02:49:02 % Total % Received % Xferd Average Speed Time Time Time Current 02:49:02 Dload Upload Total Spent Left Speed 02:49:02 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0curl: (6) Could not resolve host: ; Unknown error 02:49:02 X> Failed to upload 02:49:02 ==> Uploading to Codecov 02:49:02 % Total % Received % Xferd Average Speed Time Time Time Current 02:49:02 Dload Upload Total Spent Left Speed 02:49:03 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 17232 100 118 100 17114 241 35094 --:--:-- --:--:-- --:--:-- 35141 02:49:03 View reports at https://codecov.io/github/edgexfoundry/go-mod-core-contracts/commit/8d472b70a5ef4cd5c0080653293c0417da2771f1 [Pipeline] } 02:49:03 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 02:49:06 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 02:49:06 ---> package-listing.sh 02:49:06 ++ facter osfamily 02:49:06 ++ tr '[:upper:]' '[:lower:]' 02:49:06 + OS_FAMILY=redhat 02:49:06 + workspace=/w/workspace/dry_go-mod-core-contracts_PR-346 02:49:06 + START_PACKAGES=/tmp/packages_start.txt 02:49:06 + END_PACKAGES=/tmp/packages_end.txt 02:49:06 + DIFF_PACKAGES=/tmp/packages_diff.txt 02:49:06 + PACKAGES=/tmp/packages_start.txt 02:49:06 + '[' /w/workspace/dry_go-mod-core-contracts_PR-346 ']' 02:49:06 + PACKAGES=/tmp/packages_end.txt 02:49:06 + case "${OS_FAMILY}" in 02:49:06 + rpm -qa 02:49:06 + sort 02:49:11 + '[' -f /tmp/packages_start.txt ']' 02:49:11 + '[' -f /tmp/packages_end.txt ']' 02:49:11 + diff /tmp/packages_start.txt /tmp/packages_end.txt 02:49:11 + '[' /w/workspace/dry_go-mod-core-contracts_PR-346 ']' 02:49:11 + mkdir -p /w/workspace/dry_go-mod-core-contracts_PR-346/archives/ 02:49:11 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dry_go-mod-core-contracts_PR-346/archives/ [Pipeline] echo 02:49:11 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-346/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 02:49:11 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 02:49:11 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 02:49:11 02:49:11 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 02:49:12 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 02:49:12 alpine: Pulling from edgex-lftools-log-publisher 02:49:12 df20fa9351a1: Pulling fs layer 02:49:12 36b3adc4ff6f: Pulling fs layer 02:49:12 8ad3a11d3b57: Pulling fs layer 02:49:12 46f8f816bc3b: Pulling fs layer 02:49:12 93b61091891f: Pulling fs layer 02:49:12 93b9cdb0e59b: Pulling fs layer 02:49:12 5e14af77c1be: Pulling fs layer 02:49:12 01666e4c0597: Pulling fs layer 02:49:12 aa168da1d23b: Pulling fs layer 02:49:12 93b9cdb0e59b: Waiting 02:49:12 5e14af77c1be: Waiting 02:49:12 01666e4c0597: Waiting 02:49:12 aa168da1d23b: Waiting 02:49:12 46f8f816bc3b: Waiting 02:49:12 93b61091891f: Waiting 02:49:12 36b3adc4ff6f: Download complete 02:49:12 46f8f816bc3b: Download complete 02:49:12 df20fa9351a1: Verifying Checksum 02:49:12 df20fa9351a1: Download complete 02:49:12 93b9cdb0e59b: Verifying Checksum 02:49:12 93b9cdb0e59b: Download complete 02:49:12 5e14af77c1be: Verifying Checksum 02:49:12 5e14af77c1be: Download complete 02:49:12 93b61091891f: Verifying Checksum 02:49:12 93b61091891f: Download complete 02:49:12 01666e4c0597: Verifying Checksum 02:49:12 01666e4c0597: Download complete 02:49:12 df20fa9351a1: Pull complete 02:49:12 8ad3a11d3b57: Verifying Checksum 02:49:12 8ad3a11d3b57: Download complete 02:49:12 36b3adc4ff6f: Pull complete 02:49:13 8ad3a11d3b57: Pull complete 02:49:13 46f8f816bc3b: Pull complete 02:49:13 93b61091891f: Pull complete 02:49:14 93b9cdb0e59b: Pull complete 02:49:14 5e14af77c1be: Pull complete 02:49:14 01666e4c0597: Pull complete 02:49:14 aa168da1d23b: Verifying Checksum 02:49:14 aa168da1d23b: Download complete 02:49:20 aa168da1d23b: Pull complete 02:49:20 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 02:49:20 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 02:49:20 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 02:49:21 prd-centos7-docker-4c-2g-6138 does not seem to be running inside a container 02:49:21 $ 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-346/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-346 -v /w/workspace/dry_go-mod-core-contracts_PR-346:/w/workspace/dry_go-mod-core-contracts_PR-346:rw,z -v /w/workspace/dry_go-mod-core-contracts_PR-346@tmp:/w/workspace/dry_go-mod-core-contracts_PR-346@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 02:49:26 $ docker top ee490cc0f6d06dc67c60ebe1e224ecc3f08a77d80c821ee395f1809ea3c83af3 -eo pid,comm [Pipeline] { [Pipeline] sh 02:49:26 + touch /tmp/pre-build-complete [Pipeline] sh 02:49:27 + mkdir -p /var/log/sa [Pipeline] sh 02:49:27 + ls /var/log/sa-host 02:49:27 + sadf -c /var/log/sa-host/sa05 02:49:27 file_magic: OK 02:49:27 HZ: Using current value: 100 02:49:27 file_header: OK 02:49:27 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 02:49:27 Statistics: 02:49:27 Hnuu...uuuununununu...Hnuu...uuuununununu... 02:49:27 File successfully converted to sysstat format version 12.2.1 02:49:27 + sadf -c /var/log/sa-host/sa19 02:49:27 file_magic: OK 02:49:27 HZ: Using current value: 100 02:49:27 file_header: OK 02:49:27 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 02:49:27 Statistics: 02:49:27 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 02:49:27 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 02:49:27 provisioning config files... 02:49:27 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dry_go-mod-core-contracts_PR-346@tmp/config5189806793223630939tmp [Pipeline] { [Pipeline] echo 02:49:27 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 02:49:28 ---> create-netrc.sh [Pipeline] } 02:49:28 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 02:49:28 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 02:49:28 ---> python-tools-install.sh [Pipeline] echo 02:49:28 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 02:49:28 ---> sudo-logs.sh 02:49:28 Archiving 'sudo' log.. [Pipeline] echo 02:49:28 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 02:49:29 ---> job-cost.sh 02:49:29 lf-activate-venv: SKIPPING 02:49:29 INFO: No Stack... 02:49:30 INFO: Retrieving Pricing Info for: v1-standard-2 02:49:30 INFO: Archiving Costs [Pipeline] echo 02:49:30 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 02:49:30 ---> logs-deploy.sh 02:49:30 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-core-contracts/PR-346/3 02:49:30 INFO: archiving workspace using pattern(s): 02:49:32 Archives upload complete. 02:49:32 INFO: archiving logs to Nexus 02:49:33 ---> uname -a: 02:49:33 Linux prd-centos7-docker-4c-2g-6138.vexxhost.local 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux 02:49:33 02:49:33 02:49:33 ---> lscpu: 02:49:33 Architecture: x86_64 02:49:33 CPU op-mode(s): 32-bit, 64-bit 02:49:33 Byte Order: Little Endian 02:49:33 Address sizes: 40 bits physical, 48 bits virtual 02:49:33 CPU(s): 4 02:49:33 On-line CPU(s) list: 0-3 02:49:33 Thread(s) per core: 1 02:49:33 Core(s) per socket: 1 02:49:33 Socket(s): 4 02:49:33 NUMA node(s): 1 02:49:33 Vendor ID: GenuineIntel 02:49:33 CPU family: 6 02:49:33 Model: 44 02:49:33 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 02:49:33 Stepping: 1 02:49:33 CPU MHz: 2933.438 02:49:33 BogoMIPS: 5866.87 02:49:33 Virtualization: VT-x 02:49:33 Hypervisor vendor: KVM 02:49:33 Virtualization type: full 02:49:33 L1d cache: 128 KiB 02:49:33 L1i cache: 128 KiB 02:49:33 L2 cache: 16 MiB 02:49:33 L3 cache: 64 MiB 02:49:33 NUMA node0 CPU(s): 0-3 02:49:33 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 02:49:33 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 02:49:33 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 02:49:33 Vulnerability Meltdown: Mitigation; PTI 02:49:33 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 02:49:33 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 02:49:33 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 02:49:33 Vulnerability Tsx async abort: Not affected 02:49:33 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 02:49:33 02:49:33 02:49:33 ---> nproc: 02:49:33 4 02:49:33 02:49:33 02:49:33 ---> df -h: 02:49:33 Filesystem Size Used Available Use% Mounted on 02:49:33 overlay 50.0G 7.2G 42.8G 14% / 02:49:33 tmpfs 64.0M 0 64.0M 0% /dev 02:49:33 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 02:49:33 shm 64.0M 0 64.0M 0% /dev/shm 02:49:33 /dev/vda1 50.0G 7.2G 42.8G 14% /facter-os 02:49:33 /dev/vda1 50.0G 7.2G 42.8G 14% /etc/resolv.conf 02:49:33 /dev/vda1 50.0G 7.2G 42.8G 14% /etc/hostname 02:49:33 /dev/vda1 50.0G 7.2G 42.8G 14% /etc/hosts 02:49:33 /dev/vda1 50.0G 7.2G 42.8G 14% /var/log/auth.log 02:49:33 /dev/vda1 50.0G 7.2G 42.8G 14% /run/cloud-init/result.json 02:49:33 /dev/vda1 50.0G 7.2G 42.8G 14% /w/workspace/dry_go-mod-core-contracts_PR-346 02:49:33 /dev/vda1 50.0G 7.2G 42.8G 14% /w/workspace/dry_go-mod-core-contracts_PR-346@tmp 02:49:33 /dev/vda1 50.0G 7.2G 42.8G 14% /var/log/sa-host 02:49:33 /dev/vda1 50.0G 7.2G 42.8G 14% /var/log/secure 02:49:33 02:49:33 02:49:33 ---> free -m: 02:49:33 total used free shared buff/cache available 02:49:33 Mem: 1837 665 107 0 1064 1069 02:49:33 Swap: 1023 1 1022 02:49:33 02:49:33 02:49:33 ---> ip addr: 02:49:33 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 02:49:33 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 02:49:33 inet 127.0.0.1/8 scope host lo 02:49:33 valid_lft forever preferred_lft forever 02:49:33 inet6 ::1/128 scope host 02:49:33 valid_lft forever preferred_lft forever 02:49:33 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 02:49:33 link/ether fa:16:3e:b0:68:18 brd ff:ff:ff:ff:ff:ff 02:49:33 inet 10.30.123.212/23 brd 10.30.123.255 scope global dynamic eth0 02:49:33 valid_lft 86002sec preferred_lft 86002sec 02:49:33 inet6 fe80::f816:3eff:feb0:6818/64 scope link 02:49:33 valid_lft forever preferred_lft forever 02:49:33 3: docker0: mtu 1500 qdisc noqueue state DOWN 02:49:33 link/ether 02:42:09:9e:f7:ab brd ff:ff:ff:ff:ff:ff 02:49:33 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 02:49:33 valid_lft forever preferred_lft forever 02:49:33 inet6 fe80::42:9ff:fe9e:f7ab/64 scope link 02:49:33 valid_lft forever preferred_lft forever 02:49:33 02:49:33 02:49:33 ---> sar -b -r -n DEV: 02:49:33 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 10/19/20 _x86_64_ (4 CPU) 02:49:33 02:49:33 02:42:38 LINUX RESTART (4 CPU) 02:49:33 02:49:33 02:43:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 02:49:33 02:44:01 158.45 65.04 93.41 0.00 8486.37 40359.39 0.00 02:49:33 02:45:01 3.81 0.00 3.81 0.00 0.00 130.14 0.00 02:49:33 02:46:01 0.43 0.00 0.43 0.00 0.00 7.01 0.00 02:49:33 02:47:01 0.23 0.00 0.23 0.00 0.00 2.96 0.00 02:49:33 02:48:01 0.23 0.00 0.23 0.00 0.00 3.48 0.00 02:49:33 02:49:01 0.38 0.05 0.33 0.00 6.00 4.86 0.00 02:49:33 Average: 27.27 10.85 16.42 0.00 1416.26 6755.41 0.00 02:49:33 02:49:33 02:43:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 02:49:33 02:44:01 165004 0 567668 30.17 2620 1146264 1133932 38.70 430244 1124108 128 02:49:33 02:45:01 165812 0 566768 30.12 2620 1146356 1133712 38.69 430760 1123328 16 02:49:33 02:46:01 169908 0 562668 29.90 2620 1146360 1081116 36.90 430076 1121036 12 02:49:33 02:47:01 171040 0 561536 29.84 2620 1146360 1080948 36.89 429392 1121036 8 02:49:33 02:48:01 168228 0 564340 29.99 2620 1146368 1081092 36.90 436968 1116160 8 02:49:33 02:49:01 155828 0 576552 30.64 2620 1146556 1094792 37.36 444352 1115244 8 02:49:33 Average: 165970 0 566589 30.11 2620 1146377 1100932 37.57 433632 1120152 30 02:49:33 02:49:33 02:43:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 02:49:33 02:44:01 eth0 530.19 353.29 1071.22 99.87 0.00 0.00 0.00 0.00 02:49:33 02:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:49:33 02:44:01 docker0 6.56 5.03 1.22 12.15 0.00 0.00 0.00 0.00 02:49:33 02:45:01 eth0 1.82 0.68 0.64 0.37 0.00 0.00 0.00 0.00 02:49:33 02:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:49:33 02:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:49:33 02:46:01 eth0 1.57 0.57 0.68 0.39 0.00 0.00 0.00 0.00 02:49:33 02:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:49:33 02:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:49:33 02:47:01 eth0 0.68 0.08 0.06 0.04 0.00 0.00 0.00 0.00 02:49:33 02:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:49:33 02:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:49:33 02:48:01 eth0 1.75 0.28 0.38 0.20 0.00 0.00 0.00 0.00 02:49:33 02:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:49:33 02:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:49:33 02:49:01 eth0 3.41 2.21 3.39 1.13 0.00 0.00 0.00 0.00 02:49:33 02:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:49:33 02:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:49:33 Average: eth0 89.96 59.56 179.50 17.01 0.00 0.00 0.00 0.00 02:49:33 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:49:33 Average: docker0 1.09 0.84 0.20 2.03 0.00 0.00 0.00 0.00 02:49:33 02:49:33 02:49:33 ---> sar -P ALL: 02:49:33 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 10/19/20 _x86_64_ (4 CPU) 02:49:33 02:49:33 02:42:38 LINUX RESTART (4 CPU) 02:49:33 02:49:33 02:43:01 CPU %user %nice %system %iowait %steal %idle 02:49:33 02:44:01 all 15.31 0.00 8.23 7.51 0.03 68.93 02:49:33 02:44:01 0 13.96 0.00 9.36 8.47 0.02 68.19 02:49:33 02:44:01 1 15.12 0.00 7.43 4.89 0.03 72.51 02:49:33 02:44:01 2 16.61 0.00 8.17 5.78 0.03 69.40 02:49:33 02:44:01 3 15.54 0.00 7.94 10.90 0.03 65.59 02:49:33 02:45:01 all 0.16 0.00 0.04 0.00 0.00 99.80 02:49:33 02:45:01 0 0.03 0.00 0.03 0.00 0.00 99.93 02:49:33 02:45:01 1 0.50 0.00 0.05 0.00 0.00 99.45 02:49:33 02:45:01 2 0.08 0.00 0.07 0.00 0.00 99.85 02:49:33 02:45:01 3 0.03 0.00 0.02 0.00 0.00 99.95 02:49:33 02:46:01 all 0.19 0.00 0.04 0.00 0.00 99.77 02:49:33 02:46:01 0 0.05 0.00 0.03 0.00 0.00 99.92 02:49:33 02:46:01 1 0.58 0.00 0.02 0.00 0.00 99.40 02:49:33 02:46:01 2 0.10 0.00 0.07 0.00 0.00 99.83 02:49:33 02:46:01 3 0.03 0.00 0.05 0.00 0.00 99.92 02:49:33 02:47:01 all 0.12 0.00 0.03 0.00 0.00 99.85 02:49:33 02:47:01 0 0.02 0.00 0.03 0.00 0.00 99.95 02:49:33 02:47:01 1 0.40 0.00 0.02 0.00 0.00 99.58 02:49:33 02:47:01 2 0.05 0.00 0.05 0.00 0.00 99.90 02:49:33 02:47:01 3 0.02 0.00 0.03 0.00 0.00 99.95 02:49:33 02:48:01 all 0.16 0.00 0.05 0.00 0.00 99.79 02:49:33 02:48:01 0 0.02 0.00 0.02 0.00 0.00 99.97 02:49:33 02:48:01 1 0.53 0.00 0.08 0.00 0.00 99.38 02:49:33 02:48:01 2 0.07 0.00 0.05 0.00 0.00 99.88 02:49:33 02:48:01 3 0.03 0.00 0.03 0.00 0.00 99.93 02:49:33 02:49:01 all 0.22 0.00 0.12 0.00 0.00 99.66 02:49:33 02:49:01 0 0.17 0.00 0.22 0.00 0.00 99.62 02:49:33 02:49:01 1 0.57 0.00 0.13 0.00 0.00 99.30 02:49:33 02:49:01 2 0.12 0.00 0.07 0.00 0.00 99.82 02:49:33 02:49:01 3 0.03 0.00 0.07 0.00 0.00 99.90 02:49:33 Average: all 2.67 0.00 1.41 1.24 0.00 94.68 02:49:33 Average: 0 2.35 0.00 1.60 1.40 0.00 94.64 02:49:33 Average: 1 2.93 0.00 1.28 0.81 0.01 94.97 02:49:33 Average: 2 2.82 0.00 1.40 0.96 0.01 94.82 02:49:33 Average: 3 2.59 0.00 1.34 1.80 0.01 94.27 02:49:33 02:49:33 02:49:33