Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 7a624719046a72e427bf3d08f27efb66898882ef 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-ssh11212219455870555654.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 056ae7b86453181957306e7078512cbe12174832 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-ssh11403264182468018755.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 056ae7b86453181957306e7078512cbe12174832 The recommended git tool is: git using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/app-service-configurable/branches/main/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/app-service-configurable/branches/main/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh14729934611667648487.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 056ae7b86453181957306e7078512cbe12174832 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 056ae7b86453181957306e7078512cbe12174832 # timeout=10 Commit message: "Merge pull request #473 from cherrycl/fix-seccomp-profile-error" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh15246233416777439379.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 65355178549468b165f8106641c96c3190b1d843 The recommended git tool is: NONE using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/app-service-configurable/branches/main/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/app-service-configurable/branches/main/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh13093685542506476780.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:app-service-configurable] ========================================================= [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: app-service-configurable-settings PROJECT: app-service-configurable USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.23 USE_ALPINE: true DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_IMAGE_NAME: app-service-configurable DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true 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: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘prd-ubuntu20.04-docker-8c-8g-116112’ Running on prd-ubuntu20.04-docker-8c-8g-116157 in /w/workspace/ry_app-service-configurable_main [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/app-service-configurable.git > git init /w/workspace/ry_app-service-configurable_main # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.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/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 7a624719046a72e427bf3d08f27efb66898882ef (main) Commit message: "Merge pull request #745 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/app-functions-sdk-go/v4-4.1.0-dev.35" > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 7a624719046a72e427bf3d08f27efb66898882ef # timeout=10 > git rev-list --no-walk f0a43c7ca8779d01d29bf8defd53eac4878b3525 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2025-10-08T10:07:32.470Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2025-10-08T10:07:32.537Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2025-10-08T10:07:32.561Z] ========================================================= [2025-10-08T10:07:32.561Z] EdgeX Global Pipelines Version Info [2025-10-08T10:07:32.561Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2025-10-08T10:07:36.027Z] ------------------- [2025-10-08T10:07:36.027Z] stable info: [2025-10-08T10:07:36.027Z] ------------------- [2025-10-08T10:07:36.027Z] Commited By: Cherry Wang cherry@iotechsys.com [2025-10-08T10:07:36.027Z] Commit SHA: 056ae7b86453181957306e7078512cbe12174832 [2025-10-08T10:07:36.027Z] Message: update stable to v1.0.276 [2025-10-08T10:07:36.027Z] ------------------- [2025-10-08T10:07:36.027Z] experimental info: [2025-10-08T10:07:36.027Z] ------------------- [2025-10-08T10:07:36.027Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2025-10-08T10:07:36.027Z] Commit SHA: 056ae7b86453181957306e7078512cbe12174832 [2025-10-08T10:07:36.027Z] Message: update experimental to v1.0.276 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2025-10-08T10:07:36.096Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-service-configurable-settings [Pipeline] echo [2025-10-08T10:07:36.120Z] [edgeXSetupEnvironment]: set envvar PROJECT = app-service-configurable [Pipeline] echo [2025-10-08T10:07:36.136Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2025-10-08T10:07:36.153Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2025-10-08T10:07:36.168Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2025-10-08T10:07:36.184Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.23 [Pipeline] echo [2025-10-08T10:07:36.198Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2025-10-08T10:07:36.213Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2025-10-08T10:07:36.230Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2025-10-08T10:07:36.245Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2025-10-08T10:07:36.259Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2025-10-08T10:07:36.273Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = app-service-configurable [Pipeline] echo [2025-10-08T10:07:36.288Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2025-10-08T10:07:36.303Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2025-10-08T10:07:36.317Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2025-10-08T10:07:36.332Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2025-10-08T10:07:36.350Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2025-10-08T10:07:36.366Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2025-10-08T10:07:36.381Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2025-10-08T10:07:36.397Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2025-10-08T10:07:36.413Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2025-10-08T10:07:36.432Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2025-10-08T10:07:36.448Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2025-10-08T10:07:36.465Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2025-10-08T10:07:36.484Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2025-10-08T10:07:36.501Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2025-10-08T10:07:36.518Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2025-10-08T10:07:36.539Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2025-10-08T10:07:36.555Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2025-10-08T10:07:36.573Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2025-10-08T10:07:36.595Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 7a624719046a72e427bf3d08f27efb66898882ef [Pipeline] echo [2025-10-08T10:07:36.612Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 7a62471 [Pipeline] echo [2025-10-08T10:07:36.639Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-10-08T10:07:36.705Z] provisioning config files... [2025-10-08T10:07:36.738Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/ry_app-service-configurable_main@tmp/config8546329004161576376tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-10-08T10:07:37.123Z] ---> ****-login.sh [2025-10-08T10:07:37.123Z] nexus3.edgexfoundry.org:10001 [2025-10-08T10:07:37.123Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-10-08T10:07:37.386Z] [2025-10-08T10:07:37.386Z] WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. [2025-10-08T10:07:37.386Z] Configure a credential helper to remove this warning. See [2025-10-08T10:07:37.386Z] https://docs.****.com/go/credential-store/ [2025-10-08T10:07:37.386Z] [2025-10-08T10:07:37.386Z] Login Succeeded [2025-10-08T10:07:37.386Z] nexus3.edgexfoundry.org:10002 [2025-10-08T10:07:37.386Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-10-08T10:07:37.386Z] [2025-10-08T10:07:37.386Z] WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. [2025-10-08T10:07:37.386Z] Configure a credential helper to remove this warning. See [2025-10-08T10:07:37.386Z] https://docs.****.com/go/credential-store/ [2025-10-08T10:07:37.386Z] [2025-10-08T10:07:37.386Z] Login Succeeded [2025-10-08T10:07:37.386Z] nexus3.edgexfoundry.org:10003 [2025-10-08T10:07:37.386Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-10-08T10:07:37.650Z] [2025-10-08T10:07:37.650Z] WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. [2025-10-08T10:07:37.650Z] Configure a credential helper to remove this warning. See [2025-10-08T10:07:37.650Z] https://docs.****.com/go/credential-store/ [2025-10-08T10:07:37.650Z] [2025-10-08T10:07:37.650Z] Login Succeeded [2025-10-08T10:07:37.650Z] nexus3.edgexfoundry.org:10004 [2025-10-08T10:07:37.650Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-10-08T10:07:37.650Z] [2025-10-08T10:07:37.650Z] WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. [2025-10-08T10:07:37.650Z] Configure a credential helper to remove this warning. See [2025-10-08T10:07:37.650Z] https://docs.****.com/go/credential-store/ [2025-10-08T10:07:37.650Z] [2025-10-08T10:07:37.650Z] Login Succeeded [2025-10-08T10:07:37.650Z] ****.io [2025-10-08T10:07:37.650Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-10-08T10:07:37.911Z] [2025-10-08T10:07:37.911Z] WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. [2025-10-08T10:07:37.911Z] Configure a credential helper to remove this warning. See [2025-10-08T10:07:37.911Z] https://docs.****.com/go/credential-store/ [2025-10-08T10:07:37.912Z] [2025-10-08T10:07:37.912Z] Login Succeeded [2025-10-08T10:07:37.912Z] ---> ****-login.sh ends [Pipeline] } [2025-10-08T10:07:37.924Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2025-10-08T10:07:38.373Z] + git rev-list -1 --merges 7a624719046a72e427bf3d08f27efb66898882ef~1..7a624719046a72e427bf3d08f27efb66898882ef [Pipeline] echo [2025-10-08T10:07:38.467Z] -----------> git rev-list -1 --merges 7a624719046a72e427bf3d08f27efb66898882ef~1..7a624719046a72e427bf3d08f27efb66898882ef 7a624719046a72e427bf3d08f27efb66898882ef [2025-10-08T10:07:38.467Z] 7a624719046a72e427bf3d08f27efb66898882ef [false] [Pipeline] sh [2025-10-08T10:07:38.827Z] + git log --format=format:%s -1 7a624719046a72e427bf3d08f27efb66898882ef [Pipeline] echo [2025-10-08T10:07:38.842Z] ========================================================= [2025-10-08T10:07:38.842Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2025-10-08T10:07:38.842Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2025-10-08T10:07:39.181Z] + git log --format=format:%s -1 7a624719046a72e427bf3d08f27efb66898882ef [Pipeline] echo [2025-10-08T10:07:39.191Z] [semverPrep] GIT_COMMIT: 7a624719046a72e427bf3d08f27efb66898882ef, Commit Message: Merge pull request #745 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/app-functions-sdk-go/v4-4.1.0-dev.35 [Pipeline] echo [2025-10-08T10:07:39.206Z] [semverPrep] This is not a build commit. [Pipeline] sh [2025-10-08T10:07:39.600Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2025-10-08T10:07:39.600Z] + grep -v github /etc/ssh/ssh_known_hosts [2025-10-08T10:07:39.600Z] + [ -e /tmp/ssh_known_hosts ] [2025-10-08T10:07:39.600Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2025-10-08T10:07:39.600Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2025-10-08T10:07:39.600Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2025-10-08T10:07:39.600Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-08T10:07:40.004Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-10-08T10:07:40.004Z] [2025-10-08T10:07:40.004Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-08T10:07:40.313Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-10-08T10:07:40.313Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2025-10-08T10:07:40.313Z] 3dae71ba6b94: Pulling fs layer [2025-10-08T10:07:40.313Z] 6bf1a483ea7c: Pulling fs layer [2025-10-08T10:07:40.313Z] f5dfc541a4d3: Pulling fs layer [2025-10-08T10:07:40.313Z] 461d9e800cba: Pulling fs layer [2025-10-08T10:07:40.313Z] 80192f66455f: Pulling fs layer [2025-10-08T10:07:40.313Z] 2e8e34ca0e6c: Pulling fs layer [2025-10-08T10:07:40.313Z] a29436f7fd5d: Pulling fs layer [2025-10-08T10:07:40.313Z] 923cac83aea3: Pulling fs layer [2025-10-08T10:07:40.313Z] 25ad8b0a4227: Pulling fs layer [2025-10-08T10:07:40.313Z] db01528c6b51: Pulling fs layer [2025-10-08T10:07:40.313Z] 28988de357af: Pulling fs layer [2025-10-08T10:07:40.313Z] 461d9e800cba: Waiting [2025-10-08T10:07:40.313Z] 80192f66455f: Waiting [2025-10-08T10:07:40.313Z] 2e8e34ca0e6c: Waiting [2025-10-08T10:07:40.313Z] a29436f7fd5d: Waiting [2025-10-08T10:07:40.313Z] 923cac83aea3: Waiting [2025-10-08T10:07:40.313Z] 25ad8b0a4227: Waiting [2025-10-08T10:07:40.313Z] db01528c6b51: Waiting [2025-10-08T10:07:40.313Z] 28988de357af: Waiting [2025-10-08T10:07:40.313Z] 6bf1a483ea7c: Verifying Checksum [2025-10-08T10:07:40.313Z] 6bf1a483ea7c: Download complete [2025-10-08T10:07:40.313Z] 461d9e800cba: Download complete [2025-10-08T10:07:40.572Z] 80192f66455f: Verifying Checksum [2025-10-08T10:07:40.572Z] 80192f66455f: Download complete [2025-10-08T10:07:40.572Z] f5dfc541a4d3: Verifying Checksum [2025-10-08T10:07:40.572Z] f5dfc541a4d3: Download complete [2025-10-08T10:07:40.572Z] 3dae71ba6b94: Verifying Checksum [2025-10-08T10:07:40.572Z] 3dae71ba6b94: Download complete [2025-10-08T10:07:40.572Z] 923cac83aea3: Download complete [2025-10-08T10:07:40.831Z] 25ad8b0a4227: Download complete [2025-10-08T10:07:40.831Z] db01528c6b51: Verifying Checksum [2025-10-08T10:07:40.831Z] db01528c6b51: Download complete [2025-10-08T10:07:40.831Z] 28988de357af: Download complete [2025-10-08T10:07:40.831Z] a29436f7fd5d: Verifying Checksum [2025-10-08T10:07:40.831Z] a29436f7fd5d: Download complete [2025-10-08T10:07:41.401Z] 2e8e34ca0e6c: Verifying Checksum [2025-10-08T10:07:41.401Z] 2e8e34ca0e6c: Download complete [2025-10-08T10:07:42.508Z] 3dae71ba6b94: Pull complete [2025-10-08T10:07:42.508Z] 6bf1a483ea7c: Pull complete [2025-10-08T10:07:43.151Z] f5dfc541a4d3: Pull complete [2025-10-08T10:07:43.152Z] 461d9e800cba: Pull complete [2025-10-08T10:07:43.152Z] 80192f66455f: Pull complete [2025-10-08T10:07:48.477Z] 2e8e34ca0e6c: Pull complete [2025-10-08T10:07:48.477Z] a29436f7fd5d: Pull complete [2025-10-08T10:07:48.477Z] 923cac83aea3: Pull complete [2025-10-08T10:07:48.477Z] 25ad8b0a4227: Pull complete [2025-10-08T10:07:48.736Z] db01528c6b51: Pull complete [2025-10-08T10:07:48.736Z] 28988de357af: Pull complete [2025-10-08T10:07:48.736Z] Digest: sha256:195353f5eb8266bfc5d09c70327cc406fe11db141ac9a5f04734cd23bce6a248 [2025-10-08T10:07:48.736Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-10-08T10:07:48.736Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-10-08T10:07:48.903Z] prd-ubuntu20.04-docker-8c-8g-116157 does not seem to be running inside a container [2025-10-08T10:07:48.936Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/ry_app-service-configurable_main -v /w/workspace/ry_app-service-configurable_main:/w/workspace/ry_app-service-configurable_main:rw,z -v /w/workspace/ry_app-service-configurable_main@tmp:/w/workspace/ry_app-service-configurable_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2025-10-08T10:07:52.152Z] $ docker top 43d1449684cb655032607cc24562c962b2d094a4d466802efdfbfb1e9e95c9d5 -eo pid,comm [2025-10-08T10:07:52.216Z] 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). [2025-10-08T10:07:52.216Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2025-10-08T10:07:52.273Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-10-08T10:07:52.273Z] [ssh-agent] Looking for ssh-agent implementation... [2025-10-08T10:07:52.383Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-10-08T10:07:52.385Z] $ docker exec 43d1449684cb655032607cc24562c962b2d094a4d466802efdfbfb1e9e95c9d5 ssh-agent [2025-10-08T10:07:52.500Z] SSH_AUTH_SOCK=/tmp/ssh-C8CzPdhuc1qJ/agent.32 [2025-10-08T10:07:52.500Z] SSH_AGENT_PID=38 [2025-10-08T10:07:52.506Z] Running ssh-add (command line suppressed) [2025-10-08T10:07:52.620Z] Identity added: /w/workspace/ry_app-service-configurable_main@tmp/private_key_5687820722975615715.key (/w/workspace/ry_app-service-configurable_main@tmp/private_key_5687820722975615715.key) [2025-10-08T10:07:52.636Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-10-08T10:07:52.927Z] + git config --global --add safe.directory /w/workspace/ry_app-service-configurable_main [Pipeline] sh [2025-10-08T10:07:53.217Z] + git tag --points-at HEAD [Pipeline] } [2025-10-08T10:07:53.226Z] $ docker exec --env ******** --env ******** 43d1449684cb655032607cc24562c962b2d094a4d466802efdfbfb1e9e95c9d5 ssh-agent -k [2025-10-08T10:07:53.325Z] unset SSH_AUTH_SOCK; [2025-10-08T10:07:53.325Z] unset SSH_AGENT_PID; [2025-10-08T10:07:53.326Z] echo Agent pid 38 killed; [2025-10-08T10:07:53.337Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2025-10-08T10:07:53.376Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-10-08T10:07:53.376Z] [ssh-agent] Looking for ssh-agent implementation... [2025-10-08T10:07:53.495Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-10-08T10:07:53.497Z] $ docker exec 43d1449684cb655032607cc24562c962b2d094a4d466802efdfbfb1e9e95c9d5 ssh-agent [2025-10-08T10:07:53.628Z] SSH_AUTH_SOCK=/tmp/ssh-9E40gEoLFgG5/agent.85 [2025-10-08T10:07:53.628Z] SSH_AGENT_PID=91 [2025-10-08T10:07:53.640Z] Running ssh-add (command line suppressed) [2025-10-08T10:07:53.739Z] Identity added: /w/workspace/ry_app-service-configurable_main@tmp/private_key_12138472900962705754.key (/w/workspace/ry_app-service-configurable_main@tmp/private_key_12138472900962705754.key) [2025-10-08T10:07:53.756Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-10-08T10:07:54.053Z] + git semver init [2025-10-08T10:07:54.317Z] 2025-10-08 10:07:54,299 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') [2025-10-08T10:07:54.317Z] 2025-10-08 10:07:54,312 [run_init] DEBUG init version:0.0.0 force:False [2025-10-08T10:07:54.317Z] 2025-10-08 10:07:54,312 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/ry_app-service-configurable_main/.semver [2025-10-08T10:07:54.317Z] 2025-10-08 10:07:54,313 [execute] INFO git clone -b semver git@github.com:edgexfoundry/app-service-configurable.git /w/workspace/ry_app-service-configurable_main/.semver [2025-10-08T10:07:54.317Z] 2025-10-08 10:07:54,313 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/app-service-configurable.git', '/w/workspace/ry_app-service-configurable_main/.semver'], cwd=/w/workspace/ry_app-service-configurable_main, stdin=None, shell=False, universal_newlines=False) [2025-10-08T10:07:56.877Z] 2025-10-08 10:07:56,246 [append_file] DEBUG append to file:/w/workspace/ry_app-service-configurable_main/.git/info/exclude [2025-10-08T10:07:56.877Z] 2025-10-08 10:07:56,247 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/ry_app-service-configurable_main/.semver/main with force:False [2025-10-08T10:07:56.877Z] 2025-10-08 10:07:56,247 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main [2025-10-08T10:07:56.877Z] 2025-10-08 10:07:56,247 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main [2025-10-08T10:07:56.877Z] 4.1.0-dev.9 [Pipeline] } [2025-10-08T10:07:56.886Z] $ docker exec --env ******** --env ******** 43d1449684cb655032607cc24562c962b2d094a4d466802efdfbfb1e9e95c9d5 ssh-agent -k [2025-10-08T10:07:56.984Z] unset SSH_AUTH_SOCK; [2025-10-08T10:07:56.984Z] unset SSH_AGENT_PID; [2025-10-08T10:07:56.984Z] echo Agent pid 91 killed; [2025-10-08T10:07:56.995Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-10-08T10:07:57.321Z] + git semver [Pipeline] } [2025-10-08T10:07:57.904Z] $ docker stop --time=1 43d1449684cb655032607cc24562c962b2d094a4d466802efdfbfb1e9e95c9d5 [2025-10-08T10:07:59.186Z] $ docker rm -f --volumes 43d1449684cb655032607cc24562c962b2d094a4d466802efdfbfb1e9e95c9d5 [Pipeline] // withDockerContainer [Pipeline] sh [2025-10-08T10:07:59.570Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2025-10-08T10:07:59.898Z] Stashed 1 file(s) [Pipeline] echo [2025-10-08T10:07:59.903Z] [edgeXSemver]: initialized semver on version 4.1.0-dev.9 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] withEnv [Pipeline] { [Pipeline] node [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-10-08T10:08:00.130Z] provisioning config files... [2025-10-08T10:08:00.153Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/ry_app-service-configurable_main@tmp/config17844026509465480914tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-10-08T10:08:00.457Z] ---> ****-login.sh [2025-10-08T10:08:00.457Z] nexus3.edgexfoundry.org:10001 [2025-10-08T10:08:00.457Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-10-08T10:08:00.457Z] Login Succeeded [2025-10-08T10:08:00.457Z] nexus3.edgexfoundry.org:10002 [2025-10-08T10:08:00.457Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-10-08T10:08:00.457Z] Login Succeeded [2025-10-08T10:08:00.457Z] nexus3.edgexfoundry.org:10003 [2025-10-08T10:08:00.717Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-10-08T10:08:00.718Z] Login Succeeded [2025-10-08T10:08:00.718Z] nexus3.edgexfoundry.org:10004 [2025-10-08T10:08:00.718Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-10-08T10:08:00.718Z] Login Succeeded [2025-10-08T10:08:00.718Z] ****.io [2025-10-08T10:08:00.978Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-10-08T10:08:00.978Z] Login Succeeded [2025-10-08T10:08:00.978Z] ---> ****-login.sh ends [Pipeline] } [2025-10-08T10:08:00.984Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2025-10-08T10:08:01.088Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-10-08T10:08:01.108Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-10-08T10:08:01.130Z] ========================================================= [2025-10-08T10:08:01.130Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine] [2025-10-08T10:08:01.130Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-08T10:08:01.474Z] + docker build -t ci-base-image-x86_64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine --build-arg MAKE=echo noop --target=builder . [2025-10-08T10:08:02.055Z] #0 building with "default" instance using docker driver [2025-10-08T10:08:02.055Z] [2025-10-08T10:08:02.055Z] #1 [internal] load build definition from Dockerfile [2025-10-08T10:08:02.055Z] #1 transferring dockerfile: 2.05kB done [2025-10-08T10:08:02.055Z] #1 DONE 0.1s [2025-10-08T10:08:02.055Z] [2025-10-08T10:08:02.055Z] #2 [internal] load metadata for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [2025-10-08T10:08:02.055Z] #2 DONE 0.1s [2025-10-08T10:08:02.317Z] [2025-10-08T10:08:02.317Z] #3 [internal] load .dockerignore [2025-10-08T10:08:02.317Z] #3 transferring context: 159B done [2025-10-08T10:08:02.317Z] #3 DONE 0.0s [2025-10-08T10:08:02.317Z] [2025-10-08T10:08:02.317Z] #4 [builder 1/7] FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine@sha256:b992faf2485ce295780ce8bcc3ec6c89c618966a0a233ad776f4c4289344e4b4 [2025-10-08T10:08:02.317Z] #4 resolve nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine@sha256:b992faf2485ce295780ce8bcc3ec6c89c618966a0a233ad776f4c4289344e4b4 0.0s done [2025-10-08T10:08:02.317Z] #4 sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d 5.24MB / 74.06MB 0.1s [2025-10-08T10:08:02.317Z] #4 sha256:b992faf2485ce295780ce8bcc3ec6c89c618966a0a233ad776f4c4289344e4b4 685B / 685B done [2025-10-08T10:08:02.317Z] #4 sha256:36466aa92d05be39552cfcf5a51ca5dc6ccfd7da55adfeaec5689f02abf883df 294.40kB / 294.40kB 0.1s done [2025-10-08T10:08:02.317Z] #4 sha256:0a9a5dfd008f05ebc27e4790db0709a29e527690c21bcbcd01481eaeb6bb49dc 1.35MB / 3.63MB 0.1s [2025-10-08T10:08:02.317Z] #4 sha256:01d3d341091a517642a078ff0605422b0bc90a0685c27f13eebf23a14bd174bf 2.08kB / 2.08kB done [2025-10-08T10:08:02.317Z] #4 sha256:d619b1717253d911bd917c5573ee8134ae218c2451e74083eb23940cdd319302 4.11kB / 4.11kB done [2025-10-08T10:08:02.578Z] #4 ... [2025-10-08T10:08:02.578Z] [2025-10-08T10:08:02.578Z] #5 [internal] load build context [2025-10-08T10:08:02.578Z] #5 transferring context: 14.81MB 0.1s done [2025-10-08T10:08:02.578Z] #5 DONE 0.2s [2025-10-08T10:08:02.578Z] [2025-10-08T10:08:02.578Z] #4 [builder 1/7] FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine@sha256:b992faf2485ce295780ce8bcc3ec6c89c618966a0a233ad776f4c4289344e4b4 [2025-10-08T10:08:02.578Z] #4 sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d 15.73MB / 74.06MB 0.2s [2025-10-08T10:08:02.578Z] #4 sha256:0a9a5dfd008f05ebc27e4790db0709a29e527690c21bcbcd01481eaeb6bb49dc 3.63MB / 3.63MB 0.1s done [2025-10-08T10:08:02.578Z] #4 extracting sha256:0a9a5dfd008f05ebc27e4790db0709a29e527690c21bcbcd01481eaeb6bb49dc 0.1s [2025-10-08T10:08:02.578Z] #4 sha256:096b7ceb2af7cf0b2f963a566800bb0fb4c52ac2b7c0b1b66412e82adff0faa1 126B / 126B 0.1s done [2025-10-08T10:08:02.578Z] #4 sha256:c451b95d79318bfd8953a1c9820732ea4e6327fc33c477d42b42d627f68681ad 440B / 440B 0.2s [2025-10-08T10:08:02.578Z] #4 sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 32B / 32B 0.2s done [2025-10-08T10:08:02.578Z] #4 sha256:9febf9df44015f7ef701ca8f314687499ee20e4ce98978b9d593178fd725ad4a 0B / 2.38MB 0.2s [2025-10-08T10:08:02.578Z] #4 sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d 45.36MB / 74.06MB 0.4s [2025-10-08T10:08:02.578Z] #4 extracting sha256:0a9a5dfd008f05ebc27e4790db0709a29e527690c21bcbcd01481eaeb6bb49dc 0.1s done [2025-10-08T10:08:02.578Z] #4 sha256:c451b95d79318bfd8953a1c9820732ea4e6327fc33c477d42b42d627f68681ad 440B / 440B 0.2s done [2025-10-08T10:08:02.578Z] #4 sha256:9febf9df44015f7ef701ca8f314687499ee20e4ce98978b9d593178fd725ad4a 2.38MB / 2.38MB 0.3s done [2025-10-08T10:08:02.578Z] #4 sha256:1477f019b03287281269462164bc2738c9ee590c6f69056650fa13f78f7838c5 4.19MB / 103.05MB 0.4s [2025-10-08T10:08:02.578Z] #4 extracting sha256:36466aa92d05be39552cfcf5a51ca5dc6ccfd7da55adfeaec5689f02abf883df [2025-10-08T10:08:02.578Z] #4 sha256:c7dc25521971803488b68411916ffdc83cf3bd27a28b4147915497769959ad5b 3.15MB / 13.29MB 0.4s [2025-10-08T10:08:02.842Z] #4 sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d 59.77MB / 74.06MB 0.5s [2025-10-08T10:08:02.842Z] #4 sha256:1477f019b03287281269462164bc2738c9ee590c6f69056650fa13f78f7838c5 11.53MB / 103.05MB 0.5s [2025-10-08T10:08:02.842Z] #4 extracting sha256:36466aa92d05be39552cfcf5a51ca5dc6ccfd7da55adfeaec5689f02abf883df 0.1s done [2025-10-08T10:08:02.842Z] #4 sha256:c7dc25521971803488b68411916ffdc83cf3bd27a28b4147915497769959ad5b 11.53MB / 13.29MB 0.5s [2025-10-08T10:08:02.842Z] #4 sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d 74.06MB / 74.06MB 0.6s [2025-10-08T10:08:02.842Z] #4 sha256:1477f019b03287281269462164bc2738c9ee590c6f69056650fa13f78f7838c5 18.87MB / 103.05MB 0.6s [2025-10-08T10:08:02.842Z] #4 sha256:c7dc25521971803488b68411916ffdc83cf3bd27a28b4147915497769959ad5b 13.29MB / 13.29MB 0.5s done [2025-10-08T10:08:02.842Z] #4 sha256:1477f019b03287281269462164bc2738c9ee590c6f69056650fa13f78f7838c5 30.41MB / 103.05MB 0.7s [2025-10-08T10:08:03.103Z] #4 sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d 74.06MB / 74.06MB 0.7s done [2025-10-08T10:08:03.103Z] #4 sha256:1477f019b03287281269462164bc2738c9ee590c6f69056650fa13f78f7838c5 42.99MB / 103.05MB 0.8s [2025-10-08T10:08:03.103Z] #4 extracting sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d 0.1s [2025-10-08T10:08:03.103Z] #4 sha256:1477f019b03287281269462164bc2738c9ee590c6f69056650fa13f78f7838c5 73.40MB / 103.05MB 1.0s [2025-10-08T10:08:03.372Z] #4 sha256:1477f019b03287281269462164bc2738c9ee590c6f69056650fa13f78f7838c5 89.13MB / 103.05MB 1.1s [2025-10-08T10:08:03.372Z] #4 sha256:1477f019b03287281269462164bc2738c9ee590c6f69056650fa13f78f7838c5 103.05MB / 103.05MB 1.2s [2025-10-08T10:08:04.327Z] #4 sha256:1477f019b03287281269462164bc2738c9ee590c6f69056650fa13f78f7838c5 103.05MB / 103.05MB 1.8s done [2025-10-08T10:08:08.520Z] #4 extracting sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d 5.1s done [2025-10-08T10:08:08.520Z] #4 extracting sha256:096b7ceb2af7cf0b2f963a566800bb0fb4c52ac2b7c0b1b66412e82adff0faa1 [2025-10-08T10:08:08.520Z] #4 extracting sha256:096b7ceb2af7cf0b2f963a566800bb0fb4c52ac2b7c0b1b66412e82adff0faa1 done [2025-10-08T10:08:08.520Z] #4 extracting sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 done [2025-10-08T10:08:08.520Z] #4 extracting sha256:c451b95d79318bfd8953a1c9820732ea4e6327fc33c477d42b42d627f68681ad done [2025-10-08T10:08:08.520Z] #4 extracting sha256:9febf9df44015f7ef701ca8f314687499ee20e4ce98978b9d593178fd725ad4a [2025-10-08T10:08:08.520Z] #4 extracting sha256:9febf9df44015f7ef701ca8f314687499ee20e4ce98978b9d593178fd725ad4a 0.0s done [2025-10-08T10:08:08.520Z] #4 extracting sha256:1477f019b03287281269462164bc2738c9ee590c6f69056650fa13f78f7838c5 0.1s [2025-10-08T10:08:11.811Z] #4 extracting sha256:1477f019b03287281269462164bc2738c9ee590c6f69056650fa13f78f7838c5 2.7s done [2025-10-08T10:08:11.811Z] #4 extracting sha256:c7dc25521971803488b68411916ffdc83cf3bd27a28b4147915497769959ad5b 0.1s [2025-10-08T10:08:12.072Z] #4 extracting sha256:c7dc25521971803488b68411916ffdc83cf3bd27a28b4147915497769959ad5b 0.6s done [2025-10-08T10:08:12.072Z] #4 DONE 9.9s [2025-10-08T10:08:12.072Z] [2025-10-08T10:08:12.072Z] #6 [builder 2/7] RUN apk add --update --no-cache make git [2025-10-08T10:08:12.333Z] #6 0.206 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-10-08T10:08:12.595Z] #6 0.286 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-10-08T10:08:12.595Z] #6 0.625 OK: 248 MiB in 58 packages [2025-10-08T10:08:14.516Z] #6 DONE 2.4s [2025-10-08T10:08:14.776Z] [2025-10-08T10:08:14.776Z] #7 [builder 3/7] WORKDIR /app [2025-10-08T10:08:14.776Z] #7 DONE 0.0s [2025-10-08T10:08:14.776Z] [2025-10-08T10:08:14.776Z] #8 [builder 4/7] COPY go.mod vendor* ./ [2025-10-08T10:08:14.776Z] #8 DONE 0.0s [2025-10-08T10:08:14.776Z] [2025-10-08T10:08:14.776Z] #9 [builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-10-08T10:08:15.079Z] Still waiting to schedule task [2025-10-08T10:08:15.079Z] Waiting for next available executor on ‘prd-ubuntu20.04-docker-arm64-4c-16g-116136’ [2025-10-08T10:08:29.696Z] #9 DONE 14.6s [2025-10-08T10:08:29.696Z] [2025-10-08T10:08:29.696Z] #10 [builder 6/7] COPY . . [2025-10-08T10:08:29.696Z] #10 DONE 0.1s [2025-10-08T10:08:29.696Z] [2025-10-08T10:08:29.696Z] #11 [builder 7/7] RUN echo noop [2025-10-08T10:08:29.696Z] #11 0.202 noop [2025-10-08T10:08:29.696Z] #11 DONE 0.3s [2025-10-08T10:08:29.696Z] [2025-10-08T10:08:29.696Z] #12 exporting to image [2025-10-08T10:08:29.696Z] #12 exporting layers [2025-10-08T10:08:37.807Z] #12 exporting layers 7.0s done [2025-10-08T10:08:37.807Z] #12 writing image sha256:456a2fd96c7deeb803b02cd547acaef825f96d1bdcf6571e61b7dfbf9a758268 done [2025-10-08T10:08:37.807Z] #12 naming to docker.io/library/ci-base-image-x86_64 done [2025-10-08T10:08:37.807Z] #12 DONE 7.0s [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-08T10:08:38.137Z] + docker inspect -f . ci-base-image-x86_64 [2025-10-08T10:08:38.137Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-10-08T10:08:38.220Z] prd-ubuntu20.04-docker-8c-8g-116157 does not seem to be running inside a container [2025-10-08T10:08:38.249Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/ry_app-service-configurable_main -v /w/workspace/ry_app-service-configurable_main:/w/workspace/ry_app-service-configurable_main:rw,z -v /w/workspace/ry_app-service-configurable_main@tmp:/w/workspace/ry_app-service-configurable_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2025-10-08T10:08:38.546Z] $ docker top 206f5ae09ad8108a3b19a2d91a27ba2614344cd45bca2106a851ada78c26f337 -eo pid,comm [Pipeline] { [Pipeline] sh [2025-10-08T10:08:38.900Z] + go version [2025-10-08T10:08:38.901Z] go version go1.23.9 linux/amd64 [Pipeline] } [2025-10-08T10:08:38.910Z] $ docker stop --time=1 206f5ae09ad8108a3b19a2d91a27ba2614344cd45bca2106a851ada78c26f337 [2025-10-08T10:08:40.169Z] $ docker rm -f --volumes 206f5ae09ad8108a3b19a2d91a27ba2614344cd45bca2106a851ada78c26f337 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-08T10:08:40.613Z] + docker inspect -f . ci-base-image-x86_64 [2025-10-08T10:08:40.613Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-10-08T10:08:40.687Z] prd-ubuntu20.04-docker-8c-8g-116157 does not seem to be running inside a container [2025-10-08T10:08:40.715Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/ry_app-service-configurable_main -v /w/workspace/ry_app-service-configurable_main:/w/workspace/ry_app-service-configurable_main:rw,z -v /w/workspace/ry_app-service-configurable_main@tmp:/w/workspace/ry_app-service-configurable_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2025-10-08T10:08:40.940Z] $ docker top 2213879f2d58f659f09cd6a580a2dd3ad3195267e59dc78a624d51accfcd60db -eo pid,comm [Pipeline] { [Pipeline] sh [2025-10-08T10:08:41.281Z] + git config --global --add safe.directory /w/workspace/ry_app-service-configurable_main [Pipeline] fileExists [Pipeline] sh [2025-10-08T10:08:41.580Z] + make test [2025-10-08T10:08:41.580Z] go test -race -coverprofile=coverage.out ./... [2025-10-08T10:09:13.667Z] github.com/edgexfoundry/app-service-configurable coverage: 0.0% of statements [2025-10-08T10:09:45.738Z] go vet ./... [2025-10-08T10:09:47.115Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2025-10-08T10:09:47.115Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2025-10-08T10:09:47.115Z] ./bin/test-attribution-txt.sh [2025-10-08T10:09:47.115Z] An attribution for github.com/emirpasic/gods is missing from Attribution.txt, please add [2025-10-08T10:09:47.115Z] An attribution for github.com/openziti/channel/v4 is missing from Attribution.txt, please add [2025-10-08T10:09:47.115Z] An attribution for github.com/zitadel/logging is missing from Attribution.txt, please add [2025-10-08T10:09:47.115Z] An attribution for github.com/zitadel/oidc/v3 is missing from Attribution.txt, please add [2025-10-08T10:09:47.115Z] An attribution for github.com/zitadel/schema is missing from Attribution.txt, please add [2025-10-08T10:09:47.115Z] An attribution for go.opentelemetry.io/auto/sdk is missing from Attribution.txt, please add [Pipeline] echo [2025-10-08T10:09:47.133Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] } [2025-10-08T10:09:47.152Z] $ docker stop --time=1 2213879f2d58f659f09cd6a580a2dd3ad3195267e59dc78a624d51accfcd60db [2025-10-08T10:09:49.479Z] $ docker rm -f --volumes 2213879f2d58f659f09cd6a580a2dd3ad3195267e59dc78a624d51accfcd60db [Pipeline] // withDockerContainer [Pipeline] sh [2025-10-08T10:09:50.131Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2025-10-08T10:09:50.185Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2025-10-08T10:09:50.663Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2025-10-08T10:09:50.951Z] + ls -al . [2025-10-08T10:09:50.951Z] total 248 [2025-10-08T10:09:50.951Z] drwxrwxr-x 7 jenkins jenkins 4096 Oct 8 10:08 . [2025-10-08T10:09:50.951Z] drwxrwxr-x 4 jenkins jenkins 4096 Oct 8 10:07 .. [2025-10-08T10:09:50.951Z] -rw-rw-r-- 1 jenkins jenkins 119 Oct 8 10:07 .dockerignore [2025-10-08T10:09:50.951Z] drwxrwxr-x 8 jenkins jenkins 4096 Oct 8 10:09 .git [2025-10-08T10:09:50.951Z] drwxrwxr-x 3 jenkins jenkins 4096 Oct 8 10:07 .github [2025-10-08T10:09:50.951Z] -rw-rw-r-- 1 jenkins jenkins 108 Oct 8 10:07 .gitignore [2025-10-08T10:09:50.951Z] -rw-rw-r-- 1 jenkins jenkins 41 Oct 8 10:07 .golangci.yml [2025-10-08T10:09:50.951Z] drwxr-xr-x 3 jenkins jenkins 4096 Oct 8 10:07 .semver [2025-10-08T10:09:50.951Z] -rw-rw-r-- 1 jenkins jenkins 16550 Oct 8 10:07 Attribution.txt [2025-10-08T10:09:50.951Z] -rw-rw-r-- 1 jenkins jenkins 39309 Oct 8 10:07 CHANGELOG.md [2025-10-08T10:09:50.951Z] -rw-rw-r-- 1 jenkins jenkins 2008 Oct 8 10:07 Dockerfile [2025-10-08T10:09:50.951Z] -rw-rw-r-- 1 jenkins jenkins 677 Oct 8 10:07 GOVERNANCE.md [2025-10-08T10:09:50.951Z] -rw-rw-r-- 1 jenkins jenkins 666 Oct 8 10:07 Jenkinsfile [2025-10-08T10:09:50.951Z] -rw-rw-r-- 1 jenkins jenkins 10174 Oct 8 10:07 LICENSE [2025-10-08T10:09:50.951Z] -rw-rw-r-- 1 jenkins jenkins 618 Oct 8 10:07 OWNERS.md [2025-10-08T10:09:50.951Z] -rw-rw-r-- 1 jenkins jenkins 4952 Oct 8 10:07 README.md [2025-10-08T10:09:50.951Z] -rw-rw-r-- 1 jenkins jenkins 11 Oct 8 10:07 VERSION [2025-10-08T10:09:50.951Z] drwxrwxr-x 2 jenkins jenkins 4096 Oct 8 10:07 bin [2025-10-08T10:09:50.951Z] -rw-r--r-- 1 jenkins jenkins 953 Oct 8 10:09 coverage.out [2025-10-08T10:09:50.951Z] -rw-rw-r-- 1 jenkins jenkins 6578 Oct 8 10:07 go.mod [2025-10-08T10:09:50.951Z] -rw-rw-r-- 1 jenkins jenkins 88387 Oct 8 10:07 go.sum [2025-10-08T10:09:50.951Z] -rw-rw-r-- 1 jenkins jenkins 1937 Oct 8 10:07 main.go [2025-10-08T10:09:50.951Z] -rw-rw-r-- 1 jenkins jenkins 3362 Oct 8 10:07 makefile [2025-10-08T10:09:50.951Z] drwxrwxr-x 9 jenkins jenkins 4096 Oct 8 10:07 res [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-08T10:09:51.275Z] + docker build -t app-service-configurable -f Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg MAKE=make build --build-arg ARCH=amd64 --label git_sha=7a624719046a72e427bf3d08f27efb66898882ef --label arch=amd64 --label version=4.1.0-dev.9 . [2025-10-08T10:09:51.534Z] #0 building with "default" instance using docker driver [2025-10-08T10:09:51.534Z] [2025-10-08T10:09:51.534Z] #1 [internal] load build definition from Dockerfile [2025-10-08T10:09:51.534Z] #1 transferring dockerfile: 2.05kB done [2025-10-08T10:09:51.534Z] #1 DONE 0.0s [2025-10-08T10:09:51.534Z] [2025-10-08T10:09:51.534Z] #2 [internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2025-10-08T10:09:51.534Z] #2 DONE 0.0s [2025-10-08T10:09:51.534Z] [2025-10-08T10:09:51.534Z] #3 [internal] load metadata for docker.io/library/alpine:3.20 [2025-10-08T10:09:51.534Z] #3 DONE 0.1s [2025-10-08T10:09:51.534Z] [2025-10-08T10:09:51.534Z] #4 [internal] load .dockerignore [2025-10-08T10:09:51.534Z] #4 transferring context: 159B done [2025-10-08T10:09:51.534Z] #4 DONE 0.0s [2025-10-08T10:09:51.534Z] [2025-10-08T10:09:51.534Z] #5 [internal] load build context [2025-10-08T10:09:51.534Z] #5 transferring context: 4.84kB done [2025-10-08T10:09:51.534Z] #5 DONE 0.0s [2025-10-08T10:09:51.534Z] [2025-10-08T10:09:51.534Z] #6 [builder 1/7] FROM docker.io/library/ci-base-image-x86_64:latest [2025-10-08T10:09:51.534Z] #6 DONE 0.1s [2025-10-08T10:09:51.534Z] [2025-10-08T10:09:51.534Z] #7 [stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d [2025-10-08T10:09:51.534Z] #7 resolve docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 0.0s done [2025-10-08T10:09:51.534Z] #7 sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 9.22kB / 9.22kB done [2025-10-08T10:09:51.534Z] #7 sha256:f25ebd2af60b9de8e26e5100fe6f493beb81bff010f27e84f223ad19886a78f0 1.02kB / 1.02kB done [2025-10-08T10:09:51.534Z] #7 sha256:411bc66a7adb849165d4e733707efe59d6b5edf8b4d96506cb6a1e31ba270199 581B / 581B done [2025-10-08T10:09:51.534Z] #7 sha256:01d036902a3ca86e8793073c8094cba44d83a38953a489ac0641f3de017fe2d2 3.15MB / 3.62MB 0.1s [2025-10-08T10:09:51.794Z] #7 sha256:01d036902a3ca86e8793073c8094cba44d83a38953a489ac0641f3de017fe2d2 3.62MB / 3.62MB 0.1s done [2025-10-08T10:09:51.794Z] #7 extracting sha256:01d036902a3ca86e8793073c8094cba44d83a38953a489ac0641f3de017fe2d2 [2025-10-08T10:09:51.794Z] #7 extracting sha256:01d036902a3ca86e8793073c8094cba44d83a38953a489ac0641f3de017fe2d2 0.1s done [2025-10-08T10:09:51.794Z] #7 DONE 0.3s [2025-10-08T10:09:51.794Z] [2025-10-08T10:09:51.794Z] #8 [builder 2/7] RUN apk add --update --no-cache make git [2025-10-08T10:09:51.794Z] #8 0.180 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-10-08T10:09:51.794Z] #8 0.338 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-10-08T10:09:52.366Z] #8 0.687 OK: 248 MiB in 58 packages [2025-10-08T10:09:52.366Z] #8 DONE 0.8s [2025-10-08T10:09:52.366Z] [2025-10-08T10:09:52.366Z] #9 [stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init [2025-10-08T10:09:52.366Z] #9 0.176 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-10-08T10:09:52.366Z] #9 0.239 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-10-08T10:09:52.366Z] #9 0.475 (1/2) Installing ca-certificates (20250911-r0) [2025-10-08T10:09:52.366Z] #9 0.491 (2/2) Installing dumb-init (1.2.5-r3) [2025-10-08T10:09:52.366Z] #9 0.494 Executing busybox-1.36.1-r29.trigger [2025-10-08T10:09:52.366Z] #9 0.499 Executing ca-certificates-20250911-r0.trigger [2025-10-08T10:09:52.366Z] #9 0.540 OK: 9 MiB in 16 packages [2025-10-08T10:09:52.625Z] #9 DONE 0.7s [2025-10-08T10:09:52.625Z] [2025-10-08T10:09:52.625Z] #10 [builder 3/7] WORKDIR /app [2025-10-08T10:09:52.625Z] #10 DONE 0.0s [2025-10-08T10:09:52.625Z] [2025-10-08T10:09:52.625Z] #11 [builder 4/7] COPY go.mod vendor* ./ [2025-10-08T10:09:52.625Z] #11 DONE 0.0s [2025-10-08T10:09:52.625Z] [2025-10-08T10:09:52.625Z] #12 [stage-1 3/7] RUN apk --no-cache upgrade [2025-10-08T10:09:52.884Z] #12 0.385 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-10-08T10:09:52.884Z] #12 ... [2025-10-08T10:09:52.884Z] [2025-10-08T10:09:52.884Z] #13 [builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-10-08T10:09:52.884Z] #13 DONE 0.5s [2025-10-08T10:09:52.884Z] [2025-10-08T10:09:52.884Z] #12 [stage-1 3/7] RUN apk --no-cache upgrade [2025-10-08T10:09:52.884Z] #12 0.467 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-10-08T10:09:53.144Z] #12 ... [2025-10-08T10:09:53.144Z] [2025-10-08T10:09:53.144Z] #14 [builder 6/7] COPY . . [2025-10-08T10:09:53.144Z] #14 DONE 0.1s [2025-10-08T10:09:53.144Z] [2025-10-08T10:09:53.144Z] #15 [builder 7/7] RUN make build [2025-10-08T10:09:53.144Z] #15 0.256 CGO_ENABLED=0 go build -tags "" -ldflags "-s -w -X github.com/edgexfoundry/app-functions-sdk-go/v4/internal.SDKVersion=4.1.0-dev.35 -X github.com/edgexfoundry/app-functions-sdk-go/v4/internal.ApplicationVersion=4.1.0-dev.9 -bindnow" -trimpath -mod=readonly -buildmode=pie -o app-service-configurable [2025-10-08T10:09:53.712Z] #15 ... [2025-10-08T10:09:53.713Z] [2025-10-08T10:09:53.713Z] #12 [stage-1 3/7] RUN apk --no-cache upgrade [2025-10-08T10:09:53.713Z] #12 0.845 (1/6) Upgrading busybox (1.36.1-r29 -> 1.36.1-r30) [2025-10-08T10:09:53.713Z] #12 0.866 Executing busybox-1.36.1-r30.post-upgrade [2025-10-08T10:09:53.713Z] #12 0.910 (2/6) Upgrading busybox-binsh (1.36.1-r29 -> 1.36.1-r30) [2025-10-08T10:09:53.713Z] #12 0.913 (3/6) Upgrading ca-certificates-bundle (20250619-r0 -> 20250911-r0) [2025-10-08T10:09:53.713Z] #12 0.920 (4/6) Upgrading libcrypto3 (3.3.4-r0 -> 3.3.5-r0) [2025-10-08T10:09:53.713Z] #12 0.953 (5/6) Upgrading libssl3 (3.3.4-r0 -> 3.3.5-r0) [2025-10-08T10:09:53.713Z] #12 0.969 (6/6) Upgrading ssl_client (1.36.1-r29 -> 1.36.1-r30) [2025-10-08T10:09:53.713Z] #12 0.972 Executing busybox-1.36.1-r30.trigger [2025-10-08T10:09:53.713Z] #12 0.978 Executing ca-certificates-20250911-r0.trigger [2025-10-08T10:09:53.713Z] #12 1.019 OK: 9 MiB in 16 packages [2025-10-08T10:09:53.713Z] #12 DONE 1.2s [2025-10-08T10:09:53.713Z] [2025-10-08T10:09:53.713Z] #15 [builder 7/7] RUN make build [2025-10-08T10:10:20.258Z] #15 DONE 23.1s [2025-10-08T10:10:20.258Z] [2025-10-08T10:10:20.258Z] #16 [stage-1 4/7] COPY --from=builder /app/Attribution.txt /Attribution.txt [2025-10-08T10:10:20.258Z] #16 DONE 0.0s [2025-10-08T10:10:20.258Z] [2025-10-08T10:10:20.258Z] #17 [stage-1 5/7] COPY --from=builder /app/LICENSE /LICENSE [2025-10-08T10:10:20.258Z] #17 DONE 0.0s [2025-10-08T10:10:20.258Z] [2025-10-08T10:10:20.258Z] #18 [stage-1 6/7] COPY --from=builder /app/res/ /res/ [2025-10-08T10:10:20.258Z] #18 DONE 0.0s [2025-10-08T10:10:20.258Z] [2025-10-08T10:10:20.258Z] #19 [stage-1 7/7] COPY --from=builder /app/app-service-configurable /app-service-configurable [2025-10-08T10:10:20.258Z] #19 DONE 0.2s [2025-10-08T10:10:20.258Z] [2025-10-08T10:10:20.258Z] #20 exporting to image [2025-10-08T10:10:20.258Z] #20 exporting layers 0.1s done [2025-10-08T10:10:20.258Z] #20 writing image sha256:39f2aaa3e9133030425efea1e91d7db0450522afffaefefaf88f4baf2144f256 done [2025-10-08T10:10:20.258Z] #20 naming to docker.io/library/app-service-configurable done [2025-10-08T10:10:20.258Z] #20 DONE 0.1s [2025-10-08T10:10:20.258Z] [2025-10-08T10:10:20.258Z] 1 warning found (use docker --debug to expand): [2025-10-08T10:10:20.258Z]  - UndefinedVar: Usage of undefined variable '$VERSION' (line 40) [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-10-08T10:10:20.419Z] provisioning config files... [2025-10-08T10:10:20.436Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/ry_app-service-configurable_main@tmp/config3114507579545504127tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-10-08T10:10:20.755Z] ---> ****-login.sh [2025-10-08T10:10:20.755Z] nexus3.edgexfoundry.org:10001 [2025-10-08T10:10:20.755Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-10-08T10:10:20.755Z] Login Succeeded [2025-10-08T10:10:20.755Z] nexus3.edgexfoundry.org:10002 [2025-10-08T10:10:20.755Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-10-08T10:10:20.755Z] Login Succeeded [2025-10-08T10:10:20.755Z] nexus3.edgexfoundry.org:10003 [2025-10-08T10:10:20.755Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-10-08T10:10:21.014Z] Login Succeeded [2025-10-08T10:10:21.014Z] nexus3.edgexfoundry.org:10004 [2025-10-08T10:10:21.015Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-10-08T10:10:21.015Z] Login Succeeded [2025-10-08T10:10:21.015Z] ****.io [2025-10-08T10:10:21.015Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-10-08T10:10:21.587Z] Login Succeeded [2025-10-08T10:10:21.587Z] ---> ****-login.sh ends [Pipeline] } [2025-10-08T10:10:21.595Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-10-08T10:10:21.648Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-10-08T10:10:21.686Z] [edgeXDocker.push] Tagging docker image app-service-configurable with the following tags: [2025-10-08T10:10:21.686Z] 7a624719046a72e427bf3d08f27efb66898882ef [2025-10-08T10:10:21.686Z] latest [2025-10-08T10:10:21.686Z] 4.1.0-dev.9 [2025-10-08T10:10:21.686Z] 7a624719046a72e427bf3d08f27efb66898882ef-4.1.0-dev.9 [2025-10-08T10:10:21.686Z] main [2025-10-08T10:10:21.686Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-08T10:10:22.042Z] + docker tag app-service-configurable nexus3.edgexfoundry.org:10004/app-service-configurable:7a624719046a72e427bf3d08f27efb66898882ef [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-08T10:10:22.368Z] + docker push nexus3.edgexfoundry.org:10004/app-service-configurable:7a624719046a72e427bf3d08f27efb66898882ef [2025-10-08T10:10:22.368Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable] [2025-10-08T10:10:22.368Z] d9255c5b3851: Preparing [2025-10-08T10:10:22.368Z] e556b6bb6549: Preparing [2025-10-08T10:10:22.368Z] f1b066d96d33: Preparing [2025-10-08T10:10:22.368Z] 8e4a95b08984: Preparing [2025-10-08T10:10:22.368Z] e6f5351e2683: Preparing [2025-10-08T10:10:22.368Z] a0239cde0678: Preparing [2025-10-08T10:10:22.368Z] 097100c76c15: Preparing [2025-10-08T10:10:22.368Z] 097100c76c15: Waiting [2025-10-08T10:10:22.368Z] a0239cde0678: Waiting [2025-10-08T10:10:22.368Z] e556b6bb6549: Pushed [2025-10-08T10:10:22.368Z] 8e4a95b08984: Pushed [2025-10-08T10:10:22.368Z] f1b066d96d33: Pushed [2025-10-08T10:10:22.368Z] 097100c76c15: Layer already exists [2025-10-08T10:10:22.627Z] a0239cde0678: Pushed [2025-10-08T10:10:23.197Z] e6f5351e2683: Pushed [2025-10-08T10:10:26.500Z] d9255c5b3851: Pushed [2025-10-08T10:10:26.500Z] 7a624719046a72e427bf3d08f27efb66898882ef: digest: sha256:7a6356cc6559afcd5544a1141649510b9325d6ac0b33f80e886f9271d3cf8a1a size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-08T10:10:26.844Z] + docker tag app-service-configurable nexus3.edgexfoundry.org:10004/app-service-configurable:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-08T10:10:27.171Z] + docker push nexus3.edgexfoundry.org:10004/app-service-configurable:latest [2025-10-08T10:10:27.171Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable] [2025-10-08T10:10:27.171Z] d9255c5b3851: Preparing [2025-10-08T10:10:27.171Z] e556b6bb6549: Preparing [2025-10-08T10:10:27.171Z] f1b066d96d33: Preparing [2025-10-08T10:10:27.171Z] 8e4a95b08984: Preparing [2025-10-08T10:10:27.171Z] e6f5351e2683: Preparing [2025-10-08T10:10:27.171Z] a0239cde0678: Preparing [2025-10-08T10:10:27.171Z] 097100c76c15: Preparing [2025-10-08T10:10:27.171Z] 097100c76c15: Waiting [2025-10-08T10:10:27.171Z] a0239cde0678: Waiting [2025-10-08T10:10:27.171Z] 8e4a95b08984: Layer already exists [2025-10-08T10:10:27.171Z] e6f5351e2683: Layer already exists [2025-10-08T10:10:27.171Z] e556b6bb6549: Layer already exists [2025-10-08T10:10:27.171Z] d9255c5b3851: Layer already exists [2025-10-08T10:10:27.171Z] f1b066d96d33: Layer already exists [2025-10-08T10:10:27.171Z] a0239cde0678: Layer already exists [2025-10-08T10:10:27.171Z] 097100c76c15: Layer already exists [2025-10-08T10:10:27.171Z] latest: digest: sha256:7a6356cc6559afcd5544a1141649510b9325d6ac0b33f80e886f9271d3cf8a1a size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-08T10:10:27.507Z] + docker tag app-service-configurable nexus3.edgexfoundry.org:10004/app-service-configurable:4.1.0-dev.9 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-08T10:10:27.841Z] + docker push nexus3.edgexfoundry.org:10004/app-service-configurable:4.1.0-dev.9 [2025-10-08T10:10:27.841Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable] [2025-10-08T10:10:27.841Z] d9255c5b3851: Preparing [2025-10-08T10:10:27.841Z] e556b6bb6549: Preparing [2025-10-08T10:10:27.841Z] f1b066d96d33: Preparing [2025-10-08T10:10:27.841Z] 8e4a95b08984: Preparing [2025-10-08T10:10:27.841Z] e6f5351e2683: Preparing [2025-10-08T10:10:27.841Z] a0239cde0678: Preparing [2025-10-08T10:10:27.841Z] 097100c76c15: Preparing [2025-10-08T10:10:27.841Z] a0239cde0678: Waiting [2025-10-08T10:10:27.841Z] 097100c76c15: Waiting [2025-10-08T10:10:27.841Z] e556b6bb6549: Layer already exists [2025-10-08T10:10:27.841Z] e6f5351e2683: Layer already exists [2025-10-08T10:10:27.841Z] 8e4a95b08984: Layer already exists [2025-10-08T10:10:27.841Z] f1b066d96d33: Layer already exists [2025-10-08T10:10:27.841Z] d9255c5b3851: Layer already exists [2025-10-08T10:10:27.841Z] 097100c76c15: Layer already exists [2025-10-08T10:10:27.841Z] a0239cde0678: Layer already exists [2025-10-08T10:10:27.841Z] 4.1.0-dev.9: digest: sha256:7a6356cc6559afcd5544a1141649510b9325d6ac0b33f80e886f9271d3cf8a1a size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-08T10:10:28.180Z] + docker tag app-service-configurable nexus3.edgexfoundry.org:10004/app-service-configurable:7a624719046a72e427bf3d08f27efb66898882ef-4.1.0-dev.9 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-08T10:10:28.508Z] + docker push nexus3.edgexfoundry.org:10004/app-service-configurable:7a624719046a72e427bf3d08f27efb66898882ef-4.1.0-dev.9 [2025-10-08T10:10:28.508Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable] [2025-10-08T10:10:28.508Z] d9255c5b3851: Preparing [2025-10-08T10:10:28.508Z] e556b6bb6549: Preparing [2025-10-08T10:10:28.508Z] f1b066d96d33: Preparing [2025-10-08T10:10:28.508Z] 8e4a95b08984: Preparing [2025-10-08T10:10:28.508Z] e6f5351e2683: Preparing [2025-10-08T10:10:28.508Z] a0239cde0678: Preparing [2025-10-08T10:10:28.508Z] 097100c76c15: Preparing [2025-10-08T10:10:28.508Z] 097100c76c15: Waiting [2025-10-08T10:10:28.508Z] a0239cde0678: Waiting [2025-10-08T10:10:28.508Z] e6f5351e2683: Layer already exists [2025-10-08T10:10:28.508Z] e556b6bb6549: Layer already exists [2025-10-08T10:10:28.508Z] f1b066d96d33: Layer already exists [2025-10-08T10:10:28.508Z] 8e4a95b08984: Layer already exists [2025-10-08T10:10:28.508Z] d9255c5b3851: Layer already exists [2025-10-08T10:10:28.508Z] 097100c76c15: Layer already exists [2025-10-08T10:10:28.508Z] a0239cde0678: Layer already exists [2025-10-08T10:10:28.508Z] 7a624719046a72e427bf3d08f27efb66898882ef-4.1.0-dev.9: digest: sha256:7a6356cc6559afcd5544a1141649510b9325d6ac0b33f80e886f9271d3cf8a1a size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-08T10:10:28.852Z] + docker tag app-service-configurable nexus3.edgexfoundry.org:10004/app-service-configurable:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-08T10:10:29.190Z] + docker push nexus3.edgexfoundry.org:10004/app-service-configurable:main [2025-10-08T10:10:29.190Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable] [2025-10-08T10:10:29.190Z] d9255c5b3851: Preparing [2025-10-08T10:10:29.190Z] e556b6bb6549: Preparing [2025-10-08T10:10:29.190Z] f1b066d96d33: Preparing [2025-10-08T10:10:29.190Z] 8e4a95b08984: Preparing [2025-10-08T10:10:29.190Z] e6f5351e2683: Preparing [2025-10-08T10:10:29.190Z] a0239cde0678: Preparing [2025-10-08T10:10:29.190Z] 097100c76c15: Preparing [2025-10-08T10:10:29.190Z] a0239cde0678: Waiting [2025-10-08T10:10:29.190Z] 097100c76c15: Waiting [2025-10-08T10:10:29.190Z] f1b066d96d33: Layer already exists [2025-10-08T10:10:29.190Z] e6f5351e2683: Layer already exists [2025-10-08T10:10:29.190Z] 8e4a95b08984: Layer already exists [2025-10-08T10:10:29.190Z] d9255c5b3851: Layer already exists [2025-10-08T10:10:29.190Z] e556b6bb6549: Layer already exists [2025-10-08T10:10:29.190Z] 097100c76c15: Layer already exists [2025-10-08T10:10:29.190Z] a0239cde0678: Layer already exists [2025-10-08T10:10:29.190Z] main: digest: sha256:7a6356cc6559afcd5544a1141649510b9325d6ac0b33f80e886f9271d3cf8a1a size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-10-08T10:10:29.279Z] ===================================================== [Pipeline] echo [2025-10-08T10:10:29.301Z] taggedImages: [2025-10-08T10:10:29.301Z] - nexus3.edgexfoundry.org:10004/app-service-configurable:7a624719046a72e427bf3d08f27efb66898882ef [2025-10-08T10:10:29.301Z] - nexus3.edgexfoundry.org:10004/app-service-configurable:latest [2025-10-08T10:10:29.301Z] - nexus3.edgexfoundry.org:10004/app-service-configurable:4.1.0-dev.9 [2025-10-08T10:10:29.301Z] - nexus3.edgexfoundry.org:10004/app-service-configurable:7a624719046a72e427bf3d08f27efb66898882ef-4.1.0-dev.9 [2025-10-08T10:10:29.301Z] - nexus3.edgexfoundry.org:10004/app-service-configurable:main [Pipeline] echo [2025-10-08T10:10:29.356Z] ========================================================= [2025-10-08T10:10:29.356Z] [edgeXBuildMultiArch] RAW Config: [2025-10-08T10:10:29.356Z] images: [2025-10-08T10:10:29.356Z] - nexus3.edgexfoundry.org:10004/app-service-configurable:7a624719046a72e427bf3d08f27efb66898882ef [2025-10-08T10:10:29.356Z] - nexus3.edgexfoundry.org:10004/app-service-configurable:latest [2025-10-08T10:10:29.356Z] - nexus3.edgexfoundry.org:10004/app-service-configurable:4.1.0-dev.9 [2025-10-08T10:10:29.356Z] - nexus3.edgexfoundry.org:10004/app-service-configurable:7a624719046a72e427bf3d08f27efb66898882ef-4.1.0-dev.9 [2025-10-08T10:10:29.356Z] - nexus3.edgexfoundry.org:10004/app-service-configurable:main [2025-10-08T10:10:29.356Z] settingsFile: [2025-10-08T10:10:29.356Z] app-service-configurable-settings [2025-10-08T10:10:29.356Z] ========================================================= [Pipeline] node [2025-10-08T10:10:44.359Z] Still waiting to schedule task [2025-10-08T10:10:44.360Z] ‘prd-centos7-docker-4c-2g-116168’ is offline [2025-10-08T10:11:12.441Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-116201 in /w/workspace/ry_app-service-configurable_main [Pipeline] { [Pipeline] ws [2025-10-08T10:11:12.459Z] Running in /w/workspace/app-service-configurable/282 [Pipeline] { [Pipeline] checkout [2025-10-08T10:11:15.517Z] The recommended git tool is: git [2025-10-08T10:11:20.980Z] using credential edgex-jenkins-ssh [2025-10-08T10:11:21.003Z] Cloning the remote Git repository [2025-10-08T10:11:21.052Z] Cloning repository git@github.com:edgexfoundry/app-service-configurable.git [2025-10-08T10:11:21.159Z] > git init /w/workspace/app-service-configurable/282 # timeout=10 [2025-10-08T10:11:21.331Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2025-10-08T10:11:21.332Z] > git --version # timeout=10 [2025-10-08T10:11:21.358Z] > git --version # 'git version 2.25.1' [2025-10-08T10:11:21.362Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2025-10-08T10:11:21.569Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2025-10-08T10:11:25.604Z] Avoid second fetch [2025-10-08T10:11:25.606Z] Checking out Revision 7a624719046a72e427bf3d08f27efb66898882ef (main) [2025-10-08T10:11:24.475Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2025-10-08T10:11:24.507Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2025-10-08T10:11:25.625Z] > git config core.sparsecheckout # timeout=10 [2025-10-08T10:11:25.701Z] > git checkout -f 7a624719046a72e427bf3d08f27efb66898882ef # timeout=10 [2025-10-08T10:11:26.369Z] Commit message: "Merge pull request #745 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/app-functions-sdk-go/v4-4.1.0-dev.35" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-10-08T10:11:30.816Z] provisioning config files... [2025-10-08T10:11:30.855Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/282@tmp/config6804605171372458887tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-10-08T10:11:31.655Z] ---> ****-login.sh [2025-10-08T10:11:31.655Z] nexus3.edgexfoundry.org:10001 [2025-10-08T10:11:31.947Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-10-08T10:11:32.229Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-10-08T10:11:32.229Z] Configure a credential helper to remove this warning. See [2025-10-08T10:11:32.230Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-10-08T10:11:32.230Z] [2025-10-08T10:11:32.230Z] Login Succeeded [2025-10-08T10:11:32.230Z] nexus3.edgexfoundry.org:10002 [2025-10-08T10:11:32.503Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-10-08T10:11:32.503Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-10-08T10:11:32.503Z] Configure a credential helper to remove this warning. See [2025-10-08T10:11:32.503Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-10-08T10:11:32.503Z] [2025-10-08T10:11:32.503Z] Login Succeeded [2025-10-08T10:11:32.503Z] nexus3.edgexfoundry.org:10003 [2025-10-08T10:11:32.782Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-10-08T10:11:33.056Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-10-08T10:11:33.056Z] Configure a credential helper to remove this warning. See [2025-10-08T10:11:33.056Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-10-08T10:11:33.056Z] [2025-10-08T10:11:33.056Z] Login Succeeded [2025-10-08T10:11:33.056Z] nexus3.edgexfoundry.org:10004 [2025-10-08T10:11:33.326Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-10-08T10:11:33.326Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-10-08T10:11:33.326Z] Configure a credential helper to remove this warning. See [2025-10-08T10:11:33.326Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-10-08T10:11:33.326Z] [2025-10-08T10:11:33.326Z] Login Succeeded [2025-10-08T10:11:33.326Z] ****.io [2025-10-08T10:11:33.594Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-10-08T10:11:33.864Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-10-08T10:11:33.864Z] Configure a credential helper to remove this warning. See [2025-10-08T10:11:33.865Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-10-08T10:11:33.865Z] [2025-10-08T10:11:33.865Z] Login Succeeded [2025-10-08T10:11:33.865Z] ---> ****-login.sh ends [Pipeline] } [2025-10-08T10:11:33.886Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2025-10-08T10:11:34.257Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-10-08T10:11:34.276Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-10-08T10:11:34.293Z] ========================================================= [2025-10-08T10:11:34.293Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine] [2025-10-08T10:11:34.293Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-08T10:11:34.694Z] + docker build -t ci-base-image-arm64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine --build-arg MAKE=echo noop --target=builder . [2025-10-08T10:11:34.694Z] Sending build context to Docker daemon 224.3kB [2025-10-08T10:11:34.967Z] Step 1/12 : ARG BASE=golang:1.23-alpine3.20 [2025-10-08T10:11:34.967Z] Step 2/12 : FROM ${BASE} AS builder [2025-10-08T10:11:35.239Z] 1.23-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2025-10-08T10:11:35.239Z] 94e9d8af2201: Pulling fs layer [2025-10-08T10:11:35.239Z] a6c56e8762df: Pulling fs layer [2025-10-08T10:11:35.239Z] f0f3c8884826: Pulling fs layer [2025-10-08T10:11:35.239Z] c7e7622c144d: Pulling fs layer [2025-10-08T10:11:35.239Z] 4f4fb700ef54: Pulling fs layer [2025-10-08T10:11:35.239Z] b4c3b6d88c5a: Pulling fs layer [2025-10-08T10:11:35.239Z] ba8bce9d2590: Pulling fs layer [2025-10-08T10:11:35.239Z] ca778ea9c289: Pulling fs layer [2025-10-08T10:11:35.239Z] c7e7622c144d: Waiting [2025-10-08T10:11:35.239Z] 4f4fb700ef54: Waiting [2025-10-08T10:11:35.239Z] b4c3b6d88c5a: Waiting [2025-10-08T10:11:35.239Z] ba8bce9d2590: Waiting [2025-10-08T10:11:35.239Z] ca778ea9c289: Waiting [2025-10-08T10:11:35.239Z] a6c56e8762df: Verifying Checksum [2025-10-08T10:11:35.239Z] a6c56e8762df: Download complete [2025-10-08T10:11:35.239Z] c7e7622c144d: Verifying Checksum [2025-10-08T10:11:35.239Z] c7e7622c144d: Download complete [2025-10-08T10:11:35.239Z] 4f4fb700ef54: Verifying Checksum [2025-10-08T10:11:35.239Z] 4f4fb700ef54: Download complete [2025-10-08T10:11:35.239Z] b4c3b6d88c5a: Verifying Checksum [2025-10-08T10:11:35.239Z] b4c3b6d88c5a: Download complete [2025-10-08T10:11:35.239Z] 94e9d8af2201: Verifying Checksum [2025-10-08T10:11:35.239Z] 94e9d8af2201: Download complete [2025-10-08T10:11:35.835Z] ca778ea9c289: Verifying Checksum [2025-10-08T10:11:35.835Z] ca778ea9c289: Download complete [2025-10-08T10:11:36.432Z] 94e9d8af2201: Pull complete [2025-10-08T10:11:37.024Z] a6c56e8762df: Pull complete [2025-10-08T10:11:37.625Z] f0f3c8884826: Verifying Checksum [2025-10-08T10:11:37.625Z] f0f3c8884826: Download complete [2025-10-08T10:11:38.602Z] ba8bce9d2590: Verifying Checksum [2025-10-08T10:11:38.602Z] ba8bce9d2590: Download complete [2025-10-08T10:11:52.046Z] Running on prd-centos7-docker-4c-2g-116218 in /w/workspace/ry_app-service-configurable_main [Pipeline] { [Pipeline] stage [Pipeline] { (Create Multi-Arch Images) [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-10-08T10:11:52.097Z] provisioning config files... [2025-10-08T10:11:52.121Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/ry_app-service-configurable_main@tmp/config11687115259865214908tmp [Pipeline] { [Pipeline] libraryResource [2025-10-08T10:11:53.632Z] f0f3c8884826: Pull complete [2025-10-08T10:11:53.632Z] c7e7622c144d: Pull complete [2025-10-08T10:11:53.632Z] 4f4fb700ef54: Pull complete [2025-10-08T10:11:53.632Z] b4c3b6d88c5a: Pull complete [Pipeline] sh [2025-10-08T10:11:56.521Z] ---> ****-login.sh [2025-10-08T10:11:56.521Z] nexus3.edgexfoundry.org:10001 [2025-10-08T10:11:56.789Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-10-08T10:11:56.789Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-10-08T10:11:56.789Z] Configure a credential helper to remove this warning. See [2025-10-08T10:11:56.789Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-10-08T10:11:56.789Z] [2025-10-08T10:11:56.789Z] Login Succeeded [2025-10-08T10:11:56.789Z] nexus3.edgexfoundry.org:10002 [2025-10-08T10:11:57.051Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-10-08T10:11:57.052Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-10-08T10:11:57.052Z] Configure a credential helper to remove this warning. See [2025-10-08T10:11:57.052Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-10-08T10:11:57.052Z] [2025-10-08T10:11:57.052Z] Login Succeeded [2025-10-08T10:11:57.052Z] nexus3.edgexfoundry.org:10003 [2025-10-08T10:11:57.052Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-10-08T10:11:57.052Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-10-08T10:11:57.052Z] Configure a credential helper to remove this warning. See [2025-10-08T10:11:57.052Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-10-08T10:11:57.052Z] [2025-10-08T10:11:57.052Z] Login Succeeded [2025-10-08T10:11:57.052Z] nexus3.edgexfoundry.org:10004 [2025-10-08T10:11:57.052Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-10-08T10:11:57.315Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-10-08T10:11:57.315Z] Configure a credential helper to remove this warning. See [2025-10-08T10:11:57.315Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-10-08T10:11:57.315Z] [2025-10-08T10:11:57.315Z] Login Succeeded [2025-10-08T10:11:57.315Z] ****.io [2025-10-08T10:11:57.315Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-10-08T10:11:57.315Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-10-08T10:11:57.315Z] Configure a credential helper to remove this warning. See [2025-10-08T10:11:57.315Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-10-08T10:11:57.315Z] [2025-10-08T10:11:57.315Z] Login Succeeded [2025-10-08T10:11:57.315Z] ---> ****-login.sh ends [Pipeline] } [2025-10-08T10:11:57.327Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-10-08T10:11:57.680Z] + docker buildx ls [2025-10-08T10:11:57.940Z] NAME/NODE DRIVER/ENDPOINT STATUS BUILDKIT PLATFORMS [2025-10-08T10:11:57.940Z] default * docker [2025-10-08T10:11:57.940Z] default default running 20.10.18 linux/amd64, linux/386 [Pipeline] sh [2025-10-08T10:11:58.235Z] + docker buildx create --name edgex-builder --platform linux/amd64,linux/arm64 --use [2025-10-08T10:11:58.235Z] edgex-builder [Pipeline] sh [2025-10-08T10:11:58.534Z] + docker buildx inspect --bootstrap [2025-10-08T10:11:58.534Z] #1 [internal] booting buildkit [2025-10-08T10:11:58.534Z] #1 pulling image moby/buildkit:buildx-stable-1 [2025-10-08T10:12:01.863Z] ba8bce9d2590: Pull complete [2025-10-08T10:12:01.905Z] #1 pulling image moby/buildkit:buildx-stable-1 3.4s done [2025-10-08T10:12:01.905Z] #1 creating container buildx_buildkit_edgex-builder0 [2025-10-08T10:12:02.831Z] ca778ea9c289: Pull complete [2025-10-08T10:12:02.831Z] Digest: sha256:c70c257f76c0e97c87bd0187f74242a809c0afac30c2d5f44320df1de5715b93 [2025-10-08T10:12:02.831Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine [2025-10-08T10:12:02.831Z] ---> 47b25d7523d1 [2025-10-08T10:12:02.831Z] Step 3/12 : ARG ALPINE_PKG_BASE="make git" [2025-10-08T10:12:04.788Z] ---> Running in 831c320eade9 [2025-10-08T10:12:05.201Z] #1 creating container buildx_buildkit_edgex-builder0 3.0s done [2025-10-08T10:12:05.202Z] #1 DONE 6.4s [2025-10-08T10:12:05.202Z] Name: edgex-builder [2025-10-08T10:12:05.202Z] Driver: docker-container [2025-10-08T10:12:05.202Z] [2025-10-08T10:12:05.202Z] Nodes: [2025-10-08T10:12:05.202Z] Name: edgex-builder0 [2025-10-08T10:12:05.202Z] Endpoint: unix:///var/run/docker.sock [2025-10-08T10:12:05.202Z] Status: running [2025-10-08T10:12:05.202Z] Buildkit: v0.24.0 [2025-10-08T10:12:05.202Z] Platforms: linux/amd64*, linux/arm64*, linux/amd64/v2, linux/amd64/v3, linux/386 [Pipeline] sh [2025-10-08T10:12:05.378Z] Removing intermediate container 831c320eade9 [2025-10-08T10:12:05.378Z] ---> aefbdf211853 [2025-10-08T10:12:05.378Z] Step 4/12 : ARG ALPINE_PKG_EXTRA="" [2025-10-08T10:12:05.378Z] ---> Running in ae68d62be953 [2025-10-08T10:12:05.508Z] + docker buildx ls [2025-10-08T10:12:05.508Z] NAME/NODE DRIVER/ENDPOINT STATUS BUILDKIT PLATFORMS [2025-10-08T10:12:05.508Z] edgex-builder * docker-container [2025-10-08T10:12:05.508Z] edgex-builder0 unix:///var/run/docker.sock running v0.24.0 linux/amd64*, linux/arm64*, linux/amd64/v2, linux/amd64/v3, linux/386 [2025-10-08T10:12:05.508Z] default docker [2025-10-08T10:12:05.508Z] default default running 20.10.18 linux/amd64, linux/386 [Pipeline] sh [2025-10-08T10:12:05.646Z] Removing intermediate container ae68d62be953 [2025-10-08T10:12:05.646Z] ---> efa341da542e [2025-10-08T10:12:05.646Z] Step 5/12 : ARG ADD_BUILD_TAGS="" [2025-10-08T10:12:05.646Z] ---> Running in c874a2176322 [2025-10-08T10:12:05.804Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/app-service-configurable:7a624719046a72e427bf3d08f27efb66898882ef' [2025-10-08T10:12:05.804Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/app-service-configurable:7a624719046a72e427bf3d08f27efb66898882ef --push - [2025-10-08T10:12:05.930Z] Removing intermediate container c874a2176322 [2025-10-08T10:12:05.930Z] ---> 44957ef39929 [2025-10-08T10:12:05.930Z] Step 6/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2025-10-08T10:12:06.063Z] #1 [internal] load build definition from Dockerfile [2025-10-08T10:12:06.063Z] #1 transferring dockerfile: 209B done [2025-10-08T10:12:06.063Z] #1 DONE 0.0s [2025-10-08T10:12:06.063Z] [2025-10-08T10:12:06.063Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/app-service-configurable:7a624719046a72e427bf3d08f27efb66898882ef [2025-10-08T10:12:06.063Z] #2 DONE 0.1s [2025-10-08T10:12:06.063Z] [2025-10-08T10:12:06.063Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/app-service-configurable:7a624719046a72e427bf3d08f27efb66898882ef [2025-10-08T10:12:06.063Z] #3 DONE 0.1s [2025-10-08T10:12:06.063Z] [2025-10-08T10:12:06.063Z] #4 [internal] load .dockerignore [2025-10-08T10:12:06.063Z] #4 transferring context: 2B done [2025-10-08T10:12:06.063Z] #4 DONE 0.0s [2025-10-08T10:12:06.063Z] [2025-10-08T10:12:06.063Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/app-service-configurable:7a624719046a72e427bf3d08f27efb66898882ef@sha256:7a6356cc6559afcd5544a1141649510b9325d6ac0b33f80e886f9271d3cf8a1a [2025-10-08T10:12:06.063Z] #5 resolve nexus3.edgexfoundry.org:10004/app-service-configurable:7a624719046a72e427bf3d08f27efb66898882ef@sha256:7a6356cc6559afcd5544a1141649510b9325d6ac0b33f80e886f9271d3cf8a1a 0.0s done [2025-10-08T10:12:06.063Z] #5 DONE 0.0s [2025-10-08T10:12:06.063Z] [2025-10-08T10:12:06.063Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/app-service-configurable:7a624719046a72e427bf3d08f27efb66898882ef@sha256:7a6356cc6559afcd5544a1141649510b9325d6ac0b33f80e886f9271d3cf8a1a [2025-10-08T10:12:06.063Z] #6 resolve nexus3.edgexfoundry.org:10004/app-service-configurable:7a624719046a72e427bf3d08f27efb66898882ef@sha256:7a6356cc6559afcd5544a1141649510b9325d6ac0b33f80e886f9271d3cf8a1a 0.0s done [2025-10-08T10:12:06.063Z] #6 DONE 0.1s [2025-10-08T10:12:06.199Z] ---> Running in cacaebe6a704 [2025-10-08T10:12:06.322Z] [2025-10-08T10:12:06.323Z] #7 [auth] app-service-configurable:pull,push token for nexus3.edgexfoundry.org:10004 [2025-10-08T10:12:06.323Z] #7 DONE 0.0s [2025-10-08T10:12:06.323Z] [2025-10-08T10:12:06.323Z] #8 exporting to image [2025-10-08T10:12:06.323Z] #8 exporting layers done [2025-10-08T10:12:06.323Z] #8 exporting manifest sha256:c41e2bdf68b927633e7b5c766626b7761136924db28e8b10985191b4f5708cff done [2025-10-08T10:12:06.323Z] #8 exporting config sha256:39f2aaa3e9133030425efea1e91d7db0450522afffaefefaf88f4baf2144f256 done [2025-10-08T10:12:06.323Z] #8 exporting manifest sha256:b04831349f19e0f133b3203d7c34d3684422b571775f04e9c132cff961bdd242 done [2025-10-08T10:12:06.323Z] #8 exporting config sha256:1dc4035fd7daee630e904023f4e928586f8a2f321fba067c87fe8c06b390ac3f done [2025-10-08T10:12:06.323Z] #8 exporting manifest list sha256:5826800c355dfb925af802a3e03acc50116a5740b06e3389d4135b6a54f92738 done [2025-10-08T10:12:06.323Z] #8 pushing layers 0.1s done [2025-10-08T10:12:06.323Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/app-service-configurable:7a624719046a72e427bf3d08f27efb66898882ef@sha256:5826800c355dfb925af802a3e03acc50116a5740b06e3389d4135b6a54f92738 [2025-10-08T10:12:06.323Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-10-08T10:12:06.323Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/app-service-configurable:7a624719046a72e427bf3d08f27efb66898882ef@sha256:5826800c355dfb925af802a3e03acc50116a5740b06e3389d4135b6a54f92738 0.1s done [2025-10-08T10:12:06.323Z] #8 DONE 0.2s [2025-10-08T10:12:06.323Z] [2025-10-08T10:12:06.323Z] 1 warning found (use --debug to expand): [2025-10-08T10:12:06.323Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-10-08T10:12:06.618Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/app-service-configurable:latest' [2025-10-08T10:12:06.618Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/app-service-configurable:latest --push - [2025-10-08T10:12:06.618Z] #1 [internal] load build definition from Dockerfile [2025-10-08T10:12:06.618Z] #1 transferring dockerfile: 175B done [2025-10-08T10:12:06.618Z] #1 DONE 0.0s [2025-10-08T10:12:06.618Z] [2025-10-08T10:12:06.618Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/app-service-configurable:latest [2025-10-08T10:12:06.618Z] #2 DONE 0.0s [2025-10-08T10:12:06.618Z] [2025-10-08T10:12:06.618Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/app-service-configurable:latest [2025-10-08T10:12:06.618Z] #3 DONE 0.0s [2025-10-08T10:12:06.618Z] [2025-10-08T10:12:06.618Z] #4 [internal] load .dockerignore [2025-10-08T10:12:06.618Z] #4 transferring context: 2B done [2025-10-08T10:12:06.618Z] #4 DONE 0.0s [2025-10-08T10:12:06.618Z] [2025-10-08T10:12:06.618Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/app-service-configurable:latest@sha256:7a6356cc6559afcd5544a1141649510b9325d6ac0b33f80e886f9271d3cf8a1a [2025-10-08T10:12:06.618Z] #5 resolve nexus3.edgexfoundry.org:10004/app-service-configurable:latest@sha256:7a6356cc6559afcd5544a1141649510b9325d6ac0b33f80e886f9271d3cf8a1a 0.0s done [2025-10-08T10:12:06.618Z] #5 DONE 0.0s [2025-10-08T10:12:06.618Z] [2025-10-08T10:12:06.618Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/app-service-configurable:latest@sha256:7a6356cc6559afcd5544a1141649510b9325d6ac0b33f80e886f9271d3cf8a1a [2025-10-08T10:12:06.878Z] #6 resolve nexus3.edgexfoundry.org:10004/app-service-configurable:latest@sha256:7a6356cc6559afcd5544a1141649510b9325d6ac0b33f80e886f9271d3cf8a1a 0.0s done [2025-10-08T10:12:06.878Z] #6 CACHED [2025-10-08T10:12:06.878Z] [2025-10-08T10:12:06.878Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/app-service-configurable:latest@sha256:7a6356cc6559afcd5544a1141649510b9325d6ac0b33f80e886f9271d3cf8a1a [2025-10-08T10:12:06.878Z] #5 CACHED [2025-10-08T10:12:06.878Z] [2025-10-08T10:12:06.878Z] #7 [auth] app-service-configurable:pull,push token for nexus3.edgexfoundry.org:10004 [2025-10-08T10:12:06.878Z] #7 DONE 0.0s [2025-10-08T10:12:06.878Z] [2025-10-08T10:12:06.878Z] #8 exporting to image [2025-10-08T10:12:06.878Z] #8 exporting layers done [2025-10-08T10:12:06.878Z] #8 exporting manifest sha256:c41e2bdf68b927633e7b5c766626b7761136924db28e8b10985191b4f5708cff done [2025-10-08T10:12:06.878Z] #8 exporting config sha256:39f2aaa3e9133030425efea1e91d7db0450522afffaefefaf88f4baf2144f256 done [2025-10-08T10:12:06.878Z] #8 exporting manifest sha256:b04831349f19e0f133b3203d7c34d3684422b571775f04e9c132cff961bdd242 done [2025-10-08T10:12:06.878Z] #8 exporting config sha256:1dc4035fd7daee630e904023f4e928586f8a2f321fba067c87fe8c06b390ac3f done [2025-10-08T10:12:06.878Z] #8 exporting manifest list sha256:5826800c355dfb925af802a3e03acc50116a5740b06e3389d4135b6a54f92738 done [2025-10-08T10:12:06.878Z] #8 pushing layers 0.0s done [2025-10-08T10:12:06.878Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/app-service-configurable:latest@sha256:5826800c355dfb925af802a3e03acc50116a5740b06e3389d4135b6a54f92738 0.1s done [2025-10-08T10:12:06.878Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-10-08T10:12:06.878Z] #8 DONE 0.1s [2025-10-08T10:12:06.878Z] [2025-10-08T10:12:06.878Z] 1 warning found (use --debug to expand): [2025-10-08T10:12:06.878Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-10-08T10:12:07.165Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-10-08T10:12:07.172Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/app-service-configurable:4.1.0-dev.9 --push - [2025-10-08T10:12:07.172Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/app-service-configurable:4.1.0-dev.9' [2025-10-08T10:12:07.172Z] #1 [internal] load build definition from Dockerfile [2025-10-08T10:12:07.172Z] #1 transferring dockerfile: 180B done [2025-10-08T10:12:07.172Z] #1 DONE 0.0s [2025-10-08T10:12:07.172Z] [2025-10-08T10:12:07.172Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/app-service-configurable:4.1.0-dev.9 [2025-10-08T10:12:07.172Z] #2 DONE 0.0s [2025-10-08T10:12:07.172Z] [2025-10-08T10:12:07.172Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/app-service-configurable:4.1.0-dev.9 [2025-10-08T10:12:07.172Z] #3 DONE 0.0s [2025-10-08T10:12:07.172Z] [2025-10-08T10:12:07.172Z] #4 [internal] load .dockerignore [2025-10-08T10:12:07.172Z] #4 transferring context: 2B done [2025-10-08T10:12:07.172Z] #4 DONE 0.0s [2025-10-08T10:12:07.172Z] [2025-10-08T10:12:07.172Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/app-service-configurable:4.1.0-dev.9@sha256:7a6356cc6559afcd5544a1141649510b9325d6ac0b33f80e886f9271d3cf8a1a [2025-10-08T10:12:07.172Z] #5 resolve nexus3.edgexfoundry.org:10004/app-service-configurable:4.1.0-dev.9@sha256:7a6356cc6559afcd5544a1141649510b9325d6ac0b33f80e886f9271d3cf8a1a 0.0s done [2025-10-08T10:12:07.172Z] #5 CACHED [2025-10-08T10:12:07.172Z] [2025-10-08T10:12:07.172Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/app-service-configurable:4.1.0-dev.9@sha256:7a6356cc6559afcd5544a1141649510b9325d6ac0b33f80e886f9271d3cf8a1a [2025-10-08T10:12:07.172Z] #6 resolve nexus3.edgexfoundry.org:10004/app-service-configurable:4.1.0-dev.9@sha256:7a6356cc6559afcd5544a1141649510b9325d6ac0b33f80e886f9271d3cf8a1a 0.0s done [2025-10-08T10:12:07.172Z] #6 DONE 0.0s [2025-10-08T10:12:07.435Z] [2025-10-08T10:12:07.435Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/app-service-configurable:4.1.0-dev.9@sha256:7a6356cc6559afcd5544a1141649510b9325d6ac0b33f80e886f9271d3cf8a1a [2025-10-08T10:12:07.435Z] #6 CACHED [2025-10-08T10:12:07.435Z] [2025-10-08T10:12:07.435Z] #7 [auth] app-service-configurable:pull,push token for nexus3.edgexfoundry.org:10004 [2025-10-08T10:12:07.435Z] #7 DONE 0.0s [2025-10-08T10:12:07.435Z] [2025-10-08T10:12:07.435Z] #8 exporting to image [2025-10-08T10:12:07.435Z] #8 exporting layers done [2025-10-08T10:12:07.435Z] #8 exporting manifest sha256:c41e2bdf68b927633e7b5c766626b7761136924db28e8b10985191b4f5708cff done [2025-10-08T10:12:07.435Z] #8 exporting config sha256:39f2aaa3e9133030425efea1e91d7db0450522afffaefefaf88f4baf2144f256 done [2025-10-08T10:12:07.435Z] #8 exporting manifest sha256:b04831349f19e0f133b3203d7c34d3684422b571775f04e9c132cff961bdd242 done [2025-10-08T10:12:07.435Z] #8 exporting config sha256:1dc4035fd7daee630e904023f4e928586f8a2f321fba067c87fe8c06b390ac3f done [2025-10-08T10:12:07.435Z] #8 exporting manifest list sha256:5826800c355dfb925af802a3e03acc50116a5740b06e3389d4135b6a54f92738 done [2025-10-08T10:12:07.435Z] #8 pushing layers 0.0s done [2025-10-08T10:12:07.435Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/app-service-configurable:4.1.0-dev.9@sha256:5826800c355dfb925af802a3e03acc50116a5740b06e3389d4135b6a54f92738 0.1s done [2025-10-08T10:12:07.435Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-10-08T10:12:07.435Z] #8 DONE 0.1s [2025-10-08T10:12:07.435Z] [2025-10-08T10:12:07.435Z] 1 warning found (use --debug to expand): [2025-10-08T10:12:07.435Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-10-08T10:12:07.742Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/app-service-configurable:7a624719046a72e427bf3d08f27efb66898882ef-4.1.0-dev.9 --push - [2025-10-08T10:12:07.742Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/app-service-configurable:7a624719046a72e427bf3d08f27efb66898882ef-4.1.0-dev.9' [2025-10-08T10:12:07.742Z] #1 [internal] load build definition from Dockerfile [2025-10-08T10:12:07.742Z] #1 transferring dockerfile: 221B done [2025-10-08T10:12:07.742Z] #1 DONE 0.0s [2025-10-08T10:12:07.742Z] [2025-10-08T10:12:07.742Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/app-service-configurable:7a624719046a72e427bf3d08f27efb66898882ef-4.1.0-dev.9 [2025-10-08T10:12:07.742Z] #2 DONE 0.0s [2025-10-08T10:12:07.742Z] [2025-10-08T10:12:07.742Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/app-service-configurable:7a624719046a72e427bf3d08f27efb66898882ef-4.1.0-dev.9 [2025-10-08T10:12:07.742Z] #3 DONE 0.0s [2025-10-08T10:12:07.742Z] [2025-10-08T10:12:07.742Z] #4 [internal] load .dockerignore [2025-10-08T10:12:07.742Z] #4 transferring context: 2B done [2025-10-08T10:12:07.742Z] #4 DONE 0.0s [2025-10-08T10:12:07.742Z] [2025-10-08T10:12:07.742Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/app-service-configurable:7a624719046a72e427bf3d08f27efb66898882ef-4.1.0-dev.9@sha256:7a6356cc6559afcd5544a1141649510b9325d6ac0b33f80e886f9271d3cf8a1a [2025-10-08T10:12:07.742Z] #5 resolve nexus3.edgexfoundry.org:10004/app-service-configurable:7a624719046a72e427bf3d08f27efb66898882ef-4.1.0-dev.9@sha256:7a6356cc6559afcd5544a1141649510b9325d6ac0b33f80e886f9271d3cf8a1a done [2025-10-08T10:12:07.742Z] #5 CACHED [2025-10-08T10:12:07.742Z] [2025-10-08T10:12:07.742Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/app-service-configurable:7a624719046a72e427bf3d08f27efb66898882ef-4.1.0-dev.9@sha256:7a6356cc6559afcd5544a1141649510b9325d6ac0b33f80e886f9271d3cf8a1a [2025-10-08T10:12:07.742Z] #6 resolve nexus3.edgexfoundry.org:10004/app-service-configurable:7a624719046a72e427bf3d08f27efb66898882ef-4.1.0-dev.9@sha256:7a6356cc6559afcd5544a1141649510b9325d6ac0b33f80e886f9271d3cf8a1a 0.0s done [2025-10-08T10:12:07.742Z] #6 CACHED [2025-10-08T10:12:07.742Z] [2025-10-08T10:12:07.742Z] #7 exporting to image [2025-10-08T10:12:07.742Z] #7 exporting layers done [2025-10-08T10:12:07.742Z] #7 exporting manifest sha256:c41e2bdf68b927633e7b5c766626b7761136924db28e8b10985191b4f5708cff done [2025-10-08T10:12:07.742Z] #7 exporting config sha256:39f2aaa3e9133030425efea1e91d7db0450522afffaefefaf88f4baf2144f256 done [2025-10-08T10:12:07.742Z] #7 exporting manifest sha256:b04831349f19e0f133b3203d7c34d3684422b571775f04e9c132cff961bdd242 done [2025-10-08T10:12:07.742Z] #7 exporting config sha256:1dc4035fd7daee630e904023f4e928586f8a2f321fba067c87fe8c06b390ac3f done [2025-10-08T10:12:07.742Z] #7 exporting manifest list sha256:5826800c355dfb925af802a3e03acc50116a5740b06e3389d4135b6a54f92738 done [2025-10-08T10:12:07.742Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-10-08T10:12:07.761Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-10-08T10:12:08.002Z] #7 pushing layers 0.0s done [2025-10-08T10:12:08.002Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/app-service-configurable:7a624719046a72e427bf3d08f27efb66898882ef-4.1.0-dev.9@sha256:5826800c355dfb925af802a3e03acc50116a5740b06e3389d4135b6a54f92738 0.1s done [2025-10-08T10:12:08.002Z] #7 DONE 0.1s [2025-10-08T10:12:08.002Z] [2025-10-08T10:12:08.002Z] #8 [auth] app-service-configurable:pull,push token for nexus3.edgexfoundry.org:10004 [2025-10-08T10:12:08.002Z] #8 DONE 0.0s [2025-10-08T10:12:08.002Z] [2025-10-08T10:12:08.002Z] 1 warning found (use --debug to expand): [2025-10-08T10:12:08.002Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-10-08T10:12:08.300Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/app-service-configurable:main' [2025-10-08T10:12:08.300Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/app-service-configurable:main --push - [2025-10-08T10:12:08.300Z] #1 [internal] load build definition from Dockerfile [2025-10-08T10:12:08.300Z] #1 transferring dockerfile: 173B done [2025-10-08T10:12:08.300Z] #1 DONE 0.0s [2025-10-08T10:12:08.300Z] [2025-10-08T10:12:08.300Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/app-service-configurable:main [2025-10-08T10:12:08.300Z] #2 DONE 0.0s [2025-10-08T10:12:08.300Z] [2025-10-08T10:12:08.300Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/app-service-configurable:main [2025-10-08T10:12:08.300Z] #3 DONE 0.0s [2025-10-08T10:12:08.300Z] [2025-10-08T10:12:08.300Z] #4 [internal] load .dockerignore [2025-10-08T10:12:08.300Z] #4 transferring context: 2B done [2025-10-08T10:12:08.300Z] #4 DONE 0.0s [2025-10-08T10:12:08.300Z] [2025-10-08T10:12:08.300Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/app-service-configurable:main@sha256:7a6356cc6559afcd5544a1141649510b9325d6ac0b33f80e886f9271d3cf8a1a [2025-10-08T10:12:08.300Z] #5 resolve nexus3.edgexfoundry.org:10004/app-service-configurable:main@sha256:7a6356cc6559afcd5544a1141649510b9325d6ac0b33f80e886f9271d3cf8a1a 0.0s done [2025-10-08T10:12:08.300Z] #5 CACHED [2025-10-08T10:12:08.300Z] [2025-10-08T10:12:08.300Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/app-service-configurable:main@sha256:7a6356cc6559afcd5544a1141649510b9325d6ac0b33f80e886f9271d3cf8a1a [2025-10-08T10:12:08.560Z] #6 resolve nexus3.edgexfoundry.org:10004/app-service-configurable:main@sha256:7a6356cc6559afcd5544a1141649510b9325d6ac0b33f80e886f9271d3cf8a1a 0.0s done [2025-10-08T10:12:08.560Z] #6 CACHED [2025-10-08T10:12:08.560Z] [2025-10-08T10:12:08.560Z] #7 [auth] app-service-configurable:pull,push token for nexus3.edgexfoundry.org:10004 [2025-10-08T10:12:08.560Z] #7 DONE 0.0s [2025-10-08T10:12:08.560Z] [2025-10-08T10:12:08.560Z] #8 exporting to image [2025-10-08T10:12:08.560Z] #8 exporting layers done [2025-10-08T10:12:08.560Z] #8 exporting manifest sha256:c41e2bdf68b927633e7b5c766626b7761136924db28e8b10985191b4f5708cff done [2025-10-08T10:12:08.560Z] #8 exporting config sha256:39f2aaa3e9133030425efea1e91d7db0450522afffaefefaf88f4baf2144f256 done [2025-10-08T10:12:08.560Z] #8 exporting manifest sha256:b04831349f19e0f133b3203d7c34d3684422b571775f04e9c132cff961bdd242 done [2025-10-08T10:12:08.560Z] #8 exporting config sha256:1dc4035fd7daee630e904023f4e928586f8a2f321fba067c87fe8c06b390ac3f done [2025-10-08T10:12:08.560Z] #8 exporting manifest list sha256:5826800c355dfb925af802a3e03acc50116a5740b06e3389d4135b6a54f92738 done [2025-10-08T10:12:08.560Z] #8 pushing layers 0.0s done [2025-10-08T10:12:08.560Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/app-service-configurable:main@sha256:5826800c355dfb925af802a3e03acc50116a5740b06e3389d4135b6a54f92738 0.1s done [2025-10-08T10:12:08.560Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-10-08T10:12:08.560Z] #8 DONE 0.1s [2025-10-08T10:12:08.560Z] [2025-10-08T10:12:08.560Z] 1 warning found (use --debug to expand): [2025-10-08T10:12:08.560Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh [2025-10-08T10:12:08.937Z] + '[' -d /w/workspace/ry_app-service-configurable_main/archives ']' [Pipeline] libraryResource [Pipeline] sh [2025-10-08T10:12:09.173Z] OK: 239 MiB in 58 packages [2025-10-08T10:12:09.236Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2025-10-08T10:12:09.794Z] ---> package-listing.sh [2025-10-08T10:12:09.794Z] ++ tr '[:upper:]' '[:lower:]' [2025-10-08T10:12:09.794Z] ++ facter osfamily [2025-10-08T10:12:10.053Z] + OS_FAMILY=redhat [2025-10-08T10:12:10.053Z] + workspace=/w/workspace/ry_app-service-configurable_main [2025-10-08T10:12:10.053Z] + START_PACKAGES=/tmp/packages_start.txt [2025-10-08T10:12:10.053Z] + END_PACKAGES=/tmp/packages_end.txt [2025-10-08T10:12:10.053Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2025-10-08T10:12:10.053Z] + PACKAGES=/tmp/packages_start.txt [2025-10-08T10:12:10.053Z] + '[' /w/workspace/ry_app-service-configurable_main ']' [2025-10-08T10:12:10.053Z] + PACKAGES=/tmp/packages_end.txt [2025-10-08T10:12:10.053Z] + case "${OS_FAMILY}" in [2025-10-08T10:12:10.053Z] + rpm -qa [2025-10-08T10:12:10.053Z] + sort [2025-10-08T10:12:10.620Z] + '[' -f /tmp/packages_start.txt ']' [2025-10-08T10:12:10.620Z] + '[' -f /tmp/packages_end.txt ']' [2025-10-08T10:12:10.620Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2025-10-08T10:12:10.620Z] + '[' /w/workspace/ry_app-service-configurable_main ']' [2025-10-08T10:12:10.620Z] + mkdir -p /w/workspace/ry_app-service-configurable_main/archives/ [2025-10-08T10:12:10.620Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/ry_app-service-configurable_main/archives/ [Pipeline] echo [2025-10-08T10:12:10.634Z] 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/ry_app-service-configurable_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2025-10-08T10:12:10.916Z] + facter operatingsystem [2025-10-08T10:12:11.149Z] Removing intermediate container cacaebe6a704 [2025-10-08T10:12:11.149Z] ---> d816efe4dc97 [2025-10-08T10:12:11.149Z] Step 7/12 : WORKDIR /app [2025-10-08T10:12:11.149Z] ---> Running in ae9aff9266c9 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-08T10:12:11.423Z] Removing intermediate container ae9aff9266c9 [2025-10-08T10:12:11.423Z] ---> 018bc61a1380 [2025-10-08T10:12:11.423Z] Step 8/12 : COPY go.mod vendor* ./ [2025-10-08T10:12:11.488Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-10-08T10:12:11.488Z] [2025-10-08T10:12:11.488Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-08T10:12:11.799Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-10-08T10:12:11.799Z] latest: Pulling from edgex-lftools-log-publisher [2025-10-08T10:12:11.799Z] 5eb5b503b376: Pulling fs layer [2025-10-08T10:12:11.799Z] 5c69ac0246d0: Pulling fs layer [2025-10-08T10:12:11.799Z] ec43610c2a17: Pulling fs layer [2025-10-08T10:12:11.799Z] 3a2ae6a8a46f: Pulling fs layer [2025-10-08T10:12:11.799Z] 33b1e0a273af: Pulling fs layer [2025-10-08T10:12:11.799Z] 5d3b04190fa2: Pulling fs layer [2025-10-08T10:12:11.799Z] 2f39f015ded8: Pulling fs layer [2025-10-08T10:12:11.799Z] 3a2ae6a8a46f: Waiting [2025-10-08T10:12:11.799Z] 33b1e0a273af: Waiting [2025-10-08T10:12:11.799Z] 5d3b04190fa2: Waiting [2025-10-08T10:12:11.799Z] 2f39f015ded8: Waiting [2025-10-08T10:12:11.799Z] 5c69ac0246d0: Verifying Checksum [2025-10-08T10:12:11.799Z] 5c69ac0246d0: Download complete [2025-10-08T10:12:11.799Z] 3a2ae6a8a46f: Verifying Checksum [2025-10-08T10:12:11.799Z] 3a2ae6a8a46f: Download complete [2025-10-08T10:12:11.799Z] ec43610c2a17: Verifying Checksum [2025-10-08T10:12:11.799Z] ec43610c2a17: Download complete [2025-10-08T10:12:11.799Z] 33b1e0a273af: Verifying Checksum [2025-10-08T10:12:11.799Z] 33b1e0a273af: Download complete [2025-10-08T10:12:11.799Z] 5d3b04190fa2: Verifying Checksum [2025-10-08T10:12:11.799Z] 5d3b04190fa2: Download complete [2025-10-08T10:12:12.023Z] ---> a557b3610986 [2025-10-08T10:12:12.023Z] Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-10-08T10:12:12.023Z] ---> Running in e0d3223bc9d6 [2025-10-08T10:12:12.059Z] 5eb5b503b376: Verifying Checksum [2025-10-08T10:12:12.059Z] 5eb5b503b376: Download complete [2025-10-08T10:12:12.667Z] 2f39f015ded8: Verifying Checksum [2025-10-08T10:12:12.667Z] 2f39f015ded8: Download complete [2025-10-08T10:12:13.626Z] 5eb5b503b376: Pull complete [2025-10-08T10:12:13.626Z] 5c69ac0246d0: Pull complete [2025-10-08T10:12:14.212Z] ec43610c2a17: Pull complete [2025-10-08T10:12:14.212Z] 3a2ae6a8a46f: Pull complete [2025-10-08T10:12:14.477Z] 33b1e0a273af: Pull complete [2025-10-08T10:12:14.477Z] 5d3b04190fa2: Pull complete [2025-10-08T10:12:18.689Z] 2f39f015ded8: Pull complete [2025-10-08T10:12:18.689Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2025-10-08T10:12:18.689Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-10-08T10:12:18.689Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-10-08T10:12:18.867Z] prd-centos7-docker-4c-2g-116218 does not seem to be running inside a container [2025-10-08T10:12:18.907Z] $ 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/ry_app-service-configurable_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/ry_app-service-configurable_main -v /w/workspace/ry_app-service-configurable_main:/w/workspace/ry_app-service-configurable_main:rw,z -v /w/workspace/ry_app-service-configurable_main@tmp:/w/workspace/ry_app-service-configurable_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2025-10-08T10:12:24.837Z] $ docker top aa0f20daeb17b2b34877ac51067e7858bae7528866b4b7bf551d25407ea0c6c6 -eo pid,comm [Pipeline] { [Pipeline] sh [2025-10-08T10:12:25.256Z] + touch /tmp/pre-build-complete [Pipeline] sh [2025-10-08T10:12:25.549Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2025-10-08T10:12:25.836Z] + ls /var/log/sa-host [2025-10-08T10:12:25.836Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-10-08T10:12:25.954Z] provisioning config files... [2025-10-08T10:12:25.963Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/ry_app-service-configurable_main@tmp/config10431026531529896020tmp [Pipeline] { [Pipeline] echo [2025-10-08T10:12:25.986Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2025-10-08T10:12:26.279Z] ---> create-netrc.sh [Pipeline] } [2025-10-08T10:12:26.286Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2025-10-08T10:12:26.633Z] ---> python-tools-install.sh [Pipeline] echo [2025-10-08T10:12:26.649Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2025-10-08T10:12:26.948Z] ---> sudo-logs.sh [2025-10-08T10:12:26.948Z] Archiving 'sudo' log.. [2025-10-08T10:12:26.948Z] sudo: unable to resolve host prd-centos7-docker-4c-2g-116218.novalocal: Name or service not known [2025-10-08T10:12:26.948Z] sudo: unable to resolve host prd-centos7-docker-4c-2g-116218.novalocal: Name or service not known [Pipeline] unstash [Pipeline] echo [2025-10-08T10:12:26.979Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2025-10-08T10:12:27.280Z] ---> job-cost.sh [2025-10-08T10:12:27.280Z] lf-activate-venv: SKIPPING [2025-10-08T10:12:27.281Z] INFO: No Stack... [2025-10-08T10:12:27.538Z] INFO: Retrieving Pricing Info for: v3-standard-2 [2025-10-08T10:12:28.105Z] INFO: Archiving Costs [Pipeline] echo [2025-10-08T10:12:28.120Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2025-10-08T10:12:28.414Z] ---> logs-deploy.sh [2025-10-08T10:12:28.414Z] lf-activate-venv: SKIPPING [2025-10-08T10:12:28.414Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-service-configurable/main/282 [2025-10-08T10:12:28.414Z] INFO: archiving workspace using pattern(s): [2025-10-08T10:12:29.352Z] Archives upload complete. [2025-10-08T10:12:29.352Z] INFO: archiving logs to Nexus [2025-10-08T10:12:30.296Z] ---> uname -a: [2025-10-08T10:12:30.296Z] Linux prd-centos7-docker-4c-2g-116218.novalocal 3.10.0-1160.76.1.el7.x86_64 #1 SMP Wed Aug 10 16:21:17 UTC 2022 x86_64 GNU/Linux [2025-10-08T10:12:30.296Z] [2025-10-08T10:12:30.296Z] [2025-10-08T10:12:30.296Z] ---> lscpu: [2025-10-08T10:12:30.296Z] Architecture: x86_64 [2025-10-08T10:12:30.296Z] CPU op-mode(s): 32-bit, 64-bit [2025-10-08T10:12:30.296Z] Byte Order: Little Endian [2025-10-08T10:12:30.296Z] Address sizes: 40 bits physical, 48 bits virtual [2025-10-08T10:12:30.296Z] CPU(s): 2 [2025-10-08T10:12:30.296Z] On-line CPU(s) list: 0,1 [2025-10-08T10:12:30.296Z] Thread(s) per core: 1 [2025-10-08T10:12:30.296Z] Core(s) per socket: 1 [2025-10-08T10:12:30.296Z] Socket(s): 2 [2025-10-08T10:12:30.296Z] NUMA node(s): 1 [2025-10-08T10:12:30.296Z] Vendor ID: AuthenticAMD [2025-10-08T10:12:30.296Z] CPU family: 23 [2025-10-08T10:12:30.296Z] Model: 49 [2025-10-08T10:12:30.296Z] Model name: AMD EPYC-Rome Processor [2025-10-08T10:12:30.296Z] Stepping: 0 [2025-10-08T10:12:30.296Z] CPU MHz: 2800.000 [2025-10-08T10:12:30.296Z] BogoMIPS: 5600.00 [2025-10-08T10:12:30.296Z] Virtualization: AMD-V [2025-10-08T10:12:30.296Z] Hypervisor vendor: KVM [2025-10-08T10:12:30.296Z] Virtualization type: full [2025-10-08T10:12:30.296Z] L1d cache: 64 KiB [2025-10-08T10:12:30.296Z] L1i cache: 64 KiB [2025-10-08T10:12:30.296Z] L2 cache: 1 MiB [2025-10-08T10:12:30.296Z] L3 cache: 32 MiB [2025-10-08T10:12:30.296Z] NUMA node0 CPU(s): 0,1 [2025-10-08T10:12:30.296Z] Vulnerability Itlb multihit: Not affected [2025-10-08T10:12:30.296Z] Vulnerability L1tf: Not affected [2025-10-08T10:12:30.296Z] Vulnerability Mds: Not affected [2025-10-08T10:12:30.296Z] Vulnerability Meltdown: Not affected [2025-10-08T10:12:30.296Z] Vulnerability Mmio stale data: Not affected [2025-10-08T10:12:30.296Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2025-10-08T10:12:30.296Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2025-10-08T10:12:30.296Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2025-10-08T10:12:30.296Z] Vulnerability Srbds: Not affected [2025-10-08T10:12:30.296Z] Vulnerability Tsx async abort: Not affected [2025-10-08T10:12:30.296Z] 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 art rep_good nopl extd_apicid eagerfpu 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 retpoline_amd ssbd ibrs ibpb stibp vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 clzero xsaveerptr arat npt nrip_save umip spec_ctrl intel_stibp arch_capabilities [2025-10-08T10:12:30.296Z] [2025-10-08T10:12:30.296Z] [2025-10-08T10:12:30.296Z] ---> nproc: [2025-10-08T10:12:30.296Z] 2 [2025-10-08T10:12:30.296Z] [2025-10-08T10:12:30.296Z] [2025-10-08T10:12:30.296Z] ---> df -h: [2025-10-08T10:12:30.296Z] Filesystem Size Used Avail Use% Mounted on [2025-10-08T10:12:30.296Z] overlay 40G 7.3G 33G 19% / [2025-10-08T10:12:30.296Z] tmpfs 64M 0 64M 0% /dev [2025-10-08T10:12:30.296Z] tmpfs 3.9G 0 3.9G 0% /sys/fs/cgroup [2025-10-08T10:12:30.296Z] shm 64M 0 64M 0% /dev/shm [2025-10-08T10:12:30.296Z] /dev/vda1 40G 7.3G 33G 19% /facter-os [2025-10-08T10:12:30.296Z] [2025-10-08T10:12:30.296Z] [2025-10-08T10:12:30.296Z] Cannot open /var/log/sysstat/sa08: No such file or directory [2025-10-08T10:12:30.296Z] Please check if data collecting is enabled [2025-10-08T10:12:30.296Z] subprocess.CalledProcessError: Command '['sar', '-b', '-r', '-n', 'DEV']' returned non-zero exit status 2. [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-10-08T10:12:30.335Z] [edgeXInfraPublish] An error occurred while publishing logs: script returned exit code 1 [Pipeline] } [2025-10-08T10:12:30.339Z] $ docker stop --time=1 aa0f20daeb17b2b34877ac51067e7858bae7528866b4b7bf551d25407ea0c6c6 [2025-10-08T10:12:31.475Z] $ docker rm -f --volumes aa0f20daeb17b2b34877ac51067e7858bae7528866b4b7bf551d25407ea0c6c6 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] cleanWs [2025-10-08T10:12:31.577Z] [WS-CLEANUP] Deleting project workspace... [2025-10-08T10:12:31.577Z] [WS-CLEANUP] Deferred wipeout is used... [2025-10-08T10:12:31.596Z] [WS-CLEANUP] done [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // script [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 [2025-10-08T10:12:32.106Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-10-08T10:12:32.106Z] [2025-10-08T10:12:32.106Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-08T10:12:32.417Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-10-08T10:12:32.417Z] latest: Pulling from edgex-lftools-log-publisher [2025-10-08T10:12:32.417Z] 5eb5b503b376: Pulling fs layer [2025-10-08T10:12:32.417Z] 5c69ac0246d0: Pulling fs layer [2025-10-08T10:12:32.417Z] ec43610c2a17: Pulling fs layer [2025-10-08T10:12:32.417Z] 3a2ae6a8a46f: Pulling fs layer [2025-10-08T10:12:32.417Z] 33b1e0a273af: Pulling fs layer [2025-10-08T10:12:32.417Z] 5d3b04190fa2: Pulling fs layer [2025-10-08T10:12:32.417Z] 2f39f015ded8: Pulling fs layer [2025-10-08T10:12:32.417Z] 3a2ae6a8a46f: Waiting [2025-10-08T10:12:32.417Z] 33b1e0a273af: Waiting [2025-10-08T10:12:32.417Z] 5d3b04190fa2: Waiting [2025-10-08T10:12:32.417Z] 2f39f015ded8: Waiting [2025-10-08T10:12:32.417Z] 5c69ac0246d0: Verifying Checksum [2025-10-08T10:12:32.417Z] 5c69ac0246d0: Download complete [2025-10-08T10:12:32.417Z] 3a2ae6a8a46f: Verifying Checksum [2025-10-08T10:12:32.417Z] 3a2ae6a8a46f: Download complete [2025-10-08T10:12:32.417Z] 33b1e0a273af: Download complete [2025-10-08T10:12:32.679Z] ec43610c2a17: Verifying Checksum [2025-10-08T10:12:32.679Z] ec43610c2a17: Download complete [2025-10-08T10:12:32.679Z] 5d3b04190fa2: Verifying Checksum [2025-10-08T10:12:32.679Z] 5d3b04190fa2: Download complete [2025-10-08T10:12:32.679Z] 5eb5b503b376: Download complete [2025-10-08T10:12:33.250Z] 2f39f015ded8: Verifying Checksum [2025-10-08T10:12:33.250Z] 2f39f015ded8: Download complete [2025-10-08T10:12:34.188Z] 5eb5b503b376: Pull complete [2025-10-08T10:12:34.447Z] 5c69ac0246d0: Pull complete [2025-10-08T10:12:34.705Z] ec43610c2a17: Pull complete [2025-10-08T10:12:34.705Z] 3a2ae6a8a46f: Pull complete [2025-10-08T10:12:34.965Z] 33b1e0a273af: Pull complete [2025-10-08T10:12:34.965Z] 5d3b04190fa2: Pull complete [2025-10-08T10:12:40.244Z] 2f39f015ded8: Pull complete [2025-10-08T10:12:40.244Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2025-10-08T10:12:40.244Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-10-08T10:12:40.244Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-10-08T10:12:40.348Z] prd-ubuntu20.04-docker-8c-8g-116157 does not seem to be running inside a container [2025-10-08T10:12:40.375Z] $ 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/ry_app-service-configurable_main -v /w/workspace/ry_app-service-configurable_main:/w/workspace/ry_app-service-configurable_main:rw,z -v /w/workspace/ry_app-service-configurable_main@tmp:/w/workspace/ry_app-service-configurable_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2025-10-08T10:12:41.711Z] $ docker top d24607c2599ecd9abc4a2d1c143b413ceaa66db5ee5681d37294206568d679fd -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-10-08T10:12:42.103Z] ---> job-cost.sh [2025-10-08T10:12:42.103Z] lf-activate-venv: SKIPPING [2025-10-08T10:12:42.103Z] INFO: No Stack... [2025-10-08T10:12:42.363Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2025-10-08T10:12:42.623Z] INFO: Archiving Costs [Pipeline] sh [2025-10-08T10:12:42.917Z] + cat /w/workspace/ry_app-service-configurable_main/archives/cost.csv [2025-10-08T10:12:42.917Z] + cut -d, -f6 [Pipeline] lock [2025-10-08T10:12:42.931Z] Trying to acquire lock on [Resource: jenkins-edgexfoundry-app-service-configurable-main-282-stack-cost] [2025-10-08T10:12:42.940Z] Resource [jenkins-edgexfoundry-app-service-configurable-main-282-stack-cost] did not exist. Created. [2025-10-08T10:12:42.947Z] Lock acquired on [Resource: jenkins-edgexfoundry-app-service-configurable-main-282-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2025-10-08T10:12:43.262Z] + echo total: 0.2199999988079071 [Pipeline] stash [2025-10-08T10:12:43.302Z] Stashed 1 file(s) [Pipeline] } [2025-10-08T10:12:43.312Z] Lock released on resource [Resource: jenkins-edgexfoundry-app-service-configurable-main-282-stack-cost] [Pipeline] // lock [Pipeline] } [2025-10-08T10:12:43.341Z] $ docker stop --time=1 d24607c2599ecd9abc4a2d1c143b413ceaa66db5ee5681d37294206568d679fd [2025-10-08T10:12:44.476Z] $ docker rm -f --volumes d24607c2599ecd9abc4a2d1c143b413ceaa66db5ee5681d37294206568d679fd [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2025-10-08T10:14:04.561Z] Removing intermediate container e0d3223bc9d6 [2025-10-08T10:14:04.561Z] ---> 3917de4db343 [2025-10-08T10:14:04.561Z] Step 10/12 : COPY . . [2025-10-08T10:14:04.561Z] ---> c73f1f0b148c [2025-10-08T10:14:04.561Z] Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2025-10-08T10:14:04.561Z] ---> Running in 7687c832e074 [2025-10-08T10:14:04.561Z] Removing intermediate container 7687c832e074 [2025-10-08T10:14:04.561Z] ---> c5fc06860ff3 [2025-10-08T10:14:04.561Z] Step 12/12 : RUN $MAKE [2025-10-08T10:14:04.561Z] ---> Running in 3f41146b665e [2025-10-08T10:14:04.561Z] noop [2025-10-08T10:14:04.561Z] Removing intermediate container 3f41146b665e [2025-10-08T10:14:04.561Z] ---> a6238a3b1bbe [2025-10-08T10:14:04.561Z] Successfully built a6238a3b1bbe [2025-10-08T10:14:04.561Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-08T10:14:04.940Z] + docker inspect -f . ci-base-image-arm64 [2025-10-08T10:14:04.940Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-10-08T10:14:05.201Z] prd-ubuntu20.04-docker-arm64-4c-16g-116201 does not seem to be running inside a container [2025-10-08T10:14:05.296Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/282 -v /w/workspace/app-service-configurable/282:/w/workspace/app-service-configurable/282:rw,z -v /w/workspace/app-service-configurable/282@tmp:/w/workspace/app-service-configurable/282@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2025-10-08T10:14:06.584Z] $ docker top ba97445d94de3b20be6eb72219e47ec60b04947fb1a75cb938a759ef39f01188 -eo pid,comm [Pipeline] { [Pipeline] sh [2025-10-08T10:14:07.454Z] + go version [2025-10-08T10:14:07.454Z] go version go1.23.9 linux/arm64 [Pipeline] } [2025-10-08T10:14:07.472Z] $ docker stop --time=1 ba97445d94de3b20be6eb72219e47ec60b04947fb1a75cb938a759ef39f01188 [2025-10-08T10:14:09.098Z] $ docker rm -f --volumes ba97445d94de3b20be6eb72219e47ec60b04947fb1a75cb938a759ef39f01188 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-08T10:14:09.741Z] + docker inspect -f . ci-base-image-arm64 [2025-10-08T10:14:09.742Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-10-08T10:14:09.967Z] prd-ubuntu20.04-docker-arm64-4c-16g-116201 does not seem to be running inside a container [2025-10-08T10:14:10.045Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/app-service-configurable/282 -v /w/workspace/app-service-configurable/282:/w/workspace/app-service-configurable/282:rw,z -v /w/workspace/app-service-configurable/282@tmp:/w/workspace/app-service-configurable/282@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2025-10-08T10:14:11.319Z] $ docker top 1a1e01ee11de3d03e7020efd215af696891ac142bae1ce4f715d8bceecccd8e1 -eo pid,comm [Pipeline] { [Pipeline] sh [2025-10-08T10:14:12.188Z] + git config --global --add safe.directory /w/workspace/app-service-configurable/282 [Pipeline] fileExists [Pipeline] sh [2025-10-08T10:14:12.858Z] + make test [2025-10-08T10:14:12.858Z] go test -race -coverprofile=coverage.out ./... [2025-10-08T10:19:19.808Z] github.com/edgexfoundry/app-service-configurable coverage: 0.0% of statements [2025-10-08T10:19:19.808Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2025-10-08T10:19:19.808Z] go vet ./... [2025-10-08T10:23:41.713Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2025-10-08T10:23:41.713Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2025-10-08T10:23:41.713Z] ./bin/test-attribution-txt.sh [2025-10-08T10:23:41.713Z] An attribution for github.com/emirpasic/gods is missing from Attribution.txt, please add [2025-10-08T10:23:41.713Z] An attribution for github.com/openziti/channel/v4 is missing from Attribution.txt, please add [2025-10-08T10:23:41.713Z] An attribution for github.com/zitadel/logging is missing from Attribution.txt, please add [2025-10-08T10:23:41.713Z] An attribution for github.com/zitadel/oidc/v3 is missing from Attribution.txt, please add [2025-10-08T10:23:41.713Z] An attribution for github.com/zitadel/schema is missing from Attribution.txt, please add [2025-10-08T10:23:41.713Z] An attribution for go.opentelemetry.io/auto/sdk is missing from Attribution.txt, please add [Pipeline] echo [2025-10-08T10:23:41.737Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] } [2025-10-08T10:23:41.756Z] $ docker stop --time=1 1a1e01ee11de3d03e7020efd215af696891ac142bae1ce4f715d8bceecccd8e1 [2025-10-08T10:23:43.752Z] $ docker rm -f --volumes 1a1e01ee11de3d03e7020efd215af696891ac142bae1ce4f715d8bceecccd8e1 [Pipeline] // withDockerContainer [Pipeline] sh [2025-10-08T10:23:46.522Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2025-10-08T10:23:46.549Z] Warning: overwriting stash ‘coverage-report’ [2025-10-08T10:23:47.142Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2025-10-08T10:23:47.586Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2025-10-08T10:23:47.941Z] + ls -al . [2025-10-08T10:23:47.941Z] total 244 [2025-10-08T10:23:47.941Z] drwxrwxr-x 6 jenkins jenkins 4096 Oct 8 10:14 . [2025-10-08T10:23:47.941Z] drwxrwxr-x 4 jenkins jenkins 4096 Oct 8 10:11 .. [2025-10-08T10:23:47.941Z] -rw-rw-r-- 1 jenkins jenkins 119 Oct 8 10:11 .dockerignore [2025-10-08T10:23:47.941Z] drwxrwxr-x 8 jenkins jenkins 4096 Oct 8 10:11 .git [2025-10-08T10:23:47.941Z] drwxrwxr-x 3 jenkins jenkins 4096 Oct 8 10:11 .github [2025-10-08T10:23:47.941Z] -rw-rw-r-- 1 jenkins jenkins 108 Oct 8 10:11 .gitignore [2025-10-08T10:23:47.941Z] -rw-rw-r-- 1 jenkins jenkins 41 Oct 8 10:11 .golangci.yml [2025-10-08T10:23:47.941Z] -rw-rw-r-- 1 jenkins jenkins 16550 Oct 8 10:11 Attribution.txt [2025-10-08T10:23:47.941Z] -rw-rw-r-- 1 jenkins jenkins 39309 Oct 8 10:11 CHANGELOG.md [2025-10-08T10:23:47.941Z] -rw-rw-r-- 1 jenkins jenkins 2008 Oct 8 10:11 Dockerfile [2025-10-08T10:23:47.941Z] -rw-rw-r-- 1 jenkins jenkins 677 Oct 8 10:11 GOVERNANCE.md [2025-10-08T10:23:47.941Z] -rw-rw-r-- 1 jenkins jenkins 666 Oct 8 10:11 Jenkinsfile [2025-10-08T10:23:47.941Z] -rw-rw-r-- 1 jenkins jenkins 10174 Oct 8 10:11 LICENSE [2025-10-08T10:23:47.941Z] -rw-rw-r-- 1 jenkins jenkins 618 Oct 8 10:11 OWNERS.md [2025-10-08T10:23:47.941Z] -rw-rw-r-- 1 jenkins jenkins 4952 Oct 8 10:11 README.md [2025-10-08T10:23:47.941Z] -rw-rw-r-- 1 jenkins jenkins 11 Oct 8 10:07 VERSION [2025-10-08T10:23:47.941Z] drwxrwxr-x 2 jenkins jenkins 4096 Oct 8 10:11 bin [2025-10-08T10:23:47.941Z] -rw-r--r-- 1 jenkins jenkins 953 Oct 8 10:19 coverage.out [2025-10-08T10:23:47.941Z] -rw-rw-r-- 1 jenkins jenkins 6578 Oct 8 10:11 go.mod [2025-10-08T10:23:47.941Z] -rw-rw-r-- 1 jenkins jenkins 88387 Oct 8 10:11 go.sum [2025-10-08T10:23:47.941Z] -rw-rw-r-- 1 jenkins jenkins 1937 Oct 8 10:11 main.go [2025-10-08T10:23:47.941Z] -rw-rw-r-- 1 jenkins jenkins 3362 Oct 8 10:11 makefile [2025-10-08T10:23:47.941Z] drwxrwxr-x 9 jenkins jenkins 4096 Oct 8 10:11 res [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-08T10:23:48.332Z] + docker build -t app-service-configurable-arm64 -f Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=7a624719046a72e427bf3d08f27efb66898882ef --label arch=arm64 --label version=4.1.0-dev.9 . [2025-10-08T10:23:48.332Z] Sending build context to Docker daemon 225.8kB [2025-10-08T10:23:48.633Z] Step 1/27 : ARG BASE=golang:1.23-alpine3.20 [2025-10-08T10:23:48.633Z] Step 2/27 : FROM ${BASE} AS builder [2025-10-08T10:23:48.633Z] ---> a6238a3b1bbe [2025-10-08T10:23:48.633Z] Step 3/27 : ARG ALPINE_PKG_BASE="make git" [2025-10-08T10:23:48.633Z] ---> Running in 03731dd658d1 [2025-10-08T10:23:49.239Z] Removing intermediate container 03731dd658d1 [2025-10-08T10:23:49.239Z] ---> 4ba83abf897f [2025-10-08T10:23:49.239Z] Step 4/27 : ARG ALPINE_PKG_EXTRA="" [2025-10-08T10:23:49.239Z] ---> Running in e71d001bbb74 [2025-10-08T10:23:49.509Z] Removing intermediate container e71d001bbb74 [2025-10-08T10:23:49.509Z] ---> d757d4bad19a [2025-10-08T10:23:49.509Z] Step 5/27 : ARG ADD_BUILD_TAGS="" [2025-10-08T10:23:49.509Z] ---> Running in 7342f19c2273 [2025-10-08T10:23:49.782Z] Removing intermediate container 7342f19c2273 [2025-10-08T10:23:49.782Z] ---> b14a16b0022a [2025-10-08T10:23:49.782Z] Step 6/27 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2025-10-08T10:23:50.053Z] ---> Running in bf049b8a545e [2025-10-08T10:23:51.024Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-10-08T10:23:51.613Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-10-08T10:23:53.031Z] OK: 239 MiB in 58 packages [2025-10-08T10:23:54.022Z] Removing intermediate container bf049b8a545e [2025-10-08T10:23:54.022Z] ---> acf83312e11e [2025-10-08T10:23:54.022Z] Step 7/27 : WORKDIR /app [2025-10-08T10:23:54.299Z] ---> Running in c82c2d5235c4 [2025-10-08T10:23:54.569Z] Removing intermediate container c82c2d5235c4 [2025-10-08T10:23:54.569Z] ---> 6059f341e070 [2025-10-08T10:23:54.569Z] Step 8/27 : COPY go.mod vendor* ./ [2025-10-08T10:23:55.158Z] ---> 7b896d447470 [2025-10-08T10:23:55.158Z] Step 9/27 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-10-08T10:23:55.158Z] ---> Running in cf70e8000663 [2025-10-08T10:23:57.759Z] Removing intermediate container cf70e8000663 [2025-10-08T10:23:57.759Z] ---> 2ffa05eb16b2 [2025-10-08T10:23:57.759Z] Step 10/27 : COPY . . [2025-10-08T10:23:58.346Z] ---> 05d04cbfc8b9 [2025-10-08T10:23:58.346Z] Step 11/27 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2025-10-08T10:23:58.346Z] ---> Running in ecbb6d5738a7 [2025-10-08T10:23:58.934Z] Removing intermediate container ecbb6d5738a7 [2025-10-08T10:23:58.934Z] ---> 8982b8bba9c8 [2025-10-08T10:23:58.934Z] Step 12/27 : RUN $MAKE [2025-10-08T10:23:58.934Z] ---> Running in a67f10070580 [2025-10-08T10:23:59.898Z] CGO_ENABLED=0 go build -tags "" -ldflags "-s -w -X github.com/edgexfoundry/app-functions-sdk-go/v4/internal.SDKVersion=4.1.0-dev.35 -X github.com/edgexfoundry/app-functions-sdk-go/v4/internal.ApplicationVersion=4.1.0-dev.9 -bindnow" -trimpath -mod=readonly -buildmode=pie -o app-service-configurable [2025-10-08T10:28:06.796Z] Removing intermediate container a67f10070580 [2025-10-08T10:28:06.796Z] ---> 184541a4d6a9 [2025-10-08T10:28:06.796Z] Step 13/27 : FROM alpine:3.20 [2025-10-08T10:28:06.796Z] 3.20: Pulling from library/alpine [2025-10-08T10:28:06.796Z] 13e713f82565: Pulling fs layer [2025-10-08T10:28:06.796Z] 13e713f82565: Verifying Checksum [2025-10-08T10:28:06.796Z] 13e713f82565: Download complete [2025-10-08T10:28:06.796Z] 13e713f82565: Pull complete [2025-10-08T10:28:06.796Z] Digest: sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d [2025-10-08T10:28:06.796Z] Status: Downloaded newer image for alpine:3.20 [2025-10-08T10:28:06.796Z] ---> c88e9dceb6cb [2025-10-08T10:28:06.796Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' [2025-10-08T10:28:06.796Z] ---> Running in c37d23c94711 [2025-10-08T10:28:06.796Z] Removing intermediate container c37d23c94711 [2025-10-08T10:28:06.796Z] ---> d6543bf9314d [2025-10-08T10:28:06.796Z] Step 15/27 : LABEL Name=app-service-configurable Version=${VERSION} [2025-10-08T10:28:06.796Z] ---> Running in 2c21f0d90cf3 [2025-10-08T10:28:06.796Z] Removing intermediate container 2c21f0d90cf3 [2025-10-08T10:28:06.796Z] ---> 411e7194fc79 [2025-10-08T10:28:06.796Z] Step 16/27 : RUN apk add --update --no-cache ca-certificates dumb-init [2025-10-08T10:28:06.796Z] ---> Running in e9bc3a18d97c [2025-10-08T10:28:06.796Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-10-08T10:28:06.796Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-10-08T10:28:06.796Z] (1/2) Installing ca-certificates (20250911-r0) [2025-10-08T10:28:06.796Z] (2/2) Installing dumb-init (1.2.5-r3) [2025-10-08T10:28:06.796Z] Executing busybox-1.36.1-r29.trigger [2025-10-08T10:28:06.796Z] Executing ca-certificates-20250911-r0.trigger [2025-10-08T10:28:06.796Z] OK: 10 MiB in 16 packages [2025-10-08T10:28:06.796Z] Removing intermediate container e9bc3a18d97c [2025-10-08T10:28:06.796Z] ---> 776a58039a0f [2025-10-08T10:28:06.796Z] Step 17/27 : RUN apk --no-cache upgrade [2025-10-08T10:28:06.796Z] ---> Running in 56ee0f01d098 [2025-10-08T10:28:06.796Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-10-08T10:28:06.796Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-10-08T10:28:06.796Z] (1/6) Upgrading busybox (1.36.1-r29 -> 1.36.1-r30) [2025-10-08T10:28:06.796Z] Executing busybox-1.36.1-r30.post-upgrade [2025-10-08T10:28:06.796Z] (2/6) Upgrading busybox-binsh (1.36.1-r29 -> 1.36.1-r30) [2025-10-08T10:28:06.796Z] (3/6) Upgrading ca-certificates-bundle (20250619-r0 -> 20250911-r0) [2025-10-08T10:28:06.796Z] (4/6) Upgrading libcrypto3 (3.3.4-r0 -> 3.3.5-r0) [2025-10-08T10:28:06.796Z] (5/6) Upgrading libssl3 (3.3.4-r0 -> 3.3.5-r0) [2025-10-08T10:28:06.796Z] (6/6) Upgrading ssl_client (1.36.1-r29 -> 1.36.1-r30) [2025-10-08T10:28:06.796Z] Executing busybox-1.36.1-r30.trigger [2025-10-08T10:28:06.796Z] Executing ca-certificates-20250911-r0.trigger [2025-10-08T10:28:06.796Z] OK: 10 MiB in 16 packages [2025-10-08T10:28:06.796Z] Removing intermediate container 56ee0f01d098 [2025-10-08T10:28:06.796Z] ---> e7973194493b [2025-10-08T10:28:06.796Z] Step 18/27 : COPY --from=builder /app/Attribution.txt /Attribution.txt [2025-10-08T10:28:06.796Z] ---> f240440f467a [2025-10-08T10:28:06.796Z] Step 19/27 : COPY --from=builder /app/LICENSE /LICENSE [2025-10-08T10:28:07.063Z] ---> e5f32d046589 [2025-10-08T10:28:07.063Z] Step 20/27 : COPY --from=builder /app/res/ /res/ [2025-10-08T10:28:07.654Z] ---> fee6d35f8218 [2025-10-08T10:28:07.654Z] Step 21/27 : COPY --from=builder /app/app-service-configurable /app-service-configurable [2025-10-08T10:28:10.275Z] ---> 8095942e964d [2025-10-08T10:28:10.275Z] Step 22/27 : EXPOSE 48095 [2025-10-08T10:28:10.275Z] ---> Running in 4a80d13195ce [2025-10-08T10:28:10.275Z] Removing intermediate container 4a80d13195ce [2025-10-08T10:28:10.275Z] ---> 4207353bc7c3 [2025-10-08T10:28:10.275Z] Step 23/27 : ENTRYPOINT ["/app-service-configurable"] [2025-10-08T10:28:10.275Z] ---> Running in e071d26847d8 [2025-10-08T10:28:10.866Z] Removing intermediate container e071d26847d8 [2025-10-08T10:28:10.866Z] ---> 7170e7f0268d [2025-10-08T10:28:10.866Z] Step 24/27 : CMD ["-cp=keeper.http://edgex-core-keeper:59890", "--registry"] [2025-10-08T10:28:10.866Z] ---> Running in c786d58e74b2 [2025-10-08T10:28:11.135Z] Removing intermediate container c786d58e74b2 [2025-10-08T10:28:11.135Z] ---> 9c1d1877037b [2025-10-08T10:28:11.135Z] Step 25/27 : LABEL arch=arm64 [2025-10-08T10:28:11.135Z] ---> Running in 8c0b8a372617 [2025-10-08T10:28:11.407Z] Removing intermediate container 8c0b8a372617 [2025-10-08T10:28:11.407Z] ---> db598960afa6 [2025-10-08T10:28:11.407Z] Step 26/27 : LABEL git_sha=7a624719046a72e427bf3d08f27efb66898882ef [2025-10-08T10:28:11.675Z] ---> Running in e98d9dd58284 [2025-10-08T10:28:11.942Z] Removing intermediate container e98d9dd58284 [2025-10-08T10:28:11.942Z] ---> 6da6d4cb2eac [2025-10-08T10:28:11.942Z] Step 27/27 : LABEL version=4.1.0-dev.9 [2025-10-08T10:28:11.942Z] ---> Running in 9dee0fecce9f [2025-10-08T10:28:12.211Z] Removing intermediate container 9dee0fecce9f [2025-10-08T10:28:12.211Z] ---> 4a23530a0ef5 [2025-10-08T10:28:12.211Z] [Warning] One or more build-args [ARCH] were not consumed [2025-10-08T10:28:12.211Z] Successfully built 4a23530a0ef5 [2025-10-08T10:28:12.211Z] Successfully tagged app-service-configurable-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-10-08T10:28:12.375Z] provisioning config files... [2025-10-08T10:28:12.396Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/282@tmp/config6430269485067597883tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-10-08T10:28:12.750Z] ---> ****-login.sh [2025-10-08T10:28:12.750Z] nexus3.edgexfoundry.org:10001 [2025-10-08T10:28:13.018Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-10-08T10:28:13.018Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-10-08T10:28:13.018Z] Configure a credential helper to remove this warning. See [2025-10-08T10:28:13.018Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-10-08T10:28:13.018Z] [2025-10-08T10:28:13.018Z] Login Succeeded [2025-10-08T10:28:13.018Z] nexus3.edgexfoundry.org:10002 [2025-10-08T10:28:13.285Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-10-08T10:28:13.554Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-10-08T10:28:13.554Z] Configure a credential helper to remove this warning. See [2025-10-08T10:28:13.554Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-10-08T10:28:13.554Z] [2025-10-08T10:28:13.554Z] Login Succeeded [2025-10-08T10:28:13.554Z] nexus3.edgexfoundry.org:10003 [2025-10-08T10:28:13.822Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-10-08T10:28:13.822Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-10-08T10:28:13.822Z] Configure a credential helper to remove this warning. See [2025-10-08T10:28:13.822Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-10-08T10:28:13.822Z] [2025-10-08T10:28:13.822Z] Login Succeeded [2025-10-08T10:28:13.822Z] nexus3.edgexfoundry.org:10004 [2025-10-08T10:28:14.090Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-10-08T10:28:14.358Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-10-08T10:28:14.358Z] Configure a credential helper to remove this warning. See [2025-10-08T10:28:14.358Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-10-08T10:28:14.358Z] [2025-10-08T10:28:14.358Z] Login Succeeded [2025-10-08T10:28:14.358Z] ****.io [2025-10-08T10:28:14.628Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-10-08T10:28:14.628Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-10-08T10:28:14.628Z] Configure a credential helper to remove this warning. See [2025-10-08T10:28:14.628Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-10-08T10:28:14.628Z] [2025-10-08T10:28:14.896Z] Login Succeeded [2025-10-08T10:28:14.896Z] ---> ****-login.sh ends [Pipeline] } [2025-10-08T10:28:14.909Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-10-08T10:28:14.973Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-10-08T10:28:15.009Z] [edgeXDocker.push] Tagging docker image app-service-configurable-arm64 with the following tags: [2025-10-08T10:28:15.009Z] 7a624719046a72e427bf3d08f27efb66898882ef [2025-10-08T10:28:15.009Z] latest [2025-10-08T10:28:15.009Z] 4.1.0-dev.9 [2025-10-08T10:28:15.009Z] 7a624719046a72e427bf3d08f27efb66898882ef-4.1.0-dev.9 [2025-10-08T10:28:15.009Z] main [2025-10-08T10:28:15.009Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-08T10:28:15.411Z] + docker tag app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:7a624719046a72e427bf3d08f27efb66898882ef [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-08T10:28:15.825Z] + docker push nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:7a624719046a72e427bf3d08f27efb66898882ef [2025-10-08T10:28:15.825Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable-arm64] [2025-10-08T10:28:15.825Z] d514fabc6867: Preparing [2025-10-08T10:28:15.825Z] e050f4182fff: Preparing [2025-10-08T10:28:15.825Z] 6e17de5ad24c: Preparing [2025-10-08T10:28:15.825Z] eeead3653d50: Preparing [2025-10-08T10:28:15.825Z] 0feefa19909e: Preparing [2025-10-08T10:28:15.825Z] eea0e55ad955: Preparing [2025-10-08T10:28:15.825Z] 1e890da81ec9: Preparing [2025-10-08T10:28:15.825Z] 1e890da81ec9: Waiting [2025-10-08T10:28:15.825Z] eea0e55ad955: Waiting [2025-10-08T10:28:16.094Z] eeead3653d50: Pushed [2025-10-08T10:28:16.094Z] 6e17de5ad24c: Pushed [2025-10-08T10:28:16.094Z] e050f4182fff: Pushed [2025-10-08T10:28:16.094Z] 1e890da81ec9: Layer already exists [2025-10-08T10:28:16.362Z] eea0e55ad955: Pushed [2025-10-08T10:28:17.771Z] 0feefa19909e: Pushed [2025-10-08T10:28:24.425Z] d514fabc6867: Pushed [2025-10-08T10:28:24.695Z] 7a624719046a72e427bf3d08f27efb66898882ef: digest: sha256:f1ecb8649969e5799250cb8718c3c983d2ba9486c87fb7887f7b7e80b17f9d25 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-08T10:28:25.081Z] + docker tag app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-08T10:28:25.456Z] + docker push nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:latest [2025-10-08T10:28:25.457Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable-arm64] [2025-10-08T10:28:25.457Z] d514fabc6867: Preparing [2025-10-08T10:28:25.457Z] e050f4182fff: Preparing [2025-10-08T10:28:25.457Z] 6e17de5ad24c: Preparing [2025-10-08T10:28:25.457Z] eeead3653d50: Preparing [2025-10-08T10:28:25.457Z] 0feefa19909e: Preparing [2025-10-08T10:28:25.457Z] eea0e55ad955: Preparing [2025-10-08T10:28:25.457Z] eea0e55ad955: Waiting [2025-10-08T10:28:25.457Z] 1e890da81ec9: Preparing [2025-10-08T10:28:25.457Z] 1e890da81ec9: Waiting [2025-10-08T10:28:25.457Z] eeead3653d50: Layer already exists [2025-10-08T10:28:25.457Z] e050f4182fff: Layer already exists [2025-10-08T10:28:25.457Z] 6e17de5ad24c: Layer already exists [2025-10-08T10:28:25.457Z] 0feefa19909e: Layer already exists [2025-10-08T10:28:25.457Z] d514fabc6867: Layer already exists [2025-10-08T10:28:25.457Z] eea0e55ad955: Layer already exists [2025-10-08T10:28:25.457Z] 1e890da81ec9: Layer already exists [2025-10-08T10:28:25.724Z] latest: digest: sha256:f1ecb8649969e5799250cb8718c3c983d2ba9486c87fb7887f7b7e80b17f9d25 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-08T10:28:26.096Z] + docker tag app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:4.1.0-dev.9 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-08T10:28:26.477Z] + docker push nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:4.1.0-dev.9 [2025-10-08T10:28:26.477Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable-arm64] [2025-10-08T10:28:26.477Z] d514fabc6867: Preparing [2025-10-08T10:28:26.477Z] e050f4182fff: Preparing [2025-10-08T10:28:26.477Z] 6e17de5ad24c: Preparing [2025-10-08T10:28:26.477Z] eeead3653d50: Preparing [2025-10-08T10:28:26.477Z] 0feefa19909e: Preparing [2025-10-08T10:28:26.477Z] eea0e55ad955: Preparing [2025-10-08T10:28:26.477Z] 1e890da81ec9: Preparing [2025-10-08T10:28:26.477Z] eea0e55ad955: Waiting [2025-10-08T10:28:26.477Z] 1e890da81ec9: Waiting [2025-10-08T10:28:26.477Z] 6e17de5ad24c: Layer already exists [2025-10-08T10:28:26.477Z] eeead3653d50: Layer already exists [2025-10-08T10:28:26.477Z] e050f4182fff: Layer already exists [2025-10-08T10:28:26.477Z] 0feefa19909e: Layer already exists [2025-10-08T10:28:26.477Z] d514fabc6867: Layer already exists [2025-10-08T10:28:26.477Z] 1e890da81ec9: Layer already exists [2025-10-08T10:28:26.477Z] eea0e55ad955: Layer already exists [2025-10-08T10:28:26.747Z] 4.1.0-dev.9: digest: sha256:f1ecb8649969e5799250cb8718c3c983d2ba9486c87fb7887f7b7e80b17f9d25 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-08T10:28:27.130Z] + docker tag app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:7a624719046a72e427bf3d08f27efb66898882ef-4.1.0-dev.9 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-08T10:28:27.492Z] + docker push nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:7a624719046a72e427bf3d08f27efb66898882ef-4.1.0-dev.9 [2025-10-08T10:28:27.492Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable-arm64] [2025-10-08T10:28:27.492Z] d514fabc6867: Preparing [2025-10-08T10:28:27.492Z] e050f4182fff: Preparing [2025-10-08T10:28:27.492Z] 6e17de5ad24c: Preparing [2025-10-08T10:28:27.492Z] eeead3653d50: Preparing [2025-10-08T10:28:27.492Z] 0feefa19909e: Preparing [2025-10-08T10:28:27.492Z] eea0e55ad955: Preparing [2025-10-08T10:28:27.492Z] 1e890da81ec9: Preparing [2025-10-08T10:28:27.492Z] eea0e55ad955: Waiting [2025-10-08T10:28:27.492Z] 1e890da81ec9: Waiting [2025-10-08T10:28:27.492Z] eeead3653d50: Layer already exists [2025-10-08T10:28:27.492Z] 6e17de5ad24c: Layer already exists [2025-10-08T10:28:27.492Z] 0feefa19909e: Layer already exists [2025-10-08T10:28:27.492Z] d514fabc6867: Layer already exists [2025-10-08T10:28:27.492Z] e050f4182fff: Layer already exists [2025-10-08T10:28:27.492Z] 1e890da81ec9: Layer already exists [2025-10-08T10:28:27.492Z] eea0e55ad955: Layer already exists [2025-10-08T10:28:27.762Z] 7a624719046a72e427bf3d08f27efb66898882ef-4.1.0-dev.9: digest: sha256:f1ecb8649969e5799250cb8718c3c983d2ba9486c87fb7887f7b7e80b17f9d25 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-08T10:28:28.138Z] + docker tag app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-08T10:28:28.500Z] + docker push nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:main [2025-10-08T10:28:28.500Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable-arm64] [2025-10-08T10:28:28.500Z] d514fabc6867: Preparing [2025-10-08T10:28:28.500Z] e050f4182fff: Preparing [2025-10-08T10:28:28.500Z] 6e17de5ad24c: Preparing [2025-10-08T10:28:28.500Z] eeead3653d50: Preparing [2025-10-08T10:28:28.500Z] 0feefa19909e: Preparing [2025-10-08T10:28:28.500Z] eea0e55ad955: Preparing [2025-10-08T10:28:28.500Z] 1e890da81ec9: Preparing [2025-10-08T10:28:28.500Z] eea0e55ad955: Waiting [2025-10-08T10:28:28.500Z] 1e890da81ec9: Waiting [2025-10-08T10:28:28.500Z] e050f4182fff: Layer already exists [2025-10-08T10:28:28.500Z] 6e17de5ad24c: Layer already exists [2025-10-08T10:28:28.500Z] d514fabc6867: Layer already exists [2025-10-08T10:28:28.500Z] eeead3653d50: Layer already exists [2025-10-08T10:28:28.500Z] 0feefa19909e: Layer already exists [2025-10-08T10:28:28.500Z] eea0e55ad955: Layer already exists [2025-10-08T10:28:28.500Z] 1e890da81ec9: Layer already exists [2025-10-08T10:28:28.767Z] main: digest: sha256:f1ecb8649969e5799250cb8718c3c983d2ba9486c87fb7887f7b7e80b17f9d25 size: 1785 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-10-08T10:28:28.868Z] ===================================================== [Pipeline] echo [2025-10-08T10:28:28.886Z] taggedImages: [2025-10-08T10:28:28.886Z] - nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:7a624719046a72e427bf3d08f27efb66898882ef [2025-10-08T10:28:28.886Z] - nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:latest [2025-10-08T10:28:28.886Z] - nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:4.1.0-dev.9 [2025-10-08T10:28:28.886Z] - nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:7a624719046a72e427bf3d08f27efb66898882ef-4.1.0-dev.9 [2025-10-08T10:28:28.886Z] - nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:main [Pipeline] echo [2025-10-08T10:28:28.905Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:7a624719046a72e427bf3d08f27efb66898882ef [Pipeline] echo [2025-10-08T10:28:28.925Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:latest [Pipeline] echo [2025-10-08T10:28:28.951Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:4.1.0-dev.9 [Pipeline] echo [2025-10-08T10:28:28.967Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:7a624719046a72e427bf3d08f27efb66898882ef-4.1.0-dev.9 [Pipeline] echo [2025-10-08T10:28:28.983Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:main [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-08T10:28:29.400Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2025-10-08T10:28:29.400Z] [2025-10-08T10:28:29.400Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-08T10:28:29.744Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2025-10-08T10:28:29.744Z] arm64: Pulling from edgex-lftools-log-publisher [2025-10-08T10:28:29.744Z] 8998bd30e6a1: Pulling fs layer [2025-10-08T10:28:29.744Z] 04944245beec: Pulling fs layer [2025-10-08T10:28:29.744Z] 699f458cf7ca: Pulling fs layer [2025-10-08T10:28:29.744Z] 765212b225bb: Pulling fs layer [2025-10-08T10:28:29.744Z] f23df028b6ca: Pulling fs layer [2025-10-08T10:28:29.744Z] d65c8cfc05b1: Pulling fs layer [2025-10-08T10:28:29.744Z] 2437ff75d9bd: Pulling fs layer [2025-10-08T10:28:29.744Z] 765212b225bb: Waiting [2025-10-08T10:28:29.744Z] f23df028b6ca: Waiting [2025-10-08T10:28:29.744Z] d65c8cfc05b1: Waiting [2025-10-08T10:28:29.744Z] 2437ff75d9bd: Waiting [2025-10-08T10:28:30.014Z] 04944245beec: Verifying Checksum [2025-10-08T10:28:30.014Z] 04944245beec: Download complete [2025-10-08T10:28:30.014Z] 765212b225bb: Verifying Checksum [2025-10-08T10:28:30.014Z] 765212b225bb: Download complete [2025-10-08T10:28:30.014Z] f23df028b6ca: Verifying Checksum [2025-10-08T10:28:30.014Z] f23df028b6ca: Download complete [2025-10-08T10:28:30.014Z] d65c8cfc05b1: Verifying Checksum [2025-10-08T10:28:30.014Z] d65c8cfc05b1: Download complete [2025-10-08T10:28:30.284Z] 699f458cf7ca: Verifying Checksum [2025-10-08T10:28:30.284Z] 699f458cf7ca: Download complete [2025-10-08T10:28:30.552Z] 8998bd30e6a1: Verifying Checksum [2025-10-08T10:28:30.552Z] 8998bd30e6a1: Download complete [2025-10-08T10:28:33.141Z] 2437ff75d9bd: Verifying Checksum [2025-10-08T10:28:33.141Z] 2437ff75d9bd: Download complete [2025-10-08T10:28:35.730Z] 8998bd30e6a1: Pull complete [2025-10-08T10:28:35.998Z] 04944245beec: Pull complete [2025-10-08T10:28:37.419Z] 699f458cf7ca: Pull complete [2025-10-08T10:28:37.686Z] 765212b225bb: Pull complete [2025-10-08T10:28:38.651Z] f23df028b6ca: Pull complete [2025-10-08T10:28:38.921Z] d65c8cfc05b1: Pull complete [2025-10-08T10:28:57.142Z] 2437ff75d9bd: Pull complete [2025-10-08T10:28:57.142Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2025-10-08T10:28:57.142Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2025-10-08T10:28:57.142Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-10-08T10:28:57.395Z] prd-ubuntu20.04-docker-arm64-4c-16g-116201 does not seem to be running inside a container [2025-10-08T10:28:57.459Z] $ 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/app-service-configurable/282 -v /w/workspace/app-service-configurable/282:/w/workspace/app-service-configurable/282:rw,z -v /w/workspace/app-service-configurable/282@tmp:/w/workspace/app-service-configurable/282@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2025-10-08T10:29:00.453Z] $ docker top aadebce827079c72b01261929d797847a887f1e493a4269919b2bc92933d3f43 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-10-08T10:29:01.418Z] ---> job-cost.sh [2025-10-08T10:29:01.418Z] lf-activate-venv: SKIPPING [2025-10-08T10:29:01.418Z] INFO: No Stack... [2025-10-08T10:29:01.687Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2025-10-08T10:29:02.649Z] INFO: Archiving Costs [Pipeline] sh [2025-10-08T10:29:03.298Z] + cat /w/workspace/app-service-configurable/282/archives/cost.csv [2025-10-08T10:29:03.298Z] + cut -d, -f6 [Pipeline] lock [2025-10-08T10:29:03.367Z] Trying to acquire lock on [Resource: jenkins-edgexfoundry-app-service-configurable-main-282-stack-cost] [2025-10-08T10:29:03.374Z] Resource [jenkins-edgexfoundry-app-service-configurable-main-282-stack-cost] did not exist. Created. [2025-10-08T10:29:03.380Z] Lock acquired on [Resource: jenkins-edgexfoundry-app-service-configurable-main-282-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2025-10-08T10:29:04.048Z] /w/workspace/app-service-configurable/282@tmp/durable-9cd40a2a/script.sh.copy: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2025-10-08T10:29:04.704Z] + echo total: 0.10999999940395355 [Pipeline] stash [2025-10-08T10:29:04.742Z] Warning: overwriting stash ‘stack-cost’ [2025-10-08T10:29:04.803Z] Stashed 1 file(s) [Pipeline] } [2025-10-08T10:29:04.814Z] Lock released on resource [Resource: jenkins-edgexfoundry-app-service-configurable-main-282-stack-cost] [Pipeline] // lock [Pipeline] } [2025-10-08T10:29:04.842Z] $ docker stop --time=1 aadebce827079c72b01261929d797847a887f1e493a4269919b2bc92933d3f43 [2025-10-08T10:29:06.396Z] $ docker rm -f --volumes aadebce827079c72b01261929d797847a887f1e493a4269919b2bc92933d3f43 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] configFileProvider [2025-10-08T10:29:06.897Z] provisioning config files... [2025-10-08T10:29:06.906Z] copy managed file [app-service-configurable-codecov-token] to file:/w/workspace/ry_app-service-configurable_main@tmp/config4761593811097597141tmp [Pipeline] { [Pipeline] sh [2025-10-08T10:29:07.214Z] + set +x [2025-10-08T10:29:07.214Z] + curl -s https://codecov.io/bash [2025-10-08T10:29:07.214Z] + bash -s -- [2025-10-08T10:29:07.214Z] [2025-10-08T10:29:07.214Z] _____ _ [2025-10-08T10:29:07.214Z] / ____| | | [2025-10-08T10:29:07.214Z] | | ___ __| | ___ ___ _____ __ [2025-10-08T10:29:07.214Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2025-10-08T10:29:07.214Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2025-10-08T10:29:07.214Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2025-10-08T10:29:07.214Z] Bash-1.0.6 [2025-10-08T10:29:07.214Z] [2025-10-08T10:29:07.214Z] [2025-10-08T10:29:07.214Z] ==> git version 2.25.1 found [2025-10-08T10:29:07.214Z] ==> 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 [2025-10-08T10:29:07.214Z] Release-Date: 2020-01-08 [2025-10-08T10:29:07.214Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp [2025-10-08T10:29:07.214Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2025-10-08T10:29:07.214Z] ==> Jenkins CI detected. [2025-10-08T10:29:07.214Z] current dir:  /w/workspace/ry_app-service-configurable_main [2025-10-08T10:29:07.214Z] project root: . [2025-10-08T10:29:07.214Z] --> token set from env [2025-10-08T10:29:07.214Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2025-10-08T10:29:07.214Z] ==> Running gcov in . (disable via -X gcov) [2025-10-08T10:29:07.214Z] ==> Python coveragepy not found [2025-10-08T10:29:07.214Z] ==> Searching for coverage reports in: [2025-10-08T10:29:07.214Z] + . [2025-10-08T10:29:07.214Z] -> Found 1 reports [2025-10-08T10:29:07.214Z] ==> Detecting git/mercurial file structure [2025-10-08T10:29:07.475Z] ==> Reading reports [2025-10-08T10:29:07.475Z] + ./coverage.out bytes=953 [2025-10-08T10:29:07.475Z] ==> Appending adjustments [2025-10-08T10:29:07.475Z] https://docs.codecov.io/docs/fixing-reports [2025-10-08T10:29:07.475Z] + Found adjustments [2025-10-08T10:29:07.475Z] ==> Gzipping contents [2025-10-08T10:29:07.475Z] 4.0K /tmp/codecov.GjaYW3.gz [2025-10-08T10:29:07.475Z] ==> Uploading reports [2025-10-08T10:29:07.475Z] url: https://codecov.io [2025-10-08T10:29:07.475Z] query: branch=main&commit=7a624719046a72e427bf3d08f27efb66898882ef&build=282&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2Fmain%2F282%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=&job=&cmd_args= [2025-10-08T10:29:07.475Z] -> Pinging Codecov [2025-10-08T10:29:07.475Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=****&branch=main&commit=7a624719046a72e427bf3d08f27efb66898882ef&build=282&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2Fmain%2F282%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=&job=&cmd_args= [2025-10-08T10:29:07.734Z] -> Uploading to [2025-10-08T10:29:07.734Z] https://storage.googleapis.com/codecov-production/shelter/v4/github/edgexfoundry/app-service-configurable/7a624719046a72e427bf3d08f27efb66898882ef/e8274fa2-0862-4efb-9697-d4a6d8099572.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJWQHUGIBILH4J7Q6ZUSCIFNEOLYSNDS7L3B4N5SIBQ2J4YLYE5CRFCD%2F20251008%2Fus%2Fs3%2Faws4_request&X-Amz-Date=20251008T102907Z&X-Amz-Expires=120&X-Amz-SignedHeaders=host&X-Amz-Signature=3f1016e7d26d88b08aef4ad82fd11e3275e2fe8602bd00d45ba0c7fcd2d46016 [2025-10-08T10:29:07.734Z] % Total % Received % Xferd Average Speed Time Time Time Current [2025-10-08T10:29:07.734Z] Dload Upload Total Spent Left Speed [2025-10-08T10:29:07.993Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 384 0 0 100 384 0 1203 --:--:-- --:--:-- --:--:-- 1200 100 384 0 0 100 384 0 1203 --:--:-- --:--:-- --:--:-- 1200 [2025-10-08T10:29:07.993Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/app-service-configurable/commit/7a624719046a72e427bf3d08f27efb66898882ef [Pipeline] } [2025-10-08T10:29:08.001Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2025-10-08T10:29:08.175Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2025-10-08T10:29:08.203Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-08T10:29:08.512Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2025-10-08T10:29:08.512Z] [2025-10-08T10:29:08.512Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-08T10:29:08.826Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2025-10-08T10:29:08.826Z] latest: Pulling from edgex-devops/edgex-snyk-go [2025-10-08T10:29:08.826Z] 0a9a5dfd008f: Already exists [2025-10-08T10:29:08.826Z] 36466aa92d05: Already exists [2025-10-08T10:29:08.826Z] e10405b45d13: Already exists [2025-10-08T10:29:08.826Z] 096b7ceb2af7: Already exists [2025-10-08T10:29:08.826Z] 4f4fb700ef54: Already exists [2025-10-08T10:29:08.826Z] e50aa161e22a: Pulling fs layer [2025-10-08T10:29:08.826Z] d3c8db5fb9df: Pulling fs layer [2025-10-08T10:29:09.086Z] e50aa161e22a: Verifying Checksum [2025-10-08T10:29:09.086Z] e50aa161e22a: Download complete [2025-10-08T10:29:09.346Z] e50aa161e22a: Pull complete [2025-10-08T10:29:10.283Z] d3c8db5fb9df: Verifying Checksum [2025-10-08T10:29:10.283Z] d3c8db5fb9df: Download complete [2025-10-08T10:29:13.565Z] d3c8db5fb9df: Pull complete [2025-10-08T10:29:13.565Z] Digest: sha256:dd1bc05e8109ba836052a65277634c2595aaffbf12b6b6479deaea63345484be [2025-10-08T10:29:13.565Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2025-10-08T10:29:13.565Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-10-08T10:29:13.668Z] prd-ubuntu20.04-docker-8c-8g-116157 does not seem to be running inside a container [2025-10-08T10:29:13.700Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/ry_app-service-configurable_main -v /w/workspace/ry_app-service-configurable_main:/w/workspace/ry_app-service-configurable_main:rw,z -v /w/workspace/ry_app-service-configurable_main@tmp:/w/workspace/ry_app-service-configurable_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest cat [2025-10-08T10:29:15.423Z] $ docker top 8605780c5a39d6a06b9acb6fc5ab85a6310e3dac4839525fedab4925567ad705 -eo pid,comm [Pipeline] { [Pipeline] sh [2025-10-08T10:29:15.774Z] + git config --global --add safe.directory /w/workspace/ry_app-service-configurable_main [Pipeline] echo [2025-10-08T10:29:15.789Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/app-service-configurable:main' [Pipeline] sh [2025-10-08T10:29:16.070Z] + set -o pipefail [2025-10-08T10:29:16.071Z] + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/app-service-configurable:main' [2025-10-08T10:29:28.284Z] [2025-10-08T10:29:28.284Z] Monitoring /w/workspace/ry_app-service-configurable_main (github.com/edgexfoundry/app-service-configurable)... [2025-10-08T10:29:28.284Z] [2025-10-08T10:29:28.284Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/7dc5f32a-caad-4990-b9e2-a648c5eeaf90/history/abfeeb75-d721-47e8-b0a8-bfd455a1721a [2025-10-08T10:29:28.284Z] [2025-10-08T10:29:28.284Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2025-10-08T10:29:28.284Z] [2025-10-08T10:29:28.284Z] [2025-10-08T10:29:28.284Z] You have reached your monthly limit of 200 private tests for your edgex-jenkins org. [2025-10-08T10:29:28.284Z] To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } [2025-10-08T10:29:28.291Z] $ docker stop --time=1 8605780c5a39d6a06b9acb6fc5ab85a6310e3dac4839525fedab4925567ad705 [2025-10-08T10:29:30.955Z] $ docker rm -f --volumes 8605780c5a39d6a06b9acb6fc5ab85a6310e3dac4839525fedab4925567ad705 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] sh [2025-10-08T10:29:31.854Z] + git log --format=format:%s -1 7a624719046a72e427bf3d08f27efb66898882ef [Pipeline] sh [2025-10-08T10:29:32.150Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2025-10-08T10:29:32.150Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-08T10:29:32.460Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-10-08T10:29:32.460Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-10-08T10:29:32.532Z] prd-ubuntu20.04-docker-8c-8g-116157 does not seem to be running inside a container [2025-10-08T10:29:32.560Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/ry_app-service-configurable_main -v /w/workspace/ry_app-service-configurable_main:/w/workspace/ry_app-service-configurable_main:rw,z -v /w/workspace/ry_app-service-configurable_main@tmp:/w/workspace/ry_app-service-configurable_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2025-10-08T10:29:32.835Z] $ docker top 7839d21ac1dc481882aa9f392f44d87942929d43ea3b8db66584501bd9bcd70b -eo pid,comm [2025-10-08T10:29:32.883Z] 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). [2025-10-08T10:29:32.884Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2025-10-08T10:29:32.942Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-10-08T10:29:32.942Z] [ssh-agent] Looking for ssh-agent implementation... [2025-10-08T10:29:33.047Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-10-08T10:29:33.044Z] $ docker exec 7839d21ac1dc481882aa9f392f44d87942929d43ea3b8db66584501bd9bcd70b ssh-agent [2025-10-08T10:29:33.146Z] SSH_AUTH_SOCK=/tmp/ssh-yPke0KgDEjlM/agent.33 [2025-10-08T10:29:33.146Z] SSH_AGENT_PID=39 [2025-10-08T10:29:33.150Z] Running ssh-add (command line suppressed) [2025-10-08T10:29:33.237Z] Identity added: /w/workspace/ry_app-service-configurable_main@tmp/private_key_18330322314227651790.key (/w/workspace/ry_app-service-configurable_main@tmp/private_key_18330322314227651790.key) [2025-10-08T10:29:33.255Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-10-08T10:29:33.548Z] + git semver tag [2025-10-08T10:29:33.808Z] 2025-10-08 10:29:33,756 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') [2025-10-08T10:29:33.808Z] 2025-10-08 10:29:33,760 [run_tag] DEBUG tag force:False [2025-10-08T10:29:33.808Z] 2025-10-08 10:29:33,760 [check_head_tag] DEBUG check head tag [2025-10-08T10:29:33.808Z] 2025-10-08 10:29:33,761 [execute] INFO git cat-file --batch-check [2025-10-08T10:29:33.808Z] 2025-10-08 10:29:33,761 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/ry_app-service-configurable_main, stdin=, shell=False, universal_newlines=False) [2025-10-08T10:29:33.808Z] 2025-10-08 10:29:33,764 [execute] INFO git cat-file --batch [2025-10-08T10:29:33.808Z] 2025-10-08 10:29:33,764 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/ry_app-service-configurable_main, stdin=, shell=False, universal_newlines=False) [2025-10-08T10:29:33.808Z] 2025-10-08 10:29:33,774 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main [2025-10-08T10:29:33.808Z] 2025-10-08 10:29:33,774 [execute] INFO git tag -a v4.1.0-dev.9 -m v4.1.0-dev.9 [2025-10-08T10:29:33.808Z] 2025-10-08 10:29:33,775 [execute] DEBUG Popen(['git', 'tag', '-a', 'v4.1.0-dev.9', '-m', 'v4.1.0-dev.9'], cwd=/w/workspace/ry_app-service-configurable_main, stdin=None, shell=False, universal_newlines=False) [2025-10-08T10:29:33.808Z] 2025-10-08 10:29:33,777 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main [2025-10-08T10:29:33.808Z] 4.1.0-dev.9 [Pipeline] } [2025-10-08T10:29:33.811Z] $ docker exec --env ******** --env ******** 7839d21ac1dc481882aa9f392f44d87942929d43ea3b8db66584501bd9bcd70b ssh-agent -k [2025-10-08T10:29:33.894Z] unset SSH_AUTH_SOCK; [2025-10-08T10:29:33.895Z] unset SSH_AGENT_PID; [2025-10-08T10:29:33.895Z] echo Agent pid 39 killed; [2025-10-08T10:29:33.908Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-10-08T10:29:34.233Z] + git semver [Pipeline] } [2025-10-08T10:29:34.499Z] $ docker stop --time=1 7839d21ac1dc481882aa9f392f44d87942929d43ea3b8db66584501bd9bcd70b [2025-10-08T10:29:35.724Z] $ docker rm -f --volumes 7839d21ac1dc481882aa9f392f44d87942929d43ea3b8db66584501bd9bcd70b [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-08T10:29:36.131Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2025-10-08T10:29:36.131Z] [2025-10-08T10:29:36.131Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-08T10:29:36.434Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2025-10-08T10:29:36.434Z] 0.23.1-centos7: Pulling from edgex-lftools [2025-10-08T10:29:36.434Z] ab5ef0e58194: Pulling fs layer [2025-10-08T10:29:36.434Z] 9712f1f96733: Pulling fs layer [2025-10-08T10:29:36.434Z] 63f879dbbcfc: Pulling fs layer [2025-10-08T10:29:36.434Z] 0d9ebad4ef96: Pulling fs layer [2025-10-08T10:29:36.434Z] e9a5061849ea: Pulling fs layer [2025-10-08T10:29:36.434Z] d747dcd14b5f: Pulling fs layer [2025-10-08T10:29:36.434Z] 2de7ff778b66: Pulling fs layer [2025-10-08T10:29:36.434Z] 0d9ebad4ef96: Waiting [2025-10-08T10:29:36.434Z] e9a5061849ea: Waiting [2025-10-08T10:29:36.434Z] d747dcd14b5f: Waiting [2025-10-08T10:29:36.434Z] 2de7ff778b66: Waiting [2025-10-08T10:29:36.434Z] 9712f1f96733: Verifying Checksum [2025-10-08T10:29:36.434Z] 9712f1f96733: Download complete [2025-10-08T10:29:37.002Z] 63f879dbbcfc: Verifying Checksum [2025-10-08T10:29:37.002Z] 63f879dbbcfc: Download complete [2025-10-08T10:29:37.002Z] ab5ef0e58194: Download complete [2025-10-08T10:29:37.002Z] d747dcd14b5f: Verifying Checksum [2025-10-08T10:29:37.002Z] d747dcd14b5f: Download complete [2025-10-08T10:29:37.002Z] e9a5061849ea: Verifying Checksum [2025-10-08T10:29:37.002Z] e9a5061849ea: Download complete [2025-10-08T10:29:37.261Z] 0d9ebad4ef96: Verifying Checksum [2025-10-08T10:29:37.261Z] 0d9ebad4ef96: Download complete [2025-10-08T10:29:37.261Z] 2de7ff778b66: Verifying Checksum [2025-10-08T10:29:37.261Z] 2de7ff778b66: Download complete [2025-10-08T10:29:40.541Z] ab5ef0e58194: Pull complete [2025-10-08T10:29:40.541Z] 9712f1f96733: Pull complete [2025-10-08T10:29:41.106Z] 63f879dbbcfc: Pull complete [2025-10-08T10:29:46.374Z] 0d9ebad4ef96: Pull complete [2025-10-08T10:29:46.374Z] e9a5061849ea: Pull complete [2025-10-08T10:29:46.374Z] d747dcd14b5f: Pull complete [2025-10-08T10:29:47.313Z] 2de7ff778b66: Pull complete [2025-10-08T10:29:47.313Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2025-10-08T10:29:47.313Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2025-10-08T10:29:47.313Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-10-08T10:29:47.418Z] prd-ubuntu20.04-docker-8c-8g-116157 does not seem to be running inside a container [2025-10-08T10:29:47.446Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/ry_app-service-configurable_main -v /w/workspace/ry_app-service-configurable_main:/w/workspace/ry_app-service-configurable_main:rw,z -v /w/workspace/ry_app-service-configurable_main@tmp:/w/workspace/ry_app-service-configurable_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2025-10-08T10:29:49.570Z] $ docker top 5a1ce8f7a318e5867d38959023a5bf2ba2165480ff4f70aeca8cfaac1d5e4f78 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2025-10-08T10:29:49.651Z] provisioning config files... [2025-10-08T10:29:49.660Z] copy managed file [sigul-config] to file:/w/workspace/ry_app-service-configurable_main@tmp/config321915941512862171tmp [2025-10-08T10:29:49.672Z] copy managed file [sigul-password] to file:/w/workspace/ry_app-service-configurable_main@tmp/config11747419659883346744tmp [2025-10-08T10:29:49.681Z] copy managed file [sigul-pki] to file:/w/workspace/ry_app-service-configurable_main@tmp/config7199022829367184631tmp [Pipeline] { [Pipeline] echo [2025-10-08T10:29:49.709Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2025-10-08T10:29:50.007Z] ---> sigul-configuration.sh [2025-10-08T10:29:50.008Z] gpg: directory `/root/.gnupg' created [2025-10-08T10:29:50.008Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2025-10-08T10:29:50.008Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2025-10-08T10:29:50.008Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2025-10-08T10:29:50.008Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2025-10-08T10:29:50.008Z] gpg: CAST5 encrypted data [2025-10-08T10:29:50.008Z] gpg: encrypted with 1 passphrase [2025-10-08T10:29:50.008Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2025-10-08T10:29:50.305Z] + mkdir /home/jenkins [2025-10-08T10:29:50.305Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2025-10-08T10:29:50.665Z] + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo [2025-10-08T10:29:50.684Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2025-10-08T10:29:50.979Z] ---> sigul-install.sh [2025-10-08T10:29:50.979Z] Sigul already installed; skipping installation. [Pipeline] sh [2025-10-08T10:29:51.268Z] + git tag --list [2025-10-08T10:29:51.268Z] v1.0.0 [2025-10-08T10:29:51.268Z] v1.1.0 [2025-10-08T10:29:51.268Z] v1.2.0 [2025-10-08T10:29:51.268Z] v1.3.0 [2025-10-08T10:29:51.268Z] v1.3.1 [2025-10-08T10:29:51.268Z] v2.0.0 [2025-10-08T10:29:51.268Z] v2.0.1 [2025-10-08T10:29:51.268Z] v2.1.0 [2025-10-08T10:29:51.268Z] v2.1.1 [2025-10-08T10:29:51.268Z] v2.1.2 [2025-10-08T10:29:51.268Z] v2.2.0 [2025-10-08T10:29:51.268Z] v2.3 [2025-10-08T10:29:51.268Z] v2.3.0 [2025-10-08T10:29:51.268Z] v2.3.1 [2025-10-08T10:29:51.268Z] v3.0 [2025-10-08T10:29:51.268Z] v3.0.0 [2025-10-08T10:29:51.268Z] v3.0.1 [2025-10-08T10:29:51.268Z] v3.1 [2025-10-08T10:29:51.268Z] v3.1.0 [2025-10-08T10:29:51.268Z] v3.1.1 [2025-10-08T10:29:51.268Z] v4.0 [2025-10-08T10:29:51.268Z] v4.0.0 [2025-10-08T10:29:51.268Z] v4.0.1 [2025-10-08T10:29:51.268Z] v4.1.0-dev.1 [2025-10-08T10:29:51.268Z] v4.1.0-dev.2 [2025-10-08T10:29:51.268Z] v4.1.0-dev.3 [2025-10-08T10:29:51.268Z] v4.1.0-dev.4 [2025-10-08T10:29:51.268Z] v4.1.0-dev.5 [2025-10-08T10:29:51.268Z] v4.1.0-dev.6 [2025-10-08T10:29:51.268Z] v4.1.0-dev.7 [2025-10-08T10:29:51.268Z] v4.1.0-dev.8 [2025-10-08T10:29:51.268Z] v4.1.0-dev.9 [Pipeline] sh [2025-10-08T10:29:51.560Z] + lftools sign git-tag v4.1.0-dev.9 [2025-10-08T10:29:52.130Z] Signing Git tag with Sigul... [2025-10-08T10:29:52.130Z] Signing v4.1.0-dev.9 [Pipeline] echo [2025-10-08T10:29:52.414Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2025-10-08T10:29:52.730Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2025-10-08T10:29:52.790Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2025-10-08T10:29:52.847Z] $ docker stop --time=1 5a1ce8f7a318e5867d38959023a5bf2ba2165480ff4f70aeca8cfaac1d5e4f78 [2025-10-08T10:29:54.105Z] $ docker rm -f --volumes 5a1ce8f7a318e5867d38959023a5bf2ba2165480ff4f70aeca8cfaac1d5e4f78 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh [2025-10-08T10:29:54.629Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2025-10-08T10:29:54.629Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-08T10:29:54.944Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-10-08T10:29:54.944Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-10-08T10:29:55.135Z] prd-ubuntu20.04-docker-8c-8g-116157 does not seem to be running inside a container [2025-10-08T10:29:55.163Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/ry_app-service-configurable_main -v /w/workspace/ry_app-service-configurable_main:/w/workspace/ry_app-service-configurable_main:rw,z -v /w/workspace/ry_app-service-configurable_main@tmp:/w/workspace/ry_app-service-configurable_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2025-10-08T10:29:55.396Z] $ docker top edf1535b1db52e371c907a539a14bbd616c8d7dcad062ac68921ad81ea5f0b07 -eo pid,comm [2025-10-08T10:29:55.448Z] 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). [2025-10-08T10:29:55.448Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2025-10-08T10:29:55.508Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-10-08T10:29:55.508Z] [ssh-agent] Looking for ssh-agent implementation... [2025-10-08T10:29:55.617Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-10-08T10:29:55.615Z] $ docker exec edf1535b1db52e371c907a539a14bbd616c8d7dcad062ac68921ad81ea5f0b07 ssh-agent [2025-10-08T10:29:55.722Z] SSH_AUTH_SOCK=/tmp/ssh-XbqZvBZECgQf/agent.32 [2025-10-08T10:29:55.722Z] SSH_AGENT_PID=38 [2025-10-08T10:29:55.727Z] Running ssh-add (command line suppressed) [2025-10-08T10:29:55.817Z] Identity added: /w/workspace/ry_app-service-configurable_main@tmp/private_key_8993492899679183994.key (/w/workspace/ry_app-service-configurable_main@tmp/private_key_8993492899679183994.key) [2025-10-08T10:29:55.835Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-10-08T10:29:56.130Z] + git semver bump pre [2025-10-08T10:29:56.389Z] 2025-10-08 10:29:56,380 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') [2025-10-08T10:29:56.649Z] 2025-10-08 10:29:56,385 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main [2025-10-08T10:29:56.649Z] 2025-10-08 10:29:56,385 [bump_version] DEBUG bumping version:4.1.0-dev.9 on axis:pre with prefix:dev [2025-10-08T10:29:56.649Z] 2025-10-08 10:29:56,385 [bump_version] DEBUG bumped version:4.1.0-dev.10 [2025-10-08T10:29:56.649Z] 2025-10-08 10:29:56,385 [write_version] DEBUG write version:4.1.0-dev.10 to path:/w/workspace/ry_app-service-configurable_main/.semver/main with force:True [2025-10-08T10:29:56.649Z] 2025-10-08 10:29:56,385 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main [2025-10-08T10:29:56.649Z] 2025-10-08 10:29:56,386 [write_file] DEBUG write to file:/w/workspace/ry_app-service-configurable_main/.semver/main [2025-10-08T10:29:56.649Z] 2025-10-08 10:29:56,388 [execute] INFO git cat-file --batch-check [2025-10-08T10:29:56.649Z] 2025-10-08 10:29:56,389 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/ry_app-service-configurable_main/.semver, stdin=, shell=False, universal_newlines=False) [2025-10-08T10:29:56.649Z] 2025-10-08 10:29:56,392 [execute] INFO git cat-file --batch [2025-10-08T10:29:56.649Z] 2025-10-08 10:29:56,392 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/ry_app-service-configurable_main/.semver, stdin=, shell=False, universal_newlines=False) [2025-10-08T10:29:56.649Z] 2025-10-08 10:29:56,395 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main [2025-10-08T10:29:56.649Z] 4.1.0-dev.10 [Pipeline] } [2025-10-08T10:29:56.652Z] $ docker exec --env ******** --env ******** edf1535b1db52e371c907a539a14bbd616c8d7dcad062ac68921ad81ea5f0b07 ssh-agent -k [2025-10-08T10:29:56.760Z] unset SSH_AUTH_SOCK; [2025-10-08T10:29:56.760Z] unset SSH_AGENT_PID; [2025-10-08T10:29:56.760Z] echo Agent pid 38 killed; [2025-10-08T10:29:56.776Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-10-08T10:29:57.099Z] + git semver [Pipeline] } [2025-10-08T10:29:57.365Z] $ docker stop --time=1 edf1535b1db52e371c907a539a14bbd616c8d7dcad062ac68921ad81ea5f0b07 [2025-10-08T10:29:58.602Z] $ docker rm -f --volumes edf1535b1db52e371c907a539a14bbd616c8d7dcad062ac68921ad81ea5f0b07 [Pipeline] // withDockerContainer [Pipeline] sh [2025-10-08T10:29:58.965Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2025-10-08T10:29:58.965Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-08T10:29:59.275Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-10-08T10:29:59.275Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-10-08T10:29:59.358Z] prd-ubuntu20.04-docker-8c-8g-116157 does not seem to be running inside a container [2025-10-08T10:29:59.389Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/ry_app-service-configurable_main -v /w/workspace/ry_app-service-configurable_main:/w/workspace/ry_app-service-configurable_main:rw,z -v /w/workspace/ry_app-service-configurable_main@tmp:/w/workspace/ry_app-service-configurable_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2025-10-08T10:29:59.601Z] $ docker top ca7d9946f826d13b0951df08145e8b2267bee0f287f0cad7afdcbac0efc9da95 -eo pid,comm [2025-10-08T10:29:59.647Z] 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). [2025-10-08T10:29:59.647Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2025-10-08T10:29:59.707Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-10-08T10:29:59.707Z] [ssh-agent] Looking for ssh-agent implementation... [2025-10-08T10:29:59.803Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-10-08T10:29:59.801Z] $ docker exec ca7d9946f826d13b0951df08145e8b2267bee0f287f0cad7afdcbac0efc9da95 ssh-agent [2025-10-08T10:29:59.917Z] SSH_AUTH_SOCK=/tmp/ssh-n5TfxTx51Z1R/agent.32 [2025-10-08T10:29:59.917Z] SSH_AGENT_PID=38 [2025-10-08T10:29:59.921Z] Running ssh-add (command line suppressed) [2025-10-08T10:30:00.034Z] Identity added: /w/workspace/ry_app-service-configurable_main@tmp/private_key_14451986902136362908.key (/w/workspace/ry_app-service-configurable_main@tmp/private_key_14451986902136362908.key) [2025-10-08T10:30:00.051Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-10-08T10:30:00.339Z] + git semver push [2025-10-08T10:30:00.598Z] 2025-10-08 10:30:00,556 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') [2025-10-08T10:30:00.598Z] 2025-10-08 10:30:00,559 [run_push] DEBUG push [2025-10-08T10:30:00.598Z] 2025-10-08 10:30:00,560 [execute] INFO git cat-file --batch-check [2025-10-08T10:30:00.598Z] 2025-10-08 10:30:00,560 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/ry_app-service-configurable_main/.semver, stdin=, shell=False, universal_newlines=False) [2025-10-08T10:30:00.598Z] 2025-10-08 10:30:00,563 [execute] INFO git rev-list 71c08f079fe410ce0fbeb5f29ba5564e44a86d97 -- [2025-10-08T10:30:00.598Z] 2025-10-08 10:30:00,563 [execute] DEBUG Popen(['git', 'rev-list', '71c08f079fe410ce0fbeb5f29ba5564e44a86d97', '--'], cwd=/w/workspace/ry_app-service-configurable_main/.semver, stdin=None, shell=False, universal_newlines=False) [2025-10-08T10:30:00.598Z] 2025-10-08 10:30:00,573 [execute] INFO git fetch -v -- origin [2025-10-08T10:30:00.598Z] 2025-10-08 10:30:00,573 [execute] DEBUG Popen(['git', 'fetch', '-v', '--', 'origin'], cwd=/w/workspace/ry_app-service-configurable_main/.semver, stdin=None, shell=False, universal_newlines=True) [2025-10-08T10:30:01.163Z] 2025-10-08 10:30:01,121 [run_push] DEBUG no remote changes detected [2025-10-08T10:30:01.163Z] 2025-10-08 10:30:01,121 [execute] INFO git push origin semver [2025-10-08T10:30:01.163Z] 2025-10-08 10:30:01,121 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/ry_app-service-configurable_main/.semver, stdin=None, shell=False, universal_newlines=False) [2025-10-08T10:30:02.099Z] 2025-10-08 10:30:01,866 [run_push] DEBUG push all version tags [2025-10-08T10:30:02.099Z] 2025-10-08 10:30:01,866 [execute] INFO git push origin refs/tags/v*:refs/tags/v* [2025-10-08T10:30:02.099Z] 2025-10-08 10:30:01,867 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/ry_app-service-configurable_main, stdin=None, shell=False, universal_newlines=False) [2025-10-08T10:30:03.036Z] 2025-10-08 10:30:02,785 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main [2025-10-08T10:30:03.036Z] 4.1.0-dev.10 [Pipeline] } [2025-10-08T10:30:03.039Z] $ docker exec --env ******** --env ******** ca7d9946f826d13b0951df08145e8b2267bee0f287f0cad7afdcbac0efc9da95 ssh-agent -k [2025-10-08T10:30:03.142Z] unset SSH_AUTH_SOCK; [2025-10-08T10:30:03.142Z] unset SSH_AGENT_PID; [2025-10-08T10:30:03.142Z] echo Agent pid 38 killed; [2025-10-08T10:30:03.157Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-10-08T10:30:03.502Z] + git semver [Pipeline] } [2025-10-08T10:30:03.771Z] $ docker stop --time=1 ca7d9946f826d13b0951df08145e8b2267bee0f287f0cad7afdcbac0efc9da95 [2025-10-08T10:30:05.056Z] $ docker rm -f --volumes ca7d9946f826d13b0951df08145e8b2267bee0f287f0cad7afdcbac0efc9da95 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Bump Experimental Tag" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Bump Stable (Named) Tag" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh [2025-10-08T10:30:05.664Z] + [ -d /w/workspace/ry_app-service-configurable_main/archives ] [2025-10-08T10:30:05.664Z] + ls -al /w/workspace/ry_app-service-configurable_main/archives [2025-10-08T10:30:05.664Z] total 16 [2025-10-08T10:30:05.664Z] drwxr-xr-x 3 root root 4096 Oct 8 10:12 . [2025-10-08T10:30:05.664Z] drwxrwxr-x 8 jenkins jenkins 4096 Oct 8 10:29 .. [2025-10-08T10:30:05.664Z] drwxr-xr-x 2 root root 4096 Oct 8 10:12 cost [2025-10-08T10:30:05.664Z] -rw-r--r-- 1 root root 96 Oct 8 10:12 cost.csv [2025-10-08T10:30:05.664Z] + sudo chown -R jenkins:jenkins /w/workspace/ry_app-service-configurable_main/archives [2025-10-08T10:30:05.664Z] + ls -al /w/workspace/ry_app-service-configurable_main/archives [2025-10-08T10:30:05.664Z] total 16 [2025-10-08T10:30:05.664Z] drwxr-xr-x 3 jenkins jenkins 4096 Oct 8 10:12 . [2025-10-08T10:30:05.664Z] drwxrwxr-x 8 jenkins jenkins 4096 Oct 8 10:29 .. [2025-10-08T10:30:05.664Z] drwxr-xr-x 2 jenkins jenkins 4096 Oct 8 10:12 cost [2025-10-08T10:30:05.664Z] -rw-r--r-- 1 jenkins jenkins 96 Oct 8 10:12 cost.csv [Pipeline] libraryResource [Pipeline] sh [2025-10-08T10:30:05.956Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2025-10-08T10:30:06.815Z] ---> package-listing.sh [2025-10-08T10:30:06.816Z] ++ facter osfamily [2025-10-08T10:30:06.816Z] ++ tr '[:upper:]' '[:lower:]' [2025-10-08T10:30:07.076Z] + OS_FAMILY=debian [2025-10-08T10:30:07.076Z] + workspace=/w/workspace/ry_app-service-configurable_main [2025-10-08T10:30:07.076Z] + START_PACKAGES=/tmp/packages_start.txt [2025-10-08T10:30:07.076Z] + END_PACKAGES=/tmp/packages_end.txt [2025-10-08T10:30:07.076Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2025-10-08T10:30:07.076Z] + PACKAGES=/tmp/packages_start.txt [2025-10-08T10:30:07.076Z] + '[' /w/workspace/ry_app-service-configurable_main ']' [2025-10-08T10:30:07.076Z] + PACKAGES=/tmp/packages_end.txt [2025-10-08T10:30:07.076Z] + case "${OS_FAMILY}" in [2025-10-08T10:30:07.076Z] + dpkg -l [2025-10-08T10:30:07.076Z] + grep '^ii' [2025-10-08T10:30:07.076Z] + '[' -f /tmp/packages_start.txt ']' [2025-10-08T10:30:07.076Z] + '[' -f /tmp/packages_end.txt ']' [2025-10-08T10:30:07.076Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2025-10-08T10:30:07.076Z] + '[' /w/workspace/ry_app-service-configurable_main ']' [2025-10-08T10:30:07.076Z] + mkdir -p /w/workspace/ry_app-service-configurable_main/archives/ [2025-10-08T10:30:07.076Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/ry_app-service-configurable_main/archives/ [Pipeline] echo [2025-10-08T10:30:07.091Z] 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/ry_app-service-configurable_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2025-10-08T10:30:07.372Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-08T10:30:07.949Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-10-08T10:30:07.949Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-10-08T10:30:08.027Z] prd-ubuntu20.04-docker-8c-8g-116157 does not seem to be running inside a container [2025-10-08T10:30:08.053Z] $ 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/ry_app-service-configurable_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/ry_app-service-configurable_main -v /w/workspace/ry_app-service-configurable_main:/w/workspace/ry_app-service-configurable_main:rw,z -v /w/workspace/ry_app-service-configurable_main@tmp:/w/workspace/ry_app-service-configurable_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2025-10-08T10:30:08.287Z] $ docker top 4e44d341fbb7e305f3d82d3cff6c5f914f2d36da6e9d60854249b6f8210ffa74 -eo pid,comm [Pipeline] { [Pipeline] sh [2025-10-08T10:30:08.639Z] + touch /tmp/pre-build-complete [Pipeline] sh [2025-10-08T10:30:08.923Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2025-10-08T10:30:09.209Z] + ls /var/log/sa-host [2025-10-08T10:30:09.209Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-10-08T10:30:09.247Z] provisioning config files... [2025-10-08T10:30:09.257Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/ry_app-service-configurable_main@tmp/config2207579372486966942tmp [Pipeline] { [Pipeline] echo [2025-10-08T10:30:09.274Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2025-10-08T10:30:09.557Z] ---> create-netrc.sh [Pipeline] } [2025-10-08T10:30:09.563Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2025-10-08T10:30:09.884Z] ---> python-tools-install.sh [Pipeline] echo [2025-10-08T10:30:09.896Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2025-10-08T10:30:10.181Z] ---> sudo-logs.sh [2025-10-08T10:30:10.181Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2025-10-08T10:30:10.211Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2025-10-08T10:30:10.498Z] ---> job-cost.sh [2025-10-08T10:30:10.499Z] lf-activate-venv: SKIPPING [2025-10-08T10:30:10.499Z] DEBUG: total: 0.2199999988079071 [2025-10-08T10:30:10.499Z] INFO: Retrieving Stack Cost... [2025-10-08T10:30:10.759Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2025-10-08T10:30:11.020Z] INFO: Archiving Costs [Pipeline] echo [2025-10-08T10:30:11.034Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2025-10-08T10:30:11.321Z] ---> logs-deploy.sh [2025-10-08T10:30:11.321Z] lf-activate-venv: SKIPPING [2025-10-08T10:30:11.321Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-service-configurable/main/282 [2025-10-08T10:30:11.321Z] INFO: archiving workspace using pattern(s): [2025-10-08T10:30:12.258Z] Archives upload complete. [2025-10-08T10:30:12.517Z] INFO: archiving logs to Nexus [2025-10-08T10:30:13.088Z] ---> uname -a: [2025-10-08T10:30:13.088Z] Linux prd-ubuntu20-04-docker-8c-8g-116157 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 GNU/Linux [2025-10-08T10:30:13.088Z] [2025-10-08T10:30:13.088Z] [2025-10-08T10:30:13.088Z] ---> lscpu: [2025-10-08T10:30:13.088Z] Architecture: x86_64 [2025-10-08T10:30:13.088Z] CPU op-mode(s): 32-bit, 64-bit [2025-10-08T10:30:13.088Z] Byte Order: Little Endian [2025-10-08T10:30:13.088Z] Address sizes: 40 bits physical, 48 bits virtual [2025-10-08T10:30:13.088Z] CPU(s): 8 [2025-10-08T10:30:13.088Z] On-line CPU(s) list: 0-7 [2025-10-08T10:30:13.088Z] Thread(s) per core: 1 [2025-10-08T10:30:13.088Z] Core(s) per socket: 1 [2025-10-08T10:30:13.088Z] Socket(s): 8 [2025-10-08T10:30:13.088Z] NUMA node(s): 1 [2025-10-08T10:30:13.088Z] Vendor ID: AuthenticAMD [2025-10-08T10:30:13.088Z] CPU family: 23 [2025-10-08T10:30:13.088Z] Model: 49 [2025-10-08T10:30:13.088Z] Model name: AMD EPYC-Rome Processor [2025-10-08T10:30:13.088Z] Stepping: 0 [2025-10-08T10:30:13.088Z] CPU MHz: 2800.000 [2025-10-08T10:30:13.088Z] BogoMIPS: 5600.00 [2025-10-08T10:30:13.088Z] Virtualization: AMD-V [2025-10-08T10:30:13.088Z] Hypervisor vendor: KVM [2025-10-08T10:30:13.088Z] Virtualization type: full [2025-10-08T10:30:13.088Z] L1d cache: 256 KiB [2025-10-08T10:30:13.088Z] L1i cache: 256 KiB [2025-10-08T10:30:13.088Z] L2 cache: 4 MiB [2025-10-08T10:30:13.088Z] L3 cache: 128 MiB [2025-10-08T10:30:13.088Z] NUMA node0 CPU(s): 0-7 [2025-10-08T10:30:13.088Z] Vulnerability Gather data sampling: Not affected [2025-10-08T10:30:13.088Z] Vulnerability Itlb multihit: Not affected [2025-10-08T10:30:13.088Z] Vulnerability L1tf: Not affected [2025-10-08T10:30:13.088Z] Vulnerability Mds: Not affected [2025-10-08T10:30:13.088Z] Vulnerability Meltdown: Not affected [2025-10-08T10:30:13.088Z] Vulnerability Mmio stale data: Not affected [2025-10-08T10:30:13.088Z] Vulnerability Retbleed: Vulnerable [2025-10-08T10:30:13.088Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2025-10-08T10:30:13.088Z] Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization [2025-10-08T10:30:13.088Z] Vulnerability Spectre v2: Mitigation; Retpolines; IBPB conditional; IBRS_FW; STIBP disabled; RSB filling; PBRSB-eIBRS Not affected; BHI Not affected [2025-10-08T10:30:13.088Z] Vulnerability Srbds: Not affected [2025-10-08T10:30:13.088Z] Vulnerability Tsx async abort: Not affected [2025-10-08T10:30:13.088Z] 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-08T10:30:13.088Z] [2025-10-08T10:30:13.088Z] [2025-10-08T10:30:13.088Z] ---> nproc: [2025-10-08T10:30:13.088Z] 8 [2025-10-08T10:30:13.088Z] [2025-10-08T10:30:13.088Z] [2025-10-08T10:30:13.088Z] ---> df -h: [2025-10-08T10:30:13.088Z] Filesystem Size Used Avail Use% Mounted on [2025-10-08T10:30:13.088Z] overlay 155G 14G 142G 9% / [2025-10-08T10:30:13.088Z] tmpfs 64M 0 64M 0% /dev [2025-10-08T10:30:13.088Z] tmpfs 16G 0 16G 0% /sys/fs/cgroup [2025-10-08T10:30:13.088Z] shm 64M 0 64M 0% /dev/shm [2025-10-08T10:30:13.088Z] /dev/vda1 155G 14G 142G 9% /facter-os [2025-10-08T10:30:13.088Z] [2025-10-08T10:30:13.088Z] [2025-10-08T10:30:13.088Z] ---> sar -b -r -n DEV: [2025-10-08T10:30:13.088Z] Linux 5.4.0-216-generic (prd-ubuntu20-04-docker-8c-8g-116157) 10/08/25 _x86_64_ (8 CPU) [2025-10-08T10:30:13.088Z] [2025-10-08T10:30:13.088Z] 10:06:33 LINUX RESTART (8 CPU) [2025-10-08T10:30:13.088Z] [2025-10-08T10:30:13.088Z] 10:07:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2025-10-08T10:30:13.088Z] 10:08:01 368.41 66.79 301.63 0.00 12707.13 29744.38 0.00 [2025-10-08T10:30:13.088Z] 10:09:01 245.39 3.82 241.58 0.00 75.19 66752.34 0.00 [2025-10-08T10:30:13.088Z] 10:10:01 91.57 0.32 91.25 0.00 35.46 34463.34 0.00 [2025-10-08T10:30:13.088Z] 10:11:01 50.56 0.02 50.54 0.00 3.60 17258.46 0.00 [2025-10-08T10:30:13.088Z] 10:12:01 48.08 3.78 44.29 0.00 4284.35 8982.24 0.00 [2025-10-08T10:30:13.088Z] 10:13:01 51.87 0.03 51.84 0.00 0.27 20472.59 0.00 [2025-10-08T10:30:13.088Z] 10:14:01 2.13 0.00 2.13 0.00 0.00 23.33 0.00 [2025-10-08T10:30:13.088Z] 10:15:01 0.97 0.00 0.97 0.00 0.00 12.13 0.00 [2025-10-08T10:30:13.088Z] 10:16:01 1.27 0.00 1.27 0.00 0.00 14.13 0.00 [2025-10-08T10:30:13.088Z] 10:17:01 1.15 0.02 1.13 0.00 0.13 13.60 0.00 [2025-10-08T10:30:13.088Z] 10:18:01 1.40 0.00 1.40 0.00 0.00 20.66 0.00 [2025-10-08T10:30:13.088Z] 10:19:01 1.07 0.00 1.07 0.00 0.00 12.93 0.00 [2025-10-08T10:30:13.088Z] 10:20:01 1.13 0.00 1.13 0.00 0.00 12.53 0.00 [2025-10-08T10:30:13.088Z] 10:21:01 0.85 0.00 0.85 0.00 0.00 10.13 0.00 [2025-10-08T10:30:13.088Z] 10:22:01 1.63 0.02 1.62 0.00 0.13 23.20 0.00 [2025-10-08T10:30:13.088Z] 10:23:01 1.17 0.00 1.17 0.00 0.00 14.26 0.00 [2025-10-08T10:30:13.088Z] 10:24:01 1.18 0.00 1.18 0.00 0.00 13.06 0.00 [2025-10-08T10:30:13.088Z] 10:25:01 0.87 0.00 0.87 0.00 0.00 11.33 0.00 [2025-10-08T10:30:13.088Z] 10:26:01 1.17 0.00 1.17 0.00 0.00 13.69 0.00 [2025-10-08T10:30:13.088Z] 10:27:01 0.92 0.00 0.92 0.00 0.00 11.33 0.00 [2025-10-08T10:30:13.088Z] 10:28:01 1.35 0.00 1.35 0.00 0.00 16.40 0.00 [2025-10-08T10:30:13.088Z] 10:29:01 1.45 0.00 1.45 0.00 0.00 16.80 0.00 [2025-10-08T10:30:13.088Z] 10:30:01 137.16 0.62 136.54 0.00 21.73 55120.41 0.00 [2025-10-08T10:30:13.088Z] Average: 43.83 3.23 40.59 0.00 736.53 10124.70 0.00 [2025-10-08T10:30:13.088Z] [2025-10-08T10:30:13.088Z] 10:07:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2025-10-08T10:30:13.088Z] 10:08:01 29195688 31539116 785212 2.39 74872 2569248 1832804 5.40 1027696 2308544 460 [2025-10-08T10:30:13.088Z] 10:09:01 26388924 31309744 973156 2.96 152684 4863796 2224220 6.56 1998796 3896256 717936 [2025-10-08T10:30:13.088Z] 10:10:01 26652084 31181364 1098444 3.34 159024 4465436 2695656 7.95 1981788 3644252 284000 [2025-10-08T10:30:13.088Z] 10:11:01 26785508 31514688 769796 2.34 160004 4674204 1650376 4.87 1614648 3898680 92 [2025-10-08T10:30:13.088Z] 10:12:01 26278544 31479944 789452 2.40 193544 5098568 1742292 5.14 1914212 4066432 980 [2025-10-08T10:30:13.088Z] 10:13:01 25768288 31484832 783956 2.38 206264 5550108 1739152 5.13 1935660 4505376 440 [2025-10-08T10:30:13.088Z] 10:14:01 25768048 31484628 783880 2.38 206292 5550112 1739152 5.13 1935828 4505380 8 [2025-10-08T10:30:13.088Z] 10:15:01 25775880 31492536 775828 2.36 206328 5550116 1739152 5.13 1927968 4505388 188 [2025-10-08T10:30:13.088Z] 10:16:01 25777368 31494060 774264 2.36 206356 5550116 1739152 5.13 1926452 4505388 12 [2025-10-08T10:30:13.088Z] 10:17:01 25782880 31499620 768656 2.34 206380 5550116 1739152 5.13 1920828 4505392 184 [2025-10-08T10:30:13.088Z] 10:18:01 25784260 31501172 766852 2.33 206412 5550120 1739152 5.13 1919232 4505392 44 [2025-10-08T10:30:13.088Z] 10:19:01 25784220 31501136 766824 2.33 206432 5550124 1739152 5.13 1919180 4505396 188 [2025-10-08T10:30:13.088Z] 10:20:01 25784172 31501116 766792 2.33 206444 5550128 1739152 5.13 1919388 4505400 8 [2025-10-08T10:30:13.088Z] 10:21:01 25784052 31501032 766696 2.33 206456 5550128 1739152 5.13 1919204 4505400 184 [2025-10-08T10:30:13.088Z] 10:22:01 25783148 31500208 767084 2.33 206496 5550104 1730860 5.10 1919348 4505376 36 [2025-10-08T10:30:13.088Z] 10:23:01 25783084 31500208 766972 2.33 206532 5550116 1730860 5.10 1919972 4505384 276 [2025-10-08T10:30:13.088Z] 10:24:01 25783360 31500484 766676 2.33 206552 5550116 1730860 5.10 1919504 4505384 8 [2025-10-08T10:30:13.088Z] 10:25:01 25783776 31500940 766112 2.33 206560 5550124 1730860 5.10 1919508 4505392 184 [2025-10-08T10:30:13.088Z] 10:26:01 25783884 31501048 765936 2.33 206584 5550124 1730860 5.10 1919508 4505392 8 [2025-10-08T10:30:13.088Z] 10:27:01 25784836 31502212 764700 2.33 206600 5550256 1730860 5.10 1919116 4505512 188 [2025-10-08T10:30:13.088Z] 10:28:01 25784808 31502228 764900 2.33 206628 5550256 1730860 5.10 1918904 4505524 4 [2025-10-08T10:30:13.088Z] 10:29:01 25785292 31502732 764576 2.33 206648 5550260 1730860 5.10 1918880 4505524 40 [2025-10-08T10:30:13.088Z] 10:30:01 24559032 31425348 834284 2.54 248092 6552608 1848476 5.45 2058496 5480728 572 [2025-10-08T10:30:13.088Z] Average: 26006136 31474800 797002 2.42 195573 5329404 1804047 5.32 1881483 4342908 43741 [2025-10-08T10:30:13.088Z] [2025-10-08T10:30:13.088Z] 10:07:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2025-10-08T10:30:13.088Z] 10:08:01 lo 4.81 4.81 0.50 0.50 0.00 0.00 0.00 0.00 [2025-10-08T10:30:13.088Z] 10:08:01 docker0 42.25 44.62 3.02 239.47 0.00 0.00 0.00 0.00 [2025-10-08T10:30:13.088Z] 10:08:01 ens3 473.78 362.74 5032.05 128.44 0.00 0.00 0.00 0.00 [2025-10-08T10:30:13.088Z] 10:09:01 lo 0.47 0.47 0.04 0.04 0.00 0.00 0.00 0.00 [2025-10-08T10:30:13.088Z] 10:09:01 veth3c638dc 0.12 0.23 0.01 0.02 0.00 0.00 0.00 0.00 [2025-10-08T10:30:13.088Z] 10:09:01 docker0 275.69 402.02 24.17 2940.02 0.00 0.00 0.00 0.00 [2025-10-08T10:30:13.088Z] 10:09:01 ens3 529.36 353.49 6192.87 47.14 0.00 0.00 0.00 0.00 [2025-10-08T10:30:13.088Z] 10:10:01 lo 0.47 0.47 0.05 0.05 0.00 0.00 0.00 0.00 [2025-10-08T10:30:13.088Z] 10:10:01 veth60fe9fc 0.05 0.20 0.00 0.02 0.00 0.00 0.00 0.00 [2025-10-08T10:30:13.088Z] 10:10:01 docker0 6.27 11.51 0.38 163.69 0.00 0.00 0.00 0.00 [2025-10-08T10:30:13.088Z] 10:10:01 ens3 36.16 21.51 240.86 8.81 0.00 0.00 0.00 0.00 [2025-10-08T10:30:13.088Z] 10:11:01 lo 5.60 5.60 0.55 0.55 0.00 0.00 0.00 0.00 [2025-10-08T10:30:13.088Z] 10:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-10-08T10:30:13.088Z] 10:11:01 ens3 59.79 53.29 31.38 264.77 0.00 0.00 0.00 0.00 [2025-10-08T10:30:13.088Z] 10:12:01 lo 0.67 0.67 0.08 0.08 0.00 0.00 0.00 0.00 [2025-10-08T10:30:13.088Z] 10:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-10-08T10:30:13.088Z] 10:12:01 ens3 177.44 72.19 2994.47 5.62 0.00 0.00 0.00 0.00 [2025-10-08T10:30:13.088Z] 10:13:01 lo 1.00 1.00 0.09 0.09 0.00 0.00 0.00 0.00 [2025-10-08T10:30:13.088Z] 10:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-10-08T10:30:13.088Z] 10:13:01 ens3 90.95 61.02 2522.07 10.80 0.00 0.00 0.00 0.00 [2025-10-08T10:30:13.088Z] 10:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-10-08T10:30:13.088Z] 10:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-10-08T10:30:13.088Z] 10:14:01 ens3 0.07 0.00 0.01 0.00 0.00 0.00 0.00 0.00 [2025-10-08T10:30:13.088Z] 10:15:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-10-08T10:30:13.088Z] 10:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-10-08T10:30:13.088Z] 10:15:01 ens3 0.53 0.25 1.30 0.02 0.00 0.00 0.00 0.00 [2025-10-08T10:30:13.088Z] 10:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-10-08T10:30:13.088Z] 10:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-10-08T10:30:13.088Z] 10:16:01 ens3 0.05 0.02 0.01 0.00 0.00 0.00 0.00 0.00 [2025-10-08T10:30:13.088Z] 10:17:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-10-08T10:30:13.088Z] 10:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-10-08T10:30:13.088Z] 10:17:01 ens3 0.17 0.10 0.02 0.01 0.00 0.00 0.00 0.00 [2025-10-08T10:30:13.088Z] 10:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-10-08T10:30:13.088Z] 10:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-10-08T10:30:13.088Z] 10:18:01 ens3 0.27 0.12 0.14 0.07 0.00 0.00 0.00 0.00 [2025-10-08T10:30:13.088Z] 10:19:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-10-08T10:30:13.088Z] 10:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-10-08T10:30:13.088Z] 10:19:01 ens3 0.55 0.10 0.06 0.01 0.00 0.00 0.00 0.00 [2025-10-08T10:30:13.088Z] 10:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-10-08T10:30:13.088Z] 10:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-10-08T10:30:13.088Z] 10:20:01 ens3 0.47 0.27 0.27 0.21 0.00 0.00 0.00 0.00 [2025-10-08T10:30:13.088Z] 10:21:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-10-08T10:30:13.088Z] 10:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-10-08T10:30:13.088Z] 10:21:01 ens3 0.18 0.10 0.02 0.01 0.00 0.00 0.00 0.00 [2025-10-08T10:30:13.088Z] 10:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-10-08T10:30:13.088Z] 10:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-10-08T10:30:13.088Z] 10:22:01 ens3 0.05 0.00 0.01 0.00 0.00 0.00 0.00 0.00 [2025-10-08T10:30:13.088Z] 10:23:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-10-08T10:30:13.088Z] 10:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-10-08T10:30:13.088Z] 10:23:01 ens3 0.38 0.25 0.15 0.08 0.00 0.00 0.00 0.00 [2025-10-08T10:30:13.088Z] 10:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-10-08T10:30:13.088Z] 10:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-10-08T10:30:13.088Z] 10:24:01 ens3 0.13 0.05 0.01 0.00 0.00 0.00 0.00 0.00 [2025-10-08T10:30:13.088Z] 10:25:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-10-08T10:30:13.088Z] 10:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-10-08T10:30:13.088Z] 10:25:01 ens3 0.15 0.12 0.02 0.01 0.00 0.00 0.00 0.00 [2025-10-08T10:30:13.088Z] 10:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-10-08T10:30:13.088Z] 10:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-10-08T10:30:13.088Z] 10:26:01 ens3 0.07 0.00 0.01 0.00 0.00 0.00 0.00 0.00 [2025-10-08T10:30:13.088Z] 10:27:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-10-08T10:30:13.088Z] 10:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-10-08T10:30:13.088Z] 10:27:01 ens3 0.13 0.10 0.02 0.01 0.00 0.00 0.00 0.00 [2025-10-08T10:30:13.088Z] 10:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-10-08T10:30:13.088Z] 10:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-10-08T10:30:13.088Z] 10:28:01 ens3 0.20 0.08 0.09 0.06 0.00 0.00 0.00 0.00 [2025-10-08T10:30:13.089Z] 10:29:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-10-08T10:30:13.089Z] 10:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-10-08T10:30:13.089Z] 10:29:01 ens3 0.28 0.12 0.08 0.01 0.00 0.00 0.00 0.00 [2025-10-08T10:30:13.089Z] 10:30:01 lo 1.53 1.53 0.15 0.15 0.00 0.00 0.00 0.00 [2025-10-08T10:30:13.089Z] 10:30:01 veth4c82659 0.57 0.47 0.11 0.17 0.00 0.00 0.00 0.00 [2025-10-08T10:30:13.089Z] 10:30:01 docker0 66.79 97.97 6.20 878.66 0.00 0.00 0.00 0.00 [2025-10-08T10:30:13.089Z] 10:30:01 ens3 406.72 295.50 6793.94 180.95 0.00 0.00 0.00 0.00 [2025-10-08T10:30:13.089Z] Average: lo 0.70 0.70 0.07 0.07 0.00 0.00 0.00 0.00 [2025-10-08T10:30:13.089Z] Average: veth4c82659 0.02 0.02 0.00 0.01 0.00 0.00 0.00 0.00 [2025-10-08T10:30:13.089Z] Average: docker0 16.99 24.18 1.47 183.65 0.00 0.00 0.00 0.00 [2025-10-08T10:30:13.089Z] Average: ens3 77.07 52.92 1033.03 28.08 0.00 0.00 0.00 0.00 [2025-10-08T10:30:13.089Z] [2025-10-08T10:30:13.089Z] [2025-10-08T10:30:13.089Z] ---> sar -P ALL: [2025-10-08T10:30:13.089Z] Linux 5.4.0-216-generic (prd-ubuntu20-04-docker-8c-8g-116157) 10/08/25 _x86_64_ (8 CPU) [2025-10-08T10:30:13.089Z] [2025-10-08T10:30:13.089Z] 10:06:33 LINUX RESTART (8 CPU) [2025-10-08T10:30:13.089Z] [2025-10-08T10:30:13.089Z] 10:07:02 CPU %user %nice %system %iowait %steal %idle [2025-10-08T10:30:13.089Z] 10:08:01 all 8.03 0.00 2.24 4.89 0.09 84.74 [2025-10-08T10:30:13.089Z] 10:08:01 0 4.75 0.00 2.31 0.60 0.05 92.29 [2025-10-08T10:30:13.089Z] 10:08:01 1 6.67 0.00 2.19 8.15 0.05 82.94 [2025-10-08T10:30:13.089Z] 10:08:01 2 5.67 0.00 2.27 24.47 0.31 67.28 [2025-10-08T10:30:13.089Z] 10:08:01 3 12.93 0.00 1.83 0.48 0.09 84.68 [2025-10-08T10:30:13.089Z] 10:08:01 4 10.91 0.00 1.69 0.07 0.05 87.28 [2025-10-08T10:30:13.089Z] 10:08:01 5 7.89 0.00 2.41 0.50 0.05 89.15 [2025-10-08T10:30:13.089Z] 10:08:01 6 5.53 0.00 3.12 3.52 0.07 87.76 [2025-10-08T10:30:13.089Z] 10:08:01 7 9.90 0.00 2.09 1.33 0.07 86.61 [2025-10-08T10:30:13.089Z] 10:09:01 all 29.09 0.00 6.17 1.26 0.11 63.37 [2025-10-08T10:30:13.089Z] 10:09:01 0 28.58 0.00 6.11 1.17 0.12 64.02 [2025-10-08T10:30:13.089Z] 10:09:01 1 31.71 0.00 6.79 4.12 0.14 57.24 [2025-10-08T10:30:13.089Z] 10:09:01 2 28.83 0.00 5.15 0.51 0.10 65.40 [2025-10-08T10:30:13.089Z] 10:09:01 3 27.57 0.00 5.65 0.51 0.08 66.19 [2025-10-08T10:30:13.089Z] 10:09:01 4 29.88 0.00 7.30 1.71 0.10 61.01 [2025-10-08T10:30:13.089Z] 10:09:01 5 29.42 0.00 6.61 0.31 0.12 63.55 [2025-10-08T10:30:13.089Z] 10:09:01 6 29.69 0.00 5.87 1.49 0.10 62.86 [2025-10-08T10:30:13.089Z] 10:09:01 7 27.04 0.00 5.90 0.31 0.10 66.66 [2025-10-08T10:30:13.089Z] 10:10:01 all 54.01 0.00 7.61 0.39 0.12 37.87 [2025-10-08T10:30:13.089Z] 10:10:01 0 54.29 0.00 7.71 0.03 0.10 37.86 [2025-10-08T10:30:13.089Z] 10:10:01 1 57.18 0.00 7.69 0.20 0.13 34.79 [2025-10-08T10:30:13.089Z] 10:10:01 2 55.14 0.00 7.51 0.34 0.12 36.90 [2025-10-08T10:30:13.089Z] 10:10:01 3 52.35 0.00 7.95 0.15 0.10 39.44 [2025-10-08T10:30:13.089Z] 10:10:01 4 52.78 0.00 8.23 0.10 0.12 38.77 [2025-10-08T10:30:13.089Z] 10:10:01 5 54.83 0.00 7.18 0.07 0.12 37.81 [2025-10-08T10:30:13.089Z] 10:10:01 6 52.72 0.00 7.00 0.29 0.12 39.87 [2025-10-08T10:30:13.089Z] 10:10:01 7 52.80 0.00 7.65 1.91 0.12 37.52 [2025-10-08T10:30:13.089Z] 10:11:01 all 14.80 0.00 1.87 0.32 0.05 82.96 [2025-10-08T10:30:13.089Z] 10:11:01 0 13.80 0.00 1.55 0.00 0.03 84.61 [2025-10-08T10:30:13.089Z] 10:11:01 1 16.36 0.00 2.20 0.74 0.05 80.65 [2025-10-08T10:30:13.089Z] 10:11:01 2 14.56 0.00 1.89 0.10 0.05 83.40 [2025-10-08T10:30:13.089Z] 10:11:01 3 13.69 0.00 1.92 0.12 0.03 84.24 [2025-10-08T10:30:13.089Z] 10:11:01 4 14.77 0.00 1.92 0.00 0.05 83.26 [2025-10-08T10:30:13.089Z] 10:11:01 5 13.84 0.00 1.84 0.02 0.05 84.26 [2025-10-08T10:30:13.089Z] 10:11:01 6 16.08 0.00 1.89 0.05 0.05 81.94 [2025-10-08T10:30:13.089Z] 10:11:01 7 15.29 0.00 1.76 1.54 0.05 81.36 [2025-10-08T10:30:13.089Z] 10:12:01 all 2.07 0.00 1.31 0.26 0.03 96.32 [2025-10-08T10:30:13.089Z] 10:12:01 0 3.45 0.00 1.27 0.08 0.02 95.18 [2025-10-08T10:30:13.089Z] 10:12:01 1 1.69 0.00 1.24 0.17 0.03 96.86 [2025-10-08T10:30:13.089Z] 10:12:01 2 1.67 0.00 1.94 0.23 0.03 96.12 [2025-10-08T10:30:13.089Z] 10:12:01 3 2.57 0.00 0.92 1.23 0.02 95.26 [2025-10-08T10:30:13.089Z] 10:12:01 4 2.34 0.00 3.00 0.22 0.02 94.43 [2025-10-08T10:30:13.089Z] 10:12:01 5 1.47 0.00 0.65 0.05 0.02 97.82 [2025-10-08T10:30:13.089Z] 10:12:01 6 1.17 0.00 0.75 0.07 0.03 97.98 [2025-10-08T10:30:13.089Z] 10:12:01 7 2.24 0.00 0.73 0.05 0.03 96.95 [2025-10-08T10:30:13.089Z] 10:13:01 all 2.20 0.00 1.04 0.25 0.03 96.48 [2025-10-08T10:30:13.089Z] 10:13:01 0 1.99 0.00 0.77 0.02 0.02 97.21 [2025-10-08T10:30:13.089Z] 10:13:01 1 2.06 0.00 1.46 1.59 0.02 94.87 [2025-10-08T10:30:13.089Z] 10:13:01 2 2.11 0.00 0.75 0.02 0.02 97.10 [2025-10-08T10:30:13.089Z] 10:13:01 3 1.98 0.00 1.04 0.28 0.05 96.65 [2025-10-08T10:30:13.089Z] 10:13:01 4 2.34 0.00 0.74 0.03 0.03 96.86 [2025-10-08T10:30:13.089Z] 10:13:01 5 3.07 0.00 0.79 0.07 0.03 96.04 [2025-10-08T10:30:13.089Z] 10:13:01 6 1.74 0.00 0.84 0.00 0.02 97.41 [2025-10-08T10:30:13.089Z] 10:13:01 7 2.35 0.00 1.91 0.02 0.02 95.71 [2025-10-08T10:30:13.089Z] 10:14:01 all 0.19 0.00 0.02 0.00 0.01 99.78 [2025-10-08T10:30:13.089Z] 10:14:01 0 0.02 0.00 0.02 0.00 0.02 99.95 [2025-10-08T10:30:13.089Z] 10:14:01 1 0.03 0.00 0.00 0.02 0.00 99.95 [2025-10-08T10:30:13.089Z] 10:14:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2025-10-08T10:30:13.089Z] 10:14:01 3 0.00 0.00 0.03 0.00 0.02 99.95 [2025-10-08T10:30:13.089Z] 10:14:01 4 1.35 0.00 0.07 0.00 0.02 98.56 [2025-10-08T10:30:13.089Z] 10:14:01 5 0.02 0.00 0.00 0.02 0.00 99.97 [2025-10-08T10:30:13.089Z] 10:14:01 6 0.07 0.00 0.00 0.00 0.02 99.92 [2025-10-08T10:30:13.089Z] 10:14:01 7 0.00 0.00 0.02 0.00 0.00 99.98 [2025-10-08T10:30:13.089Z] 10:15:01 all 0.14 0.00 0.02 0.00 0.00 99.83 [2025-10-08T10:30:13.089Z] 10:15:01 0 0.03 0.00 0.00 0.00 0.00 99.97 [2025-10-08T10:30:13.089Z] 10:15:01 1 0.02 0.00 0.03 0.00 0.02 99.93 [2025-10-08T10:30:13.089Z] 10:15:01 2 0.02 0.00 0.00 0.00 0.00 99.98 [2025-10-08T10:30:13.089Z] 10:15:01 3 0.00 0.00 0.03 0.00 0.00 99.97 [2025-10-08T10:30:13.089Z] 10:15:01 4 0.95 0.00 0.03 0.00 0.02 99.00 [2025-10-08T10:30:13.089Z] 10:15:01 5 0.03 0.00 0.03 0.02 0.00 99.92 [2025-10-08T10:30:13.089Z] 10:15:01 6 0.10 0.00 0.02 0.00 0.00 99.88 [2025-10-08T10:30:13.089Z] 10:15:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2025-10-08T10:30:13.089Z] 10:16:01 all 0.16 0.00 0.01 0.00 0.01 99.82 [2025-10-08T10:30:13.089Z] 10:16:01 0 0.00 0.00 0.00 0.00 0.00 100.00 [2025-10-08T10:30:13.089Z] 10:16:01 1 0.05 0.00 0.00 0.02 0.00 99.93 [2025-10-08T10:30:13.089Z] 10:16:01 2 0.00 0.00 0.00 0.00 0.02 99.98 [2025-10-08T10:30:13.089Z] 10:16:01 3 0.02 0.00 0.03 0.00 0.02 99.93 [2025-10-08T10:30:13.089Z] 10:16:01 4 1.03 0.00 0.03 0.00 0.00 98.94 [2025-10-08T10:30:13.089Z] 10:16:01 5 0.03 0.00 0.02 0.02 0.02 99.92 [2025-10-08T10:30:13.089Z] 10:16:01 6 0.12 0.00 0.00 0.00 0.00 99.88 [2025-10-08T10:30:13.089Z] 10:16:01 7 0.00 0.00 0.02 0.00 0.00 99.98 [2025-10-08T10:30:13.089Z] 10:17:01 all 0.09 0.00 0.02 0.00 0.00 99.88 [2025-10-08T10:30:13.089Z] 10:17:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2025-10-08T10:30:13.089Z] 10:17:01 1 0.03 0.00 0.02 0.00 0.00 99.95 [2025-10-08T10:30:13.089Z] 10:17:01 2 0.00 0.00 0.02 0.00 0.00 99.98 [2025-10-08T10:30:13.089Z] 10:17:01 3 0.00 0.00 0.02 0.00 0.00 99.98 [2025-10-08T10:30:13.089Z] 10:17:01 4 0.62 0.00 0.03 0.00 0.03 99.32 [2025-10-08T10:30:13.089Z] 10:17:01 5 0.03 0.00 0.02 0.00 0.00 99.95 [2025-10-08T10:30:13.089Z] 10:17:01 6 0.05 0.00 0.03 0.00 0.00 99.92 [2025-10-08T10:30:13.089Z] 10:17:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2025-10-08T10:30:13.089Z] 10:18:01 all 0.18 0.00 0.01 0.00 0.01 99.79 [2025-10-08T10:30:13.089Z] 10:18:01 0 0.02 0.00 0.00 0.00 0.02 99.97 [2025-10-08T10:30:13.089Z] 10:18:01 1 0.02 0.00 0.02 0.02 0.02 99.93 [2025-10-08T10:30:13.089Z] 10:18:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2025-10-08T10:30:13.089Z] 10:18:01 3 0.02 0.00 0.02 0.00 0.02 99.95 [2025-10-08T10:30:13.089Z] 10:18:01 4 1.32 0.00 0.02 0.00 0.00 98.66 [2025-10-08T10:30:13.089Z] 10:18:01 5 0.07 0.00 0.00 0.02 0.00 99.92 [2025-10-08T10:30:13.089Z] 10:18:01 6 0.02 0.00 0.03 0.00 0.02 99.93 [2025-10-08T10:30:13.089Z] 10:18:01 7 0.00 0.00 0.02 0.00 0.00 99.98 [2025-10-08T10:30:13.089Z] [2025-10-08T10:30:13.089Z] 10:18:01 CPU %user %nice %system %iowait %steal %idle [2025-10-08T10:30:13.089Z] 10:19:01 all 0.28 0.00 0.01 0.00 0.00 99.70 [2025-10-08T10:30:13.089Z] 10:19:01 0 0.03 0.00 0.00 0.00 0.00 99.97 [2025-10-08T10:30:13.089Z] 10:19:01 1 0.03 0.00 0.00 0.00 0.00 99.97 [2025-10-08T10:30:13.089Z] 10:19:01 2 0.00 0.00 0.02 0.00 0.02 99.97 [2025-10-08T10:30:13.089Z] 10:19:01 3 0.00 0.00 0.03 0.00 0.00 99.97 [2025-10-08T10:30:13.089Z] 10:19:01 4 2.00 0.00 0.02 0.00 0.02 97.96 [2025-10-08T10:30:13.089Z] 10:19:01 5 0.03 0.00 0.03 0.02 0.00 99.92 [2025-10-08T10:30:13.089Z] 10:19:01 6 0.07 0.00 0.02 0.00 0.00 99.92 [2025-10-08T10:30:13.089Z] 10:19:01 7 0.02 0.00 0.00 0.00 0.00 99.98 [2025-10-08T10:30:13.089Z] 10:20:01 all 0.03 0.00 0.01 0.00 0.01 99.95 [2025-10-08T10:30:13.089Z] 10:20:01 0 0.00 0.00 0.02 0.00 0.00 99.98 [2025-10-08T10:30:13.089Z] 10:20:01 1 0.02 0.00 0.00 0.00 0.02 99.97 [2025-10-08T10:30:13.089Z] 10:20:01 2 0.02 0.00 0.00 0.00 0.00 99.98 [2025-10-08T10:30:13.089Z] 10:20:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2025-10-08T10:30:13.089Z] 10:20:01 4 0.10 0.00 0.00 0.00 0.02 99.88 [2025-10-08T10:30:13.089Z] 10:20:01 5 0.05 0.00 0.05 0.00 0.03 99.87 [2025-10-08T10:30:13.089Z] 10:20:01 6 0.03 0.00 0.02 0.00 0.02 99.93 [2025-10-08T10:30:13.089Z] 10:20:01 7 0.00 0.00 0.02 0.00 0.00 99.98 [2025-10-08T10:30:13.089Z] 10:21:01 all 0.03 0.00 0.02 0.00 0.00 99.95 [2025-10-08T10:30:13.089Z] 10:21:01 0 0.05 0.00 0.00 0.00 0.00 99.95 [2025-10-08T10:30:13.089Z] 10:21:01 1 0.00 0.00 0.03 0.00 0.00 99.97 [2025-10-08T10:30:13.089Z] 10:21:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2025-10-08T10:30:13.089Z] 10:21:01 3 0.02 0.00 0.02 0.00 0.02 99.95 [2025-10-08T10:30:13.089Z] 10:21:01 4 0.05 0.00 0.00 0.00 0.00 99.95 [2025-10-08T10:30:13.089Z] 10:21:01 5 0.05 0.00 0.05 0.00 0.02 99.88 [2025-10-08T10:30:13.089Z] 10:21:01 6 0.03 0.00 0.03 0.00 0.00 99.93 [2025-10-08T10:30:13.089Z] 10:21:01 7 0.02 0.00 0.00 0.00 0.00 99.98 [2025-10-08T10:30:13.089Z] 10:22:01 all 0.03 0.00 0.04 0.00 0.01 99.91 [2025-10-08T10:30:13.089Z] 10:22:01 0 0.05 0.00 0.03 0.00 0.02 99.90 [2025-10-08T10:30:13.089Z] 10:22:01 1 0.02 0.00 0.05 0.00 0.02 99.92 [2025-10-08T10:30:13.089Z] 10:22:01 2 0.02 0.00 0.03 0.02 0.02 99.92 [2025-10-08T10:30:13.089Z] 10:22:01 3 0.02 0.00 0.05 0.00 0.00 99.93 [2025-10-08T10:30:13.089Z] 10:22:01 4 0.03 0.00 0.05 0.00 0.00 99.92 [2025-10-08T10:30:13.089Z] 10:22:01 5 0.07 0.00 0.07 0.02 0.02 99.83 [2025-10-08T10:30:13.089Z] 10:22:01 6 0.07 0.00 0.02 0.00 0.00 99.92 [2025-10-08T10:30:13.089Z] 10:22:01 7 0.00 0.00 0.02 0.00 0.02 99.97 [2025-10-08T10:30:13.089Z] 10:23:01 all 0.04 0.00 0.01 0.00 0.01 99.95 [2025-10-08T10:30:13.089Z] 10:23:01 0 0.03 0.00 0.02 0.00 0.00 99.95 [2025-10-08T10:30:13.089Z] 10:23:01 1 0.02 0.00 0.00 0.02 0.00 99.97 [2025-10-08T10:30:13.089Z] 10:23:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2025-10-08T10:30:13.089Z] 10:23:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2025-10-08T10:30:13.089Z] 10:23:01 4 0.05 0.00 0.00 0.00 0.00 99.95 [2025-10-08T10:30:13.089Z] 10:23:01 5 0.12 0.00 0.03 0.02 0.03 99.80 [2025-10-08T10:30:13.089Z] 10:23:01 6 0.05 0.00 0.02 0.00 0.02 99.92 [2025-10-08T10:30:13.089Z] 10:23:01 7 0.02 0.00 0.00 0.00 0.00 99.98 [2025-10-08T10:30:13.089Z] 10:24:01 all 0.02 0.00 0.01 0.00 0.00 99.96 [2025-10-08T10:30:13.089Z] 10:24:01 0 0.02 0.00 0.00 0.00 0.00 99.98 [2025-10-08T10:30:13.089Z] 10:24:01 1 0.02 0.00 0.02 0.00 0.00 99.97 [2025-10-08T10:30:13.089Z] 10:24:01 2 0.02 0.00 0.02 0.02 0.00 99.95 [2025-10-08T10:30:13.089Z] 10:24:01 3 0.00 0.00 0.02 0.00 0.02 99.97 [2025-10-08T10:30:13.089Z] 10:24:01 4 0.00 0.00 0.02 0.00 0.00 99.98 [2025-10-08T10:30:13.089Z] 10:24:01 5 0.08 0.00 0.02 0.00 0.02 99.88 [2025-10-08T10:30:13.089Z] 10:24:01 6 0.02 0.00 0.02 0.00 0.00 99.97 [2025-10-08T10:30:13.089Z] 10:24:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2025-10-08T10:30:13.089Z] 10:25:01 all 0.25 0.00 0.02 0.00 0.01 99.73 [2025-10-08T10:30:13.089Z] 10:25:01 0 0.03 0.00 0.03 0.00 0.00 99.93 [2025-10-08T10:30:13.089Z] 10:25:01 1 0.00 0.00 0.00 0.00 0.02 99.98 [2025-10-08T10:30:13.089Z] 10:25:01 2 0.03 0.00 0.02 0.00 0.02 99.93 [2025-10-08T10:30:13.089Z] 10:25:01 3 0.00 0.00 0.02 0.00 0.00 99.98 [2025-10-08T10:30:13.089Z] 10:25:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2025-10-08T10:30:13.089Z] 10:25:01 5 1.86 0.00 0.05 0.02 0.02 98.06 [2025-10-08T10:30:13.089Z] 10:25:01 6 0.02 0.00 0.02 0.00 0.00 99.97 [2025-10-08T10:30:13.089Z] 10:25:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2025-10-08T10:30:13.089Z] 10:26:01 all 0.27 0.00 0.00 0.00 0.00 99.73 [2025-10-08T10:30:13.089Z] 10:26:01 0 0.03 0.00 0.00 0.00 0.02 99.95 [2025-10-08T10:30:13.089Z] 10:26:01 1 0.03 0.00 0.00 0.00 0.00 99.97 [2025-10-08T10:30:13.089Z] 10:26:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2025-10-08T10:30:13.089Z] 10:26:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2025-10-08T10:30:13.089Z] 10:26:01 4 0.02 0.00 0.00 0.00 0.00 99.98 [2025-10-08T10:30:13.089Z] 10:26:01 5 1.99 0.00 0.00 0.00 0.02 97.99 [2025-10-08T10:30:13.089Z] 10:26:01 6 0.03 0.00 0.00 0.00 0.00 99.97 [2025-10-08T10:30:13.089Z] 10:26:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2025-10-08T10:30:13.089Z] 10:27:01 all 0.04 0.00 0.02 0.00 0.00 99.94 [2025-10-08T10:30:13.089Z] 10:27:01 0 0.00 0.00 0.00 0.00 0.00 100.00 [2025-10-08T10:30:13.089Z] 10:27:01 1 0.00 0.00 0.03 0.00 0.00 99.97 [2025-10-08T10:30:13.089Z] 10:27:01 2 0.02 0.00 0.03 0.00 0.00 99.95 [2025-10-08T10:30:13.089Z] 10:27:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2025-10-08T10:30:13.089Z] 10:27:01 4 0.02 0.00 0.02 0.00 0.00 99.97 [2025-10-08T10:30:13.089Z] 10:27:01 5 0.23 0.00 0.03 0.00 0.02 99.72 [2025-10-08T10:30:13.089Z] 10:27:01 6 0.05 0.00 0.00 0.00 0.02 99.93 [2025-10-08T10:30:13.089Z] 10:27:01 7 0.02 0.00 0.00 0.00 0.00 99.98 [2025-10-08T10:30:13.089Z] 10:28:01 all 0.02 0.00 0.01 0.00 0.01 99.95 [2025-10-08T10:30:13.089Z] 10:28:01 0 0.03 0.00 0.02 0.00 0.02 99.93 [2025-10-08T10:30:13.089Z] 10:28:01 1 0.05 0.00 0.00 0.00 0.02 99.93 [2025-10-08T10:30:13.089Z] 10:28:01 2 0.00 0.00 0.00 0.00 0.02 99.98 [2025-10-08T10:30:13.089Z] 10:28:01 3 0.02 0.00 0.02 0.00 0.02 99.95 [2025-10-08T10:30:13.089Z] 10:28:01 4 0.02 0.00 0.00 0.02 0.00 99.97 [2025-10-08T10:30:13.089Z] 10:28:01 5 0.02 0.00 0.03 0.02 0.03 99.90 [2025-10-08T10:30:13.089Z] 10:28:01 6 0.02 0.00 0.03 0.00 0.00 99.95 [2025-10-08T10:30:13.089Z] 10:28:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2025-10-08T10:30:13.089Z] 10:29:01 all 0.01 0.00 0.02 0.02 0.00 99.95 [2025-10-08T10:30:13.089Z] 10:29:01 0 0.00 0.00 0.02 0.00 0.00 99.98 [2025-10-08T10:30:13.089Z] 10:29:01 1 0.00 0.00 0.02 0.02 0.00 99.97 [2025-10-08T10:30:13.089Z] 10:29:01 2 0.02 0.00 0.00 0.00 0.00 99.98 [2025-10-08T10:30:13.089Z] 10:29:01 3 0.00 0.00 0.03 0.00 0.00 99.97 [2025-10-08T10:30:13.089Z] 10:29:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2025-10-08T10:30:13.089Z] 10:29:01 5 0.05 0.00 0.07 0.12 0.02 99.75 [2025-10-08T10:30:13.089Z] 10:29:01 6 0.05 0.00 0.00 0.00 0.00 99.95 [2025-10-08T10:30:13.089Z] 10:29:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2025-10-08T10:30:13.089Z] [2025-10-08T10:30:13.089Z] 10:29:01 CPU %user %nice %system %iowait %steal %idle [2025-10-08T10:30:13.089Z] 10:30:01 all 7.31 0.00 3.19 1.07 0.08 88.35 [2025-10-08T10:30:13.089Z] 10:30:01 0 6.31 0.00 3.25 1.09 0.07 89.28 [2025-10-08T10:30:13.089Z] 10:30:01 1 7.02 0.00 2.96 3.05 0.08 86.88 [2025-10-08T10:30:13.090Z] 10:30:01 2 8.44 0.00 3.29 1.68 0.07 86.53 [2025-10-08T10:30:13.090Z] 10:30:01 3 8.30 0.00 2.85 0.03 0.07 88.75 [2025-10-08T10:30:13.090Z] 10:30:01 4 7.16 0.00 2.92 0.07 0.08 89.77 [2025-10-08T10:30:13.090Z] 10:30:01 5 5.61 0.00 3.86 0.27 0.07 90.20 [2025-10-08T10:30:13.090Z] 10:30:01 6 7.56 0.00 3.34 0.13 0.12 88.84 [2025-10-08T10:30:13.090Z] 10:30:01 7 8.08 0.00 3.07 2.27 0.08 86.50 [2025-10-08T10:30:13.090Z] Average: all 5.15 0.00 1.02 0.36 0.03 93.44 [2025-10-08T10:30:13.090Z] Average: 0 4.90 0.00 1.00 0.13 0.02 93.95 [2025-10-08T10:30:13.090Z] Average: 1 5.32 0.00 1.07 0.78 0.03 92.82 [2025-10-08T10:30:13.090Z] Average: 2 5.04 0.00 0.99 1.17 0.03 92.77 [2025-10-08T10:30:13.090Z] Average: 3 5.15 0.00 0.97 0.12 0.02 93.73 [2025-10-08T10:30:13.090Z] Average: 4 5.51 0.00 1.12 0.10 0.02 93.24 [2025-10-08T10:30:13.090Z] Average: 5 5.22 0.00 1.03 0.07 0.03 93.65 [2025-10-08T10:30:13.090Z] Average: 6 4.98 0.00 1.00 0.24 0.03 93.76 [2025-10-08T10:30:13.090Z] Average: 7 5.07 0.00 1.00 0.32 0.02 93.59 [2025-10-08T10:30:13.090Z] [2025-10-08T10:30:13.090Z] [2025-10-08T10:30:13.090Z]