Branch indexing 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 lenny-intel for edgexfoundry/go-mod-bootstrap Obtained Jenkinsfile from da019c0e23d00d5a4b18630b6d812afa071e7ba1+1c1a0463e3af4e5b5449273aed4a1ca7f76669e5 (980a1564367c0461698d7834569efaace00657cf) 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 aa25fb65c2461e649b1a162fbf19ec71f4863fbd 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 aa25fb65c2461e649b1a162fbf19ec71f4863fbd 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 aa25fb65c2461e649b1a162fbf19ec71f4863fbd (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f aa25fb65c2461e649b1a162fbf19ec71f4863fbd # timeout=10 Commit message: "Merge pull request #336 from ernestojeda/golang-1.16" > 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 46d8313d362d7075c0f562900eedc504c24ea18a 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 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > 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.16 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-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 BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor Running on prd-centos7-docker-4c-2g-3518 in /w/workspace/xfoundry_go-mod-bootstrap_PR-216 [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-216 # 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/216/head:refs/remotes/origin/PR-216 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 1c1a0463e3af4e5b5449273aed4a1ca7f76669e5 into PR head commit da019c0e23d00d5a4b18630b6d812afa071e7ba1 Merge succeeded, producing cb2afdb4c17a2502e914a923cafad72b9a027528 Checking out Revision cb2afdb4c17a2502e914a923cafad72b9a027528 (PR-216) > git config core.sparsecheckout # timeout=10 > git checkout -f da019c0e23d00d5a4b18630b6d812afa071e7ba1 # 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 1c1a0463e3af4e5b5449273aed4a1ca7f76669e5 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f cb2afdb4c17a2502e914a923cafad72b9a027528 # timeout=10 Commit message: "Merge commit '1c1a0463e3af4e5b5449273aed4a1ca7f76669e5' into HEAD" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 11:00:51 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 11:00:52 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 11:00:52 ========================================================= 11:00:52 EdgeX Global Pipelines Version Info 11:00:52 ========================================================= [Pipeline] libraryResource [Pipeline] sh 11:00:54 ------------------- 11:00:54 stable info: 11:00:54 ------------------- 11:00:54 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 11:00:54 Commit SHA: aa25fb65c2461e649b1a162fbf19ec71f4863fbd 11:00:54 Message: update stable to v1.0.191 11:00:55 ------------------- 11:00:55 experimental info: 11:00:55 ------------------- 11:00:55 Commited By: **** collab-it+edgex@linuxfoundation.org 11:00:55 Commit SHA: aa25fb65c2461e649b1a162fbf19ec71f4863fbd 11:00:55 Message: update experimental to v1.0.191 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 11:00:55 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-bootstrap-settings [Pipeline] echo 11:00:55 [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-bootstrap [Pipeline] echo 11:00:55 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 11:00:55 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 11:00:55 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 11:00:55 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo 11:00:55 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 11:00:55 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] echo 11:00:55 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 11:00:55 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 11:00:55 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 11:00:56 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-bootstrap [Pipeline] echo 11:00:56 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 11:00:56 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 11:00:56 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 11:00:56 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 11:00:56 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 11:00:56 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 11:00:56 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 11:00:56 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 11:00:56 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 11:00:56 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 11:00:56 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 11:00:56 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 11:00:56 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 11:00:56 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 11:00:56 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-216 [Pipeline] echo 11:00:56 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-216 [Pipeline] echo 11:00:56 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-216 [Pipeline] echo 11:00:56 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = cb2afdb4c17a2502e914a923cafad72b9a027528 [Pipeline] echo 11:00:56 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = cb2afdb [Pipeline] echo 11:00:56 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 11:00:57 + git log --format=format:%s -1 cb2afdb4c17a2502e914a923cafad72b9a027528 [Pipeline] echo 11:00:57 GIT_COMMIT: cb2afdb4c17a2502e914a923cafad72b9a027528, Commit Message: Merge commit '1c1a0463e3af4e5b5449273aed4a1ca7f76669e5' into HEAD [Pipeline] echo 11:00:57 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 11:00:58 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 11:00:58 11:00:58 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 11:00:59 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 11:00:59 latest: Pulling from edgex-devops/git-semver 11:00:59 31603596830f: Pulling fs layer 11:00:59 54011a49482f: Pulling fs layer 11:00:59 a6820b24f6d8: Pulling fs layer 11:00:59 f581987b2513: Pulling fs layer 11:00:59 f581987b2513: Waiting 11:00:59 54011a49482f: Verifying Checksum 11:00:59 54011a49482f: Download complete 11:00:59 31603596830f: Verifying Checksum 11:00:59 31603596830f: Download complete 11:01:00 a6820b24f6d8: Verifying Checksum 11:01:00 a6820b24f6d8: Download complete 11:01:00 f581987b2513: Verifying Checksum 11:01:00 f581987b2513: Download complete 11:01:00 31603596830f: Pull complete 11:01:00 54011a49482f: Pull complete 11:01:02 a6820b24f6d8: Pull complete 11:01:02 f581987b2513: Pull complete 11:01:02 Digest: sha256:772af3cb61214e5a22880db9bb273bb039d0aa3a8f4edfa0c1def8b4e20ea536 11:01:03 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 11:01:03 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 11:01:03 prd-centos7-docker-4c-2g-3518 does not seem to be running inside a container 11:01:03 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/xfoundry_go-mod-bootstrap_PR-216 -v /w/workspace/xfoundry_go-mod-bootstrap_PR-216:/w/workspace/xfoundry_go-mod-bootstrap_PR-216:rw,z -v /w/workspace/xfoundry_go-mod-bootstrap_PR-216@tmp:/w/workspace/xfoundry_go-mod-bootstrap_PR-216@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 11:01:06 $ docker top b927a9ccf1461114dc65443170467ea5bcc4c7ed3ecad7287d98c8210ae0f7e0 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 11:01:06 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 11:01:06 [ssh-agent] Looking for ssh-agent implementation... 11:01:06 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 11:01:07 $ docker exec b927a9ccf1461114dc65443170467ea5bcc4c7ed3ecad7287d98c8210ae0f7e0 ssh-agent 11:01:07 SSH_AUTH_SOCK=/tmp/ssh-3kx5ksQZn1eV/agent.11 11:01:07 SSH_AGENT_PID=16 11:01:07 Running ssh-add (command line suppressed) 11:01:07 Identity added: /w/workspace/xfoundry_go-mod-bootstrap_PR-216@tmp/private_key_3689114696588054271.key (/w/workspace/xfoundry_go-mod-bootstrap_PR-216@tmp/private_key_3689114696588054271.key) 11:01:07 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 11:01:08 + git tag --points-at HEAD [Pipeline] } 11:01:08 $ docker exec --env ******** --env ******** b927a9ccf1461114dc65443170467ea5bcc4c7ed3ecad7287d98c8210ae0f7e0 ssh-agent -k 11:01:08 unset SSH_AUTH_SOCK; 11:01:08 unset SSH_AGENT_PID; 11:01:08 echo Agent pid 16 killed; 11:01:08 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 11:01:08 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 11:01:08 [ssh-agent] Looking for ssh-agent implementation... 11:01:09 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 11:01:09 $ docker exec b927a9ccf1461114dc65443170467ea5bcc4c7ed3ecad7287d98c8210ae0f7e0 ssh-agent 11:01:09 SSH_AUTH_SOCK=/tmp/ssh-K85ZfrL0DFgf/agent.44 11:01:09 SSH_AGENT_PID=50 11:01:09 Running ssh-add (command line suppressed) 11:01:09 Identity added: /w/workspace/xfoundry_go-mod-bootstrap_PR-216@tmp/private_key_5853312918507885249.key (/w/workspace/xfoundry_go-mod-bootstrap_PR-216@tmp/private_key_5853312918507885249.key) 11:01:09 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 11:01:10 + git semver init 11:01:10 # -> Open(): unable to determine branch for HEAD 11:01:10 # $GIT_DIR = /w/workspace/xfoundry_go-mod-bootstrap_PR-216/.git 11:01:10 # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-bootstrap_PR-216 11:01:10 # $SEMVER_REMOTE_NAME = origin 11:01:10 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 11:01:10 # $SEMVER_USER_NAME = edgex-jenkins 11:01:10 # $SEMVER_BRANCH = PR-216 11:01:10 # $SEMVER_TEMP = /tmp/semver-537900032 11:01:10 # git clone --branch semver git@github.com:edgexfoundry/go-mod-bootstrap.git $SEMVER_TEMP 11:01:10 # '/tmp/semver-537900032' -> '/w/workspace/xfoundry_go-mod-bootstrap_PR-216/.semver' 11:01:10 # -> Force: false 11:01:10 # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-bootstrap_PR-216/.semver [Pipeline] } 11:01:10 $ docker exec --env ******** --env ******** b927a9ccf1461114dc65443170467ea5bcc4c7ed3ecad7287d98c8210ae0f7e0 ssh-agent -k 11:01:11 unset SSH_AUTH_SOCK; 11:01:11 unset SSH_AGENT_PID; 11:01:11 echo Agent pid 50 killed; 11:01:11 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 11:01:11 + git semver [Pipeline] } 11:01:11 $ docker stop --time=1 b927a9ccf1461114dc65443170467ea5bcc4c7ed3ecad7287d98c8210ae0f7e0 11:01:13 $ docker rm -f b927a9ccf1461114dc65443170467ea5bcc4c7ed3ecad7287d98c8210ae0f7e0 [Pipeline] // withDockerContainer [Pipeline] sh 11:01:13 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 11:01:14 Stashed 1 file(s) [Pipeline] echo 11:01:14 [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 11:01:29 Still waiting to schedule task 11:01:29 Waiting for next available executor on ‘prd-centos7-docker-4c-2g-3518’ 11:01:29 Still waiting to schedule task 11:01:29 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 11:03:29 Running on prd-ubuntu18.04-docker-arm64-4c-16g-3519 in /w/workspace/xfoundry_go-mod-bootstrap_PR-216 [Pipeline] { [Pipeline] ws 11:03:29 Running in /w/workspace/go-mod-bootstrap/6 [Pipeline] { [Pipeline] checkout 11:03:35 using credential edgex-jenkins-ssh 11:03:35 Cloning the remote Git repository 11:03:35 Cloning repository git@github.com:edgexfoundry/go-mod-bootstrap.git 11:03:35 > git init /w/workspace/go-mod-bootstrap/6 # timeout=10 11:03:35 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git 11:03:35 > git --version # timeout=10 11:03:35 > git --version # 'git version 2.17.1' 11:03:35 using GIT_SSH to set credentials SSH Credentials for GitHub 11:03:36 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/*:refs/remotes/origin/* # timeout=10 11:03:37 Merging remotes/origin/master commit 1c1a0463e3af4e5b5449273aed4a1ca7f76669e5 into PR head commit da019c0e23d00d5a4b18630b6d812afa071e7ba1 11:03:36 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 11:03:36 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 11:03:36 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 11:03:36 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git 11:03:36 using GIT_SSH to set credentials SSH Credentials for GitHub 11:03:36 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/pull/216/head:refs/remotes/origin/PR-216 +refs/heads/master:refs/remotes/origin/master # timeout=10 11:03:37 > git config core.sparsecheckout # timeout=10 11:03:37 > git checkout -f da019c0e23d00d5a4b18630b6d812afa071e7ba1 # timeout=10 11:03:37 Merge succeeded, producing ae1031338414c2c40dc831369140af096bd84fdb 11:03:37 Checking out Revision ae1031338414c2c40dc831369140af096bd84fdb (PR-216) 11:03:37 > git remote # timeout=10 11:03:37 > git config --get remote.origin.url # timeout=10 11:03:37 using GIT_SSH to set credentials SSH Credentials for GitHub 11:03:37 > git merge 1c1a0463e3af4e5b5449273aed4a1ca7f76669e5 # timeout=10 11:03:37 > git rev-parse HEAD^{commit} # timeout=10 11:03:37 > git config core.sparsecheckout # timeout=10 11:03:37 > git checkout -f ae1031338414c2c40dc831369140af096bd84fdb # timeout=10 11:03:41 Commit message: "Merge commit '1c1a0463e3af4e5b5449273aed4a1ca7f76669e5' into HEAD" 11:03:41 First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 11:03:41 > git rev-list --no-walk 894cba12b6e10ade7c8138d4196dc2529bf9426b # timeout=10 11:03:43 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 11:03:43 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 11:03:44 + true 11:03:44 + sudo service docker restart [Pipeline] unstash [Pipeline] echo 11:03:47 ========================================================= 11:03:47 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine] 11:03:47 ========================================================= [Pipeline] isUnix [Pipeline] sh 11:03:47 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine . 11:03:48 Sending build context to Docker daemon 893.4kB 11:03:48 Step 1/8 : ARG BASE=golang:1.16-alpine 11:03:48 Step 2/8 : FROM ${BASE} 11:03:49 1.16-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 11:03:49 595b0fe564bb: Pulling fs layer 11:03:49 7186ed65a4f7: Pulling fs layer 11:03:49 316046926c0a: Pulling fs layer 11:03:49 4ebd0625c992: Pulling fs layer 11:03:49 207e8628e3a3: Pulling fs layer 11:03:49 c791037a9be2: Pulling fs layer 11:03:49 ffd874e62e21: Pulling fs layer 11:03:49 4ebd0625c992: Waiting 11:03:49 207e8628e3a3: Waiting 11:03:49 c791037a9be2: Waiting 11:03:49 ffd874e62e21: Waiting 11:03:49 316046926c0a: Download complete 11:03:49 7186ed65a4f7: Verifying Checksum 11:03:49 7186ed65a4f7: Download complete 11:03:49 207e8628e3a3: Verifying Checksum 11:03:49 207e8628e3a3: Download complete 11:03:49 c791037a9be2: Verifying Checksum 11:03:49 595b0fe564bb: Verifying Checksum 11:03:49 595b0fe564bb: Download complete 11:03:49 595b0fe564bb: Pull complete 11:03:50 7186ed65a4f7: Pull complete 11:03:50 316046926c0a: Pull complete 11:03:51 ffd874e62e21: Download complete 11:03:53 4ebd0625c992: Download complete 11:04:03 4ebd0625c992: Pull complete 11:04:03 207e8628e3a3: Pull complete 11:04:03 c791037a9be2: Pull complete 11:04:06 ffd874e62e21: Pull complete 11:04:06 Digest: sha256:fad7b58e697bd06bcf362d803a3263ca5ec03b905aa8665231fe3262941fe3e0 11:04:06 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine 11:04:06 ---> cfc18b08335c 11:04:06 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 11:04:09 ---> Running in ee6801a299e0 11:04:09 Removing intermediate container ee6801a299e0 11:04:09 ---> 0ae32fe4faae 11:04:09 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 11:04:09 ---> Running in c5f85c9f1167 11:04:12 Removing intermediate container c5f85c9f1167 11:04:12 ---> 22cfcde0a795 11:04:12 Step 5/8 : RUN apk add --update --no-cache git make 11:04:12 ---> Running in 6b665cb50796 11:04:13 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 11:04:15 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 11:04:16 OK: 138 MiB in 40 packages 11:04:17 Removing intermediate container 6b665cb50796 11:04:17 ---> a80ec85e2339 11:04:17 Step 6/8 : WORKDIR /build 11:04:17 ---> Running in 0d8097fdc7de 11:04:18 Removing intermediate container 0d8097fdc7de 11:04:18 ---> f2b4ec4fc1e3 11:04:18 Step 7/8 : COPY go.mod . 11:04:18 ---> 1b831ab35b6f 11:04:18 Step 8/8 : RUN go mod download 11:04:18 ---> Running in cab7f813ebf9 11:04:41 Removing intermediate container cab7f813ebf9 11:04:41 ---> 0c71faecac60 11:04:41 Successfully built 0c71faecac60 11:04:41 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 11:04:41 + docker inspect -f . ci-base-image-arm64 11:04:41 . [Pipeline] withDockerContainer 11:04:41 prd-ubuntu18.04-docker-arm64-4c-16g-3519 does not seem to be running inside a container 11:04:42 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-bootstrap/6 -v /w/workspace/go-mod-bootstrap/6:/w/workspace/go-mod-bootstrap/6:rw,z -v /w/workspace/go-mod-bootstrap/6@tmp:/w/workspace/go-mod-bootstrap/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 11:04:43 $ docker top f7fbb1cd3490862129cbb6b77f83f6e98f38702a64d730c99e16813c09415e3c -eo pid,comm [Pipeline] { [Pipeline] sh 11:04:44 + go version 11:04:44 go version go1.16.3 linux/arm64 [Pipeline] } 11:04:44 $ docker stop --time=1 f7fbb1cd3490862129cbb6b77f83f6e98f38702a64d730c99e16813c09415e3c 11:04:46 $ docker rm -f f7fbb1cd3490862129cbb6b77f83f6e98f38702a64d730c99e16813c09415e3c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 11:04:47 + docker inspect -f . ci-base-image-arm64 11:04:47 . [Pipeline] withDockerContainer 11:04:47 prd-ubuntu18.04-docker-arm64-4c-16g-3519 does not seem to be running inside a container 11:04:47 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-bootstrap/6 -v /w/workspace/go-mod-bootstrap/6:/w/workspace/go-mod-bootstrap/6:rw,z -v /w/workspace/go-mod-bootstrap/6@tmp:/w/workspace/go-mod-bootstrap/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 11:04:48 $ docker top 626535fee8872add4086a50aa197d2f67b8f6ec165ea8a02a4f6304f3831e4fc -eo pid,comm [Pipeline] { [Pipeline] sh 11:04:49 + go mod tidy [Pipeline] sh 11:04:50 + make test 11:04:50 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 11:05:11 Running on prd-centos7-docker-4c-2g-3520 in /w/workspace/xfoundry_go-mod-bootstrap_PR-216 [Pipeline] { [Pipeline] ws 11:05:11 Running in /w/workspace/go-mod-bootstrap/6 [Pipeline] { [Pipeline] checkout 11:05:21 using credential edgex-jenkins-ssh 11:05:21 Cloning the remote Git repository 11:05:21 Cloning repository git@github.com:edgexfoundry/go-mod-bootstrap.git 11:05:21 > git init /w/workspace/go-mod-bootstrap/6 # timeout=10 11:05:22 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git 11:05:22 > git --version # timeout=10 11:05:22 > git --version # 'git version 2.24.3' 11:05:22 using GIT_SSH to set credentials SSH Credentials for GitHub 11:05:22 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/*:refs/remotes/origin/* # timeout=10 11:05:23 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 11:05:23 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 11:05:23 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 11:05:23 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git 11:05:23 using GIT_SSH to set credentials SSH Credentials for GitHub 11:05:23 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/pull/216/head:refs/remotes/origin/PR-216 +refs/heads/master:refs/remotes/origin/master # timeout=10 11:05:23 Merging remotes/origin/master commit 1c1a0463e3af4e5b5449273aed4a1ca7f76669e5 into PR head commit da019c0e23d00d5a4b18630b6d812afa071e7ba1 11:05:24 Merge succeeded, producing 130482976af571f752510c1935dc481afee2cd5b 11:05:24 Checking out Revision 130482976af571f752510c1935dc481afee2cd5b (PR-216) 11:05:23 > git config core.sparsecheckout # timeout=10 11:05:23 > git checkout -f da019c0e23d00d5a4b18630b6d812afa071e7ba1 # timeout=10 11:05:23 > git remote # timeout=10 11:05:23 > git config --get remote.origin.url # timeout=10 11:05:23 using GIT_SSH to set credentials SSH Credentials for GitHub 11:05:23 > git merge 1c1a0463e3af4e5b5449273aed4a1ca7f76669e5 # timeout=10 11:05:24 > git rev-parse HEAD^{commit} # timeout=10 11:05:24 > git config core.sparsecheckout # timeout=10 11:05:24 > git checkout -f 130482976af571f752510c1935dc481afee2cd5b # timeout=10 11:05:29 Commit message: "Merge commit '1c1a0463e3af4e5b5449273aed4a1ca7f76669e5' into HEAD" 11:05:29 First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 11:05:29 > git rev-list --no-walk 894cba12b6e10ade7c8138d4196dc2529bf9426b # timeout=10 11:05:30 ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap [no test files] 11:05:30 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/config 0.041s coverage: 5.4% of statements 11:05:30 ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/container [no test files] 11:05:30 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/environment 0.071s coverage: 92.2% of statements 11:05:30 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/flags 0.067s coverage: 85.3% of statements 11:05:31 ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/handlers [no test files] 11:05:31 ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/interfaces [no test files] 11:05:31 ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/interfaces/mocks [no test files] 11:05:31 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 11:05:31 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/registration 0.067s coverage: 26.7% of statements 11:05:31 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 11:05:32 + sudo service docker restart 11:05:32 + true 11:05:32 Redirecting to /bin/systemctl restart docker.service [Pipeline] unstash [Pipeline] echo 11:05:34 ========================================================= 11:05:34 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] 11:05:34 ========================================================= [Pipeline] isUnix [Pipeline] sh 11:05:34 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine . 11:05:35 Sending build context to Docker daemon 894.5kB 11:05:35 Step 1/8 : ARG BASE=golang:1.16-alpine 11:05:35 Step 2/8 : FROM ${BASE} 11:05:36 1.16-alpine: Pulling from edgex-devops/edgex-golang-base 11:05:36 540db60ca938: Pulling fs layer 11:05:36 adcc1eea9eea: Pulling fs layer 11:05:36 4c4ab2625f07: Pulling fs layer 11:05:36 0510c868ecb4: Pulling fs layer 11:05:36 afea3b2eda06: Pulling fs layer 11:05:36 7809a108b3ef: Pulling fs layer 11:05:36 f706445af74f: Pulling fs layer 11:05:36 0510c868ecb4: Waiting 11:05:36 afea3b2eda06: Waiting 11:05:36 7809a108b3ef: Waiting 11:05:36 f706445af74f: Waiting 11:05:36 4c4ab2625f07: Verifying Checksum 11:05:36 4c4ab2625f07: Download complete 11:05:36 adcc1eea9eea: Verifying Checksum 11:05:36 adcc1eea9eea: Download complete 11:05:36 afea3b2eda06: Verifying Checksum 11:05:36 afea3b2eda06: Download complete 11:05:36 7809a108b3ef: Verifying Checksum 11:05:36 7809a108b3ef: Download complete 11:05:36 540db60ca938: Verifying Checksum 11:05:36 540db60ca938: Download complete 11:05:37 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/secret 3.043s coverage: 90.7% of statements 11:05:37 ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/startup [no test files] 11:05:37 ? github.com/edgexfoundry/go-mod-bootstrap/v2/config [no test files] 11:05:37 ok github.com/edgexfoundry/go-mod-bootstrap/v2/di 0.029s coverage: 91.3% of statements 11:05:37 ? github.com/edgexfoundry/go-mod-bootstrap/v2/v2/bootstrap/container [no test files] 11:05:37 CGO_ENABLED=0 GO111MODULE=on go vet ./... 11:05:37 540db60ca938: Pull complete 11:05:37 adcc1eea9eea: Pull complete 11:05:38 4c4ab2625f07: Pull complete 11:05:40 f706445af74f: Verifying Checksum 11:05:40 f706445af74f: Download complete 11:05:42 0510c868ecb4: Verifying Checksum 11:05:42 0510c868ecb4: Download complete 11:05:54 0510c868ecb4: Pull complete 11:05:55 afea3b2eda06: Pull complete 11:05:56 7809a108b3ef: Pull complete 11:05:59 gofmt -l . 11:05:59 [ "`gofmt -l .`" = "" ] [Pipeline] } 11:05:59 $ docker stop --time=1 626535fee8872add4086a50aa197d2f67b8f6ec165ea8a02a4f6304f3831e4fc 11:06:01 $ docker rm -f 626535fee8872add4086a50aa197d2f67b8f6ec165ea8a02a4f6304f3831e4fc [Pipeline] // withDockerContainer [Pipeline] sh 11:06:02 + sudo chown -R jenkins:jenkins . [Pipeline] stash 11:06:03 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 Post stage [Pipeline] libraryResource [Pipeline] sh 11:06:04 ---> job-cost.sh 11:06:04 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-yefs 11:06:04 f706445af74f: Pull complete 11:06:04 Digest: sha256:3789524f83b4b99ff44900c39f6da7fc44f99660cd9adf292610dec398b137f4 11:06:04 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine 11:06:04 ---> b068be0155e3 11:06:04 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 11:06:04 ---> Running in cfc3bcc5c632 11:06:04 Removing intermediate container cfc3bcc5c632 11:06:04 ---> 81a96a2cd875 11:06:04 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 11:06:04 ---> Running in b41ae6cce6b3 11:06:07 Removing intermediate container b41ae6cce6b3 11:06:07 ---> 062d72e51ad1 11:06:07 Step 5/8 : RUN apk add --update --no-cache git make 11:06:07 ---> Running in 44b1769a4134 11:06:08 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 11:06:09 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 11:06:10 OK: 149 MiB in 40 packages 11:06:11 Removing intermediate container 44b1769a4134 11:06:11 ---> 0d9ff1f4e904 11:06:11 Step 6/8 : WORKDIR /build 11:06:11 ---> Running in 3ca36d741ae8 11:06:11 Removing intermediate container 3ca36d741ae8 11:06:11 ---> 058e1fc31c62 11:06:11 Step 7/8 : COPY go.mod . 11:06:12 ---> 7213351aebc2 11:06:12 Step 8/8 : RUN go mod download 11:06:12 ---> Running in 8ccb92ef2880 11:06:43 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 11:06:45 Removing intermediate container 8ccb92ef2880 11:06:45 ---> bfc88bed74af 11:06:45 Successfully built bfc88bed74af 11:06:45 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 11:06:46 + docker inspect -f . ci-base-image-x86_64 11:06:46 . [Pipeline] withDockerContainer 11:06:47 prd-centos7-docker-4c-2g-3520 does not seem to be running inside a container 11:06:47 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-bootstrap/6 -v /w/workspace/go-mod-bootstrap/6:/w/workspace/go-mod-bootstrap/6:rw,z -v /w/workspace/go-mod-bootstrap/6@tmp:/w/workspace/go-mod-bootstrap/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 11:06:48 $ docker top adba6e7a357685c7034925f171f460cde91a4c104c17e03908921532b8fd1a74 -eo pid,comm [Pipeline] { [Pipeline] sh 11:06:50 + go version 11:06:50 go version go1.16.3 linux/amd64 [Pipeline] } 11:06:50 $ docker stop --time=1 adba6e7a357685c7034925f171f460cde91a4c104c17e03908921532b8fd1a74 11:06:52 $ docker rm -f adba6e7a357685c7034925f171f460cde91a4c104c17e03908921532b8fd1a74 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 11:06:53 + docker inspect -f . ci-base-image-x86_64 11:06:53 . [Pipeline] withDockerContainer 11:06:53 prd-centos7-docker-4c-2g-3520 does not seem to be running inside a container 11:06:53 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-bootstrap/6 -v /w/workspace/go-mod-bootstrap/6:/w/workspace/go-mod-bootstrap/6:rw,z -v /w/workspace/go-mod-bootstrap/6@tmp:/w/workspace/go-mod-bootstrap/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 11:06:56 $ docker top e09f9ee9c5cf9f2f8c64bf82506a1cd0f900bcc73c62621e574498a7e2dbad7b -eo pid,comm [Pipeline] { [Pipeline] sh 11:06:58 + go mod tidy [Pipeline] sh 11:06:59 + make test 11:06:59 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 11:07:28 ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap [no test files] 11:07:28 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/config 0.058s coverage: 5.4% of statements 11:07:28 ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/container [no test files] 11:07:28 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/environment 0.029s coverage: 92.2% of statements 11:07:29 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/flags 0.023s coverage: 85.3% of statements 11:07:30 ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/handlers [no test files] 11:07:30 ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/interfaces [no test files] 11:07:30 ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/interfaces/mocks [no test files] 11:07:30 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/registration 0.084s coverage: 26.7% of statements 11:07:35 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/secret 3.088s coverage: 90.7% of statements 11:07:35 ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/startup [no test files] 11:07:35 ? github.com/edgexfoundry/go-mod-bootstrap/v2/config [no test files] 11:07:35 ok github.com/edgexfoundry/go-mod-bootstrap/v2/di 0.020s coverage: 91.3% of statements 11:07:35 ? github.com/edgexfoundry/go-mod-bootstrap/v2/v2/bootstrap/container [no test files] 11:07:35 CGO_ENABLED=0 GO111MODULE=on go vet ./... 11:07:58 gofmt -l . 11:07:58 [ "`gofmt -l .`" = "" ] [Pipeline] } 11:07:58 $ docker stop --time=1 e09f9ee9c5cf9f2f8c64bf82506a1cd0f900bcc73c62621e574498a7e2dbad7b 11:08:01 $ docker rm -f e09f9ee9c5cf9f2f8c64bf82506a1cd0f900bcc73c62621e574498a7e2dbad7b [Pipeline] // withDockerContainer [Pipeline] sh 11:08:02 + sudo chown -R jenkins:jenkins . [Pipeline] stash 11:08:02 Warning: overwriting stash ‘coverage-report’ 11:08:03 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 Post stage [Pipeline] libraryResource [Pipeline] sh 11:08:04 ---> job-cost.sh 11:08:04 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-qv08 11:08:04 lf-activate-venv(): INFO: Adding /tmp/venv-yefs/bin to PATH 11:08:04 INFO: No Stack... 11:08:04 INFO: Retrieving Pricing Info for: lf-standard-4 11:08:04 INFO: Archiving Costs [Pipeline] sh 11:08:05 + cat /w/workspace/go-mod-bootstrap/6/archives/cost.csv 11:08:05 + cut -d, -f6 [Pipeline] lock 11:08:05 Trying to acquire lock on [jenkins-edgexfoundry-go-mod-bootstrap-PR-216-6-stack-cost] 11:08:05 Resource [jenkins-edgexfoundry-go-mod-bootstrap-PR-216-6-stack-cost] did not exist. Created. 11:08:05 Lock acquired on [jenkins-edgexfoundry-go-mod-bootstrap-PR-216-6-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 11:08:05 + echo total: 0.20999999344348907 [Pipeline] stash 11:08:06 Stashed 1 file(s) [Pipeline] } 11:08:06 Lock released on resource [jenkins-edgexfoundry-go-mod-bootstrap-PR-216-6-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 11:08:37 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 11:09:24 lf-activate-venv(): INFO: Adding /tmp/venv-qv08/bin to PATH 11:09:24 INFO: No Stack... 11:09:24 INFO: Retrieving Pricing Info for: v1-standard-2 11:09:24 INFO: Archiving Costs [Pipeline] sh 11:09:25 + cat /w/workspace/go-mod-bootstrap/6/archives/cost.csv 11:09:25 + cut -d, -f6 [Pipeline] lock 11:09:25 Trying to acquire lock on [jenkins-edgexfoundry-go-mod-bootstrap-PR-216-6-stack-cost] 11:09:25 Resource [jenkins-edgexfoundry-go-mod-bootstrap-PR-216-6-stack-cost] did not exist. Created. 11:09:25 Lock acquired on [jenkins-edgexfoundry-go-mod-bootstrap-PR-216-6-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 11:09:25 /w/workspace/go-mod-bootstrap/6@tmp/durable-2de652d1/script.sh: line 1: unexpected EOF while looking for matching `'' [Pipeline] sh 11:09:26 + echo total: 0.029999999329447746 [Pipeline] stash 11:09:26 Warning: overwriting stash ‘stack-cost’ 11:09:26 Stashed 1 file(s) [Pipeline] } 11:09:26 Lock released on resource [jenkins-edgexfoundry-go-mod-bootstrap-PR-216-6-stack-cost] [Pipeline] // lock [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 11:09:27 provisioning config files... 11:09:27 copy managed file [go-mod-bootstrap-codecov-token] to file:/w/workspace/xfoundry_go-mod-bootstrap_PR-216@tmp/config3288217987420574007tmp [Pipeline] { [Pipeline] sh 11:09:27 + set +x 11:09:27 + curl -s https://codecov.io/bash 11:09:27 + bash -s -- 11:09:28 11:09:28 _____ _ 11:09:28 / ____| | | 11:09:28 | | ___ __| | ___ ___ _____ __ 11:09:28 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 11:09:28 | |___| (_) | (_| | __/ (_| (_) \ V / 11:09:28 \_____\___/ \__,_|\___|\___\___/ \_/ 11:09:28 Bash-1.0.2 11:09:28 11:09:28 11:09:28 ==> git version 2.24.3 found 11:09:28 ==> 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 11:09:28 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 11:09:28 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 11:09:28 ==> Jenkins CI detected. 11:09:28 project root: . 11:09:28 --> token set from env 11:09:28 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 11:09:28 ==> Running gcov in . (disable via -X gcov) 11:09:28 ==> Python coveragepy not found 11:09:28 ==> Searching for coverage reports in: 11:09:28 + . 11:09:28 -> Found 1 reports 11:09:28 ==> Detecting git/mercurial file structure 11:09:28 ==> Reading reports 11:09:28 + ./coverage.out bytes=28566 11:09:28 ==> Appending adjustments 11:09:28 https://docs.codecov.io/docs/fixing-reports 11:09:28 + Found adjustments 11:09:28 ==> Gzipping contents 11:09:28 8.0K /tmp/codecov.prXOwK.gz 11:09:28 ==> Uploading reports 11:09:28 url: https://codecov.io 11:09:28 query: branch=PR-216&commit=cb2afdb4c17a2502e914a923cafad72b9a027528&build=6&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-bootstrap%2Fjob%2FPR-216%2F6%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-bootstrap&service=jenkins&flags=&pr=216&job=&cmd_args= 11:09:28 -> Pinging Codecov 11:09:28 https://codecov.io/upload/v4?package=bash-1.0.2&token=secret&branch=PR-216&commit=cb2afdb4c17a2502e914a923cafad72b9a027528&build=6&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-bootstrap%2Fjob%2FPR-216%2F6%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-bootstrap&service=jenkins&flags=&pr=216&job=&cmd_args= 11:09:28 -> Uploading to 11:09:28 https://storage.googleapis.com/codecov/v4/raw/2021-05-07/833815588EE85121546D348822E98E2E/cb2afdb4c17a2502e914a923cafad72b9a027528/fd928b34-9cc7-4733-b749-4c2bb91e30ae.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210507%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210507T110928Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=30e2efe2747bf1992ebc0f2815c8cddaf42aba524a3a8f7451bfe32f43556a65 11:09:28 % Total % Received % Xferd Average Speed Time Time Time Current 11:09:28 Dload Upload Total Spent Left Speed 11:09:29 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 5490 0 0 100 5490 0 11618 --:--:-- --:--:-- --:--:-- 11631 11:09:29 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/go-mod-bootstrap/commit/cb2afdb4c17a2502e914a923cafad72b9a027528 [Pipeline] } 11:09:29 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (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 11:09:30 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 11:09:31 ---> package-listing.sh 11:09:31 ++ facter osfamily 11:09:31 ++ tr '[:upper:]' '[:lower:]' 11:09:31 + OS_FAMILY=redhat 11:09:31 + workspace=/w/workspace/xfoundry_go-mod-bootstrap_PR-216 11:09:31 + START_PACKAGES=/tmp/packages_start.txt 11:09:31 + END_PACKAGES=/tmp/packages_end.txt 11:09:31 + DIFF_PACKAGES=/tmp/packages_diff.txt 11:09:31 + PACKAGES=/tmp/packages_start.txt 11:09:31 + '[' /w/workspace/xfoundry_go-mod-bootstrap_PR-216 ']' 11:09:31 + PACKAGES=/tmp/packages_end.txt 11:09:31 + case "${OS_FAMILY}" in 11:09:31 + rpm -qa 11:09:31 + sort 11:09:37 + '[' -f /tmp/packages_start.txt ']' 11:09:37 + '[' -f /tmp/packages_end.txt ']' 11:09:37 + diff /tmp/packages_start.txt /tmp/packages_end.txt 11:09:37 + '[' /w/workspace/xfoundry_go-mod-bootstrap_PR-216 ']' 11:09:37 + mkdir -p /w/workspace/xfoundry_go-mod-bootstrap_PR-216/archives/ 11:09:37 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/xfoundry_go-mod-bootstrap_PR-216/archives/ [Pipeline] echo 11:09:37 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/xfoundry_go-mod-bootstrap_PR-216/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 11:09:37 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 11:09:38 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 11:09:38 11:09:38 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 11:09:38 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 11:09:39 alpine: Pulling from edgex-lftools-log-publisher 11:09:39 df20fa9351a1: Pulling fs layer 11:09:39 36b3adc4ff6f: Pulling fs layer 11:09:39 8ad3a11d3b57: Pulling fs layer 11:09:39 46f8f816bc3b: Pulling fs layer 11:09:39 93b61091891f: Pulling fs layer 11:09:39 93b9cdb0e59b: Pulling fs layer 11:09:39 5e14af77c1be: Pulling fs layer 11:09:39 01666e4c0597: Pulling fs layer 11:09:39 aa168da1d23b: Pulling fs layer 11:09:39 93b9cdb0e59b: Waiting 11:09:39 5e14af77c1be: Waiting 11:09:39 01666e4c0597: Waiting 11:09:39 46f8f816bc3b: Waiting 11:09:39 93b61091891f: Waiting 11:09:39 aa168da1d23b: Waiting 11:09:39 36b3adc4ff6f: Verifying Checksum 11:09:39 36b3adc4ff6f: Download complete 11:09:39 46f8f816bc3b: Verifying Checksum 11:09:39 46f8f816bc3b: Download complete 11:09:39 df20fa9351a1: Verifying Checksum 11:09:39 df20fa9351a1: Download complete 11:09:39 93b9cdb0e59b: Verifying Checksum 11:09:39 93b9cdb0e59b: Download complete 11:09:39 93b61091891f: Verifying Checksum 11:09:39 93b61091891f: Download complete 11:09:39 5e14af77c1be: Verifying Checksum 11:09:39 5e14af77c1be: Download complete 11:09:39 01666e4c0597: Verifying Checksum 11:09:39 01666e4c0597: Download complete 11:09:39 8ad3a11d3b57: Verifying Checksum 11:09:39 8ad3a11d3b57: Download complete 11:09:39 df20fa9351a1: Pull complete 11:09:40 36b3adc4ff6f: Pull complete 11:09:41 8ad3a11d3b57: Pull complete 11:09:41 46f8f816bc3b: Pull complete 11:09:42 93b61091891f: Pull complete 11:09:42 93b9cdb0e59b: Pull complete 11:09:43 5e14af77c1be: Pull complete 11:09:43 aa168da1d23b: Verifying Checksum 11:09:43 aa168da1d23b: Download complete 11:09:43 01666e4c0597: Pull complete 11:09:53 aa168da1d23b: Pull complete 11:09:53 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 11:09:53 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 11:09:53 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 11:09:53 prd-centos7-docker-4c-2g-3518 does not seem to be running inside a container 11:09:53 $ 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-216/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-216 -v /w/workspace/xfoundry_go-mod-bootstrap_PR-216:/w/workspace/xfoundry_go-mod-bootstrap_PR-216:rw,z -v /w/workspace/xfoundry_go-mod-bootstrap_PR-216@tmp:/w/workspace/xfoundry_go-mod-bootstrap_PR-216@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 11:09:56 $ docker top 91a1324335eb75fec0b898344abd0a6a5d8256ef5af3c23fa3ed225ada1378da -eo pid,comm [Pipeline] { [Pipeline] sh 11:09:56 + touch /tmp/pre-build-complete [Pipeline] sh 11:09:56 + mkdir -p /var/log/sa [Pipeline] sh 11:09:57 + ls /var/log/sa-host 11:09:57 + sadf -c /var/log/sa-host/sa07 11:09:57 file_magic: OK 11:09:57 HZ: Using current value: 100 11:09:57 file_header: OK 11:09:57 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 11:09:57 Statistics: 11:09:57 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 11:09:57 File successfully converted to sysstat format version 12.2.1 11:09:57 + sadf -c /var/log/sa-host/sa23 11:09:57 file_magic: OK 11:09:57 HZ: Using current value: 100 11:09:57 file_header: OK 11:09:57 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 11:09:57 Statistics: 11:09:57 Hnuu...uuuununununu... 11:09:57 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 11:09:57 provisioning config files... 11:09:57 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/xfoundry_go-mod-bootstrap_PR-216@tmp/config6283977983626060660tmp [Pipeline] { [Pipeline] echo 11:09:58 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 11:09:58 ---> create-netrc.sh [Pipeline] } 11:09:58 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 11:09:58 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 11:09:58 ---> python-tools-install.sh [Pipeline] echo 11:09:58 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 11:09:59 ---> sudo-logs.sh 11:09:59 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 11:09:59 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 11:09:59 ---> job-cost.sh 11:09:59 lf-activate-venv: SKIPPING 11:09:59 DEBUG: total: 0.029999999329447746 11:09:59 INFO: Retrieving Stack Cost... 11:10:00 INFO: Retrieving Pricing Info for: v1-standard-2 11:10:00 INFO: Archiving Costs [Pipeline] echo 11:10:00 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 11:10:01 ---> logs-deploy.sh 11:10:01 lf-activate-venv: SKIPPING 11:10:01 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-bootstrap/PR-216/6 11:10:01 INFO: archiving workspace using pattern(s): 11:10:03 Archives upload complete. 11:10:03 INFO: archiving logs to Nexus 11:10:04 ---> uname -a: 11:10:04 Linux prd-centos7-docker-4c-2g-3518.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 11:10:04 11:10:04 11:10:04 ---> lscpu: 11:10:04 Architecture: x86_64 11:10:04 CPU op-mode(s): 32-bit, 64-bit 11:10:04 Byte Order: Little Endian 11:10:04 Address sizes: 40 bits physical, 48 bits virtual 11:10:04 CPU(s): 4 11:10:04 On-line CPU(s) list: 0-3 11:10:04 Thread(s) per core: 1 11:10:04 Core(s) per socket: 1 11:10:04 Socket(s): 4 11:10:04 NUMA node(s): 1 11:10:04 Vendor ID: GenuineIntel 11:10:04 CPU family: 6 11:10:04 Model: 44 11:10:04 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 11:10:04 Stepping: 1 11:10:04 CPU MHz: 2933.436 11:10:04 BogoMIPS: 5866.87 11:10:04 Virtualization: VT-x 11:10:04 Hypervisor vendor: KVM 11:10:04 Virtualization type: full 11:10:04 L1d cache: 128 KiB 11:10:04 L1i cache: 128 KiB 11:10:04 L2 cache: 16 MiB 11:10:04 L3 cache: 64 MiB 11:10:04 NUMA node0 CPU(s): 0-3 11:10:04 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 11:10:04 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 11:10:04 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 11:10:04 Vulnerability Meltdown: Mitigation; PTI 11:10:04 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 11:10:04 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 11:10:04 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 11:10:04 Vulnerability Srbds: Not affected 11:10:04 Vulnerability Tsx async abort: Not affected 11:10:04 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 11:10:04 11:10:04 11:10:04 ---> nproc: 11:10:04 4 11:10:04 11:10:04 11:10:04 ---> df -h: 11:10:04 Filesystem Size Used Available Use% Mounted on 11:10:04 overlay 50.0G 7.3G 42.7G 15% / 11:10:04 tmpfs 64.0M 0 64.0M 0% /dev 11:10:04 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 11:10:04 shm 64.0M 0 64.0M 0% /dev/shm 11:10:04 /dev/vda1 50.0G 7.3G 42.7G 15% /facter-os 11:10:04 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/resolv.conf 11:10:04 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hostname 11:10:04 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hosts 11:10:04 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/xfoundry_go-mod-bootstrap_PR-216 11:10:04 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/xfoundry_go-mod-bootstrap_PR-216@tmp 11:10:04 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/sa-host 11:10:04 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/secure 11:10:04 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/auth.log 11:10:04 /dev/vda1 50.0G 7.3G 42.7G 15% /run/cloud-init/result.json 11:10:04 11:10:04 11:10:04 ---> free -m: 11:10:04 total used free shared buff/cache available 11:10:04 Mem: 1837 740 115 0 980 991 11:10:04 Swap: 1023 1 1022 11:10:04 11:10:04 11:10:04 ---> ip addr: 11:10:04 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 11:10:04 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 11:10:04 inet 127.0.0.1/8 scope host lo 11:10:04 valid_lft forever preferred_lft forever 11:10:04 inet6 ::1/128 scope host 11:10:04 valid_lft forever preferred_lft forever 11:10:04 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 11:10:04 link/ether fa:16:3e:b1:f3:f0 brd ff:ff:ff:ff:ff:ff 11:10:04 inet 10.30.123.33/23 brd 10.30.123.255 scope global dynamic eth0 11:10:04 valid_lft 85804sec preferred_lft 85804sec 11:10:04 inet6 fe80::f816:3eff:feb1:f3f0/64 scope link 11:10:04 valid_lft forever preferred_lft forever 11:10:04 3: docker0: mtu 1500 qdisc noqueue state DOWN 11:10:04 link/ether 02:42:ae:09:f7:ba brd ff:ff:ff:ff:ff:ff 11:10:04 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 11:10:04 valid_lft forever preferred_lft forever 11:10:04 inet6 fe80::42:aeff:fe09:f7ba/64 scope link 11:10:04 valid_lft forever preferred_lft forever 11:10:04 11:10:04 11:10:04 ---> sar -b -r -n DEV: 11:10:04 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 05/07/21 _x86_64_ (4 CPU) 11:10:04 11:10:04 10:59:52 LINUX RESTART (4 CPU) 11:10:04 11:10:04 11:01:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 11:10:04 11:02:01 24.13 4.04 20.09 0.00 1122.54 2916.68 0.00 11:10:04 11:03:01 0.32 0.00 0.32 0.00 0.00 5.13 0.00 11:10:04 11:04:01 0.25 0.00 0.25 0.00 0.00 3.60 0.00 11:10:04 11:05:01 0.27 0.00 0.27 0.00 0.00 3.55 0.00 11:10:04 11:06:01 0.25 0.00 0.25 0.00 0.00 3.65 0.00 11:10:04 11:07:01 0.23 0.00 0.23 0.00 0.00 2.20 0.00 11:10:04 11:08:01 0.23 0.00 0.23 0.00 0.00 2.03 0.00 11:10:04 11:09:01 0.17 0.00 0.17 0.00 0.00 1.75 0.00 11:10:04 Average: 3.19 0.50 2.69 0.00 138.50 362.61 0.00 11:10:04 11:10:04 11:01:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 11:10:04 11:02:01 151316 0 611256 32.49 2620 1116352 1146708 39.14 418268 1111288 20 11:10:04 11:03:01 159312 0 603256 32.06 2620 1116356 1089508 37.18 422136 1100892 8 11:10:04 11:04:01 158744 0 603816 32.09 2620 1116364 1089700 37.19 424788 1099368 12 11:10:04 11:05:01 156348 0 606208 32.22 2620 1116368 1089676 37.19 433896 1092748 16 11:10:04 11:06:01 153796 0 608756 32.35 2620 1116372 1089724 37.19 437752 1091372 12 11:10:04 11:07:01 154916 0 607628 32.29 2620 1116380 1089508 37.18 436684 1091372 16 11:10:04 11:08:01 154884 0 607660 32.30 2620 1116380 1089508 37.18 436436 1091372 16 11:10:04 11:09:01 154908 0 607628 32.29 2620 1116388 1089508 37.18 436552 1091372 16 11:10:04 Average: 155528 0 607026 32.26 2620 1116370 1096730 37.43 430814 1096223 14 11:10:04 11:10:04 11:01:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 11:10:04 11:02:01 eth0 24.91 25.41 35.95 9.89 0.00 0.00 0.00 0.00 11:10:04 11:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:10:04 11:02:01 docker0 6.18 3.41 1.14 7.42 0.00 0.00 0.00 0.00 11:10:04 11:03:01 eth0 0.75 0.08 0.06 0.01 0.00 0.00 0.00 0.00 11:10:04 11:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:10:04 11:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:10:04 11:04:01 eth0 1.30 0.28 0.30 0.20 0.00 0.00 0.00 0.00 11:10:04 11:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:10:04 11:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:10:04 11:05:01 eth0 1.23 0.43 0.39 0.18 0.00 0.00 0.00 0.00 11:10:04 11:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:10:04 11:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:10:04 11:06:01 eth0 0.75 0.50 0.41 0.30 0.00 0.00 0.00 0.00 11:10:04 11:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:10:04 11:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:10:04 11:07:01 eth0 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 11:10:04 11:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:10:04 11:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:10:04 11:08:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 11:10:04 11:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:10:04 11:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:10:04 11:09:01 eth0 0.07 0.05 0.00 0.00 0.00 0.00 0.00 0.00 11:10:04 11:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:10:04 11:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:10:04 Average: eth0 3.60 3.32 4.58 1.31 0.00 0.00 0.00 0.00 11:10:04 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:10:04 Average: docker0 0.76 0.42 0.14 0.92 0.00 0.00 0.00 0.00 11:10:04 11:10:04 11:10:04 ---> sar -P ALL: 11:10:04 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 05/07/21 _x86_64_ (4 CPU) 11:10:04 11:10:04 10:59:52 LINUX RESTART (4 CPU) 11:10:04 11:10:04 11:01:01 CPU %user %nice %system %iowait %steal %idle 11:10:04 11:02:01 all 1.55 0.00 1.84 0.48 2.98 93.16 11:10:04 11:02:01 0 1.73 0.00 2.08 0.17 2.80 93.22 11:10:04 11:02:01 1 1.62 0.00 1.99 0.12 3.09 93.19 11:10:04 11:02:01 2 1.77 0.00 1.96 1.41 3.15 91.72 11:10:04 11:02:01 3 1.07 0.00 1.35 0.22 2.88 94.48 11:10:04 11:03:01 all 0.15 0.00 0.07 0.00 0.15 99.63 11:10:04 11:03:01 0 0.08 0.00 0.05 0.00 0.25 99.62 11:10:04 11:03:01 1 0.08 0.00 0.08 0.00 0.23 99.60 11:10:04 11:03:01 2 0.38 0.00 0.10 0.00 0.07 99.45 11:10:04 11:03:01 3 0.03 0.00 0.03 0.00 0.07 99.87 11:10:04 11:04:01 all 0.16 0.00 0.08 0.00 0.15 99.62 11:10:04 11:04:01 0 0.03 0.00 0.03 0.00 0.12 99.82 11:10:04 11:04:01 1 0.08 0.00 0.05 0.00 0.27 99.60 11:10:04 11:04:01 2 0.47 0.00 0.12 0.00 0.15 99.27 11:10:04 11:04:01 3 0.05 0.00 0.12 0.00 0.05 99.78 11:10:04 11:05:01 all 0.13 0.00 0.06 0.00 0.05 99.76 11:10:04 11:05:01 0 0.03 0.00 0.03 0.00 0.03 99.90 11:10:04 11:05:01 1 0.08 0.00 0.08 0.00 0.13 99.70 11:10:04 11:05:01 2 0.40 0.00 0.12 0.00 0.02 99.47 11:10:04 11:05:01 3 0.02 0.00 0.02 0.00 0.00 99.97 11:10:04 11:06:01 all 0.16 0.00 0.10 0.00 0.10 99.64 11:10:04 11:06:01 0 0.05 0.00 0.07 0.00 0.12 99.77 11:10:04 11:06:01 1 0.45 0.00 0.05 0.00 0.20 99.30 11:10:04 11:06:01 2 0.12 0.00 0.20 0.00 0.03 99.65 11:10:04 11:06:01 3 0.03 0.00 0.07 0.00 0.05 99.85 11:10:04 11:07:01 all 0.12 0.00 0.03 0.00 0.14 99.70 11:10:04 11:07:01 0 0.05 0.00 0.05 0.00 0.23 99.67 11:10:04 11:07:01 1 0.43 0.00 0.03 0.00 0.23 99.30 11:10:04 11:07:01 2 0.02 0.00 0.02 0.00 0.08 99.88 11:10:04 11:07:01 3 0.00 0.00 0.02 0.00 0.02 99.97 11:10:04 11:08:01 all 0.11 0.00 0.05 0.00 0.05 99.79 11:10:04 11:08:01 0 0.02 0.00 0.03 0.00 0.00 99.95 11:10:04 11:08:01 1 0.23 0.00 0.13 0.00 0.10 99.53 11:10:04 11:08:01 2 0.15 0.00 0.03 0.00 0.02 99.80 11:10:04 11:08:01 3 0.03 0.00 0.02 0.00 0.07 99.88 11:10:04 11:09:01 all 0.12 0.00 0.05 0.00 0.17 99.66 11:10:04 11:09:01 0 0.03 0.00 0.02 0.00 0.08 99.87 11:10:04 11:09:01 1 0.07 0.00 0.07 0.00 0.18 99.68 11:10:04 11:09:01 2 0.02 0.00 0.02 0.00 0.08 99.88 11:10:04 11:09:01 3 0.38 0.00 0.08 0.00 0.32 99.22 11:10:04 Average: all 0.31 0.00 0.28 0.06 0.47 98.87 11:10:04 Average: 0 0.25 0.00 0.29 0.02 0.45 98.98 11:10:04 Average: 1 0.38 0.00 0.31 0.01 0.55 98.74 11:10:04 Average: 2 0.41 0.00 0.32 0.17 0.45 98.64 11:10:04 Average: 3 0.20 0.00 0.21 0.03 0.43 99.13 11:10:04 11:10:04 11:10:04