Pull request #479 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from b75d2c69fee0c44e5fa4313f72fae0557648a201+86c0411d57e58dc9cd52f2a308b5af3201381109 (29ca7b688971af2e7d9f33eaa1170b3679e66cc5) 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 [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh17445827457211764512.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 66200e8eedfc470904d6b329e562ec5b45423d6a Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --resolve-git-dir /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f/.git # 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 [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f@tmp/jenkins-gitclient-ssh9794215386588405128.key > 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 66200e8eedfc470904d6b329e562ec5b45423d6a The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and with tags Cloning repository git@github.com:edgexfoundry/edgex-global-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/go-mod-bootstrap/branches/PR-479/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82 # timeout=10 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 [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/go-mod-bootstrap/branches/PR-479/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh14390671899495234916.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > 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 using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/go-mod-bootstrap/branches/PR-479/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh9305472842788802787.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 66200e8eedfc470904d6b329e562ec5b45423d6a (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 66200e8eedfc470904d6b329e562ec5b45423d6a # timeout=10 Commit message: "feat: add capability to use golang 1.20 (#427)" > 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 > git --version # timeout=10 > git --version # 'git version 2.16.6' Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that 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 [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh3192802593143720443.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 65355178549468b165f8106641c96c3190b1d843 The recommended git tool is: NONE using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:lfit/releng-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/go-mod-bootstrap/branches/PR-479/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e # timeout=10 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 [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/go-mod-bootstrap/branches/PR-479/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh497246772181678024.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > 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 > git --version # timeout=10 > git --version # 'git version 2.16.6' fatal: bad object 66200e8eedfc470904d6b329e562ec5b45423d6a Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that 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: [[ubuntu20.04-docker-8c-8g, ubuntu20.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.20 USE_ALPINE: true DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_IMAGE_NAME: 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 SNYK_DEBUG: false [Pipeline] node Running on prd-ubuntu20.04-docker-8c-8g-433 in /w/workspace/xfoundry_go-mod-bootstrap_PR-479 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout Selected Git installation does not exist. Using Default The recommended git tool is: NONE 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-479 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/pull/479/head:refs/remotes/origin/PR-479 +refs/heads/main:refs/remotes/origin/main # timeout=10 Merging remotes/origin/main commit 86c0411d57e58dc9cd52f2a308b5af3201381109 into PR head commit b75d2c69fee0c44e5fa4313f72fae0557648a201 Merge succeeded, producing b75d2c69fee0c44e5fa4313f72fae0557648a201 Checking out Revision b75d2c69fee0c44e5fa4313f72fae0557648a201 (PR-479) Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-messaging/v3" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object 66200e8eedfc470904d6b329e562ec5b45423d6a [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { > git config core.sparsecheckout # timeout=10 > git checkout -f b75d2c69fee0c44e5fa4313f72fae0557648a201 # 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 86c0411d57e58dc9cd52f2a308b5af3201381109 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f b75d2c69fee0c44e5fa4313f72fae0557648a201 # timeout=10 [Pipeline] timeout 09:57:27 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 09:57:27 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 09:57:27 ========================================================= 09:57:27 EdgeX Global Pipelines Version Info 09:57:27 ========================================================= [Pipeline] libraryResource [Pipeline] sh 09:57:28 ------------------- 09:57:28 stable info: 09:57:28 ------------------- 09:57:28 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 09:57:28 Commit SHA: 66200e8eedfc470904d6b329e562ec5b45423d6a 09:57:28 Message: update stable to v1.0.245 09:57:28 ------------------- 09:57:28 experimental info: 09:57:28 ------------------- 09:57:28 Commited By: **** collab-it+edgex@linuxfoundation.org 09:57:28 Commit SHA: eb5041bb0874f6b7cdca3e6793e1ef87c0289dce 09:57:28 Message: update experimental to v1.0.246 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 09:57:29 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-bootstrap-settings [Pipeline] echo 09:57:29 [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-bootstrap [Pipeline] echo 09:57:29 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 09:57:29 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 09:57:29 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 09:57:29 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.20 [Pipeline] echo 09:57:29 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 09:57:29 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 09:57:29 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 09:57:29 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 09:57:29 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 09:57:29 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = go-mod-bootstrap [Pipeline] echo 09:57:29 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 09:57:29 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 09:57:29 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 09:57:29 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 09:57:29 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 09:57:29 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 09:57:29 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 09:57:29 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 09:57:29 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 09:57:29 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 09:57:29 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 09:57:30 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 09:57:30 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 09:57:30 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 09:57:30 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 09:57:30 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-479 [Pipeline] echo 09:57:30 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-479 [Pipeline] echo 09:57:30 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-479 [Pipeline] echo 09:57:30 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = b75d2c69fee0c44e5fa4313f72fae0557648a201 [Pipeline] echo 09:57:30 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = b75d2c6 [Pipeline] echo 09:57:30 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 09:57:30 + git rev-list -1 --merges b75d2c69fee0c44e5fa4313f72fae0557648a201~1..b75d2c69fee0c44e5fa4313f72fae0557648a201 [Pipeline] echo 09:57:30 -----------> git rev-list -1 --merges b75d2c69fee0c44e5fa4313f72fae0557648a201~1..b75d2c69fee0c44e5fa4313f72fae0557648a201 b75d2c69fee0c44e5fa4313f72fae0557648a201 [false] [Pipeline] sh 09:57:31 + git log --format=format:%s -1 b75d2c69fee0c44e5fa4313f72fae0557648a201 [Pipeline] echo 09:57:31 ========================================================= 09:57:31 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 09:57:31 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 09:57:31 + git log --format=format:%s -1 b75d2c69fee0c44e5fa4313f72fae0557648a201 [Pipeline] echo 09:57:31 [semverPrep] GIT_COMMIT: b75d2c69fee0c44e5fa4313f72fae0557648a201, Commit Message: build(deps): bump github.com/edgexfoundry/go-mod-messaging/v3 [Pipeline] echo 09:57:31 [semverPrep] This is not a build commit. [Pipeline] sh 09:57:32 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 09:57:32 + grep -v github /etc/ssh/ssh_known_hosts 09:57:32 + [ -e /tmp/ssh_known_hosts ] 09:57:32 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 09:57:32 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 09:57:32 + sudo tee -a /etc/ssh/ssh_known_hosts 09:57:32 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:57:32 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 09:57:32 09:57:32 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:57:33 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 09:57:33 0.1.4: Pulling from edgex-devops/py-git-semver 09:57:33 b85a868b505f: Pulling fs layer 09:57:33 e2be974225ed: Pulling fs layer 09:57:33 339a4e72a1f5: Pulling fs layer 09:57:33 988bab9f4d93: Pulling fs layer 09:57:33 1469e6f7b9e6: Pulling fs layer 09:57:33 eaf3925da568: Pulling fs layer 09:57:33 bab4dde63d76: Pulling fs layer 09:57:33 bde34c3a00c8: Pulling fs layer 09:57:33 b352a97aabf1: Pulling fs layer 09:57:33 4872d77fe225: Pulling fs layer 09:57:33 1469e6f7b9e6: Waiting 09:57:33 bab4dde63d76: Waiting 09:57:33 eaf3925da568: Waiting 09:57:33 bde34c3a00c8: Waiting 09:57:33 b352a97aabf1: Waiting 09:57:33 5851b861e8e6: Pulling fs layer 09:57:33 4872d77fe225: Waiting 09:57:33 5851b861e8e6: Waiting 09:57:33 e2be974225ed: Download complete 09:57:33 988bab9f4d93: Verifying Checksum 09:57:33 988bab9f4d93: Download complete 09:57:33 1469e6f7b9e6: Verifying Checksum 09:57:33 1469e6f7b9e6: Download complete 09:57:33 eaf3925da568: Verifying Checksum 09:57:33 eaf3925da568: Download complete 09:57:33 339a4e72a1f5: Verifying Checksum 09:57:33 339a4e72a1f5: Download complete 09:57:33 bde34c3a00c8: Verifying Checksum 09:57:33 bde34c3a00c8: Download complete 09:57:33 b352a97aabf1: Verifying Checksum 09:57:33 b352a97aabf1: Download complete 09:57:33 4872d77fe225: Verifying Checksum 09:57:33 4872d77fe225: Download complete 09:57:33 5851b861e8e6: Verifying Checksum 09:57:33 5851b861e8e6: Download complete 09:57:33 b85a868b505f: Verifying Checksum 09:57:33 b85a868b505f: Download complete 09:57:33 bab4dde63d76: Verifying Checksum 09:57:33 bab4dde63d76: Download complete 09:57:34 b85a868b505f: Pull complete 09:57:34 e2be974225ed: Pull complete 09:57:35 339a4e72a1f5: Pull complete 09:57:35 988bab9f4d93: Pull complete 09:57:35 1469e6f7b9e6: Pull complete 09:57:35 eaf3925da568: Pull complete 09:57:37 bab4dde63d76: Pull complete 09:57:37 bde34c3a00c8: Pull complete 09:57:37 b352a97aabf1: Pull complete 09:57:37 4872d77fe225: Pull complete 09:57:37 5851b861e8e6: Pull complete 09:57:37 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 09:57:37 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 09:57:37 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 09:57:37 prd-ubuntu20.04-docker-8c-8g-433 does not seem to be running inside a container 09:57:38 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/xfoundry_go-mod-bootstrap_PR-479 -v /w/workspace/xfoundry_go-mod-bootstrap_PR-479:/w/workspace/xfoundry_go-mod-bootstrap_PR-479:rw,z -v /w/workspace/xfoundry_go-mod-bootstrap_PR-479@tmp:/w/workspace/xfoundry_go-mod-bootstrap_PR-479@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 09:57:42 $ docker top c2a3febbedf54b02c6f47d13e51cfa2af56111c067f1140a0c372fbdcaa380db -eo pid,comm 09:57:42 ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). 09:57:42 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 09:57:42 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 09:57:42 [ssh-agent] Looking for ssh-agent implementation... 09:57:43 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 09:57:43 $ docker exec c2a3febbedf54b02c6f47d13e51cfa2af56111c067f1140a0c372fbdcaa380db ssh-agent 09:57:43 SSH_AUTH_SOCK=/tmp/ssh-te4UYJFLDzWu/agent.32 09:57:43 SSH_AGENT_PID=38 09:57:43 Running ssh-add (command line suppressed) 09:57:43 Identity added: /w/workspace/xfoundry_go-mod-bootstrap_PR-479@tmp/private_key_14661623269004247463.key (/w/workspace/xfoundry_go-mod-bootstrap_PR-479@tmp/private_key_14661623269004247463.key) 09:57:43 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 09:57:43 + git tag --points-at HEAD [Pipeline] } 09:57:43 $ docker exec --env ******** --env ******** c2a3febbedf54b02c6f47d13e51cfa2af56111c067f1140a0c372fbdcaa380db ssh-agent -k 09:57:43 unset SSH_AUTH_SOCK; 09:57:43 unset SSH_AGENT_PID; 09:57:43 echo Agent pid 38 killed; 09:57:43 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 09:57:43 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 09:57:43 [ssh-agent] Looking for ssh-agent implementation... 09:57:43 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 09:57:43 $ docker exec c2a3febbedf54b02c6f47d13e51cfa2af56111c067f1140a0c372fbdcaa380db ssh-agent 09:57:44 SSH_AUTH_SOCK=/tmp/ssh-6Jh4xaBKXRx8/agent.70 09:57:44 SSH_AGENT_PID=76 09:57:44 Running ssh-add (command line suppressed) 09:57:44 Identity added: /w/workspace/xfoundry_go-mod-bootstrap_PR-479@tmp/private_key_1608761549935663865.key (/w/workspace/xfoundry_go-mod-bootstrap_PR-479@tmp/private_key_1608761549935663865.key) 09:57:44 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 09:57:44 + git semver init 09:57:44 2023-03-15 09:57:44,673 [run_init] DEBUG init version:0.0.0 force:False 09:57:44 2023-03-15 09:57:44,673 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/xfoundry_go-mod-bootstrap_PR-479/.semver 09:57:44 2023-03-15 09:57:44,674 [execute] INFO git clone -b semver git@github.com:edgexfoundry/go-mod-bootstrap.git /w/workspace/xfoundry_go-mod-bootstrap_PR-479/.semver 09:57:44 2023-03-15 09:57:44,674 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/go-mod-bootstrap.git', '/w/workspace/xfoundry_go-mod-bootstrap_PR-479/.semver'], cwd=/w/workspace/xfoundry_go-mod-bootstrap_PR-479, universal_newlines=False, shell=None, istream=None) 09:57:45 2023-03-15 09:57:45,547 [append_file] DEBUG append to file:/w/workspace/xfoundry_go-mod-bootstrap_PR-479/.git/info/exclude 09:57:45 2023-03-15 09:57:45,547 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/xfoundry_go-mod-bootstrap_PR-479/.semver/PR-479 with force:False 09:57:45 2023-03-15 09:57:45,548 [write_file] DEBUG write to file:/w/workspace/xfoundry_go-mod-bootstrap_PR-479/.semver/PR-479 09:57:45 2023-03-15 09:57:45,552 [execute] INFO git cat-file --batch-check 09:57:45 2023-03-15 09:57:45,552 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/xfoundry_go-mod-bootstrap_PR-479/.semver, universal_newlines=False, shell=None, istream=) 09:57:45 2023-03-15 09:57:45,557 [execute] INFO git cat-file --batch 09:57:45 2023-03-15 09:57:45,558 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/xfoundry_go-mod-bootstrap_PR-479/.semver, universal_newlines=False, shell=None, istream=) 09:57:45 2023-03-15 09:57:45,561 [read_version] DEBUG read version from /w/workspace/xfoundry_go-mod-bootstrap_PR-479/.semver/PR-479 09:57:45 0.0.0 [Pipeline] } 09:57:45 $ docker exec --env ******** --env ******** c2a3febbedf54b02c6f47d13e51cfa2af56111c067f1140a0c372fbdcaa380db ssh-agent -k 09:57:45 unset SSH_AUTH_SOCK; 09:57:45 unset SSH_AGENT_PID; 09:57:45 echo Agent pid 76 killed; 09:57:45 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 09:57:46 + git semver [Pipeline] } 09:57:46 $ docker stop --time=1 c2a3febbedf54b02c6f47d13e51cfa2af56111c067f1140a0c372fbdcaa380db 09:57:47 $ docker rm -f --volumes c2a3febbedf54b02c6f47d13e51cfa2af56111c067f1140a0c372fbdcaa380db [Pipeline] // withDockerContainer [Pipeline] sh 09:57:48 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 09:57:48 Stashed 1 file(s) [Pipeline] echo 09:57:48 [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] withEnv [Pipeline] { [Pipeline] node [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 09:57:49 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 09:57:49 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 09:57:49 ========================================================= 09:57:49 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine] 09:57:49 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] sh 09:57:49 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine 09:57:49 1.20-alpine: Pulling from edgex-devops/edgex-golang-base 09:57:49 63b65145d645: Pulling fs layer 09:57:49 a2d21d5440eb: Pulling fs layer 09:57:49 935e6c44a52c: Pulling fs layer 09:57:49 94cc34f8dd06: Pulling fs layer 09:57:49 30dea6a524f1: Pulling fs layer 09:57:49 a2aff8979fd8: Pulling fs layer 09:57:49 6808be2612f2: Pulling fs layer 09:57:49 f25807f1079a: Pulling fs layer 09:57:49 6808be2612f2: Waiting 09:57:49 30dea6a524f1: Waiting 09:57:49 f25807f1079a: Waiting 09:57:49 a2aff8979fd8: Waiting 09:57:49 94cc34f8dd06: Waiting 09:57:49 a2d21d5440eb: Verifying Checksum 09:57:49 a2d21d5440eb: Download complete 09:57:49 94cc34f8dd06: Verifying Checksum 09:57:49 94cc34f8dd06: Download complete 09:57:49 30dea6a524f1: Verifying Checksum 09:57:49 30dea6a524f1: Download complete 09:57:49 63b65145d645: Verifying Checksum 09:57:49 63b65145d645: Download complete 09:57:49 a2aff8979fd8: Verifying Checksum 09:57:49 a2aff8979fd8: Download complete 09:57:49 63b65145d645: Pull complete 09:57:49 a2d21d5440eb: Pull complete 09:57:50 f25807f1079a: Verifying Checksum 09:57:50 f25807f1079a: Download complete 09:57:50 935e6c44a52c: Verifying Checksum 09:57:50 935e6c44a52c: Download complete 09:57:50 6808be2612f2: Verifying Checksum 09:57:50 6808be2612f2: Download complete 09:57:53 935e6c44a52c: Pull complete 09:57:53 94cc34f8dd06: Pull complete 09:57:53 30dea6a524f1: Pull complete 09:57:53 a2aff8979fd8: Pull complete 09:57:55 6808be2612f2: Pull complete 09:57:56 f25807f1079a: Pull complete 09:57:56 Digest: sha256:106942793af8b5907f587008084bb0888cadbc76d86ebd37d4d3227fb0f1e438 09:57:56 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine 09:57:56 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [Pipeline] sh 09:57:57 + docker tag nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine ci-base-image-x86_64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:57:57 + docker inspect -f . ci-base-image-x86_64 09:57:57 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 09:57:57 prd-ubuntu20.04-docker-8c-8g-433 does not seem to be running inside a container 09:57:57 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/xfoundry_go-mod-bootstrap_PR-479 -v /w/workspace/xfoundry_go-mod-bootstrap_PR-479:/w/workspace/xfoundry_go-mod-bootstrap_PR-479:rw,z -v /w/workspace/xfoundry_go-mod-bootstrap_PR-479@tmp:/w/workspace/xfoundry_go-mod-bootstrap_PR-479@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 09:58:03 Still waiting to schedule task 09:58:03 All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline 09:58:04 $ docker top d3f6a919bb9cd2c7f6fc6724ba453ff404c03a45eb889ba86b945e58e1b312aa -eo pid,comm [Pipeline] { [Pipeline] sh 09:58:04 + go version 09:58:04 go version go1.20.2 linux/amd64 [Pipeline] } 09:58:04 $ docker stop --time=1 d3f6a919bb9cd2c7f6fc6724ba453ff404c03a45eb889ba86b945e58e1b312aa 09:58:06 $ docker rm -f --volumes d3f6a919bb9cd2c7f6fc6724ba453ff404c03a45eb889ba86b945e58e1b312aa [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:58:06 + docker inspect -f . ci-base-image-x86_64 09:58:06 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 09:58:07 prd-ubuntu20.04-docker-8c-8g-433 does not seem to be running inside a container 09:58:07 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/xfoundry_go-mod-bootstrap_PR-479 -v /w/workspace/xfoundry_go-mod-bootstrap_PR-479:/w/workspace/xfoundry_go-mod-bootstrap_PR-479:rw,z -v /w/workspace/xfoundry_go-mod-bootstrap_PR-479@tmp:/w/workspace/xfoundry_go-mod-bootstrap_PR-479@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 09:58:07 $ docker top 232b55d704f23fe732d752edd01671729ca9c3b8fc1b50fd1fd20255eed96a17 -eo pid,comm [Pipeline] { [Pipeline] sh 09:58:07 + git config --global --add safe.directory /w/workspace/xfoundry_go-mod-bootstrap_PR-479 [Pipeline] fileExists [Pipeline] sh 09:58:08 + make test 09:58:08 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 09:58:08 go: downloading github.com/stretchr/testify v1.8.2 09:58:08 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v3 v3.0.0-dev.27 09:58:08 go: downloading github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 09:58:08 go: downloading github.com/edgexfoundry/go-mod-messaging/v3 v3.0.0-dev.18 09:58:08 go: downloading github.com/google/uuid v1.3.0 09:58:08 go: downloading github.com/hashicorp/go-multierror v1.1.1 09:58:08 go: downloading github.com/edgexfoundry/go-mod-configuration/v3 v3.0.0-dev.7 09:58:08 go: downloading github.com/mitchellh/copystructure v1.2.0 09:58:08 go: downloading github.com/pelletier/go-toml v1.9.5 09:58:08 go: downloading github.com/edgexfoundry/go-mod-secrets/v3 v3.0.0-dev.9 09:58:08 go: downloading github.com/eclipse/paho.mqtt.golang v1.4.2 09:58:08 go: downloading github.com/edgexfoundry/go-mod-registry/v3 v3.0.0-dev.5 09:58:08 go: downloading github.com/gorilla/mux v1.8.0 09:58:08 go: downloading github.com/davecgh/go-spew v1.1.1 09:58:08 go: downloading github.com/pmezard/go-difflib v1.0.0 09:58:08 go: downloading github.com/stretchr/objx v0.5.0 09:58:08 go: downloading gopkg.in/yaml.v3 v3.0.1 09:58:08 go: downloading github.com/hashicorp/errwrap v1.0.0 09:58:08 go: downloading github.com/go-kit/log v0.2.1 09:58:08 go: downloading github.com/go-playground/validator/v10 v10.11.2 09:58:08 go: downloading github.com/mitchellh/reflectwalk v1.0.2 09:58:08 go: downloading github.com/fxamacker/cbor/v2 v2.4.0 09:58:08 go: downloading github.com/spiffe/go-spiffe/v2 v2.1.2 09:58:08 go: downloading github.com/gorilla/websocket v1.4.2 09:58:08 go: downloading golang.org/x/net v0.7.0 09:58:08 go: downloading golang.org/x/sync v0.1.0 09:58:08 go: downloading github.com/hashicorp/consul/api v1.19.1 09:58:08 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 09:58:08 go: downloading github.com/go-logfmt/logfmt v0.5.1 09:58:08 go: downloading github.com/go-redis/redis/v7 v7.3.0 09:58:08 go: downloading github.com/x448/float16 v0.8.4 09:58:08 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 09:58:08 go: downloading github.com/mitchellh/mapstructure v1.5.0 09:58:08 go: downloading github.com/go-playground/universal-translator v0.18.1 09:58:08 go: downloading github.com/leodido/go-urn v1.2.1 09:58:08 go: downloading golang.org/x/crypto v0.6.0 09:58:08 go: downloading golang.org/x/text v0.7.0 09:58:08 go: downloading github.com/zeebo/errs v1.3.0 09:58:08 go: downloading google.golang.org/grpc v1.51.0 09:58:08 go: downloading gopkg.in/square/go-jose.v2 v2.6.0 09:58:08 go: downloading google.golang.org/protobuf v1.28.1 09:58:08 go: downloading github.com/go-playground/locales v0.14.1 09:58:08 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 09:58:08 go: downloading github.com/hashicorp/go-hclog v0.14.1 09:58:08 go: downloading github.com/hashicorp/go-rootcerts v1.0.2 09:58:08 go: downloading github.com/hashicorp/serf v0.10.1 09:58:08 go: downloading google.golang.org/genproto v0.0.0-20230109162033-3c3c17ce83e6 09:58:08 go: downloading github.com/fatih/color v1.9.0 09:58:08 go: downloading github.com/mattn/go-isatty v0.0.14 09:58:08 go: downloading github.com/golang/protobuf v1.5.2 09:58:08 go: downloading golang.org/x/sys v0.5.0 09:58:08 go: downloading github.com/mattn/go-colorable v0.1.12 09:58:08 go: downloading github.com/armon/go-metrics v0.3.10 09:58:08 go: downloading github.com/hashicorp/go-immutable-radix v1.3.0 09:58:08 go: downloading github.com/hashicorp/golang-lru v0.5.4 09:58:23 ? github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap [no test files] 09:58:24 ? github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/container [no test files] 09:58:24 ? github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/interfaces [no test files] 09:58:24 ? github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/interfaces/mocks [no test files] 09:58:25 ? github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/startup [no test files] 09:58:44 ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/config 20.042s coverage: 36.5% of statements 09:58:44 ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/environment 0.015s coverage: 92.5% of statements 09:58:44 ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/flags 0.007s coverage: 85.3% of statements 09:58:44 ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/handlers 2.025s coverage: 42.3% of statements 09:58:44 ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/messaging 0.009s coverage: 100.0% of statements 09:58:44 ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/metrics 0.358s coverage: 87.7% of statements 09:58:44 ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/registration 0.019s coverage: 25.0% of statements 09:58:44 ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/secret 3.042s coverage: 79.2% of statements 09:58:44 ok github.com/edgexfoundry/go-mod-bootstrap/v3/config 0.013s coverage: 31.2% of statements 09:58:44 ok github.com/edgexfoundry/go-mod-bootstrap/v3/di 0.006s coverage: 91.3% of statements 09:58:50 CGO_ENABLED=1 GO111MODULE=on go vet ./... 09:58:54 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 09:58:54 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [Pipeline] echo 09:58:54 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 09:58:54 $ docker stop --time=1 232b55d704f23fe732d752edd01671729ca9c3b8fc1b50fd1fd20255eed96a17 09:58:57 $ docker rm -f --volumes 232b55d704f23fe732d752edd01671729ca9c3b8fc1b50fd1fd20255eed96a17 [Pipeline] // withDockerContainer [Pipeline] sh 09:58:57 + sudo chown -R jenkins:jenkins . [Pipeline] stash 09:58:57 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] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:58:58 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 09:58:58 09:58:58 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:58:59 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 09:58:59 latest: Pulling from edgex-lftools-log-publisher 09:58:59 5eb5b503b376: Pulling fs layer 09:58:59 5c69ac0246d0: Pulling fs layer 09:58:59 ec43610c2a17: Pulling fs layer 09:58:59 3a2ae6a8a46f: Pulling fs layer 09:58:59 33b1e0a273af: Pulling fs layer 09:58:59 5d3b04190fa2: Pulling fs layer 09:58:59 2f39f015ded8: Pulling fs layer 09:58:59 3a2ae6a8a46f: Waiting 09:58:59 33b1e0a273af: Waiting 09:58:59 5d3b04190fa2: Waiting 09:58:59 2f39f015ded8: Waiting 09:58:59 5c69ac0246d0: Download complete 09:58:59 3a2ae6a8a46f: Download complete 09:58:59 33b1e0a273af: Verifying Checksum 09:58:59 33b1e0a273af: Download complete 09:58:59 5d3b04190fa2: Verifying Checksum 09:58:59 5d3b04190fa2: Download complete 09:58:59 ec43610c2a17: Verifying Checksum 09:58:59 ec43610c2a17: Download complete 09:58:59 5eb5b503b376: Verifying Checksum 09:58:59 5eb5b503b376: Download complete 09:59:00 2f39f015ded8: Download complete 09:59:00 5eb5b503b376: Pull complete 09:59:01 5c69ac0246d0: Pull complete 09:59:01 ec43610c2a17: Pull complete 09:59:01 3a2ae6a8a46f: Pull complete 09:59:01 33b1e0a273af: Pull complete 09:59:01 5d3b04190fa2: Pull complete 09:59:06 2f39f015ded8: Pull complete 09:59:06 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 09:59:06 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 09:59:06 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 09:59:06 prd-ubuntu20.04-docker-8c-8g-433 does not seem to be running inside a container 09:59:06 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/xfoundry_go-mod-bootstrap_PR-479 -v /w/workspace/xfoundry_go-mod-bootstrap_PR-479:/w/workspace/xfoundry_go-mod-bootstrap_PR-479:rw,z -v /w/workspace/xfoundry_go-mod-bootstrap_PR-479@tmp:/w/workspace/xfoundry_go-mod-bootstrap_PR-479@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:latest cat 09:59:13 $ docker top 4e551c55436764ce2fe5fd5b71af62c675e13a6939ab0bf59feb8433b4d97eb4 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 09:59:13 ---> job-cost.sh 09:59:13 lf-activate-venv: SKIPPING 09:59:13 INFO: No Stack... 09:59:13 INFO: Retrieving Pricing Info for: v3-standard-8 09:59:14 INFO: Archiving Costs [Pipeline] sh 09:59:14 + cat+ /w/workspace/xfoundry_go-mod-bootstrap_PR-479/archives/cost.csv 09:59:14 cut -d, -f6 [Pipeline] lock 09:59:14 Trying to acquire lock on [jenkins-edgexfoundry-go-mod-bootstrap-PR-479-1-stack-cost] 09:59:14 Resource [jenkins-edgexfoundry-go-mod-bootstrap-PR-479-1-stack-cost] did not exist. Created. 09:59:14 Lock acquired on [jenkins-edgexfoundry-go-mod-bootstrap-PR-479-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 09:59:15 + echo total: 0.2199999988079071 [Pipeline] stash 09:59:15 Stashed 1 file(s) [Pipeline] } 09:59:15 Lock released on resource [jenkins-edgexfoundry-go-mod-bootstrap-PR-479-1-stack-cost] [Pipeline] // lock [Pipeline] } 09:59:15 $ docker stop --time=1 4e551c55436764ce2fe5fd5b71af62c675e13a6939ab0bf59feb8433b4d97eb4 09:59:16 $ docker rm -f --volumes 4e551c55436764ce2fe5fd5b71af62c675e13a6939ab0bf59feb8433b4d97eb4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 09:59:42 Running on prd-ubuntu20.04-docker-arm64-4c-16g-435 in /w/workspace/xfoundry_go-mod-bootstrap_PR-479 [Pipeline] { [Pipeline] ws 09:59:42 Running in /w/workspace/go-mod-bootstrap/1 [Pipeline] { [Pipeline] checkout 09:59:42 Selected Git installation does not exist. Using Default 09:59:42 The recommended git tool is: NONE 09:59:48 using credential edgex-jenkins-ssh 09:59:48 Cloning the remote Git repository 09:59:48 Cloning repository git@github.com:edgexfoundry/go-mod-bootstrap.git 09:59:48 > git init /w/workspace/go-mod-bootstrap/1 # timeout=10 09:59:49 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git 09:59:49 > git --version # timeout=10 09:59:49 > git --version # 'git version 2.25.1' 09:59:49 using GIT_SSH to set credentials SSH Credentials for GitHub 09:59:49 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/*:refs/remotes/origin/* # timeout=10 09:59:50 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 09:59:50 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 09:59:51 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 09:59:51 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git 09:59:51 using GIT_SSH to set credentials SSH Credentials for GitHub 09:59:51 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/pull/479/head:refs/remotes/origin/PR-479 +refs/heads/main:refs/remotes/origin/main # timeout=10 09:59:51 Merging remotes/origin/main commit 86c0411d57e58dc9cd52f2a308b5af3201381109 into PR head commit b75d2c69fee0c44e5fa4313f72fae0557648a201 09:59:52 Merge succeeded, producing b75d2c69fee0c44e5fa4313f72fae0557648a201 09:59:52 Checking out Revision b75d2c69fee0c44e5fa4313f72fae0557648a201 (PR-479) 09:59:52 Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-messaging/v3" 09:59:52 > git --version # timeout=10 09:59:52 > git --version # 'git version 2.25.1' 09:59:52 fatal: bad object 66200e8eedfc470904d6b329e562ec5b45423d6a 09:59:51 > git config core.sparsecheckout # timeout=10 09:59:51 > git checkout -f b75d2c69fee0c44e5fa4313f72fae0557648a201 # timeout=10 09:59:52 > git remote # timeout=10 09:59:52 > git config --get remote.origin.url # timeout=10 09:59:52 using GIT_SSH to set credentials SSH Credentials for GitHub 09:59:52 > git merge 86c0411d57e58dc9cd52f2a308b5af3201381109 # timeout=10 09:59:52 > git rev-parse HEAD^{commit} # timeout=10 09:59:52 > git config core.sparsecheckout # timeout=10 09:59:52 > git checkout -f b75d2c69fee0c44e5fa4313f72fae0557648a201 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 09:59:53 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 09:59:53 % Total % Received % Xferd Average Speed Time Time Time Current 09:59:53 Dload Upload Total Spent Left Speed 09:59:53 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 81737 0 --:--:-- --:--:-- --:--:-- 81737 [Pipeline] sh 09:59:54 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 09:59:54 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 09:59:54 + sudo tee /etc/docker/daemon.new 09:59:54 { 09:59:54 "registry-mirrors": [ 09:59:54 "https://nexus3.edgexfoundry.org:10001" 09:59:54 ], 09:59:54 "bip": "10.250.0.254/24", 09:59:54 "hosts": [ 09:59:54 "tcp://0.0.0.0:5555", 09:59:54 "unix:///var/run/docker.sock" 09:59:54 ], 09:59:54 "mtu": 1458, 09:59:54 "selinux-enabled": true, 09:59:54 "seccomp-profile": "/etc/docker/seccomp.json" 09:59:54 } [Pipeline] sh 09:59:55 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 09:59:55 + sudo service docker restart [Pipeline] unstash [Pipeline] echo 10:00:14 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 10:00:14 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 10:00:14 ========================================================= 10:00:14 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine] 10:00:14 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] sh 10:00:14 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine 10:00:15 1.20-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 10:00:15 af6eaf76a39c: Pulling fs layer 10:00:15 55522c791124: Pulling fs layer 10:00:15 ce5c4a1c91eb: Pulling fs layer 10:00:15 169dfbe0d373: Pulling fs layer 10:00:15 e1ff8fa3b103: Pulling fs layer 10:00:15 52ebb69f0ebf: Pulling fs layer 10:00:15 5abe8eddf0d5: Pulling fs layer 10:00:15 169dfbe0d373: Waiting 10:00:15 e1ff8fa3b103: Waiting 10:00:15 52ebb69f0ebf: Waiting 10:00:15 5abe8eddf0d5: Waiting 10:00:15 55522c791124: Verifying Checksum 10:00:15 55522c791124: Download complete 10:00:15 169dfbe0d373: Verifying Checksum 10:00:15 169dfbe0d373: Download complete 10:00:15 e1ff8fa3b103: Download complete 10:00:15 af6eaf76a39c: Verifying Checksum 10:00:15 af6eaf76a39c: Download complete 10:00:16 af6eaf76a39c: Pull complete 10:00:16 5abe8eddf0d5: Download complete 10:00:16 55522c791124: Pull complete 10:00:17 ce5c4a1c91eb: Verifying Checksum 10:00:17 ce5c4a1c91eb: Download complete 10:00:17 52ebb69f0ebf: Verifying Checksum 10:00:17 52ebb69f0ebf: Download complete 10:00:30 ce5c4a1c91eb: Pull complete 10:00:30 169dfbe0d373: Pull complete 10:00:30 e1ff8fa3b103: Pull complete 10:00:36 52ebb69f0ebf: Pull complete 10:00:39 5abe8eddf0d5: Pull complete 10:00:39 Digest: sha256:978cc1420e451f27bd88fdeece3ad01a9109ec773b62f165dfc696fd516b3d8f 10:00:39 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine 10:00:39 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine [Pipeline] sh 10:00:40 + docker tag nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine ci-base-image-arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:00:40 + docker inspect -f . ci-base-image-arm64 10:00:40 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 10:00:40 prd-ubuntu20.04-docker-arm64-4c-16g-435 does not seem to be running inside a container 10:00:40 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-bootstrap/1 -v /w/workspace/go-mod-bootstrap/1:/w/workspace/go-mod-bootstrap/1:rw,z -v /w/workspace/go-mod-bootstrap/1@tmp:/w/workspace/go-mod-bootstrap/1@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-arm64 cat 10:00:43 $ docker top 5378534a5a2ec20ea6e8700d3d6c4a4a81769ac298dc82fecd1cab371d8ee2f8 -eo pid,comm [Pipeline] { [Pipeline] sh 10:00:44 + go version 10:00:44 go version go1.20.2 linux/arm64 [Pipeline] } 10:00:44 $ docker stop --time=1 5378534a5a2ec20ea6e8700d3d6c4a4a81769ac298dc82fecd1cab371d8ee2f8 10:00:46 $ docker rm -f --volumes 5378534a5a2ec20ea6e8700d3d6c4a4a81769ac298dc82fecd1cab371d8ee2f8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:00:47 + docker inspect -f . ci-base-image-arm64 10:00:47 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 10:00:47 prd-ubuntu20.04-docker-arm64-4c-16g-435 does not seem to be running inside a container 10:00:47 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/go-mod-bootstrap/1 -v /w/workspace/go-mod-bootstrap/1:/w/workspace/go-mod-bootstrap/1:rw,z -v /w/workspace/go-mod-bootstrap/1@tmp:/w/workspace/go-mod-bootstrap/1@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-arm64 cat 10:00:50 $ docker top e002b211b4a18a3250f5fceeaef3d03ac560373ca536bfb9bdb40fb3592f984d -eo pid,comm [Pipeline] { [Pipeline] sh 10:00:50 + git config --global --add safe.directory /w/workspace/go-mod-bootstrap/1 [Pipeline] fileExists [Pipeline] sh 10:00:51 + make test 10:00:51 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 10:00:51 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v3 v3.0.0-dev.27 10:00:51 go: downloading github.com/edgexfoundry/go-mod-registry/v3 v3.0.0-dev.5 10:00:51 go: downloading github.com/stretchr/testify v1.8.2 10:00:51 go: downloading github.com/edgexfoundry/go-mod-configuration/v3 v3.0.0-dev.7 10:00:51 go: downloading github.com/pelletier/go-toml v1.9.5 10:00:52 go: downloading github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 10:00:52 go: downloading github.com/eclipse/paho.mqtt.golang v1.4.2 10:00:52 go: downloading github.com/edgexfoundry/go-mod-messaging/v3 v3.0.0-dev.18 10:00:52 go: downloading github.com/mitchellh/copystructure v1.2.0 10:00:52 go: downloading github.com/edgexfoundry/go-mod-secrets/v3 v3.0.0-dev.9 10:00:52 go: downloading github.com/gorilla/mux v1.8.0 10:00:52 go: downloading github.com/google/uuid v1.3.0 10:00:52 go: downloading github.com/hashicorp/go-multierror v1.1.1 10:00:52 go: downloading github.com/davecgh/go-spew v1.1.1 10:00:52 go: downloading github.com/pmezard/go-difflib v1.0.0 10:00:52 go: downloading gopkg.in/yaml.v3 v3.0.1 10:00:52 go: downloading github.com/stretchr/objx v0.5.0 10:00:52 go: downloading github.com/go-kit/log v0.2.1 10:00:52 go: downloading github.com/fxamacker/cbor/v2 v2.4.0 10:00:52 go: downloading github.com/go-playground/validator/v10 v10.11.2 10:00:52 go: downloading github.com/mitchellh/reflectwalk v1.0.2 10:00:52 go: downloading github.com/gorilla/websocket v1.4.2 10:00:52 go: downloading golang.org/x/net v0.7.0 10:00:52 go: downloading golang.org/x/sync v0.1.0 10:00:52 go: downloading github.com/spiffe/go-spiffe/v2 v2.1.2 10:00:53 go: downloading github.com/hashicorp/errwrap v1.0.0 10:00:53 go: downloading github.com/hashicorp/consul/api v1.19.1 10:00:53 go: downloading github.com/go-logfmt/logfmt v0.5.1 10:00:53 go: downloading github.com/x448/float16 v0.8.4 10:00:53 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 10:00:53 go: downloading github.com/go-redis/redis/v7 v7.3.0 10:00:53 go: downloading github.com/go-playground/universal-translator v0.18.1 10:00:53 go: downloading github.com/leodido/go-urn v1.2.1 10:00:53 go: downloading golang.org/x/crypto v0.6.0 10:00:53 go: downloading golang.org/x/text v0.7.0 10:00:53 go: downloading github.com/zeebo/errs v1.3.0 10:00:53 go: downloading google.golang.org/grpc v1.51.0 10:00:55 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 10:00:55 go: downloading github.com/mitchellh/mapstructure v1.5.0 10:00:55 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 10:00:55 go: downloading github.com/hashicorp/go-hclog v0.14.1 10:00:55 go: downloading github.com/hashicorp/go-rootcerts v1.0.2 10:00:55 go: downloading github.com/hashicorp/serf v0.10.1 10:00:55 go: downloading github.com/go-playground/locales v0.14.1 10:00:55 go: downloading gopkg.in/square/go-jose.v2 v2.6.0 10:00:55 go: downloading google.golang.org/protobuf v1.28.1 10:00:56 go: downloading google.golang.org/genproto v0.0.0-20230109162033-3c3c17ce83e6 10:00:56 go: downloading github.com/fatih/color v1.9.0 10:00:56 go: downloading github.com/mattn/go-isatty v0.0.14 10:00:56 go: downloading github.com/armon/go-metrics v0.3.10 10:00:56 go: downloading github.com/golang/protobuf v1.5.2 10:00:57 go: downloading golang.org/x/sys v0.5.0 10:00:57 go: downloading github.com/mattn/go-colorable v0.1.12 10:00:57 go: downloading github.com/hashicorp/go-immutable-radix v1.3.0 10:00:57 go: downloading github.com/hashicorp/golang-lru v0.5.4 10:03:04 ? github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap [no test files] 10:03:14 ? github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/container [no test files] 10:03:24 ? github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/interfaces [no test files] 10:03:24 ? github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/interfaces/mocks [no test files] 10:03:34 ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/config 20.120s coverage: 36.5% of statements 10:03:34 ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/environment 0.066s coverage: 92.5% of statements 10:03:34 ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/flags 0.018s coverage: 85.3% of statements 10:03:34 ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/handlers 2.092s coverage: 42.3% of statements 10:03:34 ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/messaging 0.066s coverage: 100.0% of statements 10:03:34 ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/metrics 0.380s coverage: 87.7% of statements 10:03:34 ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/registration 0.052s coverage: 25.0% of statements 10:03:34 ? github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/startup [no test files] 10:03:38 ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/secret 3.156s coverage: 79.2% of statements 10:03:38 ok github.com/edgexfoundry/go-mod-bootstrap/v3/config 0.050s coverage: 31.2% of statements 10:03:38 ok github.com/edgexfoundry/go-mod-bootstrap/v3/di 0.020s coverage: 91.3% of statements 10:03:38 WARNING: Linting skipped (not on x86_64 or linter not installed) 10:03:38 CGO_ENABLED=1 GO111MODULE=on go vet ./... 10:04:10 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 10:04:10 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [Pipeline] echo 10:04:11 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 10:04:11 $ docker stop --time=1 e002b211b4a18a3250f5fceeaef3d03ac560373ca536bfb9bdb40fb3592f984d 10:04:13 $ docker rm -f --volumes e002b211b4a18a3250f5fceeaef3d03ac560373ca536bfb9bdb40fb3592f984d [Pipeline] // withDockerContainer [Pipeline] sh 10:04:16 + sudo chown -R jenkins:jenkins . [Pipeline] stash 10:04:16 Warning: overwriting stash ‘coverage-report’ 10:04:16 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] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:04:17 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 10:04:17 10:04:17 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:04:18 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 10:04:18 arm64: Pulling from edgex-lftools-log-publisher 10:04:18 8998bd30e6a1: Pulling fs layer 10:04:18 04944245beec: Pulling fs layer 10:04:18 699f458cf7ca: Pulling fs layer 10:04:18 765212b225bb: Pulling fs layer 10:04:18 f23df028b6ca: Pulling fs layer 10:04:18 d65c8cfc05b1: Pulling fs layer 10:04:18 2437ff75d9bd: Pulling fs layer 10:04:18 765212b225bb: Waiting 10:04:18 f23df028b6ca: Waiting 10:04:18 d65c8cfc05b1: Waiting 10:04:18 2437ff75d9bd: Waiting 10:04:18 04944245beec: Verifying Checksum 10:04:18 04944245beec: Download complete 10:04:18 765212b225bb: Verifying Checksum 10:04:18 765212b225bb: Download complete 10:04:18 f23df028b6ca: Verifying Checksum 10:04:18 f23df028b6ca: Download complete 10:04:18 d65c8cfc05b1: Verifying Checksum 10:04:18 d65c8cfc05b1: Download complete 10:04:18 699f458cf7ca: Verifying Checksum 10:04:18 699f458cf7ca: Download complete 10:04:18 8998bd30e6a1: Verifying Checksum 10:04:18 8998bd30e6a1: Download complete 10:04:21 2437ff75d9bd: Verifying Checksum 10:04:21 2437ff75d9bd: Download complete 10:04:24 8998bd30e6a1: Pull complete 10:04:24 04944245beec: Pull complete 10:04:25 699f458cf7ca: Pull complete 10:04:26 765212b225bb: Pull complete 10:04:27 f23df028b6ca: Pull complete 10:04:27 d65c8cfc05b1: Pull complete 10:04:49 2437ff75d9bd: Pull complete 10:04:49 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 10:04:49 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 10:04:49 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 10:04:49 prd-ubuntu20.04-docker-arm64-4c-16g-435 does not seem to be running inside a container 10:04:49 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/go-mod-bootstrap/1 -v /w/workspace/go-mod-bootstrap/1:/w/workspace/go-mod-bootstrap/1:rw,z -v /w/workspace/go-mod-bootstrap/1@tmp:/w/workspace/go-mod-bootstrap/1@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:arm64 cat 10:04:51 $ docker top d95073d281fcdab4412e24f399c52d11ae064c34024280dda7f39cdad994e415 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 10:04:52 ---> job-cost.sh 10:04:52 lf-activate-venv: SKIPPING 10:04:52 INFO: No Stack... 10:04:53 INFO: Retrieving Pricing Info for: v3-standard-4 10:04:54 INFO: Archiving Costs [Pipeline] sh 10:04:54 + cat /w/workspace/go-mod-bootstrap/1/archives/cost.csv 10:04:54 + cut -d, -f6 [Pipeline] lock 10:04:54 Trying to acquire lock on [jenkins-edgexfoundry-go-mod-bootstrap-PR-479-1-stack-cost] 10:04:54 Resource [jenkins-edgexfoundry-go-mod-bootstrap-PR-479-1-stack-cost] did not exist. Created. 10:04:54 Lock acquired on [jenkins-edgexfoundry-go-mod-bootstrap-PR-479-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 10:04:55 /w/workspace/go-mod-bootstrap/1@tmp/durable-3ae0796c/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh 10:04:56 + echo total: 0.10999999940395355 [Pipeline] stash 10:04:56 Warning: overwriting stash ‘stack-cost’ 10:04:56 Stashed 1 file(s) [Pipeline] } 10:04:56 Lock released on resource [jenkins-edgexfoundry-go-mod-bootstrap-PR-479-1-stack-cost] [Pipeline] // lock [Pipeline] } 10:04:56 $ docker stop --time=1 d95073d281fcdab4412e24f399c52d11ae064c34024280dda7f39cdad994e415 10:04:58 $ docker rm -f --volumes d95073d281fcdab4412e24f399c52d11ae064c34024280dda7f39cdad994e415 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [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] configFileProvider 10:04:59 provisioning config files... 10:04:59 copy managed file [go-mod-bootstrap-codecov-token] to file:/w/workspace/xfoundry_go-mod-bootstrap_PR-479@tmp/config2378774416374100147tmp [Pipeline] { [Pipeline] sh 10:04:59 + set +x 10:04:59 + curl -s https://codecov.io/bash 10:04:59 + bash -s -- 10:04:59 10:04:59 _____ _ 10:04:59 / ____| | | 10:04:59 | | ___ __| | ___ ___ _____ __ 10:04:59 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 10:04:59 | |___| (_) | (_| | __/ (_| (_) \ V / 10:04:59 \_____\___/ \__,_|\___|\___\___/ \_/ 10:04:59 Bash-1.0.6 10:04:59 10:04:59 10:04:59 ==> git version 2.25.1 found 10:04:59 ==> curl 7.68.0 (x86_64-pc-linux-gnu) libcurl/7.68.0 OpenSSL/1.1.1f zlib/1.2.11 brotli/1.0.7 libidn2/2.2.0 libpsl/0.21.0 (+libidn2/2.2.0) libssh/0.9.3/openssl/zlib nghttp2/1.40.0 librtmp/2.3 10:04:59 Release-Date: 2020-01-08 10:04:59 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 10:04:59 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 10:04:59 ==> Jenkins CI detected. 10:04:59 current dir:  /w/workspace/xfoundry_go-mod-bootstrap_PR-479 10:04:59 project root: . 10:04:59 --> token set from env 10:04:59 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 10:04:59 ==> Running gcov in . (disable via -X gcov) 10:04:59 ==> Python coveragepy not found 10:04:59 ==> Searching for coverage reports in: 10:04:59 + . 10:04:59 -> Found 1 reports 10:04:59 ==> Detecting git/mercurial file structure 10:04:59 ==> Reading reports 10:04:59 + ./coverage.out bytes=84831 10:04:59 ==> Appending adjustments 10:04:59 https://docs.codecov.io/docs/fixing-reports 10:05:00 + Found adjustments 10:05:00 ==> Gzipping contents 10:05:00 16K /tmp/codecov.o1JLW3.gz 10:05:00 ==> Uploading reports 10:05:00 url: https://codecov.io 10:05:00 query: branch=PR-479&commit=b75d2c69fee0c44e5fa4313f72fae0557648a201&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-bootstrap%2Fjob%2FPR-479%2F1%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-bootstrap&service=jenkins&flags=&pr=479&job=&cmd_args= 10:05:00 -> Pinging Codecov 10:05:00 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=c5112490-c224-4931-97ab-fb3b10067c12&branch=PR-479&commit=b75d2c69fee0c44e5fa4313f72fae0557648a201&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-bootstrap%2Fjob%2FPR-479%2F1%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-bootstrap&service=jenkins&flags=&pr=479&job=&cmd_args= 10:05:00 -> Uploading to 10:05:00 https://storage.googleapis.com/codecov/v4/raw/2023-03-15/833815588EE85121546D348822E98E2E/b75d2c69fee0c44e5fa4313f72fae0557648a201/d9052eb8-ac29-4055-acb9-d2cfcec9b38d.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230315%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230315T100459Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=c247b002411a943ad387af6b92e1dc41ba2db1e9a816f82ea0ea8f49f79408ad 10:05:00 % Total % Received % Xferd Average Speed Time Time Time Current 10:05:00 Dload Upload Total Spent Left Speed 10:05:00 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13389 0 0 100 13389 0 52920 --:--:-- --:--:-- --:--:-- 52920 10:05:00 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/go-mod-bootstrap/commit/b75d2c69fee0c44e5fa4313f72fae0557648a201 [Pipeline] } 10:05:00 Deleting 1 temporary files [Pipeline] // configFileProvider [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] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh 10:05:02 + [ -d /w/workspace/xfoundry_go-mod-bootstrap_PR-479/archives ] 10:05:02 + ls -al /w/workspace/xfoundry_go-mod-bootstrap_PR-479/archives 10:05:02 total 16 10:05:02 drwxr-xr-x 3 root root 4096 Mar 15 09:59 . 10:05:02 drwxrwxr-x 9 jenkins jenkins 4096 Mar 15 09:59 .. 10:05:02 drwxr-xr-x 2 root root 4096 Mar 15 09:59 cost 10:05:02 -rw-r--r-- 1 root root 89 Mar 15 09:59 cost.csv 10:05:02 + sudo chown -R jenkins:jenkins /w/workspace/xfoundry_go-mod-bootstrap_PR-479/archives 10:05:02 + ls -al /w/workspace/xfoundry_go-mod-bootstrap_PR-479/archives 10:05:02 total 16 10:05:02 drwxr-xr-x 3 jenkins jenkins 4096 Mar 15 09:59 . 10:05:02 drwxrwxr-x 9 jenkins jenkins 4096 Mar 15 09:59 .. 10:05:02 drwxr-xr-x 2 jenkins jenkins 4096 Mar 15 09:59 cost 10:05:02 -rw-r--r-- 1 jenkins jenkins 89 Mar 15 09:59 cost.csv [Pipeline] libraryResource [Pipeline] sh 10:05:02 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 10:05:03 ---> package-listing.sh 10:05:03 ++ facter osfamily 10:05:03 ++ tr '[:upper:]' '[:lower:]' 10:05:03 + OS_FAMILY=debian 10:05:03 + workspace=/w/workspace/xfoundry_go-mod-bootstrap_PR-479 10:05:03 + START_PACKAGES=/tmp/packages_start.txt 10:05:03 + END_PACKAGES=/tmp/packages_end.txt 10:05:03 + DIFF_PACKAGES=/tmp/packages_diff.txt 10:05:03 + PACKAGES=/tmp/packages_start.txt 10:05:03 + '[' /w/workspace/xfoundry_go-mod-bootstrap_PR-479 ']' 10:05:03 + PACKAGES=/tmp/packages_end.txt 10:05:03 + case "${OS_FAMILY}" in 10:05:03 + dpkg -l 10:05:03 + grep '^ii' 10:05:03 + '[' -f /tmp/packages_start.txt ']' 10:05:03 + '[' -f /tmp/packages_end.txt ']' 10:05:03 + diff /tmp/packages_start.txt /tmp/packages_end.txt 10:05:03 + '[' /w/workspace/xfoundry_go-mod-bootstrap_PR-479 ']' 10:05:03 + mkdir -p /w/workspace/xfoundry_go-mod-bootstrap_PR-479/archives/ 10:05:03 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/xfoundry_go-mod-bootstrap_PR-479/archives/ [Pipeline] echo 10:05:03 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/xfoundry_go-mod-bootstrap_PR-479/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 10:05:03 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 10:05:04 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 10:05:04 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 10:05:04 prd-ubuntu20.04-docker-8c-8g-433 does not seem to be running inside a container 10:05:04 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/xfoundry_go-mod-bootstrap_PR-479/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-479 -v /w/workspace/xfoundry_go-mod-bootstrap_PR-479:/w/workspace/xfoundry_go-mod-bootstrap_PR-479:rw,z -v /w/workspace/xfoundry_go-mod-bootstrap_PR-479@tmp:/w/workspace/xfoundry_go-mod-bootstrap_PR-479@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 10:05:04 $ docker top 1d7704f6d5b7dc36cc3a0764e4be7cf74b4b774e403d206b3eae4df7aed9bab8 -eo pid,comm [Pipeline] { [Pipeline] sh 10:05:05 + touch /tmp/pre-build-complete [Pipeline] sh 10:05:05 + mkdir -p /var/log/sysstat [Pipeline] sh 10:05:05 + ls /var/log/sa-host 10:05:05 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 10:05:05 provisioning config files... 10:05:05 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/xfoundry_go-mod-bootstrap_PR-479@tmp/config7648301099337905697tmp [Pipeline] { [Pipeline] echo 10:05:06 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 10:05:06 ---> create-netrc.sh [Pipeline] } 10:05:06 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 10:05:06 ---> python-tools-install.sh [Pipeline] echo 10:05:06 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 10:05:07 ---> sudo-logs.sh 10:05:07 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 10:05:07 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 10:05:07 ---> job-cost.sh 10:05:07 lf-activate-venv: SKIPPING 10:05:07 DEBUG: total: 0.2199999988079071 10:05:07 INFO: Retrieving Stack Cost... 10:05:08 INFO: Retrieving Pricing Info for: v3-standard-8 10:05:08 INFO: Archiving Costs [Pipeline] echo 10:05:08 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 10:05:08 ---> logs-deploy.sh 10:05:08 lf-activate-venv: SKIPPING 10:05:08 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-bootstrap/PR-479/1 10:05:08 INFO: archiving workspace using pattern(s): 10:05:09 Archives upload complete. 10:05:09 INFO: archiving logs to Nexus 10:05:10 ---> uname -a: 10:05:10 Linux prd-ubuntu20-04-docker-8c-8g-433 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux 10:05:10 10:05:10 10:05:10 ---> lscpu: 10:05:10 Architecture: x86_64 10:05:10 CPU op-mode(s): 32-bit, 64-bit 10:05:10 Byte Order: Little Endian 10:05:10 Address sizes: 40 bits physical, 48 bits virtual 10:05:10 CPU(s): 8 10:05:10 On-line CPU(s) list: 0-7 10:05:10 Thread(s) per core: 1 10:05:10 Core(s) per socket: 1 10:05:10 Socket(s): 8 10:05:10 NUMA node(s): 1 10:05:10 Vendor ID: AuthenticAMD 10:05:10 CPU family: 23 10:05:10 Model: 49 10:05:10 Model name: AMD EPYC-Rome Processor 10:05:10 Stepping: 0 10:05:10 CPU MHz: 2799.996 10:05:10 BogoMIPS: 5599.99 10:05:10 Virtualization: AMD-V 10:05:10 Hypervisor vendor: KVM 10:05:10 Virtualization type: full 10:05:10 L1d cache: 256 KiB 10:05:10 L1i cache: 256 KiB 10:05:10 L2 cache: 4 MiB 10:05:10 L3 cache: 128 MiB 10:05:10 NUMA node0 CPU(s): 0-7 10:05:10 Vulnerability Itlb multihit: Not affected 10:05:10 Vulnerability L1tf: Not affected 10:05:10 Vulnerability Mds: Not affected 10:05:10 Vulnerability Meltdown: Not affected 10:05:10 Vulnerability Mmio stale data: Not affected 10:05:10 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 10:05:10 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 10:05:10 Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling 10:05:10 Vulnerability Srbds: Not affected 10:05:10 Vulnerability Tsx async abort: Not affected 10:05:10 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm rep_good nopl cpuid extd_apicid tsc_known_freq pni pclmulqdq ssse3 fma cx16 sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext perfctr_core ssbd ibrs ibpb stibp vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 xsaves clzero xsaveerptr wbnoinvd arat npt nrip_save umip rdpid arch_capabilities 10:05:10 10:05:10 10:05:10 ---> nproc: 10:05:10 8 10:05:10 10:05:10 10:05:10 ---> df -h: 10:05:10 Filesystem Size Used Avail Use% Mounted on 10:05:10 overlay 155G 11G 145G 7% / 10:05:10 tmpfs 64M 0 64M 0% /dev 10:05:10 tmpfs 16G 0 16G 0% /sys/fs/cgroup 10:05:10 shm 64M 0 64M 0% /dev/shm 10:05:10 /dev/vda1 155G 11G 145G 7% /facter-os 10:05:10 10:05:10 10:05:10 ---> sar -b -r -n DEV: 10:05:10 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-433) 03/15/23 _x86_64_ (8 CPU) 10:05:10 10:05:10 09:40:16 LINUX RESTART (8 CPU) 10:05:10 10:05:10 09:41:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 10:05:10 09:42:01 6.37 0.00 6.37 0.00 0.00 391.54 0.00 10:05:10 09:43:01 1.33 0.00 1.33 0.00 0.00 16.26 0.00 10:05:10 09:44:01 0.92 0.00 0.92 0.00 0.00 10.00 0.00 10:05:10 09:45:01 1.32 0.00 1.32 0.00 0.00 16.40 0.00 10:05:10 09:46:01 52.57 11.60 40.98 0.00 5176.74 8739.34 0.00 10:05:10 09:47:01 6.00 0.02 5.98 0.00 0.13 122.49 0.00 10:05:10 09:48:01 1.25 0.00 1.25 0.00 0.00 14.40 0.00 10:05:10 09:49:01 1.93 0.00 1.93 0.00 0.00 22.53 0.00 10:05:10 09:50:01 1.37 0.00 1.37 0.00 0.00 15.73 0.00 10:05:10 09:51:01 2.00 0.00 2.00 0.00 0.00 22.80 0.00 10:05:10 09:52:01 1.33 0.00 1.33 0.00 0.00 14.80 0.00 10:05:10 09:53:01 1.85 0.00 1.85 0.00 0.00 21.73 0.00 10:05:10 09:54:02 1.37 0.00 1.37 0.00 0.00 16.13 0.00 10:05:10 09:55:01 5.73 3.88 1.85 0.00 88.24 32.67 0.00 10:05:10 09:56:01 1.87 0.02 1.85 0.00 0.13 25.33 0.00 10:05:10 09:57:01 1.25 0.00 1.25 0.00 0.00 16.13 0.00 10:05:10 09:58:01 59.87 12.30 47.58 0.00 1816.23 23113.75 0.00 10:05:10 09:59:01 56.20 0.35 55.85 0.00 11.33 29467.64 0.00 10:05:10 10:00:01 31.38 0.03 31.34 0.00 2.93 16555.64 0.00 10:05:10 10:01:01 1.88 0.00 1.88 0.00 0.00 21.46 0.00 10:05:10 10:02:01 1.02 0.00 1.02 0.00 0.00 11.60 0.00 10:05:10 10:03:01 0.98 0.00 0.98 0.00 0.00 13.33 0.00 10:05:10 10:04:01 1.07 0.00 1.07 0.00 0.00 11.73 0.00 10:05:10 10:05:01 1.82 0.07 1.75 0.00 4.80 24.80 0.00 10:05:10 Average: 10.12 1.18 8.94 0.00 296.20 3284.28 0.00 10:05:10 10:05:10 09:41:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 10:05:10 09:42:01 30615168 31879424 493608 1.50 47208 1538792 1647292 4.85 606132 1406716 4 10:05:10 09:43:01 30615100 31879480 492828 1.50 47280 1538780 1647292 4.85 606652 1406704 20 10:05:10 09:44:01 30615028 31879568 492808 1.50 47312 1538796 1647292 4.85 606620 1406796 12 10:05:10 09:45:01 30614728 31879332 492956 1.50 47344 1538800 1647292 4.85 607636 1406828 20 10:05:10 09:46:01 30076796 31841908 505764 1.54 81452 1994488 1709352 5.04 935672 1575844 896 10:05:10 09:47:01 30082800 31843244 504588 1.53 80088 1991224 1692240 4.99 933320 1572640 8 10:05:10 09:48:01 30083236 31843748 504184 1.53 80176 1991236 1692240 4.99 933212 1572648 8 10:05:10 09:49:01 30083252 31843876 504044 1.53 80272 1991228 1692240 4.99 933332 1572644 8 10:05:10 09:50:01 30081180 31842144 505956 1.54 80368 1991232 1692240 4.99 937092 1572888 8 10:05:10 09:51:01 30081464 31842544 505460 1.54 80456 1991252 1692240 4.99 937352 1572888 8 10:05:10 09:52:01 30081156 31842588 505616 1.54 80552 1991244 1692240 4.99 937280 1573164 12 10:05:10 09:53:01 30080956 31842524 505524 1.54 80648 1991256 1692240 4.99 937664 1573176 8 10:05:10 09:54:02 30081116 31842752 505456 1.54 80748 1991204 1692240 4.99 937800 1573184 4 10:05:10 09:55:01 30036480 31801684 545760 1.66 80816 1994140 1692240 4.99 980504 1574688 16 10:05:10 09:56:01 30032416 31797700 549736 1.67 80884 1994108 1723248 5.08 980880 1574640 16 10:05:10 09:57:01 30032792 31798140 549112 1.67 80932 1994116 1723248 5.08 980528 1574644 8 10:05:10 09:58:01 28691388 31561912 733032 2.23 105308 3034548 1844708 5.44 1315584 2489160 342972 10:05:10 09:59:01 28395784 31528176 765040 2.33 126584 3254796 2078064 6.12 1451544 2620188 227228 10:05:10 10:00:01 28156260 31558440 733308 2.23 128960 3486852 1755768 5.17 1437720 2839216 8 10:05:10 10:01:01 28155468 31557720 733816 2.23 129004 3486856 1755768 5.17 1437280 2839220 36 10:05:10 10:02:01 28162712 31565032 726344 2.21 129036 3486852 1755768 5.17 1430044 2839224 28 10:05:10 10:03:01 28163052 31565312 725992 2.21 129048 3486864 1755768 5.17 1430200 2839228 48 10:05:10 10:04:01 28170560 31572872 718616 2.19 129068 3486868 1755768 5.17 1423072 2839232 20 10:05:10 10:05:01 28169832 31572368 718584 2.19 129092 3487008 1786988 5.27 1423992 2839028 4 10:05:10 Average: 29556614 31749270 584089 1.78 90110 2386356 1727657 5.09 1047546 1943941 23808 10:05:10 10:05:10 09:41:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 10:05:10 09:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:05:10 09:42:01 ens3 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 10:05:10 09:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:05:10 09:43:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 10:05:10 09:43:01 ens3 0.68 0.37 0.27 0.20 0.00 0.00 0.00 0.00 10:05:10 09:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:05:10 09:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:05:10 09:44:01 ens3 0.63 0.00 0.06 0.00 0.00 0.00 0.00 0.00 10:05:10 09:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:05:10 09:45:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 10:05:10 09:45:01 ens3 0.73 0.52 0.36 0.28 0.00 0.00 0.00 0.00 10:05:10 09:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:05:10 09:46:01 lo 0.67 0.67 0.06 0.06 0.00 0.00 0.00 0.00 10:05:10 09:46:01 ens3 165.37 81.22 2802.37 5.85 0.00 0.00 0.00 0.00 10:05:10 09:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:05:10 09:47:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 10:05:10 09:47:01 ens3 0.28 0.23 0.02 0.02 0.00 0.00 0.00 0.00 10:05:10 09:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:05:10 09:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:05:10 09:48:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:05:10 09:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:05:10 09:49:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 10:05:10 09:49:01 ens3 0.12 0.13 0.01 0.01 0.00 0.00 0.00 0.00 10:05:10 09:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:05:10 09:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:05:10 09:50:01 ens3 1.02 0.37 1.45 0.02 0.00 0.00 0.00 0.00 10:05:10 09:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:05:10 09:51:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 10:05:10 09:51:01 ens3 0.28 0.25 0.08 0.08 0.00 0.00 0.00 0.00 10:05:10 09:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:05:10 09:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:05:10 09:52:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:05:10 09:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:05:10 09:53:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 10:05:10 09:53:01 ens3 0.17 0.10 0.01 0.01 0.00 0.00 0.00 0.00 10:05:10 09:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:05:10 09:54:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:05:10 09:54:02 ens3 0.07 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:05:10 09:54:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:05:10 09:55:01 lo 0.34 0.34 0.03 0.03 0.00 0.00 0.00 0.00 10:05:10 09:55:01 ens3 14.50 11.25 12.58 6.94 0.00 0.00 0.00 0.00 10:05:10 09:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:05:10 09:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:05:10 09:56:01 ens3 0.20 0.20 0.09 0.10 0.00 0.00 0.00 0.00 10:05:10 09:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:05:10 09:57:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 10:05:10 09:57:01 ens3 0.08 0.10 0.01 0.01 0.00 0.00 0.00 0.00 10:05:10 09:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:05:10 09:58:01 lo 3.40 3.40 0.33 0.33 0.00 0.00 0.00 0.00 10:05:10 09:58:01 ens3 434.76 280.74 6061.98 100.23 0.00 0.00 0.00 0.00 10:05:10 09:58:01 docker0 6.45 5.52 0.67 47.24 0.00 0.00 0.00 0.00 10:05:10 09:59:01 lo 1.20 1.20 0.11 0.11 0.00 0.00 0.00 0.00 10:05:10 09:59:01 ens3 172.31 101.40 3116.59 20.61 0.00 0.00 0.00 0.00 10:05:10 09:59:01 docker0 32.32 62.11 2.63 581.80 0.00 0.00 0.00 0.00 10:05:10 10:00:01 lo 0.07 0.07 0.01 0.01 0.00 0.00 0.00 0.00 10:05:10 10:00:01 ens3 16.93 11.36 25.41 6.06 0.00 0.00 0.00 0.00 10:05:10 10:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:05:10 10:01:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 10:05:10 10:01:01 ens3 0.23 0.22 0.08 0.07 0.00 0.00 0.00 0.00 10:05:10 10:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:05:10 10:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:05:10 10:02:01 ens3 0.68 0.22 0.14 0.08 0.00 0.00 0.00 0.00 10:05:10 10:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:05:10 10:03:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 10:05:10 10:03:01 ens3 0.45 0.47 0.26 0.22 0.00 0.00 0.00 0.00 10:05:10 10:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:05:10 10:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:05:10 10:04:01 ens3 0.43 0.00 0.05 0.00 0.00 0.00 0.00 0.00 10:05:10 10:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:05:10 10:05:01 lo 0.40 0.40 0.03 0.03 0.00 0.00 0.00 0.00 10:05:10 10:05:01 ens3 5.05 3.58 4.63 1.77 0.00 0.00 0.00 0.00 10:05:10 10:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:05:10 Average: lo 0.33 0.33 0.03 0.03 0.00 0.00 0.00 0.00 10:05:10 Average: ens3 34.00 20.55 501.79 5.94 0.00 0.00 0.00 0.00 10:05:10 Average: docker0 1.62 2.82 0.14 26.25 0.00 0.00 0.00 0.00 10:05:10 10:05:10 10:05:10 ---> sar -P ALL: 10:05:10 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-433) 03/15/23 _x86_64_ (8 CPU) 10:05:10 10:05:10 09:40:16 LINUX RESTART (8 CPU) 10:05:10 10:05:10 09:41:02 CPU %user %nice %system %iowait %steal %idle 10:05:10 09:42:01 all 0.14 0.00 0.01 0.06 0.01 99.78 10:05:10 09:42:01 0 0.02 0.00 0.02 0.27 0.00 99.69 10:05:10 09:42:01 1 1.01 0.00 0.02 0.17 0.02 98.79 10:05:10 09:42:01 2 0.02 0.00 0.02 0.00 0.00 99.97 10:05:10 09:42:01 3 0.08 0.00 0.03 0.02 0.02 99.85 10:05:10 09:42:01 4 0.00 0.00 0.00 0.00 0.00 100.00 10:05:10 09:42:01 5 0.00 0.00 0.00 0.00 0.00 100.00 10:05:10 09:42:01 6 0.00 0.00 0.00 0.00 0.00 100.00 10:05:10 09:42:01 7 0.00 0.00 0.03 0.00 0.02 99.95 10:05:10 09:43:01 all 0.03 0.00 0.01 0.01 0.00 99.96 10:05:10 09:43:01 0 0.00 0.00 0.00 0.00 0.00 100.00 10:05:10 09:43:01 1 0.02 0.00 0.00 0.07 0.00 99.92 10:05:10 09:43:01 2 0.05 0.00 0.00 0.00 0.00 99.95 10:05:10 09:43:01 3 0.05 0.00 0.02 0.00 0.02 99.92 10:05:10 09:43:01 4 0.02 0.00 0.02 0.00 0.00 99.97 10:05:10 09:43:01 5 0.02 0.00 0.02 0.00 0.00 99.97 10:05:10 09:43:01 6 0.05 0.00 0.00 0.00 0.00 99.95 10:05:10 09:43:01 7 0.02 0.00 0.00 0.00 0.00 99.98 10:05:10 09:44:01 all 0.01 0.00 0.01 0.00 0.00 99.98 10:05:10 09:44:01 0 0.00 0.00 0.00 0.00 0.00 100.00 10:05:10 09:44:01 1 0.03 0.00 0.02 0.02 0.00 99.93 10:05:10 09:44:01 2 0.00 0.00 0.02 0.00 0.00 99.98 10:05:10 09:44:01 3 0.03 0.00 0.03 0.02 0.00 99.92 10:05:10 09:44:01 4 0.00 0.00 0.00 0.00 0.00 100.00 10:05:10 09:44:01 5 0.00 0.00 0.00 0.00 0.00 100.00 10:05:10 09:44:01 6 0.00 0.00 0.00 0.00 0.00 100.00 10:05:10 09:44:01 7 0.00 0.00 0.00 0.00 0.00 100.00 10:05:10 09:45:01 all 0.02 0.00 0.01 0.01 0.01 99.95 10:05:10 09:45:01 0 0.02 0.00 0.02 0.00 0.02 99.95 10:05:10 09:45:01 1 0.03 0.00 0.00 0.05 0.02 99.90 10:05:10 09:45:01 2 0.03 0.00 0.02 0.00 0.02 99.93 10:05:10 09:45:01 3 0.03 0.00 0.02 0.00 0.02 99.93 10:05:10 09:45:01 4 0.02 0.00 0.00 0.00 0.00 99.98 10:05:10 09:45:01 5 0.02 0.00 0.00 0.00 0.00 99.98 10:05:10 09:45:01 6 0.02 0.00 0.02 0.00 0.00 99.97 10:05:10 09:45:01 7 0.02 0.00 0.00 0.00 0.00 99.98 10:05:10 09:46:01 all 2.28 0.00 1.49 0.84 0.02 95.37 10:05:10 09:46:01 0 2.40 0.00 1.50 0.07 0.00 96.03 10:05:10 09:46:01 1 2.36 0.00 2.21 0.60 0.02 94.82 10:05:10 09:46:01 2 2.66 0.00 0.88 0.10 0.02 96.34 10:05:10 09:46:01 3 2.76 0.00 1.25 0.07 0.02 95.91 10:05:10 09:46:01 4 1.62 0.00 1.45 1.92 0.02 94.99 10:05:10 09:46:01 5 1.82 0.00 0.87 3.62 0.02 93.67 10:05:10 09:46:01 6 2.63 0.00 2.73 0.05 0.03 94.56 10:05:10 09:46:01 7 2.03 0.00 1.00 0.32 0.02 96.63 10:05:10 09:47:01 all 0.08 0.00 0.05 0.03 0.01 99.84 10:05:10 09:47:01 0 0.27 0.00 0.08 0.02 0.02 99.62 10:05:10 09:47:01 1 0.10 0.00 0.05 0.02 0.00 99.83 10:05:10 09:47:01 2 0.08 0.00 0.07 0.00 0.02 99.83 10:05:10 09:47:01 3 0.03 0.00 0.03 0.00 0.00 99.93 10:05:10 09:47:01 4 0.03 0.00 0.02 0.00 0.00 99.95 10:05:10 09:47:01 5 0.03 0.00 0.03 0.17 0.02 99.75 10:05:10 09:47:01 6 0.03 0.00 0.05 0.00 0.00 99.92 10:05:10 09:47:01 7 0.03 0.00 0.03 0.00 0.02 99.92 10:05:10 09:48:01 all 0.01 0.00 0.01 0.00 0.01 99.96 10:05:10 09:48:01 0 0.00 0.00 0.02 0.00 0.00 99.98 10:05:10 09:48:01 1 0.02 0.00 0.03 0.00 0.02 99.93 10:05:10 09:48:01 2 0.10 0.00 0.03 0.00 0.02 99.85 10:05:10 09:48:01 3 0.00 0.00 0.02 0.00 0.02 99.97 10:05:10 09:48:01 4 0.00 0.00 0.00 0.00 0.00 100.00 10:05:10 09:48:01 5 0.00 0.00 0.00 0.03 0.00 99.97 10:05:10 09:48:01 6 0.00 0.00 0.00 0.00 0.00 100.00 10:05:10 09:48:01 7 0.00 0.00 0.00 0.00 0.00 100.00 10:05:10 09:49:01 all 0.20 0.00 0.01 0.01 0.00 99.79 10:05:10 09:49:01 0 0.00 0.00 0.00 0.00 0.00 100.00 10:05:10 09:49:01 1 0.02 0.00 0.00 0.02 0.00 99.97 10:05:10 09:49:01 2 1.52 0.00 0.03 0.00 0.00 98.45 10:05:10 09:49:01 3 0.02 0.00 0.00 0.00 0.00 99.98 10:05:10 09:49:01 4 0.00 0.00 0.00 0.00 0.02 99.98 10:05:10 09:49:01 5 0.00 0.00 0.02 0.05 0.00 99.93 10:05:10 09:49:01 6 0.02 0.00 0.00 0.00 0.00 99.98 10:05:10 09:49:01 7 0.00 0.00 0.00 0.00 0.00 100.00 10:05:10 09:50:01 all 0.06 0.00 0.01 0.01 0.00 99.92 10:05:10 09:50:01 0 0.03 0.00 0.02 0.00 0.00 99.95 10:05:10 09:50:01 1 0.03 0.00 0.00 0.02 0.00 99.95 10:05:10 09:50:01 2 0.05 0.00 0.03 0.00 0.02 99.90 10:05:10 09:50:01 3 0.02 0.00 0.00 0.00 0.00 99.98 10:05:10 09:50:01 4 0.00 0.00 0.02 0.00 0.00 99.98 10:05:10 09:50:01 5 0.00 0.00 0.02 0.05 0.00 99.93 10:05:10 09:50:01 6 0.30 0.00 0.03 0.00 0.00 99.67 10:05:10 09:50:01 7 0.03 0.00 0.00 0.00 0.00 99.97 10:05:10 09:51:01 all 0.01 0.00 0.01 0.03 0.00 99.94 10:05:10 09:51:01 0 0.00 0.00 0.02 0.00 0.00 99.98 10:05:10 09:51:01 1 0.05 0.00 0.02 0.02 0.00 99.92 10:05:10 09:51:01 2 0.02 0.00 0.02 0.00 0.02 99.95 10:05:10 09:51:01 3 0.02 0.00 0.03 0.00 0.00 99.95 10:05:10 09:51:01 4 0.00 0.00 0.00 0.00 0.00 100.00 10:05:10 09:51:01 5 0.00 0.00 0.00 0.22 0.00 99.78 10:05:10 09:51:01 6 0.00 0.00 0.00 0.02 0.00 99.98 10:05:10 09:51:01 7 0.02 0.00 0.02 0.00 0.00 99.97 10:05:10 09:52:01 all 0.04 0.00 0.02 0.03 0.00 99.91 10:05:10 09:52:01 0 0.02 0.00 0.00 0.00 0.00 99.98 10:05:10 09:52:01 1 0.05 0.00 0.00 0.02 0.02 99.92 10:05:10 09:52:01 2 0.18 0.00 0.07 0.00 0.00 99.75 10:05:10 09:52:01 3 0.02 0.00 0.02 0.00 0.00 99.97 10:05:10 09:52:01 4 0.00 0.00 0.00 0.00 0.00 100.00 10:05:10 09:52:01 5 0.00 0.00 0.02 0.23 0.00 99.75 10:05:10 09:52:01 6 0.00 0.00 0.02 0.00 0.00 99.98 10:05:10 09:52:01 7 0.02 0.00 0.03 0.00 0.00 99.95 10:05:10 10:05:10 09:52:01 CPU %user %nice %system %iowait %steal %idle 10:05:10 09:53:01 all 0.03 0.00 0.01 0.02 0.00 99.94 10:05:10 09:53:01 0 0.00 0.00 0.00 0.00 0.00 100.00 10:05:10 09:53:01 1 0.05 0.00 0.02 0.00 0.00 99.93 10:05:10 09:53:01 2 0.17 0.00 0.03 0.00 0.02 99.78 10:05:10 09:53:01 3 0.02 0.00 0.02 0.00 0.00 99.97 10:05:10 09:53:01 4 0.00 0.00 0.00 0.00 0.00 100.00 10:05:10 09:53:01 5 0.00 0.00 0.00 0.17 0.00 99.83 10:05:10 09:53:01 6 0.03 0.00 0.00 0.00 0.00 99.97 10:05:10 09:53:01 7 0.00 0.00 0.00 0.00 0.00 100.00 10:05:10 09:54:02 all 0.04 0.00 0.01 0.06 0.00 99.90 10:05:10 09:54:02 0 0.03 0.00 0.00 0.00 0.00 99.97 10:05:10 09:54:02 1 0.00 0.00 0.00 0.00 0.00 100.00 10:05:10 09:54:02 2 0.27 0.00 0.03 0.03 0.02 99.65 10:05:10 09:54:02 3 0.00 0.00 0.00 0.00 0.00 100.00 10:05:10 09:54:02 4 0.00 0.00 0.00 0.03 0.00 99.97 10:05:10 09:54:02 5 0.00 0.00 0.02 0.38 0.00 99.60 10:05:10 09:54:02 6 0.00 0.00 0.00 0.00 0.00 100.00 10:05:10 09:54:02 7 0.00 0.00 0.00 0.00 0.00 100.00 10:05:10 09:55:01 all 0.48 0.00 0.05 0.07 0.01 99.39 10:05:10 09:55:01 0 0.30 0.00 0.05 0.20 0.00 99.44 10:05:10 09:55:01 1 0.47 0.00 0.10 0.05 0.02 99.36 10:05:10 09:55:01 2 0.78 0.00 0.07 0.05 0.02 99.08 10:05:10 09:55:01 3 0.24 0.00 0.03 0.00 0.02 99.71 10:05:10 09:55:01 4 0.71 0.00 0.03 0.15 0.00 99.10 10:05:10 09:55:01 5 0.03 0.00 0.03 0.08 0.00 99.85 10:05:10 09:55:01 6 1.20 0.00 0.02 0.00 0.02 98.76 10:05:10 09:55:01 7 0.08 0.00 0.07 0.00 0.00 99.85 10:05:10 09:56:01 all 0.03 0.00 0.03 0.23 0.00 99.70 10:05:10 09:56:01 0 0.03 0.00 0.03 0.00 0.00 99.93 10:05:10 09:56:01 1 0.07 0.00 0.02 0.00 0.00 99.92 10:05:10 09:56:01 2 0.07 0.00 0.07 0.00 0.00 99.87 10:05:10 09:56:01 3 0.02 0.00 0.03 0.00 0.00 99.95 10:05:10 09:56:01 4 0.02 0.00 0.02 0.02 0.02 99.93 10:05:10 09:56:01 5 0.02 0.00 0.02 1.85 0.00 98.12 10:05:10 09:56:01 6 0.03 0.00 0.02 0.00 0.00 99.95 10:05:10 09:56:01 7 0.02 0.00 0.03 0.00 0.00 99.95 10:05:10 09:57:01 all 0.17 0.00 0.02 0.00 0.00 99.80 10:05:10 09:57:01 0 0.00 0.00 0.02 0.00 0.00 99.98 10:05:10 09:57:01 1 0.03 0.00 0.03 0.00 0.00 99.93 10:05:10 09:57:01 2 1.32 0.00 0.05 0.00 0.02 98.61 10:05:10 09:57:01 3 0.02 0.00 0.02 0.00 0.00 99.97 10:05:10 09:57:01 4 0.00 0.00 0.02 0.00 0.00 99.98 10:05:10 09:57:01 5 0.00 0.00 0.00 0.02 0.00 99.98 10:05:10 09:57:01 6 0.00 0.00 0.02 0.00 0.00 99.98 10:05:10 09:57:01 7 0.00 0.00 0.00 0.00 0.00 100.00 10:05:10 09:58:01 all 6.68 0.00 2.29 1.95 0.04 89.04 10:05:10 09:58:01 0 6.01 0.00 2.33 0.23 0.03 91.40 10:05:10 09:58:01 1 6.50 0.00 2.08 0.97 0.05 90.41 10:05:10 09:58:01 2 7.23 0.00 2.20 0.88 0.05 89.64 10:05:10 09:58:01 3 8.99 0.00 1.68 0.05 0.03 89.24 10:05:10 09:58:01 4 5.85 0.00 2.92 10.97 0.03 80.23 10:05:10 09:58:01 5 5.23 0.00 2.19 2.22 0.03 90.33 10:05:10 09:58:01 6 7.04 0.00 2.46 0.12 0.03 90.34 10:05:10 09:58:01 7 6.62 0.00 2.44 0.17 0.05 90.72 10:05:10 09:59:01 all 27.88 0.00 4.78 2.38 0.07 64.90 10:05:10 09:59:01 0 28.13 0.00 5.33 0.50 0.08 65.96 10:05:10 09:59:01 1 27.68 0.00 4.41 0.20 0.07 67.64 10:05:10 09:59:01 2 28.08 0.00 4.48 0.15 0.05 67.25 10:05:10 09:59:01 3 28.20 0.00 5.16 4.02 0.07 62.55 10:05:10 09:59:01 4 26.63 0.00 4.34 4.83 0.07 64.13 10:05:10 09:59:01 5 28.32 0.00 5.41 8.38 0.07 57.82 10:05:10 09:59:01 6 28.38 0.00 4.71 0.18 0.07 66.66 10:05:10 09:59:01 7 27.57 0.00 4.38 0.76 0.07 67.22 10:05:10 10:00:01 all 2.01 0.00 0.83 1.47 0.02 95.68 10:05:10 10:00:01 0 2.06 0.00 1.66 0.62 0.02 95.65 10:05:10 10:00:01 1 1.94 0.00 0.55 0.00 0.02 97.49 10:05:10 10:00:01 2 2.09 0.00 0.60 0.00 0.02 97.29 10:05:10 10:00:01 3 1.68 0.00 0.65 2.92 0.02 94.73 10:05:10 10:00:01 4 2.75 0.00 0.42 0.00 0.02 96.82 10:05:10 10:00:01 5 2.13 0.00 1.49 8.14 0.03 88.20 10:05:10 10:00:01 6 1.94 0.00 0.68 0.07 0.00 97.31 10:05:10 10:00:01 7 1.49 0.00 0.55 0.07 0.03 97.86 10:05:10 10:01:01 all 0.02 0.00 0.02 0.00 0.00 99.95 10:05:10 10:01:01 0 0.03 0.00 0.03 0.00 0.00 99.93 10:05:10 10:01:01 1 0.02 0.00 0.02 0.00 0.00 99.97 10:05:10 10:01:01 2 0.00 0.00 0.02 0.00 0.00 99.98 10:05:10 10:01:01 3 0.08 0.00 0.05 0.00 0.02 99.85 10:05:10 10:01:01 4 0.03 0.00 0.03 0.00 0.02 99.92 10:05:10 10:01:01 5 0.00 0.00 0.00 0.00 0.00 100.00 10:05:10 10:01:01 6 0.00 0.00 0.00 0.02 0.00 99.98 10:05:10 10:01:01 7 0.02 0.00 0.02 0.00 0.00 99.97 10:05:10 10:02:01 all 0.04 0.00 0.06 0.00 0.00 99.90 10:05:10 10:02:01 0 0.05 0.00 0.17 0.00 0.00 99.78 10:05:10 10:02:01 1 0.05 0.00 0.02 0.00 0.00 99.93 10:05:10 10:02:01 2 0.02 0.00 0.02 0.00 0.00 99.97 10:05:10 10:02:01 3 0.05 0.00 0.03 0.00 0.02 99.90 10:05:10 10:02:01 4 0.00 0.00 0.02 0.00 0.00 99.98 10:05:10 10:02:01 5 0.03 0.00 0.10 0.00 0.00 99.87 10:05:10 10:02:01 6 0.07 0.00 0.15 0.00 0.02 99.77 10:05:10 10:02:01 7 0.02 0.00 0.00 0.02 0.00 99.97 10:05:10 10:03:01 all 0.16 0.00 0.02 0.00 0.00 99.82 10:05:10 10:03:01 0 0.00 0.00 0.00 0.00 0.00 100.00 10:05:10 10:03:01 1 0.03 0.00 0.02 0.00 0.02 99.93 10:05:10 10:03:01 2 0.02 0.00 0.00 0.00 0.00 99.98 10:05:10 10:03:01 3 0.15 0.00 0.05 0.00 0.00 99.80 10:05:10 10:03:01 4 1.00 0.00 0.03 0.00 0.00 98.97 10:05:10 10:03:01 5 0.02 0.00 0.02 0.00 0.00 99.97 10:05:10 10:03:01 6 0.03 0.00 0.02 0.02 0.00 99.93 10:05:10 10:03:01 7 0.02 0.00 0.02 0.00 0.00 99.97 10:05:10 10:05:10 10:03:01 CPU %user %nice %system %iowait %steal %idle 10:05:10 10:04:01 all 0.03 0.00 0.01 0.00 0.01 99.95 10:05:10 10:04:01 0 0.05 0.00 0.02 0.00 0.00 99.93 10:05:10 10:04:01 1 0.02 0.00 0.00 0.00 0.00 99.98 10:05:10 10:04:01 2 0.03 0.00 0.02 0.02 0.00 99.93 10:05:10 10:04:01 3 0.05 0.00 0.02 0.00 0.02 99.92 10:05:10 10:04:01 4 0.02 0.00 0.00 0.00 0.02 99.97 10:05:10 10:04:01 5 0.03 0.00 0.00 0.00 0.02 99.95 10:05:10 10:04:01 6 0.02 0.00 0.03 0.00 0.00 99.95 10:05:10 10:04:01 7 0.00 0.00 0.00 0.00 0.00 100.00 10:05:10 10:05:01 all 0.10 0.00 0.08 0.01 0.01 99.81 10:05:10 10:05:01 0 0.12 0.00 0.05 0.02 0.02 99.80 10:05:10 10:05:01 1 0.12 0.00 0.05 0.00 0.00 99.83 10:05:10 10:05:01 2 0.07 0.00 0.03 0.00 0.00 99.90 10:05:10 10:05:01 3 0.08 0.00 0.17 0.00 0.02 99.73 10:05:10 10:05:01 4 0.10 0.00 0.07 0.00 0.00 99.83 10:05:10 10:05:01 5 0.08 0.00 0.08 0.00 0.00 99.83 10:05:10 10:05:01 6 0.12 0.00 0.07 0.02 0.02 99.78 10:05:10 10:05:01 7 0.12 0.00 0.08 0.03 0.02 99.75 10:05:10 Average: all 1.68 0.00 0.41 0.30 0.01 97.60 10:05:10 Average: 0 1.65 0.00 0.47 0.08 0.01 97.79 10:05:10 Average: 1 1.69 0.00 0.40 0.09 0.01 97.81 10:05:10 Average: 2 1.87 0.00 0.37 0.05 0.01 97.70 10:05:10 Average: 3 1.77 0.00 0.39 0.29 0.01 97.53 10:05:10 Average: 4 1.60 0.00 0.39 0.74 0.01 97.26 10:05:10 Average: 5 1.57 0.00 0.43 1.06 0.01 96.94 10:05:10 Average: 6 1.74 0.00 0.46 0.02 0.01 97.77 10:05:10 Average: 7 1.58 0.00 0.36 0.06 0.01 98.00 10:05:10 10:05:10 10:05:10