Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from ece5487729ef2c8ff7c885fb030d4d65b9674b79 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-ssh5273196086396849407.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 66200e8eedfc470904d6b329e562ec5b45423d6a Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --resolve-git-dir /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f/.git # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f@tmp/jenkins-gitclient-ssh10266685723705901347.key > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 66200e8eedfc470904d6b329e562ec5b45423d6a The recommended git tool is: git using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/go-mod-secrets/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-secrets/branches/main/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh11927380288925937831.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 66200e8eedfc470904d6b329e562ec5b45423d6a (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 66200e8eedfc470904d6b329e562ec5b45423d6a # timeout=10 Commit message: "feat: add capability to use golang 1.20 (#427)" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 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-ssh10758618500339444387.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-secrets/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-secrets/branches/main/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh5581638953107526831.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-secrets, 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-secrets-settings PROJECT: go-mod-secrets 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-secrets 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-16 in /w/workspace/edgexfoundry_go-mod-secrets_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-secrets.git > git init /w/workspace/edgexfoundry_go-mod-secrets_main # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-secrets.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-secrets.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision ece5487729ef2c8ff7c885fb030d4d65b9674b79 (main) Commit message: "build: Update to Go 1.20 and linter v1.51.2 (#195)" > git config remote.origin.url git@github.com:edgexfoundry/go-mod-secrets.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 ece5487729ef2c8ff7c885fb030d4d65b9674b79 # timeout=10 > git rev-list --no-walk 3201b0fedbd57bbb07fcdc960851433c8459b0e7 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 00:19:41 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 00:19:41 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 00:19:41 ========================================================= 00:19:41 EdgeX Global Pipelines Version Info 00:19:41 ========================================================= [Pipeline] libraryResource [Pipeline] sh 00:19:42 ------------------- 00:19:42 stable info: 00:19:42 ------------------- 00:19:42 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 00:19:42 Commit SHA: 66200e8eedfc470904d6b329e562ec5b45423d6a 00:19:42 Message: update stable to v1.0.245 00:19:43 ------------------- 00:19:43 experimental info: 00:19:43 ------------------- 00:19:43 Commited By: **** collab-it+edgex@linuxfoundation.org 00:19:43 Commit SHA: 66200e8eedfc470904d6b329e562ec5b45423d6a 00:19:43 Message: update experimental to v1.0.245 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 00:19:43 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-secrets-settings [Pipeline] echo 00:19:43 [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-secrets [Pipeline] echo 00:19:43 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 00:19:43 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 00:19:43 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 00:19:43 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.20 [Pipeline] echo 00:19:43 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 00:19:43 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 00:19:43 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 00:19:43 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 00:19:43 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 00:19:43 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = go-mod-secrets [Pipeline] echo 00:19:43 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 00:19:43 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 00:19:43 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 00:19:43 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 00:19:43 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 00:19:43 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 00:19:43 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 00:19:43 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 00:19:43 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 00:19:43 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 00:19:43 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 00:19:43 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 00:19:43 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 00:19:43 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 00:19:43 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 00:19:43 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo 00:19:43 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo 00:19:43 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo 00:19:43 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = ece5487729ef2c8ff7c885fb030d4d65b9674b79 [Pipeline] echo 00:19:43 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = ece5487 [Pipeline] echo 00:19:43 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 00:19:44 + git rev-list -1 --merges ece5487729ef2c8ff7c885fb030d4d65b9674b79~1..ece5487729ef2c8ff7c885fb030d4d65b9674b79 [Pipeline] echo 00:19:44 -----------> git rev-list -1 --merges ece5487729ef2c8ff7c885fb030d4d65b9674b79~1..ece5487729ef2c8ff7c885fb030d4d65b9674b79 ece5487729ef2c8ff7c885fb030d4d65b9674b79 [false] [Pipeline] sh 00:19:44 + git log --format=format:%s -1 ece5487729ef2c8ff7c885fb030d4d65b9674b79 [Pipeline] echo 00:19:44 ========================================================= 00:19:44 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 00:19:44 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 00:19:44 + git log --format=format:%s -1 ece5487729ef2c8ff7c885fb030d4d65b9674b79 [Pipeline] echo 00:19:44 [semverPrep] GIT_COMMIT: ece5487729ef2c8ff7c885fb030d4d65b9674b79, Commit Message: build: Update to Go 1.20 and linter v1.51.2 (#195) [Pipeline] echo 00:19:44 [semverPrep] This is not a build commit. [Pipeline] sh 00:19:45 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 00:19:45 + grep -v github /etc/ssh/ssh_known_hosts 00:19:45 + [ -e /tmp/ssh_known_hosts ] 00:19:45 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 00:19:45 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 00:19:45 + sudo tee -a /etc/ssh/ssh_known_hosts 00:19:45 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:19:45 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 00:19:45 00:19:45 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:19:46 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 00:19:46 0.1.4: Pulling from edgex-devops/py-git-semver 00:19:46 b85a868b505f: Pulling fs layer 00:19:46 e2be974225ed: Pulling fs layer 00:19:46 339a4e72a1f5: Pulling fs layer 00:19:46 988bab9f4d93: Pulling fs layer 00:19:46 1469e6f7b9e6: Pulling fs layer 00:19:46 eaf3925da568: Pulling fs layer 00:19:46 bab4dde63d76: Pulling fs layer 00:19:46 bde34c3a00c8: Pulling fs layer 00:19:46 b352a97aabf1: Pulling fs layer 00:19:46 4872d77fe225: Pulling fs layer 00:19:46 5851b861e8e6: Pulling fs layer 00:19:46 bab4dde63d76: Waiting 00:19:46 bde34c3a00c8: Waiting 00:19:46 b352a97aabf1: Waiting 00:19:46 4872d77fe225: Waiting 00:19:46 5851b861e8e6: Waiting 00:19:46 988bab9f4d93: Waiting 00:19:46 1469e6f7b9e6: Waiting 00:19:46 eaf3925da568: Waiting 00:19:46 e2be974225ed: Verifying Checksum 00:19:46 e2be974225ed: Download complete 00:19:46 988bab9f4d93: Verifying Checksum 00:19:46 988bab9f4d93: Download complete 00:19:46 1469e6f7b9e6: Verifying Checksum 00:19:46 1469e6f7b9e6: Download complete 00:19:46 eaf3925da568: Download complete 00:19:46 339a4e72a1f5: Verifying Checksum 00:19:46 339a4e72a1f5: Download complete 00:19:46 bde34c3a00c8: Download complete 00:19:46 b352a97aabf1: Verifying Checksum 00:19:46 b352a97aabf1: Download complete 00:19:46 4872d77fe225: Verifying Checksum 00:19:46 4872d77fe225: Download complete 00:19:46 5851b861e8e6: Verifying Checksum 00:19:46 5851b861e8e6: Download complete 00:19:46 b85a868b505f: Verifying Checksum 00:19:46 b85a868b505f: Download complete 00:19:46 bab4dde63d76: Verifying Checksum 00:19:46 bab4dde63d76: Download complete 00:19:47 b85a868b505f: Pull complete 00:19:47 e2be974225ed: Pull complete 00:19:48 339a4e72a1f5: Pull complete 00:19:48 988bab9f4d93: Pull complete 00:19:48 1469e6f7b9e6: Pull complete 00:19:48 eaf3925da568: Pull complete 00:19:50 bab4dde63d76: Pull complete 00:19:50 bde34c3a00c8: Pull complete 00:19:50 b352a97aabf1: Pull complete 00:19:50 4872d77fe225: Pull complete 00:19:50 5851b861e8e6: Pull complete 00:19:50 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 00:19:50 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 00:19:50 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 00:19:51 prd-ubuntu20.04-docker-8c-8g-16 does not seem to be running inside a container 00:19:51 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_go-mod-secrets_main -v /w/workspace/edgexfoundry_go-mod-secrets_main:/w/workspace/edgexfoundry_go-mod-secrets_main:rw,z -v /w/workspace/edgexfoundry_go-mod-secrets_main@tmp:/w/workspace/edgexfoundry_go-mod-secrets_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 00:19:53 $ docker top 668b0925c7f574273149d61d0f16afe662df5cf55c5114947f3972de7b1431c0 -eo pid,comm 00:19:53 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). 00:19:53 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 00:19:53 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:19:53 [ssh-agent] Looking for ssh-agent implementation... 00:19:54 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:19:54 $ docker exec 668b0925c7f574273149d61d0f16afe662df5cf55c5114947f3972de7b1431c0 ssh-agent 00:19:54 SSH_AUTH_SOCK=/tmp/ssh-U32i2Uqsju4P/agent.31 00:19:54 SSH_AGENT_PID=37 00:19:54 Running ssh-add (command line suppressed) 00:19:54 Identity added: /w/workspace/edgexfoundry_go-mod-secrets_main@tmp/private_key_12973771640024992370.key (/w/workspace/edgexfoundry_go-mod-secrets_main@tmp/private_key_12973771640024992370.key) 00:19:54 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:19:54 + git tag --points-at HEAD [Pipeline] } 00:19:54 $ docker exec --env ******** --env ******** 668b0925c7f574273149d61d0f16afe662df5cf55c5114947f3972de7b1431c0 ssh-agent -k 00:19:54 unset SSH_AUTH_SOCK; 00:19:54 unset SSH_AGENT_PID; 00:19:54 echo Agent pid 37 killed; 00:19:54 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 00:19:54 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:19:54 [ssh-agent] Looking for ssh-agent implementation... 00:19:54 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:19:54 $ docker exec 668b0925c7f574273149d61d0f16afe662df5cf55c5114947f3972de7b1431c0 ssh-agent 00:19:55 SSH_AUTH_SOCK=/tmp/ssh-tqsT9CwE9BfQ/agent.69 00:19:55 SSH_AGENT_PID=75 00:19:55 Running ssh-add (command line suppressed) 00:19:55 Identity added: /w/workspace/edgexfoundry_go-mod-secrets_main@tmp/private_key_3356411167777699459.key (/w/workspace/edgexfoundry_go-mod-secrets_main@tmp/private_key_3356411167777699459.key) 00:19:55 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:19:55 + git semver init 00:19:55 2023-03-14 00:19:55,635 [run_init] DEBUG init version:0.0.0 force:False 00:19:55 2023-03-14 00:19:55,636 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgexfoundry_go-mod-secrets_main/.semver 00:19:55 2023-03-14 00:19:55,636 [execute] INFO git clone -b semver git@github.com:edgexfoundry/go-mod-secrets.git /w/workspace/edgexfoundry_go-mod-secrets_main/.semver 00:19:55 2023-03-14 00:19:55,637 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/go-mod-secrets.git', '/w/workspace/edgexfoundry_go-mod-secrets_main/.semver'], cwd=/w/workspace/edgexfoundry_go-mod-secrets_main, universal_newlines=False, shell=None, istream=None) 00:19:56 2023-03-14 00:19:56,410 [append_file] DEBUG append to file:/w/workspace/edgexfoundry_go-mod-secrets_main/.git/info/exclude 00:19:56 2023-03-14 00:19:56,411 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgexfoundry_go-mod-secrets_main/.semver/main with force:False 00:19:56 2023-03-14 00:19:56,411 [read_version] DEBUG read version from /w/workspace/edgexfoundry_go-mod-secrets_main/.semver/main 00:19:56 2023-03-14 00:19:56,411 [read_version] DEBUG read version from /w/workspace/edgexfoundry_go-mod-secrets_main/.semver/main 00:19:56 3.0.0-dev.10 [Pipeline] } 00:19:56 $ docker exec --env ******** --env ******** 668b0925c7f574273149d61d0f16afe662df5cf55c5114947f3972de7b1431c0 ssh-agent -k 00:19:56 unset SSH_AUTH_SOCK; 00:19:56 unset SSH_AGENT_PID; 00:19:56 echo Agent pid 75 killed; 00:19:56 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:19:57 + git semver [Pipeline] } 00:19:57 $ docker stop --time=1 668b0925c7f574273149d61d0f16afe662df5cf55c5114947f3972de7b1431c0 00:19:58 $ docker rm -f --volumes 668b0925c7f574273149d61d0f16afe662df5cf55c5114947f3972de7b1431c0 [Pipeline] // withDockerContainer [Pipeline] sh 00:19:59 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 00:19:59 Stashed 1 file(s) [Pipeline] echo 00:19:59 [edgeXSemver]: initialized semver on version 3.0.0-dev.10 [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 00:19:59 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 00:19:59 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 00:19:59 ========================================================= 00:19:59 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine] 00:19:59 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] sh 00:19:59 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine 00:19:59 1.20-alpine: Pulling from edgex-devops/edgex-golang-base 00:19:59 63b65145d645: Pulling fs layer 00:19:59 a2d21d5440eb: Pulling fs layer 00:19:59 935e6c44a52c: Pulling fs layer 00:19:59 94cc34f8dd06: Pulling fs layer 00:19:59 30dea6a524f1: Pulling fs layer 00:19:59 a2aff8979fd8: Pulling fs layer 00:19:59 6808be2612f2: Pulling fs layer 00:19:59 f25807f1079a: Pulling fs layer 00:19:59 94cc34f8dd06: Waiting 00:19:59 6808be2612f2: Waiting 00:19:59 f25807f1079a: Waiting 00:19:59 30dea6a524f1: Waiting 00:19:59 a2aff8979fd8: Waiting 00:19:59 a2d21d5440eb: Download complete 00:19:59 94cc34f8dd06: Download complete 00:19:59 30dea6a524f1: Verifying Checksum 00:19:59 30dea6a524f1: Download complete 00:19:59 63b65145d645: Download complete 00:19:59 a2aff8979fd8: Verifying Checksum 00:19:59 a2aff8979fd8: Download complete 00:19:59 63b65145d645: Pull complete 00:20:00 a2d21d5440eb: Pull complete 00:20:00 f25807f1079a: Verifying Checksum 00:20:00 f25807f1079a: Download complete 00:20:00 935e6c44a52c: Verifying Checksum 00:20:00 935e6c44a52c: Download complete 00:20:00 6808be2612f2: Verifying Checksum 00:20:00 6808be2612f2: Download complete 00:20:04 935e6c44a52c: Pull complete 00:20:04 94cc34f8dd06: Pull complete 00:20:04 30dea6a524f1: Pull complete 00:20:04 a2aff8979fd8: Pull complete 00:20:06 6808be2612f2: Pull complete 00:20:07 f25807f1079a: Pull complete 00:20:07 Digest: sha256:106942793af8b5907f587008084bb0888cadbc76d86ebd37d4d3227fb0f1e438 00:20:07 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine 00:20:07 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [Pipeline] sh 00:20:08 + 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 00:20:08 + docker inspect -f . ci-base-image-x86_64 00:20:08 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 00:20:08 prd-ubuntu20.04-docker-8c-8g-16 does not seem to be running inside a container 00:20:08 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgexfoundry_go-mod-secrets_main -v /w/workspace/edgexfoundry_go-mod-secrets_main:/w/workspace/edgexfoundry_go-mod-secrets_main:rw,z -v /w/workspace/edgexfoundry_go-mod-secrets_main@tmp:/w/workspace/edgexfoundry_go-mod-secrets_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 00:20:12 $ docker top 2c284bea39c39ffa5461fa616d2fbb00b71e88d27c1c2a1f0ae256e0e87033c1 -eo pid,comm [Pipeline] { [Pipeline] sh 00:20:12 + go version 00:20:12 go version go1.20.2 linux/amd64 [Pipeline] } 00:20:12 $ docker stop --time=1 2c284bea39c39ffa5461fa616d2fbb00b71e88d27c1c2a1f0ae256e0e87033c1 00:20:14 $ docker rm -f --volumes 2c284bea39c39ffa5461fa616d2fbb00b71e88d27c1c2a1f0ae256e0e87033c1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { 00:20:14 Still waiting to schedule task 00:20:14 Waiting for next available executor on ‘ubuntu20.04-docker-arm64-4c-16g’ [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:20:14 + docker inspect -f . ci-base-image-x86_64 00:20:14 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 00:20:14 prd-ubuntu20.04-docker-8c-8g-16 does not seem to be running inside a container 00:20:14 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/edgexfoundry_go-mod-secrets_main -v /w/workspace/edgexfoundry_go-mod-secrets_main:/w/workspace/edgexfoundry_go-mod-secrets_main:rw,z -v /w/workspace/edgexfoundry_go-mod-secrets_main@tmp:/w/workspace/edgexfoundry_go-mod-secrets_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 00:20:15 $ docker top 6dd8a1b30862dde52fd73818a865ac879f64a8b248574127035a5fd11d39df85 -eo pid,comm [Pipeline] { [Pipeline] sh 00:20:15 + git config --global --add safe.directory /w/workspace/edgexfoundry_go-mod-secrets_main [Pipeline] fileExists [Pipeline] sh 00:20:15 + make test 00:20:15 CGO_ENABLED=1 GO111MODULE=on go test -count=1 -race ./... -coverprofile=coverage.out 00:20:15 go: downloading github.com/stretchr/testify v1.8.1 00:20:15 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v3 v3.0.0-dev.15 00:20:15 go: downloading github.com/spiffe/go-spiffe/v2 v2.1.2 00:20:16 go: downloading github.com/davecgh/go-spew v1.1.1 00:20:16 go: downloading github.com/pmezard/go-difflib v1.0.0 00:20:16 go: downloading github.com/stretchr/objx v0.5.0 00:20:16 go: downloading gopkg.in/yaml.v3 v3.0.1 00:20:16 go: downloading github.com/zeebo/errs v1.3.0 00:20:16 go: downloading google.golang.org/grpc v1.51.0 00:20:16 go: downloading gopkg.in/square/go-jose.v2 v2.6.0 00:20:16 go: downloading google.golang.org/protobuf v1.28.1 00:20:16 go: downloading golang.org/x/crypto v0.5.0 00:20:16 go: downloading github.com/go-kit/log v0.2.1 00:20:16 go: downloading github.com/go-playground/validator/v10 v10.11.2 00:20:16 go: downloading github.com/google/uuid v1.3.0 00:20:16 go: downloading golang.org/x/net v0.5.0 00:20:16 go: downloading google.golang.org/genproto v0.0.0-20230109162033-3c3c17ce83e6 00:20:16 go: downloading github.com/golang/protobuf v1.5.2 00:20:16 go: downloading golang.org/x/sys v0.4.0 00:20:16 go: downloading github.com/go-logfmt/logfmt v0.5.1 00:20:16 go: downloading github.com/go-playground/universal-translator v0.18.1 00:20:16 go: downloading github.com/leodido/go-urn v1.2.1 00:20:16 go: downloading golang.org/x/text v0.6.0 00:20:16 go: downloading github.com/go-playground/locales v0.14.1 00:20:34 ? github.com/edgexfoundry/go-mod-secrets/v3/pkg/keys [no test files] 00:20:34 ? github.com/edgexfoundry/go-mod-secrets/v3/pkg/token/authtokenloader/mocks [no test files] 00:20:34 ? github.com/edgexfoundry/go-mod-secrets/v3/pkg/token/fileioperformer/mocks [no test files] 00:20:37 ? github.com/edgexfoundry/go-mod-secrets/v3/pkg/token/runtimetokenprovider/mocks [no test files] 00:20:37 ? github.com/edgexfoundry/go-mod-secrets/v3/secrets/mocks [no test files] 00:20:42 ok github.com/edgexfoundry/go-mod-secrets/v3/internal/pkg/vault 8.166s coverage: 75.7% of statements 00:20:42 ok github.com/edgexfoundry/go-mod-secrets/v3/pkg 0.053s coverage: 52.2% of statements 00:20:43 ok github.com/edgexfoundry/go-mod-secrets/v3/pkg/listener 9.059s coverage: 96.7% of statements 00:20:43 ok github.com/edgexfoundry/go-mod-secrets/v3/pkg/token/authtokenloader 0.033s coverage: 89.5% of statements 00:20:43 ok github.com/edgexfoundry/go-mod-secrets/v3/pkg/token/fileioperformer 0.026s coverage: 100.0% of statements 00:20:43 ok github.com/edgexfoundry/go-mod-secrets/v3/pkg/token/runtimetokenprovider 0.051s coverage: 55.8% of statements 00:20:43 ok github.com/edgexfoundry/go-mod-secrets/v3/pkg/types 0.032s coverage: 56.0% of statements 00:20:43 ok github.com/edgexfoundry/go-mod-secrets/v3/secrets 0.061s coverage: 100.0% of statements 00:21:01 CGO_ENABLED=1 GO111MODULE=on go vet ./... 00:21:03 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 00:21:03 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [Pipeline] echo 00:21:03 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 00:21:03 $ docker stop --time=1 6dd8a1b30862dde52fd73818a865ac879f64a8b248574127035a5fd11d39df85 00:21:08 $ docker rm -f --volumes 6dd8a1b30862dde52fd73818a865ac879f64a8b248574127035a5fd11d39df85 [Pipeline] // withDockerContainer [Pipeline] sh 00:21:08 + sudo chown -R jenkins:jenkins . [Pipeline] stash 00:21:08 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 00:21:09 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 00:21:09 00:21:09 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:21:09 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 00:21:09 latest: Pulling from edgex-lftools-log-publisher 00:21:09 5eb5b503b376: Pulling fs layer 00:21:09 5c69ac0246d0: Pulling fs layer 00:21:09 ec43610c2a17: Pulling fs layer 00:21:09 3a2ae6a8a46f: Pulling fs layer 00:21:09 33b1e0a273af: Pulling fs layer 00:21:09 5d3b04190fa2: Pulling fs layer 00:21:09 2f39f015ded8: Pulling fs layer 00:21:09 3a2ae6a8a46f: Waiting 00:21:09 5d3b04190fa2: Waiting 00:21:09 2f39f015ded8: Waiting 00:21:09 33b1e0a273af: Waiting 00:21:09 5c69ac0246d0: Verifying Checksum 00:21:09 5c69ac0246d0: Download complete 00:21:09 3a2ae6a8a46f: Verifying Checksum 00:21:09 3a2ae6a8a46f: Download complete 00:21:09 33b1e0a273af: Verifying Checksum 00:21:09 33b1e0a273af: Download complete 00:21:09 5d3b04190fa2: Download complete 00:21:09 ec43610c2a17: Verifying Checksum 00:21:09 ec43610c2a17: Download complete 00:21:10 5eb5b503b376: Verifying Checksum 00:21:10 5eb5b503b376: Download complete 00:21:10 2f39f015ded8: Download complete 00:21:11 5eb5b503b376: Pull complete 00:21:11 5c69ac0246d0: Pull complete 00:21:12 ec43610c2a17: Pull complete 00:21:12 3a2ae6a8a46f: Pull complete 00:21:12 33b1e0a273af: Pull complete 00:21:12 5d3b04190fa2: Pull complete 00:21:16 2f39f015ded8: Pull complete 00:21:16 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 00:21:17 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 00:21:17 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 00:21:17 prd-ubuntu20.04-docker-8c-8g-16 does not seem to be running inside a container 00:21:17 $ 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/edgexfoundry_go-mod-secrets_main -v /w/workspace/edgexfoundry_go-mod-secrets_main:/w/workspace/edgexfoundry_go-mod-secrets_main:rw,z -v /w/workspace/edgexfoundry_go-mod-secrets_main@tmp:/w/workspace/edgexfoundry_go-mod-secrets_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 00:21:20 $ docker top 2e417ba70432d91ccab319566a41f489a44c85706ab98798f9b8be0e6ef8cc9f -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:21:20 ---> job-cost.sh 00:21:20 lf-activate-venv: SKIPPING 00:21:20 INFO: No Stack... 00:21:20 INFO: Retrieving Pricing Info for: v3-standard-8 00:21:21 INFO: Archiving Costs [Pipeline] sh 00:21:21 + cat /w/workspace/edgexfoundry_go-mod-secrets_main/archives/cost.csv 00:21:21 + cut -d, -f6 [Pipeline] lock 00:21:21 Trying to acquire lock on [jenkins-edgexfoundry-go-mod-secrets-main-49-stack-cost] 00:21:21 Resource [jenkins-edgexfoundry-go-mod-secrets-main-49-stack-cost] did not exist. Created. 00:21:21 Lock acquired on [jenkins-edgexfoundry-go-mod-secrets-main-49-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 00:21:22 + echo total: 0.2199999988079071 [Pipeline] stash 00:21:22 Stashed 1 file(s) [Pipeline] } 00:21:22 Lock released on resource [jenkins-edgexfoundry-go-mod-secrets-main-49-stack-cost] [Pipeline] // lock [Pipeline] } 00:21:22 $ docker stop --time=1 2e417ba70432d91ccab319566a41f489a44c85706ab98798f9b8be0e6ef8cc9f 00:21:23 $ docker rm -f --volumes 2e417ba70432d91ccab319566a41f489a44c85706ab98798f9b8be0e6ef8cc9f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 00:23:27 Running on prd-ubuntu20.04-docker-arm64-4c-16g-21 in /w/workspace/edgexfoundry_go-mod-secrets_main [Pipeline] { [Pipeline] ws 00:23:27 Running in /w/workspace/go-mod-secrets/49 [Pipeline] { [Pipeline] checkout 00:23:28 Selected Git installation does not exist. Using Default 00:23:28 The recommended git tool is: NONE 00:23:37 using credential edgex-jenkins-ssh 00:23:37 Cloning the remote Git repository 00:23:38 Cloning repository git@github.com:edgexfoundry/go-mod-secrets.git 00:23:38 > git init /w/workspace/go-mod-secrets/49 # timeout=10 00:23:38 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-secrets.git 00:23:38 > git --version # timeout=10 00:23:38 > git --version # 'git version 2.25.1' 00:23:38 using GIT_SSH to set credentials SSH Credentials for GitHub 00:23:39 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-secrets.git +refs/heads/*:refs/remotes/origin/* # timeout=10 00:23:41 Avoid second fetch 00:23:41 Checking out Revision ece5487729ef2c8ff7c885fb030d4d65b9674b79 (main) 00:23:40 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-secrets.git # timeout=10 00:23:40 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 00:23:42 Commit message: "build: Update to Go 1.20 and linter v1.51.2 (#195)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 00:23:41 > git config core.sparsecheckout # timeout=10 00:23:41 > git checkout -f ece5487729ef2c8ff7c885fb030d4d65b9674b79 # timeout=10 00:23:43 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 00:23:43 % Total % Received % Xferd Average Speed Time Time Time Current 00:23:43 Dload Upload Total Spent Left Speed 00:23:44 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 45216 0 --:--:-- --:--:-- --:--:-- 45056 [Pipeline] sh 00:23:45 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 00:23:45 + sudo tee /etc/docker/daemon.new 00:23:45 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 00:23:45 { 00:23:45 "registry-mirrors": [ 00:23:45 "https://nexus3.edgexfoundry.org:10001" 00:23:45 ], 00:23:45 "bip": "10.250.0.254/24", 00:23:45 "hosts": [ 00:23:45 "tcp://0.0.0.0:5555", 00:23:45 "unix:///var/run/docker.sock" 00:23:45 ], 00:23:45 "mtu": 1458, 00:23:45 "selinux-enabled": true, 00:23:45 "seccomp-profile": "/etc/docker/seccomp.json" 00:23:45 } [Pipeline] sh 00:23:45 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 00:23:46 + sudo service docker restart [Pipeline] unstash [Pipeline] echo 00:24:05 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 00:24:05 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 00:24:05 ========================================================= 00:24:05 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine] 00:24:05 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] sh 00:24:05 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine 00:24:06 1.20-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 00:24:06 af6eaf76a39c: Pulling fs layer 00:24:06 55522c791124: Pulling fs layer 00:24:06 ce5c4a1c91eb: Pulling fs layer 00:24:06 169dfbe0d373: Pulling fs layer 00:24:06 e1ff8fa3b103: Pulling fs layer 00:24:06 52ebb69f0ebf: Pulling fs layer 00:24:06 5abe8eddf0d5: Pulling fs layer 00:24:06 e1ff8fa3b103: Waiting 00:24:06 52ebb69f0ebf: Waiting 00:24:06 5abe8eddf0d5: Waiting 00:24:06 169dfbe0d373: Waiting 00:24:06 55522c791124: Verifying Checksum 00:24:06 55522c791124: Download complete 00:24:06 169dfbe0d373: Download complete 00:24:06 e1ff8fa3b103: Verifying Checksum 00:24:06 e1ff8fa3b103: Download complete 00:24:06 af6eaf76a39c: Download complete 00:24:06 af6eaf76a39c: Pull complete 00:24:07 5abe8eddf0d5: Verifying Checksum 00:24:07 5abe8eddf0d5: Download complete 00:24:07 55522c791124: Pull complete 00:24:08 ce5c4a1c91eb: Verifying Checksum 00:24:08 ce5c4a1c91eb: Download complete 00:24:08 52ebb69f0ebf: Verifying Checksum 00:24:08 52ebb69f0ebf: Download complete 00:24:18 ce5c4a1c91eb: Pull complete 00:24:19 169dfbe0d373: Pull complete 00:24:19 e1ff8fa3b103: Pull complete 00:24:26 52ebb69f0ebf: Pull complete 00:24:27 5abe8eddf0d5: Pull complete 00:24:27 Digest: sha256:978cc1420e451f27bd88fdeece3ad01a9109ec773b62f165dfc696fd516b3d8f 00:24:27 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine 00:24:27 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine [Pipeline] sh 00:24:27 + 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 00:24:28 + docker inspect -f . ci-base-image-arm64 00:24:28 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 00:24:28 prd-ubuntu20.04-docker-arm64-4c-16g-21 does not seem to be running inside a container 00:24:28 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-secrets/49 -v /w/workspace/go-mod-secrets/49:/w/workspace/go-mod-secrets/49:rw,z -v /w/workspace/go-mod-secrets/49@tmp:/w/workspace/go-mod-secrets/49@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 00:24:31 $ docker top 1f1d06561d33a6b43b7ba5c76a36afe28d875ba6f6584e665e9e798e437c7d59 -eo pid,comm [Pipeline] { [Pipeline] sh 00:24:32 + go version 00:24:32 go version go1.20.2 linux/arm64 [Pipeline] } 00:24:32 $ docker stop --time=1 1f1d06561d33a6b43b7ba5c76a36afe28d875ba6f6584e665e9e798e437c7d59 00:24:34 $ docker rm -f --volumes 1f1d06561d33a6b43b7ba5c76a36afe28d875ba6f6584e665e9e798e437c7d59 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:24:34 + docker inspect -f . ci-base-image-arm64 00:24:34 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 00:24:35 prd-ubuntu20.04-docker-arm64-4c-16g-21 does not seem to be running inside a container 00:24:35 $ 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-secrets/49 -v /w/workspace/go-mod-secrets/49:/w/workspace/go-mod-secrets/49:rw,z -v /w/workspace/go-mod-secrets/49@tmp:/w/workspace/go-mod-secrets/49@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 00:24:36 $ docker top 6178f77e3612d58a2fdbd0a0015a7074600d4f43e9090f05e4095976bd8cd30f -eo pid,comm [Pipeline] { [Pipeline] sh 00:24:37 + git config --global --add safe.directory /w/workspace/go-mod-secrets/49 [Pipeline] fileExists [Pipeline] sh 00:24:37 + make test 00:24:37 CGO_ENABLED=1 GO111MODULE=on go test -count=1 -race ./... -coverprofile=coverage.out 00:24:37 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v3 v3.0.0-dev.15 00:24:37 go: downloading github.com/stretchr/testify v1.8.1 00:24:38 go: downloading github.com/spiffe/go-spiffe/v2 v2.1.2 00:24:38 go: downloading github.com/davecgh/go-spew v1.1.1 00:24:38 go: downloading github.com/pmezard/go-difflib v1.0.0 00:24:38 go: downloading github.com/stretchr/objx v0.5.0 00:24:38 go: downloading gopkg.in/yaml.v3 v3.0.1 00:24:39 go: downloading github.com/go-kit/log v0.2.1 00:24:39 go: downloading github.com/go-playground/validator/v10 v10.11.2 00:24:39 go: downloading github.com/google/uuid v1.3.0 00:24:39 go: downloading github.com/zeebo/errs v1.3.0 00:24:39 go: downloading google.golang.org/grpc v1.51.0 00:24:40 go: downloading gopkg.in/square/go-jose.v2 v2.6.0 00:24:40 go: downloading google.golang.org/protobuf v1.28.1 00:24:41 go: downloading github.com/go-logfmt/logfmt v0.5.1 00:24:41 go: downloading github.com/go-playground/universal-translator v0.18.1 00:24:41 go: downloading github.com/leodido/go-urn v1.2.1 00:24:41 go: downloading golang.org/x/crypto v0.5.0 00:24:42 go: downloading golang.org/x/text v0.6.0 00:24:42 go: downloading google.golang.org/genproto v0.0.0-20230109162033-3c3c17ce83e6 00:24:42 go: downloading golang.org/x/net v0.5.0 00:24:42 go: downloading github.com/go-playground/locales v0.14.1 00:24:43 go: downloading github.com/golang/protobuf v1.5.2 00:24:43 go: downloading golang.org/x/sys v0.4.0 00:26:50 ? github.com/edgexfoundry/go-mod-secrets/v3/pkg/keys [no test files] 00:26:50 ? github.com/edgexfoundry/go-mod-secrets/v3/pkg/token/authtokenloader/mocks [no test files] 00:26:50 ? github.com/edgexfoundry/go-mod-secrets/v3/pkg/token/fileioperformer/mocks [no test files] 00:26:52 ok github.com/edgexfoundry/go-mod-secrets/v3/internal/pkg/vault 16.070s coverage: 75.7% of statements 00:26:52 ok github.com/edgexfoundry/go-mod-secrets/v3/pkg 0.241s coverage: 52.2% of statements 00:26:52 ok github.com/edgexfoundry/go-mod-secrets/v3/pkg/listener 9.267s coverage: 96.7% of statements 00:26:52 ok github.com/edgexfoundry/go-mod-secrets/v3/pkg/token/authtokenloader 0.135s coverage: 89.5% of statements 00:26:52 ok github.com/edgexfoundry/go-mod-secrets/v3/pkg/token/fileioperformer 0.114s coverage: 100.0% of statements 00:27:48 ? github.com/edgexfoundry/go-mod-secrets/v3/pkg/token/runtimetokenprovider/mocks [no test files] 00:27:48 ok github.com/edgexfoundry/go-mod-secrets/v3/pkg/token/runtimetokenprovider 0.254s coverage: 55.8% of statements 00:27:48 ok github.com/edgexfoundry/go-mod-secrets/v3/pkg/types 0.109s coverage: 56.0% of statements 00:27:48 ok github.com/edgexfoundry/go-mod-secrets/v3/secrets 0.228s coverage: 100.0% of statements 00:27:48 ? github.com/edgexfoundry/go-mod-secrets/v3/secrets/mocks [no test files] 00:27:48 WARNING: Linting skipped (not on x86_64 or linter not installed) 00:27:48 CGO_ENABLED=1 GO111MODULE=on go vet ./... 00:29:55 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 00:29:55 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [Pipeline] echo 00:29:55 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 00:29:55 $ docker stop --time=1 6178f77e3612d58a2fdbd0a0015a7074600d4f43e9090f05e4095976bd8cd30f 00:29:57 $ docker rm -f --volumes 6178f77e3612d58a2fdbd0a0015a7074600d4f43e9090f05e4095976bd8cd30f [Pipeline] // withDockerContainer [Pipeline] sh 00:30:00 + sudo chown -R jenkins:jenkins . [Pipeline] stash 00:30:00 Warning: overwriting stash ‘coverage-report’ 00:30:01 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 00:30:01 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 00:30:01 00:30:01 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:30:02 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 00:30:02 arm64: Pulling from edgex-lftools-log-publisher 00:30:02 8998bd30e6a1: Pulling fs layer 00:30:02 04944245beec: Pulling fs layer 00:30:02 699f458cf7ca: Pulling fs layer 00:30:02 765212b225bb: Pulling fs layer 00:30:02 f23df028b6ca: Pulling fs layer 00:30:02 d65c8cfc05b1: Pulling fs layer 00:30:02 2437ff75d9bd: Pulling fs layer 00:30:02 765212b225bb: Waiting 00:30:02 f23df028b6ca: Waiting 00:30:02 d65c8cfc05b1: Waiting 00:30:02 2437ff75d9bd: Waiting 00:30:02 04944245beec: Verifying Checksum 00:30:02 04944245beec: Download complete 00:30:02 765212b225bb: Verifying Checksum 00:30:02 765212b225bb: Download complete 00:30:02 f23df028b6ca: Verifying Checksum 00:30:02 f23df028b6ca: Download complete 00:30:02 d65c8cfc05b1: Verifying Checksum 00:30:02 d65c8cfc05b1: Download complete 00:30:02 699f458cf7ca: Verifying Checksum 00:30:02 699f458cf7ca: Download complete 00:30:03 8998bd30e6a1: Download complete 00:30:05 2437ff75d9bd: Verifying Checksum 00:30:05 2437ff75d9bd: Download complete 00:30:07 8998bd30e6a1: Pull complete 00:30:07 04944245beec: Pull complete 00:30:09 699f458cf7ca: Pull complete 00:30:09 765212b225bb: Pull complete 00:30:10 f23df028b6ca: Pull complete 00:30:10 d65c8cfc05b1: Pull complete 00:30:25 2437ff75d9bd: Pull complete 00:30:25 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 00:30:25 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 00:30:25 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 00:30:25 prd-ubuntu20.04-docker-arm64-4c-16g-21 does not seem to be running inside a container 00:30:25 $ 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-secrets/49 -v /w/workspace/go-mod-secrets/49:/w/workspace/go-mod-secrets/49:rw,z -v /w/workspace/go-mod-secrets/49@tmp:/w/workspace/go-mod-secrets/49@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 00:30:28 $ docker top 5947788c700c2729daf7acd9f99861fb13d8bba9e4665596625cb2101fe4d827 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:30:29 ---> job-cost.sh 00:30:29 lf-activate-venv: SKIPPING 00:30:29 INFO: No Stack... 00:30:29 INFO: Retrieving Pricing Info for: v3-standard-4 00:30:30 INFO: Archiving Costs [Pipeline] sh 00:30:31 + cat /w/workspace/go-mod-secrets/49/archives/cost.csv 00:30:31 + cut -d, -f6 [Pipeline] lock 00:30:31 Trying to acquire lock on [jenkins-edgexfoundry-go-mod-secrets-main-49-stack-cost] 00:30:31 Resource [jenkins-edgexfoundry-go-mod-secrets-main-49-stack-cost] did not exist. Created. 00:30:31 Lock acquired on [jenkins-edgexfoundry-go-mod-secrets-main-49-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 00:30:32 /w/workspace/go-mod-secrets/49@tmp/durable-b24447fd/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh 00:30:32 + echo total: 0.10999999940395355 [Pipeline] stash 00:30:32 Warning: overwriting stash ‘stack-cost’ 00:30:32 Stashed 1 file(s) [Pipeline] } 00:30:32 Lock released on resource [jenkins-edgexfoundry-go-mod-secrets-main-49-stack-cost] [Pipeline] // lock [Pipeline] } 00:30:32 $ docker stop --time=1 5947788c700c2729daf7acd9f99861fb13d8bba9e4665596625cb2101fe4d827 00:30:34 $ docker rm -f --volumes 5947788c700c2729daf7acd9f99861fb13d8bba9e4665596625cb2101fe4d827 [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 00:30:34 provisioning config files... 00:30:34 copy managed file [go-mod-secrets-codecov-token] to file:/w/workspace/edgexfoundry_go-mod-secrets_main@tmp/config7476096401255951802tmp [Pipeline] { [Pipeline] sh 00:30:35 + set +x 00:30:35 + curl -s https://codecov.io/bash 00:30:35 + bash -s -- 00:30:35 00:30:35 _____ _ 00:30:35 / ____| | | 00:30:35 | | ___ __| | ___ ___ _____ __ 00:30:35 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 00:30:35 | |___| (_) | (_| | __/ (_| (_) \ V / 00:30:35 \_____\___/ \__,_|\___|\___\___/ \_/ 00:30:35 Bash-1.0.6 00:30:35 00:30:35 00:30:35 ==> git version 2.25.1 found 00:30:35 ==> 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 00:30:35 Release-Date: 2020-01-08 00:30:35 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 00:30:35 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 00:30:35 ==> Jenkins CI detected. 00:30:35 current dir:  /w/workspace/edgexfoundry_go-mod-secrets_main 00:30:35 project root: . 00:30:35 --> token set from env 00:30:35 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 00:30:35 ==> Running gcov in . (disable via -X gcov) 00:30:35 ==> Python coveragepy not found 00:30:35 ==> Searching for coverage reports in: 00:30:35 + . 00:30:35 -> Found 1 reports 00:30:35 ==> Detecting git/mercurial file structure 00:30:35 ==> Reading reports 00:30:35 + ./coverage.out bytes=41143 00:30:35 ==> Appending adjustments 00:30:35 https://docs.codecov.io/docs/fixing-reports 00:30:35 + Found adjustments 00:30:35 ==> Gzipping contents 00:30:35 8.0K /tmp/codecov.0BvPCH.gz 00:30:35 ==> Uploading reports 00:30:35 url: https://codecov.io 00:30:35 query: branch=main&commit=ece5487729ef2c8ff7c885fb030d4d65b9674b79&build=49&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-secrets%2Fjob%2Fmain%2F49%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-secrets&service=jenkins&flags=&pr=&job=&cmd_args= 00:30:35 -> Pinging Codecov 00:30:35 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=d0945c7c-0855-4a3f-af61-979f74c5f716&branch=main&commit=ece5487729ef2c8ff7c885fb030d4d65b9674b79&build=49&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-secrets%2Fjob%2Fmain%2F49%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-secrets&service=jenkins&flags=&pr=&job=&cmd_args= 00:30:35 -> Uploading to 00:30:35 https://storage.googleapis.com/codecov/v4/raw/2023-03-14/D63849C06B6B67093493C71CE874ED06/ece5487729ef2c8ff7c885fb030d4d65b9674b79/a42dbd5b-b154-40d4-b50f-6ca5d9c29131.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230314%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230314T003035Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=5e04e277ca05ecd013d92427ceb1672b26af6e3643ac05818cf8ccc4d0e17f30 00:30:35 % Total % Received % Xferd Average Speed Time Time Time Current 00:30:35 Dload Upload Total Spent Left Speed 00:30:35 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 8118 0 0 100 8118 0 40188 --:--:-- --:--:-- --:--:-- 39990 100 8118 0 0 100 8118 0 33134 --:--:-- --:--:-- --:--:-- 33000 00:30:35 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/go-mod-secrets/commit/ece5487729ef2c8ff7c885fb030d4d65b9674b79 [Pipeline] } 00:30:35 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 00:30:36 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 00:30:36 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:30:36 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 00:30:36 00:30:36 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:30:36 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 00:30:36 1.410.4: Pulling from edgex-devops/edgex-snyk-go 00:30:36 df9b9388f04a: Pulling fs layer 00:30:36 52dc419b0ee2: Pulling fs layer 00:30:36 25bc292e5bac: Pulling fs layer 00:30:36 114826534d7a: Pulling fs layer 00:30:36 4657fd5d0bcf: Pulling fs layer 00:30:36 6ad1cebc031e: Pulling fs layer 00:30:36 8a3aa393b2d8: Pulling fs layer 00:30:36 114826534d7a: Waiting 00:30:36 4657fd5d0bcf: Waiting 00:30:36 6ad1cebc031e: Waiting 00:30:36 8a3aa393b2d8: Waiting 00:30:36 25bc292e5bac: Verifying Checksum 00:30:36 25bc292e5bac: Download complete 00:30:36 52dc419b0ee2: Verifying Checksum 00:30:36 52dc419b0ee2: Download complete 00:30:36 4657fd5d0bcf: Verifying Checksum 00:30:36 4657fd5d0bcf: Download complete 00:30:36 df9b9388f04a: Download complete 00:30:36 df9b9388f04a: Pull complete 00:30:36 6ad1cebc031e: Verifying Checksum 00:30:36 6ad1cebc031e: Download complete 00:30:37 52dc419b0ee2: Pull complete 00:30:37 25bc292e5bac: Pull complete 00:30:37 114826534d7a: Verifying Checksum 00:30:37 114826534d7a: Download complete 00:30:37 8a3aa393b2d8: Verifying Checksum 00:30:37 8a3aa393b2d8: Download complete 00:30:41 114826534d7a: Pull complete 00:30:41 4657fd5d0bcf: Pull complete 00:30:41 6ad1cebc031e: Pull complete 00:30:44 8a3aa393b2d8: Pull complete 00:30:44 Digest: sha256:4b4dcd1004c4b70ae7ff23424eaa7ae18978b3759dc64bf5c8870aa20fc5e024 00:30:44 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 00:30:44 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 00:30:44 prd-ubuntu20.04-docker-8c-8g-16 does not seem to be running inside a container 00:30:44 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/edgexfoundry_go-mod-secrets_main -v /w/workspace/edgexfoundry_go-mod-secrets_main:/w/workspace/edgexfoundry_go-mod-secrets_main:rw,z -v /w/workspace/edgexfoundry_go-mod-secrets_main@tmp:/w/workspace/edgexfoundry_go-mod-secrets_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 00:30:47 $ docker top 7a6c3329d88c92e2acbfbd8391a556aedf4dd5b9f59ea49c99bbec6900a4cebe -eo pid,comm [Pipeline] { [Pipeline] echo 00:30:47 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/go-mod-secrets:main' [Pipeline] sh 00:30:47 + set -o pipefail 00:30:47 + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/go-mod-secrets:main' 00:30:51 00:30:51 Monitoring /w/workspace/edgexfoundry_go-mod-secrets_main (github.com/edgexfoundry/go-mod-secrets/v3)... 00:30:51 00:30:51 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/0d3915cb-23c5-4258-a5a9-356997f1cfb0/history/bc99d54b-9501-41e5-9101-ed1975a249d3 00:30:51 00:30:51 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 00:30:51 00:30:51 00:30:51 A medium severity vulnerability was found in the Snyk CLI versions you are using. 00:30:51 We fixed the vulnerability in version 1.996.0. We recommend updating to the latest version. 00:30:51 More details here: https://snyk.co/ue1NS 00:30:51 You are approaching your monthly limit of 401 private tests for your edgex-jenkins org. 00:30:51 To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } 00:30:51 $ docker stop --time=1 7a6c3329d88c92e2acbfbd8391a556aedf4dd5b9f59ea49c99bbec6900a4cebe 00:30:53 $ docker rm -f --volumes 7a6c3329d88c92e2acbfbd8391a556aedf4dd5b9f59ea49c99bbec6900a4cebe [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 00:30:54 + git log --format=format:%s -1 ece5487729ef2c8ff7c885fb030d4d65b9674b79 [Pipeline] sh 00:30:54 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 00:30:54 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:30:55 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 00:30:55 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 00:30:55 prd-ubuntu20.04-docker-8c-8g-16 does not seem to be running inside a container 00:30:55 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_go-mod-secrets_main -v /w/workspace/edgexfoundry_go-mod-secrets_main:/w/workspace/edgexfoundry_go-mod-secrets_main:rw,z -v /w/workspace/edgexfoundry_go-mod-secrets_main@tmp:/w/workspace/edgexfoundry_go-mod-secrets_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 00:30:55 $ docker top baa112213b9b6d7a4f664f13ce1a9bc60d0089a6ef1bf3f37bcb36888b1937e4 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 00:30:55 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:30:55 [ssh-agent] Looking for ssh-agent implementation... 00:30:55 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:30:55 $ docker exec baa112213b9b6d7a4f664f13ce1a9bc60d0089a6ef1bf3f37bcb36888b1937e4 ssh-agent 00:30:56 SSH_AUTH_SOCK=/tmp/ssh-D5T0OmEUkEQh/agent.32 00:30:56 SSH_AGENT_PID=38 00:30:56 Running ssh-add (command line suppressed) 00:30:56 Identity added: /w/workspace/edgexfoundry_go-mod-secrets_main@tmp/private_key_10942781828877866230.key (/w/workspace/edgexfoundry_go-mod-secrets_main@tmp/private_key_10942781828877866230.key) 00:30:56 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:30:56 + git semver tag 00:30:56 2023-03-14 00:30:56,664 [run_tag] DEBUG tag force:False 00:30:56 2023-03-14 00:30:56,664 [check_head_tag] DEBUG check head tag 00:30:56 2023-03-14 00:30:56,665 [execute] INFO git cat-file --batch-check 00:30:56 2023-03-14 00:30:56,665 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_go-mod-secrets_main, universal_newlines=False, shell=None, istream=) 00:30:56 2023-03-14 00:30:56,668 [execute] INFO git cat-file --batch 00:30:56 2023-03-14 00:30:56,669 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgexfoundry_go-mod-secrets_main, universal_newlines=False, shell=None, istream=) 00:30:56 2023-03-14 00:30:56,691 [read_version] DEBUG read version from /w/workspace/edgexfoundry_go-mod-secrets_main/.semver/main 00:30:56 2023-03-14 00:30:56,691 [execute] INFO git tag -a v3.0.0-dev.10 -m v3.0.0-dev.10 00:30:56 2023-03-14 00:30:56,691 [execute] DEBUG Popen(['git', 'tag', '-a', 'v3.0.0-dev.10', '-m', 'v3.0.0-dev.10'], cwd=/w/workspace/edgexfoundry_go-mod-secrets_main, universal_newlines=False, shell=None, istream=None) 00:30:56 2023-03-14 00:30:56,696 [read_version] DEBUG read version from /w/workspace/edgexfoundry_go-mod-secrets_main/.semver/main 00:30:56 3.0.0-dev.10 [Pipeline] } 00:30:56 $ docker exec --env ******** --env ******** baa112213b9b6d7a4f664f13ce1a9bc60d0089a6ef1bf3f37bcb36888b1937e4 ssh-agent -k 00:30:56 unset SSH_AUTH_SOCK; 00:30:56 unset SSH_AGENT_PID; 00:30:56 echo Agent pid 38 killed; 00:30:56 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:30:57 + git semver [Pipeline] } 00:30:57 $ docker stop --time=1 baa112213b9b6d7a4f664f13ce1a9bc60d0089a6ef1bf3f37bcb36888b1937e4 00:30:58 $ docker rm -f --volumes baa112213b9b6d7a4f664f13ce1a9bc60d0089a6ef1bf3f37bcb36888b1937e4 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:30:59 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 00:30:59 00:30:59 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:30:59 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 00:30:59 0.23.1-centos7: Pulling from edgex-lftools 00:30:59 ab5ef0e58194: Pulling fs layer 00:30:59 9712f1f96733: Pulling fs layer 00:30:59 63f879dbbcfc: Pulling fs layer 00:30:59 0d9ebad4ef96: Pulling fs layer 00:30:59 e9a5061849ea: Pulling fs layer 00:30:59 d747dcd14b5f: Pulling fs layer 00:30:59 2de7ff778b66: Pulling fs layer 00:30:59 0d9ebad4ef96: Waiting 00:30:59 e9a5061849ea: Waiting 00:30:59 d747dcd14b5f: Waiting 00:30:59 2de7ff778b66: Waiting 00:30:59 9712f1f96733: Verifying Checksum 00:30:59 9712f1f96733: Download complete 00:30:59 63f879dbbcfc: Verifying Checksum 00:30:59 63f879dbbcfc: Download complete 00:30:59 e9a5061849ea: Download complete 00:30:59 0d9ebad4ef96: Verifying Checksum 00:30:59 0d9ebad4ef96: Download complete 00:30:59 d747dcd14b5f: Download complete 00:30:59 ab5ef0e58194: Verifying Checksum 00:30:59 ab5ef0e58194: Download complete 00:31:00 2de7ff778b66: Verifying Checksum 00:31:00 2de7ff778b66: Download complete 00:31:02 ab5ef0e58194: Pull complete 00:31:02 9712f1f96733: Pull complete 00:31:03 63f879dbbcfc: Pull complete 00:31:07 0d9ebad4ef96: Pull complete 00:31:07 e9a5061849ea: Pull complete 00:31:07 d747dcd14b5f: Pull complete 00:31:09 2de7ff778b66: Pull complete 00:31:09 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 00:31:09 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 00:31:09 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 00:31:09 prd-ubuntu20.04-docker-8c-8g-16 does not seem to be running inside a container 00:31:09 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgexfoundry_go-mod-secrets_main -v /w/workspace/edgexfoundry_go-mod-secrets_main:/w/workspace/edgexfoundry_go-mod-secrets_main:rw,z -v /w/workspace/edgexfoundry_go-mod-secrets_main@tmp:/w/workspace/edgexfoundry_go-mod-secrets_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 00:31:13 $ docker top 55f5600f3e959d1a31e30a1b7ed915d9803f8e2bbc11caf5bc7532dcb2f4ed66 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 00:31:13 provisioning config files... 00:31:13 copy managed file [sigul-config] to file:/w/workspace/edgexfoundry_go-mod-secrets_main@tmp/config6223292030503823999tmp 00:31:13 copy managed file [sigul-password] to file:/w/workspace/edgexfoundry_go-mod-secrets_main@tmp/config4402584001984603170tmp 00:31:13 copy managed file [sigul-pki] to file:/w/workspace/edgexfoundry_go-mod-secrets_main@tmp/config851809734157074383tmp [Pipeline] { [Pipeline] echo 00:31:13 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 00:31:13 ---> sigul-configuration.sh 00:31:13 gpg: directory `/root/.gnupg' created 00:31:13 gpg: new configuration file `/root/.gnupg/gpg.conf' created 00:31:13 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 00:31:13 gpg: keyring `/root/.gnupg/secring.gpg' created 00:31:13 gpg: keyring `/root/.gnupg/pubring.gpg' created 00:31:13 gpg: CAST5 encrypted data 00:31:13 gpg: encrypted with 1 passphrase 00:31:13 gpg: WARNING: message was not integrity protected [Pipeline] sh 00:31:13 + mkdir /home/jenkins 00:31:13 + mkdir /home/jenkins/sigul [Pipeline] sh 00:31:14 + 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 00:31:14 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 00:31:14 ---> sigul-install.sh 00:31:14 Sigul already installed; skipping installation. [Pipeline] sh 00:31:14 + git tag --list 00:31:14 v0.0.0 00:31:14 v0.0.1 00:31:14 v0.0.10 00:31:14 v0.0.11 00:31:14 v0.0.12 00:31:14 v0.0.13 00:31:14 v0.0.14 00:31:14 v0.0.15 00:31:14 v0.0.16 00:31:14 v0.0.17 00:31:14 v0.0.18 00:31:14 v0.0.19 00:31:14 v0.0.2 00:31:14 v0.0.20 00:31:14 v0.0.21 00:31:14 v0.0.22 00:31:14 v0.0.23 00:31:14 v0.0.24 00:31:14 v0.0.25 00:31:14 v0.0.26 00:31:14 v0.0.27 00:31:14 v0.0.28 00:31:14 v0.0.29 00:31:14 v0.0.3 00:31:14 v0.0.30 00:31:14 v0.0.31 00:31:14 v0.0.32 00:31:14 v0.0.33 00:31:14 v0.0.4 00:31:14 v0.0.5 00:31:14 v0.0.6 00:31:14 v0.0.7 00:31:14 v0.0.8 00:31:14 v0.0.9 00:31:14 v2.0.0 00:31:14 v2.1.0 00:31:14 v2.1.1 00:31:14 v2.1.1-dev.1 00:31:14 v2.1.1-dev.2 00:31:14 v2.1.1-dev.3 00:31:14 v2.2.0 00:31:14 v2.2.1-dev.1 00:31:14 v2.2.1-dev.2 00:31:14 v2.2.1-dev.3 00:31:14 v2.2.1-dev.4 00:31:14 v2.2.1-dev.5 00:31:14 v2.3.0 00:31:14 v2.3.0-dev.10 00:31:14 v2.3.0-dev.11 00:31:14 v2.3.0-dev.12 00:31:14 v2.3.0-dev.13 00:31:14 v2.3.0-dev.5 00:31:14 v2.3.0-dev.6 00:31:14 v2.3.0-dev.7 00:31:14 v2.3.0-dev.8 00:31:14 v2.3.0-dev.9 00:31:14 v2.3.1-dev.1 00:31:14 v3.0.0-dev.1 00:31:14 v3.0.0-dev.10 00:31:14 v3.0.0-dev.2 00:31:14 v3.0.0-dev.3 00:31:14 v3.0.0-dev.4 00:31:14 v3.0.0-dev.5 00:31:14 v3.0.0-dev.6 00:31:14 v3.0.0-dev.7 00:31:14 v3.0.0-dev.8 00:31:14 v3.0.0-dev.9 [Pipeline] sh 00:31:14 + lftools sign git-tag v3.0.0-dev.10 00:31:15 Signing Git tag with Sigul... 00:31:15 Signing v3.0.0-dev.10 [Pipeline] echo 00:31:15 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 00:31:16 ---> sigul-configuration-cleanup.sh [Pipeline] } 00:31:16 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 00:31:16 $ docker stop --time=1 55f5600f3e959d1a31e30a1b7ed915d9803f8e2bbc11caf5bc7532dcb2f4ed66 00:31:17 $ docker rm -f --volumes 55f5600f3e959d1a31e30a1b7ed915d9803f8e2bbc11caf5bc7532dcb2f4ed66 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh 00:31:17 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 00:31:17 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:31:18 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 00:31:18 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 00:31:18 prd-ubuntu20.04-docker-8c-8g-16 does not seem to be running inside a container 00:31:18 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_go-mod-secrets_main -v /w/workspace/edgexfoundry_go-mod-secrets_main:/w/workspace/edgexfoundry_go-mod-secrets_main:rw,z -v /w/workspace/edgexfoundry_go-mod-secrets_main@tmp:/w/workspace/edgexfoundry_go-mod-secrets_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 00:31:18 $ docker top 66c276033d398921897d9389cc4a25debe1a5ecb75e5389a6b113992018843c9 -eo pid,comm 00:31:18 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). 00:31:18 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 00:31:18 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:31:18 [ssh-agent] Looking for ssh-agent implementation... 00:31:18 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:31:18 $ docker exec 66c276033d398921897d9389cc4a25debe1a5ecb75e5389a6b113992018843c9 ssh-agent 00:31:18 SSH_AUTH_SOCK=/tmp/ssh-yavIq05emPWr/agent.32 00:31:18 SSH_AGENT_PID=38 00:31:18 Running ssh-add (command line suppressed) 00:31:18 Identity added: /w/workspace/edgexfoundry_go-mod-secrets_main@tmp/private_key_538159954113613774.key (/w/workspace/edgexfoundry_go-mod-secrets_main@tmp/private_key_538159954113613774.key) 00:31:19 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:31:19 + git semver bump pre 00:31:19 2023-03-14 00:31:19,448 [read_version] DEBUG read version from /w/workspace/edgexfoundry_go-mod-secrets_main/.semver/main 00:31:19 2023-03-14 00:31:19,449 [bump_version] DEBUG bumping version:3.0.0-dev.10 on axis:pre with prefix:dev 00:31:19 2023-03-14 00:31:19,449 [bump_version] DEBUG bumped version:3.0.0-dev.11 00:31:19 2023-03-14 00:31:19,449 [write_version] DEBUG write version:3.0.0-dev.11 to path:/w/workspace/edgexfoundry_go-mod-secrets_main/.semver/main with force:True 00:31:19 2023-03-14 00:31:19,449 [read_version] DEBUG read version from /w/workspace/edgexfoundry_go-mod-secrets_main/.semver/main 00:31:19 2023-03-14 00:31:19,449 [write_file] DEBUG write to file:/w/workspace/edgexfoundry_go-mod-secrets_main/.semver/main 00:31:19 2023-03-14 00:31:19,450 [execute] INFO git cat-file --batch-check 00:31:19 2023-03-14 00:31:19,451 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_go-mod-secrets_main/.semver, universal_newlines=False, shell=None, istream=) 00:31:19 2023-03-14 00:31:19,454 [execute] INFO git cat-file --batch 00:31:19 2023-03-14 00:31:19,455 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgexfoundry_go-mod-secrets_main/.semver, universal_newlines=False, shell=None, istream=) 00:31:19 2023-03-14 00:31:19,458 [read_version] DEBUG read version from /w/workspace/edgexfoundry_go-mod-secrets_main/.semver/main 00:31:19 3.0.0-dev.11 [Pipeline] } 00:31:19 $ docker exec --env ******** --env ******** 66c276033d398921897d9389cc4a25debe1a5ecb75e5389a6b113992018843c9 ssh-agent -k 00:31:19 unset SSH_AUTH_SOCK; 00:31:19 unset SSH_AGENT_PID; 00:31:19 echo Agent pid 38 killed; 00:31:19 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:31:19 + git semver [Pipeline] } 00:31:20 $ docker stop --time=1 66c276033d398921897d9389cc4a25debe1a5ecb75e5389a6b113992018843c9 00:31:21 $ docker rm -f --volumes 66c276033d398921897d9389cc4a25debe1a5ecb75e5389a6b113992018843c9 [Pipeline] // withDockerContainer [Pipeline] sh 00:31:21 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 00:31:21 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:31:22 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 00:31:22 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 00:31:22 prd-ubuntu20.04-docker-8c-8g-16 does not seem to be running inside a container 00:31:22 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_go-mod-secrets_main -v /w/workspace/edgexfoundry_go-mod-secrets_main:/w/workspace/edgexfoundry_go-mod-secrets_main:rw,z -v /w/workspace/edgexfoundry_go-mod-secrets_main@tmp:/w/workspace/edgexfoundry_go-mod-secrets_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 00:31:22 $ docker top 29e7e361c9ee07d4ab14b9a11e9806e8a760cd94da9880af3aeb81a7dccfb6d9 -eo pid,comm 00:31:22 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). 00:31:22 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 00:31:22 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:31:22 [ssh-agent] Looking for ssh-agent implementation... 00:31:22 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:31:22 $ docker exec 29e7e361c9ee07d4ab14b9a11e9806e8a760cd94da9880af3aeb81a7dccfb6d9 ssh-agent 00:31:22 SSH_AUTH_SOCK=/tmp/ssh-wABcCYAiS6Ml/agent.32 00:31:22 SSH_AGENT_PID=38 00:31:22 Running ssh-add (command line suppressed) 00:31:23 Identity added: /w/workspace/edgexfoundry_go-mod-secrets_main@tmp/private_key_16557247280749686399.key (/w/workspace/edgexfoundry_go-mod-secrets_main@tmp/private_key_16557247280749686399.key) 00:31:23 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:31:23 + git semver push 00:31:23 2023-03-14 00:31:23,483 [run_push] DEBUG push 00:31:23 2023-03-14 00:31:23,484 [execute] INFO git cat-file --batch-check 00:31:23 2023-03-14 00:31:23,484 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_go-mod-secrets_main/.semver, universal_newlines=False, shell=None, istream=) 00:31:23 2023-03-14 00:31:23,488 [execute] INFO git rev-list 70d22bab0741f9d5b348684f95d6edc00c031b21 -- 00:31:23 2023-03-14 00:31:23,488 [execute] DEBUG Popen(['git', 'rev-list', '70d22bab0741f9d5b348684f95d6edc00c031b21', '--'], cwd=/w/workspace/edgexfoundry_go-mod-secrets_main/.semver, universal_newlines=False, shell=None, istream=None) 00:31:23 2023-03-14 00:31:23,495 [execute] INFO git fetch -v origin 00:31:23 2023-03-14 00:31:23,496 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/edgexfoundry_go-mod-secrets_main/.semver, universal_newlines=True, shell=None, istream=None) 00:31:24 2023-03-14 00:31:24,002 [run_push] DEBUG no remote changes detected 00:31:24 2023-03-14 00:31:24,002 [execute] INFO git push origin semver 00:31:24 2023-03-14 00:31:24,003 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/edgexfoundry_go-mod-secrets_main/.semver, universal_newlines=False, shell=None, istream=None) 00:31:25 2023-03-14 00:31:24,752 [run_push] DEBUG push all version tags 00:31:25 2023-03-14 00:31:24,752 [execute] INFO git push origin refs/tags/v*:refs/tags/v* 00:31:25 2023-03-14 00:31:24,753 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/edgexfoundry_go-mod-secrets_main, universal_newlines=False, shell=None, istream=None) 00:31:25 2023-03-14 00:31:25,568 [read_version] DEBUG read version from /w/workspace/edgexfoundry_go-mod-secrets_main/.semver/main 00:31:25 3.0.0-dev.11 [Pipeline] } 00:31:25 $ docker exec --env ******** --env ******** 29e7e361c9ee07d4ab14b9a11e9806e8a760cd94da9880af3aeb81a7dccfb6d9 ssh-agent -k 00:31:25 unset SSH_AUTH_SOCK; 00:31:25 unset SSH_AGENT_PID; 00:31:25 echo Agent pid 38 killed; 00:31:25 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:31:26 + git semver [Pipeline] } 00:31:26 $ docker stop --time=1 29e7e361c9ee07d4ab14b9a11e9806e8a760cd94da9880af3aeb81a7dccfb6d9 00:31:27 $ docker rm -f --volumes 29e7e361c9ee07d4ab14b9a11e9806e8a760cd94da9880af3aeb81a7dccfb6d9 [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 00:31:28 + [ -d /w/workspace/edgexfoundry_go-mod-secrets_main/archives ] 00:31:28 + ls -al /w/workspace/edgexfoundry_go-mod-secrets_main/archives 00:31:28 total 16 00:31:28 drwxr-xr-x 3 root root 4096 Mar 14 00:21 . 00:31:28 drwxrwxr-x 9 jenkins jenkins 4096 Mar 14 00:31 .. 00:31:28 drwxr-xr-x 2 root root 4096 Mar 14 00:21 cost 00:31:28 -rw-r--r-- 1 root root 85 Mar 14 00:21 cost.csv 00:31:28 + sudo chown -R jenkins:jenkins /w/workspace/edgexfoundry_go-mod-secrets_main/archives 00:31:28 + ls -al /w/workspace/edgexfoundry_go-mod-secrets_main/archives 00:31:28 total 16 00:31:28 drwxr-xr-x 3 jenkins jenkins 4096 Mar 14 00:21 . 00:31:28 drwxrwxr-x 9 jenkins jenkins 4096 Mar 14 00:31 .. 00:31:28 drwxr-xr-x 2 jenkins jenkins 4096 Mar 14 00:21 cost 00:31:28 -rw-r--r-- 1 jenkins jenkins 85 Mar 14 00:21 cost.csv [Pipeline] libraryResource [Pipeline] sh 00:31:28 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 00:31:29 ---> package-listing.sh 00:31:29 ++ facter osfamily 00:31:29 ++ tr '[:upper:]' '[:lower:]' 00:31:29 + OS_FAMILY=debian 00:31:29 + workspace=/w/workspace/edgexfoundry_go-mod-secrets_main 00:31:29 + START_PACKAGES=/tmp/packages_start.txt 00:31:29 + END_PACKAGES=/tmp/packages_end.txt 00:31:29 + DIFF_PACKAGES=/tmp/packages_diff.txt 00:31:29 + PACKAGES=/tmp/packages_start.txt 00:31:29 + '[' /w/workspace/edgexfoundry_go-mod-secrets_main ']' 00:31:29 + PACKAGES=/tmp/packages_end.txt 00:31:29 + case "${OS_FAMILY}" in 00:31:29 + dpkg -l 00:31:29 + grep '^ii' 00:31:29 + '[' -f /tmp/packages_start.txt ']' 00:31:29 + '[' -f /tmp/packages_end.txt ']' 00:31:29 + diff /tmp/packages_start.txt /tmp/packages_end.txt 00:31:29 + '[' /w/workspace/edgexfoundry_go-mod-secrets_main ']' 00:31:29 + mkdir -p /w/workspace/edgexfoundry_go-mod-secrets_main/archives/ 00:31:29 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_go-mod-secrets_main/archives/ [Pipeline] echo 00:31:29 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/edgexfoundry_go-mod-secrets_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 00:31:29 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:31:30 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 00:31:30 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 00:31:30 prd-ubuntu20.04-docker-8c-8g-16 does not seem to be running inside a container 00:31:30 $ 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/edgexfoundry_go-mod-secrets_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgexfoundry_go-mod-secrets_main -v /w/workspace/edgexfoundry_go-mod-secrets_main:/w/workspace/edgexfoundry_go-mod-secrets_main:rw,z -v /w/workspace/edgexfoundry_go-mod-secrets_main@tmp:/w/workspace/edgexfoundry_go-mod-secrets_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 00:31:30 $ docker top 41ff3ece4ad6743b68c587c91de60e80868183ae7f73babccdd65548b0125935 -eo pid,comm [Pipeline] { [Pipeline] sh 00:31:31 + touch /tmp/pre-build-complete [Pipeline] sh 00:31:31 + mkdir -p /var/log/sysstat [Pipeline] sh 00:31:31 + ls /var/log/sa-host 00:31:31 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 00:31:31 provisioning config files... 00:31:31 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_go-mod-secrets_main@tmp/config1601127624501549602tmp [Pipeline] { [Pipeline] echo 00:31:31 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 00:31:32 ---> create-netrc.sh [Pipeline] } 00:31:32 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 00:31:32 ---> python-tools-install.sh [Pipeline] echo 00:31:32 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 00:31:32 ---> sudo-logs.sh 00:31:32 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 00:31:32 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 00:31:33 ---> job-cost.sh 00:31:33 lf-activate-venv: SKIPPING 00:31:33 DEBUG: total: 0.2199999988079071 00:31:33 INFO: Retrieving Stack Cost... 00:31:33 INFO: Retrieving Pricing Info for: v3-standard-8 00:31:33 INFO: Archiving Costs [Pipeline] echo 00:31:33 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 00:31:34 ---> logs-deploy.sh 00:31:34 lf-activate-venv: SKIPPING 00:31:34 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-secrets/main/49 00:31:34 INFO: archiving workspace using pattern(s): 00:31:35 Archives upload complete. 00:31:35 INFO: archiving logs to Nexus 00:31:35 ---> uname -a: 00:31:35 Linux prd-ubuntu20-04-docker-8c-8g-16 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux 00:31:35 00:31:35 00:31:35 ---> lscpu: 00:31:35 Architecture: x86_64 00:31:35 CPU op-mode(s): 32-bit, 64-bit 00:31:35 Byte Order: Little Endian 00:31:35 Address sizes: 40 bits physical, 48 bits virtual 00:31:35 CPU(s): 8 00:31:35 On-line CPU(s) list: 0-7 00:31:35 Thread(s) per core: 1 00:31:35 Core(s) per socket: 1 00:31:35 Socket(s): 8 00:31:35 NUMA node(s): 1 00:31:35 Vendor ID: AuthenticAMD 00:31:35 CPU family: 23 00:31:35 Model: 49 00:31:35 Model name: AMD EPYC-Rome Processor 00:31:35 Stepping: 0 00:31:35 CPU MHz: 2800.000 00:31:35 BogoMIPS: 5600.00 00:31:35 Virtualization: AMD-V 00:31:35 Hypervisor vendor: KVM 00:31:35 Virtualization type: full 00:31:35 L1d cache: 256 KiB 00:31:35 L1i cache: 256 KiB 00:31:35 L2 cache: 4 MiB 00:31:35 L3 cache: 128 MiB 00:31:35 NUMA node0 CPU(s): 0-7 00:31:35 Vulnerability Itlb multihit: Not affected 00:31:35 Vulnerability L1tf: Not affected 00:31:35 Vulnerability Mds: Not affected 00:31:35 Vulnerability Meltdown: Not affected 00:31:35 Vulnerability Mmio stale data: Not affected 00:31:35 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 00:31:35 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 00:31:35 Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling 00:31:35 Vulnerability Srbds: Not affected 00:31:35 Vulnerability Tsx async abort: Not affected 00:31:35 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 00:31:35 00:31:35 00:31:35 ---> nproc: 00:31:35 8 00:31:35 00:31:35 00:31:35 ---> df -h: 00:31:35 Filesystem Size Used Avail Use% Mounted on 00:31:35 overlay 155G 12G 143G 8% / 00:31:35 tmpfs 64M 0 64M 0% /dev 00:31:35 tmpfs 16G 0 16G 0% /sys/fs/cgroup 00:31:35 shm 64M 0 64M 0% /dev/shm 00:31:35 /dev/vda1 155G 12G 143G 8% /facter-os 00:31:35 00:31:35 00:31:35 ---> sar -b -r -n DEV: 00:31:35 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-16) 03/14/23 _x86_64_ (8 CPU) 00:31:35 00:31:35 00:19:07 LINUX RESTART (8 CPU) 00:31:35 00:31:35 00:20:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 00:31:35 00:21:01 56.72 0.25 56.47 0.00 12.26 36773.34 0.00 00:31:35 00:22:01 47.35 0.22 47.13 0.00 12.80 24086.92 0.00 00:31:35 00:23:01 0.93 0.00 0.93 0.00 0.00 10.40 0.00 00:31:35 00:24:01 2.02 0.00 2.02 0.00 0.00 22.93 0.00 00:31:35 00:25:01 54.49 11.23 43.26 0.00 5226.33 8730.14 0.00 00:31:35 00:26:01 4.53 0.02 4.52 0.00 0.13 101.85 0.00 00:31:35 00:27:01 0.92 0.00 0.92 0.00 0.00 10.66 0.00 00:31:35 00:28:01 1.68 0.00 1.68 0.00 0.00 18.53 0.00 00:31:35 00:29:01 1.12 0.00 1.12 0.00 0.00 12.80 0.00 00:31:35 00:30:01 1.55 0.00 1.55 0.00 0.00 17.20 0.00 00:31:35 00:31:01 57.46 0.60 56.86 0.00 37.06 34797.40 0.00 00:31:35 Average: 20.80 1.12 19.68 0.00 480.76 9507.40 0.00 00:31:35 00:31:35 00:20:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 00:31:35 00:21:01 28554328 31546620 763632 2.32 90504 3115068 2147748 6.33 1165240 2736876 212128 00:31:35 00:22:01 28686168 31590316 723464 2.20 93600 3032104 1756656 5.18 1091456 2686368 8 00:31:35 00:23:01 28686044 31590340 723148 2.20 93632 3032108 1756656 5.18 1091600 2686372 16 00:31:35 00:24:01 28693200 31597684 715796 2.18 93728 3032112 1756656 5.18 1083788 2686504 48 00:31:35 00:25:01 28173048 31576832 710444 2.16 127696 3489824 1817652 5.36 1409260 2846172 224 00:31:35 00:26:01 28181612 31580604 706780 2.15 126312 3486572 1772980 5.23 1402364 2842928 8 00:31:35 00:27:01 28182196 31581224 705940 2.15 126340 3486576 1772980 5.23 1402588 2842932 8 00:31:35 00:28:01 28182244 31581420 705612 2.15 126388 3486580 1772980 5.23 1402528 2842988 8 00:31:35 00:29:01 28182316 31581492 705448 2.15 126444 3486572 1772980 5.23 1402596 2842988 8 00:31:35 00:30:01 28182320 31581600 705120 2.14 126484 3486584 1772980 5.23 1402516 2842992 8 00:31:35 00:31:01 26962960 31510728 772900 2.35 152612 4540540 2105956 6.21 1538760 3854348 349532 00:31:35 Average: 28242403 31574442 721662 2.19 116704 3424967 1836929 5.41 1308427 2882861 51091 00:31:35 00:31:35 00:20:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 00:31:35 00:21:01 ens3 87.22 55.89 588.49 18.24 0.00 0.00 0.00 0.00 00:31:35 00:21:01 veth598293f 32.04 50.39 2.95 544.88 0.00 0.00 0.00 0.04 00:31:35 00:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:31:35 00:21:01 docker0 32.04 50.29 2.51 544.87 0.00 0.00 0.00 0.00 00:31:35 00:22:01 ens3 125.52 95.75 2527.51 95.90 0.00 0.00 0.00 0.00 00:31:35 00:22:01 lo 1.27 1.27 0.12 0.12 0.00 0.00 0.00 0.00 00:31:35 00:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:31:35 00:23:01 ens3 1.62 0.52 3.03 0.27 0.00 0.00 0.00 0.00 00:31:35 00:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:31:35 00:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:31:35 00:24:01 ens3 1.95 0.78 0.70 0.48 0.00 0.00 0.00 0.00 00:31:35 00:24:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 00:31:35 00:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:31:35 00:25:01 ens3 154.82 79.99 2801.83 5.93 0.00 0.00 0.00 0.00 00:31:35 00:25:01 lo 0.53 0.53 0.05 0.05 0.00 0.00 0.00 0.00 00:31:35 00:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:31:35 00:26:01 ens3 0.45 0.20 0.02 0.01 0.00 0.00 0.00 0.00 00:31:35 00:26:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 00:31:35 00:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:31:35 00:27:01 ens3 2.20 0.00 0.10 0.00 0.00 0.00 0.00 0.00 00:31:35 00:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:31:35 00:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:31:35 00:28:01 ens3 1.72 0.22 0.17 0.08 0.00 0.00 0.00 0.00 00:31:35 00:28:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 00:31:35 00:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:31:35 00:29:01 ens3 0.50 0.37 0.26 0.21 0.00 0.00 0.00 0.00 00:31:35 00:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:31:35 00:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:31:35 00:30:01 ens3 0.25 0.18 0.08 0.07 0.00 0.00 0.00 0.00 00:31:35 00:30:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 00:31:35 00:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:31:35 00:31:01 ens3 308.88 186.79 7708.83 27.60 0.00 0.00 0.00 0.00 00:31:35 00:31:01 lo 1.93 1.93 0.19 0.19 0.00 0.00 0.00 0.00 00:31:35 00:31:01 docker0 30.94 49.94 2.58 544.96 0.00 0.00 0.00 0.00 00:31:35 Average: ens3 62.28 38.24 1239.17 13.53 0.00 0.00 0.00 0.00 00:31:35 Average: lo 0.41 0.41 0.04 0.04 0.00 0.00 0.00 0.00 00:31:35 Average: docker0 5.73 9.11 0.46 99.07 0.00 0.00 0.00 0.00 00:31:35 00:31:35 00:31:35 ---> sar -P ALL: 00:31:35 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-16) 03/14/23 _x86_64_ (8 CPU) 00:31:35 00:31:35 00:19:07 LINUX RESTART (8 CPU) 00:31:35 00:31:35 00:20:01 CPU %user %nice %system %iowait %steal %idle 00:31:35 00:21:01 all 35.86 0.00 6.67 1.60 0.11 55.75 00:31:35 00:21:01 0 35.37 0.00 5.84 0.13 0.10 58.56 00:31:35 00:21:01 1 38.71 0.00 7.16 0.07 0.12 53.94 00:31:35 00:21:01 2 36.35 0.00 6.70 0.98 0.08 55.89 00:31:35 00:21:01 3 34.99 0.00 7.08 3.05 0.12 54.75 00:31:35 00:21:01 4 34.72 0.00 6.75 2.92 0.12 55.50 00:31:35 00:21:01 5 34.02 0.00 6.20 0.08 0.10 59.59 00:31:35 00:21:01 6 35.37 0.00 6.77 1.02 0.10 56.75 00:31:35 00:21:01 7 37.41 0.00 6.88 4.59 0.14 50.99 00:31:35 00:22:01 all 4.54 0.00 1.73 1.41 0.04 92.29 00:31:35 00:22:01 0 3.68 0.00 1.17 0.17 0.03 94.95 00:31:35 00:22:01 1 4.64 0.00 2.03 4.49 0.03 88.81 00:31:35 00:22:01 2 4.43 0.00 1.92 0.35 0.03 93.26 00:31:35 00:22:01 3 6.32 0.00 2.21 3.95 0.07 87.46 00:31:35 00:22:01 4 4.19 0.00 1.94 0.05 0.02 93.80 00:31:35 00:22:01 5 4.22 0.00 1.47 0.02 0.02 94.27 00:31:35 00:22:01 6 4.50 0.00 1.57 2.06 0.03 91.83 00:31:35 00:22:01 7 4.29 0.00 1.52 0.17 0.07 93.95 00:31:35 00:23:01 all 0.03 0.00 0.02 0.00 0.01 99.94 00:31:35 00:23:01 0 0.03 0.00 0.02 0.00 0.02 99.93 00:31:35 00:23:01 1 0.00 0.00 0.02 0.00 0.02 99.97 00:31:35 00:23:01 2 0.00 0.00 0.02 0.00 0.02 99.97 00:31:35 00:23:01 3 0.00 0.00 0.00 0.00 0.02 99.98 00:31:35 00:23:01 4 0.02 0.00 0.02 0.00 0.00 99.97 00:31:35 00:23:01 5 0.05 0.00 0.00 0.00 0.00 99.95 00:31:35 00:23:01 6 0.07 0.00 0.05 0.02 0.05 99.82 00:31:35 00:23:01 7 0.03 0.00 0.02 0.00 0.00 99.95 00:31:35 00:24:01 all 0.26 0.00 0.02 0.00 0.01 99.71 00:31:35 00:24:01 0 0.02 0.00 0.03 0.00 0.00 99.95 00:31:35 00:24:01 1 0.07 0.00 0.00 0.00 0.02 99.92 00:31:35 00:24:01 2 0.03 0.00 0.03 0.00 0.00 99.93 00:31:35 00:24:01 3 1.87 0.00 0.03 0.00 0.02 98.08 00:31:35 00:24:01 4 0.02 0.00 0.00 0.00 0.00 99.98 00:31:35 00:24:01 5 0.00 0.00 0.00 0.00 0.02 99.98 00:31:35 00:24:01 6 0.05 0.00 0.03 0.03 0.02 99.87 00:31:35 00:24:01 7 0.02 0.00 0.00 0.00 0.00 99.98 00:31:35 00:25:01 all 2.31 0.00 1.36 0.43 0.02 95.88 00:31:35 00:25:01 0 2.85 0.00 1.03 0.45 0.03 95.63 00:31:35 00:25:01 1 2.39 0.00 0.93 0.07 0.02 96.60 00:31:35 00:25:01 2 1.67 0.00 2.49 0.57 0.02 95.26 00:31:35 00:25:01 3 3.13 0.00 0.64 0.02 0.02 96.20 00:31:35 00:25:01 4 1.74 0.00 0.83 0.17 0.02 97.25 00:31:35 00:25:01 5 3.29 0.00 2.65 0.57 0.02 93.48 00:31:35 00:25:01 6 1.97 0.00 0.87 1.00 0.03 96.12 00:31:35 00:25:01 7 1.42 0.00 1.46 0.60 0.03 96.49 00:31:35 00:26:01 all 0.32 0.00 0.06 0.01 0.01 99.60 00:31:35 00:26:01 0 1.17 0.00 0.07 0.00 0.02 98.74 00:31:35 00:26:01 1 0.02 0.00 0.05 0.00 0.02 99.92 00:31:35 00:26:01 2 0.10 0.00 0.03 0.00 0.02 99.85 00:31:35 00:26:01 3 0.91 0.00 0.05 0.02 0.02 99.01 00:31:35 00:26:01 4 0.03 0.00 0.03 0.00 0.00 99.93 00:31:35 00:26:01 5 0.22 0.00 0.12 0.05 0.02 99.60 00:31:35 00:26:01 6 0.02 0.00 0.07 0.02 0.02 99.88 00:31:35 00:26:01 7 0.05 0.00 0.07 0.00 0.00 99.88 00:31:35 00:27:01 all 0.26 0.00 0.02 0.00 0.01 99.71 00:31:35 00:27:01 0 1.92 0.00 0.03 0.00 0.02 98.03 00:31:35 00:27:01 1 0.02 0.00 0.03 0.00 0.02 99.93 00:31:35 00:27:01 2 0.00 0.00 0.02 0.00 0.02 99.97 00:31:35 00:27:01 3 0.02 0.00 0.02 0.00 0.00 99.97 00:31:35 00:27:01 4 0.00 0.00 0.00 0.00 0.00 100.00 00:31:35 00:27:01 5 0.03 0.00 0.03 0.02 0.03 99.88 00:31:35 00:27:01 6 0.03 0.00 0.00 0.00 0.00 99.97 00:31:35 00:27:01 7 0.03 0.00 0.00 0.00 0.02 99.95 00:31:35 00:28:01 all 0.07 0.00 0.01 0.00 0.01 99.90 00:31:35 00:28:01 0 0.33 0.00 0.00 0.00 0.03 99.63 00:31:35 00:28:01 1 0.02 0.00 0.00 0.00 0.02 99.97 00:31:35 00:28:01 2 0.05 0.00 0.00 0.00 0.02 99.93 00:31:35 00:28:01 3 0.02 0.00 0.00 0.00 0.00 99.98 00:31:35 00:28:01 4 0.03 0.00 0.02 0.00 0.00 99.95 00:31:35 00:28:01 5 0.08 0.00 0.03 0.02 0.02 99.85 00:31:35 00:28:01 6 0.02 0.00 0.00 0.02 0.02 99.95 00:31:35 00:28:01 7 0.03 0.00 0.02 0.00 0.00 99.95 00:31:35 00:29:01 all 0.01 0.00 0.02 0.02 0.01 99.94 00:31:35 00:29:01 0 0.00 0.00 0.00 0.00 0.00 100.00 00:31:35 00:29:01 1 0.00 0.00 0.02 0.00 0.00 99.98 00:31:35 00:29:01 2 0.02 0.00 0.03 0.00 0.03 99.92 00:31:35 00:29:01 3 0.00 0.00 0.03 0.08 0.02 99.87 00:31:35 00:29:01 4 0.00 0.00 0.00 0.02 0.02 99.97 00:31:35 00:29:01 5 0.00 0.00 0.03 0.08 0.03 99.85 00:31:35 00:29:01 6 0.03 0.00 0.00 0.00 0.00 99.97 00:31:35 00:29:01 7 0.02 0.00 0.02 0.00 0.02 99.95 00:31:35 00:30:01 all 0.03 0.00 0.01 0.00 0.01 99.94 00:31:35 00:30:01 0 0.02 0.00 0.00 0.00 0.02 99.97 00:31:35 00:30:01 1 0.03 0.00 0.02 0.00 0.03 99.92 00:31:35 00:30:01 2 0.03 0.00 0.02 0.00 0.00 99.95 00:31:35 00:30:01 3 0.02 0.00 0.03 0.00 0.02 99.93 00:31:35 00:30:01 4 0.00 0.00 0.00 0.00 0.00 100.00 00:31:35 00:30:01 5 0.05 0.00 0.00 0.02 0.02 99.92 00:31:35 00:30:01 6 0.00 0.00 0.00 0.02 0.00 99.98 00:31:35 00:30:01 7 0.10 0.00 0.03 0.00 0.00 99.87 00:31:35 00:31:01 all 5.40 0.00 2.20 0.90 0.05 91.44 00:31:35 00:31:01 0 5.64 0.00 2.82 5.18 0.05 86.31 00:31:35 00:31:01 1 4.80 0.00 2.18 0.03 0.05 92.94 00:31:35 00:31:01 2 5.28 0.00 2.78 0.18 0.05 91.70 00:31:35 00:31:01 3 4.73 0.00 1.77 0.39 0.05 93.07 00:31:35 00:31:01 4 5.58 0.00 1.79 0.05 0.03 92.54 00:31:35 00:31:01 5 5.78 0.00 2.13 0.87 0.07 91.15 00:31:35 00:31:01 6 6.24 0.00 1.98 0.05 0.03 91.69 00:31:35 00:31:01 7 5.18 0.00 2.14 0.49 0.07 92.13 00:31:35 00:31:35 Average: CPU %user %nice %system %iowait %steal %idle 00:31:35 Average: all 4.42 0.00 1.09 0.40 0.03 94.07 00:31:35 Average: 0 4.61 0.00 0.99 0.53 0.03 93.83 00:31:35 Average: 1 4.56 0.00 1.12 0.42 0.03 93.87 00:31:35 Average: 2 4.32 0.00 1.27 0.19 0.03 94.20 00:31:35 Average: 3 4.68 0.00 1.07 0.68 0.03 93.55 00:31:35 Average: 4 4.18 0.00 1.03 0.29 0.02 94.49 00:31:35 Average: 5 4.30 0.00 1.14 0.16 0.03 94.37 00:31:35 Average: 6 4.34 0.00 1.02 0.38 0.03 94.23 00:31:35 Average: 7 4.35 0.00 1.09 0.52 0.03 94.00 00:31:35 00:31:35 00:31:35