Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from d577e7b6c8c8ea61a3a58511b3448dc2173244dd 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-ssh8785134373611553635.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision a0327f913308fcf13875ae7a2d6e6099471c5ff1 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-ssh12407328836776157621.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 a0327f913308fcf13875ae7a2d6e6099471c5ff1 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-ssh15362104250272555607.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision a0327f913308fcf13875ae7a2d6e6099471c5ff1 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f a0327f913308fcf13875ae7a2d6e6099471c5ff1 # timeout=10 Commit message: "fix: dry-run use case (#441)" > 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-ssh7023929676763055852.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-ssh13832438309660166356.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 ‘prd-centos7-blackbox-4c-2g-3401’ doesn’t have label ‘ubuntu20.04-docker-8c-8g’ ‘prd-centos7-builder-2c-1g-3506’ doesn’t have label ‘ubuntu20.04-docker-8c-8g’ ‘prd-ubuntu20.04-docker-8c-8g-3511’ is offline Running on prd-ubuntu20.04-docker-8c-8g-3512 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 d577e7b6c8c8ea61a3a58511b3448dc2173244dd (main) Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-core-contracts/v3 (#222)" > 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 d577e7b6c8c8ea61a3a58511b3448dc2173244dd # timeout=10 > git rev-list --no-walk 6107dcfde14a9fd271e1a0608956def7a46fefaf # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 15:15:29 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 15:15:29 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 15:15:29 ========================================================= 15:15:29 EdgeX Global Pipelines Version Info 15:15:29 ========================================================= [Pipeline] libraryResource [Pipeline] sh 15:15:30 ------------------- 15:15:30 stable info: 15:15:30 ------------------- 15:15:30 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 15:15:30 Commit SHA: a0327f913308fcf13875ae7a2d6e6099471c5ff1 15:15:30 Message: update stable to v1.0.253 15:15:30 ------------------- 15:15:30 experimental info: 15:15:30 ------------------- 15:15:30 Commited By: **** collab-it+edgex@linuxfoundation.org 15:15:30 Commit SHA: a0327f913308fcf13875ae7a2d6e6099471c5ff1 15:15:30 Message: update experimental to v1.0.253 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 15:15:31 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-secrets-settings [Pipeline] echo 15:15:31 [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-secrets [Pipeline] echo 15:15:31 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 15:15:31 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 15:15:31 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 15:15:31 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.20 [Pipeline] echo 15:15:31 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 15:15:31 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 15:15:31 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 15:15:31 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 15:15:31 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 15:15:31 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = go-mod-secrets [Pipeline] echo 15:15:31 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 15:15:31 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 15:15:31 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 15:15:31 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 15:15:31 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 15:15:31 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 15:15:31 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 15:15:31 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 15:15:31 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 15:15:31 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 15:15:31 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 15:15:31 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 15:15:31 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 15:15:31 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 15:15:31 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 15:15:31 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo 15:15:31 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo 15:15:31 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo 15:15:31 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = d577e7b6c8c8ea61a3a58511b3448dc2173244dd [Pipeline] echo 15:15:31 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = d577e7b [Pipeline] echo 15:15:31 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 15:15:31 + git rev-list -1 --merges d577e7b6c8c8ea61a3a58511b3448dc2173244dd~1..d577e7b6c8c8ea61a3a58511b3448dc2173244dd [Pipeline] echo 15:15:31 -----------> git rev-list -1 --merges d577e7b6c8c8ea61a3a58511b3448dc2173244dd~1..d577e7b6c8c8ea61a3a58511b3448dc2173244dd d577e7b6c8c8ea61a3a58511b3448dc2173244dd [false] [Pipeline] sh 15:15:32 + git log --format=format:%s -1 d577e7b6c8c8ea61a3a58511b3448dc2173244dd [Pipeline] echo 15:15:32 ========================================================= 15:15:32 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 15:15:32 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 15:15:32 + git log --format=format:%s -1 d577e7b6c8c8ea61a3a58511b3448dc2173244dd [Pipeline] echo 15:15:32 [semverPrep] GIT_COMMIT: d577e7b6c8c8ea61a3a58511b3448dc2173244dd, Commit Message: build(deps): bump github.com/edgexfoundry/go-mod-core-contracts/v3 (#222) [Pipeline] echo 15:15:32 [semverPrep] This is not a build commit. [Pipeline] sh 15:15:33 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 15:15:33 + grep -v github /etc/ssh/ssh_known_hosts 15:15:33 + [ -e /tmp/ssh_known_hosts ] 15:15:33 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 15:15:33 + + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 15:15:33 sudo tee -a /etc/ssh/ssh_known_hosts 15:15:33 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:15:33 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 15:15:33 15:15:33 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:15:33 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 15:15:33 0.1.4: Pulling from edgex-devops/py-git-semver 15:15:33 b85a868b505f: Pulling fs layer 15:15:33 e2be974225ed: Pulling fs layer 15:15:33 339a4e72a1f5: Pulling fs layer 15:15:33 988bab9f4d93: Pulling fs layer 15:15:33 1469e6f7b9e6: Pulling fs layer 15:15:33 eaf3925da568: Pulling fs layer 15:15:33 bab4dde63d76: Pulling fs layer 15:15:33 bde34c3a00c8: Pulling fs layer 15:15:33 b352a97aabf1: Pulling fs layer 15:15:33 4872d77fe225: Pulling fs layer 15:15:33 5851b861e8e6: Pulling fs layer 15:15:33 bab4dde63d76: Waiting 15:15:33 bde34c3a00c8: Waiting 15:15:33 b352a97aabf1: Waiting 15:15:33 988bab9f4d93: Waiting 15:15:33 4872d77fe225: Waiting 15:15:33 5851b861e8e6: Waiting 15:15:33 1469e6f7b9e6: Waiting 15:15:33 eaf3925da568: Waiting 15:15:33 e2be974225ed: Verifying Checksum 15:15:33 e2be974225ed: Download complete 15:15:33 988bab9f4d93: Download complete 15:15:33 1469e6f7b9e6: Verifying Checksum 15:15:33 1469e6f7b9e6: Download complete 15:15:33 eaf3925da568: Verifying Checksum 15:15:33 eaf3925da568: Download complete 15:15:33 339a4e72a1f5: Verifying Checksum 15:15:33 339a4e72a1f5: Download complete 15:15:33 bde34c3a00c8: Download complete 15:15:33 b352a97aabf1: Verifying Checksum 15:15:33 b352a97aabf1: Download complete 15:15:33 4872d77fe225: Download complete 15:15:33 5851b861e8e6: Download complete 15:15:33 b85a868b505f: Verifying Checksum 15:15:33 b85a868b505f: Download complete 15:15:34 bab4dde63d76: Verifying Checksum 15:15:34 bab4dde63d76: Download complete 15:15:35 b85a868b505f: Pull complete 15:15:35 e2be974225ed: Pull complete 15:15:35 339a4e72a1f5: Pull complete 15:15:35 988bab9f4d93: Pull complete 15:15:35 1469e6f7b9e6: Pull complete 15:15:36 eaf3925da568: Pull complete 15:15:38 bab4dde63d76: Pull complete 15:15:38 bde34c3a00c8: Pull complete 15:15:38 b352a97aabf1: Pull complete 15:15:38 4872d77fe225: Pull complete 15:15:38 5851b861e8e6: Pull complete 15:15:38 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 15:15:38 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 15:15:38 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 15:15:38 prd-ubuntu20.04-docker-8c-8g-3512 does not seem to be running inside a container 15:15:38 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 15:15:39 $ docker top 1262322fce019ac3f1e4b1c1c4668baf810344878678ded5a1640a6ad102aac6 -eo pid,comm 15:15:39 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). 15:15:39 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 15:15:39 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:15:39 [ssh-agent] Looking for ssh-agent implementation... 15:15:39 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:15:39 $ docker exec 1262322fce019ac3f1e4b1c1c4668baf810344878678ded5a1640a6ad102aac6 ssh-agent 15:15:40 SSH_AUTH_SOCK=/tmp/ssh-qQ9nZNZ1lHwt/agent.32 15:15:40 SSH_AGENT_PID=38 15:15:40 Running ssh-add (command line suppressed) 15:15:40 Identity added: /w/workspace/edgexfoundry_go-mod-secrets_main@tmp/private_key_16444694251888731963.key (/w/workspace/edgexfoundry_go-mod-secrets_main@tmp/private_key_16444694251888731963.key) 15:15:40 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:15:40 + git tag --points-at HEAD [Pipeline] } 15:15:40 $ docker exec --env ******** --env ******** 1262322fce019ac3f1e4b1c1c4668baf810344878678ded5a1640a6ad102aac6 ssh-agent -k 15:15:40 unset SSH_AUTH_SOCK; 15:15:40 unset SSH_AGENT_PID; 15:15:40 echo Agent pid 38 killed; 15:15:40 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 15:15:40 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:15:40 [ssh-agent] Looking for ssh-agent implementation... 15:15:40 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:15:40 $ docker exec 1262322fce019ac3f1e4b1c1c4668baf810344878678ded5a1640a6ad102aac6 ssh-agent 15:15:40 SSH_AUTH_SOCK=/tmp/ssh-aABgU21RzQfs/agent.70 15:15:40 SSH_AGENT_PID=76 15:15:40 Running ssh-add (command line suppressed) 15:15:40 Identity added: /w/workspace/edgexfoundry_go-mod-secrets_main@tmp/private_key_10372140866369764221.key (/w/workspace/edgexfoundry_go-mod-secrets_main@tmp/private_key_10372140866369764221.key) 15:15:40 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:15:41 + git semver init 15:15:41 2023-08-14 15:15:41,437 [run_init] DEBUG init version:0.0.0 force:False 15:15:41 2023-08-14 15:15:41,438 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgexfoundry_go-mod-secrets_main/.semver 15:15:41 2023-08-14 15:15:41,438 [execute] INFO git clone -b semver git@github.com:edgexfoundry/go-mod-secrets.git /w/workspace/edgexfoundry_go-mod-secrets_main/.semver 15:15:41 2023-08-14 15:15:41,438 [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) 15:15:42 2023-08-14 15:15:42,157 [append_file] DEBUG append to file:/w/workspace/edgexfoundry_go-mod-secrets_main/.git/info/exclude 15:15:42 2023-08-14 15:15:42,157 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgexfoundry_go-mod-secrets_main/.semver/main with force:False 15:15:42 2023-08-14 15:15:42,157 [read_version] DEBUG read version from /w/workspace/edgexfoundry_go-mod-secrets_main/.semver/main 15:15:42 2023-08-14 15:15:42,157 [read_version] DEBUG read version from /w/workspace/edgexfoundry_go-mod-secrets_main/.semver/main 15:15:42 3.1.0-dev.6 [Pipeline] } 15:15:42 $ docker exec --env ******** --env ******** 1262322fce019ac3f1e4b1c1c4668baf810344878678ded5a1640a6ad102aac6 ssh-agent -k 15:15:42 unset SSH_AUTH_SOCK; 15:15:42 unset SSH_AGENT_PID; 15:15:42 echo Agent pid 76 killed; 15:15:42 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 15:15:42 + git semver [Pipeline] } 15:15:43 $ docker stop --time=1 1262322fce019ac3f1e4b1c1c4668baf810344878678ded5a1640a6ad102aac6 15:15:44 $ docker rm -f --volumes 1262322fce019ac3f1e4b1c1c4668baf810344878678ded5a1640a6ad102aac6 [Pipeline] // withDockerContainer [Pipeline] sh 15:15:44 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 15:15:44 Stashed 1 file(s) [Pipeline] echo 15:15:44 [edgeXSemver]: initialized semver on version 3.1.0-dev.6 [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 15:15:45 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 15:15:45 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 15:15:45 ========================================================= 15:15:45 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine] 15:15:45 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] sh 15:15:45 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine 15:15:45 1.20-alpine: Pulling from edgex-devops/edgex-golang-base 15:15:45 4db1b89c0bd1: Pulling fs layer 15:15:45 6911f1a30b25: Pulling fs layer 15:15:45 e194b8c5c2a9: Pulling fs layer 15:15:45 6863d3e3a2b1: Pulling fs layer 15:15:45 ec0bb842ea78: Pulling fs layer 15:15:45 40a00589a448: Pulling fs layer 15:15:45 6c08303d61cc: Pulling fs layer 15:15:45 798269fcf238: Pulling fs layer 15:15:45 6c08303d61cc: Waiting 15:15:45 6863d3e3a2b1: Waiting 15:15:45 798269fcf238: Waiting 15:15:45 ec0bb842ea78: Waiting 15:15:45 6911f1a30b25: Retrying in 5 seconds 15:15:45 4db1b89c0bd1: Verifying Checksum 15:15:45 4db1b89c0bd1: Download complete 15:15:45 6863d3e3a2b1: Verifying Checksum 15:15:45 6863d3e3a2b1: Download complete 15:15:45 ec0bb842ea78: Verifying Checksum 15:15:45 ec0bb842ea78: Download complete 15:15:45 40a00589a448: Verifying Checksum 15:15:45 40a00589a448: Download complete 15:15:45 4db1b89c0bd1: Pull complete 15:15:46 e194b8c5c2a9: Verifying Checksum 15:15:46 e194b8c5c2a9: Download complete 15:15:46 6c08303d61cc: Verifying Checksum 15:15:46 6c08303d61cc: Download complete 15:15:46 6911f1a30b25: Retrying in 4 seconds 15:15:46 798269fcf238: Download complete 15:15:47 6911f1a30b25: Retrying in 3 seconds 15:15:48 6911f1a30b25: Retrying in 2 seconds 15:15:49 6911f1a30b25: Retrying in 1 second 15:15:50 6911f1a30b25: Retrying in 10 seconds 15:15:51 6911f1a30b25: Retrying in 9 seconds 15:15:52 6911f1a30b25: Retrying in 8 seconds 15:15:53 6911f1a30b25: Retrying in 7 seconds 15:15:54 6911f1a30b25: Retrying in 6 seconds 15:15:55 6911f1a30b25: Retrying in 5 seconds 15:15:56 6911f1a30b25: Retrying in 4 seconds 15:15:57 6911f1a30b25: Retrying in 3 seconds 15:15:58 6911f1a30b25: Retrying in 2 seconds 15:15:59 6911f1a30b25: Retrying in 1 second 15:16:00 Still waiting to schedule task 15:16:00 ‘prd-centos7-blackbox-4c-2g-3401’ doesn’t have label ‘ubuntu20.04-docker-arm64-4c-16g’ 15:16:00 ‘prd-ubuntu20.04-docker-arm64-4c-16g-3514’ is offline 15:16:00 6911f1a30b25: Verifying Checksum 15:16:00 6911f1a30b25: Download complete 15:16:00 6911f1a30b25: Pull complete 15:16:03 e194b8c5c2a9: Pull complete 15:16:03 6863d3e3a2b1: Pull complete 15:16:03 ec0bb842ea78: Pull complete 15:16:03 40a00589a448: Pull complete 15:16:06 6c08303d61cc: Pull complete 15:16:06 798269fcf238: Pull complete 15:16:06 Digest: sha256:68752d3c5041900b879808a9c232fa800f64c2352b9991beceed63c007ae5301 15:16:06 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine 15:16:06 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [Pipeline] sh 15:16:07 + 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 15:16:07 + docker inspect -f . ci-base-image-x86_64 15:16:07 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 15:16:07 prd-ubuntu20.04-docker-8c-8g-3512 does not seem to be running inside a container 15:16:07 $ 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 ******** ci-base-image-x86_64 cat 15:16:09 $ docker top 2b7766917f6afcf1c4d4801fdaa5225e8a2cc05e83825d130ccd7003967fba70 -eo pid,comm [Pipeline] { [Pipeline] sh 15:16:09 + go version 15:16:09 go version go1.20.6 linux/amd64 [Pipeline] } 15:16:09 $ docker stop --time=1 2b7766917f6afcf1c4d4801fdaa5225e8a2cc05e83825d130ccd7003967fba70 15:16:11 $ docker rm -f --volumes 2b7766917f6afcf1c4d4801fdaa5225e8a2cc05e83825d130ccd7003967fba70 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:16:11 + docker inspect -f . ci-base-image-x86_64 15:16:11 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 15:16:11 prd-ubuntu20.04-docker-8c-8g-3512 does not seem to be running inside a container 15:16:11 $ 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 ******** ci-base-image-x86_64 cat 15:16:11 $ docker top c3bf6c6abbfaff171d49ae9adf5b8b24ca9ac210036275a381e56e2381eb7755 -eo pid,comm [Pipeline] { [Pipeline] sh 15:16:12 + git config --global --add safe.directory /w/workspace/edgexfoundry_go-mod-secrets_main [Pipeline] fileExists [Pipeline] sh 15:16:12 + make test 15:16:12 CGO_ENABLED=1 GO111MODULE=on go test -count=1 -race ./... -coverprofile=coverage.out 15:16:12 go: downloading github.com/stretchr/testify v1.8.4 15:16:12 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v3 v3.1.0-dev.5 15:16:12 go: downloading github.com/spiffe/go-spiffe/v2 v2.1.6 15:16:12 go: downloading github.com/davecgh/go-spew v1.1.1 15:16:12 go: downloading github.com/pmezard/go-difflib v1.0.0 15:16:12 go: downloading github.com/stretchr/objx v0.5.0 15:16:12 go: downloading gopkg.in/yaml.v3 v3.0.1 15:16:12 go: downloading github.com/zeebo/errs v1.3.0 15:16:12 go: downloading google.golang.org/grpc v1.53.0 15:16:12 go: downloading github.com/go-jose/go-jose/v3 v3.0.0 15:16:12 go: downloading google.golang.org/protobuf v1.28.1 15:16:13 go: downloading golang.org/x/crypto v0.7.0 15:16:13 go: downloading github.com/go-kit/log v0.2.1 15:16:13 go: downloading github.com/go-playground/validator/v10 v10.15.0 15:16:13 go: downloading github.com/google/uuid v1.3.0 15:16:13 go: downloading golang.org/x/net v0.8.0 15:16:13 go: downloading google.golang.org/genproto v0.0.0-20230223222841-637eb2293923 15:16:13 go: downloading github.com/golang/protobuf v1.5.2 15:16:13 go: downloading golang.org/x/sys v0.6.0 15:16:13 go: downloading github.com/go-logfmt/logfmt v0.5.1 15:16:13 go: downloading github.com/go-playground/universal-translator v0.18.1 15:16:13 go: downloading github.com/gabriel-vasile/mimetype v1.4.2 15:16:13 go: downloading github.com/leodido/go-urn v1.2.4 15:16:13 go: downloading golang.org/x/text v0.8.0 15:16:13 go: downloading github.com/go-playground/locales v0.14.1 15:16:31 ? github.com/edgexfoundry/go-mod-secrets/v3/pkg/keys [no test files] 15:16:31 ? github.com/edgexfoundry/go-mod-secrets/v3/pkg/token/authtokenloader/mocks [no test files] 15:16:31 ? github.com/edgexfoundry/go-mod-secrets/v3/pkg/token/fileioperformer/mocks [no test files] 15:16:33 ? github.com/edgexfoundry/go-mod-secrets/v3/pkg/token/runtimetokenprovider/mocks [no test files] 15:16:33 ? github.com/edgexfoundry/go-mod-secrets/v3/secrets/mocks [no test files] 15:16:38 ok github.com/edgexfoundry/go-mod-secrets/v3/internal/pkg/vault 8.013s coverage: 75.7% of statements 15:16:38 ok github.com/edgexfoundry/go-mod-secrets/v3/pkg 0.044s coverage: 52.2% of statements 15:16:38 ok github.com/edgexfoundry/go-mod-secrets/v3/pkg/listener 9.053s coverage: 96.7% of statements 15:16:38 ok github.com/edgexfoundry/go-mod-secrets/v3/pkg/token/authtokenloader 0.033s coverage: 89.5% of statements 15:16:38 ok github.com/edgexfoundry/go-mod-secrets/v3/pkg/token/fileioperformer 0.038s coverage: 100.0% of statements 15:16:38 ok github.com/edgexfoundry/go-mod-secrets/v3/pkg/token/runtimetokenprovider 0.059s coverage: 55.8% of statements 15:16:38 ok github.com/edgexfoundry/go-mod-secrets/v3/pkg/types 0.030s coverage: 56.0% of statements 15:16:38 ok github.com/edgexfoundry/go-mod-secrets/v3/secrets 0.047s coverage: 100.0% of statements 15:16:56 CGO_ENABLED=1 GO111MODULE=on go vet ./... 15:16:56 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 15:16:56 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [Pipeline] echo 15:16:56 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 15:16:56 $ docker stop --time=1 c3bf6c6abbfaff171d49ae9adf5b8b24ca9ac210036275a381e56e2381eb7755 15:17:00 $ docker rm -f --volumes c3bf6c6abbfaff171d49ae9adf5b8b24ca9ac210036275a381e56e2381eb7755 [Pipeline] // withDockerContainer [Pipeline] sh 15:17:00 + sudo chown -R jenkins:jenkins . [Pipeline] stash 15:17:00 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 15:17:01 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 15:17:01 15:17:01 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:17:01 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 15:17:01 latest: Pulling from edgex-lftools-log-publisher 15:17:01 5eb5b503b376: Pulling fs layer 15:17:01 5c69ac0246d0: Pulling fs layer 15:17:01 ec43610c2a17: Pulling fs layer 15:17:01 3a2ae6a8a46f: Pulling fs layer 15:17:01 33b1e0a273af: Pulling fs layer 15:17:01 5d3b04190fa2: Pulling fs layer 15:17:01 2f39f015ded8: Pulling fs layer 15:17:01 3a2ae6a8a46f: Waiting 15:17:01 33b1e0a273af: Waiting 15:17:01 5d3b04190fa2: Waiting 15:17:01 2f39f015ded8: Waiting 15:17:01 5c69ac0246d0: Download complete 15:17:01 3a2ae6a8a46f: Verifying Checksum 15:17:01 3a2ae6a8a46f: Download complete 15:17:01 33b1e0a273af: Verifying Checksum 15:17:01 33b1e0a273af: Download complete 15:17:01 5d3b04190fa2: Verifying Checksum 15:17:01 5d3b04190fa2: Download complete 15:17:02 ec43610c2a17: Verifying Checksum 15:17:02 ec43610c2a17: Download complete 15:17:02 5eb5b503b376: Verifying Checksum 15:17:02 5eb5b503b376: Download complete 15:17:02 2f39f015ded8: Verifying Checksum 15:17:02 2f39f015ded8: Download complete 15:17:03 5eb5b503b376: Pull complete 15:17:03 5c69ac0246d0: Pull complete 15:17:03 ec43610c2a17: Pull complete 15:17:03 3a2ae6a8a46f: Pull complete 15:17:03 33b1e0a273af: Pull complete 15:17:04 5d3b04190fa2: Pull complete 15:17:08 2f39f015ded8: Pull complete 15:17:08 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 15:17:08 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 15:17:08 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 15:17:08 prd-ubuntu20.04-docker-8c-8g-3512 does not seem to be running inside a container 15:17:08 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 15:17:11 $ docker top fc4b669650fcc8007313b9e270e81b2d4ef0db7cf3ee9e63c30501bc4ffebeee -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 15:17:12 ---> job-cost.sh 15:17:12 lf-activate-venv: SKIPPING 15:17:12 INFO: No Stack... 15:17:12 INFO: Retrieving Pricing Info for: v3-standard-8 15:17:12 INFO: Archiving Costs [Pipeline] sh 15:17:13 + cat /w/workspace/edgexfoundry_go-mod-secrets_main/archives/cost.csv 15:17:13 + cut -d, -f6 [Pipeline] lock 15:17:13 Trying to acquire lock on [jenkins-edgexfoundry-go-mod-secrets-main-67-stack-cost] 15:17:13 Resource [jenkins-edgexfoundry-go-mod-secrets-main-67-stack-cost] did not exist. Created. 15:17:13 Lock acquired on [jenkins-edgexfoundry-go-mod-secrets-main-67-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 15:17:13 + echo total: 0.2199999988079071 [Pipeline] stash 15:17:13 Stashed 1 file(s) [Pipeline] } 15:17:13 Lock released on resource [jenkins-edgexfoundry-go-mod-secrets-main-67-stack-cost] [Pipeline] // lock [Pipeline] } 15:17:13 $ docker stop --time=1 fc4b669650fcc8007313b9e270e81b2d4ef0db7cf3ee9e63c30501bc4ffebeee 15:17:14 $ docker rm -f --volumes fc4b669650fcc8007313b9e270e81b2d4ef0db7cf3ee9e63c30501bc4ffebeee [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 15:17:46 Running on prd-ubuntu20.04-docker-arm64-4c-16g-3516 in /w/workspace/edgexfoundry_go-mod-secrets_main [Pipeline] { [Pipeline] ws 15:17:46 Running in /w/workspace/go-mod-secrets/67 [Pipeline] { [Pipeline] checkout 15:17:46 Selected Git installation does not exist. Using Default 15:17:46 The recommended git tool is: NONE 15:17:52 using credential edgex-jenkins-ssh 15:17:52 Cloning the remote Git repository 15:17:52 Cloning repository git@github.com:edgexfoundry/go-mod-secrets.git 15:17:52 > git init /w/workspace/go-mod-secrets/67 # timeout=10 15:17:52 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-secrets.git 15:17:52 > git --version # timeout=10 15:17:52 > git --version # 'git version 2.25.1' 15:17:52 using GIT_SSH to set credentials SSH Credentials for GitHub 15:17:53 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-secrets.git +refs/heads/*:refs/remotes/origin/* # timeout=10 15:17:53 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-secrets.git # timeout=10 15:17:53 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 15:17:54 Avoid second fetch 15:17:54 Checking out Revision d577e7b6c8c8ea61a3a58511b3448dc2173244dd (main) 15:17:55 Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-core-contracts/v3 (#222)" 15:17:54 > git config core.sparsecheckout # timeout=10 15:17:54 > git checkout -f d577e7b6c8c8ea61a3a58511b3448dc2173244dd # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 15:17:56 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 15:17:56 % Total % Received % Xferd Average Speed Time Time Time Current 15:17:56 Dload Upload Total Spent Left Speed 15:17:56 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 218k 0 --:--:-- --:--:-- --:--:-- 218k [Pipeline] sh 15:17:56 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 15:17:57 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 15:17:57 + sudo tee /etc/docker/daemon.new 15:17:57 { 15:17:57 "registry-mirrors": [ 15:17:57 "https://nexus3.edgexfoundry.org:10001" 15:17:57 ], 15:17:57 "bip": "10.250.0.254/24", 15:17:57 "hosts": [ 15:17:57 "tcp://0.0.0.0:5555", 15:17:57 "unix:///var/run/docker.sock" 15:17:57 ], 15:17:57 "mtu": 1458, 15:17:57 "selinux-enabled": true, 15:17:57 "seccomp-profile": "/etc/docker/seccomp.json" 15:17:57 } [Pipeline] sh 15:17:57 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 15:17:58 + sudo service docker restart [Pipeline] unstash [Pipeline] echo 15:18:16 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 15:18:16 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 15:18:16 ========================================================= 15:18:16 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine] 15:18:16 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] sh 15:18:16 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine 15:18:17 1.20-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 15:18:17 edb6bdbacee9: Pulling fs layer 15:18:17 5f9638ab2659: Pulling fs layer 15:18:17 8d51d6327a98: Pulling fs layer 15:18:17 8b374f2dd631: Pulling fs layer 15:18:17 ec14aa9079de: Pulling fs layer 15:18:17 2f466654f4bb: Pulling fs layer 15:18:17 554e91adad29: Pulling fs layer 15:18:17 8b374f2dd631: Waiting 15:18:17 ec14aa9079de: Waiting 15:18:17 2f466654f4bb: Waiting 15:18:17 554e91adad29: Waiting 15:18:17 5f9638ab2659: Verifying Checksum 15:18:17 5f9638ab2659: Download complete 15:18:17 8b374f2dd631: Verifying Checksum 15:18:17 8b374f2dd631: Download complete 15:18:17 ec14aa9079de: Verifying Checksum 15:18:17 ec14aa9079de: Download complete 15:18:17 edb6bdbacee9: Verifying Checksum 15:18:17 edb6bdbacee9: Download complete 15:18:18 edb6bdbacee9: Pull complete 15:18:19 554e91adad29: Verifying Checksum 15:18:19 554e91adad29: Download complete 15:18:19 5f9638ab2659: Pull complete 15:18:20 8d51d6327a98: Download complete 15:18:20 2f466654f4bb: Download complete 15:18:30 8d51d6327a98: Pull complete 15:18:30 8b374f2dd631: Pull complete 15:18:30 ec14aa9079de: Pull complete 15:18:37 2f466654f4bb: Pull complete 15:18:38 554e91adad29: Pull complete 15:18:38 Digest: sha256:f4f79e0ab507ec6f613cbb0f842a80f635fe1a72038f554d66df6ea3828f3663 15:18:38 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine 15:18:38 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine [Pipeline] sh 15:18:39 + 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 15:18:39 + docker inspect -f . ci-base-image-arm64 15:18:39 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 15:18:39 prd-ubuntu20.04-docker-arm64-4c-16g-3516 does not seem to be running inside a container 15:18:39 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-secrets/67 -v /w/workspace/go-mod-secrets/67:/w/workspace/go-mod-secrets/67:rw,z -v /w/workspace/go-mod-secrets/67@tmp:/w/workspace/go-mod-secrets/67@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 15:18:42 $ docker top c6208d1314700d1f7c8bc8073e939548ea24e075734a81e30113b41aa49dc61f -eo pid,comm [Pipeline] { [Pipeline] sh 15:18:43 + go version 15:18:43 go version go1.20.6 linux/arm64 [Pipeline] } 15:18:43 $ docker stop --time=1 c6208d1314700d1f7c8bc8073e939548ea24e075734a81e30113b41aa49dc61f 15:18:45 $ docker rm -f --volumes c6208d1314700d1f7c8bc8073e939548ea24e075734a81e30113b41aa49dc61f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:18:46 + docker inspect -f . ci-base-image-arm64 15:18:46 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 15:18:46 prd-ubuntu20.04-docker-arm64-4c-16g-3516 does not seem to be running inside a container 15:18:46 $ 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/67 -v /w/workspace/go-mod-secrets/67:/w/workspace/go-mod-secrets/67:rw,z -v /w/workspace/go-mod-secrets/67@tmp:/w/workspace/go-mod-secrets/67@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 15:18:47 $ docker top c06e7de9873d2ff99e566483e9a2e9ca64d9c2fb37859aebfc103c3ebd6ad9ba -eo pid,comm [Pipeline] { [Pipeline] sh 15:18:47 + git config --global --add safe.directory /w/workspace/go-mod-secrets/67 [Pipeline] fileExists [Pipeline] sh 15:18:48 + make test 15:18:48 CGO_ENABLED=1 GO111MODULE=on go test -count=1 -race ./... -coverprofile=coverage.out 15:18:48 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v3 v3.1.0-dev.5 15:18:48 go: downloading github.com/stretchr/testify v1.8.4 15:18:49 go: downloading github.com/spiffe/go-spiffe/v2 v2.1.6 15:18:49 go: downloading github.com/davecgh/go-spew v1.1.1 15:18:49 go: downloading github.com/pmezard/go-difflib v1.0.0 15:18:49 go: downloading gopkg.in/yaml.v3 v3.0.1 15:18:49 go: downloading github.com/stretchr/objx v0.5.0 15:18:49 go: downloading github.com/go-playground/validator/v10 v10.15.0 15:18:49 go: downloading github.com/google/uuid v1.3.0 15:18:49 go: downloading github.com/go-kit/log v0.2.1 15:18:49 go: downloading github.com/zeebo/errs v1.3.0 15:18:49 go: downloading google.golang.org/grpc v1.53.0 15:18:51 go: downloading github.com/go-jose/go-jose/v3 v3.0.0 15:18:51 go: downloading google.golang.org/protobuf v1.28.1 15:18:51 go: downloading github.com/go-logfmt/logfmt v0.5.1 15:18:51 go: downloading github.com/gabriel-vasile/mimetype v1.4.2 15:18:52 go: downloading github.com/go-playground/universal-translator v0.18.1 15:18:52 go: downloading github.com/leodido/go-urn v1.2.4 15:18:52 go: downloading golang.org/x/crypto v0.7.0 15:18:52 go: downloading golang.org/x/text v0.8.0 15:18:53 go: downloading google.golang.org/genproto v0.0.0-20230223222841-637eb2293923 15:18:53 go: downloading golang.org/x/net v0.8.0 15:18:54 go: downloading github.com/go-playground/locales v0.14.1 15:18:56 go: downloading github.com/golang/protobuf v1.5.2 15:18:57 go: downloading golang.org/x/sys v0.6.0 15:20:48 ? github.com/edgexfoundry/go-mod-secrets/v3/pkg/keys [no test files] 15:20:52 ? github.com/edgexfoundry/go-mod-secrets/v3/pkg/token/authtokenloader/mocks [no test files] 15:20:52 ? github.com/edgexfoundry/go-mod-secrets/v3/pkg/token/fileioperformer/mocks [no test files] 15:21:04 ok github.com/edgexfoundry/go-mod-secrets/v3/internal/pkg/vault 16.227s coverage: 75.7% of statements 15:21:04 ok github.com/edgexfoundry/go-mod-secrets/v3/pkg 0.250s coverage: 52.2% of statements 15:21:04 ok github.com/edgexfoundry/go-mod-secrets/v3/pkg/listener 9.326s coverage: 96.7% of statements 15:21:04 ok github.com/edgexfoundry/go-mod-secrets/v3/pkg/token/authtokenloader 0.141s coverage: 89.5% of statements 15:21:04 ok github.com/edgexfoundry/go-mod-secrets/v3/pkg/token/fileioperformer 0.103s coverage: 100.0% of statements 15:22:12 ? github.com/edgexfoundry/go-mod-secrets/v3/pkg/token/runtimetokenprovider/mocks [no test files] 15:22:12 ok github.com/edgexfoundry/go-mod-secrets/v3/pkg/token/runtimetokenprovider 0.426s coverage: 55.8% of statements 15:22:12 ok github.com/edgexfoundry/go-mod-secrets/v3/pkg/types 0.184s coverage: 56.0% of statements 15:22:12 ok github.com/edgexfoundry/go-mod-secrets/v3/secrets 0.527s coverage: 100.0% of statements 15:22:12 ? github.com/edgexfoundry/go-mod-secrets/v3/secrets/mocks [no test files] 15:22:12 WARNING: Linting skipped (not on x86_64 or linter not installed) 15:22:12 CGO_ENABLED=1 GO111MODULE=on go vet ./... 15:24:49 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 15:24:49 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [Pipeline] echo 15:24:49 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 15:24:49 $ docker stop --time=1 c06e7de9873d2ff99e566483e9a2e9ca64d9c2fb37859aebfc103c3ebd6ad9ba 15:24:51 $ docker rm -f --volumes c06e7de9873d2ff99e566483e9a2e9ca64d9c2fb37859aebfc103c3ebd6ad9ba [Pipeline] // withDockerContainer [Pipeline] sh 15:24:55 + sudo chown -R jenkins:jenkins . [Pipeline] stash 15:24:55 Warning: overwriting stash ‘coverage-report’ 15:24:55 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 15:24:56 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 15:24:56 15:24:56 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:24:56 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 15:24:56 arm64: Pulling from edgex-lftools-log-publisher 15:24:56 8998bd30e6a1: Pulling fs layer 15:24:56 04944245beec: Pulling fs layer 15:24:56 699f458cf7ca: Pulling fs layer 15:24:56 765212b225bb: Pulling fs layer 15:24:56 f23df028b6ca: Pulling fs layer 15:24:56 d65c8cfc05b1: Pulling fs layer 15:24:56 2437ff75d9bd: Pulling fs layer 15:24:56 f23df028b6ca: Waiting 15:24:56 d65c8cfc05b1: Waiting 15:24:56 2437ff75d9bd: Waiting 15:24:56 765212b225bb: Waiting 15:24:57 04944245beec: Verifying Checksum 15:24:57 04944245beec: Download complete 15:24:57 765212b225bb: Verifying Checksum 15:24:57 765212b225bb: Download complete 15:24:57 f23df028b6ca: Download complete 15:24:57 d65c8cfc05b1: Verifying Checksum 15:24:57 d65c8cfc05b1: Download complete 15:24:57 699f458cf7ca: Verifying Checksum 15:24:57 699f458cf7ca: Download complete 15:24:57 8998bd30e6a1: Verifying Checksum 15:24:57 8998bd30e6a1: Download complete 15:25:00 2437ff75d9bd: Verifying Checksum 15:25:00 2437ff75d9bd: Download complete 15:25:02 8998bd30e6a1: Pull complete 15:25:03 04944245beec: Pull complete 15:25:04 699f458cf7ca: Pull complete 15:25:05 765212b225bb: Pull complete 15:25:05 f23df028b6ca: Pull complete 15:25:06 d65c8cfc05b1: Pull complete 15:25:21 2437ff75d9bd: Pull complete 15:25:21 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 15:25:21 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 15:25:21 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 15:25:21 prd-ubuntu20.04-docker-arm64-4c-16g-3516 does not seem to be running inside a container 15:25:21 $ 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/67 -v /w/workspace/go-mod-secrets/67:/w/workspace/go-mod-secrets/67:rw,z -v /w/workspace/go-mod-secrets/67@tmp:/w/workspace/go-mod-secrets/67@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 15:25:24 $ docker top 7bf5c1b1b3796cba2bf682636c735dfcf0d1c782ce37d8fc89742845fa06263b -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 15:25:25 ---> job-cost.sh 15:25:25 lf-activate-venv: SKIPPING 15:25:25 INFO: No Stack... 15:25:26 INFO: Retrieving Pricing Info for: v3-standard-4 15:25:26 INFO: Archiving Costs [Pipeline] sh 15:25:27 + + cat /w/workspace/go-mod-secrets/67/archives/cost.csv 15:25:27 cut -d, -f6 [Pipeline] lock 15:25:27 Trying to acquire lock on [jenkins-edgexfoundry-go-mod-secrets-main-67-stack-cost] 15:25:27 Resource [jenkins-edgexfoundry-go-mod-secrets-main-67-stack-cost] did not exist. Created. 15:25:27 Lock acquired on [jenkins-edgexfoundry-go-mod-secrets-main-67-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 15:25:28 /w/workspace/go-mod-secrets/67@tmp/durable-43f8837b/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh 15:25:28 + echo total: 0.10999999940395355 [Pipeline] stash 15:25:28 Warning: overwriting stash ‘stack-cost’ 15:25:28 Stashed 1 file(s) [Pipeline] } 15:25:28 Lock released on resource [jenkins-edgexfoundry-go-mod-secrets-main-67-stack-cost] [Pipeline] // lock [Pipeline] } 15:25:28 $ docker stop --time=1 7bf5c1b1b3796cba2bf682636c735dfcf0d1c782ce37d8fc89742845fa06263b 15:25:30 $ docker rm -f --volumes 7bf5c1b1b3796cba2bf682636c735dfcf0d1c782ce37d8fc89742845fa06263b [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 15:25:30 provisioning config files... 15:25:30 copy managed file [go-mod-secrets-codecov-token] to file:/w/workspace/edgexfoundry_go-mod-secrets_main@tmp/config14108418313795374873tmp [Pipeline] { [Pipeline] sh 15:25:31 + set +x 15:25:31 + curl -s https://codecov.io/bash 15:25:31 + bash -s -- 15:25:31 15:25:31 _____ _ 15:25:31 / ____| | | 15:25:31 | | ___ __| | ___ ___ _____ __ 15:25:31 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 15:25:31 | |___| (_) | (_| | __/ (_| (_) \ V / 15:25:31 \_____\___/ \__,_|\___|\___\___/ \_/ 15:25:31 Bash-1.0.6 15:25:31 15:25:31 15:25:31 ==> git version 2.25.1 found 15:25:31 ==> 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 15:25:31 Release-Date: 2020-01-08 15:25:31 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 15:25:31 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 15:25:31 ==> Jenkins CI detected. 15:25:31 current dir:  /w/workspace/edgexfoundry_go-mod-secrets_main 15:25:31 project root: . 15:25:31 --> token set from env 15:25:31 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 15:25:31 ==> Running gcov in . (disable via -X gcov) 15:25:31 ==> Python coveragepy not found 15:25:31 ==> Searching for coverage reports in: 15:25:31 + . 15:25:31 -> Found 1 reports 15:25:31 ==> Detecting git/mercurial file structure 15:25:31 ==> Reading reports 15:25:31 + ./coverage.out bytes=41149 15:25:31 ==> Appending adjustments 15:25:31 https://docs.codecov.io/docs/fixing-reports 15:25:31 + Found adjustments 15:25:31 ==> Gzipping contents 15:25:31 8.0K /tmp/codecov.VNnf82.gz 15:25:31 ==> Uploading reports 15:25:31 url: https://codecov.io 15:25:31 query: branch=main&commit=d577e7b6c8c8ea61a3a58511b3448dc2173244dd&build=67&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-secrets%2Fjob%2Fmain%2F67%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-secrets&service=jenkins&flags=&pr=&job=&cmd_args= 15:25:31 -> Pinging Codecov 15:25:31 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=d577e7b6c8c8ea61a3a58511b3448dc2173244dd&build=67&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-secrets%2Fjob%2Fmain%2F67%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-secrets&service=jenkins&flags=&pr=&job=&cmd_args= 15:25:31 -> Uploading to 15:25:31 https://storage.googleapis.com/codecov/v4/raw/2023-08-14/D63849C06B6B67093493C71CE874ED06/d577e7b6c8c8ea61a3a58511b3448dc2173244dd/de947976-696e-4c8a-bfa5-a1530ce466c3.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230814%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230814T152531Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=b417abd523ee3f4fe58c637065f5f5959cb99c24467306e932bf6cfc0790249d 15:25:31 % Total % Received % Xferd Average Speed Time Time Time Current 15:25:31 Dload Upload Total Spent Left Speed 15:25:31 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 8131 0 0 100 8131 0 45172 --:--:-- --:--:-- --:--:-- 44922 100 8131 0 0 100 8131 0 45172 --:--:-- --:--:-- --:--:-- 44922 15:25:31 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/go-mod-secrets/commit/d577e7b6c8c8ea61a3a58511b3448dc2173244dd [Pipeline] } 15:25:31 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 15:25:32 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 15:25:32 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:25:32 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 15:25:32 15:25:32 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:25:32 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 15:25:32 1.410.4: Pulling from edgex-devops/edgex-snyk-go 15:25:32 df9b9388f04a: Pulling fs layer 15:25:32 52dc419b0ee2: Pulling fs layer 15:25:32 25bc292e5bac: Pulling fs layer 15:25:32 114826534d7a: Pulling fs layer 15:25:32 4657fd5d0bcf: Pulling fs layer 15:25:32 6ad1cebc031e: Pulling fs layer 15:25:32 8a3aa393b2d8: Pulling fs layer 15:25:32 8a3aa393b2d8: Waiting 15:25:32 4657fd5d0bcf: Waiting 15:25:32 6ad1cebc031e: Waiting 15:25:32 114826534d7a: Waiting 15:25:32 25bc292e5bac: Verifying Checksum 15:25:32 25bc292e5bac: Download complete 15:25:32 52dc419b0ee2: Verifying Checksum 15:25:32 52dc419b0ee2: Download complete 15:25:32 4657fd5d0bcf: Download complete 15:25:32 df9b9388f04a: Download complete 15:25:32 df9b9388f04a: Pull complete 15:25:32 6ad1cebc031e: Verifying Checksum 15:25:32 6ad1cebc031e: Download complete 15:25:32 52dc419b0ee2: Pull complete 15:25:33 25bc292e5bac: Pull complete 15:25:33 114826534d7a: Download complete 15:25:33 8a3aa393b2d8: Verifying Checksum 15:25:36 114826534d7a: Pull complete 15:25:36 4657fd5d0bcf: Pull complete 15:25:36 6ad1cebc031e: Pull complete 15:25:39 8a3aa393b2d8: Pull complete 15:25:39 Digest: sha256:4b4dcd1004c4b70ae7ff23424eaa7ae18978b3759dc64bf5c8870aa20fc5e024 15:25:39 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 15:25:39 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 15:25:39 prd-ubuntu20.04-docker-8c-8g-3512 does not seem to be running inside a container 15:25:39 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 15:25:41 $ docker top a0002d03e27542a52695458e325d7d70d18039e498d47cc9490d637c6e516d8f -eo pid,comm [Pipeline] { [Pipeline] echo 15:25:41 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/go-mod-secrets:main' [Pipeline] sh 15:25:41 + set -o pipefail 15:25:41 + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/go-mod-secrets:main' 15:25:48 15:25:48 Monitoring /w/workspace/edgexfoundry_go-mod-secrets_main (github.com/edgexfoundry/go-mod-secrets/v3)... 15:25:48 15:25:48 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/0d3915cb-23c5-4258-a5a9-356997f1cfb0/history/cea266fd-2ca9-401f-87ed-398862912ddd 15:25:48 15:25:48 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 15:25:48 15:25:48 15:25:48 A medium severity vulnerability was found in the Snyk CLI versions you are using. 15:25:48 We fixed the vulnerability in version 1.996.0. We recommend updating to the latest version. 15:25:48 More details here: https://snyk.co/ue1NS 15:25:48 You have reached your monthly limit of 401 private tests for your edgex-jenkins org. 15:25:48 To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } 15:25:48 $ docker stop --time=1 a0002d03e27542a52695458e325d7d70d18039e498d47cc9490d637c6e516d8f 15:25:50 $ docker rm -f --volumes a0002d03e27542a52695458e325d7d70d18039e498d47cc9490d637c6e516d8f [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 15:25:51 + git log --format=format:%s -1 d577e7b6c8c8ea61a3a58511b3448dc2173244dd [Pipeline] sh 15:25:51 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 15:25:51 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:25:51 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 15:25:51 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 15:25:51 prd-ubuntu20.04-docker-8c-8g-3512 does not seem to be running inside a container 15:25: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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 15:25:52 $ docker top 57a6f38596611a27d280dfb7584ac88020993e9b6aa23835ed500d669c6c50ab -eo pid,comm 15:25:52 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). 15:25:52 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 15:25:52 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:25:52 [ssh-agent] Looking for ssh-agent implementation... 15:25:52 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:25:52 $ docker exec 57a6f38596611a27d280dfb7584ac88020993e9b6aa23835ed500d669c6c50ab ssh-agent 15:25:52 SSH_AUTH_SOCK=/tmp/ssh-boxloc7bkTvh/agent.32 15:25:52 SSH_AGENT_PID=39 15:25:52 Running ssh-add (command line suppressed) 15:25:52 Identity added: /w/workspace/edgexfoundry_go-mod-secrets_main@tmp/private_key_13485640368684160842.key (/w/workspace/edgexfoundry_go-mod-secrets_main@tmp/private_key_13485640368684160842.key) 15:25:52 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:25:52 + git semver tag 15:25:53 2023-08-14 15:25:53,019 [run_tag] DEBUG tag force:False 15:25:53 2023-08-14 15:25:53,019 [check_head_tag] DEBUG check head tag 15:25:53 2023-08-14 15:25:53,020 [execute] INFO git cat-file --batch-check 15:25:53 2023-08-14 15:25:53,021 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_go-mod-secrets_main, universal_newlines=False, shell=None, istream=) 15:25:53 2023-08-14 15:25:53,024 [execute] INFO git cat-file --batch 15:25:53 2023-08-14 15:25:53,025 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgexfoundry_go-mod-secrets_main, universal_newlines=False, shell=None, istream=) 15:25:53 2023-08-14 15:25:53,043 [read_version] DEBUG read version from /w/workspace/edgexfoundry_go-mod-secrets_main/.semver/main 15:25:53 2023-08-14 15:25:53,043 [execute] INFO git tag -a v3.1.0-dev.6 -m v3.1.0-dev.6 15:25:53 2023-08-14 15:25:53,044 [execute] DEBUG Popen(['git', 'tag', '-a', 'v3.1.0-dev.6', '-m', 'v3.1.0-dev.6'], cwd=/w/workspace/edgexfoundry_go-mod-secrets_main, universal_newlines=False, shell=None, istream=None) 15:25:53 2023-08-14 15:25:53,049 [read_version] DEBUG read version from /w/workspace/edgexfoundry_go-mod-secrets_main/.semver/main 15:25:53 3.1.0-dev.6 [Pipeline] } 15:25:53 $ docker exec --env ******** --env ******** 57a6f38596611a27d280dfb7584ac88020993e9b6aa23835ed500d669c6c50ab ssh-agent -k 15:25:53 unset SSH_AUTH_SOCK; 15:25:53 unset SSH_AGENT_PID; 15:25:53 echo Agent pid 39 killed; 15:25:53 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 15:25:53 + git semver [Pipeline] } 15:25:53 $ docker stop --time=1 57a6f38596611a27d280dfb7584ac88020993e9b6aa23835ed500d669c6c50ab 15:25:55 $ docker rm -f --volumes 57a6f38596611a27d280dfb7584ac88020993e9b6aa23835ed500d669c6c50ab [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:25:55 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 15:25:55 15:25:55 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:25:55 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 15:25:55 0.23.1-centos7: Pulling from edgex-lftools 15:25:55 ab5ef0e58194: Pulling fs layer 15:25:55 9712f1f96733: Pulling fs layer 15:25:55 63f879dbbcfc: Pulling fs layer 15:25:55 0d9ebad4ef96: Pulling fs layer 15:25:55 e9a5061849ea: Pulling fs layer 15:25:55 d747dcd14b5f: Pulling fs layer 15:25:55 2de7ff778b66: Pulling fs layer 15:25:55 2de7ff778b66: Waiting 15:25:55 0d9ebad4ef96: Waiting 15:25:55 d747dcd14b5f: Waiting 15:25:55 e9a5061849ea: Waiting 15:25:55 9712f1f96733: Verifying Checksum 15:25:55 9712f1f96733: Download complete 15:25:56 63f879dbbcfc: Download complete 15:25:56 0d9ebad4ef96: Verifying Checksum 15:25:56 0d9ebad4ef96: Download complete 15:25:56 d747dcd14b5f: Verifying Checksum 15:25:56 d747dcd14b5f: Download complete 15:25:56 ab5ef0e58194: Verifying Checksum 15:25:56 ab5ef0e58194: Download complete 15:25:56 e9a5061849ea: Verifying Checksum 15:25:56 e9a5061849ea: Download complete 15:25:56 2de7ff778b66: Verifying Checksum 15:25:56 2de7ff778b66: Download complete 15:25:59 ab5ef0e58194: Pull complete 15:25:59 9712f1f96733: Pull complete 15:25:59 63f879dbbcfc: Pull complete 15:26:02 0d9ebad4ef96: Pull complete 15:26:03 e9a5061849ea: Pull complete 15:26:03 d747dcd14b5f: Pull complete 15:26:04 2de7ff778b66: Pull complete 15:26:04 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 15:26:04 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 15:26:04 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 15:26:04 prd-ubuntu20.04-docker-8c-8g-3512 does not seem to be running inside a container 15:26:04 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 15:26:07 $ docker top 9c7e0e35f02b8e55544b50b8ee213cf4fd6576fc2732742f22c44326d05d5074 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 15:26:07 provisioning config files... 15:26:07 copy managed file [sigul-config] to file:/w/workspace/edgexfoundry_go-mod-secrets_main@tmp/config1049429486345216925tmp 15:26:07 copy managed file [sigul-password] to file:/w/workspace/edgexfoundry_go-mod-secrets_main@tmp/config7482706968897917746tmp 15:26:07 copy managed file [sigul-pki] to file:/w/workspace/edgexfoundry_go-mod-secrets_main@tmp/config7155973923695418480tmp [Pipeline] { [Pipeline] echo 15:26:07 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 15:26:07 ---> sigul-configuration.sh 15:26:07 gpg: directory `/root/.gnupg' created 15:26:07 gpg: new configuration file `/root/.gnupg/gpg.conf' created 15:26:07 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 15:26:07 gpg: keyring `/root/.gnupg/secring.gpg' created 15:26:07 gpg: keyring `/root/.gnupg/pubring.gpg' created 15:26:07 gpg: CAST5 encrypted data 15:26:07 gpg: encrypted with 1 passphrase 15:26:07 gpg: WARNING: message was not integrity protected [Pipeline] sh 15:26:07 + mkdir /home/jenkins 15:26:07 + mkdir /home/jenkins/sigul [Pipeline] sh 15:26:08 + 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 15:26:08 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 15:26:08 ---> sigul-install.sh 15:26:08 Sigul already installed; skipping installation. [Pipeline] sh 15:26:08 + git tag --list 15:26:08 v0.0.0 15:26:08 v0.0.1 15:26:08 v0.0.10 15:26:08 v0.0.11 15:26:08 v0.0.12 15:26:08 v0.0.13 15:26:08 v0.0.14 15:26:08 v0.0.15 15:26:08 v0.0.16 15:26:08 v0.0.17 15:26:08 v0.0.18 15:26:08 v0.0.19 15:26:08 v0.0.2 15:26:08 v0.0.20 15:26:08 v0.0.21 15:26:08 v0.0.22 15:26:08 v0.0.23 15:26:08 v0.0.24 15:26:08 v0.0.25 15:26:08 v0.0.26 15:26:08 v0.0.27 15:26:08 v0.0.28 15:26:08 v0.0.29 15:26:08 v0.0.3 15:26:08 v0.0.30 15:26:08 v0.0.31 15:26:08 v0.0.32 15:26:08 v0.0.33 15:26:08 v0.0.4 15:26:08 v0.0.5 15:26:08 v0.0.6 15:26:08 v0.0.7 15:26:08 v0.0.8 15:26:08 v0.0.9 15:26:08 v2.0.0 15:26:08 v2.1.0 15:26:08 v2.1.1 15:26:08 v2.2.0 15:26:08 v2.3.0 15:26:08 v3.0 15:26:08 v3.0.0 15:26:08 v3.0.1 15:26:08 v3.1.0-dev.1 15:26:08 v3.1.0-dev.2 15:26:08 v3.1.0-dev.3 15:26:08 v3.1.0-dev.4 15:26:08 v3.1.0-dev.5 15:26:08 v3.1.0-dev.6 [Pipeline] sh 15:26:08 + lftools sign git-tag v3.1.0-dev.6 15:26:09 Signing Git tag with Sigul... 15:26:09 Signing v3.1.0-dev.6 [Pipeline] echo 15:26:09 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 15:26:09 ---> sigul-configuration-cleanup.sh [Pipeline] } 15:26:10 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 15:26:10 $ docker stop --time=1 9c7e0e35f02b8e55544b50b8ee213cf4fd6576fc2732742f22c44326d05d5074 15:26:11 $ docker rm -f --volumes 9c7e0e35f02b8e55544b50b8ee213cf4fd6576fc2732742f22c44326d05d5074 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh 15:26:11 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 15:26:11 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:26:12 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 15:26:12 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 15:26:12 prd-ubuntu20.04-docker-8c-8g-3512 does not seem to be running inside a container 15:26:12 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 15:26:12 $ docker top 1ea11c2de238ed77c7ad1330940b8a5985036cdcd9a648ea5e0a89d5741d6af8 -eo pid,comm 15:26:12 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). 15:26:12 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 15:26:12 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:26:12 [ssh-agent] Looking for ssh-agent implementation... 15:26:12 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:26:12 $ docker exec 1ea11c2de238ed77c7ad1330940b8a5985036cdcd9a648ea5e0a89d5741d6af8 ssh-agent 15:26:12 SSH_AUTH_SOCK=/tmp/ssh-XExa6V8U19wP/agent.33 15:26:12 SSH_AGENT_PID=39 15:26:12 Running ssh-add (command line suppressed) 15:26:12 Identity added: /w/workspace/edgexfoundry_go-mod-secrets_main@tmp/private_key_1320461786778616401.key (/w/workspace/edgexfoundry_go-mod-secrets_main@tmp/private_key_1320461786778616401.key) 15:26:12 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:26:13 + git semver bump pre 15:26:13 2023-08-14 15:26:13,359 [read_version] DEBUG read version from /w/workspace/edgexfoundry_go-mod-secrets_main/.semver/main 15:26:13 2023-08-14 15:26:13,359 [bump_version] DEBUG bumping version:3.1.0-dev.6 on axis:pre with prefix:dev 15:26:13 2023-08-14 15:26:13,359 [bump_version] DEBUG bumped version:3.1.0-dev.7 15:26:13 2023-08-14 15:26:13,359 [write_version] DEBUG write version:3.1.0-dev.7 to path:/w/workspace/edgexfoundry_go-mod-secrets_main/.semver/main with force:True 15:26:13 2023-08-14 15:26:13,359 [read_version] DEBUG read version from /w/workspace/edgexfoundry_go-mod-secrets_main/.semver/main 15:26:13 2023-08-14 15:26:13,359 [write_file] DEBUG write to file:/w/workspace/edgexfoundry_go-mod-secrets_main/.semver/main 15:26:13 2023-08-14 15:26:13,361 [execute] INFO git cat-file --batch-check 15:26:13 2023-08-14 15:26:13,362 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_go-mod-secrets_main/.semver, universal_newlines=False, shell=None, istream=) 15:26:13 2023-08-14 15:26:13,367 [execute] INFO git cat-file --batch 15:26:13 2023-08-14 15:26:13,367 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgexfoundry_go-mod-secrets_main/.semver, universal_newlines=False, shell=None, istream=) 15:26:13 2023-08-14 15:26:13,372 [read_version] DEBUG read version from /w/workspace/edgexfoundry_go-mod-secrets_main/.semver/main 15:26:13 3.1.0-dev.7 [Pipeline] } 15:26:13 $ docker exec --env ******** --env ******** 1ea11c2de238ed77c7ad1330940b8a5985036cdcd9a648ea5e0a89d5741d6af8 ssh-agent -k 15:26:13 unset SSH_AUTH_SOCK; 15:26:13 unset SSH_AGENT_PID; 15:26:13 echo Agent pid 39 killed; 15:26:13 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 15:26:13 + git semver [Pipeline] } 15:26:14 $ docker stop --time=1 1ea11c2de238ed77c7ad1330940b8a5985036cdcd9a648ea5e0a89d5741d6af8 15:26:15 $ docker rm -f --volumes 1ea11c2de238ed77c7ad1330940b8a5985036cdcd9a648ea5e0a89d5741d6af8 [Pipeline] // withDockerContainer [Pipeline] sh 15:26:15 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 15:26:15 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:26:16 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 15:26:16 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 15:26:16 prd-ubuntu20.04-docker-8c-8g-3512 does not seem to be running inside a container 15:26:16 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 15:26:16 $ docker top 865367ec1e9cd8b80007f12165484ed01dbba00dbd42785454dd2483d31834db -eo pid,comm 15:26:16 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). 15:26:16 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 15:26:16 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:26:16 [ssh-agent] Looking for ssh-agent implementation... 15:26:16 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:26:16 $ docker exec 865367ec1e9cd8b80007f12165484ed01dbba00dbd42785454dd2483d31834db ssh-agent 15:26:16 SSH_AUTH_SOCK=/tmp/ssh-KTzxpHiUZfIk/agent.32 15:26:16 SSH_AGENT_PID=38 15:26:16 Running ssh-add (command line suppressed) 15:26:16 Identity added: /w/workspace/edgexfoundry_go-mod-secrets_main@tmp/private_key_13148294674085200651.key (/w/workspace/edgexfoundry_go-mod-secrets_main@tmp/private_key_13148294674085200651.key) 15:26:16 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:26:17 + git semver push 15:26:17 2023-08-14 15:26:17,372 [run_push] DEBUG push 15:26:17 2023-08-14 15:26:17,373 [execute] INFO git cat-file --batch-check 15:26:17 2023-08-14 15:26:17,373 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_go-mod-secrets_main/.semver, universal_newlines=False, shell=None, istream=) 15:26:17 2023-08-14 15:26:17,376 [execute] INFO git rev-list 9cdc069096f6365a94dbb7e6d8df8431af9a043f -- 15:26:17 2023-08-14 15:26:17,376 [execute] DEBUG Popen(['git', 'rev-list', '9cdc069096f6365a94dbb7e6d8df8431af9a043f', '--'], cwd=/w/workspace/edgexfoundry_go-mod-secrets_main/.semver, universal_newlines=False, shell=None, istream=None) 15:26:17 2023-08-14 15:26:17,383 [execute] INFO git fetch -v origin 15:26:17 2023-08-14 15:26:17,383 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/edgexfoundry_go-mod-secrets_main/.semver, universal_newlines=True, shell=None, istream=None) 15:26:18 2023-08-14 15:26:17,887 [run_push] DEBUG no remote changes detected 15:26:18 2023-08-14 15:26:17,888 [execute] INFO git push origin semver 15:26:18 2023-08-14 15:26:17,888 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/edgexfoundry_go-mod-secrets_main/.semver, universal_newlines=False, shell=None, istream=None) 15:26:18 2023-08-14 15:26:18,799 [run_push] DEBUG push all version tags 15:26:18 2023-08-14 15:26:18,800 [execute] INFO git push origin refs/tags/v*:refs/tags/v* 15:26:18 2023-08-14 15:26:18,800 [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) 15:26:19 2023-08-14 15:26:19,739 [read_version] DEBUG read version from /w/workspace/edgexfoundry_go-mod-secrets_main/.semver/main 15:26:19 3.1.0-dev.7 [Pipeline] } 15:26:19 $ docker exec --env ******** --env ******** 865367ec1e9cd8b80007f12165484ed01dbba00dbd42785454dd2483d31834db ssh-agent -k 15:26:20 unset SSH_AUTH_SOCK; 15:26:20 unset SSH_AGENT_PID; 15:26:20 echo Agent pid 38 killed; 15:26:20 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 15:26:20 + git semver [Pipeline] } 15:26:20 $ docker stop --time=1 865367ec1e9cd8b80007f12165484ed01dbba00dbd42785454dd2483d31834db 15:26:21 $ docker rm -f --volumes 865367ec1e9cd8b80007f12165484ed01dbba00dbd42785454dd2483d31834db [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 15:26:22 + [ -d /w/workspace/edgexfoundry_go-mod-secrets_main/archives ] 15:26:22 + ls -al /w/workspace/edgexfoundry_go-mod-secrets_main/archives 15:26:22 total 16 15:26:22 drwxr-xr-x 3 root root 4096 Aug 14 15:17 . 15:26:22 drwxrwxr-x 9 jenkins jenkins 4096 Aug 14 15:26 .. 15:26:22 drwxr-xr-x 2 root root 4096 Aug 14 15:17 cost 15:26:22 -rw-r--r-- 1 root root 85 Aug 14 15:17 cost.csv 15:26:22 + sudo chown -R jenkins:jenkins /w/workspace/edgexfoundry_go-mod-secrets_main/archives 15:26:22 + ls -al /w/workspace/edgexfoundry_go-mod-secrets_main/archives 15:26:22 total 16 15:26:22 drwxr-xr-x 3 jenkins jenkins 4096 Aug 14 15:17 . 15:26:22 drwxrwxr-x 9 jenkins jenkins 4096 Aug 14 15:26 .. 15:26:22 drwxr-xr-x 2 jenkins jenkins 4096 Aug 14 15:17 cost 15:26:22 -rw-r--r-- 1 jenkins jenkins 85 Aug 14 15:17 cost.csv [Pipeline] libraryResource [Pipeline] sh 15:26:22 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 15:26:23 ---> package-listing.sh 15:26:23 ++ facter osfamily 15:26:23 ++ tr '[:upper:]' '[:lower:]' 15:26:23 + OS_FAMILY=debian 15:26:23 + workspace=/w/workspace/edgexfoundry_go-mod-secrets_main 15:26:23 + START_PACKAGES=/tmp/packages_start.txt 15:26:23 + END_PACKAGES=/tmp/packages_end.txt 15:26:23 + DIFF_PACKAGES=/tmp/packages_diff.txt 15:26:23 + PACKAGES=/tmp/packages_start.txt 15:26:23 + '[' /w/workspace/edgexfoundry_go-mod-secrets_main ']' 15:26:23 + PACKAGES=/tmp/packages_end.txt 15:26:23 + case "${OS_FAMILY}" in 15:26:23 + dpkg -l 15:26:23 + grep '^ii' 15:26:23 + '[' -f /tmp/packages_start.txt ']' 15:26:23 + '[' -f /tmp/packages_end.txt ']' 15:26:23 + diff /tmp/packages_start.txt /tmp/packages_end.txt 15:26:23 + '[' /w/workspace/edgexfoundry_go-mod-secrets_main ']' 15:26:23 + mkdir -p /w/workspace/edgexfoundry_go-mod-secrets_main/archives/ 15:26:23 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_go-mod-secrets_main/archives/ [Pipeline] echo 15:26:23 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 15:26:24 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:26:24 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 15:26:24 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 15:26:24 prd-ubuntu20.04-docker-8c-8g-3512 does not seem to be running inside a container 15:26:24 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 15:26:25 $ docker top fa1489d7a56c5f35510ac975abbe248ea673574aaf5ff49d5017e40738d6a1a6 -eo pid,comm [Pipeline] { [Pipeline] sh 15:26:25 + touch /tmp/pre-build-complete [Pipeline] sh 15:26:25 + mkdir -p /var/log/sysstat [Pipeline] sh 15:26:25 + ls /var/log/sa-host 15:26:25 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 15:26:26 provisioning config files... 15:26:26 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_go-mod-secrets_main@tmp/config17536522924604672291tmp [Pipeline] { [Pipeline] echo 15:26:26 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 15:26:26 ---> create-netrc.sh [Pipeline] } 15:26:26 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 15:26:26 ---> python-tools-install.sh [Pipeline] echo 15:26:26 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 15:26:27 ---> sudo-logs.sh 15:26:27 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 15:26:27 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 15:26:27 ---> job-cost.sh 15:26:27 lf-activate-venv: SKIPPING 15:26:27 DEBUG: total: 0.2199999988079071 15:26:27 INFO: Retrieving Stack Cost... 15:26:27 INFO: Retrieving Pricing Info for: v3-standard-8 15:26:28 INFO: Archiving Costs [Pipeline] echo 15:26:28 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 15:26:28 ---> logs-deploy.sh 15:26:28 lf-activate-venv: SKIPPING 15:26:28 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-secrets/main/67 15:26:28 INFO: archiving workspace using pattern(s): 15:26:29 Archives upload complete. 15:26:30 INFO: archiving logs to Nexus 15:26:30 ---> uname -a: 15:26:30 Linux prd-ubuntu20-04-docker-8c-8g-3512 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux 15:26:30 15:26:30 15:26:30 ---> lscpu: 15:26:30 Architecture: x86_64 15:26:30 CPU op-mode(s): 32-bit, 64-bit 15:26:30 Byte Order: Little Endian 15:26:30 Address sizes: 40 bits physical, 48 bits virtual 15:26:30 CPU(s): 8 15:26:30 On-line CPU(s) list: 0-7 15:26:30 Thread(s) per core: 1 15:26:30 Core(s) per socket: 1 15:26:30 Socket(s): 8 15:26:30 NUMA node(s): 1 15:26:30 Vendor ID: AuthenticAMD 15:26:30 CPU family: 23 15:26:30 Model: 49 15:26:30 Model name: AMD EPYC-Rome Processor 15:26:30 Stepping: 0 15:26:30 CPU MHz: 2800.000 15:26:30 BogoMIPS: 5600.00 15:26:30 Virtualization: AMD-V 15:26:30 Hypervisor vendor: KVM 15:26:30 Virtualization type: full 15:26:30 L1d cache: 256 KiB 15:26:30 L1i cache: 256 KiB 15:26:30 L2 cache: 4 MiB 15:26:30 L3 cache: 128 MiB 15:26:30 NUMA node0 CPU(s): 0-7 15:26:30 Vulnerability Itlb multihit: Not affected 15:26:30 Vulnerability L1tf: Not affected 15:26:30 Vulnerability Mds: Not affected 15:26:30 Vulnerability Meltdown: Not affected 15:26:30 Vulnerability Mmio stale data: Not affected 15:26:30 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 15:26:30 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 15:26:30 Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling 15:26:30 Vulnerability Srbds: Not affected 15:26:30 Vulnerability Tsx async abort: Not affected 15:26:30 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 15:26:30 15:26:30 15:26:30 ---> nproc: 15:26:30 8 15:26:30 15:26:30 15:26:30 ---> df -h: 15:26:30 Filesystem Size Used Avail Use% Mounted on 15:26:30 overlay 155G 12G 143G 8% / 15:26:30 tmpfs 64M 0 64M 0% /dev 15:26:30 tmpfs 16G 0 16G 0% /sys/fs/cgroup 15:26:30 shm 64M 0 64M 0% /dev/shm 15:26:30 /dev/vda1 155G 12G 143G 8% /facter-os 15:26:30 15:26:30 15:26:30 ---> sar -b -r -n DEV: 15:26:30 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-3512) 08/14/23 _x86_64_ (8 CPU) 15:26:30 15:26:30 15:14:54 LINUX RESTART (8 CPU) 15:26:30 15:26:30 15:15:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 15:26:30 15:16:01 129.60 47.52 82.08 0.00 5332.53 166315.33 0.00 15:26:30 15:17:01 74.79 0.38 74.41 0.00 14.53 47503.23 0.00 15:26:30 15:18:01 33.64 0.05 33.59 0.00 3.47 16884.54 0.00 15:26:30 15:19:01 1.05 0.00 1.05 0.00 0.00 12.66 0.00 15:26:30 15:20:01 16.82 7.10 9.73 0.00 900.75 2122.94 0.00 15:26:30 15:21:01 40.26 4.53 35.73 0.00 4278.09 6746.08 0.00 15:26:30 15:22:01 3.72 0.02 3.70 0.00 0.13 92.12 0.00 15:26:30 15:23:01 1.17 0.00 1.17 0.00 0.00 12.26 0.00 15:26:30 15:24:01 1.38 0.00 1.38 0.00 0.00 15.86 0.00 15:26:30 15:25:01 1.68 0.00 1.68 0.00 0.00 18.80 0.00 15:26:30 15:26:01 61.59 0.33 61.26 0.00 24.00 38554.91 0.00 15:26:30 Average: 33.24 5.45 27.80 0.00 959.31 25295.18 0.00 15:26:30 15:26:30 15:15:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 15:26:30 15:16:01 29612460 31628472 721132 2.19 61388 2248124 2012264 5.93 962184 2001176 360360 15:26:30 15:17:01 29186768 31618076 703172 2.14 90856 2611548 1734232 5.11 1066760 2271956 0 15:26:30 15:18:01 28668568 31597728 714376 2.17 93672 3063340 1737144 5.12 1089544 2710948 16 15:26:30 15:19:01 28668760 31598048 713724 2.17 93708 3063336 1737144 5.12 1089516 2710992 136 15:26:30 15:20:01 28534612 31566424 738660 2.25 98644 3153716 1817140 5.36 1150396 2767836 884 15:26:30 15:21:01 28144624 31583752 706996 2.15 128212 3524888 1821136 5.37 1408396 2878120 40 15:26:30 15:22:01 28154316 31588640 702520 2.14 126840 3521644 1781548 5.25 1402296 2874912 8 15:26:30 15:23:01 28154044 31588592 702448 2.14 126896 3521644 1781548 5.25 1402396 2874908 144 15:26:30 15:24:01 28153988 31588620 702376 2.14 126952 3521648 1781548 5.25 1402724 2874928 4 15:26:30 15:25:01 28154192 31588876 702008 2.13 127008 3521652 1765388 5.20 1402832 2874932 4 15:26:30 15:26:01 26717596 31529320 757808 2.30 162916 4763576 2051532 6.05 1536524 4074344 543432 15:26:30 Average: 28377266 31588777 715020 2.17 112463 3319556 1820057 5.36 1264870 2810459 82275 15:26:30 15:26:30 15:15:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 15:26:30 15:16:01 lo 3.67 3.67 0.35 0.35 0.00 0.00 0.00 0.00 15:26:30 15:16:01 ens3 541.32 336.62 6642.05 81.64 0.00 0.00 0.00 0.00 15:26:30 15:16:01 docker0 1.88 1.90 0.22 17.76 0.00 0.00 0.00 0.00 15:26:30 15:17:01 lo 0.33 0.33 0.03 0.03 0.00 0.00 0.00 0.00 15:26:30 15:17:01 ens3 162.51 89.84 1004.88 21.53 0.00 0.00 0.00 0.00 15:26:30 15:17:01 docker0 61.25 117.78 4.43 957.30 0.00 0.00 0.00 0.00 15:26:30 15:18:01 lo 0.93 0.93 0.09 0.09 0.00 0.00 0.00 0.00 15:26:30 15:18:01 ens3 99.07 73.29 2522.79 93.98 0.00 0.00 0.00 0.00 15:26:30 15:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:26:30 15:19:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 15:26:30 15:19:01 ens3 0.60 0.40 0.27 0.21 0.00 0.00 0.00 0.00 15:26:30 15:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:26:30 15:20:01 lo 0.20 0.20 0.02 0.02 0.00 0.00 0.00 0.00 15:26:30 15:20:01 ens3 53.82 20.24 913.76 1.56 0.00 0.00 0.00 0.00 15:26:30 15:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:26:30 15:21:01 lo 0.53 0.53 0.04 0.04 0.00 0.00 0.00 0.00 15:26:30 15:21:01 ens3 120.03 43.68 2007.81 3.16 0.00 0.00 0.00 0.00 15:26:30 15:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:26:30 15:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:26:30 15:22:01 ens3 0.12 0.00 0.01 0.00 0.00 0.00 0.00 0.00 15:26:30 15:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:26:30 15:23:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 15:26:30 15:23:01 ens3 0.15 0.10 0.01 0.01 0.00 0.00 0.00 0.00 15:26:30 15:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:26:30 15:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:26:30 15:24:01 ens3 0.10 0.03 0.01 0.00 0.00 0.00 0.00 0.00 15:26:30 15:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:26:30 15:25:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 15:26:30 15:25:01 ens3 1.00 0.22 0.19 0.07 0.00 0.00 0.00 0.00 15:26:30 15:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:26:30 15:26:01 lo 1.93 1.93 0.19 0.19 0.00 0.00 0.00 0.00 15:26:30 15:26:01 ens3 396.10 223.38 8125.85 31.69 0.00 0.00 0.00 0.00 15:26:30 15:26:01 docker0 61.89 116.45 4.70 957.60 0.00 0.00 0.00 0.00 15:26:30 Average: lo 0.75 0.75 0.07 0.07 0.00 0.00 0.00 0.00 15:26:30 Average: ens3 124.97 71.61 1928.73 21.26 0.00 0.00 0.00 0.00 15:26:30 Average: docker0 11.37 21.47 0.85 175.70 0.00 0.00 0.00 0.00 15:26:30 15:26:30 15:26:30 ---> sar -P ALL: 15:26:30 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-3512) 08/14/23 _x86_64_ (8 CPU) 15:26:30 15:26:30 15:14:54 LINUX RESTART (8 CPU) 15:26:30 15:26:30 15:15:01 CPU %user %nice %system %iowait %steal %idle 15:26:30 15:16:01 all 6.62 0.00 2.13 0.86 0.04 90.35 15:26:30 15:16:01 0 5.54 0.00 3.35 0.62 0.03 90.46 15:26:30 15:16:01 1 6.34 0.00 1.93 0.27 0.02 91.45 15:26:30 15:16:01 2 8.82 0.00 2.10 2.23 0.05 86.80 15:26:30 15:16:01 3 8.62 0.00 1.80 0.77 0.05 88.75 15:26:30 15:16:01 4 7.49 0.00 1.80 0.86 0.03 89.83 15:26:30 15:16:01 5 4.21 0.00 2.43 0.74 0.03 92.58 15:26:30 15:16:01 6 6.84 0.00 1.73 0.29 0.05 91.09 15:26:30 15:16:01 7 5.08 0.00 1.93 1.09 0.05 91.84 15:26:30 15:17:01 all 35.89 0.00 6.33 0.93 0.09 56.77 15:26:30 15:17:01 0 37.49 0.00 6.68 1.71 0.08 54.03 15:26:30 15:17:01 1 35.96 0.00 6.65 0.00 0.10 57.29 15:26:30 15:17:01 2 37.97 0.00 6.47 0.17 0.08 55.31 15:26:30 15:17:01 3 35.26 0.00 5.55 0.34 0.08 58.76 15:26:30 15:17:01 4 35.43 0.00 6.84 4.10 0.08 53.55 15:26:30 15:17:01 5 35.92 0.00 6.24 0.96 0.08 56.79 15:26:30 15:17:01 6 34.01 0.00 5.50 0.02 0.08 60.39 15:26:30 15:17:01 7 35.04 0.00 6.69 0.14 0.10 58.04 15:26:30 15:18:01 all 2.53 0.00 1.07 0.67 0.02 95.72 15:26:30 15:18:01 0 3.36 0.00 0.75 0.00 0.03 95.85 15:26:30 15:18:01 1 2.44 0.00 1.12 0.02 0.02 96.40 15:26:30 15:18:01 2 2.53 0.00 0.99 0.02 0.02 96.45 15:26:30 15:18:01 3 2.22 0.00 1.07 0.38 0.03 96.29 15:26:30 15:18:01 4 2.59 0.00 1.42 4.12 0.02 91.85 15:26:30 15:18:01 5 2.16 0.00 1.51 0.64 0.02 95.67 15:26:30 15:18:01 6 2.53 0.00 0.62 0.00 0.02 96.84 15:26:30 15:18:01 7 2.39 0.00 1.05 0.15 0.03 96.37 15:26:30 15:19:01 all 0.03 0.00 0.01 0.00 0.01 99.94 15:26:30 15:19:01 0 0.00 0.00 0.02 0.00 0.00 99.98 15:26:30 15:19:01 1 0.02 0.00 0.02 0.00 0.00 99.97 15:26:30 15:19:01 2 0.03 0.00 0.00 0.00 0.02 99.95 15:26:30 15:19:01 3 0.03 0.00 0.02 0.00 0.02 99.93 15:26:30 15:19:01 4 0.05 0.00 0.02 0.02 0.03 99.88 15:26:30 15:19:01 5 0.00 0.00 0.00 0.02 0.00 99.98 15:26:30 15:19:01 6 0.05 0.00 0.02 0.00 0.02 99.92 15:26:30 15:19:01 7 0.07 0.00 0.02 0.00 0.02 99.90 15:26:30 15:20:01 all 0.65 0.00 0.24 0.13 0.00 98.98 15:26:30 15:20:01 0 0.42 0.00 0.23 0.12 0.00 99.23 15:26:30 15:20:01 1 0.50 0.00 0.42 0.33 0.02 98.73 15:26:30 15:20:01 2 0.12 0.00 0.10 0.00 0.00 99.78 15:26:30 15:20:01 3 2.05 0.00 0.11 0.00 0.00 97.83 15:26:30 15:20:01 4 0.87 0.00 0.43 0.05 0.00 98.65 15:26:30 15:20:01 5 0.13 0.00 0.13 0.23 0.00 99.50 15:26:30 15:20:01 6 0.73 0.00 0.28 0.30 0.00 98.68 15:26:30 15:20:01 7 0.33 0.00 0.22 0.00 0.00 99.45 15:26:30 15:21:01 all 1.95 0.00 1.34 0.39 0.02 96.30 15:26:30 15:21:01 0 1.32 0.00 1.62 1.03 0.02 96.01 15:26:30 15:21:01 1 2.27 0.00 0.82 0.03 0.02 96.86 15:26:30 15:21:01 2 1.67 0.00 0.67 0.15 0.02 97.49 15:26:30 15:21:01 3 2.34 0.00 2.94 0.38 0.02 94.32 15:26:30 15:21:01 4 2.96 0.00 0.69 0.05 0.02 96.29 15:26:30 15:21:01 5 1.17 0.00 0.73 1.12 0.03 96.95 15:26:30 15:21:01 6 2.29 0.00 1.32 0.17 0.02 96.21 15:26:30 15:21:01 7 1.60 0.00 1.92 0.17 0.02 96.29 15:26:30 15:22:01 all 0.10 0.00 0.06 0.01 0.01 99.82 15:26:30 15:22:01 0 0.03 0.00 0.07 0.00 0.00 99.90 15:26:30 15:22:01 1 0.13 0.00 0.02 0.00 0.00 99.85 15:26:30 15:22:01 2 0.10 0.00 0.07 0.00 0.02 99.82 15:26:30 15:22:01 3 0.23 0.00 0.10 0.02 0.02 99.63 15:26:30 15:22:01 4 0.07 0.00 0.10 0.00 0.02 99.82 15:26:30 15:22:01 5 0.08 0.00 0.03 0.05 0.00 99.83 15:26:30 15:22:01 6 0.08 0.00 0.10 0.00 0.02 99.80 15:26:30 15:22:01 7 0.07 0.00 0.02 0.00 0.02 99.90 15:26:30 15:23:01 all 0.02 0.00 0.01 0.01 0.00 99.96 15:26:30 15:23:01 0 0.00 0.00 0.00 0.00 0.00 100.00 15:26:30 15:23:01 1 0.00 0.00 0.00 0.00 0.00 100.00 15:26:30 15:23:01 2 0.03 0.00 0.05 0.00 0.02 99.90 15:26:30 15:23:01 3 0.02 0.00 0.00 0.02 0.00 99.97 15:26:30 15:23:01 4 0.03 0.00 0.03 0.00 0.00 99.93 15:26:30 15:23:01 5 0.02 0.00 0.02 0.03 0.00 99.93 15:26:30 15:23:01 6 0.03 0.00 0.00 0.00 0.00 99.97 15:26:30 15:23:01 7 0.00 0.00 0.00 0.00 0.00 100.00 15:26:30 15:24:01 all 0.04 0.00 0.01 0.00 0.01 99.94 15:26:30 15:24:01 0 0.02 0.00 0.00 0.00 0.02 99.97 15:26:30 15:24:01 1 0.03 0.00 0.00 0.00 0.00 99.97 15:26:30 15:24:01 2 0.07 0.00 0.02 0.00 0.02 99.90 15:26:30 15:24:01 3 0.05 0.00 0.00 0.00 0.00 99.95 15:26:30 15:24:01 4 0.08 0.00 0.03 0.00 0.02 99.87 15:26:30 15:24:01 5 0.03 0.00 0.00 0.03 0.02 99.92 15:26:30 15:24:01 6 0.03 0.00 0.00 0.00 0.00 99.97 15:26:30 15:24:01 7 0.02 0.00 0.02 0.00 0.00 99.97 15:26:30 15:25:01 all 0.20 0.00 0.01 0.00 0.00 99.79 15:26:30 15:25:01 0 0.00 0.00 0.00 0.00 0.00 100.00 15:26:30 15:25:01 1 0.00 0.00 0.00 0.00 0.00 100.00 15:26:30 15:25:01 2 1.44 0.00 0.00 0.00 0.00 98.56 15:26:30 15:25:01 3 0.00 0.00 0.02 0.00 0.00 99.98 15:26:30 15:25:01 4 0.03 0.00 0.03 0.00 0.00 99.93 15:26:30 15:25:01 5 0.03 0.00 0.00 0.02 0.00 99.95 15:26:30 15:25:01 6 0.03 0.00 0.02 0.00 0.00 99.95 15:26:30 15:25:01 7 0.03 0.00 0.03 0.00 0.02 99.92 15:26:30 15:26:01 all 6.87 0.00 2.78 0.63 0.04 89.67 15:26:30 15:26:01 0 7.01 0.00 2.98 0.07 0.03 89.91 15:26:30 15:26:01 1 6.64 0.00 2.84 0.12 0.03 90.37 15:26:30 15:26:01 2 7.98 0.00 2.98 0.18 0.05 88.81 15:26:30 15:26:01 3 8.12 0.00 3.40 0.10 0.05 88.33 15:26:30 15:26:01 4 6.74 0.00 2.49 0.03 0.05 90.69 15:26:30 15:26:01 5 6.49 0.00 2.40 3.14 0.03 87.94 15:26:30 15:26:01 6 6.37 0.00 2.75 1.26 0.05 89.57 15:26:30 15:26:01 7 5.63 0.00 2.43 0.10 0.05 91.79 15:26:30 15:26:30 Average: CPU %user %nice %system %iowait %steal %idle 15:26:30 Average: all 4.95 0.00 1.26 0.33 0.02 93.44 15:26:30 Average: 0 4.97 0.00 1.42 0.32 0.02 93.28 15:26:30 Average: 1 4.90 0.00 1.25 0.07 0.02 93.76 15:26:30 Average: 2 5.49 0.00 1.22 0.25 0.03 93.02 15:26:30 Average: 3 5.31 0.00 1.36 0.18 0.02 93.13 15:26:30 Average: 4 5.08 0.00 1.25 0.83 0.02 92.81 15:26:30 Average: 5 4.54 0.00 1.22 0.63 0.02 93.58 15:26:30 Average: 6 4.77 0.00 1.11 0.18 0.02 93.91 15:26:30 Average: 7 4.53 0.00 1.29 0.15 0.03 94.00 15:26:30 15:26:30 15:26:30