Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 266ba797eb47958f26e9de3d4b9551a9393cdd62 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-ssh1123871349580680505.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 66200e8eedfc470904d6b329e562ec5b45423d6a Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --resolve-git-dir /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f/.git # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f@tmp/jenkins-gitclient-ssh17265526783203743181.key > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 66200e8eedfc470904d6b329e562ec5b45423d6a The recommended git tool is: git using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/go-mod-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-ssh7903699988781880788.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 66200e8eedfc470904d6b329e562ec5b45423d6a (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 66200e8eedfc470904d6b329e562ec5b45423d6a # timeout=10 Commit message: "feat: add capability to use golang 1.20 (#427)" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh8095070280856359836.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-ssh13917663578966067909.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.20 USE_ALPINE: true DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_IMAGE_NAME: go-mod-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 Still waiting to schedule task Waiting for next available executor on ‘ubuntu20.04-docker-8c-8g’ Running on prd-ubuntu20.04-docker-8c-8g-1965 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 266ba797eb47958f26e9de3d4b9551a9393cdd62 (main) > 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 266ba797eb47958f26e9de3d4b9551a9393cdd62 # timeout=10 Commit message: "Merge pull request #481 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-core-contracts/v3-3.0.0-dev.30" > git rev-list --no-walk f058039bd17823f2764bad363bc7befdceaaa5d4 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 16:47:14 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 16:47:14 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 16:47:14 ========================================================= 16:47:14 EdgeX Global Pipelines Version Info 16:47:14 ========================================================= [Pipeline] libraryResource [Pipeline] sh 16:47:15 ------------------- 16:47:15 stable info: 16:47:15 ------------------- 16:47:15 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 16:47:15 Commit SHA: 66200e8eedfc470904d6b329e562ec5b45423d6a 16:47:15 Message: update stable to v1.0.245 16:47:16 ------------------- 16:47:16 experimental info: 16:47:16 ------------------- 16:47:16 Commited By: **** collab-it+edgex@linuxfoundation.org 16:47:16 Commit SHA: eb5041bb0874f6b7cdca3e6793e1ef87c0289dce 16:47:16 Message: update experimental to v1.0.246 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 16:47:16 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-bootstrap-settings [Pipeline] echo 16:47:16 [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-bootstrap [Pipeline] echo 16:47:16 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 16:47:16 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 16:47:16 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 16:47:16 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.20 [Pipeline] echo 16:47:16 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 16:47:16 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 16:47:16 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 16:47:16 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 16:47:16 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 16:47:16 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = go-mod-bootstrap [Pipeline] echo 16:47:16 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 16:47:16 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 16:47:16 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 16:47:16 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 16:47:16 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 16:47:16 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 16:47:16 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 16:47:16 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 16:47:16 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 16:47:16 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 16:47:16 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 16:47:16 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 16:47:16 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 16:47:16 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 16:47:16 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 16:47:16 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo 16:47:16 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo 16:47:16 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo 16:47:16 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 266ba797eb47958f26e9de3d4b9551a9393cdd62 [Pipeline] echo 16:47:16 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 266ba79 [Pipeline] echo 16:47:16 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 16:47:17 + git rev-list -1 --merges 266ba797eb47958f26e9de3d4b9551a9393cdd62~1..266ba797eb47958f26e9de3d4b9551a9393cdd62 [Pipeline] echo 16:47:17 -----------> git rev-list -1 --merges 266ba797eb47958f26e9de3d4b9551a9393cdd62~1..266ba797eb47958f26e9de3d4b9551a9393cdd62 266ba797eb47958f26e9de3d4b9551a9393cdd62 16:47:17 266ba797eb47958f26e9de3d4b9551a9393cdd62 [false] [Pipeline] sh 16:47:17 + git log --format=format:%s -1 266ba797eb47958f26e9de3d4b9551a9393cdd62 [Pipeline] echo 16:47:17 ========================================================= 16:47:17 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 16:47:17 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 16:47:17 + git log --format=format:%s -1 266ba797eb47958f26e9de3d4b9551a9393cdd62 [Pipeline] echo 16:47:17 [semverPrep] GIT_COMMIT: 266ba797eb47958f26e9de3d4b9551a9393cdd62, Commit Message: Merge pull request #481 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-core-contracts/v3-3.0.0-dev.30 [Pipeline] echo 16:47:17 [semverPrep] This is not a build commit. [Pipeline] sh 16:47:18 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 16:47:18 + grep -v github /etc/ssh/ssh_known_hosts 16:47:18 + [ -e /tmp/ssh_known_hosts ] 16:47:18 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 16:47:18 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 16:47:18 + sudo tee -a /etc/ssh/ssh_known_hosts 16:47:18 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:47:18 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 16:47:18 16:47:18 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:47:19 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 16:47:19 0.1.4: Pulling from edgex-devops/py-git-semver 16:47:19 b85a868b505f: Pulling fs layer 16:47:19 e2be974225ed: Pulling fs layer 16:47:19 339a4e72a1f5: Pulling fs layer 16:47:19 988bab9f4d93: Pulling fs layer 16:47:19 1469e6f7b9e6: Pulling fs layer 16:47:19 eaf3925da568: Pulling fs layer 16:47:19 bab4dde63d76: Pulling fs layer 16:47:19 bde34c3a00c8: Pulling fs layer 16:47:19 b352a97aabf1: Pulling fs layer 16:47:19 4872d77fe225: Pulling fs layer 16:47:19 5851b861e8e6: Pulling fs layer 16:47:19 1469e6f7b9e6: Waiting 16:47:19 eaf3925da568: Waiting 16:47:19 bab4dde63d76: Waiting 16:47:19 bde34c3a00c8: Waiting 16:47:19 5851b861e8e6: Waiting 16:47:19 4872d77fe225: Waiting 16:47:19 b352a97aabf1: Waiting 16:47:19 e2be974225ed: Download complete 16:47:19 988bab9f4d93: Verifying Checksum 16:47:19 988bab9f4d93: Download complete 16:47:19 1469e6f7b9e6: Download complete 16:47:19 eaf3925da568: Verifying Checksum 16:47:19 339a4e72a1f5: Verifying Checksum 16:47:19 339a4e72a1f5: Download complete 16:47:19 bde34c3a00c8: Verifying Checksum 16:47:19 bde34c3a00c8: Download complete 16:47:19 b352a97aabf1: Download complete 16:47:19 4872d77fe225: Download complete 16:47:19 5851b861e8e6: Download complete 16:47:19 b85a868b505f: Verifying Checksum 16:47:19 b85a868b505f: Download complete 16:47:19 bab4dde63d76: Download complete 16:47:20 b85a868b505f: Pull complete 16:47:20 e2be974225ed: Pull complete 16:47:21 339a4e72a1f5: Pull complete 16:47:21 988bab9f4d93: Pull complete 16:47:21 1469e6f7b9e6: Pull complete 16:47:21 eaf3925da568: Pull complete 16:47:23 bab4dde63d76: Pull complete 16:47:23 bde34c3a00c8: Pull complete 16:47:23 b352a97aabf1: Pull complete 16:47:23 4872d77fe225: Pull complete 16:47:23 5851b861e8e6: Pull complete 16:47:23 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 16:47:23 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 16:47:23 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 16:47:23 prd-ubuntu20.04-docker-8c-8g-1965 does not seem to be running inside a container 16:47:23 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 16:47:26 $ docker top 31182b17044316d6a35c94354d2b428c1a9589adc788c449f71a3c343d899251 -eo pid,comm 16:47:26 ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). 16:47:26 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 16:47:26 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:47:26 [ssh-agent] Looking for ssh-agent implementation... 16:47:26 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:47:26 $ docker exec 31182b17044316d6a35c94354d2b428c1a9589adc788c449f71a3c343d899251 ssh-agent 16:47:26 SSH_AUTH_SOCK=/tmp/ssh-FbF7B0ribkFL/agent.32 16:47:26 SSH_AGENT_PID=38 16:47:26 Running ssh-add (command line suppressed) 16:47:26 Identity added: /w/workspace/gexfoundry_go-mod-bootstrap_main@tmp/private_key_18419658525032366802.key (/w/workspace/gexfoundry_go-mod-bootstrap_main@tmp/private_key_18419658525032366802.key) 16:47:26 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:47:27 + git tag --points-at HEAD [Pipeline] } 16:47:27 $ docker exec --env ******** --env ******** 31182b17044316d6a35c94354d2b428c1a9589adc788c449f71a3c343d899251 ssh-agent -k 16:47:27 unset SSH_AUTH_SOCK; 16:47:27 unset SSH_AGENT_PID; 16:47:27 echo Agent pid 38 killed; 16:47:27 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 16:47:27 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:47:27 [ssh-agent] Looking for ssh-agent implementation... 16:47:27 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:47:27 $ docker exec 31182b17044316d6a35c94354d2b428c1a9589adc788c449f71a3c343d899251 ssh-agent 16:47:27 SSH_AUTH_SOCK=/tmp/ssh-5ykmwguRFg8c/agent.69 16:47:27 SSH_AGENT_PID=75 16:47:27 Running ssh-add (command line suppressed) 16:47:27 Identity added: /w/workspace/gexfoundry_go-mod-bootstrap_main@tmp/private_key_16141793469552328905.key (/w/workspace/gexfoundry_go-mod-bootstrap_main@tmp/private_key_16141793469552328905.key) 16:47:27 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:47:28 + git semver init 16:47:28 2023-03-15 16:47:28,230 [run_init] DEBUG init version:0.0.0 force:False 16:47:28 2023-03-15 16:47:28,231 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/gexfoundry_go-mod-bootstrap_main/.semver 16:47:28 2023-03-15 16:47:28,231 [execute] INFO git clone -b semver git@github.com:edgexfoundry/go-mod-bootstrap.git /w/workspace/gexfoundry_go-mod-bootstrap_main/.semver 16:47:28 2023-03-15 16:47:28,232 [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) 16:47:29 2023-03-15 16:47:29,219 [append_file] DEBUG append to file:/w/workspace/gexfoundry_go-mod-bootstrap_main/.git/info/exclude 16:47:29 2023-03-15 16:47:29,220 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/gexfoundry_go-mod-bootstrap_main/.semver/main with force:False 16:47:29 2023-03-15 16:47:29,220 [read_version] DEBUG read version from /w/workspace/gexfoundry_go-mod-bootstrap_main/.semver/main 16:47:29 2023-03-15 16:47:29,220 [read_version] DEBUG read version from /w/workspace/gexfoundry_go-mod-bootstrap_main/.semver/main 16:47:29 3.0.0-dev.49 [Pipeline] } 16:47:29 $ docker exec --env ******** --env ******** 31182b17044316d6a35c94354d2b428c1a9589adc788c449f71a3c343d899251 ssh-agent -k 16:47:29 unset SSH_AUTH_SOCK; 16:47:29 unset SSH_AGENT_PID; 16:47:29 echo Agent pid 75 killed; 16:47:29 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 16:47:30 + git semver [Pipeline] } 16:47:30 $ docker stop --time=1 31182b17044316d6a35c94354d2b428c1a9589adc788c449f71a3c343d899251 16:47:31 $ docker rm -f --volumes 31182b17044316d6a35c94354d2b428c1a9589adc788c449f71a3c343d899251 [Pipeline] // withDockerContainer [Pipeline] sh 16:47:32 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 16:47:32 Stashed 1 file(s) [Pipeline] echo 16:47:32 [edgeXSemver]: initialized semver on version 3.0.0-dev.49 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] withEnv [Pipeline] { [Pipeline] node [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 16:47:32 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 16:47:32 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 16:47:32 ========================================================= 16:47:32 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine] 16:47:32 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] sh 16:47:33 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine 16:47:33 1.20-alpine: Pulling from edgex-devops/edgex-golang-base 16:47:33 63b65145d645: Pulling fs layer 16:47:33 a2d21d5440eb: Pulling fs layer 16:47:33 935e6c44a52c: Pulling fs layer 16:47:33 94cc34f8dd06: Pulling fs layer 16:47:33 30dea6a524f1: Pulling fs layer 16:47:33 a2aff8979fd8: Pulling fs layer 16:47:33 6808be2612f2: Pulling fs layer 16:47:33 f25807f1079a: Pulling fs layer 16:47:33 94cc34f8dd06: Waiting 16:47:33 30dea6a524f1: Waiting 16:47:33 a2aff8979fd8: Waiting 16:47:33 6808be2612f2: Waiting 16:47:33 f25807f1079a: Waiting 16:47:33 a2d21d5440eb: Verifying Checksum 16:47:33 a2d21d5440eb: Download complete 16:47:33 94cc34f8dd06: Verifying Checksum 16:47:33 94cc34f8dd06: Download complete 16:47:33 30dea6a524f1: Verifying Checksum 16:47:33 30dea6a524f1: Download complete 16:47:33 63b65145d645: Download complete 16:47:33 a2aff8979fd8: Verifying Checksum 16:47:33 a2aff8979fd8: Download complete 16:47:33 63b65145d645: Pull complete 16:47:33 f25807f1079a: Verifying Checksum 16:47:33 f25807f1079a: Download complete 16:47:33 a2d21d5440eb: Pull complete 16:47:34 6808be2612f2: Verifying Checksum 16:47:34 6808be2612f2: Download complete 16:47:35 935e6c44a52c: Verifying Checksum 16:47:35 935e6c44a52c: Download complete 16:47:38 935e6c44a52c: Pull complete 16:47:38 94cc34f8dd06: Pull complete 16:47:38 30dea6a524f1: Pull complete 16:47:38 a2aff8979fd8: Pull complete 16:47:40 6808be2612f2: Pull complete 16:47:41 f25807f1079a: Pull complete 16:47:41 Digest: sha256:106942793af8b5907f587008084bb0888cadbc76d86ebd37d4d3227fb0f1e438 16:47:41 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine 16:47:41 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [Pipeline] sh 16:47:42 + docker tag nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine ci-base-image-x86_64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:47:42 + docker inspect -f . ci-base-image-x86_64 16:47:42 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 16:47:42 prd-ubuntu20.04-docker-8c-8g-1965 does not seem to be running inside a container 16:47:42 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/gexfoundry_go-mod-bootstrap_main -v /w/workspace/gexfoundry_go-mod-bootstrap_main:/w/workspace/gexfoundry_go-mod-bootstrap_main:rw,z -v /w/workspace/gexfoundry_go-mod-bootstrap_main@tmp:/w/workspace/gexfoundry_go-mod-bootstrap_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 16:47:47 $ docker top 6df8f714314870e342dff55b4a2b27f52af7375996fbf86db564a6e30659389d -eo pid,comm [Pipeline] { 16:47:47 Still waiting to schedule task 16:47:47 ‘prd-ubuntu20.04-docker-8c-8g-1002’ doesn’t have label ‘ubuntu20.04-docker-arm64-4c-16g’ 16:47:47 ‘prd-ubuntu20.04-docker-8c-8g-1248’ doesn’t have label ‘ubuntu20.04-docker-arm64-4c-16g’ 16:47:47 ‘prd-ubuntu20.04-docker-8c-8g-1250’ doesn’t have label ‘ubuntu20.04-docker-arm64-4c-16g’ 16:47:47 ‘prd-ubuntu20.04-docker-8c-8g-1252’ doesn’t have label ‘ubuntu20.04-docker-arm64-4c-16g’ 16:47:47 ‘prd-ubuntu20.04-docker-8c-8g-1966’ doesn’t have label ‘ubuntu20.04-docker-arm64-4c-16g’ 16:47:47 ‘prd-ubuntu20.04-docker-8c-8g-1967’ doesn’t have label ‘ubuntu20.04-docker-arm64-4c-16g’ 16:47:47 ‘prd-ubuntu20.04-docker-8c-8g-1972’ doesn’t have label ‘ubuntu20.04-docker-arm64-4c-16g’ 16:47:47 ‘prd-ubuntu20.04-docker-8c-8g-1973’ doesn’t have label ‘ubuntu20.04-docker-arm64-4c-16g’ 16:47:47 ‘prd-ubuntu20.04-docker-arm64-4c-16g-1740’ is offline 16:47:47 ‘prd-ubuntu20.04-docker-arm64-4c-16g-1742’ is offline 16:47:47 ‘prd-ubuntu20.04-docker-arm64-4c-16g-1744’ is offline 16:47:47 ‘prd-ubuntu20.04-docker-arm64-4c-16g-1962’ is offline 16:47:47 ‘prd-ubuntu20.04-docker-arm64-4c-16g-1964’ is offline [Pipeline] sh 16:47:47 + go version 16:47:47 go version go1.20.2 linux/amd64 [Pipeline] } 16:47:47 $ docker stop --time=1 6df8f714314870e342dff55b4a2b27f52af7375996fbf86db564a6e30659389d 16:47:49 $ docker rm -f --volumes 6df8f714314870e342dff55b4a2b27f52af7375996fbf86db564a6e30659389d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:47:49 + docker inspect -f . ci-base-image-x86_64 16:47:49 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 16:47:49 prd-ubuntu20.04-docker-8c-8g-1965 does not seem to be running inside a container 16:47:49 $ 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 ******** -e ******** ci-base-image-x86_64 cat 16:47:50 $ docker top a486d0dad98d0a9aa8e8fe71d8887034aad231ba15356afcaadce5e5bafb1afe -eo pid,comm [Pipeline] { [Pipeline] sh 16:47:50 + git config --global --add safe.directory /w/workspace/gexfoundry_go-mod-bootstrap_main [Pipeline] fileExists [Pipeline] sh 16:47:50 + make test 16:47:50 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 16:47:50 go: downloading github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 16:47:50 go: downloading github.com/stretchr/testify v1.8.2 16:47:50 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v3 v3.0.0-dev.30 16:47:50 go: downloading github.com/edgexfoundry/go-mod-messaging/v3 v3.0.0-dev.18 16:47:50 go: downloading github.com/google/uuid v1.3.0 16:47:50 go: downloading github.com/hashicorp/go-multierror v1.1.1 16:47:50 go: downloading github.com/edgexfoundry/go-mod-registry/v3 v3.0.0-dev.5 16:47:50 go: downloading github.com/eclipse/paho.mqtt.golang v1.4.2 16:47:50 go: downloading github.com/edgexfoundry/go-mod-configuration/v3 v3.0.0-dev.7 16:47:51 go: downloading github.com/edgexfoundry/go-mod-secrets/v3 v3.0.0-dev.9 16:47:51 go: downloading github.com/mitchellh/copystructure v1.2.0 16:47:51 go: downloading github.com/gorilla/mux v1.8.0 16:47:51 go: downloading github.com/pelletier/go-toml v1.9.5 16:47:51 go: downloading github.com/davecgh/go-spew v1.1.1 16:47:51 go: downloading github.com/pmezard/go-difflib v1.0.0 16:47:51 go: downloading github.com/stretchr/objx v0.5.0 16:47:51 go: downloading gopkg.in/yaml.v3 v3.0.1 16:47:51 go: downloading github.com/hashicorp/errwrap v1.0.0 16:47:51 go: downloading github.com/spiffe/go-spiffe/v2 v2.1.2 16:47:51 go: downloading github.com/go-kit/log v0.2.1 16:47:51 go: downloading github.com/go-playground/validator/v10 v10.11.2 16:47:51 go: downloading github.com/fxamacker/cbor/v2 v2.4.0 16:47:51 go: downloading github.com/mitchellh/reflectwalk v1.0.2 16:47:51 go: downloading github.com/gorilla/websocket v1.4.2 16:47:51 go: downloading golang.org/x/net v0.7.0 16:47:51 go: downloading golang.org/x/sync v0.1.0 16:47:51 go: downloading github.com/go-redis/redis/v7 v7.3.0 16:47:51 go: downloading github.com/hashicorp/consul/api v1.19.1 16:47:51 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 16:47:51 go: downloading github.com/go-logfmt/logfmt v0.5.1 16:47:51 go: downloading github.com/x448/float16 v0.8.4 16:47:51 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 16:47:51 go: downloading github.com/mitchellh/mapstructure v1.5.0 16:47:51 go: downloading github.com/go-playground/universal-translator v0.18.1 16:47:51 go: downloading github.com/leodido/go-urn v1.2.1 16:47:51 go: downloading golang.org/x/crypto v0.6.0 16:47:51 go: downloading golang.org/x/text v0.7.0 16:47:51 go: downloading github.com/zeebo/errs v1.3.0 16:47:51 go: downloading google.golang.org/grpc v1.51.0 16:47:51 go: downloading gopkg.in/square/go-jose.v2 v2.6.0 16:47:51 go: downloading google.golang.org/protobuf v1.28.1 16:47:51 go: downloading github.com/go-playground/locales v0.14.1 16:47:51 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 16:47:51 go: downloading github.com/hashicorp/go-hclog v0.14.1 16:47:51 go: downloading github.com/hashicorp/go-rootcerts v1.0.2 16:47:51 go: downloading github.com/hashicorp/serf v0.10.1 16:47:51 go: downloading google.golang.org/genproto v0.0.0-20230109162033-3c3c17ce83e6 16:47:51 go: downloading github.com/golang/protobuf v1.5.2 16:47:51 go: downloading github.com/fatih/color v1.9.0 16:47:51 go: downloading github.com/mattn/go-isatty v0.0.14 16:47:51 go: downloading golang.org/x/sys v0.5.0 16:47:51 go: downloading github.com/mattn/go-colorable v0.1.12 16:47:51 go: downloading github.com/armon/go-metrics v0.3.10 16:47:51 go: downloading github.com/hashicorp/go-immutable-radix v1.3.0 16:47:51 go: downloading github.com/hashicorp/golang-lru v0.5.4 16:48:06 ? github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap [no test files] 16:48:07 ? github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/container [no test files] 16:48:07 ? github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/interfaces [no test files] 16:48:07 ? github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/interfaces/mocks [no test files] 16:48:08 ? github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/startup [no test files] 16:48:30 ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/config 20.031s coverage: 36.5% of statements 16:48:30 ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/environment 0.017s coverage: 92.5% of statements 16:48:30 ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/flags 0.008s coverage: 85.3% of statements 16:48:30 ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/handlers 2.018s coverage: 42.3% of statements 16:48:30 ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/messaging 0.019s coverage: 100.0% of statements 16:48:30 ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/metrics 0.331s coverage: 87.7% of statements 16:48:30 ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/registration 0.017s coverage: 25.0% of statements 16:48:30 ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/secret 3.033s coverage: 79.2% of statements 16:48:30 ok github.com/edgexfoundry/go-mod-bootstrap/v3/config 0.009s coverage: 31.2% of statements 16:48:30 ok github.com/edgexfoundry/go-mod-bootstrap/v3/di 0.003s coverage: 91.3% of statements 16:48:33 CGO_ENABLED=1 GO111MODULE=on go vet ./... 16:48:36 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 16:48:36 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [Pipeline] echo 16:48:36 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 16:48:36 $ docker stop --time=1 a486d0dad98d0a9aa8e8fe71d8887034aad231ba15356afcaadce5e5bafb1afe 16:48:38 $ docker rm -f --volumes a486d0dad98d0a9aa8e8fe71d8887034aad231ba15356afcaadce5e5bafb1afe [Pipeline] // withDockerContainer [Pipeline] sh 16:48:39 + sudo chown -R jenkins:jenkins . [Pipeline] stash 16:48:39 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:48:39 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 16:48:39 16:48:39 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:48:40 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 16:48:40 latest: Pulling from edgex-lftools-log-publisher 16:48:40 5eb5b503b376: Pulling fs layer 16:48:40 5c69ac0246d0: Pulling fs layer 16:48:40 ec43610c2a17: Pulling fs layer 16:48:40 3a2ae6a8a46f: Pulling fs layer 16:48:40 33b1e0a273af: Pulling fs layer 16:48:40 5d3b04190fa2: Pulling fs layer 16:48:40 2f39f015ded8: Pulling fs layer 16:48:40 3a2ae6a8a46f: Waiting 16:48:40 33b1e0a273af: Waiting 16:48:40 2f39f015ded8: Waiting 16:48:40 5d3b04190fa2: Waiting 16:48:40 5c69ac0246d0: Download complete 16:48:40 3a2ae6a8a46f: Verifying Checksum 16:48:40 3a2ae6a8a46f: Download complete 16:48:40 ec43610c2a17: Verifying Checksum 16:48:40 ec43610c2a17: Download complete 16:48:40 5d3b04190fa2: Verifying Checksum 16:48:40 5d3b04190fa2: Download complete 16:48:40 33b1e0a273af: Verifying Checksum 16:48:40 33b1e0a273af: Download complete 16:48:40 5eb5b503b376: Verifying Checksum 16:48:40 5eb5b503b376: Download complete 16:48:41 2f39f015ded8: Verifying Checksum 16:48:41 2f39f015ded8: Download complete 16:48:41 5eb5b503b376: Pull complete 16:48:41 5c69ac0246d0: Pull complete 16:48:42 ec43610c2a17: Pull complete 16:48:42 3a2ae6a8a46f: Pull complete 16:48:42 33b1e0a273af: Pull complete 16:48:42 5d3b04190fa2: Pull complete 16:48:46 2f39f015ded8: Pull complete 16:48:46 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 16:48:46 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 16:48:46 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 16:48:47 prd-ubuntu20.04-docker-8c-8g-1965 does not seem to be running inside a container 16:48:47 $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 16:48:50 $ docker top cfa19faa8119a1a9131b3e92f82237698f7d5bbcc5e7b188b5e11c56ee0e535f -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 16:48:50 ---> job-cost.sh 16:48:50 lf-activate-venv: SKIPPING 16:48:50 INFO: No Stack... 16:48:50 INFO: Retrieving Pricing Info for: v3-standard-8 16:48:51 INFO: Archiving Costs [Pipeline] sh 16:48:51 + cat /w/workspace/gexfoundry_go-mod-bootstrap_main/archives/cost.csv 16:48:51 + cut -d, -f6 [Pipeline] lock 16:48:51 Trying to acquire lock on [jenkins-edgexfoundry-go-mod-bootstrap-main-137-stack-cost] 16:48:51 Resource [jenkins-edgexfoundry-go-mod-bootstrap-main-137-stack-cost] did not exist. Created. 16:48:51 Lock acquired on [jenkins-edgexfoundry-go-mod-bootstrap-main-137-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 16:48:51 + echo total: 0.2199999988079071 [Pipeline] stash 16:48:51 Stashed 1 file(s) [Pipeline] } 16:48:51 Lock released on resource [jenkins-edgexfoundry-go-mod-bootstrap-main-137-stack-cost] [Pipeline] // lock [Pipeline] } 16:48:51 $ docker stop --time=1 cfa19faa8119a1a9131b3e92f82237698f7d5bbcc5e7b188b5e11c56ee0e535f 16:48:52 $ docker rm -f --volumes cfa19faa8119a1a9131b3e92f82237698f7d5bbcc5e7b188b5e11c56ee0e535f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 16:57:46 Running on prd-ubuntu20.04-docker-arm64-4c-16g-2177 in /w/workspace/gexfoundry_go-mod-bootstrap_main [Pipeline] { [Pipeline] ws 16:57:46 Running in /w/workspace/go-mod-bootstrap/137 [Pipeline] { [Pipeline] checkout 16:57:46 Selected Git installation does not exist. Using Default 16:57:46 The recommended git tool is: NONE 16:57:54 using credential edgex-jenkins-ssh 16:57:54 Cloning the remote Git repository 16:57:54 Cloning repository git@github.com:edgexfoundry/go-mod-bootstrap.git 16:57:54 > git init /w/workspace/go-mod-bootstrap/137 # timeout=10 16:57:54 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git 16:57:54 > git --version # timeout=10 16:57:54 > git --version # 'git version 2.25.1' 16:57:54 using GIT_SSH to set credentials SSH Credentials for GitHub 16:57:55 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/*:refs/remotes/origin/* # timeout=10 16:57:56 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 16:57:56 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 16:57:57 Avoid second fetch 16:57:57 Checking out Revision 266ba797eb47958f26e9de3d4b9551a9393cdd62 (main) 16:57:57 > git config core.sparsecheckout # timeout=10 16:57:57 > git checkout -f 266ba797eb47958f26e9de3d4b9551a9393cdd62 # timeout=10 16:57:58 Commit message: "Merge pull request #481 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-core-contracts/v3-3.0.0-dev.30" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 16:57:59 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 16:57:59 % Total % Received % Xferd Average Speed Time Time Time Current 16:57:59 Dload Upload Total Spent Left Speed 16:57:59 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 87335 0 --:--:-- --:--:-- --:--:-- 87335 [Pipeline] sh 16:58:00 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 16:58:00 + sudo tee /etc/docker/daemon.new 16:58:00 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 16:58:00 { 16:58:00 "registry-mirrors": [ 16:58:00 "https://nexus3.edgexfoundry.org:10001" 16:58:00 ], 16:58:00 "bip": "10.250.0.254/24", 16:58:00 "hosts": [ 16:58:00 "tcp://0.0.0.0:5555", 16:58:00 "unix:///var/run/docker.sock" 16:58:00 ], 16:58:00 "mtu": 1458, 16:58:00 "selinux-enabled": true, 16:58:00 "seccomp-profile": "/etc/docker/seccomp.json" 16:58:00 } [Pipeline] sh 16:58:00 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 16:58:01 + sudo service docker restart [Pipeline] unstash [Pipeline] echo 16:58:19 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 16:58:19 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 16:58:19 ========================================================= 16:58:19 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine] 16:58:19 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] sh 16:58:20 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine 16:58:20 1.20-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 16:58:20 af6eaf76a39c: Pulling fs layer 16:58:20 55522c791124: Pulling fs layer 16:58:20 ce5c4a1c91eb: Pulling fs layer 16:58:20 169dfbe0d373: Pulling fs layer 16:58:20 e1ff8fa3b103: Pulling fs layer 16:58:20 52ebb69f0ebf: Pulling fs layer 16:58:20 5abe8eddf0d5: Pulling fs layer 16:58:20 169dfbe0d373: Waiting 16:58:20 e1ff8fa3b103: Waiting 16:58:20 52ebb69f0ebf: Waiting 16:58:20 5abe8eddf0d5: Waiting 16:58:20 55522c791124: Verifying Checksum 16:58:20 55522c791124: Download complete 16:58:20 169dfbe0d373: Verifying Checksum 16:58:20 169dfbe0d373: Download complete 16:58:20 e1ff8fa3b103: Download complete 16:58:20 af6eaf76a39c: Verifying Checksum 16:58:20 af6eaf76a39c: Download complete 16:58:21 af6eaf76a39c: Pull complete 16:58:22 5abe8eddf0d5: Verifying Checksum 16:58:22 5abe8eddf0d5: Download complete 16:58:22 55522c791124: Pull complete 16:58:23 ce5c4a1c91eb: Verifying Checksum 16:58:23 ce5c4a1c91eb: Download complete 16:58:23 52ebb69f0ebf: Download complete 16:58:36 ce5c4a1c91eb: Pull complete 16:58:36 169dfbe0d373: Pull complete 16:58:36 e1ff8fa3b103: Pull complete 16:58:43 52ebb69f0ebf: Pull complete 16:58:44 5abe8eddf0d5: Pull complete 16:58:44 Digest: sha256:978cc1420e451f27bd88fdeece3ad01a9109ec773b62f165dfc696fd516b3d8f 16:58:44 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine 16:58:44 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine [Pipeline] sh 16:58:44 + docker tag nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine ci-base-image-arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:58:45 + docker inspect -f . ci-base-image-arm64 16:58:45 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 16:58:45 prd-ubuntu20.04-docker-arm64-4c-16g-2177 does not seem to be running inside a container 16:58:45 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-bootstrap/137 -v /w/workspace/go-mod-bootstrap/137:/w/workspace/go-mod-bootstrap/137:rw,z -v /w/workspace/go-mod-bootstrap/137@tmp:/w/workspace/go-mod-bootstrap/137@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 16:58:49 $ docker top 6dbcf90c74765c704ef37feabbcde2ab14b84d243d27afafdce6559b43574d3b -eo pid,comm [Pipeline] { [Pipeline] sh 16:58:50 + go version 16:58:50 go version go1.20.2 linux/arm64 [Pipeline] } 16:58:50 $ docker stop --time=1 6dbcf90c74765c704ef37feabbcde2ab14b84d243d27afafdce6559b43574d3b 16:58:51 $ docker rm -f --volumes 6dbcf90c74765c704ef37feabbcde2ab14b84d243d27afafdce6559b43574d3b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:58:52 + docker inspect -f . ci-base-image-arm64 16:58:52 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 16:58:52 prd-ubuntu20.04-docker-arm64-4c-16g-2177 does not seem to be running inside a container 16:58:52 $ 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/137 -v /w/workspace/go-mod-bootstrap/137:/w/workspace/go-mod-bootstrap/137:rw,z -v /w/workspace/go-mod-bootstrap/137@tmp:/w/workspace/go-mod-bootstrap/137@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 16:58:54 $ docker top 8505d113b64a12548110bd144ec399f60569309f82ef2108dd74688d0a9038ed -eo pid,comm [Pipeline] { [Pipeline] sh 16:58:55 + git config --global --add safe.directory /w/workspace/go-mod-bootstrap/137 [Pipeline] fileExists [Pipeline] sh 16:58:55 + make test 16:58:55 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 16:58:55 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v3 v3.0.0-dev.30 16:58:55 go: downloading github.com/edgexfoundry/go-mod-registry/v3 v3.0.0-dev.5 16:58:56 go: downloading github.com/stretchr/testify v1.8.2 16:58:56 go: downloading github.com/edgexfoundry/go-mod-configuration/v3 v3.0.0-dev.7 16:58:56 go: downloading github.com/pelletier/go-toml v1.9.5 16:58:56 go: downloading github.com/mitchellh/copystructure v1.2.0 16:58:56 go: downloading github.com/eclipse/paho.mqtt.golang v1.4.2 16:58:56 go: downloading github.com/edgexfoundry/go-mod-messaging/v3 v3.0.0-dev.18 16:58:56 go: downloading github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 16:58:56 go: downloading github.com/edgexfoundry/go-mod-secrets/v3 v3.0.0-dev.9 16:58:56 go: downloading github.com/gorilla/mux v1.8.0 16:58:57 go: downloading github.com/google/uuid v1.3.0 16:58:57 go: downloading github.com/hashicorp/go-multierror v1.1.1 16:58:57 go: downloading github.com/davecgh/go-spew v1.1.1 16:58:57 go: downloading github.com/pmezard/go-difflib v1.0.0 16:58:57 go: downloading gopkg.in/yaml.v3 v3.0.1 16:58:57 go: downloading github.com/go-kit/log v0.2.1 16:58:57 go: downloading github.com/go-playground/validator/v10 v10.11.2 16:58:57 go: downloading github.com/mitchellh/reflectwalk v1.0.2 16:58:57 go: downloading github.com/stretchr/objx v0.5.0 16:58:57 go: downloading github.com/fxamacker/cbor/v2 v2.4.0 16:58:57 go: downloading github.com/gorilla/websocket v1.4.2 16:58:57 go: downloading golang.org/x/net v0.7.0 16:58:57 go: downloading golang.org/x/sync v0.1.0 16:58:57 go: downloading github.com/spiffe/go-spiffe/v2 v2.1.2 16:58:57 go: downloading github.com/hashicorp/errwrap v1.0.0 16:58:57 go: downloading github.com/hashicorp/consul/api v1.19.1 16:58:57 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 16:58:57 go: downloading github.com/go-logfmt/logfmt v0.5.1 16:58:57 go: downloading github.com/x448/float16 v0.8.4 16:58:57 go: downloading github.com/go-redis/redis/v7 v7.3.0 16:58:58 go: downloading github.com/go-playground/universal-translator v0.18.1 16:58:58 go: downloading github.com/leodido/go-urn v1.2.1 16:58:58 go: downloading golang.org/x/crypto v0.6.0 16:58:58 go: downloading golang.org/x/text v0.7.0 16:58:58 go: downloading github.com/zeebo/errs v1.3.0 16:58:58 go: downloading google.golang.org/grpc v1.51.0 16:59:00 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 16:59:00 go: downloading github.com/mitchellh/mapstructure v1.5.0 16:59:00 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 16:59:00 go: downloading github.com/hashicorp/go-hclog v0.14.1 16:59:00 go: downloading github.com/hashicorp/go-rootcerts v1.0.2 16:59:00 go: downloading github.com/hashicorp/serf v0.10.1 16:59:00 go: downloading github.com/go-playground/locales v0.14.1 16:59:00 go: downloading gopkg.in/square/go-jose.v2 v2.6.0 16:59:00 go: downloading google.golang.org/protobuf v1.28.1 16:59:01 go: downloading google.golang.org/genproto v0.0.0-20230109162033-3c3c17ce83e6 16:59:01 go: downloading github.com/fatih/color v1.9.0 16:59:01 go: downloading github.com/mattn/go-isatty v0.0.14 16:59:01 go: downloading github.com/armon/go-metrics v0.3.10 16:59:01 go: downloading github.com/golang/protobuf v1.5.2 16:59:02 go: downloading golang.org/x/sys v0.5.0 16:59:02 go: downloading github.com/mattn/go-colorable v0.1.12 16:59:02 go: downloading github.com/hashicorp/go-immutable-radix v1.3.0 16:59:02 go: downloading github.com/hashicorp/golang-lru v0.5.4 17:01:39 ? github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap [no test files] 17:01:51 ? github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/container [no test files] 17:02:06 ? github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/interfaces [no test files] 17:02:06 ? github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/interfaces/mocks [no test files] 17:02:12 ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/config 20.165s coverage: 36.5% of statements 17:02:12 ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/environment 0.077s coverage: 92.5% of statements 17:02:12 ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/flags 0.031s coverage: 85.3% of statements 17:02:12 ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/handlers 2.119s coverage: 42.3% of statements 17:02:12 ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/messaging 0.082s coverage: 100.0% of statements 17:02:13 ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/metrics 0.441s coverage: 87.7% of statements 17:02:14 ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/registration 0.113s coverage: 25.0% of statements 17:02:21 ? github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/startup [no test files] 17:02:24 ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/secret 3.209s coverage: 79.2% of statements 17:02:24 ok github.com/edgexfoundry/go-mod-bootstrap/v3/config 0.102s coverage: 31.2% of statements 17:02:24 ok github.com/edgexfoundry/go-mod-bootstrap/v3/di 0.067s coverage: 91.3% of statements 17:02:25 WARNING: Linting skipped (not on x86_64 or linter not installed) 17:02:25 CGO_ENABLED=1 GO111MODULE=on go vet ./... 17:03:12 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 17:03:12 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [Pipeline] echo 17:03:12 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 17:03:12 $ docker stop --time=1 8505d113b64a12548110bd144ec399f60569309f82ef2108dd74688d0a9038ed 17:03:14 $ docker rm -f --volumes 8505d113b64a12548110bd144ec399f60569309f82ef2108dd74688d0a9038ed [Pipeline] // withDockerContainer [Pipeline] sh 17:03:18 + sudo chown -R jenkins:jenkins . [Pipeline] stash 17:03:18 Warning: overwriting stash ‘coverage-report’ 17:03:18 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 17:03:19 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 17:03:19 17:03:19 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:03:19 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 17:03:19 arm64: Pulling from edgex-lftools-log-publisher 17:03:19 8998bd30e6a1: Pulling fs layer 17:03:19 04944245beec: Pulling fs layer 17:03:19 699f458cf7ca: Pulling fs layer 17:03:19 765212b225bb: Pulling fs layer 17:03:19 f23df028b6ca: Pulling fs layer 17:03:19 d65c8cfc05b1: Pulling fs layer 17:03:19 2437ff75d9bd: Pulling fs layer 17:03:19 f23df028b6ca: Waiting 17:03:19 d65c8cfc05b1: Waiting 17:03:19 2437ff75d9bd: Waiting 17:03:19 765212b225bb: Waiting 17:03:19 04944245beec: Verifying Checksum 17:03:19 04944245beec: Download complete 17:03:19 765212b225bb: Verifying Checksum 17:03:19 765212b225bb: Download complete 17:03:19 f23df028b6ca: Verifying Checksum 17:03:19 f23df028b6ca: Download complete 17:03:19 d65c8cfc05b1: Verifying Checksum 17:03:19 d65c8cfc05b1: Download complete 17:03:20 699f458cf7ca: Verifying Checksum 17:03:20 699f458cf7ca: Download complete 17:03:20 8998bd30e6a1: Verifying Checksum 17:03:20 8998bd30e6a1: Download complete 17:03:22 2437ff75d9bd: Verifying Checksum 17:03:22 2437ff75d9bd: Download complete 17:03:24 8998bd30e6a1: Pull complete 17:03:25 04944245beec: Pull complete 17:03:26 699f458cf7ca: Pull complete 17:03:26 765212b225bb: Pull complete 17:03:27 f23df028b6ca: Pull complete 17:03:27 d65c8cfc05b1: Pull complete 17:03:42 2437ff75d9bd: Pull complete 17:03:42 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 17:03:42 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 17:03:42 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 17:03:42 prd-ubuntu20.04-docker-arm64-4c-16g-2177 does not seem to be running inside a container 17:03:43 $ 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/137 -v /w/workspace/go-mod-bootstrap/137:/w/workspace/go-mod-bootstrap/137:rw,z -v /w/workspace/go-mod-bootstrap/137@tmp:/w/workspace/go-mod-bootstrap/137@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 17:03:46 $ docker top 2144933421bda99b4ddff9f1eb831ff8399e7237031f13842879e29f32e6989b -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 17:03:46 ---> job-cost.sh 17:03:46 lf-activate-venv: SKIPPING 17:03:46 INFO: No Stack... 17:03:47 INFO: Retrieving Pricing Info for: v3-standard-4 17:03:48 INFO: Archiving Costs [Pipeline] sh 17:03:48 + + cut -d, -f6 17:03:48 cat /w/workspace/go-mod-bootstrap/137/archives/cost.csv [Pipeline] lock 17:03:48 Trying to acquire lock on [jenkins-edgexfoundry-go-mod-bootstrap-main-137-stack-cost] 17:03:48 Resource [jenkins-edgexfoundry-go-mod-bootstrap-main-137-stack-cost] did not exist. Created. 17:03:48 Lock acquired on [jenkins-edgexfoundry-go-mod-bootstrap-main-137-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 17:03:49 /w/workspace/go-mod-bootstrap/137@tmp/durable-6d732922/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh 17:03:50 + echo total: 0.10999999940395355 [Pipeline] stash 17:03:50 Warning: overwriting stash ‘stack-cost’ 17:03:50 Stashed 1 file(s) [Pipeline] } 17:03:50 Lock released on resource [jenkins-edgexfoundry-go-mod-bootstrap-main-137-stack-cost] [Pipeline] // lock [Pipeline] } 17:03:50 $ docker stop --time=1 2144933421bda99b4ddff9f1eb831ff8399e7237031f13842879e29f32e6989b 17:03:51 $ docker rm -f --volumes 2144933421bda99b4ddff9f1eb831ff8399e7237031f13842879e29f32e6989b [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 17:03:52 provisioning config files... 17:03:52 copy managed file [go-mod-bootstrap-codecov-token] to file:/w/workspace/gexfoundry_go-mod-bootstrap_main@tmp/config10763798980146927673tmp [Pipeline] { [Pipeline] sh 17:03:52 + set +x 17:03:52 + bash -s -- 17:03:52 + curl -s https://codecov.io/bash 17:03:52 17:03:52 _____ _ 17:03:52 / ____| | | 17:03:52 | | ___ __| | ___ ___ _____ __ 17:03:52 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 17:03:52 | |___| (_) | (_| | __/ (_| (_) \ V / 17:03:52 \_____\___/ \__,_|\___|\___\___/ \_/ 17:03:52 Bash-1.0.6 17:03:52 17:03:52 17:03:52 ==> git version 2.25.1 found 17:03:52 ==> 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 17:03:52 Release-Date: 2020-01-08 17:03:52 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 17:03:52 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 17:03:52 ==> Jenkins CI detected. 17:03:52 current dir:  /w/workspace/gexfoundry_go-mod-bootstrap_main 17:03:52 project root: . 17:03:52 --> token set from env 17:03:52 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 17:03:52 ==> Running gcov in . (disable via -X gcov) 17:03:52 ==> Python coveragepy not found 17:03:52 ==> Searching for coverage reports in: 17:03:52 + . 17:03:52 -> Found 1 reports 17:03:52 ==> Detecting git/mercurial file structure 17:03:52 ==> Reading reports 17:03:52 + ./coverage.out bytes=84831 17:03:52 ==> Appending adjustments 17:03:52 https://docs.codecov.io/docs/fixing-reports 17:03:53 + Found adjustments 17:03:53 ==> Gzipping contents 17:03:53 16K /tmp/codecov.2PPuxR.gz 17:03:53 ==> Uploading reports 17:03:53 url: https://codecov.io 17:03:53 query: branch=main&commit=266ba797eb47958f26e9de3d4b9551a9393cdd62&build=137&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-bootstrap%2Fjob%2Fmain%2F137%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-bootstrap&service=jenkins&flags=&pr=&job=&cmd_args= 17:03:53 -> Pinging Codecov 17:03:53 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=266ba797eb47958f26e9de3d4b9551a9393cdd62&build=137&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-bootstrap%2Fjob%2Fmain%2F137%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-bootstrap&service=jenkins&flags=&pr=&job=&cmd_args= 17:03:53 -> Uploading to 17:03:53 https://storage.googleapis.com/codecov/v4/raw/2023-03-15/833815588EE85121546D348822E98E2E/266ba797eb47958f26e9de3d4b9551a9393cdd62/bd199b16-7d18-446d-8ca2-5101ac914c4a.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230315%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230315T170353Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=fb66a971ca5f8fe165b3474b279fb3278f69d1b2b157d37313ed3dc26cfd04bd 17:03:53 % Total % Received % Xferd Average Speed Time Time Time Current 17:03:53 Dload Upload Total Spent Left Speed 17:03:53 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13438 0 0 100 13438 0 56225 --:--:-- --:--:-- --:--:-- 56225 17:03:53 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/go-mod-bootstrap/commit/266ba797eb47958f26e9de3d4b9551a9393cdd62 [Pipeline] } 17:03:53 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 17:03:53 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 17:03:53 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:03:53 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 17:03:53 17:03:53 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:03:54 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 17:03:54 1.410.4: Pulling from edgex-devops/edgex-snyk-go 17:03:54 df9b9388f04a: Pulling fs layer 17:03:54 52dc419b0ee2: Pulling fs layer 17:03:54 25bc292e5bac: Pulling fs layer 17:03:54 114826534d7a: Pulling fs layer 17:03:54 4657fd5d0bcf: Pulling fs layer 17:03:54 6ad1cebc031e: Pulling fs layer 17:03:54 8a3aa393b2d8: Pulling fs layer 17:03:54 114826534d7a: Waiting 17:03:54 8a3aa393b2d8: Waiting 17:03:54 6ad1cebc031e: Waiting 17:03:54 4657fd5d0bcf: Waiting 17:03:54 25bc292e5bac: Verifying Checksum 17:03:54 25bc292e5bac: Download complete 17:03:54 52dc419b0ee2: Verifying Checksum 17:03:54 52dc419b0ee2: Download complete 17:03:54 4657fd5d0bcf: Verifying Checksum 17:03:54 4657fd5d0bcf: Download complete 17:03:54 df9b9388f04a: Verifying Checksum 17:03:54 df9b9388f04a: Download complete 17:03:54 df9b9388f04a: Pull complete 17:03:54 6ad1cebc031e: Verifying Checksum 17:03:54 6ad1cebc031e: Download complete 17:03:54 52dc419b0ee2: Pull complete 17:03:54 25bc292e5bac: Pull complete 17:03:54 114826534d7a: Verifying Checksum 17:03:54 114826534d7a: Download complete 17:03:55 8a3aa393b2d8: Verifying Checksum 17:03:55 8a3aa393b2d8: Download complete 17:03:58 114826534d7a: Pull complete 17:03:58 4657fd5d0bcf: Pull complete 17:03:58 6ad1cebc031e: Pull complete 17:04:01 8a3aa393b2d8: Pull complete 17:04:01 Digest: sha256:4b4dcd1004c4b70ae7ff23424eaa7ae18978b3759dc64bf5c8870aa20fc5e024 17:04:01 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 17:04:01 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 17:04:01 prd-ubuntu20.04-docker-8c-8g-1965 does not seem to be running inside a container 17:04:01 $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 17:04:03 $ docker top 2973c8ce63541215f6df718d9ee56a4dfed1d7d66530c86200006e80c803b3c1 -eo pid,comm [Pipeline] { [Pipeline] echo 17:04:03 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/go-mod-bootstrap:main' [Pipeline] sh 17:04:03 + set -o pipefail 17:04:03 + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/go-mod-bootstrap:main' 17:04:07 17:04:07 Monitoring /w/workspace/gexfoundry_go-mod-bootstrap_main (github.com/edgexfoundry/go-mod-bootstrap/v3)... 17:04:07 17:04:07 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/ad282025-43b6-4430-aa65-23b0e23d9f55/history/48203d0b-7ae0-4b27-b6ca-3b39e72efe83 17:04:07 17:04:07 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 17:04:07 17:04:07 17:04:07 A medium severity vulnerability was found in the Snyk CLI versions you are using. 17:04:07 We fixed the vulnerability in version 1.996.0. We recommend updating to the latest version. 17:04:07 More details here: https://snyk.co/ue1NS [Pipeline] } 17:04:07 $ docker stop --time=1 2973c8ce63541215f6df718d9ee56a4dfed1d7d66530c86200006e80c803b3c1 17:04:10 $ docker rm -f --volumes 2973c8ce63541215f6df718d9ee56a4dfed1d7d66530c86200006e80c803b3c1 [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 17:04:10 + git log --format=format:%s -1 266ba797eb47958f26e9de3d4b9551a9393cdd62 [Pipeline] sh 17:04:11 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 17:04:11 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:04:11 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 17:04:11 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 17:04:11 prd-ubuntu20.04-docker-8c-8g-1965 does not seem to be running inside a container 17:04:11 $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 17:04:11 $ docker top cc4c9055e489cbc48e9f0f687b122779cc531a65cc3f0bed5b201eb00c423ef7 -eo pid,comm 17:04:11 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). 17:04:11 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 17:04:11 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:04:11 [ssh-agent] Looking for ssh-agent implementation... 17:04:11 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:04:11 $ docker exec cc4c9055e489cbc48e9f0f687b122779cc531a65cc3f0bed5b201eb00c423ef7 ssh-agent 17:04:12 SSH_AUTH_SOCK=/tmp/ssh-0phOAa0usaZ8/agent.32 17:04:12 SSH_AGENT_PID=38 17:04:12 Running ssh-add (command line suppressed) 17:04:12 Identity added: /w/workspace/gexfoundry_go-mod-bootstrap_main@tmp/private_key_15414028672342826923.key (/w/workspace/gexfoundry_go-mod-bootstrap_main@tmp/private_key_15414028672342826923.key) 17:04:12 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:04:12 + git semver tag 17:04:12 2023-03-15 17:04:12,648 [run_tag] DEBUG tag force:False 17:04:12 2023-03-15 17:04:12,648 [check_head_tag] DEBUG check head tag 17:04:12 2023-03-15 17:04:12,650 [execute] INFO git cat-file --batch-check 17:04:12 2023-03-15 17:04:12,651 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/gexfoundry_go-mod-bootstrap_main, universal_newlines=False, shell=None, istream=) 17:04:12 2023-03-15 17:04:12,654 [execute] INFO git cat-file --batch 17:04:12 2023-03-15 17:04:12,654 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/gexfoundry_go-mod-bootstrap_main, universal_newlines=False, shell=None, istream=) 17:04:12 2023-03-15 17:04:12,689 [read_version] DEBUG read version from /w/workspace/gexfoundry_go-mod-bootstrap_main/.semver/main 17:04:12 2023-03-15 17:04:12,689 [execute] INFO git tag -a v3.0.0-dev.49 -m v3.0.0-dev.49 17:04:12 2023-03-15 17:04:12,689 [execute] DEBUG Popen(['git', 'tag', '-a', 'v3.0.0-dev.49', '-m', 'v3.0.0-dev.49'], cwd=/w/workspace/gexfoundry_go-mod-bootstrap_main, universal_newlines=False, shell=None, istream=None) 17:04:12 2023-03-15 17:04:12,694 [read_version] DEBUG read version from /w/workspace/gexfoundry_go-mod-bootstrap_main/.semver/main 17:04:12 3.0.0-dev.49 [Pipeline] } 17:04:12 $ docker exec --env ******** --env ******** cc4c9055e489cbc48e9f0f687b122779cc531a65cc3f0bed5b201eb00c423ef7 ssh-agent -k 17:04:12 unset SSH_AUTH_SOCK; 17:04:12 unset SSH_AGENT_PID; 17:04:12 echo Agent pid 38 killed; 17:04:12 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 17:04:13 + git semver [Pipeline] } 17:04:13 $ docker stop --time=1 cc4c9055e489cbc48e9f0f687b122779cc531a65cc3f0bed5b201eb00c423ef7 17:04:14 $ docker rm -f --volumes cc4c9055e489cbc48e9f0f687b122779cc531a65cc3f0bed5b201eb00c423ef7 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:04:15 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 17:04:15 17:04:15 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:04:15 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 17:04:15 0.23.1-centos7: Pulling from edgex-lftools 17:04:15 ab5ef0e58194: Pulling fs layer 17:04:15 9712f1f96733: Pulling fs layer 17:04:15 63f879dbbcfc: Pulling fs layer 17:04:15 0d9ebad4ef96: Pulling fs layer 17:04:15 e9a5061849ea: Pulling fs layer 17:04:15 d747dcd14b5f: Pulling fs layer 17:04:15 2de7ff778b66: Pulling fs layer 17:04:15 0d9ebad4ef96: Waiting 17:04:15 d747dcd14b5f: Waiting 17:04:15 e9a5061849ea: Waiting 17:04:15 2de7ff778b66: Waiting 17:04:15 9712f1f96733: Download complete 17:04:15 63f879dbbcfc: Verifying Checksum 17:04:15 63f879dbbcfc: Download complete 17:04:15 0d9ebad4ef96: Verifying Checksum 17:04:15 0d9ebad4ef96: Download complete 17:04:15 e9a5061849ea: Verifying Checksum 17:04:15 e9a5061849ea: Download complete 17:04:15 d747dcd14b5f: Verifying Checksum 17:04:15 d747dcd14b5f: Download complete 17:04:15 ab5ef0e58194: Verifying Checksum 17:04:15 ab5ef0e58194: Download complete 17:04:16 2de7ff778b66: Verifying Checksum 17:04:16 2de7ff778b66: Download complete 17:04:18 ab5ef0e58194: Pull complete 17:04:18 9712f1f96733: Pull complete 17:04:19 63f879dbbcfc: Pull complete 17:04:23 0d9ebad4ef96: Pull complete 17:04:23 e9a5061849ea: Pull complete 17:04:23 d747dcd14b5f: Pull complete 17:04:24 2de7ff778b66: Pull complete 17:04:24 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 17:04:24 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 17:04:24 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 17:04:24 prd-ubuntu20.04-docker-8c-8g-1965 does not seem to be running inside a container 17:04:24 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 17:04:27 $ docker top 5a20a9cc9755b5f238c57cb37a80fdcea33b46b58cf44e4767573ee5cbf3a4d1 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 17:04:27 provisioning config files... 17:04:27 copy managed file [sigul-config] to file:/w/workspace/gexfoundry_go-mod-bootstrap_main@tmp/config9040045846038772533tmp 17:04:27 copy managed file [sigul-password] to file:/w/workspace/gexfoundry_go-mod-bootstrap_main@tmp/config11810747489193300746tmp 17:04:27 copy managed file [sigul-pki] to file:/w/workspace/gexfoundry_go-mod-bootstrap_main@tmp/config11256399207258917203tmp [Pipeline] { [Pipeline] echo 17:04:27 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 17:04:27 ---> sigul-configuration.sh 17:04:27 gpg: directory `/root/.gnupg' created 17:04:27 gpg: new configuration file `/root/.gnupg/gpg.conf' created 17:04:27 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 17:04:27 gpg: keyring `/root/.gnupg/secring.gpg' created 17:04:27 gpg: keyring `/root/.gnupg/pubring.gpg' created 17:04:27 gpg: CAST5 encrypted data 17:04:27 gpg: encrypted with 1 passphrase 17:04:27 gpg: WARNING: message was not integrity protected [Pipeline] sh 17:04:27 + mkdir /home/jenkins 17:04:27 + mkdir /home/jenkins/sigul [Pipeline] sh 17:04:28 + 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 17:04:28 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 17:04:28 ---> sigul-install.sh 17:04:28 Sigul already installed; skipping installation. [Pipeline] sh 17:04:28 + git tag --list 17:04:28 v0.0.1 17:04:28 v0.0.10 17:04:28 v0.0.11 17:04:28 v0.0.12 17:04:28 v0.0.13 17:04:28 v0.0.14 17:04:28 v0.0.15 17:04:28 v0.0.16 17:04:28 v0.0.17 17:04:28 v0.0.18 17:04:28 v0.0.19 17:04:28 v0.0.2 17:04:28 v0.0.20 17:04:28 v0.0.21 17:04:28 v0.0.22 17:04:28 v0.0.23 17:04:28 v0.0.24 17:04:28 v0.0.25 17:04:28 v0.0.26 17:04:28 v0.0.27 17:04:28 v0.0.28 17:04:28 v0.0.29 17:04:28 v0.0.3 17:04:28 v0.0.30 17:04:28 v0.0.31 17:04:28 v0.0.32 17:04:28 v0.0.33 17:04:28 v0.0.34 17:04:28 v0.0.35 17:04:28 v0.0.36 17:04:28 v0.0.37 17:04:28 v0.0.38 17:04:28 v0.0.39 17:04:28 v0.0.4 17:04:28 v0.0.40 17:04:28 v0.0.41 17:04:28 v0.0.42 17:04:28 v0.0.43 17:04:28 v0.0.44 17:04:28 v0.0.45 17:04:28 v0.0.46 17:04:28 v0.0.47 17:04:28 v0.0.48 17:04:28 v0.0.49 17:04:28 v0.0.5 17:04:28 v0.0.50 17:04:28 v0.0.51 17:04:28 v0.0.52 17:04:28 v0.0.53 17:04:28 v0.0.54 17:04:28 v0.0.55 17:04:28 v0.0.56 17:04:28 v0.0.57 17:04:28 v0.0.58 17:04:28 v0.0.59 17:04:28 v0.0.6 17:04:28 v0.0.60 17:04:28 v0.0.61 17:04:28 v0.0.62 17:04:28 v0.0.63 17:04:28 v0.0.64 17:04:28 v0.0.65 17:04:28 v0.0.66 17:04:28 v0.0.67 17:04:28 v0.0.68 17:04:28 v0.0.69 17:04:28 v0.0.7 17:04:28 v0.0.70 17:04:28 v0.0.71 17:04:28 v0.0.72 17:04:28 v0.0.8 17:04:28 v0.0.9 17:04:28 v2.0.0 17:04:28 v2.1.0 17:04:28 v2.1.1 17:04:28 v2.1.1-dev.1 17:04:28 v2.1.1-dev.2 17:04:28 v2.1.1-dev.3 17:04:28 v2.1.1-dev.4 17:04:28 v2.2.0 17:04:28 v2.2.1-dev.1 17:04:28 v2.2.1-dev.2 17:04:28 v2.2.1-dev.3 17:04:28 v2.2.1-dev.4 17:04:28 v2.2.1-dev.5 17:04:28 v2.2.1-dev.6 17:04:28 v2.2.1-dev.7 17:04:28 v2.2.1-dev.8 17:04:28 v2.2.1-dev.9 17:04:28 v2.3.0 17:04:28 v2.3.0-dev.10 17:04:28 v2.3.0-dev.11 17:04:28 v2.3.0-dev.12 17:04:28 v2.3.0-dev.13 17:04:28 v2.3.0-dev.14 17:04:28 v2.3.0-dev.15 17:04:28 v2.3.0-dev.16 17:04:28 v2.3.0-dev.17 17:04:28 v2.3.0-dev.18 17:04:28 v2.3.0-dev.19 17:04:28 v2.3.0-dev.20 17:04:28 v2.3.0-dev.21 17:04:28 v2.3.0-dev.22 17:04:28 v2.3.0-dev.23 17:04:28 v2.3.0-dev.24 17:04:28 v2.3.0-dev.25 17:04:28 v2.3.0-dev.26 17:04:28 v2.3.0-dev.27 17:04:28 v2.3.0-dev.28 17:04:28 v2.3.0-dev.29 17:04:28 v2.3.0-dev.30 17:04:28 v3.0.0-dev.1 17:04:28 v3.0.0-dev.10 17:04:28 v3.0.0-dev.11 17:04:28 v3.0.0-dev.12 17:04:28 v3.0.0-dev.13 17:04:28 v3.0.0-dev.14 17:04:28 v3.0.0-dev.15 17:04:28 v3.0.0-dev.16 17:04:28 v3.0.0-dev.17 17:04:28 v3.0.0-dev.18 17:04:28 v3.0.0-dev.19 17:04:28 v3.0.0-dev.2 17:04:28 v3.0.0-dev.20 17:04:28 v3.0.0-dev.21 17:04:28 v3.0.0-dev.22 17:04:28 v3.0.0-dev.23 17:04:28 v3.0.0-dev.24 17:04:28 v3.0.0-dev.25 17:04:28 v3.0.0-dev.26 17:04:28 v3.0.0-dev.27 17:04:28 v3.0.0-dev.28 17:04:28 v3.0.0-dev.29 17:04:28 v3.0.0-dev.3 17:04:28 v3.0.0-dev.30 17:04:28 v3.0.0-dev.31 17:04:28 v3.0.0-dev.32 17:04:28 v3.0.0-dev.33 17:04:28 v3.0.0-dev.34 17:04:28 v3.0.0-dev.35 17:04:28 v3.0.0-dev.36 17:04:28 v3.0.0-dev.37 17:04:28 v3.0.0-dev.38 17:04:28 v3.0.0-dev.39 17:04:28 v3.0.0-dev.4 17:04:28 v3.0.0-dev.40 17:04:28 v3.0.0-dev.41 17:04:28 v3.0.0-dev.42 17:04:28 v3.0.0-dev.43 17:04:28 v3.0.0-dev.44 17:04:28 v3.0.0-dev.45 17:04:28 v3.0.0-dev.46 17:04:28 v3.0.0-dev.47 17:04:28 v3.0.0-dev.48 17:04:28 v3.0.0-dev.49 17:04:28 v3.0.0-dev.5 17:04:28 v3.0.0-dev.6 17:04:28 v3.0.0-dev.7 17:04:28 v3.0.0-dev.8 17:04:28 v3.0.0-dev.9 [Pipeline] sh 17:04:29 + lftools sign git-tag v3.0.0-dev.49 17:04:29 Signing Git tag with Sigul... 17:04:29 Signing v3.0.0-dev.49 [Pipeline] echo 17:04:29 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 17:04:30 ---> sigul-configuration-cleanup.sh [Pipeline] } 17:04:30 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 17:04:30 $ docker stop --time=1 5a20a9cc9755b5f238c57cb37a80fdcea33b46b58cf44e4767573ee5cbf3a4d1 17:04:31 $ docker rm -f --volumes 5a20a9cc9755b5f238c57cb37a80fdcea33b46b58cf44e4767573ee5cbf3a4d1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh 17:04:31 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 17:04:31 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:04:32 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 17:04:32 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 17:04:32 prd-ubuntu20.04-docker-8c-8g-1965 does not seem to be running inside a container 17:04:32 $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 17:04:32 $ docker top 8750c90467e39fd3956e4d85adc420b04f94d054f90b658e723b3d8695542c88 -eo pid,comm 17:04:32 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). 17:04:32 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 17:04:32 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:04:32 [ssh-agent] Looking for ssh-agent implementation... 17:04:32 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:04:32 $ docker exec 8750c90467e39fd3956e4d85adc420b04f94d054f90b658e723b3d8695542c88 ssh-agent 17:04:32 SSH_AUTH_SOCK=/tmp/ssh-eWQUUbTyvb0c/agent.33 17:04:32 SSH_AGENT_PID=39 17:04:32 Running ssh-add (command line suppressed) 17:04:33 Identity added: /w/workspace/gexfoundry_go-mod-bootstrap_main@tmp/private_key_3893292616138311433.key (/w/workspace/gexfoundry_go-mod-bootstrap_main@tmp/private_key_3893292616138311433.key) 17:04:33 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:04:33 + git semver bump pre 17:04:33 2023-03-15 17:04:33,526 [read_version] DEBUG read version from /w/workspace/gexfoundry_go-mod-bootstrap_main/.semver/main 17:04:33 2023-03-15 17:04:33,526 [bump_version] DEBUG bumping version:3.0.0-dev.49 on axis:pre with prefix:dev 17:04:33 2023-03-15 17:04:33,526 [bump_version] DEBUG bumped version:3.0.0-dev.50 17:04:33 2023-03-15 17:04:33,526 [write_version] DEBUG write version:3.0.0-dev.50 to path:/w/workspace/gexfoundry_go-mod-bootstrap_main/.semver/main with force:True 17:04:33 2023-03-15 17:04:33,526 [read_version] DEBUG read version from /w/workspace/gexfoundry_go-mod-bootstrap_main/.semver/main 17:04:33 2023-03-15 17:04:33,526 [write_file] DEBUG write to file:/w/workspace/gexfoundry_go-mod-bootstrap_main/.semver/main 17:04:33 2023-03-15 17:04:33,528 [execute] INFO git cat-file --batch-check 17:04:33 2023-03-15 17:04:33,528 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/gexfoundry_go-mod-bootstrap_main/.semver, universal_newlines=False, shell=None, istream=) 17:04:33 2023-03-15 17:04:33,532 [execute] INFO git cat-file --batch 17:04:33 2023-03-15 17:04:33,532 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/gexfoundry_go-mod-bootstrap_main/.semver, universal_newlines=False, shell=None, istream=) 17:04:33 2023-03-15 17:04:33,536 [read_version] DEBUG read version from /w/workspace/gexfoundry_go-mod-bootstrap_main/.semver/main 17:04:33 3.0.0-dev.50 [Pipeline] } 17:04:33 $ docker exec --env ******** --env ******** 8750c90467e39fd3956e4d85adc420b04f94d054f90b658e723b3d8695542c88 ssh-agent -k 17:04:33 unset SSH_AUTH_SOCK; 17:04:33 unset SSH_AGENT_PID; 17:04:33 echo Agent pid 39 killed; 17:04:33 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 17:04:34 + git semver [Pipeline] } 17:04:34 $ docker stop --time=1 8750c90467e39fd3956e4d85adc420b04f94d054f90b658e723b3d8695542c88 17:04:35 $ docker rm -f --volumes 8750c90467e39fd3956e4d85adc420b04f94d054f90b658e723b3d8695542c88 [Pipeline] // withDockerContainer [Pipeline] sh 17:04:35 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 17:04:35 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:04:36 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 17:04:36 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 17:04:36 prd-ubuntu20.04-docker-8c-8g-1965 does not seem to be running inside a container 17:04:36 $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 17:04:36 $ docker top e7b330b330d19bbce40d87e6443e2434b66145cb39785c2bf55e6cd8b745c4ba -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 17:04:36 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:04:36 [ssh-agent] Looking for ssh-agent implementation... 17:04:36 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:04:36 $ docker exec e7b330b330d19bbce40d87e6443e2434b66145cb39785c2bf55e6cd8b745c4ba ssh-agent 17:04:37 SSH_AUTH_SOCK=/tmp/ssh-U7pwCGmrHm81/agent.32 17:04:37 SSH_AGENT_PID=38 17:04:37 Running ssh-add (command line suppressed) 17:04:37 Identity added: /w/workspace/gexfoundry_go-mod-bootstrap_main@tmp/private_key_18170207307391683666.key (/w/workspace/gexfoundry_go-mod-bootstrap_main@tmp/private_key_18170207307391683666.key) 17:04:37 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:04:37 + git semver push 17:04:37 2023-03-15 17:04:37,612 [run_push] DEBUG push 17:04:37 2023-03-15 17:04:37,613 [execute] INFO git cat-file --batch-check 17:04:37 2023-03-15 17:04:37,613 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/gexfoundry_go-mod-bootstrap_main/.semver, universal_newlines=False, shell=None, istream=) 17:04:37 2023-03-15 17:04:37,616 [execute] INFO git rev-list ecd6724cfd7b8c3b2331569fcba972cb6626ea66 -- 17:04:37 2023-03-15 17:04:37,617 [execute] DEBUG Popen(['git', 'rev-list', 'ecd6724cfd7b8c3b2331569fcba972cb6626ea66', '--'], cwd=/w/workspace/gexfoundry_go-mod-bootstrap_main/.semver, universal_newlines=False, shell=None, istream=None) 17:04:37 2023-03-15 17:04:37,627 [execute] INFO git fetch -v origin 17:04:37 2023-03-15 17:04:37,627 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/gexfoundry_go-mod-bootstrap_main/.semver, universal_newlines=True, shell=None, istream=None) 17:04:38 2023-03-15 17:04:38,084 [run_push] DEBUG no remote changes detected 17:04:38 2023-03-15 17:04:38,085 [execute] INFO git push origin semver 17:04:38 2023-03-15 17:04:38,085 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/gexfoundry_go-mod-bootstrap_main/.semver, universal_newlines=False, shell=None, istream=None) 17:04:39 2023-03-15 17:04:38,975 [run_push] DEBUG push all version tags 17:04:39 2023-03-15 17:04:38,975 [execute] INFO git push origin refs/tags/v*:refs/tags/v* 17:04:39 2023-03-15 17:04:38,976 [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) 17:04:40 2023-03-15 17:04:39,870 [read_version] DEBUG read version from /w/workspace/gexfoundry_go-mod-bootstrap_main/.semver/main 17:04:40 3.0.0-dev.50 [Pipeline] } 17:04:40 $ docker exec --env ******** --env ******** e7b330b330d19bbce40d87e6443e2434b66145cb39785c2bf55e6cd8b745c4ba ssh-agent -k 17:04:40 unset SSH_AUTH_SOCK; 17:04:40 unset SSH_AGENT_PID; 17:04:40 echo Agent pid 38 killed; 17:04:40 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 17:04:40 + git semver [Pipeline] } 17:04:40 $ docker stop --time=1 e7b330b330d19bbce40d87e6443e2434b66145cb39785c2bf55e6cd8b745c4ba 17:04:42 $ docker rm -f --volumes e7b330b330d19bbce40d87e6443e2434b66145cb39785c2bf55e6cd8b745c4ba [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 17:04:42 + [ -d /w/workspace/gexfoundry_go-mod-bootstrap_main/archives ] 17:04:42 + ls -al /w/workspace/gexfoundry_go-mod-bootstrap_main/archives 17:04:42 total 16 17:04:42 drwxr-xr-x 3 root root 4096 Mar 15 16:48 . 17:04:42 drwxrwxr-x 9 jenkins jenkins 4096 Mar 15 17:04 .. 17:04:42 drwxr-xr-x 2 root root 4096 Mar 15 16:48 cost 17:04:42 -rw-r--r-- 1 root root 88 Mar 15 16:48 cost.csv 17:04:42 + sudo chown -R jenkins:jenkins /w/workspace/gexfoundry_go-mod-bootstrap_main/archives 17:04:42 + ls -al /w/workspace/gexfoundry_go-mod-bootstrap_main/archives 17:04:42 total 16 17:04:42 drwxr-xr-x 3 jenkins jenkins 4096 Mar 15 16:48 . 17:04:42 drwxrwxr-x 9 jenkins jenkins 4096 Mar 15 17:04 .. 17:04:42 drwxr-xr-x 2 jenkins jenkins 4096 Mar 15 16:48 cost 17:04:42 -rw-r--r-- 1 jenkins jenkins 88 Mar 15 16:48 cost.csv [Pipeline] libraryResource [Pipeline] sh 17:04:42 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 17:04:43 ---> package-listing.sh 17:04:43 ++ facter osfamily 17:04:43 ++ tr '[:upper:]' '[:lower:]' 17:04:43 + OS_FAMILY=debian 17:04:43 + workspace=/w/workspace/gexfoundry_go-mod-bootstrap_main 17:04:43 + START_PACKAGES=/tmp/packages_start.txt 17:04:43 + END_PACKAGES=/tmp/packages_end.txt 17:04:43 + DIFF_PACKAGES=/tmp/packages_diff.txt 17:04:43 + PACKAGES=/tmp/packages_start.txt 17:04:43 + '[' /w/workspace/gexfoundry_go-mod-bootstrap_main ']' 17:04:43 + PACKAGES=/tmp/packages_end.txt 17:04:43 + case "${OS_FAMILY}" in 17:04:43 + dpkg -l 17:04:43 + grep '^ii' 17:04:43 + '[' -f /tmp/packages_start.txt ']' 17:04:43 + '[' -f /tmp/packages_end.txt ']' 17:04:43 + diff /tmp/packages_start.txt /tmp/packages_end.txt 17:04:43 + '[' /w/workspace/gexfoundry_go-mod-bootstrap_main ']' 17:04:43 + mkdir -p /w/workspace/gexfoundry_go-mod-bootstrap_main/archives/ 17:04:43 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/gexfoundry_go-mod-bootstrap_main/archives/ [Pipeline] echo 17:04:43 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 17:04:44 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:04:44 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 17:04:44 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 17:04:44 prd-ubuntu20.04-docker-8c-8g-1965 does not seem to be running inside a container 17:04:44 $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 17:04:45 $ docker top 5a02c2b2a096a685f3b3dac47d3470a88f126b3599a055f16a141a69e76b538f -eo pid,comm [Pipeline] { [Pipeline] sh 17:04:45 + touch /tmp/pre-build-complete [Pipeline] sh 17:04:45 + mkdir -p /var/log/sysstat [Pipeline] sh 17:04:46 + ls /var/log/sa-host 17:04:46 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 17:04:46 provisioning config files... 17:04:46 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_go-mod-bootstrap_main@tmp/config5513019794851500605tmp [Pipeline] { [Pipeline] echo 17:04:46 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 17:04:46 ---> create-netrc.sh [Pipeline] } 17:04:46 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 17:04:46 ---> python-tools-install.sh [Pipeline] echo 17:04:46 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 17:04:47 ---> sudo-logs.sh 17:04:47 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 17:04:47 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 17:04:47 ---> job-cost.sh 17:04:47 lf-activate-venv: SKIPPING 17:04:47 DEBUG: total: 0.2199999988079071 17:04:47 INFO: Retrieving Stack Cost... 17:04:47 INFO: Retrieving Pricing Info for: v3-standard-8 17:04:48 INFO: Archiving Costs [Pipeline] echo 17:04:48 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 17:04:48 ---> logs-deploy.sh 17:04:48 lf-activate-venv: SKIPPING 17:04:48 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-bootstrap/main/137 17:04:48 INFO: archiving workspace using pattern(s): 17:04:49 Archives upload complete. 17:04:49 INFO: archiving logs to Nexus 17:04:50 ---> uname -a: 17:04:50 Linux prd-ubuntu20-04-docker-8c-8g-1965 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux 17:04:50 17:04:50 17:04:50 ---> lscpu: 17:04:50 Architecture: x86_64 17:04:50 CPU op-mode(s): 32-bit, 64-bit 17:04:50 Byte Order: Little Endian 17:04:50 Address sizes: 40 bits physical, 48 bits virtual 17:04:50 CPU(s): 8 17:04:50 On-line CPU(s) list: 0-7 17:04:50 Thread(s) per core: 1 17:04:50 Core(s) per socket: 1 17:04:50 Socket(s): 8 17:04:50 NUMA node(s): 1 17:04:50 Vendor ID: AuthenticAMD 17:04:50 CPU family: 23 17:04:50 Model: 49 17:04:50 Model name: AMD EPYC-Rome Processor 17:04:50 Stepping: 0 17:04:50 CPU MHz: 2800.000 17:04:50 BogoMIPS: 5600.00 17:04:50 Virtualization: AMD-V 17:04:50 Hypervisor vendor: KVM 17:04:50 Virtualization type: full 17:04:50 L1d cache: 256 KiB 17:04:50 L1i cache: 256 KiB 17:04:50 L2 cache: 4 MiB 17:04:50 L3 cache: 128 MiB 17:04:50 NUMA node0 CPU(s): 0-7 17:04:50 Vulnerability Itlb multihit: Not affected 17:04:50 Vulnerability L1tf: Not affected 17:04:50 Vulnerability Mds: Not affected 17:04:50 Vulnerability Meltdown: Not affected 17:04:50 Vulnerability Mmio stale data: Not affected 17:04:50 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 17:04:50 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 17:04:50 Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling 17:04:50 Vulnerability Srbds: Not affected 17:04:50 Vulnerability Tsx async abort: Not affected 17:04:50 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 17:04:50 17:04:50 17:04:50 ---> nproc: 17:04:50 8 17:04:50 17:04:50 17:04:50 ---> df -h: 17:04:50 Filesystem Size Used Avail Use% Mounted on 17:04:50 overlay 155G 12G 143G 8% / 17:04:50 tmpfs 64M 0 64M 0% /dev 17:04:50 tmpfs 16G 0 16G 0% /sys/fs/cgroup 17:04:50 shm 64M 0 64M 0% /dev/shm 17:04:50 /dev/vda1 155G 12G 143G 8% /facter-os 17:04:50 17:04:50 17:04:50 ---> sar -b -r -n DEV: 17:04:50 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-1965) 03/15/23 _x86_64_ (8 CPU) 17:04:50 17:04:50 16:46:36 LINUX RESTART (8 CPU) 17:04:50 17:04:50 16:47:03 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 17:04:50 16:48:01 122.11 39.57 82.54 0.00 4393.80 46253.43 0.00 17:04:50 16:49:01 61.72 0.28 61.44 0.00 24.80 33096.22 0.00 17:04:50 16:50:01 1.25 0.00 1.25 0.00 0.00 14.55 0.00 17:04:50 16:51:01 1.38 0.00 1.38 0.00 0.00 17.33 0.00 17:04:50 16:52:01 51.34 10.61 40.73 0.00 5160.07 8662.82 0.00 17:04:50 16:53:01 5.02 0.02 5.00 0.00 0.13 112.38 0.00 17:04:50 16:54:01 1.98 0.00 1.98 0.00 0.00 22.53 0.00 17:04:50 16:55:01 2.02 0.00 2.02 0.00 0.00 22.53 0.00 17:04:50 16:56:01 1.35 0.00 1.35 0.00 0.00 14.26 0.00 17:04:50 16:57:01 5.25 2.67 2.58 0.00 59.59 36.53 0.00 17:04:50 16:58:01 1.07 0.00 1.07 0.00 0.00 12.40 0.00 17:04:50 16:59:01 1.00 0.00 1.00 0.00 0.00 12.00 0.00 17:04:50 17:00:01 1.10 0.00 1.10 0.00 0.00 12.53 0.00 17:04:50 17:01:01 0.93 0.00 0.93 0.00 0.00 11.06 0.00 17:04:50 17:02:01 2.03 0.02 2.02 0.00 0.13 27.32 0.00 17:04:50 17:03:01 1.00 0.00 1.00 0.00 0.00 12.53 0.00 17:04:50 17:04:01 13.61 0.10 13.51 0.00 16.40 13649.19 0.00 17:04:50 Average: 15.92 3.06 12.86 0.00 560.45 5920.60 0.00 17:04:50 17:04:50 16:47:03 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 17:04:50 16:48:01 28429512 31292940 1006088 3.06 88832 3013804 2370336 6.99 1494164 2545064 448332 17:04:50 16:49:01 28689456 31584008 717776 2.18 95500 3034096 1756868 5.18 1102928 2674072 300 17:04:50 16:50:01 28689700 31584260 717488 2.18 95532 3034104 1756868 5.18 1102448 2674076 164 17:04:50 16:51:01 28696864 31591528 710188 2.16 95556 3034104 1756868 5.18 1094856 2674080 212 17:04:50 16:52:01 28162676 31566644 722072 2.20 129396 3489724 1787812 5.27 1420468 2846372 988 17:04:50 16:53:01 28169540 31568604 720064 2.19 128008 3486468 1786524 5.27 1417820 2843112 328 17:04:50 16:54:01 28175896 31575080 713716 2.17 128076 3486472 1786524 5.27 1412308 2843124 168 17:04:50 16:55:01 28176236 31575480 713284 2.17 128172 3486476 1786524 5.27 1411820 2843132 152 17:04:50 16:56:01 28176188 31575604 713204 2.17 128268 3486476 1786524 5.27 1412000 2843164 8 17:04:50 16:57:01 28166416 31569044 719232 2.19 128400 3488224 1810040 5.33 1420400 2844024 136 17:04:50 16:58:01 28167124 31569944 718364 2.18 128440 3488224 1810040 5.33 1420104 2844160 156 17:04:50 16:59:01 28167068 31569952 718356 2.18 128480 3488228 1810040 5.33 1420148 2844168 256 17:04:50 17:00:01 28166868 31569768 718360 2.18 128500 3488232 1810040 5.33 1419992 2844180 172 17:04:50 17:01:01 28166536 31570084 718472 2.18 128532 3488232 1810040 5.33 1419492 2844748 256 17:04:50 17:02:01 28164752 31568416 719948 2.19 128600 3488216 1827360 5.39 1419176 2844740 36 17:04:50 17:03:01 28164160 31567868 720436 2.19 128640 3488216 1827360 5.39 1419064 2844740 200 17:04:50 17:04:01 27372528 31539552 740800 2.25 138900 4192300 1892648 5.58 1452156 3548100 463492 17:04:50 Average: 28229501 31555222 735756 2.24 120931 3421270 1833672 5.40 1368197 2837944 53844 17:04:50 17:04:50 16:47:03 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 17:04:50 16:48:01 ens3 657.36 400.45 7330.66 94.14 0.00 0.00 0.00 0.00 17:04:50 16:48:01 docker0 38.02 66.89 3.19 650.13 0.00 0.00 0.00 0.00 17:04:50 16:48:01 vethff23f9f 34.42 62.74 3.25 601.20 0.00 0.00 0.00 0.05 17:04:50 16:48:01 lo 3.24 3.24 0.31 0.31 0.00 0.00 0.00 0.00 17:04:50 16:49:01 ens3 130.58 100.08 2537.18 94.51 0.00 0.00 0.00 0.00 17:04:50 16:49:01 docker0 0.05 0.03 0.00 0.00 0.00 0.00 0.00 0.00 17:04:50 16:49:01 lo 1.27 1.27 0.12 0.12 0.00 0.00 0.00 0.00 17:04:50 16:50:01 ens3 1.35 0.65 1.70 0.41 0.00 0.00 0.00 0.00 17:04:50 16:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:04:50 16:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:04:50 16:51:01 ens3 0.42 0.12 0.02 0.01 0.00 0.00 0.00 0.00 17:04:50 16:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:04:50 16:51:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 17:04:50 16:52:01 ens3 124.01 56.86 2799.57 4.21 0.00 0.00 0.00 0.00 17:04:50 16:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:04:50 16:52:01 lo 0.60 0.60 0.06 0.06 0.00 0.00 0.00 0.00 17:04:50 16:53:01 ens3 0.67 0.40 0.11 0.09 0.00 0.00 0.00 0.00 17:04:50 16:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:04:50 16:53:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 17:04:50 16:54:01 ens3 0.40 0.10 0.07 0.01 0.00 0.00 0.00 0.00 17:04:50 16:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:04:50 16:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:04:50 16:55:01 ens3 0.22 0.12 0.01 0.01 0.00 0.00 0.00 0.00 17:04:50 16:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:04:50 16:55:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 17:04:50 16:56:01 ens3 0.40 0.00 0.02 0.00 0.00 0.00 0.00 0.00 17:04:50 16:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:04:50 16:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:04:50 16:57:01 ens3 11.21 6.78 5.68 5.90 0.00 0.00 0.00 0.00 17:04:50 16:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:04:50 16:57:01 lo 0.33 0.33 0.03 0.03 0.00 0.00 0.00 0.00 17:04:50 16:58:01 ens3 1.58 0.98 0.80 0.56 0.00 0.00 0.00 0.00 17:04:50 16:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:04:50 16:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:04:50 16:59:01 ens3 0.58 0.40 0.27 0.21 0.00 0.00 0.00 0.00 17:04:50 16:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:04:50 16:59:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 17:04:50 17:00:01 ens3 0.33 0.00 0.01 0.00 0.00 0.00 0.00 0.00 17:04:50 17:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:04:50 17:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:04:50 17:01:01 ens3 0.88 0.23 0.15 0.08 0.00 0.00 0.00 0.00 17:04:50 17:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:04:50 17:01:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 17:04:50 17:02:01 ens3 0.52 0.32 0.26 0.21 0.00 0.00 0.00 0.00 17:04:50 17:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:04:50 17:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:04:50 17:03:01 ens3 0.30 0.22 0.09 0.07 0.00 0.00 0.00 0.00 17:04:50 17:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:04:50 17:03:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 17:04:50 17:04:01 ens3 130.91 73.74 3970.17 10.11 0.00 0.00 0.00 0.00 17:04:50 17:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:04:50 17:04:01 lo 1.07 1.07 0.10 0.10 0.00 0.00 0.00 0.00 17:04:50 Average: ens3 61.29 37.02 966.79 12.22 0.00 0.00 0.00 0.00 17:04:50 Average: docker0 2.17 3.81 0.18 37.05 0.00 0.00 0.00 0.00 17:04:50 Average: lo 0.45 0.45 0.04 0.04 0.00 0.00 0.00 0.00 17:04:50 17:04:50 17:04:50 ---> sar -P ALL: 17:04:50 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-1965) 03/15/23 _x86_64_ (8 CPU) 17:04:50 17:04:50 16:46:36 LINUX RESTART (8 CPU) 17:04:50 17:04:50 16:47:03 CPU %user %nice %system %iowait %steal %idle 17:04:50 16:48:01 all 20.17 0.00 4.82 2.55 0.15 72.30 17:04:50 16:48:01 0 21.30 0.00 3.93 1.48 0.14 73.15 17:04:50 16:48:01 1 20.35 0.00 5.06 3.45 0.19 70.95 17:04:50 16:48:01 2 17.41 0.00 4.89 0.58 0.16 76.97 17:04:50 16:48:01 3 19.59 0.00 4.96 0.66 0.17 74.62 17:04:50 16:48:01 4 24.82 0.00 4.37 0.42 0.14 70.25 17:04:50 16:48:01 5 17.12 0.00 5.83 8.27 0.12 68.65 17:04:50 16:48:01 6 19.24 0.00 4.28 1.31 0.12 75.05 17:04:50 16:48:01 7 21.50 0.00 5.28 4.29 0.17 68.76 17:04:50 16:49:01 all 18.54 0.00 3.50 1.27 0.12 76.57 17:04:50 16:49:01 0 18.45 0.00 4.71 0.03 0.13 76.68 17:04:50 16:49:01 1 18.42 0.00 3.17 1.58 0.15 76.68 17:04:50 16:49:01 2 19.32 0.00 3.49 0.02 0.12 77.05 17:04:50 16:49:01 3 17.61 0.00 2.69 0.10 0.12 79.47 17:04:50 16:49:01 4 18.45 0.00 3.22 0.07 0.12 78.14 17:04:50 16:49:01 5 18.13 0.00 3.38 3.06 0.10 75.33 17:04:50 16:49:01 6 18.80 0.00 3.92 5.18 0.13 71.97 17:04:50 16:49:01 7 19.16 0.00 3.43 0.12 0.12 77.18 17:04:50 16:50:01 all 0.03 0.00 0.02 0.01 0.01 99.93 17:04:50 16:50:01 0 0.13 0.00 0.02 0.00 0.02 99.83 17:04:50 16:50:01 1 0.02 0.00 0.02 0.08 0.02 99.87 17:04:50 16:50:01 2 0.00 0.00 0.02 0.00 0.00 99.98 17:04:50 16:50:01 3 0.03 0.00 0.02 0.00 0.02 99.93 17:04:50 16:50:01 4 0.02 0.00 0.02 0.00 0.00 99.97 17:04:50 16:50:01 5 0.02 0.00 0.02 0.02 0.00 99.95 17:04:50 16:50:01 6 0.03 0.00 0.02 0.00 0.02 99.93 17:04:50 16:50:01 7 0.00 0.00 0.02 0.00 0.00 99.98 17:04:50 16:51:01 all 0.02 0.00 0.01 0.01 0.00 99.95 17:04:50 16:51:01 0 0.00 0.00 0.03 0.00 0.00 99.97 17:04:50 16:51:01 1 0.02 0.00 0.00 0.00 0.00 99.98 17:04:50 16:51:01 2 0.03 0.00 0.02 0.00 0.00 99.95 17:04:50 16:51:01 3 0.02 0.00 0.02 0.00 0.02 99.95 17:04:50 16:51:01 4 0.00 0.00 0.00 0.00 0.00 100.00 17:04:50 16:51:01 5 0.02 0.00 0.00 0.05 0.02 99.92 17:04:50 16:51:01 6 0.05 0.00 0.02 0.02 0.00 99.92 17:04:50 16:51:01 7 0.03 0.00 0.02 0.00 0.00 99.95 17:04:50 16:52:01 all 2.03 0.00 1.32 0.56 0.02 96.08 17:04:50 16:52:01 0 1.25 0.00 2.15 0.47 0.03 96.10 17:04:50 16:52:01 1 2.74 0.00 1.37 1.60 0.03 94.26 17:04:50 16:52:01 2 1.34 0.00 0.82 0.45 0.02 97.38 17:04:50 16:52:01 3 1.59 0.00 0.80 0.02 0.02 97.57 17:04:50 16:52:01 4 2.42 0.00 0.85 0.27 0.02 96.44 17:04:50 16:52:01 5 1.40 0.00 2.52 0.23 0.02 95.83 17:04:50 16:52:01 6 3.74 0.00 1.20 1.02 0.02 94.02 17:04:50 16:52:01 7 1.74 0.00 0.84 0.38 0.03 97.01 17:04:50 16:53:01 all 0.08 0.00 0.06 0.02 0.01 99.83 17:04:50 16:53:01 0 0.03 0.00 0.05 0.02 0.00 99.90 17:04:50 16:53:01 1 0.13 0.00 0.08 0.07 0.00 99.72 17:04:50 16:53:01 2 0.05 0.00 0.03 0.00 0.02 99.90 17:04:50 16:53:01 3 0.27 0.00 0.08 0.00 0.02 99.63 17:04:50 16:53:01 4 0.02 0.00 0.07 0.00 0.02 99.90 17:04:50 16:53:01 5 0.07 0.00 0.03 0.02 0.00 99.88 17:04:50 16:53:01 6 0.05 0.00 0.07 0.03 0.03 99.82 17:04:50 16:53:01 7 0.03 0.00 0.03 0.00 0.02 99.92 17:04:50 16:54:01 all 0.01 0.00 0.01 0.01 0.00 99.98 17:04:50 16:54:01 0 0.00 0.00 0.00 0.00 0.00 100.00 17:04:50 16:54:01 1 0.00 0.00 0.00 0.05 0.00 99.95 17:04:50 16:54:01 2 0.00 0.00 0.02 0.00 0.00 99.98 17:04:50 16:54:01 3 0.00 0.00 0.02 0.00 0.00 99.98 17:04:50 16:54:01 4 0.02 0.00 0.00 0.00 0.00 99.98 17:04:50 16:54:01 5 0.00 0.00 0.00 0.00 0.00 100.00 17:04:50 16:54:01 6 0.03 0.00 0.02 0.00 0.02 99.93 17:04:50 16:54:01 7 0.00 0.00 0.00 0.00 0.00 100.00 17:04:50 16:55:01 all 0.08 0.00 0.01 0.01 0.01 99.90 17:04:50 16:55:01 0 0.00 0.00 0.00 0.00 0.00 100.00 17:04:50 16:55:01 1 0.03 0.00 0.00 0.03 0.00 99.93 17:04:50 16:55:01 2 0.00 0.00 0.00 0.00 0.00 100.00 17:04:50 16:55:01 3 0.62 0.00 0.03 0.00 0.02 99.33 17:04:50 16:55:01 4 0.00 0.00 0.00 0.00 0.02 99.98 17:04:50 16:55:01 5 0.00 0.00 0.02 0.00 0.02 99.97 17:04:50 16:55:01 6 0.02 0.00 0.00 0.02 0.02 99.95 17:04:50 16:55:01 7 0.00 0.00 0.00 0.00 0.00 100.00 17:04:50 16:56:01 all 0.27 0.00 0.01 0.00 0.01 99.71 17:04:50 16:56:01 0 0.00 0.00 0.02 0.00 0.00 99.98 17:04:50 16:56:01 1 0.03 0.00 0.00 0.03 0.00 99.93 17:04:50 16:56:01 2 0.02 0.00 0.00 0.00 0.02 99.97 17:04:50 16:56:01 3 1.99 0.00 0.00 0.00 0.00 98.01 17:04:50 16:56:01 4 0.02 0.00 0.02 0.00 0.00 99.97 17:04:50 16:56:01 5 0.02 0.00 0.00 0.00 0.00 99.98 17:04:50 16:56:01 6 0.03 0.00 0.02 0.00 0.03 99.92 17:04:50 16:56:01 7 0.02 0.00 0.02 0.00 0.00 99.97 17:04:50 16:57:01 all 0.39 0.00 0.05 0.02 0.01 99.52 17:04:50 16:57:01 0 0.28 0.00 0.07 0.00 0.02 99.63 17:04:50 16:57:01 1 1.17 0.00 0.02 0.03 0.02 98.77 17:04:50 16:57:01 2 0.47 0.00 0.05 0.05 0.00 99.43 17:04:50 16:57:01 3 0.72 0.00 0.07 0.03 0.02 99.17 17:04:50 16:57:01 4 0.18 0.00 0.03 0.00 0.00 99.78 17:04:50 16:57:01 5 0.03 0.00 0.05 0.02 0.00 99.90 17:04:50 16:57:01 6 0.00 0.00 0.08 0.00 0.02 99.90 17:04:50 16:57:01 7 0.30 0.00 0.07 0.00 0.02 99.62 17:04:50 16:58:01 all 0.04 0.00 0.02 0.01 0.01 99.92 17:04:50 16:58:01 0 0.02 0.00 0.02 0.00 0.00 99.97 17:04:50 16:58:01 1 0.05 0.00 0.02 0.05 0.00 99.88 17:04:50 16:58:01 2 0.03 0.00 0.02 0.00 0.00 99.95 17:04:50 16:58:01 3 0.18 0.00 0.07 0.00 0.02 99.73 17:04:50 16:58:01 4 0.00 0.00 0.00 0.00 0.02 99.98 17:04:50 16:58:01 5 0.02 0.00 0.00 0.00 0.05 99.93 17:04:50 16:58:01 6 0.03 0.00 0.03 0.00 0.02 99.92 17:04:50 16:58:01 7 0.02 0.00 0.00 0.00 0.00 99.98 17:04:50 17:04:50 16:58:01 CPU %user %nice %system %iowait %steal %idle 17:04:50 16:59:01 all 0.01 0.00 0.01 0.01 0.00 99.96 17:04:50 16:59:01 0 0.00 0.00 0.00 0.00 0.00 100.00 17:04:50 16:59:01 1 0.00 0.00 0.00 0.08 0.00 99.92 17:04:50 16:59:01 2 0.00 0.00 0.03 0.00 0.00 99.97 17:04:50 16:59:01 3 0.02 0.00 0.02 0.00 0.00 99.97 17:04:50 16:59:01 4 0.02 0.00 0.02 0.00 0.00 99.97 17:04:50 16:59:01 5 0.00 0.00 0.00 0.02 0.00 99.98 17:04:50 16:59:01 6 0.05 0.00 0.03 0.00 0.02 99.90 17:04:50 16:59:01 7 0.02 0.00 0.00 0.00 0.00 99.98 17:04:50 17:00:01 all 0.20 0.00 0.01 0.01 0.00 99.78 17:04:50 17:00:01 0 0.00 0.00 0.00 0.00 0.00 100.00 17:04:50 17:00:01 1 0.03 0.00 0.00 0.00 0.00 99.97 17:04:50 17:00:01 2 0.03 0.00 0.00 0.00 0.00 99.97 17:04:50 17:00:01 3 1.40 0.00 0.05 0.00 0.02 98.53 17:04:50 17:00:01 4 0.00 0.00 0.00 0.00 0.00 100.00 17:04:50 17:00:01 5 0.02 0.00 0.00 0.07 0.02 99.90 17:04:50 17:00:01 6 0.05 0.00 0.03 0.00 0.00 99.92 17:04:50 17:00:01 7 0.02 0.00 0.00 0.00 0.00 99.98 17:04:50 17:01:01 all 0.10 0.00 0.01 0.00 0.01 99.87 17:04:50 17:01:01 0 0.02 0.00 0.00 0.00 0.00 99.98 17:04:50 17:01:01 1 0.00 0.00 0.00 0.02 0.00 99.98 17:04:50 17:01:01 2 0.00 0.00 0.03 0.00 0.02 99.95 17:04:50 17:01:01 3 0.70 0.00 0.02 0.00 0.02 99.27 17:04:50 17:01:01 4 0.02 0.00 0.02 0.00 0.02 99.95 17:04:50 17:01:01 5 0.02 0.00 0.00 0.00 0.00 99.98 17:04:50 17:01:01 6 0.05 0.00 0.03 0.00 0.03 99.88 17:04:50 17:01:01 7 0.00 0.00 0.02 0.00 0.00 99.98 17:04:50 17:02:01 all 0.03 0.00 0.02 0.01 0.01 99.94 17:04:50 17:02:01 0 0.02 0.00 0.03 0.02 0.00 99.93 17:04:50 17:02:01 1 0.05 0.00 0.02 0.02 0.02 99.90 17:04:50 17:02:01 2 0.07 0.00 0.00 0.00 0.00 99.93 17:04:50 17:02:01 3 0.02 0.00 0.00 0.00 0.00 99.98 17:04:50 17:02:01 4 0.00 0.00 0.03 0.00 0.02 99.95 17:04:50 17:02:01 5 0.02 0.00 0.02 0.02 0.00 99.95 17:04:50 17:02:01 6 0.05 0.00 0.07 0.00 0.02 99.87 17:04:50 17:02:01 7 0.02 0.00 0.02 0.00 0.00 99.97 17:04:50 17:03:01 all 0.01 0.00 0.01 0.00 0.01 99.97 17:04:50 17:03:01 0 0.02 0.00 0.00 0.00 0.00 99.98 17:04:50 17:03:01 1 0.02 0.00 0.00 0.00 0.00 99.98 17:04:50 17:03:01 2 0.00 0.00 0.00 0.00 0.00 100.00 17:04:50 17:03:01 3 0.03 0.00 0.02 0.00 0.02 99.93 17:04:50 17:03:01 4 0.00 0.00 0.02 0.00 0.00 99.98 17:04:50 17:03:01 5 0.02 0.00 0.00 0.02 0.02 99.95 17:04:50 17:03:01 6 0.02 0.00 0.00 0.00 0.03 99.95 17:04:50 17:03:01 7 0.02 0.00 0.02 0.00 0.00 99.97 17:04:50 17:04:01 all 2.54 0.00 1.11 0.28 0.01 96.06 17:04:50 17:04:01 0 2.88 0.00 0.84 0.79 0.02 95.48 17:04:50 17:04:01 1 2.34 0.00 0.60 0.00 0.00 97.06 17:04:50 17:04:01 2 1.94 0.00 1.94 0.27 0.02 95.83 17:04:50 17:04:01 3 3.11 0.00 0.76 0.03 0.02 96.08 17:04:50 17:04:01 4 1.83 0.00 1.89 0.02 0.02 96.25 17:04:50 17:04:01 5 3.44 0.00 1.12 1.07 0.02 94.35 17:04:50 17:04:01 6 2.29 0.00 0.82 0.05 0.02 96.83 17:04:50 17:04:01 7 2.49 0.00 0.90 0.02 0.02 96.57 17:04:50 Average: all 2.57 0.00 0.63 0.27 0.02 96.50 17:04:50 Average: 0 2.56 0.00 0.69 0.16 0.02 96.57 17:04:50 Average: 1 2.61 0.00 0.60 0.41 0.02 96.36 17:04:50 Average: 2 2.35 0.00 0.66 0.08 0.02 96.90 17:04:50 Average: 3 2.77 0.00 0.55 0.05 0.03 96.60 17:04:50 Average: 4 2.75 0.00 0.61 0.04 0.02 96.58 17:04:50 Average: 5 2.32 0.00 0.75 0.73 0.02 96.17 17:04:50 Average: 6 2.57 0.00 0.61 0.44 0.03 96.34 17:04:50 Average: 7 2.61 0.00 0.61 0.27 0.02 96.48 17:04:50 17:04:50 17:04:50