Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 885eae74678cf4d2080c20723830999241b49b75 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-ssh12048705858316805393.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 33739fb647ab338ef2ce3bfc8312bfbcef468f88 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-ssh7166340369327957282.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 33739fb647ab338ef2ce3bfc8312bfbcef468f88 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-ssh17688097285350710341.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 33739fb647ab338ef2ce3bfc8312bfbcef468f88 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 33739fb647ab338ef2ce3bfc8312bfbcef468f88 # timeout=10 Commit message: "Merge pull request #447 from ernestojeda/fix-release-changelog" > 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-ssh688804312645843494.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-ssh9758899816236123424.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.21 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 All nodes of label ‘ubuntu20.04-docker-8c-8g’ are offline Running on prd-ubuntu20.04-docker-8c-8g-435 in /w/workspace/gexfoundry_go-mod-bootstrap_main [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/go-mod-bootstrap.git > git init /w/workspace/gexfoundry_go-mod-bootstrap_main # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 885eae74678cf4d2080c20723830999241b49b75 (main) Commit message: "Merge pull request #681 from edgexfoundry/dependabot/go_modules/github.com/openziti/sdk-golang-0.23.13" > git config core.sparsecheckout # timeout=10 > git checkout -f 885eae74678cf4d2080c20723830999241b49b75 # timeout=10 > git rev-list --no-walk 29e6be3fc9be9fbd702a2e04303cff05dbc064c4 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 09:24:08 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 09:24:08 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 09:24:08 ========================================================= 09:24:08 EdgeX Global Pipelines Version Info 09:24:08 ========================================================= [Pipeline] libraryResource [Pipeline] sh 09:24:09 ------------------- 09:24:09 stable info: 09:24:09 ------------------- 09:24:09 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 09:24:09 Commit SHA: 33739fb647ab338ef2ce3bfc8312bfbcef468f88 09:24:09 Message: update stable to v1.0.258 09:24:09 ------------------- 09:24:09 experimental info: 09:24:09 ------------------- 09:24:09 Commited By: **** collab-it+edgex@linuxfoundation.org 09:24:09 Commit SHA: 33739fb647ab338ef2ce3bfc8312bfbcef468f88 09:24:09 Message: update experimental to v1.0.258 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 09:24:09 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-bootstrap-settings [Pipeline] echo 09:24:10 [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-bootstrap [Pipeline] echo 09:24:10 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 09:24:10 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 09:24:10 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 09:24:10 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.21 [Pipeline] echo 09:24:10 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 09:24:10 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 09:24:10 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 09:24:10 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 09:24:10 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 09:24:10 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = go-mod-bootstrap [Pipeline] echo 09:24:10 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 09:24:10 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 09:24:10 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 09:24:10 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 09:24:10 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 09:24:10 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 09:24:10 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 09:24:10 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 09:24:10 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 09:24:10 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 09:24:10 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 09:24:10 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 09:24:10 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 09:24:10 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 09:24:10 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 09:24:10 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo 09:24:10 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo 09:24:10 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo 09:24:10 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 885eae74678cf4d2080c20723830999241b49b75 [Pipeline] echo 09:24:10 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 885eae7 [Pipeline] echo 09:24:10 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 09:24:11 + git rev-list -1 --merges 885eae74678cf4d2080c20723830999241b49b75~1..885eae74678cf4d2080c20723830999241b49b75 [Pipeline] echo 09:24:11 -----------> git rev-list -1 --merges 885eae74678cf4d2080c20723830999241b49b75~1..885eae74678cf4d2080c20723830999241b49b75 885eae74678cf4d2080c20723830999241b49b75 09:24:11 885eae74678cf4d2080c20723830999241b49b75 [false] [Pipeline] sh 09:24:11 + git log --format=format:%s -1 885eae74678cf4d2080c20723830999241b49b75 [Pipeline] echo 09:24:11 ========================================================= 09:24:11 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 09:24:11 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 09:24:11 + git log --format=format:%s -1 885eae74678cf4d2080c20723830999241b49b75 [Pipeline] echo 09:24:11 [semverPrep] GIT_COMMIT: 885eae74678cf4d2080c20723830999241b49b75, Commit Message: Merge pull request #681 from edgexfoundry/dependabot/go_modules/github.com/openziti/sdk-golang-0.23.13 [Pipeline] echo 09:24:11 [semverPrep] This is not a build commit. [Pipeline] sh 09:24:12 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 09:24:12 + grep -v github /etc/ssh/ssh_known_hosts 09:24:12 + [ -e /tmp/ssh_known_hosts ] 09:24:12 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 09:24:12 + echo+ github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 09:24:12 sudo tee -a /etc/ssh/ssh_known_hosts 09:24:12 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:24:12 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 09:24:12 09:24:12 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:24:13 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 09:24:13 0.1.4: Pulling from edgex-devops/py-git-semver 09:24:13 b85a868b505f: Pulling fs layer 09:24:13 e2be974225ed: Pulling fs layer 09:24:13 339a4e72a1f5: Pulling fs layer 09:24:13 988bab9f4d93: Pulling fs layer 09:24:13 1469e6f7b9e6: Pulling fs layer 09:24:13 eaf3925da568: Pulling fs layer 09:24:13 bab4dde63d76: Pulling fs layer 09:24:13 bde34c3a00c8: Pulling fs layer 09:24:13 b352a97aabf1: Pulling fs layer 09:24:13 4872d77fe225: Pulling fs layer 09:24:13 5851b861e8e6: Pulling fs layer 09:24:13 988bab9f4d93: Waiting 09:24:13 b352a97aabf1: Waiting 09:24:13 4872d77fe225: Waiting 09:24:13 eaf3925da568: Waiting 09:24:13 5851b861e8e6: Waiting 09:24:13 bab4dde63d76: Waiting 09:24:13 bde34c3a00c8: Waiting 09:24:13 1469e6f7b9e6: Waiting 09:24:13 e2be974225ed: Verifying Checksum 09:24:13 e2be974225ed: Download complete 09:24:13 988bab9f4d93: Verifying Checksum 09:24:13 988bab9f4d93: Download complete 09:24:13 1469e6f7b9e6: Verifying Checksum 09:24:13 1469e6f7b9e6: Download complete 09:24:13 eaf3925da568: Verifying Checksum 09:24:13 eaf3925da568: Download complete 09:24:13 339a4e72a1f5: Verifying Checksum 09:24:13 339a4e72a1f5: Download complete 09:24:13 bde34c3a00c8: Download complete 09:24:13 b352a97aabf1: Verifying Checksum 09:24:13 b352a97aabf1: Download complete 09:24:13 4872d77fe225: Verifying Checksum 09:24:13 4872d77fe225: Download complete 09:24:13 5851b861e8e6: Verifying Checksum 09:24:13 5851b861e8e6: Download complete 09:24:13 b85a868b505f: Verifying Checksum 09:24:13 b85a868b505f: Download complete 09:24:13 bab4dde63d76: Verifying Checksum 09:24:13 bab4dde63d76: Download complete 09:24:15 b85a868b505f: Pull complete 09:24:15 e2be974225ed: Pull complete 09:24:15 339a4e72a1f5: Pull complete 09:24:15 988bab9f4d93: Pull complete 09:24:15 1469e6f7b9e6: Pull complete 09:24:15 eaf3925da568: Pull complete 09:24:17 bab4dde63d76: Pull complete 09:24:17 bde34c3a00c8: Pull complete 09:24:18 b352a97aabf1: Pull complete 09:24:18 4872d77fe225: Pull complete 09:24:18 5851b861e8e6: Pull complete 09:24:18 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 09:24:18 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 09:24:18 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 09:24:18 prd-ubuntu20.04-docker-8c-8g-435 does not seem to be running inside a container 09:24:18 $ 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 09:24:23 $ docker top c64c4857529ab4f8942d5cde6dbdbe830ebabb85f86ecc2efe5e6866c180d953 -eo pid,comm 09:24:23 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). 09:24:23 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 09:24:23 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 09:24:23 [ssh-agent] Looking for ssh-agent implementation... 09:24:23 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 09:24:23 $ docker exec c64c4857529ab4f8942d5cde6dbdbe830ebabb85f86ecc2efe5e6866c180d953 ssh-agent 09:24:23 SSH_AUTH_SOCK=/tmp/ssh-q5qboXUJ5YBw/agent.33 09:24:23 SSH_AGENT_PID=39 09:24:23 Running ssh-add (command line suppressed) 09:24:23 Identity added: /w/workspace/gexfoundry_go-mod-bootstrap_main@tmp/private_key_14141865388906760971.key (/w/workspace/gexfoundry_go-mod-bootstrap_main@tmp/private_key_14141865388906760971.key) 09:24:23 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 09:24:24 + git tag --points-at HEAD [Pipeline] } 09:24:24 $ docker exec --env ******** --env ******** c64c4857529ab4f8942d5cde6dbdbe830ebabb85f86ecc2efe5e6866c180d953 ssh-agent -k 09:24:24 unset SSH_AUTH_SOCK; 09:24:24 unset SSH_AGENT_PID; 09:24:24 echo Agent pid 39 killed; 09:24:24 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 09:24:24 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 09:24:24 [ssh-agent] Looking for ssh-agent implementation... 09:24:24 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 09:24:24 $ docker exec c64c4857529ab4f8942d5cde6dbdbe830ebabb85f86ecc2efe5e6866c180d953 ssh-agent 09:24:24 SSH_AUTH_SOCK=/tmp/ssh-N5SB6IqiA2YP/agent.72 09:24:24 SSH_AGENT_PID=78 09:24:24 Running ssh-add (command line suppressed) 09:24:24 Identity added: /w/workspace/gexfoundry_go-mod-bootstrap_main@tmp/private_key_2890741564216300214.key (/w/workspace/gexfoundry_go-mod-bootstrap_main@tmp/private_key_2890741564216300214.key) 09:24:24 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 09:24:24 + git semver init 09:24:25 2024-03-20 09:24:25,034 [run_init] DEBUG init version:0.0.0 force:False 09:24:25 2024-03-20 09:24:25,035 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/gexfoundry_go-mod-bootstrap_main/.semver 09:24:25 2024-03-20 09:24:25,036 [execute] INFO git clone -b semver git@github.com:edgexfoundry/go-mod-bootstrap.git /w/workspace/gexfoundry_go-mod-bootstrap_main/.semver 09:24:25 2024-03-20 09:24:25,036 [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) 09:24:26 2024-03-20 09:24:26,245 [append_file] DEBUG append to file:/w/workspace/gexfoundry_go-mod-bootstrap_main/.git/info/exclude 09:24:26 2024-03-20 09:24:26,246 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/gexfoundry_go-mod-bootstrap_main/.semver/main with force:False 09:24:26 2024-03-20 09:24:26,246 [read_version] DEBUG read version from /w/workspace/gexfoundry_go-mod-bootstrap_main/.semver/main 09:24:26 2024-03-20 09:24:26,246 [read_version] DEBUG read version from /w/workspace/gexfoundry_go-mod-bootstrap_main/.semver/main 09:24:26 3.2.0-dev.27 [Pipeline] } 09:24:26 $ docker exec --env ******** --env ******** c64c4857529ab4f8942d5cde6dbdbe830ebabb85f86ecc2efe5e6866c180d953 ssh-agent -k 09:24:26 unset SSH_AUTH_SOCK; 09:24:26 unset SSH_AGENT_PID; 09:24:26 echo Agent pid 78 killed; 09:24:26 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 09:24:26 + git semver [Pipeline] } 09:24:27 $ docker stop --time=1 c64c4857529ab4f8942d5cde6dbdbe830ebabb85f86ecc2efe5e6866c180d953 09:24:28 $ docker rm -f --volumes c64c4857529ab4f8942d5cde6dbdbe830ebabb85f86ecc2efe5e6866c180d953 [Pipeline] // withDockerContainer [Pipeline] sh 09:24:28 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 09:24:29 Stashed 1 file(s) [Pipeline] echo 09:24:29 [edgeXSemver]: initialized semver on version 3.2.0-dev.27 [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 09:24:29 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 09:24:29 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 09:24:29 ========================================================= 09:24:29 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine] 09:24:29 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] sh 09:24:29 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine 09:24:29 1.21-alpine: Pulling from edgex-devops/edgex-golang-base 09:24:29 7264a8db6415: Pulling fs layer 09:24:29 c4d48a809fc2: Pulling fs layer 09:24:29 4f1c88b9dad5: Pulling fs layer 09:24:29 ad3a456e5733: Pulling fs layer 09:24:29 69c7f0334f64: Pulling fs layer 09:24:29 1f1c1a5573a3: Pulling fs layer 09:24:29 ce7588e14bc9: Pulling fs layer 09:24:29 b5e4710f87ac: Pulling fs layer 09:24:29 ad3a456e5733: Waiting 09:24:29 69c7f0334f64: Waiting 09:24:29 1f1c1a5573a3: Waiting 09:24:29 ce7588e14bc9: Waiting 09:24:29 b5e4710f87ac: Waiting 09:24:29 c4d48a809fc2: Download complete 09:24:29 ad3a456e5733: Verifying Checksum 09:24:29 ad3a456e5733: Download complete 09:24:29 69c7f0334f64: Verifying Checksum 09:24:29 69c7f0334f64: Download complete 09:24:29 7264a8db6415: Verifying Checksum 09:24:29 7264a8db6415: Download complete 09:24:29 1f1c1a5573a3: Verifying Checksum 09:24:29 1f1c1a5573a3: Download complete 09:24:29 7264a8db6415: Pull complete 09:24:29 b5e4710f87ac: Verifying Checksum 09:24:29 b5e4710f87ac: Download complete 09:24:30 c4d48a809fc2: Pull complete 09:24:30 4f1c88b9dad5: Verifying Checksum 09:24:30 4f1c88b9dad5: Download complete 09:24:30 ce7588e14bc9: Verifying Checksum 09:24:30 ce7588e14bc9: Download complete 09:24:33 4f1c88b9dad5: Pull complete 09:24:33 ad3a456e5733: Pull complete 09:24:33 69c7f0334f64: Pull complete 09:24:33 1f1c1a5573a3: Pull complete 09:24:36 ce7588e14bc9: Pull complete 09:24:36 b5e4710f87ac: Pull complete 09:24:36 Digest: sha256:f80dd7bb8fdf010369d5adb4058a62695265b22e897ca6aac7b42af84fdce50e 09:24:36 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine 09:24:36 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine [Pipeline] sh 09:24:36 + docker tag nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine ci-base-image-x86_64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:24:37 + docker inspect -f . ci-base-image-x86_64 09:24:37 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 09:24:37 prd-ubuntu20.04-docker-8c-8g-435 does not seem to be running inside a container 09:24:37 $ 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 09:24:44 Still waiting to schedule task 09:24:44 All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline 09:24:44 $ docker top 4f5aec9743a7375e18ab021ab81344e0846edae1571ffaab3162362d1add0a2e -eo pid,comm [Pipeline] { [Pipeline] sh 09:24:44 + go version 09:24:44 go version go1.21.0 linux/amd64 [Pipeline] } 09:24:44 $ docker stop --time=1 4f5aec9743a7375e18ab021ab81344e0846edae1571ffaab3162362d1add0a2e 09:24:48 $ docker rm -f --volumes 4f5aec9743a7375e18ab021ab81344e0846edae1571ffaab3162362d1add0a2e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:24:49 + docker inspect -f . ci-base-image-x86_64 09:24:49 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 09:24:49 prd-ubuntu20.04-docker-8c-8g-435 does not seem to be running inside a container 09:24: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 09:24:51 $ docker top 250183409b1e82c6d88ef4a868e89d08aee9bddd1aa58df24274ed3883c06677 -eo pid,comm [Pipeline] { [Pipeline] sh 09:24:51 + git config --global --add safe.directory /w/workspace/gexfoundry_go-mod-bootstrap_main [Pipeline] fileExists [Pipeline] sh 09:24:51 + make test 09:24:51 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 09:24:51 go: downloading github.com/eclipse/paho.mqtt.golang v1.4.3 09:24:51 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v3 v3.2.0-dev.13 09:24:51 go: downloading github.com/edgexfoundry/go-mod-messaging/v3 v3.2.0-dev.14 09:24:52 go: downloading github.com/edgexfoundry/go-mod-registry/v3 v3.2.0-dev.3 09:24:52 go: downloading github.com/google/uuid v1.6.0 09:24:52 go: downloading github.com/labstack/echo/v4 v4.11.4 09:24:52 go: downloading github.com/openziti/sdk-golang v0.23.13 09:24:52 go: downloading github.com/edgexfoundry/go-mod-configuration/v3 v3.2.0-dev.3 09:24:52 go: downloading github.com/mitchellh/copystructure v1.2.0 09:24:52 go: downloading github.com/stretchr/testify v1.9.0 09:24:52 go: downloading gopkg.in/yaml.v3 v3.0.1 09:24:52 go: downloading github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 09:24:52 go: downloading github.com/hashicorp/go-multierror v1.1.1 09:24:52 go: downloading github.com/edgexfoundry/go-mod-secrets/v3 v3.2.0-dev.5 09:24:52 go: downloading github.com/mitchellh/mapstructure v1.5.0 09:24:52 go: downloading github.com/sirupsen/logrus v1.9.3 09:24:53 go: downloading github.com/gorilla/websocket v1.5.1 09:24:53 go: downloading golang.org/x/net v0.22.0 09:24:53 go: downloading golang.org/x/sync v0.6.0 09:24:53 go: downloading github.com/fxamacker/cbor/v2 v2.6.0 09:24:53 go: downloading github.com/go-kit/log v0.2.1 09:24:53 go: downloading github.com/go-playground/validator/v10 v10.19.0 09:24:53 go: downloading github.com/mitchellh/reflectwalk v1.0.2 09:24:53 go: downloading github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc 09:24:53 go: downloading github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 09:24:53 go: downloading github.com/stretchr/objx v0.5.2 09:24:53 go: downloading github.com/labstack/gommon v0.4.2 09:24:53 go: downloading golang.org/x/crypto v0.21.0 09:24:53 go: downloading github.com/golang-jwt/jwt v3.2.2+incompatible 09:24:53 go: downloading github.com/valyala/fasttemplate v1.2.2 09:24:53 go: downloading golang.org/x/time v0.5.0 09:24:53 go: downloading github.com/hashicorp/errwrap v1.1.0 09:24:53 go: downloading github.com/go-openapi/runtime v0.28.0 09:24:53 go: downloading github.com/go-openapi/strfmt v0.23.0 09:24:53 go: downloading github.com/go-resty/resty/v2 v2.12.0 09:24:53 go: downloading github.com/golang-jwt/jwt/v5 v5.2.0 09:24:53 go: downloading github.com/michaelquigley/pfxlog v0.6.10 09:24:53 go: downloading github.com/openziti/edge-api v0.26.13 09:24:54 go: downloading github.com/openziti/foundation/v2 v2.0.39 09:24:54 go: downloading github.com/openziti/identity v1.0.72 09:24:54 go: downloading github.com/zitadel/oidc/v2 v2.12.0 09:24:54 go: downloading github.com/pkg/errors v0.9.1 09:24:54 go: downloading golang.org/x/oauth2 v0.16.0 09:24:54 go: downloading github.com/cenkalti/backoff/v4 v4.2.1 09:24:54 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 09:24:54 go: downloading github.com/kataras/go-events v0.0.3 09:24:54 go: downloading github.com/openziti/channel/v2 v2.0.121 09:24:54 go: downloading github.com/openziti/metrics v1.2.47 09:24:54 go: downloading github.com/openziti/secretstream v0.1.17 09:24:54 go: downloading github.com/openziti/transport/v2 v2.0.124 09:24:55 go: downloading golang.org/x/exp v0.0.0-20230817173708-d852ddb80c63 09:24:55 go: downloading github.com/orcaman/concurrent-map/v2 v2.0.1 09:24:55 go: downloading golang.org/x/sys v0.18.0 09:24:55 go: downloading github.com/spiffe/go-spiffe/v2 v2.1.7 09:24:55 go: downloading github.com/go-redis/redis/v7 v7.3.0 09:24:55 go: downloading github.com/hashicorp/consul/api v1.27.0 09:24:56 go: downloading github.com/go-logfmt/logfmt v0.5.1 09:24:56 go: downloading github.com/x448/float16 v0.8.4 09:24:56 go: downloading github.com/gabriel-vasile/mimetype v1.4.3 09:24:56 go: downloading github.com/go-playground/universal-translator v0.18.1 09:24:56 go: downloading github.com/leodido/go-urn v1.4.0 09:24:56 go: downloading golang.org/x/text v0.14.0 09:24:56 go: downloading github.com/valyala/bytebufferpool v1.0.0 09:24:56 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 09:24:56 go: downloading github.com/mattn/go-colorable v0.1.13 09:24:56 go: downloading github.com/mattn/go-isatty v0.0.20 09:24:56 go: downloading github.com/go-openapi/errors v0.22.0 09:24:56 go: downloading github.com/go-openapi/swag v0.23.0 09:24:56 go: downloading github.com/opentracing/opentracing-go v1.2.0 09:24:56 go: downloading go.opentelemetry.io/otel v1.24.0 09:24:56 go: downloading go.opentelemetry.io/otel/trace v1.24.0 09:24:56 go: downloading github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2 09:24:56 go: downloading github.com/oklog/ulid v1.3.1 09:24:56 go: downloading go.mongodb.org/mongo-driver v1.14.0 09:24:56 go: downloading github.com/mgutz/ansi v0.0.0-20200706080929-d51e80ef957d 09:24:56 go: downloading github.com/fullsailor/pkcs7 v0.0.0-20190404230743-d7302db945fa 09:24:56 go: downloading github.com/go-openapi/validate v0.24.0 09:24:56 go: downloading gopkg.in/square/go-jose.v2 v2.6.0 09:24:56 go: downloading github.com/gorilla/securecookie v1.1.1 09:24:56 go: downloading github.com/speps/go-hashids v2.0.0+incompatible 09:24:57 go: downloading github.com/golang/protobuf v1.5.3 09:24:57 go: downloading google.golang.org/protobuf v1.33.0 09:24:57 go: downloading github.com/gorilla/schema v1.2.0 09:24:57 go: downloading github.com/muhlemmer/gu v0.3.1 09:24:57 go: downloading github.com/mitchellh/go-ps v1.0.0 09:24:57 go: downloading github.com/shirou/gopsutil/v3 v3.24.1 09:24:57 go: downloading github.com/fsnotify/fsnotify v1.7.0 09:24:57 go: downloading github.com/zeebo/errs v1.3.0 09:24:57 go: downloading google.golang.org/grpc v1.60.1 09:24:57 go: downloading github.com/hashicorp/go-cleanhttp v0.5.2 09:24:57 go: downloading github.com/hashicorp/go-hclog v1.5.0 09:24:57 go: downloading github.com/hashicorp/go-rootcerts v1.0.2 09:24:57 go: downloading github.com/hashicorp/serf v0.10.1 09:24:57 go: downloading github.com/go-playground/locales v0.14.1 09:24:57 go: downloading github.com/go-openapi/analysis v0.23.0 09:24:57 go: downloading github.com/go-openapi/loads v0.22.0 09:24:57 go: downloading github.com/go-openapi/spec v0.21.0 09:24:57 go: downloading github.com/mailru/easyjson v0.7.7 09:24:57 go: downloading github.com/go-logr/logr v1.4.1 09:24:57 go: downloading go.opentelemetry.io/otel/metric v1.24.0 09:24:57 go: downloading golang.org/x/term v0.18.0 09:24:57 go: downloading github.com/go-openapi/jsonpointer v0.21.0 09:24:57 go: downloading github.com/go-jose/go-jose/v3 v3.0.3 09:24:57 go: downloading github.com/tklauser/go-sysconf v0.3.12 09:24:58 go: downloading github.com/fatih/color v1.14.1 09:24:58 go: downloading github.com/armon/go-metrics v0.4.1 09:24:58 go: downloading google.golang.org/genproto/googleapis/rpc v0.0.0-20231016165738-49dd2c1f3d0b 09:24:58 go: downloading github.com/go-logr/stdr v1.2.2 09:24:58 go: downloading github.com/josharian/intern v1.0.0 09:24:58 go: downloading github.com/parallaxsecond/parsec-client-go v0.0.0-20221025095442-f0a77d263cf9 09:24:58 go: downloading github.com/go-openapi/jsonreference v0.21.0 09:24:58 go: downloading github.com/tklauser/numcpus v0.6.1 09:24:58 go: downloading github.com/hashicorp/go-immutable-radix v1.3.1 09:24:58 go: downloading github.com/hashicorp/golang-lru v0.5.4 09:25:13 ? github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap [no test files] 09:25:13 ? github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/container [no test files] 09:25:31 ? github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/interfaces [no test files] 09:25:31 ? github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/interfaces/mocks [no test files] 09:25:31 ? github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/startup [no test files] 09:25:31 ? github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/zerotrust [no test files] 09:25:32 ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/config 20.042s coverage: 35.9% of statements 09:25:32 ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/controller 0.024s coverage: 93.5% of statements 09:25:32 ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/environment 0.017s coverage: 91.9% of statements 09:25:32 ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/file 0.291s coverage: 88.2% of statements 09:25:32 ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/flags 0.003s coverage: 84.4% of statements 09:25:32 ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/handlers 2.035s coverage: 41.5% of statements 09:25:32 ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/messaging 0.021s coverage: 100.0% of statements 09:25:32 ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/metrics 0.348s coverage: 87.7% of statements 09:25:32 ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/registration 0.017s coverage: 26.3% of statements 09:25:32 ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/secret 3.043s coverage: 76.3% of statements 09:25:32 ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/utils 0.007s coverage: 50.9% of statements 09:25:32 ok github.com/edgexfoundry/go-mod-bootstrap/v3/config 0.011s coverage: 31.2% of statements 09:25:32 ok github.com/edgexfoundry/go-mod-bootstrap/v3/di 0.004s coverage: 91.3% of statements 09:25:45 CGO_ENABLED=1 GO111MODULE=on go vet ./... 09:25:49 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 09:25:49 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [Pipeline] echo 09:25:49 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] } 09:25:49 $ docker stop --time=1 250183409b1e82c6d88ef4a868e89d08aee9bddd1aa58df24274ed3883c06677 09:25:52 $ docker rm -f --volumes 250183409b1e82c6d88ef4a868e89d08aee9bddd1aa58df24274ed3883c06677 [Pipeline] // withDockerContainer [Pipeline] sh 09:25:53 + sudo chown -R jenkins:jenkins . [Pipeline] stash 09:25:53 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 09:25:54 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 09:25:54 09:25:54 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:25:54 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 09:25:54 latest: Pulling from edgex-lftools-log-publisher 09:25:54 5eb5b503b376: Pulling fs layer 09:25:54 5c69ac0246d0: Pulling fs layer 09:25:54 ec43610c2a17: Pulling fs layer 09:25:54 3a2ae6a8a46f: Pulling fs layer 09:25:54 33b1e0a273af: Pulling fs layer 09:25:54 5d3b04190fa2: Pulling fs layer 09:25:54 2f39f015ded8: Pulling fs layer 09:25:54 2f39f015ded8: Waiting 09:25:54 5d3b04190fa2: Waiting 09:25:54 5c69ac0246d0: Download complete 09:25:54 3a2ae6a8a46f: Verifying Checksum 09:25:54 3a2ae6a8a46f: Download complete 09:25:54 33b1e0a273af: Verifying Checksum 09:25:54 33b1e0a273af: Download complete 09:25:54 5d3b04190fa2: Verifying Checksum 09:25:54 5d3b04190fa2: Download complete 09:25:54 ec43610c2a17: Verifying Checksum 09:25:54 ec43610c2a17: Download complete 09:25:55 5eb5b503b376: Verifying Checksum 09:25:55 5eb5b503b376: Download complete 09:25:55 2f39f015ded8: Download complete 09:25:56 5eb5b503b376: Pull complete 09:25:56 5c69ac0246d0: Pull complete 09:25:57 ec43610c2a17: Pull complete 09:25:57 3a2ae6a8a46f: Pull complete 09:25:57 33b1e0a273af: Pull complete 09:25:57 5d3b04190fa2: Pull complete 09:26:07 2f39f015ded8: Pull complete 09:26:07 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 09:26:07 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 09:26:07 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 09:26:07 prd-ubuntu20.04-docker-8c-8g-435 does not seem to be running inside a container 09:26:08 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/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 09:26:13 Running on prd-ubuntu20.04-docker-arm64-4c-16g-436 in /w/workspace/gexfoundry_go-mod-bootstrap_main 09:26:17 $ docker top c243fc6d25c662481b98d84c806fec3aef1ccd4e75894c1ea3695e634a1c19e4 -eo pid,comm [Pipeline] { [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [Pipeline] ws 09:26:18 Running in /w/workspace/go-mod-bootstrap/274 [Pipeline] { [Pipeline] checkout 09:26:18 The recommended git tool is: git 09:26:18 ---> job-cost.sh 09:26:18 lf-activate-venv: SKIPPING 09:26:18 INFO: No Stack... 09:26:18 INFO: Retrieving Pricing Info for: v3-standard-8 09:26:19 INFO: Archiving Costs [Pipeline] sh 09:26:19 + cat /w/workspace/gexfoundry_go-mod-bootstrap_main/archives/cost.csv 09:26:19 + cut -d, -f6 [Pipeline] lock 09:26:19 Trying to acquire lock on [jenkins-edgexfoundry-go-mod-bootstrap-main-274-stack-cost] 09:26:19 Resource [jenkins-edgexfoundry-go-mod-bootstrap-main-274-stack-cost] did not exist. Created. 09:26:19 Lock acquired on [jenkins-edgexfoundry-go-mod-bootstrap-main-274-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 09:26:19 + echo total: 0.2199999988079071 [Pipeline] stash 09:26:19 Stashed 1 file(s) [Pipeline] } 09:26:19 Lock released on resource [jenkins-edgexfoundry-go-mod-bootstrap-main-274-stack-cost] [Pipeline] // lock [Pipeline] } 09:26:19 $ docker stop --time=1 c243fc6d25c662481b98d84c806fec3aef1ccd4e75894c1ea3695e634a1c19e4 09:26:21 $ docker rm -f --volumes c243fc6d25c662481b98d84c806fec3aef1ccd4e75894c1ea3695e634a1c19e4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 09:26:22 using credential edgex-jenkins-ssh 09:26:22 Cloning the remote Git repository 09:26:22 Cloning repository git@github.com:edgexfoundry/go-mod-bootstrap.git 09:26:23 > git init /w/workspace/go-mod-bootstrap/274 # timeout=10 09:26:23 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git 09:26:23 > git --version # timeout=10 09:26:23 > git --version # 'git version 2.25.1' 09:26:23 using GIT_SSH to set credentials SSH Credentials for GitHub 09:26:23 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/*:refs/remotes/origin/* # timeout=10 09:26:25 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 09:26:25 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 09:26:26 Avoid second fetch 09:26:26 Checking out Revision 885eae74678cf4d2080c20723830999241b49b75 (main) 09:26:26 > git config core.sparsecheckout # timeout=10 09:26:26 > git checkout -f 885eae74678cf4d2080c20723830999241b49b75 # timeout=10 09:26:27 Commit message: "Merge pull request #681 from edgexfoundry/dependabot/go_modules/github.com/openziti/sdk-golang-0.23.13" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 09:26:31 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 09:26:31 % Total % Received % Xferd Average Speed Time Time Time Current 09:26:31 Dload Upload Total Spent Left Speed 09:26:31 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12828 100 12828 0 0 114k 0 --:--:-- --:--:-- --:--:-- 114k [Pipeline] sh 09:26:31 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 09:26:32 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 09:26:32 + sudo tee /etc/docker/daemon.new 09:26:32 { 09:26:32 "registry-mirrors": [ 09:26:32 "https://nexus3.edgexfoundry.org:10001" 09:26:32 ], 09:26:32 "bip": "10.250.0.254/24", 09:26:32 "hosts": [ 09:26:32 "tcp://0.0.0.0:5555", 09:26:32 "unix:///var/run/docker.sock" 09:26:32 ], 09:26:32 "mtu": 1458, 09:26:32 "selinux-enabled": true, 09:26:32 "seccomp-profile": "/etc/docker/seccomp.json" 09:26:32 } [Pipeline] sh 09:26:32 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 09:26:32 + sudo service docker restart [Pipeline] unstash [Pipeline] echo 09:26:51 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 09:26:51 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 09:26:51 ========================================================= 09:26:51 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine] 09:26:51 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] sh 09:26:51 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine 09:26:52 1.21-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 09:26:52 9fda8d8052c6: Pulling fs layer 09:26:52 5d54e960e981: Pulling fs layer 09:26:52 c4a7e357bf2a: Pulling fs layer 09:26:52 f0e02332f6b5: Pulling fs layer 09:26:52 872ee5b61b7b: Pulling fs layer 09:26:52 0c6a40ed1a82: Pulling fs layer 09:26:52 94ae7d8d031c: Pulling fs layer 09:26:52 872ee5b61b7b: Waiting 09:26:52 0c6a40ed1a82: Waiting 09:26:52 94ae7d8d031c: Waiting 09:26:52 f0e02332f6b5: Waiting 09:26:52 5d54e960e981: Verifying Checksum 09:26:52 5d54e960e981: Download complete 09:26:52 f0e02332f6b5: Verifying Checksum 09:26:52 f0e02332f6b5: Download complete 09:26:52 872ee5b61b7b: Download complete 09:26:52 9fda8d8052c6: Verifying Checksum 09:26:52 9fda8d8052c6: Download complete 09:26:52 94ae7d8d031c: Verifying Checksum 09:26:52 94ae7d8d031c: Download complete 09:26:53 9fda8d8052c6: Pull complete 09:26:53 5d54e960e981: Pull complete 09:26:54 c4a7e357bf2a: Verifying Checksum 09:26:54 c4a7e357bf2a: Download complete 09:26:54 0c6a40ed1a82: Verifying Checksum 09:26:54 0c6a40ed1a82: Download complete 09:27:07 c4a7e357bf2a: Pull complete 09:27:07 f0e02332f6b5: Pull complete 09:27:07 872ee5b61b7b: Pull complete 09:27:15 0c6a40ed1a82: Pull complete 09:27:17 94ae7d8d031c: Pull complete 09:27:17 Digest: sha256:bced28d2139e98291f6f5222245e06760ce829f55f75386c6c13bfabca1016f1 09:27:17 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine 09:27:17 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine [Pipeline] sh 09:27:17 + docker tag nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine ci-base-image-arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:27:18 + docker inspect -f . ci-base-image-arm64 09:27:18 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 09:27:18 prd-ubuntu20.04-docker-arm64-4c-16g-436 does not seem to be running inside a container 09:27:18 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-bootstrap/274 -v /w/workspace/go-mod-bootstrap/274:/w/workspace/go-mod-bootstrap/274:rw,z -v /w/workspace/go-mod-bootstrap/274@tmp:/w/workspace/go-mod-bootstrap/274@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 09:27:21 $ docker top 03f74a48ade97596a90c75e1d34e2d813f129f797a7096d587c1548d52dea485 -eo pid,comm [Pipeline] { [Pipeline] sh 09:27:22 + go version 09:27:22 go version go1.21.0 linux/arm64 [Pipeline] } 09:27:22 $ docker stop --time=1 03f74a48ade97596a90c75e1d34e2d813f129f797a7096d587c1548d52dea485 09:27:23 $ docker rm -f --volumes 03f74a48ade97596a90c75e1d34e2d813f129f797a7096d587c1548d52dea485 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:27:24 + docker inspect -f . ci-base-image-arm64 09:27:24 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 09:27:24 prd-ubuntu20.04-docker-arm64-4c-16g-436 does not seem to be running inside a container 09:27:24 $ 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/274 -v /w/workspace/go-mod-bootstrap/274:/w/workspace/go-mod-bootstrap/274:rw,z -v /w/workspace/go-mod-bootstrap/274@tmp:/w/workspace/go-mod-bootstrap/274@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 09:27:25 $ docker top 3b43f40803994d818c22f0c2187bd85b34835dda6a7ee9edeeafd0ea64d3d225 -eo pid,comm [Pipeline] { [Pipeline] sh 09:27:26 + git config --global --add safe.directory /w/workspace/go-mod-bootstrap/274 [Pipeline] fileExists [Pipeline] sh 09:27:26 + make test 09:27:27 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 09:27:27 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v3 v3.2.0-dev.13 09:27:27 go: downloading github.com/edgexfoundry/go-mod-registry/v3 v3.2.0-dev.3 09:27:27 go: downloading github.com/labstack/echo/v4 v4.11.4 09:27:27 go: downloading github.com/mitchellh/mapstructure v1.5.0 09:27:27 go: downloading github.com/google/uuid v1.6.0 09:27:27 go: downloading github.com/stretchr/testify v1.9.0 09:27:27 go: downloading github.com/edgexfoundry/go-mod-configuration/v3 v3.2.0-dev.3 09:27:27 go: downloading github.com/eclipse/paho.mqtt.golang v1.4.3 09:27:27 go: downloading github.com/edgexfoundry/go-mod-messaging/v3 v3.2.0-dev.14 09:27:27 go: downloading github.com/edgexfoundry/go-mod-secrets/v3 v3.2.0-dev.5 09:27:28 go: downloading github.com/mitchellh/copystructure v1.2.0 09:27:28 go: downloading gopkg.in/yaml.v3 v3.0.1 09:27:28 go: downloading github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 09:27:28 go: downloading github.com/openziti/sdk-golang v0.23.13 09:27:28 go: downloading github.com/hashicorp/go-multierror v1.1.1 09:27:28 go: downloading github.com/sirupsen/logrus v1.9.3 09:27:28 go: downloading github.com/go-kit/log v0.2.1 09:27:28 go: downloading github.com/go-playground/validator/v10 v10.19.0 09:27:28 go: downloading github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc 09:27:28 go: downloading github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 09:27:28 go: downloading github.com/labstack/gommon v0.4.2 09:27:28 go: downloading golang.org/x/crypto v0.21.0 09:27:29 go: downloading golang.org/x/net v0.22.0 09:27:29 go: downloading github.com/gorilla/websocket v1.5.1 09:27:29 go: downloading golang.org/x/sync v0.6.0 09:27:29 go: downloading github.com/spiffe/go-spiffe/v2 v2.1.7 09:27:30 go: downloading github.com/mitchellh/reflectwalk v1.0.2 09:27:30 go: downloading github.com/stretchr/objx v0.5.2 09:27:30 go: downloading github.com/fxamacker/cbor/v2 v2.6.0 09:27:30 go: downloading github.com/golang-jwt/jwt v3.2.2+incompatible 09:27:30 go: downloading github.com/valyala/fasttemplate v1.2.2 09:27:30 go: downloading golang.org/x/time v0.5.0 09:27:30 go: downloading github.com/hashicorp/errwrap v1.1.0 09:27:30 go: downloading github.com/go-openapi/runtime v0.28.0 09:27:30 go: downloading github.com/go-openapi/strfmt v0.23.0 09:27:30 go: downloading github.com/go-resty/resty/v2 v2.12.0 09:27:30 go: downloading github.com/golang-jwt/jwt/v5 v5.2.0 09:27:30 go: downloading github.com/michaelquigley/pfxlog v0.6.10 09:27:30 go: downloading github.com/openziti/edge-api v0.26.13 09:27:34 go: downloading github.com/openziti/foundation/v2 v2.0.39 09:27:34 go: downloading github.com/openziti/identity v1.0.72 09:27:34 go: downloading github.com/pkg/errors v0.9.1 09:27:34 go: downloading github.com/zitadel/oidc/v2 v2.12.0 09:27:34 go: downloading golang.org/x/oauth2 v0.16.0 09:27:34 go: downloading github.com/cenkalti/backoff/v4 v4.2.1 09:27:34 go: downloading github.com/kataras/go-events v0.0.3 09:27:34 go: downloading github.com/openziti/channel/v2 v2.0.121 09:27:34 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 09:27:34 go: downloading github.com/openziti/secretstream v0.1.17 09:27:34 go: downloading github.com/openziti/metrics v1.2.47 09:27:34 go: downloading github.com/openziti/transport/v2 v2.0.124 09:27:34 go: downloading golang.org/x/exp v0.0.0-20230817173708-d852ddb80c63 09:27:34 go: downloading github.com/orcaman/concurrent-map/v2 v2.0.1 09:27:34 go: downloading golang.org/x/sys v0.18.0 09:27:34 go: downloading github.com/hashicorp/consul/api v1.27.0 09:27:34 go: downloading github.com/go-logfmt/logfmt v0.5.1 09:27:34 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 09:27:34 go: downloading github.com/mattn/go-colorable v0.1.13 09:27:34 go: downloading github.com/mattn/go-isatty v0.0.20 09:27:34 go: downloading github.com/gabriel-vasile/mimetype v1.4.3 09:27:34 go: downloading github.com/go-playground/universal-translator v0.18.1 09:27:34 go: downloading github.com/leodido/go-urn v1.4.0 09:27:34 go: downloading golang.org/x/text v0.14.0 09:27:35 go: downloading github.com/zeebo/errs v1.3.0 09:27:35 go: downloading google.golang.org/grpc v1.60.1 09:27:37 go: downloading github.com/go-redis/redis/v7 v7.3.0 09:27:37 go: downloading github.com/valyala/bytebufferpool v1.0.0 09:27:37 go: downloading github.com/x448/float16 v0.8.4 09:27:37 go: downloading github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2 09:27:37 go: downloading github.com/go-openapi/errors v0.22.0 09:27:37 go: downloading github.com/oklog/ulid v1.3.1 09:27:37 go: downloading go.mongodb.org/mongo-driver v1.14.0 09:27:39 go: downloading github.com/opentracing/opentracing-go v1.2.0 09:27:39 go: downloading go.opentelemetry.io/otel v1.24.0 09:27:40 go: downloading go.opentelemetry.io/otel/trace v1.24.0 09:27:40 go: downloading github.com/go-openapi/swag v0.23.0 09:27:40 go: downloading github.com/mgutz/ansi v0.0.0-20200706080929-d51e80ef957d 09:27:40 go: downloading github.com/fullsailor/pkcs7 v0.0.0-20190404230743-d7302db945fa 09:27:40 go: downloading github.com/go-openapi/validate v0.24.0 09:27:40 go: downloading github.com/fsnotify/fsnotify v1.7.0 09:27:40 go: downloading gopkg.in/square/go-jose.v2 v2.6.0 09:27:40 go: downloading github.com/gorilla/securecookie v1.1.1 09:27:40 go: downloading github.com/gorilla/schema v1.2.0 09:27:40 go: downloading github.com/muhlemmer/gu v0.3.1 09:27:40 go: downloading github.com/speps/go-hashids v2.0.0+incompatible 09:27:40 go: downloading github.com/golang/protobuf v1.5.3 09:27:41 go: downloading google.golang.org/protobuf v1.33.0 09:27:41 go: downloading github.com/mitchellh/go-ps v1.0.0 09:27:41 go: downloading github.com/shirou/gopsutil/v3 v3.24.1 09:27:41 go: downloading github.com/hashicorp/go-cleanhttp v0.5.2 09:27:41 go: downloading github.com/hashicorp/go-hclog v1.5.0 09:27:41 go: downloading github.com/hashicorp/go-rootcerts v1.0.2 09:27:41 go: downloading github.com/hashicorp/serf v0.10.1 09:27:42 go: downloading github.com/go-playground/locales v0.14.1 09:27:42 go: downloading github.com/go-jose/go-jose/v3 v3.0.3 09:27:42 go: downloading google.golang.org/genproto/googleapis/rpc v0.0.0-20231016165738-49dd2c1f3d0b 09:27:42 go: downloading github.com/go-openapi/analysis v0.23.0 09:27:42 go: downloading github.com/go-openapi/loads v0.22.0 09:27:42 go: downloading github.com/go-openapi/spec v0.21.0 09:27:42 go: downloading github.com/go-logr/logr v1.4.1 09:27:42 go: downloading go.opentelemetry.io/otel/metric v1.24.0 09:27:42 go: downloading github.com/mailru/easyjson v0.7.7 09:27:42 go: downloading golang.org/x/term v0.18.0 09:27:42 go: downloading github.com/go-openapi/jsonpointer v0.21.0 09:27:42 go: downloading github.com/tklauser/go-sysconf v0.3.12 09:27:42 go: downloading github.com/fatih/color v1.14.1 09:27:42 go: downloading github.com/armon/go-metrics v0.4.1 09:27:43 go: downloading github.com/go-logr/stdr v1.2.2 09:27:43 go: downloading github.com/go-openapi/jsonreference v0.21.0 09:27:43 go: downloading github.com/parallaxsecond/parsec-client-go v0.0.0-20221025095442-f0a77d263cf9 09:27:43 go: downloading github.com/josharian/intern v1.0.0 09:27:43 go: downloading github.com/hashicorp/go-immutable-radix v1.3.1 09:27:43 go: downloading github.com/tklauser/numcpus v0.6.1 09:27:43 go: downloading github.com/hashicorp/golang-lru v0.5.4 09:29:05 ? github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap [no test files] 09:29:09 ? github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/container [no test files] 09:29:32 ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/config 20.215s coverage: 35.9% of statements 09:30:11 ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/controller 0.127s coverage: 93.5% of statements 09:30:11 ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/environment 0.086s coverage: 91.9% of statements 09:30:11 ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/file 0.353s coverage: 88.2% of statements 09:30:11 ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/flags 0.037s coverage: 84.4% of statements 09:30:14 ? github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/interfaces [no test files] 09:30:14 ? github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/interfaces/mocks [no test files] 09:30:17 ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/handlers 2.176s coverage: 41.5% of statements 09:30:17 ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/messaging 0.099s coverage: 100.0% of statements 09:30:18 ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/metrics 0.372s coverage: 87.7% of statements 09:30:18 ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/registration 0.064s coverage: 26.3% of statements 09:30:20 ? github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/startup [no test files] 09:30:20 ? github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/zerotrust [no test files] 09:30:24 ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/secret 3.149s coverage: 76.3% of statements 09:30:24 ok github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/utils 0.040s coverage: 50.9% of statements 09:30:24 ok github.com/edgexfoundry/go-mod-bootstrap/v3/config 0.041s coverage: 31.2% of statements 09:30:24 ok github.com/edgexfoundry/go-mod-bootstrap/v3/di 0.020s coverage: 91.3% of statements 09:30:24 WARNING: Linting skipped (not on x86_64 or linter not installed) 09:30:24 CGO_ENABLED=1 GO111MODULE=on go vet ./... 09:30:56 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 09:30:57 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [Pipeline] echo 09:30:57 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] } 09:30:57 $ docker stop --time=1 3b43f40803994d818c22f0c2187bd85b34835dda6a7ee9edeeafd0ea64d3d225 09:30:59 $ docker rm -f --volumes 3b43f40803994d818c22f0c2187bd85b34835dda6a7ee9edeeafd0ea64d3d225 [Pipeline] // withDockerContainer [Pipeline] sh 09:31:03 + sudo chown -R jenkins:jenkins . [Pipeline] stash 09:31:03 Warning: overwriting stash ‘coverage-report’ 09:31:04 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 09:31:04 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 09:31:04 09:31:04 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:31:04 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 09:31:05 arm64: Pulling from edgex-lftools-log-publisher 09:31:05 8998bd30e6a1: Pulling fs layer 09:31:05 04944245beec: Pulling fs layer 09:31:05 699f458cf7ca: Pulling fs layer 09:31:05 765212b225bb: Pulling fs layer 09:31:05 f23df028b6ca: Pulling fs layer 09:31:05 d65c8cfc05b1: Pulling fs layer 09:31:05 2437ff75d9bd: Pulling fs layer 09:31:05 765212b225bb: Waiting 09:31:05 f23df028b6ca: Waiting 09:31:05 d65c8cfc05b1: Waiting 09:31:05 2437ff75d9bd: Waiting 09:31:05 04944245beec: Verifying Checksum 09:31:05 04944245beec: Download complete 09:31:05 765212b225bb: Verifying Checksum 09:31:05 765212b225bb: Download complete 09:31:05 f23df028b6ca: Verifying Checksum 09:31:05 f23df028b6ca: Download complete 09:31:05 d65c8cfc05b1: Verifying Checksum 09:31:05 d65c8cfc05b1: Download complete 09:31:05 699f458cf7ca: Verifying Checksum 09:31:05 699f458cf7ca: Download complete 09:31:05 8998bd30e6a1: Verifying Checksum 09:31:05 8998bd30e6a1: Download complete 09:31:08 2437ff75d9bd: Verifying Checksum 09:31:08 2437ff75d9bd: Download complete 09:31:10 8998bd30e6a1: Pull complete 09:31:11 04944245beec: Pull complete 09:31:12 699f458cf7ca: Pull complete 09:31:12 765212b225bb: Pull complete 09:31:13 f23df028b6ca: Pull complete 09:31:13 d65c8cfc05b1: Pull complete 09:31:31 2437ff75d9bd: Pull complete 09:31:31 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 09:31:31 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 09:31:31 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 09:31:32 prd-ubuntu20.04-docker-arm64-4c-16g-436 does not seem to be running inside a container 09:31:32 $ 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/274 -v /w/workspace/go-mod-bootstrap/274:/w/workspace/go-mod-bootstrap/274:rw,z -v /w/workspace/go-mod-bootstrap/274@tmp:/w/workspace/go-mod-bootstrap/274@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 09:31:33 $ docker top 7095fbe8c359416a0dc84a00f63044e5586b9376dbc51ab5a326ccf5f4a5a1f1 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 09:31:34 ---> job-cost.sh 09:31:34 lf-activate-venv: SKIPPING 09:31:34 INFO: No Stack... 09:31:34 INFO: Retrieving Pricing Info for: v3-standard-4 09:31:35 INFO: Archiving Costs [Pipeline] sh 09:31:35 + cat /w/workspace/go-mod-bootstrap/274/archives/cost.csv 09:31:35 + cut -d, -f6 [Pipeline] lock 09:31:36 Trying to acquire lock on [jenkins-edgexfoundry-go-mod-bootstrap-main-274-stack-cost] 09:31:36 Resource [jenkins-edgexfoundry-go-mod-bootstrap-main-274-stack-cost] did not exist. Created. 09:31:36 Lock acquired on [jenkins-edgexfoundry-go-mod-bootstrap-main-274-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 09:31:36 /w/workspace/go-mod-bootstrap/274@tmp/durable-c323e481/script.sh.copy: 1: Syntax error: Unterminated quoted string [Pipeline] sh 09:31:37 + echo total: 0.10999999940395355 [Pipeline] stash 09:31:37 Warning: overwriting stash ‘stack-cost’ 09:31:37 Stashed 1 file(s) [Pipeline] } 09:31:37 Lock released on resource [jenkins-edgexfoundry-go-mod-bootstrap-main-274-stack-cost] [Pipeline] // lock [Pipeline] } 09:31:37 $ docker stop --time=1 7095fbe8c359416a0dc84a00f63044e5586b9376dbc51ab5a326ccf5f4a5a1f1 09:31:38 $ docker rm -f --volumes 7095fbe8c359416a0dc84a00f63044e5586b9376dbc51ab5a326ccf5f4a5a1f1 [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 09:31:39 provisioning config files... 09:31:39 copy managed file [go-mod-bootstrap-codecov-token] to file:/w/workspace/gexfoundry_go-mod-bootstrap_main@tmp/config12261960590364692602tmp [Pipeline] { [Pipeline] sh 09:31:39 + set +x 09:31:39 + curl -s https://codecov.io/bash 09:31:39 + bash -s -- 09:31:39 09:31:39 _____ _ 09:31:39 / ____| | | 09:31:39 | | ___ __| | ___ ___ _____ __ 09:31:39 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 09:31:39 | |___| (_) | (_| | __/ (_| (_) \ V / 09:31:39 \_____\___/ \__,_|\___|\___\___/ \_/ 09:31:39 Bash-1.0.6 09:31:39 09:31:39 09:31:39 ==> git version 2.25.1 found 09:31:39 ==> 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 09:31:39 Release-Date: 2020-01-08 09:31:39 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 09:31:39 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 09:31:39 ==> Jenkins CI detected. 09:31:39 current dir:  /w/workspace/gexfoundry_go-mod-bootstrap_main 09:31:39 project root: . 09:31:39 --> token set from env 09:31:39 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 09:31:39 ==> Running gcov in . (disable via -X gcov) 09:31:39 ==> Python coveragepy not found 09:31:39 ==> Searching for coverage reports in: 09:31:39 + . 09:31:39 -> Found 1 reports 09:31:39 ==> Detecting git/mercurial file structure 09:31:39 ==> Reading reports 09:31:39 + ./coverage.out bytes=110952 09:31:39 ==> Appending adjustments 09:31:39 https://docs.codecov.io/docs/fixing-reports 09:31:40 + Found adjustments 09:31:40 ==> Gzipping contents 09:31:40 20K /tmp/codecov.w6qf8M.gz 09:31:40 ==> Uploading reports 09:31:40 url: https://codecov.io 09:31:40 query: branch=main&commit=885eae74678cf4d2080c20723830999241b49b75&build=274&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-bootstrap%2Fjob%2Fmain%2F274%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-bootstrap&service=jenkins&flags=&pr=&job=&cmd_args= 09:31:40 -> Pinging Codecov 09:31:40 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=****&branch=main&commit=885eae74678cf4d2080c20723830999241b49b75&build=274&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-bootstrap%2Fjob%2Fmain%2F274%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-bootstrap&service=jenkins&flags=&pr=&job=&cmd_args= 09:31:40 -> Uploading to 09:31:40 https://storage.googleapis.com/codecov/v4/raw/2024-03-20/833815588EE85121546D348822E98E2E/885eae74678cf4d2080c20723830999241b49b75/08cbe986-febd-4be3-b2b5-19c4b04c7d34.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20240320%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20240320T093140Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=ce9211362224ab84e4374e90a7c7b9b33db9f26a5d016bdd882a4d34740eb06b 09:31:40 % Total % Received % Xferd Average Speed Time Time Time Current 09:31:40 Dload Upload Total Spent Left Speed 09:31:40 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 17120 0 0 100 17120 0 52515 --:--:-- --:--:-- --:--:-- 52354 100 17120 0 0 100 17120 0 52354 --:--:-- --:--:-- --:--:-- 52195 09:31:40 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/go-mod-bootstrap/commit/885eae74678cf4d2080c20723830999241b49b75 [Pipeline] } 09:31:40 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 09:31:40 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 09:31:40 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:31:41 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 09:31:41 09:31:41 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:31:41 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 09:31:41 1.410.4: Pulling from edgex-devops/edgex-snyk-go 09:31:41 df9b9388f04a: Pulling fs layer 09:31:41 52dc419b0ee2: Pulling fs layer 09:31:41 25bc292e5bac: Pulling fs layer 09:31:41 114826534d7a: Pulling fs layer 09:31:41 4657fd5d0bcf: Pulling fs layer 09:31:41 6ad1cebc031e: Pulling fs layer 09:31:41 114826534d7a: Waiting 09:31:41 4657fd5d0bcf: Waiting 09:31:41 8a3aa393b2d8: Pulling fs layer 09:31:41 6ad1cebc031e: Waiting 09:31:41 8a3aa393b2d8: Waiting 09:31:41 25bc292e5bac: Verifying Checksum 09:31:41 25bc292e5bac: Download complete 09:31:41 52dc419b0ee2: Verifying Checksum 09:31:41 52dc419b0ee2: Download complete 09:31:41 4657fd5d0bcf: Verifying Checksum 09:31:41 4657fd5d0bcf: Download complete 09:31:41 df9b9388f04a: Verifying Checksum 09:31:41 df9b9388f04a: Download complete 09:31:42 6ad1cebc031e: Verifying Checksum 09:31:42 6ad1cebc031e: Download complete 09:31:42 df9b9388f04a: Pull complete 09:31:42 52dc419b0ee2: Pull complete 09:31:42 25bc292e5bac: Pull complete 09:31:42 114826534d7a: Verifying Checksum 09:31:42 114826534d7a: Download complete 09:31:42 8a3aa393b2d8: Verifying Checksum 09:31:42 8a3aa393b2d8: Download complete 09:31:48 114826534d7a: Pull complete 09:31:48 4657fd5d0bcf: Pull complete 09:31:49 6ad1cebc031e: Pull complete 09:31:53 8a3aa393b2d8: Pull complete 09:31:53 Digest: sha256:4b4dcd1004c4b70ae7ff23424eaa7ae18978b3759dc64bf5c8870aa20fc5e024 09:31:53 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 09:31:53 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 09:31:53 prd-ubuntu20.04-docker-8c-8g-435 does not seem to be running inside a container 09:31:53 $ 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 09:32:16 $ docker top dffd9507a525fc3afb90282d98f152aacc04eba5840252c704fd6868bb495983 -eo pid,comm [Pipeline] { [Pipeline] echo 09:32:16 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/go-mod-bootstrap:main' [Pipeline] sh 09:32:16 + set -o pipefail 09:32:16 + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/go-mod-bootstrap:main' 09:32:24 09:32:24 Monitoring /w/workspace/gexfoundry_go-mod-bootstrap_main (github.com/edgexfoundry/go-mod-bootstrap/v3)... 09:32:24 09:32:24 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/ad282025-43b6-4430-aa65-23b0e23d9f55/history/fbadf767-3980-44bc-bcfb-2abcb00200b1 09:32:24 09:32:24 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 09:32:24 09:32:24 09:32:24 A medium severity vulnerability was found in the Snyk CLI versions you are using. 09:32:24 We fixed the vulnerability in version 1.996.0. We recommend updating to the latest version. 09:32:24 More details here: https://snyk.co/ue1NS [Pipeline] } 09:32:24 $ docker stop --time=1 dffd9507a525fc3afb90282d98f152aacc04eba5840252c704fd6868bb495983 09:32:43 $ docker rm -f --volumes dffd9507a525fc3afb90282d98f152aacc04eba5840252c704fd6868bb495983 [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 09:32:44 + git log --format=format:%s -1 885eae74678cf4d2080c20723830999241b49b75 [Pipeline] sh 09:32:44 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 09:32:44 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:32:45 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 09:32:45 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 09:32:45 prd-ubuntu20.04-docker-8c-8g-435 does not seem to be running inside a container 09:32:45 $ 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 09:32:46 $ docker top caffbd827a1e9c4c0d0496a963c71ba0cce24c0d1529dda7d66459f408900ba0 -eo pid,comm 09:32:46 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). 09:32:46 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 09:32:46 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 09:32:46 [ssh-agent] Looking for ssh-agent implementation... 09:32:46 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 09:32:46 $ docker exec caffbd827a1e9c4c0d0496a963c71ba0cce24c0d1529dda7d66459f408900ba0 ssh-agent 09:32:46 SSH_AUTH_SOCK=/tmp/ssh-d1FTZOptD3ss/agent.14 09:32:46 SSH_AGENT_PID=20 09:32:46 Running ssh-add (command line suppressed) 09:32:46 Identity added: /w/workspace/gexfoundry_go-mod-bootstrap_main@tmp/private_key_2375193324456776032.key (/w/workspace/gexfoundry_go-mod-bootstrap_main@tmp/private_key_2375193324456776032.key) 09:32:46 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 09:32:47 + git semver tag 09:32:47 2024-03-20 09:32:47,535 [run_tag] DEBUG tag force:False 09:32:47 2024-03-20 09:32:47,535 [check_head_tag] DEBUG check head tag 09:32:47 2024-03-20 09:32:47,539 [execute] INFO git cat-file --batch-check 09:32:47 2024-03-20 09:32:47,539 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/gexfoundry_go-mod-bootstrap_main, universal_newlines=False, shell=None, istream=) 09:32:47 2024-03-20 09:32:47,544 [execute] INFO git cat-file --batch 09:32:47 2024-03-20 09:32:47,544 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/gexfoundry_go-mod-bootstrap_main, universal_newlines=False, shell=None, istream=) 09:32:47 2024-03-20 09:32:47,597 [read_version] DEBUG read version from /w/workspace/gexfoundry_go-mod-bootstrap_main/.semver/main 09:32:47 2024-03-20 09:32:47,597 [execute] INFO git tag -a v3.2.0-dev.27 -m v3.2.0-dev.27 09:32:47 2024-03-20 09:32:47,597 [execute] DEBUG Popen(['git', 'tag', '-a', 'v3.2.0-dev.27', '-m', 'v3.2.0-dev.27'], cwd=/w/workspace/gexfoundry_go-mod-bootstrap_main, universal_newlines=False, shell=None, istream=None) 09:32:47 2024-03-20 09:32:47,603 [read_version] DEBUG read version from /w/workspace/gexfoundry_go-mod-bootstrap_main/.semver/main 09:32:47 3.2.0-dev.27 [Pipeline] } 09:32:47 $ docker exec --env ******** --env ******** caffbd827a1e9c4c0d0496a963c71ba0cce24c0d1529dda7d66459f408900ba0 ssh-agent -k 09:32:47 unset SSH_AUTH_SOCK; 09:32:47 unset SSH_AGENT_PID; 09:32:47 echo Agent pid 20 killed; 09:32:47 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 09:32:48 + git semver [Pipeline] } 09:32:48 $ docker stop --time=1 caffbd827a1e9c4c0d0496a963c71ba0cce24c0d1529dda7d66459f408900ba0 09:32:50 $ docker rm -f --volumes caffbd827a1e9c4c0d0496a963c71ba0cce24c0d1529dda7d66459f408900ba0 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:32:50 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 09:32:50 09:32:50 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:32:50 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 09:32:51 0.23.1-centos7: Pulling from edgex-lftools 09:32:51 ab5ef0e58194: Pulling fs layer 09:32:51 9712f1f96733: Pulling fs layer 09:32:51 63f879dbbcfc: Pulling fs layer 09:32:51 0d9ebad4ef96: Pulling fs layer 09:32:51 e9a5061849ea: Pulling fs layer 09:32:51 d747dcd14b5f: Pulling fs layer 09:32:51 2de7ff778b66: Pulling fs layer 09:32:51 0d9ebad4ef96: Waiting 09:32:51 e9a5061849ea: Waiting 09:32:51 2de7ff778b66: Waiting 09:32:51 d747dcd14b5f: Waiting 09:32:51 9712f1f96733: Verifying Checksum 09:32:51 9712f1f96733: Download complete 09:32:51 63f879dbbcfc: Verifying Checksum 09:32:51 63f879dbbcfc: Download complete 09:32:51 ab5ef0e58194: Verifying Checksum 09:32:51 ab5ef0e58194: Download complete 09:32:51 d747dcd14b5f: Download complete 09:32:51 0d9ebad4ef96: Verifying Checksum 09:32:51 0d9ebad4ef96: Download complete 09:32:51 e9a5061849ea: Verifying Checksum 09:32:51 e9a5061849ea: Download complete 09:32:51 2de7ff778b66: Verifying Checksum 09:32:51 2de7ff778b66: Download complete 09:32:55 ab5ef0e58194: Pull complete 09:32:55 9712f1f96733: Pull complete 09:32:56 63f879dbbcfc: Pull complete 09:33:01 0d9ebad4ef96: Pull complete 09:33:01 e9a5061849ea: Pull complete 09:33:01 d747dcd14b5f: Pull complete 09:33:03 2de7ff778b66: Pull complete 09:33:03 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 09:33:03 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 09:33:03 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 09:33:03 prd-ubuntu20.04-docker-8c-8g-435 does not seem to be running inside a container 09:33:03 $ 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 09:33:24 $ docker top cd936185d9d780cf2052221d33bf7c6aa60b6ef591bb7b058c3dc62092242377 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 09:33:24 provisioning config files... 09:33:24 copy managed file [sigul-config] to file:/w/workspace/gexfoundry_go-mod-bootstrap_main@tmp/config12963320804664781014tmp 09:33:24 copy managed file [sigul-password] to file:/w/workspace/gexfoundry_go-mod-bootstrap_main@tmp/config5504760550193136708tmp 09:33:24 copy managed file [sigul-pki] to file:/w/workspace/gexfoundry_go-mod-bootstrap_main@tmp/config15410229221376081189tmp [Pipeline] { [Pipeline] echo 09:33:24 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 09:33:24 ---> sigul-configuration.sh 09:33:24 gpg: directory `/root/.gnupg' created 09:33:24 gpg: new configuration file `/root/.gnupg/gpg.conf' created 09:33:24 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 09:33:24 gpg: keyring `/root/.gnupg/secring.gpg' created 09:33:24 gpg: keyring `/root/.gnupg/pubring.gpg' created 09:33:24 gpg: CAST5 encrypted data 09:33:24 gpg: encrypted with 1 passphrase 09:33:24 gpg: WARNING: message was not integrity protected [Pipeline] sh 09:33:25 + mkdir /home/jenkins 09:33:25 + mkdir /home/jenkins/sigul [Pipeline] sh 09:33:25 + 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 09:33:25 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 09:33:25 ---> sigul-install.sh 09:33:25 Sigul already installed; skipping installation. [Pipeline] sh 09:33:25 + git tag --list 09:33:25 v0.0.1 09:33:25 v0.0.10 09:33:25 v0.0.11 09:33:25 v0.0.12 09:33:25 v0.0.13 09:33:25 v0.0.14 09:33:25 v0.0.15 09:33:25 v0.0.16 09:33:25 v0.0.17 09:33:25 v0.0.18 09:33:25 v0.0.19 09:33:25 v0.0.2 09:33:25 v0.0.20 09:33:25 v0.0.21 09:33:25 v0.0.22 09:33:25 v0.0.23 09:33:25 v0.0.24 09:33:25 v0.0.25 09:33:25 v0.0.26 09:33:25 v0.0.27 09:33:25 v0.0.28 09:33:25 v0.0.29 09:33:25 v0.0.3 09:33:25 v0.0.30 09:33:25 v0.0.31 09:33:25 v0.0.32 09:33:25 v0.0.33 09:33:25 v0.0.34 09:33:25 v0.0.35 09:33:25 v0.0.36 09:33:25 v0.0.37 09:33:25 v0.0.38 09:33:25 v0.0.39 09:33:25 v0.0.4 09:33:25 v0.0.40 09:33:25 v0.0.41 09:33:25 v0.0.42 09:33:25 v0.0.43 09:33:25 v0.0.44 09:33:25 v0.0.45 09:33:25 v0.0.46 09:33:25 v0.0.47 09:33:25 v0.0.48 09:33:25 v0.0.49 09:33:25 v0.0.5 09:33:25 v0.0.50 09:33:25 v0.0.51 09:33:25 v0.0.52 09:33:25 v0.0.53 09:33:25 v0.0.54 09:33:25 v0.0.55 09:33:25 v0.0.56 09:33:25 v0.0.57 09:33:25 v0.0.58 09:33:25 v0.0.59 09:33:25 v0.0.6 09:33:25 v0.0.60 09:33:25 v0.0.61 09:33:25 v0.0.62 09:33:25 v0.0.63 09:33:25 v0.0.64 09:33:25 v0.0.65 09:33:25 v0.0.66 09:33:25 v0.0.67 09:33:25 v0.0.68 09:33:25 v0.0.69 09:33:25 v0.0.7 09:33:25 v0.0.70 09:33:25 v0.0.71 09:33:25 v0.0.72 09:33:25 v0.0.8 09:33:25 v0.0.9 09:33:25 v2.0.0 09:33:25 v2.1.0 09:33:25 v2.1.1 09:33:25 v2.2.0 09:33:25 v2.3.0 09:33:25 v3.0 09:33:25 v3.0.0 09:33:25 v3.0.1 09:33:25 v3.1 09:33:25 v3.1.0 09:33:25 v3.1.0-dev.1 09:33:25 v3.1.0-dev.10 09:33:25 v3.1.0-dev.11 09:33:25 v3.1.0-dev.12 09:33:25 v3.1.0-dev.13 09:33:25 v3.1.0-dev.14 09:33:25 v3.1.0-dev.15 09:33:25 v3.1.0-dev.16 09:33:25 v3.1.0-dev.17 09:33:25 v3.1.0-dev.18 09:33:25 v3.1.0-dev.19 09:33:25 v3.1.0-dev.2 09:33:25 v3.1.0-dev.20 09:33:25 v3.1.0-dev.21 09:33:25 v3.1.0-dev.22 09:33:25 v3.1.0-dev.23 09:33:25 v3.1.0-dev.24 09:33:25 v3.1.0-dev.25 09:33:25 v3.1.0-dev.26 09:33:25 v3.1.0-dev.27 09:33:25 v3.1.0-dev.28 09:33:25 v3.1.0-dev.29 09:33:25 v3.1.0-dev.3 09:33:25 v3.1.0-dev.30 09:33:25 v3.1.0-dev.31 09:33:25 v3.1.0-dev.32 09:33:25 v3.1.0-dev.33 09:33:25 v3.1.0-dev.34 09:33:25 v3.1.0-dev.35 09:33:25 v3.1.0-dev.36 09:33:25 v3.1.0-dev.37 09:33:25 v3.1.0-dev.38 09:33:25 v3.1.0-dev.39 09:33:25 v3.1.0-dev.4 09:33:25 v3.1.0-dev.40 09:33:25 v3.1.0-dev.41 09:33:25 v3.1.0-dev.42 09:33:25 v3.1.0-dev.43 09:33:25 v3.1.0-dev.44 09:33:25 v3.1.0-dev.45 09:33:25 v3.1.0-dev.46 09:33:25 v3.1.0-dev.47 09:33:25 v3.1.0-dev.48 09:33:25 v3.1.0-dev.49 09:33:25 v3.1.0-dev.5 09:33:25 v3.1.0-dev.50 09:33:25 v3.1.0-dev.51 09:33:25 v3.1.0-dev.52 09:33:25 v3.1.0-dev.53 09:33:25 v3.1.0-dev.54 09:33:25 v3.1.0-dev.55 09:33:25 v3.1.0-dev.56 09:33:25 v3.1.0-dev.57 09:33:25 v3.1.0-dev.58 09:33:25 v3.1.0-dev.59 09:33:25 v3.1.0-dev.6 09:33:25 v3.1.0-dev.60 09:33:25 v3.1.0-dev.7 09:33:25 v3.1.0-dev.8 09:33:25 v3.1.0-dev.9 09:33:25 v3.2.0-dev.1 09:33:25 v3.2.0-dev.10 09:33:25 v3.2.0-dev.11 09:33:25 v3.2.0-dev.12 09:33:25 v3.2.0-dev.13 09:33:25 v3.2.0-dev.14 09:33:25 v3.2.0-dev.15 09:33:25 v3.2.0-dev.16 09:33:25 v3.2.0-dev.17 09:33:25 v3.2.0-dev.18 09:33:25 v3.2.0-dev.19 09:33:25 v3.2.0-dev.2 09:33:25 v3.2.0-dev.20 09:33:25 v3.2.0-dev.21 09:33:25 v3.2.0-dev.22 09:33:25 v3.2.0-dev.23 09:33:25 v3.2.0-dev.24 09:33:25 v3.2.0-dev.25 09:33:25 v3.2.0-dev.26 09:33:25 v3.2.0-dev.27 09:33:25 v3.2.0-dev.3 09:33:25 v3.2.0-dev.4 09:33:25 v3.2.0-dev.5 09:33:25 v3.2.0-dev.6 09:33:25 v3.2.0-dev.7 09:33:25 v3.2.0-dev.8 09:33:25 v3.2.0-dev.9 [Pipeline] sh 09:33:26 + lftools sign git-tag v3.2.0-dev.27 09:33:26 Signing Git tag with Sigul... 09:33:26 Signing v3.2.0-dev.27 [Pipeline] echo 09:33:27 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 09:33:27 ---> sigul-configuration-cleanup.sh [Pipeline] } 09:33:27 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 09:33:27 $ docker stop --time=1 cd936185d9d780cf2052221d33bf7c6aa60b6ef591bb7b058c3dc62092242377 09:33:29 $ docker rm -f --volumes cd936185d9d780cf2052221d33bf7c6aa60b6ef591bb7b058c3dc62092242377 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh 09:33:29 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 09:33:29 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:33:30 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 09:33:30 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 09:33:30 prd-ubuntu20.04-docker-8c-8g-435 does not seem to be running inside a container 09:33:30 $ 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 09:33:31 $ docker top 0e7b86074fbb6b08dfbea8c967456f61a12ac7f0ff2da3b7e90fde2c6fa6117a -eo pid,comm 09:33:31 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). 09:33:31 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 09:33:31 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 09:33:31 [ssh-agent] Looking for ssh-agent implementation... 09:33:31 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 09:33:31 $ docker exec 0e7b86074fbb6b08dfbea8c967456f61a12ac7f0ff2da3b7e90fde2c6fa6117a ssh-agent 09:33:32 SSH_AUTH_SOCK=/tmp/ssh-527IIrS7iFAi/agent.14 09:33:32 SSH_AGENT_PID=20 09:33:32 Running ssh-add (command line suppressed) 09:33:32 Identity added: /w/workspace/gexfoundry_go-mod-bootstrap_main@tmp/private_key_14004346476585390482.key (/w/workspace/gexfoundry_go-mod-bootstrap_main@tmp/private_key_14004346476585390482.key) 09:33:32 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 09:33:32 + git semver bump pre 09:33:32 2024-03-20 09:33:32,691 [read_version] DEBUG read version from /w/workspace/gexfoundry_go-mod-bootstrap_main/.semver/main 09:33:32 2024-03-20 09:33:32,691 [bump_version] DEBUG bumping version:3.2.0-dev.27 on axis:pre with prefix:dev 09:33:32 2024-03-20 09:33:32,692 [bump_version] DEBUG bumped version:3.2.0-dev.28 09:33:32 2024-03-20 09:33:32,692 [write_version] DEBUG write version:3.2.0-dev.28 to path:/w/workspace/gexfoundry_go-mod-bootstrap_main/.semver/main with force:True 09:33:32 2024-03-20 09:33:32,692 [read_version] DEBUG read version from /w/workspace/gexfoundry_go-mod-bootstrap_main/.semver/main 09:33:32 2024-03-20 09:33:32,692 [write_file] DEBUG write to file:/w/workspace/gexfoundry_go-mod-bootstrap_main/.semver/main 09:33:32 2024-03-20 09:33:32,694 [execute] INFO git cat-file --batch-check 09:33:32 2024-03-20 09:33:32,694 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/gexfoundry_go-mod-bootstrap_main/.semver, universal_newlines=False, shell=None, istream=) 09:33:32 2024-03-20 09:33:32,700 [execute] INFO git cat-file --batch 09:33:32 2024-03-20 09:33:32,700 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/gexfoundry_go-mod-bootstrap_main/.semver, universal_newlines=False, shell=None, istream=) 09:33:32 2024-03-20 09:33:32,704 [read_version] DEBUG read version from /w/workspace/gexfoundry_go-mod-bootstrap_main/.semver/main 09:33:32 3.2.0-dev.28 [Pipeline] } 09:33:32 $ docker exec --env ******** --env ******** 0e7b86074fbb6b08dfbea8c967456f61a12ac7f0ff2da3b7e90fde2c6fa6117a ssh-agent -k 09:33:32 unset SSH_AUTH_SOCK; 09:33:32 unset SSH_AGENT_PID; 09:33:32 echo Agent pid 20 killed; 09:33:32 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 09:33:33 + git semver [Pipeline] } 09:33:33 $ docker stop --time=1 0e7b86074fbb6b08dfbea8c967456f61a12ac7f0ff2da3b7e90fde2c6fa6117a 09:33:35 $ docker rm -f --volumes 0e7b86074fbb6b08dfbea8c967456f61a12ac7f0ff2da3b7e90fde2c6fa6117a [Pipeline] // withDockerContainer [Pipeline] sh 09:33:35 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 09:33:35 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:33:35 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 09:33:35 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 09:33:35 prd-ubuntu20.04-docker-8c-8g-435 does not seem to be running inside a container 09:33: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 09:33:37 $ docker top 0032afdc193a38771cc031b02fdbe4405e4cb9a7c84181cbd6e31d695168e9bd -eo pid,comm 09:33:37 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). 09:33:37 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 09:33:37 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 09:33:37 [ssh-agent] Looking for ssh-agent implementation... 09:33:37 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 09:33:37 $ docker exec 0032afdc193a38771cc031b02fdbe4405e4cb9a7c84181cbd6e31d695168e9bd ssh-agent 09:33:37 SSH_AUTH_SOCK=/tmp/ssh-WMr58fYUR7dO/agent.15 09:33:37 SSH_AGENT_PID=29 09:33:37 Running ssh-add (command line suppressed) 09:33:37 Identity added: /w/workspace/gexfoundry_go-mod-bootstrap_main@tmp/private_key_18076241535619709512.key (/w/workspace/gexfoundry_go-mod-bootstrap_main@tmp/private_key_18076241535619709512.key) 09:33:37 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 09:33:37 + git semver push 09:33:38 2024-03-20 09:33:38,023 [run_push] DEBUG push 09:33:38 2024-03-20 09:33:38,023 [execute] INFO git cat-file --batch-check 09:33:38 2024-03-20 09:33:38,024 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/gexfoundry_go-mod-bootstrap_main/.semver, universal_newlines=False, shell=None, istream=) 09:33:38 2024-03-20 09:33:38,026 [execute] INFO git rev-list 24510f87d2784c3ff77de063fabc956011243b9a -- 09:33:38 2024-03-20 09:33:38,027 [execute] DEBUG Popen(['git', 'rev-list', '24510f87d2784c3ff77de063fabc956011243b9a', '--'], cwd=/w/workspace/gexfoundry_go-mod-bootstrap_main/.semver, universal_newlines=False, shell=None, istream=None) 09:33:38 2024-03-20 09:33:38,038 [execute] INFO git fetch -v origin 09:33:38 2024-03-20 09:33:38,039 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/gexfoundry_go-mod-bootstrap_main/.semver, universal_newlines=True, shell=None, istream=None) 09:33:38 2024-03-20 09:33:38,517 [run_push] DEBUG no remote changes detected 09:33:38 2024-03-20 09:33:38,517 [execute] INFO git push origin semver 09:33:38 2024-03-20 09:33:38,518 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/gexfoundry_go-mod-bootstrap_main/.semver, universal_newlines=False, shell=None, istream=None) 09:33:39 2024-03-20 09:33:39,403 [run_push] DEBUG push all version tags 09:33:39 2024-03-20 09:33:39,404 [execute] INFO git push origin refs/tags/v*:refs/tags/v* 09:33:39 2024-03-20 09:33:39,404 [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) 09:33:40 2024-03-20 09:33:40,322 [read_version] DEBUG read version from /w/workspace/gexfoundry_go-mod-bootstrap_main/.semver/main 09:33:40 3.2.0-dev.28 [Pipeline] } 09:33:40 $ docker exec --env ******** --env ******** 0032afdc193a38771cc031b02fdbe4405e4cb9a7c84181cbd6e31d695168e9bd ssh-agent -k 09:33:40 unset SSH_AUTH_SOCK; 09:33:40 unset SSH_AGENT_PID; 09:33:40 echo Agent pid 29 killed; 09:33:40 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 09:33:40 + git semver [Pipeline] } 09:33:41 $ docker stop --time=1 0032afdc193a38771cc031b02fdbe4405e4cb9a7c84181cbd6e31d695168e9bd 09:33:42 $ docker rm -f --volumes 0032afdc193a38771cc031b02fdbe4405e4cb9a7c84181cbd6e31d695168e9bd [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 09:33:43 + [ -d /w/workspace/gexfoundry_go-mod-bootstrap_main/archives ] 09:33:43 + ls -al /w/workspace/gexfoundry_go-mod-bootstrap_main/archives 09:33:43 total 16 09:33:43 drwxr-xr-x 3 root root 4096 Mar 20 09:26 . 09:33:43 drwxrwxr-x 9 jenkins jenkins 4096 Mar 20 09:33 .. 09:33:43 drwxr-xr-x 2 root root 4096 Mar 20 09:26 cost 09:33:43 -rw-r--r-- 1 root root 88 Mar 20 09:26 cost.csv 09:33:43 + sudo chown -R jenkins:jenkins /w/workspace/gexfoundry_go-mod-bootstrap_main/archives 09:33:43 + ls -al /w/workspace/gexfoundry_go-mod-bootstrap_main/archives 09:33:43 total 16 09:33:43 drwxr-xr-x 3 jenkins jenkins 4096 Mar 20 09:26 . 09:33:43 drwxrwxr-x 9 jenkins jenkins 4096 Mar 20 09:33 .. 09:33:43 drwxr-xr-x 2 jenkins jenkins 4096 Mar 20 09:26 cost 09:33:43 -rw-r--r-- 1 jenkins jenkins 88 Mar 20 09:26 cost.csv [Pipeline] libraryResource [Pipeline] sh 09:33:43 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 09:33:44 ---> package-listing.sh 09:33:44 ++ facter osfamily 09:33:44 ++ tr '[:upper:]' '[:lower:]' 09:33:44 + OS_FAMILY=debian 09:33:44 + workspace=/w/workspace/gexfoundry_go-mod-bootstrap_main 09:33:44 + START_PACKAGES=/tmp/packages_start.txt 09:33:44 + END_PACKAGES=/tmp/packages_end.txt 09:33:44 + DIFF_PACKAGES=/tmp/packages_diff.txt 09:33:44 + PACKAGES=/tmp/packages_start.txt 09:33:44 + '[' /w/workspace/gexfoundry_go-mod-bootstrap_main ']' 09:33:44 + PACKAGES=/tmp/packages_end.txt 09:33:44 + case "${OS_FAMILY}" in 09:33:44 + grep '^ii' 09:33:44 + dpkg -l 09:33:44 + '[' -f /tmp/packages_start.txt ']' 09:33:44 + '[' -f /tmp/packages_end.txt ']' 09:33:44 + diff /tmp/packages_start.txt /tmp/packages_end.txt 09:33:44 + '[' /w/workspace/gexfoundry_go-mod-bootstrap_main ']' 09:33:44 + mkdir -p /w/workspace/gexfoundry_go-mod-bootstrap_main/archives/ 09:33:44 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/gexfoundry_go-mod-bootstrap_main/archives/ [Pipeline] echo 09:33:44 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 09:33:45 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:33:45 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 09:33:45 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 09:33:45 prd-ubuntu20.04-docker-8c-8g-435 does not seem to be running inside a container 09:33:45 $ 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 09:33:46 $ docker top 49b7dffb78b86d5a744f34ea16434a9f691b7c0ab2ad689b84aff173060471cc -eo pid,comm [Pipeline] { [Pipeline] sh 09:33:46 + touch /tmp/pre-build-complete [Pipeline] sh 09:33:46 + mkdir -p /var/log/sysstat [Pipeline] sh 09:33:47 + ls /var/log/sa-host 09:33:47 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 09:33:47 provisioning config files... 09:33:47 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_go-mod-bootstrap_main@tmp/config10729854755204361142tmp [Pipeline] { [Pipeline] echo 09:33:47 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 09:33:47 ---> create-netrc.sh [Pipeline] } 09:33:47 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 09:33:48 ---> python-tools-install.sh [Pipeline] echo 09:33:48 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 09:33:48 ---> sudo-logs.sh 09:33:48 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 09:33:48 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 09:33:48 ---> job-cost.sh 09:33:48 lf-activate-venv: SKIPPING 09:33:48 DEBUG: total: 0.2199999988079071 09:33:48 INFO: Retrieving Stack Cost... 09:33:49 INFO: Retrieving Pricing Info for: v3-standard-8 09:33:49 INFO: Archiving Costs [Pipeline] echo 09:33:49 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 09:33:49 ---> logs-deploy.sh 09:33:49 lf-activate-venv: SKIPPING 09:33:49 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-bootstrap/main/274 09:33:49 INFO: archiving workspace using pattern(s): 09:33:50 Archives upload complete. 09:33:51 INFO: archiving logs to Nexus 09:33:51 ---> uname -a: 09:33:51 Linux prd-ubuntu20-04-docker-8c-8g-435 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux 09:33:51 09:33:51 09:33:51 ---> lscpu: 09:33:51 Architecture: x86_64 09:33:51 CPU op-mode(s): 32-bit, 64-bit 09:33:51 Byte Order: Little Endian 09:33:51 Address sizes: 40 bits physical, 48 bits virtual 09:33:51 CPU(s): 8 09:33:51 On-line CPU(s) list: 0-7 09:33:51 Thread(s) per core: 1 09:33:51 Core(s) per socket: 1 09:33:51 Socket(s): 8 09:33:51 NUMA node(s): 1 09:33:51 Vendor ID: AuthenticAMD 09:33:51 CPU family: 23 09:33:51 Model: 49 09:33:51 Model name: AMD EPYC-Rome Processor 09:33:51 Stepping: 0 09:33:51 CPU MHz: 2799.998 09:33:51 BogoMIPS: 5599.99 09:33:51 Virtualization: AMD-V 09:33:51 Hypervisor vendor: KVM 09:33:51 Virtualization type: full 09:33:51 L1d cache: 256 KiB 09:33:51 L1i cache: 256 KiB 09:33:51 L2 cache: 4 MiB 09:33:51 L3 cache: 128 MiB 09:33:51 NUMA node0 CPU(s): 0-7 09:33:51 Vulnerability Itlb multihit: Not affected 09:33:51 Vulnerability L1tf: Not affected 09:33:51 Vulnerability Mds: Not affected 09:33:51 Vulnerability Meltdown: Not affected 09:33:51 Vulnerability Mmio stale data: Not affected 09:33:51 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 09:33:51 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 09:33:51 Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling 09:33:51 Vulnerability Srbds: Not affected 09:33:51 Vulnerability Tsx async abort: Not affected 09:33:51 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 09:33:51 09:33:51 09:33:51 ---> nproc: 09:33:51 8 09:33:51 09:33:51 09:33:51 ---> df -h: 09:33:51 Filesystem Size Used Avail Use% Mounted on 09:33:51 overlay 155G 12G 144G 8% / 09:33:51 tmpfs 64M 0 64M 0% /dev 09:33:51 tmpfs 16G 0 16G 0% /sys/fs/cgroup 09:33:51 shm 64M 0 64M 0% /dev/shm 09:33:51 /dev/vda1 155G 12G 144G 8% /facter-os 09:33:51 09:33:51 09:33:51 ---> sar -b -r -n DEV: 09:33:51 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-435) 03/20/24 _x86_64_ (8 CPU) 09:33:51 09:33:51 09:23:23 LINUX RESTART (8 CPU) 09:33:51 09:33:51 09:24:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 09:33:51 09:25:01 323.51 14.45 309.07 0.00 1867.56 120098.25 0.00 09:33:51 09:26:01 75.92 0.20 75.72 0.00 2.80 42230.61 0.00 09:33:51 09:27:01 44.18 0.03 44.14 0.00 6.93 16579.90 0.00 09:33:51 09:28:01 1.50 0.00 1.50 0.00 0.00 16.80 0.00 09:33:51 09:29:01 40.64 10.40 30.24 0.00 2906.58 4594.17 0.00 09:33:51 09:30:01 4.32 0.03 4.28 0.00 0.27 90.92 0.00 09:33:51 09:31:01 1.33 0.00 1.33 0.00 0.00 15.60 0.00 09:33:51 09:32:01 15.23 0.20 15.03 0.00 28.40 9822.76 0.00 09:33:51 09:33:01 70.82 0.48 70.34 0.00 24.40 29408.70 0.00 09:33:51 Average: 64.16 2.87 61.30 0.00 537.43 24762.29 0.00 09:33:51 09:33:51 09:24:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 09:33:51 09:25:01 28482716 31272992 1032776 3.14 96600 2906200 2294000 6.76 1426508 2507648 394364 09:33:51 09:26:01 28693048 31533320 777812 2.37 104820 2962500 2060184 6.07 1126904 2615164 472556 09:33:51 09:27:01 28725692 31570312 739376 2.25 105452 2953812 1746816 5.15 1104788 2593256 12 09:33:51 09:28:01 28726076 31570808 738636 2.25 105484 2953816 1746816 5.15 1104364 2593256 8 09:33:51 09:29:01 28462804 31552884 729244 2.22 122416 3184084 1709440 5.04 1252844 2679236 248 09:33:51 09:30:01 28469672 31554996 726592 2.21 121004 3180828 1699152 5.01 1249632 2675916 8 09:33:51 09:31:01 28477200 31562628 718948 2.19 121076 3180824 1699152 5.01 1242372 2675924 4 09:33:51 09:32:01 27696660 31540136 735760 2.24 126268 3885532 1792292 5.28 1267904 3379836 432820 09:33:51 09:33:01 27024448 31530864 745280 2.27 158976 4447528 1796020 5.29 1352376 3899108 590480 09:33:51 Average: 28306480 31520993 771603 2.35 118011 3295014 1838208 5.42 1236410 2846594 210056 09:33:51 09:33:51 09:24:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 09:33:51 09:25:01 vetha4396c9 79.85 130.51 7.81 1247.73 0.00 0.00 0.00 0.10 09:33:51 09:25:01 lo 3.07 3.07 0.30 0.30 0.00 0.00 0.00 0.00 09:33:51 09:25:01 ens3 498.42 327.10 6467.80 80.87 0.00 0.00 0.00 0.00 09:33:51 09:25:01 docker0 97.82 150.19 8.22 1387.10 0.00 0.00 0.00 0.00 09:33:51 09:26:01 lo 1.20 1.20 0.11 0.11 0.00 0.00 0.00 0.00 09:33:51 09:26:01 ens3 100.97 66.49 2523.76 14.18 0.00 0.00 0.00 0.00 09:33:51 09:26:01 docker0 0.75 0.73 0.06 0.26 0.00 0.00 0.00 0.00 09:33:51 09:27:01 lo 0.07 0.07 0.01 0.01 0.00 0.00 0.00 0.00 09:33:51 09:27:01 ens3 16.01 10.28 23.33 5.13 0.00 0.00 0.00 0.00 09:33:51 09:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:33:51 09:28:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 09:33:51 09:28:01 ens3 0.17 0.13 0.01 0.01 0.00 0.00 0.00 0.00 09:33:51 09:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:33:51 09:29:01 lo 0.40 0.40 0.04 0.04 0.00 0.00 0.00 0.00 09:33:51 09:29:01 ens3 115.18 62.91 1340.23 4.54 0.00 0.00 0.00 0.00 09:33:51 09:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:33:51 09:30:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 09:33:51 09:30:01 ens3 0.22 0.18 0.01 0.01 0.00 0.00 0.00 0.00 09:33:51 09:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:33:51 09:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:33:51 09:31:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:33:51 09:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:33:51 09:32:01 lo 1.27 1.27 0.12 0.12 0.00 0.00 0.00 0.00 09:33:51 09:32:01 ens3 140.79 83.39 3978.30 12.26 0.00 0.00 0.00 0.00 09:33:51 09:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:33:51 09:33:01 lo 0.87 0.87 0.09 0.09 0.00 0.00 0.00 0.00 09:33:51 09:33:01 ens3 239.44 161.51 4451.34 24.10 0.00 0.00 0.00 0.00 09:33:51 09:33:01 docker0 75.25 108.65 6.16 1252.21 0.00 0.00 0.00 0.00 09:33:51 Average: lo 0.81 0.81 0.08 0.08 0.00 0.00 0.00 0.00 09:33:51 Average: ens3 123.47 79.11 2087.21 15.68 0.00 0.00 0.00 0.00 09:33:51 Average: docker0 19.31 28.84 1.61 293.28 0.00 0.00 0.00 0.00 09:33:51 09:33:51 09:33:51 ---> sar -P ALL: 09:33:51 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-435) 03/20/24 _x86_64_ (8 CPU) 09:33:51 09:33:51 09:23:23 LINUX RESTART (8 CPU) 09:33:51 09:33:51 09:24:01 CPU %user %nice %system %iowait %steal %idle 09:33:51 09:25:01 all 10.24 0.00 3.39 6.34 0.12 79.92 09:33:51 09:25:01 0 8.52 0.00 4.15 17.07 0.10 70.16 09:33:51 09:25:01 1 11.65 0.00 3.07 3.66 0.24 81.38 09:33:51 09:25:01 2 10.33 0.00 2.90 0.84 0.10 85.83 09:33:51 09:25:01 3 9.94 0.00 3.02 5.17 0.13 81.74 09:33:51 09:25:01 4 10.39 0.00 4.36 4.33 0.13 80.79 09:33:51 09:25:01 5 9.01 0.00 3.23 1.03 0.08 86.65 09:33:51 09:25:01 6 10.03 0.00 3.24 2.80 0.07 83.86 09:33:51 09:25:01 7 12.02 0.00 3.15 15.82 0.10 68.90 09:33:51 09:26:01 all 39.70 0.00 5.20 4.94 1.32 48.83 09:33:51 09:26:01 0 42.11 0.00 5.52 14.43 1.86 36.08 09:33:51 09:26:01 1 38.24 0.00 5.29 6.65 1.16 48.66 09:33:51 09:26:01 2 37.92 0.00 5.59 4.09 1.30 51.10 09:33:51 09:26:01 3 41.64 0.00 5.46 7.42 1.70 43.79 09:33:51 09:26:01 4 40.74 0.00 5.57 0.99 1.60 51.09 09:33:51 09:26:01 5 39.33 0.00 4.80 1.01 1.03 53.83 09:33:51 09:26:01 6 37.92 0.00 4.37 2.19 0.75 54.76 09:33:51 09:26:01 7 39.75 0.00 5.00 2.80 1.18 51.27 09:33:51 09:27:01 all 0.88 0.00 0.80 2.15 2.24 93.93 09:33:51 09:27:01 0 0.89 0.00 0.59 0.02 2.56 95.94 09:33:51 09:27:01 1 0.73 0.00 0.73 0.55 1.64 96.35 09:33:51 09:27:01 2 0.37 0.00 0.80 13.80 2.29 82.74 09:33:51 09:27:01 3 1.17 0.00 1.23 2.60 2.22 92.78 09:33:51 09:27:01 4 1.24 0.00 0.80 0.22 2.42 95.33 09:33:51 09:27:01 5 0.51 0.00 0.96 0.05 2.67 95.81 09:33:51 09:27:01 6 0.93 0.00 0.96 0.08 1.86 96.16 09:33:51 09:27:01 7 1.23 0.00 0.34 0.02 2.23 96.18 09:33:51 09:28:01 all 0.01 0.00 0.01 0.00 0.01 99.97 09:33:51 09:28:01 0 0.00 0.00 0.03 0.00 0.02 99.95 09:33:51 09:28:01 1 0.00 0.00 0.00 0.02 0.00 99.98 09:33:51 09:28:01 2 0.03 0.00 0.02 0.00 0.02 99.93 09:33:51 09:28:01 3 0.02 0.00 0.02 0.00 0.02 99.95 09:33:51 09:28:01 4 0.03 0.00 0.00 0.00 0.00 99.97 09:33:51 09:28:01 5 0.00 0.00 0.00 0.02 0.00 99.98 09:33:51 09:28:01 6 0.00 0.00 0.00 0.00 0.00 100.00 09:33:51 09:28:01 7 0.02 0.00 0.00 0.00 0.02 99.97 09:33:51 09:29:01 all 1.78 0.00 1.01 1.12 0.21 95.89 09:33:51 09:29:01 0 2.14 0.00 1.27 0.58 0.27 95.75 09:33:51 09:29:01 1 1.54 0.00 0.97 1.64 0.27 95.59 09:33:51 09:29:01 2 2.84 0.00 1.75 0.23 0.17 95.01 09:33:51 09:29:01 3 1.83 0.00 1.38 1.68 0.22 94.88 09:33:51 09:29:01 4 1.80 0.00 0.67 2.89 0.20 94.45 09:33:51 09:29:01 5 1.60 0.00 0.67 0.13 0.23 97.36 09:33:51 09:29:01 6 1.17 0.00 0.83 1.17 0.22 96.62 09:33:51 09:29:01 7 1.30 0.00 0.50 0.60 0.13 97.46 09:33:51 09:30:01 all 0.12 0.00 0.06 0.14 0.02 99.66 09:33:51 09:30:01 0 0.05 0.00 0.05 0.00 0.02 99.88 09:33:51 09:30:01 1 0.25 0.00 0.12 0.12 0.03 99.48 09:33:51 09:30:01 2 0.10 0.00 0.07 0.05 0.02 99.77 09:33:51 09:30:01 3 0.05 0.00 0.05 0.85 0.00 99.05 09:33:51 09:30:01 4 0.42 0.00 0.05 0.00 0.02 99.52 09:33:51 09:30:01 5 0.03 0.00 0.05 0.12 0.03 99.77 09:33:51 09:30:01 6 0.02 0.00 0.05 0.00 0.00 99.93 09:33:51 09:30:01 7 0.07 0.00 0.05 0.00 0.02 99.87 09:33:51 09:31:01 all 0.06 0.00 0.01 0.18 0.01 99.74 09:33:51 09:31:01 0 0.03 0.00 0.00 0.00 0.00 99.97 09:33:51 09:31:01 1 0.03 0.00 0.03 0.18 0.00 99.75 09:33:51 09:31:01 2 0.08 0.00 0.05 0.00 0.02 99.85 09:33:51 09:31:01 3 0.05 0.00 0.02 1.22 0.02 98.70 09:33:51 09:31:01 4 0.17 0.00 0.00 0.00 0.02 99.82 09:33:51 09:31:01 5 0.02 0.00 0.00 0.00 0.00 99.98 09:33:51 09:31:01 6 0.03 0.00 0.00 0.00 0.00 99.97 09:33:51 09:31:01 7 0.08 0.00 0.02 0.00 0.00 99.90 09:33:51 09:32:01 all 3.17 0.00 1.40 3.05 0.11 92.27 09:33:51 09:32:01 0 2.91 0.00 1.58 0.08 0.12 95.31 09:33:51 09:32:01 1 3.09 0.00 1.36 12.77 0.20 82.58 09:33:51 09:32:01 2 3.01 0.00 1.53 0.12 0.08 95.26 09:33:51 09:32:01 3 3.65 0.00 2.15 6.96 0.10 87.13 09:33:51 09:32:01 4 5.74 0.00 1.18 0.02 0.10 92.96 09:33:51 09:32:01 5 2.19 0.00 0.90 4.10 0.05 92.75 09:33:51 09:32:01 6 2.33 0.00 0.96 0.00 0.07 96.65 09:33:51 09:32:01 7 2.41 0.00 1.54 0.37 0.17 95.51 09:33:51 09:33:01 all 5.45 0.00 2.41 9.34 0.69 82.12 09:33:51 09:33:01 0 6.32 0.00 2.62 2.63 0.67 87.75 09:33:51 09:33:01 1 5.39 0.00 1.83 20.00 0.64 72.14 09:33:51 09:33:01 2 4.66 0.00 2.36 0.42 0.75 91.81 09:33:51 09:33:01 3 6.98 0.00 2.60 26.40 0.60 63.42 09:33:51 09:33:01 4 5.76 0.00 2.06 0.72 0.64 90.83 09:33:51 09:33:01 5 5.79 0.00 3.24 23.39 0.70 66.88 09:33:51 09:33:01 6 4.38 0.00 2.32 0.13 0.69 92.48 09:33:51 09:33:01 7 4.29 0.00 2.26 1.09 0.84 91.53 09:33:51 Average: all 6.78 0.00 1.58 3.02 0.53 88.09 09:33:51 Average: 0 6.93 0.00 1.75 3.83 0.62 86.87 09:33:51 Average: 1 6.73 0.00 1.48 5.05 0.46 86.27 09:33:51 Average: 2 6.56 0.00 1.67 2.17 0.53 89.08 09:33:51 Average: 3 7.23 0.00 1.76 5.80 0.56 84.65 09:33:51 Average: 4 7.33 0.00 1.63 1.01 0.57 89.46 09:33:51 Average: 5 6.45 0.00 1.53 3.31 0.54 88.18 09:33:51 Average: 6 6.29 0.00 1.41 0.71 0.41 91.19 09:33:51 Average: 7 6.74 0.00 1.42 2.28 0.52 89.04 09:33:51 09:33:51 09:33:51