Pull request #191 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from d15d69e7f1dfd368501da3865956afc35d0b35aa+e7656ea348032140d0a2dfcc5c6b39f432d61177 (8e24b01004afcba001739c981c0eb2a831d9d355) 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 57ded3389ef25720063a8030e5c426a6b7ea5b20 # timeout=10 Commit message: "Merge pull request #323 from siggiskulason/update-snap-build" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:go-mod-bootstrap, buildImage:false, pushImage:false, semverBump:pre] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: go-mod-bootstrap-settings PROJECT: go-mod-bootstrap USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.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 BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-31795 in /w/workspace/xfoundry_go-mod-bootstrap_PR-191 [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-191 # 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 e7656ea348032140d0a2dfcc5c6b39f432d61177 into PR head commit d15d69e7f1dfd368501da3865956afc35d0b35aa Merge succeeded, producing d15d69e7f1dfd368501da3865956afc35d0b35aa Checking out Revision d15d69e7f1dfd368501da3865956afc35d0b35aa (PR-191) > 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/191/head:refs/remotes/origin/PR-191 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f d15d69e7f1dfd368501da3865956afc35d0b35aa # 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 e7656ea348032140d0a2dfcc5c6b39f432d61177 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f d15d69e7f1dfd368501da3865956afc35d0b35aa # timeout=10 Commit message: "Merge branch 'master' into dependabot/go_modules/github.com/edgexfoundry/go-mod-registry/v2-2.0.0-dev.4" > git rev-list --no-walk d5c3cf83cc55a58589f6fcf14fa8e92ed414ba8c # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 18:22:38 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 18:22:39 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 18:22:39 ========================================================= 18:22:39 EdgeX Global Pipelines Version Info 18:22:39 ========================================================= [Pipeline] libraryResource [Pipeline] sh 18:22:40 ------------------- 18:22:40 stable info: 18:22:40 ------------------- 18:22:40 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 18:22:40 Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 18:22:40 Message: update stable to v1.0.186 18:22:41 ------------------- 18:22:41 experimental info: 18:22:41 ------------------- 18:22:41 Commited By: **** collab-it+edgex@linuxfoundation.org 18:22:41 Commit SHA: d990d252097850d5d490fbb59df25296f5300d79 18:22:41 Message: update experimental to v1.0.188 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 18:22:42 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-bootstrap-settings [Pipeline] echo 18:22:42 [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-bootstrap [Pipeline] echo 18:22:42 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 18:22:42 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 18:22:42 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 18:22:42 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 18:22:42 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 18:22:42 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 18:22:42 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 18:22:42 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 18:22:43 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 18:22:43 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-go-mod-bootstrap [Pipeline] echo 18:22:43 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 18:22:43 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 18:22:43 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 18:22:43 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 18:22:43 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 18:22:43 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 18:22:43 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 18:22:43 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 18:22:43 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 18:22:44 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 18:22:44 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 18:22:44 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 18:22:44 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 18:22:44 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 18:22:44 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-191 [Pipeline] echo 18:22:44 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-191 [Pipeline] echo 18:22:44 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-191 [Pipeline] echo 18:22:44 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = d15d69e7f1dfd368501da3865956afc35d0b35aa [Pipeline] echo 18:22:44 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = d15d69e [Pipeline] echo 18:22:45 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 18:22:45 + git log --format=format:%s -1 d15d69e7f1dfd368501da3865956afc35d0b35aa [Pipeline] echo 18:22:45 GIT_COMMIT: d15d69e7f1dfd368501da3865956afc35d0b35aa, Commit Message: Merge branch 'master' into dependabot/go_modules/github.com/edgexfoundry/go-mod-registry/v2-2.0.0-dev.4 [Pipeline] echo 18:22:45 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 18:22:46 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:22:46 18:22:46 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 18:22:47 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:22:47 latest: Pulling from edgex-devops/git-semver 18:22:47 31603596830f: Pulling fs layer 18:22:47 2a8b12db71e7: Pulling fs layer 18:22:47 6ca5941a6612: Pulling fs layer 18:22:47 ecc8261a40a4: Pulling fs layer 18:22:47 ecc8261a40a4: Waiting 18:22:47 2a8b12db71e7: Verifying Checksum 18:22:47 2a8b12db71e7: Download complete 18:22:47 31603596830f: Download complete 18:22:47 ecc8261a40a4: Verifying Checksum 18:22:47 ecc8261a40a4: Download complete 18:22:47 31603596830f: Pull complete 18:22:47 6ca5941a6612: Verifying Checksum 18:22:47 6ca5941a6612: Download complete 18:22:47 2a8b12db71e7: Pull complete 18:22:48 6ca5941a6612: Pull complete 18:22:48 ecc8261a40a4: Pull complete 18:22:48 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 18:22:49 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:22:49 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 18:22:49 prd-centos7-docker-4c-2g-31795 does not seem to be running inside a container 18:22:49 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/xfoundry_go-mod-bootstrap_PR-191 -v /w/workspace/xfoundry_go-mod-bootstrap_PR-191:/w/workspace/xfoundry_go-mod-bootstrap_PR-191:rw,z -v /w/workspace/xfoundry_go-mod-bootstrap_PR-191@tmp:/w/workspace/xfoundry_go-mod-bootstrap_PR-191@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 18:22:51 $ docker top 0c262df0361cd08ea00b2079162da0714f8938380e547652eeb13870f96eba9a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 18:22:51 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:22:51 [ssh-agent] Looking for ssh-agent implementation... 18:22:51 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:22:51 $ docker exec 0c262df0361cd08ea00b2079162da0714f8938380e547652eeb13870f96eba9a ssh-agent 18:22:51 SSH_AUTH_SOCK=/tmp/ssh-xjrGsw4H38QZ/agent.13 18:22:51 SSH_AGENT_PID=19 18:22:51 Running ssh-add (command line suppressed) 18:22:52 Identity added: /w/workspace/xfoundry_go-mod-bootstrap_PR-191@tmp/private_key_6162370256453692992.key (/w/workspace/xfoundry_go-mod-bootstrap_PR-191@tmp/private_key_6162370256453692992.key) 18:22:52 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:22:52 + git tag --points-at HEAD [Pipeline] } 18:22:52 $ docker exec --env ******** --env ******** 0c262df0361cd08ea00b2079162da0714f8938380e547652eeb13870f96eba9a ssh-agent -k 18:22:52 unset SSH_AUTH_SOCK; 18:22:52 unset SSH_AGENT_PID; 18:22:52 echo Agent pid 19 killed; 18:22:52 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 18:22:52 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:22:52 [ssh-agent] Looking for ssh-agent implementation... 18:22:53 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:22:53 $ docker exec 0c262df0361cd08ea00b2079162da0714f8938380e547652eeb13870f96eba9a ssh-agent 18:22:53 SSH_AUTH_SOCK=/tmp/ssh-4Dvi7o3HN75c/agent.49 18:22:53 SSH_AGENT_PID=54 18:22:53 Running ssh-add (command line suppressed) 18:22:53 Identity added: /w/workspace/xfoundry_go-mod-bootstrap_PR-191@tmp/private_key_4273374834765756527.key (/w/workspace/xfoundry_go-mod-bootstrap_PR-191@tmp/private_key_4273374834765756527.key) 18:22:53 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:22:53 + git semver init 18:22:53 # -> Open(): unable to determine branch for HEAD 18:22:53 # $GIT_DIR = /w/workspace/xfoundry_go-mod-bootstrap_PR-191/.git 18:22:53 # $GIT_WORK_TREE = /w/workspace/xfoundry_go-mod-bootstrap_PR-191 18:22:53 # $SEMVER_REMOTE_NAME = origin 18:22:53 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 18:22:53 # $SEMVER_USER_NAME = edgex-jenkins 18:22:53 # $SEMVER_BRANCH = PR-191 18:22:53 # $SEMVER_TEMP = /tmp/semver-096708394 18:22:53 # git clone --branch semver git@github.com:edgexfoundry/go-mod-bootstrap.git $SEMVER_TEMP 18:22:54 # '/tmp/semver-096708394' -> '/w/workspace/xfoundry_go-mod-bootstrap_PR-191/.semver' 18:22:54 # -> Force: false 18:22:54 # $SEMVER_DIR = /w/workspace/xfoundry_go-mod-bootstrap_PR-191/.semver [Pipeline] } 18:22:54 $ docker exec --env ******** --env ******** 0c262df0361cd08ea00b2079162da0714f8938380e547652eeb13870f96eba9a ssh-agent -k 18:22:54 unset SSH_AUTH_SOCK; 18:22:54 unset SSH_AGENT_PID; 18:22:54 echo Agent pid 54 killed; 18:22:54 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 18:22:55 + git semver [Pipeline] } 18:22:55 $ docker stop --time=1 0c262df0361cd08ea00b2079162da0714f8938380e547652eeb13870f96eba9a 18:22:56 $ docker rm -f 0c262df0361cd08ea00b2079162da0714f8938380e547652eeb13870f96eba9a [Pipeline] // withDockerContainer [Pipeline] sh 18:22:57 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 18:22:57 Stashed 1 file(s) [Pipeline] echo 18:22: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 18:23:13 Still waiting to schedule task 18:23:13 Waiting for next available executor on ‘centos7-docker-4c-2g’ 18:23:13 Still waiting to schedule task 18:23:13 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 18:25:08 Running on prd-centos7-docker-4c-2g-31799 in /w/workspace/xfoundry_go-mod-bootstrap_PR-191 [Pipeline] { [Pipeline] ws 18:25:09 Running in /w/workspace/go-mod-bootstrap/2 [Pipeline] { [Pipeline] checkout 18:25:11 using credential edgex-jenkins-ssh 18:25:11 Cloning the remote Git repository 18:25:11 Cloning repository git@github.com:edgexfoundry/go-mod-bootstrap.git 18:25:11 > git init /w/workspace/go-mod-bootstrap/2 # timeout=10 18:25:11 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git 18:25:11 > git --version # timeout=10 18:25:11 > git --version # 'git version 2.24.3' 18:25:11 using GIT_SSH to set credentials SSH Credentials for GitHub 18:25:11 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/*:refs/remotes/origin/* # timeout=10 18:25:12 Merging remotes/origin/master commit e7656ea348032140d0a2dfcc5c6b39f432d61177 into PR head commit d15d69e7f1dfd368501da3865956afc35d0b35aa 18:25:12 Merge succeeded, producing d15d69e7f1dfd368501da3865956afc35d0b35aa 18:25:12 Checking out Revision d15d69e7f1dfd368501da3865956afc35d0b35aa (PR-191) 18:25:12 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 18:25:12 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 18:25:12 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 18:25:12 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git 18:25:12 using GIT_SSH to set credentials SSH Credentials for GitHub 18:25:12 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/pull/191/head:refs/remotes/origin/PR-191 +refs/heads/master:refs/remotes/origin/master # timeout=10 18:25:12 > git config core.sparsecheckout # timeout=10 18:25:12 > git checkout -f d15d69e7f1dfd368501da3865956afc35d0b35aa # timeout=10 18:25:12 > git remote # timeout=10 18:25:12 > git config --get remote.origin.url # timeout=10 18:25:12 using GIT_SSH to set credentials SSH Credentials for GitHub 18:25:12 > git merge e7656ea348032140d0a2dfcc5c6b39f432d61177 # timeout=10 18:25:12 > git rev-parse HEAD^{commit} # timeout=10 18:25:12 > git config core.sparsecheckout # timeout=10 18:25:12 > git checkout -f d15d69e7f1dfd368501da3865956afc35d0b35aa # timeout=10 18:25:16 Commit message: "Merge branch 'master' into dependabot/go_modules/github.com/edgexfoundry/go-mod-registry/v2-2.0.0-dev.4" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 18:25:17 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 18:25:18 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 18:25:18 + sudo service docker restart 18:25:18 + true 18:25:18 Redirecting to /bin/systemctl restart docker.service [Pipeline] unstash [Pipeline] echo 18:25:20 ========================================================= 18:25:20 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 18:25:20 ========================================================= [Pipeline] isUnix [Pipeline] sh 18:25:20 + 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 . 18:25:20 Sending build context to Docker daemon 767kB 18:25:20 Step 1/8 : ARG BASE=golang:1.15-alpine 18:25:20 Step 2/8 : FROM ${BASE} 18:25:21 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 18:25:21 188c0c94c7c5: Pulling fs layer 18:25:21 0ef7d3d256c8: Pulling fs layer 18:25:21 de9db76c5a1d: Pulling fs layer 18:25:21 bca2f99d35d6: Pulling fs layer 18:25:21 93359f2a8cfa: Pulling fs layer 18:25:21 7c6f9722023f: Pulling fs layer 18:25:21 a35cf1a2eb13: Pulling fs layer 18:25:21 93359f2a8cfa: Waiting 18:25:21 7c6f9722023f: Waiting 18:25:21 a35cf1a2eb13: Waiting 18:25:21 bca2f99d35d6: Waiting 18:25:21 de9db76c5a1d: Verifying Checksum 18:25:21 de9db76c5a1d: Download complete 18:25:21 0ef7d3d256c8: Verifying Checksum 18:25:21 0ef7d3d256c8: Download complete 18:25:21 93359f2a8cfa: Verifying Checksum 18:25:21 93359f2a8cfa: Download complete 18:25:21 7c6f9722023f: Verifying Checksum 18:25:21 7c6f9722023f: Download complete 18:25:21 188c0c94c7c5: Verifying Checksum 18:25:21 188c0c94c7c5: Download complete 18:25:21 188c0c94c7c5: Pull complete 18:25:21 0ef7d3d256c8: Pull complete 18:25:21 de9db76c5a1d: Pull complete 18:25:22 a35cf1a2eb13: Verifying Checksum 18:25:22 a35cf1a2eb13: Download complete 18:25:23 bca2f99d35d6: Verifying Checksum 18:25:23 bca2f99d35d6: Download complete 18:25:28 bca2f99d35d6: Pull complete 18:25:28 93359f2a8cfa: Pull complete 18:25:28 7c6f9722023f: Pull complete 18:25:31 Running on prd-ubuntu18.04-docker-arm64-4c-16g-31798 in /w/workspace/xfoundry_go-mod-bootstrap_PR-191 [Pipeline] { [Pipeline] ws 18:25:31 Running in /w/workspace/go-mod-bootstrap/2 [Pipeline] { [Pipeline] checkout 18:25:35 a35cf1a2eb13: Pull complete 18:25:35 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 18:25:35 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 18:25:35 ---> a62c8e92a672 18:25:35 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 18:25:35 ---> Running in d1ff88276675 18:25:35 Removing intermediate container d1ff88276675 18:25:35 ---> 798fb952ea30 18:25:35 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:25:35 ---> Running in ff71d82b5097 18:25:36 Removing intermediate container ff71d82b5097 18:25:36 ---> 717a22a6efbc 18:25:36 Step 5/8 : RUN apk add --update --no-cache git make 18:25:36 ---> Running in af33ae540a3f 18:25:36 using credential edgex-jenkins-ssh 18:25:36 Cloning the remote Git repository 18:25:37 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:25:37 Cloning repository git@github.com:edgexfoundry/go-mod-bootstrap.git 18:25:37 > git init /w/workspace/go-mod-bootstrap/2 # timeout=10 18:25:37 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git 18:25:37 > git --version # timeout=10 18:25:37 > git --version # 'git version 2.17.1' 18:25:37 using GIT_SSH to set credentials SSH Credentials for GitHub 18:25:37 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/*:refs/remotes/origin/* # timeout=10 18:25:38 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:25:38 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 18:25:38 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 18:25:38 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 18:25:38 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git 18:25:38 using GIT_SSH to set credentials SSH Credentials for GitHub 18:25:38 > git fetch --tags --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/pull/191/head:refs/remotes/origin/PR-191 +refs/heads/master:refs/remotes/origin/master # timeout=10 18:25:38 Merging remotes/origin/master commit e7656ea348032140d0a2dfcc5c6b39f432d61177 into PR head commit d15d69e7f1dfd368501da3865956afc35d0b35aa 18:25:39 Merge succeeded, producing d15d69e7f1dfd368501da3865956afc35d0b35aa 18:25:39 Checking out Revision d15d69e7f1dfd368501da3865956afc35d0b35aa (PR-191) 18:25:39 OK: 166 MiB in 39 packages 18:25:39 Removing intermediate container af33ae540a3f 18:25:39 ---> 2879a0c2af59 18:25:39 Step 6/8 : WORKDIR /build 18:25:38 > git config core.sparsecheckout # timeout=10 18:25:38 > git checkout -f d15d69e7f1dfd368501da3865956afc35d0b35aa # timeout=10 18:25:38 > git remote # timeout=10 18:25:38 > git config --get remote.origin.url # timeout=10 18:25:39 using GIT_SSH to set credentials SSH Credentials for GitHub 18:25:39 > git merge e7656ea348032140d0a2dfcc5c6b39f432d61177 # timeout=10 18:25:39 > git rev-parse HEAD^{commit} # timeout=10 18:25:39 > git config core.sparsecheckout # timeout=10 18:25:39 > git checkout -f d15d69e7f1dfd368501da3865956afc35d0b35aa # timeout=10 18:25:40 ---> Running in 0188749b7079 18:25:40 Removing intermediate container 0188749b7079 18:25:40 ---> a70bc97c8662 18:25:40 Step 7/8 : COPY go.mod . 18:25:40 ---> e583283a4814 18:25:40 Step 8/8 : RUN go mod download 18:25:40 ---> Running in ac45587d7e3f 18:25:43 Commit message: "Merge branch 'master' into dependabot/go_modules/github.com/edgexfoundry/go-mod-registry/v2-2.0.0-dev.4" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 18:25:45 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 18:25:45 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 18:25:46 + sudo service docker restart 18:25:46 + true [Pipeline] unstash [Pipeline] echo 18:25:49 ========================================================= 18:25:49 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 18:25:49 ========================================================= [Pipeline] isUnix [Pipeline] sh 18:25:49 + 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 . 18:25:50 Sending build context to Docker daemon 768.5kB 18:25:50 Step 1/8 : ARG BASE=golang:1.15-alpine 18:25:50 Step 2/8 : FROM ${BASE} 18:25:50 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 18:25:50 5f621e34cdf4: Pulling fs layer 18:25:50 a4357932f1b6: Pulling fs layer 18:25:50 18c013af1878: Pulling fs layer 18:25:50 00ac8860ef70: Pulling fs layer 18:25:50 63d7cb157983: Pulling fs layer 18:25:50 b116817d02f9: Pulling fs layer 18:25:50 745a02a5169b: Pulling fs layer 18:25:50 00ac8860ef70: Waiting 18:25:50 63d7cb157983: Waiting 18:25:50 b116817d02f9: Waiting 18:25:50 745a02a5169b: Waiting 18:25:50 18c013af1878: Verifying Checksum 18:25:50 18c013af1878: Download complete 18:25:50 a4357932f1b6: Verifying Checksum 18:25:50 a4357932f1b6: Download complete 18:25:50 63d7cb157983: Verifying Checksum 18:25:50 63d7cb157983: Download complete 18:25:50 b116817d02f9: Verifying Checksum 18:25:50 b116817d02f9: Download complete 18:25:50 5f621e34cdf4: Verifying Checksum 18:25:50 5f621e34cdf4: Download complete 18:25:51 5f621e34cdf4: Pull complete 18:25:52 a4357932f1b6: Pull complete 18:25:52 18c013af1878: Pull complete 18:25:52 745a02a5169b: Verifying Checksum 18:25:52 745a02a5169b: Download complete 18:25:54 00ac8860ef70: Verifying Checksum 18:25:54 00ac8860ef70: Download complete 18:26:02 Removing intermediate container ac45587d7e3f 18:26:02 ---> 67681ba46216 18:26:02 Successfully built 67681ba46216 18:26:02 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 18:26:02 + docker inspect -f . ci-base-image-x86_64 18:26:02 . [Pipeline] withDockerContainer 18:26:03 prd-centos7-docker-4c-2g-31799 does not seem to be running inside a container 18:26:03 $ 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 ******** ci-base-image-x86_64 cat 18:26:03 $ docker top 92f01da38cd21783049bafe77623bc71646620caadca4c3d880ad29672ead0e7 -eo pid,comm [Pipeline] { [Pipeline] sh 18:26:04 00ac8860ef70: Pull complete 18:26:04 63d7cb157983: Pull complete 18:26:04 + go version 18:26:04 go version go1.15.5 linux/amd64 [Pipeline] } 18:26:04 $ docker stop --time=1 92f01da38cd21783049bafe77623bc71646620caadca4c3d880ad29672ead0e7 18:26:04 b116817d02f9: Pull complete 18:26:06 $ docker rm -f 92f01da38cd21783049bafe77623bc71646620caadca4c3d880ad29672ead0e7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:26:07 + docker inspect -f . ci-base-image-x86_64 18:26:07 . [Pipeline] withDockerContainer 18:26:07 prd-centos7-docker-4c-2g-31799 does not seem to be running inside a container 18:26:07 $ 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 ******** ci-base-image-x86_64 cat 18:26:07 $ docker top f7734cebd30490c51e89269072bdadc74740db4c790be4347d9f162c09464d09 -eo pid,comm [Pipeline] { [Pipeline] sh 18:26:08 745a02a5169b: Pull complete 18:26:08 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 18:26:08 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 18:26:08 ---> b7e6874047d6 18:26:08 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 18:26:08 + make test 18:26:08 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 18:26:11 ---> Running in aeb4aaf11c4c 18:26:11 Removing intermediate container aeb4aaf11c4c 18:26:11 ---> b591cb37ba47 18:26:11 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:26:11 ---> Running in 573addb01bcc 18:26:14 Removing intermediate container 573addb01bcc 18:26:14 ---> afa7cebc76c6 18:26:14 Step 5/8 : RUN apk add --update --no-cache git make 18:26:14 ---> Running in d65a04ea4cc4 18:26:15 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:26:15 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:26:17 OK: 142 MiB in 39 packages 18:26:18 Removing intermediate container d65a04ea4cc4 18:26:18 ---> 6fade3be141c 18:26:18 Step 6/8 : WORKDIR /build 18:26:18 ---> Running in 67a91631c409 18:26:18 ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap [no test files] 18:26:18 Removing intermediate container 67a91631c409 18:26:18 ---> c6461751c7b6 18:26:18 Step 7/8 : COPY go.mod . 18:26:18 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/config 0.020s coverage: 5.8% of statements 18:26:18 ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/container [no test files] 18:26:19 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/environment 0.018s coverage: 92.2% of statements 18:26:19 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/flags 0.012s coverage: 85.3% of statements 18:26:19 ---> d7907950881d 18:26:19 Step 8/8 : RUN go mod download 18:26:19 ---> Running in 6893b0da0189 18:26:20 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/handlers 0.023s coverage: 34.3% of statements 18:26:20 ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/interfaces [no test files] 18:26:20 ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/interfaces/mocks [no test files] 18:26:20 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/registration 0.007s coverage: 18.2% of statements 18:26:23 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/secret 3.012s coverage: 95.3% of statements 18:26:23 ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/startup [no test files] 18:26:23 ? github.com/edgexfoundry/go-mod-bootstrap/v2/config [no test files] 18:26:23 ok github.com/edgexfoundry/go-mod-bootstrap/v2/di 0.005s coverage: 91.3% of statements 18:26:23 ? github.com/edgexfoundry/go-mod-bootstrap/v2/v2/bootstrap/container [no test files] 18:26:23 CGO_ENABLED=0 GO111MODULE=on go vet ./... 18:26:25 gofmt -l . 18:26:25 [ "`gofmt -l .`" = "" ] [Pipeline] } 18:26:25 $ docker stop --time=1 f7734cebd30490c51e89269072bdadc74740db4c790be4347d9f162c09464d09 18:26:27 $ docker rm -f f7734cebd30490c51e89269072bdadc74740db4c790be4347d9f162c09464d09 [Pipeline] // withDockerContainer [Pipeline] sh 18:26:28 + sudo chown -R jenkins:jenkins . [Pipeline] stash 18:26:28 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 18:26:29 ---> job-cost.sh 18:26:29 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-5hoY 18:26:41 Removing intermediate container 6893b0da0189 18:26:41 ---> c4caa587afcb 18:26:41 Successfully built c4caa587afcb 18:26:41 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 18:26:42 + docker inspect -f . ci-base-image-arm64 18:26:42 . [Pipeline] withDockerContainer 18:26:42 prd-ubuntu18.04-docker-arm64-4c-16g-31798 does not seem to be running inside a container 18:26:42 $ 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 18:26:44 $ docker top 6a97e5b0096d4a4386e0d6875261ebccc78ec24182783862766f6e65b78244a7 -eo pid,comm [Pipeline] { [Pipeline] sh 18:26:44 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 18:26:45 + go version 18:26:45 go version go1.15.5 linux/arm64 [Pipeline] } 18:26:45 $ docker stop --time=1 6a97e5b0096d4a4386e0d6875261ebccc78ec24182783862766f6e65b78244a7 18:26:47 $ docker rm -f 6a97e5b0096d4a4386e0d6875261ebccc78ec24182783862766f6e65b78244a7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:26:48 + docker inspect -f . ci-base-image-arm64 18:26:48 . [Pipeline] withDockerContainer 18:26:48 prd-ubuntu18.04-docker-arm64-4c-16g-31798 does not seem to be running inside a container 18:26:48 $ 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 18:26:50 $ docker top a5eac8c277f63e34a07448376aafd27f08085d4e80d5469bbf4d97568d493c3c -eo pid,comm [Pipeline] { [Pipeline] sh 18:26:51 + make test 18:26:51 CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 18:27:11 lf-activate-venv(): INFO: Adding /tmp/venv-5hoY/bin to PATH 18:27:11 INFO: No Stack... 18:27:11 INFO: Retrieving Pricing Info for: v1-standard-2 18:27:11 INFO: Archiving Costs [Pipeline] sh 18:27:11 + cat /w/workspace/go-mod-bootstrap/2/archives/cost.csv 18:27:11 + cut -d, -f6 [Pipeline] lock 18:27:11 Trying to acquire lock on [jenkins-edgexfoundry-go-mod-bootstrap-PR-191-2-stack-cost] 18:27:11 Resource [jenkins-edgexfoundry-go-mod-bootstrap-PR-191-2-stack-cost] did not exist. Created. 18:27:11 Lock acquired on [jenkins-edgexfoundry-go-mod-bootstrap-PR-191-2-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 18:27:12 + echo total: 0.029999999329447746 [Pipeline] stash 18:27:12 Stashed 1 file(s) [Pipeline] } 18:27:12 Lock released on resource [jenkins-edgexfoundry-go-mod-bootstrap-PR-191-2-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 18:27:23 ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap [no test files] 18:27:25 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/config 0.033s coverage: 5.8% of statements 18:27:25 ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/container [no test files] 18:27:25 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/environment 0.047s coverage: 92.2% of statements 18:27:25 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/flags 0.027s coverage: 85.3% of statements 18:27:29 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/handlers 0.055s coverage: 34.3% of statements 18:27:29 ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/interfaces [no test files] 18:27:29 ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/interfaces/mocks [no test files] 18:27:29 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/registration 0.030s coverage: 18.2% of statements 18:27:32 ok github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/secret 3.037s coverage: 95.3% of statements 18:27:32 ? github.com/edgexfoundry/go-mod-bootstrap/v2/bootstrap/startup [no test files] 18:27:32 ? github.com/edgexfoundry/go-mod-bootstrap/v2/config [no test files] 18:27:32 ok github.com/edgexfoundry/go-mod-bootstrap/v2/di 0.031s coverage: 91.3% of statements 18:27:32 ? github.com/edgexfoundry/go-mod-bootstrap/v2/v2/bootstrap/container [no test files] 18:27:33 CGO_ENABLED=0 GO111MODULE=on go vet ./... 18:27:39 gofmt -l . 18:27:39 [ "`gofmt -l .`" = "" ] [Pipeline] } 18:27:39 $ docker stop --time=1 a5eac8c277f63e34a07448376aafd27f08085d4e80d5469bbf4d97568d493c3c 18:27:42 $ docker rm -f a5eac8c277f63e34a07448376aafd27f08085d4e80d5469bbf4d97568d493c3c [Pipeline] // withDockerContainer [Pipeline] sh 18:27:43 + sudo chown -R jenkins:jenkins . [Pipeline] stash 18:27:43 Warning: overwriting stash ‘coverage-report’ 18:27:44 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 18:27:45 ---> job-cost.sh 18:27:45 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-XF8K 18:28:32 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 18:30:24 lf-activate-venv(): INFO: Adding /tmp/venv-XF8K/bin to PATH 18:30:24 INFO: No Stack... 18:30:24 INFO: Retrieving Pricing Info for: lf-standard-4 18:30:24 INFO: Archiving Costs [Pipeline] sh 18:30:24 + cut -d, -f6 18:30:24 + cat /w/workspace/go-mod-bootstrap/2/archives/cost.csv [Pipeline] lock 18:30:24 Trying to acquire lock on [jenkins-edgexfoundry-go-mod-bootstrap-PR-191-2-stack-cost] 18:30:24 Resource [jenkins-edgexfoundry-go-mod-bootstrap-PR-191-2-stack-cost] did not exist. Created. 18:30:24 Lock acquired on [jenkins-edgexfoundry-go-mod-bootstrap-PR-191-2-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 18:30:24 /w/workspace/go-mod-bootstrap/2@tmp/durable-88e5b9a1/script.sh: 1: /w/workspace/go-mod-bootstrap/2@tmp/durable-88e5b9a1/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh 18:30:25 + echo total: 0.20999999344348907 [Pipeline] stash 18:30:25 Warning: overwriting stash ‘stack-cost’ 18:30:25 Stashed 1 file(s) [Pipeline] } 18:30:25 Lock released on resource [jenkins-edgexfoundry-go-mod-bootstrap-PR-191-2-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 18:30:27 provisioning config files... 18:30:27 copy managed file [go-mod-bootstrap-codecov-token] to file:/w/workspace/xfoundry_go-mod-bootstrap_PR-191@tmp/config4914832998561323696tmp [Pipeline] { [Pipeline] sh 18:30:27 + set +x 18:30:27 + curl -s https://codecov.io/bash 18:30:27 + bash -s -- 18:30:27 18:30:27 _____ _ 18:30:27 / ____| | | 18:30:27 | | ___ __| | ___ ___ _____ __ 18:30:27 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 18:30:27 | |___| (_) | (_| | __/ (_| (_) \ V / 18:30:27 \_____\___/ \__,_|\___|\___\___/ \_/ 18:30:27 Bash-20210309-2b87ace 18:30:27 18:30:27 18:30:27 ==> git version 2.24.3 found 18:30:27 ==> 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 18:30:27 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 18:30:27 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 18:30:27 curl: option -sm: expected a proper numerical parameter 18:30:27 curl: try 'curl --help' or 'curl --manual' for more information 18:30:27 ==> Jenkins CI detected. 18:30:27 project root: . 18:30:27 --> token set from env 18:30:27 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 18:30:27 ==> Running gcov in . (disable via -X gcov) 18:30:27 ==> Python coveragepy not found 18:30:27 ==> Searching for coverage reports in: 18:30:27 + . 18:30:27 -> Found 1 reports 18:30:27 ==> Detecting git/mercurial file structure 18:30:27 ==> Reading reports 18:30:27 + ./coverage.out bytes=30077 18:30:27 ==> Appending adjustments 18:30:27 https://docs.codecov.io/docs/fixing-reports 18:30:27 + Found adjustments 18:30:27 ==> Gzipping contents 18:30:27 8.0K /tmp/codecov.arG5cm.gz 18:30:27 ==> Uploading reports 18:30:27 url: https://codecov.io 18:30:27 query: branch=PR-191&commit=d15d69e7f1dfd368501da3865956afc35d0b35aa&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-bootstrap%2Fjob%2FPR-191%2F2%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-bootstrap&service=jenkins&flags=&pr=191&job=&cmd_args= 18:30:27 -> Pinging Codecov 18:30:27 https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=PR-191&commit=d15d69e7f1dfd368501da3865956afc35d0b35aa&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-bootstrap%2Fjob%2FPR-191%2F2%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-bootstrap&service=jenkins&flags=&pr=191&job=&cmd_args= 18:30:28 -> Uploading to 18:30:28 https://storage.googleapis.com/codecov/v4/raw/2021-03-29/833815588EE85121546D348822E98E2E/d15d69e7f1dfd368501da3865956afc35d0b35aa/1aa75415-d399-4496-a078-a6ab0ec93b0a.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210329%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210329T183028Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=b5d7761353df9e01bd2e3793ba28a9a8d87fb145b052ef8e382cdf29d14bf42d 18:30:28 % Total % Received % Xferd Average Speed Time Time Time Current 18:30:28 Dload Upload Total Spent Left Speed 18:30:29 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 5582 0 0 100 5582 0 13240 --:--:-- --:--:-- --:--:-- 13227 18:30:29 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/go-mod-bootstrap/commit/d15d69e7f1dfd368501da3865956afc35d0b35aa [Pipeline] } 18:30:29 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 18:30:31 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 18:30:32 ---> package-listing.sh 18:30:32 ++ tr '[:upper:]' '[:lower:]' 18:30:32 ++ facter osfamily 18:30:32 + OS_FAMILY=redhat 18:30:32 + workspace=/w/workspace/xfoundry_go-mod-bootstrap_PR-191 18:30:32 + START_PACKAGES=/tmp/packages_start.txt 18:30:32 + END_PACKAGES=/tmp/packages_end.txt 18:30:32 + DIFF_PACKAGES=/tmp/packages_diff.txt 18:30:32 + PACKAGES=/tmp/packages_start.txt 18:30:32 + '[' /w/workspace/xfoundry_go-mod-bootstrap_PR-191 ']' 18:30:32 + PACKAGES=/tmp/packages_end.txt 18:30:32 + case "${OS_FAMILY}" in 18:30:32 + rpm -qa 18:30:32 + sort 18:30:37 + '[' -f /tmp/packages_start.txt ']' 18:30:37 + '[' -f /tmp/packages_end.txt ']' 18:30:37 + diff /tmp/packages_start.txt /tmp/packages_end.txt 18:30:37 + '[' /w/workspace/xfoundry_go-mod-bootstrap_PR-191 ']' 18:30:37 + mkdir -p /w/workspace/xfoundry_go-mod-bootstrap_PR-191/archives/ 18:30:37 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/xfoundry_go-mod-bootstrap_PR-191/archives/ [Pipeline] echo 18:30:37 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/xfoundry_go-mod-bootstrap_PR-191/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 18:30:38 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 18:30:38 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 18:30:38 18:30:38 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 18:30:38 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 18:30:38 alpine: Pulling from edgex-lftools-log-publisher 18:30:38 df20fa9351a1: Pulling fs layer 18:30:38 36b3adc4ff6f: Pulling fs layer 18:30:38 8ad3a11d3b57: Pulling fs layer 18:30:38 46f8f816bc3b: Pulling fs layer 18:30:38 93b61091891f: Pulling fs layer 18:30:38 93b9cdb0e59b: Pulling fs layer 18:30:38 5e14af77c1be: Pulling fs layer 18:30:38 01666e4c0597: Pulling fs layer 18:30:38 aa168da1d23b: Pulling fs layer 18:30:38 46f8f816bc3b: Waiting 18:30:38 93b61091891f: Waiting 18:30:38 5e14af77c1be: Waiting 18:30:38 01666e4c0597: Waiting 18:30:38 aa168da1d23b: Waiting 18:30:38 36b3adc4ff6f: Verifying Checksum 18:30:38 36b3adc4ff6f: Download complete 18:30:38 46f8f816bc3b: Verifying Checksum 18:30:38 46f8f816bc3b: Download complete 18:30:39 df20fa9351a1: Verifying Checksum 18:30:39 df20fa9351a1: Download complete 18:30:39 93b9cdb0e59b: Download complete 18:30:39 5e14af77c1be: Verifying Checksum 18:30:39 5e14af77c1be: Download complete 18:30:39 01666e4c0597: Verifying Checksum 18:30:39 01666e4c0597: Download complete 18:30:39 93b61091891f: Verifying Checksum 18:30:39 93b61091891f: Download complete 18:30:39 df20fa9351a1: Pull complete 18:30:39 36b3adc4ff6f: Pull complete 18:30:39 8ad3a11d3b57: Verifying Checksum 18:30:39 8ad3a11d3b57: Download complete 18:30:40 8ad3a11d3b57: Pull complete 18:30:40 46f8f816bc3b: Pull complete 18:30:41 aa168da1d23b: Verifying Checksum 18:30:41 aa168da1d23b: Download complete 18:30:41 93b61091891f: Pull complete 18:30:41 93b9cdb0e59b: Pull complete 18:30:41 5e14af77c1be: Pull complete 18:30:41 01666e4c0597: Pull complete 18:30:48 aa168da1d23b: Pull complete 18:30:48 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 18:30:48 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 18:30:48 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 18:30:48 prd-centos7-docker-4c-2g-31795 does not seem to be running inside a container 18:30:48 $ 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-191/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-191 -v /w/workspace/xfoundry_go-mod-bootstrap_PR-191:/w/workspace/xfoundry_go-mod-bootstrap_PR-191:rw,z -v /w/workspace/xfoundry_go-mod-bootstrap_PR-191@tmp:/w/workspace/xfoundry_go-mod-bootstrap_PR-191@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 18:30:52 $ docker top d1558f84aeeada8131ba8011294d8cde9e541b8862b2d7b5d03884de66bdf320 -eo pid,comm [Pipeline] { [Pipeline] sh 18:30:52 + touch /tmp/pre-build-complete [Pipeline] sh 18:30:52 + mkdir -p /var/log/sa [Pipeline] sh 18:30:53 + ls /var/log/sa-host 18:30:53 + sadf -c /var/log/sa-host/sa23 18:30:53 file_magic: OK 18:30:53 HZ: Using current value: 100 18:30:53 file_header: OK 18:30:53 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 18:30:53 Statistics: 18:30:53 Hnuu...uuuununununu... 18:30:53 File successfully converted to sysstat format version 12.2.1 18:30:53 + sadf -c /var/log/sa-host/sa29 18:30:53 file_magic: OK 18:30:53 HZ: Using current value: 100 18:30:53 file_header: OK 18:30:53 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 18:30:53 Statistics: 18:30:53 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 18:30:53 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 18:30:53 provisioning config files... 18:30:53 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/xfoundry_go-mod-bootstrap_PR-191@tmp/config4379828160424469192tmp [Pipeline] { [Pipeline] echo 18:30:53 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 18:30:54 ---> create-netrc.sh [Pipeline] } 18:30:54 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 18:30:54 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 18:30:54 ---> python-tools-install.sh [Pipeline] echo 18:30:54 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 18:30:54 ---> sudo-logs.sh 18:30:54 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 18:30:55 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 18:30:55 ---> job-cost.sh 18:30:55 lf-activate-venv: SKIPPING 18:30:55 DEBUG: total: 0.20999999344348907 18:30:55 INFO: Retrieving Stack Cost... 18:30:56 INFO: Retrieving Pricing Info for: v1-standard-2 18:30:56 INFO: Archiving Costs [Pipeline] echo 18:30:56 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 18:30:57 ---> logs-deploy.sh 18:30:57 lf-activate-venv: SKIPPING 18:30:57 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-bootstrap/PR-191/2 18:30:57 INFO: archiving workspace using pattern(s): 18:30:59 Archives upload complete. 18:30:59 INFO: archiving logs to Nexus 18:31:00 ---> uname -a: 18:31:00 Linux prd-centos7-docker-4c-2g-31795.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 18:31:00 18:31:00 18:31:00 ---> lscpu: 18:31:00 Architecture: x86_64 18:31:00 CPU op-mode(s): 32-bit, 64-bit 18:31:00 Byte Order: Little Endian 18:31:00 Address sizes: 40 bits physical, 48 bits virtual 18:31:00 CPU(s): 4 18:31:00 On-line CPU(s) list: 0-3 18:31:00 Thread(s) per core: 1 18:31:00 Core(s) per socket: 1 18:31:00 Socket(s): 4 18:31:00 NUMA node(s): 1 18:31:00 Vendor ID: GenuineIntel 18:31:00 CPU family: 6 18:31:00 Model: 44 18:31:00 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 18:31:00 Stepping: 1 18:31:00 CPU MHz: 2933.442 18:31:00 BogoMIPS: 5866.88 18:31:00 Virtualization: VT-x 18:31:00 Hypervisor vendor: KVM 18:31:00 Virtualization type: full 18:31:00 L1d cache: 128 KiB 18:31:00 L1i cache: 128 KiB 18:31:00 L2 cache: 16 MiB 18:31:00 L3 cache: 64 MiB 18:31:00 NUMA node0 CPU(s): 0-3 18:31:00 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 18:31:00 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 18:31:00 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 18:31:00 Vulnerability Meltdown: Mitigation; PTI 18:31:00 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 18:31:00 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 18:31:00 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 18:31:00 Vulnerability Srbds: Not affected 18:31:00 Vulnerability Tsx async abort: Not affected 18:31:00 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 18:31:00 18:31:00 18:31:00 ---> nproc: 18:31:00 4 18:31:00 18:31:00 18:31:00 ---> df -h: 18:31:00 Filesystem Size Used Available Use% Mounted on 18:31:00 overlay 50.0G 7.3G 42.7G 15% / 18:31:00 tmpfs 64.0M 0 64.0M 0% /dev 18:31:00 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 18:31:00 shm 64.0M 0 64.0M 0% /dev/shm 18:31:00 /dev/vda1 50.0G 7.3G 42.7G 15% /facter-os 18:31:00 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/resolv.conf 18:31:00 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hostname 18:31:00 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hosts 18:31:00 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/auth.log 18:31:00 /dev/vda1 50.0G 7.3G 42.7G 15% /run/cloud-init/result.json 18:31:00 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/xfoundry_go-mod-bootstrap_PR-191 18:31:00 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/xfoundry_go-mod-bootstrap_PR-191@tmp 18:31:00 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/sa-host 18:31:00 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/secure 18:31:00 18:31:00 18:31:00 ---> free -m: 18:31:00 total used free shared buff/cache available 18:31:00 Mem: 1837 697 83 0 1056 1035 18:31:00 Swap: 1023 1 1022 18:31:00 18:31:00 18:31:00 ---> ip addr: 18:31:00 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 18:31:00 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 18:31:00 inet 127.0.0.1/8 scope host lo 18:31:00 valid_lft forever preferred_lft forever 18:31:00 inet6 ::1/128 scope host 18:31:00 valid_lft forever preferred_lft forever 18:31:00 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 18:31:00 link/ether fa:16:3e:0d:8d:5e brd ff:ff:ff:ff:ff:ff 18:31:00 inet 10.30.123.60/23 brd 10.30.123.255 scope global dynamic eth0 18:31:00 valid_lft 85866sec preferred_lft 85866sec 18:31:00 inet6 fe80::f816:3eff:fe0d:8d5e/64 scope link 18:31:00 valid_lft forever preferred_lft forever 18:31:00 3: docker0: mtu 1500 qdisc noqueue state DOWN 18:31:00 link/ether 02:42:9a:3a:eb:28 brd ff:ff:ff:ff:ff:ff 18:31:00 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 18:31:00 valid_lft forever preferred_lft forever 18:31:00 inet6 fe80::42:9aff:fe3a:eb28/64 scope link 18:31:00 valid_lft forever preferred_lft forever 18:31:00 18:31:00 18:31:00 ---> sar -b -r -n DEV: 18:31:00 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/29/21 _x86_64_ (4 CPU) 18:31:00 18:31:00 18:21:53 LINUX RESTART (4 CPU) 18:31:00 18:31:00 18:23:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 18:31:00 18:24:01 2.66 0.00 2.66 0.00 0.00 65.55 0.00 18:31:00 18:25:01 0.18 0.00 0.18 0.00 0.00 2.28 0.00 18:31:00 18:26:01 0.40 0.00 0.40 0.00 0.00 5.73 0.00 18:31:00 18:27:01 0.37 0.00 0.37 0.00 0.00 4.98 0.00 18:31:00 18:28:01 0.67 0.00 0.67 0.00 0.00 7.66 0.00 18:31:00 18:29:01 0.48 0.00 0.48 0.00 0.00 6.09 0.00 18:31:00 18:30:01 0.17 0.00 0.17 0.00 0.00 1.37 0.00 18:31:00 Average: 0.70 0.00 0.70 0.00 0.00 13.38 0.00 18:31:00 18:31:00 18:23:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 18:31:00 18:24:01 151120 0 568196 30.20 2620 1159608 1084604 37.02 372596 1157968 16 18:31:00 18:25:01 152272 0 567040 30.14 2620 1159612 1076380 36.74 370504 1159236 8 18:31:00 18:26:01 149856 0 569448 30.26 2620 1159620 1076488 36.74 376836 1155412 20 18:31:00 18:27:01 148348 0 570956 30.35 2620 1159620 1076476 36.74 378660 1155316 8 18:31:00 18:28:01 147076 0 572220 30.41 2620 1159628 1076476 36.74 384040 1151040 8 18:31:00 18:29:01 147676 0 571616 30.38 2620 1159632 1076380 36.74 387572 1146980 8 18:31:00 18:30:01 147544 0 571744 30.39 2620 1159636 1076380 36.74 387580 1146980 8 18:31:00 Average: 149127 0 570174 30.30 2620 1159622 1077598 36.78 379684 1153276 11 18:31:00 18:31:00 18:23:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 18:31:00 18:24:01 eth0 0.78 0.35 0.38 0.21 0.00 0.00 0.00 0.00 18:31:00 18:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:31:00 18:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:31:00 18:25:01 eth0 2.40 0.08 0.22 0.01 0.00 0.00 0.00 0.00 18:31:00 18:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:31:00 18:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:31:00 18:26:01 eth0 2.06 0.82 0.86 0.59 0.00 0.00 0.00 0.00 18:31:00 18:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:31:00 18:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:31:00 18:27:01 eth0 0.67 0.35 0.28 0.20 0.00 0.00 0.00 0.00 18:31:00 18:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:31:00 18:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:31:00 18:28:01 eth0 0.38 0.20 0.15 0.07 0.00 0.00 0.00 0.00 18:31:00 18:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:31:00 18:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:31:00 18:29:01 eth0 0.12 0.07 0.01 0.01 0.00 0.00 0.00 0.00 18:31:00 18:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:31:00 18:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:31:00 18:30:01 eth0 0.03 0.02 0.00 0.00 0.00 0.00 0.00 0.00 18:31:00 18:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:31:00 18:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:31:00 Average: eth0 0.92 0.27 0.27 0.16 0.00 0.00 0.00 0.00 18:31:00 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:31:00 Average: docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:31:00 18:31:00 18:31:00 ---> sar -P ALL: 18:31:00 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/29/21 _x86_64_ (4 CPU) 18:31:00 18:31:00 18:21:53 LINUX RESTART (4 CPU) 18:31:00 18:31:00 18:23:01 CPU %user %nice %system %iowait %steal %idle 18:31:00 18:24:01 all 0.13 0.00 0.05 0.00 0.01 99.81 18:31:00 18:24:01 0 0.03 0.00 0.03 0.00 0.02 99.92 18:31:00 18:24:01 1 0.12 0.00 0.07 0.00 0.02 99.80 18:31:00 18:24:01 2 0.08 0.00 0.05 0.00 0.00 99.87 18:31:00 18:24:01 3 0.27 0.00 0.05 0.00 0.02 99.67 18:31:00 18:25:01 all 0.15 0.00 0.04 0.00 0.00 99.81 18:31:00 18:25:01 0 0.03 0.00 0.05 0.00 0.00 99.92 18:31:00 18:25:01 1 0.07 0.00 0.05 0.00 0.00 99.88 18:31:00 18:25:01 2 0.03 0.00 0.02 0.00 0.00 99.95 18:31:00 18:25:01 3 0.45 0.00 0.03 0.00 0.02 99.50 18:31:00 18:26:01 all 0.18 0.00 0.05 0.00 0.01 99.76 18:31:00 18:26:01 0 0.07 0.00 0.05 0.00 0.00 99.88 18:31:00 18:26:01 1 0.07 0.00 0.08 0.00 0.02 99.83 18:31:00 18:26:01 2 0.55 0.00 0.05 0.00 0.02 99.38 18:31:00 18:26:01 3 0.03 0.00 0.03 0.00 0.00 99.93 18:31:00 18:27:01 all 0.11 0.00 0.04 0.00 0.00 99.85 18:31:00 18:27:01 0 0.03 0.00 0.03 0.00 0.00 99.93 18:31:00 18:27:01 1 0.07 0.00 0.07 0.00 0.00 99.87 18:31:00 18:27:01 2 0.32 0.00 0.03 0.00 0.00 99.65 18:31:00 18:27:01 3 0.02 0.00 0.03 0.00 0.00 99.95 18:31:00 18:28:01 all 0.16 0.00 0.06 0.00 0.01 99.77 18:31:00 18:28:01 0 0.02 0.00 0.03 0.00 0.02 99.93 18:31:00 18:28:01 1 0.08 0.00 0.12 0.00 0.02 99.78 18:31:00 18:28:01 2 0.52 0.00 0.03 0.00 0.00 99.45 18:31:00 18:28:01 3 0.03 0.00 0.05 0.00 0.00 99.92 18:31:00 18:29:01 all 0.15 0.00 0.05 0.00 0.00 99.81 18:31:00 18:29:01 0 0.02 0.00 0.02 0.00 0.00 99.97 18:31:00 18:29:01 1 0.03 0.00 0.12 0.00 0.00 99.85 18:31:00 18:29:01 2 0.52 0.00 0.03 0.00 0.00 99.45 18:31:00 18:29:01 3 0.02 0.00 0.02 0.00 0.00 99.97 18:31:00 18:30:01 all 0.16 0.00 0.04 0.00 0.00 99.80 18:31:00 18:30:01 0 0.00 0.00 0.00 0.00 0.00 100.00 18:31:00 18:30:01 1 0.52 0.00 0.03 0.00 0.02 99.43 18:31:00 18:30:01 2 0.12 0.00 0.07 0.00 0.00 99.82 18:31:00 18:30:01 3 0.02 0.00 0.05 0.00 0.00 99.93 18:31:00 Average: all 0.15 0.00 0.05 0.00 0.01 99.80 18:31:00 Average: 0 0.03 0.00 0.03 0.00 0.00 99.94 18:31:00 Average: 1 0.14 0.00 0.08 0.00 0.01 99.78 18:31:00 Average: 2 0.30 0.00 0.04 0.00 0.00 99.65 18:31:00 Average: 3 0.12 0.00 0.04 0.00 0.00 99.84 18:31:00 18:31:00 18:31:00