Pull request #486 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Connecting to https://api.github.com to check permissions of obtain list of Creatus-Cloud for edgexfoundry/go-mod-messaging Loading trusted files from base branch palau at 03d3eabbd75ed6f1e063f7006195bcf482f92587 rather than 12ceb8504a4e8bbd27678c33d048da8c94876170 Obtained Jenkinsfile from 03d3eabbd75ed6f1e063f7006195bcf482f92587 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-ssh8246861362586835943.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision b1c004cf40c352fe6d03b0971bc7ee860312a7b0 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-ssh6048741937060822807.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 b1c004cf40c352fe6d03b0971bc7ee860312a7b0 The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and with tags Cloning repository git@github.com:edgexfoundry/edgex-global-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/go-mod-messaging/branches/PR-486/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82 # timeout=10 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-messaging/branches/PR-486/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh10924594165261652182.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > 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 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-messaging/branches/PR-486/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh13208630799784215275.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision b1c004cf40c352fe6d03b0971bc7ee860312a7b0 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f b1c004cf40c352fe6d03b0971bc7ee860312a7b0 # timeout=10 Commit message: "Merge pull request #480 from jinlinGuan/fix-docs-publish" > 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 > git --version # timeout=10 > git --version # 'git version 2.16.6' 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-ssh2487333714491919010.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 Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:lfit/releng-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/go-mod-messaging/branches/PR-486/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e # timeout=10 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-messaging/branches/PR-486/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh11046284319728408083.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch 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 > git --version # timeout=10 > git --version # 'git version 2.16.6' fatal: bad object b1c004cf40c352fe6d03b0971bc7ee860312a7b0 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-messaging, goVersion:1.25, 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-messaging-settings PROJECT: go-mod-messaging USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.25 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-messaging DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: false PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: false BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task All nodes of label ‘ubuntu20.04-docker-8c-8g’ are offline Running on prd-ubuntu20.04-docker-8c-8g-15004 in /w/workspace/xfoundry_go-mod-messaging_PR-486 [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-messaging.git > git init /w/workspace/xfoundry_go-mod-messaging_PR-486 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-messaging.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-messaging.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-messaging.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/go-mod-messaging.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/go-mod-messaging.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/go-mod-messaging.git +refs/pull/486/head:refs/remotes/origin/PR-486 +refs/heads/palau:refs/remotes/origin/palau # timeout=10 Merging remotes/origin/palau commit 03d3eabbd75ed6f1e063f7006195bcf482f92587 into PR head commit 12ceb8504a4e8bbd27678c33d048da8c94876170 Merge succeeded, producing 12ceb8504a4e8bbd27678c33d048da8c94876170 Checking out Revision 12ceb8504a4e8bbd27678c33d048da8c94876170 (PR-486) > git config core.sparsecheckout # timeout=10 > git checkout -f 12ceb8504a4e8bbd27678c33d048da8c94876170 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 03d3eabbd75ed6f1e063f7006195bcf482f92587 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 12ceb8504a4e8bbd27678c33d048da8c94876170 # timeout=10 Commit message: "fix(command): use response topic prefix for all-command queries" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object b1c004cf40c352fe6d03b0971bc7ee860312a7b0 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 11:04:25 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 11:04:25 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 11:04:25 ========================================================= 11:04:25 EdgeX Global Pipelines Version Info 11:04:25 ========================================================= [Pipeline] libraryResource [Pipeline] sh 11:04:26 ------------------- 11:04:26 stable info: 11:04:26 ------------------- 11:04:26 Commited By: Ginny Guan ginny@iotechsys.com 11:04:26 Commit SHA: b1c004cf40c352fe6d03b0971bc7ee860312a7b0 11:04:26 Message: update stable to v1.0.281 11:04:27 ------------------- 11:04:27 experimental info: 11:04:27 ------------------- 11:04:27 Commited By: **** collab-it+edgex@linuxfoundation.org 11:04:27 Commit SHA: b1c004cf40c352fe6d03b0971bc7ee860312a7b0 11:04:27 Message: update experimental to v1.0.281 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 11:04:28 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = go-mod-messaging-settings [Pipeline] echo 11:04:28 [edgeXSetupEnvironment]: set envvar PROJECT = go-mod-messaging [Pipeline] echo 11:04:28 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 11:04:28 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 11:04:28 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 11:04:28 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.25 [Pipeline] echo 11:04:28 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 11:04:28 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 11:04:28 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 11:04:28 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 11:04:28 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 11:04:28 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = go-mod-messaging [Pipeline] echo 11:04:28 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 11:04:29 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 11:04:29 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 11:04:29 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 11:04:29 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 11:04:29 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 11:04:29 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 11:04:29 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 11:04:29 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 11:04:29 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 11:04:29 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 11:04:29 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 11:04:29 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 11:04:30 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 11:04:30 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 11:04:30 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-486 [Pipeline] echo 11:04:30 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-486 [Pipeline] echo 11:04:30 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-486 [Pipeline] echo 11:04:30 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 12ceb8504a4e8bbd27678c33d048da8c94876170 [Pipeline] echo 11:04:30 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 12ceb85 [Pipeline] echo 11:04:30 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 11:04:31 + git rev-list -1 --merges 12ceb8504a4e8bbd27678c33d048da8c94876170~1..12ceb8504a4e8bbd27678c33d048da8c94876170 [Pipeline] echo 11:04:31 -----------> git rev-list -1 --merges 12ceb8504a4e8bbd27678c33d048da8c94876170~1..12ceb8504a4e8bbd27678c33d048da8c94876170 12ceb8504a4e8bbd27678c33d048da8c94876170 [false] [Pipeline] sh 11:04:31 + git log --format=format:%s -1 12ceb8504a4e8bbd27678c33d048da8c94876170 [Pipeline] echo 11:04:31 ========================================================= 11:04:31 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 11:04:31 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 11:04:32 + git log --format=format:%s -1 12ceb8504a4e8bbd27678c33d048da8c94876170 [Pipeline] echo 11:04:32 [semverPrep] GIT_COMMIT: 12ceb8504a4e8bbd27678c33d048da8c94876170, Commit Message: fix(command): use response topic prefix for all-command queries [Pipeline] echo 11:04:32 [semverPrep] This is not a build commit. [Pipeline] sh 11:04:32 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 11:04:32 + grep -v github /etc/ssh/ssh_known_hosts 11:04:32 + [ -e /tmp/ssh_known_hosts ] 11:04:32 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 11:04:32 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 11:04:32 + sudo tee -a /etc/ssh/ssh_known_hosts 11:04:32 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:04:33 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 11:04:33 11:04:33 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:04:33 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 11:04:33 0.1.4: Pulling from edgex-devops/py-git-semver 11:04:33 3dae71ba6b94: Pulling fs layer 11:04:33 6bf1a483ea7c: Pulling fs layer 11:04:33 f5dfc541a4d3: Pulling fs layer 11:04:33 461d9e800cba: Pulling fs layer 11:04:33 80192f66455f: Pulling fs layer 11:04:33 2e8e34ca0e6c: Pulling fs layer 11:04:33 80192f66455f: Waiting 11:04:33 a29436f7fd5d: Pulling fs layer 11:04:33 923cac83aea3: Pulling fs layer 11:04:33 25ad8b0a4227: Pulling fs layer 11:04:33 db01528c6b51: Pulling fs layer 11:04:33 28988de357af: Pulling fs layer 11:04:33 a29436f7fd5d: Waiting 11:04:33 db01528c6b51: Waiting 11:04:33 28988de357af: Waiting 11:04:33 25ad8b0a4227: Waiting 11:04:33 923cac83aea3: Waiting 11:04:33 6bf1a483ea7c: Verifying Checksum 11:04:33 6bf1a483ea7c: Download complete 11:04:33 461d9e800cba: Verifying Checksum 11:04:33 461d9e800cba: Download complete 11:04:33 80192f66455f: Verifying Checksum 11:04:33 80192f66455f: Download complete 11:04:33 f5dfc541a4d3: Verifying Checksum 11:04:33 f5dfc541a4d3: Download complete 11:04:34 3dae71ba6b94: Verifying Checksum 11:04:34 3dae71ba6b94: Download complete 11:04:34 923cac83aea3: Download complete 11:04:34 25ad8b0a4227: Verifying Checksum 11:04:34 25ad8b0a4227: Download complete 11:04:34 db01528c6b51: Download complete 11:04:34 28988de357af: Verifying Checksum 11:04:34 28988de357af: Download complete 11:04:34 a29436f7fd5d: Verifying Checksum 11:04:34 a29436f7fd5d: Download complete 11:04:35 2e8e34ca0e6c: Verifying Checksum 11:04:35 2e8e34ca0e6c: Download complete 11:04:35 3dae71ba6b94: Pull complete 11:04:35 6bf1a483ea7c: Pull complete 11:04:36 f5dfc541a4d3: Pull complete 11:04:36 461d9e800cba: Pull complete 11:04:36 80192f66455f: Pull complete 11:04:41 2e8e34ca0e6c: Pull complete 11:04:42 a29436f7fd5d: Pull complete 11:04:42 923cac83aea3: Pull complete 11:04:42 25ad8b0a4227: Pull complete 11:04:42 db01528c6b51: Pull complete 11:04:42 28988de357af: Pull complete 11:04:42 Digest: sha256:195353f5eb8266bfc5d09c70327cc406fe11db141ac9a5f04734cd23bce6a248 11:04:42 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 11:04:42 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 11:04:42 prd-ubuntu20.04-docker-8c-8g-15004 does not seem to be running inside a container 11:04:42 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/xfoundry_go-mod-messaging_PR-486 -v /w/workspace/xfoundry_go-mod-messaging_PR-486:/w/workspace/xfoundry_go-mod-messaging_PR-486:rw,z -v /w/workspace/xfoundry_go-mod-messaging_PR-486@tmp:/w/workspace/xfoundry_go-mod-messaging_PR-486@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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 11:04:44 $ docker top 305de32b11fca6b77dddd92ed6b65eb6756a3ba3e745433213431edf24589e04 -eo pid,comm 11:04:44 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). 11:04:44 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 11:04:44 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 11:04:44 [ssh-agent] Looking for ssh-agent implementation... 11:04:44 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 11:04:44 $ docker exec 305de32b11fca6b77dddd92ed6b65eb6756a3ba3e745433213431edf24589e04 ssh-agent 11:04:45 SSH_AUTH_SOCK=/tmp/ssh-GNHLHG5MMzCM/agent.33 11:04:45 SSH_AGENT_PID=40 11:04:45 Running ssh-add (command line suppressed) 11:04:45 Identity added: /w/workspace/xfoundry_go-mod-messaging_PR-486@tmp/private_key_14265538974890705680.key (/w/workspace/xfoundry_go-mod-messaging_PR-486@tmp/private_key_14265538974890705680.key) 11:04:45 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 11:04:45 + git config --global --add safe.directory /w/workspace/xfoundry_go-mod-messaging_PR-486 [Pipeline] sh 11:04:45 + git tag --points-at HEAD [Pipeline] } 11:04:45 $ docker exec --env ******** --env ******** 305de32b11fca6b77dddd92ed6b65eb6756a3ba3e745433213431edf24589e04 ssh-agent -k 11:04:46 unset SSH_AUTH_SOCK; 11:04:46 unset SSH_AGENT_PID; 11:04:46 echo Agent pid 40 killed; 11:04:46 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 11:04:46 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 11:04:46 [ssh-agent] Looking for ssh-agent implementation... 11:04:46 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 11:04:46 $ docker exec 305de32b11fca6b77dddd92ed6b65eb6756a3ba3e745433213431edf24589e04 ssh-agent 11:04:46 SSH_AUTH_SOCK=/tmp/ssh-utnQ8jOrdCwR/agent.87 11:04:46 SSH_AGENT_PID=93 11:04:46 Running ssh-add (command line suppressed) 11:04:46 Identity added: /w/workspace/xfoundry_go-mod-messaging_PR-486@tmp/private_key_16864072418991100317.key (/w/workspace/xfoundry_go-mod-messaging_PR-486@tmp/private_key_16864072418991100317.key) 11:04:46 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 11:04:46 + git semver init 11:04:47 2026-07-13 11:04:47,219 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') 11:04:47 2026-07-13 11:04:47,224 [run_init] DEBUG init version:0.0.0 force:False 11:04:47 2026-07-13 11:04:47,225 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/xfoundry_go-mod-messaging_PR-486/.semver 11:04:47 2026-07-13 11:04:47,225 [execute] INFO git clone -b semver git@github.com:edgexfoundry/go-mod-messaging.git /w/workspace/xfoundry_go-mod-messaging_PR-486/.semver 11:04:47 2026-07-13 11:04:47,225 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/go-mod-messaging.git', '/w/workspace/xfoundry_go-mod-messaging_PR-486/.semver'], cwd=/w/workspace/xfoundry_go-mod-messaging_PR-486, stdin=None, shell=False, universal_newlines=False) 11:04:48 2026-07-13 11:04:48,136 [append_file] DEBUG append to file:/w/workspace/xfoundry_go-mod-messaging_PR-486/.git/info/exclude 11:04:48 2026-07-13 11:04:48,136 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/xfoundry_go-mod-messaging_PR-486/.semver/PR-486 with force:False 11:04:48 2026-07-13 11:04:48,136 [write_file] DEBUG write to file:/w/workspace/xfoundry_go-mod-messaging_PR-486/.semver/PR-486 11:04:48 2026-07-13 11:04:48,141 [execute] INFO git cat-file --batch-check 11:04:48 2026-07-13 11:04:48,141 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/xfoundry_go-mod-messaging_PR-486/.semver, stdin=, shell=False, universal_newlines=False) 11:04:48 2026-07-13 11:04:48,145 [execute] INFO git cat-file --batch 11:04:48 2026-07-13 11:04:48,145 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/xfoundry_go-mod-messaging_PR-486/.semver, stdin=, shell=False, universal_newlines=False) 11:04:48 2026-07-13 11:04:48,148 [read_version] DEBUG read version from /w/workspace/xfoundry_go-mod-messaging_PR-486/.semver/PR-486 11:04:48 0.0.0 [Pipeline] } 11:04:48 $ docker exec --env ******** --env ******** 305de32b11fca6b77dddd92ed6b65eb6756a3ba3e745433213431edf24589e04 ssh-agent -k 11:04:48 unset SSH_AUTH_SOCK; 11:04:48 unset SSH_AGENT_PID; 11:04:48 echo Agent pid 93 killed; 11:04:48 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 11:04:49 + git semver [Pipeline] } 11:04:49 $ docker stop --time=1 305de32b11fca6b77dddd92ed6b65eb6756a3ba3e745433213431edf24589e04 11:04:51 $ docker rm -f --volumes 305de32b11fca6b77dddd92ed6b65eb6756a3ba3e745433213431edf24589e04 [Pipeline] // withDockerContainer [Pipeline] sh 11:04:51 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 11:04:51 Stashed 1 file(s) [Pipeline] echo 11:04:51 [edgeXSemver]: initialized semver on version 0.0.0 [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) Stage "arm64" skipped due to when conditional [Pipeline] getContext [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) Stage "arm64" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Prep) [Pipeline] stage [Pipeline] { (Test) Stage "arm64" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "arm64" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "arm64" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] echo 11:04:53 [edgeX.isLTS] Checking if [palau] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^palau$, ^lts-test$]] [Pipeline] sh 11:04:54 + grep ^go [0-9].[0-9]* go.mod 11:04:54 + cut -d -f 2 11:04:54 + cut -d . -f1-2 [Pipeline] echo 11:04:54 [edgeX.isLTS] Checking if [palau] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^palau$, ^lts-test$]] [Pipeline] echo 11:04:54 ========================================================= 11:04:54 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10002/edgex-devops/edgex-golang-base:1.25-alpine-lts] 11:04:54 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] sh 11:04:54 + docker pull nexus3.edgexfoundry.org:10002/edgex-devops/edgex-golang-base:1.25-alpine-lts 11:04:54 1.25-alpine-lts: Pulling from edgex-devops/edgex-golang-base 11:04:54 84f5eff04246: Pulling fs layer 11:04:54 713d2d8a8d8d: Pulling fs layer 11:04:54 212f1aa7b6f1: Pulling fs layer 11:04:54 245ede05cb82: Pulling fs layer 11:04:54 4f4fb700ef54: Pulling fs layer 11:04:54 caaa51e465b4: Pulling fs layer 11:04:54 c3ac6d7336a4: Pulling fs layer 11:04:54 c282cae13e2d: Pulling fs layer 11:04:54 178b1e6198b5: Pulling fs layer 11:04:54 cce2ccd0a44f: Pulling fs layer 11:04:54 4f4fb700ef54: Waiting 11:04:54 caaa51e465b4: Waiting 11:04:54 c3ac6d7336a4: Waiting 11:04:54 c282cae13e2d: Waiting 11:04:54 178b1e6198b5: Waiting 11:04:54 cce2ccd0a44f: Waiting 11:04:54 245ede05cb82: Waiting 11:04:54 713d2d8a8d8d: Verifying Checksum 11:04:54 713d2d8a8d8d: Download complete 11:04:54 245ede05cb82: Download complete 11:04:54 4f4fb700ef54: Verifying Checksum 11:04:54 4f4fb700ef54: Download complete 11:04:54 84f5eff04246: Verifying Checksum 11:04:54 84f5eff04246: Download complete 11:04:54 caaa51e465b4: Verifying Checksum 11:04:54 caaa51e465b4: Download complete 11:04:55 c282cae13e2d: Verifying Checksum 11:04:55 c282cae13e2d: Download complete 11:04:55 84f5eff04246: Pull complete 11:04:55 c3ac6d7336a4: Verifying Checksum 11:04:55 c3ac6d7336a4: Download complete 11:04:55 713d2d8a8d8d: Pull complete 11:04:55 212f1aa7b6f1: Verifying Checksum 11:04:55 212f1aa7b6f1: Download complete 11:04:55 cce2ccd0a44f: Verifying Checksum 11:04:55 cce2ccd0a44f: Download complete 11:04:56 178b1e6198b5: Verifying Checksum 11:04:56 178b1e6198b5: Download complete 11:05:01 212f1aa7b6f1: Pull complete 11:05:01 245ede05cb82: Pull complete 11:05:01 4f4fb700ef54: Pull complete 11:05:01 caaa51e465b4: Pull complete 11:05:01 c3ac6d7336a4: Pull complete 11:05:01 c282cae13e2d: Pull complete 11:05:03 178b1e6198b5: Pull complete 11:05:04 cce2ccd0a44f: Pull complete 11:05:04 Digest: sha256:cebbfef60410722bf867ce9f83600c24bcf8b9930978447a537d1a7625c4dc64 11:05:04 Status: Downloaded newer image for nexus3.edgexfoundry.org:10002/edgex-devops/edgex-golang-base:1.25-alpine-lts 11:05:04 nexus3.edgexfoundry.org:10002/edgex-devops/edgex-golang-base:1.25-alpine-lts [Pipeline] sh 11:05:04 + docker tag nexus3.edgexfoundry.org:10002/edgex-devops/edgex-golang-base:1.25-alpine-lts ci-base-image-x86_64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:05:04 + docker inspect -f . ci-base-image-x86_64 11:05:04 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 11:05:05 prd-ubuntu20.04-docker-8c-8g-15004 does not seem to be running inside a container 11:05:05 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/xfoundry_go-mod-messaging_PR-486 -v /w/workspace/xfoundry_go-mod-messaging_PR-486:/w/workspace/xfoundry_go-mod-messaging_PR-486:rw,z -v /w/workspace/xfoundry_go-mod-messaging_PR-486@tmp:/w/workspace/xfoundry_go-mod-messaging_PR-486@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 ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 11:05:06 $ docker top 83d339a39b9954af41eedd41ebb14911336bcf00bbad8ce6231dc11889a84656 -eo pid,comm [Pipeline] { [Pipeline] sh 11:05:07 + go version 11:05:07 go version go1.25.10 linux/amd64 [Pipeline] } 11:05:07 $ docker stop --time=1 83d339a39b9954af41eedd41ebb14911336bcf00bbad8ce6231dc11889a84656 11:05:08 $ docker rm -f --volumes 83d339a39b9954af41eedd41ebb14911336bcf00bbad8ce6231dc11889a84656 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:05:09 + docker inspect -f . ci-base-image-x86_64 11:05:09 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 11:05:09 prd-ubuntu20.04-docker-8c-8g-15004 does not seem to be running inside a container 11:05:10 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/xfoundry_go-mod-messaging_PR-486 -v /w/workspace/xfoundry_go-mod-messaging_PR-486:/w/workspace/xfoundry_go-mod-messaging_PR-486:rw,z -v /w/workspace/xfoundry_go-mod-messaging_PR-486@tmp:/w/workspace/xfoundry_go-mod-messaging_PR-486@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 ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 11:05:10 $ docker top 35ee0481a428267fa546cdc626b9d78e381962de8ff7df8b7051d22fe11bff8b -eo pid,comm [Pipeline] { [Pipeline] sh 11:05:10 + git config --global --add safe.directory /w/workspace/xfoundry_go-mod-messaging_PR-486 [Pipeline] fileExists [Pipeline] sh 11:05:11 + make test 11:05:11 go test -tags=include_nats_messaging -race ./... -coverprofile=coverage.out ./... 11:05:33 ok github.com/edgexfoundry/go-mod-messaging/v4/clients 1.027s coverage: 86.0% of statements 11:05:35 ok github.com/edgexfoundry/go-mod-messaging/v4/internal/pkg 6.030s coverage: 16.3% of statements 11:05:35 ok github.com/edgexfoundry/go-mod-messaging/v4/internal/pkg/mqtt 1.057s coverage: 82.6% of statements 11:05:35 ok github.com/edgexfoundry/go-mod-messaging/v4/internal/pkg/nats 1.042s coverage: 79.3% of statements 11:05:35 ? github.com/edgexfoundry/go-mod-messaging/v4/internal/pkg/nats/interfaces [no test files] 11:05:35 github.com/edgexfoundry/go-mod-messaging/v4/internal/pkg/nats/interfaces/mocks coverage: 0.0% of statements 11:05:35 ok github.com/edgexfoundry/go-mod-messaging/v4/internal/pkg/nats/jetstream 1.018s coverage: 15.4% of statements 11:05:35 ok github.com/edgexfoundry/go-mod-messaging/v4/messaging 1.023s coverage: 100.0% of statements 11:05:35 github.com/edgexfoundry/go-mod-messaging/v4/messaging/envelope coverage: 0.0% of statements 11:05:35 github.com/edgexfoundry/go-mod-messaging/v4/messaging/mocks coverage: 0.0% of statements 11:05:35 ok github.com/edgexfoundry/go-mod-messaging/v4/messaging/mqtt 1.022s coverage: 100.0% of statements 11:05:35 ok github.com/edgexfoundry/go-mod-messaging/v4/pkg/types 1.032s coverage: 64.4% of statements 11:05:50 0 issues. 11:05:50 go vet ./... 11:05:51 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 11:05:51 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [Pipeline] echo 11:05:51 [edgeX.isLTS] Checking if [palau] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^palau$, ^lts-test$]] [Pipeline] fileExists [Pipeline] sh 11:05:51 + go mod tidy 11:05:51 go: downloading github.com/nats-io/nats.go v1.50.0 11:05:51 go: downloading github.com/fxamacker/cbor/v2 v2.9.2 11:05:51 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v4 v4.0.3 11:05:51 go: downloading github.com/eclipse/paho.mqtt.golang v1.5.1 11:05:51 go: downloading github.com/stretchr/testify v1.11.1 11:05:52 go: downloading github.com/google/uuid v1.6.0 11:05:52 go: downloading github.com/hashicorp/go-multierror v1.1.1 11:05:52 go: downloading github.com/davecgh/go-spew v1.1.1 11:05:52 go: downloading github.com/pmezard/go-difflib v1.0.0 11:05:52 go: downloading github.com/stretchr/objx v0.5.2 11:05:52 go: downloading github.com/x448/float16 v0.8.4 11:05:52 go: downloading golang.org/x/net v0.51.0 11:05:52 go: downloading github.com/gorilla/websocket v1.5.3 11:05:52 go: downloading golang.org/x/sync v0.20.0 11:05:52 go: downloading github.com/hashicorp/errwrap v1.0.0 11:05:52 go: downloading github.com/go-playground/validator/v10 v10.30.2 11:05:52 go: downloading gopkg.in/yaml.v3 v3.0.1 11:05:52 go: downloading github.com/klauspost/compress v1.18.5 11:05:52 go: downloading github.com/nats-io/nkeys v0.4.15 11:05:52 go: downloading github.com/nats-io/nuid v1.0.1 11:05:52 go: downloading golang.org/x/crypto v0.49.0 11:05:52 go: downloading github.com/leodido/go-urn v1.4.0 11:05:52 go: downloading github.com/gabriel-vasile/mimetype v1.4.13 11:05:52 go: downloading github.com/go-playground/universal-translator v0.18.1 11:05:52 go: downloading gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 11:05:52 go: downloading golang.org/x/text v0.35.0 11:05:52 go: downloading github.com/go-playground/assert/v2 v2.2.0 11:05:52 go: downloading github.com/go-playground/locales v0.14.1 11:05:52 go: downloading golang.org/x/sys v0.42.0 [Pipeline] } 11:05:53 $ docker stop --time=1 35ee0481a428267fa546cdc626b9d78e381962de8ff7df8b7051d22fe11bff8b 11:05:55 $ docker rm -f --volumes 35ee0481a428267fa546cdc626b9d78e381962de8ff7df8b7051d22fe11bff8b [Pipeline] // withDockerContainer [Pipeline] sh 11:05:56 + sudo chown -R jenkins:jenkins . [Pipeline] stash 11:05:56 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 11:05:58 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 11:05:58 11:05:58 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:05:58 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 11:05:58 latest: Pulling from edgex-lftools-log-publisher 11:05:58 5eb5b503b376: Pulling fs layer 11:05:58 5c69ac0246d0: Pulling fs layer 11:05:58 ec43610c2a17: Pulling fs layer 11:05:58 3a2ae6a8a46f: Pulling fs layer 11:05:58 33b1e0a273af: Pulling fs layer 11:05:58 5d3b04190fa2: Pulling fs layer 11:05:58 2f39f015ded8: Pulling fs layer 11:05:58 3a2ae6a8a46f: Waiting 11:05:58 2f39f015ded8: Waiting 11:05:58 33b1e0a273af: Waiting 11:05:58 5d3b04190fa2: Waiting 11:05:58 5c69ac0246d0: Verifying Checksum 11:05:58 5c69ac0246d0: Download complete 11:05:58 3a2ae6a8a46f: Verifying Checksum 11:05:58 3a2ae6a8a46f: Download complete 11:05:59 33b1e0a273af: Verifying Checksum 11:05:59 33b1e0a273af: Download complete 11:05:59 ec43610c2a17: Verifying Checksum 11:05:59 ec43610c2a17: Download complete 11:05:59 5d3b04190fa2: Verifying Checksum 11:05:59 5d3b04190fa2: Download complete 11:05:59 5eb5b503b376: Verifying Checksum 11:05:59 5eb5b503b376: Download complete 11:05:59 2f39f015ded8: Download complete 11:06:01 5eb5b503b376: Pull complete 11:06:01 5c69ac0246d0: Pull complete 11:06:01 ec43610c2a17: Pull complete 11:06:01 3a2ae6a8a46f: Pull complete 11:06:01 33b1e0a273af: Pull complete 11:06:01 5d3b04190fa2: Pull complete 11:06:08 2f39f015ded8: Pull complete 11:06:08 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 11:06:08 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 11:06:08 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 11:06:08 prd-ubuntu20.04-docker-8c-8g-15004 does not seem to be running inside a container 11:06:08 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/xfoundry_go-mod-messaging_PR-486 -v /w/workspace/xfoundry_go-mod-messaging_PR-486:/w/workspace/xfoundry_go-mod-messaging_PR-486:rw,z -v /w/workspace/xfoundry_go-mod-messaging_PR-486@tmp:/w/workspace/xfoundry_go-mod-messaging_PR-486@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 ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 11:06:09 $ docker top 9e4ee76545fd0a262cf82c6069ccec17ebeba82f0162af9a8edc817cba124d35 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 11:06:10 ---> job-cost.sh 11:06:10 lf-activate-venv: SKIPPING 11:06:10 INFO: No Stack... 11:06:10 INFO: Retrieving Pricing Info for: v3-standard-8 11:06:11 INFO: Archiving Costs [Pipeline] sh 11:06:11 + cat /w/workspace/xfoundry_go-mod-messaging_PR-486/archives/cost.csv 11:06:11 + cut -d, -f6 [Pipeline] lock 11:06:11 Trying to acquire lock on [Resource: jenkins-edgexfoundry-go-mod-messaging-PR-486-1-stack-cost] 11:06:11 Resource [jenkins-edgexfoundry-go-mod-messaging-PR-486-1-stack-cost] did not exist. Created. 11:06:11 Lock acquired on [Resource: jenkins-edgexfoundry-go-mod-messaging-PR-486-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 11:06:12 + echo total: 0.2199999988079071 [Pipeline] stash 11:06:12 Stashed 1 file(s) [Pipeline] } 11:06:12 Lock released on resource [Resource: jenkins-edgexfoundry-go-mod-messaging-PR-486-1-stack-cost] [Pipeline] // lock [Pipeline] } 11:06:12 $ docker stop --time=1 9e4ee76545fd0a262cf82c6069ccec17ebeba82f0162af9a8edc817cba124d35 11:06:13 $ docker rm -f --volumes 9e4ee76545fd0a262cf82c6069ccec17ebeba82f0162af9a8edc817cba124d35 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] configFileProvider 11:06:14 provisioning config files... 11:06:14 copy managed file [go-mod-messaging-codecov-token] to file:/w/workspace/xfoundry_go-mod-messaging_PR-486@tmp/config13510158223971235151tmp [Pipeline] { [Pipeline] sh 11:06:15 + set +x 11:06:15 + + curl -s https://codecov.io/bash 11:06:15 bash -s -- 11:06:15 11:06:15 _____ _ 11:06:15 / ____| | | 11:06:15 | | ___ __| | ___ ___ _____ __ 11:06:15 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 11:06:15 | |___| (_) | (_| | __/ (_| (_) \ V / 11:06:15 \_____\___/ \__,_|\___|\___\___/ \_/ 11:06:15 Bash-1.0.6 11:06:15 11:06:15 11:06:15 ==> git version 2.25.1 found 11:06:15 ==> curl 7.68.0 (x86_64-pc-linux-gnu) libcurl/7.68.0 OpenSSL/1.1.1f zlib/1.2.11 brotli/1.0.7 libidn2/2.2.0 libpsl/0.21.0 (+libidn2/2.2.0) libssh/0.9.3/openssl/zlib nghttp2/1.40.0 librtmp/2.3 11:06:15 Release-Date: 2020-01-08 11:06:15 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 11:06:15 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 11:06:15 ==> Jenkins CI detected. 11:06:15 current dir:  /w/workspace/xfoundry_go-mod-messaging_PR-486 11:06:15 project root: . 11:06:15 --> token set from env 11:06:15 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 11:06:15 ==> Running gcov in . (disable via -X gcov) 11:06:15 ==> Python coveragepy not found 11:06:15 ==> Searching for coverage reports in: 11:06:15 + . 11:06:15 -> Found 1 reports 11:06:15 ==> Detecting git/mercurial file structure 11:06:15 ==> Reading reports 11:06:15 + ./coverage.out bytes=53534 11:06:15 ==> Appending adjustments 11:06:15 https://docs.codecov.io/docs/fixing-reports 11:06:15 + Found adjustments 11:06:15 ==> Gzipping contents 11:06:15 16K /tmp/codecov.JoLi1j.gz 11:06:15 ==> Uploading reports 11:06:15 url: https://codecov.io 11:06:15 query: branch=PR-486&commit=12ceb8504a4e8bbd27678c33d048da8c94876170&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-messaging%2Fjob%2FPR-486%2F1%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-messaging&service=jenkins&flags=&pr=486&job=&cmd_args= 11:06:15 -> Pinging Codecov 11:06:15 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=****&branch=PR-486&commit=12ceb8504a4e8bbd27678c33d048da8c94876170&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fgo-mod-messaging%2Fjob%2FPR-486%2F1%2F&name=&tag=&slug=edgexfoundry%2Fgo-mod-messaging&service=jenkins&flags=&pr=486&job=&cmd_args= 11:06:15 -> Uploading to 11:06:15 https://storage.googleapis.com/codecov-production/shelter/v4/github/edgexfoundry/go-mod-messaging/12ceb8504a4e8bbd27678c33d048da8c94876170/b8122ce8-9a4c-40b6-8465-7b7f08a738c6.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJWQHUGIBILH4J7Q6ZUSCIFNEOLYSNDS7L3B4N5SIBQ2J4YLYE5CRFCD%2F20260713%2Fus%2Fs3%2Faws4_request&X-Amz-Date=20260713T110615Z&X-Amz-Expires=120&X-Amz-SignedHeaders=host&X-Amz-Signature=d30ed6a5036e015f4f35979c4e0c8f3b5347228f10f1607d7f13d083f9422eae 11:06:15 % Total % Received % Xferd Average Speed Time Time Time Current 11:06:15 Dload Upload Total Spent Left Speed 11:06:16 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12468 0 0 100 12468 0 65621 --:--:-- --:--:-- --:--:-- 65621 11:06:16 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/go-mod-messaging/commit/12ceb8504a4e8bbd27678c33d048da8c94876170 [Pipeline] } 11:06:26 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to when conditional [Pipeline] getContext [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) Stage "Semver" skipped due to when conditional [Pipeline] getContext [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" 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 11:06:29 + [ -d /w/workspace/xfoundry_go-mod-messaging_PR-486/archives ] 11:06:29 + ls -al /w/workspace/xfoundry_go-mod-messaging_PR-486/archives 11:06:29 total 16 11:06:29 drwxr-xr-x 3 root root 4096 Jul 13 11:06 . 11:06:29 drwxrwxr-x 11 jenkins jenkins 4096 Jul 13 11:06 .. 11:06:29 drwxr-xr-x 2 root root 4096 Jul 13 11:06 cost 11:06:29 -rw-r--r-- 1 root root 88 Jul 13 11:06 cost.csv 11:06:29 + sudo chown -R jenkins:jenkins /w/workspace/xfoundry_go-mod-messaging_PR-486/archives 11:06:29 + ls -al /w/workspace/xfoundry_go-mod-messaging_PR-486/archives 11:06:29 total 16 11:06:29 drwxr-xr-x 3 jenkins jenkins 4096 Jul 13 11:06 . 11:06:29 drwxrwxr-x 11 jenkins jenkins 4096 Jul 13 11:06 .. 11:06:29 drwxr-xr-x 2 jenkins jenkins 4096 Jul 13 11:06 cost 11:06:29 -rw-r--r-- 1 jenkins jenkins 88 Jul 13 11:06 cost.csv [Pipeline] libraryResource [Pipeline] sh 11:06:29 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 11:06:30 ---> package-listing.sh 11:06:30 ++ facter osfamily 11:06:30 ++ tr '[:upper:]' '[:lower:]' 11:06:31 + OS_FAMILY=debian 11:06:31 + workspace=/w/workspace/xfoundry_go-mod-messaging_PR-486 11:06:31 + START_PACKAGES=/tmp/packages_start.txt 11:06:31 + END_PACKAGES=/tmp/packages_end.txt 11:06:31 + DIFF_PACKAGES=/tmp/packages_diff.txt 11:06:31 + PACKAGES=/tmp/packages_start.txt 11:06:31 + '[' /w/workspace/xfoundry_go-mod-messaging_PR-486 ']' 11:06:31 + PACKAGES=/tmp/packages_end.txt 11:06:31 + case "${OS_FAMILY}" in 11:06:31 + dpkg -l 11:06:31 + grep '^ii' 11:06:31 + '[' -f /tmp/packages_start.txt ']' 11:06:31 + '[' -f /tmp/packages_end.txt ']' 11:06:31 + diff /tmp/packages_start.txt /tmp/packages_end.txt 11:06:31 + '[' /w/workspace/xfoundry_go-mod-messaging_PR-486 ']' 11:06:31 + mkdir -p /w/workspace/xfoundry_go-mod-messaging_PR-486/archives/ 11:06:31 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/xfoundry_go-mod-messaging_PR-486/archives/ [Pipeline] echo 11:06:31 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/xfoundry_go-mod-messaging_PR-486/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 11:06:31 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 11:06:32 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 11:06:32 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 11:06:32 prd-ubuntu20.04-docker-8c-8g-15004 does not seem to be running inside a container 11:06:32 $ 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/xfoundry_go-mod-messaging_PR-486/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/xfoundry_go-mod-messaging_PR-486 -v /w/workspace/xfoundry_go-mod-messaging_PR-486:/w/workspace/xfoundry_go-mod-messaging_PR-486:rw,z -v /w/workspace/xfoundry_go-mod-messaging_PR-486@tmp:/w/workspace/xfoundry_go-mod-messaging_PR-486@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 ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 11:06:32 $ docker top bca524d117e1915f0ace77b66603b7d3668d7d69b73634deef17e182a16a8f82 -eo pid,comm [Pipeline] { [Pipeline] sh 11:06:33 + touch /tmp/pre-build-complete [Pipeline] sh 11:06:33 + mkdir -p /var/log/sysstat [Pipeline] sh 11:06:33 + ls /var/log/sa-host 11:06:33 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 11:06:34 provisioning config files... 11:06:34 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/xfoundry_go-mod-messaging_PR-486@tmp/config2292680885852472944tmp [Pipeline] { [Pipeline] echo 11:06:34 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 11:06:34 ---> create-netrc.sh [Pipeline] } 11:06:34 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 11:06:35 ---> python-tools-install.sh [Pipeline] echo 11:06:35 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 11:06:35 ---> sudo-logs.sh 11:06:35 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 11:06:35 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 11:06:35 ---> job-cost.sh 11:06:35 lf-activate-venv: SKIPPING 11:06:35 DEBUG: total: 0.2199999988079071 11:06:35 INFO: Retrieving Stack Cost... 11:06:36 INFO: Retrieving Pricing Info for: v3-standard-8 11:06:36 INFO: Archiving Costs [Pipeline] echo 11:06:36 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 11:06:37 ---> logs-deploy.sh 11:06:37 lf-activate-venv: SKIPPING 11:06:37 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/go-mod-messaging/PR-486/1 11:06:37 INFO: archiving workspace using pattern(s): 11:06:37 Archives upload complete. 11:06:37 INFO: archiving logs to Nexus 11:06:38 ---> uname -a: 11:06:38 Linux prd-ubuntu20-04-docker-8c-8g-15004 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 GNU/Linux 11:06:38 11:06:38 11:06:38 ---> lscpu: 11:06:38 Architecture: x86_64 11:06:38 CPU op-mode(s): 32-bit, 64-bit 11:06:38 Byte Order: Little Endian 11:06:38 Address sizes: 40 bits physical, 48 bits virtual 11:06:38 CPU(s): 8 11:06:38 On-line CPU(s) list: 0-7 11:06:38 Thread(s) per core: 1 11:06:38 Core(s) per socket: 1 11:06:38 Socket(s): 8 11:06:38 NUMA node(s): 1 11:06:38 Vendor ID: AuthenticAMD 11:06:38 CPU family: 23 11:06:38 Model: 49 11:06:38 Model name: AMD EPYC-Rome Processor 11:06:38 Stepping: 0 11:06:38 CPU MHz: 2799.974 11:06:38 BogoMIPS: 5599.94 11:06:38 Virtualization: AMD-V 11:06:38 Hypervisor vendor: KVM 11:06:38 Virtualization type: full 11:06:38 L1d cache: 256 KiB 11:06:38 L1i cache: 256 KiB 11:06:38 L2 cache: 4 MiB 11:06:38 L3 cache: 128 MiB 11:06:38 NUMA node0 CPU(s): 0-7 11:06:38 Vulnerability Gather data sampling: Not affected 11:06:38 Vulnerability Itlb multihit: Not affected 11:06:38 Vulnerability L1tf: Not affected 11:06:38 Vulnerability Mds: Not affected 11:06:38 Vulnerability Meltdown: Not affected 11:06:38 Vulnerability Mmio stale data: Not affected 11:06:38 Vulnerability Retbleed: Vulnerable 11:06:38 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 11:06:38 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 11:06:38 Vulnerability Spectre v2: Mitigation; Retpolines; IBPB conditional; IBRS_FW; STIBP disabled; RSB filling; PBRSB-eIBRS Not affected; BHI Not affected 11:06:38 Vulnerability Srbds: Not affected 11:06:38 Vulnerability Tsx async abort: Not affected 11:06:38 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 clzero xsaveerptr wbnoinvd arat npt nrip_save umip rdpid arch_capabilities 11:06:38 11:06:38 11:06:38 ---> nproc: 11:06:38 8 11:06:38 11:06:38 11:06:38 ---> df -h: 11:06:38 Filesystem Size Used Avail Use% Mounted on 11:06:38 overlay 155G 12G 144G 8% / 11:06:38 tmpfs 64M 0 64M 0% /dev 11:06:38 tmpfs 16G 0 16G 0% /sys/fs/cgroup 11:06:38 shm 64M 0 64M 0% /dev/shm 11:06:38 /dev/vda1 155G 12G 144G 8% /facter-os 11:06:38 11:06:38 11:06:38 ---> sar -b -r -n DEV: 11:06:38 Linux 5.4.0-216-generic (prd-ubuntu20-04-docker-8c-8g-15004) 07/13/26 _x86_64_ (8 CPU) 11:06:38 11:06:38 11:03:41 LINUX RESTART (8 CPU) 11:06:38 11:06:38 11:04:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 11:06:38 11:05:01 345.24 63.37 281.87 0.00 11145.08 175699.12 0.00 11:06:38 11:06:01 87.99 0.40 87.59 0.00 7.33 45959.96 0.00 11:06:38 Average: 216.61 31.89 184.73 0.00 5576.20 110829.54 0.00 11:06:38 11:06:38 11:04:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 11:06:38 11:05:01 28713024 31511072 786608 2.39 88688 2988628 1810576 5.34 1003020 2761704 494160 11:06:38 11:06:01 28258964 31499716 788844 2.40 106084 3378260 1814528 5.35 1141508 3033776 256068 11:06:38 Average: 28485994 31505394 787726 2.40 97386 3183444 1812552 5.34 1072264 2897740 375114 11:06:38 11:06:38 11:04:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 11:06:38 11:05:01 docker0 6.92 8.42 0.68 75.60 0.00 0.00 0.00 0.00 11:06:38 11:05:01 ens3 689.49 449.48 7817.00 130.08 0.00 0.00 0.00 0.00 11:06:38 11:05:01 lo 3.27 3.27 0.31 0.31 0.00 0.00 0.00 0.00 11:06:38 11:06:01 docker0 58.04 68.91 4.90 1035.99 0.00 0.00 0.00 0.00 11:06:38 11:06:01 ens3 191.13 137.88 3583.31 26.21 0.00 0.00 0.00 0.00 11:06:38 11:06:01 lo 1.07 1.07 0.10 0.10 0.00 0.00 0.00 0.00 11:06:38 Average: docker0 32.48 38.66 2.79 555.79 0.00 0.00 0.00 0.00 11:06:38 Average: ens3 440.31 293.68 5700.15 78.15 0.00 0.00 0.00 0.00 11:06:38 Average: lo 2.17 2.17 0.21 0.21 0.00 0.00 0.00 0.00 11:06:38 11:06:38 11:06:38 ---> sar -P ALL: 11:06:38 Linux 5.4.0-216-generic (prd-ubuntu20-04-docker-8c-8g-15004) 07/13/26 _x86_64_ (8 CPU) 11:06:38 11:06:38 11:03:41 LINUX RESTART (8 CPU) 11:06:38 11:06:38 11:04:01 CPU %user %nice %system %iowait %steal %idle 11:06:38 11:05:01 all 9.56 0.00 3.28 1.46 0.07 85.63 11:06:38 11:05:01 0 8.91 0.00 2.27 1.68 0.07 87.07 11:06:38 11:05:01 1 9.93 0.00 4.16 0.36 0.07 85.49 11:06:38 11:05:01 2 12.61 0.00 4.46 1.18 0.07 81.69 11:06:38 11:05:01 3 8.67 0.00 2.05 0.77 0.07 88.43 11:06:38 11:05:01 4 8.13 0.00 4.32 2.82 0.08 84.65 11:06:38 11:05:01 5 11.63 0.00 2.79 0.14 0.05 85.40 11:06:38 11:05:01 6 8.83 0.00 2.65 1.60 0.07 86.85 11:06:38 11:05:01 7 7.80 0.00 3.50 3.15 0.07 85.48 11:06:38 11:06:01 all 32.47 0.00 5.46 0.55 0.10 61.42 11:06:38 11:06:01 0 31.75 0.00 5.00 0.10 0.08 63.07 11:06:38 11:06:01 1 33.46 0.00 5.37 1.77 0.10 59.31 11:06:38 11:06:01 2 32.70 0.00 5.54 0.27 0.08 61.41 11:06:38 11:06:01 3 32.35 0.00 4.74 0.07 0.10 62.74 11:06:38 11:06:01 4 33.23 0.00 5.01 0.17 0.10 61.49 11:06:38 11:06:01 5 32.58 0.00 5.78 0.05 0.12 61.48 11:06:38 11:06:01 6 30.44 0.00 6.29 0.10 0.10 63.06 11:06:38 11:06:01 7 33.28 0.00 5.94 1.91 0.10 58.77 11:06:38 Average: all 21.03 0.00 4.37 1.01 0.08 73.51 11:06:38 Average: 0 20.35 0.00 3.64 0.89 0.08 75.04 11:06:38 Average: 1 21.72 0.00 4.77 1.06 0.08 72.37 11:06:38 Average: 2 22.65 0.00 5.00 0.72 0.08 71.55 11:06:38 Average: 3 20.50 0.00 3.39 0.42 0.08 75.60 11:06:38 Average: 4 20.66 0.00 4.67 1.49 0.09 73.09 11:06:38 Average: 5 22.14 0.00 4.29 0.09 0.08 73.39 11:06:38 Average: 6 19.65 0.00 4.47 0.85 0.08 74.95 11:06:38 Average: 7 20.56 0.00 4.72 2.53 0.08 72.11 11:06:38 11:06:38 11:06:38