Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 45461fad361632d16a9d7c5ffe600ba7f8b7715b 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-ssh10034384761779722844.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 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-ssh17085449396265942297.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 cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 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-bootstrap/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-bootstrap/branches/main/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh163036097035383686.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 # timeout=10 Commit message: "Merge pull request #420 from bill-mahoney/levski-update" > 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-ssh16098318293144359245.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-bootstrap/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-bootstrap/branches/main/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh17112154889329743877.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-bootstrap, buildImage:false, pushImage:false, semverBump:pre] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: go-mod-bootstrap-settings PROJECT: go-mod-bootstrap USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.18 USE_ALPINE: true DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_IMAGE_NAME: go-mod-bootstrap DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: false PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: false BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Running on prd-ubuntu20.04-docker-8c-8g-5846 in /w/workspace/gexfoundry_go-mod-bootstrap_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-bootstrap.git > git init /w/workspace/gexfoundry_go-mod-bootstrap_main # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 45461fad361632d16a9d7c5ffe600ba7f8b7715b (main) Commit message: "refactor!: Replace topics from config with new constants (#434)" > git config core.sparsecheckout # timeout=10 > git checkout -f 45461fad361632d16a9d7c5ffe600ba7f8b7715b # timeout=10 > git rev-list --no-walk c1043a3112abf7ff4d99e872a985f4136e3915b2 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 18:14:11 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 18:14:11 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 18:14:11 ========================================================= 18:14:11 EdgeX Global Pipelines Version Info 18:14:11 ========================================================= [Pipeline] libraryResource [Pipeline] sh 18:14:11 ------------------- 18:14:11 stable info: 18:14:11 ------------------- 18:14:11 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 18:14:11 Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 18:14:11 Message: update stable to v1.0.244 18:14:12 ------------------- 18:14:12 experimental info: 18:14:12 ------------------- 18:14:12 Commited By: **** collab-it+edgex@linuxfoundation.org 18:14:12 Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 18:14:12 Message: update experimental to v1.0.244 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 18:14:12 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-bootstrap-settings [Pipeline] echo 18:14:12 [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-bootstrap [Pipeline] echo 18:14:12 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 18:14:12 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 18:14:12 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 18:14:12 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo 18:14:12 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 18:14:12 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 18:14:12 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 18:14:12 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 18:14:12 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 18:14:12 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = go-mod-bootstrap [Pipeline] echo 18:14:12 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 18:14:12 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 18:14:12 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 18:14:12 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 18:14:12 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 18:14:12 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 18:14:12 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 18:14:12 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 18:14:12 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 18:14:12 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 18:14:12 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 18:14:12 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 18:14:13 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 18:14:13 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 18:14:13 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 18:14:13 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo 18:14:13 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo 18:14:13 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo 18:14:13 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 45461fad361632d16a9d7c5ffe600ba7f8b7715b [Pipeline] echo 18:14:13 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 45461fa [Pipeline] echo 18:14:13 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 18:14:13 + git rev-list -1 --merges 45461fad361632d16a9d7c5ffe600ba7f8b7715b~1..45461fad361632d16a9d7c5ffe600ba7f8b7715b [Pipeline] echo 18:14:13 -----------> git rev-list -1 --merges 45461fad361632d16a9d7c5ffe600ba7f8b7715b~1..45461fad361632d16a9d7c5ffe600ba7f8b7715b 45461fad361632d16a9d7c5ffe600ba7f8b7715b [false] [Pipeline] sh 18:14:13 + git log --format=format:%s -1 45461fad361632d16a9d7c5ffe600ba7f8b7715b [Pipeline] echo 18:14:13 ========================================================= 18:14:13 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 18:14:13 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 18:14:14 + git log --format=format:%s -1 45461fad361632d16a9d7c5ffe600ba7f8b7715b [Pipeline] echo 18:14:14 [semverPrep] GIT_COMMIT: 45461fad361632d16a9d7c5ffe600ba7f8b7715b, Commit Message: refactor!: Replace topics from config with new constants (#434) [Pipeline] echo 18:14:14 [semverPrep] This is not a build commit. [Pipeline] sh 18:14:14 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 18:14:14 + grep -v github /etc/ssh/ssh_known_hosts 18:14:14 + [ -e /tmp/ssh_known_hosts ] 18:14:14 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 18:14:14 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 18:14:14 + sudo tee -a /etc/ssh/ssh_known_hosts 18:14:14 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:14:14 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 18:14:15 18:14:15 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:14:15 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 18:14:15 0.1.4: Pulling from edgex-devops/py-git-semver 18:14:15 b85a868b505f: Pulling fs layer 18:14:15 e2be974225ed: Pulling fs layer 18:14:15 339a4e72a1f5: Pulling fs layer 18:14:15 988bab9f4d93: Pulling fs layer 18:14:15 1469e6f7b9e6: Pulling fs layer 18:14:15 eaf3925da568: Pulling fs layer 18:14:15 bab4dde63d76: Pulling fs layer 18:14:15 bde34c3a00c8: Pulling fs layer 18:14:15 b352a97aabf1: Pulling fs layer 18:14:15 4872d77fe225: Pulling fs layer 18:14:15 5851b861e8e6: Pulling fs layer 18:14:15 988bab9f4d93: Waiting 18:14:15 1469e6f7b9e6: Waiting 18:14:15 eaf3925da568: Waiting 18:14:15 bab4dde63d76: Waiting 18:14:15 bde34c3a00c8: Waiting 18:14:15 b352a97aabf1: Waiting 18:14:15 4872d77fe225: Waiting 18:14:15 5851b861e8e6: Waiting 18:14:15 e2be974225ed: Verifying Checksum 18:14:15 e2be974225ed: Download complete 18:14:15 988bab9f4d93: Verifying Checksum 18:14:15 988bab9f4d93: Download complete 18:14:15 1469e6f7b9e6: Download complete 18:14:15 eaf3925da568: Verifying Checksum 18:14:15 eaf3925da568: Download complete 18:14:16 339a4e72a1f5: Verifying Checksum 18:14:16 339a4e72a1f5: Download complete 18:14:16 bde34c3a00c8: Verifying Checksum 18:14:16 bde34c3a00c8: Download complete 18:14:16 b352a97aabf1: Download complete 18:14:16 b85a868b505f: Verifying Checksum 18:14:16 b85a868b505f: Download complete 18:14:16 4872d77fe225: Verifying Checksum 18:14:16 4872d77fe225: Download complete 18:14:16 5851b861e8e6: Verifying Checksum 18:14:16 5851b861e8e6: Download complete 18:14:16 bab4dde63d76: Verifying Checksum 18:14:16 bab4dde63d76: Download complete 18:14:17 b85a868b505f: Pull complete 18:14:17 e2be974225ed: Pull complete 18:14:17 339a4e72a1f5: Pull complete 18:14:17 988bab9f4d93: Pull complete 18:14:18 1469e6f7b9e6: Pull complete 18:14:18 eaf3925da568: Pull complete 18:14:20 bab4dde63d76: Pull complete 18:14:20 bde34c3a00c8: Pull complete 18:14:20 b352a97aabf1: Pull complete 18:14:20 4872d77fe225: Pull complete 18:14:20 5851b861e8e6: Pull complete 18:14:20 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 18:14:20 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 18:14:20 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 18:14:20 prd-ubuntu20.04-docker-8c-8g-5846 does not seem to be running inside a container 18:14:20 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_go-mod-bootstrap_main -v /w/workspace/gexfoundry_go-mod-bootstrap_main:/w/workspace/gexfoundry_go-mod-bootstrap_main:rw,z -v /w/workspace/gexfoundry_go-mod-bootstrap_main@tmp:/w/workspace/gexfoundry_go-mod-bootstrap_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 18:14:22 $ docker top 31c6cced2a7cf0c538b9460dca2534e575391ee34cc4d0548ebcab8448219c28 -eo pid,comm 18:14:22 ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). 18:14:22 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 18:14:22 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:14:22 [ssh-agent] Looking for ssh-agent implementation... 18:14:22 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:14:22 $ docker exec 31c6cced2a7cf0c538b9460dca2534e575391ee34cc4d0548ebcab8448219c28 ssh-agent 18:14:22 SSH_AUTH_SOCK=/tmp/ssh-6k6FQVN6q3it/agent.31 18:14:22 SSH_AGENT_PID=37 18:14:22 Running ssh-add (command line suppressed) 18:14:22 Identity added: /w/workspace/gexfoundry_go-mod-bootstrap_main@tmp/private_key_4323607649844753700.key (/w/workspace/gexfoundry_go-mod-bootstrap_main@tmp/private_key_4323607649844753700.key) 18:14:22 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:14:23 + git tag --points-at HEAD [Pipeline] } 18:14:23 $ docker exec --env ******** --env ******** 31c6cced2a7cf0c538b9460dca2534e575391ee34cc4d0548ebcab8448219c28 ssh-agent -k 18:14:23 unset SSH_AUTH_SOCK; 18:14:23 unset SSH_AGENT_PID; 18:14:23 echo Agent pid 37 killed; 18:14:23 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 18:14:23 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:14:23 [ssh-agent] Looking for ssh-agent implementation... 18:14:23 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:14:23 $ docker exec 31c6cced2a7cf0c538b9460dca2534e575391ee34cc4d0548ebcab8448219c28 ssh-agent 18:14:23 SSH_AUTH_SOCK=/tmp/ssh-HijmVRrcAb07/agent.69 18:14:23 SSH_AGENT_PID=75 18:14:23 Running ssh-add (command line suppressed) 18:14:23 Identity added: /w/workspace/gexfoundry_go-mod-bootstrap_main@tmp/private_key_10624174250757752890.key (/w/workspace/gexfoundry_go-mod-bootstrap_main@tmp/private_key_10624174250757752890.key) 18:14:23 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:14:23 + git semver init 18:14:24 2023-02-14 18:14:24,045 [run_init] DEBUG init version:0.0.0 force:False 18:14:24 2023-02-14 18:14:24,046 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/gexfoundry_go-mod-bootstrap_main/.semver 18:14:24 2023-02-14 18:14:24,047 [execute] INFO git clone -b semver git@github.com:edgexfoundry/go-mod-bootstrap.git /w/workspace/gexfoundry_go-mod-bootstrap_main/.semver 18:14:24 2023-02-14 18:14:24,047 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/go-mod-bootstrap.git', '/w/workspace/gexfoundry_go-mod-bootstrap_main/.semver'], cwd=/w/workspace/gexfoundry_go-mod-bootstrap_main, universal_newlines=False, shell=None, istream=None) 18:14:25 2023-02-14 18:14:24,928 [append_file] DEBUG append to file:/w/workspace/gexfoundry_go-mod-bootstrap_main/.git/info/exclude 18:14:25 2023-02-14 18:14:24,929 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/gexfoundry_go-mod-bootstrap_main/.semver/main with force:False 18:14:25 2023-02-14 18:14:24,929 [read_version] DEBUG read version from /w/workspace/gexfoundry_go-mod-bootstrap_main/.semver/main 18:14:25 2023-02-14 18:14:24,929 [read_version] DEBUG read version from /w/workspace/gexfoundry_go-mod-bootstrap_main/.semver/main 18:14:25 3.0.0-dev.24 [Pipeline] } 18:14:25 $ docker exec --env ******** --env ******** 31c6cced2a7cf0c538b9460dca2534e575391ee34cc4d0548ebcab8448219c28 ssh-agent -k 18:14:25 unset SSH_AUTH_SOCK; 18:14:25 unset SSH_AGENT_PID; 18:14:25 echo Agent pid 75 killed; 18:14:25 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 18:14:25 + git semver [Pipeline] } 18:14:25 $ docker stop --time=1 31c6cced2a7cf0c538b9460dca2534e575391ee34cc4d0548ebcab8448219c28 18:14:27 $ docker rm -f --volumes 31c6cced2a7cf0c538b9460dca2534e575391ee34cc4d0548ebcab8448219c28 [Pipeline] // withDockerContainer [Pipeline] sh 18:14:27 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 18:14:27 Stashed 1 file(s) [Pipeline] echo 18:14:27 [edgeXSemver]: initialized semver on version 3.0.0-dev.24 [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 18:14:27 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 18:14:27 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 18:14:27 ========================================================= 18:14:27 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] 18:14:27 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] sh 18:14:28 Running on prd-ubuntu20.04-docker-arm64-4c-16g-5852 in /w/workspace/gexfoundry_go-mod-bootstrap_main [Pipeline] { [Pipeline] ws 18:14:28 Running in /w/workspace/go-mod-bootstrap/112 [Pipeline] { [Pipeline] checkout 18:14:28 Selected Git installation does not exist. Using Default 18:14:28 The recommended git tool is: NONE 18:14:28 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 18:14:28 1.18-alpine: Pulling from edgex-devops/edgex-golang-base 18:14:28 213ec9aee27d: Pulling fs layer 18:14:28 4583459ba037: Pulling fs layer 18:14:28 93c1e223e6f2: Pulling fs layer 18:14:28 53926ce57604: Pulling fs layer 18:14:28 21b2b0c7a3f4: Pulling fs layer 18:14:28 22ff95d597cd: Pulling fs layer 18:14:28 12d6caf4c0d1: Pulling fs layer 18:14:28 96b7cbca73a9: Pulling fs layer 18:14:28 a7acece74701: Pulling fs layer 18:14:28 21b2b0c7a3f4: Waiting 18:14:28 22ff95d597cd: Waiting 18:14:28 12d6caf4c0d1: Waiting 18:14:28 53926ce57604: Waiting 18:14:28 96b7cbca73a9: Waiting 18:14:28 a7acece74701: Waiting 18:14:28 93c1e223e6f2: Download complete 18:14:28 4583459ba037: Download complete 18:14:28 21b2b0c7a3f4: Verifying Checksum 18:14:28 21b2b0c7a3f4: Download complete 18:14:28 22ff95d597cd: Verifying Checksum 18:14:28 22ff95d597cd: Download complete 18:14:28 213ec9aee27d: Verifying Checksum 18:14:28 213ec9aee27d: Download complete 18:14:28 12d6caf4c0d1: Download complete 18:14:28 213ec9aee27d: Pull complete 18:14:28 4583459ba037: Pull complete 18:14:28 93c1e223e6f2: Pull complete 18:14:29 a7acece74701: Verifying Checksum 18:14:29 a7acece74701: Download complete 18:14:29 53926ce57604: Verifying Checksum 18:14:29 53926ce57604: Download complete 18:14:29 96b7cbca73a9: Verifying Checksum 18:14:29 96b7cbca73a9: Download complete 18:14:33 53926ce57604: Pull complete 18:14:33 21b2b0c7a3f4: Pull complete 18:14:33 22ff95d597cd: Pull complete 18:14:33 12d6caf4c0d1: Pull complete 18:14:33 using credential edgex-jenkins-ssh 18:14:33 Cloning the remote Git repository 18:14:33 Cloning repository git@github.com:edgexfoundry/go-mod-bootstrap.git 18:14:34 > git init /w/workspace/go-mod-bootstrap/112 # timeout=10 18:14:34 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git 18:14:34 > git --version # timeout=10 18:14:34 > git --version # 'git version 2.25.1' 18:14:34 using GIT_SSH to set credentials SSH Credentials for GitHub 18:14:34 96b7cbca73a9: Pull complete 18:14:34 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/*:refs/remotes/origin/* # timeout=10 18:14:35 a7acece74701: Pull complete 18:14:35 Digest: sha256:f6a9ef70c52da88a2ff63a0c6767b24654f9f5185d1d85ca6cc3004fb48f6c2d 18:14:35 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 18:14:35 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [Pipeline] sh 18:14:36 + docker tag nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine ci-base-image-x86_64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:14:36 + docker inspect -f . ci-base-image-x86_64 18:14:36 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 18:14:36 prd-ubuntu20.04-docker-8c-8g-5846 does not seem to be running inside a container 18:14:36 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/gexfoundry_go-mod-bootstrap_main -v /w/workspace/gexfoundry_go-mod-bootstrap_main:/w/workspace/gexfoundry_go-mod-bootstrap_main:rw,z -v /w/workspace/gexfoundry_go-mod-bootstrap_main@tmp:/w/workspace/gexfoundry_go-mod-bootstrap_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 18:14:36 Avoid second fetch 18:14:36 Checking out Revision 45461fad361632d16a9d7c5ffe600ba7f8b7715b (main) 18:14:35 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 18:14:35 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 18:14:36 > git config core.sparsecheckout # timeout=10 18:14:36 > git checkout -f 45461fad361632d16a9d7c5ffe600ba7f8b7715b # timeout=10 18:14:37 Commit message: "refactor!: Replace topics from config with new constants (#434)" 18:14:39 $ docker top 8473f57b866965070f33a65c22a182b55aa9d6cfa2655729f4d3544ea8d5dd18 -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 18:14:39 + go version 18:14:39 go version go1.18.7 linux/amd64 [Pipeline] } 18:14:39 $ docker stop --time=1 8473f57b866965070f33a65c22a182b55aa9d6cfa2655729f4d3544ea8d5dd18 18:14:39 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 18:14:39 % Total % Received % Xferd Average Speed Time Time Time Current 18:14:39 Dload Upload Total Spent Left Speed 18:14:39 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 96598 0 --:--:-- --:--:-- --:--:-- 96598 18:14:40 $ docker rm -f --volumes 8473f57b866965070f33a65c22a182b55aa9d6cfa2655729f4d3544ea8d5dd18 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] sh [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:14:41 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 18:14:41 + docker inspect -f . ci-base-image-x86_64 18:14:41 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 18:14:41 prd-ubuntu20.04-docker-8c-8g-5846 does not seem to be running inside a container 18:14:41 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/gexfoundry_go-mod-bootstrap_main -v /w/workspace/gexfoundry_go-mod-bootstrap_main:/w/workspace/gexfoundry_go-mod-bootstrap_main:rw,z -v /w/workspace/gexfoundry_go-mod-bootstrap_main@tmp:/w/workspace/gexfoundry_go-mod-bootstrap_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 18:14:41 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 18:14:41 + sudo tee /etc/docker/daemon.new 18:14:41 { 18:14:41 "registry-mirrors": [ 18:14:41 "https://nexus3.edgexfoundry.org:10001" 18:14:41 ], 18:14:41 "bip": "10.250.0.254/24", 18:14:41 "hosts": [ 18:14:41 "tcp://0.0.0.0:5555", 18:14:41 "unix:///var/run/docker.sock" 18:14:41 ], 18:14:41 "mtu": 1458, 18:14:41 "selinux-enabled": true, 18:14:41 "seccomp-profile": "/etc/docker/seccomp.json" 18:14:41 } 18:14:42 $ docker top d551b399f3fe384a581b893b941c8730d67e38543b860ee991128bab41409ecd -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] sh 18:14:42 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 18:14:42 + git config --global --add safe.directory /w/workspace/gexfoundry_go-mod-bootstrap_main [Pipeline] fileExists [Pipeline] sh 18:14:42 + sudo service docker restart 18:14:42 + make test 18:14:42 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 18:14:42 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v3 v3.0.0-dev.14 18:14:42 go: downloading github.com/stretchr/testify v1.8.1 18:14:42 go: downloading github.com/edgexfoundry/go-mod-registry/v3 v3.0.0-dev.3 18:14:42 go: downloading github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 18:14:42 go: downloading github.com/edgexfoundry/go-mod-configuration/v3 v3.0.0-dev.3 18:14:42 go: downloading github.com/pelletier/go-toml v1.9.5 18:14:43 go: downloading github.com/mitchellh/copystructure v1.2.0 18:14:43 go: downloading github.com/edgexfoundry/go-mod-secrets/v3 v3.0.0-dev.7 18:14:43 go: downloading github.com/edgexfoundry/go-mod-messaging/v3 v3.0.0-dev.9 18:14:43 go: downloading github.com/google/uuid v1.3.0 18:14:43 go: downloading github.com/hashicorp/go-multierror v1.1.1 18:14:43 go: downloading github.com/eclipse/paho.mqtt.golang v1.4.2 18:14:43 go: downloading github.com/gorilla/mux v1.8.0 18:14:43 go: downloading github.com/mitchellh/reflectwalk v1.0.2 18:14:43 go: downloading github.com/davecgh/go-spew v1.1.1 18:14:43 go: downloading github.com/pmezard/go-difflib v1.0.0 18:14:43 go: downloading github.com/stretchr/objx v0.5.0 18:14:43 go: downloading gopkg.in/yaml.v3 v3.0.1 18:14:43 go: downloading github.com/go-playground/validator/v10 v10.11.2 18:14:43 go: downloading github.com/go-kit/log v0.2.1 18:14:43 go: downloading github.com/spiffe/go-spiffe/v2 v2.1.2 18:14:43 go: downloading github.com/fxamacker/cbor/v2 v2.4.0 18:14:43 go: downloading github.com/hashicorp/consul/api v1.18.0 18:14:43 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 18:14:43 go: downloading github.com/hashicorp/errwrap v1.0.0 18:14:43 go: downloading github.com/go-redis/redis/v7 v7.3.0 18:14:43 go: downloading github.com/gorilla/websocket v1.4.2 18:14:43 go: downloading golang.org/x/net v0.5.0 18:14:43 go: downloading golang.org/x/sync v0.1.0 18:14:43 go: downloading github.com/go-logfmt/logfmt v0.5.1 18:14:43 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 18:14:43 go: downloading github.com/mitchellh/mapstructure v1.5.0 18:14:43 go: downloading github.com/zeebo/errs v1.3.0 18:14:43 go: downloading google.golang.org/grpc v1.51.0 18:14:43 go: downloading github.com/go-playground/universal-translator v0.18.1 18:14:43 go: downloading github.com/leodido/go-urn v1.2.1 18:14:43 go: downloading golang.org/x/crypto v0.5.0 18:14:43 go: downloading golang.org/x/text v0.6.0 18:14:43 go: downloading github.com/x448/float16 v0.8.4 18:14:43 go: downloading gopkg.in/square/go-jose.v2 v2.6.0 18:14:43 go: downloading google.golang.org/protobuf v1.28.1 18:14:43 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 18:14:43 go: downloading github.com/hashicorp/go-hclog v0.14.1 18:14:43 go: downloading github.com/hashicorp/go-rootcerts v1.0.2 18:14:43 go: downloading github.com/hashicorp/serf v0.10.1 18:14:43 go: downloading github.com/go-playground/locales v0.14.1 18:14:43 go: downloading google.golang.org/genproto v0.0.0-20230109162033-3c3c17ce83e6 18:14:43 go: downloading github.com/golang/protobuf v1.5.2 18:14:43 go: downloading github.com/fatih/color v1.9.0 18:14:43 go: downloading github.com/mattn/go-isatty v0.0.14 18:14:43 go: downloading golang.org/x/sys v0.4.0 18:14:43 go: downloading github.com/armon/go-metrics v0.3.10 18:14:43 go: downloading github.com/mattn/go-colorable v0.1.12 18:14:43 go: downloading github.com/hashicorp/go-immutable-radix v1.3.0 18:14:43 go: downloading github.com/hashicorp/golang-lru v0.5.4 18:14:53 ? github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap [no test files] [Pipeline] unstash [Pipeline] echo 18:15:01 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 18:15:01 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 18:15:01 ========================================================= 18:15:01 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] 18:15:01 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] sh 18:15:01 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 18:15:02 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 18:15:02 9b18e9b68314: Pulling fs layer 18:15:02 35d82f9e3411: Pulling fs layer 18:15:02 e16973657156: Pulling fs layer 18:15:02 fc693d55d65f: Pulling fs layer 18:15:02 7e9fc2657dce: Pulling fs layer 18:15:02 dda99020689f: Pulling fs layer 18:15:02 db1c61fa0a46: Pulling fs layer 18:15:02 891c053d2c06: Pulling fs layer 18:15:02 fc693d55d65f: Waiting 18:15:02 7e9fc2657dce: Waiting 18:15:02 dda99020689f: Waiting 18:15:02 db1c61fa0a46: Waiting 18:15:02 891c053d2c06: Waiting 18:15:02 35d82f9e3411: Verifying Checksum 18:15:02 35d82f9e3411: Download complete 18:15:02 e16973657156: Verifying Checksum 18:15:02 e16973657156: Download complete 18:15:02 7e9fc2657dce: Verifying Checksum 18:15:02 dda99020689f: Verifying Checksum 18:15:02 dda99020689f: Download complete 18:15:02 9b18e9b68314: Verifying Checksum 18:15:03 9b18e9b68314: Pull complete 18:15:03 891c053d2c06: Verifying Checksum 18:15:03 891c053d2c06: Download complete 18:15:03 35d82f9e3411: Pull complete 18:15:03 e16973657156: Pull complete 18:15:04 db1c61fa0a46: Verifying Checksum 18:15:04 db1c61fa0a46: Download complete 18:15:04 fc693d55d65f: Download complete 18:15:08 ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/config 15.039s coverage: 35.2% of statements 18:15:08 ? github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/container [no test files] 18:15:08 ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/environment 0.019s coverage: 92.5% of statements 18:15:08 ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/flags 0.014s coverage: 85.3% of statements 18:15:08 ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/handlers 2.024s coverage: 46.1% of statements 18:15:08 ? github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/interfaces [no test files] 18:15:08 ? github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/interfaces/mocks [no test files] 18:15:08 ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/messaging 0.031s coverage: 100.0% of statements 18:15:08 ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/metrics 0.323s coverage: 88.3% of statements 18:15:08 ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/registration 0.023s coverage: 25.0% of statements 18:15:08 ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/secret 3.039s coverage: 81.2% of statements 18:15:08 ? github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/startup [no test files] 18:15:08 ok github.com/edgexfoundry/go-mod-bootstrap/v3/config 0.019s coverage: 31.2% of statements 18:15:08 ok github.com/edgexfoundry/go-mod-bootstrap/v3/di 0.022s coverage: 91.3% of statements 18:15:15 level=warning msg="[linters context] structcheck is disabled because of go1.18. You can track the evolution of the go1.18 support by following the https://github.com/golangci/golangci-lint/issues/2649." 18:15:15 CGO_ENABLED=1 GO111MODULE=on go vet ./... 18:15:17 fc693d55d65f: Pull complete 18:15:17 7e9fc2657dce: Pull complete 18:15:17 dda99020689f: Pull complete 18:15:17 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 18:15:17 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [Pipeline] echo 18:15:17 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 18:15:17 $ docker stop --time=1 d551b399f3fe384a581b893b941c8730d67e38543b860ee991128bab41409ecd 18:15:19 $ docker rm -f --volumes d551b399f3fe384a581b893b941c8730d67e38543b860ee991128bab41409ecd [Pipeline] // withDockerContainer [Pipeline] sh 18:15:19 + sudo chown -R jenkins:jenkins . [Pipeline] stash 18:15:19 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 18:15:20 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 18:15:20 18:15:20 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:15:20 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 18:15:20 latest: Pulling from edgex-lftools-log-publisher 18:15:20 5eb5b503b376: Pulling fs layer 18:15:20 5c69ac0246d0: Pulling fs layer 18:15:20 ec43610c2a17: Pulling fs layer 18:15:20 3a2ae6a8a46f: Pulling fs layer 18:15:20 33b1e0a273af: Pulling fs layer 18:15:20 5d3b04190fa2: Pulling fs layer 18:15:20 2f39f015ded8: Pulling fs layer 18:15:20 3a2ae6a8a46f: Waiting 18:15:20 33b1e0a273af: Waiting 18:15:20 5d3b04190fa2: Waiting 18:15:20 2f39f015ded8: Waiting 18:15:21 5c69ac0246d0: Download complete 18:15:21 3a2ae6a8a46f: Verifying Checksum 18:15:21 3a2ae6a8a46f: Download complete 18:15:21 db1c61fa0a46: Pull complete 18:15:21 33b1e0a273af: Verifying Checksum 18:15:21 33b1e0a273af: Download complete 18:15:21 5d3b04190fa2: Verifying Checksum 18:15:21 5d3b04190fa2: Download complete 18:15:21 ec43610c2a17: Verifying Checksum 18:15:21 ec43610c2a17: Download complete 18:15:21 5eb5b503b376: Verifying Checksum 18:15:21 5eb5b503b376: Download complete 18:15:22 2f39f015ded8: Download complete 18:15:22 5eb5b503b376: Pull complete 18:15:22 5c69ac0246d0: Pull complete 18:15:22 891c053d2c06: Pull complete 18:15:22 Digest: sha256:2cacf8bfc28650abd52610e42dcfc04852e818eb73900ea96edaef96a54d0b45 18:15:22 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 18:15:22 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [Pipeline] sh 18:15:23 + docker tag nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine ci-base-image-arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:15:23 ec43610c2a17: Pull complete 18:15:23 3a2ae6a8a46f: Pull complete 18:15:23 + docker inspect -f . ci-base-image-arm64 18:15:23 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 18:15:23 33b1e0a273af: Pull complete 18:15:23 5d3b04190fa2: Pull complete 18:15:23 prd-ubuntu20.04-docker-arm64-4c-16g-5852 does not seem to be running inside a container 18:15:23 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-bootstrap/112 -v /w/workspace/go-mod-bootstrap/112:/w/workspace/go-mod-bootstrap/112:rw,z -v /w/workspace/go-mod-bootstrap/112@tmp:/w/workspace/go-mod-bootstrap/112@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-arm64 cat 18:15:26 $ docker top e89c9c64a1f0fd9db404913d938f3caf4f84da22c28322bdf75b743a90da40ae -eo pid,comm [Pipeline] { [Pipeline] sh 18:15:27 + go version 18:15:27 go version go1.18.7 linux/arm64 [Pipeline] } 18:15:27 $ docker stop --time=1 e89c9c64a1f0fd9db404913d938f3caf4f84da22c28322bdf75b743a90da40ae 18:15:27 2f39f015ded8: Pull complete 18:15:27 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 18:15:27 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 18:15:27 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 18:15:29 $ docker rm -f --volumes e89c9c64a1f0fd9db404913d938f3caf4f84da22c28322bdf75b743a90da40ae [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] } [Pipeline] // script [Pipeline] // withEnv [Pipeline] } [Pipeline] } [Pipeline] // stage [Pipeline] // withEnv [Pipeline] withDockerContainer 18:15:29 prd-ubuntu20.04-docker-8c-8g-5846 does not seem to be running inside a container 18:15:29 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/gexfoundry_go-mod-bootstrap_main -v /w/workspace/gexfoundry_go-mod-bootstrap_main:/w/workspace/gexfoundry_go-mod-bootstrap_main:rw,z -v /w/workspace/gexfoundry_go-mod-bootstrap_main@tmp:/w/workspace/gexfoundry_go-mod-bootstrap_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 18:15:31 $ docker top 48a2d4fa32630d63df338b409942f6ee77c5198d8d5f7fa0f7b811103189a5bb -eo pid,comm [Pipeline] { [Pipeline] stage [Pipeline] { (Test) [Pipeline] libraryResource [Pipeline] sh [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:15:31 ---> job-cost.sh 18:15:31 lf-activate-venv: SKIPPING 18:15:31 INFO: No Stack... 18:15:31 + docker inspect -f . ci-base-image-arm64 18:15:31 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 18:15:32 INFO: Retrieving Pricing Info for: v3-standard-8 18:15:32 prd-ubuntu20.04-docker-arm64-4c-16g-5852 does not seem to be running inside a container 18:15:32 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/go-mod-bootstrap/112 -v /w/workspace/go-mod-bootstrap/112:/w/workspace/go-mod-bootstrap/112:rw,z -v /w/workspace/go-mod-bootstrap/112@tmp:/w/workspace/go-mod-bootstrap/112@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-arm64 cat 18:15:32 INFO: Archiving Costs 18:15:33 $ docker top f1d4fa8f0ab72785dd70a97fbe3921e11d49cd7156b316728a0f6ae86f390c64 -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] sh 18:15:33 + cat /w/workspace/gexfoundry_go-mod-bootstrap_main/archives/cost.csv 18:15:33 + cut -d, -f6 [Pipeline] lock 18:15:33 Trying to acquire lock on [jenkins-edgexfoundry-go-mod-bootstrap-main-112-stack-cost] 18:15:33 Resource [jenkins-edgexfoundry-go-mod-bootstrap-main-112-stack-cost] did not exist. Created. 18:15:33 Lock acquired on [jenkins-edgexfoundry-go-mod-bootstrap-main-112-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 18:15:33 + git config --global --add safe.directory /w/workspace/go-mod-bootstrap/112 [Pipeline] fileExists [Pipeline] sh 18:15:34 + echo total: 0.2199999988079071 [Pipeline] stash 18:15:34 Stashed 1 file(s) [Pipeline] } 18:15:34 Lock released on resource [jenkins-edgexfoundry-go-mod-bootstrap-main-112-stack-cost] [Pipeline] // lock [Pipeline] } 18:15:34 $ docker stop --time=1 48a2d4fa32630d63df338b409942f6ee77c5198d8d5f7fa0f7b811103189a5bb 18:15:34 + make test 18:15:34 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 18:15:34 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v3 v3.0.0-dev.14 18:15:34 go: downloading github.com/edgexfoundry/go-mod-registry/v3 v3.0.0-dev.3 18:15:34 go: downloading github.com/edgexfoundry/go-mod-configuration/v3 v3.0.0-dev.3 18:15:34 go: downloading github.com/mitchellh/copystructure v1.2.0 18:15:34 go: downloading github.com/pelletier/go-toml v1.9.5 18:15:34 go: downloading github.com/stretchr/testify v1.8.1 18:15:34 go: downloading github.com/eclipse/paho.mqtt.golang v1.4.2 18:15:35 go: downloading github.com/edgexfoundry/go-mod-messaging/v3 v3.0.0-dev.9 18:15:35 go: downloading github.com/edgexfoundry/go-mod-secrets/v3 v3.0.0-dev.7 18:15:35 go: downloading github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 18:15:35 go: downloading github.com/gorilla/mux v1.8.0 18:15:35 go: downloading github.com/hashicorp/go-multierror v1.1.1 18:15:35 go: downloading github.com/mitchellh/reflectwalk v1.0.2 18:15:35 go: downloading github.com/go-kit/log v0.2.1 18:15:35 go: downloading github.com/go-playground/validator/v10 v10.11.2 18:15:35 go: downloading github.com/google/uuid v1.3.0 18:15:35 go: downloading github.com/davecgh/go-spew v1.1.1 18:15:35 go: downloading github.com/pmezard/go-difflib v1.0.0 18:15:35 go: downloading github.com/stretchr/objx v0.5.0 18:15:35 go: downloading gopkg.in/yaml.v3 v3.0.1 18:15:35 go: downloading github.com/gorilla/websocket v1.4.2 18:15:35 go: downloading golang.org/x/net v0.5.0 18:15:35 go: downloading golang.org/x/sync v0.1.0 18:15:35 go: downloading github.com/spiffe/go-spiffe/v2 v2.1.2 18:15:35 $ docker rm -f --volumes 48a2d4fa32630d63df338b409942f6ee77c5198d8d5f7fa0f7b811103189a5bb [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 18:15:35 go: downloading github.com/fxamacker/cbor/v2 v2.4.0 18:15:35 go: downloading github.com/hashicorp/errwrap v1.0.0 18:15:35 go: downloading github.com/hashicorp/consul/api v1.18.0 18:15:35 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 18:15:35 go: downloading github.com/go-logfmt/logfmt v0.5.1 18:15:35 go: downloading github.com/go-playground/universal-translator v0.18.1 18:15:35 go: downloading github.com/leodido/go-urn v1.2.1 18:15:35 go: downloading golang.org/x/crypto v0.5.0 18:15:35 go: downloading golang.org/x/text v0.6.0 18:15:36 go: downloading github.com/zeebo/errs v1.3.0 18:15:36 go: downloading google.golang.org/grpc v1.51.0 18:15:37 go: downloading github.com/go-redis/redis/v7 v7.3.0 18:15:37 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 18:15:37 go: downloading github.com/mitchellh/mapstructure v1.5.0 18:15:37 go: downloading github.com/x448/float16 v0.8.4 18:15:37 go: downloading github.com/go-playground/locales v0.14.1 18:15:37 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 18:15:37 go: downloading github.com/hashicorp/go-hclog v0.14.1 18:15:37 go: downloading github.com/hashicorp/go-rootcerts v1.0.2 18:15:37 go: downloading github.com/hashicorp/serf v0.10.1 18:15:37 go: downloading gopkg.in/square/go-jose.v2 v2.6.0 18:15:37 go: downloading google.golang.org/protobuf v1.28.1 18:15:38 go: downloading google.golang.org/genproto v0.0.0-20230109162033-3c3c17ce83e6 18:15:38 go: downloading github.com/fatih/color v1.9.0 18:15:38 go: downloading github.com/mattn/go-isatty v0.0.14 18:15:38 go: downloading github.com/armon/go-metrics v0.3.10 18:15:38 go: downloading github.com/golang/protobuf v1.5.2 18:15:39 go: downloading golang.org/x/sys v0.4.0 18:15:39 go: downloading github.com/mattn/go-colorable v0.1.12 18:15:39 go: downloading github.com/hashicorp/go-immutable-radix v1.3.0 18:15:39 go: downloading github.com/hashicorp/golang-lru v0.5.4 18:17:00 ? github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap [no test files] 18:17:13 ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/config 15.116s coverage: 35.2% of statements 18:17:13 ? github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/container [no test files] 18:17:13 ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/environment 0.098s coverage: 92.5% of statements 18:17:13 ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/flags 0.038s coverage: 85.3% of statements 18:17:13 ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/handlers 2.101s coverage: 46.1% of statements 18:17:13 ? github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/interfaces [no test files] 18:17:13 ? github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/interfaces/mocks [no test files] 18:17:13 ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/messaging 0.061s coverage: 100.0% of statements 18:17:13 ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/metrics 0.370s coverage: 88.3% of statements 18:17:13 ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/registration 0.050s coverage: 25.0% of statements 18:17:13 ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/secret 3.131s coverage: 81.2% of statements 18:17:13 ? github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/startup [no test files] 18:17:13 ok github.com/edgexfoundry/go-mod-bootstrap/v3/config 0.057s coverage: 31.2% of statements 18:17:13 ok github.com/edgexfoundry/go-mod-bootstrap/v3/di 0.015s coverage: 91.3% of statements 18:17:13 WARNING: Linting skipped (not on x86_64 or linter not installed) 18:17:13 CGO_ENABLED=1 GO111MODULE=on go vet ./... 18:17:35 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 18:17:35 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [Pipeline] echo 18:17:35 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 18:17:35 $ docker stop --time=1 f1d4fa8f0ab72785dd70a97fbe3921e11d49cd7156b316728a0f6ae86f390c64 18:17:36 $ docker rm -f --volumes f1d4fa8f0ab72785dd70a97fbe3921e11d49cd7156b316728a0f6ae86f390c64 [Pipeline] // withDockerContainer [Pipeline] sh 18:17:39 + sudo chown -R jenkins:jenkins . [Pipeline] stash 18:17:39 Warning: overwriting stash ‘coverage-report’ 18:17:39 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 18:17:40 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 18:17:40 18:17:40 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:17:40 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 18:17:41 arm64: Pulling from edgex-lftools-log-publisher 18:17:41 8998bd30e6a1: Pulling fs layer 18:17:41 04944245beec: Pulling fs layer 18:17:41 699f458cf7ca: Pulling fs layer 18:17:41 765212b225bb: Pulling fs layer 18:17:41 f23df028b6ca: Pulling fs layer 18:17:41 d65c8cfc05b1: Pulling fs layer 18:17:41 2437ff75d9bd: Pulling fs layer 18:17:41 f23df028b6ca: Waiting 18:17:41 765212b225bb: Waiting 18:17:41 2437ff75d9bd: Waiting 18:17:41 d65c8cfc05b1: Waiting 18:17:41 04944245beec: Verifying Checksum 18:17:41 04944245beec: Download complete 18:17:41 765212b225bb: Download complete 18:17:41 f23df028b6ca: Verifying Checksum 18:17:41 f23df028b6ca: Download complete 18:17:41 d65c8cfc05b1: Verifying Checksum 18:17:41 d65c8cfc05b1: Download complete 18:17:41 699f458cf7ca: Verifying Checksum 18:17:41 699f458cf7ca: Download complete 18:17:41 8998bd30e6a1: Verifying Checksum 18:17:41 8998bd30e6a1: Download complete 18:17:43 2437ff75d9bd: Verifying Checksum 18:17:43 2437ff75d9bd: Download complete 18:17:46 8998bd30e6a1: Pull complete 18:17:46 04944245beec: Pull complete 18:17:48 699f458cf7ca: Pull complete 18:17:48 765212b225bb: Pull complete 18:17:48 f23df028b6ca: Pull complete 18:17:48 d65c8cfc05b1: Pull complete 18:18:01 2437ff75d9bd: Pull complete 18:18:01 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 18:18:01 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 18:18:01 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 18:18:01 prd-ubuntu20.04-docker-arm64-4c-16g-5852 does not seem to be running inside a container 18:18:01 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/go-mod-bootstrap/112 -v /w/workspace/go-mod-bootstrap/112:/w/workspace/go-mod-bootstrap/112:rw,z -v /w/workspace/go-mod-bootstrap/112@tmp:/w/workspace/go-mod-bootstrap/112@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:arm64 cat 18:18:03 $ docker top 4509dfe8c385c12dbb0663447e795a747e268ffc6e3cd470a4a38f7a77893c19 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 18:18:04 ---> job-cost.sh 18:18:04 lf-activate-venv: SKIPPING 18:18:04 INFO: No Stack... 18:18:04 INFO: Retrieving Pricing Info for: v3-standard-4 18:18:05 INFO: Archiving Costs [Pipeline] sh 18:18:06 + + cutcat -d, /w/workspace/go-mod-bootstrap/112/archives/cost.csv -f6 18:18:06 [Pipeline] lock 18:18:06 Trying to acquire lock on [jenkins-edgexfoundry-go-mod-bootstrap-main-112-stack-cost] 18:18:06 Resource [jenkins-edgexfoundry-go-mod-bootstrap-main-112-stack-cost] did not exist. Created. 18:18:06 Lock acquired on [jenkins-edgexfoundry-go-mod-bootstrap-main-112-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 18:18:06 /w/workspace/go-mod-bootstrap/112@tmp/durable-8b2ff1db/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh 18:18:07 + echo total: 0.10999999940395355 [Pipeline] stash 18:18:07 Warning: overwriting stash ‘stack-cost’ 18:18:07 Stashed 1 file(s) [Pipeline] } 18:18:07 Lock released on resource [jenkins-edgexfoundry-go-mod-bootstrap-main-112-stack-cost] [Pipeline] // lock [Pipeline] } 18:18:07 $ docker stop --time=1 4509dfe8c385c12dbb0663447e795a747e268ffc6e3cd470a4a38f7a77893c19 18:18:09 $ docker rm -f --volumes 4509dfe8c385c12dbb0663447e795a747e268ffc6e3cd470a4a38f7a77893c19 [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 18:18:09 provisioning config files... 18:18:09 copy managed file [go-mod-bootstrap-codecov-token] to file:/w/workspace/gexfoundry_go-mod-bootstrap_main@tmp/config2476283217409988325tmp [Pipeline] { [Pipeline] sh 18:18:09 + set +x 18:18:09 + curl -s https://codecov.io/bash 18:18:09 + bash -s -- 18:18:09 18:18:09 _____ _ 18:18:09 / ____| | | 18:18:09 | | ___ __| | ___ ___ _____ __ 18:18:09 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 18:18:09 | |___| (_) | (_| | __/ (_| (_) \ V / 18:18:09 \_____\___/ \__,_|\___|\___\___/ \_/ 18:18:09 Bash-1.0.6 18:18:09 18:18:09 18:18:09 ==> git version 2.25.1 found 18:18:09 ==> 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 18:18:09 Release-Date: 2020-01-08 18:18:09 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 18:18:09 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 18:18:09 ==> Jenkins CI detected. 18:18:09 current dir:  /w/workspace/gexfoundry_go-mod-bootstrap_main 18:18:09 project root: . 18:18:09 --> token set from env 18:18:09 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 18:18:10 ==> Running gcov in . (disable via -X gcov) 18:18:10 ==> Python coveragepy not found 18:18:10 ==> Searching for coverage reports in: 18:18:10 + . 18:18:10 -> Found 1 reports 18:18:10 ==> Detecting git/mercurial file structure 18:18:10 ==> Reading reports 18:18:10 + ./coverage.out bytes=77297 18:18:10 ==> Appending adjustments 18:18:10 https://docs.codecov.io/docs/fixing-reports 18:18:10 + Found adjustments 18:18:10 ==> Gzipping contents 18:18:10 16K /tmp/codecov.wd3Tqz.gz 18:18:10 ==> Uploading reports 18:18:10 url: https://codecov.io 18:18:10 query: branch=main&commit=45461fad361632d16a9d7c5ffe600ba7f8b7715b&build=112&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-bootstrap%2Fjob%2Fmain%2F112%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-bootstrap&service=jenkins&flags=&pr=&job=&cmd_args= 18:18:10 -> Pinging Codecov 18:18:10 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=c5112490-c224-4931-97ab-fb3b10067c12&branch=main&commit=45461fad361632d16a9d7c5ffe600ba7f8b7715b&build=112&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-bootstrap%2Fjob%2Fmain%2F112%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-bootstrap&service=jenkins&flags=&pr=&job=&cmd_args= 18:18:10 -> Uploading to 18:18:10 https://storage.googleapis.com/codecov/v4/raw/2023-02-14/833815588EE85121546D348822E98E2E/45461fad361632d16a9d7c5ffe600ba7f8b7715b/01f96a53-acc6-4bf6-81fe-151db399df33.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230214%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230214T181810Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=d71bc618e9caf51e1572adf19ce10f46d7e6acfb9008eeac4849394984dd858c 18:18:10 % Total % Received % Xferd Average Speed Time Time Time Current 18:18:10 Dload Upload Total Spent Left Speed 18:18:10 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12409 0 0 100 12409 0 39022 --:--:-- --:--:-- --:--:-- 39022 18:18:10 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/go-mod-bootstrap/commit/45461fad361632d16a9d7c5ffe600ba7f8b7715b [Pipeline] } 18:18:10 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 18:18:10 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 18:18:11 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:18:11 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 18:18:11 18:18:11 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:18:11 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 18:18:11 1.410.4: Pulling from edgex-devops/edgex-snyk-go 18:18:11 df9b9388f04a: Pulling fs layer 18:18:11 52dc419b0ee2: Pulling fs layer 18:18:11 25bc292e5bac: Pulling fs layer 18:18:11 114826534d7a: Pulling fs layer 18:18:11 4657fd5d0bcf: Pulling fs layer 18:18:11 6ad1cebc031e: Pulling fs layer 18:18:11 8a3aa393b2d8: Pulling fs layer 18:18:11 6ad1cebc031e: Waiting 18:18:11 114826534d7a: Waiting 18:18:11 8a3aa393b2d8: Waiting 18:18:11 4657fd5d0bcf: Waiting 18:18:11 25bc292e5bac: Verifying Checksum 18:18:11 25bc292e5bac: Download complete 18:18:11 52dc419b0ee2: Download complete 18:18:11 4657fd5d0bcf: Download complete 18:18:11 df9b9388f04a: Download complete 18:18:12 df9b9388f04a: Pull complete 18:18:12 6ad1cebc031e: Verifying Checksum 18:18:12 52dc419b0ee2: Pull complete 18:18:12 25bc292e5bac: Pull complete 18:18:12 114826534d7a: Verifying Checksum 18:18:12 114826534d7a: Download complete 18:18:13 8a3aa393b2d8: Download complete 18:18:15 114826534d7a: Pull complete 18:18:15 4657fd5d0bcf: Pull complete 18:18:16 6ad1cebc031e: Pull complete 18:18:18 8a3aa393b2d8: Pull complete 18:18:18 Digest: sha256:4b4dcd1004c4b70ae7ff23424eaa7ae18978b3759dc64bf5c8870aa20fc5e024 18:18:18 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 18:18:18 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 18:18:19 prd-ubuntu20.04-docker-8c-8g-5846 does not seem to be running inside a container 18:18:19 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/gexfoundry_go-mod-bootstrap_main -v /w/workspace/gexfoundry_go-mod-bootstrap_main:/w/workspace/gexfoundry_go-mod-bootstrap_main:rw,z -v /w/workspace/gexfoundry_go-mod-bootstrap_main@tmp:/w/workspace/gexfoundry_go-mod-bootstrap_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 18:18:21 $ docker top 89cc103250bdc54afb97e510e5edd06654da13e971d5bb69cdf327bcb1f9f05c -eo pid,comm [Pipeline] { [Pipeline] echo 18:18:21 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/go-mod-bootstrap:main' [Pipeline] sh 18:18:21 + set -o pipefail 18:18:21 + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/go-mod-bootstrap:main' 18:18:25 18:18:25 Monitoring /w/workspace/gexfoundry_go-mod-bootstrap_main (github.com/edgexfoundry/go-mod-bootstrap/v3)... 18:18:25 18:18:25 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/ad282025-43b6-4430-aa65-23b0e23d9f55/history/a1b5b765-295d-4054-ba1c-a1f2ade9afea 18:18:25 18:18:25 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 18:18:25 18:18:25 18:18:25 A medium severity vulnerability was found in the Snyk CLI versions you are using. 18:18:25 We fixed the vulnerability in version 1.996.0. We recommend updating to the latest version. 18:18:25 More details here: https://snyk.co/ue1NS [Pipeline] } 18:18:25 $ docker stop --time=1 89cc103250bdc54afb97e510e5edd06654da13e971d5bb69cdf327bcb1f9f05c 18:18:28 $ docker rm -f --volumes 89cc103250bdc54afb97e510e5edd06654da13e971d5bb69cdf327bcb1f9f05c [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 18:18:28 + git log --format=format:%s -1 45461fad361632d16a9d7c5ffe600ba7f8b7715b [Pipeline] sh 18:18:28 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 18:18:28 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:18:29 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 18:18:29 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 18:18:29 prd-ubuntu20.04-docker-8c-8g-5846 does not seem to be running inside a container 18:18:29 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_go-mod-bootstrap_main -v /w/workspace/gexfoundry_go-mod-bootstrap_main:/w/workspace/gexfoundry_go-mod-bootstrap_main:rw,z -v /w/workspace/gexfoundry_go-mod-bootstrap_main@tmp:/w/workspace/gexfoundry_go-mod-bootstrap_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 18:18:29 $ docker top e6c5744ec97c506894e7bf4dfee8c0953bd909334f6bdc8284bdd8ab7439d8b9 -eo pid,comm 18:18:29 ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). 18:18:29 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 18:18:29 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:18:29 [ssh-agent] Looking for ssh-agent implementation... 18:18:29 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:18:29 $ docker exec e6c5744ec97c506894e7bf4dfee8c0953bd909334f6bdc8284bdd8ab7439d8b9 ssh-agent 18:18:30 SSH_AUTH_SOCK=/tmp/ssh-3KR4ttAiR4yv/agent.33 18:18:30 SSH_AGENT_PID=39 18:18:30 Running ssh-add (command line suppressed) 18:18:30 Identity added: /w/workspace/gexfoundry_go-mod-bootstrap_main@tmp/private_key_10163463081444689444.key (/w/workspace/gexfoundry_go-mod-bootstrap_main@tmp/private_key_10163463081444689444.key) 18:18:30 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:18:30 + git semver tag 18:18:30 2023-02-14 18:18:30,658 [run_tag] DEBUG tag force:False 18:18:30 2023-02-14 18:18:30,658 [check_head_tag] DEBUG check head tag 18:18:30 2023-02-14 18:18:30,660 [execute] INFO git cat-file --batch-check 18:18:30 2023-02-14 18:18:30,660 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/gexfoundry_go-mod-bootstrap_main, universal_newlines=False, shell=None, istream=) 18:18:30 2023-02-14 18:18:30,664 [execute] INFO git cat-file --batch 18:18:30 2023-02-14 18:18:30,664 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/gexfoundry_go-mod-bootstrap_main, universal_newlines=False, shell=None, istream=) 18:18:30 2023-02-14 18:18:30,699 [read_version] DEBUG read version from /w/workspace/gexfoundry_go-mod-bootstrap_main/.semver/main 18:18:30 2023-02-14 18:18:30,699 [execute] INFO git tag -a v3.0.0-dev.24 -m v3.0.0-dev.24 18:18:30 2023-02-14 18:18:30,699 [execute] DEBUG Popen(['git', 'tag', '-a', 'v3.0.0-dev.24', '-m', 'v3.0.0-dev.24'], cwd=/w/workspace/gexfoundry_go-mod-bootstrap_main, universal_newlines=False, shell=None, istream=None) 18:18:30 2023-02-14 18:18:30,704 [read_version] DEBUG read version from /w/workspace/gexfoundry_go-mod-bootstrap_main/.semver/main 18:18:30 3.0.0-dev.24 [Pipeline] } 18:18:30 $ docker exec --env ******** --env ******** e6c5744ec97c506894e7bf4dfee8c0953bd909334f6bdc8284bdd8ab7439d8b9 ssh-agent -k 18:18:30 unset SSH_AUTH_SOCK; 18:18:30 unset SSH_AGENT_PID; 18:18:30 echo Agent pid 39 killed; 18:18:30 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 18:18:31 + git semver [Pipeline] } 18:18:31 $ docker stop --time=1 e6c5744ec97c506894e7bf4dfee8c0953bd909334f6bdc8284bdd8ab7439d8b9 18:18:32 $ docker rm -f --volumes e6c5744ec97c506894e7bf4dfee8c0953bd909334f6bdc8284bdd8ab7439d8b9 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:18:33 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 18:18:33 18:18:33 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:18:33 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 18:18:33 0.23.1-centos7: Pulling from edgex-lftools 18:18:33 ab5ef0e58194: Pulling fs layer 18:18:33 9712f1f96733: Pulling fs layer 18:18:33 63f879dbbcfc: Pulling fs layer 18:18:33 0d9ebad4ef96: Pulling fs layer 18:18:33 e9a5061849ea: Pulling fs layer 18:18:33 d747dcd14b5f: Pulling fs layer 18:18:33 2de7ff778b66: Pulling fs layer 18:18:33 d747dcd14b5f: Waiting 18:18:33 2de7ff778b66: Waiting 18:18:33 0d9ebad4ef96: Waiting 18:18:33 e9a5061849ea: Waiting 18:18:33 9712f1f96733: Verifying Checksum 18:18:33 9712f1f96733: Download complete 18:18:34 63f879dbbcfc: Verifying Checksum 18:18:34 63f879dbbcfc: Download complete 18:18:34 e9a5061849ea: Verifying Checksum 18:18:34 e9a5061849ea: Download complete 18:18:34 d747dcd14b5f: Download complete 18:18:35 ab5ef0e58194: Verifying Checksum 18:18:35 ab5ef0e58194: Download complete 18:18:35 2de7ff778b66: Verifying Checksum 18:18:35 2de7ff778b66: Download complete 18:18:35 0d9ebad4ef96: Verifying Checksum 18:18:35 0d9ebad4ef96: Download complete 18:18:37 ab5ef0e58194: Pull complete 18:18:37 9712f1f96733: Pull complete 18:18:38 63f879dbbcfc: Pull complete 18:18:41 0d9ebad4ef96: Pull complete 18:18:41 e9a5061849ea: Pull complete 18:18:41 d747dcd14b5f: Pull complete 18:18:42 2de7ff778b66: Pull complete 18:18:42 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 18:18:42 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 18:18:42 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 18:18:42 prd-ubuntu20.04-docker-8c-8g-5846 does not seem to be running inside a container 18:18:42 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/gexfoundry_go-mod-bootstrap_main -v /w/workspace/gexfoundry_go-mod-bootstrap_main:/w/workspace/gexfoundry_go-mod-bootstrap_main:rw,z -v /w/workspace/gexfoundry_go-mod-bootstrap_main@tmp:/w/workspace/gexfoundry_go-mod-bootstrap_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 18:18:45 $ docker top 2e6e7fe34bdb59396fd6bc56cacf98909024e1d0f5cdd8dde619f26eafe64008 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 18:18:45 provisioning config files... 18:18:45 copy managed file [sigul-config] to file:/w/workspace/gexfoundry_go-mod-bootstrap_main@tmp/config7134646204035041305tmp 18:18:45 copy managed file [sigul-password] to file:/w/workspace/gexfoundry_go-mod-bootstrap_main@tmp/config14702795070583676615tmp 18:18:45 copy managed file [sigul-pki] to file:/w/workspace/gexfoundry_go-mod-bootstrap_main@tmp/config13659587851694668424tmp [Pipeline] { [Pipeline] echo 18:18:45 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 18:18:45 ---> sigul-configuration.sh 18:18:45 gpg: directory `/root/.gnupg' created 18:18:45 gpg: new configuration file `/root/.gnupg/gpg.conf' created 18:18:45 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 18:18:45 gpg: keyring `/root/.gnupg/secring.gpg' created 18:18:45 gpg: keyring `/root/.gnupg/pubring.gpg' created 18:18:45 gpg: CAST5 encrypted data 18:18:45 gpg: encrypted with 1 passphrase 18:18:45 gpg: WARNING: message was not integrity protected [Pipeline] sh 18:18:45 + mkdir /home/jenkins 18:18:45 + mkdir /home/jenkins/sigul [Pipeline] sh 18:18:46 + 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 18:18:46 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 18:18:46 ---> sigul-install.sh 18:18:46 Sigul already installed; skipping installation. [Pipeline] sh 18:18:46 + git tag --list 18:18:46 v0.0.1 18:18:46 v0.0.10 18:18:46 v0.0.11 18:18:46 v0.0.12 18:18:46 v0.0.13 18:18:46 v0.0.14 18:18:46 v0.0.15 18:18:46 v0.0.16 18:18:46 v0.0.17 18:18:46 v0.0.18 18:18:46 v0.0.19 18:18:46 v0.0.2 18:18:46 v0.0.20 18:18:46 v0.0.21 18:18:46 v0.0.22 18:18:46 v0.0.23 18:18:46 v0.0.24 18:18:46 v0.0.25 18:18:46 v0.0.26 18:18:46 v0.0.27 18:18:46 v0.0.28 18:18:46 v0.0.29 18:18:46 v0.0.3 18:18:46 v0.0.30 18:18:46 v0.0.31 18:18:46 v0.0.32 18:18:46 v0.0.33 18:18:46 v0.0.34 18:18:46 v0.0.35 18:18:46 v0.0.36 18:18:46 v0.0.37 18:18:46 v0.0.38 18:18:46 v0.0.39 18:18:46 v0.0.4 18:18:46 v0.0.40 18:18:46 v0.0.41 18:18:46 v0.0.42 18:18:46 v0.0.43 18:18:46 v0.0.44 18:18:46 v0.0.45 18:18:46 v0.0.46 18:18:46 v0.0.47 18:18:46 v0.0.48 18:18:46 v0.0.49 18:18:46 v0.0.5 18:18:46 v0.0.50 18:18:46 v0.0.51 18:18:46 v0.0.52 18:18:46 v0.0.53 18:18:46 v0.0.54 18:18:46 v0.0.55 18:18:46 v0.0.56 18:18:46 v0.0.57 18:18:46 v0.0.58 18:18:46 v0.0.59 18:18:46 v0.0.6 18:18:46 v0.0.60 18:18:46 v0.0.61 18:18:46 v0.0.62 18:18:46 v0.0.63 18:18:46 v0.0.64 18:18:46 v0.0.65 18:18:46 v0.0.66 18:18:46 v0.0.67 18:18:46 v0.0.68 18:18:46 v0.0.69 18:18:46 v0.0.7 18:18:46 v0.0.70 18:18:46 v0.0.71 18:18:46 v0.0.72 18:18:46 v0.0.8 18:18:46 v0.0.9 18:18:46 v2.0.0 18:18:46 v2.1.0 18:18:46 v2.1.1 18:18:46 v2.1.1-dev.1 18:18:46 v2.1.1-dev.2 18:18:46 v2.1.1-dev.3 18:18:46 v2.1.1-dev.4 18:18:46 v2.2.0 18:18:46 v2.2.1-dev.1 18:18:46 v2.2.1-dev.2 18:18:46 v2.2.1-dev.3 18:18:46 v2.2.1-dev.4 18:18:46 v2.2.1-dev.5 18:18:46 v2.2.1-dev.6 18:18:46 v2.2.1-dev.7 18:18:46 v2.2.1-dev.8 18:18:46 v2.2.1-dev.9 18:18:46 v2.3.0 18:18:46 v2.3.0-dev.10 18:18:46 v2.3.0-dev.11 18:18:46 v2.3.0-dev.12 18:18:46 v2.3.0-dev.13 18:18:46 v2.3.0-dev.14 18:18:46 v2.3.0-dev.15 18:18:46 v2.3.0-dev.16 18:18:46 v2.3.0-dev.17 18:18:46 v2.3.0-dev.18 18:18:46 v2.3.0-dev.19 18:18:46 v2.3.0-dev.20 18:18:46 v2.3.0-dev.21 18:18:46 v2.3.0-dev.22 18:18:46 v2.3.0-dev.23 18:18:46 v2.3.0-dev.24 18:18:46 v2.3.0-dev.25 18:18:46 v2.3.0-dev.26 18:18:46 v2.3.0-dev.27 18:18:46 v2.3.0-dev.28 18:18:46 v2.3.0-dev.29 18:18:46 v2.3.0-dev.30 18:18:46 v3.0.0-dev.1 18:18:46 v3.0.0-dev.10 18:18:46 v3.0.0-dev.11 18:18:46 v3.0.0-dev.12 18:18:46 v3.0.0-dev.13 18:18:46 v3.0.0-dev.14 18:18:46 v3.0.0-dev.15 18:18:46 v3.0.0-dev.16 18:18:46 v3.0.0-dev.17 18:18:46 v3.0.0-dev.18 18:18:46 v3.0.0-dev.19 18:18:46 v3.0.0-dev.2 18:18:46 v3.0.0-dev.20 18:18:46 v3.0.0-dev.21 18:18:46 v3.0.0-dev.22 18:18:46 v3.0.0-dev.23 18:18:46 v3.0.0-dev.24 18:18:46 v3.0.0-dev.3 18:18:46 v3.0.0-dev.4 18:18:46 v3.0.0-dev.5 18:18:46 v3.0.0-dev.6 18:18:46 v3.0.0-dev.7 18:18:46 v3.0.0-dev.8 18:18:46 v3.0.0-dev.9 [Pipeline] sh 18:18:46 + lftools sign git-tag v3.0.0-dev.24 18:18:47 Signing Git tag with Sigul... 18:18:47 Signing v3.0.0-dev.24 [Pipeline] echo 18:18:47 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 18:18:48 ---> sigul-configuration-cleanup.sh [Pipeline] } 18:18:48 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 18:18:48 $ docker stop --time=1 2e6e7fe34bdb59396fd6bc56cacf98909024e1d0f5cdd8dde619f26eafe64008 18:18:49 $ docker rm -f --volumes 2e6e7fe34bdb59396fd6bc56cacf98909024e1d0f5cdd8dde619f26eafe64008 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh 18:18:49 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 18:18:49 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:18:50 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 18:18:50 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 18:18:50 prd-ubuntu20.04-docker-8c-8g-5846 does not seem to be running inside a container 18:18:50 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_go-mod-bootstrap_main -v /w/workspace/gexfoundry_go-mod-bootstrap_main:/w/workspace/gexfoundry_go-mod-bootstrap_main:rw,z -v /w/workspace/gexfoundry_go-mod-bootstrap_main@tmp:/w/workspace/gexfoundry_go-mod-bootstrap_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 18:18:50 $ docker top a6816ec0cffd439f531d5014a9369833d70a23755cc786dd24509dedaea329c6 -eo pid,comm 18:18:50 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). 18:18:50 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 18:18:50 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:18:50 [ssh-agent] Looking for ssh-agent implementation... 18:18:50 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:18:50 $ docker exec a6816ec0cffd439f531d5014a9369833d70a23755cc786dd24509dedaea329c6 ssh-agent 18:18:50 SSH_AUTH_SOCK=/tmp/ssh-3ZIuwRL581Mc/agent.31 18:18:50 SSH_AGENT_PID=37 18:18:50 Running ssh-add (command line suppressed) 18:18:50 Identity added: /w/workspace/gexfoundry_go-mod-bootstrap_main@tmp/private_key_2442319235472555673.key (/w/workspace/gexfoundry_go-mod-bootstrap_main@tmp/private_key_2442319235472555673.key) 18:18:50 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:18:51 + git semver bump pre 18:18:51 2023-02-14 18:18:51,457 [read_version] DEBUG read version from /w/workspace/gexfoundry_go-mod-bootstrap_main/.semver/main 18:18:51 2023-02-14 18:18:51,457 [bump_version] DEBUG bumping version:3.0.0-dev.24 on axis:pre with prefix:dev 18:18:51 2023-02-14 18:18:51,458 [bump_version] DEBUG bumped version:3.0.0-dev.25 18:18:51 2023-02-14 18:18:51,458 [write_version] DEBUG write version:3.0.0-dev.25 to path:/w/workspace/gexfoundry_go-mod-bootstrap_main/.semver/main with force:True 18:18:51 2023-02-14 18:18:51,458 [read_version] DEBUG read version from /w/workspace/gexfoundry_go-mod-bootstrap_main/.semver/main 18:18:51 2023-02-14 18:18:51,458 [write_file] DEBUG write to file:/w/workspace/gexfoundry_go-mod-bootstrap_main/.semver/main 18:18:51 2023-02-14 18:18:51,459 [execute] INFO git cat-file --batch-check 18:18:51 2023-02-14 18:18:51,460 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/gexfoundry_go-mod-bootstrap_main/.semver, universal_newlines=False, shell=None, istream=) 18:18:51 2023-02-14 18:18:51,465 [execute] INFO git cat-file --batch 18:18:51 2023-02-14 18:18:51,465 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/gexfoundry_go-mod-bootstrap_main/.semver, universal_newlines=False, shell=None, istream=) 18:18:51 2023-02-14 18:18:51,472 [read_version] DEBUG read version from /w/workspace/gexfoundry_go-mod-bootstrap_main/.semver/main 18:18:51 3.0.0-dev.25 [Pipeline] } 18:18:51 $ docker exec --env ******** --env ******** a6816ec0cffd439f531d5014a9369833d70a23755cc786dd24509dedaea329c6 ssh-agent -k 18:18:51 unset SSH_AUTH_SOCK; 18:18:51 unset SSH_AGENT_PID; 18:18:51 echo Agent pid 37 killed; 18:18:51 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 18:18:51 + git semver [Pipeline] } 18:18:52 $ docker stop --time=1 a6816ec0cffd439f531d5014a9369833d70a23755cc786dd24509dedaea329c6 18:18:53 $ docker rm -f --volumes a6816ec0cffd439f531d5014a9369833d70a23755cc786dd24509dedaea329c6 [Pipeline] // withDockerContainer [Pipeline] sh 18:18:53 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 18:18:53 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:18:54 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 18:18:54 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 18:18:54 prd-ubuntu20.04-docker-8c-8g-5846 does not seem to be running inside a container 18:18:54 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_go-mod-bootstrap_main -v /w/workspace/gexfoundry_go-mod-bootstrap_main:/w/workspace/gexfoundry_go-mod-bootstrap_main:rw,z -v /w/workspace/gexfoundry_go-mod-bootstrap_main@tmp:/w/workspace/gexfoundry_go-mod-bootstrap_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 18:18:54 $ docker top f89bffebbc13cd2c7e572b5d69f18de00adb45b1f8be30bcb57ba442f1b1af01 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 18:18:54 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:18:54 [ssh-agent] Looking for ssh-agent implementation... 18:18:54 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:18:54 $ docker exec f89bffebbc13cd2c7e572b5d69f18de00adb45b1f8be30bcb57ba442f1b1af01 ssh-agent 18:18:54 SSH_AUTH_SOCK=/tmp/ssh-FdB32yaZtPsK/agent.32 18:18:54 SSH_AGENT_PID=38 18:18:54 Running ssh-add (command line suppressed) 18:18:55 Identity added: /w/workspace/gexfoundry_go-mod-bootstrap_main@tmp/private_key_5088918000200735524.key (/w/workspace/gexfoundry_go-mod-bootstrap_main@tmp/private_key_5088918000200735524.key) 18:18:55 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:18:55 + git semver push 18:18:55 2023-02-14 18:18:55,496 [run_push] DEBUG push 18:18:55 2023-02-14 18:18:55,497 [execute] INFO git cat-file --batch-check 18:18:55 2023-02-14 18:18:55,497 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/gexfoundry_go-mod-bootstrap_main/.semver, universal_newlines=False, shell=None, istream=) 18:18:55 2023-02-14 18:18:55,501 [execute] INFO git rev-list f8e802ba3379fe6cd9ff728612504f11338b338c -- 18:18:55 2023-02-14 18:18:55,501 [execute] DEBUG Popen(['git', 'rev-list', 'f8e802ba3379fe6cd9ff728612504f11338b338c', '--'], cwd=/w/workspace/gexfoundry_go-mod-bootstrap_main/.semver, universal_newlines=False, shell=None, istream=None) 18:18:55 2023-02-14 18:18:55,510 [execute] INFO git fetch -v origin 18:18:55 2023-02-14 18:18:55,511 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/gexfoundry_go-mod-bootstrap_main/.semver, universal_newlines=True, shell=None, istream=None) 18:18:56 2023-02-14 18:18:56,034 [run_push] DEBUG no remote changes detected 18:18:56 2023-02-14 18:18:56,034 [execute] INFO git push origin semver 18:18:56 2023-02-14 18:18:56,035 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/gexfoundry_go-mod-bootstrap_main/.semver, universal_newlines=False, shell=None, istream=None) 18:18:57 2023-02-14 18:18:56,965 [run_push] DEBUG push all version tags 18:18:57 2023-02-14 18:18:56,966 [execute] INFO git push origin refs/tags/v*:refs/tags/v* 18:18:57 2023-02-14 18:18:56,966 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/gexfoundry_go-mod-bootstrap_main, universal_newlines=False, shell=None, istream=None) 18:18:58 2023-02-14 18:18:57,880 [read_version] DEBUG read version from /w/workspace/gexfoundry_go-mod-bootstrap_main/.semver/main 18:18:58 3.0.0-dev.25 [Pipeline] } 18:18:58 $ docker exec --env ******** --env ******** f89bffebbc13cd2c7e572b5d69f18de00adb45b1f8be30bcb57ba442f1b1af01 ssh-agent -k 18:18:58 unset SSH_AUTH_SOCK; 18:18:58 unset SSH_AGENT_PID; 18:18:58 echo Agent pid 38 killed; 18:18:58 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 18:18:58 + git semver [Pipeline] } 18:18:58 $ docker stop --time=1 f89bffebbc13cd2c7e572b5d69f18de00adb45b1f8be30bcb57ba442f1b1af01 18:19:00 $ docker rm -f --volumes f89bffebbc13cd2c7e572b5d69f18de00adb45b1f8be30bcb57ba442f1b1af01 [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 18:19:00 + [ -d /w/workspace/gexfoundry_go-mod-bootstrap_main/archives ] 18:19:00 + ls -al /w/workspace/gexfoundry_go-mod-bootstrap_main/archives 18:19:00 total 16 18:19:00 drwxr-xr-x 3 root root 4096 Feb 14 18:15 . 18:19:00 drwxrwxr-x 9 jenkins jenkins 4096 Feb 14 18:18 .. 18:19:00 drwxr-xr-x 2 root root 4096 Feb 14 18:15 cost 18:19:00 -rw-r--r-- 1 root root 88 Feb 14 18:15 cost.csv 18:19:00 + sudo chown -R jenkins:jenkins /w/workspace/gexfoundry_go-mod-bootstrap_main/archives 18:19:00 + ls -al /w/workspace/gexfoundry_go-mod-bootstrap_main/archives 18:19:00 total 16 18:19:00 drwxr-xr-x 3 jenkins jenkins 4096 Feb 14 18:15 . 18:19:00 drwxrwxr-x 9 jenkins jenkins 4096 Feb 14 18:18 .. 18:19:00 drwxr-xr-x 2 jenkins jenkins 4096 Feb 14 18:15 cost 18:19:00 -rw-r--r-- 1 jenkins jenkins 88 Feb 14 18:15 cost.csv [Pipeline] libraryResource [Pipeline] sh 18:19:00 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 18:19:01 ---> package-listing.sh 18:19:01 ++ facter osfamily 18:19:01 ++ tr '[:upper:]' '[:lower:]' 18:19:01 + OS_FAMILY=debian 18:19:01 + workspace=/w/workspace/gexfoundry_go-mod-bootstrap_main 18:19:01 + START_PACKAGES=/tmp/packages_start.txt 18:19:01 + END_PACKAGES=/tmp/packages_end.txt 18:19:01 + DIFF_PACKAGES=/tmp/packages_diff.txt 18:19:01 + PACKAGES=/tmp/packages_start.txt 18:19:01 + '[' /w/workspace/gexfoundry_go-mod-bootstrap_main ']' 18:19:01 + PACKAGES=/tmp/packages_end.txt 18:19:01 + case "${OS_FAMILY}" in 18:19:01 + dpkg -l 18:19:01 + grep '^ii' 18:19:01 + '[' -f /tmp/packages_start.txt ']' 18:19:01 + '[' -f /tmp/packages_end.txt ']' 18:19:01 + diff /tmp/packages_start.txt /tmp/packages_end.txt 18:19:01 + '[' /w/workspace/gexfoundry_go-mod-bootstrap_main ']' 18:19:01 + mkdir -p /w/workspace/gexfoundry_go-mod-bootstrap_main/archives/ 18:19:01 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/gexfoundry_go-mod-bootstrap_main/archives/ [Pipeline] echo 18:19:02 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/gexfoundry_go-mod-bootstrap_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 18:19:02 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:19:02 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 18:19:02 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 18:19:02 prd-ubuntu20.04-docker-8c-8g-5846 does not seem to be running inside a container 18:19:02 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/gexfoundry_go-mod-bootstrap_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/gexfoundry_go-mod-bootstrap_main -v /w/workspace/gexfoundry_go-mod-bootstrap_main:/w/workspace/gexfoundry_go-mod-bootstrap_main:rw,z -v /w/workspace/gexfoundry_go-mod-bootstrap_main@tmp:/w/workspace/gexfoundry_go-mod-bootstrap_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 18:19:03 $ docker top 94ab2f3aae922a64a0177ff4cdef08628ac710b292530d1518f96d8250330671 -eo pid,comm [Pipeline] { [Pipeline] sh 18:19:03 + touch /tmp/pre-build-complete [Pipeline] sh 18:19:03 + mkdir -p /var/log/sysstat [Pipeline] sh 18:19:04 + ls /var/log/sa-host 18:19:04 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 18:19:04 provisioning config files... 18:19:04 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_go-mod-bootstrap_main@tmp/config15048197570007285302tmp [Pipeline] { [Pipeline] echo 18:19:04 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 18:19:04 ---> create-netrc.sh [Pipeline] } 18:19:04 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 18:19:04 ---> python-tools-install.sh [Pipeline] echo 18:19:04 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 18:19:05 ---> sudo-logs.sh 18:19:05 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 18:19:05 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 18:19:05 ---> job-cost.sh 18:19:05 lf-activate-venv: SKIPPING 18:19:05 DEBUG: total: 0.2199999988079071 18:19:05 INFO: Retrieving Stack Cost... 18:19:06 INFO: Retrieving Pricing Info for: v3-standard-8 18:19:06 INFO: Archiving Costs [Pipeline] echo 18:19:06 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 18:19:06 ---> logs-deploy.sh 18:19:06 lf-activate-venv: SKIPPING 18:19:06 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-bootstrap/main/112 18:19:06 INFO: archiving workspace using pattern(s): 18:19:07 Archives upload complete. 18:19:07 INFO: archiving logs to Nexus 18:19:08 ---> uname -a: 18:19:08 Linux prd-ubuntu20-04-docker-8c-8g-5846 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux 18:19:08 18:19:08 18:19:08 ---> lscpu: 18:19:08 Architecture: x86_64 18:19:08 CPU op-mode(s): 32-bit, 64-bit 18:19:08 Byte Order: Little Endian 18:19:08 Address sizes: 40 bits physical, 48 bits virtual 18:19:08 CPU(s): 8 18:19:08 On-line CPU(s) list: 0-7 18:19:08 Thread(s) per core: 1 18:19:08 Core(s) per socket: 1 18:19:08 Socket(s): 8 18:19:08 NUMA node(s): 1 18:19:08 Vendor ID: AuthenticAMD 18:19:08 CPU family: 23 18:19:08 Model: 49 18:19:08 Model name: AMD EPYC-Rome Processor 18:19:08 Stepping: 0 18:19:08 CPU MHz: 2800.000 18:19:08 BogoMIPS: 5600.00 18:19:08 Virtualization: AMD-V 18:19:08 Hypervisor vendor: KVM 18:19:08 Virtualization type: full 18:19:08 L1d cache: 256 KiB 18:19:08 L1i cache: 256 KiB 18:19:08 L2 cache: 4 MiB 18:19:08 L3 cache: 128 MiB 18:19:08 NUMA node0 CPU(s): 0-7 18:19:08 Vulnerability Itlb multihit: Not affected 18:19:08 Vulnerability L1tf: Not affected 18:19:08 Vulnerability Mds: Not affected 18:19:08 Vulnerability Meltdown: Not affected 18:19:08 Vulnerability Mmio stale data: Not affected 18:19:08 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 18:19:08 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 18:19:08 Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling 18:19:08 Vulnerability Srbds: Not affected 18:19:08 Vulnerability Tsx async abort: Not affected 18:19:08 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 18:19:08 18:19:08 18:19:08 ---> nproc: 18:19:08 8 18:19:08 18:19:08 18:19:08 ---> df -h: 18:19:08 Filesystem Size Used Avail Use% Mounted on 18:19:08 overlay 155G 12G 144G 8% / 18:19:08 tmpfs 64M 0 64M 0% /dev 18:19:08 tmpfs 16G 0 16G 0% /sys/fs/cgroup 18:19:08 shm 64M 0 64M 0% /dev/shm 18:19:08 /dev/vda1 155G 12G 144G 8% /facter-os 18:19:08 18:19:08 18:19:08 ---> sar -b -r -n DEV: 18:19:08 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-5846) 02/14/23 _x86_64_ (8 CPU) 18:19:08 18:19:08 18:03:12 LINUX RESTART (8 CPU) 18:19:08 18:19:08 18:04:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 18:19:08 18:05:01 3.42 0.00 3.42 0.00 0.00 342.87 0.00 18:19:08 18:06:01 1.53 0.00 1.53 0.00 0.00 17.86 0.00 18:19:08 18:07:01 0.93 0.00 0.93 0.00 0.00 10.40 0.00 18:19:08 18:08:01 1.42 0.00 1.42 0.00 0.00 17.33 0.00 18:19:08 18:09:01 38.34 11.78 26.56 0.00 5427.10 6242.29 0.00 18:19:08 18:10:01 2.22 0.00 2.22 0.00 0.00 24.39 0.00 18:19:08 18:11:01 1.40 0.00 1.40 0.00 0.00 14.80 0.00 18:19:08 18:12:01 1.88 0.00 1.88 0.00 0.00 20.93 0.00 18:19:08 18:13:01 1.35 0.00 1.35 0.00 0.00 15.06 0.00 18:19:08 18:14:01 2.57 0.00 2.57 0.00 0.00 40.93 0.00 18:19:08 18:15:01 85.35 14.63 70.72 0.00 1879.69 36666.56 0.00 18:19:08 18:16:01 58.18 0.30 57.88 0.00 11.33 29705.16 0.00 18:19:08 18:17:01 1.60 0.02 1.58 0.00 0.13 18.13 0.00 18:19:08 18:18:01 1.72 0.00 1.72 0.00 0.00 19.73 0.00 18:19:08 18:19:01 118.96 0.62 118.35 0.00 60.52 59757.51 0.00 18:19:08 Average: 21.41 1.82 19.59 0.00 492.43 8870.14 0.00 18:19:08 18:19:08 18:04:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 18:19:08 18:05:01 30622584 31886272 486108 1.48 47184 1538528 1684204 4.96 600236 1405256 12 18:19:08 18:06:01 30623260 31887228 484568 1.47 47224 1538532 1684204 4.96 599380 1405400 8 18:19:08 18:07:01 30622532 31886540 485036 1.48 47264 1538532 1684204 4.96 600152 1405396 12 18:19:08 18:08:01 30622048 31887052 485092 1.48 47296 1538536 1684204 4.96 600344 1406284 8 18:19:08 18:09:01 30243396 31858652 497568 1.51 55780 1870928 1743884 5.14 835900 1518632 4 18:19:08 18:10:01 30242944 31858304 497868 1.51 55876 1870920 1743884 5.14 836032 1518640 8 18:19:08 18:11:01 30242812 31858280 497264 1.51 55964 1870924 1743884 5.14 835864 1518648 4 18:19:08 18:12:01 30242936 31858540 496952 1.51 56060 1870924 1743884 5.14 836060 1518656 4 18:19:08 18:13:01 30242596 31858484 496980 1.51 56156 1871064 1743884 5.14 836148 1518832 8 18:19:08 18:14:01 30242652 31858684 496672 1.51 56316 1871048 1743884 5.14 836452 1518820 8 18:19:08 18:15:01 28259372 31523232 767492 2.33 98460 3385464 1925568 5.67 1579516 2599624 471224 18:19:08 18:16:01 28293932 31563152 731708 2.23 104824 3383056 1768124 5.21 1408896 2739164 244 18:19:08 18:17:01 28293340 31562604 732236 2.23 104868 3383064 1768124 5.21 1408756 2739168 12 18:19:08 18:18:01 28296652 31565956 728492 2.22 104900 3383080 1768124 5.21 1405240 2739164 8 18:19:08 18:19:01 26783144 31539912 747200 2.27 151052 4693492 1788420 5.27 1531920 3985728 880 18:19:08 Average: 29591613 31763526 575416 1.75 72615 2373873 1747899 5.15 983393 1969161 31496 18:19:08 18:19:08 18:04:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 18:19:08 18:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:19:08 18:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:19:08 18:05:01 ens3 2.36 0.98 1.61 0.25 0.00 0.00 0.00 0.00 18:19:08 18:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:19:08 18:06:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 18:19:08 18:06:01 ens3 1.42 0.27 0.32 0.20 0.00 0.00 0.00 0.00 18:19:08 18:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:19:08 18:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:19:08 18:07:01 ens3 1.15 0.30 0.34 0.20 0.00 0.00 0.00 0.00 18:19:08 18:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:19:08 18:08:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 18:19:08 18:08:01 ens3 1.12 0.70 0.61 0.48 0.00 0.00 0.00 0.00 18:19:08 18:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:19:08 18:09:01 lo 0.33 0.33 0.03 0.03 0.00 0.00 0.00 0.00 18:19:08 18:09:01 ens3 91.05 44.84 1931.11 3.39 0.00 0.00 0.00 0.00 18:19:08 18:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:19:08 18:10:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 18:19:08 18:10:01 ens3 0.37 0.20 0.02 0.01 0.00 0.00 0.00 0.00 18:19:08 18:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:19:08 18:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:19:08 18:11:01 ens3 0.28 0.10 0.09 0.01 0.00 0.00 0.00 0.00 18:19:08 18:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:19:08 18:12:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 18:19:08 18:12:01 ens3 0.50 0.12 0.03 0.01 0.00 0.00 0.00 0.00 18:19:08 18:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:19:08 18:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:19:08 18:13:01 ens3 0.75 0.02 0.03 0.00 0.00 0.00 0.00 0.00 18:19:08 18:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:19:08 18:14:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 18:19:08 18:14:01 ens3 0.48 0.23 0.09 0.07 0.00 0.00 0.00 0.00 18:19:08 18:15:01 docker0 35.66 51.82 3.24 625.36 0.00 0.00 0.00 0.00 18:19:08 18:15:01 lo 3.27 3.27 0.32 0.32 0.00 0.00 0.00 0.00 18:19:08 18:15:01 ens3 547.49 374.65 6619.45 127.87 0.00 0.00 0.00 0.00 18:19:08 18:15:01 veth75face5 31.29 48.24 3.16 580.16 0.00 0.00 0.00 0.05 18:19:08 18:16:01 docker0 0.05 0.03 0.00 0.00 0.00 0.00 0.00 0.00 18:19:08 18:16:01 lo 1.27 1.27 0.12 0.12 0.00 0.00 0.00 0.00 18:19:08 18:16:01 ens3 116.19 87.94 2529.18 15.89 0.00 0.00 0.00 0.00 18:19:08 18:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:19:08 18:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:19:08 18:17:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:19:08 18:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:19:08 18:18:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 18:19:08 18:18:01 ens3 0.20 0.10 0.01 0.01 0.00 0.00 0.00 0.00 18:19:08 18:19:01 docker0 38.69 54.44 3.52 581.95 0.00 0.00 0.00 0.00 18:19:08 18:19:01 lo 2.07 2.07 0.20 0.20 0.00 0.00 0.00 0.00 18:19:08 18:19:01 ens3 366.91 281.49 7820.10 54.37 0.00 0.00 0.00 0.00 18:19:08 Average: docker0 4.97 7.09 0.45 80.57 0.00 0.00 0.00 0.00 18:19:08 Average: lo 0.54 0.54 0.05 0.05 0.00 0.00 0.00 0.00 18:19:08 Average: ens3 75.43 52.85 1261.54 13.53 0.00 0.00 0.00 0.00 18:19:08 18:19:08 18:19:08 ---> sar -P ALL: 18:19:08 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-5846) 02/14/23 _x86_64_ (8 CPU) 18:19:08 18:19:08 18:03:12 LINUX RESTART (8 CPU) 18:19:08 18:19:08 18:04:02 CPU %user %nice %system %iowait %steal %idle 18:19:08 18:05:01 all 0.03 0.00 0.02 0.03 0.00 99.91 18:19:08 18:05:01 0 0.05 0.00 0.05 0.00 0.02 99.88 18:19:08 18:05:01 1 0.03 0.00 0.02 0.00 0.00 99.95 18:19:08 18:05:01 2 0.00 0.00 0.00 0.00 0.00 100.00 18:19:08 18:05:01 3 0.00 0.00 0.00 0.00 0.00 100.00 18:19:08 18:05:01 4 0.02 0.00 0.02 0.00 0.00 99.97 18:19:08 18:05:01 5 0.10 0.00 0.03 0.14 0.00 99.73 18:19:08 18:05:01 6 0.00 0.00 0.00 0.00 0.02 99.98 18:19:08 18:05:01 7 0.05 0.00 0.05 0.10 0.00 99.80 18:19:08 18:06:01 all 0.02 0.00 0.01 0.01 0.00 99.96 18:19:08 18:06:01 0 0.05 0.00 0.02 0.00 0.00 99.93 18:19:08 18:06:01 1 0.02 0.00 0.00 0.00 0.00 99.98 18:19:08 18:06:01 2 0.02 0.00 0.03 0.00 0.00 99.95 18:19:08 18:06:01 3 0.02 0.00 0.00 0.00 0.00 99.98 18:19:08 18:06:01 4 0.00 0.00 0.00 0.02 0.02 99.97 18:19:08 18:06:01 5 0.03 0.00 0.00 0.02 0.00 99.95 18:19:08 18:06:01 6 0.00 0.00 0.03 0.00 0.00 99.97 18:19:08 18:06:01 7 0.02 0.00 0.00 0.05 0.00 99.93 18:19:08 18:07:01 all 0.01 0.00 0.01 0.01 0.01 99.97 18:19:08 18:07:01 0 0.02 0.00 0.03 0.00 0.03 99.92 18:19:08 18:07:01 1 0.00 0.00 0.00 0.00 0.02 99.98 18:19:08 18:07:01 2 0.00 0.00 0.00 0.00 0.02 99.98 18:19:08 18:07:01 3 0.00 0.00 0.00 0.00 0.00 100.00 18:19:08 18:07:01 4 0.00 0.00 0.00 0.02 0.00 99.98 18:19:08 18:07:01 5 0.03 0.00 0.00 0.00 0.02 99.95 18:19:08 18:07:01 6 0.00 0.00 0.00 0.00 0.00 100.00 18:19:08 18:07:01 7 0.00 0.00 0.03 0.03 0.00 99.93 18:19:08 18:08:01 all 0.11 0.00 0.02 0.01 0.00 99.85 18:19:08 18:08:01 0 0.70 0.00 0.00 0.00 0.02 99.28 18:19:08 18:08:01 1 0.03 0.00 0.03 0.00 0.00 99.93 18:19:08 18:08:01 2 0.02 0.00 0.03 0.00 0.00 99.95 18:19:08 18:08:01 3 0.02 0.00 0.00 0.00 0.00 99.98 18:19:08 18:08:01 4 0.02 0.00 0.00 0.02 0.00 99.97 18:19:08 18:08:01 5 0.05 0.00 0.03 0.03 0.00 99.88 18:19:08 18:08:01 6 0.05 0.00 0.02 0.00 0.00 99.93 18:19:08 18:08:01 7 0.03 0.00 0.05 0.03 0.00 99.88 18:19:08 18:09:01 all 1.49 0.00 0.66 0.39 0.03 97.44 18:19:08 18:09:01 0 2.59 0.00 0.49 0.02 0.03 96.86 18:19:08 18:09:01 1 1.27 0.00 0.88 0.42 0.02 97.42 18:19:08 18:09:01 2 1.42 0.00 0.65 0.20 0.02 97.72 18:19:08 18:09:01 3 0.87 0.00 0.45 0.12 0.03 98.53 18:19:08 18:09:01 4 3.55 0.00 0.77 0.03 0.03 95.61 18:19:08 18:09:01 5 0.60 0.00 0.80 0.18 0.03 98.38 18:19:08 18:09:01 6 0.58 0.00 0.68 0.18 0.02 98.53 18:19:08 18:09:01 7 0.99 0.00 0.55 1.96 0.03 96.47 18:19:08 18:10:01 all 0.25 0.00 0.02 0.01 0.00 99.72 18:19:08 18:10:01 0 1.92 0.00 0.03 0.00 0.00 98.05 18:19:08 18:10:01 1 0.03 0.00 0.02 0.00 0.00 99.95 18:19:08 18:10:01 2 0.02 0.00 0.02 0.00 0.00 99.97 18:19:08 18:10:01 3 0.00 0.00 0.00 0.00 0.00 100.00 18:19:08 18:10:01 4 0.02 0.00 0.00 0.00 0.00 99.98 18:19:08 18:10:01 5 0.00 0.00 0.02 0.00 0.00 99.98 18:19:08 18:10:01 6 0.02 0.00 0.03 0.03 0.02 99.90 18:19:08 18:10:01 7 0.00 0.00 0.02 0.07 0.00 99.92 18:19:08 18:11:01 all 0.01 0.00 0.00 0.02 0.00 99.96 18:19:08 18:11:01 0 0.00 0.00 0.00 0.00 0.00 100.00 18:19:08 18:11:01 1 0.00 0.00 0.00 0.00 0.00 100.00 18:19:08 18:11:01 2 0.00 0.00 0.02 0.00 0.00 99.98 18:19:08 18:11:01 3 0.02 0.00 0.00 0.00 0.00 99.98 18:19:08 18:11:01 4 0.00 0.00 0.00 0.00 0.00 100.00 18:19:08 18:11:01 5 0.03 0.00 0.00 0.00 0.02 99.95 18:19:08 18:11:01 6 0.02 0.00 0.00 0.02 0.00 99.97 18:19:08 18:11:01 7 0.02 0.00 0.02 0.13 0.00 99.83 18:19:08 18:12:01 all 0.01 0.00 0.01 0.03 0.00 99.94 18:19:08 18:12:01 0 0.02 0.00 0.00 0.00 0.00 99.98 18:19:08 18:12:01 1 0.02 0.00 0.03 0.00 0.00 99.95 18:19:08 18:12:01 2 0.00 0.00 0.00 0.00 0.00 100.00 18:19:08 18:12:01 3 0.00 0.00 0.02 0.00 0.00 99.98 18:19:08 18:12:01 4 0.02 0.00 0.00 0.00 0.00 99.98 18:19:08 18:12:01 5 0.03 0.00 0.05 0.00 0.00 99.92 18:19:08 18:12:01 6 0.00 0.00 0.00 0.02 0.00 99.98 18:19:08 18:12:01 7 0.02 0.00 0.00 0.23 0.00 99.75 18:19:08 18:13:01 all 0.26 0.00 0.01 0.02 0.00 99.71 18:19:08 18:13:01 0 1.92 0.00 0.05 0.00 0.00 98.03 18:19:08 18:13:01 1 0.00 0.00 0.00 0.00 0.00 100.00 18:19:08 18:13:01 2 0.00 0.00 0.00 0.00 0.00 100.00 18:19:08 18:13:01 3 0.02 0.00 0.02 0.00 0.00 99.97 18:19:08 18:13:01 4 0.02 0.00 0.00 0.03 0.00 99.95 18:19:08 18:13:01 5 0.02 0.00 0.02 0.00 0.00 99.97 18:19:08 18:13:01 6 0.05 0.00 0.03 0.00 0.00 99.92 18:19:08 18:13:01 7 0.00 0.00 0.00 0.13 0.00 99.87 18:19:08 18:14:01 all 0.27 0.00 0.01 0.01 0.01 99.70 18:19:08 18:14:01 0 2.00 0.00 0.00 0.00 0.02 97.98 18:19:08 18:14:01 1 0.03 0.00 0.02 0.00 0.02 99.93 18:19:08 18:14:01 2 0.02 0.00 0.00 0.00 0.00 99.98 18:19:08 18:14:01 3 0.00 0.00 0.00 0.00 0.00 100.00 18:19:08 18:14:01 4 0.00 0.00 0.03 0.03 0.02 99.92 18:19:08 18:14:01 5 0.02 0.00 0.00 0.00 0.02 99.97 18:19:08 18:14:01 6 0.02 0.00 0.00 0.00 0.00 99.98 18:19:08 18:14:01 7 0.02 0.00 0.03 0.08 0.00 99.87 18:19:08 18:15:01 all 18.76 0.00 4.47 1.25 0.08 75.44 18:19:08 18:15:01 0 18.49 0.00 4.20 0.29 0.07 76.96 18:19:08 18:15:01 1 17.48 0.00 3.81 0.19 0.07 78.46 18:19:08 18:15:01 2 18.12 0.00 4.37 0.18 0.07 77.25 18:19:08 18:15:01 3 18.17 0.00 4.41 1.80 0.08 75.54 18:19:08 18:15:01 4 19.23 0.00 5.09 5.51 0.07 70.10 18:19:08 18:15:01 5 20.39 0.00 3.96 0.66 0.08 74.91 18:19:08 18:15:01 6 20.14 0.00 5.04 0.19 0.08 74.54 18:19:08 18:15:01 7 18.07 0.00 4.88 1.24 0.12 75.69 18:19:08 18:19:08 18:15:01 CPU %user %nice %system %iowait %steal %idle 18:19:08 18:16:01 all 10.33 0.00 2.26 0.72 0.04 86.65 18:19:08 18:16:01 0 9.64 0.00 3.48 2.06 0.03 84.79 18:19:08 18:16:01 1 10.12 0.00 2.15 0.10 0.03 87.59 18:19:08 18:16:01 2 10.52 0.00 1.73 0.00 0.03 87.72 18:19:08 18:16:01 3 10.42 0.00 1.94 0.05 0.03 87.55 18:19:08 18:16:01 4 10.54 0.00 2.52 2.03 0.03 84.89 18:19:08 18:16:01 5 10.41 0.00 2.01 0.17 0.03 87.38 18:19:08 18:16:01 6 11.29 0.00 1.82 0.02 0.03 86.84 18:19:08 18:16:01 7 9.73 0.00 2.45 1.34 0.05 86.42 18:19:08 18:17:01 all 0.02 0.00 0.01 0.00 0.00 99.96 18:19:08 18:17:01 0 0.00 0.00 0.00 0.00 0.00 100.00 18:19:08 18:17:01 1 0.03 0.00 0.02 0.00 0.00 99.95 18:19:08 18:17:01 2 0.00 0.00 0.02 0.00 0.00 99.98 18:19:08 18:17:01 3 0.02 0.00 0.00 0.00 0.00 99.98 18:19:08 18:17:01 4 0.07 0.00 0.02 0.02 0.00 99.90 18:19:08 18:17:01 5 0.02 0.00 0.02 0.00 0.00 99.97 18:19:08 18:17:01 6 0.02 0.00 0.03 0.00 0.00 99.95 18:19:08 18:17:01 7 0.02 0.00 0.02 0.00 0.00 99.97 18:19:08 18:18:01 all 0.03 0.00 0.01 0.00 0.00 99.95 18:19:08 18:18:01 0 0.02 0.00 0.02 0.00 0.00 99.97 18:19:08 18:18:01 1 0.03 0.00 0.03 0.02 0.02 99.90 18:19:08 18:18:01 2 0.02 0.00 0.00 0.00 0.00 99.98 18:19:08 18:18:01 3 0.02 0.00 0.02 0.00 0.00 99.97 18:19:08 18:18:01 4 0.12 0.00 0.02 0.02 0.00 99.85 18:19:08 18:18:01 5 0.02 0.00 0.00 0.00 0.00 99.98 18:19:08 18:18:01 6 0.02 0.00 0.02 0.00 0.00 99.97 18:19:08 18:18:01 7 0.00 0.00 0.00 0.00 0.00 100.00 18:19:08 18:19:01 all 8.87 0.00 3.84 1.25 0.07 85.97 18:19:08 18:19:01 0 9.61 0.00 3.84 0.46 0.07 86.02 18:19:08 18:19:01 1 8.12 0.00 3.36 2.52 0.07 85.93 18:19:08 18:19:01 2 7.27 0.00 3.01 0.20 0.07 89.45 18:19:08 18:19:01 3 9.28 0.00 3.92 0.22 0.08 86.50 18:19:08 18:19:01 4 9.18 0.00 5.07 6.19 0.07 79.49 18:19:08 18:19:01 5 8.55 0.00 4.45 0.10 0.05 86.85 18:19:08 18:19:01 6 9.04 0.00 3.23 0.22 0.07 87.45 18:19:08 18:19:01 7 9.88 0.00 3.89 0.15 0.07 86.01 18:19:08 Average: all 2.68 0.00 0.75 0.25 0.02 96.30 18:19:08 Average: 0 3.13 0.00 0.81 0.19 0.02 95.86 18:19:08 Average: 1 2.47 0.00 0.69 0.21 0.02 96.62 18:19:08 Average: 2 2.48 0.00 0.66 0.04 0.01 96.81 18:19:08 Average: 3 2.57 0.00 0.71 0.14 0.02 96.56 18:19:08 Average: 4 2.83 0.00 0.89 0.92 0.02 95.35 18:19:08 Average: 5 2.67 0.00 0.75 0.09 0.02 96.47 18:19:08 Average: 6 2.73 0.00 0.72 0.04 0.02 96.48 18:19:08 Average: 7 2.56 0.00 0.79 0.37 0.02 96.26 18:19:08 18:19:08 18:19:08