Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 1eae02d0b1549b634448567cd0d7a360a0398db7 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-ssh891126722252980276.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 0b81fa10a7dd14683a964f04f411324fe83f93ac 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-ssh11740840559514063937.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 0b81fa10a7dd14683a964f04f411324fe83f93ac 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-ssh4431280450832015685.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 0b81fa10a7dd14683a964f04f411324fe83f93ac (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 0b81fa10a7dd14683a964f04f411324fe83f93ac # timeout=10 Commit message: "Merge pull request #457 from jinlinGuan/golang-1.23" > 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-ssh6200090927346249668.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-ssh2600162113028604241.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.23 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 ‘prd-ubuntu20.04-docker-8c-8g-24723’ is offline Running on prd-ubuntu20.04-docker-8c-8g-24725 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 Avoid second fetch Checking out Revision 1eae02d0b1549b634448567cd0d7a360a0398db7 (main) Commit message: "fix: remove unit tests related to redis pub/sub (#793)" > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 1eae02d0b1549b634448567cd0d7a360a0398db7 # timeout=10 > git rev-list --no-walk 3d405bacc66978acf348a077831f0ba12d7acfdb # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 07:39:31 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 07:39:31 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 07:39:32 ========================================================= 07:39:32 EdgeX Global Pipelines Version Info 07:39:32 ========================================================= [Pipeline] libraryResource [Pipeline] sh 07:39:32 ------------------- 07:39:32 stable info: 07:39:32 ------------------- 07:39:32 Commited By: Ginny Guan ginny@iotechsys.com 07:39:32 Commit SHA: 0b81fa10a7dd14683a964f04f411324fe83f93ac 07:39:32 Message: update stable to v1.0.265 07:39:33 ------------------- 07:39:33 experimental info: 07:39:33 ------------------- 07:39:33 Commited By: Cherry Wang cherry@iotechsys.com 07:39:33 Commit SHA: b5a5e52272fc4198cf3754284eedf36dbf0baa35 07:39:33 Message: update experimental to v1.0.264 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 07:39:33 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-bootstrap-settings [Pipeline] echo 07:39:33 [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-bootstrap [Pipeline] echo 07:39:33 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 07:39:33 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 07:39:33 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 07:39:33 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.23 [Pipeline] echo 07:39:33 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 07:39:33 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 07:39:33 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 07:39:33 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 07:39:33 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 07:39:33 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = go-mod-bootstrap [Pipeline] echo 07:39:33 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 07:39:33 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 07:39:33 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 07:39:33 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 07:39:33 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 07:39:33 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 07:39:33 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 07:39:33 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 07:39:33 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 07:39:33 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 07:39:33 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 07:39:33 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 07:39:33 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 07:39:33 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 07:39:33 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 07:39:33 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo 07:39:34 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo 07:39:34 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo 07:39:34 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 1eae02d0b1549b634448567cd0d7a360a0398db7 [Pipeline] echo 07:39:34 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 1eae02d [Pipeline] echo 07:39:34 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 07:39:34 + git rev-list -1 --merges 1eae02d0b1549b634448567cd0d7a360a0398db7~1..1eae02d0b1549b634448567cd0d7a360a0398db7 [Pipeline] echo 07:39:34 -----------> git rev-list -1 --merges 1eae02d0b1549b634448567cd0d7a360a0398db7~1..1eae02d0b1549b634448567cd0d7a360a0398db7 1eae02d0b1549b634448567cd0d7a360a0398db7 [false] [Pipeline] sh 07:39:34 + git log --format=format:%s -1 1eae02d0b1549b634448567cd0d7a360a0398db7 [Pipeline] echo 07:39:34 ========================================================= 07:39:34 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 07:39:34 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 07:39:35 + git log --format=format:%s -1 1eae02d0b1549b634448567cd0d7a360a0398db7 [Pipeline] echo 07:39:35 [semverPrep] GIT_COMMIT: 1eae02d0b1549b634448567cd0d7a360a0398db7, Commit Message: fix: remove unit tests related to redis pub/sub (#793) [Pipeline] echo 07:39:35 [semverPrep] This is not a build commit. [Pipeline] sh 07:39:35 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 07:39:35 + grep -v github /etc/ssh/ssh_known_hosts 07:39:35 + [ -e /tmp/ssh_known_hosts ] 07:39:35 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 07:39:35 + + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg=sudo 07:39:35 tee -a /etc/ssh/ssh_known_hosts 07:39:35 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:39:35 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 07:39:35 07:39:35 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:39:36 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 07:39:36 0.1.4: Pulling from edgex-devops/py-git-semver 07:39:36 b85a868b505f: Pulling fs layer 07:39:36 e2be974225ed: Pulling fs layer 07:39:36 339a4e72a1f5: Pulling fs layer 07:39:36 988bab9f4d93: Pulling fs layer 07:39:36 1469e6f7b9e6: Pulling fs layer 07:39:36 eaf3925da568: Pulling fs layer 07:39:36 bab4dde63d76: Pulling fs layer 07:39:36 bde34c3a00c8: Pulling fs layer 07:39:36 b352a97aabf1: Pulling fs layer 07:39:36 4872d77fe225: Pulling fs layer 07:39:36 5851b861e8e6: Pulling fs layer 07:39:36 988bab9f4d93: Waiting 07:39:36 1469e6f7b9e6: Waiting 07:39:36 eaf3925da568: Waiting 07:39:36 bab4dde63d76: Waiting 07:39:36 bde34c3a00c8: Waiting 07:39:36 5851b861e8e6: Waiting 07:39:36 b352a97aabf1: Waiting 07:39:36 e2be974225ed: Download complete 07:39:36 988bab9f4d93: Verifying Checksum 07:39:36 988bab9f4d93: Download complete 07:39:36 1469e6f7b9e6: Verifying Checksum 07:39:36 1469e6f7b9e6: Download complete 07:39:36 339a4e72a1f5: Verifying Checksum 07:39:36 339a4e72a1f5: Download complete 07:39:36 eaf3925da568: Verifying Checksum 07:39:36 eaf3925da568: Download complete 07:39:36 bde34c3a00c8: Verifying Checksum 07:39:36 bde34c3a00c8: Download complete 07:39:36 b352a97aabf1: Verifying Checksum 07:39:36 b352a97aabf1: Download complete 07:39:36 4872d77fe225: Verifying Checksum 07:39:36 4872d77fe225: Download complete 07:39:36 5851b861e8e6: Verifying Checksum 07:39:36 5851b861e8e6: Download complete 07:39:36 b85a868b505f: Verifying Checksum 07:39:36 b85a868b505f: Download complete 07:39:36 bab4dde63d76: Verifying Checksum 07:39:36 bab4dde63d76: Download complete 07:39:37 b85a868b505f: Pull complete 07:39:38 e2be974225ed: Pull complete 07:39:38 339a4e72a1f5: Pull complete 07:39:38 988bab9f4d93: Pull complete 07:39:38 1469e6f7b9e6: Pull complete 07:39:38 eaf3925da568: Pull complete 07:39:40 bab4dde63d76: Pull complete 07:39:40 bde34c3a00c8: Pull complete 07:39:40 b352a97aabf1: Pull complete 07:39:40 4872d77fe225: Pull complete 07:39:40 5851b861e8e6: Pull complete 07:39:40 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 07:39:40 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 07:39:40 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 07:39:40 prd-ubuntu20.04-docker-8c-8g-24725 does not seem to be running inside a container 07:39:40 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_go-mod-bootstrap_main -v /w/workspace/gexfoundry_go-mod-bootstrap_main:/w/workspace/gexfoundry_go-mod-bootstrap_main:rw,z -v /w/workspace/gexfoundry_go-mod-bootstrap_main@tmp:/w/workspace/gexfoundry_go-mod-bootstrap_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 07:39:43 $ docker top 069598ce574c6f3e9539fc0941ba3c293425ba40dadce06f6532e5db7fe5b16f -eo pid,comm 07:39:43 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). 07:39:43 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 07:39:43 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 07:39:43 [ssh-agent] Looking for ssh-agent implementation... 07:39:43 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 07:39:43 $ docker exec 069598ce574c6f3e9539fc0941ba3c293425ba40dadce06f6532e5db7fe5b16f ssh-agent 07:39:43 SSH_AUTH_SOCK=/tmp/ssh-3QyuCAF3dtxl/agent.31 07:39:43 SSH_AGENT_PID=38 07:39:43 Running ssh-add (command line suppressed) 07:39:43 Identity added: /w/workspace/gexfoundry_go-mod-bootstrap_main@tmp/private_key_8912332328968598228.key (/w/workspace/gexfoundry_go-mod-bootstrap_main@tmp/private_key_8912332328968598228.key) 07:39:43 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 07:39:44 + git tag --points-at HEAD [Pipeline] } 07:39:44 $ docker exec --env ******** --env ******** 069598ce574c6f3e9539fc0941ba3c293425ba40dadce06f6532e5db7fe5b16f ssh-agent -k 07:39:44 unset SSH_AUTH_SOCK; 07:39:44 unset SSH_AGENT_PID; 07:39:44 echo Agent pid 38 killed; 07:39:44 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 07:39:44 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 07:39:44 [ssh-agent] Looking for ssh-agent implementation... 07:39:44 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 07:39:44 $ docker exec 069598ce574c6f3e9539fc0941ba3c293425ba40dadce06f6532e5db7fe5b16f ssh-agent 07:39:44 SSH_AUTH_SOCK=/tmp/ssh-rtvNCOcEE90v/agent.71 07:39:44 SSH_AGENT_PID=77 07:39:44 Running ssh-add (command line suppressed) 07:39:44 Identity added: /w/workspace/gexfoundry_go-mod-bootstrap_main@tmp/private_key_6395898894960213262.key (/w/workspace/gexfoundry_go-mod-bootstrap_main@tmp/private_key_6395898894960213262.key) 07:39:44 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 07:39:45 + git semver init 07:39:45 2024-11-07 07:39:45,184 [run_init] DEBUG init version:0.0.0 force:False 07:39:45 2024-11-07 07:39:45,184 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/gexfoundry_go-mod-bootstrap_main/.semver 07:39:45 2024-11-07 07:39:45,185 [execute] INFO git clone -b semver git@github.com:edgexfoundry/go-mod-bootstrap.git /w/workspace/gexfoundry_go-mod-bootstrap_main/.semver 07:39:45 2024-11-07 07:39:45,185 [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) 07:39:46 2024-11-07 07:39:46,112 [append_file] DEBUG append to file:/w/workspace/gexfoundry_go-mod-bootstrap_main/.git/info/exclude 07:39:46 2024-11-07 07:39:46,112 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/gexfoundry_go-mod-bootstrap_main/.semver/main with force:False 07:39:46 2024-11-07 07:39:46,113 [read_version] DEBUG read version from /w/workspace/gexfoundry_go-mod-bootstrap_main/.semver/main 07:39:46 2024-11-07 07:39:46,113 [read_version] DEBUG read version from /w/workspace/gexfoundry_go-mod-bootstrap_main/.semver/main 07:39:46 4.0.0-dev.4 [Pipeline] } 07:39:46 $ docker exec --env ******** --env ******** 069598ce574c6f3e9539fc0941ba3c293425ba40dadce06f6532e5db7fe5b16f ssh-agent -k 07:39:46 unset SSH_AUTH_SOCK; 07:39:46 unset SSH_AGENT_PID; 07:39:46 echo Agent pid 77 killed; 07:39:46 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 07:39:46 + git semver [Pipeline] } 07:39:46 $ docker stop --time=1 069598ce574c6f3e9539fc0941ba3c293425ba40dadce06f6532e5db7fe5b16f 07:39:48 $ docker rm -f --volumes 069598ce574c6f3e9539fc0941ba3c293425ba40dadce06f6532e5db7fe5b16f [Pipeline] // withDockerContainer [Pipeline] sh 07:39:48 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 07:39:48 Stashed 1 file(s) [Pipeline] echo 07:39:48 [edgeXSemver]: initialized semver on version 4.0.0-dev.4 [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 07:39:49 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 07:39:49 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 07:39:49 ========================================================= 07:39:49 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine] 07:39:49 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] sh 07:39:49 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine 07:39:49 1.23-alpine: Pulling from edgex-devops/edgex-golang-base 07:39:49 43c4264eed91: Pulling fs layer 07:39:49 4cc291be95ef: Pulling fs layer 07:39:49 2ac1f1163629: Pulling fs layer 07:39:49 5c3c966382ef: Pulling fs layer 07:39:49 4f4fb700ef54: Pulling fs layer 07:39:49 5d5c8e513c77: Pulling fs layer 07:39:49 9f66e0745190: Pulling fs layer 07:39:49 f49a43e4bbc0: Pulling fs layer 07:39:49 561ebcabdf7f: Pulling fs layer 07:39:49 5d5c8e513c77: Waiting 07:39:49 9f66e0745190: Waiting 07:39:49 f49a43e4bbc0: Waiting 07:39:49 561ebcabdf7f: Waiting 07:39:49 5c3c966382ef: Waiting 07:39:49 4f4fb700ef54: Waiting 07:39:49 4cc291be95ef: Verifying Checksum 07:39:49 4cc291be95ef: Download complete 07:39:49 5c3c966382ef: Verifying Checksum 07:39:49 5c3c966382ef: Download complete 07:39:49 4f4fb700ef54: Download complete 07:39:49 5d5c8e513c77: Verifying Checksum 07:39:49 5d5c8e513c77: Download complete 07:39:49 43c4264eed91: Download complete 07:39:49 9f66e0745190: Verifying Checksum 07:39:49 9f66e0745190: Download complete 07:39:49 43c4264eed91: Pull complete 07:39:49 561ebcabdf7f: Verifying Checksum 07:39:49 561ebcabdf7f: Download complete 07:39:49 4cc291be95ef: Pull complete 07:39:49 2ac1f1163629: Download complete 07:39:50 f49a43e4bbc0: Verifying Checksum 07:39:50 f49a43e4bbc0: Download complete 07:39:53 2ac1f1163629: Pull complete 07:39:53 5c3c966382ef: Pull complete 07:39:53 4f4fb700ef54: Pull complete 07:39:53 5d5c8e513c77: Pull complete 07:39:53 9f66e0745190: Pull complete 07:39:55 f49a43e4bbc0: Pull complete 07:39:56 561ebcabdf7f: Pull complete 07:39:56 Digest: sha256:0719486ae9a24b675ee3acaa2cfd867e7a981f2ef22b41d166c62d936fe8de2d 07:39:56 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine 07:39:56 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [Pipeline] sh 07:39:56 + docker tag nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine ci-base-image-x86_64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:39:56 + docker inspect -f . ci-base-image-x86_64 07:39:56 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 07:39:56 prd-ubuntu20.04-docker-8c-8g-24725 does not seem to be running inside a container 07:39:56 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/gexfoundry_go-mod-bootstrap_main -v /w/workspace/gexfoundry_go-mod-bootstrap_main:/w/workspace/gexfoundry_go-mod-bootstrap_main:rw,z -v /w/workspace/gexfoundry_go-mod-bootstrap_main@tmp:/w/workspace/gexfoundry_go-mod-bootstrap_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 07:39:59 $ docker top cce8630b951d8475f1b6d2acd1da4f1e41f76c63da78f21eaee28a3ac527831a -eo pid,comm [Pipeline] { [Pipeline] sh 07:39:59 + go version 07:39:59 go version go1.23.2 linux/amd64 [Pipeline] } 07:39:59 $ docker stop --time=1 cce8630b951d8475f1b6d2acd1da4f1e41f76c63da78f21eaee28a3ac527831a 07:40:01 $ docker rm -f --volumes cce8630b951d8475f1b6d2acd1da4f1e41f76c63da78f21eaee28a3ac527831a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:40:01 + docker inspect -f . ci-base-image-x86_64 07:40:01 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 07:40:01 prd-ubuntu20.04-docker-8c-8g-24725 does not seem to be running inside a container 07:40:01 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/gexfoundry_go-mod-bootstrap_main -v /w/workspace/gexfoundry_go-mod-bootstrap_main:/w/workspace/gexfoundry_go-mod-bootstrap_main:rw,z -v /w/workspace/gexfoundry_go-mod-bootstrap_main@tmp:/w/workspace/gexfoundry_go-mod-bootstrap_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 07:40:02 $ docker top 1597ef941c681ed785989156e76fb0cfa43c196688ea696c1056d84c5702978c -eo pid,comm [Pipeline] { [Pipeline] sh 07:40:02 + git config --global --add safe.directory /w/workspace/gexfoundry_go-mod-bootstrap_main [Pipeline] fileExists [Pipeline] sh 07:40:02 + make test 07:40:02 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 07:40:02 go: downloading github.com/eclipse/paho.mqtt.golang v1.5.0 07:40:02 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v4 v4.0.0-dev.3 07:40:02 go: downloading github.com/edgexfoundry/go-mod-messaging/v4 v4.0.0-dev.5 07:40:03 go: downloading github.com/edgexfoundry/go-mod-registry/v4 v4.0.0-dev.2 07:40:03 go: downloading github.com/google/uuid v1.6.0 07:40:03 go: downloading github.com/labstack/echo/v4 v4.12.0 07:40:03 go: downloading github.com/openziti/sdk-golang v0.23.43 07:40:03 go: downloading github.com/stretchr/testify v1.9.0 07:40:03 go: downloading github.com/mitchellh/mapstructure v1.5.0 07:40:03 go: downloading github.com/edgexfoundry/go-mod-configuration/v4 v4.0.0-dev.4 07:40:03 go: downloading github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 07:40:03 go: downloading github.com/hashicorp/go-multierror v1.1.1 07:40:03 go: downloading github.com/edgexfoundry/go-mod-secrets/v4 v4.0.0-dev.2 07:40:03 go: downloading github.com/sirupsen/logrus v1.9.3 07:40:03 go: downloading github.com/mitchellh/copystructure v1.2.0 07:40:03 go: downloading gopkg.in/yaml.v3 v3.0.1 07:40:03 go: downloading github.com/gorilla/websocket v1.5.3 07:40:03 go: downloading golang.org/x/net v0.29.0 07:40:03 go: downloading golang.org/x/sync v0.8.0 07:40:03 go: downloading github.com/go-kit/log v0.2.1 07:40:03 go: downloading github.com/fxamacker/cbor/v2 v2.7.0 07:40:03 go: downloading github.com/go-playground/validator/v10 v10.22.1 07:40:03 go: downloading github.com/labstack/gommon v0.4.2 07:40:03 go: downloading golang.org/x/crypto v0.27.0 07:40:03 go: downloading github.com/golang-jwt/jwt v3.2.2+incompatible 07:40:03 go: downloading github.com/valyala/fasttemplate v1.2.2 07:40:03 go: downloading golang.org/x/time v0.6.0 07:40:03 go: downloading github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc 07:40:03 go: downloading github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 07:40:03 go: downloading github.com/stretchr/objx v0.5.2 07:40:03 go: downloading github.com/go-openapi/runtime v0.28.0 07:40:03 go: downloading github.com/go-openapi/strfmt v0.23.0 07:40:03 go: downloading github.com/go-resty/resty/v2 v2.15.3 07:40:03 go: downloading github.com/golang-jwt/jwt/v5 v5.2.1 07:40:03 go: downloading github.com/michaelquigley/pfxlog v0.6.10 07:40:03 go: downloading github.com/openziti/edge-api v0.26.32 07:40:03 Still waiting to schedule task 07:40:03 ‘prd-ubuntu20.04-docker-arm64-4c-16g-24724’ is offline 07:40:04 go: downloading github.com/openziti/foundation/v2 v2.0.49 07:40:04 go: downloading github.com/cenkalti/backoff/v4 v4.3.0 07:40:04 go: downloading github.com/kataras/go-events v0.0.3 07:40:04 go: downloading github.com/openziti/channel/v3 v3.0.4 07:40:04 go: downloading github.com/openziti/identity v1.0.85 07:40:04 go: downloading github.com/orcaman/concurrent-map/v2 v2.0.1 07:40:04 go: downloading github.com/pkg/errors v0.9.1 07:40:04 go: downloading github.com/zitadel/oidc/v2 v2.12.2 07:40:04 go: downloading golang.org/x/exp v0.0.0-20230817173708-d852ddb80c63 07:40:04 go: downloading golang.org/x/oauth2 v0.23.0 07:40:04 go: downloading github.com/openziti/metrics v1.2.58 07:40:04 go: downloading github.com/openziti/secretstream v0.1.25 07:40:04 go: downloading github.com/openziti/transport/v2 v2.0.146 07:40:04 go: downloading github.com/hashicorp/errwrap v1.1.0 07:40:04 go: downloading github.com/spiffe/go-spiffe/v2 v2.4.0 07:40:04 go: downloading github.com/mitchellh/reflectwalk v1.0.2 07:40:04 go: downloading golang.org/x/sys v0.25.0 07:40:04 go: downloading github.com/go-logfmt/logfmt v0.5.1 07:40:04 go: downloading github.com/x448/float16 v0.8.4 07:40:04 go: downloading github.com/gabriel-vasile/mimetype v1.4.3 07:40:04 go: downloading github.com/go-playground/universal-translator v0.18.1 07:40:04 go: downloading github.com/leodido/go-urn v1.4.0 07:40:04 go: downloading golang.org/x/text v0.18.0 07:40:04 go: downloading github.com/mattn/go-colorable v0.1.13 07:40:04 go: downloading github.com/mattn/go-isatty v0.0.20 07:40:04 go: downloading github.com/valyala/bytebufferpool v1.0.0 07:40:04 go: downloading github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2 07:40:04 go: downloading github.com/go-openapi/errors v0.22.0 07:40:04 go: downloading github.com/oklog/ulid v1.3.1 07:40:04 go: downloading go.mongodb.org/mongo-driver v1.17.0 07:40:04 go: downloading github.com/go-openapi/swag v0.23.0 07:40:04 go: downloading github.com/opentracing/opentracing-go v1.2.0 07:40:04 go: downloading go.opentelemetry.io/otel v1.29.0 07:40:04 go: downloading go.opentelemetry.io/otel/trace v1.29.0 07:40:04 go: downloading github.com/mgutz/ansi v0.0.0-20200706080929-d51e80ef957d 07:40:04 go: downloading github.com/fullsailor/pkcs7 v0.0.0-20190404230743-d7302db945fa 07:40:04 go: downloading github.com/go-openapi/validate v0.24.0 07:40:04 go: downloading github.com/fsnotify/fsnotify v1.7.0 07:40:04 go: downloading github.com/mitchellh/go-ps v1.0.0 07:40:04 go: downloading github.com/shirou/gopsutil/v3 v3.24.5 07:40:04 go: downloading google.golang.org/protobuf v1.34.2 07:40:04 go: downloading github.com/speps/go-hashids v2.0.0+incompatible 07:40:04 go: downloading github.com/golang/protobuf v1.5.4 07:40:05 go: downloading gopkg.in/go-jose/go-jose.v2 v2.6.3 07:40:05 go: downloading github.com/gorilla/securecookie v1.1.2 07:40:05 go: downloading github.com/gorilla/schema v1.4.1 07:40:05 go: downloading github.com/muhlemmer/gu v0.3.1 07:40:05 go: downloading github.com/spf13/cast v1.7.0 07:40:05 go: downloading github.com/zeebo/errs v1.3.0 07:40:05 go: downloading google.golang.org/grpc v1.67.1 07:40:05 go: downloading github.com/go-playground/locales v0.14.1 07:40:05 go: downloading github.com/go-openapi/analysis v0.23.0 07:40:05 go: downloading github.com/go-openapi/loads v0.22.0 07:40:05 go: downloading github.com/go-openapi/spec v0.21.0 07:40:05 go: downloading github.com/mailru/easyjson v0.7.7 07:40:05 go: downloading github.com/go-logr/logr v1.4.2 07:40:05 go: downloading go.opentelemetry.io/otel/metric v1.29.0 07:40:05 go: downloading golang.org/x/term v0.24.0 07:40:05 go: downloading github.com/tklauser/go-sysconf v0.3.12 07:40:05 go: downloading github.com/go-openapi/jsonpointer v0.21.0 07:40:05 go: downloading github.com/go-jose/go-jose/v4 v4.0.4 07:40:05 go: downloading github.com/go-openapi/jsonreference v0.21.0 07:40:05 go: downloading github.com/josharian/intern v1.0.0 07:40:05 go: downloading github.com/go-logr/stdr v1.2.2 07:40:05 go: downloading google.golang.org/genproto/googleapis/rpc v0.0.0-20240814211410-ddb44dafa142 07:40:05 go: downloading github.com/parallaxsecond/parsec-client-go v0.0.0-20221025095442-f0a77d263cf9 07:40:05 go: downloading github.com/tklauser/numcpus v0.6.1 07:40:20 github.com/edgexfoundry/go-mod-bootstrap/v4/bootstrap coverage: 0.0% of statements 07:40:20 github.com/edgexfoundry/go-mod-bootstrap/v4/bootstrap/container coverage: 0.0% of statements 07:40:38 ? github.com/edgexfoundry/go-mod-bootstrap/v4/bootstrap/interfaces [no test files] 07:40:38 github.com/edgexfoundry/go-mod-bootstrap/v4/bootstrap/interfaces/mocks coverage: 0.0% of statements 07:40:38 github.com/edgexfoundry/go-mod-bootstrap/v4/bootstrap/startup coverage: 0.0% of statements 07:40:38 github.com/edgexfoundry/go-mod-bootstrap/v4/bootstrap/zerotrust coverage: 0.0% of statements 07:40:40 ok github.com/edgexfoundry/go-mod-bootstrap/v4/bootstrap/config 20.038s coverage: 34.6% of statements 07:40:40 ok github.com/edgexfoundry/go-mod-bootstrap/v4/bootstrap/controller 0.022s coverage: 93.5% of statements 07:40:40 ok github.com/edgexfoundry/go-mod-bootstrap/v4/bootstrap/environment 0.007s coverage: 88.1% of statements 07:40:40 ok github.com/edgexfoundry/go-mod-bootstrap/v4/bootstrap/file 0.352s coverage: 88.2% of statements 07:40:40 ok github.com/edgexfoundry/go-mod-bootstrap/v4/bootstrap/flags 0.005s coverage: 84.4% of statements 07:40:40 ok github.com/edgexfoundry/go-mod-bootstrap/v4/bootstrap/handlers 2.032s coverage: 39.8% of statements 07:40:40 ok github.com/edgexfoundry/go-mod-bootstrap/v4/bootstrap/messaging 0.013s coverage: 100.0% of statements 07:40:40 ok github.com/edgexfoundry/go-mod-bootstrap/v4/bootstrap/metrics 0.317s coverage: 87.7% of statements 07:40:40 ok github.com/edgexfoundry/go-mod-bootstrap/v4/bootstrap/registration 0.009s coverage: 24.0% of statements 07:40:40 ok github.com/edgexfoundry/go-mod-bootstrap/v4/bootstrap/secret 3.027s coverage: 75.9% of statements 07:40:40 ok github.com/edgexfoundry/go-mod-bootstrap/v4/bootstrap/utils 0.008s coverage: 50.9% of statements 07:40:40 ok github.com/edgexfoundry/go-mod-bootstrap/v4/config 0.005s coverage: 31.2% of statements 07:40:40 ok github.com/edgexfoundry/go-mod-bootstrap/v4/di 0.005s coverage: 91.3% of statements 07:40:50 CGO_ENABLED=1 GO111MODULE=on go vet ./... 07:40:55 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 07:40:55 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [Pipeline] echo 07:40:55 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] } 07:40:55 $ docker stop --time=1 1597ef941c681ed785989156e76fb0cfa43c196688ea696c1056d84c5702978c 07:40:57 $ docker rm -f --volumes 1597ef941c681ed785989156e76fb0cfa43c196688ea696c1056d84c5702978c [Pipeline] // withDockerContainer [Pipeline] sh 07:40:57 + sudo chown -R jenkins:jenkins . [Pipeline] stash 07:40:58 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:40:58 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 07:40:58 07:40:58 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:40:58 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 07:40:58 latest: Pulling from edgex-lftools-log-publisher 07:40:58 5eb5b503b376: Pulling fs layer 07:40:58 5c69ac0246d0: Pulling fs layer 07:40:58 ec43610c2a17: Pulling fs layer 07:40:58 3a2ae6a8a46f: Pulling fs layer 07:40:58 33b1e0a273af: Pulling fs layer 07:40:58 5d3b04190fa2: Pulling fs layer 07:40:58 2f39f015ded8: Pulling fs layer 07:40:58 33b1e0a273af: Waiting 07:40:58 3a2ae6a8a46f: Waiting 07:40:58 5d3b04190fa2: Waiting 07:40:58 2f39f015ded8: Waiting 07:40:59 5c69ac0246d0: Download complete 07:40:59 3a2ae6a8a46f: Verifying Checksum 07:40:59 3a2ae6a8a46f: Download complete 07:40:59 33b1e0a273af: Verifying Checksum 07:40:59 33b1e0a273af: Download complete 07:40:59 ec43610c2a17: Verifying Checksum 07:40:59 ec43610c2a17: Download complete 07:40:59 5d3b04190fa2: Download complete 07:40:59 5eb5b503b376: Verifying Checksum 07:40:59 5eb5b503b376: Download complete 07:41:00 2f39f015ded8: Verifying Checksum 07:41:00 2f39f015ded8: Download complete 07:41:00 5eb5b503b376: Pull complete 07:41:00 5c69ac0246d0: Pull complete 07:41:01 ec43610c2a17: Pull complete 07:41:01 3a2ae6a8a46f: Pull complete 07:41:01 33b1e0a273af: Pull complete 07:41:01 5d3b04190fa2: Pull complete 07:41:05 2f39f015ded8: Pull complete 07:41:05 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 07:41:05 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 07:41:05 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 07:41:05 prd-ubuntu20.04-docker-8c-8g-24725 does not seem to be running inside a container 07:41:05 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/gexfoundry_go-mod-bootstrap_main -v /w/workspace/gexfoundry_go-mod-bootstrap_main:/w/workspace/gexfoundry_go-mod-bootstrap_main:rw,z -v /w/workspace/gexfoundry_go-mod-bootstrap_main@tmp:/w/workspace/gexfoundry_go-mod-bootstrap_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 07:41:08 $ docker top 24d8e99cc2c6b6dcc0f30c3c32cf44327bf91d5a3d7c277ccb541faaac987df3 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 07:41:09 ---> job-cost.sh 07:41:09 lf-activate-venv: SKIPPING 07:41:09 INFO: No Stack... 07:41:09 INFO: Retrieving Pricing Info for: v3-standard-8 07:41:09 INFO: Archiving Costs [Pipeline] sh 07:41:10 + cat /w/workspace/gexfoundry_go-mod-bootstrap_main/archives/cost.csv 07:41:10 + cut -d, -f6 [Pipeline] lock 07:41:10 Trying to acquire lock on [Resource: jenkins-edgexfoundry-go-mod-bootstrap-main-329-stack-cost] 07:41:10 Resource [jenkins-edgexfoundry-go-mod-bootstrap-main-329-stack-cost] did not exist. Created. 07:41:10 Lock acquired on [Resource: jenkins-edgexfoundry-go-mod-bootstrap-main-329-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 07:41:10 + echo total: 0.2199999988079071 [Pipeline] stash 07:41:10 Stashed 1 file(s) [Pipeline] } 07:41:10 Lock released on resource [Resource: jenkins-edgexfoundry-go-mod-bootstrap-main-329-stack-cost] [Pipeline] // lock [Pipeline] } 07:41:10 $ docker stop --time=1 24d8e99cc2c6b6dcc0f30c3c32cf44327bf91d5a3d7c277ccb541faaac987df3 07:41:11 $ docker rm -f --volumes 24d8e99cc2c6b6dcc0f30c3c32cf44327bf91d5a3d7c277ccb541faaac987df3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 07:41:36 Running on prd-ubuntu20.04-docker-arm64-4c-16g-24726 in /w/workspace/gexfoundry_go-mod-bootstrap_main [Pipeline] { [Pipeline] ws 07:41:36 Running in /w/workspace/go-mod-bootstrap/329 [Pipeline] { [Pipeline] checkout 07:41:39 The recommended git tool is: git 07:41:44 using credential edgex-jenkins-ssh 07:41:44 Cloning the remote Git repository 07:41:44 Cloning repository git@github.com:edgexfoundry/go-mod-bootstrap.git 07:41:44 > git init /w/workspace/go-mod-bootstrap/329 # timeout=10 07:41:44 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-bootstrap.git 07:41:44 > git --version # timeout=10 07:41:44 > git --version # 'git version 2.25.1' 07:41:44 using GIT_SSH to set credentials SSH Credentials for GitHub 07:41:44 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-bootstrap.git +refs/heads/*:refs/remotes/origin/* # timeout=10 07:41:47 Avoid second fetch 07:41:47 Checking out Revision 1eae02d0b1549b634448567cd0d7a360a0398db7 (main) 07:41:46 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-bootstrap.git # timeout=10 07:41:46 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 07:41:47 > git config core.sparsecheckout # timeout=10 07:41:47 > git checkout -f 1eae02d0b1549b634448567cd0d7a360a0398db7 # timeout=10 07:41:48 Commit message: "fix: remove unit tests related to redis pub/sub (#793)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 07:41:53 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 07:41:53 % Total % Received % Xferd Average Speed Time Time Time Current 07:41:53 Dload Upload Total Spent Left Speed 07:41:53 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12828 100 12828 0 0 108k 0 --:--:-- --:--:-- --:--:-- 108k 100 12828 100 12828 0 0 107k 0 --:--:-- --:--:-- --:--:-- 107k [Pipeline] sh 07:41:53 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 07:41:53 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"}+ /etc/docker/daemon.json 07:41:53 sudo tee /etc/docker/daemon.new 07:41:53 { 07:41:53 "registry-mirrors": [ 07:41:53 "https://nexus3.edgexfoundry.org:10001" 07:41:53 ], 07:41:53 "bip": "10.250.0.254/24", 07:41:53 "hosts": [ 07:41:53 "tcp://0.0.0.0:5555", 07:41:53 "unix:///var/run/docker.sock" 07:41:53 ], 07:41:53 "mtu": 1458, 07:41:53 "selinux-enabled": true, 07:41:53 "seccomp-profile": "/etc/docker/seccomp.json" 07:41:53 } [Pipeline] sh 07:41:54 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 07:41:54 + sudo service docker restart [Pipeline] unstash [Pipeline] echo 07:42:14 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 07:42:14 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 07:42:14 ========================================================= 07:42:14 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine] 07:42:14 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] sh 07:42:14 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine 07:42:15 1.23-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 07:42:15 cf04c63912e1: Pulling fs layer 07:42:15 55b35a11ae5e: Pulling fs layer 07:42:15 a37a00ec5f00: Pulling fs layer 07:42:15 50b3750afda1: Pulling fs layer 07:42:15 4f4fb700ef54: Pulling fs layer 07:42:15 80978eb59214: Pulling fs layer 07:42:15 c9f46d7d2bd2: Pulling fs layer 07:42:15 c5a475d317c9: Pulling fs layer 07:42:15 4f4fb700ef54: Waiting 07:42:15 80978eb59214: Waiting 07:42:15 c9f46d7d2bd2: Waiting 07:42:15 c5a475d317c9: Waiting 07:42:15 50b3750afda1: Waiting 07:42:15 55b35a11ae5e: Verifying Checksum 07:42:15 55b35a11ae5e: Download complete 07:42:15 50b3750afda1: Verifying Checksum 07:42:15 50b3750afda1: Download complete 07:42:15 4f4fb700ef54: Verifying Checksum 07:42:15 4f4fb700ef54: Download complete 07:42:15 80978eb59214: Verifying Checksum 07:42:15 80978eb59214: Download complete 07:42:15 cf04c63912e1: Verifying Checksum 07:42:15 cf04c63912e1: Download complete 07:42:16 c5a475d317c9: Verifying Checksum 07:42:16 c5a475d317c9: Download complete 07:42:16 cf04c63912e1: Pull complete 07:42:17 55b35a11ae5e: Pull complete 07:42:17 a37a00ec5f00: Verifying Checksum 07:42:17 a37a00ec5f00: Download complete 07:42:18 c9f46d7d2bd2: Verifying Checksum 07:42:18 c9f46d7d2bd2: Download complete 07:42:33 a37a00ec5f00: Pull complete 07:42:33 50b3750afda1: Pull complete 07:42:33 4f4fb700ef54: Pull complete 07:42:33 80978eb59214: Pull complete 07:42:39 c9f46d7d2bd2: Pull complete 07:42:41 c5a475d317c9: Pull complete 07:42:41 Digest: sha256:2391c17ca386d1fbfa331956bd558234564149703727e64d3c69580d84b42a9b 07:42:41 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine 07:42:41 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine [Pipeline] sh 07:42:41 + docker tag nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine ci-base-image-arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:42:42 + docker inspect -f . ci-base-image-arm64 07:42:42 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 07:42:42 prd-ubuntu20.04-docker-arm64-4c-16g-24726 does not seem to be running inside a container 07:42:42 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/go-mod-bootstrap/329 -v /w/workspace/go-mod-bootstrap/329:/w/workspace/go-mod-bootstrap/329:rw,z -v /w/workspace/go-mod-bootstrap/329@tmp:/w/workspace/go-mod-bootstrap/329@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 07:42:45 $ docker top e773d4aa3e9a10a6fb7d97de8af729f056120f5e77210c47f5aa2db8acf2c55e -eo pid,comm [Pipeline] { [Pipeline] sh 07:42:46 + go version 07:42:46 go version go1.23.2 linux/arm64 [Pipeline] } 07:42:46 $ docker stop --time=1 e773d4aa3e9a10a6fb7d97de8af729f056120f5e77210c47f5aa2db8acf2c55e 07:42:48 $ docker rm -f --volumes e773d4aa3e9a10a6fb7d97de8af729f056120f5e77210c47f5aa2db8acf2c55e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:42:48 + docker inspect -f . ci-base-image-arm64 07:42:48 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 07:42:48 prd-ubuntu20.04-docker-arm64-4c-16g-24726 does not seem to be running inside a container 07:42:48 $ 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/329 -v /w/workspace/go-mod-bootstrap/329:/w/workspace/go-mod-bootstrap/329:rw,z -v /w/workspace/go-mod-bootstrap/329@tmp:/w/workspace/go-mod-bootstrap/329@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 07:42:50 $ docker top fbfde004c41ccba99a56612018be0726de1ef610d9c621dc433e1a2b9ffd1e6d -eo pid,comm [Pipeline] { [Pipeline] sh 07:42:50 + git config --global --add safe.directory /w/workspace/go-mod-bootstrap/329 [Pipeline] fileExists [Pipeline] sh 07:42:51 + make test 07:42:51 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 07:42:51 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v4 v4.0.0-dev.3 07:42:51 go: downloading github.com/edgexfoundry/go-mod-registry/v4 v4.0.0-dev.2 07:42:51 go: downloading github.com/edgexfoundry/go-mod-configuration/v4 v4.0.0-dev.4 07:42:52 go: downloading github.com/edgexfoundry/go-mod-messaging/v4 v4.0.0-dev.5 07:42:52 go: downloading github.com/mitchellh/copystructure v1.2.0 07:42:52 go: downloading gopkg.in/yaml.v3 v3.0.1 07:42:52 go: downloading github.com/stretchr/testify v1.9.0 07:42:52 go: downloading github.com/eclipse/paho.mqtt.golang v1.5.0 07:42:52 go: downloading github.com/labstack/echo/v4 v4.12.0 07:42:52 go: downloading github.com/mitchellh/mapstructure v1.5.0 07:42:52 go: downloading github.com/edgexfoundry/go-mod-secrets/v4 v4.0.0-dev.2 07:42:52 go: downloading github.com/google/uuid v1.6.0 07:42:52 go: downloading github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 07:42:52 go: downloading github.com/openziti/sdk-golang v0.23.43 07:42:52 go: downloading github.com/hashicorp/go-multierror v1.1.1 07:42:52 go: downloading github.com/sirupsen/logrus v1.9.3 07:42:52 go: downloading github.com/go-kit/log v0.2.1 07:42:53 go: downloading github.com/go-playground/validator/v10 v10.22.1 07:42:53 go: downloading github.com/mitchellh/reflectwalk v1.0.2 07:42:53 go: downloading github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc 07:42:53 go: downloading github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 07:42:53 go: downloading github.com/stretchr/objx v0.5.2 07:42:53 go: downloading github.com/gorilla/websocket v1.5.3 07:42:53 go: downloading golang.org/x/net v0.29.0 07:42:53 go: downloading golang.org/x/sync v0.8.0 07:42:53 go: downloading github.com/spiffe/go-spiffe/v2 v2.4.0 07:42:53 go: downloading github.com/fxamacker/cbor/v2 v2.7.0 07:42:53 go: downloading github.com/labstack/gommon v0.4.2 07:42:53 go: downloading golang.org/x/crypto v0.27.0 07:42:54 go: downloading github.com/golang-jwt/jwt v3.2.2+incompatible 07:42:54 go: downloading github.com/valyala/fasttemplate v1.2.2 07:42:54 go: downloading golang.org/x/time v0.6.0 07:42:54 go: downloading github.com/go-openapi/runtime v0.28.0 07:42:54 go: downloading github.com/go-openapi/strfmt v0.23.0 07:42:54 go: downloading github.com/go-resty/resty/v2 v2.15.3 07:42:54 go: downloading github.com/golang-jwt/jwt/v5 v5.2.1 07:42:54 go: downloading github.com/michaelquigley/pfxlog v0.6.10 07:42:55 go: downloading github.com/openziti/edge-api v0.26.32 07:42:57 go: downloading github.com/openziti/channel/v3 v3.0.4 07:42:57 go: downloading github.com/openziti/foundation/v2 v2.0.49 07:42:57 go: downloading github.com/openziti/identity v1.0.85 07:42:57 go: downloading github.com/pkg/errors v0.9.1 07:42:57 go: downloading github.com/orcaman/concurrent-map/v2 v2.0.1 07:42:57 go: downloading github.com/zitadel/oidc/v2 v2.12.2 07:42:58 go: downloading golang.org/x/exp v0.0.0-20230817173708-d852ddb80c63 07:42:58 go: downloading golang.org/x/oauth2 v0.23.0 07:42:58 go: downloading github.com/openziti/secretstream v0.1.25 07:42:58 go: downloading github.com/openziti/transport/v2 v2.0.146 07:42:58 go: downloading github.com/cenkalti/backoff/v4 v4.3.0 07:42:58 go: downloading github.com/kataras/go-events v0.0.3 07:42:58 go: downloading github.com/openziti/metrics v1.2.58 07:42:58 go: downloading github.com/hashicorp/errwrap v1.1.0 07:42:58 go: downloading github.com/spf13/cast v1.7.0 07:42:58 go: downloading golang.org/x/sys v0.25.0 07:42:58 go: downloading github.com/go-logfmt/logfmt v0.5.1 07:42:58 go: downloading github.com/gabriel-vasile/mimetype v1.4.3 07:42:58 go: downloading github.com/go-playground/universal-translator v0.18.1 07:42:58 go: downloading github.com/leodido/go-urn v1.4.0 07:42:58 go: downloading golang.org/x/text v0.18.0 07:42:59 go: downloading github.com/zeebo/errs v1.3.0 07:43:00 go: downloading google.golang.org/grpc v1.67.1 07:43:01 go: downloading github.com/x448/float16 v0.8.4 07:43:01 go: downloading github.com/mattn/go-colorable v0.1.13 07:43:03 go: downloading github.com/mattn/go-isatty v0.0.20 07:43:03 go: downloading github.com/valyala/bytebufferpool v1.0.0 07:43:03 go: downloading github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2 07:43:03 go: downloading github.com/go-openapi/errors v0.22.0 07:43:03 go: downloading github.com/oklog/ulid v1.3.1 07:43:03 go: downloading go.mongodb.org/mongo-driver v1.17.0 07:43:03 go: downloading github.com/go-openapi/swag v0.23.0 07:43:03 go: downloading github.com/opentracing/opentracing-go v1.2.0 07:43:03 go: downloading go.opentelemetry.io/otel v1.29.0 07:43:04 go: downloading go.opentelemetry.io/otel/trace v1.29.0 07:43:04 go: downloading github.com/mgutz/ansi v0.0.0-20200706080929-d51e80ef957d 07:43:04 go: downloading github.com/go-openapi/validate v0.24.0 07:43:04 go: downloading github.com/fullsailor/pkcs7 v0.0.0-20190404230743-d7302db945fa 07:43:04 go: downloading github.com/speps/go-hashids v2.0.0+incompatible 07:43:04 go: downloading github.com/fsnotify/fsnotify v1.7.0 07:43:04 go: downloading gopkg.in/go-jose/go-jose.v2 v2.6.3 07:43:04 go: downloading github.com/gorilla/securecookie v1.1.2 07:43:04 go: downloading github.com/gorilla/schema v1.4.1 07:43:04 go: downloading github.com/muhlemmer/gu v0.3.1 07:43:04 go: downloading github.com/golang/protobuf v1.5.4 07:43:04 go: downloading google.golang.org/protobuf v1.34.2 07:43:05 go: downloading github.com/mitchellh/go-ps v1.0.0 07:43:05 go: downloading github.com/shirou/gopsutil/v3 v3.24.5 07:43:05 go: downloading github.com/go-playground/locales v0.14.1 07:43:06 go: downloading github.com/go-jose/go-jose/v4 v4.0.4 07:43:06 go: downloading google.golang.org/genproto/googleapis/rpc v0.0.0-20240814211410-ddb44dafa142 07:43:06 go: downloading github.com/mailru/easyjson v0.7.7 07:43:06 go: downloading github.com/go-openapi/analysis v0.23.0 07:43:06 go: downloading github.com/go-openapi/loads v0.22.0 07:43:06 go: downloading github.com/go-openapi/spec v0.21.0 07:43:06 go: downloading github.com/go-logr/logr v1.4.2 07:43:06 go: downloading go.opentelemetry.io/otel/metric v1.29.0 07:43:06 go: downloading golang.org/x/term v0.24.0 07:43:06 go: downloading github.com/go-openapi/jsonpointer v0.21.0 07:43:06 go: downloading github.com/tklauser/go-sysconf v0.3.12 07:43:06 go: downloading github.com/josharian/intern v1.0.0 07:43:06 go: downloading github.com/go-logr/stdr v1.2.2 07:43:06 go: downloading github.com/parallaxsecond/parsec-client-go v0.0.0-20221025095442-f0a77d263cf9 07:43:06 go: downloading github.com/go-openapi/jsonreference v0.21.0 07:43:06 go: downloading github.com/tklauser/numcpus v0.6.1 07:44:59 github.com/edgexfoundry/go-mod-bootstrap/v4/bootstrap coverage: 0.0% of statements 07:44:59 github.com/edgexfoundry/go-mod-bootstrap/v4/bootstrap/container coverage: 0.0% of statements 07:45:17 ok github.com/edgexfoundry/go-mod-bootstrap/v4/bootstrap/config 20.234s coverage: 34.6% of statements 07:46:13 ok github.com/edgexfoundry/go-mod-bootstrap/v4/bootstrap/controller 0.168s coverage: 93.5% of statements 07:46:13 ok github.com/edgexfoundry/go-mod-bootstrap/v4/bootstrap/environment 0.079s coverage: 88.1% of statements 07:46:13 ok github.com/edgexfoundry/go-mod-bootstrap/v4/bootstrap/file 0.491s coverage: 88.2% of statements 07:46:13 ok github.com/edgexfoundry/go-mod-bootstrap/v4/bootstrap/flags 0.018s coverage: 84.4% of statements 07:46:20 ? github.com/edgexfoundry/go-mod-bootstrap/v4/bootstrap/interfaces [no test files] 07:46:20 github.com/edgexfoundry/go-mod-bootstrap/v4/bootstrap/interfaces/mocks coverage: 0.0% of statements 07:46:23 ok github.com/edgexfoundry/go-mod-bootstrap/v4/bootstrap/handlers 2.153s coverage: 39.8% of statements 07:46:23 ok github.com/edgexfoundry/go-mod-bootstrap/v4/bootstrap/messaging 0.072s coverage: 100.0% of statements 07:46:25 ok github.com/edgexfoundry/go-mod-bootstrap/v4/bootstrap/metrics 0.456s coverage: 87.7% of statements 07:46:25 ok github.com/edgexfoundry/go-mod-bootstrap/v4/bootstrap/registration 0.049s coverage: 24.0% of statements 07:46:27 github.com/edgexfoundry/go-mod-bootstrap/v4/bootstrap/startup coverage: 0.0% of statements 07:46:27 github.com/edgexfoundry/go-mod-bootstrap/v4/bootstrap/zerotrust coverage: 0.0% of statements 07:46:30 ok github.com/edgexfoundry/go-mod-bootstrap/v4/bootstrap/secret 3.127s coverage: 75.9% of statements 07:46:30 ok github.com/edgexfoundry/go-mod-bootstrap/v4/bootstrap/utils 0.029s coverage: 50.9% of statements 07:46:30 ok github.com/edgexfoundry/go-mod-bootstrap/v4/config 0.026s coverage: 31.2% of statements 07:46:30 ok github.com/edgexfoundry/go-mod-bootstrap/v4/di 0.018s coverage: 91.3% of statements 07:46:31 WARNING: Linting skipped (not on x86_64 or linter not installed) 07:46:31 CGO_ENABLED=1 GO111MODULE=on go vet ./... 07:47:21 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 07:47:21 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [Pipeline] echo 07:47:21 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] } 07:47:21 $ docker stop --time=1 fbfde004c41ccba99a56612018be0726de1ef610d9c621dc433e1a2b9ffd1e6d 07:47:23 $ docker rm -f --volumes fbfde004c41ccba99a56612018be0726de1ef610d9c621dc433e1a2b9ffd1e6d [Pipeline] // withDockerContainer [Pipeline] sh 07:47:27 + sudo chown -R jenkins:jenkins . [Pipeline] stash 07:47:27 Warning: overwriting stash ‘coverage-report’ 07:47:28 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:47:28 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 07:47:28 07:47:28 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:47:29 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 07:47:29 arm64: Pulling from edgex-lftools-log-publisher 07:47:29 8998bd30e6a1: Pulling fs layer 07:47:29 04944245beec: Pulling fs layer 07:47:29 699f458cf7ca: Pulling fs layer 07:47:29 765212b225bb: Pulling fs layer 07:47:29 f23df028b6ca: Pulling fs layer 07:47:29 d65c8cfc05b1: Pulling fs layer 07:47:29 2437ff75d9bd: Pulling fs layer 07:47:29 f23df028b6ca: Waiting 07:47:29 d65c8cfc05b1: Waiting 07:47:29 765212b225bb: Waiting 07:47:29 2437ff75d9bd: Waiting 07:47:29 04944245beec: Verifying Checksum 07:47:29 04944245beec: Download complete 07:47:29 765212b225bb: Verifying Checksum 07:47:29 765212b225bb: Download complete 07:47:29 f23df028b6ca: Verifying Checksum 07:47:29 f23df028b6ca: Download complete 07:47:29 d65c8cfc05b1: Verifying Checksum 07:47:29 d65c8cfc05b1: Download complete 07:47:29 699f458cf7ca: Verifying Checksum 07:47:29 699f458cf7ca: Download complete 07:47:30 8998bd30e6a1: Download complete 07:47:32 2437ff75d9bd: Verifying Checksum 07:47:32 2437ff75d9bd: Download complete 07:47:34 8998bd30e6a1: Pull complete 07:47:34 04944245beec: Pull complete 07:47:36 699f458cf7ca: Pull complete 07:47:36 765212b225bb: Pull complete 07:47:37 f23df028b6ca: Pull complete 07:47:37 d65c8cfc05b1: Pull complete 07:47:55 2437ff75d9bd: Pull complete 07:47:55 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 07:47:55 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 07:47:55 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 07:47:55 prd-ubuntu20.04-docker-arm64-4c-16g-24726 does not seem to be running inside a container 07:47:55 $ 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/329 -v /w/workspace/go-mod-bootstrap/329:/w/workspace/go-mod-bootstrap/329:rw,z -v /w/workspace/go-mod-bootstrap/329@tmp:/w/workspace/go-mod-bootstrap/329@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 07:47:59 $ docker top a262f5e09152a7e82643a38610fb74763bbbd27392aab3970803337c44530a2b -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 07:47:59 ---> job-cost.sh 07:47:59 lf-activate-venv: SKIPPING 07:47:59 INFO: No Stack... 07:48:00 INFO: Retrieving Pricing Info for: v3-standard-4 07:48:01 INFO: Archiving Costs [Pipeline] sh 07:48:01 + cat /w/workspace/go-mod-bootstrap/329/archives/cost.csv 07:48:01 + cut -d, -f6 [Pipeline] lock 07:48:01 Trying to acquire lock on [Resource: jenkins-edgexfoundry-go-mod-bootstrap-main-329-stack-cost] 07:48:01 Resource [jenkins-edgexfoundry-go-mod-bootstrap-main-329-stack-cost] did not exist. Created. 07:48:01 Lock acquired on [Resource: jenkins-edgexfoundry-go-mod-bootstrap-main-329-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 07:48:02 /w/workspace/go-mod-bootstrap/329@tmp/durable-0639c6cd/script.sh.copy: 1: Syntax error: Unterminated quoted string [Pipeline] sh 07:48:02 + echo total: 0.10999999940395355 [Pipeline] stash 07:48:02 Warning: overwriting stash ‘stack-cost’ 07:48:02 Stashed 1 file(s) [Pipeline] } 07:48:02 Lock released on resource [Resource: jenkins-edgexfoundry-go-mod-bootstrap-main-329-stack-cost] [Pipeline] // lock [Pipeline] } 07:48:02 $ docker stop --time=1 a262f5e09152a7e82643a38610fb74763bbbd27392aab3970803337c44530a2b 07:48:04 $ docker rm -f --volumes a262f5e09152a7e82643a38610fb74763bbbd27392aab3970803337c44530a2b [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 07:48:04 provisioning config files... 07:48:04 copy managed file [go-mod-bootstrap-codecov-token] to file:/w/workspace/gexfoundry_go-mod-bootstrap_main@tmp/config16829197970404799354tmp [Pipeline] { [Pipeline] sh 07:48:04 + set +x 07:48:04 + curl -s https://codecov.io/bash 07:48:04 + bash -s -- 07:48:04 07:48:04 _____ _ 07:48:04 / ____| | | 07:48:04 | | ___ __| | ___ ___ _____ __ 07:48:04 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 07:48:04 | |___| (_) | (_| | __/ (_| (_) \ V / 07:48:04 \_____\___/ \__,_|\___|\___\___/ \_/ 07:48:04 Bash-1.0.6 07:48:04 07:48:04 07:48:04 ==> git version 2.25.1 found 07:48:04 ==> 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 07:48:04 Release-Date: 2020-01-08 07:48:04 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 07:48:04 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 07:48:04 ==> Jenkins CI detected. 07:48:04 current dir:  /w/workspace/gexfoundry_go-mod-bootstrap_main 07:48:04 project root: . 07:48:04 --> token set from env 07:48:04 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 07:48:04 ==> Running gcov in . (disable via -X gcov) 07:48:04 ==> Python coveragepy not found 07:48:04 ==> Searching for coverage reports in: 07:48:04 + . 07:48:05 -> Found 1 reports 07:48:05 ==> Detecting git/mercurial file structure 07:48:05 ==> Reading reports 07:48:05 + ./coverage.out bytes=394004 07:48:05 ==> Appending adjustments 07:48:05 https://docs.codecov.io/docs/fixing-reports 07:48:05 + Found adjustments 07:48:05 ==> Gzipping contents 07:48:05 40K /tmp/codecov.NJtyec.gz 07:48:05 ==> Uploading reports 07:48:05 url: https://codecov.io 07:48:05 query: branch=main&commit=1eae02d0b1549b634448567cd0d7a360a0398db7&build=329&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-bootstrap%2Fjob%2Fmain%2F329%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-bootstrap&service=jenkins&flags=&pr=&job=&cmd_args= 07:48:05 -> Pinging Codecov 07:48:05 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=****&branch=main&commit=1eae02d0b1549b634448567cd0d7a360a0398db7&build=329&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-bootstrap%2Fjob%2Fmain%2F329%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-bootstrap&service=jenkins&flags=&pr=&job=&cmd_args= 07:48:05 -> Uploading to 07:48:05 https://storage.googleapis.com/codecov/shelter/v4/github/edgexfoundry/go-mod-bootstrap/1eae02d0b1549b634448567cd0d7a360a0398db7/84901a20-9563-4fe8-857f-747764e93f40.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJWQHUGIBILH4J7Q6ZUSCIFNEOLYSNDS7L3B4N5SIBQ2J4YLYE5CRFCD%2F20241107%2Fus%2Fs3%2Faws4_request&X-Amz-Date=20241107T074805Z&X-Amz-Expires=30&X-Amz-SignedHeaders=host&X-Amz-Signature=d56acaffb189d98e396ce882f164c8609d554f650ce8478d67f1fa26e07c6f39 07:48:05 % Total % Received % Xferd Average Speed Time Time Time Current 07:48:05 Dload Upload Total Spent Left Speed 07:48:05 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 37681 0 0 100 37681 0 146k --:--:-- --:--:-- --:--:-- 146k 07:48:05 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/go-mod-bootstrap/commit/1eae02d0b1549b634448567cd0d7a360a0398db7 [Pipeline] } 07:48:05 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 07:48:06 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 07:48:06 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:48:06 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 07:48:06 07:48:06 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:48:06 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 07:48:06 latest: Pulling from edgex-devops/edgex-snyk-go 07:48:06 43c4264eed91: Already exists 07:48:06 4cc291be95ef: Already exists 07:48:06 2ac1f1163629: Already exists 07:48:06 5c3c966382ef: Already exists 07:48:06 4f4fb700ef54: Already exists 07:48:06 d9c7d2e4e75e: Pulling fs layer 07:48:06 9c3e1370e548: Pulling fs layer 07:48:07 d9c7d2e4e75e: Verifying Checksum 07:48:07 d9c7d2e4e75e: Download complete 07:48:07 d9c7d2e4e75e: Pull complete 07:48:07 9c3e1370e548: Verifying Checksum 07:48:07 9c3e1370e548: Download complete 07:48:11 9c3e1370e548: Pull complete 07:48:11 Digest: sha256:2575774333c8f892fd046fcd820a1cbff9b068506fa87433bb127c6d9b243e5b 07:48:11 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 07:48:11 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 07:48:11 prd-ubuntu20.04-docker-8c-8g-24725 does not seem to be running inside a container 07:48:11 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/gexfoundry_go-mod-bootstrap_main -v /w/workspace/gexfoundry_go-mod-bootstrap_main:/w/workspace/gexfoundry_go-mod-bootstrap_main:rw,z -v /w/workspace/gexfoundry_go-mod-bootstrap_main@tmp:/w/workspace/gexfoundry_go-mod-bootstrap_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest cat 07:48:13 $ docker top 9c13e79841f1aeb205108853732479c5a0e6efe30064de2b34ee3d5287ce3a1f -eo pid,comm [Pipeline] { [Pipeline] sh 07:48:13 + git config --global --add safe.directory /w/workspace/gexfoundry_go-mod-bootstrap_main [Pipeline] echo 07:48:13 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/go-mod-bootstrap:main' [Pipeline] sh 07:48:14 + set -o pipefail 07:48:14 + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/go-mod-bootstrap:main' 07:48:20 07:48:20 Monitoring /w/workspace/gexfoundry_go-mod-bootstrap_main (github.com/edgexfoundry/go-mod-bootstrap/v4)... 07:48:20 07:48:20 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/38043815-24ee-49a2-867d-492929c96656/history/ac6a9295-8e62-46ed-b3c0-bcddf6d1777a 07:48:20 07:48:20 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 07:48:20 07:48:20 07:48:20 You have reached your monthly limit of 200 private tests for your edgex-jenkins org. 07:48:20 To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } 07:48:20 $ docker stop --time=1 9c13e79841f1aeb205108853732479c5a0e6efe30064de2b34ee3d5287ce3a1f 07:48:25 $ docker rm -f --volumes 9c13e79841f1aeb205108853732479c5a0e6efe30064de2b34ee3d5287ce3a1f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] sh 07:48:26 + git log --format=format:%s -1 1eae02d0b1549b634448567cd0d7a360a0398db7 [Pipeline] sh 07:48:27 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 07:48:27 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:48:27 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 07:48:27 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 07:48:27 prd-ubuntu20.04-docker-8c-8g-24725 does not seem to be running inside a container 07:48:27 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_go-mod-bootstrap_main -v /w/workspace/gexfoundry_go-mod-bootstrap_main:/w/workspace/gexfoundry_go-mod-bootstrap_main:rw,z -v /w/workspace/gexfoundry_go-mod-bootstrap_main@tmp:/w/workspace/gexfoundry_go-mod-bootstrap_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 07:48:27 $ docker top c09a8dcbe3c77414b491fa3aec3c0541a823a8345a9d5e38588985bdecfc71fc -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 07:48:28 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 07:48:28 [ssh-agent] Looking for ssh-agent implementation... 07:48:28 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 07:48:28 $ docker exec c09a8dcbe3c77414b491fa3aec3c0541a823a8345a9d5e38588985bdecfc71fc ssh-agent 07:48:28 SSH_AUTH_SOCK=/tmp/ssh-u8ye5Yxeg7eB/agent.32 07:48:28 SSH_AGENT_PID=38 07:48:28 Running ssh-add (command line suppressed) 07:48:28 Identity added: /w/workspace/gexfoundry_go-mod-bootstrap_main@tmp/private_key_1811084821223133748.key (/w/workspace/gexfoundry_go-mod-bootstrap_main@tmp/private_key_1811084821223133748.key) 07:48:28 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 07:48:28 + git semver tag 07:48:29 2024-11-07 07:48:28,927 [run_tag] DEBUG tag force:False 07:48:29 2024-11-07 07:48:28,927 [check_head_tag] DEBUG check head tag 07:48:29 2024-11-07 07:48:28,930 [execute] INFO git cat-file --batch-check 07:48:29 2024-11-07 07:48:28,930 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/gexfoundry_go-mod-bootstrap_main, universal_newlines=False, shell=None, istream=) 07:48:29 2024-11-07 07:48:28,933 [execute] INFO git cat-file --batch 07:48:29 2024-11-07 07:48:28,934 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/gexfoundry_go-mod-bootstrap_main, universal_newlines=False, shell=None, istream=) 07:48:29 2024-11-07 07:48:28,982 [read_version] DEBUG read version from /w/workspace/gexfoundry_go-mod-bootstrap_main/.semver/main 07:48:29 2024-11-07 07:48:28,982 [execute] INFO git tag -a v4.0.0-dev.4 -m v4.0.0-dev.4 07:48:29 2024-11-07 07:48:28,982 [execute] DEBUG Popen(['git', 'tag', '-a', 'v4.0.0-dev.4', '-m', 'v4.0.0-dev.4'], cwd=/w/workspace/gexfoundry_go-mod-bootstrap_main, universal_newlines=False, shell=None, istream=None) 07:48:29 2024-11-07 07:48:28,987 [read_version] DEBUG read version from /w/workspace/gexfoundry_go-mod-bootstrap_main/.semver/main 07:48:29 4.0.0-dev.4 [Pipeline] } 07:48:29 $ docker exec --env ******** --env ******** c09a8dcbe3c77414b491fa3aec3c0541a823a8345a9d5e38588985bdecfc71fc ssh-agent -k 07:48:29 unset SSH_AUTH_SOCK; 07:48:29 unset SSH_AGENT_PID; 07:48:29 echo Agent pid 38 killed; 07:48:29 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 07:48:29 + git semver [Pipeline] } 07:48:29 $ docker stop --time=1 c09a8dcbe3c77414b491fa3aec3c0541a823a8345a9d5e38588985bdecfc71fc 07:48:31 $ docker rm -f --volumes c09a8dcbe3c77414b491fa3aec3c0541a823a8345a9d5e38588985bdecfc71fc [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:48:31 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 07:48:31 07:48:31 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:48:31 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 07:48:31 0.23.1-centos7: Pulling from edgex-lftools 07:48:31 ab5ef0e58194: Pulling fs layer 07:48:31 9712f1f96733: Pulling fs layer 07:48:31 63f879dbbcfc: Pulling fs layer 07:48:31 0d9ebad4ef96: Pulling fs layer 07:48:31 e9a5061849ea: Pulling fs layer 07:48:31 d747dcd14b5f: Pulling fs layer 07:48:31 2de7ff778b66: Pulling fs layer 07:48:31 d747dcd14b5f: Waiting 07:48:31 0d9ebad4ef96: Waiting 07:48:31 e9a5061849ea: Waiting 07:48:31 2de7ff778b66: Waiting 07:48:31 9712f1f96733: Download complete 07:48:31 63f879dbbcfc: Verifying Checksum 07:48:31 63f879dbbcfc: Download complete 07:48:32 e9a5061849ea: Verifying Checksum 07:48:32 e9a5061849ea: Download complete 07:48:32 d747dcd14b5f: Verifying Checksum 07:48:32 d747dcd14b5f: Download complete 07:48:32 0d9ebad4ef96: Verifying Checksum 07:48:32 0d9ebad4ef96: Download complete 07:48:32 ab5ef0e58194: Verifying Checksum 07:48:32 ab5ef0e58194: Download complete 07:48:32 2de7ff778b66: Verifying Checksum 07:48:32 2de7ff778b66: Download complete 07:48:34 ab5ef0e58194: Pull complete 07:48:34 9712f1f96733: Pull complete 07:48:35 63f879dbbcfc: Pull complete 07:48:39 0d9ebad4ef96: Pull complete 07:48:39 e9a5061849ea: Pull complete 07:48:39 d747dcd14b5f: Pull complete 07:48:40 2de7ff778b66: Pull complete 07:48:40 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 07:48:40 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 07:48:40 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 07:48:40 prd-ubuntu20.04-docker-8c-8g-24725 does not seem to be running inside a container 07:48:40 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/gexfoundry_go-mod-bootstrap_main -v /w/workspace/gexfoundry_go-mod-bootstrap_main:/w/workspace/gexfoundry_go-mod-bootstrap_main:rw,z -v /w/workspace/gexfoundry_go-mod-bootstrap_main@tmp:/w/workspace/gexfoundry_go-mod-bootstrap_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 07:48:46 $ docker top c0971412569ec0e0e948dd554995f80c6f1aaccc8b6b65900b166dd5185e0e1d -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 07:48:47 provisioning config files... 07:48:47 copy managed file [sigul-config] to file:/w/workspace/gexfoundry_go-mod-bootstrap_main@tmp/config12764454908487269088tmp 07:48:47 copy managed file [sigul-password] to file:/w/workspace/gexfoundry_go-mod-bootstrap_main@tmp/config17253974669069270848tmp 07:48:47 copy managed file [sigul-pki] to file:/w/workspace/gexfoundry_go-mod-bootstrap_main@tmp/config11850536682887970019tmp [Pipeline] { [Pipeline] echo 07:48:47 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 07:48:47 ---> sigul-configuration.sh 07:48:47 gpg: directory `/root/.gnupg' created 07:48:47 gpg: new configuration file `/root/.gnupg/gpg.conf' created 07:48:47 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 07:48:47 gpg: keyring `/root/.gnupg/secring.gpg' created 07:48:47 gpg: keyring `/root/.gnupg/pubring.gpg' created 07:48:47 gpg: CAST5 encrypted data 07:48:47 gpg: encrypted with 1 passphrase 07:48:47 gpg: WARNING: message was not integrity protected [Pipeline] sh 07:48:47 + mkdir /home/jenkins 07:48:47 + mkdir /home/jenkins/sigul [Pipeline] sh 07:48:48 + 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 07:48:48 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 07:48:48 ---> sigul-install.sh 07:48:48 Sigul already installed; skipping installation. [Pipeline] sh 07:48:48 + git tag --list 07:48:48 v0.0.1 07:48:48 v0.0.10 07:48:48 v0.0.11 07:48:48 v0.0.12 07:48:48 v0.0.13 07:48:48 v0.0.14 07:48:48 v0.0.15 07:48:48 v0.0.16 07:48:48 v0.0.17 07:48:48 v0.0.18 07:48:48 v0.0.19 07:48:48 v0.0.2 07:48:48 v0.0.20 07:48:48 v0.0.21 07:48:48 v0.0.22 07:48:48 v0.0.23 07:48:48 v0.0.24 07:48:48 v0.0.25 07:48:48 v0.0.26 07:48:48 v0.0.27 07:48:48 v0.0.28 07:48:48 v0.0.29 07:48:48 v0.0.3 07:48:48 v0.0.30 07:48:48 v0.0.31 07:48:48 v0.0.32 07:48:48 v0.0.33 07:48:48 v0.0.34 07:48:48 v0.0.35 07:48:48 v0.0.36 07:48:48 v0.0.37 07:48:48 v0.0.38 07:48:48 v0.0.39 07:48:48 v0.0.4 07:48:48 v0.0.40 07:48:48 v0.0.41 07:48:48 v0.0.42 07:48:48 v0.0.43 07:48:48 v0.0.44 07:48:48 v0.0.45 07:48:48 v0.0.46 07:48:48 v0.0.47 07:48:48 v0.0.48 07:48:48 v0.0.49 07:48:48 v0.0.5 07:48:48 v0.0.50 07:48:48 v0.0.51 07:48:48 v0.0.52 07:48:48 v0.0.53 07:48:48 v0.0.54 07:48:48 v0.0.55 07:48:48 v0.0.56 07:48:48 v0.0.57 07:48:48 v0.0.58 07:48:48 v0.0.59 07:48:48 v0.0.6 07:48:48 v0.0.60 07:48:48 v0.0.61 07:48:48 v0.0.62 07:48:48 v0.0.63 07:48:48 v0.0.64 07:48:48 v0.0.65 07:48:48 v0.0.66 07:48:48 v0.0.67 07:48:48 v0.0.68 07:48:48 v0.0.69 07:48:48 v0.0.7 07:48:48 v0.0.70 07:48:48 v0.0.71 07:48:48 v0.0.72 07:48:48 v0.0.8 07:48:48 v0.0.9 07:48:48 v2.0.0 07:48:48 v2.1.0 07:48:48 v2.1.1 07:48:48 v2.2.0 07:48:48 v2.3.0 07:48:48 v3.0 07:48:48 v3.0.0 07:48:48 v3.0.1 07:48:48 v3.1 07:48:48 v3.1.0 07:48:48 v3.1.0-dev.1 07:48:48 v3.1.0-dev.10 07:48:48 v3.1.0-dev.11 07:48:48 v3.1.0-dev.12 07:48:48 v3.1.0-dev.13 07:48:48 v3.1.0-dev.14 07:48:48 v3.1.0-dev.15 07:48:48 v3.1.0-dev.16 07:48:48 v3.1.0-dev.17 07:48:48 v3.1.0-dev.18 07:48:48 v3.1.0-dev.19 07:48:48 v3.1.0-dev.2 07:48:48 v3.1.0-dev.20 07:48:48 v3.1.0-dev.21 07:48:48 v3.1.0-dev.22 07:48:48 v3.1.0-dev.23 07:48:48 v3.1.0-dev.24 07:48:48 v3.1.0-dev.25 07:48:48 v3.1.0-dev.26 07:48:48 v3.1.0-dev.27 07:48:48 v3.1.0-dev.28 07:48:48 v3.1.0-dev.29 07:48:48 v3.1.0-dev.3 07:48:48 v3.1.0-dev.30 07:48:48 v3.1.0-dev.31 07:48:48 v3.1.0-dev.32 07:48:48 v3.1.0-dev.33 07:48:48 v3.1.0-dev.34 07:48:48 v3.1.0-dev.35 07:48:48 v3.1.0-dev.36 07:48:48 v3.1.0-dev.37 07:48:48 v3.1.0-dev.38 07:48:48 v3.1.0-dev.39 07:48:48 v3.1.0-dev.4 07:48:48 v3.1.0-dev.40 07:48:48 v3.1.0-dev.41 07:48:48 v3.1.0-dev.42 07:48:48 v3.1.0-dev.43 07:48:48 v3.1.0-dev.44 07:48:48 v3.1.0-dev.45 07:48:48 v3.1.0-dev.46 07:48:48 v3.1.0-dev.47 07:48:48 v3.1.0-dev.48 07:48:48 v3.1.0-dev.49 07:48:48 v3.1.0-dev.5 07:48:48 v3.1.0-dev.50 07:48:48 v3.1.0-dev.51 07:48:48 v3.1.0-dev.52 07:48:48 v3.1.0-dev.53 07:48:48 v3.1.0-dev.54 07:48:48 v3.1.0-dev.55 07:48:48 v3.1.0-dev.56 07:48:48 v3.1.0-dev.57 07:48:48 v3.1.0-dev.58 07:48:48 v3.1.0-dev.59 07:48:48 v3.1.0-dev.6 07:48:48 v3.1.0-dev.60 07:48:48 v3.1.0-dev.7 07:48:48 v3.1.0-dev.8 07:48:48 v3.1.0-dev.9 07:48:48 v3.2.0-dev.1 07:48:48 v3.2.0-dev.10 07:48:48 v3.2.0-dev.11 07:48:48 v3.2.0-dev.12 07:48:48 v3.2.0-dev.13 07:48:48 v3.2.0-dev.14 07:48:48 v3.2.0-dev.15 07:48:48 v3.2.0-dev.16 07:48:48 v3.2.0-dev.17 07:48:48 v3.2.0-dev.18 07:48:48 v3.2.0-dev.19 07:48:48 v3.2.0-dev.2 07:48:48 v3.2.0-dev.20 07:48:48 v3.2.0-dev.21 07:48:48 v3.2.0-dev.22 07:48:48 v3.2.0-dev.23 07:48:48 v3.2.0-dev.24 07:48:48 v3.2.0-dev.25 07:48:48 v3.2.0-dev.26 07:48:48 v3.2.0-dev.27 07:48:48 v3.2.0-dev.28 07:48:48 v3.2.0-dev.29 07:48:48 v3.2.0-dev.3 07:48:48 v3.2.0-dev.30 07:48:48 v3.2.0-dev.31 07:48:48 v3.2.0-dev.32 07:48:48 v3.2.0-dev.33 07:48:48 v3.2.0-dev.34 07:48:48 v3.2.0-dev.35 07:48:48 v3.2.0-dev.36 07:48:48 v3.2.0-dev.37 07:48:48 v3.2.0-dev.38 07:48:48 v3.2.0-dev.39 07:48:48 v3.2.0-dev.4 07:48:48 v3.2.0-dev.40 07:48:48 v3.2.0-dev.41 07:48:48 v3.2.0-dev.42 07:48:48 v3.2.0-dev.43 07:48:48 v3.2.0-dev.44 07:48:48 v3.2.0-dev.45 07:48:48 v3.2.0-dev.46 07:48:48 v3.2.0-dev.47 07:48:48 v3.2.0-dev.48 07:48:48 v3.2.0-dev.49 07:48:48 v3.2.0-dev.5 07:48:48 v3.2.0-dev.50 07:48:48 v3.2.0-dev.51 07:48:48 v3.2.0-dev.52 07:48:48 v3.2.0-dev.53 07:48:48 v3.2.0-dev.54 07:48:48 v3.2.0-dev.55 07:48:48 v3.2.0-dev.56 07:48:48 v3.2.0-dev.57 07:48:48 v3.2.0-dev.58 07:48:48 v3.2.0-dev.59 07:48:48 v3.2.0-dev.6 07:48:48 v3.2.0-dev.60 07:48:48 v3.2.0-dev.61 07:48:48 v3.2.0-dev.62 07:48:48 v3.2.0-dev.63 07:48:48 v3.2.0-dev.64 07:48:48 v3.2.0-dev.65 07:48:48 v3.2.0-dev.66 07:48:48 v3.2.0-dev.67 07:48:48 v3.2.0-dev.7 07:48:48 v3.2.0-dev.8 07:48:48 v3.2.0-dev.9 07:48:48 v4.0.0-dev.1 07:48:48 v4.0.0-dev.2 07:48:48 v4.0.0-dev.3 07:48:48 v4.0.0-dev.4 [Pipeline] sh 07:48:49 + lftools sign git-tag v4.0.0-dev.4 07:48:49 Signing Git tag with Sigul... 07:48:49 Signing v4.0.0-dev.4 [Pipeline] echo 07:48:49 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 07:48:50 ---> sigul-configuration-cleanup.sh [Pipeline] } 07:48:50 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 07:48:50 $ docker stop --time=1 c0971412569ec0e0e948dd554995f80c6f1aaccc8b6b65900b166dd5185e0e1d 07:48:51 $ docker rm -f --volumes c0971412569ec0e0e948dd554995f80c6f1aaccc8b6b65900b166dd5185e0e1d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh 07:48:52 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 07:48:52 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:48:52 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 07:48:52 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 07:48:52 prd-ubuntu20.04-docker-8c-8g-24725 does not seem to be running inside a container 07:48:52 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_go-mod-bootstrap_main -v /w/workspace/gexfoundry_go-mod-bootstrap_main:/w/workspace/gexfoundry_go-mod-bootstrap_main:rw,z -v /w/workspace/gexfoundry_go-mod-bootstrap_main@tmp:/w/workspace/gexfoundry_go-mod-bootstrap_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 07:48:52 $ docker top d44b22d80fabb348cd7f1b63266fc36033110ebec81182b816f6af5f9e8c4d74 -eo pid,comm 07:48:52 ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). 07:48:52 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 07:48:52 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 07:48:52 [ssh-agent] Looking for ssh-agent implementation... 07:48:53 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 07:48:53 $ docker exec d44b22d80fabb348cd7f1b63266fc36033110ebec81182b816f6af5f9e8c4d74 ssh-agent 07:48:53 SSH_AUTH_SOCK=/tmp/ssh-LDpzMUEFSF5S/agent.32 07:48:53 SSH_AGENT_PID=38 07:48:53 Running ssh-add (command line suppressed) 07:48:53 Identity added: /w/workspace/gexfoundry_go-mod-bootstrap_main@tmp/private_key_4783626467164359922.key (/w/workspace/gexfoundry_go-mod-bootstrap_main@tmp/private_key_4783626467164359922.key) 07:48:53 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 07:48:53 + git semver bump pre 07:48:53 2024-11-07 07:48:53,687 [read_version] DEBUG read version from /w/workspace/gexfoundry_go-mod-bootstrap_main/.semver/main 07:48:53 2024-11-07 07:48:53,687 [bump_version] DEBUG bumping version:4.0.0-dev.4 on axis:pre with prefix:dev 07:48:53 2024-11-07 07:48:53,687 [bump_version] DEBUG bumped version:4.0.0-dev.5 07:48:53 2024-11-07 07:48:53,687 [write_version] DEBUG write version:4.0.0-dev.5 to path:/w/workspace/gexfoundry_go-mod-bootstrap_main/.semver/main with force:True 07:48:53 2024-11-07 07:48:53,687 [read_version] DEBUG read version from /w/workspace/gexfoundry_go-mod-bootstrap_main/.semver/main 07:48:53 2024-11-07 07:48:53,687 [write_file] DEBUG write to file:/w/workspace/gexfoundry_go-mod-bootstrap_main/.semver/main 07:48:53 2024-11-07 07:48:53,689 [execute] INFO git cat-file --batch-check 07:48:53 2024-11-07 07:48:53,689 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/gexfoundry_go-mod-bootstrap_main/.semver, universal_newlines=False, shell=None, istream=) 07:48:53 2024-11-07 07:48:53,695 [execute] INFO git cat-file --batch 07:48:53 2024-11-07 07:48:53,695 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/gexfoundry_go-mod-bootstrap_main/.semver, universal_newlines=False, shell=None, istream=) 07:48:53 2024-11-07 07:48:53,701 [read_version] DEBUG read version from /w/workspace/gexfoundry_go-mod-bootstrap_main/.semver/main 07:48:53 4.0.0-dev.5 [Pipeline] } 07:48:53 $ docker exec --env ******** --env ******** d44b22d80fabb348cd7f1b63266fc36033110ebec81182b816f6af5f9e8c4d74 ssh-agent -k 07:48:53 unset SSH_AUTH_SOCK; 07:48:53 unset SSH_AGENT_PID; 07:48:53 echo Agent pid 38 killed; 07:48:53 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 07:48:54 + git semver [Pipeline] } 07:48:54 $ docker stop --time=1 d44b22d80fabb348cd7f1b63266fc36033110ebec81182b816f6af5f9e8c4d74 07:48:55 $ docker rm -f --volumes d44b22d80fabb348cd7f1b63266fc36033110ebec81182b816f6af5f9e8c4d74 [Pipeline] // withDockerContainer [Pipeline] sh 07:48:56 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 07:48:56 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:48:56 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 07:48:56 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 07:48:56 prd-ubuntu20.04-docker-8c-8g-24725 does not seem to be running inside a container 07:48:56 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_go-mod-bootstrap_main -v /w/workspace/gexfoundry_go-mod-bootstrap_main:/w/workspace/gexfoundry_go-mod-bootstrap_main:rw,z -v /w/workspace/gexfoundry_go-mod-bootstrap_main@tmp:/w/workspace/gexfoundry_go-mod-bootstrap_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 07:48:56 $ docker top cd9001ebc14e619b56edfdf8094a7b9f0880dd080e29e5af2a792538d9d17897 -eo pid,comm 07:48:56 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). 07:48:56 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 07:48:57 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 07:48:57 [ssh-agent] Looking for ssh-agent implementation... 07:48:57 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 07:48:57 $ docker exec cd9001ebc14e619b56edfdf8094a7b9f0880dd080e29e5af2a792538d9d17897 ssh-agent 07:48:57 SSH_AUTH_SOCK=/tmp/ssh-W6TLoKgLS9Sj/agent.31 07:48:57 SSH_AGENT_PID=37 07:48:57 Running ssh-add (command line suppressed) 07:48:57 Identity added: /w/workspace/gexfoundry_go-mod-bootstrap_main@tmp/private_key_17750833590133888352.key (/w/workspace/gexfoundry_go-mod-bootstrap_main@tmp/private_key_17750833590133888352.key) 07:48:57 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 07:48:57 + git semver push 07:48:57 2024-11-07 07:48:57,798 [run_push] DEBUG push 07:48:57 2024-11-07 07:48:57,799 [execute] INFO git cat-file --batch-check 07:48:57 2024-11-07 07:48:57,799 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/gexfoundry_go-mod-bootstrap_main/.semver, universal_newlines=False, shell=None, istream=) 07:48:57 2024-11-07 07:48:57,804 [execute] INFO git rev-list 202f76740a84179c646317e8aa0729a59f49ad5e -- 07:48:57 2024-11-07 07:48:57,804 [execute] DEBUG Popen(['git', 'rev-list', '202f76740a84179c646317e8aa0729a59f49ad5e', '--'], cwd=/w/workspace/gexfoundry_go-mod-bootstrap_main/.semver, universal_newlines=False, shell=None, istream=None) 07:48:57 2024-11-07 07:48:57,815 [execute] INFO git fetch -v origin 07:48:57 2024-11-07 07:48:57,816 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/gexfoundry_go-mod-bootstrap_main/.semver, universal_newlines=True, shell=None, istream=None) 07:48:58 2024-11-07 07:48:58,250 [run_push] DEBUG no remote changes detected 07:48:58 2024-11-07 07:48:58,250 [execute] INFO git push origin semver 07:48:58 2024-11-07 07:48:58,251 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/gexfoundry_go-mod-bootstrap_main/.semver, universal_newlines=False, shell=None, istream=None) 07:48:59 2024-11-07 07:48:59,024 [run_push] DEBUG push all version tags 07:48:59 2024-11-07 07:48:59,025 [execute] INFO git push origin refs/tags/v*:refs/tags/v* 07:48:59 2024-11-07 07:48:59,025 [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) 07:48:59 2024-11-07 07:48:59,689 [read_version] DEBUG read version from /w/workspace/gexfoundry_go-mod-bootstrap_main/.semver/main 07:48:59 4.0.0-dev.5 [Pipeline] } 07:48:59 $ docker exec --env ******** --env ******** cd9001ebc14e619b56edfdf8094a7b9f0880dd080e29e5af2a792538d9d17897 ssh-agent -k 07:48:59 unset SSH_AUTH_SOCK; 07:48:59 unset SSH_AGENT_PID; 07:48:59 echo Agent pid 37 killed; 07:48:59 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 07:49:00 + git semver [Pipeline] } 07:49:00 $ docker stop --time=1 cd9001ebc14e619b56edfdf8094a7b9f0880dd080e29e5af2a792538d9d17897 07:49:01 $ docker rm -f --volumes cd9001ebc14e619b56edfdf8094a7b9f0880dd080e29e5af2a792538d9d17897 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Bump Experimental Tag" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Bump Stable (Named) Tag" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh 07:49:02 + [ -d /w/workspace/gexfoundry_go-mod-bootstrap_main/archives ] 07:49:02 + ls -al /w/workspace/gexfoundry_go-mod-bootstrap_main/archives 07:49:02 total 16 07:49:02 drwxr-xr-x 3 root root 4096 Nov 7 07:41 . 07:49:02 drwxrwxr-x 9 jenkins jenkins 4096 Nov 7 07:48 .. 07:49:02 drwxr-xr-x 2 root root 4096 Nov 7 07:41 cost 07:49:02 -rw-r--r-- 1 root root 88 Nov 7 07:41 cost.csv 07:49:02 + sudo chown -R jenkins:jenkins /w/workspace/gexfoundry_go-mod-bootstrap_main/archives 07:49:02 + ls -al /w/workspace/gexfoundry_go-mod-bootstrap_main/archives 07:49:02 total 16 07:49:02 drwxr-xr-x 3 jenkins jenkins 4096 Nov 7 07:41 . 07:49:02 drwxrwxr-x 9 jenkins jenkins 4096 Nov 7 07:48 .. 07:49:02 drwxr-xr-x 2 jenkins jenkins 4096 Nov 7 07:41 cost 07:49:02 -rw-r--r-- 1 jenkins jenkins 88 Nov 7 07:41 cost.csv [Pipeline] libraryResource [Pipeline] sh 07:49:02 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 07:49:03 ---> package-listing.sh 07:49:03 ++ facter osfamily 07:49:03 ++ tr '[:upper:]' '[:lower:]' 07:49:03 + OS_FAMILY=debian 07:49:03 + workspace=/w/workspace/gexfoundry_go-mod-bootstrap_main 07:49:03 + START_PACKAGES=/tmp/packages_start.txt 07:49:03 + END_PACKAGES=/tmp/packages_end.txt 07:49:03 + DIFF_PACKAGES=/tmp/packages_diff.txt 07:49:03 + PACKAGES=/tmp/packages_start.txt 07:49:03 + '[' /w/workspace/gexfoundry_go-mod-bootstrap_main ']' 07:49:03 + PACKAGES=/tmp/packages_end.txt 07:49:03 + case "${OS_FAMILY}" in 07:49:03 + dpkg -l 07:49:03 + grep '^ii' 07:49:03 + '[' -f /tmp/packages_start.txt ']' 07:49:03 + '[' -f /tmp/packages_end.txt ']' 07:49:03 + diff /tmp/packages_start.txt /tmp/packages_end.txt 07:49:03 + '[' /w/workspace/gexfoundry_go-mod-bootstrap_main ']' 07:49:03 + mkdir -p /w/workspace/gexfoundry_go-mod-bootstrap_main/archives/ 07:49:03 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/gexfoundry_go-mod-bootstrap_main/archives/ [Pipeline] echo 07:49:03 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 07:49:04 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:49:04 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 07:49:04 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 07:49:04 prd-ubuntu20.04-docker-8c-8g-24725 does not seem to be running inside a container 07:49:04 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/gexfoundry_go-mod-bootstrap_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/gexfoundry_go-mod-bootstrap_main -v /w/workspace/gexfoundry_go-mod-bootstrap_main:/w/workspace/gexfoundry_go-mod-bootstrap_main:rw,z -v /w/workspace/gexfoundry_go-mod-bootstrap_main@tmp:/w/workspace/gexfoundry_go-mod-bootstrap_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 07:49:05 $ docker top 5a8af7369d2d5757d3872b4481fd924ad8a3897901f71cc4a50dd8f72e18eee4 -eo pid,comm [Pipeline] { [Pipeline] sh 07:49:05 + touch /tmp/pre-build-complete [Pipeline] sh 07:49:05 + mkdir -p /var/log/sysstat [Pipeline] sh 07:49:06 + ls /var/log/sa-host 07:49:06 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 07:49:06 provisioning config files... 07:49:06 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_go-mod-bootstrap_main@tmp/config7150022232547605438tmp [Pipeline] { [Pipeline] echo 07:49:06 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 07:49:06 ---> create-netrc.sh [Pipeline] } 07:49:06 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 07:49:06 ---> python-tools-install.sh [Pipeline] echo 07:49:06 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 07:49:07 ---> sudo-logs.sh 07:49:07 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 07:49:07 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 07:49:07 ---> job-cost.sh 07:49:07 lf-activate-venv: SKIPPING 07:49:07 DEBUG: total: 0.2199999988079071 07:49:07 INFO: Retrieving Stack Cost... 07:49:07 INFO: Retrieving Pricing Info for: v3-standard-8 07:49:08 INFO: Archiving Costs [Pipeline] echo 07:49:08 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 07:49:08 ---> logs-deploy.sh 07:49:08 lf-activate-venv: SKIPPING 07:49:08 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-bootstrap/main/329 07:49:08 INFO: archiving workspace using pattern(s): 07:49:09 Archives upload complete. 07:49:09 INFO: archiving logs to Nexus 07:49:10 ---> uname -a: 07:49:10 Linux prd-ubuntu20-04-docker-8c-8g-24725 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux 07:49:10 07:49:10 07:49:10 ---> lscpu: 07:49:10 Architecture: x86_64 07:49:10 CPU op-mode(s): 32-bit, 64-bit 07:49:10 Byte Order: Little Endian 07:49:10 Address sizes: 40 bits physical, 48 bits virtual 07:49:10 CPU(s): 8 07:49:10 On-line CPU(s) list: 0-7 07:49:10 Thread(s) per core: 1 07:49:10 Core(s) per socket: 1 07:49:10 Socket(s): 8 07:49:10 NUMA node(s): 1 07:49:10 Vendor ID: AuthenticAMD 07:49:10 CPU family: 23 07:49:10 Model: 49 07:49:10 Model name: AMD EPYC-Rome Processor 07:49:10 Stepping: 0 07:49:10 CPU MHz: 2799.998 07:49:10 BogoMIPS: 5599.99 07:49:10 Virtualization: AMD-V 07:49:10 Hypervisor vendor: KVM 07:49:10 Virtualization type: full 07:49:10 L1d cache: 256 KiB 07:49:10 L1i cache: 256 KiB 07:49:10 L2 cache: 4 MiB 07:49:10 L3 cache: 128 MiB 07:49:10 NUMA node0 CPU(s): 0-7 07:49:10 Vulnerability Itlb multihit: Not affected 07:49:10 Vulnerability L1tf: Not affected 07:49:10 Vulnerability Mds: Not affected 07:49:10 Vulnerability Meltdown: Not affected 07:49:10 Vulnerability Mmio stale data: Not affected 07:49:10 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 07:49:10 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 07:49:10 Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling 07:49:10 Vulnerability Srbds: Not affected 07:49:10 Vulnerability Tsx async abort: Not affected 07:49:10 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 07:49:10 07:49:10 07:49:10 ---> nproc: 07:49:10 8 07:49:10 07:49:10 07:49:10 ---> df -h: 07:49:10 Filesystem Size Used Avail Use% Mounted on 07:49:10 overlay 155G 12G 144G 8% / 07:49:10 tmpfs 64M 0 64M 0% /dev 07:49:10 tmpfs 16G 0 16G 0% /sys/fs/cgroup 07:49:10 shm 64M 0 64M 0% /dev/shm 07:49:10 /dev/vda1 155G 12G 144G 8% /facter-os 07:49:10 07:49:10 07:49:10 ---> sar -b -r -n DEV: 07:49:10 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-24725) 11/07/24 _x86_64_ (8 CPU) 07:49:10 07:49:10 07:38:53 LINUX RESTART (8 CPU) 07:49:10 07:49:10 07:39:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 07:49:10 07:40:02 371.14 47.84 323.30 0.00 5363.64 94320.95 0.00 07:49:10 07:41:01 99.69 0.75 98.95 0.00 7.19 31743.09 0.00 07:49:10 07:42:01 45.98 0.03 45.94 0.00 4.00 16574.59 0.00 07:49:10 07:43:01 0.88 0.00 0.88 0.00 0.00 9.60 0.00 07:49:10 07:44:01 3.12 0.92 2.20 0.00 67.06 30.00 0.00 07:49:10 07:45:01 1.67 0.00 1.67 0.00 0.00 23.46 0.00 07:49:10 07:46:01 1.13 0.00 1.13 0.00 0.00 13.86 0.00 07:49:10 07:47:01 1.27 0.00 1.27 0.00 0.00 14.53 0.00 07:49:10 07:48:01 1.20 0.00 1.20 0.00 0.00 14.93 0.00 07:49:10 07:49:01 135.35 0.42 134.94 0.00 29.99 52487.57 0.00 07:49:10 Average: 66.09 5.00 61.08 0.00 548.07 19503.09 0.00 07:49:10 07:49:10 07:39:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 07:49:10 07:40:02 29201092 31506704 807296 2.46 74696 2510904 2371092 6.99 1056376 2240004 688 07:49:10 07:41:01 28913240 31512148 789628 2.40 104772 2748476 2059548 6.07 1161028 2380736 248204 07:49:10 07:42:01 28704552 31552444 748072 2.27 105960 2963304 1770576 5.22 1136096 2583024 8 07:49:10 07:43:01 28705124 31553072 747328 2.27 105984 2963304 1770576 5.22 1135840 2583024 128 07:49:10 07:44:01 28703268 31558084 741740 2.26 107364 2968428 1765476 5.20 1132612 2588084 4 07:49:10 07:45:01 28705128 31559852 739996 2.25 107424 2968424 1748568 5.15 1132040 2588040 132 07:49:10 07:46:01 28709868 31564660 735156 2.24 107456 2968428 1748568 5.15 1127328 2588048 4 07:49:10 07:47:01 28710312 31565108 734836 2.23 107476 2968432 1748568 5.15 1127316 2588052 4 07:49:10 07:48:01 28710200 31565060 734864 2.23 107528 2968436 1764748 5.20 1127664 2588060 8 07:49:10 07:49:01 27513832 31512452 777156 2.36 141348 3973364 1974556 5.82 1235028 3559732 840 07:49:10 Average: 28657662 31544958 755607 2.30 107001 3000150 1872228 5.52 1137133 2628680 25002 07:49:10 07:49:10 07:39:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 07:49:10 07:40:02 vethf9e1d66 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:49:10 07:40:02 lo 3.60 3.60 0.35 0.35 0.00 0.00 0.00 0.00 07:49:10 07:40:02 docker0 19.26 21.73 1.53 145.97 0.00 0.00 0.00 0.00 07:49:10 07:40:02 veth2a1ff4a 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:49:10 07:40:02 ens3 557.72 383.79 5913.31 98.82 0.00 0.00 0.00 0.00 07:49:10 07:41:01 lo 1.29 1.29 0.12 0.12 0.00 0.00 0.00 0.00 07:49:10 07:41:01 docker0 68.95 129.79 6.15 1255.55 0.00 0.00 0.00 0.00 07:49:10 07:41:01 ens3 234.40 133.98 3829.24 23.54 0.00 0.00 0.00 0.00 07:49:10 07:42:01 lo 0.07 0.07 0.01 0.01 0.00 0.00 0.00 0.00 07:49:10 07:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:49:10 07:42:01 ens3 14.76 9.28 17.29 5.73 0.00 0.00 0.00 0.00 07:49:10 07:43:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:49:10 07:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:49:10 07:43:01 ens3 0.17 0.10 0.01 0.01 0.00 0.00 0.00 0.00 07:49:10 07:44:01 lo 0.13 0.13 0.02 0.02 0.00 0.00 0.00 0.00 07:49:10 07:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:49:10 07:44:01 ens3 0.35 0.42 0.15 0.05 0.00 0.00 0.00 0.00 07:49:10 07:45:01 lo 0.47 0.47 0.04 0.04 0.00 0.00 0.00 0.00 07:49:10 07:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:49:10 07:45:01 ens3 0.95 1.08 0.40 0.17 0.00 0.00 0.00 0.00 07:49:10 07:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:49:10 07:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:49:10 07:46:01 ens3 0.02 0.02 0.00 0.00 0.00 0.00 0.00 0.00 07:49:10 07:47:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:49:10 07:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:49:10 07:47:01 ens3 0.15 0.08 0.01 0.01 0.00 0.00 0.00 0.00 07:49:10 07:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:49:10 07:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:49:10 07:48:01 ens3 0.10 0.03 0.01 0.00 0.00 0.00 0.00 0.00 07:49:10 07:49:01 veth5296a54 1.98 2.15 0.31 1.47 0.00 0.00 0.00 0.00 07:49:10 07:49:01 lo 1.93 1.93 0.18 0.18 0.00 0.00 0.00 0.00 07:49:10 07:49:01 docker0 74.63 110.85 7.14 1245.80 0.00 0.00 0.00 0.00 07:49:10 07:49:01 ens3 402.70 276.09 7165.86 164.56 0.00 0.00 0.00 0.00 07:49:10 Average: veth5296a54 0.20 0.22 0.03 0.15 0.00 0.00 0.00 0.00 07:49:10 Average: lo 0.79 0.79 0.07 0.07 0.00 0.00 0.00 0.00 07:49:10 Average: docker0 16.20 26.06 1.47 263.09 0.00 0.00 0.00 0.00 07:49:10 Average: ens3 120.95 80.40 1689.13 29.30 0.00 0.00 0.00 0.00 07:49:10 07:49:10 07:49:10 ---> sar -P ALL: 07:49:10 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-24725) 11/07/24 _x86_64_ (8 CPU) 07:49:10 07:49:10 07:38:53 LINUX RESTART (8 CPU) 07:49:10 07:49:10 07:39:01 CPU %user %nice %system %iowait %steal %idle 07:49:10 07:40:02 all 9.11 0.00 3.23 2.03 0.06 85.57 07:49:10 07:40:02 0 7.21 0.00 2.44 1.56 0.07 88.72 07:49:10 07:40:02 1 9.34 0.00 2.71 0.99 0.03 86.93 07:49:10 07:40:02 2 8.93 0.00 3.62 2.88 0.07 84.50 07:49:10 07:40:02 3 9.36 0.00 3.63 5.71 0.07 81.24 07:49:10 07:40:02 4 9.07 0.00 2.55 0.78 0.05 87.55 07:49:10 07:40:02 5 9.84 0.00 3.83 3.94 0.05 82.34 07:49:10 07:40:02 6 10.66 0.00 2.94 0.29 0.07 86.05 07:49:10 07:40:02 7 8.50 0.00 4.13 0.15 0.05 87.16 07:49:10 07:41:01 all 44.73 0.00 7.37 0.69 0.08 47.12 07:49:10 07:41:01 0 44.81 0.00 6.91 0.29 0.07 47.92 07:49:10 07:41:01 1 44.76 0.00 7.83 1.32 0.09 46.01 07:49:10 07:41:01 2 44.77 0.00 7.37 0.45 0.09 47.33 07:49:10 07:41:01 3 45.17 0.00 7.66 0.39 0.09 46.69 07:49:10 07:41:01 4 44.23 0.00 7.11 0.34 0.07 48.25 07:49:10 07:41:01 5 44.49 0.00 7.79 1.81 0.09 45.82 07:49:10 07:41:01 6 44.67 0.00 6.88 0.58 0.07 47.80 07:49:10 07:41:01 7 44.96 0.00 7.46 0.36 0.09 47.13 07:49:10 07:42:01 all 1.69 0.00 0.83 0.50 0.02 96.96 07:49:10 07:42:01 0 2.45 0.00 0.67 0.43 0.02 96.43 07:49:10 07:42:01 1 1.89 0.00 1.42 3.11 0.03 93.55 07:49:10 07:42:01 2 1.80 0.00 1.10 0.07 0.02 97.01 07:49:10 07:42:01 3 1.17 0.00 0.45 0.02 0.02 98.34 07:49:10 07:42:01 4 1.76 0.00 0.75 0.02 0.03 97.44 07:49:10 07:42:01 5 1.96 0.00 1.07 0.02 0.02 96.94 07:49:10 07:42:01 6 0.75 0.00 0.70 0.33 0.02 98.20 07:49:10 07:42:01 7 1.77 0.00 0.45 0.00 0.03 97.75 07:49:10 07:43:01 all 0.03 0.00 0.01 0.00 0.01 99.95 07:49:10 07:43:01 0 0.03 0.00 0.00 0.00 0.02 99.95 07:49:10 07:43:01 1 0.10 0.00 0.00 0.00 0.00 99.90 07:49:10 07:43:01 2 0.02 0.00 0.02 0.00 0.02 99.95 07:49:10 07:43:01 3 0.00 0.00 0.00 0.00 0.02 99.98 07:49:10 07:43:01 4 0.03 0.00 0.02 0.00 0.00 99.95 07:49:10 07:43:01 5 0.00 0.00 0.03 0.00 0.00 99.97 07:49:10 07:43:01 6 0.00 0.00 0.03 0.00 0.00 99.97 07:49:10 07:43:01 7 0.05 0.00 0.02 0.00 0.00 99.93 07:49:10 07:44:01 all 0.03 0.00 0.05 0.01 0.01 99.90 07:49:10 07:44:01 0 0.05 0.00 0.05 0.02 0.00 99.88 07:49:10 07:44:01 1 0.02 0.00 0.02 0.00 0.00 99.97 07:49:10 07:44:01 2 0.05 0.00 0.02 0.03 0.02 99.88 07:49:10 07:44:01 3 0.03 0.00 0.00 0.00 0.00 99.97 07:49:10 07:44:01 4 0.02 0.00 0.05 0.02 0.02 99.90 07:49:10 07:44:01 5 0.03 0.00 0.00 0.02 0.00 99.95 07:49:10 07:44:01 6 0.02 0.00 0.22 0.02 0.00 99.75 07:49:10 07:44:01 7 0.03 0.00 0.02 0.00 0.02 99.93 07:49:10 07:45:01 all 0.02 0.00 0.02 0.00 0.00 99.95 07:49:10 07:45:01 0 0.02 0.00 0.03 0.00 0.00 99.95 07:49:10 07:45:01 1 0.07 0.00 0.02 0.00 0.00 99.92 07:49:10 07:45:01 2 0.00 0.00 0.03 0.02 0.02 99.93 07:49:10 07:45:01 3 0.02 0.00 0.02 0.00 0.00 99.97 07:49:10 07:45:01 4 0.02 0.00 0.02 0.00 0.00 99.97 07:49:10 07:45:01 5 0.00 0.00 0.02 0.02 0.02 99.95 07:49:10 07:45:01 6 0.00 0.00 0.00 0.00 0.00 100.00 07:49:10 07:45:01 7 0.07 0.00 0.02 0.00 0.00 99.92 07:49:10 07:46:01 all 0.22 0.00 0.01 0.00 0.01 99.75 07:49:10 07:46:01 0 0.00 0.00 0.03 0.00 0.02 99.95 07:49:10 07:46:01 1 0.00 0.00 0.00 0.00 0.00 100.00 07:49:10 07:46:01 2 1.71 0.00 0.03 0.02 0.02 98.22 07:49:10 07:46:01 3 0.02 0.00 0.00 0.00 0.02 99.97 07:49:10 07:46:01 4 0.02 0.00 0.00 0.00 0.00 99.98 07:49:10 07:46:01 5 0.02 0.00 0.02 0.00 0.00 99.97 07:49:10 07:46:01 6 0.00 0.00 0.00 0.00 0.00 100.00 07:49:10 07:46:01 7 0.02 0.00 0.02 0.00 0.00 99.97 07:49:10 07:47:01 all 0.26 0.00 0.02 0.00 0.01 99.71 07:49:10 07:47:01 0 0.02 0.00 0.00 0.00 0.00 99.98 07:49:10 07:47:01 1 0.00 0.00 0.03 0.00 0.00 99.97 07:49:10 07:47:01 2 2.00 0.00 0.03 0.02 0.03 97.92 07:49:10 07:47:01 3 0.00 0.00 0.02 0.00 0.00 99.98 07:49:10 07:47:01 4 0.02 0.00 0.03 0.00 0.02 99.93 07:49:10 07:47:01 5 0.02 0.00 0.02 0.02 0.00 99.95 07:49:10 07:47:01 6 0.00 0.00 0.00 0.00 0.02 99.98 07:49:10 07:47:01 7 0.02 0.00 0.00 0.00 0.02 99.97 07:49:10 07:48:01 all 0.23 0.00 0.01 0.00 0.01 99.76 07:49:10 07:48:01 0 0.02 0.00 0.00 0.00 0.02 99.97 07:49:10 07:48:01 1 0.02 0.00 0.00 0.00 0.02 99.97 07:49:10 07:48:01 2 1.66 0.00 0.02 0.02 0.02 98.29 07:49:10 07:48:01 3 0.02 0.00 0.00 0.00 0.02 99.97 07:49:10 07:48:01 4 0.02 0.00 0.00 0.00 0.00 99.98 07:49:10 07:48:01 5 0.02 0.00 0.00 0.00 0.00 99.98 07:49:10 07:48:01 6 0.00 0.00 0.00 0.00 0.00 100.00 07:49:10 07:48:01 7 0.05 0.00 0.03 0.00 0.00 99.92 07:49:10 07:49:01 all 8.28 0.00 3.60 2.93 0.05 85.14 07:49:10 07:49:01 0 7.56 0.00 3.28 0.03 0.03 89.09 07:49:10 07:49:01 1 8.61 0.00 3.72 0.61 0.05 87.01 07:49:10 07:49:01 2 10.68 0.00 3.49 3.34 0.05 82.44 07:49:10 07:49:01 3 7.29 0.00 3.84 0.44 0.05 88.38 07:49:10 07:49:01 4 9.12 0.00 3.42 0.98 0.05 86.44 07:49:10 07:49:01 5 7.57 0.00 4.39 9.02 0.08 78.94 07:49:10 07:49:01 6 8.09 0.00 3.35 0.13 0.05 88.38 07:49:10 07:49:01 7 7.32 0.00 3.29 8.93 0.05 80.41 07:49:10 Average: all 6.36 0.00 1.49 0.61 0.03 91.51 07:49:10 Average: 0 6.12 0.00 1.33 0.23 0.02 92.30 07:49:10 Average: 1 6.38 0.00 1.55 0.60 0.02 91.45 07:49:10 Average: 2 7.04 0.00 1.55 0.68 0.03 90.70 07:49:10 Average: 3 6.20 0.00 1.54 0.65 0.03 91.58 07:49:10 Average: 4 6.33 0.00 1.38 0.21 0.02 92.06 07:49:10 Average: 5 6.29 0.00 1.69 1.47 0.03 90.52 07:49:10 Average: 6 6.31 0.00 1.39 0.13 0.02 92.13 07:49:10 Average: 7 6.17 0.00 1.52 0.94 0.03 91.34 07:49:10 07:49:10 07:49:10