Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 4709c6263787ef6556c1d7017b033b47cb029bd0 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-ssh984469476437693993.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-ssh872763314363561555.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-ssh10263962556640181141.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-ssh16987056071520782685.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-ssh4963473248490823692.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-2764 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 Avoid second fetch Checking out Revision 4709c6263787ef6556c1d7017b033b47cb029bd0 (main) Commit message: "refactor!: Replace SecretStore service config with default values and overrides (#414)" > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 4709c6263787ef6556c1d7017b033b47cb029bd0 # timeout=10 > git rev-list --no-walk 215b3f586ae71c8f6982c33c4321351420422fb4 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 18:38:33 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 18:38:33 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 18:38:33 ========================================================= 18:38:33 EdgeX Global Pipelines Version Info 18:38:33 ========================================================= [Pipeline] libraryResource [Pipeline] sh 18:38:34 ------------------- 18:38:34 stable info: 18:38:34 ------------------- 18:38:34 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 18:38:34 Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 18:38:34 Message: update stable to v1.0.244 18:38:34 ------------------- 18:38:34 experimental info: 18:38:34 ------------------- 18:38:34 Commited By: **** collab-it+edgex@linuxfoundation.org 18:38:34 Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 18:38:34 Message: update experimental to v1.0.244 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 18:38:35 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-bootstrap-settings [Pipeline] echo 18:38:35 [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-bootstrap [Pipeline] echo 18:38:35 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 18:38:35 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 18:38:35 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 18:38:35 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo 18:38:35 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 18:38:35 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 18:38:35 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 18:38:35 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 18:38:35 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 18:38:35 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = go-mod-bootstrap [Pipeline] echo 18:38:35 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 18:38:35 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 18:38:35 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 18:38:35 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 18:38:35 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 18:38:35 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 18:38:35 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 18:38:35 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 18:38:35 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 18:38:35 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 18:38:35 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 18:38:35 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 18:38:35 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 18:38:35 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 18:38:35 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 18:38:35 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo 18:38:35 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo 18:38:35 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo 18:38:35 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 4709c6263787ef6556c1d7017b033b47cb029bd0 [Pipeline] echo 18:38:35 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 4709c62 [Pipeline] echo 18:38:35 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 18:38:35 + git rev-list -1 --merges 4709c6263787ef6556c1d7017b033b47cb029bd0~1..4709c6263787ef6556c1d7017b033b47cb029bd0 [Pipeline] echo 18:38:35 -----------> git rev-list -1 --merges 4709c6263787ef6556c1d7017b033b47cb029bd0~1..4709c6263787ef6556c1d7017b033b47cb029bd0 4709c6263787ef6556c1d7017b033b47cb029bd0 [false] [Pipeline] sh 18:38:36 + git log --format=format:%s -1 4709c6263787ef6556c1d7017b033b47cb029bd0 [Pipeline] echo 18:38:36 ========================================================= 18:38:36 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 18:38:36 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 18:38:36 + git log --format=format:%s -1 4709c6263787ef6556c1d7017b033b47cb029bd0 [Pipeline] echo 18:38:36 [semverPrep] GIT_COMMIT: 4709c6263787ef6556c1d7017b033b47cb029bd0, Commit Message: refactor!: Replace SecretStore service config with default values and overrides (#414) [Pipeline] echo 18:38:36 [semverPrep] This is not a build commit. [Pipeline] sh 18:38:36 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 18:38:36 + grep -v github /etc/ssh/ssh_known_hosts 18:38:36 + [ -e /tmp/ssh_known_hosts ] 18:38:36 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 18:38:36 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 18:38:36 + sudo tee -a /etc/ssh/ssh_known_hosts 18:38:36 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:38:37 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 18:38:37 18:38:37 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:38:37 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 18:38:37 0.1.4: Pulling from edgex-devops/py-git-semver 18:38:37 b85a868b505f: Pulling fs layer 18:38:37 e2be974225ed: Pulling fs layer 18:38:37 339a4e72a1f5: Pulling fs layer 18:38:37 988bab9f4d93: Pulling fs layer 18:38:37 1469e6f7b9e6: Pulling fs layer 18:38:37 988bab9f4d93: Waiting 18:38:37 1469e6f7b9e6: Waiting 18:38:37 eaf3925da568: Pulling fs layer 18:38:37 bab4dde63d76: Pulling fs layer 18:38:37 eaf3925da568: Waiting 18:38:37 bde34c3a00c8: Pulling fs layer 18:38:37 b352a97aabf1: Pulling fs layer 18:38:37 bde34c3a00c8: Waiting 18:38:37 4872d77fe225: Pulling fs layer 18:38:37 5851b861e8e6: Pulling fs layer 18:38:37 b352a97aabf1: Waiting 18:38:37 4872d77fe225: Waiting 18:38:37 5851b861e8e6: Waiting 18:38:38 e2be974225ed: Verifying Checksum 18:38:38 e2be974225ed: Download complete 18:38:38 988bab9f4d93: Verifying Checksum 18:38:38 988bab9f4d93: Download complete 18:38:38 1469e6f7b9e6: Verifying Checksum 18:38:38 1469e6f7b9e6: Download complete 18:38:38 eaf3925da568: Verifying Checksum 18:38:38 eaf3925da568: Download complete 18:38:38 339a4e72a1f5: Verifying Checksum 18:38:38 339a4e72a1f5: Download complete 18:38:38 bde34c3a00c8: Verifying Checksum 18:38:38 bde34c3a00c8: Download complete 18:38:38 b352a97aabf1: Verifying Checksum 18:38:38 b352a97aabf1: Download complete 18:38:38 4872d77fe225: Verifying Checksum 18:38:38 4872d77fe225: Download complete 18:38:38 b85a868b505f: Verifying Checksum 18:38:38 b85a868b505f: Download complete 18:38:38 5851b861e8e6: Download complete 18:38:38 bab4dde63d76: Verifying Checksum 18:38:38 bab4dde63d76: Download complete 18:38:39 b85a868b505f: Pull complete 18:38:39 e2be974225ed: Pull complete 18:38:40 339a4e72a1f5: Pull complete 18:38:40 988bab9f4d93: Pull complete 18:38:40 1469e6f7b9e6: Pull complete 18:38:40 eaf3925da568: Pull complete 18:38:42 bab4dde63d76: Pull complete 18:38:42 bde34c3a00c8: Pull complete 18:38:42 b352a97aabf1: Pull complete 18:38:42 4872d77fe225: Pull complete 18:38:42 5851b861e8e6: Pull complete 18:38:42 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 18:38:42 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 18:38:42 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 18:38:42 prd-ubuntu20.04-docker-8c-8g-2764 does not seem to be running inside a container 18:38:42 $ 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:38:43 $ docker top d01c7fec9a6929013554d1e41eb0558db4cc16dee8594a0f361d7f30e12e3bdc -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 18:38:43 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:38:43 [ssh-agent] Looking for ssh-agent implementation... 18:38:44 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:38:44 $ docker exec d01c7fec9a6929013554d1e41eb0558db4cc16dee8594a0f361d7f30e12e3bdc ssh-agent 18:38:44 SSH_AUTH_SOCK=/tmp/ssh-zNPRNMh4v8MD/agent.32 18:38:44 SSH_AGENT_PID=38 18:38:44 Running ssh-add (command line suppressed) 18:38:44 Identity added: /w/workspace/gexfoundry_go-mod-bootstrap_main@tmp/private_key_16702692367313469331.key (/w/workspace/gexfoundry_go-mod-bootstrap_main@tmp/private_key_16702692367313469331.key) 18:38:44 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:38:44 + git tag --points-at HEAD [Pipeline] } 18:38:44 $ docker exec --env ******** --env ******** d01c7fec9a6929013554d1e41eb0558db4cc16dee8594a0f361d7f30e12e3bdc ssh-agent -k 18:38:44 unset SSH_AUTH_SOCK; 18:38:44 unset SSH_AGENT_PID; 18:38:44 echo Agent pid 38 killed; 18:38:44 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 18:38:44 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:38:44 [ssh-agent] Looking for ssh-agent implementation... 18:38:44 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:38:44 $ docker exec d01c7fec9a6929013554d1e41eb0558db4cc16dee8594a0f361d7f30e12e3bdc ssh-agent 18:38:44 SSH_AUTH_SOCK=/tmp/ssh-CSBb2x34DEsp/agent.70 18:38:44 SSH_AGENT_PID=76 18:38:44 Running ssh-add (command line suppressed) 18:38:45 Identity added: /w/workspace/gexfoundry_go-mod-bootstrap_main@tmp/private_key_14423812169798061730.key (/w/workspace/gexfoundry_go-mod-bootstrap_main@tmp/private_key_14423812169798061730.key) 18:38:45 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:38:45 + git semver init 18:38:45 2023-01-17 18:38:45,557 [run_init] DEBUG init version:0.0.0 force:False 18:38:45 2023-01-17 18:38:45,557 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/gexfoundry_go-mod-bootstrap_main/.semver 18:38:45 2023-01-17 18:38:45,558 [execute] INFO git clone -b semver git@github.com:edgexfoundry/go-mod-bootstrap.git /w/workspace/gexfoundry_go-mod-bootstrap_main/.semver 18:38:45 2023-01-17 18:38:45,558 [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:38:46 2023-01-17 18:38:46,348 [append_file] DEBUG append to file:/w/workspace/gexfoundry_go-mod-bootstrap_main/.git/info/exclude 18:38:46 2023-01-17 18:38:46,348 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/gexfoundry_go-mod-bootstrap_main/.semver/main with force:False 18:38:46 2023-01-17 18:38:46,348 [read_version] DEBUG read version from /w/workspace/gexfoundry_go-mod-bootstrap_main/.semver/main 18:38:46 2023-01-17 18:38:46,349 [read_version] DEBUG read version from /w/workspace/gexfoundry_go-mod-bootstrap_main/.semver/main 18:38:46 3.0.0-dev.10 [Pipeline] } 18:38:46 $ docker exec --env ******** --env ******** d01c7fec9a6929013554d1e41eb0558db4cc16dee8594a0f361d7f30e12e3bdc ssh-agent -k 18:38:46 unset SSH_AUTH_SOCK; 18:38:46 unset SSH_AGENT_PID; 18:38:46 echo Agent pid 76 killed; 18:38:46 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 18:38:47 + git semver [Pipeline] } 18:38:47 $ docker stop --time=1 d01c7fec9a6929013554d1e41eb0558db4cc16dee8594a0f361d7f30e12e3bdc 18:38:48 $ docker rm -f --volumes d01c7fec9a6929013554d1e41eb0558db4cc16dee8594a0f361d7f30e12e3bdc [Pipeline] // withDockerContainer [Pipeline] sh 18:38:48 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 18:38:49 Stashed 1 file(s) [Pipeline] echo 18:38:49 [edgeXSemver]: initialized semver on version 3.0.0-dev.10 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] withEnv [Pipeline] { [Pipeline] node [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 18:38:49 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 18:38:49 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 18:38:49 ========================================================= 18:38:49 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] 18:38:49 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] sh 18:38:49 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 18:38:49 1.18-alpine: Pulling from edgex-devops/edgex-golang-base 18:38:49 213ec9aee27d: Pulling fs layer 18:38:49 4583459ba037: Pulling fs layer 18:38:49 93c1e223e6f2: Pulling fs layer 18:38:49 53926ce57604: Pulling fs layer 18:38:49 21b2b0c7a3f4: Pulling fs layer 18:38:49 22ff95d597cd: Pulling fs layer 18:38:49 12d6caf4c0d1: Pulling fs layer 18:38:49 96b7cbca73a9: Pulling fs layer 18:38:49 a7acece74701: Pulling fs layer 18:38:49 53926ce57604: Waiting 18:38:49 12d6caf4c0d1: Waiting 18:38:49 22ff95d597cd: Waiting 18:38:49 a7acece74701: Waiting 18:38:49 4583459ba037: Download complete 18:38:49 21b2b0c7a3f4: Verifying Checksum 18:38:49 21b2b0c7a3f4: Download complete 18:38:49 22ff95d597cd: Verifying Checksum 18:38:49 22ff95d597cd: Download complete 18:38:49 213ec9aee27d: Verifying Checksum 18:38:49 213ec9aee27d: Download complete 18:38:49 12d6caf4c0d1: Verifying Checksum 18:38:49 12d6caf4c0d1: Download complete 18:38:49 213ec9aee27d: Pull complete 18:38:50 4583459ba037: Pull complete 18:38:50 93c1e223e6f2: Pull complete 18:38:50 a7acece74701: Verifying Checksum 18:38:50 a7acece74701: Download complete 18:38:51 53926ce57604: Verifying Checksum 18:38:51 53926ce57604: Download complete 18:38:51 96b7cbca73a9: Verifying Checksum 18:38:51 96b7cbca73a9: Download complete 18:38:54 53926ce57604: Pull complete 18:38:54 21b2b0c7a3f4: Pull complete 18:38:54 22ff95d597cd: Pull complete 18:38:54 12d6caf4c0d1: Pull complete 18:38:56 96b7cbca73a9: Pull complete 18:38:57 a7acece74701: Pull complete 18:38:57 Digest: sha256:f6a9ef70c52da88a2ff63a0c6767b24654f9f5185d1d85ca6cc3004fb48f6c2d 18:38:57 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 18:38:57 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [Pipeline] sh 18:38:58 + 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:38:58 + docker inspect -f . ci-base-image-x86_64 18:38:58 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 18:38:58 prd-ubuntu20.04-docker-8c-8g-2764 does not seem to be running inside a container 18:38:58 $ 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:39:00 $ docker top 5ac69328d7cbd4d120f1f9c5f1d7352c3b8a38e6823c4c4554ec596c7b628630 -eo pid,comm [Pipeline] { [Pipeline] sh 18:39:00 + go version 18:39:00 go version go1.18.7 linux/amd64 [Pipeline] } 18:39:00 $ docker stop --time=1 5ac69328d7cbd4d120f1f9c5f1d7352c3b8a38e6823c4c4554ec596c7b628630 18:39:01 $ docker rm -f --volumes 5ac69328d7cbd4d120f1f9c5f1d7352c3b8a38e6823c4c4554ec596c7b628630 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:39:02 + docker inspect -f . ci-base-image-x86_64 18:39:02 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 18:39:02 prd-ubuntu20.04-docker-8c-8g-2764 does not seem to be running inside a container 18:39:02 $ 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:39:02 $ docker top af0697067630e83161bd12269fea7e537045c61b14c0f2fc72c608674012fd08 -eo pid,comm [Pipeline] { [Pipeline] sh 18:39:03 + git config --global --add safe.directory /w/workspace/gexfoundry_go-mod-bootstrap_main [Pipeline] fileExists [Pipeline] sh 18:39:03 + make test 18:39:03 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 18:39:03 go: downloading github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 18:39:03 go: downloading github.com/stretchr/testify v1.8.1 18:39:03 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v3 v3.0.0-dev.3 18:39:03 go: downloading github.com/edgexfoundry/go-mod-configuration/v3 v3.0.0-dev.2 18:39:03 go: downloading github.com/pelletier/go-toml v1.9.5 18:39:03 go: downloading github.com/edgexfoundry/go-mod-messaging/v3 v3.0.0-dev.4 18:39:03 go: downloading github.com/google/uuid v1.3.0 18:39:03 go: downloading github.com/hashicorp/go-multierror v1.1.1 18:39:03 go: downloading github.com/edgexfoundry/go-mod-registry/v3 v3.0.0-dev.3 18:39:03 go: downloading github.com/edgexfoundry/go-mod-secrets/v3 v3.0.0-dev.2 18:39:03 go: downloading github.com/eclipse/paho.mqtt.golang v1.4.2 18:39:03 go: downloading github.com/gorilla/mux v1.8.0 18:39:03 go: downloading github.com/davecgh/go-spew v1.1.1 18:39:03 go: downloading github.com/pmezard/go-difflib v1.0.0 18:39:03 go: downloading github.com/stretchr/objx v0.5.0 18:39:03 go: downloading gopkg.in/yaml.v3 v3.0.1 18:39:03 go: downloading github.com/go-kit/log v0.2.1 18:39:03 go: downloading github.com/go-playground/validator/v10 v10.11.1 18:39:03 go: downloading github.com/hashicorp/errwrap v1.0.0 18:39:03 go: downloading github.com/spiffe/go-spiffe/v2 v2.1.2 18:39:03 go: downloading github.com/fxamacker/cbor/v2 v2.4.0 18:39:03 go: downloading github.com/hashicorp/consul/api v1.18.0 18:39:03 go: downloading github.com/go-redis/redis/v7 v7.3.0 18:39:03 go: downloading github.com/go-logfmt/logfmt v0.5.1 18:39:03 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 18:39:03 go: downloading github.com/gorilla/websocket v1.4.2 18:39:03 go: downloading golang.org/x/net v0.5.0 18:39:03 go: downloading golang.org/x/sync v0.1.0 18:39:03 go: downloading github.com/x448/float16 v0.8.4 18:39:03 go: downloading github.com/go-playground/universal-translator v0.18.0 18:39:03 go: downloading github.com/leodido/go-urn v1.2.1 18:39:03 go: downloading golang.org/x/crypto v0.5.0 18:39:03 go: downloading golang.org/x/text v0.6.0 18:39:03 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 18:39:03 go: downloading github.com/mitchellh/copystructure v1.0.0 18:39:03 go: downloading github.com/mitchellh/mapstructure v1.5.0 18:39:03 go: downloading github.com/zeebo/errs v1.3.0 18:39:03 go: downloading google.golang.org/grpc v1.51.0 18:39:04 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 18:39:04 go: downloading github.com/hashicorp/go-hclog v0.14.1 18:39:04 go: downloading github.com/hashicorp/go-rootcerts v1.0.2 18:39:04 go: downloading github.com/hashicorp/serf v0.10.1 18:39:04 go: downloading github.com/go-playground/locales v0.14.0 18:39:04 go: downloading gopkg.in/square/go-jose.v2 v2.6.0 18:39:04 go: downloading google.golang.org/protobuf v1.28.1 18:39:04 go: downloading github.com/mitchellh/reflectwalk v1.0.0 18:39:04 go: downloading github.com/fatih/color v1.9.0 18:39:04 Still waiting to schedule task 18:39:04 All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline 18:39:04 go: downloading github.com/mattn/go-isatty v0.0.14 18:39:04 go: downloading github.com/armon/go-metrics v0.3.10 18:39:04 go: downloading google.golang.org/genproto v0.0.0-20230109162033-3c3c17ce83e6 18:39:04 go: downloading github.com/mattn/go-colorable v0.1.12 18:39:04 go: downloading github.com/golang/protobuf v1.5.2 18:39:04 go: downloading golang.org/x/sys v0.4.0 18:39:04 go: downloading github.com/hashicorp/go-immutable-radix v1.3.0 18:39:04 go: downloading github.com/hashicorp/golang-lru v0.5.4 18:39:14 ? github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap [no test files] 18:39:15 ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/config 0.030s coverage: 9.7% of statements 18:39:15 ? github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/container [no test files] 18:39:15 ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/environment 0.019s coverage: 92.5% of statements 18:39:15 ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/flags 0.040s coverage: 85.3% of statements 18:39:18 ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/handlers 2.025s coverage: 46.8% of statements 18:39:18 ? github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/interfaces [no test files] 18:39:18 ? github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/interfaces/mocks [no test files] 18:39:18 ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/messaging 0.018s coverage: 100.0% of statements 18:39:18 ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/metrics 0.339s coverage: 88.4% of statements 18:39:18 ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/registration 0.015s coverage: 25.0% of statements 18:39:18 ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/secret 3.040s coverage: 81.2% of statements 18:39:18 ? github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/startup [no test files] 18:39:18 ok github.com/edgexfoundry/go-mod-bootstrap/v3/config 0.027s coverage: 38.5% of statements 18:39:18 ok github.com/edgexfoundry/go-mod-bootstrap/v3/di 0.015s coverage: 91.3% of statements 18:39:27 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:39:27 CGO_ENABLED=1 GO111MODULE=on go vet ./... 18:39:29 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 18:39:29 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [Pipeline] echo 18:39:29 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 18:39:29 $ docker stop --time=1 af0697067630e83161bd12269fea7e537045c61b14c0f2fc72c608674012fd08 18:39:31 $ docker rm -f --volumes af0697067630e83161bd12269fea7e537045c61b14c0f2fc72c608674012fd08 [Pipeline] // withDockerContainer [Pipeline] sh 18:39:32 + sudo chown -R jenkins:jenkins . [Pipeline] stash 18:39:32 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:39:32 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 18:39:32 18:39:32 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:39:33 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 18:39:33 latest: Pulling from edgex-lftools-log-publisher 18:39:33 5eb5b503b376: Pulling fs layer 18:39:33 5c69ac0246d0: Pulling fs layer 18:39:33 ec43610c2a17: Pulling fs layer 18:39:33 3a2ae6a8a46f: Pulling fs layer 18:39:33 33b1e0a273af: Pulling fs layer 18:39:33 5d3b04190fa2: Pulling fs layer 18:39:33 2f39f015ded8: Pulling fs layer 18:39:33 2f39f015ded8: Waiting 18:39:33 3a2ae6a8a46f: Waiting 18:39:33 33b1e0a273af: Waiting 18:39:33 5d3b04190fa2: Waiting 18:39:33 5c69ac0246d0: Verifying Checksum 18:39:33 5c69ac0246d0: Download complete 18:39:33 3a2ae6a8a46f: Verifying Checksum 18:39:33 3a2ae6a8a46f: Download complete 18:39:33 33b1e0a273af: Verifying Checksum 18:39:33 33b1e0a273af: Download complete 18:39:33 ec43610c2a17: Verifying Checksum 18:39:33 ec43610c2a17: Download complete 18:39:33 5d3b04190fa2: Verifying Checksum 18:39:33 5d3b04190fa2: Download complete 18:39:33 5eb5b503b376: Verifying Checksum 18:39:33 5eb5b503b376: Download complete 18:39:34 2f39f015ded8: Verifying Checksum 18:39:34 5eb5b503b376: Pull complete 18:39:34 5c69ac0246d0: Pull complete 18:39:35 ec43610c2a17: Pull complete 18:39:35 3a2ae6a8a46f: Pull complete 18:39:35 33b1e0a273af: Pull complete 18:39:35 5d3b04190fa2: Pull complete 18:39:39 2f39f015ded8: Pull complete 18:39:39 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 18:39:39 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 18:39:39 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 18:39:39 prd-ubuntu20.04-docker-8c-8g-2764 does not seem to be running inside a container 18:39:39 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/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:39:42 $ docker top 01f0e340ff6553069f11f0c8934101d126b7091fcc931acd38a6ef01b21cbff7 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 18:39:42 ---> job-cost.sh 18:39:42 lf-activate-venv: SKIPPING 18:39:42 INFO: No Stack... 18:39:43 INFO: Retrieving Pricing Info for: v3-standard-8 18:39:44 INFO: Archiving Costs [Pipeline] sh 18:39:44 + cat /w/workspace/gexfoundry_go-mod-bootstrap_main/archives/cost.csv 18:39:44 + cut -d, -f6 [Pipeline] lock 18:39:44 Trying to acquire lock on [jenkins-edgexfoundry-go-mod-bootstrap-main-97-stack-cost] 18:39:44 Resource [jenkins-edgexfoundry-go-mod-bootstrap-main-97-stack-cost] did not exist. Created. 18:39:44 Lock acquired on [jenkins-edgexfoundry-go-mod-bootstrap-main-97-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 18:39:45 + echo total: 0.2199999988079071 [Pipeline] stash 18:39:45 Stashed 1 file(s) [Pipeline] } 18:39:45 Lock released on resource [jenkins-edgexfoundry-go-mod-bootstrap-main-97-stack-cost] [Pipeline] // lock [Pipeline] } 18:39:45 $ docker stop --time=1 01f0e340ff6553069f11f0c8934101d126b7091fcc931acd38a6ef01b21cbff7 18:39:46 $ docker rm -f --volumes 01f0e340ff6553069f11f0c8934101d126b7091fcc931acd38a6ef01b21cbff7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 18:40:29 Running on prd-ubuntu20.04-docker-arm64-4c-16g-2766 in /w/workspace/gexfoundry_go-mod-bootstrap_main [Pipeline] { [Pipeline] ws 18:40:29 Running in /w/workspace/go-mod-bootstrap/97 [Pipeline] { [Pipeline] checkout 18:40:29 Selected Git installation does not exist. Using Default 18:40:29 The recommended git tool is: NONE 18:40:35 using credential edgex-jenkins-ssh 18:40:35 Cloning the remote Git repository 18:40:35 Cloning repository git@github.com:edgexfoundry/go-mod-bootstrap.git 18:40:35 > git init /w/workspace/go-mod-bootstrap/97 # timeout=10 18:40:35 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git 18:40:35 > git --version # timeout=10 18:40:35 > git --version # 'git version 2.25.1' 18:40:35 using GIT_SSH to set credentials SSH Credentials for GitHub 18:40:35 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/*:refs/remotes/origin/* # timeout=10 18:40:36 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 18:40:36 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 18:40:37 Avoid second fetch 18:40:37 Checking out Revision 4709c6263787ef6556c1d7017b033b47cb029bd0 (main) 18:40:37 Commit message: "refactor!: Replace SecretStore service config with default values and overrides (#414)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 18:40:37 > git config core.sparsecheckout # timeout=10 18:40:37 > git checkout -f 4709c6263787ef6556c1d7017b033b47cb029bd0 # timeout=10 18:40:38 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 18:40:38 % Total % Received % Xferd Average Speed Time Time Time Current 18:40:38 Dload Upload Total Spent Left Speed 18:40:38 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 93072 0 --:--:-- --:--:-- --:--:-- 93072 [Pipeline] sh 18:40:39 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 18:40:39 + sudo tee /etc/docker/daemon.new 18:40:39 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 18:40:39 { 18:40:39 "registry-mirrors": [ 18:40:39 "https://nexus3.edgexfoundry.org:10001" 18:40:39 ], 18:40:39 "bip": "10.250.0.254/24", 18:40:39 "hosts": [ 18:40:39 "tcp://0.0.0.0:5555", 18:40:39 "unix:///var/run/docker.sock" 18:40:39 ], 18:40:39 "mtu": 1458, 18:40:39 "selinux-enabled": true, 18:40:39 "seccomp-profile": "/etc/docker/seccomp.json" 18:40:39 } [Pipeline] sh 18:40:40 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 18:40:40 + sudo service docker restart [Pipeline] unstash [Pipeline] echo 18:40:58 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 18:40:58 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 18:40:58 ========================================================= 18:40:58 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] 18:40:58 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] sh 18:40:59 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 18:40:59 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 18:40:59 9b18e9b68314: Pulling fs layer 18:40:59 35d82f9e3411: Pulling fs layer 18:40:59 e16973657156: Pulling fs layer 18:40:59 fc693d55d65f: Pulling fs layer 18:40:59 7e9fc2657dce: Pulling fs layer 18:40:59 dda99020689f: Pulling fs layer 18:40:59 db1c61fa0a46: Pulling fs layer 18:40:59 891c053d2c06: Pulling fs layer 18:40:59 fc693d55d65f: Waiting 18:40:59 7e9fc2657dce: Waiting 18:40:59 dda99020689f: Waiting 18:40:59 db1c61fa0a46: Waiting 18:40:59 891c053d2c06: Waiting 18:40:59 e16973657156: Verifying Checksum 18:40:59 e16973657156: Download complete 18:40:59 35d82f9e3411: Verifying Checksum 18:40:59 35d82f9e3411: Download complete 18:40:59 7e9fc2657dce: Verifying Checksum 18:40:59 7e9fc2657dce: Download complete 18:40:59 dda99020689f: Verifying Checksum 18:40:59 dda99020689f: Download complete 18:40:59 9b18e9b68314: Verifying Checksum 18:40:59 9b18e9b68314: Download complete 18:41:00 9b18e9b68314: Pull complete 18:41:00 891c053d2c06: Verifying Checksum 18:41:00 891c053d2c06: Download complete 18:41:01 35d82f9e3411: Pull complete 18:41:01 e16973657156: Pull complete 18:41:02 db1c61fa0a46: Verifying Checksum 18:41:02 db1c61fa0a46: Download complete 18:41:02 fc693d55d65f: Verifying Checksum 18:41:02 fc693d55d65f: Download complete 18:41:15 fc693d55d65f: Pull complete 18:41:15 7e9fc2657dce: Pull complete 18:41:15 dda99020689f: Pull complete 18:41:21 db1c61fa0a46: Pull complete 18:41:23 891c053d2c06: Pull complete 18:41:23 Digest: sha256:2cacf8bfc28650abd52610e42dcfc04852e818eb73900ea96edaef96a54d0b45 18:41:23 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 18:41:23 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [Pipeline] sh 18:41: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:41:23 + docker inspect -f . ci-base-image-arm64 18:41:23 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 18:41:24 prd-ubuntu20.04-docker-arm64-4c-16g-2766 does not seem to be running inside a container 18:41:24 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-bootstrap/97 -v /w/workspace/go-mod-bootstrap/97:/w/workspace/go-mod-bootstrap/97:rw,z -v /w/workspace/go-mod-bootstrap/97@tmp:/w/workspace/go-mod-bootstrap/97@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 18:41:27 $ docker top ad6938864db3778906ab14c87ba703ff3827bba6869991cd3eda51d2ff5d802a -eo pid,comm [Pipeline] { [Pipeline] sh 18:41:28 + go version 18:41:28 go version go1.18.7 linux/arm64 [Pipeline] } 18:41:28 $ docker stop --time=1 ad6938864db3778906ab14c87ba703ff3827bba6869991cd3eda51d2ff5d802a 18:41:29 $ docker rm -f --volumes ad6938864db3778906ab14c87ba703ff3827bba6869991cd3eda51d2ff5d802a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:41:30 + docker inspect -f . ci-base-image-arm64 18:41:30 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 18:41:30 prd-ubuntu20.04-docker-arm64-4c-16g-2766 does not seem to be running inside a container 18:41:30 $ 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/97 -v /w/workspace/go-mod-bootstrap/97:/w/workspace/go-mod-bootstrap/97:rw,z -v /w/workspace/go-mod-bootstrap/97@tmp:/w/workspace/go-mod-bootstrap/97@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 18:41:33 $ docker top 390648cf1cc6fbcce4d3bc628e541271c08457464891dd9e5a7f1494dc80e0a7 -eo pid,comm [Pipeline] { [Pipeline] sh 18:41:33 + git config --global --add safe.directory /w/workspace/go-mod-bootstrap/97 [Pipeline] fileExists [Pipeline] sh 18:41:34 + make test 18:41:34 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 18:41:34 go: downloading github.com/edgexfoundry/go-mod-configuration/v3 v3.0.0-dev.2 18:41:34 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v3 v3.0.0-dev.3 18:41:34 go: downloading github.com/pelletier/go-toml v1.9.5 18:41:34 go: downloading github.com/edgexfoundry/go-mod-registry/v3 v3.0.0-dev.3 18:41:34 go: downloading github.com/stretchr/testify v1.8.1 18:41:35 go: downloading github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 18:41:35 go: downloading github.com/eclipse/paho.mqtt.golang v1.4.2 18:41:35 go: downloading github.com/edgexfoundry/go-mod-messaging/v3 v3.0.0-dev.4 18:41:35 go: downloading github.com/edgexfoundry/go-mod-secrets/v3 v3.0.0-dev.2 18:41:35 go: downloading github.com/gorilla/mux v1.8.0 18:41:35 go: downloading github.com/google/uuid v1.3.0 18:41:35 go: downloading github.com/hashicorp/go-multierror v1.1.1 18:41:35 go: downloading github.com/go-kit/log v0.2.1 18:41:35 go: downloading github.com/davecgh/go-spew v1.1.1 18:41:35 go: downloading github.com/pmezard/go-difflib v1.0.0 18:41:35 go: downloading github.com/stretchr/objx v0.5.0 18:41:35 go: downloading gopkg.in/yaml.v3 v3.0.1 18:41:35 go: downloading github.com/spiffe/go-spiffe/v2 v2.1.2 18:41:35 go: downloading github.com/go-playground/validator/v10 v10.11.1 18:41:35 go: downloading github.com/fxamacker/cbor/v2 v2.4.0 18:41:35 go: downloading github.com/gorilla/websocket v1.4.2 18:41:35 go: downloading golang.org/x/net v0.5.0 18:41:35 go: downloading golang.org/x/sync v0.1.0 18:41:35 go: downloading github.com/hashicorp/errwrap v1.0.0 18:41:35 go: downloading github.com/hashicorp/consul/api v1.18.0 18:41:35 go: downloading github.com/go-logfmt/logfmt v0.5.1 18:41:35 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 18:41:35 go: downloading github.com/zeebo/errs v1.3.0 18:41:35 go: downloading google.golang.org/grpc v1.51.0 18:41:37 go: downloading github.com/go-redis/redis/v7 v7.3.0 18:41:37 go: downloading github.com/go-playground/universal-translator v0.18.0 18:41:37 go: downloading github.com/leodido/go-urn v1.2.1 18:41:37 go: downloading golang.org/x/crypto v0.5.0 18:41:37 go: downloading golang.org/x/text v0.6.0 18:41:37 go: downloading github.com/x448/float16 v0.8.4 18:41:37 go: downloading gopkg.in/square/go-jose.v2 v2.6.0 18:41:37 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 18:41:37 go: downloading github.com/mitchellh/copystructure v1.0.0 18:41:37 go: downloading github.com/mitchellh/mapstructure v1.5.0 18:41:37 go: downloading google.golang.org/protobuf v1.28.1 18:41:38 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 18:41:38 go: downloading github.com/hashicorp/go-hclog v0.14.1 18:41:38 go: downloading github.com/hashicorp/go-rootcerts v1.0.2 18:41:38 go: downloading github.com/hashicorp/serf v0.10.1 18:41:38 go: downloading google.golang.org/genproto v0.0.0-20230109162033-3c3c17ce83e6 18:41:38 go: downloading github.com/go-playground/locales v0.14.0 18:41:38 go: downloading github.com/mitchellh/reflectwalk v1.0.0 18:41:38 go: downloading github.com/fatih/color v1.9.0 18:41:38 go: downloading github.com/mattn/go-isatty v0.0.14 18:41:38 go: downloading github.com/golang/protobuf v1.5.2 18:41:38 go: downloading golang.org/x/sys v0.4.0 18:41:40 go: downloading github.com/armon/go-metrics v0.3.10 18:41:40 go: downloading github.com/mattn/go-colorable v0.1.12 18:41:40 go: downloading github.com/hashicorp/go-immutable-radix v1.3.0 18:41:40 go: downloading github.com/hashicorp/golang-lru v0.5.4 18:43:01 ? github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap [no test files] 18:43:01 ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/config 0.058s coverage: 9.7% of statements 18:43:01 ? github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/container [no test files] 18:43:01 ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/environment 0.072s coverage: 92.5% of statements 18:43:01 ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/flags 0.023s coverage: 85.3% of statements 18:43:05 ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/handlers 2.213s coverage: 46.8% of statements 18:43:05 ? github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/interfaces [no test files] 18:43:05 ? github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/interfaces/mocks [no test files] 18:43:05 ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/messaging 0.069s coverage: 100.0% of statements 18:43:05 ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/metrics 0.440s coverage: 88.4% of statements 18:43:05 ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/registration 0.079s coverage: 25.0% of statements 18:43:12 ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/secret 3.131s coverage: 81.2% of statements 18:43:12 ? github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/startup [no test files] 18:43:12 ok github.com/edgexfoundry/go-mod-bootstrap/v3/config 0.040s coverage: 38.5% of statements 18:43:12 ok github.com/edgexfoundry/go-mod-bootstrap/v3/di 0.016s coverage: 91.3% of statements 18:43:12 WARNING: Linting skipped (not on x86_64 or linter not installed) 18:43:12 CGO_ENABLED=1 GO111MODULE=on go vet ./... 18:43:34 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 18:43:34 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [Pipeline] echo 18:43:34 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 18:43:34 $ docker stop --time=1 390648cf1cc6fbcce4d3bc628e541271c08457464891dd9e5a7f1494dc80e0a7 18:43:37 $ docker rm -f --volumes 390648cf1cc6fbcce4d3bc628e541271c08457464891dd9e5a7f1494dc80e0a7 [Pipeline] // withDockerContainer [Pipeline] sh 18:43:40 + sudo chown -R jenkins:jenkins . [Pipeline] stash 18:43:40 Warning: overwriting stash ‘coverage-report’ 18:43:40 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:43:41 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 18:43:41 18:43:41 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:43:41 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 18:43:41 arm64: Pulling from edgex-lftools-log-publisher 18:43:41 8998bd30e6a1: Pulling fs layer 18:43:41 04944245beec: Pulling fs layer 18:43:41 699f458cf7ca: Pulling fs layer 18:43:41 765212b225bb: Pulling fs layer 18:43:41 f23df028b6ca: Pulling fs layer 18:43:41 d65c8cfc05b1: Pulling fs layer 18:43:41 2437ff75d9bd: Pulling fs layer 18:43:41 f23df028b6ca: Waiting 18:43:41 d65c8cfc05b1: Waiting 18:43:41 2437ff75d9bd: Waiting 18:43:41 765212b225bb: Waiting 18:43:41 04944245beec: Verifying Checksum 18:43:41 04944245beec: Download complete 18:43:41 765212b225bb: Verifying Checksum 18:43:41 765212b225bb: Download complete 18:43:41 f23df028b6ca: Verifying Checksum 18:43:41 f23df028b6ca: Download complete 18:43:41 d65c8cfc05b1: Verifying Checksum 18:43:41 d65c8cfc05b1: Download complete 18:43:41 699f458cf7ca: Verifying Checksum 18:43:41 699f458cf7ca: Download complete 18:43:42 8998bd30e6a1: Verifying Checksum 18:43:42 8998bd30e6a1: Download complete 18:43:45 2437ff75d9bd: Download complete 18:43:46 8998bd30e6a1: Pull complete 18:43:46 04944245beec: Pull complete 18:43:47 699f458cf7ca: Pull complete 18:43:47 765212b225bb: Pull complete 18:43:49 f23df028b6ca: Pull complete 18:43:49 d65c8cfc05b1: Pull complete 18:44:04 2437ff75d9bd: Pull complete 18:44:04 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 18:44:04 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 18:44:04 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 18:44:04 prd-ubuntu20.04-docker-arm64-4c-16g-2766 does not seem to be running inside a container 18:44:04 $ 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/97 -v /w/workspace/go-mod-bootstrap/97:/w/workspace/go-mod-bootstrap/97:rw,z -v /w/workspace/go-mod-bootstrap/97@tmp:/w/workspace/go-mod-bootstrap/97@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat 18:44:07 $ docker top b0b1d6e5041144ce9cf7d6f9a5c8690fbcc27c35b23647ba7fec6f36cf7e11a4 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 18:44:08 ---> job-cost.sh 18:44:08 lf-activate-venv: SKIPPING 18:44:08 INFO: No Stack... 18:44:09 INFO: Retrieving Pricing Info for: v3-standard-4 18:44:10 INFO: Archiving Costs [Pipeline] sh 18:44:10 + cat /w/workspace/go-mod-bootstrap/97/archives/cost.csv 18:44:10 + cut -d, -f6 [Pipeline] lock 18:44:10 Trying to acquire lock on [jenkins-edgexfoundry-go-mod-bootstrap-main-97-stack-cost] 18:44:10 Resource [jenkins-edgexfoundry-go-mod-bootstrap-main-97-stack-cost] did not exist. Created. 18:44:10 Lock acquired on [jenkins-edgexfoundry-go-mod-bootstrap-main-97-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 18:44:10 /w/workspace/go-mod-bootstrap/97@tmp/durable-09192b56/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh 18:44:11 + echo total: 0.10999999940395355 [Pipeline] stash 18:44:11 Warning: overwriting stash ‘stack-cost’ 18:44:11 Stashed 1 file(s) [Pipeline] } 18:44:11 Lock released on resource [jenkins-edgexfoundry-go-mod-bootstrap-main-97-stack-cost] [Pipeline] // lock [Pipeline] } 18:44:11 $ docker stop --time=1 b0b1d6e5041144ce9cf7d6f9a5c8690fbcc27c35b23647ba7fec6f36cf7e11a4 18:44:14 $ docker rm -f --volumes b0b1d6e5041144ce9cf7d6f9a5c8690fbcc27c35b23647ba7fec6f36cf7e11a4 [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:44:15 provisioning config files... 18:44:15 copy managed file [go-mod-bootstrap-codecov-token] to file:/w/workspace/gexfoundry_go-mod-bootstrap_main@tmp/config11064501109635504208tmp [Pipeline] { [Pipeline] sh 18:44:15 + set +x 18:44:15 + curl -s https://codecov.io/bash 18:44:15 + bash -s -- 18:44:15 18:44:15 _____ _ 18:44:15 / ____| | | 18:44:15 | | ___ __| | ___ ___ _____ __ 18:44:15 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 18:44:15 | |___| (_) | (_| | __/ (_| (_) \ V / 18:44:15 \_____\___/ \__,_|\___|\___\___/ \_/ 18:44:15 Bash-1.0.6 18:44:15 18:44:15 18:44:15 ==> git version 2.25.1 found 18:44:15 ==> 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:44:15 Release-Date: 2020-01-08 18:44:15 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:44:15 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 18:44:15 ==> Jenkins CI detected. 18:44:15 current dir:  /w/workspace/gexfoundry_go-mod-bootstrap_main 18:44:15 project root: . 18:44:15 --> token set from env 18:44:15 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 18:44:15 ==> Running gcov in . (disable via -X gcov) 18:44:15 ==> Python coveragepy not found 18:44:15 ==> Searching for coverage reports in: 18:44:15 + . 18:44:15 -> Found 1 reports 18:44:15 ==> Detecting git/mercurial file structure 18:44:15 ==> Reading reports 18:44:15 + ./coverage.out bytes=69497 18:44:15 ==> Appending adjustments 18:44:15 https://docs.codecov.io/docs/fixing-reports 18:44:15 + Found adjustments 18:44:15 ==> Gzipping contents 18:44:15 12K /tmp/codecov.fHDMI9.gz 18:44:15 ==> Uploading reports 18:44:15 url: https://codecov.io 18:44:15 query: branch=main&commit=4709c6263787ef6556c1d7017b033b47cb029bd0&build=97&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-bootstrap%2Fjob%2Fmain%2F97%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-bootstrap&service=jenkins&flags=&pr=&job=&cmd_args= 18:44:15 -> Pinging Codecov 18:44:15 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=4709c6263787ef6556c1d7017b033b47cb029bd0&build=97&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-bootstrap%2Fjob%2Fmain%2F97%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-bootstrap&service=jenkins&flags=&pr=&job=&cmd_args= 18:44:16 -> Uploading to 18:44:16 https://storage.googleapis.com/codecov/v4/raw/2023-01-17/833815588EE85121546D348822E98E2E/4709c6263787ef6556c1d7017b033b47cb029bd0/84831754-5031-4e8b-ba79-ddcb9d122ed5.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230117%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230117T184416Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=77734b18469e1ec0acc552ca1db8f7428da93739af6fd144f8e816d5d770b89a 18:44:16 % Total % Received % Xferd Average Speed Time Time Time Current 18:44:16 Dload Upload Total Spent Left Speed 18:44:16 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 11322 0 0 100 11322 0 46024 --:--:-- --:--:-- --:--:-- 46024 18:44:16 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/go-mod-bootstrap/commit/4709c6263787ef6556c1d7017b033b47cb029bd0 [Pipeline] } 18:44:16 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 18:44:16 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 18:44:16 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:44:16 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 18:44:16 18:44:16 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:44:17 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 18:44:17 1.410.4: Pulling from edgex-devops/edgex-snyk-go 18:44:17 df9b9388f04a: Pulling fs layer 18:44:17 52dc419b0ee2: Pulling fs layer 18:44:17 25bc292e5bac: Pulling fs layer 18:44:17 114826534d7a: Pulling fs layer 18:44:17 4657fd5d0bcf: Pulling fs layer 18:44:17 6ad1cebc031e: Pulling fs layer 18:44:17 8a3aa393b2d8: Pulling fs layer 18:44:17 114826534d7a: Waiting 18:44:17 4657fd5d0bcf: Waiting 18:44:17 6ad1cebc031e: Waiting 18:44:17 8a3aa393b2d8: Waiting 18:44:17 25bc292e5bac: Verifying Checksum 18:44:17 25bc292e5bac: Download complete 18:44:17 52dc419b0ee2: Download complete 18:44:17 4657fd5d0bcf: Verifying Checksum 18:44:17 4657fd5d0bcf: Download complete 18:44:17 df9b9388f04a: Verifying Checksum 18:44:17 df9b9388f04a: Download complete 18:44:17 df9b9388f04a: Pull complete 18:44:17 52dc419b0ee2: Pull complete 18:44:17 25bc292e5bac: Pull complete 18:44:17 6ad1cebc031e: Verifying Checksum 18:44:17 6ad1cebc031e: Download complete 18:44:18 114826534d7a: Verifying Checksum 18:44:18 114826534d7a: Download complete 18:44:19 8a3aa393b2d8: Verifying Checksum 18:44:19 8a3aa393b2d8: Download complete 18:44:22 114826534d7a: Pull complete 18:44:22 4657fd5d0bcf: Pull complete 18:44:22 6ad1cebc031e: Pull complete 18:44:25 8a3aa393b2d8: Pull complete 18:44:25 Digest: sha256:4b4dcd1004c4b70ae7ff23424eaa7ae18978b3759dc64bf5c8870aa20fc5e024 18:44:25 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 18:44:25 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 18:44:25 prd-ubuntu20.04-docker-8c-8g-2764 does not seem to be running inside a container 18:44:25 $ 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:44:27 $ docker top 9f95e155fa4562964aa6c48e7511c869715260bf60f643f7b9668d54fb717f4a -eo pid,comm [Pipeline] { [Pipeline] echo 18:44:27 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/go-mod-bootstrap:main' [Pipeline] sh 18:44:27 + set -o pipefail 18:44:27 + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/go-mod-bootstrap:main' 18:44:32 18:44:32 Monitoring /w/workspace/gexfoundry_go-mod-bootstrap_main (github.com/edgexfoundry/go-mod-bootstrap/v3)... 18:44:32 18:44:32 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/ad282025-43b6-4430-aa65-23b0e23d9f55/history/83ddfae3-8b6e-4368-bf9c-ff49de73c1c1 18:44:32 18:44:32 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 18:44:32 18:44:32 18:44:32 A medium severity vulnerability was found in the Snyk CLI versions you are using. 18:44:32 We fixed the vulnerability in version 1.996.0. We recommend updating to the latest version. 18:44:32 More details here: https://snyk.co/ue1NS [Pipeline] } 18:44:32 $ docker stop --time=1 9f95e155fa4562964aa6c48e7511c869715260bf60f643f7b9668d54fb717f4a 18:44:34 $ docker rm -f --volumes 9f95e155fa4562964aa6c48e7511c869715260bf60f643f7b9668d54fb717f4a [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:44:35 + git log --format=format:%s -1 4709c6263787ef6556c1d7017b033b47cb029bd0 [Pipeline] sh 18:44:35 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 18:44:35 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:44:35 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 18:44:35 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 18:44:35 prd-ubuntu20.04-docker-8c-8g-2764 does not seem to be running inside a container 18:44:35 $ 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:44:36 $ docker top 01ff65dce592d78dd63842c4b90beda6bbce3a42aff7cf0a0190e2840c379c5e -eo pid,comm 18:44:36 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:44:36 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 18:44:36 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:44:36 [ssh-agent] Looking for ssh-agent implementation... 18:44:36 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:44:36 $ docker exec 01ff65dce592d78dd63842c4b90beda6bbce3a42aff7cf0a0190e2840c379c5e ssh-agent 18:44:36 SSH_AUTH_SOCK=/tmp/ssh-OLBcTOsLwwdI/agent.32 18:44:36 SSH_AGENT_PID=38 18:44:36 Running ssh-add (command line suppressed) 18:44:36 Identity added: /w/workspace/gexfoundry_go-mod-bootstrap_main@tmp/private_key_13484665709881946554.key (/w/workspace/gexfoundry_go-mod-bootstrap_main@tmp/private_key_13484665709881946554.key) 18:44:36 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:44:37 + git semver tag 18:44:37 2023-01-17 18:44:37,258 [run_tag] DEBUG tag force:False 18:44:37 2023-01-17 18:44:37,258 [check_head_tag] DEBUG check head tag 18:44:37 2023-01-17 18:44:37,262 [execute] INFO git cat-file --batch-check 18:44:37 2023-01-17 18:44:37,262 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/gexfoundry_go-mod-bootstrap_main, universal_newlines=False, shell=None, istream=) 18:44:37 2023-01-17 18:44:37,265 [execute] INFO git cat-file --batch 18:44:37 2023-01-17 18:44:37,266 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/gexfoundry_go-mod-bootstrap_main, universal_newlines=False, shell=None, istream=) 18:44:37 2023-01-17 18:44:37,295 [read_version] DEBUG read version from /w/workspace/gexfoundry_go-mod-bootstrap_main/.semver/main 18:44:37 2023-01-17 18:44:37,295 [execute] INFO git tag -a v3.0.0-dev.10 -m v3.0.0-dev.10 18:44:37 2023-01-17 18:44:37,295 [execute] DEBUG Popen(['git', 'tag', '-a', 'v3.0.0-dev.10', '-m', 'v3.0.0-dev.10'], cwd=/w/workspace/gexfoundry_go-mod-bootstrap_main, universal_newlines=False, shell=None, istream=None) 18:44:37 2023-01-17 18:44:37,300 [read_version] DEBUG read version from /w/workspace/gexfoundry_go-mod-bootstrap_main/.semver/main 18:44:37 3.0.0-dev.10 [Pipeline] } 18:44:37 $ docker exec --env ******** --env ******** 01ff65dce592d78dd63842c4b90beda6bbce3a42aff7cf0a0190e2840c379c5e ssh-agent -k 18:44:37 unset SSH_AUTH_SOCK; 18:44:37 unset SSH_AGENT_PID; 18:44:37 echo Agent pid 38 killed; 18:44:37 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 18:44:37 + git semver [Pipeline] } 18:44:38 $ docker stop --time=1 01ff65dce592d78dd63842c4b90beda6bbce3a42aff7cf0a0190e2840c379c5e 18:44:39 $ docker rm -f --volumes 01ff65dce592d78dd63842c4b90beda6bbce3a42aff7cf0a0190e2840c379c5e [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:44:39 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 18:44:39 18:44:39 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:44:40 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 18:44:40 0.23.1-centos7: Pulling from edgex-lftools 18:44:40 ab5ef0e58194: Pulling fs layer 18:44:40 9712f1f96733: Pulling fs layer 18:44:40 63f879dbbcfc: Pulling fs layer 18:44:40 0d9ebad4ef96: Pulling fs layer 18:44:40 e9a5061849ea: Pulling fs layer 18:44:40 d747dcd14b5f: Pulling fs layer 18:44:40 2de7ff778b66: Pulling fs layer 18:44:40 0d9ebad4ef96: Waiting 18:44:40 d747dcd14b5f: Waiting 18:44:40 e9a5061849ea: Waiting 18:44:40 2de7ff778b66: Waiting 18:44:40 9712f1f96733: Verifying Checksum 18:44:40 9712f1f96733: Download complete 18:44:41 63f879dbbcfc: Verifying Checksum 18:44:41 63f879dbbcfc: Download complete 18:44:41 e9a5061849ea: Verifying Checksum 18:44:41 e9a5061849ea: Download complete 18:44:41 d747dcd14b5f: Verifying Checksum 18:44:41 d747dcd14b5f: Download complete 18:44:41 0d9ebad4ef96: Verifying Checksum 18:44:41 0d9ebad4ef96: Download complete 18:44:41 ab5ef0e58194: Verifying Checksum 18:44:41 ab5ef0e58194: Download complete 18:44:41 2de7ff778b66: Verifying Checksum 18:44:43 ab5ef0e58194: Pull complete 18:44:44 9712f1f96733: Pull complete 18:44:44 63f879dbbcfc: Pull complete 18:44:48 0d9ebad4ef96: Pull complete 18:44:48 e9a5061849ea: Pull complete 18:44:48 d747dcd14b5f: Pull complete 18:44:49 2de7ff778b66: Pull complete 18:44:49 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 18:44:49 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 18:44:49 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 18:44:49 prd-ubuntu20.04-docker-8c-8g-2764 does not seem to be running inside a container 18:44:49 $ 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:44:52 $ docker top 7155c846c6a2370c4fe89fd4cebb0105f89091c875698262c19b915fcad82197 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 18:44:52 provisioning config files... 18:44:52 copy managed file [sigul-config] to file:/w/workspace/gexfoundry_go-mod-bootstrap_main@tmp/config8571005606624017359tmp 18:44:52 copy managed file [sigul-password] to file:/w/workspace/gexfoundry_go-mod-bootstrap_main@tmp/config12866055403259599659tmp 18:44:52 copy managed file [sigul-pki] to file:/w/workspace/gexfoundry_go-mod-bootstrap_main@tmp/config13981867586905966330tmp [Pipeline] { [Pipeline] echo 18:44:52 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 18:44:52 ---> sigul-configuration.sh 18:44:52 gpg: directory `/root/.gnupg' created 18:44:52 gpg: new configuration file `/root/.gnupg/gpg.conf' created 18:44:52 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 18:44:52 gpg: keyring `/root/.gnupg/secring.gpg' created 18:44:52 gpg: keyring `/root/.gnupg/pubring.gpg' created 18:44:52 gpg: CAST5 encrypted data 18:44:52 gpg: encrypted with 1 passphrase 18:44:52 gpg: WARNING: message was not integrity protected [Pipeline] sh 18:44:53 + mkdir /home/jenkins 18:44:53 + mkdir /home/jenkins/sigul [Pipeline] sh 18:44:53 + 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:44:53 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 18:44:53 ---> sigul-install.sh 18:44:53 Sigul already installed; skipping installation. [Pipeline] sh 18:44:53 + git tag --list 18:44:53 v0.0.1 18:44:53 v0.0.10 18:44:53 v0.0.11 18:44:53 v0.0.12 18:44:53 v0.0.13 18:44:53 v0.0.14 18:44:53 v0.0.15 18:44:53 v0.0.16 18:44:53 v0.0.17 18:44:53 v0.0.18 18:44:53 v0.0.19 18:44:53 v0.0.2 18:44:53 v0.0.20 18:44:53 v0.0.21 18:44:53 v0.0.22 18:44:53 v0.0.23 18:44:53 v0.0.24 18:44:53 v0.0.25 18:44:53 v0.0.26 18:44:53 v0.0.27 18:44:53 v0.0.28 18:44:53 v0.0.29 18:44:53 v0.0.3 18:44:53 v0.0.30 18:44:53 v0.0.31 18:44:53 v0.0.32 18:44:53 v0.0.33 18:44:53 v0.0.34 18:44:53 v0.0.35 18:44:53 v0.0.36 18:44:53 v0.0.37 18:44:53 v0.0.38 18:44:53 v0.0.39 18:44:53 v0.0.4 18:44:53 v0.0.40 18:44:53 v0.0.41 18:44:53 v0.0.42 18:44:53 v0.0.43 18:44:53 v0.0.44 18:44:53 v0.0.45 18:44:53 v0.0.46 18:44:53 v0.0.47 18:44:53 v0.0.48 18:44:53 v0.0.49 18:44:53 v0.0.5 18:44:53 v0.0.50 18:44:53 v0.0.51 18:44:53 v0.0.52 18:44:53 v0.0.53 18:44:53 v0.0.54 18:44:53 v0.0.55 18:44:53 v0.0.56 18:44:53 v0.0.57 18:44:53 v0.0.58 18:44:53 v0.0.59 18:44:53 v0.0.6 18:44:53 v0.0.60 18:44:53 v0.0.61 18:44:53 v0.0.62 18:44:53 v0.0.63 18:44:53 v0.0.64 18:44:53 v0.0.65 18:44:53 v0.0.66 18:44:53 v0.0.67 18:44:53 v0.0.68 18:44:53 v0.0.69 18:44:53 v0.0.7 18:44:53 v0.0.70 18:44:53 v0.0.71 18:44:53 v0.0.72 18:44:53 v0.0.8 18:44:53 v0.0.9 18:44:53 v2.0.0 18:44:53 v2.1.0 18:44:53 v2.1.1 18:44:53 v2.1.1-dev.1 18:44:53 v2.1.1-dev.2 18:44:53 v2.1.1-dev.3 18:44:53 v2.1.1-dev.4 18:44:53 v2.2.0 18:44:53 v2.2.1-dev.1 18:44:53 v2.2.1-dev.2 18:44:53 v2.2.1-dev.3 18:44:53 v2.2.1-dev.4 18:44:53 v2.2.1-dev.5 18:44:53 v2.2.1-dev.6 18:44:53 v2.2.1-dev.7 18:44:53 v2.2.1-dev.8 18:44:53 v2.2.1-dev.9 18:44:53 v2.3.0 18:44:53 v2.3.0-dev.10 18:44:53 v2.3.0-dev.11 18:44:53 v2.3.0-dev.12 18:44:53 v2.3.0-dev.13 18:44:53 v2.3.0-dev.14 18:44:53 v2.3.0-dev.15 18:44:53 v2.3.0-dev.16 18:44:53 v2.3.0-dev.17 18:44:53 v2.3.0-dev.18 18:44:53 v2.3.0-dev.19 18:44:53 v2.3.0-dev.20 18:44:53 v2.3.0-dev.21 18:44:53 v2.3.0-dev.22 18:44:53 v2.3.0-dev.23 18:44:53 v2.3.0-dev.24 18:44:53 v2.3.0-dev.25 18:44:53 v2.3.0-dev.26 18:44:53 v2.3.0-dev.27 18:44:53 v2.3.0-dev.28 18:44:53 v2.3.0-dev.29 18:44:53 v2.3.0-dev.30 18:44:53 v3.0.0-dev.1 18:44:53 v3.0.0-dev.10 18:44:53 v3.0.0-dev.2 18:44:53 v3.0.0-dev.3 18:44:53 v3.0.0-dev.4 18:44:53 v3.0.0-dev.5 18:44:53 v3.0.0-dev.6 18:44:53 v3.0.0-dev.7 18:44:53 v3.0.0-dev.8 18:44:53 v3.0.0-dev.9 [Pipeline] sh 18:44:54 + lftools sign git-tag v3.0.0-dev.10 18:44:54 Signing Git tag with Sigul... 18:44:54 Signing v3.0.0-dev.10 [Pipeline] echo 18:44:55 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 18:44:55 ---> sigul-configuration-cleanup.sh [Pipeline] } 18:44:55 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 18:44:55 $ docker stop --time=1 7155c846c6a2370c4fe89fd4cebb0105f89091c875698262c19b915fcad82197 18:44:56 $ docker rm -f --volumes 7155c846c6a2370c4fe89fd4cebb0105f89091c875698262c19b915fcad82197 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh 18:44:57 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 18:44:57 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:44:57 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 18:44:57 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 18:44:57 prd-ubuntu20.04-docker-8c-8g-2764 does not seem to be running inside a container 18:44:57 $ 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:44:57 $ docker top 1407a0eb0393b12363c21347ce9dcc1555da40aed401c6b9b22223151eb6da95 -eo pid,comm 18:44:57 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:44:57 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 18:44:57 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:44:57 [ssh-agent] Looking for ssh-agent implementation... 18:44:58 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:44:58 $ docker exec 1407a0eb0393b12363c21347ce9dcc1555da40aed401c6b9b22223151eb6da95 ssh-agent 18:44:58 SSH_AUTH_SOCK=/tmp/ssh-7DSgZ1v6KjNh/agent.32 18:44:58 SSH_AGENT_PID=38 18:44:58 Running ssh-add (command line suppressed) 18:44:58 Identity added: /w/workspace/gexfoundry_go-mod-bootstrap_main@tmp/private_key_8051779590762593554.key (/w/workspace/gexfoundry_go-mod-bootstrap_main@tmp/private_key_8051779590762593554.key) 18:44:58 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:44:58 + git semver bump pre 18:44:58 2023-01-17 18:44:58,753 [read_version] DEBUG read version from /w/workspace/gexfoundry_go-mod-bootstrap_main/.semver/main 18:44:58 2023-01-17 18:44:58,753 [bump_version] DEBUG bumping version:3.0.0-dev.10 on axis:pre with prefix:dev 18:44:58 2023-01-17 18:44:58,753 [bump_version] DEBUG bumped version:3.0.0-dev.11 18:44:58 2023-01-17 18:44:58,753 [write_version] DEBUG write version:3.0.0-dev.11 to path:/w/workspace/gexfoundry_go-mod-bootstrap_main/.semver/main with force:True 18:44:58 2023-01-17 18:44:58,753 [read_version] DEBUG read version from /w/workspace/gexfoundry_go-mod-bootstrap_main/.semver/main 18:44:58 2023-01-17 18:44:58,753 [write_file] DEBUG write to file:/w/workspace/gexfoundry_go-mod-bootstrap_main/.semver/main 18:44:58 2023-01-17 18:44:58,755 [execute] INFO git cat-file --batch-check 18:44:58 2023-01-17 18:44:58,755 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/gexfoundry_go-mod-bootstrap_main/.semver, universal_newlines=False, shell=None, istream=) 18:44:58 2023-01-17 18:44:58,760 [execute] INFO git cat-file --batch 18:44:58 2023-01-17 18:44:58,761 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/gexfoundry_go-mod-bootstrap_main/.semver, universal_newlines=False, shell=None, istream=) 18:44:58 2023-01-17 18:44:58,766 [read_version] DEBUG read version from /w/workspace/gexfoundry_go-mod-bootstrap_main/.semver/main 18:44:58 3.0.0-dev.11 [Pipeline] } 18:44:58 $ docker exec --env ******** --env ******** 1407a0eb0393b12363c21347ce9dcc1555da40aed401c6b9b22223151eb6da95 ssh-agent -k 18:44:58 unset SSH_AUTH_SOCK; 18:44:58 unset SSH_AGENT_PID; 18:44:58 echo Agent pid 38 killed; 18:44:58 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 18:44:59 + git semver [Pipeline] } 18:44:59 $ docker stop --time=1 1407a0eb0393b12363c21347ce9dcc1555da40aed401c6b9b22223151eb6da95 18:45:00 $ docker rm -f --volumes 1407a0eb0393b12363c21347ce9dcc1555da40aed401c6b9b22223151eb6da95 [Pipeline] // withDockerContainer [Pipeline] sh 18:45:01 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 18:45:01 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:45:01 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 18:45:01 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 18:45:01 prd-ubuntu20.04-docker-8c-8g-2764 does not seem to be running inside a container 18:45:01 $ 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:45:01 $ docker top 4183a5c7c3745cc78ff3b66a6bd145b58b42f869598a1f5411ce2eaa84f1ec98 -eo pid,comm 18:45:01 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:45:01 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 18:45:02 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:45:02 [ssh-agent] Looking for ssh-agent implementation... 18:45:02 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:45:02 $ docker exec 4183a5c7c3745cc78ff3b66a6bd145b58b42f869598a1f5411ce2eaa84f1ec98 ssh-agent 18:45:02 SSH_AUTH_SOCK=/tmp/ssh-kiSLQPY54TOx/agent.33 18:45:02 SSH_AGENT_PID=39 18:45:02 Running ssh-add (command line suppressed) 18:45:02 Identity added: /w/workspace/gexfoundry_go-mod-bootstrap_main@tmp/private_key_13360266744749280407.key (/w/workspace/gexfoundry_go-mod-bootstrap_main@tmp/private_key_13360266744749280407.key) 18:45:02 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:45:02 + git semver push 18:45:02 2023-01-17 18:45:02,846 [run_push] DEBUG push 18:45:02 2023-01-17 18:45:02,846 [execute] INFO git cat-file --batch-check 18:45:02 2023-01-17 18:45:02,846 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/gexfoundry_go-mod-bootstrap_main/.semver, universal_newlines=False, shell=None, istream=) 18:45:02 2023-01-17 18:45:02,850 [execute] INFO git rev-list 4b577185c3f59b5d6bb878b9840f682797d8f899 -- 18:45:02 2023-01-17 18:45:02,850 [execute] DEBUG Popen(['git', 'rev-list', '4b577185c3f59b5d6bb878b9840f682797d8f899', '--'], cwd=/w/workspace/gexfoundry_go-mod-bootstrap_main/.semver, universal_newlines=False, shell=None, istream=None) 18:45:02 2023-01-17 18:45:02,859 [execute] INFO git fetch -v origin 18:45:02 2023-01-17 18:45:02,859 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/gexfoundry_go-mod-bootstrap_main/.semver, universal_newlines=True, shell=None, istream=None) 18:45:03 2023-01-17 18:45:03,521 [run_push] DEBUG no remote changes detected 18:45:03 2023-01-17 18:45:03,521 [execute] INFO git push origin semver 18:45:03 2023-01-17 18:45:03,522 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/gexfoundry_go-mod-bootstrap_main/.semver, universal_newlines=False, shell=None, istream=None) 18:45:05 2023-01-17 18:45:04,818 [run_push] DEBUG push all version tags 18:45:05 2023-01-17 18:45:04,819 [execute] INFO git push origin refs/tags/v*:refs/tags/v* 18:45:05 2023-01-17 18:45:04,819 [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:45:05 2023-01-17 18:45:05,648 [read_version] DEBUG read version from /w/workspace/gexfoundry_go-mod-bootstrap_main/.semver/main 18:45:05 3.0.0-dev.11 [Pipeline] } 18:45:05 $ docker exec --env ******** --env ******** 4183a5c7c3745cc78ff3b66a6bd145b58b42f869598a1f5411ce2eaa84f1ec98 ssh-agent -k 18:45:05 unset SSH_AUTH_SOCK; 18:45:05 unset SSH_AGENT_PID; 18:45:05 echo Agent pid 39 killed; 18:45:05 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 18:45:06 + git semver [Pipeline] } 18:45:06 $ docker stop --time=1 4183a5c7c3745cc78ff3b66a6bd145b58b42f869598a1f5411ce2eaa84f1ec98 18:45:07 $ docker rm -f --volumes 4183a5c7c3745cc78ff3b66a6bd145b58b42f869598a1f5411ce2eaa84f1ec98 [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:45:08 + [ -d /w/workspace/gexfoundry_go-mod-bootstrap_main/archives ] 18:45:08 + ls -al /w/workspace/gexfoundry_go-mod-bootstrap_main/archives 18:45:08 total 16 18:45:08 drwxr-xr-x 3 root root 4096 Jan 17 18:39 . 18:45:08 drwxrwxr-x 9 jenkins jenkins 4096 Jan 17 18:44 .. 18:45:08 drwxr-xr-x 2 root root 4096 Jan 17 18:39 cost 18:45:08 -rw-r--r-- 1 root root 87 Jan 17 18:39 cost.csv 18:45:08 + sudo chown -R jenkins:jenkins /w/workspace/gexfoundry_go-mod-bootstrap_main/archives 18:45:08 + ls -al /w/workspace/gexfoundry_go-mod-bootstrap_main/archives 18:45:08 total 16 18:45:08 drwxr-xr-x 3 jenkins jenkins 4096 Jan 17 18:39 . 18:45:08 drwxrwxr-x 9 jenkins jenkins 4096 Jan 17 18:44 .. 18:45:08 drwxr-xr-x 2 jenkins jenkins 4096 Jan 17 18:39 cost 18:45:08 -rw-r--r-- 1 jenkins jenkins 87 Jan 17 18:39 cost.csv [Pipeline] libraryResource [Pipeline] sh 18:45:08 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 18:45:09 ---> package-listing.sh 18:45:09 ++ facter osfamily 18:45:09 ++ tr '[:upper:]' '[:lower:]' 18:45:09 + OS_FAMILY=debian 18:45:09 + workspace=/w/workspace/gexfoundry_go-mod-bootstrap_main 18:45:09 + START_PACKAGES=/tmp/packages_start.txt 18:45:09 + END_PACKAGES=/tmp/packages_end.txt 18:45:09 + DIFF_PACKAGES=/tmp/packages_diff.txt 18:45:09 + PACKAGES=/tmp/packages_start.txt 18:45:09 + '[' /w/workspace/gexfoundry_go-mod-bootstrap_main ']' 18:45:09 + PACKAGES=/tmp/packages_end.txt 18:45:09 + case "${OS_FAMILY}" in 18:45:09 + dpkg -l 18:45:09 + grep '^ii' 18:45:09 + '[' -f /tmp/packages_start.txt ']' 18:45:09 + '[' -f /tmp/packages_end.txt ']' 18:45:09 + diff /tmp/packages_start.txt /tmp/packages_end.txt 18:45:09 + '[' /w/workspace/gexfoundry_go-mod-bootstrap_main ']' 18:45:09 + mkdir -p /w/workspace/gexfoundry_go-mod-bootstrap_main/archives/ 18:45:09 + 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:45:09 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:45:10 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:45:10 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 18:45:10 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 18:45:10 prd-ubuntu20.04-docker-8c-8g-2764 does not seem to be running inside a container 18:45:10 $ 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:45:11 $ docker top 1e244f2a0a449121adc1aa5d6a205de3ae554dc48baeb9c192ae754db3ee34cc -eo pid,comm [Pipeline] { [Pipeline] sh 18:45:11 + touch /tmp/pre-build-complete [Pipeline] sh 18:45:11 + mkdir -p /var/log/sysstat [Pipeline] sh 18:45:11 + ls /var/log/sa-host 18:45:11 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 18:45:12 provisioning config files... 18:45:12 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_go-mod-bootstrap_main@tmp/config984810855027685205tmp [Pipeline] { [Pipeline] echo 18:45:12 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 18:45:12 ---> create-netrc.sh [Pipeline] } 18:45:12 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 18:45:12 ---> python-tools-install.sh [Pipeline] echo 18:45:12 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 18:45:13 ---> sudo-logs.sh 18:45:13 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 18:45:13 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 18:45:13 ---> job-cost.sh 18:45:13 lf-activate-venv: SKIPPING 18:45:13 DEBUG: total: 0.2199999988079071 18:45:13 INFO: Retrieving Stack Cost... 18:45:13 INFO: Retrieving Pricing Info for: v3-standard-8 18:45:14 INFO: Archiving Costs [Pipeline] echo 18:45:14 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 18:45:14 ---> logs-deploy.sh 18:45:14 lf-activate-venv: SKIPPING 18:45:14 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-bootstrap/main/97 18:45:14 INFO: archiving workspace using pattern(s): 18:45:15 Archives upload complete. 18:45:15 INFO: archiving logs to Nexus 18:45:17 ---> uname -a: 18:45:17 Linux prd-ubuntu20-04-docker-8c-8g-2764 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux 18:45:17 18:45:17 18:45:17 ---> lscpu: 18:45:17 Architecture: x86_64 18:45:17 CPU op-mode(s): 32-bit, 64-bit 18:45:17 Byte Order: Little Endian 18:45:17 Address sizes: 40 bits physical, 48 bits virtual 18:45:17 CPU(s): 8 18:45:17 On-line CPU(s) list: 0-7 18:45:17 Thread(s) per core: 1 18:45:17 Core(s) per socket: 1 18:45:17 Socket(s): 8 18:45:17 NUMA node(s): 1 18:45:17 Vendor ID: AuthenticAMD 18:45:17 CPU family: 23 18:45:17 Model: 49 18:45:17 Model name: AMD EPYC-Rome Processor 18:45:17 Stepping: 0 18:45:17 CPU MHz: 2800.000 18:45:17 BogoMIPS: 5600.00 18:45:17 Virtualization: AMD-V 18:45:17 Hypervisor vendor: KVM 18:45:17 Virtualization type: full 18:45:17 L1d cache: 256 KiB 18:45:17 L1i cache: 256 KiB 18:45:17 L2 cache: 4 MiB 18:45:17 L3 cache: 128 MiB 18:45:17 NUMA node0 CPU(s): 0-7 18:45:17 Vulnerability Itlb multihit: Not affected 18:45:17 Vulnerability L1tf: Not affected 18:45:17 Vulnerability Mds: Not affected 18:45:17 Vulnerability Meltdown: Not affected 18:45:17 Vulnerability Mmio stale data: Not affected 18:45:17 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 18:45:17 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 18:45:17 Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling 18:45:17 Vulnerability Srbds: Not affected 18:45:17 Vulnerability Tsx async abort: Not affected 18:45:17 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:45:17 18:45:17 18:45:17 ---> nproc: 18:45:17 8 18:45:17 18:45:17 18:45:17 ---> df -h: 18:45:17 Filesystem Size Used Avail Use% Mounted on 18:45:17 overlay 155G 12G 143G 8% / 18:45:17 tmpfs 64M 0 64M 0% /dev 18:45:17 tmpfs 16G 0 16G 0% /sys/fs/cgroup 18:45:17 shm 64M 0 64M 0% /dev/shm 18:45:17 /dev/vda1 155G 12G 143G 8% /facter-os 18:45:17 18:45:17 18:45:17 ---> sar -b -r -n DEV: 18:45:17 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-2764) 01/17/23 _x86_64_ (8 CPU) 18:45:17 18:45:17 18:23:31 LINUX RESTART (8 CPU) 18:45:17 18:45:17 18:24:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 18:45:17 18:25:01 6.31 0.17 6.15 0.00 3.20 412.40 0.00 18:45:17 18:26:01 1.20 0.00 1.20 0.00 0.00 14.68 0.00 18:45:17 18:27:01 0.95 0.00 0.95 0.00 0.00 11.33 0.00 18:45:17 18:28:01 1.82 0.00 1.82 0.00 0.00 20.53 0.00 18:45:17 18:29:01 52.81 10.61 42.19 0.00 5158.61 8920.11 0.00 18:45:17 18:30:01 4.92 0.02 4.90 0.00 0.13 111.98 0.00 18:45:17 18:31:01 1.62 0.00 1.62 0.00 0.00 18.80 0.00 18:45:17 18:32:01 1.52 0.00 1.52 0.00 0.00 16.93 0.00 18:45:17 18:33:01 1.00 0.00 1.00 0.00 0.00 10.93 0.00 18:45:17 18:34:01 1.03 0.00 1.03 0.00 0.00 12.66 0.00 18:45:17 18:35:01 0.97 0.00 0.97 0.00 0.00 11.33 0.00 18:45:17 18:36:01 0.85 0.00 0.85 0.00 0.00 10.26 0.00 18:45:17 18:37:01 1.05 0.00 1.05 0.00 0.00 12.00 0.00 18:45:17 18:38:01 1.30 0.00 1.30 0.00 0.00 14.13 0.00 18:45:17 18:39:01 81.39 15.38 66.01 0.00 1910.48 35868.29 0.00 18:45:17 18:40:01 61.96 0.33 61.62 0.00 12.66 30416.00 0.00 18:45:17 18:41:01 1.60 0.00 1.60 0.00 0.00 18.79 0.00 18:45:17 18:42:01 3.25 1.58 1.67 0.00 36.26 20.93 0.00 18:45:17 18:43:02 1.02 0.00 1.02 0.00 0.00 10.26 0.00 18:45:17 18:44:01 1.73 0.00 1.73 0.00 0.00 18.84 0.00 18:45:17 18:45:01 107.35 0.42 106.93 0.00 26.00 59662.32 0.00 18:45:17 Average: 15.99 1.36 14.63 0.00 340.61 6462.70 0.00 18:45:17 18:45:17 18:24:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 18:45:17 18:25:01 30609152 31871016 496264 1.51 47248 1538248 1646388 4.85 609712 1404352 48 18:45:17 18:26:01 30613896 31875852 490996 1.49 47288 1538252 1646388 4.85 607192 1404340 128 18:45:17 18:27:01 30613288 31875272 491456 1.49 47324 1538244 1646388 4.85 607744 1404336 20 18:45:17 18:28:01 30612956 31875008 491644 1.50 47404 1538248 1646388 4.85 607568 1404340 8 18:45:17 18:29:01 30053512 31824848 525648 1.60 81748 1995788 1698596 5.01 950664 1583808 936 18:45:17 18:30:01 30074260 31840832 509724 1.55 80352 1992536 1702344 5.02 932036 1580620 316 18:45:17 18:31:01 30074920 31841524 509228 1.55 80392 1992528 1702344 5.02 931512 1580576 8 18:45:17 18:32:01 30075408 31842100 508616 1.55 80448 1992536 1702344 5.02 931636 1580580 48 18:45:17 18:33:01 30074980 31841700 508956 1.55 80472 1992540 1702344 5.02 931716 1580580 8 18:45:17 18:34:01 30074916 31841664 508836 1.55 80504 1992544 1702344 5.02 932288 1580584 148 18:45:17 18:35:01 30074908 31841656 508804 1.55 80528 1992544 1702344 5.02 931912 1580584 12 18:45:17 18:36:01 30075100 31842056 508728 1.55 80552 1992548 1702344 5.02 931788 1580748 160 18:45:17 18:37:01 30075084 31842068 508692 1.55 80568 1992556 1702344 5.02 931860 1580752 8 18:45:17 18:38:01 30074932 31841952 508768 1.55 80584 1992556 1702344 5.02 931808 1580756 40 18:45:17 18:39:01 28665608 31558672 738572 2.25 105192 3053292 1753976 5.17 1315016 2514140 36 18:45:17 18:40:01 28134008 31558144 734816 2.23 128960 3505400 1738188 5.12 1494376 2801776 308 18:45:17 18:41:01 28133624 31557784 735216 2.24 128992 3505396 1738188 5.12 1495588 2801780 168 18:45:17 18:42:01 28122244 31548416 744428 2.26 129028 3506492 1738188 5.12 1508036 2802060 44 18:45:17 18:43:02 28122688 31548868 744120 2.26 129040 3506492 1738188 5.12 1507596 2802060 12 18:45:17 18:44:01 28130516 31556740 736236 2.24 129072 3506492 1738188 5.12 1499692 2802064 20 18:45:17 18:45:01 26608572 31518904 767480 2.33 174900 4814828 1757664 5.18 1635800 4049920 260 18:45:17 Average: 29480694 31749766 584630 1.78 91457 2451431 1705134 5.03 1058359 2000036 130 18:45:17 18:45:17 18:24:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 18:45:17 18:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:45:17 18:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:45:17 18:25:01 ens3 6.06 3.67 6.11 1.42 0.00 0.00 0.00 0.00 18:45:17 18:26:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 18:45:17 18:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:45:17 18:26:01 ens3 1.22 0.68 1.77 0.29 0.00 0.00 0.00 0.00 18:45:17 18:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:45:17 18:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:45:17 18:27:01 ens3 0.52 0.35 0.26 0.21 0.00 0.00 0.00 0.00 18:45:17 18:28:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 18:45:17 18:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:45:17 18:28:01 ens3 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 18:45:17 18:29:01 lo 0.67 0.67 0.06 0.06 0.00 0.00 0.00 0.00 18:45:17 18:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:45:17 18:29:01 ens3 158.81 94.48 2757.24 6.75 0.00 0.00 0.00 0.00 18:45:17 18:30:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 18:45:17 18:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:45:17 18:30:01 ens3 0.50 0.30 0.08 0.02 0.00 0.00 0.00 0.00 18:45:17 18:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:45:17 18:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:45:17 18:31:01 ens3 0.05 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:45:17 18:32:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 18:45:17 18:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:45:17 18:32:01 ens3 0.17 0.12 0.01 0.01 0.00 0.00 0.00 0.00 18:45:17 18:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:45:17 18:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:45:17 18:33:01 ens3 0.15 0.00 0.01 0.00 0.00 0.00 0.00 0.00 18:45:17 18:34:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 18:45:17 18:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:45:17 18:34:01 ens3 0.28 0.20 0.08 0.07 0.00 0.00 0.00 0.00 18:45:17 18:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:45:17 18:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:45:17 18:35:01 ens3 0.03 0.02 0.00 0.00 0.00 0.00 0.00 0.00 18:45:17 18:36:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 18:45:17 18:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:45:17 18:36:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 18:45:17 18:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:45:17 18:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:45:17 18:37:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:45:17 18:38:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 18:45:17 18:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:45:17 18:38:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 18:45:17 18:39:01 lo 3.13 3.13 0.30 0.30 0.00 0.00 0.00 0.00 18:45:17 18:39:01 docker0 5.47 5.08 0.56 45.05 0.00 0.00 0.00 0.00 18:45:17 18:39:01 ens3 502.85 356.01 6026.48 86.32 0.00 0.00 0.00 0.00 18:45:17 18:40:01 lo 1.27 1.27 0.12 0.12 0.00 0.00 0.00 0.00 18:45:17 18:40:01 docker0 28.16 44.76 2.49 579.76 0.00 0.00 0.00 0.00 18:45:17 18:40:01 ens3 166.99 114.60 3123.13 24.17 0.00 0.00 0.00 0.00 18:45:17 18:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:45:17 18:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:45:17 18:41:01 ens3 4.28 3.00 10.78 0.53 0.00 0.00 0.00 0.00 18:45:17 18:42:01 lo 0.33 0.33 0.03 0.03 0.00 0.00 0.00 0.00 18:45:17 18:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:45:17 18:42:01 ens3 22.98 30.81 6.08 71.37 0.00 0.00 0.00 0.00 18:45:17 18:43:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:45:17 18:43:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:45:17 18:43:02 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:45:17 18:44:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 18:45:17 18:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:45:17 18:44:01 ens3 0.29 0.25 0.09 0.08 0.00 0.00 0.00 0.00 18:45:17 18:45:01 lo 1.93 1.93 0.19 0.19 0.00 0.00 0.00 0.00 18:45:17 18:45:01 docker0 29.38 43.29 2.83 579.89 0.00 0.00 0.00 0.00 18:45:17 18:45:01 ens3 349.21 274.14 7784.10 46.78 0.00 0.00 0.00 0.00 18:45:17 Average: lo 0.43 0.43 0.04 0.04 0.00 0.00 0.00 0.00 18:45:17 Average: docker0 3.00 4.44 0.28 57.41 0.00 0.00 0.00 0.00 18:45:17 Average: ens3 57.89 41.88 939.58 11.34 0.00 0.00 0.00 0.00 18:45:17 18:45:17 18:45:17 ---> sar -P ALL: 18:45:17 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-2764) 01/17/23 _x86_64_ (8 CPU) 18:45:17 18:45:17 18:23:31 LINUX RESTART (8 CPU) 18:45:17 18:45:17 18:24:01 CPU %user %nice %system %iowait %steal %idle 18:45:17 18:25:01 all 0.35 0.00 0.03 0.08 0.00 99.53 18:45:17 18:25:01 0 0.17 0.00 0.03 0.00 0.00 99.80 18:45:17 18:25:01 1 0.05 0.00 0.03 0.00 0.00 99.92 18:45:17 18:25:01 2 0.17 0.00 0.02 0.00 0.02 99.80 18:45:17 18:25:01 3 0.03 0.00 0.00 0.00 0.00 99.97 18:45:17 18:25:01 4 1.99 0.00 0.03 0.38 0.00 97.60 18:45:17 18:25:01 5 0.08 0.00 0.03 0.00 0.00 99.88 18:45:17 18:25:01 6 0.05 0.00 0.05 0.25 0.02 99.63 18:45:17 18:25:01 7 0.23 0.00 0.07 0.00 0.00 99.70 18:45:17 18:26:01 all 0.27 0.00 0.01 0.01 0.00 99.71 18:45:17 18:26:01 0 0.02 0.00 0.00 0.00 0.00 99.98 18:45:17 18:26:01 1 0.03 0.00 0.02 0.00 0.00 99.95 18:45:17 18:26:01 2 0.02 0.00 0.00 0.00 0.00 99.98 18:45:17 18:26:01 3 0.00 0.00 0.00 0.00 0.00 100.00 18:45:17 18:26:01 4 1.99 0.00 0.02 0.05 0.02 97.93 18:45:17 18:26:01 5 0.00 0.00 0.00 0.00 0.00 100.00 18:45:17 18:26:01 6 0.03 0.00 0.07 0.00 0.02 99.88 18:45:17 18:26:01 7 0.03 0.00 0.00 0.00 0.00 99.97 18:45:17 18:27:01 all 0.27 0.00 0.02 0.00 0.01 99.70 18:45:17 18:27:01 0 0.02 0.00 0.03 0.00 0.00 99.95 18:45:17 18:27:01 1 0.03 0.00 0.02 0.00 0.02 99.93 18:45:17 18:27:01 2 0.00 0.00 0.02 0.00 0.02 99.97 18:45:17 18:27:01 3 0.00 0.00 0.10 0.00 0.00 99.90 18:45:17 18:27:01 4 1.95 0.00 0.00 0.02 0.02 98.01 18:45:17 18:27:01 5 0.02 0.00 0.00 0.00 0.00 99.98 18:45:17 18:27:01 6 0.10 0.00 0.00 0.00 0.02 99.88 18:45:17 18:27:01 7 0.02 0.00 0.02 0.00 0.00 99.97 18:45:17 18:28:01 all 0.19 0.00 0.02 0.01 0.00 99.78 18:45:17 18:28:01 0 0.02 0.00 0.02 0.00 0.00 99.97 18:45:17 18:28:01 1 0.02 0.00 0.03 0.00 0.02 99.93 18:45:17 18:28:01 2 0.02 0.00 0.00 0.00 0.00 99.98 18:45:17 18:28:01 3 0.00 0.00 0.00 0.00 0.02 99.98 18:45:17 18:28:01 4 1.39 0.00 0.12 0.05 0.00 98.45 18:45:17 18:28:01 5 0.02 0.00 0.00 0.00 0.00 99.98 18:45:17 18:28:01 6 0.02 0.00 0.00 0.00 0.00 99.98 18:45:17 18:28:01 7 0.02 0.00 0.00 0.00 0.00 99.98 18:45:17 18:29:01 all 2.23 0.00 1.51 0.75 0.03 95.47 18:45:17 18:29:01 0 1.69 0.00 2.35 0.45 0.03 95.48 18:45:17 18:29:01 1 2.46 0.00 1.44 0.89 0.03 95.19 18:45:17 18:29:01 2 3.29 0.00 2.44 0.74 0.03 93.50 18:45:17 18:29:01 3 3.04 0.00 1.24 0.03 0.02 95.67 18:45:17 18:29:01 4 1.33 0.00 0.70 1.74 0.03 96.19 18:45:17 18:29:01 5 2.34 0.00 1.30 0.20 0.03 96.12 18:45:17 18:29:01 6 1.45 0.00 1.52 0.55 0.02 96.46 18:45:17 18:29:01 7 2.26 0.00 1.09 1.42 0.03 95.19 18:45:17 18:30:01 all 0.34 0.00 0.08 0.03 0.00 99.55 18:45:17 18:30:01 0 0.07 0.00 0.10 0.03 0.00 99.80 18:45:17 18:30:01 1 0.03 0.00 0.08 0.00 0.00 99.88 18:45:17 18:30:01 2 0.05 0.00 0.05 0.08 0.00 99.82 18:45:17 18:30:01 3 0.23 0.00 0.13 0.00 0.00 99.63 18:45:17 18:30:01 4 2.12 0.00 0.10 0.13 0.00 97.65 18:45:17 18:30:01 5 0.10 0.00 0.07 0.00 0.00 99.83 18:45:17 18:30:01 6 0.03 0.00 0.07 0.00 0.00 99.90 18:45:17 18:30:01 7 0.05 0.00 0.05 0.00 0.00 99.90 18:45:17 18:31:01 all 0.26 0.00 0.01 0.01 0.01 99.71 18:45:17 18:31:01 0 0.00 0.00 0.05 0.00 0.02 99.93 18:45:17 18:31:01 1 0.00 0.00 0.00 0.00 0.00 100.00 18:45:17 18:31:01 2 0.02 0.00 0.00 0.02 0.02 99.95 18:45:17 18:31:01 3 0.02 0.00 0.00 0.00 0.00 99.98 18:45:17 18:31:01 4 1.97 0.00 0.02 0.03 0.02 97.97 18:45:17 18:31:01 5 0.03 0.00 0.02 0.00 0.00 99.95 18:45:17 18:31:01 6 0.03 0.00 0.02 0.00 0.00 99.95 18:45:17 18:31:01 7 0.02 0.00 0.00 0.00 0.00 99.98 18:45:17 18:32:01 all 0.26 0.00 0.01 0.00 0.00 99.73 18:45:17 18:32:01 0 0.02 0.00 0.02 0.00 0.02 99.95 18:45:17 18:32:01 1 0.02 0.00 0.00 0.00 0.00 99.98 18:45:17 18:32:01 2 0.02 0.00 0.02 0.00 0.00 99.97 18:45:17 18:32:01 3 0.00 0.00 0.00 0.00 0.00 100.00 18:45:17 18:32:01 4 1.99 0.00 0.00 0.02 0.02 97.98 18:45:17 18:32:01 5 0.02 0.00 0.00 0.00 0.00 99.98 18:45:17 18:32:01 6 0.00 0.00 0.00 0.00 0.00 100.00 18:45:17 18:32:01 7 0.00 0.00 0.02 0.00 0.00 99.98 18:45:17 18:33:01 all 0.02 0.00 0.01 0.00 0.01 99.96 18:45:17 18:33:01 0 0.03 0.00 0.03 0.00 0.02 99.92 18:45:17 18:33:01 1 0.02 0.00 0.00 0.00 0.02 99.97 18:45:17 18:33:01 2 0.02 0.00 0.00 0.02 0.00 99.97 18:45:17 18:33:01 3 0.00 0.00 0.00 0.00 0.02 99.98 18:45:17 18:33:01 4 0.02 0.00 0.00 0.02 0.00 99.97 18:45:17 18:33:01 5 0.02 0.00 0.02 0.00 0.00 99.97 18:45:17 18:33:01 6 0.03 0.00 0.00 0.00 0.02 99.95 18:45:17 18:33:01 7 0.00 0.00 0.00 0.00 0.00 100.00 18:45:17 18:34:01 all 0.01 0.00 0.02 0.01 0.00 99.96 18:45:17 18:34:01 0 0.03 0.00 0.03 0.00 0.02 99.92 18:45:17 18:34:01 1 0.00 0.00 0.00 0.00 0.00 100.00 18:45:17 18:34:01 2 0.00 0.00 0.00 0.00 0.00 100.00 18:45:17 18:34:01 3 0.00 0.00 0.00 0.00 0.00 100.00 18:45:17 18:34:01 4 0.00 0.00 0.02 0.03 0.00 99.95 18:45:17 18:34:01 5 0.03 0.00 0.03 0.00 0.00 99.93 18:45:17 18:34:01 6 0.02 0.00 0.03 0.02 0.00 99.93 18:45:17 18:34:01 7 0.02 0.00 0.02 0.00 0.00 99.97 18:45:17 18:35:01 all 0.01 0.00 0.01 0.00 0.01 99.97 18:45:17 18:35:01 0 0.02 0.00 0.02 0.00 0.02 99.95 18:45:17 18:35:01 1 0.02 0.00 0.00 0.00 0.00 99.98 18:45:17 18:35:01 2 0.00 0.00 0.00 0.02 0.02 99.97 18:45:17 18:35:01 3 0.00 0.00 0.00 0.00 0.00 100.00 18:45:17 18:35:01 4 0.02 0.00 0.02 0.00 0.02 99.95 18:45:17 18:35:01 5 0.00 0.00 0.02 0.00 0.02 99.97 18:45:17 18:35:01 6 0.02 0.00 0.00 0.00 0.00 99.98 18:45:17 18:35:01 7 0.00 0.00 0.02 0.00 0.00 99.98 18:45:17 18:45:17 18:35:01 CPU %user %nice %system %iowait %steal %idle 18:45:17 18:36:01 all 0.02 0.00 0.01 0.00 0.00 99.97 18:45:17 18:36:01 0 0.02 0.00 0.03 0.00 0.02 99.93 18:45:17 18:36:01 1 0.02 0.00 0.00 0.00 0.00 99.98 18:45:17 18:36:01 2 0.00 0.00 0.00 0.00 0.00 100.00 18:45:17 18:36:01 3 0.00 0.00 0.00 0.00 0.00 100.00 18:45:17 18:36:01 4 0.00 0.00 0.00 0.03 0.00 99.97 18:45:17 18:36:01 5 0.05 0.00 0.02 0.00 0.00 99.93 18:45:17 18:36:01 6 0.02 0.00 0.02 0.00 0.00 99.97 18:45:17 18:36:01 7 0.03 0.00 0.00 0.00 0.00 99.97 18:45:17 18:37:01 all 0.01 0.00 0.00 0.00 0.00 99.99 18:45:17 18:37:01 0 0.02 0.00 0.00 0.00 0.00 99.98 18:45:17 18:37:01 1 0.02 0.00 0.00 0.00 0.00 99.98 18:45:17 18:37:01 2 0.00 0.00 0.00 0.02 0.00 99.98 18:45:17 18:37:01 3 0.00 0.00 0.00 0.00 0.00 100.00 18:45:17 18:37:01 4 0.02 0.00 0.00 0.00 0.00 99.98 18:45:17 18:37:01 5 0.00 0.00 0.02 0.00 0.00 99.98 18:45:17 18:37:01 6 0.02 0.00 0.00 0.00 0.00 99.98 18:45:17 18:37:01 7 0.00 0.00 0.00 0.00 0.00 100.00 18:45:17 18:38:01 all 0.01 0.00 0.01 0.00 0.01 99.96 18:45:17 18:38:01 0 0.00 0.00 0.03 0.00 0.02 99.95 18:45:17 18:38:01 1 0.02 0.00 0.00 0.00 0.00 99.98 18:45:17 18:38:01 2 0.02 0.00 0.02 0.02 0.02 99.93 18:45:17 18:38:01 3 0.02 0.00 0.00 0.00 0.00 99.98 18:45:17 18:38:01 4 0.00 0.00 0.00 0.02 0.02 99.97 18:45:17 18:38:01 5 0.02 0.00 0.02 0.00 0.00 99.97 18:45:17 18:38:01 6 0.00 0.00 0.02 0.00 0.00 99.98 18:45:17 18:38:01 7 0.02 0.00 0.02 0.00 0.02 99.95 18:45:17 18:39:01 all 6.85 0.00 2.54 0.72 0.03 89.86 18:45:17 18:39:01 0 8.37 0.00 2.63 0.20 0.03 88.77 18:45:17 18:39:01 1 5.63 0.00 2.57 0.34 0.03 91.43 18:45:17 18:39:01 2 6.33 0.00 3.32 2.56 0.03 87.75 18:45:17 18:39:01 3 8.12 0.00 2.16 0.15 0.03 89.54 18:45:17 18:39:01 4 6.41 0.00 2.74 1.25 0.03 89.56 18:45:17 18:39:01 5 5.95 0.00 2.81 0.18 0.03 91.02 18:45:17 18:39:01 6 6.28 0.00 1.71 1.01 0.03 90.97 18:45:17 18:39:01 7 7.69 0.00 2.41 0.07 0.03 89.79 18:45:17 18:40:01 all 25.55 0.00 4.48 0.85 0.08 69.05 18:45:17 18:40:01 0 25.05 0.00 3.83 0.17 0.07 70.88 18:45:17 18:40:01 1 25.05 0.00 4.84 3.49 0.07 66.55 18:45:17 18:40:01 2 25.42 0.00 4.16 0.19 0.05 70.19 18:45:17 18:40:01 3 25.32 0.00 4.62 0.19 0.15 69.72 18:45:17 18:40:01 4 25.94 0.00 4.38 0.12 0.05 69.51 18:45:17 18:40:01 5 25.89 0.00 4.17 0.03 0.07 69.84 18:45:17 18:40:01 6 27.07 0.00 4.05 1.01 0.07 67.80 18:45:17 18:40:01 7 24.63 0.00 5.77 1.59 0.08 67.92 18:45:17 18:41:01 all 0.03 0.00 0.02 0.00 0.01 99.94 18:45:17 18:41:01 0 0.00 0.00 0.02 0.00 0.00 99.98 18:45:17 18:41:01 1 0.02 0.00 0.00 0.02 0.00 99.97 18:45:17 18:41:01 2 0.02 0.00 0.00 0.00 0.02 99.97 18:45:17 18:41:01 3 0.00 0.00 0.02 0.00 0.02 99.97 18:45:17 18:41:01 4 0.05 0.00 0.03 0.00 0.03 99.88 18:45:17 18:41:01 5 0.02 0.00 0.00 0.00 0.00 99.98 18:45:17 18:41:01 6 0.07 0.00 0.03 0.02 0.02 99.87 18:45:17 18:41:01 7 0.03 0.00 0.03 0.00 0.00 99.93 18:45:17 18:42:01 all 0.48 0.00 0.05 0.02 0.01 99.45 18:45:17 18:42:01 0 1.37 0.00 0.03 0.02 0.00 98.58 18:45:17 18:42:01 1 0.45 0.00 0.03 0.00 0.00 99.52 18:45:17 18:42:01 2 0.28 0.00 0.05 0.02 0.00 99.65 18:45:17 18:42:01 3 0.22 0.00 0.07 0.00 0.00 99.72 18:45:17 18:42:01 4 0.20 0.00 0.05 0.00 0.03 99.72 18:45:17 18:42:01 5 0.85 0.00 0.03 0.00 0.02 99.10 18:45:17 18:42:01 6 0.23 0.00 0.03 0.08 0.00 99.65 18:45:17 18:42:01 7 0.20 0.00 0.12 0.02 0.02 99.65 18:45:17 18:43:02 all 0.26 0.00 0.01 0.00 0.00 99.73 18:45:17 18:43:02 0 1.97 0.00 0.00 0.00 0.00 98.03 18:45:17 18:43:02 1 0.00 0.00 0.00 0.00 0.00 100.00 18:45:17 18:43:02 2 0.02 0.00 0.02 0.00 0.00 99.97 18:45:17 18:43:02 3 0.02 0.00 0.02 0.00 0.00 99.97 18:45:17 18:43:02 4 0.02 0.00 0.00 0.00 0.00 99.98 18:45:17 18:43:02 5 0.02 0.00 0.02 0.00 0.00 99.97 18:45:17 18:43:02 6 0.00 0.00 0.00 0.00 0.00 100.00 18:45:17 18:43:02 7 0.02 0.00 0.02 0.02 0.00 99.95 18:45:17 18:44:01 all 0.25 0.00 0.02 0.01 0.01 99.71 18:45:17 18:44:01 0 1.89 0.00 0.02 0.00 0.02 98.08 18:45:17 18:44:01 1 0.02 0.00 0.00 0.00 0.00 99.98 18:45:17 18:44:01 2 0.02 0.00 0.00 0.00 0.02 99.97 18:45:17 18:44:01 3 0.02 0.00 0.03 0.00 0.02 99.93 18:45:17 18:44:01 4 0.00 0.00 0.00 0.00 0.02 99.98 18:45:17 18:44:01 5 0.03 0.00 0.03 0.00 0.00 99.93 18:45:17 18:44:01 6 0.02 0.00 0.02 0.08 0.00 99.88 18:45:17 18:44:01 7 0.02 0.00 0.03 0.02 0.02 99.92 18:45:17 18:45:01 all 9.05 0.00 3.75 1.14 0.05 86.01 18:45:17 18:45:01 0 9.35 0.00 3.72 0.44 0.05 86.44 18:45:17 18:45:01 1 10.72 0.00 3.80 1.97 0.07 83.44 18:45:17 18:45:01 2 9.81 0.00 4.19 3.73 0.05 82.23 18:45:17 18:45:01 3 9.61 0.00 3.79 0.10 0.05 86.45 18:45:17 18:45:01 4 7.87 0.00 2.98 0.03 0.05 89.07 18:45:17 18:45:01 5 8.91 0.00 3.99 0.42 0.05 86.63 18:45:17 18:45:01 6 7.80 0.00 3.92 2.37 0.05 85.85 18:45:17 18:45:01 7 8.32 0.00 3.59 0.03 0.07 87.98 18:45:17 Average: all 2.21 0.00 0.60 0.17 0.01 97.01 18:45:17 Average: 0 2.37 0.00 0.61 0.06 0.02 96.94 18:45:17 Average: 1 2.11 0.00 0.61 0.32 0.01 96.95 18:45:17 Average: 2 2.15 0.00 0.68 0.35 0.01 96.81 18:45:17 Average: 3 2.20 0.00 0.58 0.02 0.02 97.18 18:45:17 Average: 4 2.62 0.00 0.53 0.19 0.02 96.65 18:45:17 Average: 5 2.10 0.00 0.60 0.04 0.01 97.26 18:45:17 Average: 6 2.05 0.00 0.55 0.26 0.01 97.14 18:45:17 Average: 7 2.05 0.00 0.63 0.15 0.01 97.16 18:45:17 18:45:17 18:45:17