Pull request #138 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of lenny-intel for edgexfoundry/go-mod-bootstrap Obtained Jenkinsfile from cb162cc8f42f4ea5222983698b3abe95cf7b06c3+cb3a4e9e52cc9da93a48f5bf1397115ee8f0c281 (78e8214d6c73f39a03c88c6c0628454244b969c4) 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 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 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 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 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 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd # timeout=10 Commit message: "Merge pull request #306 from ernestojeda/disable-snyk-scan" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:go-mod-bootstrap, buildImage:false, pushImage:false, semverBump:patch] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: go-mod-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: patch BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: false SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task ‘prd-centos7-docker-4c-2g-15505’ is offline Running on prd-centos7-docker-4c-2g-17641 in /w/workspace/xfoundry_go-mod-bootstrap_PR-138 [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-138 # 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 Merging remotes/origin/master commit cb3a4e9e52cc9da93a48f5bf1397115ee8f0c281 into PR head commit cb162cc8f42f4ea5222983698b3abe95cf7b06c3 Merge succeeded, producing cb162cc8f42f4ea5222983698b3abe95cf7b06c3 Checking out Revision cb162cc8f42f4ea5222983698b3abe95cf7b06c3 (PR-138) > 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/138/head:refs/remotes/origin/PR-138 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f cb162cc8f42f4ea5222983698b3abe95cf7b06c3 # 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 cb3a4e9e52cc9da93a48f5bf1397115ee8f0c281 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f cb162cc8f42f4ea5222983698b3abe95cf7b06c3 # timeout=10 Commit message: "refactor: Refactor to remove remote and file logging" First time build. Skipping changelog. > git rev-list --no-walk 2642ce96d95a0e060b9feb87504f199693665b97 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 19:40:31 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 19:40:31 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 19:40:31 ========================================================= 19:40:31 EdgeX Global Pipelines Version Info 19:40:31 ========================================================= [Pipeline] libraryResource [Pipeline] sh 19:40:33 ------------------- 19:40:33 stable info: 19:40:33 ------------------- 19:40:33 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 19:40:33 Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 19:40:33 Message: update stable to v1.0.173 19:40:35 ------------------- 19:40:35 experimental info: 19:40:35 ------------------- 19:40:35 Commited By: **** collab-it+edgex@linuxfoundation.org 19:40:35 Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 19:40:35 Message: update experimental to v1.0.173 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 19:40:35 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-bootstrap-settings [Pipeline] echo 19:40:35 [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-bootstrap [Pipeline] echo 19:40:35 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 19:40:35 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 19:40:35 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 19:40:35 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 19:40:35 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 19:40:36 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 19:40:36 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 19:40:36 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 19:40:36 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 19:40:36 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-bootstrap [Pipeline] echo 19:40:36 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 19:40:36 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 19:40:36 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 19:40:36 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 19:40:37 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 19:40:37 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 19:40:37 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = patch [Pipeline] echo 19:40:37 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 19:40:37 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 19:40:37 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 19:40:37 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 19:40:37 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 19:40:37 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 19:40:37 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 19:40:37 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 19:40:38 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-138 [Pipeline] echo 19:40:38 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-138 [Pipeline] echo 19:40:38 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-138 [Pipeline] echo 19:40:38 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = cb162cc8f42f4ea5222983698b3abe95cf7b06c3 [Pipeline] echo 19:40:38 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = cb162cc [Pipeline] echo 19:40:38 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 19:40:39 + git log --format=format:%s -1 cb162cc8f42f4ea5222983698b3abe95cf7b06c3 [Pipeline] echo 19:40:39 GIT_COMMIT: cb162cc8f42f4ea5222983698b3abe95cf7b06c3, Commit Message: refactor: Refactor to remove remote and file logging [Pipeline] echo 19:40:39 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 19:40:40 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 19:40:41 19:40:41 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 19:40:41 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 19:40:41 latest: Pulling from edgex-devops/git-semver 19:40:41 31603596830f: Pulling fs layer 19:40:41 2a8b12db71e7: Pulling fs layer 19:40:41 6ca5941a6612: Pulling fs layer 19:40:41 ecc8261a40a4: Pulling fs layer 19:40:41 ecc8261a40a4: Waiting 19:40:41 2a8b12db71e7: Verifying Checksum 19:40:41 2a8b12db71e7: Download complete 19:40:42 31603596830f: Verifying Checksum 19:40:42 31603596830f: Download complete 19:40:42 ecc8261a40a4: Verifying Checksum 19:40:42 ecc8261a40a4: Download complete 19:40:42 31603596830f: Pull complete 19:40:42 6ca5941a6612: Verifying Checksum 19:40:42 6ca5941a6612: Download complete 19:40:43 2a8b12db71e7: Pull complete 19:40:44 6ca5941a6612: Pull complete 19:40:44 ecc8261a40a4: Pull complete 19:40:44 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 19:40:44 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 19:40:44 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 19:40:45 prd-centos7-docker-4c-2g-17641 does not seem to be running inside a container 19:40:45 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/xfoundry_go-mod-bootstrap_PR-138 -v /w/workspace/xfoundry_go-mod-bootstrap_PR-138:/w/workspace/xfoundry_go-mod-bootstrap_PR-138:rw,z -v /w/workspace/xfoundry_go-mod-bootstrap_PR-138@tmp:/w/workspace/xfoundry_go-mod-bootstrap_PR-138@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 19:40:48 $ docker top 16fec83582662872813a829fc4a997c8cfda8b25d0727123ec11d44ea1598dcd -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 19:40:48 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 19:40:48 [ssh-agent] Looking for ssh-agent implementation... 19:40:48 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 19:40:48 $ docker exec 16fec83582662872813a829fc4a997c8cfda8b25d0727123ec11d44ea1598dcd ssh-agent 19:40:49 SSH_AUTH_SOCK=/tmp/ssh-1fEEEEq5tygs/agent.12 19:40:49 SSH_AGENT_PID=17 19:40:49 Running ssh-add (command line suppressed) 19:40:49 Identity added: /w/workspace/xfoundry_go-mod-bootstrap_PR-138@tmp/private_key_3444068139891866178.key (/w/workspace/xfoundry_go-mod-bootstrap_PR-138@tmp/private_key_3444068139891866178.key) 19:40:49 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 19:40:49 + git tag --points-at HEAD [Pipeline] } 19:40:49 $ docker exec --env ******** --env ******** 16fec83582662872813a829fc4a997c8cfda8b25d0727123ec11d44ea1598dcd ssh-agent -k 19:40:50 unset SSH_AUTH_SOCK; 19:40:50 unset SSH_AGENT_PID; 19:40:50 echo Agent pid 17 killed; 19:40:50 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 19:40:50 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 19:40:50 [ssh-agent] Looking for ssh-agent implementation... 19:40:50 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 19:40:50 $ docker exec 16fec83582662872813a829fc4a997c8cfda8b25d0727123ec11d44ea1598dcd ssh-agent 19:40:51 SSH_AUTH_SOCK=/tmp/ssh-rmqUjBdFX4wm/agent.45 19:40:51 SSH_AGENT_PID=50 19:40:51 Running ssh-add (command line suppressed) 19:40:51 Identity added: /w/workspace/xfoundry_go-mod-bootstrap_PR-138@tmp/private_key_1144239642611637363.key (/w/workspace/xfoundry_go-mod-bootstrap_PR-138@tmp/private_key_1144239642611637363.key) 19:40:51 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 19:40:52 + git semver init 19:40:52 # -> Open(): unable to determine branch for HEAD 19:40:52 # $GIT_DIR = /w/workspace/xfoundry_go-mod-bootstrap_PR-138/.git 19:40:52 # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-bootstrap_PR-138 19:40:52 # $SEMVER_REMOTE_NAME = origin 19:40:52 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 19:40:52 # $SEMVER_USER_NAME = edgex-jenkins 19:40:52 # $SEMVER_BRANCH = PR-138 19:40:52 # $SEMVER_TEMP = /tmp/semver-146306257 19:40:52 # git clone --branch semver git@github.com:edgexfoundry/go-mod-bootstrap.git $SEMVER_TEMP 19:40:52 # '/tmp/semver-146306257' -> '/w/workspace/xfoundry_go-mod-bootstrap_PR-138/.semver' 19:40:52 # -> Force: false 19:40:53 # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-bootstrap_PR-138/.semver [Pipeline] } 19:40:53 $ docker exec --env ******** --env ******** 16fec83582662872813a829fc4a997c8cfda8b25d0727123ec11d44ea1598dcd ssh-agent -k 19:40:53 unset SSH_AUTH_SOCK; 19:40:53 unset SSH_AGENT_PID; 19:40:53 echo Agent pid 50 killed; 19:40:53 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 19:40:54 + git semver [Pipeline] } 19:40:54 $ docker stop --time=1 16fec83582662872813a829fc4a997c8cfda8b25d0727123ec11d44ea1598dcd 19:40:55 $ docker rm -f 16fec83582662872813a829fc4a997c8cfda8b25d0727123ec11d44ea1598dcd [Pipeline] // withDockerContainer [Pipeline] sh 19:40:56 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 19:40:57 Stashed 1 file(s) [Pipeline] echo 19:40:57 [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 19:41:13 Still waiting to schedule task 19:41:13 Waiting for next available executor on ‘centos7-docker-4c-2g’ 19:41:13 Still waiting to schedule task 19:41:13 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 19:43:08 Running on prd-ubuntu18.04-docker-arm64-4c-16g-17642 in /w/workspace/xfoundry_go-mod-bootstrap_PR-138 [Pipeline] { [Pipeline] ws 19:43:08 Running in /w/workspace/go-mod-bootstrap/2 [Pipeline] { [Pipeline] checkout 19:43:15 using credential edgex-jenkins-ssh 19:43:15 Cloning the remote Git repository 19:43:15 Cloning repository git@github.com:edgexfoundry/go-mod-bootstrap.git 19:43:15 > git init /w/workspace/go-mod-bootstrap/2 # timeout=10 19:43:15 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git 19:43:15 > git --version # timeout=10 19:43:15 > git --version # 'git version 2.17.1' 19:43:15 using GIT_SSH to set credentials SSH Credentials for GitHub 19:43:15 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/*:refs/remotes/origin/* # timeout=10 19:43:16 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 19:43:16 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 19:43:16 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 19:43:16 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git 19:43:16 using GIT_SSH to set credentials SSH Credentials for GitHub 19:43:16 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/pull/138/head:refs/remotes/origin/PR-138 +refs/heads/master:refs/remotes/origin/master # timeout=10 19:43:17 Merging remotes/origin/master commit cb3a4e9e52cc9da93a48f5bf1397115ee8f0c281 into PR head commit cb162cc8f42f4ea5222983698b3abe95cf7b06c3 19:43:17 Merge succeeded, producing cb162cc8f42f4ea5222983698b3abe95cf7b06c3 19:43:17 Checking out Revision cb162cc8f42f4ea5222983698b3abe95cf7b06c3 (PR-138) 19:43:17 > git config core.sparsecheckout # timeout=10 19:43:17 > git checkout -f cb162cc8f42f4ea5222983698b3abe95cf7b06c3 # timeout=10 19:43:17 > git remote # timeout=10 19:43:17 > git config --get remote.origin.url # timeout=10 19:43:17 using GIT_SSH to set credentials SSH Credentials for GitHub 19:43:17 > git merge cb3a4e9e52cc9da93a48f5bf1397115ee8f0c281 # timeout=10 19:43:17 > git rev-parse HEAD^{commit} # timeout=10 19:43:17 > git config core.sparsecheckout # timeout=10 19:43:17 > git checkout -f cb162cc8f42f4ea5222983698b3abe95cf7b06c3 # timeout=10 19:43:21 Commit message: "refactor: Refactor to remove remote and file logging" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 19:43:23 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 19:43:23 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 19:43:24 + true 19:43:24 + sudo service docker restart [Pipeline] unstash [Pipeline] echo 19:43:26 ========================================================= 19:43:26 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 19:43:26 ========================================================= [Pipeline] isUnix [Pipeline] sh 19:43:26 + 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 . 19:43:27 Sending build context to Docker daemon 639kB 19:43:27 Step 1/8 : ARG BASE=golang:1.15-alpine 19:43:27 Step 2/8 : FROM ${BASE} 19:43:28 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 19:43:28 5f621e34cdf4: Pulling fs layer 19:43:28 a4357932f1b6: Pulling fs layer 19:43:28 18c013af1878: Pulling fs layer 19:43:28 00ac8860ef70: Pulling fs layer 19:43:28 63d7cb157983: Pulling fs layer 19:43:28 b116817d02f9: Pulling fs layer 19:43:28 745a02a5169b: Pulling fs layer 19:43:28 63d7cb157983: Waiting 19:43:28 b116817d02f9: Waiting 19:43:28 00ac8860ef70: Waiting 19:43:28 745a02a5169b: Waiting 19:43:28 18c013af1878: Verifying Checksum 19:43:28 18c013af1878: Download complete 19:43:28 63d7cb157983: Verifying Checksum 19:43:28 63d7cb157983: Download complete 19:43:29 5f621e34cdf4: Download complete 19:43:29 5f621e34cdf4: Pull complete 19:43:30 a4357932f1b6: Pull complete 19:43:30 18c013af1878: Pull complete 19:43:31 745a02a5169b: Verifying Checksum 19:43:31 745a02a5169b: Download complete 19:43:32 00ac8860ef70: Verifying Checksum 19:43:32 00ac8860ef70: Download complete 19:43:42 00ac8860ef70: Pull complete 19:43:42 63d7cb157983: Pull complete 19:43:43 b116817d02f9: Pull complete 19:43:47 Running on prd-centos7-docker-4c-2g-17643 in /w/workspace/xfoundry_go-mod-bootstrap_PR-138 [Pipeline] { [Pipeline] ws 19:43:47 Running in /w/workspace/go-mod-bootstrap/2 [Pipeline] { [Pipeline] checkout 19:43:47 745a02a5169b: Pull complete 19:43:47 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 19:43:47 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 19:43:47 ---> b7e6874047d6 19:43:47 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 19:43:49 using credential edgex-jenkins-ssh 19:43:49 Cloning the remote Git repository 19:43:50 ---> Running in 0f87280f429e 19:43:50 Removing intermediate container 0f87280f429e 19:43:50 ---> 8a16765606de 19:43:50 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:43:50 ---> Running in f693268e99dd 19:43:49 Cloning repository git@github.com:edgexfoundry/go-mod-bootstrap.git 19:43:49 > git init /w/workspace/go-mod-bootstrap/2 # timeout=10 19:43:49 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git 19:43:49 > git --version # timeout=10 19:43:49 > git --version # 'git version 2.24.3' 19:43:49 using GIT_SSH to set credentials SSH Credentials for GitHub 19:43:49 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/*:refs/remotes/origin/* # timeout=10 19:43:50 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 19:43:50 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 19:43:50 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 19:43:50 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git 19:43:50 using GIT_SSH to set credentials SSH Credentials for GitHub 19:43:50 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/pull/138/head:refs/remotes/origin/PR-138 +refs/heads/master:refs/remotes/origin/master # timeout=10 19:43:51 Merging remotes/origin/master commit cb3a4e9e52cc9da93a48f5bf1397115ee8f0c281 into PR head commit cb162cc8f42f4ea5222983698b3abe95cf7b06c3 19:43:51 Merge succeeded, producing cb162cc8f42f4ea5222983698b3abe95cf7b06c3 19:43:51 Checking out Revision cb162cc8f42f4ea5222983698b3abe95cf7b06c3 (PR-138) 19:43:51 > git config core.sparsecheckout # timeout=10 19:43:51 > git checkout -f cb162cc8f42f4ea5222983698b3abe95cf7b06c3 # timeout=10 19:43:51 > git remote # timeout=10 19:43:51 > git config --get remote.origin.url # timeout=10 19:43:51 using GIT_SSH to set credentials SSH Credentials for GitHub 19:43:51 > git merge cb3a4e9e52cc9da93a48f5bf1397115ee8f0c281 # timeout=10 19:43:51 > git rev-parse HEAD^{commit} # timeout=10 19:43:51 > git config core.sparsecheckout # timeout=10 19:43:51 > git checkout -f cb162cc8f42f4ea5222983698b3abe95cf7b06c3 # timeout=10 19:43:53 Removing intermediate container f693268e99dd 19:43:53 ---> 365602eacdde 19:43:53 Step 5/8 : RUN apk add --update --no-cache git make 19:43:53 ---> Running in 3bf6ee6afb11 19:43:54 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:43:54 Commit message: "refactor: Refactor to remove remote and file logging" 19:43:55 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 19:43:55 OK: 142 MiB in 39 packages 19:43:56 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 19:43:56 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 19:43:56 + sudo service docker restart 19:43:56 + true 19:43:56 Redirecting to /bin/systemctl restart docker.service 19:43:57 Removing intermediate container 3bf6ee6afb11 19:43:57 ---> 60617fa21a13 19:43:57 Step 6/8 : WORKDIR /build 19:43:57 ---> Running in 5e9dbf3c1673 [Pipeline] unstash [Pipeline] echo 19:43:57 ========================================================= 19:43:57 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 19:43:57 ========================================================= [Pipeline] isUnix [Pipeline] sh 19:43:57 Removing intermediate container 5e9dbf3c1673 19:43:57 ---> a0b1dfe4b6e8 19:43:57 Step 7/8 : COPY go.mod . 19:43:58 + 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 . 19:43:59 ---> 432af0fd7203 19:43:59 Step 8/8 : RUN go mod download 19:43:59 ---> Running in fed8588ee2ac 19:44:00 Sending build context to Docker daemon 640kB 19:44:00 Step 1/8 : ARG BASE=golang:1.15-alpine 19:44:00 Step 2/8 : FROM ${BASE} 19:44:00 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 19:44:00 188c0c94c7c5: Pulling fs layer 19:44:00 0ef7d3d256c8: Pulling fs layer 19:44:00 de9db76c5a1d: Pulling fs layer 19:44:00 bca2f99d35d6: Pulling fs layer 19:44:00 93359f2a8cfa: Pulling fs layer 19:44:00 7c6f9722023f: Pulling fs layer 19:44:00 a35cf1a2eb13: Pulling fs layer 19:44:00 bca2f99d35d6: Waiting 19:44:00 7c6f9722023f: Waiting 19:44:00 a35cf1a2eb13: Waiting 19:44:00 93359f2a8cfa: Waiting 19:44:00 de9db76c5a1d: Verifying Checksum 19:44:00 de9db76c5a1d: Download complete 19:44:00 0ef7d3d256c8: Verifying Checksum 19:44:00 0ef7d3d256c8: Download complete 19:44:00 93359f2a8cfa: Verifying Checksum 19:44:00 93359f2a8cfa: Download complete 19:44:00 7c6f9722023f: Verifying Checksum 19:44:00 7c6f9722023f: Download complete 19:44:00 188c0c94c7c5: Verifying Checksum 19:44:00 188c0c94c7c5: Download complete 19:44:00 188c0c94c7c5: Pull complete 19:44:00 0ef7d3d256c8: Pull complete 19:44:00 de9db76c5a1d: Pull complete 19:44:01 a35cf1a2eb13: Verifying Checksum 19:44:01 a35cf1a2eb13: Download complete 19:44:02 bca2f99d35d6: Verifying Checksum 19:44:02 bca2f99d35d6: Download complete 19:44:07 bca2f99d35d6: Pull complete 19:44:07 93359f2a8cfa: Pull complete 19:44:07 7c6f9722023f: Pull complete 19:44:16 a35cf1a2eb13: Pull complete 19:44:16 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 19:44:16 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 19:44:16 ---> a62c8e92a672 19:44:16 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 19:44:16 ---> Running in 2587c0e2b91c 19:44:16 Removing intermediate container 2587c0e2b91c 19:44:16 ---> 15bef2635651 19:44:16 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:44:16 ---> Running in 843de76488f7 19:44:17 Removing intermediate container 843de76488f7 19:44:17 ---> 739554c2c5a6 19:44:17 Step 5/8 : RUN apk add --update --no-cache git make 19:44:17 ---> Running in ab27c75c9c0f 19:44:17 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:44:18 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:44:18 OK: 166 MiB in 39 packages 19:44:19 Removing intermediate container ab27c75c9c0f 19:44:19 ---> 3d36a4e9db03 19:44:19 Step 6/8 : WORKDIR /build 19:44:19 ---> Running in 300dc742b5c2 19:44:19 Removing intermediate container 300dc742b5c2 19:44:19 ---> 4523a22d0d1f 19:44:19 Step 7/8 : COPY go.mod . 19:44:19 ---> f776acb57059 19:44:19 Step 8/8 : RUN go mod download 19:44:19 ---> Running in 864c15093aca 19:44:21 Removing intermediate container fed8588ee2ac 19:44:21 ---> 0d6fbefda297 19:44:21 Successfully built 0d6fbefda297 19:44:21 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 19:44:21 + docker inspect -f . ci-base-image-arm64 19:44:21 . [Pipeline] withDockerContainer 19:44:22 prd-ubuntu18.04-docker-arm64-4c-16g-17642 does not seem to be running inside a container 19:44:22 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-bootstrap/2 -v /w/workspace/go-mod-bootstrap/2:/w/workspace/go-mod-bootstrap/2:rw,z -v /w/workspace/go-mod-bootstrap/2@tmp:/w/workspace/go-mod-bootstrap/2@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 19:44:23 $ docker top f6e4b9fbf2cb47002b6d9d5d11ebb5cc62024ab612d6870166f9e1e58a651db9 -eo pid,comm [Pipeline] { [Pipeline] sh 19:44:24 + go version 19:44:24 go version go1.15.5 linux/arm64 [Pipeline] } 19:44:24 $ docker stop --time=1 f6e4b9fbf2cb47002b6d9d5d11ebb5cc62024ab612d6870166f9e1e58a651db9 19:44:26 $ docker rm -f f6e4b9fbf2cb47002b6d9d5d11ebb5cc62024ab612d6870166f9e1e58a651db9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 19:44:27 + docker inspect -f . ci-base-image-arm64 19:44:27 . [Pipeline] withDockerContainer 19:44:28 prd-ubuntu18.04-docker-arm64-4c-16g-17642 does not seem to be running inside a container 19:44:28 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-bootstrap/2 -v /w/workspace/go-mod-bootstrap/2:/w/workspace/go-mod-bootstrap/2:rw,z -v /w/workspace/go-mod-bootstrap/2@tmp:/w/workspace/go-mod-bootstrap/2@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 19:44:29 $ docker top 192282c093985792c8a586ecba4f6d9962b67d539bf97a55d6826e41b9019367 -eo pid,comm [Pipeline] { [Pipeline] sh 19:44:30 + make test 19:44:30 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 19:44:51 Removing intermediate container 864c15093aca 19:44:51 ---> d573da935c4d 19:44:51 Successfully built d573da935c4d 19:44:51 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 19:44:52 + docker inspect -f . ci-base-image-x86_64 19:44:52 . [Pipeline] withDockerContainer 19:44:52 prd-centos7-docker-4c-2g-17643 does not seem to be running inside a container 19:44:52 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-bootstrap/2 -v /w/workspace/go-mod-bootstrap/2:/w/workspace/go-mod-bootstrap/2:rw,z -v /w/workspace/go-mod-bootstrap/2@tmp:/w/workspace/go-mod-bootstrap/2@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 19:44:53 $ docker top 48754b942c1457c9d87074fd59583e22695f10ad15466d1c127b608cfed5cf59 -eo pid,comm [Pipeline] { [Pipeline] sh 19:44:53 + go version 19:44:53 go version go1.15.5 linux/amd64 [Pipeline] } 19:44:53 $ docker stop --time=1 48754b942c1457c9d87074fd59583e22695f10ad15466d1c127b608cfed5cf59 19:44:55 $ docker rm -f 48754b942c1457c9d87074fd59583e22695f10ad15466d1c127b608cfed5cf59 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 19:44:56 + docker inspect -f . ci-base-image-x86_64 19:44:56 . [Pipeline] withDockerContainer 19:44:56 prd-centos7-docker-4c-2g-17643 does not seem to be running inside a container 19:44:56 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-bootstrap/2 -v /w/workspace/go-mod-bootstrap/2:/w/workspace/go-mod-bootstrap/2:rw,z -v /w/workspace/go-mod-bootstrap/2@tmp:/w/workspace/go-mod-bootstrap/2@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 19:44:56 $ docker top 97efecd1d540ca3b71e8b5bbea2dc32b45a41516fafa0c6078447a1a7a950598 -eo pid,comm [Pipeline] { [Pipeline] sh 19:44:57 + make test 19:44:57 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 19:45:03 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap [no test files] 19:45:03 ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/config 0.014s coverage: 8.4% of statements 19:45:03 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/container [no test files] 19:45:03 ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/environment 0.028s coverage: 95.1% of statements 19:45:03 ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/flags 0.024s coverage: 87.8% of statements 19:45:03 ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/handlers 0.033s coverage: 36.2% of statements 19:45:03 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/interfaces [no test files] 19:45:03 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/interfaces/mocks [no test files] 19:45:03 ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/registration 0.016s coverage: 48.9% of statements 19:45:07 ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/secret 3.023s coverage: 95.3% of statements 19:45:07 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/startup [no test files] 19:45:07 ? github.com/edgexfoundry/go-mod-bootstrap/config [no test files] 19:45:07 ok github.com/edgexfoundry/go-mod-bootstrap/di 0.012s coverage: 91.3% of statements 19:45:07 CGO_ENABLED=0 GO111MODULE=on go vet ./... 19:45:07 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap [no test files] 19:45:07 ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/config 0.024s coverage: 8.4% of statements 19:45:07 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/container [no test files] 19:45:07 ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/environment 0.029s coverage: 95.1% of statements 19:45:07 ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/flags 0.029s coverage: 87.8% of statements 19:45:08 ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/handlers 0.013s coverage: 36.2% of statements 19:45:08 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/interfaces [no test files] 19:45:08 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/interfaces/mocks [no test files] 19:45:08 ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/registration 0.006s coverage: 48.9% of statements 19:45:11 ok github.com/edgexfoundry/go-mod-bootstrap/bootstrap/secret 3.010s coverage: 95.3% of statements 19:45:11 ? github.com/edgexfoundry/go-mod-bootstrap/bootstrap/startup [no test files] 19:45:11 ? github.com/edgexfoundry/go-mod-bootstrap/config [no test files] 19:45:11 ok github.com/edgexfoundry/go-mod-bootstrap/di 0.005s coverage: 91.3% of statements 19:45:11 CGO_ENABLED=0 GO111MODULE=on go vet ./... 19:45:12 gofmt -l . 19:45:12 [ "`gofmt -l .`" = "" ] [Pipeline] } 19:45:12 $ docker stop --time=1 192282c093985792c8a586ecba4f6d9962b67d539bf97a55d6826e41b9019367 19:45:12 gofmt -l . 19:45:13 [ "`gofmt -l .`" = "" ] 19:45:14 $ docker rm -f 192282c093985792c8a586ecba4f6d9962b67d539bf97a55d6826e41b9019367 [Pipeline] // withDockerContainer [Pipeline] sh [Pipeline] } 19:45:15 $ docker stop --time=1 97efecd1d540ca3b71e8b5bbea2dc32b45a41516fafa0c6078447a1a7a950598 19:45:15 + sudo chown -R jenkins:jenkins . 19:45:18 $ docker rm -f 97efecd1d540ca3b71e8b5bbea2dc32b45a41516fafa0c6078447a1a7a950598 [Pipeline] // withDockerContainer [Pipeline] stash [Pipeline] sh 19:45:18 + sudo chown -R jenkins:jenkins . [Pipeline] stash 19:45:18 Warning: overwriting stash ‘coverage-report’ 19:45:19 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } 19:45:19 Stashed 1 file(s) [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] stage [Pipeline] { (Build) [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [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 19:45:22 provisioning config files... 19:45:22 copy managed file [go-mod-bootstrap-codecov-token] to file:/w/workspace/xfoundry_go-mod-bootstrap_PR-138@tmp/config7967931300768367077tmp [Pipeline] { [Pipeline] sh 19:45:23 + set +x 19:45:23 + curl -s https://codecov.io/bash 19:45:23 + bash -s -- 19:45:23 19:45:23 _____ _ 19:45:23 / ____| | | 19:45:23 | | ___ __| | ___ ___ _____ __ 19:45:23 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 19:45:23 | |___| (_) | (_| | __/ (_| (_) \ V / 19:45:23 \_____\___/ \__,_|\___|\___\___/ \_/ 19:45:23 Bash-20201223-5ad85e3 19:45:23 19:45:23 19:45:23 ==> git version 2.24.3 found 19:45:23 ==> 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 19:45:23 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 19:45:23 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 19:45:23 ==> Jenkins CI detected. 19:45:23 project root: . 19:45:23 --> token set from env 19:45:23 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 19:45:23 ==> Running gcov in . (disable via -X gcov) 19:45:23 ==> Python coveragepy not found 19:45:23 ==> Searching for coverage reports in: 19:45:23 + . 19:45:23 -> Found 1 reports 19:45:23 ==> Detecting git/mercurial file structure 19:45:23 ==> Reading reports 19:45:23 + ./coverage.out bytes=28797 19:45:23 ==> Appending adjustments 19:45:23 https://docs.codecov.io/docs/fixing-reports 19:45:24 + Found adjustments 19:45:24 ==> Gzipping contents 19:45:24 8.0K /tmp/codecov.GGncq6.gz 19:45:24 ==> Uploading reports 19:45:24 url: https://codecov.io 19:45:24 query: branch=PR-138&commit=cb162cc8f42f4ea5222983698b3abe95cf7b06c3&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-bootstrap%2Fjob%2FPR-138%2F2%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-bootstrap&service=jenkins&flags=&pr=138&job=&cmd_args= 19:45:24 -> Pinging Codecov 19:45:24 https://codecov.io/upload/v4?package=bash-20201223-5ad85e3&token=secret&branch=PR-138&commit=cb162cc8f42f4ea5222983698b3abe95cf7b06c3&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-bootstrap%2Fjob%2FPR-138%2F2%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-bootstrap&service=jenkins&flags=&pr=138&job=&cmd_args= 19:45:24 -> Uploading to 19:45:24 https://storage.googleapis.com/codecov/v4/raw/2020-12-29/833815588EE85121546D348822E98E2E/cb162cc8f42f4ea5222983698b3abe95cf7b06c3/8cd2fe5f-06fb-4d4b-8b0e-e0f3cedb0b6b.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20201229%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20201229T194524Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=f611cf1963f2e191193c92d5cb3dacd8e08c39776d6ec9756819e250c0b0162e 19:45:24 % Total % Received % Xferd Average Speed Time Time Time Current 19:45:24 Dload Upload Total Spent Left Speed 19:45:25 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 5385 0 0 100 5385 0 9590 --:--:-- --:--:-- --:--:-- 9581 100 5385 0 0 100 5385 0 9587 --:--:-- --:--:-- --:--:-- 9581 19:45:25 -> View reports at https://codecov.io/github/edgexfoundry/go-mod-bootstrap/commit/cb162cc8f42f4ea5222983698b3abe95cf7b06c3 [Pipeline] } 19:45:25 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 19:45:27 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 19:45:28 ---> package-listing.sh 19:45:28 ++ facter osfamily 19:45:28 ++ tr '[:upper:]' '[:lower:]' 19:45:28 + OS_FAMILY=redhat 19:45:28 + workspace=/w/workspace/xfoundry_go-mod-bootstrap_PR-138 19:45:28 + START_PACKAGES=/tmp/packages_start.txt 19:45:28 + END_PACKAGES=/tmp/packages_end.txt 19:45:28 + DIFF_PACKAGES=/tmp/packages_diff.txt 19:45:28 + PACKAGES=/tmp/packages_start.txt 19:45:28 + '[' /w/workspace/xfoundry_go-mod-bootstrap_PR-138 ']' 19:45:28 + PACKAGES=/tmp/packages_end.txt 19:45:28 + case "${OS_FAMILY}" in 19:45:28 + rpm -qa 19:45:28 + sort 19:45:34 + '[' -f /tmp/packages_start.txt ']' 19:45:34 + '[' -f /tmp/packages_end.txt ']' 19:45:34 + diff /tmp/packages_start.txt /tmp/packages_end.txt 19:45:34 + '[' /w/workspace/xfoundry_go-mod-bootstrap_PR-138 ']' 19:45:34 + mkdir -p /w/workspace/xfoundry_go-mod-bootstrap_PR-138/archives/ 19:45:34 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/xfoundry_go-mod-bootstrap_PR-138/archives/ [Pipeline] echo 19:45:34 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-138/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 19:45:34 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 19:45:35 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 19:45:35 19:45:35 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 19:45:35 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 19:45:35 alpine: Pulling from edgex-lftools-log-publisher 19:45:35 df20fa9351a1: Pulling fs layer 19:45:35 36b3adc4ff6f: Pulling fs layer 19:45:35 8ad3a11d3b57: Pulling fs layer 19:45:35 46f8f816bc3b: Pulling fs layer 19:45:35 93b61091891f: Pulling fs layer 19:45:35 93b9cdb0e59b: Pulling fs layer 19:45:35 5e14af77c1be: Pulling fs layer 19:45:35 01666e4c0597: Pulling fs layer 19:45:35 aa168da1d23b: Pulling fs layer 19:45:35 93b9cdb0e59b: Waiting 19:45:35 5e14af77c1be: Waiting 19:45:35 01666e4c0597: Waiting 19:45:35 aa168da1d23b: Waiting 19:45:35 46f8f816bc3b: Waiting 19:45:35 93b61091891f: Waiting 19:45:35 36b3adc4ff6f: Verifying Checksum 19:45:35 36b3adc4ff6f: Download complete 19:45:35 46f8f816bc3b: Verifying Checksum 19:45:35 46f8f816bc3b: Download complete 19:45:35 df20fa9351a1: Verifying Checksum 19:45:35 df20fa9351a1: Download complete 19:45:35 93b9cdb0e59b: Verifying Checksum 19:45:35 93b9cdb0e59b: Download complete 19:45:35 5e14af77c1be: Verifying Checksum 19:45:35 5e14af77c1be: Download complete 19:45:35 93b61091891f: Verifying Checksum 19:45:35 93b61091891f: Download complete 19:45:35 01666e4c0597: Verifying Checksum 19:45:35 01666e4c0597: Download complete 19:45:36 8ad3a11d3b57: Verifying Checksum 19:45:36 8ad3a11d3b57: Download complete 19:45:36 df20fa9351a1: Pull complete 19:45:37 36b3adc4ff6f: Pull complete 19:45:38 8ad3a11d3b57: Pull complete 19:45:39 46f8f816bc3b: Pull complete 19:45:40 93b61091891f: Pull complete 19:45:40 93b9cdb0e59b: Pull complete 19:45:41 5e14af77c1be: Pull complete 19:45:41 01666e4c0597: Pull complete 19:45:41 aa168da1d23b: Verifying Checksum 19:45:41 aa168da1d23b: Download complete 19:45:56 aa168da1d23b: Pull complete 19:45:56 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 19:45:56 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 19:45:56 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 19:45:57 prd-centos7-docker-4c-2g-17641 does not seem to be running inside a container 19:45:57 $ 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-138/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-138 -v /w/workspace/xfoundry_go-mod-bootstrap_PR-138:/w/workspace/xfoundry_go-mod-bootstrap_PR-138:rw,z -v /w/workspace/xfoundry_go-mod-bootstrap_PR-138@tmp:/w/workspace/xfoundry_go-mod-bootstrap_PR-138@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 19:46:05 $ docker top 185a091923cdaa610f04d5de7b6ef412277da4972637748fcec5945ba73cadb1 -eo pid,comm [Pipeline] { [Pipeline] sh 19:46:05 + touch /tmp/pre-build-complete [Pipeline] sh 19:46:06 + mkdir -p /var/log/sa [Pipeline] sh 19:46:07 + ls /var/log/sa-host 19:46:07 + sadf -c /var/log/sa-host/sa23 19:46:07 file_magic: OK 19:46:07 HZ: Using current value: 100 19:46:07 file_header: OK 19:46:07 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 19:46:07 Statistics: 19:46:07 Hnuu...uuuununununu... 19:46:07 File successfully converted to sysstat format version 12.2.1 19:46:07 + sadf -c /var/log/sa-host/sa29 19:46:07 file_magic: OK 19:46:07 HZ: Using current value: 100 19:46:07 file_header: OK 19:46:07 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 19:46:07 Statistics: 19:46:07 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 19:46:07 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 19:46:08 provisioning config files... 19:46:08 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/xfoundry_go-mod-bootstrap_PR-138@tmp/config4902817920902010031tmp [Pipeline] { [Pipeline] echo 19:46:08 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 19:46:08 ---> create-netrc.sh [Pipeline] } 19:46:08 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 19:46:08 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 19:46:08 ---> python-tools-install.sh [Pipeline] echo 19:46:08 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 19:46:09 ---> sudo-logs.sh 19:46:09 Archiving 'sudo' log.. [Pipeline] echo 19:46:09 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 19:46:09 ---> job-cost.sh 19:46:09 lf-activate-venv: SKIPPING 19:46:09 INFO: No Stack... 19:46:10 INFO: Retrieving Pricing Info for: v1-standard-2 19:46:11 INFO: Archiving Costs [Pipeline] echo 19:46:11 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 19:46:11 ---> logs-deploy.sh 19:46:11 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-bootstrap/PR-138/2 19:46:11 INFO: archiving workspace using pattern(s): 19:46:15 Archives upload complete. 19:46:15 INFO: archiving logs to Nexus 19:46:16 ---> uname -a: 19:46:16 Linux prd-centos7-docker-4c-2g-17641.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 19:46:16 19:46:16 19:46:16 ---> lscpu: 19:46:16 Architecture: x86_64 19:46:16 CPU op-mode(s): 32-bit, 64-bit 19:46:16 Byte Order: Little Endian 19:46:16 Address sizes: 40 bits physical, 48 bits virtual 19:46:16 CPU(s): 4 19:46:16 On-line CPU(s) list: 0-3 19:46:16 Thread(s) per core: 1 19:46:16 Core(s) per socket: 1 19:46:16 Socket(s): 4 19:46:16 NUMA node(s): 1 19:46:16 Vendor ID: GenuineIntel 19:46:16 CPU family: 6 19:46:16 Model: 44 19:46:16 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 19:46:16 Stepping: 1 19:46:16 CPU MHz: 2933.438 19:46:16 BogoMIPS: 5866.87 19:46:16 Virtualization: VT-x 19:46:16 Hypervisor vendor: KVM 19:46:16 Virtualization type: full 19:46:16 L1d cache: 128 KiB 19:46:16 L1i cache: 128 KiB 19:46:16 L2 cache: 16 MiB 19:46:16 L3 cache: 64 MiB 19:46:16 NUMA node0 CPU(s): 0-3 19:46:16 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 19:46:16 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 19:46:16 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 19:46:16 Vulnerability Meltdown: Mitigation; PTI 19:46:16 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 19:46:16 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 19:46:16 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 19:46:16 Vulnerability Srbds: Not affected 19:46:16 Vulnerability Tsx async abort: Not affected 19:46:16 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 19:46:16 19:46:16 19:46:16 ---> nproc: 19:46:16 4 19:46:16 19:46:16 19:46:16 ---> df -h: 19:46:16 Filesystem Size Used Available Use% Mounted on 19:46:16 overlay 50.0G 7.3G 42.7G 15% / 19:46:16 tmpfs 64.0M 0 64.0M 0% /dev 19:46:16 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 19:46:16 shm 64.0M 0 64.0M 0% /dev/shm 19:46:16 /dev/vda1 50.0G 7.3G 42.7G 15% /facter-os 19:46:16 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/resolv.conf 19:46:16 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hostname 19:46:16 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hosts 19:46:16 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/secure 19:46:16 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/auth.log 19:46:16 /dev/vda1 50.0G 7.3G 42.7G 15% /run/cloud-init/result.json 19:46:16 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/xfoundry_go-mod-bootstrap_PR-138 19:46:16 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/xfoundry_go-mod-bootstrap_PR-138@tmp 19:46:16 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/sa-host 19:46:16 19:46:16 19:46:16 ---> free -m: 19:46:16 total used free shared buff/cache available 19:46:16 Mem: 1837 723 105 0 1008 1009 19:46:16 Swap: 1023 0 1023 19:46:16 19:46:16 19:46:16 ---> ip addr: 19:46:16 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 19:46:16 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 19:46:16 inet 127.0.0.1/8 scope host lo 19:46:16 valid_lft forever preferred_lft forever 19:46:16 inet6 ::1/128 scope host 19:46:16 valid_lft forever preferred_lft forever 19:46:16 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 19:46:16 link/ether fa:16:3e:90:3c:35 brd ff:ff:ff:ff:ff:ff 19:46:16 inet 10.30.123.203/23 brd 10.30.123.255 scope global dynamic eth0 19:46:16 valid_lft 86006sec preferred_lft 86006sec 19:46:16 inet6 fe80::f816:3eff:fe90:3c35/64 scope link 19:46:16 valid_lft forever preferred_lft forever 19:46:16 3: docker0: mtu 1500 qdisc noqueue state DOWN 19:46:16 link/ether 02:42:25:6c:61:31 brd ff:ff:ff:ff:ff:ff 19:46:16 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 19:46:16 valid_lft forever preferred_lft forever 19:46:16 inet6 fe80::42:25ff:fe6c:6131/64 scope link 19:46:16 valid_lft forever preferred_lft forever 19:46:16 19:46:16 19:46:16 ---> sar -b -r -n DEV: 19:46:16 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 12/29/20 _x86_64_ (4 CPU) 19:46:16 19:46:16 19:39:29 LINUX RESTART (4 CPU) 19:46:16 19:46:16 19:40:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 19:46:16 19:41:01 114.63 52.31 62.32 0.00 7968.07 22472.55 0.00 19:46:16 19:42:02 1.91 0.00 1.91 0.00 0.00 38.69 0.00 19:46:16 19:43:01 0.24 0.00 0.24 0.00 0.00 3.38 0.00 19:46:16 19:44:01 0.38 0.00 0.38 0.00 0.00 5.46 0.00 19:46:16 19:45:01 0.17 0.00 0.17 0.00 0.00 2.06 0.00 19:46:16 19:46:01 147.05 75.78 71.28 0.00 5974.85 17727.78 0.00 19:46:16 Average: 44.26 21.44 22.81 0.00 2333.41 6736.16 0.00 19:46:16 19:46:16 19:40:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 19:46:16 19:41:01 155708 0 624560 33.19 2620 1098656 1146856 39.14 425864 1101172 132 19:46:16 19:42:02 164380 0 615796 32.73 2620 1098748 1081244 36.90 422640 1097664 20 19:46:16 19:43:01 163764 0 616408 32.76 2620 1098752 1081420 36.91 428380 1092344 16 19:46:16 19:44:01 161004 0 619164 32.91 2620 1098756 1081600 36.91 430988 1091776 16 19:46:16 19:45:01 162976 0 617188 32.80 2620 1098760 1081312 36.90 436668 1084508 8 19:46:16 19:46:01 169492 0 718268 38.17 2620 991164 1283248 43.80 451616 1000148 14592 19:46:16 Average: 162887 0 635231 33.76 2620 1080806 1125947 38.43 432693 1077935 2464 19:46:16 19:46:16 19:40:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 19:46:16 19:41:01 eth0 251.66 165.60 1037.74 88.25 0.00 0.00 0.00 0.00 19:46:16 19:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:46:16 19:41:01 docker0 2.18 1.70 0.58 4.25 0.00 0.00 0.00 0.00 19:46:16 19:42:02 eth0 0.32 0.10 0.02 0.01 0.00 0.00 0.00 0.00 19:46:16 19:42:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:46:16 19:42:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:46:16 19:43:01 eth0 0.69 0.22 0.15 0.05 0.00 0.00 0.00 0.00 19:46:16 19:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:46:16 19:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:46:16 19:44:01 eth0 1.63 0.75 0.75 0.56 0.00 0.00 0.00 0.00 19:46:16 19:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:46:16 19:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:46:16 19:45:01 eth0 0.08 0.07 0.01 0.01 0.00 0.00 0.00 0.00 19:46:16 19:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:46:16 19:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:46:16 19:46:01 eth0 207.10 157.59 2170.50 20.02 0.00 0.00 0.00 0.00 19:46:16 19:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:46:16 19:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:46:16 Average: eth0 77.23 54.28 537.35 18.21 0.00 0.00 0.00 0.00 19:46:16 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:46:16 Average: docker0 0.36 0.28 0.10 0.71 0.00 0.00 0.00 0.00 19:46:16 19:46:16 19:46:16 ---> sar -P ALL: 19:46:16 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 12/29/20 _x86_64_ (4 CPU) 19:46:16 19:46:16 19:39:29 LINUX RESTART (4 CPU) 19:46:16 19:46:16 19:40:01 CPU %user %nice %system %iowait %steal %idle 19:46:16 19:41:01 all 12.84 0.00 6.23 3.39 14.51 63.04 19:46:16 19:41:01 0 15.62 0.00 5.88 3.89 14.52 60.09 19:46:16 19:41:01 1 10.57 0.00 6.11 3.32 15.05 64.96 19:46:16 19:41:01 2 11.20 0.00 5.58 2.54 14.25 66.43 19:46:16 19:41:01 3 13.99 0.00 7.35 3.79 14.20 60.67 19:46:16 19:42:02 all 0.10 0.00 0.08 0.00 0.50 99.32 19:46:16 19:42:02 0 0.05 0.00 0.08 0.00 0.28 99.58 19:46:16 19:42:02 1 0.03 0.00 0.07 0.00 0.56 99.34 19:46:16 19:42:02 2 0.30 0.00 0.10 0.00 0.71 98.89 19:46:16 19:42:02 3 0.02 0.00 0.08 0.00 0.43 99.47 19:46:16 19:43:01 all 0.10 0.00 0.10 0.00 0.46 99.34 19:46:16 19:43:01 0 0.02 0.00 0.07 0.00 0.46 99.46 19:46:16 19:43:01 1 0.17 0.00 0.07 0.00 0.42 99.34 19:46:16 19:43:01 2 0.19 0.00 0.19 0.00 0.64 98.99 19:46:16 19:43:01 3 0.02 0.00 0.08 0.00 0.32 99.58 19:46:16 19:44:01 all 0.10 0.00 0.04 0.00 0.33 99.54 19:46:16 19:44:01 0 0.05 0.00 0.05 0.00 0.50 99.40 19:46:16 19:44:01 1 0.02 0.00 0.03 0.00 0.18 99.77 19:46:16 19:44:01 2 0.02 0.00 0.03 0.00 0.40 99.55 19:46:16 19:44:01 3 0.30 0.00 0.03 0.00 0.23 99.43 19:46:16 19:45:01 all 0.09 0.00 0.05 0.00 0.33 99.53 19:46:16 19:45:01 0 0.02 0.00 0.02 0.00 0.12 99.85 19:46:16 19:45:01 1 0.25 0.00 0.05 0.00 0.42 99.28 19:46:16 19:45:01 2 0.03 0.00 0.05 0.00 0.48 99.43 19:46:16 19:45:01 3 0.05 0.00 0.10 0.00 0.32 99.53 19:46:16 19:46:01 all 3.57 0.00 2.82 1.58 12.88 79.15 19:46:16 19:46:01 0 3.19 0.00 2.44 0.46 12.85 81.06 19:46:16 19:46:01 1 3.48 0.00 3.30 3.11 13.00 77.11 19:46:16 19:46:01 2 3.17 0.00 2.52 1.49 12.58 80.24 19:46:16 19:46:01 3 4.46 0.00 3.02 1.26 13.11 78.15 19:46:16 Average: all 2.77 0.00 1.54 0.82 4.83 90.04 19:46:16 Average: 0 3.12 0.00 1.41 0.71 4.78 89.97 19:46:16 Average: 1 2.41 0.00 1.60 1.08 4.95 89.96 19:46:16 Average: 2 2.45 0.00 1.40 0.67 4.83 90.65 19:46:16 Average: 3 3.09 0.00 1.76 0.83 4.74 89.58 19:46:16 19:46:16 19:46:16