Pull request #163 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 7d1590f68303a704d23b6b42d64dfea4bdf6979c+cdd92044995da16ae3127bd8820b6afa826be5b1 (016df93bc0818cf66e59cd9363cfbdf15ee8fa57) 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 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 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 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 # timeout=10 Commit message: "Add license check to tox" > 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 Waiting for next available executor on ‘prd-centos7-docker-4c-2g-26209’ Running on prd-centos7-docker-4c-2g-26236 in /w/workspace/xfoundry_go-mod-bootstrap_PR-163 [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-163 # 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/163/head:refs/remotes/origin/PR-163 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit cdd92044995da16ae3127bd8820b6afa826be5b1 into PR head commit 7d1590f68303a704d23b6b42d64dfea4bdf6979c Merge succeeded, producing 7d1590f68303a704d23b6b42d64dfea4bdf6979c Checking out Revision 7d1590f68303a704d23b6b42d64dfea4bdf6979c (PR-163) > git config core.sparsecheckout # timeout=10 > git checkout -f 7d1590f68303a704d23b6b42d64dfea4bdf6979c # 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 cdd92044995da16ae3127bd8820b6afa826be5b1 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 7d1590f68303a704d23b6b42d64dfea4bdf6979c # timeout=10 Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-registry/v2" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 03:35:51 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 03:35:51 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 03:35:51 ========================================================= 03:35:51 EdgeX Global Pipelines Version Info 03:35:51 ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 7a449edb67fb6485734a7257a60e4031d8213e94 # timeout=10 03:35:52 ------------------- 03:35:52 stable info: 03:35:52 ------------------- 03:35:52 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 03:35:52 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 03:35:52 Message: update stable to v1.0.179 03:35:53 ------------------- 03:35:53 experimental info: 03:35:53 ------------------- 03:35:53 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 03:35:53 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 03:35:53 Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 03:35:54 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-bootstrap-settings [Pipeline] echo 03:35:54 [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-bootstrap [Pipeline] echo 03:35:54 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 03:35:54 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 03:35:54 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 03:35:54 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 03:35:54 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 03:35:54 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 03:35:54 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 03:35:54 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 03:35:54 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 03:35:55 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-bootstrap [Pipeline] echo 03:35:55 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 03:35:55 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 03:35:55 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 03:35:55 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 03:35:55 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 03:35:55 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 03:35:55 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 03:35:55 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 03:35:55 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 03:35:55 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 03:35:56 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 03:35:56 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 03:35:56 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 03:35:56 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 03:35:56 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 03:35:56 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-163 [Pipeline] echo 03:35:56 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-163 [Pipeline] echo 03:35:56 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-163 [Pipeline] echo 03:35:56 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 7d1590f68303a704d23b6b42d64dfea4bdf6979c [Pipeline] echo 03:35:56 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 7d1590f [Pipeline] echo 03:35:56 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 03:35:57 + git log --format=format:%s -1 7d1590f68303a704d23b6b42d64dfea4bdf6979c [Pipeline] echo 03:35:57 GIT_COMMIT: 7d1590f68303a704d23b6b42d64dfea4bdf6979c, Commit Message: build(deps): bump github.com/edgexfoundry/go-mod-registry/v2 [Pipeline] echo 03:35:57 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 03:35:58 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 03:35:58 03:35:58 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 03:35:58 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 03:35:58 latest: Pulling from edgex-devops/git-semver 03:35:58 31603596830f: Pulling fs layer 03:35:58 2a8b12db71e7: Pulling fs layer 03:35:58 6ca5941a6612: Pulling fs layer 03:35:58 ecc8261a40a4: Pulling fs layer 03:35:58 ecc8261a40a4: Waiting 03:35:58 2a8b12db71e7: Verifying Checksum 03:35:58 2a8b12db71e7: Download complete 03:35:59 31603596830f: Download complete 03:35:59 6ca5941a6612: Verifying Checksum 03:35:59 6ca5941a6612: Download complete 03:35:59 ecc8261a40a4: Verifying Checksum 03:35:59 ecc8261a40a4: Download complete 03:35:59 31603596830f: Pull complete 03:35:59 2a8b12db71e7: Pull complete 03:36:00 6ca5941a6612: Pull complete 03:36:00 ecc8261a40a4: Pull complete 03:36:00 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 03:36:00 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 03:36:00 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 03:36:00 prd-centos7-docker-4c-2g-26236 does not seem to be running inside a container 03:36:00 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/xfoundry_go-mod-bootstrap_PR-163 -v /w/workspace/xfoundry_go-mod-bootstrap_PR-163:/w/workspace/xfoundry_go-mod-bootstrap_PR-163:rw,z -v /w/workspace/xfoundry_go-mod-bootstrap_PR-163@tmp:/w/workspace/xfoundry_go-mod-bootstrap_PR-163@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 03:36:03 $ docker top 055ed6d5c1557dd3dcada2c235306bf821d06b3925774be760da891f5386bb9c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 03:36:03 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 03:36:03 [ssh-agent] Looking for ssh-agent implementation... 03:36:03 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 03:36:03 $ docker exec 055ed6d5c1557dd3dcada2c235306bf821d06b3925774be760da891f5386bb9c ssh-agent 03:36:03 SSH_AUTH_SOCK=/tmp/ssh-QxaR7ICiruPU/agent.11 03:36:03 SSH_AGENT_PID=16 03:36:03 Running ssh-add (command line suppressed) 03:36:04 Identity added: /w/workspace/xfoundry_go-mod-bootstrap_PR-163@tmp/private_key_5133885926486706594.key (/w/workspace/xfoundry_go-mod-bootstrap_PR-163@tmp/private_key_5133885926486706594.key) 03:36:04 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 03:36:04 + git tag --points-at HEAD [Pipeline] } 03:36:04 $ docker exec --env ******** --env ******** 055ed6d5c1557dd3dcada2c235306bf821d06b3925774be760da891f5386bb9c ssh-agent -k 03:36:04 unset SSH_AUTH_SOCK; 03:36:04 unset SSH_AGENT_PID; 03:36:04 echo Agent pid 16 killed; 03:36:04 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 03:36:04 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 03:36:04 [ssh-agent] Looking for ssh-agent implementation... 03:36:04 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 03:36:04 $ docker exec 055ed6d5c1557dd3dcada2c235306bf821d06b3925774be760da891f5386bb9c ssh-agent 03:36:05 SSH_AUTH_SOCK=/tmp/ssh-ZghdHlagFH3p/agent.45 03:36:05 SSH_AGENT_PID=50 03:36:05 Running ssh-add (command line suppressed) 03:36:05 Identity added: /w/workspace/xfoundry_go-mod-bootstrap_PR-163@tmp/private_key_7928825814667952859.key (/w/workspace/xfoundry_go-mod-bootstrap_PR-163@tmp/private_key_7928825814667952859.key) 03:36:05 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 03:36:05 + git semver init 03:36:05 # -> Open(): unable to determine branch for HEAD 03:36:05 # $GIT_DIR = /w/workspace/xfoundry_go-mod-bootstrap_PR-163/.git 03:36:05 # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-bootstrap_PR-163 03:36:05 # $SEMVER_REMOTE_NAME = origin 03:36:05 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 03:36:05 # $SEMVER_USER_NAME = edgex-jenkins 03:36:05 # $SEMVER_BRANCH = PR-163 03:36:05 # $SEMVER_TEMP = /tmp/semver-109524404 03:36:05 # git clone --branch semver git@github.com:edgexfoundry/go-mod-bootstrap.git $SEMVER_TEMP 03:36:06 # '/tmp/semver-109524404' -> '/w/workspace/xfoundry_go-mod-bootstrap_PR-163/.semver' 03:36:06 # -> Force: false 03:36:06 # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-bootstrap_PR-163/.semver [Pipeline] } 03:36:06 $ docker exec --env ******** --env ******** 055ed6d5c1557dd3dcada2c235306bf821d06b3925774be760da891f5386bb9c ssh-agent -k 03:36:06 unset SSH_AUTH_SOCK; 03:36:06 unset SSH_AGENT_PID; 03:36:06 echo Agent pid 50 killed; 03:36:06 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 03:36:06 + git semver [Pipeline] } 03:36:06 $ docker stop --time=1 055ed6d5c1557dd3dcada2c235306bf821d06b3925774be760da891f5386bb9c 03:36:08 $ docker rm -f 055ed6d5c1557dd3dcada2c235306bf821d06b3925774be760da891f5386bb9c [Pipeline] // withDockerContainer [Pipeline] sh 03:36:09 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 03:36:09 Stashed 1 file(s) [Pipeline] echo 03:36:09 [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 03:36:25 Still waiting to schedule task 03:36:25 ‘prd-centos7-blackbox-4c-2g-25321’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-centos7-docker-4c-2g-26209’ is offline; ‘prd-centos7-docker-4c-2g-26235’ is offline; ‘prd-centos7-docker-4c-2g-26237’ is offline; ‘prd-centos7-docker-4c-2g-26238’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-26217’ doesn’t have label ‘centos7-docker-4c-2g’ 03:36:25 Still waiting to schedule task 03:36:25 ‘prd-ubuntu18.04-docker-arm64-4c-16g-26217’ is offline 03:37:24 Running on prd-centos7-docker-4c-2g-26240 in /w/workspace/xfoundry_go-mod-bootstrap_PR-163 [Pipeline] { [Pipeline] ws 03:37:24 Running in /w/workspace/go-mod-bootstrap/4 [Pipeline] { [Pipeline] checkout 03:37:27 using credential edgex-jenkins-ssh 03:37:27 Cloning the remote Git repository 03:37:27 Cloning repository git@github.com:edgexfoundry/go-mod-bootstrap.git 03:37:27 > git init /w/workspace/go-mod-bootstrap/4 # timeout=10 03:37:27 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git 03:37:27 > git --version # timeout=10 03:37:27 > git --version # 'git version 2.24.3' 03:37:27 using GIT_SSH to set credentials SSH Credentials for GitHub 03:37:27 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/*:refs/remotes/origin/* # timeout=10 03:37:27 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 03:37:27 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 03:37:27 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 03:37:28 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git 03:37:28 using GIT_SSH to set credentials SSH Credentials for GitHub 03:37:28 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/pull/163/head:refs/remotes/origin/PR-163 +refs/heads/master:refs/remotes/origin/master # timeout=10 03:37:28 Merging remotes/origin/master commit cdd92044995da16ae3127bd8820b6afa826be5b1 into PR head commit 7d1590f68303a704d23b6b42d64dfea4bdf6979c 03:37:28 Merge succeeded, producing 7d1590f68303a704d23b6b42d64dfea4bdf6979c 03:37:28 Checking out Revision 7d1590f68303a704d23b6b42d64dfea4bdf6979c (PR-163) 03:37:28 > git config core.sparsecheckout # timeout=10 03:37:28 > git checkout -f 7d1590f68303a704d23b6b42d64dfea4bdf6979c # timeout=10 03:37:28 > git remote # timeout=10 03:37:28 > git config --get remote.origin.url # timeout=10 03:37:28 using GIT_SSH to set credentials SSH Credentials for GitHub 03:37:28 > git merge cdd92044995da16ae3127bd8820b6afa826be5b1 # timeout=10 03:37:28 > git rev-parse HEAD^{commit} # timeout=10 03:37:28 > git config core.sparsecheckout # timeout=10 03:37:28 > git checkout -f 7d1590f68303a704d23b6b42d64dfea4bdf6979c # timeout=10 03:37:32 Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-registry/v2" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 03:37:33 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 03:37:33 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 03:37:34 + sudo service docker restart 03:37:34 + true 03:37:34 Redirecting to /bin/systemctl restart docker.service [Pipeline] unstash [Pipeline] echo 03:37:35 ========================================================= 03:37:35 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 03:37:35 ========================================================= [Pipeline] isUnix [Pipeline] sh 03:37:35 + 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 . 03:37:36 Sending build context to Docker daemon 696.3kB 03:37:36 Step 1/8 : ARG BASE=golang:1.15-alpine 03:37:36 Step 2/8 : FROM ${BASE} 03:37:36 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 03:37:36 188c0c94c7c5: Pulling fs layer 03:37:36 0ef7d3d256c8: Pulling fs layer 03:37:36 de9db76c5a1d: Pulling fs layer 03:37:36 bca2f99d35d6: Pulling fs layer 03:37:36 93359f2a8cfa: Pulling fs layer 03:37:36 7c6f9722023f: Pulling fs layer 03:37:36 a35cf1a2eb13: Pulling fs layer 03:37:36 bca2f99d35d6: Waiting 03:37:36 7c6f9722023f: Waiting 03:37:36 93359f2a8cfa: Waiting 03:37:36 a35cf1a2eb13: Waiting 03:37:36 de9db76c5a1d: Verifying Checksum 03:37:36 de9db76c5a1d: Download complete 03:37:36 0ef7d3d256c8: Verifying Checksum 03:37:36 0ef7d3d256c8: Download complete 03:37:36 93359f2a8cfa: Verifying Checksum 03:37:36 93359f2a8cfa: Download complete 03:37:36 7c6f9722023f: Download complete 03:37:36 188c0c94c7c5: Verifying Checksum 03:37:36 188c0c94c7c5: Download complete 03:37:36 188c0c94c7c5: Pull complete 03:37:36 0ef7d3d256c8: Pull complete 03:37:36 de9db76c5a1d: Pull complete 03:37:38 a35cf1a2eb13: Verifying Checksum 03:37:38 a35cf1a2eb13: Download complete 03:37:38 bca2f99d35d6: Verifying Checksum 03:37:38 bca2f99d35d6: Download complete 03:37:43 bca2f99d35d6: Pull complete 03:37:43 93359f2a8cfa: Pull complete 03:37:43 7c6f9722023f: Pull complete 03:37:52 a35cf1a2eb13: Pull complete 03:37:52 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 03:37:52 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 03:37:52 ---> a62c8e92a672 03:37:52 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 03:37:52 ---> Running in 607c1ac162e4 03:37:52 Removing intermediate container 607c1ac162e4 03:37:52 ---> cb0e39eb034e 03:37:52 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:37:52 ---> Running in 5fc3e6a2b630 03:37:53 Removing intermediate container 5fc3e6a2b630 03:37:53 ---> 1983eb8e8148 03:37:53 Step 5/8 : RUN apk add --update --no-cache git make 03:37:53 ---> Running in 7b9faf6c38cf 03:37:54 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:37:55 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:37:56 OK: 166 MiB in 39 packages 03:37:57 Removing intermediate container 7b9faf6c38cf 03:37:57 ---> 7b9014997cc8 03:37:57 Step 6/8 : WORKDIR /build 03:37:57 ---> Running in 3d3900f5c4ca 03:37:57 Removing intermediate container 3d3900f5c4ca 03:37:57 ---> 098e74987642 03:37:57 Step 7/8 : COPY go.mod . 03:37:57 ---> 0dfd0f8b4977 03:37:57 Step 8/8 : RUN go mod download 03:37:57 ---> Running in 5d69387b1564 03:38:19 Removing intermediate container 5d69387b1564 03:38:19 ---> 991aad6c62dd 03:38:19 Successfully built 991aad6c62dd 03:38:19 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 03:38:19 + docker inspect -f . ci-base-image-x86_64 03:38:19 . [Pipeline] withDockerContainer 03:38:20 prd-centos7-docker-4c-2g-26240 does not seem to be running inside a container 03:38:20 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-bootstrap/4 -v /w/workspace/go-mod-bootstrap/4:/w/workspace/go-mod-bootstrap/4:rw,z -v /w/workspace/go-mod-bootstrap/4@tmp:/w/workspace/go-mod-bootstrap/4@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 03:38:21 $ docker top 55eb348bdda511f2cf573b5f2564686dd0567c1ee0a567fc0be3ddcb6f632578 -eo pid,comm [Pipeline] { [Pipeline] sh 03:38:22 + go version 03:38:22 go version go1.15.5 linux/amd64 [Pipeline] } 03:38:22 $ docker stop --time=1 55eb348bdda511f2cf573b5f2564686dd0567c1ee0a567fc0be3ddcb6f632578 03:38:23 $ docker rm -f 55eb348bdda511f2cf573b5f2564686dd0567c1ee0a567fc0be3ddcb6f632578 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 03:38:24 + docker inspect -f . ci-base-image-x86_64 03:38:24 . [Pipeline] withDockerContainer 03:38:24 prd-centos7-docker-4c-2g-26240 does not seem to be running inside a container 03:38:24 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-bootstrap/4 -v /w/workspace/go-mod-bootstrap/4:/w/workspace/go-mod-bootstrap/4:rw,z -v /w/workspace/go-mod-bootstrap/4@tmp:/w/workspace/go-mod-bootstrap/4@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 03:38:24 $ docker top fe8c706592f864459c65f9cd126a21cbb63cb381ff3b7a676cda661caeeb7569 -eo pid,comm [Pipeline] { [Pipeline] sh 03:38:25 + make test 03:38:25 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 03:38:35 ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap [no test files] 03:38:35 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/config 0.029s coverage: 9.0% of statements 03:38:35 ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/container [no test files] 03:38:35 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/environment 0.012s coverage: 92.2% of statements 03:38:35 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/flags 0.008s coverage: 85.3% of statements 03:38:36 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/handlers 0.029s coverage: 34.3% of statements 03:38:36 ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/interfaces [no test files] 03:38:36 ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/interfaces/mocks [no test files] 03:38:36 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/registration 0.005s coverage: 18.2% of statements 03:38:40 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/secret 3.008s coverage: 95.3% of statements 03:38:40 ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/startup [no test files] 03:38:40 ? github.com/edgexfoundry/go-mod-bootstrap/v2/config [no test files] 03:38:40 ok github.com/edgexfoundry/go-mod-bootstrap/v2/di 0.035s coverage: 91.3% of statements 03:38:40 ? github.com/edgexfoundry/go-mod-bootstrap/v2/v2/bootstrap/container [no test files] 03:38:40 CGO_ENABLED=0 GO111MODULE=on go vet ./... 03:38:42 gofmt -l . 03:38:42 [ "`gofmt -l .`" = "" ] [Pipeline] } 03:38:42 $ docker stop --time=1 fe8c706592f864459c65f9cd126a21cbb63cb381ff3b7a676cda661caeeb7569 03:38:44 $ docker rm -f fe8c706592f864459c65f9cd126a21cbb63cb381ff3b7a676cda661caeeb7569 [Pipeline] // withDockerContainer [Pipeline] sh 03:38:45 + sudo chown -R jenkins:jenkins . [Pipeline] stash 03:38:45 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] } 03:38:58 Running on prd-ubuntu18.04-docker-arm64-4c-16g-26242 in /w/workspace/xfoundry_go-mod-bootstrap_PR-163 [Pipeline] { [Pipeline] ws 03:38:58 Running in /w/workspace/go-mod-bootstrap/4 [Pipeline] { [Pipeline] checkout 03:39:03 using credential edgex-jenkins-ssh 03:39:03 Cloning the remote Git repository 03:39:03 Cloning repository git@github.com:edgexfoundry/go-mod-bootstrap.git 03:39:03 > git init /w/workspace/go-mod-bootstrap/4 # timeout=10 03:39:04 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git 03:39:04 > git --version # timeout=10 03:39:04 > git --version # 'git version 2.17.1' 03:39:04 using GIT_SSH to set credentials SSH Credentials for GitHub 03:39:04 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/*:refs/remotes/origin/* # timeout=10 03:39:04 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 03:39:04 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 03:39:04 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 03:39:04 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git 03:39:05 using GIT_SSH to set credentials SSH Credentials for GitHub 03:39:05 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/pull/163/head:refs/remotes/origin/PR-163 +refs/heads/master:refs/remotes/origin/master # timeout=10 03:39:05 Merging remotes/origin/master commit cdd92044995da16ae3127bd8820b6afa826be5b1 into PR head commit 7d1590f68303a704d23b6b42d64dfea4bdf6979c 03:39:05 Merge succeeded, producing 7d1590f68303a704d23b6b42d64dfea4bdf6979c 03:39:05 Checking out Revision 7d1590f68303a704d23b6b42d64dfea4bdf6979c (PR-163) 03:39:05 > git config core.sparsecheckout # timeout=10 03:39:05 > git checkout -f 7d1590f68303a704d23b6b42d64dfea4bdf6979c # timeout=10 03:39:05 > git remote # timeout=10 03:39:05 > git config --get remote.origin.url # timeout=10 03:39:05 using GIT_SSH to set credentials SSH Credentials for GitHub 03:39:05 > git merge cdd92044995da16ae3127bd8820b6afa826be5b1 # timeout=10 03:39:05 > git rev-parse HEAD^{commit} # timeout=10 03:39:05 > git config core.sparsecheckout # timeout=10 03:39:05 > git checkout -f 7d1590f68303a704d23b6b42d64dfea4bdf6979c # timeout=10 03:39:10 Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-registry/v2" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 03:39:11 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 03:39:12 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 03:39:12 + true+ 03:39:12 sudo service docker restart [Pipeline] unstash [Pipeline] echo 03:39:15 ========================================================= 03:39:15 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 03:39:15 ========================================================= [Pipeline] isUnix [Pipeline] sh 03:39:15 + 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 . 03:39:16 Sending build context to Docker daemon 695.3kB 03:39:16 Step 1/8 : ARG BASE=golang:1.15-alpine 03:39:16 Step 2/8 : FROM ${BASE} 03:39:16 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 03:39:16 5f621e34cdf4: Pulling fs layer 03:39:16 a4357932f1b6: Pulling fs layer 03:39:16 18c013af1878: Pulling fs layer 03:39:16 00ac8860ef70: Pulling fs layer 03:39:16 63d7cb157983: Pulling fs layer 03:39:16 b116817d02f9: Pulling fs layer 03:39:16 745a02a5169b: Pulling fs layer 03:39:16 00ac8860ef70: Waiting 03:39:16 63d7cb157983: Waiting 03:39:16 b116817d02f9: Waiting 03:39:16 745a02a5169b: Waiting 03:39:16 18c013af1878: Verifying Checksum 03:39:16 18c013af1878: Download complete 03:39:16 a4357932f1b6: Download complete 03:39:16 63d7cb157983: Verifying Checksum 03:39:16 63d7cb157983: Download complete 03:39:16 b116817d02f9: Verifying Checksum 03:39:16 b116817d02f9: Download complete 03:39:16 5f621e34cdf4: Verifying Checksum 03:39:16 5f621e34cdf4: Download complete 03:39:17 5f621e34cdf4: Pull complete 03:39:17 a4357932f1b6: Pull complete 03:39:18 18c013af1878: Pull complete 03:39:19 745a02a5169b: Verifying Checksum 03:39:19 745a02a5169b: Download complete 03:39:20 00ac8860ef70: Verifying Checksum 03:39:20 00ac8860ef70: Download complete 03:39:30 00ac8860ef70: Pull complete 03:39:30 63d7cb157983: Pull complete 03:39:30 b116817d02f9: Pull complete 03:39:34 745a02a5169b: Pull complete 03:39:34 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 03:39:34 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 03:39:34 ---> b7e6874047d6 03:39:34 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 03:39:37 ---> Running in 57ccf8946fb7 03:39:37 Removing intermediate container 57ccf8946fb7 03:39:37 ---> f0539c7d12d4 03:39:37 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:39:37 ---> Running in 5cb6b14f4feb 03:39:40 Removing intermediate container 5cb6b14f4feb 03:39:40 ---> 45ed77cc74f7 03:39:40 Step 5/8 : RUN apk add --update --no-cache git make 03:39:40 ---> Running in c7a9bd1a3515 03:39:40 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:39:42 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:39:43 OK: 142 MiB in 39 packages 03:39:44 Removing intermediate container c7a9bd1a3515 03:39:44 ---> c88a90dd5c2b 03:39:44 Step 6/8 : WORKDIR /build 03:39:44 ---> Running in 2869095c244d 03:39:45 Removing intermediate container 2869095c244d 03:39:45 ---> b0eb6ba1c1f6 03:39:45 Step 7/8 : COPY go.mod . 03:39:45 ---> f52c9749d460 03:39:45 Step 8/8 : RUN go mod download 03:39:46 ---> Running in 4212f3e7336a 03:40:13 Removing intermediate container 4212f3e7336a 03:40:13 ---> ecc0103b0c2f 03:40:13 Successfully built ecc0103b0c2f 03:40:13 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 03:40:13 + docker inspect -f . ci-base-image-arm64 03:40:13 . [Pipeline] withDockerContainer 03:40:13 prd-ubuntu18.04-docker-arm64-4c-16g-26242 does not seem to be running inside a container 03:40:13 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-bootstrap/4 -v /w/workspace/go-mod-bootstrap/4:/w/workspace/go-mod-bootstrap/4:rw,z -v /w/workspace/go-mod-bootstrap/4@tmp:/w/workspace/go-mod-bootstrap/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 03:40:15 $ docker top 3e47516aebb611ab1e509ed319db885deef3f38dd7a4bff2953a93810756af92 -eo pid,comm [Pipeline] { [Pipeline] sh 03:40:16 + go version 03:40:16 go version go1.15.5 linux/arm64 [Pipeline] } 03:40:16 $ docker stop --time=1 3e47516aebb611ab1e509ed319db885deef3f38dd7a4bff2953a93810756af92 03:40:18 $ docker rm -f 3e47516aebb611ab1e509ed319db885deef3f38dd7a4bff2953a93810756af92 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 03:40:19 + docker inspect -f . ci-base-image-arm64 03:40:19 . [Pipeline] withDockerContainer 03:40:19 prd-ubuntu18.04-docker-arm64-4c-16g-26242 does not seem to be running inside a container 03:40:20 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-bootstrap/4 -v /w/workspace/go-mod-bootstrap/4:/w/workspace/go-mod-bootstrap/4:rw,z -v /w/workspace/go-mod-bootstrap/4@tmp:/w/workspace/go-mod-bootstrap/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 03:40:21 $ docker top 2a5f276c3795275b1f1e8e534b659f66c9896f903e8db383b0a5a9cc0c7e6969 -eo pid,comm [Pipeline] { [Pipeline] sh 03:40:22 + make test 03:40:22 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 03:40:55 ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap [no test files] 03:40:56 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/config 0.019s coverage: 9.0% of statements 03:40:56 ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/container [no test files] 03:40:56 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/environment 0.043s coverage: 92.2% of statements 03:40:56 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/flags 0.031s coverage: 85.3% of statements 03:40:59 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/handlers 0.024s coverage: 34.3% of statements 03:40:59 ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/interfaces [no test files] 03:40:59 ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/interfaces/mocks [no test files] 03:40:59 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/registration 0.034s coverage: 18.2% of statements 03:41:02 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/secret 3.038s coverage: 95.3% of statements 03:41:02 ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/startup [no test files] 03:41:02 ? github.com/edgexfoundry/go-mod-bootstrap/v2/config [no test files] 03:41:02 ok github.com/edgexfoundry/go-mod-bootstrap/v2/di 0.012s coverage: 91.3% of statements 03:41:02 ? github.com/edgexfoundry/go-mod-bootstrap/v2/v2/bootstrap/container [no test files] 03:41:02 CGO_ENABLED=0 GO111MODULE=on go vet ./... 03:41:09 gofmt -l . 03:41:09 [ "`gofmt -l .`" = "" ] [Pipeline] } 03:41:09 $ docker stop --time=1 2a5f276c3795275b1f1e8e534b659f66c9896f903e8db383b0a5a9cc0c7e6969 03:41:11 $ docker rm -f 2a5f276c3795275b1f1e8e534b659f66c9896f903e8db383b0a5a9cc0c7e6969 [Pipeline] // withDockerContainer [Pipeline] sh 03:41:12 + sudo chown -R jenkins:jenkins . [Pipeline] stash 03:41:12 Warning: overwriting stash ‘coverage-report’ 03:41:13 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 03:41:15 provisioning config files... 03:41:15 copy managed file [go-mod-bootstrap-codecov-token] to file:/w/workspace/xfoundry_go-mod-bootstrap_PR-163@tmp/config6633565104497079098tmp [Pipeline] { [Pipeline] sh 03:41:15 + set +x 03:41:15 + curl -s https://codecov.io/bash 03:41:15 + bash -s -- 03:41:15 03:41:15 _____ _ 03:41:15 / ____| | | 03:41:15 | | ___ __| | ___ ___ _____ __ 03:41:15 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 03:41:15 | |___| (_) | (_| | __/ (_| (_) \ V / 03:41:15 \_____\___/ \__,_|\___|\___\___/ \_/ 03:41:15 Bash-20210129-7c25fce 03:41:15 03:41:15 03:41:15 ==> git version 2.24.3 found 03:41:15 ==> 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 03:41:15 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 03:41:15 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 03:41:15 ==> Jenkins CI detected. 03:41:15 project root: . 03:41:15 --> token set from env 03:41:15 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 03:41:15 ==> Running gcov in . (disable via -X gcov) 03:41:15 ==> Python coveragepy not found 03:41:15 ==> Searching for coverage reports in: 03:41:15 + . 03:41:15 -> Found 1 reports 03:41:15 ==> Detecting git/mercurial file structure 03:41:15 ==> Reading reports 03:41:15 + ./coverage.out bytes=26895 03:41:15 ==> Appending adjustments 03:41:15 https://docs.codecov.io/docs/fixing-reports 03:41:16 + Found adjustments 03:41:16 ==> Gzipping contents 03:41:16 8.0K /tmp/codecov.uWrmps.gz 03:41:16 ==> Uploading reports 03:41:16 url: https://codecov.io 03:41:16 query: branch=PR-163&commit=7d1590f68303a704d23b6b42d64dfea4bdf6979c&build=4&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-bootstrap%2Fjob%2FPR-163%2F4%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-bootstrap&service=jenkins&flags=&pr=163&job=&cmd_args= 03:41:16 -> Pinging Codecov 03:41:16 https://codecov.io/upload/v4?package=bash-20210129-7c25fce&token=secret&branch=PR-163&commit=7d1590f68303a704d23b6b42d64dfea4bdf6979c&build=4&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-bootstrap%2Fjob%2FPR-163%2F4%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-bootstrap&service=jenkins&flags=&pr=163&job=&cmd_args= 03:41:16 -> Uploading to 03:41:16 https://storage.googleapis.com/codecov/v4/raw/2021-02-12/833815588EE85121546D348822E98E2E/7d1590f68303a704d23b6b42d64dfea4bdf6979c/66ce7893-f575-449f-b576-e77c4f024847.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210212%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210212T034116Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=d51cd0df4eddad07f579890b3f1cadd36cbdb1fdbbc617bc5e144f4886af5de6 03:41:16 % Total % Received % Xferd Average Speed Time Time Time Current 03:41:16 Dload Upload Total Spent Left Speed 03:41:17 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 5082 0 0 100 5082 0 11066 --:--:-- --:--:-- --:--:-- 11071 03:41:17 -> View reports at https://codecov.io/github/edgexfoundry/go-mod-bootstrap/commit/7d1590f68303a704d23b6b42d64dfea4bdf6979c [Pipeline] } 03:41:17 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 03:41:19 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 03:41:20 ---> package-listing.sh 03:41:20 ++ facter osfamily 03:41:20 ++ tr '[:upper:]' '[:lower:]' 03:41:20 + OS_FAMILY=redhat 03:41:20 + workspace=/w/workspace/xfoundry_go-mod-bootstrap_PR-163 03:41:20 + START_PACKAGES=/tmp/packages_start.txt 03:41:20 + END_PACKAGES=/tmp/packages_end.txt 03:41:20 + DIFF_PACKAGES=/tmp/packages_diff.txt 03:41:20 + PACKAGES=/tmp/packages_start.txt 03:41:20 + '[' /w/workspace/xfoundry_go-mod-bootstrap_PR-163 ']' 03:41:20 + PACKAGES=/tmp/packages_end.txt 03:41:20 + case "${OS_FAMILY}" in 03:41:20 + rpm -qa 03:41:20 + sort 03:41:25 + '[' -f /tmp/packages_start.txt ']' 03:41:25 + '[' -f /tmp/packages_end.txt ']' 03:41:25 + diff /tmp/packages_start.txt /tmp/packages_end.txt 03:41:25 + '[' /w/workspace/xfoundry_go-mod-bootstrap_PR-163 ']' 03:41:25 + mkdir -p /w/workspace/xfoundry_go-mod-bootstrap_PR-163/archives/ 03:41:25 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/xfoundry_go-mod-bootstrap_PR-163/archives/ [Pipeline] echo 03:41: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-163/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 03:41:25 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 03:41:26 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 03:41:26 03:41:26 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 03:41:26 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 03:41:26 alpine: Pulling from edgex-lftools-log-publisher 03:41:26 df20fa9351a1: Pulling fs layer 03:41:26 36b3adc4ff6f: Pulling fs layer 03:41:26 8ad3a11d3b57: Pulling fs layer 03:41:26 46f8f816bc3b: Pulling fs layer 03:41:26 93b61091891f: Pulling fs layer 03:41:26 93b9cdb0e59b: Pulling fs layer 03:41:26 5e14af77c1be: Pulling fs layer 03:41:26 01666e4c0597: Pulling fs layer 03:41:26 aa168da1d23b: Pulling fs layer 03:41:26 93b9cdb0e59b: Waiting 03:41:26 5e14af77c1be: Waiting 03:41:26 01666e4c0597: Waiting 03:41:26 46f8f816bc3b: Waiting 03:41:26 93b61091891f: Waiting 03:41:26 aa168da1d23b: Waiting 03:41:26 36b3adc4ff6f: Verifying Checksum 03:41:26 36b3adc4ff6f: Download complete 03:41:26 46f8f816bc3b: Verifying Checksum 03:41:26 46f8f816bc3b: Download complete 03:41:26 df20fa9351a1: Verifying Checksum 03:41:26 df20fa9351a1: Download complete 03:41:26 93b9cdb0e59b: Verifying Checksum 03:41:26 93b9cdb0e59b: Download complete 03:41:26 5e14af77c1be: Verifying Checksum 03:41:26 5e14af77c1be: Download complete 03:41:26 93b61091891f: Verifying Checksum 03:41:26 93b61091891f: Download complete 03:41:26 01666e4c0597: Verifying Checksum 03:41:26 01666e4c0597: Download complete 03:41:26 8ad3a11d3b57: Verifying Checksum 03:41:26 8ad3a11d3b57: Download complete 03:41:27 df20fa9351a1: Pull complete 03:41:27 36b3adc4ff6f: Pull complete 03:41:27 8ad3a11d3b57: Pull complete 03:41:28 46f8f816bc3b: Pull complete 03:41:28 aa168da1d23b: Verifying Checksum 03:41:28 aa168da1d23b: Download complete 03:41:29 93b61091891f: Pull complete 03:41:29 93b9cdb0e59b: Pull complete 03:41:29 5e14af77c1be: Pull complete 03:41:29 01666e4c0597: Pull complete 03:41:35 aa168da1d23b: Pull complete 03:41:35 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 03:41:35 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 03:41:35 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 03:41:36 prd-centos7-docker-4c-2g-26236 does not seem to be running inside a container 03:41:36 $ 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-163/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-163 -v /w/workspace/xfoundry_go-mod-bootstrap_PR-163:/w/workspace/xfoundry_go-mod-bootstrap_PR-163:rw,z -v /w/workspace/xfoundry_go-mod-bootstrap_PR-163@tmp:/w/workspace/xfoundry_go-mod-bootstrap_PR-163@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 03:41:40 $ docker top ac430df69c0c20b506e2f2cdba592f22c5a97e1b7503e474ecf64efa7b632140 -eo pid,comm [Pipeline] { [Pipeline] sh 03:41:40 + touch /tmp/pre-build-complete [Pipeline] sh 03:41:40 + mkdir -p /var/log/sa [Pipeline] sh 03:41:41 + ls /var/log/sa-host 03:41:41 + sadf -c /var/log/sa-host/sa12 03:41:41 file_magic: OK 03:41:41 HZ: Using current value: 100 03:41:41 file_header: OK 03:41:41 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 03:41:41 Statistics: 03:41:41 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 03:41:41 File successfully converted to sysstat format version 12.2.1 03:41:41 + sadf -c /var/log/sa-host/sa23 03:41:41 file_magic: OK 03:41:41 HZ: Using current value: 100 03:41:41 file_header: OK 03:41:41 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 03:41:41 Statistics: 03:41:41 Hnuu...uuuununununu... 03:41:41 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 03:41:41 provisioning config files... 03:41:41 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/xfoundry_go-mod-bootstrap_PR-163@tmp/config452511094331561010tmp [Pipeline] { [Pipeline] echo 03:41:41 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 03:41:42 ---> create-netrc.sh [Pipeline] } 03:41:42 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 03:41:42 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 03:41:42 ---> python-tools-install.sh [Pipeline] echo 03:41:42 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 03:41:42 ---> sudo-logs.sh 03:41:42 Archiving 'sudo' log.. [Pipeline] echo 03:41:42 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 03:41:43 ---> job-cost.sh 03:41:43 lf-activate-venv: SKIPPING 03:41:43 INFO: No Stack... 03:41:44 INFO: Retrieving Pricing Info for: v1-standard-2 03:41:44 INFO: Archiving Costs [Pipeline] echo 03:41:44 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 03:41:45 ---> logs-deploy.sh 03:41:45 lf-activate-venv: SKIPPING 03:41:45 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-bootstrap/PR-163/4 03:41:45 INFO: archiving workspace using pattern(s): 03:41:47 Archives upload complete. 03:41:47 INFO: archiving logs to Nexus 03:41:47 ---> uname -a: 03:41:47 Linux prd-centos7-docker-4c-2g-26236.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 03:41:47 03:41:47 03:41:47 ---> lscpu: 03:41:47 Architecture: x86_64 03:41:47 CPU op-mode(s): 32-bit, 64-bit 03:41:47 Byte Order: Little Endian 03:41:47 Address sizes: 40 bits physical, 48 bits virtual 03:41:47 CPU(s): 4 03:41:47 On-line CPU(s) list: 0-3 03:41:47 Thread(s) per core: 1 03:41:47 Core(s) per socket: 1 03:41:47 Socket(s): 4 03:41:47 NUMA node(s): 1 03:41:47 Vendor ID: GenuineIntel 03:41:47 CPU family: 6 03:41:47 Model: 44 03:41:47 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 03:41:47 Stepping: 1 03:41:47 CPU MHz: 2933.438 03:41:47 BogoMIPS: 5866.87 03:41:47 Virtualization: VT-x 03:41:47 Hypervisor vendor: KVM 03:41:47 Virtualization type: full 03:41:47 L1d cache: 128 KiB 03:41:47 L1i cache: 128 KiB 03:41:47 L2 cache: 16 MiB 03:41:47 L3 cache: 64 MiB 03:41:47 NUMA node0 CPU(s): 0-3 03:41:47 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 03:41:47 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 03:41:47 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 03:41:47 Vulnerability Meltdown: Mitigation; PTI 03:41:47 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 03:41:47 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 03:41:47 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 03:41:47 Vulnerability Srbds: Not affected 03:41:47 Vulnerability Tsx async abort: Not affected 03:41:47 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 03:41:47 03:41:47 03:41:47 ---> nproc: 03:41:47 4 03:41:47 03:41:47 03:41:47 ---> df -h: 03:41:47 Filesystem Size Used Available Use% Mounted on 03:41:47 overlay 50.0G 7.3G 42.7G 15% / 03:41:47 tmpfs 64.0M 0 64.0M 0% /dev 03:41:47 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 03:41:47 shm 64.0M 0 64.0M 0% /dev/shm 03:41:47 /dev/vda1 50.0G 7.3G 42.7G 15% /facter-os 03:41:47 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/resolv.conf 03:41:47 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hostname 03:41:47 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hosts 03:41:47 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/sa-host 03:41:47 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/secure 03:41:47 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/auth.log 03:41:47 /dev/vda1 50.0G 7.3G 42.7G 15% /run/cloud-init/result.json 03:41:47 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/xfoundry_go-mod-bootstrap_PR-163 03:41:47 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/xfoundry_go-mod-bootstrap_PR-163@tmp 03:41:47 03:41:47 03:41:47 ---> free -m: 03:41:47 total used free shared buff/cache available 03:41:47 Mem: 1837 681 103 0 1052 1051 03:41:47 Swap: 1023 0 1023 03:41:47 03:41:47 03:41:47 ---> ip addr: 03:41:47 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 03:41:47 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 03:41:47 inet 127.0.0.1/8 scope host lo 03:41:47 valid_lft forever preferred_lft forever 03:41:47 inet6 ::1/128 scope host 03:41:47 valid_lft forever preferred_lft forever 03:41:47 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 03:41:47 link/ether fa:16:3e:b2:e5:6d brd ff:ff:ff:ff:ff:ff 03:41:47 inet 10.30.123.43/23 brd 10.30.123.255 scope global dynamic eth0 03:41:47 valid_lft 86012sec preferred_lft 86012sec 03:41:47 inet6 fe80::f816:3eff:feb2:e56d/64 scope link 03:41:47 valid_lft forever preferred_lft forever 03:41:47 3: docker0: mtu 1500 qdisc noqueue state DOWN 03:41:47 link/ether 02:42:72:ae:af:2a brd ff:ff:ff:ff:ff:ff 03:41:47 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 03:41:47 valid_lft forever preferred_lft forever 03:41:47 inet6 fe80::42:72ff:feae:af2a/64 scope link 03:41:47 valid_lft forever preferred_lft forever 03:41:47 03:41:47 03:41:47 ---> sar -b -r -n DEV: 03:41:47 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/12/21 _x86_64_ (4 CPU) 03:41:47 03:41:47 03:35:08 LINUX RESTART (4 CPU) 03:41:47 03:41:47 03:36:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 03:41:47 03:37:01 19.39 4.15 15.25 0.00 1070.35 826.80 0.00 03:41:47 03:38:01 0.85 0.00 0.85 0.00 0.00 19.45 0.00 03:41:47 03:39:01 0.32 0.00 0.32 0.00 0.00 3.90 0.00 03:41:47 03:40:01 0.23 0.00 0.23 0.00 0.00 2.83 0.00 03:41:47 03:41:01 0.23 0.00 0.23 0.00 0.00 3.41 0.00 03:41:47 Average: 4.21 0.83 3.38 0.00 214.12 171.32 0.00 03:41:47 03:41:47 03:36:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 03:41:47 03:37:01 161000 0 574148 30.51 2620 1143776 1098340 37.48 398524 1122024 20 03:41:47 03:38:01 167220 0 567920 30.18 2620 1143784 1071852 36.58 395616 1119848 8 03:41:47 03:39:01 165176 0 569960 30.29 2620 1143788 1071876 36.58 397988 1119512 12 03:41:47 03:40:01 165676 0 569460 30.27 2620 1143788 1069772 36.51 403628 1113376 20 03:41:47 03:41:01 162720 0 572368 30.42 2620 1143836 1067716 36.44 405740 1115088 16 03:41:47 Average: 164358 0 570771 30.34 2620 1143794 1075911 36.72 400299 1117970 15 03:41:47 03:41:47 03:36:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 03:41:47 03:37:01 eth0 33.96 25.85 29.63 26.45 0.00 0.00 0.00 0.00 03:41:47 03:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:41:47 03:37:01 docker0 2.98 2.33 0.75 5.20 0.00 0.00 0.00 0.00 03:41:47 03:38:01 eth0 2.03 0.57 0.66 0.40 0.00 0.00 0.00 0.00 03:41:47 03:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:41:47 03:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:41:47 03:39:01 eth0 1.33 0.35 0.35 0.20 0.00 0.00 0.00 0.00 03:41:47 03:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:41:47 03:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:41:47 03:40:01 eth0 0.95 0.43 0.53 0.36 0.00 0.00 0.00 0.00 03:41:47 03:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:41:47 03:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:41:47 03:41:01 eth0 0.28 0.18 0.09 0.10 0.00 0.00 0.00 0.00 03:41:47 03:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:41:47 03:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:41:47 Average: eth0 7.71 5.48 6.25 5.50 0.00 0.00 0.00 0.00 03:41:47 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:41:47 Average: docker0 0.60 0.47 0.15 1.04 0.00 0.00 0.00 0.00 03:41:47 03:41:47 03:41:47 ---> sar -P ALL: 03:41:47 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/12/21 _x86_64_ (4 CPU) 03:41:47 03:41:47 03:35:08 LINUX RESTART (4 CPU) 03:41:47 03:41:47 03:36:01 CPU %user %nice %system %iowait %steal %idle 03:41:47 03:37:01 all 1.30 0.00 0.98 0.53 0.00 97.19 03:41:47 03:37:01 0 1.52 0.00 1.05 0.03 0.00 97.39 03:41:47 03:37:01 1 1.24 0.00 0.95 1.29 0.00 96.52 03:41:47 03:37:01 2 1.20 0.00 0.93 0.07 0.00 97.80 03:41:47 03:37:01 3 1.24 0.00 0.99 0.72 0.00 97.06 03:41:47 03:38:01 all 0.17 0.00 0.06 0.00 0.01 99.75 03:41:47 03:38:01 0 0.50 0.00 0.05 0.00 0.00 99.45 03:41:47 03:38:01 1 0.07 0.00 0.07 0.00 0.02 99.85 03:41:47 03:38:01 2 0.07 0.00 0.05 0.00 0.00 99.88 03:41:47 03:38:01 3 0.07 0.00 0.08 0.00 0.02 99.83 03:41:47 03:39:01 all 0.13 0.00 0.05 0.00 0.01 99.80 03:41:47 03:39:01 0 0.35 0.00 0.05 0.00 0.02 99.58 03:41:47 03:39:01 1 0.03 0.00 0.07 0.00 0.00 99.90 03:41:47 03:39:01 2 0.10 0.00 0.05 0.00 0.02 99.83 03:41:47 03:39:01 3 0.05 0.00 0.05 0.00 0.00 99.90 03:41:47 03:40:01 all 0.18 0.00 0.03 0.00 0.00 99.79 03:41:47 03:40:01 0 0.53 0.00 0.02 0.00 0.00 99.45 03:41:47 03:40:01 1 0.03 0.00 0.05 0.00 0.00 99.92 03:41:47 03:40:01 2 0.15 0.00 0.05 0.00 0.00 99.80 03:41:47 03:40:01 3 0.00 0.00 0.02 0.00 0.00 99.98 03:41:47 03:41:01 all 0.16 0.00 0.04 0.00 0.00 99.80 03:41:47 03:41:01 0 0.50 0.00 0.02 0.00 0.00 99.48 03:41:47 03:41:01 1 0.02 0.00 0.05 0.00 0.00 99.93 03:41:47 03:41:01 2 0.08 0.00 0.08 0.00 0.00 99.83 03:41:47 03:41:01 3 0.05 0.00 0.02 0.00 0.00 99.93 03:41:47 Average: all 0.39 0.00 0.23 0.11 0.00 99.27 03:41:47 Average: 0 0.68 0.00 0.24 0.01 0.00 99.07 03:41:47 Average: 1 0.28 0.00 0.24 0.26 0.00 99.23 03:41:47 Average: 2 0.32 0.00 0.23 0.01 0.00 99.43 03:41:47 Average: 3 0.28 0.00 0.23 0.14 0.00 99.34 03:41:47 03:41:47 03:41:47