Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 862d807d5db610482e2c8d36d88f0aa71ecfe806+011f90c1aded870e945927a52dc79902e3daa599 (66b864c117e0b986a114252f65a38879a1ba2966) 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 69a7e166112f335804d9fea76440e5140e47f034 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 69a7e166112f335804d9fea76440e5140e47f034 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 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > 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-bootstrap, buildImage:false, pushImage:false, semverBump:pre] ========================================================= [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-bootstrap-settings PROJECT: go-mod-bootstrap 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-bootstrap 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: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: false SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task ‘prd-centos7-docker-4c-2g-15505’ is offline Running on prd-centos7-docker-4c-2g-22718 in /w/workspace/xfoundry_go-mod-bootstrap_PR-150 [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-bootstrap.git > git init /w/workspace/xfoundry_go-mod-bootstrap_PR-150 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.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-bootstrap.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/pull/150/head:refs/remotes/origin/PR-150 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 011f90c1aded870e945927a52dc79902e3daa599 into PR head commit 862d807d5db610482e2c8d36d88f0aa71ecfe806 Merge succeeded, producing df9cbe9b47336a0b5f176f432534a41019c035b8 Checking out Revision df9cbe9b47336a0b5f176f432534a41019c035b8 (PR-150) > git config core.sparsecheckout # timeout=10 > git checkout -f 862d807d5db610482e2c8d36d88f0aa71ecfe806 # 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 011f90c1aded870e945927a52dc79902e3daa599 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f df9cbe9b47336a0b5f176f432534a41019c035b8 # timeout=10 Commit message: "Merge commit '011f90c1aded870e945927a52dc79902e3daa599' into HEAD" > git rev-list --no-walk 862d807d5db610482e2c8d36d88f0aa71ecfe806 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 23:01:41 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 23:01:42 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 23:01:42 ========================================================= 23:01:42 EdgeX Global Pipelines Version Info 23:01:42 ========================================================= [Pipeline] libraryResource [Pipeline] sh 23:01:43 ------------------- 23:01:43 stable info: 23:01:43 ------------------- 23:01:43 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 23:01:43 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 23:01:43 Message: update stable to v1.0.179 23:01:44 ------------------- 23:01:44 experimental info: 23:01:44 ------------------- 23:01:44 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 23:01:44 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 23:01:44 Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 23:01:44 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-bootstrap-settings [Pipeline] echo 23:01:44 [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-bootstrap [Pipeline] echo 23:01:45 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 23:01:45 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 23:01:45 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 23:01:45 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 23:01:45 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 23:01:45 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 23:01:45 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 23:01:45 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 23:01:45 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 23:01:45 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-bootstrap [Pipeline] echo 23:01:45 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 23:01:45 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 23:01:46 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 23:01:46 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 23:01:46 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 23:01:46 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 23:01:46 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 23:01:46 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 23:01:46 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 23:01:46 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 23:01:46 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 23:01:46 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 23:01:46 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 23:01:47 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 23:01:47 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 23:01:47 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-150 [Pipeline] echo 23:01:47 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-150 [Pipeline] echo 23:01:47 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-150 [Pipeline] echo 23:01:47 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = df9cbe9b47336a0b5f176f432534a41019c035b8 [Pipeline] echo 23:01:47 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = df9cbe9 [Pipeline] echo 23:01:47 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 23:01:48 + git log --format=format:%s -1 df9cbe9b47336a0b5f176f432534a41019c035b8 [Pipeline] echo 23:01:48 GIT_COMMIT: df9cbe9b47336a0b5f176f432534a41019c035b8, Commit Message: Merge commit '011f90c1aded870e945927a52dc79902e3daa599' into HEAD [Pipeline] echo 23:01:48 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 23:01:49 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 23:01:49 23:01:49 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 23:01:49 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 23:01:49 latest: Pulling from edgex-devops/git-semver 23:01:49 31603596830f: Pulling fs layer 23:01:49 2a8b12db71e7: Pulling fs layer 23:01:49 6ca5941a6612: Pulling fs layer 23:01:49 ecc8261a40a4: Pulling fs layer 23:01:49 ecc8261a40a4: Waiting 23:01:49 2a8b12db71e7: Verifying Checksum 23:01:49 2a8b12db71e7: Download complete 23:01:49 31603596830f: Download complete 23:01:49 6ca5941a6612: Verifying Checksum 23:01:49 6ca5941a6612: Download complete 23:01:49 ecc8261a40a4: Verifying Checksum 23:01:49 ecc8261a40a4: Download complete 23:01:50 31603596830f: Pull complete 23:01:50 2a8b12db71e7: Pull complete 23:01:51 6ca5941a6612: Pull complete 23:01:51 ecc8261a40a4: Pull complete 23:01:51 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 23:01:51 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 23:01:51 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 23:01:51 prd-centos7-docker-4c-2g-22718 does not seem to be running inside a container 23:01:51 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/xfoundry_go-mod-bootstrap_PR-150 -v /w/workspace/xfoundry_go-mod-bootstrap_PR-150:/w/workspace/xfoundry_go-mod-bootstrap_PR-150:rw,z -v /w/workspace/xfoundry_go-mod-bootstrap_PR-150@tmp:/w/workspace/xfoundry_go-mod-bootstrap_PR-150@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 23:01:53 $ docker top ece7be09d3c154ef9e58d722a8a0dc6ea5204b3b6b6f7c4cecd640875f229007 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 23:01:53 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 23:01:53 [ssh-agent] Looking for ssh-agent implementation... 23:01:54 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 23:01:54 $ docker exec ece7be09d3c154ef9e58d722a8a0dc6ea5204b3b6b6f7c4cecd640875f229007 ssh-agent 23:01:54 SSH_AUTH_SOCK=/tmp/ssh-WsLJHHlnAQVK/agent.11 23:01:54 SSH_AGENT_PID=16 23:01:54 Running ssh-add (command line suppressed) 23:01:54 Identity added: /w/workspace/xfoundry_go-mod-bootstrap_PR-150@tmp/private_key_2473064150517112730.key (/w/workspace/xfoundry_go-mod-bootstrap_PR-150@tmp/private_key_2473064150517112730.key) 23:01:54 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 23:01:54 + git tag --points-at HEAD [Pipeline] } 23:01:54 $ docker exec --env ******** --env ******** ece7be09d3c154ef9e58d722a8a0dc6ea5204b3b6b6f7c4cecd640875f229007 ssh-agent -k 23:01:54 unset SSH_AUTH_SOCK; 23:01:54 unset SSH_AGENT_PID; 23:01:54 echo Agent pid 16 killed; 23:01:54 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 23:01:55 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 23:01:55 [ssh-agent] Looking for ssh-agent implementation... 23:01:55 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 23:01:55 $ docker exec ece7be09d3c154ef9e58d722a8a0dc6ea5204b3b6b6f7c4cecd640875f229007 ssh-agent 23:01:55 SSH_AUTH_SOCK=/tmp/ssh-bCyTPYz4Prf3/agent.45 23:01:55 SSH_AGENT_PID=51 23:01:55 Running ssh-add (command line suppressed) 23:01:55 Identity added: /w/workspace/xfoundry_go-mod-bootstrap_PR-150@tmp/private_key_6669754090169619513.key (/w/workspace/xfoundry_go-mod-bootstrap_PR-150@tmp/private_key_6669754090169619513.key) 23:01:55 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 23:01:55 + git semver init 23:01:55 # -> Open(): unable to determine branch for HEAD 23:01:55 # $GIT_DIR = /w/workspace/xfoundry_go-mod-bootstrap_PR-150/.git 23:01:55 # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-bootstrap_PR-150 23:01:55 # $SEMVER_REMOTE_NAME = origin 23:01:55 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 23:01:55 # $SEMVER_USER_NAME = edgex-jenkins 23:01:55 # $SEMVER_BRANCH = PR-150 23:01:55 # $SEMVER_TEMP = /tmp/semver-705940225 23:01:55 # git clone --branch semver git@github.com:edgexfoundry/go-mod-bootstrap.git $SEMVER_TEMP 23:01:56 # '/tmp/semver-705940225' -> '/w/workspace/xfoundry_go-mod-bootstrap_PR-150/.semver' 23:01:56 # -> Force: false 23:01:56 # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-bootstrap_PR-150/.semver [Pipeline] } 23:01:56 $ docker exec --env ******** --env ******** ece7be09d3c154ef9e58d722a8a0dc6ea5204b3b6b6f7c4cecd640875f229007 ssh-agent -k 23:01:56 unset SSH_AUTH_SOCK; 23:01:56 unset SSH_AGENT_PID; 23:01:56 echo Agent pid 51 killed; 23:01:56 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 23:01:57 + git semver [Pipeline] } 23:01:57 $ docker stop --time=1 ece7be09d3c154ef9e58d722a8a0dc6ea5204b3b6b6f7c4cecd640875f229007 23:01:59 $ docker rm -f ece7be09d3c154ef9e58d722a8a0dc6ea5204b3b6b6f7c4cecd640875f229007 [Pipeline] // withDockerContainer [Pipeline] sh 23:01:59 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 23:02:00 Stashed 1 file(s) [Pipeline] echo 23:02:00 [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 23:02:15 Still waiting to schedule task 23:02:15 Waiting for next available executor on ‘centos7-docker-4c-2g’ 23:02:15 Still waiting to schedule task 23:02:15 ‘prd-ubuntu18.04-docker-arm64-4c-16g-18207’ is offline 23:04:20 Running on prd-centos7-docker-4c-2g-22723 in /w/workspace/xfoundry_go-mod-bootstrap_PR-150 [Pipeline] { [Pipeline] ws 23:04:20 Running in /w/workspace/go-mod-bootstrap/7 [Pipeline] { [Pipeline] checkout 23:04:22 using credential edgex-jenkins-ssh 23:04:22 Cloning the remote Git repository 23:04:22 Cloning repository git@github.com:edgexfoundry/go-mod-bootstrap.git 23:04:22 > git init /w/workspace/go-mod-bootstrap/7 # timeout=10 23:04:22 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git 23:04:22 > git --version # timeout=10 23:04:22 > git --version # 'git version 2.24.3' 23:04:22 using GIT_SSH to set credentials SSH Credentials for GitHub 23:04:23 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/*:refs/remotes/origin/* # timeout=10 23:04:24 Merging remotes/origin/master commit 011f90c1aded870e945927a52dc79902e3daa599 into PR head commit 862d807d5db610482e2c8d36d88f0aa71ecfe806 23:04:24 Merge succeeded, producing da3e776e3707120627ecd63a1eae866864e5d9e2 23:04:24 Checking out Revision da3e776e3707120627ecd63a1eae866864e5d9e2 (PR-150) 23:04:23 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 23:04:23 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 23:04:23 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 23:04:23 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git 23:04:23 using GIT_SSH to set credentials SSH Credentials for GitHub 23:04:23 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/pull/150/head:refs/remotes/origin/PR-150 +refs/heads/master:refs/remotes/origin/master # timeout=10 23:04:24 > git config core.sparsecheckout # timeout=10 23:04:24 > git checkout -f 862d807d5db610482e2c8d36d88f0aa71ecfe806 # timeout=10 23:04:24 > git remote # timeout=10 23:04:24 > git config --get remote.origin.url # timeout=10 23:04:24 using GIT_SSH to set credentials SSH Credentials for GitHub 23:04:24 > git merge 011f90c1aded870e945927a52dc79902e3daa599 # timeout=10 23:04:24 > git rev-parse HEAD^{commit} # timeout=10 23:04:24 > git config core.sparsecheckout # timeout=10 23:04:24 > git checkout -f da3e776e3707120627ecd63a1eae866864e5d9e2 # timeout=10 23:04:28 Commit message: "Merge commit '011f90c1aded870e945927a52dc79902e3daa599' into HEAD" 23:04:28 > git rev-list --no-walk 862d807d5db610482e2c8d36d88f0aa71ecfe806 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 23:04:29 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 23:04:29 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 23:04:29 + sudo service docker restart 23:04:29 + true 23:04:29 Redirecting to /bin/systemctl restart docker.service [Pipeline] unstash [Pipeline] echo 23:04:32 ========================================================= 23:04:32 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 23:04:32 ========================================================= [Pipeline] isUnix [Pipeline] sh 23:04:32 + 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 . 23:04:32 Sending build context to Docker daemon 664.1kB 23:04:32 Step 1/8 : ARG BASE=golang:1.15-alpine 23:04:32 Step 2/8 : FROM ${BASE} 23:04:33 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 23:04:33 188c0c94c7c5: Pulling fs layer 23:04:33 0ef7d3d256c8: Pulling fs layer 23:04:33 de9db76c5a1d: Pulling fs layer 23:04:33 bca2f99d35d6: Pulling fs layer 23:04:33 93359f2a8cfa: Pulling fs layer 23:04:33 7c6f9722023f: Pulling fs layer 23:04:33 a35cf1a2eb13: Pulling fs layer 23:04:33 bca2f99d35d6: Waiting 23:04:33 93359f2a8cfa: Waiting 23:04:33 a35cf1a2eb13: Waiting 23:04:33 de9db76c5a1d: Verifying Checksum 23:04:33 de9db76c5a1d: Download complete 23:04:33 0ef7d3d256c8: Verifying Checksum 23:04:33 0ef7d3d256c8: Download complete 23:04:33 93359f2a8cfa: Verifying Checksum 23:04:33 93359f2a8cfa: Download complete 23:04:33 7c6f9722023f: Verifying Checksum 23:04:33 7c6f9722023f: Download complete 23:04:33 188c0c94c7c5: Verifying Checksum 23:04:33 188c0c94c7c5: Download complete 23:04:33 188c0c94c7c5: Pull complete 23:04:33 0ef7d3d256c8: Pull complete 23:04:33 de9db76c5a1d: Pull complete 23:04:35 a35cf1a2eb13: Verifying Checksum 23:04:35 a35cf1a2eb13: Download complete 23:04:35 bca2f99d35d6: Verifying Checksum 23:04:35 bca2f99d35d6: Download complete 23:04:42 bca2f99d35d6: Pull complete 23:04:42 93359f2a8cfa: Pull complete 23:04:42 7c6f9722023f: Pull complete 23:04:46 a35cf1a2eb13: Pull complete 23:04:46 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 23:04:46 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 23:04:46 ---> a62c8e92a672 23:04:46 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 23:04:47 ---> Running in b63af0364ec8 23:04:47 Removing intermediate container b63af0364ec8 23:04:47 ---> b526ecef55c4 23:04:47 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:04:47 ---> Running in ebf614c71e81 23:04:50 Removing intermediate container ebf614c71e81 23:04:50 ---> cf19d16195d6 23:04:50 Step 5/8 : RUN apk add --update --no-cache git make 23:04:50 ---> Running in b89d02b94dbd 23:04:51 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 23:04:51 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 23:04:52 OK: 166 MiB in 39 packages 23:04:53 Removing intermediate container b89d02b94dbd 23:04:53 ---> 84034686c10b 23:04:53 Step 6/8 : WORKDIR /build 23:04:53 ---> Running in b5a9b311306c 23:04:53 Removing intermediate container b5a9b311306c 23:04:53 ---> 757f3937d222 23:04:53 Step 7/8 : COPY go.mod . 23:04:53 ---> d93ffee110e8 23:04:53 Step 8/8 : RUN go mod download 23:04:53 ---> Running in 0d42d6194893 23:05:09 Running on prd-ubuntu18.04-docker-arm64-4c-16g-22724 in /w/workspace/xfoundry_go-mod-bootstrap_PR-150 [Pipeline] { [Pipeline] ws 23:05:09 Running in /w/workspace/go-mod-bootstrap/7 [Pipeline] { [Pipeline] checkout 23:05:14 using credential edgex-jenkins-ssh 23:05:14 Cloning the remote Git repository 23:05:14 Cloning repository git@github.com:edgexfoundry/go-mod-bootstrap.git 23:05:14 > git init /w/workspace/go-mod-bootstrap/7 # timeout=10 23:05:14 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git 23:05:14 > git --version # timeout=10 23:05:14 > git --version # 'git version 2.17.1' 23:05:14 using GIT_SSH to set credentials SSH Credentials for GitHub 23:05:14 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/*:refs/remotes/origin/* # timeout=10 23:05:15 Removing intermediate container 0d42d6194893 23:05:15 ---> 5657db27a322 23:05:15 Successfully built 5657db27a322 23:05:15 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 23:05:16 + docker inspect -f . ci-base-image-x86_64 23:05:16 . [Pipeline] withDockerContainer 23:05:16 prd-centos7-docker-4c-2g-22723 does not seem to be running inside a container 23:05:16 Merging remotes/origin/master commit 011f90c1aded870e945927a52dc79902e3daa599 into PR head commit 862d807d5db610482e2c8d36d88f0aa71ecfe806 23:05:16 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-bootstrap/7 -v /w/workspace/go-mod-bootstrap/7:/w/workspace/go-mod-bootstrap/7:rw,z -v /w/workspace/go-mod-bootstrap/7@tmp:/w/workspace/go-mod-bootstrap/7@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 23:05:16 Merge succeeded, producing 195c097d3ed8213f7879c00f185169daaf46e2aa 23:05:16 Checking out Revision 195c097d3ed8213f7879c00f185169daaf46e2aa (PR-150) 23:05:15 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 23:05:15 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 23:05:15 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 23:05:15 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git 23:05:15 using GIT_SSH to set credentials SSH Credentials for GitHub 23:05:15 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/pull/150/head:refs/remotes/origin/PR-150 +refs/heads/master:refs/remotes/origin/master # timeout=10 23:05:16 > git config core.sparsecheckout # timeout=10 23:05:16 > git checkout -f 862d807d5db610482e2c8d36d88f0aa71ecfe806 # timeout=10 23:05:16 > git remote # timeout=10 23:05:16 > git config --get remote.origin.url # timeout=10 23:05:16 using GIT_SSH to set credentials SSH Credentials for GitHub 23:05:16 > git merge 011f90c1aded870e945927a52dc79902e3daa599 # timeout=10 23:05:16 > git rev-parse HEAD^{commit} # timeout=10 23:05:16 > git config core.sparsecheckout # timeout=10 23:05:16 > git checkout -f 195c097d3ed8213f7879c00f185169daaf46e2aa # timeout=10 23:05:18 $ docker top 2b12cc4c41a072436335e1ae57abbe991fec1b9f150ff7ec6899b0a3a4ffcba2 -eo pid,comm [Pipeline] { [Pipeline] sh 23:05:18 + go version 23:05:18 go version go1.15.5 linux/amd64 [Pipeline] } 23:05:18 $ docker stop --time=1 2b12cc4c41a072436335e1ae57abbe991fec1b9f150ff7ec6899b0a3a4ffcba2 23:05:20 Commit message: "Merge commit '011f90c1aded870e945927a52dc79902e3daa599' into HEAD" 23:05:20 $ docker rm -f 2b12cc4c41a072436335e1ae57abbe991fec1b9f150ff7ec6899b0a3a4ffcba2 23:05:20 > git rev-list --no-walk 862d807d5db610482e2c8d36d88f0aa71ecfe806 # timeout=10 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [Pipeline] script [Pipeline] { [Pipeline] sh 23:05:21 + docker inspect -f . ci-base-image-x86_64 23:05:21 . [Pipeline] withDockerContainer 23:05:22 prd-centos7-docker-4c-2g-22723 does not seem to be running inside a container 23:05:22 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-bootstrap/7 -v /w/workspace/go-mod-bootstrap/7:/w/workspace/go-mod-bootstrap/7:rw,z -v /w/workspace/go-mod-bootstrap/7@tmp:/w/workspace/go-mod-bootstrap/7@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 23:05:22 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json 23:05:24 $ docker top 61680a1ecba7c198d11cec419e69893edf92ffa099dbc6e1d6f962e586b3d26d -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] sh 23:05:24 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 23:05:25 + make test 23:05:25 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 23:05:25 + sudo+ service docker restart 23:05:25 true [Pipeline] unstash [Pipeline] echo 23:05:28 ========================================================= 23:05:28 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 23:05:28 ========================================================= [Pipeline] isUnix [Pipeline] sh 23:05:28 + 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 . 23:05:29 Sending build context to Docker daemon 663kB 23:05:29 Step 1/8 : ARG BASE=golang:1.15-alpine 23:05:29 Step 2/8 : FROM ${BASE} 23:05:29 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 23:05:29 5f621e34cdf4: Pulling fs layer 23:05:29 a4357932f1b6: Pulling fs layer 23:05:29 18c013af1878: Pulling fs layer 23:05:29 00ac8860ef70: Pulling fs layer 23:05:29 63d7cb157983: Pulling fs layer 23:05:29 b116817d02f9: Pulling fs layer 23:05:29 745a02a5169b: Pulling fs layer 23:05:29 00ac8860ef70: Waiting 23:05:29 63d7cb157983: Waiting 23:05:29 b116817d02f9: Waiting 23:05:29 745a02a5169b: Waiting 23:05:29 18c013af1878: Verifying Checksum 23:05:29 18c013af1878: Download complete 23:05:29 a4357932f1b6: Download complete 23:05:29 63d7cb157983: Verifying Checksum 23:05:29 63d7cb157983: Download complete 23:05:30 5f621e34cdf4: Verifying Checksum 23:05:30 5f621e34cdf4: Download complete 23:05:30 b116817d02f9: Download complete 23:05:30 5f621e34cdf4: Pull complete 23:05:31 a4357932f1b6: Pull complete 23:05:31 18c013af1878: Pull complete 23:05:31 745a02a5169b: Verifying Checksum 23:05:31 745a02a5169b: Download complete 23:05:33 00ac8860ef70: Verifying Checksum 23:05:33 00ac8860ef70: Download complete 23:05:35 ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap [no test files] 23:05:35 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/config 0.016s coverage: 9.0% of statements 23:05:35 ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/container [no test files] 23:05:35 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/environment 0.011s coverage: 92.2% of statements 23:05:35 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/flags 0.017s coverage: 85.3% of statements 23:05:36 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/handlers 0.025s coverage: 34.3% of statements 23:05:36 ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/interfaces [no test files] 23:05:36 ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/interfaces/mocks [no test files] 23:05:36 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/registration 0.006s coverage: 18.2% of statements 23:05:40 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/secret 3.011s coverage: 95.3% of statements 23:05:40 ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/startup [no test files] 23:05:40 ? github.com/edgexfoundry/go-mod-bootstrap/v2/config [no test files] 23:05:40 ok github.com/edgexfoundry/go-mod-bootstrap/v2/di 0.005s coverage: 91.3% of statements 23:05:40 CGO_ENABLED=0 GO111MODULE=on go vet ./... 23:05:41 gofmt -l . 23:05:41 [ "`gofmt -l .`" = "" ] [Pipeline] } 23:05:41 $ docker stop --time=1 61680a1ecba7c198d11cec419e69893edf92ffa099dbc6e1d6f962e586b3d26d 23:05:43 $ docker rm -f 61680a1ecba7c198d11cec419e69893edf92ffa099dbc6e1d6f962e586b3d26d 23:05:44 00ac8860ef70: Pull complete [Pipeline] // withDockerContainer [Pipeline] sh 23:05:44 63d7cb157983: Pull complete 23:05:44 + sudo chown -R jenkins:jenkins . [Pipeline] stash 23:05:44 b116817d02f9: Pull complete 23:05:44 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 23:05:48 745a02a5169b: Pull complete 23:05:48 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 23:05:48 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 23:05:48 ---> b7e6874047d6 23:05:48 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 23:05:51 ---> Running in 21d310e63564 23:05:51 Removing intermediate container 21d310e63564 23:05:51 ---> 6ebb60c081cf 23:05:51 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:05:51 ---> Running in 47b88f95de8e 23:05:54 Removing intermediate container 47b88f95de8e 23:05:54 ---> 8f7007bbfedf 23:05:54 Step 5/8 : RUN apk add --update --no-cache git make 23:05:54 ---> Running in 9015707514c0 23:05:55 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 23:05:56 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 23:05:56 OK: 142 MiB in 39 packages 23:05:58 Removing intermediate container 9015707514c0 23:05:58 ---> 453f31d3e96b 23:05:58 Step 6/8 : WORKDIR /build 23:05:58 ---> Running in 4329ddefe613 23:05:58 Removing intermediate container 4329ddefe613 23:05:58 ---> b165e631df03 23:05:58 Step 7/8 : COPY go.mod . 23:05:59 ---> 63eb948c1097 23:05:59 Step 8/8 : RUN go mod download 23:05:59 ---> Running in fa0ed48b5e60 23:06:21 Removing intermediate container fa0ed48b5e60 23:06:21 ---> 6aaacd18a6d3 23:06:21 Successfully built 6aaacd18a6d3 23:06:21 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 23:06:22 + docker inspect -f . ci-base-image-arm64 23:06:22 . [Pipeline] withDockerContainer 23:06:22 prd-ubuntu18.04-docker-arm64-4c-16g-22724 does not seem to be running inside a container 23:06:22 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-bootstrap/7 -v /w/workspace/go-mod-bootstrap/7:/w/workspace/go-mod-bootstrap/7:rw,z -v /w/workspace/go-mod-bootstrap/7@tmp:/w/workspace/go-mod-bootstrap/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 23:06:24 $ docker top e368bee4d8e1ebead979753fdfeeee4727b22b4fc2267ebda0637736be1e03d4 -eo pid,comm [Pipeline] { [Pipeline] sh 23:06:25 + go version 23:06:25 go version go1.15.5 linux/arm64 [Pipeline] } 23:06:25 $ docker stop --time=1 e368bee4d8e1ebead979753fdfeeee4727b22b4fc2267ebda0637736be1e03d4 23:06:27 $ docker rm -f e368bee4d8e1ebead979753fdfeeee4727b22b4fc2267ebda0637736be1e03d4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 23:06:28 + docker inspect -f . ci-base-image-arm64 23:06:28 . [Pipeline] withDockerContainer 23:06:28 prd-ubuntu18.04-docker-arm64-4c-16g-22724 does not seem to be running inside a container 23:06:28 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-bootstrap/7 -v /w/workspace/go-mod-bootstrap/7:/w/workspace/go-mod-bootstrap/7:rw,z -v /w/workspace/go-mod-bootstrap/7@tmp:/w/workspace/go-mod-bootstrap/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 23:06:29 $ docker top 640cc7c08bd522c2440c7676b6685fb4acbe5cbaba2d73b3e2dffbfeff8bd9d3 -eo pid,comm [Pipeline] { [Pipeline] sh 23:06:30 + make test 23:06:30 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 23:06:57 ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap [no test files] 23:06:58 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/config 0.043s coverage: 9.0% of statements 23:06:58 ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/container [no test files] 23:06:58 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/environment 0.039s coverage: 92.2% of statements 23:06:59 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/flags 0.034s coverage: 85.3% of statements 23:07:02 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/handlers 0.024s coverage: 34.3% of statements 23:07:02 ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/interfaces [no test files] 23:07:02 ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/interfaces/mocks [no test files] 23:07:02 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/registration 0.029s coverage: 18.2% of statements 23:07:05 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/secret 3.023s coverage: 95.3% of statements 23:07:05 ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/startup [no test files] 23:07:05 ? github.com/edgexfoundry/go-mod-bootstrap/v2/config [no test files] 23:07:05 ok github.com/edgexfoundry/go-mod-bootstrap/v2/di 0.012s coverage: 91.3% of statements 23:07:05 CGO_ENABLED=0 GO111MODULE=on go vet ./... 23:07:11 gofmt -l . 23:07:11 [ "`gofmt -l .`" = "" ] [Pipeline] } 23:07:11 $ docker stop --time=1 640cc7c08bd522c2440c7676b6685fb4acbe5cbaba2d73b3e2dffbfeff8bd9d3 23:07:13 $ docker rm -f 640cc7c08bd522c2440c7676b6685fb4acbe5cbaba2d73b3e2dffbfeff8bd9d3 [Pipeline] // withDockerContainer [Pipeline] sh 23:07:14 + sudo chown -R jenkins:jenkins . [Pipeline] stash 23:07:14 Warning: overwriting stash ‘coverage-report’ 23:07:15 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 23:07:16 provisioning config files... 23:07:16 copy managed file [go-mod-bootstrap-codecov-token] to file:/w/workspace/xfoundry_go-mod-bootstrap_PR-150@tmp/config3430850583100610334tmp [Pipeline] { [Pipeline] sh 23:07:17 + set +x 23:07:17 + curl -s https://codecov.io/bash 23:07:17 + bash -s -- 23:07:17 23:07:17 _____ _ 23:07:17 / ____| | | 23:07:17 | | ___ __| | ___ ___ _____ __ 23:07:17 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 23:07:17 | |___| (_) | (_| | __/ (_| (_) \ V / 23:07:17 \_____\___/ \__,_|\___|\___\___/ \_/ 23:07:17 Bash-20210115-cec3c92 23:07:17 23:07:17 23:07:17 ==> git version 2.24.3 found 23:07:17 ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 23:07:17 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 23:07:17 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 23:07:17 ==> Jenkins CI detected. 23:07:17 project root: . 23:07:17 --> token set from env 23:07:17 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 23:07:17 ==> Running gcov in . (disable via -X gcov) 23:07:17 ==> Python coveragepy not found 23:07:17 ==> Searching for coverage reports in: 23:07:17 + . 23:07:17 -> Found 1 reports 23:07:17 ==> Detecting git/mercurial file structure 23:07:17 ==> Reading reports 23:07:17 + ./coverage.out bytes=26895 23:07:17 ==> Appending adjustments 23:07:17 https://docs.codecov.io/docs/fixing-reports 23:07:17 + Found adjustments 23:07:17 ==> Gzipping contents 23:07:17 8.0K /tmp/codecov.9NPOrJ.gz 23:07:17 ==> Uploading reports 23:07:17 url: https://codecov.io 23:07:17 query: branch=PR-150&commit=df9cbe9b47336a0b5f176f432534a41019c035b8&build=7&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-bootstrap%2Fjob%2FPR-150%2F7%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-bootstrap&service=jenkins&flags=&pr=150&job=&cmd_args= 23:07:17 -> Pinging Codecov 23:07:17 https://codecov.io/upload/v4?package=bash-20210115-cec3c92&token=secret&branch=PR-150&commit=df9cbe9b47336a0b5f176f432534a41019c035b8&build=7&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-bootstrap%2Fjob%2FPR-150%2F7%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-bootstrap&service=jenkins&flags=&pr=150&job=&cmd_args= 23:07:18 -> Uploading to 23:07:18 https://storage.googleapis.com/codecov/v4/raw/2021-01-25/833815588EE85121546D348822E98E2E/df9cbe9b47336a0b5f176f432534a41019c035b8/57a9a45a-01fd-4228-b183-938073f6f6f3.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210125%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210125T230718Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=09815da6c0d9b580a9916005476cbfacbdb2579e49f1f09b062d167bba856265 23:07:18 % Total % Received % Xferd Average Speed Time Time Time Current 23:07:18 Dload Upload Total Spent Left Speed 23:07:18 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 4974 0 0 100 4974 0 11711 --:--:-- --:--:-- --:--:-- 11731 23:07:18 -> View reports at https://codecov.io/github/edgexfoundry/go-mod-bootstrap/commit/df9cbe9b47336a0b5f176f432534a41019c035b8 [Pipeline] } 23:07:18 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 23:07:21 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 23:07:21 ---> package-listing.sh 23:07:21 ++ facter osfamily 23:07:21 ++ tr '[:upper:]' '[:lower:]' 23:07:21 + OS_FAMILY=redhat 23:07:21 + workspace=/w/workspace/xfoundry_go-mod-bootstrap_PR-150 23:07:21 + START_PACKAGES=/tmp/packages_start.txt 23:07:21 + END_PACKAGES=/tmp/packages_end.txt 23:07:21 + DIFF_PACKAGES=/tmp/packages_diff.txt 23:07:21 + PACKAGES=/tmp/packages_start.txt 23:07:21 + '[' /w/workspace/xfoundry_go-mod-bootstrap_PR-150 ']' 23:07:21 + PACKAGES=/tmp/packages_end.txt 23:07:21 + case "${OS_FAMILY}" in 23:07:21 + rpm -qa 23:07:21 + sort 23:07:25 + '[' -f /tmp/packages_start.txt ']' 23:07:25 + '[' -f /tmp/packages_end.txt ']' 23:07:25 + diff /tmp/packages_start.txt /tmp/packages_end.txt 23:07:25 + '[' /w/workspace/xfoundry_go-mod-bootstrap_PR-150 ']' 23:07:25 + mkdir -p /w/workspace/xfoundry_go-mod-bootstrap_PR-150/archives/ 23:07:25 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/xfoundry_go-mod-bootstrap_PR-150/archives/ [Pipeline] echo 23:07:25 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/xfoundry_go-mod-bootstrap_PR-150/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 23:07:26 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 23:07:26 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 23:07:26 23:07:26 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 23:07:26 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 23:07:26 alpine: Pulling from edgex-lftools-log-publisher 23:07:26 df20fa9351a1: Pulling fs layer 23:07:26 36b3adc4ff6f: Pulling fs layer 23:07:26 8ad3a11d3b57: Pulling fs layer 23:07:26 46f8f816bc3b: Pulling fs layer 23:07:26 93b61091891f: Pulling fs layer 23:07:26 93b9cdb0e59b: Pulling fs layer 23:07:26 5e14af77c1be: Pulling fs layer 23:07:26 01666e4c0597: Pulling fs layer 23:07:26 aa168da1d23b: Pulling fs layer 23:07:26 93b9cdb0e59b: Waiting 23:07:26 5e14af77c1be: Waiting 23:07:26 01666e4c0597: Waiting 23:07:26 46f8f816bc3b: Waiting 23:07:26 93b61091891f: Waiting 23:07:26 aa168da1d23b: Waiting 23:07:26 36b3adc4ff6f: Verifying Checksum 23:07:26 36b3adc4ff6f: Download complete 23:07:26 46f8f816bc3b: Download complete 23:07:26 df20fa9351a1: Verifying Checksum 23:07:26 93b61091891f: Verifying Checksum 23:07:26 93b61091891f: Download complete 23:07:26 93b9cdb0e59b: Verifying Checksum 23:07:26 93b9cdb0e59b: Download complete 23:07:26 5e14af77c1be: Verifying Checksum 23:07:26 5e14af77c1be: Download complete 23:07:26 01666e4c0597: Verifying Checksum 23:07:26 01666e4c0597: Download complete 23:07:27 df20fa9351a1: Pull complete 23:07:27 8ad3a11d3b57: Verifying Checksum 23:07:27 8ad3a11d3b57: Download complete 23:07:27 36b3adc4ff6f: Pull complete 23:07:28 aa168da1d23b: Verifying Checksum 23:07:28 aa168da1d23b: Download complete 23:07:29 8ad3a11d3b57: Pull complete 23:07:29 46f8f816bc3b: Pull complete 23:07:29 93b61091891f: Pull complete 23:07:30 93b9cdb0e59b: Pull complete 23:07:30 5e14af77c1be: Pull complete 23:07:30 01666e4c0597: Pull complete 23:07:36 aa168da1d23b: Pull complete 23:07:36 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 23:07:36 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 23:07:36 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 23:07:37 prd-centos7-docker-4c-2g-22718 does not seem to be running inside a container 23:07:37 $ 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/xfoundry_go-mod-bootstrap_PR-150/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/xfoundry_go-mod-bootstrap_PR-150 -v /w/workspace/xfoundry_go-mod-bootstrap_PR-150:/w/workspace/xfoundry_go-mod-bootstrap_PR-150:rw,z -v /w/workspace/xfoundry_go-mod-bootstrap_PR-150@tmp:/w/workspace/xfoundry_go-mod-bootstrap_PR-150@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 23:07:42 $ docker top 4c8c8eef43effc0e6e05734aacb918828dd7aa62310a8aecdb3cc190e80f7fdc -eo pid,comm [Pipeline] { [Pipeline] sh 23:07:42 + touch /tmp/pre-build-complete [Pipeline] sh 23:07:43 + mkdir -p /var/log/sa [Pipeline] sh 23:07:43 + ls /var/log/sa-host 23:07:43 + sadf -c /var/log/sa-host/sa23 23:07:43 file_magic: OK 23:07:43 HZ: Using current value: 100 23:07:43 file_header: OK 23:07:43 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 23:07:43 Statistics: 23:07:43 Hnuu...uuuununununu... 23:07:43 File successfully converted to sysstat format version 12.2.1 23:07:43 + sadf -c /var/log/sa-host/sa25 23:07:43 file_magic: OK 23:07:43 HZ: Using current value: 100 23:07:43 file_header: OK 23:07:43 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 23:07:43 Statistics: 23:07:43 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 23:07:43 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 23:07:43 provisioning config files... 23:07:43 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/xfoundry_go-mod-bootstrap_PR-150@tmp/config511684816788332860tmp [Pipeline] { [Pipeline] echo 23:07:43 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 23:07:44 ---> create-netrc.sh [Pipeline] } 23:07:44 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 23:07:44 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 23:07:44 ---> python-tools-install.sh [Pipeline] echo 23:07:44 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 23:07:44 ---> sudo-logs.sh 23:07:44 Archiving 'sudo' log.. [Pipeline] echo 23:07:44 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 23:07:45 ---> job-cost.sh 23:07:45 lf-activate-venv: SKIPPING 23:07:45 INFO: No Stack... 23:07:46 INFO: Retrieving Pricing Info for: v1-standard-2 23:07:46 INFO: Archiving Costs [Pipeline] echo 23:07:46 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 23:07:46 ---> logs-deploy.sh 23:07:46 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-bootstrap/PR-150/7 23:07:46 INFO: archiving workspace using pattern(s): 23:07:47 Archives upload complete. 23:07:48 INFO: archiving logs to Nexus 23:07:49 ---> uname -a: 23:07:49 Linux prd-centos7-docker-4c-2g-22718.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 23:07:49 23:07:49 23:07:49 ---> lscpu: 23:07:49 Architecture: x86_64 23:07:49 CPU op-mode(s): 32-bit, 64-bit 23:07:49 Byte Order: Little Endian 23:07:49 Address sizes: 40 bits physical, 48 bits virtual 23:07:49 CPU(s): 4 23:07:49 On-line CPU(s) list: 0-3 23:07:49 Thread(s) per core: 1 23:07:49 Core(s) per socket: 1 23:07:49 Socket(s): 4 23:07:49 NUMA node(s): 1 23:07:49 Vendor ID: GenuineIntel 23:07:49 CPU family: 6 23:07:49 Model: 44 23:07:49 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 23:07:49 Stepping: 1 23:07:49 CPU MHz: 2933.442 23:07:49 BogoMIPS: 5866.88 23:07:49 Virtualization: VT-x 23:07:49 Hypervisor vendor: KVM 23:07:49 Virtualization type: full 23:07:49 L1d cache: 128 KiB 23:07:49 L1i cache: 128 KiB 23:07:49 L2 cache: 16 MiB 23:07:49 L3 cache: 64 MiB 23:07:49 NUMA node0 CPU(s): 0-3 23:07:49 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 23:07:49 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 23:07:49 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 23:07:49 Vulnerability Meltdown: Mitigation; PTI 23:07:49 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 23:07:49 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 23:07:49 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 23:07:49 Vulnerability Srbds: Not affected 23:07:49 Vulnerability Tsx async abort: Not affected 23:07:49 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 23:07:49 23:07:49 23:07:49 ---> nproc: 23:07:49 4 23:07:49 23:07:49 23:07:49 ---> df -h: 23:07:49 Filesystem Size Used Available Use% Mounted on 23:07:49 overlay 50.0G 7.3G 42.7G 15% / 23:07:49 tmpfs 64.0M 0 64.0M 0% /dev 23:07:49 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 23:07:49 shm 64.0M 0 64.0M 0% /dev/shm 23:07:49 /dev/vda1 50.0G 7.3G 42.7G 15% /facter-os 23:07:49 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/resolv.conf 23:07:49 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hostname 23:07:49 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hosts 23:07:49 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/auth.log 23:07:49 /dev/vda1 50.0G 7.3G 42.7G 15% /run/cloud-init/result.json 23:07:49 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/xfoundry_go-mod-bootstrap_PR-150 23:07:49 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/xfoundry_go-mod-bootstrap_PR-150@tmp 23:07:49 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/sa-host 23:07:49 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/secure 23:07:49 23:07:49 23:07:49 ---> free -m: 23:07:49 total used free shared buff/cache available 23:07:49 Mem: 1837 721 106 0 1009 1011 23:07:49 Swap: 1023 1 1022 23:07:49 23:07:49 23:07:49 ---> ip addr: 23:07:49 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 23:07:49 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 23:07:49 inet 127.0.0.1/8 scope host lo 23:07:49 valid_lft forever preferred_lft forever 23:07:49 inet6 ::1/128 scope host 23:07:49 valid_lft forever preferred_lft forever 23:07:49 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 23:07:49 link/ether fa:16:3e:4d:03:70 brd ff:ff:ff:ff:ff:ff 23:07:49 inet 10.30.123.198/23 brd 10.30.123.255 scope global dynamic eth0 23:07:49 valid_lft 86001sec preferred_lft 86001sec 23:07:49 inet6 fe80::f816:3eff:fe4d:370/64 scope link 23:07:49 valid_lft forever preferred_lft forever 23:07:49 3: docker0: mtu 1500 qdisc noqueue state DOWN 23:07:49 link/ether 02:42:5f:a5:e4:9f brd ff:ff:ff:ff:ff:ff 23:07:49 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 23:07:49 valid_lft forever preferred_lft forever 23:07:49 inet6 fe80::42:5fff:fea5:e49f/64 scope link 23:07:49 valid_lft forever preferred_lft forever 23:07:49 23:07:49 23:07:49 ---> sar -b -r -n DEV: 23:07:49 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/25/21 _x86_64_ (4 CPU) 23:07:49 23:07:49 23:00:59 LINUX RESTART (4 CPU) 23:07:49 23:07:49 23:02:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 23:07:49 23:03:01 2.21 0.00 2.21 0.00 0.00 46.08 0.00 23:07:49 23:04:01 0.47 0.00 0.47 0.00 0.00 6.16 0.00 23:07:49 23:05:01 0.22 0.00 0.22 0.00 0.00 2.58 0.00 23:07:49 23:06:01 0.27 0.00 0.27 0.00 0.00 3.46 0.00 23:07:49 23:07:01 0.27 0.00 0.27 0.00 0.00 3.90 0.00 23:07:49 Average: 0.69 0.00 0.69 0.00 0.00 12.44 0.00 23:07:49 23:07:49 23:02:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 23:07:49 23:03:01 152548 0 614004 32.63 2620 1112372 1085624 37.05 416044 1114688 20 23:07:49 23:04:01 151120 0 615428 32.71 2620 1112376 1085552 37.05 423984 1108308 12 23:07:49 23:05:01 151068 0 615472 32.71 2620 1112384 1085636 37.05 429412 1103272 8 23:07:49 23:06:01 149784 0 616756 32.78 2620 1112384 1085612 37.05 431168 1102576 8 23:07:49 23:07:01 150240 0 616292 32.75 2620 1112392 1085540 37.05 434824 1098636 8 23:07:49 Average: 150952 0 615590 32.72 2620 1112382 1085593 37.05 427086 1105496 11 23:07:49 23:07:49 23:02:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 23:07:49 23:03:01 eth0 1.63 0.35 0.37 0.21 0.00 0.00 0.00 0.00 23:07:49 23:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:07:49 23:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:07:49 23:04:01 eth0 2.30 0.30 0.44 0.20 0.00 0.00 0.00 0.00 23:07:49 23:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:07:49 23:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:07:49 23:05:01 eth0 1.63 0.48 0.38 0.24 0.00 0.00 0.00 0.00 23:07:49 23:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:07:49 23:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:07:49 23:06:01 eth0 0.53 0.37 0.27 0.20 0.00 0.00 0.00 0.00 23:07:49 23:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:07:49 23:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:07:49 23:07:01 eth0 0.50 0.37 0.26 0.14 0.00 0.00 0.00 0.00 23:07:49 23:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:07:49 23:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:07:49 Average: eth0 1.32 0.37 0.34 0.20 0.00 0.00 0.00 0.00 23:07:49 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:07:49 Average: docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:07:49 23:07:49 23:07:49 ---> sar -P ALL: 23:07:49 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/25/21 _x86_64_ (4 CPU) 23:07:49 23:07:49 23:00:59 LINUX RESTART (4 CPU) 23:07:49 23:07:49 23:02:01 CPU %user %nice %system %iowait %steal %idle 23:07:49 23:03:01 all 0.20 0.00 0.05 0.00 0.00 99.75 23:07:49 23:03:01 0 0.57 0.00 0.07 0.00 0.00 99.37 23:07:49 23:03:01 1 0.07 0.00 0.03 0.00 0.00 99.90 23:07:49 23:03:01 2 0.07 0.00 0.05 0.00 0.00 99.88 23:07:49 23:03:01 3 0.12 0.00 0.05 0.00 0.00 99.83 23:07:49 23:04:01 all 0.15 0.00 0.03 0.00 0.00 99.82 23:07:49 23:04:01 0 0.43 0.00 0.02 0.00 0.00 99.55 23:07:49 23:04:01 1 0.07 0.00 0.03 0.00 0.00 99.90 23:07:49 23:04:01 2 0.03 0.00 0.05 0.00 0.00 99.92 23:07:49 23:04:01 3 0.05 0.00 0.03 0.00 0.02 99.90 23:07:49 23:05:01 all 0.13 0.00 0.04 0.00 0.00 99.83 23:07:49 23:05:01 0 0.33 0.00 0.07 0.00 0.00 99.60 23:07:49 23:05:01 1 0.08 0.00 0.02 0.00 0.00 99.90 23:07:49 23:05:01 2 0.05 0.00 0.05 0.00 0.02 99.88 23:07:49 23:05:01 3 0.05 0.00 0.02 0.00 0.00 99.93 23:07:49 23:06:01 all 0.17 0.00 0.03 0.00 0.00 99.80 23:07:49 23:06:01 0 0.03 0.00 0.03 0.00 0.00 99.93 23:07:49 23:06:01 1 0.08 0.00 0.03 0.00 0.00 99.88 23:07:49 23:06:01 2 0.05 0.00 0.03 0.00 0.00 99.92 23:07:49 23:06:01 3 0.52 0.00 0.02 0.00 0.00 99.47 23:07:49 23:07:01 all 0.16 0.00 0.08 0.00 0.01 99.75 23:07:49 23:07:01 0 0.03 0.00 0.03 0.00 0.02 99.92 23:07:49 23:07:01 1 0.05 0.00 0.03 0.00 0.02 99.90 23:07:49 23:07:01 2 0.03 0.00 0.22 0.00 0.00 99.75 23:07:49 23:07:01 3 0.52 0.00 0.03 0.00 0.00 99.45 23:07:49 Average: all 0.16 0.00 0.05 0.00 0.00 99.79 23:07:49 Average: 0 0.28 0.00 0.04 0.00 0.00 99.67 23:07:49 Average: 1 0.07 0.00 0.03 0.00 0.00 99.90 23:07:49 Average: 2 0.05 0.00 0.08 0.00 0.00 99.87 23:07:49 Average: 3 0.25 0.00 0.03 0.00 0.00 99.72 23:07:49 23:07:49 23:07:49