Pull request #228 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 cherrycl for edgexfoundry/ci-build-images Obtained Jenkinsfile from 90abed9a92d3ef24ffacba7a228c14f3f2d5b253+83416c26bb2dafbdb546ee79f7d5c99020093f9c (b69c46e460ed0dd08cbffe47d6415cee1d8ddf67) 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-ssh4114653747818634310.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision aadae98dfa9261c10a4d8d2eaf62c80ad04c1fbe 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-ssh4642767013360086668.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 aadae98dfa9261c10a4d8d2eaf62c80ad04c1fbe 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/ci-build-images/branches/PR-228/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/ci-build-images/branches/PR-228/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh15824483515641228136.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/ci-build-images/branches/PR-228/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh5464836271403070373.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision aadae98dfa9261c10a4d8d2eaf62c80ad04c1fbe (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f aadae98dfa9261c10a4d8d2eaf62c80ad04c1fbe # timeout=10 Commit message: "Merge pull request #474 from cherrycl/support-golang-1.25" > 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-ssh17706374391000625297.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/ci-build-images/branches/PR-228/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/ci-build-images/branches/PR-228/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh16875097994233933606.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 aadae98dfa9261c10a4d8d2eaf62c80ad04c1fbe 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 ========================================================= [edgeXBuildDocker] RAW Config: [project:edgex-golang-base, mavenSettings:ci-build-images-settings, dockerImageName:edgex-golang-base, dockerNamespace:edgex-devops, dockerNexusRepo:snapshots, dockerTags:[1.23-alpine, 1.23-alpine3.22], releaseBranchOverride:golang-1.23] ========================================================= [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 ========================================================= [edgeXBuildDocker] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: ci-build-images-settings PROJECT: edgex-golang-base USE_SEMVER: false DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: edgex-golang-base DOCKER_REGISTRY_NAMESPACE: edgex-devops DOCKER_NEXUS_REPO: snapshots DOCKER_PUSH_LATEST: true PUSH_DOCKER_IMAGE: true ARCHIVE_IMAGE: false ARCHIVE_NAME: edgex-golang-base-archive.tar.gz SEMVER_BUMP_LEVEL: pre BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-devops@lists.edgexfoundry.org RELEASE_BRANCH_OVERRIDE: golang-1.23 DOCKER_CUSTOM_TAGS: 1.23-alpine 1.23-alpine3.22 [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-288051 in /w/workspace/exfoundry_ci-build-images_PR-228 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout Selected Git installation does not exist. Using Default The recommended git tool is: NONE using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/ci-build-images.git > git init /w/workspace/exfoundry_ci-build-images_PR-228 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/ci-build-images.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/ci-build-images.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/ci-build-images.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/golang-1.23 commit 83416c26bb2dafbdb546ee79f7d5c99020093f9c into PR head commit 90abed9a92d3ef24ffacba7a228c14f3f2d5b253 Merge succeeded, producing 90abed9a92d3ef24ffacba7a228c14f3f2d5b253 Checking out Revision 90abed9a92d3ef24ffacba7a228c14f3f2d5b253 (PR-228) > git config remote.origin.url git@github.com:edgexfoundry/ci-build-images.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/ci-build-images.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/ci-build-images.git +refs/pull/228/head:refs/remotes/origin/PR-228 +refs/heads/golang-1.23:refs/remotes/origin/golang-1.23 # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 90abed9a92d3ef24ffacba7a228c14f3f2d5b253 # 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 83416c26bb2dafbdb546ee79f7d5c99020093f9c # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 90abed9a92d3ef24ffacba7a228c14f3f2d5b253 # timeout=10 Commit message: "ci: Upgrade golang image version to 1.23-alpine3.22" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object aadae98dfa9261c10a4d8d2eaf62c80ad04c1fbe [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2025-10-15T03:53:19.239Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2025-10-15T03:53:19.421Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2025-10-15T03:53:19.516Z] ========================================================= [2025-10-15T03:53:19.516Z] EdgeX Global Pipelines Version Info [2025-10-15T03:53:19.516Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2025-10-15T03:53:20.661Z] ------------------- [2025-10-15T03:53:20.661Z] stable info: [2025-10-15T03:53:20.661Z] ------------------- [2025-10-15T03:53:20.661Z] Commited By: Cherry Wang cherry@iotechsys.com [2025-10-15T03:53:20.661Z] Commit SHA: aadae98dfa9261c10a4d8d2eaf62c80ad04c1fbe [2025-10-15T03:53:20.661Z] Message: update stable to v1.0.277 [2025-10-15T03:53:21.231Z] ------------------- [2025-10-15T03:53:21.231Z] experimental info: [2025-10-15T03:53:21.231Z] ------------------- [2025-10-15T03:53:21.231Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2025-10-15T03:53:21.231Z] Commit SHA: aadae98dfa9261c10a4d8d2eaf62c80ad04c1fbe [2025-10-15T03:53:21.231Z] Message: update experimental to v1.0.277 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo [2025-10-15T03:53:21.491Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = ci-build-images-settings [Pipeline] echo [2025-10-15T03:53:21.538Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-golang-base [Pipeline] echo [2025-10-15T03:53:21.592Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = false [Pipeline] echo [2025-10-15T03:53:21.644Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2025-10-15T03:53:21.695Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2025-10-15T03:53:21.752Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = edgex-golang-base [Pipeline] echo [2025-10-15T03:53:21.802Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = edgex-devops [Pipeline] echo [2025-10-15T03:53:21.852Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = snapshots [Pipeline] echo [2025-10-15T03:53:21.901Z] [edgeXSetupEnvironment]: set envvar DOCKER_PUSH_LATEST = true [Pipeline] echo [2025-10-15T03:53:21.956Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2025-10-15T03:53:22.003Z] [edgeXSetupEnvironment]: set envvar ARCHIVE_IMAGE = false [Pipeline] echo [2025-10-15T03:53:22.052Z] [edgeXSetupEnvironment]: set envvar ARCHIVE_NAME = edgex-golang-base-archive.tar.gz [Pipeline] echo [2025-10-15T03:53:22.099Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2025-10-15T03:53:22.176Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2025-10-15T03:53:22.225Z] [edgeXSetupEnvironment]: set envvar RELEASE_BRANCH_OVERRIDE = golang-1.23 [Pipeline] echo [2025-10-15T03:53:22.272Z] [edgeXSetupEnvironment]: set envvar DOCKER_CUSTOM_TAGS = 1.23-alpine 1.23-alpine3.22 [Pipeline] echo [2025-10-15T03:53:22.327Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-228 [Pipeline] echo [2025-10-15T03:53:22.380Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-228 [Pipeline] echo [2025-10-15T03:53:22.431Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-228 [Pipeline] echo [2025-10-15T03:53:22.473Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 90abed9a92d3ef24ffacba7a228c14f3f2d5b253 [Pipeline] echo [2025-10-15T03:53:22.520Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 90abed9 [Pipeline] echo [2025-10-15T03:53:22.571Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-10-15T03:53:22.707Z] provisioning config files... [2025-10-15T03:53:22.723Z] copy managed file [ci-build-images-settings] to file:/w/workspace/exfoundry_ci-build-images_PR-228@tmp/config11799289810686974985tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-10-15T03:53:23.100Z] ---> ****-login.sh [2025-10-15T03:53:23.100Z] nexus3.edgexfoundry.org:10001 [2025-10-15T03:53:23.100Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-10-15T03:53:23.359Z] [2025-10-15T03:53:23.359Z] WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. [2025-10-15T03:53:23.359Z] Configure a credential helper to remove this warning. See [2025-10-15T03:53:23.359Z] https://docs.****.com/go/credential-store/ [2025-10-15T03:53:23.359Z] [2025-10-15T03:53:23.359Z] Login Succeeded [2025-10-15T03:53:23.359Z] nexus3.edgexfoundry.org:10002 [2025-10-15T03:53:23.359Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-10-15T03:53:23.618Z] [2025-10-15T03:53:23.618Z] WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. [2025-10-15T03:53:23.618Z] Configure a credential helper to remove this warning. See [2025-10-15T03:53:23.618Z] https://docs.****.com/go/credential-store/ [2025-10-15T03:53:23.618Z] [2025-10-15T03:53:23.618Z] Login Succeeded [2025-10-15T03:53:23.618Z] nexus3.edgexfoundry.org:10003 [2025-10-15T03:53:23.619Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-10-15T03:53:23.619Z] [2025-10-15T03:53:23.619Z] WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. [2025-10-15T03:53:23.619Z] Configure a credential helper to remove this warning. See [2025-10-15T03:53:23.619Z] https://docs.****.com/go/credential-store/ [2025-10-15T03:53:23.619Z] [2025-10-15T03:53:23.619Z] Login Succeeded [2025-10-15T03:53:23.619Z] nexus3.edgexfoundry.org:10004 [2025-10-15T03:53:23.619Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-10-15T03:53:23.619Z] [2025-10-15T03:53:23.619Z] WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. [2025-10-15T03:53:23.619Z] Configure a credential helper to remove this warning. See [2025-10-15T03:53:23.619Z] https://docs.****.com/go/credential-store/ [2025-10-15T03:53:23.619Z] [2025-10-15T03:53:23.619Z] Login Succeeded [2025-10-15T03:53:23.619Z] ****.io [2025-10-15T03:53:23.619Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-10-15T03:53:23.879Z] [2025-10-15T03:53:23.879Z] WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. [2025-10-15T03:53:23.879Z] Configure a credential helper to remove this warning. See [2025-10-15T03:53:23.879Z] https://docs.****.com/go/credential-store/ [2025-10-15T03:53:23.879Z] [2025-10-15T03:53:23.879Z] Login Succeeded [2025-10-15T03:53:23.879Z] ---> ****-login.sh ends [Pipeline] } [2025-10-15T03:53:23.904Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) Stage "Semver Prep" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Docker Image) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-10-15T03:53:24.778Z] provisioning config files... [2025-10-15T03:53:24.788Z] copy managed file [ci-build-images-settings] to file:/w/workspace/exfoundry_ci-build-images_PR-228@tmp/config11113580697445584431tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-10-15T03:53:25.145Z] ---> ****-login.sh [2025-10-15T03:53:25.145Z] nexus3.edgexfoundry.org:10001 [2025-10-15T03:53:25.145Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-10-15T03:53:25.145Z] Login Succeeded [2025-10-15T03:53:25.145Z] nexus3.edgexfoundry.org:10002 [2025-10-15T03:53:25.145Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-10-15T03:53:25.145Z] Login Succeeded [2025-10-15T03:53:25.145Z] nexus3.edgexfoundry.org:10003 [2025-10-15T03:53:25.145Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-10-15T03:53:25.403Z] Login Succeeded [2025-10-15T03:53:25.403Z] nexus3.edgexfoundry.org:10004 [2025-10-15T03:53:25.403Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-10-15T03:53:25.403Z] Login Succeeded [2025-10-15T03:53:25.403Z] ****.io [2025-10-15T03:53:25.403Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-10-15T03:53:25.663Z] Login Succeeded [2025-10-15T03:53:25.663Z] ---> ****-login.sh ends [Pipeline] } [2025-10-15T03:53:25.697Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2025-10-15T03:53:26.716Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2025-10-15T03:53:27.027Z] + ls -al . [2025-10-15T03:53:27.027Z] total 28 [2025-10-15T03:53:27.027Z] drwxrwxr-x 4 jenkins jenkins 4096 Oct 15 03:53 . [2025-10-15T03:53:27.027Z] drwxrwxr-x 4 jenkins jenkins 4096 Oct 15 03:53 .. [2025-10-15T03:53:27.027Z] drwxrwxr-x 8 jenkins jenkins 4096 Oct 15 03:53 .git [2025-10-15T03:53:27.027Z] drwxrwxr-x 2 jenkins jenkins 4096 Oct 15 03:53 .github [2025-10-15T03:53:27.027Z] -rw-rw-r-- 1 jenkins jenkins 586 Oct 15 03:53 .golangci.yml [2025-10-15T03:53:27.027Z] -rw-rw-r-- 1 jenkins jenkins 1194 Oct 15 03:53 Dockerfile [2025-10-15T03:53:27.027Z] -rw-rw-r-- 1 jenkins jenkins 952 Oct 15 03:53 Jenkinsfile [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-15T03:53:27.547Z] + docker build -t edgex-devops/edgex-golang-base -f Dockerfile --build-arg ARCH=amd64 --label git_sha=90abed9a92d3ef24ffacba7a228c14f3f2d5b253 --label arch=amd64 . [2025-10-15T03:53:28.116Z] #0 building with "default" instance using docker driver [2025-10-15T03:53:28.116Z] [2025-10-15T03:53:28.116Z] #1 [internal] load build definition from Dockerfile [2025-10-15T03:53:28.116Z] #1 transferring dockerfile: 1.23kB done [2025-10-15T03:53:28.116Z] #1 DONE 0.0s [2025-10-15T03:53:28.116Z] [2025-10-15T03:53:28.116Z] #2 [internal] load metadata for docker.io/library/golang:1.23-alpine3.22 [2025-10-15T03:53:28.685Z] #2 DONE 0.7s [2025-10-15T03:53:28.945Z] [2025-10-15T03:53:28.945Z] #3 [internal] load .dockerignore [2025-10-15T03:53:28.945Z] #3 transferring context: 2B done [2025-10-15T03:53:28.945Z] #3 DONE 0.0s [2025-10-15T03:53:28.945Z] [2025-10-15T03:53:28.945Z] #4 [internal] load build context [2025-10-15T03:53:28.945Z] #4 transferring context: 628B done [2025-10-15T03:53:28.945Z] #4 DONE 0.0s [2025-10-15T03:53:28.945Z] [2025-10-15T03:53:28.945Z] #5 [1/5] FROM docker.io/library/golang:1.23-alpine3.22@sha256:383395b794dffa5b53012a212365d40c8e37109a626ca30d6151c8348d380b5f [2025-10-15T03:53:28.945Z] #5 resolve docker.io/library/golang:1.23-alpine3.22@sha256:383395b794dffa5b53012a212365d40c8e37109a626ca30d6151c8348d380b5f 0.0s done [2025-10-15T03:53:28.945Z] #5 sha256:d5791340ef181f05ef1e99760e4be81cb2008d99b2bc1e56b2faa9b6295d0ac3 0B / 74.07MB 0.1s [2025-10-15T03:53:28.945Z] #5 sha256:383395b794dffa5b53012a212365d40c8e37109a626ca30d6151c8348d380b5f 10.30kB / 10.30kB done [2025-10-15T03:53:28.945Z] #5 sha256:a7ecaac5efda22510d8c903bdc6b19026543f1eac3317d47363680df22161bd8 1.92kB / 1.92kB done [2025-10-15T03:53:28.945Z] #5 sha256:72fd06a5dd05d7cb31d0fa2a125e89eecc16fbff26acf95bbd2762cdcfb5af38 2.08kB / 2.08kB done [2025-10-15T03:53:28.945Z] #5 sha256:9824c27679d3b27c5e1cb00a73adb6f4f8d556994111c12db3c5d61a0c843df8 0B / 3.80MB 0.1s [2025-10-15T03:53:28.945Z] #5 sha256:8371a51cbc44c1323f96695eaeaeeb1c44b2d30d138a279b348af5c18b2c5e24 0B / 282.45kB 0.1s [2025-10-15T03:53:28.945Z] #5 sha256:8371a51cbc44c1323f96695eaeaeeb1c44b2d30d138a279b348af5c18b2c5e24 282.45kB / 282.45kB 0.2s [2025-10-15T03:53:29.204Z] #5 sha256:9824c27679d3b27c5e1cb00a73adb6f4f8d556994111c12db3c5d61a0c843df8 3.80MB / 3.80MB 0.4s [2025-10-15T03:53:29.205Z] #5 sha256:8371a51cbc44c1323f96695eaeaeeb1c44b2d30d138a279b348af5c18b2c5e24 282.45kB / 282.45kB 0.2s done [2025-10-15T03:53:29.205Z] #5 sha256:d3178a7b27090e22bc2464346d1cdc8f59d0fd7a241452e8148342edf3d0b1e9 0B / 126B 0.4s [2025-10-15T03:53:29.205Z] #5 sha256:9824c27679d3b27c5e1cb00a73adb6f4f8d556994111c12db3c5d61a0c843df8 3.80MB / 3.80MB 0.4s done [2025-10-15T03:53:29.205Z] #5 sha256:d3178a7b27090e22bc2464346d1cdc8f59d0fd7a241452e8148342edf3d0b1e9 126B / 126B 0.4s done [2025-10-15T03:53:29.205Z] #5 extracting sha256:9824c27679d3b27c5e1cb00a73adb6f4f8d556994111c12db3c5d61a0c843df8 0.1s [2025-10-15T03:53:29.205Z] #5 sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 32B / 32B 0.4s done [2025-10-15T03:53:29.463Z] #5 extracting sha256:9824c27679d3b27c5e1cb00a73adb6f4f8d556994111c12db3c5d61a0c843df8 0.1s done [2025-10-15T03:53:29.463Z] #5 extracting sha256:8371a51cbc44c1323f96695eaeaeeb1c44b2d30d138a279b348af5c18b2c5e24 0.0s done [2025-10-15T03:53:30.889Z] #5 sha256:d5791340ef181f05ef1e99760e4be81cb2008d99b2bc1e56b2faa9b6295d0ac3 9.44MB / 74.07MB 2.1s [2025-10-15T03:53:31.153Z] #5 sha256:d5791340ef181f05ef1e99760e4be81cb2008d99b2bc1e56b2faa9b6295d0ac3 32.51MB / 74.07MB 2.3s [2025-10-15T03:53:31.153Z] #5 sha256:d5791340ef181f05ef1e99760e4be81cb2008d99b2bc1e56b2faa9b6295d0ac3 47.19MB / 74.07MB 2.4s [2025-10-15T03:53:31.412Z] #5 sha256:d5791340ef181f05ef1e99760e4be81cb2008d99b2bc1e56b2faa9b6295d0ac3 74.07MB / 74.07MB 2.6s [2025-10-15T03:53:31.679Z] #5 sha256:d5791340ef181f05ef1e99760e4be81cb2008d99b2bc1e56b2faa9b6295d0ac3 74.07MB / 74.07MB 2.8s done [2025-10-15T03:53:31.679Z] #5 extracting sha256:d5791340ef181f05ef1e99760e4be81cb2008d99b2bc1e56b2faa9b6295d0ac3 [2025-10-15T03:53:35.908Z] #5 extracting sha256:d5791340ef181f05ef1e99760e4be81cb2008d99b2bc1e56b2faa9b6295d0ac3 4.1s done [2025-10-15T03:53:35.908Z] #5 extracting sha256:d3178a7b27090e22bc2464346d1cdc8f59d0fd7a241452e8148342edf3d0b1e9 [2025-10-15T03:53:36.169Z] #5 extracting sha256:d3178a7b27090e22bc2464346d1cdc8f59d0fd7a241452e8148342edf3d0b1e9 done [2025-10-15T03:53:36.169Z] #5 extracting sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 done [2025-10-15T03:53:36.169Z] #5 DONE 7.4s [2025-10-15T03:53:36.431Z] [2025-10-15T03:53:36.431Z] #6 [2/5] COPY ./.golangci.yml /etc/.golangci.yml [2025-10-15T03:53:37.368Z] #6 DONE 1.2s [2025-10-15T03:53:37.628Z] [2025-10-15T03:53:37.628Z] #7 [3/5] RUN if [ $(uname -m) == "x86_64" ]; then wget -O /usr/local/bin/hadolint https://github.com/hadolint/hadolint/releases/download/v2.12.0/hadolint-Linux-x86_64 ; chmod +x /usr/local/bin/hadolint; fi [2025-10-15T03:53:37.628Z] #7 0.243 Connecting to github.com (140.82.112.4:443) [2025-10-15T03:53:37.887Z] #7 0.379 Connecting to release-assets.githubusercontent.com (185.199.111.133:443) [2025-10-15T03:53:37.887Z] #7 0.426 saving to '/usr/local/bin/hadolint' [2025-10-15T03:53:37.887Z] #7 0.457 hadolint 100% |********************************| 2369k 0:00:00 ETA [2025-10-15T03:53:37.887Z] #7 0.457 '/usr/local/bin/hadolint' saved [2025-10-15T03:53:37.887Z] #7 DONE 0.5s [2025-10-15T03:53:38.149Z] [2025-10-15T03:53:38.149Z] #8 [4/5] RUN apk add --update --no-cache make git curl bash pkgconfig build-base linux-headers musl-dev zeromq-dev && apk upgrade && ln -s /bin/touch /usr/bin/touch && wget -O- -nv https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s v1.61.0 [2025-10-15T03:53:39.105Z] #8 1.292 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz [2025-10-15T03:53:39.365Z] #8 1.386 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz [2025-10-15T03:53:39.538Z] Still waiting to schedule task [2025-10-15T03:53:39.539Z] All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline [2025-10-15T03:53:39.627Z] #8 1.708 (1/43) Installing ncurses-terminfo-base (6.5_p20250503-r0) [2025-10-15T03:53:39.627Z] #8 1.710 (2/43) Installing libncursesw (6.5_p20250503-r0) [2025-10-15T03:53:39.888Z] #8 1.719 (3/43) Installing readline (8.2.13-r1) [2025-10-15T03:53:39.888Z] #8 1.750 (4/43) Installing bash (5.2.37-r0) [2025-10-15T03:53:39.888Z] #8 1.769 Executing bash-5.2.37-r0.post-install [2025-10-15T03:53:39.888Z] #8 1.773 (5/43) Installing libgcc (14.2.0-r6) [2025-10-15T03:53:39.888Z] #8 1.779 (6/43) Installing jansson (2.14.1-r0) [2025-10-15T03:53:39.888Z] #8 1.784 (7/43) Installing libstdc++ (14.2.0-r6) [2025-10-15T03:53:39.888Z] #8 1.811 (8/43) Installing zstd-libs (1.5.7-r0) [2025-10-15T03:53:39.888Z] #8 1.823 (9/43) Installing binutils (2.44-r3) [2025-10-15T03:53:39.888Z] #8 1.946 (10/43) Installing libmagic (5.46-r2) [2025-10-15T03:53:39.888Z] #8 1.975 (11/43) Installing file (5.46-r2) [2025-10-15T03:53:39.888Z] #8 1.978 (12/43) Installing libgomp (14.2.0-r6) [2025-10-15T03:53:39.888Z] #8 1.986 (13/43) Installing libatomic (14.2.0-r6) [2025-10-15T03:53:39.888Z] #8 1.989 (14/43) Installing gmp (6.3.0-r3) [2025-10-15T03:53:39.888Z] #8 2.021 (15/43) Installing isl26 (0.26-r1) [2025-10-15T03:53:39.888Z] #8 2.044 (16/43) Installing mpfr4 (4.2.1_p1-r0) [2025-10-15T03:53:39.888Z] #8 2.056 (17/43) Installing mpc1 (1.3.1-r1) [2025-10-15T03:53:40.149Z] #8 2.060 (18/43) Installing gcc (14.2.0-r6) [2025-10-15T03:53:40.720Z] #8 2.875 (19/43) Installing libstdc++-dev (14.2.0-r6) [2025-10-15T03:53:40.983Z] #8 2.987 (20/43) Installing musl-dev (1.2.5-r10) [2025-10-15T03:53:41.244Z] #8 3.039 (21/43) Installing g++ (14.2.0-r6) [2025-10-15T03:53:41.244Z] #8 3.319 (22/43) Installing make (4.4.1-r3) [2025-10-15T03:53:41.505Z] #8 3.325 (23/43) Installing fortify-headers (1.1-r5) [2025-10-15T03:53:41.505Z] #8 3.329 (24/43) Installing patch (2.8-r0) [2025-10-15T03:53:41.505Z] #8 3.334 (25/43) Installing build-base (0.5-r3) [2025-10-15T03:53:41.505Z] #8 3.334 (26/43) Installing brotli-libs (1.1.0-r2) [2025-10-15T03:53:41.505Z] #8 3.344 (27/43) Installing c-ares (1.34.5-r0) [2025-10-15T03:53:41.505Z] #8 3.348 (28/43) Installing libunistring (1.3-r0) [2025-10-15T03:53:41.505Z] #8 3.362 (29/43) Installing libidn2 (2.3.7-r0) [2025-10-15T03:53:41.505Z] #8 3.367 (30/43) Installing nghttp2-libs (1.65.0-r0) [2025-10-15T03:53:41.505Z] #8 3.371 (31/43) Installing libpsl (0.21.5-r3) [2025-10-15T03:53:41.505Z] #8 3.375 (32/43) Installing libcurl (8.14.1-r2) [2025-10-15T03:53:41.505Z] #8 3.383 (33/43) Installing curl (8.14.1-r2) [2025-10-15T03:53:41.505Z] #8 3.392 (34/43) Installing libexpat (2.7.3-r0) [2025-10-15T03:53:41.505Z] #8 3.397 (35/43) Installing pcre2 (10.43-r1) [2025-10-15T03:53:41.505Z] #8 3.406 (36/43) Installing git (2.49.1-r0) [2025-10-15T03:53:41.505Z] #8 3.462 (37/43) Installing git-init-template (2.49.1-r0) [2025-10-15T03:53:41.505Z] #8 3.466 (38/43) Installing linux-headers (6.14.2-r0) [2025-10-15T03:53:41.505Z] #8 3.546 (39/43) Installing pkgconf (2.4.3-r0) [2025-10-15T03:53:41.505Z] #8 3.552 (40/43) Installing libsodium (1.0.20-r0) [2025-10-15T03:53:41.505Z] #8 3.561 (41/43) Installing libzmq (4.3.5-r2) [2025-10-15T03:53:41.505Z] #8 3.570 (42/43) Installing libsodium-dev (1.0.20-r0) [2025-10-15T03:53:41.765Z] #8 3.578 (43/43) Installing zeromq-dev (4.3.5-r2) [2025-10-15T03:53:41.765Z] #8 3.583 Executing busybox-1.37.0-r18.trigger [2025-10-15T03:53:41.765Z] #8 3.591 OK: 265 MiB in 60 packages [2025-10-15T03:53:41.765Z] #8 3.652 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz [2025-10-15T03:53:41.765Z] #8 3.729 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz [2025-10-15T03:53:42.026Z] #8 4.060 Upgrading critical system libraries and apk-tools: [2025-10-15T03:53:42.026Z] #8 4.060 (1/1) Upgrading apk-tools (2.14.9-r2 -> 2.14.9-r3) [2025-10-15T03:53:42.286Z] #8 4.065 Executing busybox-1.37.0-r18.trigger [2025-10-15T03:53:42.286Z] #8 4.120 Continuing the upgrade transaction with new apk-tools: [2025-10-15T03:53:42.286Z] #8 4.429 (1/9) Upgrading busybox (1.37.0-r18 -> 1.37.0-r19) [2025-10-15T03:53:42.547Z] #8 4.474 Executing busybox-1.37.0-r19.post-upgrade [2025-10-15T03:53:42.547Z] #8 4.537 (2/9) Upgrading busybox-binsh (1.37.0-r18 -> 1.37.0-r19) [2025-10-15T03:53:42.547Z] #8 4.540 (3/9) Upgrading alpine-release (3.22.1-r0 -> 3.22.2-r0) [2025-10-15T03:53:42.547Z] #8 4.544 (4/9) Upgrading libcrypto3 (3.5.1-r0 -> 3.5.4-r0) [2025-10-15T03:53:42.547Z] #8 4.590 (5/9) Upgrading ca-certificates-bundle (20250619-r0 -> 20250911-r0) [2025-10-15T03:53:42.547Z] #8 4.595 (6/9) Upgrading libssl3 (3.5.1-r0 -> 3.5.4-r0) [2025-10-15T03:53:42.547Z] #8 4.606 (7/9) Upgrading ssl_client (1.37.0-r18 -> 1.37.0-r19) [2025-10-15T03:53:42.547Z] #8 4.609 (8/9) Upgrading libapk2 (2.14.9-r2 -> 2.14.9-r3) [2025-10-15T03:53:42.547Z] #8 4.615 (9/9) Upgrading ca-certificates (20250619-r0 -> 20250911-r0) [2025-10-15T03:53:42.547Z] #8 4.628 Executing busybox-1.37.0-r19.trigger [2025-10-15T03:53:42.547Z] #8 4.632 Executing ca-certificates-20250911-r0.trigger [2025-10-15T03:53:42.547Z] #8 4.671 OK: 265 MiB in 60 packages [2025-10-15T03:53:42.808Z] #8 4.730 Connecting to raw.githubusercontent.com (185.199.110.133:443) [2025-10-15T03:53:42.808Z] #8 4.778 writing to stdout [2025-10-15T03:53:42.808Z] #8 4.778 - 100% |********************************| 11589 0:00:00 ETA [2025-10-15T03:53:42.808Z] #8 4.778 written to stdout [2025-10-15T03:53:42.808Z] #8 4.786 golangci/golangci-lint info checking GitHub for tag 'v1.61.0' [2025-10-15T03:53:42.808Z] #8 4.976 golangci/golangci-lint info found version: 1.61.0 for v1.61.0/linux/amd64 [2025-10-15T03:53:43.750Z] #8 5.766 golangci/golangci-lint info installed ./bin/golangci-lint [2025-10-15T03:54:01.926Z] #8 DONE 22.2s [2025-10-15T03:54:01.926Z] [2025-10-15T03:54:01.926Z] #9 [5/5] RUN go install github.com/gotesttools/gotestfmt/v2/cmd/gotestfmt@latest [2025-10-15T03:54:01.926Z] #9 1.035 go: downloading github.com/gotesttools/gotestfmt v1.1.0 [2025-10-15T03:54:01.926Z] #9 1.073 go: downloading github.com/gotesttools/gotestfmt/v2 v2.5.0 [2025-10-15T03:54:07.278Z] #9 DONE 6.2s [2025-10-15T03:54:07.278Z] [2025-10-15T03:54:07.278Z] #10 exporting to image [2025-10-15T03:54:07.278Z] #10 exporting layers [2025-10-15T03:54:07.536Z] #10 exporting layers 1.2s done [2025-10-15T03:54:07.795Z] #10 writing image sha256:c35ff5b5dc06b856dd29609744df4cade8395ec97a242371765ba33f64793968 done [2025-10-15T03:54:07.795Z] #10 naming to docker.io/edgex-devops/edgex-golang-base 0.0s done [2025-10-15T03:54:07.795Z] #10 DONE 1.2s [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Image) Stage "Archive Image" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-15T03:54:08.920Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-10-15T03:54:08.920Z] [2025-10-15T03:54:08.920Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-15T03:54:09.305Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-10-15T03:54:09.305Z] latest: Pulling from edgex-lftools-log-publisher [2025-10-15T03:54:09.305Z] 5eb5b503b376: Pulling fs layer [2025-10-15T03:54:09.305Z] 5c69ac0246d0: Pulling fs layer [2025-10-15T03:54:09.305Z] ec43610c2a17: Pulling fs layer [2025-10-15T03:54:09.305Z] 3a2ae6a8a46f: Pulling fs layer [2025-10-15T03:54:09.305Z] 33b1e0a273af: Pulling fs layer [2025-10-15T03:54:09.305Z] 5d3b04190fa2: Pulling fs layer [2025-10-15T03:54:09.305Z] 2f39f015ded8: Pulling fs layer [2025-10-15T03:54:09.305Z] 33b1e0a273af: Waiting [2025-10-15T03:54:09.305Z] 5d3b04190fa2: Waiting [2025-10-15T03:54:09.305Z] 3a2ae6a8a46f: Waiting [2025-10-15T03:54:09.305Z] 2f39f015ded8: Waiting [2025-10-15T03:54:09.305Z] 5c69ac0246d0: Verifying Checksum [2025-10-15T03:54:09.305Z] 5c69ac0246d0: Download complete [2025-10-15T03:54:09.305Z] 33b1e0a273af: Verifying Checksum [2025-10-15T03:54:09.305Z] 33b1e0a273af: Download complete [2025-10-15T03:54:09.564Z] 5d3b04190fa2: Verifying Checksum [2025-10-15T03:54:09.564Z] 5d3b04190fa2: Download complete [2025-10-15T03:54:09.564Z] ec43610c2a17: Verifying Checksum [2025-10-15T03:54:09.564Z] 5eb5b503b376: Verifying Checksum [2025-10-15T03:54:09.564Z] 5eb5b503b376: Download complete [2025-10-15T03:54:10.142Z] 2f39f015ded8: Download complete [2025-10-15T03:54:11.079Z] 5eb5b503b376: Pull complete [2025-10-15T03:54:11.338Z] 5c69ac0246d0: Pull complete [2025-10-15T03:54:11.906Z] ec43610c2a17: Pull complete [2025-10-15T03:54:11.906Z] 3a2ae6a8a46f: Pull complete [2025-10-15T03:54:12.166Z] 33b1e0a273af: Pull complete [2025-10-15T03:54:12.166Z] 5d3b04190fa2: Pull complete [2025-10-15T03:54:17.459Z] 2f39f015ded8: Pull complete [2025-10-15T03:54:17.459Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2025-10-15T03:54:17.459Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-10-15T03:54:17.459Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-10-15T03:54:17.746Z] prd-ubuntu20.04-docker-8c-8g-288051 does not seem to be running inside a container [2025-10-15T03:54:17.783Z] $ 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/exfoundry_ci-build-images_PR-228 -v /w/workspace/exfoundry_ci-build-images_PR-228:/w/workspace/exfoundry_ci-build-images_PR-228:rw,z -v /w/workspace/exfoundry_ci-build-images_PR-228@tmp:/w/workspace/exfoundry_ci-build-images_PR-228@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2025-10-15T03:54:41.510Z] $ docker top e45b4b79e515071ea697b41955f63e27263a08e2733adc139276adff06d61961 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-10-15T03:54:42.017Z] ---> job-cost.sh [2025-10-15T03:54:42.017Z] lf-activate-venv: SKIPPING [2025-10-15T03:54:42.017Z] INFO: No Stack... [2025-10-15T03:54:42.277Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2025-10-15T03:54:42.542Z] INFO: Archiving Costs [Pipeline] sh [2025-10-15T03:54:42.860Z] + cat /w/workspace/exfoundry_ci-build-images_PR-228/archives/cost.csv [2025-10-15T03:54:42.860Z] + cut -d, -f6 [Pipeline] lock [2025-10-15T03:54:42.914Z] Trying to acquire lock on [Resource: jenkins-edgexfoundry-ci-build-images-PR-228-1-stack-cost] [2025-10-15T03:54:42.921Z] Resource [jenkins-edgexfoundry-ci-build-images-PR-228-1-stack-cost] did not exist. Created. [2025-10-15T03:54:42.926Z] Lock acquired on [Resource: jenkins-edgexfoundry-ci-build-images-PR-228-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2025-10-15T03:54:43.315Z] + echo total: 0.2199999988079071 [Pipeline] stash [2025-10-15T03:54:43.651Z] Stashed 1 file(s) [Pipeline] } [2025-10-15T03:54:43.669Z] Lock released on resource [Resource: jenkins-edgexfoundry-ci-build-images-PR-228-1-stack-cost] [Pipeline] // lock [Pipeline] } [2025-10-15T03:54:43.752Z] $ docker stop --time=1 e45b4b79e515071ea697b41955f63e27263a08e2733adc139276adff06d61961 [2025-10-15T03:54:45.817Z] $ docker rm -f --volumes e45b4b79e515071ea697b41955f63e27263a08e2733adc139276adff06d61961 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2025-10-15T03:55:34.401Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-288083 in /w/workspace/exfoundry_ci-build-images_PR-228 [Pipeline] { [Pipeline] checkout [2025-10-15T03:55:37.499Z] Selected Git installation does not exist. Using Default [2025-10-15T03:55:37.499Z] The recommended git tool is: NONE [2025-10-15T03:55:42.294Z] using credential edgex-jenkins-ssh [2025-10-15T03:55:42.314Z] Cloning the remote Git repository [2025-10-15T03:55:42.365Z] Cloning repository git@github.com:edgexfoundry/ci-build-images.git [2025-10-15T03:55:42.469Z] > git init /w/workspace/exfoundry_ci-build-images_PR-228 # timeout=10 [2025-10-15T03:55:42.624Z] Fetching upstream changes from git@github.com:edgexfoundry/ci-build-images.git [2025-10-15T03:55:42.626Z] > git --version # timeout=10 [2025-10-15T03:55:42.647Z] > git --version # 'git version 2.25.1' [2025-10-15T03:55:42.649Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2025-10-15T03:55:42.788Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/ci-build-images.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2025-10-15T03:55:43.428Z] > git config remote.origin.url git@github.com:edgexfoundry/ci-build-images.git # timeout=10 [2025-10-15T03:55:43.451Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2025-10-15T03:55:44.868Z] Merging remotes/origin/golang-1.23 commit 83416c26bb2dafbdb546ee79f7d5c99020093f9c into PR head commit 90abed9a92d3ef24ffacba7a228c14f3f2d5b253 [2025-10-15T03:55:44.305Z] > git config remote.origin.url git@github.com:edgexfoundry/ci-build-images.git # timeout=10 [2025-10-15T03:55:44.344Z] Fetching upstream changes from git@github.com:edgexfoundry/ci-build-images.git [2025-10-15T03:55:44.345Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2025-10-15T03:55:44.367Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/ci-build-images.git +refs/pull/228/head:refs/remotes/origin/PR-228 +refs/heads/golang-1.23:refs/remotes/origin/golang-1.23 # timeout=10 [2025-10-15T03:55:44.883Z] > git config core.sparsecheckout # timeout=10 [2025-10-15T03:55:44.946Z] > git checkout -f 90abed9a92d3ef24ffacba7a228c14f3f2d5b253 # timeout=10 [2025-10-15T03:55:45.017Z] > git remote # timeout=10 [2025-10-15T03:55:45.034Z] > git config --get remote.origin.url # timeout=10 [2025-10-15T03:55:45.126Z] Merge succeeded, producing 90abed9a92d3ef24ffacba7a228c14f3f2d5b253 [2025-10-15T03:55:45.127Z] Checking out Revision 90abed9a92d3ef24ffacba7a228c14f3f2d5b253 (PR-228) [2025-10-15T03:55:45.055Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2025-10-15T03:55:45.073Z] > git merge 83416c26bb2dafbdb546ee79f7d5c99020093f9c # timeout=10 [2025-10-15T03:55:45.101Z] > git rev-parse HEAD^{commit} # timeout=10 [2025-10-15T03:55:45.132Z] > git config core.sparsecheckout # timeout=10 [2025-10-15T03:55:45.145Z] > git checkout -f 90abed9a92d3ef24ffacba7a228c14f3f2d5b253 # timeout=10 [2025-10-15T03:55:48.812Z] Commit message: "ci: Upgrade golang image version to 1.23-alpine3.22" [2025-10-15T03:55:48.858Z] > git --version # timeout=10 [2025-10-15T03:55:48.868Z] > git --version # 'git version 2.25.1' [2025-10-15T03:55:48.882Z] fatal: bad object aadae98dfa9261c10a4d8d2eaf62c80ad04c1fbe [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-10-15T03:55:50.322Z] provisioning config files... [2025-10-15T03:55:50.352Z] copy managed file [ci-build-images-settings] to file:/w/workspace/exfoundry_ci-build-images_PR-228@tmp/config5900171094416994938tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-10-15T03:55:51.044Z] ---> ****-login.sh [2025-10-15T03:55:51.044Z] nexus3.edgexfoundry.org:10001 [2025-10-15T03:55:51.317Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-10-15T03:55:51.592Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-10-15T03:55:51.592Z] Configure a credential helper to remove this warning. See [2025-10-15T03:55:51.592Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-10-15T03:55:51.592Z] [2025-10-15T03:55:51.592Z] Login Succeeded [2025-10-15T03:55:51.592Z] nexus3.edgexfoundry.org:10002 [2025-10-15T03:55:51.863Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-10-15T03:55:51.863Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-10-15T03:55:51.863Z] Configure a credential helper to remove this warning. See [2025-10-15T03:55:51.863Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-10-15T03:55:51.863Z] [2025-10-15T03:55:51.863Z] Login Succeeded [2025-10-15T03:55:51.863Z] nexus3.edgexfoundry.org:10003 [2025-10-15T03:55:52.146Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-10-15T03:55:52.421Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-10-15T03:55:52.421Z] Configure a credential helper to remove this warning. See [2025-10-15T03:55:52.421Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-10-15T03:55:52.421Z] [2025-10-15T03:55:52.421Z] Login Succeeded [2025-10-15T03:55:52.421Z] nexus3.edgexfoundry.org:10004 [2025-10-15T03:55:52.421Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-10-15T03:55:52.696Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-10-15T03:55:52.696Z] Configure a credential helper to remove this warning. See [2025-10-15T03:55:52.696Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-10-15T03:55:52.696Z] [2025-10-15T03:55:52.696Z] Login Succeeded [2025-10-15T03:55:52.696Z] ****.io [2025-10-15T03:55:52.965Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-10-15T03:55:53.237Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-10-15T03:55:53.237Z] Configure a credential helper to remove this warning. See [2025-10-15T03:55:53.237Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-10-15T03:55:53.237Z] [2025-10-15T03:55:53.237Z] Login Succeeded [2025-10-15T03:55:53.237Z] ---> ****-login.sh ends [Pipeline] } [2025-10-15T03:55:53.270Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2025-10-15T03:55:53.996Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2025-10-15T03:55:54.339Z] + ls -al . [2025-10-15T03:55:54.339Z] total 28 [2025-10-15T03:55:54.339Z] drwxrwxr-x 4 jenkins jenkins 4096 Oct 15 03:55 . [2025-10-15T03:55:54.339Z] drwxrwxr-x 4 jenkins jenkins 4096 Oct 15 03:55 .. [2025-10-15T03:55:54.339Z] drwxrwxr-x 8 jenkins jenkins 4096 Oct 15 03:55 .git [2025-10-15T03:55:54.339Z] drwxrwxr-x 2 jenkins jenkins 4096 Oct 15 03:55 .github [2025-10-15T03:55:54.339Z] -rw-rw-r-- 1 jenkins jenkins 586 Oct 15 03:55 .golangci.yml [2025-10-15T03:55:54.339Z] -rw-rw-r-- 1 jenkins jenkins 1194 Oct 15 03:55 Dockerfile [2025-10-15T03:55:54.339Z] -rw-rw-r-- 1 jenkins jenkins 952 Oct 15 03:55 Jenkinsfile [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-15T03:55:54.831Z] + docker build -t edgex-devops/edgex-golang-base-arm64 -f Dockerfile --build-arg ARCH=arm64 --label git_sha=90abed9a92d3ef24ffacba7a228c14f3f2d5b253 --label arch=arm64 . [2025-10-15T03:55:55.105Z] Sending build context to Docker daemon 504.3kB [2025-10-15T03:55:55.105Z] Step 1/9 : FROM golang:1.23-alpine3.22 [2025-10-15T03:55:55.692Z] 1.23-alpine3.22: Pulling from library/golang [2025-10-15T03:55:55.692Z] 6e174226ea69: Pulling fs layer [2025-10-15T03:55:55.692Z] 7d1a427e917c: Pulling fs layer [2025-10-15T03:55:55.692Z] 382d65ac76eb: Pulling fs layer [2025-10-15T03:55:55.692Z] 13eebdc497b7: Pulling fs layer [2025-10-15T03:55:55.692Z] 4f4fb700ef54: Pulling fs layer [2025-10-15T03:55:55.692Z] 13eebdc497b7: Waiting [2025-10-15T03:55:55.692Z] 4f4fb700ef54: Waiting [2025-10-15T03:55:55.961Z] 7d1a427e917c: Verifying Checksum [2025-10-15T03:55:55.961Z] 7d1a427e917c: Download complete [2025-10-15T03:55:55.961Z] 6e174226ea69: Verifying Checksum [2025-10-15T03:55:55.961Z] 6e174226ea69: Download complete [2025-10-15T03:55:56.231Z] 13eebdc497b7: Verifying Checksum [2025-10-15T03:55:56.231Z] 13eebdc497b7: Download complete [2025-10-15T03:55:56.231Z] 4f4fb700ef54: Verifying Checksum [2025-10-15T03:55:56.231Z] 4f4fb700ef54: Download complete [2025-10-15T03:55:56.822Z] 6e174226ea69: Pull complete [2025-10-15T03:55:57.409Z] 7d1a427e917c: Pull complete [2025-10-15T03:55:58.005Z] 382d65ac76eb: Verifying Checksum [2025-10-15T03:55:58.006Z] 382d65ac76eb: Download complete [2025-10-15T03:56:13.053Z] 382d65ac76eb: Pull complete [2025-10-15T03:56:13.053Z] 13eebdc497b7: Pull complete [2025-10-15T03:56:13.053Z] 4f4fb700ef54: Pull complete [2025-10-15T03:56:13.053Z] Digest: sha256:383395b794dffa5b53012a212365d40c8e37109a626ca30d6151c8348d380b5f [2025-10-15T03:56:13.053Z] Status: Downloaded newer image for golang:1.23-alpine3.22 [2025-10-15T03:56:13.053Z] ---> 8426fd70e6b6 [2025-10-15T03:56:13.053Z] Step 2/9 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020-2023: Intel Corporation' [2025-10-15T03:56:13.053Z] ---> Running in 323b1d2eee2e [2025-10-15T03:56:13.053Z] Removing intermediate container 323b1d2eee2e [2025-10-15T03:56:13.053Z] ---> 0cccc8ff0dda [2025-10-15T03:56:13.053Z] Step 3/9 : ENV HADOLINT_VERSION=2.12.0 GOLANGCI_VERSION=1.61.0 [2025-10-15T03:56:13.053Z] ---> Running in ec32ed197d61 [2025-10-15T03:56:13.053Z] Removing intermediate container ec32ed197d61 [2025-10-15T03:56:13.053Z] ---> 4a59630f15a2 [2025-10-15T03:56:13.053Z] Step 4/9 : COPY ./.golangci.yml /etc/.golangci.yml [2025-10-15T03:56:13.668Z] ---> 3c861e7d437e [2025-10-15T03:56:13.668Z] Step 5/9 : RUN if [ $(uname -m) == "x86_64" ]; then wget -O /usr/local/bin/hadolint https://github.com/hadolint/hadolint/releases/download/v${HADOLINT_VERSION}/hadolint-Linux-x86_64 ; chmod +x /usr/local/bin/hadolint; fi [2025-10-15T03:56:13.668Z] ---> Running in 9a8871234b07 [2025-10-15T03:56:15.636Z] Removing intermediate container 9a8871234b07 [2025-10-15T03:56:15.636Z] ---> b8f2ce26821f [2025-10-15T03:56:15.636Z] Step 6/9 : RUN apk add --update --no-cache make git curl bash pkgconfig build-base linux-headers musl-dev zeromq-dev && apk upgrade && ln -s /bin/touch /usr/bin/touch && wget -O- -nv https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s v${GOLANGCI_VERSION} [2025-10-15T03:56:15.636Z] ---> Running in 5912657373d5 [2025-10-15T03:56:16.607Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz [2025-10-15T03:56:16.880Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz [2025-10-15T03:56:18.292Z] (1/43) Installing ncurses-terminfo-base (6.5_p20250503-r0) [2025-10-15T03:56:18.293Z] (2/43) Installing libncursesw (6.5_p20250503-r0) [2025-10-15T03:56:18.293Z] (3/43) Installing readline (8.2.13-r1) [2025-10-15T03:56:18.293Z] (4/43) Installing bash (5.2.37-r0) [2025-10-15T03:56:18.293Z] Executing bash-5.2.37-r0.post-install [2025-10-15T03:56:18.293Z] (5/43) Installing libgcc (14.2.0-r6) [2025-10-15T03:56:18.293Z] (6/43) Installing jansson (2.14.1-r0) [2025-10-15T03:56:18.293Z] (7/43) Installing libstdc++ (14.2.0-r6) [2025-10-15T03:56:18.560Z] (8/43) Installing zstd-libs (1.5.7-r0) [2025-10-15T03:56:18.560Z] (9/43) Installing binutils (2.44-r3) [2025-10-15T03:56:18.833Z] (10/43) Installing libmagic (5.46-r2) [2025-10-15T03:56:19.102Z] (11/43) Installing file (5.46-r2) [2025-10-15T03:56:19.102Z] (12/43) Installing libgomp (14.2.0-r6) [2025-10-15T03:56:19.102Z] (13/43) Installing libatomic (14.2.0-r6) [2025-10-15T03:56:19.102Z] (14/43) Installing gmp (6.3.0-r3) [2025-10-15T03:56:19.102Z] (15/43) Installing isl26 (0.26-r1) [2025-10-15T03:56:19.102Z] (16/43) Installing mpfr4 (4.2.1_p1-r0) [2025-10-15T03:56:19.102Z] (17/43) Installing mpc1 (1.3.1-r1) [2025-10-15T03:56:19.102Z] (18/43) Installing gcc (14.2.0-r6) [2025-10-15T03:56:22.451Z] (19/43) Installing libstdc++-dev (14.2.0-r6) [2025-10-15T03:56:22.720Z] (20/43) Installing musl-dev (1.2.5-r10) [2025-10-15T03:56:22.992Z] (21/43) Installing g++ (14.2.0-r6) [2025-10-15T03:56:23.956Z] (22/43) Installing make (4.4.1-r3) [2025-10-15T03:56:23.956Z] (23/43) Installing fortify-headers (1.1-r5) [2025-10-15T03:56:23.956Z] (24/43) Installing patch (2.8-r0) [2025-10-15T03:56:23.956Z] (25/43) Installing build-base (0.5-r3) [2025-10-15T03:56:23.956Z] (26/43) Installing brotli-libs (1.1.0-r2) [2025-10-15T03:56:23.956Z] (27/43) Installing c-ares (1.34.5-r0) [2025-10-15T03:56:23.956Z] (28/43) Installing libunistring (1.3-r0) [2025-10-15T03:56:23.956Z] (29/43) Installing libidn2 (2.3.7-r0) [2025-10-15T03:56:23.956Z] (30/43) Installing nghttp2-libs (1.65.0-r0) [2025-10-15T03:56:23.956Z] (31/43) Installing libpsl (0.21.5-r3) [2025-10-15T03:56:23.956Z] (32/43) Installing libcurl (8.14.1-r2) [2025-10-15T03:56:23.956Z] (33/43) Installing curl (8.14.1-r2) [2025-10-15T03:56:24.225Z] (34/43) Installing libexpat (2.7.3-r0) [2025-10-15T03:56:24.225Z] (35/43) Installing pcre2 (10.43-r1) [2025-10-15T03:56:24.225Z] (36/43) Installing git (2.49.1-r0) [2025-10-15T03:56:24.492Z] (37/43) Installing git-init-template (2.49.1-r0) [2025-10-15T03:56:24.492Z] (38/43) Installing linux-headers (6.14.2-r0) [2025-10-15T03:56:25.092Z] (39/43) Installing pkgconf (2.4.3-r0) [2025-10-15T03:56:25.093Z] (40/43) Installing libsodium (1.0.20-r0) [2025-10-15T03:56:25.093Z] (41/43) Installing libzmq (4.3.5-r2) [2025-10-15T03:56:25.093Z] (42/43) Installing libsodium-dev (1.0.20-r0) [2025-10-15T03:56:25.093Z] (43/43) Installing zeromq-dev (4.3.5-r2) [2025-10-15T03:56:25.093Z] Executing busybox-1.37.0-r18.trigger [2025-10-15T03:56:25.093Z] OK: 255 MiB in 60 packages [2025-10-15T03:56:25.365Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz [2025-10-15T03:56:25.650Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz [2025-10-15T03:56:27.075Z] Upgrading critical system libraries and apk-tools: [2025-10-15T03:56:27.075Z] (1/1) Upgrading apk-tools (2.14.9-r2 -> 2.14.9-r3) [2025-10-15T03:56:27.075Z] Executing busybox-1.37.0-r18.trigger [2025-10-15T03:56:27.349Z] Continuing the upgrade transaction with new apk-tools: [2025-10-15T03:56:29.300Z] (1/9) Upgrading busybox (1.37.0-r18 -> 1.37.0-r19) [2025-10-15T03:56:29.300Z] Executing busybox-1.37.0-r19.post-upgrade [2025-10-15T03:56:29.300Z] (2/9) Upgrading busybox-binsh (1.37.0-r18 -> 1.37.0-r19) [2025-10-15T03:56:29.300Z] (3/9) Upgrading alpine-release (3.22.1-r0 -> 3.22.2-r0) [2025-10-15T03:56:29.300Z] (4/9) Upgrading libcrypto3 (3.5.1-r0 -> 3.5.4-r0) [2025-10-15T03:56:29.300Z] (5/9) Upgrading ca-certificates-bundle (20250619-r0 -> 20250911-r0) [2025-10-15T03:56:29.300Z] (6/9) Upgrading libssl3 (3.5.1-r0 -> 3.5.4-r0) [2025-10-15T03:56:29.300Z] (7/9) Upgrading ssl_client (1.37.0-r18 -> 1.37.0-r19) [2025-10-15T03:56:29.300Z] (8/9) Upgrading libapk2 (2.14.9-r2 -> 2.14.9-r3) [2025-10-15T03:56:29.300Z] (9/9) Upgrading ca-certificates (20250619-r0 -> 20250911-r0) [2025-10-15T03:56:29.300Z] Executing busybox-1.37.0-r19.trigger [2025-10-15T03:56:29.565Z] Executing ca-certificates-20250911-r0.trigger [2025-10-15T03:56:29.565Z] OK: 255 MiB in 60 packages [2025-10-15T03:56:29.833Z] Connecting to raw.githubusercontent.com (185.199.111.133:443) [2025-10-15T03:56:30.098Z] writing to stdout [2025-10-15T03:56:30.098Z] - 100% |********************************| 11589 0:00:00 ETA [2025-10-15T03:56:30.098Z] written to stdout [2025-10-15T03:56:30.098Z] golangci/golangci-lint info checking GitHub for tag 'v1.61.0' [2025-10-15T03:56:30.363Z] golangci/golangci-lint info found version: 1.61.0 for v1.61.0/linux/arm64 [2025-10-15T03:56:32.298Z] golangci/golangci-lint info installed ./bin/golangci-lint [2025-10-15T03:56:44.651Z] Removing intermediate container 5912657373d5 [2025-10-15T03:56:44.651Z] ---> 5180dc98269a [2025-10-15T03:56:44.651Z] Step 7/9 : RUN go install github.com/gotesttools/gotestfmt/v2/cmd/gotestfmt@latest [2025-10-15T03:56:44.651Z] ---> Running in d2a9b0e4fcd7 [2025-10-15T03:56:44.651Z] go: downloading github.com/gotesttools/gotestfmt/v2 v2.5.0 [2025-10-15T03:56:44.651Z] go: downloading github.com/gotesttools/gotestfmt v1.1.0 [2025-10-15T03:57:16.922Z] Removing intermediate container d2a9b0e4fcd7 [2025-10-15T03:57:16.922Z] ---> 72f5cd871049 [2025-10-15T03:57:16.922Z] Step 8/9 : LABEL arch=arm64 [2025-10-15T03:57:16.922Z] ---> Running in df4e3d971a92 [2025-10-15T03:57:16.922Z] Removing intermediate container df4e3d971a92 [2025-10-15T03:57:16.922Z] ---> 3826982b2963 [2025-10-15T03:57:16.922Z] Step 9/9 : LABEL git_sha=90abed9a92d3ef24ffacba7a228c14f3f2d5b253 [2025-10-15T03:57:16.922Z] ---> Running in d62156065892 [2025-10-15T03:57:16.922Z] Removing intermediate container d62156065892 [2025-10-15T03:57:16.922Z] ---> 7a74eea9edb7 [2025-10-15T03:57:16.922Z] [Warning] One or more build-args [ARCH] were not consumed [2025-10-15T03:57:16.922Z] Successfully built 7a74eea9edb7 [2025-10-15T03:57:16.922Z] Successfully tagged edgex-devops/edgex-golang-base-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Image) Stage "Archive Image" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-15T03:57:18.037Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2025-10-15T03:57:18.037Z] [2025-10-15T03:57:18.037Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-15T03:57:18.473Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2025-10-15T03:57:18.473Z] arm64: Pulling from edgex-lftools-log-publisher [2025-10-15T03:57:18.473Z] 8998bd30e6a1: Pulling fs layer [2025-10-15T03:57:18.473Z] 04944245beec: Pulling fs layer [2025-10-15T03:57:18.473Z] 699f458cf7ca: Pulling fs layer [2025-10-15T03:57:18.473Z] 765212b225bb: Pulling fs layer [2025-10-15T03:57:18.473Z] f23df028b6ca: Pulling fs layer [2025-10-15T03:57:18.473Z] d65c8cfc05b1: Pulling fs layer [2025-10-15T03:57:18.473Z] 2437ff75d9bd: Pulling fs layer [2025-10-15T03:57:18.473Z] f23df028b6ca: Waiting [2025-10-15T03:57:18.473Z] d65c8cfc05b1: Waiting [2025-10-15T03:57:18.473Z] 765212b225bb: Waiting [2025-10-15T03:57:18.473Z] 2437ff75d9bd: Waiting [2025-10-15T03:57:18.743Z] 04944245beec: Verifying Checksum [2025-10-15T03:57:18.743Z] 04944245beec: Download complete [2025-10-15T03:57:18.743Z] 765212b225bb: Verifying Checksum [2025-10-15T03:57:18.743Z] 765212b225bb: Download complete [2025-10-15T03:57:18.743Z] f23df028b6ca: Verifying Checksum [2025-10-15T03:57:18.743Z] f23df028b6ca: Download complete [2025-10-15T03:57:18.743Z] d65c8cfc05b1: Verifying Checksum [2025-10-15T03:57:18.743Z] d65c8cfc05b1: Download complete [2025-10-15T03:57:19.012Z] 699f458cf7ca: Verifying Checksum [2025-10-15T03:57:19.012Z] 699f458cf7ca: Download complete [2025-10-15T03:57:19.280Z] 8998bd30e6a1: Verifying Checksum [2025-10-15T03:57:19.280Z] 8998bd30e6a1: Download complete [2025-10-15T03:57:21.870Z] 2437ff75d9bd: Verifying Checksum [2025-10-15T03:57:21.870Z] 2437ff75d9bd: Download complete [2025-10-15T03:57:23.944Z] 8998bd30e6a1: Pull complete [2025-10-15T03:57:24.213Z] 04944245beec: Pull complete [2025-10-15T03:57:26.171Z] 699f458cf7ca: Pull complete [2025-10-15T03:57:26.171Z] 765212b225bb: Pull complete [2025-10-15T03:57:26.757Z] f23df028b6ca: Pull complete [2025-10-15T03:57:27.025Z] d65c8cfc05b1: Pull complete [2025-10-15T03:57:45.262Z] 2437ff75d9bd: Pull complete [2025-10-15T03:57:45.262Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2025-10-15T03:57:45.262Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2025-10-15T03:57:45.262Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-10-15T03:57:45.684Z] prd-ubuntu20.04-docker-arm64-4c-16g-288083 does not seem to be running inside a container [2025-10-15T03:57:45.759Z] $ 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/exfoundry_ci-build-images_PR-228 -v /w/workspace/exfoundry_ci-build-images_PR-228:/w/workspace/exfoundry_ci-build-images_PR-228:rw,z -v /w/workspace/exfoundry_ci-build-images_PR-228@tmp:/w/workspace/exfoundry_ci-build-images_PR-228@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2025-10-15T03:57:48.311Z] $ docker top 717c5207179fb7a6d4c9d62f8bbb800e17647af140b98ad3a6f975d8a1f4e771 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-10-15T03:57:49.233Z] ---> job-cost.sh [2025-10-15T03:57:49.233Z] lf-activate-venv: SKIPPING [2025-10-15T03:57:49.233Z] INFO: No Stack... [2025-10-15T03:57:49.814Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2025-10-15T03:57:50.394Z] INFO: Archiving Costs [Pipeline] sh [2025-10-15T03:57:51.052Z] + + cut -d,cat -f6 /w/workspace/exfoundry_ci-build-images_PR-228/archives/cost.csv [2025-10-15T03:57:51.053Z] [Pipeline] lock [2025-10-15T03:57:51.131Z] Trying to acquire lock on [Resource: jenkins-edgexfoundry-ci-build-images-PR-228-1-stack-cost] [2025-10-15T03:57:51.137Z] Resource [jenkins-edgexfoundry-ci-build-images-PR-228-1-stack-cost] did not exist. Created. [2025-10-15T03:57:51.143Z] Lock acquired on [Resource: jenkins-edgexfoundry-ci-build-images-PR-228-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2025-10-15T03:57:52.043Z] /w/workspace/exfoundry_ci-build-images_PR-228@tmp/durable-8404010b/script.sh.copy: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2025-10-15T03:57:52.403Z] + echo total: 0.10999999940395355 [Pipeline] stash [2025-10-15T03:57:52.442Z] Warning: overwriting stash ‘stack-cost’ [2025-10-15T03:57:52.848Z] Stashed 1 file(s) [Pipeline] } [2025-10-15T03:57:52.866Z] Lock released on resource [Resource: jenkins-edgexfoundry-ci-build-images-PR-228-1-stack-cost] [Pipeline] // lock [Pipeline] } [2025-10-15T03:57:52.949Z] $ docker stop --time=1 717c5207179fb7a6d4c9d62f8bbb800e17647af140b98ad3a6f975d8a1f4e771 [2025-10-15T03:57:54.454Z] $ docker rm -f --volumes 717c5207179fb7a6d4c9d62f8bbb800e17647af140b98ad3a6f975d8a1f4e771 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [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] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh [2025-10-15T03:57:56.284Z] + [ -d /w/workspace/exfoundry_ci-build-images_PR-228/archives ] [2025-10-15T03:57:56.284Z] + ls -al /w/workspace/exfoundry_ci-build-images_PR-228/archives [2025-10-15T03:57:56.284Z] total 16 [2025-10-15T03:57:56.284Z] drwxr-xr-x 3 root root 4096 Oct 15 03:54 . [2025-10-15T03:57:56.284Z] drwxrwxr-x 5 jenkins jenkins 4096 Oct 15 03:54 .. [2025-10-15T03:57:56.284Z] drwxr-xr-x 2 root root 4096 Oct 15 03:54 cost [2025-10-15T03:57:56.284Z] -rw-r--r-- 1 root root 87 Oct 15 03:54 cost.csv [2025-10-15T03:57:56.284Z] + sudo chown -R jenkins:jenkins /w/workspace/exfoundry_ci-build-images_PR-228/archives [2025-10-15T03:57:56.284Z] + ls -al /w/workspace/exfoundry_ci-build-images_PR-228/archives [2025-10-15T03:57:56.284Z] total 16 [2025-10-15T03:57:56.284Z] drwxr-xr-x 3 jenkins jenkins 4096 Oct 15 03:54 . [2025-10-15T03:57:56.284Z] drwxrwxr-x 5 jenkins jenkins 4096 Oct 15 03:54 .. [2025-10-15T03:57:56.284Z] drwxr-xr-x 2 jenkins jenkins 4096 Oct 15 03:54 cost [2025-10-15T03:57:56.284Z] -rw-r--r-- 1 jenkins jenkins 87 Oct 15 03:54 cost.csv [Pipeline] libraryResource [Pipeline] sh [2025-10-15T03:57:56.619Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2025-10-15T03:57:57.521Z] ---> package-listing.sh [2025-10-15T03:57:57.521Z] ++ facter osfamily [2025-10-15T03:57:57.521Z] ++ tr '[:upper:]' '[:lower:]' [2025-10-15T03:57:57.782Z] + OS_FAMILY=debian [2025-10-15T03:57:57.782Z] + workspace=/w/workspace/exfoundry_ci-build-images_PR-228 [2025-10-15T03:57:57.782Z] + START_PACKAGES=/tmp/packages_start.txt [2025-10-15T03:57:57.782Z] + END_PACKAGES=/tmp/packages_end.txt [2025-10-15T03:57:57.782Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2025-10-15T03:57:57.782Z] + PACKAGES=/tmp/packages_start.txt [2025-10-15T03:57:57.782Z] + '[' /w/workspace/exfoundry_ci-build-images_PR-228 ']' [2025-10-15T03:57:57.782Z] + PACKAGES=/tmp/packages_end.txt [2025-10-15T03:57:57.782Z] + case "${OS_FAMILY}" in [2025-10-15T03:57:57.782Z] + dpkg -l [2025-10-15T03:57:57.782Z] + grep '^ii' [2025-10-15T03:57:57.782Z] + '[' -f /tmp/packages_start.txt ']' [2025-10-15T03:57:57.782Z] + '[' -f /tmp/packages_end.txt ']' [2025-10-15T03:57:57.782Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2025-10-15T03:57:57.782Z] + '[' /w/workspace/exfoundry_ci-build-images_PR-228 ']' [2025-10-15T03:57:57.782Z] + mkdir -p /w/workspace/exfoundry_ci-build-images_PR-228/archives/ [2025-10-15T03:57:57.782Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/exfoundry_ci-build-images_PR-228/archives/ [Pipeline] echo [2025-10-15T03:57:57.823Z] 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/exfoundry_ci-build-images_PR-228/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2025-10-15T03:57:58.122Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-15T03:57:58.767Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-10-15T03:57:58.767Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-10-15T03:57:58.925Z] prd-ubuntu20.04-docker-8c-8g-288051 does not seem to be running inside a container [2025-10-15T03:57:58.957Z] $ 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/exfoundry_ci-build-images_PR-228/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/exfoundry_ci-build-images_PR-228 -v /w/workspace/exfoundry_ci-build-images_PR-228:/w/workspace/exfoundry_ci-build-images_PR-228:rw,z -v /w/workspace/exfoundry_ci-build-images_PR-228@tmp:/w/workspace/exfoundry_ci-build-images_PR-228@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2025-10-15T03:58:01.101Z] $ docker top 944f48f1e44bc790b7119466c093ee9479207d5200dad19dbcc1ac1d2a70bbd1 -eo pid,comm [Pipeline] { [Pipeline] sh [2025-10-15T03:58:01.505Z] + touch /tmp/pre-build-complete [Pipeline] sh [2025-10-15T03:58:01.817Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2025-10-15T03:58:02.150Z] + ls /var/log/sa-host [2025-10-15T03:58:02.150Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-10-15T03:58:02.413Z] provisioning config files... [2025-10-15T03:58:02.428Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/exfoundry_ci-build-images_PR-228@tmp/config4869583269054391960tmp [Pipeline] { [Pipeline] echo [2025-10-15T03:58:02.484Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2025-10-15T03:58:02.805Z] ---> create-netrc.sh [Pipeline] } [2025-10-15T03:58:02.830Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2025-10-15T03:58:03.259Z] ---> python-tools-install.sh [Pipeline] echo [2025-10-15T03:58:03.298Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2025-10-15T03:58:03.622Z] ---> sudo-logs.sh [2025-10-15T03:58:03.622Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2025-10-15T03:58:03.739Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2025-10-15T03:58:04.070Z] ---> job-cost.sh [2025-10-15T03:58:04.070Z] lf-activate-venv: SKIPPING [2025-10-15T03:58:04.070Z] DEBUG: total: 0.2199999988079071 [2025-10-15T03:58:04.070Z] INFO: Retrieving Stack Cost... [2025-10-15T03:58:04.331Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2025-10-15T03:58:04.898Z] INFO: Archiving Costs [Pipeline] echo [2025-10-15T03:58:04.954Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2025-10-15T03:58:05.268Z] ---> logs-deploy.sh [2025-10-15T03:58:05.269Z] lf-activate-venv: SKIPPING [2025-10-15T03:58:05.269Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/ci-build-images/PR-228/1 [2025-10-15T03:58:05.269Z] INFO: archiving workspace using pattern(s): [2025-10-15T03:58:06.649Z] Archives upload complete. [2025-10-15T03:58:06.907Z] INFO: archiving logs to Nexus [2025-10-15T03:58:07.845Z] ---> uname -a: [2025-10-15T03:58:07.845Z] Linux prd-ubuntu20-04-docker-8c-8g-288051 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 GNU/Linux [2025-10-15T03:58:07.845Z] [2025-10-15T03:58:07.845Z] [2025-10-15T03:58:07.845Z] ---> lscpu: [2025-10-15T03:58:07.845Z] Architecture: x86_64 [2025-10-15T03:58:07.845Z] CPU op-mode(s): 32-bit, 64-bit [2025-10-15T03:58:07.845Z] Byte Order: Little Endian [2025-10-15T03:58:07.845Z] Address sizes: 40 bits physical, 48 bits virtual [2025-10-15T03:58:07.845Z] CPU(s): 8 [2025-10-15T03:58:07.845Z] On-line CPU(s) list: 0-7 [2025-10-15T03:58:07.845Z] Thread(s) per core: 1 [2025-10-15T03:58:07.845Z] Core(s) per socket: 1 [2025-10-15T03:58:07.845Z] Socket(s): 8 [2025-10-15T03:58:07.845Z] NUMA node(s): 1 [2025-10-15T03:58:07.845Z] Vendor ID: AuthenticAMD [2025-10-15T03:58:07.845Z] CPU family: 23 [2025-10-15T03:58:07.845Z] Model: 49 [2025-10-15T03:58:07.845Z] Model name: AMD EPYC-Rome Processor [2025-10-15T03:58:07.845Z] Stepping: 0 [2025-10-15T03:58:07.845Z] CPU MHz: 2799.998 [2025-10-15T03:58:07.845Z] BogoMIPS: 5599.99 [2025-10-15T03:58:07.845Z] Virtualization: AMD-V [2025-10-15T03:58:07.845Z] Hypervisor vendor: KVM [2025-10-15T03:58:07.845Z] Virtualization type: full [2025-10-15T03:58:07.845Z] L1d cache: 256 KiB [2025-10-15T03:58:07.845Z] L1i cache: 256 KiB [2025-10-15T03:58:07.845Z] L2 cache: 4 MiB [2025-10-15T03:58:07.845Z] L3 cache: 128 MiB [2025-10-15T03:58:07.845Z] NUMA node0 CPU(s): 0-7 [2025-10-15T03:58:07.845Z] Vulnerability Gather data sampling: Not affected [2025-10-15T03:58:07.845Z] Vulnerability Itlb multihit: Not affected [2025-10-15T03:58:07.845Z] Vulnerability L1tf: Not affected [2025-10-15T03:58:07.845Z] Vulnerability Mds: Not affected [2025-10-15T03:58:07.845Z] Vulnerability Meltdown: Not affected [2025-10-15T03:58:07.845Z] Vulnerability Mmio stale data: Not affected [2025-10-15T03:58:07.845Z] Vulnerability Retbleed: Vulnerable [2025-10-15T03:58:07.845Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2025-10-15T03:58:07.845Z] Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization [2025-10-15T03:58:07.845Z] Vulnerability Spectre v2: Mitigation; Retpolines; IBPB conditional; IBRS_FW; STIBP disabled; RSB filling; PBRSB-eIBRS Not affected; BHI Not affected [2025-10-15T03:58:07.845Z] Vulnerability Srbds: Not affected [2025-10-15T03:58:07.845Z] Vulnerability Tsx async abort: Not affected [2025-10-15T03:58:07.845Z] 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 [2025-10-15T03:58:07.845Z] [2025-10-15T03:58:07.845Z] [2025-10-15T03:58:07.845Z] ---> nproc: [2025-10-15T03:58:07.845Z] 8 [2025-10-15T03:58:07.845Z] [2025-10-15T03:58:07.845Z] [2025-10-15T03:58:07.845Z] ---> df -h: [2025-10-15T03:58:07.845Z] Filesystem Size Used Avail Use% Mounted on [2025-10-15T03:58:07.845Z] overlay 155G 11G 145G 7% / [2025-10-15T03:58:07.845Z] tmpfs 64M 0 64M 0% /dev [2025-10-15T03:58:07.845Z] tmpfs 16G 0 16G 0% /sys/fs/cgroup [2025-10-15T03:58:07.845Z] shm 64M 0 64M 0% /dev/shm [2025-10-15T03:58:07.845Z] /dev/vda1 155G 11G 145G 7% /facter-os [2025-10-15T03:58:07.845Z] [2025-10-15T03:58:07.845Z] [2025-10-15T03:58:07.845Z] ---> sar -b -r -n DEV: [2025-10-15T03:58:07.845Z] Linux 5.4.0-216-generic (prd-ubuntu20-04-docker-8c-8g-288051) 10/15/25 _x86_64_ (8 CPU) [2025-10-15T03:58:07.845Z] [2025-10-15T03:58:07.845Z] 03:52:35 LINUX RESTART (8 CPU) [2025-10-15T03:58:07.845Z] [2025-10-15T03:58:07.845Z] 03:53:03 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2025-10-15T03:58:07.845Z] 03:54:01 410.91 70.87 340.04 0.00 12759.18 32533.43 0.00 [2025-10-15T03:58:07.845Z] 03:55:01 64.07 3.43 60.64 0.00 468.06 18957.77 0.00 [2025-10-15T03:58:07.845Z] 03:56:01 1.48 0.00 1.48 0.00 0.00 17.08 0.00 [2025-10-15T03:58:07.845Z] 03:57:01 1.03 0.00 1.03 0.00 0.00 12.80 0.00 [2025-10-15T03:58:07.845Z] 03:58:01 41.64 3.97 37.68 0.00 4299.95 11377.57 0.00 [2025-10-15T03:58:07.845Z] Average: 101.76 15.28 86.48 0.00 3443.23 12445.42 0.00 [2025-10-15T03:58:07.845Z] [2025-10-15T03:58:07.845Z] 03:53:03 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2025-10-15T03:58:07.845Z] 03:54:01 29207504 31519572 792772 2.41 77008 2531656 2001492 5.90 1051896 2255248 364 [2025-10-15T03:58:07.845Z] 03:55:01 28632208 31519748 766664 2.33 98404 3051872 1650912 4.87 1352772 2468116 284 [2025-10-15T03:58:07.845Z] 03:56:01 28632336 31520024 765940 2.33 98436 3051876 1650912 4.87 1352768 2468120 44 [2025-10-15T03:58:07.845Z] 03:57:01 28633184 31520916 764968 2.33 98476 3051876 1650912 4.87 1351804 2468120 120 [2025-10-15T03:58:07.845Z] 03:58:01 28169736 31474296 797028 2.42 117228 3438108 1729064 5.10 1558200 2695888 200 [2025-10-15T03:58:07.845Z] Average: 28654994 31510911 777474 2.37 97910 3025078 1736658 5.12 1333488 2471098 202 [2025-10-15T03:58:07.845Z] [2025-10-15T03:58:07.845Z] 03:53:03 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2025-10-15T03:58:07.845Z] 03:54:01 docker0 47.30 109.19 3.07 1956.66 0.00 0.00 0.00 0.00 [2025-10-15T03:58:07.845Z] 03:54:01 veth552c7a9 3.03 2.74 0.28 2.44 0.00 0.00 0.00 0.00 [2025-10-15T03:58:07.845Z] 03:54:01 ens3 511.57 304.53 4034.07 87.16 0.00 0.00 0.00 0.00 [2025-10-15T03:58:07.845Z] 03:54:01 lo 4.00 4.00 0.42 0.42 0.00 0.00 0.00 0.00 [2025-10-15T03:58:07.845Z] 03:55:01 docker0 1.95 2.27 0.13 7.45 0.00 0.00 0.00 0.00 [2025-10-15T03:58:07.845Z] 03:55:01 ens3 118.71 84.44 2543.66 63.66 0.00 0.00 0.00 0.00 [2025-10-15T03:58:07.845Z] 03:55:01 lo 1.00 1.00 0.09 0.09 0.00 0.00 0.00 0.00 [2025-10-15T03:58:07.845Z] 03:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-10-15T03:58:07.845Z] 03:56:01 ens3 2.48 1.43 2.15 0.34 0.00 0.00 0.00 0.00 [2025-10-15T03:58:07.845Z] 03:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-10-15T03:58:07.845Z] 03:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-10-15T03:58:07.845Z] 03:57:01 ens3 0.20 0.13 0.02 0.01 0.00 0.00 0.00 0.00 [2025-10-15T03:58:07.845Z] 03:57:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-10-15T03:58:07.845Z] 03:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-10-15T03:58:07.845Z] 03:58:01 ens3 260.17 166.24 3011.42 14.90 0.00 0.00 0.00 0.00 [2025-10-15T03:58:07.845Z] 03:58:01 lo 0.80 0.80 0.09 0.09 0.00 0.00 0.00 0.00 [2025-10-15T03:58:07.845Z] Average: docker0 9.60 21.71 0.62 382.32 0.00 0.00 0.00 0.00 [2025-10-15T03:58:07.845Z] Average: ens3 176.39 110.06 1904.00 32.85 0.00 0.00 0.00 0.00 [2025-10-15T03:58:07.845Z] Average: lo 1.18 1.18 0.12 0.12 0.00 0.00 0.00 0.00 [2025-10-15T03:58:07.845Z] [2025-10-15T03:58:07.845Z] [2025-10-15T03:58:07.845Z] ---> sar -P ALL: [2025-10-15T03:58:07.845Z] Linux 5.4.0-216-generic (prd-ubuntu20-04-docker-8c-8g-288051) 10/15/25 _x86_64_ (8 CPU) [2025-10-15T03:58:07.845Z] [2025-10-15T03:58:07.845Z] 03:52:35 LINUX RESTART (8 CPU) [2025-10-15T03:58:07.845Z] [2025-10-15T03:58:07.845Z] 03:53:03 CPU %user %nice %system %iowait %steal %idle [2025-10-15T03:58:07.845Z] 03:54:01 all 6.94 0.00 1.76 11.07 0.05 80.18 [2025-10-15T03:58:07.845Z] 03:54:01 0 5.09 0.00 1.28 21.12 0.03 72.47 [2025-10-15T03:58:07.845Z] 03:54:01 1 10.34 0.00 2.06 0.99 0.05 86.56 [2025-10-15T03:58:07.845Z] 03:54:01 2 8.11 0.00 1.65 1.39 0.05 88.81 [2025-10-15T03:58:07.845Z] 03:54:01 3 6.50 0.00 2.87 32.05 0.03 58.55 [2025-10-15T03:58:07.845Z] 03:54:01 4 7.87 0.00 2.14 3.39 0.05 86.55 [2025-10-15T03:58:07.845Z] 03:54:01 5 6.76 0.00 1.53 26.56 0.05 65.11 [2025-10-15T03:58:07.845Z] 03:54:01 6 4.45 0.00 1.19 0.80 0.03 93.53 [2025-10-15T03:58:07.845Z] 03:54:01 7 6.43 0.00 1.34 2.33 0.05 89.86 [2025-10-15T03:58:07.845Z] 03:55:01 all 5.70 0.00 1.51 6.76 0.15 85.88 [2025-10-15T03:58:07.845Z] 03:55:01 0 5.57 0.00 1.19 0.22 0.17 92.86 [2025-10-15T03:58:07.845Z] 03:55:01 1 5.25 0.00 1.37 4.27 0.13 88.97 [2025-10-15T03:58:07.845Z] 03:55:01 2 6.13 0.00 1.71 0.75 0.13 91.28 [2025-10-15T03:58:07.845Z] 03:55:01 3 5.72 0.00 1.71 0.32 0.18 92.07 [2025-10-15T03:58:07.845Z] 03:55:01 4 5.98 0.00 1.71 0.44 0.13 91.75 [2025-10-15T03:58:07.845Z] 03:55:01 5 6.47 0.00 1.66 17.45 0.13 74.29 [2025-10-15T03:58:07.845Z] 03:55:01 6 5.31 0.00 1.65 29.73 0.17 63.14 [2025-10-15T03:58:07.845Z] 03:55:01 7 5.19 0.00 1.12 0.74 0.13 92.81 [2025-10-15T03:58:07.845Z] 03:56:01 all 0.14 0.00 0.02 0.24 0.01 99.60 [2025-10-15T03:58:07.845Z] 03:56:01 0 0.02 0.00 0.02 0.00 0.02 99.95 [2025-10-15T03:58:07.845Z] 03:56:01 1 0.03 0.00 0.00 0.00 0.00 99.97 [2025-10-15T03:58:07.845Z] 03:56:01 2 0.03 0.00 0.00 0.00 0.00 99.97 [2025-10-15T03:58:07.845Z] 03:56:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2025-10-15T03:58:07.845Z] 03:56:01 4 0.02 0.00 0.00 0.00 0.00 99.98 [2025-10-15T03:58:07.845Z] 03:56:01 5 0.02 0.00 0.00 1.88 0.02 98.08 [2025-10-15T03:58:07.845Z] 03:56:01 6 0.03 0.00 0.05 0.00 0.00 99.92 [2025-10-15T03:58:07.845Z] 03:56:01 7 0.98 0.00 0.07 0.02 0.02 98.92 [2025-10-15T03:58:07.845Z] 03:57:01 all 0.02 0.00 0.01 0.05 0.01 99.91 [2025-10-15T03:58:07.845Z] 03:57:01 0 0.00 0.00 0.00 0.00 0.00 100.00 [2025-10-15T03:58:07.845Z] 03:57:01 1 0.00 0.00 0.03 0.00 0.02 99.95 [2025-10-15T03:58:07.845Z] 03:57:01 2 0.02 0.00 0.00 0.00 0.00 99.98 [2025-10-15T03:58:07.845Z] 03:57:01 3 0.00 0.00 0.02 0.00 0.00 99.98 [2025-10-15T03:58:07.845Z] 03:57:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2025-10-15T03:58:07.846Z] 03:57:01 5 0.02 0.00 0.02 0.42 0.00 99.55 [2025-10-15T03:58:07.846Z] 03:57:01 6 0.02 0.00 0.00 0.00 0.02 99.97 [2025-10-15T03:58:07.846Z] 03:57:01 7 0.12 0.00 0.02 0.00 0.03 99.83 [2025-10-15T03:58:07.846Z] 03:58:01 all 1.76 0.00 0.90 1.45 0.02 95.87 [2025-10-15T03:58:07.846Z] 03:58:01 0 2.74 0.00 0.72 0.73 0.02 95.80 [2025-10-15T03:58:07.846Z] 03:58:01 1 2.82 0.00 0.78 0.12 0.02 96.26 [2025-10-15T03:58:07.846Z] 03:58:01 2 1.62 0.00 0.80 0.57 0.02 96.99 [2025-10-15T03:58:07.846Z] 03:58:01 3 1.34 0.00 0.47 1.02 0.02 97.16 [2025-10-15T03:58:07.846Z] 03:58:01 4 1.92 0.00 0.72 0.35 0.03 96.98 [2025-10-15T03:58:07.846Z] 03:58:01 5 0.67 0.00 0.38 6.21 0.02 92.72 [2025-10-15T03:58:07.846Z] 03:58:01 6 1.52 0.00 2.56 1.49 0.02 94.42 [2025-10-15T03:58:07.846Z] 03:58:01 7 1.44 0.00 0.75 1.14 0.02 96.65 [2025-10-15T03:58:07.846Z] Average: all 2.88 0.00 0.83 3.86 0.05 92.39 [2025-10-15T03:58:07.846Z] Average: 0 2.66 0.00 0.64 4.29 0.05 92.36 [2025-10-15T03:58:07.846Z] Average: 1 3.63 0.00 0.84 1.07 0.04 94.41 [2025-10-15T03:58:07.846Z] Average: 2 3.14 0.00 0.82 0.53 0.04 95.46 [2025-10-15T03:58:07.846Z] Average: 3 2.68 0.00 1.00 6.48 0.05 89.80 [2025-10-15T03:58:07.846Z] Average: 4 3.12 0.00 0.90 0.81 0.04 95.12 [2025-10-15T03:58:07.846Z] Average: 5 2.75 0.00 0.71 10.38 0.04 86.11 [2025-10-15T03:58:07.846Z] Average: 6 2.25 0.00 1.09 6.46 0.05 90.16 [2025-10-15T03:58:07.846Z] Average: 7 2.80 0.00 0.65 0.83 0.05 95.66 [2025-10-15T03:58:07.846Z] [2025-10-15T03:58:07.846Z] [2025-10-15T03:58:07.846Z]