Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from ee11a8dba84ced88b0cf23aff40089790c971dba 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-ssh1122511265018942705.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 4fc256d9079ed2258907e613f84b1b8da264a4bd 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-ssh15331855261506240968.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 4fc256d9079ed2258907e613f84b1b8da264a4bd The recommended git tool is: git using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/go-mod-messaging/branches/main/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [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-messaging/branches/main/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh13972972696397572813.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 4fc256d9079ed2258907e613f84b1b8da264a4bd (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 4fc256d9079ed2258907e613f84b1b8da264a4bd # timeout=10 Commit message: "Merge pull request #430 from ernestojeda/release-lock" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that 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-ssh14636447608898480253.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 > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/go-mod-messaging/branches/main/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [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-messaging/branches/main/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh12813943509054791584.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 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 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-messaging, 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-messaging-settings PROJECT: go-mod-messaging 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-messaging 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 Still waiting to schedule task Waiting for next available executor on ‘ubuntu20.04-docker-8c-8g’ Running on prd-ubuntu20.04-docker-8c-8g-16308 in /w/workspace/gexfoundry_go-mod-messaging_main [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-messaging.git > git init /w/workspace/gexfoundry_go-mod-messaging_main # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-messaging.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-messaging.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision ee11a8dba84ced88b0cf23aff40089790c971dba (main) Commit message: "Merge pull request #252 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-core-contracts/v3-3.0.0-dev.42" > git config remote.origin.url git@github.com:edgexfoundry/go-mod-messaging.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f ee11a8dba84ced88b0cf23aff40089790c971dba # timeout=10 > git rev-list --no-walk bd1dc1fedcdc90dbf08ed57a036d645ee21e7e31 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 16:22:49 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 16:22:49 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 16:22:49 ========================================================= 16:22:49 EdgeX Global Pipelines Version Info 16:22:49 ========================================================= [Pipeline] libraryResource [Pipeline] sh 16:22:50 ------------------- 16:22:50 stable info: 16:22:50 ------------------- 16:22:50 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 16:22:50 Commit SHA: 4fc256d9079ed2258907e613f84b1b8da264a4bd 16:22:50 Message: update stable to v1.0.249 16:22:50 ------------------- 16:22:50 experimental info: 16:22:50 ------------------- 16:22:50 Commited By: **** collab-it+edgex@linuxfoundation.org 16:22:50 Commit SHA: 4fc256d9079ed2258907e613f84b1b8da264a4bd 16:22:50 Message: update experimental to v1.0.249 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 16:22:50 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-messaging-settings [Pipeline] echo 16:22:50 [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-messaging [Pipeline] echo 16:22:50 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 16:22:50 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 16:22:50 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 16:22:50 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.20 [Pipeline] echo 16:22:50 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 16:22:50 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 16:22:50 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 16:22:50 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 16:22:50 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 16:22:50 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = go-mod-messaging [Pipeline] echo 16:22:50 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 16:22:50 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 16:22:50 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 16:22:50 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 16:22:50 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 16:22:50 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 16:22:50 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 16:22:51 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 16:22:51 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 16:22:51 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 16:22:51 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 16:22:51 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 16:22:51 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 16:22:51 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 16:22:51 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 16:22:51 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo 16:22:51 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo 16:22:51 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo 16:22:51 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = ee11a8dba84ced88b0cf23aff40089790c971dba [Pipeline] echo 16:22:51 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = ee11a8d [Pipeline] echo 16:22:51 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 16:22:51 + git rev-list -1 --merges ee11a8dba84ced88b0cf23aff40089790c971dba~1..ee11a8dba84ced88b0cf23aff40089790c971dba [Pipeline] echo 16:22:51 -----------> git rev-list -1 --merges ee11a8dba84ced88b0cf23aff40089790c971dba~1..ee11a8dba84ced88b0cf23aff40089790c971dba ee11a8dba84ced88b0cf23aff40089790c971dba 16:22:51 ee11a8dba84ced88b0cf23aff40089790c971dba [false] [Pipeline] sh 16:22:51 + git log --format=format:%s -1 ee11a8dba84ced88b0cf23aff40089790c971dba [Pipeline] echo 16:22:51 ========================================================= 16:22:51 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 16:22:51 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 16:22:52 + git log --format=format:%s -1 ee11a8dba84ced88b0cf23aff40089790c971dba [Pipeline] echo 16:22:52 [semverPrep] GIT_COMMIT: ee11a8dba84ced88b0cf23aff40089790c971dba, Commit Message: Merge pull request #252 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-core-contracts/v3-3.0.0-dev.42 [Pipeline] echo 16:22:52 [semverPrep] This is not a build commit. [Pipeline] sh 16:22:52 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 16:22:52 + grep -v github /etc/ssh/ssh_known_hosts 16:22:52 + [ -e /tmp/ssh_known_hosts ] 16:22:52 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 16:22:52 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 16:22:52 + sudo tee -a /etc/ssh/ssh_known_hosts 16:22:52 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:22:52 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 16:22:53 16:22:53 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:22:53 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 16:22:53 0.1.4: Pulling from edgex-devops/py-git-semver 16:22:53 b85a868b505f: Pulling fs layer 16:22:53 e2be974225ed: Pulling fs layer 16:22:53 339a4e72a1f5: Pulling fs layer 16:22:53 988bab9f4d93: Pulling fs layer 16:22:53 1469e6f7b9e6: Pulling fs layer 16:22:53 eaf3925da568: Pulling fs layer 16:22:53 bab4dde63d76: Pulling fs layer 16:22:53 bde34c3a00c8: Pulling fs layer 16:22:53 b352a97aabf1: Pulling fs layer 16:22:53 4872d77fe225: Pulling fs layer 16:22:53 5851b861e8e6: Pulling fs layer 16:22:53 4872d77fe225: Waiting 16:22:53 bde34c3a00c8: Waiting 16:22:53 5851b861e8e6: Waiting 16:22:53 988bab9f4d93: Waiting 16:22:53 1469e6f7b9e6: Waiting 16:22:53 eaf3925da568: Waiting 16:22:53 bab4dde63d76: Waiting 16:22:53 e2be974225ed: Download complete 16:22:53 988bab9f4d93: Verifying Checksum 16:22:53 988bab9f4d93: Download complete 16:22:53 1469e6f7b9e6: Verifying Checksum 16:22:53 1469e6f7b9e6: Download complete 16:22:53 eaf3925da568: Verifying Checksum 16:22:53 eaf3925da568: Download complete 16:22:53 339a4e72a1f5: Verifying Checksum 16:22:53 339a4e72a1f5: Download complete 16:22:53 bde34c3a00c8: Download complete 16:22:53 b352a97aabf1: Download complete 16:22:53 4872d77fe225: Verifying Checksum 16:22:53 4872d77fe225: Download complete 16:22:53 5851b861e8e6: Verifying Checksum 16:22:53 5851b861e8e6: Download complete 16:22:54 b85a868b505f: Verifying Checksum 16:22:54 b85a868b505f: Download complete 16:22:54 bab4dde63d76: Verifying Checksum 16:22:54 bab4dde63d76: Download complete 16:22:55 b85a868b505f: Pull complete 16:22:55 e2be974225ed: Pull complete 16:22:55 339a4e72a1f5: Pull complete 16:22:56 988bab9f4d93: Pull complete 16:22:56 1469e6f7b9e6: Pull complete 16:22:56 eaf3925da568: Pull complete 16:22:58 bab4dde63d76: Pull complete 16:22:58 bde34c3a00c8: Pull complete 16:22:58 b352a97aabf1: Pull complete 16:22:58 4872d77fe225: Pull complete 16:22:58 5851b861e8e6: Pull complete 16:22:58 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 16:22:58 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 16:22:58 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 16:22:58 prd-ubuntu20.04-docker-8c-8g-16308 does not seem to be running inside a container 16:22:58 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_go-mod-messaging_main -v /w/workspace/gexfoundry_go-mod-messaging_main:/w/workspace/gexfoundry_go-mod-messaging_main:rw,z -v /w/workspace/gexfoundry_go-mod-messaging_main@tmp:/w/workspace/gexfoundry_go-mod-messaging_main@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 16:23:00 $ docker top 2bc19134a3ccaeb6ac4cf0a9e0bc0829657a5704828bff63376e45b11e5ddec7 -eo pid,comm 16:23:00 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). 16:23:00 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 16:23:00 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:23:00 [ssh-agent] Looking for ssh-agent implementation... 16:23:00 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:23:00 $ docker exec 2bc19134a3ccaeb6ac4cf0a9e0bc0829657a5704828bff63376e45b11e5ddec7 ssh-agent 16:23:00 SSH_AUTH_SOCK=/tmp/ssh-CFE9j28JmPNf/agent.32 16:23:00 SSH_AGENT_PID=38 16:23:00 Running ssh-add (command line suppressed) 16:23:01 Identity added: /w/workspace/gexfoundry_go-mod-messaging_main@tmp/private_key_9991273723181360403.key (/w/workspace/gexfoundry_go-mod-messaging_main@tmp/private_key_9991273723181360403.key) 16:23:01 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:23:01 + git tag --points-at HEAD [Pipeline] } 16:23:01 $ docker exec --env ******** --env ******** 2bc19134a3ccaeb6ac4cf0a9e0bc0829657a5704828bff63376e45b11e5ddec7 ssh-agent -k 16:23:01 unset SSH_AUTH_SOCK; 16:23:01 unset SSH_AGENT_PID; 16:23:01 echo Agent pid 38 killed; 16:23:01 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 16:23:01 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:23:01 [ssh-agent] Looking for ssh-agent implementation... 16:23:01 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:23:01 $ docker exec 2bc19134a3ccaeb6ac4cf0a9e0bc0829657a5704828bff63376e45b11e5ddec7 ssh-agent 16:23:01 SSH_AUTH_SOCK=/tmp/ssh-HvhIVYFAvZ8N/agent.71 16:23:01 SSH_AGENT_PID=77 16:23:01 Running ssh-add (command line suppressed) 16:23:01 Identity added: /w/workspace/gexfoundry_go-mod-messaging_main@tmp/private_key_16637756716920951397.key (/w/workspace/gexfoundry_go-mod-messaging_main@tmp/private_key_16637756716920951397.key) 16:23:01 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:23:02 + git semver init 16:23:02 2023-05-22 16:23:02,328 [run_init] DEBUG init version:0.0.0 force:False 16:23:02 2023-05-22 16:23:02,328 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/gexfoundry_go-mod-messaging_main/.semver 16:23:02 2023-05-22 16:23:02,329 [execute] INFO git clone -b semver git@github.com:edgexfoundry/go-mod-messaging.git /w/workspace/gexfoundry_go-mod-messaging_main/.semver 16:23:02 2023-05-22 16:23:02,329 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/go-mod-messaging.git', '/w/workspace/gexfoundry_go-mod-messaging_main/.semver'], cwd=/w/workspace/gexfoundry_go-mod-messaging_main, universal_newlines=False, shell=None, istream=None) 16:23:03 2023-05-22 16:23:03,039 [append_file] DEBUG append to file:/w/workspace/gexfoundry_go-mod-messaging_main/.git/info/exclude 16:23:03 2023-05-22 16:23:03,040 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/gexfoundry_go-mod-messaging_main/.semver/main with force:False 16:23:03 2023-05-22 16:23:03,040 [read_version] DEBUG read version from /w/workspace/gexfoundry_go-mod-messaging_main/.semver/main 16:23:03 2023-05-22 16:23:03,040 [read_version] DEBUG read version from /w/workspace/gexfoundry_go-mod-messaging_main/.semver/main 16:23:03 3.0.0-dev.32 [Pipeline] } 16:23:03 $ docker exec --env ******** --env ******** 2bc19134a3ccaeb6ac4cf0a9e0bc0829657a5704828bff63376e45b11e5ddec7 ssh-agent -k 16:23:03 unset SSH_AUTH_SOCK; 16:23:03 unset SSH_AGENT_PID; 16:23:03 echo Agent pid 77 killed; 16:23:03 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 16:23:03 + git semver [Pipeline] } 16:23:04 $ docker stop --time=1 2bc19134a3ccaeb6ac4cf0a9e0bc0829657a5704828bff63376e45b11e5ddec7 16:23:05 $ docker rm -f --volumes 2bc19134a3ccaeb6ac4cf0a9e0bc0829657a5704828bff63376e45b11e5ddec7 [Pipeline] // withDockerContainer [Pipeline] sh 16:23:05 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 16:23:05 Stashed 1 file(s) [Pipeline] echo 16:23:05 [edgeXSemver]: initialized semver on version 3.0.0-dev.32 [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 16:23:06 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 16:23:06 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 16:23:06 ========================================================= 16:23:06 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine] 16:23:06 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] sh 16:23:06 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine 16:23:06 1.20-alpine: Pulling from edgex-devops/edgex-golang-base 16:23:06 f56be85fc22e: Pulling fs layer 16:23:06 85791d961cd3: Pulling fs layer 16:23:06 d694b5ae8c79: Pulling fs layer 16:23:06 9f32a84ed3da: Pulling fs layer 16:23:06 4d19c01a9841: Pulling fs layer 16:23:06 9325e15d5711: Pulling fs layer 16:23:06 9f32a84ed3da: Waiting 16:23:06 4d19c01a9841: Waiting 16:23:06 556b6ee489ea: Pulling fs layer 16:23:06 9325e15d5711: Waiting 16:23:06 c5a4b2cf53e6: Pulling fs layer 16:23:06 556b6ee489ea: Waiting 16:23:06 85791d961cd3: Download complete 16:23:06 9f32a84ed3da: Verifying Checksum 16:23:06 9f32a84ed3da: Download complete 16:23:06 4d19c01a9841: Download complete 16:23:06 f56be85fc22e: Verifying Checksum 16:23:06 f56be85fc22e: Download complete 16:23:06 9325e15d5711: Verifying Checksum 16:23:06 9325e15d5711: Download complete 16:23:06 f56be85fc22e: Pull complete 16:23:06 85791d961cd3: Pull complete 16:23:07 c5a4b2cf53e6: Verifying Checksum 16:23:07 c5a4b2cf53e6: Download complete 16:23:07 d694b5ae8c79: Verifying Checksum 16:23:07 d694b5ae8c79: Download complete 16:23:07 556b6ee489ea: Verifying Checksum 16:23:07 556b6ee489ea: Download complete 16:23:10 d694b5ae8c79: Pull complete 16:23:10 9f32a84ed3da: Pull complete 16:23:11 4d19c01a9841: Pull complete 16:23:11 9325e15d5711: Pull complete 16:23:13 556b6ee489ea: Pull complete 16:23:14 c5a4b2cf53e6: Pull complete 16:23:14 Digest: sha256:cdb650785bd12602035d3ff87499385c169773a4d12d6eaf394b34464d3a0f2b 16:23:14 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine 16:23:14 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [Pipeline] sh 16:23:14 + 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 16:23:15 + docker inspect -f . ci-base-image-x86_64 16:23:15 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 16:23:15 prd-ubuntu20.04-docker-8c-8g-16308 does not seem to be running inside a container 16:23:15 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/gexfoundry_go-mod-messaging_main -v /w/workspace/gexfoundry_go-mod-messaging_main:/w/workspace/gexfoundry_go-mod-messaging_main:rw,z -v /w/workspace/gexfoundry_go-mod-messaging_main@tmp:/w/workspace/gexfoundry_go-mod-messaging_main@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 ******** ci-base-image-x86_64 cat 16:23:19 $ docker top b6186bbbcb90c9eb4526a4ee61a9955d9a58eab2af510986a845b5dcb3f2d622 -eo pid,comm [Pipeline] { [Pipeline] sh 16:23:20 + go version 16:23:20 go version go1.20.2 linux/amd64 [Pipeline] } 16:23:20 $ docker stop --time=1 b6186bbbcb90c9eb4526a4ee61a9955d9a58eab2af510986a845b5dcb3f2d622 16:23:21 Still waiting to schedule task 16:23:21 Waiting for next available executor on ‘ubuntu20.04-docker-arm64-4c-16g’ 16:23:21 $ docker rm -f --volumes b6186bbbcb90c9eb4526a4ee61a9955d9a58eab2af510986a845b5dcb3f2d622 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:23:21 + docker inspect -f . ci-base-image-x86_64 16:23:21 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 16:23:21 prd-ubuntu20.04-docker-8c-8g-16308 does not seem to be running inside a container 16:23:21 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/gexfoundry_go-mod-messaging_main -v /w/workspace/gexfoundry_go-mod-messaging_main:/w/workspace/gexfoundry_go-mod-messaging_main:rw,z -v /w/workspace/gexfoundry_go-mod-messaging_main@tmp:/w/workspace/gexfoundry_go-mod-messaging_main@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 ******** ci-base-image-x86_64 cat 16:23:22 $ docker top ae8b28b5fb00660ee8fa3704ee6deb972f0056ee9c2566bf0e689ded32afa8e8 -eo pid,comm [Pipeline] { [Pipeline] sh 16:23:22 + git config --global --add safe.directory /w/workspace/gexfoundry_go-mod-messaging_main [Pipeline] fileExists [Pipeline] sh 16:23:22 + make test 16:23:22 go test -tags=include_nats_messaging -race ./... -coverprofile=coverage.out ./... 16:23:22 go: downloading github.com/nats-io/nats.go v1.25.0 16:23:22 go: downloading github.com/go-redis/redis/v7 v7.3.0 16:23:22 go: downloading github.com/stretchr/testify v1.8.2 16:23:22 go: downloading github.com/google/uuid v1.3.0 16:23:22 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v3 v3.0.0-dev.42 16:23:22 go: downloading github.com/hashicorp/go-multierror v1.1.1 16:23:22 go: downloading github.com/nats-io/nats-server/v2 v2.9.16 16:23:22 go: downloading github.com/eclipse/paho.mqtt.golang v1.4.2 16:23:23 go: downloading github.com/davecgh/go-spew v1.1.1 16:23:23 go: downloading github.com/pmezard/go-difflib v1.0.0 16:23:23 go: downloading github.com/stretchr/objx v0.5.0 16:23:23 go: downloading gopkg.in/yaml.v3 v3.0.1 16:23:23 go: downloading github.com/hashicorp/errwrap v1.0.0 16:23:23 go: downloading github.com/go-playground/validator/v10 v10.13.0 16:23:23 go: downloading github.com/fxamacker/cbor/v2 v2.4.0 16:23:23 go: downloading github.com/nats-io/nkeys v0.4.4 16:23:23 go: downloading github.com/nats-io/nuid v1.0.1 16:23:23 go: downloading github.com/gorilla/websocket v1.4.2 16:23:23 go: downloading golang.org/x/net v0.9.0 16:23:23 go: downloading golang.org/x/sync v0.0.0-20210220032951-036812b2e83c 16:23:23 go: downloading golang.org/x/crypto v0.8.0 16:23:23 go: downloading github.com/x448/float16 v0.8.4 16:23:23 go: downloading github.com/leodido/go-urn v1.2.3 16:23:23 go: downloading github.com/go-playground/universal-translator v0.18.1 16:23:23 go: downloading golang.org/x/text v0.9.0 16:23:23 go: downloading github.com/go-playground/locales v0.14.1 16:23:23 go: downloading github.com/klauspost/compress v1.16.4 16:23:23 go: downloading github.com/minio/highwayhash v1.0.2 16:23:23 go: downloading github.com/nats-io/jwt/v2 v2.4.1 16:23:23 go: downloading golang.org/x/time v0.3.0 16:23:23 go: downloading golang.org/x/sys v0.7.0 16:23:41 ? github.com/edgexfoundry/go-mod-messaging/v3/internal/pkg/nats/interfaces [no test files] 16:23:41 ? github.com/edgexfoundry/go-mod-messaging/v3/internal/pkg/nats/interfaces/mocks [no test files] 16:23:41 ok github.com/edgexfoundry/go-mod-messaging/v3/clients 0.076s coverage: 88.6% of statements 16:23:47 ok github.com/edgexfoundry/go-mod-messaging/v3/internal/pkg 5.051s coverage: 19.8% of statements 16:23:47 ok github.com/edgexfoundry/go-mod-messaging/v3/internal/pkg/mqtt 0.093s coverage: 88.8% of statements 16:23:47 ok github.com/edgexfoundry/go-mod-messaging/v3/internal/pkg/nats 0.087s coverage: 89.1% of statements 16:23:52 ? github.com/edgexfoundry/go-mod-messaging/v3/internal/pkg/redis/mocks [no test files] 16:23:52 ? github.com/edgexfoundry/go-mod-messaging/v3/messaging/mocks [no test files] 16:23:52 ok github.com/edgexfoundry/go-mod-messaging/v3/internal/pkg/nats/jetstream 0.098s coverage: 35.9% of statements 16:23:52 ok github.com/edgexfoundry/go-mod-messaging/v3/internal/pkg/redis 0.166s coverage: 61.3% of statements 16:23:52 ok github.com/edgexfoundry/go-mod-messaging/v3/messaging 0.064s coverage: 87.5% of statements 16:23:52 ok github.com/edgexfoundry/go-mod-messaging/v3/messaging/mqtt 0.062s coverage: 100.0% of statements 16:23:52 ok github.com/edgexfoundry/go-mod-messaging/v3/messaging/redis 0.059s coverage: 100.0% of statements 16:23:52 ok github.com/edgexfoundry/go-mod-messaging/v3/pkg/types 0.052s coverage: 95.1% of statements 16:24:07 go vet ./... 16:24:09 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 16:24:09 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [Pipeline] echo 16:24:09 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 16:24:09 $ docker stop --time=1 ae8b28b5fb00660ee8fa3704ee6deb972f0056ee9c2566bf0e689ded32afa8e8 16:24:12 $ docker rm -f --volumes ae8b28b5fb00660ee8fa3704ee6deb972f0056ee9c2566bf0e689ded32afa8e8 [Pipeline] // withDockerContainer [Pipeline] sh 16:24:12 + sudo chown -R jenkins:jenkins . [Pipeline] stash 16:24:12 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 16:24:13 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 16:24:13 16:24:13 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:24:13 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 16:24:13 latest: Pulling from edgex-lftools-log-publisher 16:24:13 5eb5b503b376: Pulling fs layer 16:24:13 5c69ac0246d0: Pulling fs layer 16:24:13 ec43610c2a17: Pulling fs layer 16:24:13 3a2ae6a8a46f: Pulling fs layer 16:24:13 33b1e0a273af: Pulling fs layer 16:24:13 3a2ae6a8a46f: Waiting 16:24:13 5d3b04190fa2: Pulling fs layer 16:24:13 2f39f015ded8: Pulling fs layer 16:24:13 33b1e0a273af: Waiting 16:24:13 5d3b04190fa2: Waiting 16:24:13 2f39f015ded8: Waiting 16:24:13 5c69ac0246d0: Verifying Checksum 16:24:13 5c69ac0246d0: Download complete 16:24:13 3a2ae6a8a46f: Download complete 16:24:13 33b1e0a273af: Verifying Checksum 16:24:13 33b1e0a273af: Download complete 16:24:13 5d3b04190fa2: Verifying Checksum 16:24:13 5d3b04190fa2: Download complete 16:24:13 ec43610c2a17: Verifying Checksum 16:24:13 ec43610c2a17: Download complete 16:24:13 5eb5b503b376: Verifying Checksum 16:24:13 5eb5b503b376: Download complete 16:24:14 2f39f015ded8: Download complete 16:24:15 5eb5b503b376: Pull complete 16:24:15 5c69ac0246d0: Pull complete 16:24:15 ec43610c2a17: Pull complete 16:24:15 3a2ae6a8a46f: Pull complete 16:24:15 33b1e0a273af: Pull complete 16:24:15 5d3b04190fa2: Pull complete 16:24:20 2f39f015ded8: Pull complete 16:24:20 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 16:24:20 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 16:24:20 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 16:24:20 prd-ubuntu20.04-docker-8c-8g-16308 does not seem to be running inside a container 16:24:20 $ 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/gexfoundry_go-mod-messaging_main -v /w/workspace/gexfoundry_go-mod-messaging_main:/w/workspace/gexfoundry_go-mod-messaging_main:rw,z -v /w/workspace/gexfoundry_go-mod-messaging_main@tmp:/w/workspace/gexfoundry_go-mod-messaging_main@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 16:24:23 $ docker top 6d4aa5176079a3f93acfd2e135b6dd35f41215ee8c9aef24bc0686914af5ff25 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 16:24:23 ---> job-cost.sh 16:24:23 lf-activate-venv: SKIPPING 16:24:23 INFO: No Stack... 16:24:23 INFO: Retrieving Pricing Info for: v3-standard-8 16:24:24 INFO: Archiving Costs [Pipeline] sh 16:24:24 + cat /w/workspace/gexfoundry_go-mod-messaging_main/archives/cost.csv 16:24:24 + cut -d, -f6 [Pipeline] lock 16:24:24 Trying to acquire lock on [jenkins-edgexfoundry-go-mod-messaging-main-97-stack-cost] 16:24:24 Resource [jenkins-edgexfoundry-go-mod-messaging-main-97-stack-cost] did not exist. Created. 16:24:24 Lock acquired on [jenkins-edgexfoundry-go-mod-messaging-main-97-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 16:24:24 + echo total: 0.2199999988079071 [Pipeline] stash 16:24:24 Stashed 1 file(s) [Pipeline] } 16:24:24 Lock released on resource [jenkins-edgexfoundry-go-mod-messaging-main-97-stack-cost] [Pipeline] // lock [Pipeline] } 16:24:24 $ docker stop --time=1 6d4aa5176079a3f93acfd2e135b6dd35f41215ee8c9aef24bc0686914af5ff25 16:24:25 $ docker rm -f --volumes 6d4aa5176079a3f93acfd2e135b6dd35f41215ee8c9aef24bc0686914af5ff25 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 16:26:06 Running on prd-ubuntu20.04-docker-arm64-4c-16g-16312 in /w/workspace/gexfoundry_go-mod-messaging_main [Pipeline] { [Pipeline] ws 16:26:06 Running in /w/workspace/go-mod-messaging/97 [Pipeline] { [Pipeline] checkout 16:26:06 Selected Git installation does not exist. Using Default 16:26:06 The recommended git tool is: NONE 16:26:12 using credential edgex-jenkins-ssh 16:26:12 Cloning the remote Git repository 16:26:12 Cloning repository git@github.com:edgexfoundry/go-mod-messaging.git 16:26:12 > git init /w/workspace/go-mod-messaging/97 # timeout=10 16:26:12 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-messaging.git 16:26:12 > git --version # timeout=10 16:26:12 > git --version # 'git version 2.25.1' 16:26:12 using GIT_SSH to set credentials SSH Credentials for GitHub 16:26:12 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-messaging.git +refs/heads/*:refs/remotes/origin/* # timeout=10 16:26:13 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-messaging.git # timeout=10 16:26:13 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 16:26:14 Avoid second fetch 16:26:14 Checking out Revision ee11a8dba84ced88b0cf23aff40089790c971dba (main) 16:26:14 > git config core.sparsecheckout # timeout=10 16:26:14 > git checkout -f ee11a8dba84ced88b0cf23aff40089790c971dba # timeout=10 16:26:15 Commit message: "Merge pull request #252 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-core-contracts/v3-3.0.0-dev.42" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 16:26:16 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 16:26:16 % Total % Received % Xferd Average Speed Time Time Time Current 16:26:16 Dload Upload Total Spent Left Speed 16:26:16 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 79693 0 --:--:-- --:--:-- --:--:-- 80194 [Pipeline] sh 16:26:17 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 16:26:17 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 16:26:17 + sudo tee /etc/docker/daemon.new 16:26:17 { 16:26:17 "registry-mirrors": [ 16:26:17 "https://nexus3.edgexfoundry.org:10001" 16:26:17 ], 16:26:17 "bip": "10.250.0.254/24", 16:26:17 "hosts": [ 16:26:17 "tcp://0.0.0.0:5555", 16:26:17 "unix:///var/run/docker.sock" 16:26:17 ], 16:26:17 "mtu": 1458, 16:26:17 "selinux-enabled": true, 16:26:17 "seccomp-profile": "/etc/docker/seccomp.json" 16:26:17 } [Pipeline] sh 16:26:17 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 16:26:18 + sudo service docker restart [Pipeline] unstash [Pipeline] echo 16:26:36 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 16:26:36 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 16:26:36 ========================================================= 16:26:36 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine] 16:26:36 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] sh 16:26:37 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine 16:26:38 1.20-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 16:26:38 c41833b44d91: Pulling fs layer 16:26:38 ed15518f5707: Pulling fs layer 16:26:38 feae8fd75edb: Pulling fs layer 16:26:38 242c74f7c9fa: Pulling fs layer 16:26:38 3cdef696dda3: Pulling fs layer 16:26:38 2ced38df9373: Pulling fs layer 16:26:38 58f1dce35555: Pulling fs layer 16:26:38 242c74f7c9fa: Waiting 16:26:38 3cdef696dda3: Waiting 16:26:38 2ced38df9373: Waiting 16:26:38 58f1dce35555: Waiting 16:26:38 ed15518f5707: Verifying Checksum 16:26:38 ed15518f5707: Download complete 16:26:38 242c74f7c9fa: Verifying Checksum 16:26:38 242c74f7c9fa: Download complete 16:26:38 3cdef696dda3: Verifying Checksum 16:26:38 3cdef696dda3: Download complete 16:26:38 c41833b44d91: Verifying Checksum 16:26:38 c41833b44d91: Download complete 16:26:39 c41833b44d91: Pull complete 16:26:39 58f1dce35555: Verifying Checksum 16:26:39 58f1dce35555: Download complete 16:26:39 ed15518f5707: Pull complete 16:26:40 feae8fd75edb: Verifying Checksum 16:26:40 feae8fd75edb: Download complete 16:26:40 2ced38df9373: Verifying Checksum 16:26:53 feae8fd75edb: Pull complete 16:26:53 242c74f7c9fa: Pull complete 16:26:53 3cdef696dda3: Pull complete 16:26:59 2ced38df9373: Pull complete 16:27:01 58f1dce35555: Pull complete 16:27:01 Digest: sha256:3b55595e96c696ae732e8cb20cde5b1ff7282a1fe1423a8de67617af8d15ea1e 16:27:01 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine 16:27:01 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine [Pipeline] sh 16:27:02 + 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 16:27:02 + docker inspect -f . ci-base-image-arm64 16:27:02 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 16:27:02 prd-ubuntu20.04-docker-arm64-4c-16g-16312 does not seem to be running inside a container 16:27:03 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-messaging/97 -v /w/workspace/go-mod-messaging/97:/w/workspace/go-mod-messaging/97:rw,z -v /w/workspace/go-mod-messaging/97@tmp:/w/workspace/go-mod-messaging/97@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 ******** ci-base-image-arm64 cat 16:27:06 $ docker top 679efd413e81e6478027d1597da5c7e8ff558b2edde4ad11c2f4f8e062b3b4ee -eo pid,comm [Pipeline] { [Pipeline] sh 16:27:07 + go version 16:27:07 go version go1.20.2 linux/arm64 [Pipeline] } 16:27:07 $ docker stop --time=1 679efd413e81e6478027d1597da5c7e8ff558b2edde4ad11c2f4f8e062b3b4ee 16:27:09 $ docker rm -f --volumes 679efd413e81e6478027d1597da5c7e8ff558b2edde4ad11c2f4f8e062b3b4ee [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:27:09 + docker inspect -f . ci-base-image-arm64 16:27:09 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 16:27:10 prd-ubuntu20.04-docker-arm64-4c-16g-16312 does not seem to be running inside a container 16:27:10 $ 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-messaging/97 -v /w/workspace/go-mod-messaging/97:/w/workspace/go-mod-messaging/97:rw,z -v /w/workspace/go-mod-messaging/97@tmp:/w/workspace/go-mod-messaging/97@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 ******** ci-base-image-arm64 cat 16:27:11 $ docker top 89b42cbfa379221aaf33d0a9d473efb3996b2bffeb78e4d3e313a4ff0f6dbd21 -eo pid,comm [Pipeline] { [Pipeline] sh 16:27:12 + git config --global --add safe.directory /w/workspace/go-mod-messaging/97 [Pipeline] fileExists [Pipeline] sh 16:27:12 + make test 16:27:12 go test -tags=include_nats_messaging -race ./... -coverprofile=coverage.out ./... 16:27:12 go: downloading github.com/google/uuid v1.3.0 16:27:12 go: downloading github.com/stretchr/testify v1.8.2 16:27:12 go: downloading github.com/eclipse/paho.mqtt.golang v1.4.2 16:27:13 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v3 v3.0.0-dev.42 16:27:13 go: downloading github.com/hashicorp/go-multierror v1.1.1 16:27:13 go: downloading github.com/nats-io/nats.go v1.25.0 16:27:13 go: downloading github.com/nats-io/nats-server/v2 v2.9.16 16:27:13 go: downloading github.com/go-redis/redis/v7 v7.3.0 16:27:14 go: downloading github.com/davecgh/go-spew v1.1.1 16:27:14 go: downloading github.com/pmezard/go-difflib v1.0.0 16:27:14 go: downloading gopkg.in/yaml.v3 v3.0.1 16:27:14 go: downloading github.com/hashicorp/errwrap v1.0.0 16:27:14 go: downloading github.com/gorilla/websocket v1.4.2 16:27:14 go: downloading golang.org/x/net v0.9.0 16:27:14 go: downloading golang.org/x/sync v0.0.0-20210220032951-036812b2e83c 16:27:14 go: downloading github.com/go-playground/validator/v10 v10.13.0 16:27:14 go: downloading github.com/fxamacker/cbor/v2 v2.4.0 16:27:14 go: downloading github.com/stretchr/objx v0.5.0 16:27:14 go: downloading github.com/nats-io/nkeys v0.4.4 16:27:14 go: downloading github.com/nats-io/nuid v1.0.1 16:27:14 go: downloading github.com/x448/float16 v0.8.4 16:27:14 go: downloading github.com/go-playground/universal-translator v0.18.1 16:27:14 go: downloading github.com/leodido/go-urn v1.2.3 16:27:14 go: downloading golang.org/x/crypto v0.8.0 16:27:14 go: downloading golang.org/x/text v0.9.0 16:27:15 go: downloading github.com/go-playground/locales v0.14.1 16:27:15 go: downloading github.com/klauspost/compress v1.16.4 16:27:15 go: downloading github.com/minio/highwayhash v1.0.2 16:27:15 go: downloading github.com/nats-io/jwt/v2 v2.4.1 16:27:15 go: downloading golang.org/x/time v0.3.0 16:29:22 ok github.com/edgexfoundry/go-mod-messaging/v3/clients 0.380s coverage: 88.6% of statements 16:29:22 ? github.com/edgexfoundry/go-mod-messaging/v3/internal/pkg/nats/interfaces [no test files] 16:29:22 ? github.com/edgexfoundry/go-mod-messaging/v3/internal/pkg/nats/interfaces/mocks [no test files] 16:29:23 ok github.com/edgexfoundry/go-mod-messaging/v3/internal/pkg 5.305s coverage: 19.8% of statements 16:29:23 ok github.com/edgexfoundry/go-mod-messaging/v3/internal/pkg/mqtt 0.441s coverage: 88.8% of statements 16:29:23 ok github.com/edgexfoundry/go-mod-messaging/v3/internal/pkg/nats 0.433s coverage: 89.1% of statements 16:31:15 ? github.com/edgexfoundry/go-mod-messaging/v3/internal/pkg/redis/mocks [no test files] 16:31:15 ok github.com/edgexfoundry/go-mod-messaging/v3/internal/pkg/nats/jetstream 0.511s coverage: 35.9% of statements 16:31:15 ok github.com/edgexfoundry/go-mod-messaging/v3/internal/pkg/redis 0.430s coverage: 61.3% of statements 16:31:15 ? github.com/edgexfoundry/go-mod-messaging/v3/messaging/mocks [no test files] 16:31:15 ok github.com/edgexfoundry/go-mod-messaging/v3/messaging 0.281s coverage: 87.5% of statements 16:31:15 ok github.com/edgexfoundry/go-mod-messaging/v3/messaging/mqtt 0.233s coverage: 100.0% of statements 16:31:15 ok github.com/edgexfoundry/go-mod-messaging/v3/messaging/redis 0.224s coverage: 100.0% of statements 16:31:15 ok github.com/edgexfoundry/go-mod-messaging/v3/pkg/types 0.208s coverage: 95.1% of statements 16:31:15 WARNING: Linting skipped (not on x86_64 or linter not installed) 16:31:15 go vet ./... 16:33:06 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 16:33:06 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [Pipeline] echo 16:33:07 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 16:33:07 $ docker stop --time=1 89b42cbfa379221aaf33d0a9d473efb3996b2bffeb78e4d3e313a4ff0f6dbd21 16:33:08 $ docker rm -f --volumes 89b42cbfa379221aaf33d0a9d473efb3996b2bffeb78e4d3e313a4ff0f6dbd21 [Pipeline] // withDockerContainer [Pipeline] sh 16:33:11 + sudo chown -R jenkins:jenkins . [Pipeline] stash 16:33:11 Warning: overwriting stash ‘coverage-report’ 16:33:11 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 16:33:12 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 16:33:12 16:33:12 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:33:12 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 16:33:13 arm64: Pulling from edgex-lftools-log-publisher 16:33:13 8998bd30e6a1: Pulling fs layer 16:33:13 04944245beec: Pulling fs layer 16:33:13 699f458cf7ca: Pulling fs layer 16:33:13 765212b225bb: Pulling fs layer 16:33:13 f23df028b6ca: Pulling fs layer 16:33:13 d65c8cfc05b1: Pulling fs layer 16:33:13 2437ff75d9bd: Pulling fs layer 16:33:13 765212b225bb: Waiting 16:33:13 f23df028b6ca: Waiting 16:33:13 d65c8cfc05b1: Waiting 16:33:13 2437ff75d9bd: Waiting 16:33:13 04944245beec: Verifying Checksum 16:33:13 04944245beec: Download complete 16:33:13 765212b225bb: Verifying Checksum 16:33:13 765212b225bb: Download complete 16:33:13 f23df028b6ca: Verifying Checksum 16:33:13 f23df028b6ca: Download complete 16:33:13 d65c8cfc05b1: Verifying Checksum 16:33:13 d65c8cfc05b1: Download complete 16:33:13 699f458cf7ca: Verifying Checksum 16:33:13 699f458cf7ca: Download complete 16:33:13 8998bd30e6a1: Verifying Checksum 16:33:13 8998bd30e6a1: Download complete 16:33:16 2437ff75d9bd: Verifying Checksum 16:33:16 2437ff75d9bd: Download complete 16:33:17 8998bd30e6a1: Pull complete 16:33:18 04944245beec: Pull complete 16:33:22 699f458cf7ca: Pull complete 16:33:22 765212b225bb: Pull complete 16:33:23 f23df028b6ca: Pull complete 16:33:23 d65c8cfc05b1: Pull complete 16:33:38 2437ff75d9bd: Pull complete 16:33:38 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 16:33:38 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 16:33:38 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 16:33:38 prd-ubuntu20.04-docker-arm64-4c-16g-16312 does not seem to be running inside a container 16:33:39 $ 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-messaging/97 -v /w/workspace/go-mod-messaging/97:/w/workspace/go-mod-messaging/97:rw,z -v /w/workspace/go-mod-messaging/97@tmp:/w/workspace/go-mod-messaging/97@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:arm64 cat 16:33:41 $ docker top 036bf88b97e90877b66044bfcafa7b530727c8af0edbcfdda519abd3eccf73b3 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 16:33:42 ---> job-cost.sh 16:33:42 lf-activate-venv: SKIPPING 16:33:42 INFO: No Stack... 16:33:43 INFO: Retrieving Pricing Info for: v3-standard-4 16:33:43 INFO: Archiving Costs [Pipeline] sh 16:33:44 + cut -d, -f6 16:33:44 + cat /w/workspace/go-mod-messaging/97/archives/cost.csv [Pipeline] lock 16:33:44 Trying to acquire lock on [jenkins-edgexfoundry-go-mod-messaging-main-97-stack-cost] 16:33:44 Resource [jenkins-edgexfoundry-go-mod-messaging-main-97-stack-cost] did not exist. Created. 16:33:44 Lock acquired on [jenkins-edgexfoundry-go-mod-messaging-main-97-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 16:33:45 /w/workspace/go-mod-messaging/97@tmp/durable-8270a9c1/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh 16:33:45 + echo total: 0.10999999940395355 [Pipeline] stash 16:33:45 Warning: overwriting stash ‘stack-cost’ 16:33:45 Stashed 1 file(s) [Pipeline] } 16:33:45 Lock released on resource [jenkins-edgexfoundry-go-mod-messaging-main-97-stack-cost] [Pipeline] // lock [Pipeline] } 16:33:45 $ docker stop --time=1 036bf88b97e90877b66044bfcafa7b530727c8af0edbcfdda519abd3eccf73b3 16:33:49 $ docker rm -f --volumes 036bf88b97e90877b66044bfcafa7b530727c8af0edbcfdda519abd3eccf73b3 [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 16:33:50 provisioning config files... 16:33:50 copy managed file [go-mod-messaging-codecov-token] to file:/w/workspace/gexfoundry_go-mod-messaging_main@tmp/config16609770879884734520tmp [Pipeline] { [Pipeline] sh 16:33:50 + set +x 16:33:50 + + curl -s https://codecov.io/bash 16:33:50 bash -s -- 16:33:50 16:33:50 _____ _ 16:33:50 / ____| | | 16:33:50 | | ___ __| | ___ ___ _____ __ 16:33:50 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 16:33:50 | |___| (_) | (_| | __/ (_| (_) \ V / 16:33:50 \_____\___/ \__,_|\___|\___\___/ \_/ 16:33:50 Bash-1.0.6 16:33:50 16:33:50 16:33:50 ==> git version 2.25.1 found 16:33:50 ==> 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 16:33:50 Release-Date: 2020-01-08 16:33:50 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 16:33:50 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 16:33:50 ==> Jenkins CI detected. 16:33:50 current dir:  /w/workspace/gexfoundry_go-mod-messaging_main 16:33:50 project root: . 16:33:50 --> token set from env 16:33:50 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 16:33:50 ==> Running gcov in . (disable via -X gcov) 16:33:50 ==> Python coveragepy not found 16:33:50 ==> Searching for coverage reports in: 16:33:50 + . 16:33:50 -> Found 1 reports 16:33:50 ==> Detecting git/mercurial file structure 16:33:50 ==> Reading reports 16:33:50 + ./coverage.out bytes=41815 16:33:50 ==> Appending adjustments 16:33:50 https://docs.codecov.io/docs/fixing-reports 16:33:50 + Found adjustments 16:33:50 ==> Gzipping contents 16:33:50 12K /tmp/codecov.i0nPup.gz 16:33:50 ==> Uploading reports 16:33:50 url: https://codecov.io 16:33:50 query: branch=main&commit=ee11a8dba84ced88b0cf23aff40089790c971dba&build=97&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-messaging%2Fjob%2Fmain%2F97%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-messaging&service=jenkins&flags=&pr=&job=&cmd_args= 16:33:50 -> Pinging Codecov 16:33:50 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=a6beaebe-80c9-4d50-a0dd-a405d66ec5fd&branch=main&commit=ee11a8dba84ced88b0cf23aff40089790c971dba&build=97&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-messaging%2Fjob%2Fmain%2F97%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-messaging&service=jenkins&flags=&pr=&job=&cmd_args= 16:33:50 -> Uploading to 16:33:50 https://storage.googleapis.com/codecov/v4/raw/2023-05-22/F6E385568367DD0E4001BA4F8F1CB792/ee11a8dba84ced88b0cf23aff40089790c971dba/3f85a07c-d7e5-462c-9189-5cc831193dca.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230522%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230522T163350Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=00889d1675a71b99323f967038e3872636fd29f9dc21d69b0872e157d2917f50 16:33:50 % Total % Received % Xferd Average Speed Time Time Time Current 16:33:50 Dload Upload Total Spent Left Speed 16:33:51 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 8282 0 0 100 8282 0 35242 --:--:-- --:--:-- --:--:-- 35242 16:33:51 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/go-mod-messaging/commit/ee11a8dba84ced88b0cf23aff40089790c971dba [Pipeline] } 16:33:51 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 16:33:51 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 16:33:51 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:33:51 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 16:33:51 16:33:51 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:33:52 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 16:33:52 1.410.4: Pulling from edgex-devops/edgex-snyk-go 16:33:52 df9b9388f04a: Pulling fs layer 16:33:52 52dc419b0ee2: Pulling fs layer 16:33:52 25bc292e5bac: Pulling fs layer 16:33:52 114826534d7a: Pulling fs layer 16:33:52 4657fd5d0bcf: Pulling fs layer 16:33:52 6ad1cebc031e: Pulling fs layer 16:33:52 8a3aa393b2d8: Pulling fs layer 16:33:52 4657fd5d0bcf: Waiting 16:33:52 8a3aa393b2d8: Waiting 16:33:52 6ad1cebc031e: Waiting 16:33:52 114826534d7a: Waiting 16:33:52 25bc292e5bac: Verifying Checksum 16:33:52 25bc292e5bac: Download complete 16:33:52 52dc419b0ee2: Verifying Checksum 16:33:52 52dc419b0ee2: Download complete 16:33:52 4657fd5d0bcf: Verifying Checksum 16:33:52 4657fd5d0bcf: Download complete 16:33:52 df9b9388f04a: Download complete 16:33:52 df9b9388f04a: Pull complete 16:33:52 52dc419b0ee2: Pull complete 16:33:52 6ad1cebc031e: Verifying Checksum 16:33:52 6ad1cebc031e: Download complete 16:33:52 25bc292e5bac: Pull complete 16:33:52 114826534d7a: Verifying Checksum 16:33:52 114826534d7a: Download complete 16:33:53 8a3aa393b2d8: Verifying Checksum 16:33:53 8a3aa393b2d8: Download complete 16:33:56 114826534d7a: Pull complete 16:33:56 4657fd5d0bcf: Pull complete 16:33:56 6ad1cebc031e: Pull complete 16:33:58 8a3aa393b2d8: Pull complete 16:33:58 Digest: sha256:4b4dcd1004c4b70ae7ff23424eaa7ae18978b3759dc64bf5c8870aa20fc5e024 16:33:58 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 16:33:58 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 16:33:59 prd-ubuntu20.04-docker-8c-8g-16308 does not seem to be running inside a container 16:33:59 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/gexfoundry_go-mod-messaging_main -v /w/workspace/gexfoundry_go-mod-messaging_main:/w/workspace/gexfoundry_go-mod-messaging_main:rw,z -v /w/workspace/gexfoundry_go-mod-messaging_main@tmp:/w/workspace/gexfoundry_go-mod-messaging_main@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-devops/edgex-snyk-go:1.410.4 cat 16:34:01 $ docker top 0c946a548e93072699cfa1a7f7d0409d65b9a4e0c0da0ce799f6f0fcdbf8a9ea -eo pid,comm [Pipeline] { [Pipeline] echo 16:34:01 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/go-mod-messaging:main' [Pipeline] sh 16:34:01 + set -o pipefail 16:34:01 + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/go-mod-messaging:main' 16:34:05 16:34:05 Monitoring /w/workspace/gexfoundry_go-mod-messaging_main (github.com/edgexfoundry/go-mod-messaging/v3)... 16:34:05 16:34:05 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/770e3f64-65c1-46e4-b258-9595629d2d3e/history/68d3722e-8af4-47ed-a3c5-54ee7eb30bff 16:34:05 16:34:05 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 16:34:05 16:34:05 16:34:05 A medium severity vulnerability was found in the Snyk CLI versions you are using. 16:34:05 We fixed the vulnerability in version 1.996.0. We recommend updating to the latest version. 16:34:05 More details here: https://snyk.co/ue1NS [Pipeline] } 16:34:05 $ docker stop --time=1 0c946a548e93072699cfa1a7f7d0409d65b9a4e0c0da0ce799f6f0fcdbf8a9ea 16:34:07 $ docker rm -f --volumes 0c946a548e93072699cfa1a7f7d0409d65b9a4e0c0da0ce799f6f0fcdbf8a9ea [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [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) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] sh 16:34:07 + git log --format=format:%s -1 ee11a8dba84ced88b0cf23aff40089790c971dba [Pipeline] sh 16:34:08 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 16:34:08 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:34:08 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 16:34:08 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 16:34:08 prd-ubuntu20.04-docker-8c-8g-16308 does not seem to be running inside a container 16:34:08 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_go-mod-messaging_main -v /w/workspace/gexfoundry_go-mod-messaging_main:/w/workspace/gexfoundry_go-mod-messaging_main:rw,z -v /w/workspace/gexfoundry_go-mod-messaging_main@tmp:/w/workspace/gexfoundry_go-mod-messaging_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 16:34:09 $ docker top 98aa9b007a2227a03f99dc8c24d11f3f5d56886f08c772fbf978a736d4e94cf4 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 16:34:09 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:34:09 [ssh-agent] Looking for ssh-agent implementation... 16:34:09 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:34:09 $ docker exec 98aa9b007a2227a03f99dc8c24d11f3f5d56886f08c772fbf978a736d4e94cf4 ssh-agent 16:34:09 SSH_AUTH_SOCK=/tmp/ssh-NgXH94LuSSFX/agent.32 16:34:09 SSH_AGENT_PID=38 16:34:09 Running ssh-add (command line suppressed) 16:34:09 Identity added: /w/workspace/gexfoundry_go-mod-messaging_main@tmp/private_key_9971123046388341212.key (/w/workspace/gexfoundry_go-mod-messaging_main@tmp/private_key_9971123046388341212.key) 16:34:09 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:34:09 + git semver tag 16:34:10 2023-05-22 16:34:10,014 [run_tag] DEBUG tag force:False 16:34:10 2023-05-22 16:34:10,014 [check_head_tag] DEBUG check head tag 16:34:10 2023-05-22 16:34:10,015 [execute] INFO git cat-file --batch-check 16:34:10 2023-05-22 16:34:10,016 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/gexfoundry_go-mod-messaging_main, universal_newlines=False, shell=None, istream=) 16:34:10 2023-05-22 16:34:10,019 [execute] INFO git cat-file --batch 16:34:10 2023-05-22 16:34:10,019 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/gexfoundry_go-mod-messaging_main, universal_newlines=False, shell=None, istream=) 16:34:10 2023-05-22 16:34:10,049 [read_version] DEBUG read version from /w/workspace/gexfoundry_go-mod-messaging_main/.semver/main 16:34:10 2023-05-22 16:34:10,049 [execute] INFO git tag -a v3.0.0-dev.32 -m v3.0.0-dev.32 16:34:10 2023-05-22 16:34:10,049 [execute] DEBUG Popen(['git', 'tag', '-a', 'v3.0.0-dev.32', '-m', 'v3.0.0-dev.32'], cwd=/w/workspace/gexfoundry_go-mod-messaging_main, universal_newlines=False, shell=None, istream=None) 16:34:10 2023-05-22 16:34:10,055 [read_version] DEBUG read version from /w/workspace/gexfoundry_go-mod-messaging_main/.semver/main 16:34:10 3.0.0-dev.32 [Pipeline] } 16:34:10 $ docker exec --env ******** --env ******** 98aa9b007a2227a03f99dc8c24d11f3f5d56886f08c772fbf978a736d4e94cf4 ssh-agent -k 16:34:10 unset SSH_AUTH_SOCK; 16:34:10 unset SSH_AGENT_PID; 16:34:10 echo Agent pid 38 killed; 16:34:10 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 16:34:10 + git semver [Pipeline] } 16:34:10 $ docker stop --time=1 98aa9b007a2227a03f99dc8c24d11f3f5d56886f08c772fbf978a736d4e94cf4 16:34:12 $ docker rm -f --volumes 98aa9b007a2227a03f99dc8c24d11f3f5d56886f08c772fbf978a736d4e94cf4 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:34:12 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 16:34:12 16:34:12 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:34:12 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 16:34:12 0.23.1-centos7: Pulling from edgex-lftools 16:34:12 ab5ef0e58194: Pulling fs layer 16:34:12 9712f1f96733: Pulling fs layer 16:34:12 63f879dbbcfc: Pulling fs layer 16:34:12 0d9ebad4ef96: Pulling fs layer 16:34:12 e9a5061849ea: Pulling fs layer 16:34:12 d747dcd14b5f: Pulling fs layer 16:34:12 2de7ff778b66: Pulling fs layer 16:34:12 0d9ebad4ef96: Waiting 16:34:12 e9a5061849ea: Waiting 16:34:12 d747dcd14b5f: Waiting 16:34:12 2de7ff778b66: Waiting 16:34:12 9712f1f96733: Verifying Checksum 16:34:12 9712f1f96733: Download complete 16:34:13 63f879dbbcfc: Verifying Checksum 16:34:13 63f879dbbcfc: Download complete 16:34:13 0d9ebad4ef96: Verifying Checksum 16:34:13 0d9ebad4ef96: Download complete 16:34:13 e9a5061849ea: Verifying Checksum 16:34:13 e9a5061849ea: Download complete 16:34:13 d747dcd14b5f: Verifying Checksum 16:34:13 d747dcd14b5f: Download complete 16:34:13 ab5ef0e58194: Download complete 16:34:13 2de7ff778b66: Verifying Checksum 16:34:13 2de7ff778b66: Download complete 16:34:16 ab5ef0e58194: Pull complete 16:34:16 9712f1f96733: Pull complete 16:34:16 63f879dbbcfc: Pull complete 16:34:20 0d9ebad4ef96: Pull complete 16:34:20 e9a5061849ea: Pull complete 16:34:20 d747dcd14b5f: Pull complete 16:34:21 2de7ff778b66: Pull complete 16:34:21 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 16:34:21 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 16:34:21 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 16:34:21 prd-ubuntu20.04-docker-8c-8g-16308 does not seem to be running inside a container 16:34:21 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/gexfoundry_go-mod-messaging_main -v /w/workspace/gexfoundry_go-mod-messaging_main:/w/workspace/gexfoundry_go-mod-messaging_main:rw,z -v /w/workspace/gexfoundry_go-mod-messaging_main@tmp:/w/workspace/gexfoundry_go-mod-messaging_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 16:34:24 $ docker top 1e0022f668c4b524d64994f1f612a848bc8cf28c6117f6dcc5b55623714192df -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 16:34:24 provisioning config files... 16:34:24 copy managed file [sigul-config] to file:/w/workspace/gexfoundry_go-mod-messaging_main@tmp/config9401951322999813871tmp 16:34:24 copy managed file [sigul-password] to file:/w/workspace/gexfoundry_go-mod-messaging_main@tmp/config3054538746064546841tmp 16:34:24 copy managed file [sigul-pki] to file:/w/workspace/gexfoundry_go-mod-messaging_main@tmp/config2648883924602880966tmp [Pipeline] { [Pipeline] echo 16:34:24 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 16:34:24 ---> sigul-configuration.sh 16:34:24 gpg: directory `/root/.gnupg' created 16:34:24 gpg: new configuration file `/root/.gnupg/gpg.conf' created 16:34:24 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 16:34:24 gpg: keyring `/root/.gnupg/secring.gpg' created 16:34:24 gpg: keyring `/root/.gnupg/pubring.gpg' created 16:34:24 gpg: CAST5 encrypted data 16:34:24 gpg: encrypted with 1 passphrase 16:34:24 gpg: WARNING: message was not integrity protected [Pipeline] sh 16:34:24 + mkdir /home/jenkins 16:34:24 + mkdir /home/jenkins/sigul [Pipeline] sh 16:34:25 + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo 16:34:25 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 16:34:25 ---> sigul-install.sh 16:34:25 Sigul already installed; skipping installation. [Pipeline] sh 16:34:25 + git tag --list 16:34:25 v0.0.0 16:34:25 v0.1.0 16:34:25 v0.1.1 16:34:25 v0.1.10 16:34:25 v0.1.11 16:34:25 v0.1.12 16:34:25 v0.1.13 16:34:25 v0.1.14 16:34:25 v0.1.15 16:34:25 v0.1.16 16:34:25 v0.1.17 16:34:25 v0.1.18 16:34:25 v0.1.19 16:34:25 v0.1.2 16:34:25 v0.1.20 16:34:25 v0.1.21 16:34:25 v0.1.22 16:34:25 v0.1.23 16:34:25 v0.1.24 16:34:25 v0.1.25 16:34:25 v0.1.26 16:34:25 v0.1.27 16:34:25 v0.1.28 16:34:25 v0.1.29 16:34:25 v0.1.3 16:34:25 v0.1.30 16:34:25 v0.1.31 16:34:25 v0.1.4 16:34:25 v0.1.5 16:34:25 v0.1.6 16:34:25 v0.1.7 16:34:25 v0.1.8 16:34:25 v0.1.9 16:34:25 v2.0.0 16:34:25 v2.0.1 16:34:25 v2.1.0 16:34:25 v2.1.1 16:34:25 v2.1.1-dev.1 16:34:25 v2.1.1-dev.2 16:34:25 v2.1.1-dev.3 16:34:25 v2.2.0 16:34:25 v2.2.1-dev.1 16:34:25 v2.2.1-dev.10 16:34:25 v2.2.1-dev.11 16:34:25 v2.2.1-dev.2 16:34:25 v2.2.1-dev.3 16:34:25 v2.2.1-dev.4 16:34:25 v2.2.1-dev.5 16:34:25 v2.2.1-dev.6 16:34:25 v2.2.1-dev.7 16:34:25 v2.2.1-dev.8 16:34:25 v2.2.1-dev.9 16:34:25 v2.3.0 16:34:25 v2.3.0-dev.11 16:34:25 v2.3.0-dev.12 16:34:25 v2.3.0-dev.13 16:34:25 v2.3.0-dev.14 16:34:25 v2.3.0-dev.15 16:34:25 v2.3.0-dev.16 16:34:25 v2.3.0-dev.17 16:34:25 v2.3.0-dev.18 16:34:25 v2.3.0-dev.19 16:34:25 v2.3.0-dev.20 16:34:25 v2.3.0-dev.21 16:34:25 v2.3.0-dev.22 16:34:25 v2.3.0-dev.23 16:34:25 v2.3.0-dev.24 16:34:25 v2.3.0-dev.25 16:34:25 v2.3.0-dev.26 16:34:25 v2.3.0-dev.27 16:34:25 v2.3.1-dev.1 16:34:25 v2.3.1-dev.2 16:34:25 v2.3.1-dev.3 16:34:25 v2.3.1-dev.4 16:34:25 v2.3.1-dev.5 16:34:25 v3.0.0-dev.1 16:34:25 v3.0.0-dev.10 16:34:25 v3.0.0-dev.11 16:34:25 v3.0.0-dev.12 16:34:25 v3.0.0-dev.13 16:34:25 v3.0.0-dev.14 16:34:25 v3.0.0-dev.15 16:34:25 v3.0.0-dev.16 16:34:25 v3.0.0-dev.17 16:34:25 v3.0.0-dev.18 16:34:25 v3.0.0-dev.19 16:34:25 v3.0.0-dev.2 16:34:25 v3.0.0-dev.20 16:34:25 v3.0.0-dev.21 16:34:25 v3.0.0-dev.22 16:34:25 v3.0.0-dev.23 16:34:25 v3.0.0-dev.24 16:34:25 v3.0.0-dev.25 16:34:25 v3.0.0-dev.26 16:34:25 v3.0.0-dev.27 16:34:25 v3.0.0-dev.28 16:34:25 v3.0.0-dev.29 16:34:25 v3.0.0-dev.3 16:34:25 v3.0.0-dev.30 16:34:25 v3.0.0-dev.31 16:34:25 v3.0.0-dev.32 16:34:25 v3.0.0-dev.4 16:34:25 v3.0.0-dev.5 16:34:25 v3.0.0-dev.6 16:34:25 v3.0.0-dev.7 16:34:25 v3.0.0-dev.8 16:34:25 v3.0.0-dev.9 [Pipeline] sh 16:34:26 + lftools sign git-tag v3.0.0-dev.32 16:34:26 Signing Git tag with Sigul... 16:34:26 Signing v3.0.0-dev.32 [Pipeline] echo 16:34:26 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 16:34:27 ---> sigul-configuration-cleanup.sh [Pipeline] } 16:34:27 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 16:34:27 $ docker stop --time=1 1e0022f668c4b524d64994f1f612a848bc8cf28c6117f6dcc5b55623714192df 16:34:28 $ docker rm -f --volumes 1e0022f668c4b524d64994f1f612a848bc8cf28c6117f6dcc5b55623714192df [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh 16:34:29 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 16:34:29 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:34:29 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 16:34:29 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 16:34:29 prd-ubuntu20.04-docker-8c-8g-16308 does not seem to be running inside a container 16:34:29 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_go-mod-messaging_main -v /w/workspace/gexfoundry_go-mod-messaging_main:/w/workspace/gexfoundry_go-mod-messaging_main:rw,z -v /w/workspace/gexfoundry_go-mod-messaging_main@tmp:/w/workspace/gexfoundry_go-mod-messaging_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 16:34:29 $ docker top 5d654a97d7b4306bf08db743daae1c130a41f37c75a7a93586476e58d39eb1d6 -eo pid,comm 16:34:29 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). 16:34:29 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 16:34:29 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:34:29 [ssh-agent] Looking for ssh-agent implementation... 16:34:30 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:34:30 $ docker exec 5d654a97d7b4306bf08db743daae1c130a41f37c75a7a93586476e58d39eb1d6 ssh-agent 16:34:30 SSH_AUTH_SOCK=/tmp/ssh-RIItHqkO1TnD/agent.32 16:34:30 SSH_AGENT_PID=38 16:34:30 Running ssh-add (command line suppressed) 16:34:30 Identity added: /w/workspace/gexfoundry_go-mod-messaging_main@tmp/private_key_4725936996834107618.key (/w/workspace/gexfoundry_go-mod-messaging_main@tmp/private_key_4725936996834107618.key) 16:34:30 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:34:30 + git semver bump pre 16:34:30 2023-05-22 16:34:30,832 [read_version] DEBUG read version from /w/workspace/gexfoundry_go-mod-messaging_main/.semver/main 16:34:30 2023-05-22 16:34:30,832 [bump_version] DEBUG bumping version:3.0.0-dev.32 on axis:pre with prefix:dev 16:34:30 2023-05-22 16:34:30,832 [bump_version] DEBUG bumped version:3.0.0-dev.33 16:34:30 2023-05-22 16:34:30,832 [write_version] DEBUG write version:3.0.0-dev.33 to path:/w/workspace/gexfoundry_go-mod-messaging_main/.semver/main with force:True 16:34:30 2023-05-22 16:34:30,832 [read_version] DEBUG read version from /w/workspace/gexfoundry_go-mod-messaging_main/.semver/main 16:34:30 2023-05-22 16:34:30,832 [write_file] DEBUG write to file:/w/workspace/gexfoundry_go-mod-messaging_main/.semver/main 16:34:30 2023-05-22 16:34:30,834 [execute] INFO git cat-file --batch-check 16:34:30 2023-05-22 16:34:30,834 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/gexfoundry_go-mod-messaging_main/.semver, universal_newlines=False, shell=None, istream=) 16:34:30 2023-05-22 16:34:30,841 [execute] INFO git cat-file --batch 16:34:30 2023-05-22 16:34:30,841 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/gexfoundry_go-mod-messaging_main/.semver, universal_newlines=False, shell=None, istream=) 16:34:30 2023-05-22 16:34:30,846 [read_version] DEBUG read version from /w/workspace/gexfoundry_go-mod-messaging_main/.semver/main 16:34:30 3.0.0-dev.33 [Pipeline] } 16:34:30 $ docker exec --env ******** --env ******** 5d654a97d7b4306bf08db743daae1c130a41f37c75a7a93586476e58d39eb1d6 ssh-agent -k 16:34:31 unset SSH_AUTH_SOCK; 16:34:31 unset SSH_AGENT_PID; 16:34:31 echo Agent pid 38 killed; 16:34:31 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 16:34:31 + git semver [Pipeline] } 16:34:31 $ docker stop --time=1 5d654a97d7b4306bf08db743daae1c130a41f37c75a7a93586476e58d39eb1d6 16:34:32 $ docker rm -f --volumes 5d654a97d7b4306bf08db743daae1c130a41f37c75a7a93586476e58d39eb1d6 [Pipeline] // withDockerContainer [Pipeline] sh 16:34:33 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 16:34:33 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:34:33 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 16:34:33 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 16:34:33 prd-ubuntu20.04-docker-8c-8g-16308 does not seem to be running inside a container 16:34:33 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_go-mod-messaging_main -v /w/workspace/gexfoundry_go-mod-messaging_main:/w/workspace/gexfoundry_go-mod-messaging_main:rw,z -v /w/workspace/gexfoundry_go-mod-messaging_main@tmp:/w/workspace/gexfoundry_go-mod-messaging_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 16:34:34 $ docker top 4a4413cc3f4c22bd94eb133a90cd2ba738f9fc219b7fa71aa10a38c2075bb594 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 16:34:34 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:34:34 [ssh-agent] Looking for ssh-agent implementation... 16:34:34 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:34:34 $ docker exec 4a4413cc3f4c22bd94eb133a90cd2ba738f9fc219b7fa71aa10a38c2075bb594 ssh-agent 16:34:34 SSH_AUTH_SOCK=/tmp/ssh-UnwmwBZ1tFg0/agent.33 16:34:34 SSH_AGENT_PID=39 16:34:34 Running ssh-add (command line suppressed) 16:34:34 Identity added: /w/workspace/gexfoundry_go-mod-messaging_main@tmp/private_key_10877000656692934974.key (/w/workspace/gexfoundry_go-mod-messaging_main@tmp/private_key_10877000656692934974.key) 16:34:34 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:34:34 + git semver push 16:34:35 2023-05-22 16:34:35,040 [run_push] DEBUG push 16:34:35 2023-05-22 16:34:35,041 [execute] INFO git cat-file --batch-check 16:34:35 2023-05-22 16:34:35,041 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/gexfoundry_go-mod-messaging_main/.semver, universal_newlines=False, shell=None, istream=) 16:34:35 2023-05-22 16:34:35,044 [execute] INFO git rev-list 3ed65f1b11378c3943ff52c4a9cec148f5626f31 -- 16:34:35 2023-05-22 16:34:35,044 [execute] DEBUG Popen(['git', 'rev-list', '3ed65f1b11378c3943ff52c4a9cec148f5626f31', '--'], cwd=/w/workspace/gexfoundry_go-mod-messaging_main/.semver, universal_newlines=False, shell=None, istream=None) 16:34:35 2023-05-22 16:34:35,053 [execute] INFO git fetch -v origin 16:34:35 2023-05-22 16:34:35,053 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/gexfoundry_go-mod-messaging_main/.semver, universal_newlines=True, shell=None, istream=None) 16:34:35 2023-05-22 16:34:35,557 [run_push] DEBUG no remote changes detected 16:34:35 2023-05-22 16:34:35,557 [execute] INFO git push origin semver 16:34:35 2023-05-22 16:34:35,558 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/gexfoundry_go-mod-messaging_main/.semver, universal_newlines=False, shell=None, istream=None) 16:34:36 2023-05-22 16:34:36,394 [run_push] DEBUG push all version tags 16:34:36 2023-05-22 16:34:36,395 [execute] INFO git push origin refs/tags/v*:refs/tags/v* 16:34:36 2023-05-22 16:34:36,395 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/gexfoundry_go-mod-messaging_main, universal_newlines=False, shell=None, istream=None) 16:34:37 2023-05-22 16:34:37,154 [read_version] DEBUG read version from /w/workspace/gexfoundry_go-mod-messaging_main/.semver/main 16:34:37 3.0.0-dev.33 [Pipeline] } 16:34:37 $ docker exec --env ******** --env ******** 4a4413cc3f4c22bd94eb133a90cd2ba738f9fc219b7fa71aa10a38c2075bb594 ssh-agent -k 16:34:37 unset SSH_AUTH_SOCK; 16:34:37 unset SSH_AGENT_PID; 16:34:37 echo Agent pid 39 killed; 16:34:37 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 16:34:37 + git semver [Pipeline] } 16:34:37 $ docker stop --time=1 4a4413cc3f4c22bd94eb133a90cd2ba738f9fc219b7fa71aa10a38c2075bb594 16:34:39 $ docker rm -f --volumes 4a4413cc3f4c22bd94eb133a90cd2ba738f9fc219b7fa71aa10a38c2075bb594 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Bump Experimental Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Bump Stable (Named) Tag" 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 16:34:39 + [ -d /w/workspace/gexfoundry_go-mod-messaging_main/archives ] 16:34:39 + ls -al /w/workspace/gexfoundry_go-mod-messaging_main/archives 16:34:39 total 16 16:34:39 drwxr-xr-x 3 root root 4096 May 22 16:24 . 16:34:39 drwxrwxr-x 10 jenkins jenkins 4096 May 22 16:34 .. 16:34:39 drwxr-xr-x 2 root root 4096 May 22 16:24 cost 16:34:39 -rw-r--r-- 1 root root 87 May 22 16:24 cost.csv 16:34:39 + sudo chown -R jenkins:jenkins /w/workspace/gexfoundry_go-mod-messaging_main/archives 16:34:39 + ls -al /w/workspace/gexfoundry_go-mod-messaging_main/archives 16:34:39 total 16 16:34:39 drwxr-xr-x 3 jenkins jenkins 4096 May 22 16:24 . 16:34:39 drwxrwxr-x 10 jenkins jenkins 4096 May 22 16:34 .. 16:34:39 drwxr-xr-x 2 jenkins jenkins 4096 May 22 16:24 cost 16:34:39 -rw-r--r-- 1 jenkins jenkins 87 May 22 16:24 cost.csv [Pipeline] libraryResource [Pipeline] sh 16:34:40 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 16:34:40 ---> package-listing.sh 16:34:40 ++ facter osfamily 16:34:40 ++ tr '[:upper:]' '[:lower:]' 16:34:41 + OS_FAMILY=debian 16:34:41 + workspace=/w/workspace/gexfoundry_go-mod-messaging_main 16:34:41 + START_PACKAGES=/tmp/packages_start.txt 16:34:41 + END_PACKAGES=/tmp/packages_end.txt 16:34:41 + DIFF_PACKAGES=/tmp/packages_diff.txt 16:34:41 + PACKAGES=/tmp/packages_start.txt 16:34:41 + '[' /w/workspace/gexfoundry_go-mod-messaging_main ']' 16:34:41 + PACKAGES=/tmp/packages_end.txt 16:34:41 + case "${OS_FAMILY}" in 16:34:41 + dpkg -l 16:34:41 + grep '^ii' 16:34:41 + '[' -f /tmp/packages_start.txt ']' 16:34:41 + '[' -f /tmp/packages_end.txt ']' 16:34:41 + diff /tmp/packages_start.txt /tmp/packages_end.txt 16:34:41 + '[' /w/workspace/gexfoundry_go-mod-messaging_main ']' 16:34:41 + mkdir -p /w/workspace/gexfoundry_go-mod-messaging_main/archives/ 16:34:41 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/gexfoundry_go-mod-messaging_main/archives/ [Pipeline] echo 16:34:41 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/gexfoundry_go-mod-messaging_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 16:34:41 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:34:42 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 16:34:42 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 16:34:42 prd-ubuntu20.04-docker-8c-8g-16308 does not seem to be running inside a container 16:34:42 $ 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/gexfoundry_go-mod-messaging_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/gexfoundry_go-mod-messaging_main -v /w/workspace/gexfoundry_go-mod-messaging_main:/w/workspace/gexfoundry_go-mod-messaging_main:rw,z -v /w/workspace/gexfoundry_go-mod-messaging_main@tmp:/w/workspace/gexfoundry_go-mod-messaging_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 16:34:42 $ docker top e82374d8f90ffde51a3de604c04eefeeb72914ffcb8e5aef2a064c08d6df4ff4 -eo pid,comm [Pipeline] { [Pipeline] sh 16:34:42 + touch /tmp/pre-build-complete [Pipeline] sh 16:34:42 + mkdir -p /var/log/sysstat [Pipeline] sh 16:34:43 + ls /var/log/sa-host 16:34:43 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 16:34:43 provisioning config files... 16:34:43 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_go-mod-messaging_main@tmp/config7154928303908613374tmp [Pipeline] { [Pipeline] echo 16:34:43 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 16:34:43 ---> create-netrc.sh [Pipeline] } 16:34:43 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 16:34:44 ---> python-tools-install.sh [Pipeline] echo 16:34:44 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 16:34:44 ---> sudo-logs.sh 16:34:44 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 16:34:44 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 16:34:44 ---> job-cost.sh 16:34:44 lf-activate-venv: SKIPPING 16:34:44 DEBUG: total: 0.2199999988079071 16:34:44 INFO: Retrieving Stack Cost... 16:34:44 INFO: Retrieving Pricing Info for: v3-standard-8 16:34:45 INFO: Archiving Costs [Pipeline] echo 16:34:45 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 16:34:45 ---> logs-deploy.sh 16:34:45 lf-activate-venv: SKIPPING 16:34:45 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-messaging/main/97 16:34:45 INFO: archiving workspace using pattern(s): 16:34:46 Archives upload complete. 16:34:46 INFO: archiving logs to Nexus 16:34:47 ---> uname -a: 16:34:47 Linux prd-ubuntu20-04-docker-8c-8g-16308 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux 16:34:47 16:34:47 16:34:47 ---> lscpu: 16:34:47 Architecture: x86_64 16:34:47 CPU op-mode(s): 32-bit, 64-bit 16:34:47 Byte Order: Little Endian 16:34:47 Address sizes: 40 bits physical, 48 bits virtual 16:34:47 CPU(s): 8 16:34:47 On-line CPU(s) list: 0-7 16:34:47 Thread(s) per core: 1 16:34:47 Core(s) per socket: 1 16:34:47 Socket(s): 8 16:34:47 NUMA node(s): 1 16:34:47 Vendor ID: AuthenticAMD 16:34:47 CPU family: 23 16:34:47 Model: 49 16:34:47 Model name: AMD EPYC-Rome Processor 16:34:47 Stepping: 0 16:34:47 CPU MHz: 2799.998 16:34:47 BogoMIPS: 5599.99 16:34:47 Virtualization: AMD-V 16:34:47 Hypervisor vendor: KVM 16:34:47 Virtualization type: full 16:34:47 L1d cache: 256 KiB 16:34:47 L1i cache: 256 KiB 16:34:47 L2 cache: 4 MiB 16:34:47 L3 cache: 128 MiB 16:34:47 NUMA node0 CPU(s): 0-7 16:34:47 Vulnerability Itlb multihit: Not affected 16:34:47 Vulnerability L1tf: Not affected 16:34:47 Vulnerability Mds: Not affected 16:34:47 Vulnerability Meltdown: Not affected 16:34:47 Vulnerability Mmio stale data: Not affected 16:34:47 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 16:34:47 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 16:34:47 Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling 16:34:47 Vulnerability Srbds: Not affected 16:34:47 Vulnerability Tsx async abort: Not affected 16:34:47 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 16:34:47 16:34:47 16:34:47 ---> nproc: 16:34:47 8 16:34:47 16:34:47 16:34:47 ---> df -h: 16:34:47 Filesystem Size Used Avail Use% Mounted on 16:34:47 overlay 155G 12G 143G 8% / 16:34:47 tmpfs 64M 0 64M 0% /dev 16:34:47 tmpfs 16G 0 16G 0% /sys/fs/cgroup 16:34:47 shm 64M 0 64M 0% /dev/shm 16:34:47 /dev/vda1 155G 12G 143G 8% /facter-os 16:34:47 16:34:47 16:34:47 ---> sar -b -r -n DEV: 16:34:47 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-16308) 05/22/23 _x86_64_ (8 CPU) 16:34:47 16:34:47 16:22:14 LINUX RESTART (8 CPU) 16:34:47 16:34:47 16:23:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 16:34:47 16:24:01 56.89 0.55 56.34 0.00 32.39 34123.51 0.00 16:34:47 16:25:01 52.02 0.20 51.82 0.00 7.60 28099.60 0.00 16:34:47 16:26:01 0.98 0.00 0.98 0.00 0.00 10.98 0.00 16:34:47 16:27:01 1.27 0.00 1.27 0.00 0.00 15.19 0.00 16:34:47 16:28:01 52.90 11.60 41.30 0.00 5175.87 8804.40 0.00 16:34:47 16:29:01 6.37 0.02 6.35 0.00 0.13 125.45 0.00 16:34:47 16:30:01 1.33 0.00 1.33 0.00 0.00 15.60 0.00 16:34:47 16:31:01 1.58 0.00 1.58 0.00 0.00 18.13 0.00 16:34:47 16:32:01 1.03 0.00 1.03 0.00 0.00 10.93 0.00 16:34:47 16:33:01 1.65 0.00 1.65 0.00 0.00 18.66 0.00 16:34:47 16:34:01 27.20 0.13 27.06 0.00 13.46 24683.62 0.00 16:34:47 Average: 18.50 1.14 17.36 0.00 476.18 8733.50 0.00 16:34:47 16:34:47 16:23:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 16:34:47 16:24:01 28151276 31205468 1090556 3.32 84520 3211936 2513924 7.41 1611160 2707064 377344 16:34:47 16:25:01 28676592 31598208 701076 2.13 91752 3066580 1756592 5.18 1082612 2705580 4 16:34:47 16:26:01 28676216 31598000 700996 2.13 91792 3066592 1756592 5.18 1082688 2705608 16 16:34:47 16:27:01 28685000 31606908 691792 2.10 91840 3066592 1756592 5.18 1073324 2705608 12 16:34:47 16:28:01 28143280 31582684 703040 2.14 126152 3527764 1806816 5.32 1400780 2882532 952 16:34:47 16:29:01 28152160 31586796 698840 2.13 124756 3524516 1783324 5.26 1395544 2879368 8 16:34:47 16:30:01 28152136 31586864 698712 2.12 124848 3524512 1783324 5.26 1395476 2879372 12 16:34:47 16:31:01 28152116 31587208 698824 2.13 124896 3524524 1783324 5.26 1395372 2879652 8 16:34:47 16:32:01 28151500 31586636 699360 2.13 124936 3524524 1783324 5.26 1395340 2879652 8 16:34:47 16:33:01 28151376 31586660 698936 2.13 124984 3524528 1783324 5.26 1395468 2879656 8 16:34:47 16:34:01 27350536 31552948 729952 2.22 138816 4228736 1856028 5.47 1442968 3582932 508 16:34:47 Average: 28222017 31552580 737462 2.24 113572 3435528 1851197 5.46 1333703 2880639 34444 16:34:47 16:34:47 16:23:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 16:34:47 16:24:01 vethdb0b63e 70.87 133.04 6.02 1025.83 0.00 0.00 0.00 0.08 16:34:47 16:24:01 lo 1.07 1.07 0.11 0.11 0.00 0.00 0.00 0.00 16:34:47 16:24:01 ens3 298.88 168.94 5307.89 30.66 0.00 0.00 0.00 0.00 16:34:47 16:24:01 docker0 72.89 134.54 5.33 1041.89 0.00 0.00 0.00 0.00 16:34:47 16:25:01 lo 1.27 1.27 0.12 0.12 0.00 0.00 0.00 0.00 16:34:47 16:25:01 ens3 98.53 74.90 2528.51 89.38 0.00 0.00 0.00 0.00 16:34:47 16:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:34:47 16:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:34:47 16:26:01 ens3 1.88 0.90 1.66 0.31 0.00 0.00 0.00 0.00 16:34:47 16:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:34:47 16:27:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 16:34:47 16:27:01 ens3 1.33 0.62 0.41 0.29 0.00 0.00 0.00 0.00 16:34:47 16:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:34:47 16:28:01 lo 0.60 0.60 0.06 0.06 0.00 0.00 0.00 0.00 16:34:47 16:28:01 ens3 123.59 53.10 2863.65 4.28 0.00 0.00 0.00 0.00 16:34:47 16:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:34:47 16:29:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 16:34:47 16:29:01 ens3 0.72 0.43 0.33 0.21 0.00 0.00 0.00 0.00 16:34:47 16:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:34:47 16:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:34:47 16:30:01 ens3 0.05 0.02 0.00 0.00 0.00 0.00 0.00 0.00 16:34:47 16:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:34:47 16:31:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 16:34:47 16:31:01 ens3 0.27 0.12 0.02 0.01 0.00 0.00 0.00 0.00 16:34:47 16:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:34:47 16:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:34:47 16:32:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:34:47 16:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:34:47 16:33:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 16:34:47 16:33:01 ens3 0.25 0.20 0.08 0.07 0.00 0.00 0.00 0.00 16:34:47 16:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:34:47 16:34:01 lo 1.07 1.07 0.10 0.10 0.00 0.00 0.00 0.00 16:34:47 16:34:01 ens3 124.50 71.57 3970.73 10.19 0.00 0.00 0.00 0.00 16:34:47 16:34:01 docker0 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 16:34:47 16:34:01 vethe52626d 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 16:34:47 Average: lo 0.44 0.44 0.04 0.04 0.00 0.00 0.00 0.00 16:34:47 Average: ens3 59.18 33.76 1335.94 12.33 0.00 0.00 0.00 0.00 16:34:47 Average: docker0 6.64 12.25 0.49 94.86 0.00 0.00 0.00 0.00 16:34:47 Average: vethe52626d 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:34:47 16:34:47 16:34:47 ---> sar -P ALL: 16:34:47 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-16308) 05/22/23 _x86_64_ (8 CPU) 16:34:47 16:34:47 16:22:14 LINUX RESTART (8 CPU) 16:34:47 16:34:47 16:23:01 CPU %user %nice %system %iowait %steal %idle 16:34:47 16:24:01 all 29.45 0.00 5.03 1.25 0.07 64.20 16:34:47 16:24:01 0 28.53 0.00 5.07 1.13 0.08 65.18 16:34:47 16:24:01 1 31.99 0.00 4.75 0.10 0.05 63.11 16:34:47 16:24:01 2 28.17 0.00 5.07 0.39 0.08 66.29 16:34:47 16:24:01 3 33.01 0.00 5.15 1.23 0.07 60.54 16:34:47 16:24:01 4 28.29 0.00 4.98 0.07 0.05 66.61 16:34:47 16:24:01 5 27.82 0.00 5.01 1.13 0.07 65.97 16:34:47 16:24:01 6 27.60 0.00 4.69 0.46 0.07 67.19 16:34:47 16:24:01 7 30.21 0.00 5.53 5.53 0.08 58.64 16:34:47 16:25:01 all 9.41 0.00 2.03 0.94 0.04 87.59 16:34:47 16:25:01 0 8.94 0.00 2.70 4.98 0.05 83.32 16:34:47 16:25:01 1 9.76 0.00 2.54 0.02 0.03 87.65 16:34:47 16:25:01 2 9.28 0.00 1.61 0.62 0.02 88.48 16:34:47 16:25:01 3 10.49 0.00 2.14 0.46 0.03 86.87 16:34:47 16:25:01 4 8.85 0.00 1.62 0.72 0.05 88.76 16:34:47 16:25:01 5 9.38 0.00 2.02 0.13 0.03 88.44 16:34:47 16:25:01 6 9.03 0.00 1.66 0.57 0.05 88.68 16:34:47 16:25:01 7 9.50 0.00 1.95 0.02 0.03 88.50 16:34:47 16:26:01 all 0.15 0.00 0.01 0.00 0.01 99.83 16:34:47 16:26:01 0 0.02 0.00 0.00 0.02 0.00 99.97 16:34:47 16:26:01 1 0.00 0.00 0.00 0.00 0.00 100.00 16:34:47 16:26:01 2 0.02 0.00 0.00 0.00 0.02 99.97 16:34:47 16:26:01 3 1.03 0.00 0.02 0.00 0.00 98.96 16:34:47 16:26:01 4 0.00 0.00 0.02 0.00 0.02 99.97 16:34:47 16:26:01 5 0.05 0.00 0.02 0.00 0.03 99.90 16:34:47 16:26:01 6 0.02 0.00 0.02 0.00 0.00 99.97 16:34:47 16:26:01 7 0.05 0.00 0.00 0.00 0.02 99.93 16:34:47 16:27:01 all 0.06 0.00 0.01 0.00 0.01 99.91 16:34:47 16:27:01 0 0.05 0.00 0.02 0.03 0.03 99.87 16:34:47 16:27:01 1 0.03 0.00 0.02 0.00 0.00 99.95 16:34:47 16:27:01 2 0.03 0.00 0.00 0.00 0.00 99.97 16:34:47 16:27:01 3 0.13 0.00 0.00 0.00 0.02 99.85 16:34:47 16:27:01 4 0.00 0.00 0.02 0.00 0.00 99.98 16:34:47 16:27:01 5 0.03 0.00 0.02 0.00 0.02 99.93 16:34:47 16:27:01 6 0.12 0.00 0.03 0.00 0.00 99.85 16:34:47 16:27:01 7 0.08 0.00 0.02 0.00 0.00 99.90 16:34:47 16:28:01 all 2.22 0.00 1.42 0.70 0.03 95.64 16:34:47 16:28:01 0 2.81 0.00 0.97 2.53 0.05 93.64 16:34:47 16:28:01 1 3.82 0.00 1.82 0.92 0.03 93.40 16:34:47 16:28:01 2 3.14 0.00 1.20 0.27 0.03 95.36 16:34:47 16:28:01 3 1.79 0.00 2.22 0.10 0.02 95.87 16:34:47 16:28:01 4 1.02 0.00 1.80 0.10 0.02 97.06 16:34:47 16:28:01 5 1.52 0.00 0.97 0.72 0.02 96.78 16:34:47 16:28:01 6 1.59 0.00 0.77 0.82 0.02 96.81 16:34:47 16:28:01 7 2.09 0.00 1.57 0.13 0.03 96.17 16:34:47 16:29:01 all 0.08 0.00 0.05 0.05 0.01 99.82 16:34:47 16:29:01 0 0.03 0.00 0.05 0.02 0.00 99.90 16:34:47 16:29:01 1 0.25 0.00 0.13 0.00 0.03 99.58 16:34:47 16:29:01 2 0.03 0.00 0.03 0.08 0.00 99.85 16:34:47 16:29:01 3 0.05 0.00 0.03 0.03 0.00 99.88 16:34:47 16:29:01 4 0.08 0.00 0.05 0.03 0.00 99.83 16:34:47 16:29:01 5 0.05 0.00 0.05 0.23 0.00 99.67 16:34:47 16:29:01 6 0.05 0.00 0.03 0.00 0.02 99.90 16:34:47 16:29:01 7 0.07 0.00 0.02 0.00 0.00 99.92 16:34:47 16:30:01 all 0.01 0.00 0.01 0.01 0.01 99.95 16:34:47 16:30:01 0 0.02 0.00 0.00 0.00 0.02 99.97 16:34:47 16:30:01 1 0.02 0.00 0.03 0.00 0.02 99.93 16:34:47 16:30:01 2 0.00 0.00 0.00 0.00 0.02 99.98 16:34:47 16:30:01 3 0.00 0.00 0.00 0.00 0.02 99.98 16:34:47 16:30:01 4 0.00 0.00 0.00 0.00 0.02 99.98 16:34:47 16:30:01 5 0.00 0.00 0.00 0.12 0.02 99.87 16:34:47 16:30:01 6 0.05 0.00 0.00 0.00 0.02 99.93 16:34:47 16:30:01 7 0.02 0.00 0.02 0.00 0.00 99.97 16:34:47 16:31:01 all 0.12 0.00 0.01 0.01 0.01 99.84 16:34:47 16:31:01 0 0.78 0.00 0.00 0.00 0.02 99.20 16:34:47 16:31:01 1 0.02 0.00 0.02 0.00 0.03 99.93 16:34:47 16:31:01 2 0.02 0.00 0.02 0.07 0.02 99.88 16:34:47 16:31:01 3 0.02 0.00 0.02 0.00 0.00 99.97 16:34:47 16:31:01 4 0.00 0.00 0.00 0.00 0.02 99.98 16:34:47 16:31:01 5 0.03 0.00 0.02 0.05 0.00 99.90 16:34:47 16:31:01 6 0.05 0.00 0.02 0.00 0.00 99.93 16:34:47 16:31:01 7 0.03 0.00 0.00 0.00 0.02 99.95 16:34:47 16:32:01 all 0.19 0.00 0.01 0.01 0.01 99.79 16:34:47 16:32:01 0 1.43 0.00 0.00 0.00 0.00 98.57 16:34:47 16:32:01 1 0.03 0.00 0.03 0.00 0.05 99.88 16:34:47 16:32:01 2 0.02 0.00 0.00 0.00 0.02 99.97 16:34:47 16:32:01 3 0.00 0.00 0.00 0.00 0.00 100.00 16:34:47 16:32:01 4 0.00 0.00 0.00 0.00 0.02 99.98 16:34:47 16:32:01 5 0.00 0.00 0.00 0.05 0.00 99.95 16:34:47 16:32:01 6 0.02 0.00 0.02 0.00 0.02 99.95 16:34:47 16:32:01 7 0.00 0.00 0.00 0.00 0.00 100.00 16:34:47 16:33:01 all 0.11 0.00 0.01 0.01 0.01 99.86 16:34:47 16:33:01 0 0.71 0.00 0.00 0.00 0.02 99.27 16:34:47 16:33:01 1 0.02 0.00 0.02 0.00 0.02 99.95 16:34:47 16:33:01 2 0.02 0.00 0.02 0.02 0.02 99.93 16:34:47 16:33:01 3 0.02 0.00 0.00 0.00 0.00 99.98 16:34:47 16:33:01 4 0.02 0.00 0.00 0.02 0.00 99.97 16:34:47 16:33:01 5 0.03 0.00 0.00 0.03 0.02 99.92 16:34:47 16:33:01 6 0.05 0.00 0.00 0.00 0.00 99.95 16:34:47 16:33:01 7 0.03 0.00 0.02 0.00 0.02 99.93 16:34:47 16:34:01 all 2.58 0.00 1.18 0.43 0.02 95.79 16:34:47 16:34:01 0 2.99 0.00 0.87 0.05 0.02 96.08 16:34:47 16:34:01 1 3.96 0.00 1.10 0.03 0.05 94.85 16:34:47 16:34:01 2 1.86 0.00 1.59 2.00 0.02 94.53 16:34:47 16:34:01 3 2.68 0.00 1.27 0.25 0.02 95.78 16:34:47 16:34:01 4 2.39 0.00 1.67 0.05 0.02 95.88 16:34:47 16:34:01 5 2.04 0.00 1.07 0.52 0.00 96.36 16:34:47 16:34:01 6 1.62 0.00 0.55 0.03 0.02 97.78 16:34:47 16:34:01 7 3.08 0.00 1.32 0.52 0.02 95.06 16:34:47 16:34:47 Average: CPU %user %nice %system %iowait %steal %idle 16:34:47 Average: all 4.01 0.00 0.88 0.31 0.02 94.77 16:34:47 Average: 0 4.19 0.00 0.87 0.79 0.03 94.12 16:34:47 Average: 1 4.52 0.00 0.95 0.10 0.03 94.40 16:34:47 Average: 2 3.85 0.00 0.86 0.31 0.02 94.95 16:34:47 Average: 3 4.46 0.00 0.98 0.19 0.02 94.36 16:34:47 Average: 4 3.68 0.00 0.92 0.09 0.02 95.29 16:34:47 Average: 5 3.70 0.00 0.83 0.27 0.02 95.18 16:34:47 Average: 6 3.63 0.00 0.70 0.17 0.02 95.48 16:34:47 Average: 7 4.07 0.00 0.94 0.56 0.02 94.41 16:34:47 16:34:47 16:34:47