Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from d2ba150c641a4b55954188eaa6e5ea65517ce64a 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-ssh7035059295087306547.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 67d2f908f88f8156fbe481f59f373e57362cafe7 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-ssh3257364779308001896.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 67d2f908f88f8156fbe481f59f373e57362cafe7 The recommended git tool is: git using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/app-record-replay/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-record-replay/branches/main/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh7116288026732093270.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 67d2f908f88f8156fbe481f59f373e57362cafe7 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 67d2f908f88f8156fbe481f59f373e57362cafe7 # timeout=10 Commit message: "Merge pull request #476 from cherrycl/issue-475" > 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-ssh15748388649820075178.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-record-replay/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-record-replay/branches/main/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh10609847323865482797.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-record-replay, buildSnap:false, goVersion:1.23] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: app-record-replay-settings PROJECT: app-record-replay 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-record-replay 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-772206’ Running on prd-ubuntu20.04-docker-8c-8g-772210 in /w/workspace/exfoundry_app-record-replay_main [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout Selected Git installation does not exist. Using Default The recommended git tool is: NONE using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/app-record-replay.git > git init /w/workspace/exfoundry_app-record-replay_main # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-record-replay.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-record-replay.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision d2ba150c641a4b55954188eaa6e5ea65517ce64a (main) > git config remote.origin.url git@github.com:edgexfoundry/app-record-replay.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 d2ba150c641a4b55954188eaa6e5ea65517ce64a # timeout=10 Commit message: "Merge pull request #182 from FelixTing/bump-alpine-3.22" > git rev-list --no-walk bfcc3a8e0b59ea31a98da98b89ebd15b49f935eb # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2025-10-31T13:25:31.832Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2025-10-31T13:25:31.905Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2025-10-31T13:25:31.924Z] ========================================================= [2025-10-31T13:25:31.924Z] EdgeX Global Pipelines Version Info [2025-10-31T13:25:31.924Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2025-10-31T13:25:33.044Z] ------------------- [2025-10-31T13:25:33.044Z] stable info: [2025-10-31T13:25:33.044Z] ------------------- [2025-10-31T13:25:33.044Z] Commited By: Cherry Wang cherry@iotechsys.com [2025-10-31T13:25:33.044Z] Commit SHA: 67d2f908f88f8156fbe481f59f373e57362cafe7 [2025-10-31T13:25:33.044Z] Message: update stable to v1.0.278 [2025-10-31T13:25:33.983Z] ------------------- [2025-10-31T13:25:33.983Z] experimental info: [2025-10-31T13:25:33.983Z] ------------------- [2025-10-31T13:25:33.983Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2025-10-31T13:25:33.983Z] Commit SHA: cefbf83a7544ec8ad1f65f559367c3ce5893bda8 [2025-10-31T13:25:33.983Z] Message: update experimental to v1.0.279 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2025-10-31T13:25:34.070Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-record-replay-settings [Pipeline] echo [2025-10-31T13:25:34.096Z] [edgeXSetupEnvironment]: set envvar PROJECT = app-record-replay [Pipeline] echo [2025-10-31T13:25:34.120Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2025-10-31T13:25:34.150Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2025-10-31T13:25:34.174Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2025-10-31T13:25:34.196Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.23 [Pipeline] echo [2025-10-31T13:25:34.223Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2025-10-31T13:25:34.252Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2025-10-31T13:25:34.279Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2025-10-31T13:25:34.303Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2025-10-31T13:25:34.325Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2025-10-31T13:25:34.349Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = app-record-replay [Pipeline] echo [2025-10-31T13:25:34.376Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2025-10-31T13:25:34.399Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2025-10-31T13:25:34.426Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2025-10-31T13:25:34.456Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2025-10-31T13:25:34.477Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2025-10-31T13:25:34.504Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2025-10-31T13:25:34.528Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2025-10-31T13:25:34.556Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2025-10-31T13:25:34.581Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2025-10-31T13:25:34.609Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2025-10-31T13:25:34.636Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2025-10-31T13:25:34.661Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2025-10-31T13:25:34.683Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2025-10-31T13:25:34.708Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2025-10-31T13:25:34.739Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2025-10-31T13:25:34.764Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2025-10-31T13:25:34.790Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2025-10-31T13:25:34.815Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2025-10-31T13:25:34.835Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = d2ba150c641a4b55954188eaa6e5ea65517ce64a [Pipeline] echo [2025-10-31T13:25:34.862Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = d2ba150 [Pipeline] echo [2025-10-31T13:25:34.892Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-10-31T13:25:34.970Z] provisioning config files... [2025-10-31T13:25:34.988Z] copy managed file [app-record-replay-settings] to file:/w/workspace/exfoundry_app-record-replay_main@tmp/config15780969075987522053tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-10-31T13:25:35.325Z] ---> ****-login.sh [2025-10-31T13:25:35.325Z] nexus3.edgexfoundry.org:10001 [2025-10-31T13:25:35.326Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-10-31T13:25:35.589Z] [2025-10-31T13:25:35.589Z] WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. [2025-10-31T13:25:35.589Z] Configure a credential helper to remove this warning. See [2025-10-31T13:25:35.589Z] https://docs.****.com/go/credential-store/ [2025-10-31T13:25:35.589Z] [2025-10-31T13:25:35.589Z] Login Succeeded [2025-10-31T13:25:35.589Z] nexus3.edgexfoundry.org:10002 [2025-10-31T13:25:35.589Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-10-31T13:25:35.849Z] [2025-10-31T13:25:35.849Z] WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. [2025-10-31T13:25:35.849Z] Configure a credential helper to remove this warning. See [2025-10-31T13:25:35.849Z] https://docs.****.com/go/credential-store/ [2025-10-31T13:25:35.849Z] [2025-10-31T13:25:35.849Z] Login Succeeded [2025-10-31T13:25:35.849Z] nexus3.edgexfoundry.org:10003 [2025-10-31T13:25:35.849Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-10-31T13:25:35.849Z] [2025-10-31T13:25:35.849Z] WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. [2025-10-31T13:25:35.849Z] Configure a credential helper to remove this warning. See [2025-10-31T13:25:35.849Z] https://docs.****.com/go/credential-store/ [2025-10-31T13:25:35.849Z] [2025-10-31T13:25:35.849Z] Login Succeeded [2025-10-31T13:25:35.849Z] nexus3.edgexfoundry.org:10004 [2025-10-31T13:25:35.849Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-10-31T13:25:35.849Z] [2025-10-31T13:25:35.849Z] WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. [2025-10-31T13:25:35.850Z] Configure a credential helper to remove this warning. See [2025-10-31T13:25:35.850Z] https://docs.****.com/go/credential-store/ [2025-10-31T13:25:35.850Z] [2025-10-31T13:25:35.850Z] Login Succeeded [2025-10-31T13:25:35.850Z] ****.io [2025-10-31T13:25:36.110Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-10-31T13:25:36.110Z] [2025-10-31T13:25:36.110Z] WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. [2025-10-31T13:25:36.110Z] Configure a credential helper to remove this warning. See [2025-10-31T13:25:36.110Z] https://docs.****.com/go/credential-store/ [2025-10-31T13:25:36.110Z] [2025-10-31T13:25:36.110Z] Login Succeeded [2025-10-31T13:25:36.110Z] ---> ****-login.sh ends [Pipeline] } [2025-10-31T13:25:36.118Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2025-10-31T13:25:36.533Z] + git rev-list -1 --merges d2ba150c641a4b55954188eaa6e5ea65517ce64a~1..d2ba150c641a4b55954188eaa6e5ea65517ce64a [Pipeline] echo [2025-10-31T13:25:36.564Z] -----------> git rev-list -1 --merges d2ba150c641a4b55954188eaa6e5ea65517ce64a~1..d2ba150c641a4b55954188eaa6e5ea65517ce64a d2ba150c641a4b55954188eaa6e5ea65517ce64a [2025-10-31T13:25:36.564Z] d2ba150c641a4b55954188eaa6e5ea65517ce64a [false] [Pipeline] sh [2025-10-31T13:25:36.865Z] + git log --format=format:%s -1 d2ba150c641a4b55954188eaa6e5ea65517ce64a [Pipeline] echo [2025-10-31T13:25:36.882Z] ========================================================= [2025-10-31T13:25:36.882Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2025-10-31T13:25:36.882Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2025-10-31T13:25:37.225Z] + git log --format=format:%s -1 d2ba150c641a4b55954188eaa6e5ea65517ce64a [Pipeline] echo [2025-10-31T13:25:37.238Z] [semverPrep] GIT_COMMIT: d2ba150c641a4b55954188eaa6e5ea65517ce64a, Commit Message: Merge pull request #182 from FelixTing/bump-alpine-3.22 [Pipeline] echo [2025-10-31T13:25:37.252Z] [semverPrep] This is not a build commit. [Pipeline] sh [2025-10-31T13:25:37.654Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2025-10-31T13:25:37.654Z] + grep -v github /etc/ssh/ssh_known_hosts [2025-10-31T13:25:37.654Z] + [ -e /tmp/ssh_known_hosts ] [2025-10-31T13:25:37.654Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2025-10-31T13:25:37.654Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2025-10-31T13:25:37.654Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2025-10-31T13:25:37.654Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-31T13:25:38.091Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-10-31T13:25:38.092Z] [2025-10-31T13:25:38.092Z] 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-31T13:25:38.409Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-10-31T13:25:38.409Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2025-10-31T13:25:38.409Z] 3dae71ba6b94: Pulling fs layer [2025-10-31T13:25:38.409Z] 6bf1a483ea7c: Pulling fs layer [2025-10-31T13:25:38.409Z] f5dfc541a4d3: Pulling fs layer [2025-10-31T13:25:38.409Z] 461d9e800cba: Pulling fs layer [2025-10-31T13:25:38.409Z] 80192f66455f: Pulling fs layer [2025-10-31T13:25:38.409Z] 2e8e34ca0e6c: Pulling fs layer [2025-10-31T13:25:38.409Z] a29436f7fd5d: Pulling fs layer [2025-10-31T13:25:38.409Z] 923cac83aea3: Pulling fs layer [2025-10-31T13:25:38.409Z] 25ad8b0a4227: Pulling fs layer [2025-10-31T13:25:38.409Z] db01528c6b51: Pulling fs layer [2025-10-31T13:25:38.409Z] 28988de357af: Pulling fs layer [2025-10-31T13:25:38.409Z] a29436f7fd5d: Waiting [2025-10-31T13:25:38.409Z] 923cac83aea3: Waiting [2025-10-31T13:25:38.409Z] 25ad8b0a4227: Waiting [2025-10-31T13:25:38.409Z] 461d9e800cba: Waiting [2025-10-31T13:25:38.409Z] db01528c6b51: Waiting [2025-10-31T13:25:38.409Z] 28988de357af: Waiting [2025-10-31T13:25:38.409Z] 80192f66455f: Waiting [2025-10-31T13:25:38.409Z] 2e8e34ca0e6c: Waiting [2025-10-31T13:25:38.670Z] 6bf1a483ea7c: Verifying Checksum [2025-10-31T13:25:38.670Z] 6bf1a483ea7c: Download complete [2025-10-31T13:25:38.670Z] 461d9e800cba: Verifying Checksum [2025-10-31T13:25:38.670Z] 461d9e800cba: Download complete [2025-10-31T13:25:38.670Z] 80192f66455f: Verifying Checksum [2025-10-31T13:25:38.670Z] 80192f66455f: Download complete [2025-10-31T13:25:38.670Z] f5dfc541a4d3: Download complete [2025-10-31T13:25:38.670Z] 3dae71ba6b94: Verifying Checksum [2025-10-31T13:25:38.670Z] 3dae71ba6b94: Download complete [2025-10-31T13:25:38.670Z] 923cac83aea3: Verifying Checksum [2025-10-31T13:25:38.670Z] 923cac83aea3: Download complete [2025-10-31T13:25:38.929Z] 25ad8b0a4227: Verifying Checksum [2025-10-31T13:25:38.929Z] 25ad8b0a4227: Download complete [2025-10-31T13:25:38.929Z] db01528c6b51: Download complete [2025-10-31T13:25:38.929Z] 28988de357af: Verifying Checksum [2025-10-31T13:25:38.929Z] 28988de357af: Download complete [2025-10-31T13:25:39.189Z] a29436f7fd5d: Verifying Checksum [2025-10-31T13:25:39.189Z] a29436f7fd5d: Download complete [2025-10-31T13:25:39.447Z] 2e8e34ca0e6c: Verifying Checksum [2025-10-31T13:25:39.447Z] 2e8e34ca0e6c: Download complete [2025-10-31T13:25:40.385Z] 3dae71ba6b94: Pull complete [2025-10-31T13:25:40.385Z] 6bf1a483ea7c: Pull complete [2025-10-31T13:25:41.323Z] f5dfc541a4d3: Pull complete [2025-10-31T13:25:41.323Z] 461d9e800cba: Pull complete [2025-10-31T13:25:41.323Z] 80192f66455f: Pull complete [2025-10-31T13:25:46.605Z] 2e8e34ca0e6c: Pull complete [2025-10-31T13:25:46.605Z] a29436f7fd5d: Pull complete [2025-10-31T13:25:46.605Z] 923cac83aea3: Pull complete [2025-10-31T13:25:46.873Z] 25ad8b0a4227: Pull complete [2025-10-31T13:25:46.873Z] db01528c6b51: Pull complete [2025-10-31T13:25:46.873Z] 28988de357af: Pull complete [2025-10-31T13:25:46.873Z] Digest: sha256:195353f5eb8266bfc5d09c70327cc406fe11db141ac9a5f04734cd23bce6a248 [2025-10-31T13:25:46.873Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-10-31T13:25:46.873Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-10-31T13:25:47.023Z] prd-ubuntu20.04-docker-8c-8g-772210 does not seem to be running inside a container [2025-10-31T13:25:47.060Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/exfoundry_app-record-replay_main -v /w/workspace/exfoundry_app-record-replay_main:/w/workspace/exfoundry_app-record-replay_main:rw,z -v /w/workspace/exfoundry_app-record-replay_main@tmp:/w/workspace/exfoundry_app-record-replay_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-31T13:25:50.016Z] $ docker top 0c74e790a78210eefa0e54b42715cbcca4edfab431fa8ab38b87e4764f108010 -eo pid,comm [2025-10-31T13:25:50.067Z] 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-31T13:25:50.067Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2025-10-31T13:25:50.131Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-10-31T13:25:50.131Z] [ssh-agent] Looking for ssh-agent implementation... [2025-10-31T13:25:50.247Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-10-31T13:25:50.248Z] $ docker exec 0c74e790a78210eefa0e54b42715cbcca4edfab431fa8ab38b87e4764f108010 ssh-agent [2025-10-31T13:25:50.371Z] SSH_AUTH_SOCK=/tmp/ssh-YNgWxrCkCbRz/agent.32 [2025-10-31T13:25:50.371Z] SSH_AGENT_PID=38 [2025-10-31T13:25:50.377Z] Running ssh-add (command line suppressed) [2025-10-31T13:25:50.478Z] Identity added: /w/workspace/exfoundry_app-record-replay_main@tmp/private_key_10392683212361222451.key (/w/workspace/exfoundry_app-record-replay_main@tmp/private_key_10392683212361222451.key) [2025-10-31T13:25:50.493Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-10-31T13:25:50.795Z] + git config --global --add safe.directory /w/workspace/exfoundry_app-record-replay_main [Pipeline] sh [2025-10-31T13:25:51.084Z] + git tag --points-at HEAD [Pipeline] } [2025-10-31T13:25:51.094Z] $ docker exec --env ******** --env ******** 0c74e790a78210eefa0e54b42715cbcca4edfab431fa8ab38b87e4764f108010 ssh-agent -k [2025-10-31T13:25:51.211Z] unset SSH_AUTH_SOCK; [2025-10-31T13:25:51.211Z] unset SSH_AGENT_PID; [2025-10-31T13:25:51.212Z] echo Agent pid 38 killed; [2025-10-31T13:25:51.221Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2025-10-31T13:25:51.264Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-10-31T13:25:51.264Z] [ssh-agent] Looking for ssh-agent implementation... [2025-10-31T13:25:51.389Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-10-31T13:25:51.391Z] $ docker exec 0c74e790a78210eefa0e54b42715cbcca4edfab431fa8ab38b87e4764f108010 ssh-agent [2025-10-31T13:25:51.508Z] SSH_AUTH_SOCK=/tmp/ssh-8NIqxTwFjDCt/agent.85 [2025-10-31T13:25:51.508Z] SSH_AGENT_PID=91 [2025-10-31T13:25:51.512Z] Running ssh-add (command line suppressed) [2025-10-31T13:25:51.612Z] Identity added: /w/workspace/exfoundry_app-record-replay_main@tmp/private_key_966367621339903646.key (/w/workspace/exfoundry_app-record-replay_main@tmp/private_key_966367621339903646.key) [2025-10-31T13:25:51.626Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-10-31T13:25:51.923Z] + git semver init [2025-10-31T13:25:52.188Z] 2025-10-31 13:25:52,150 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') [2025-10-31T13:25:52.188Z] 2025-10-31 13:25:52,154 [run_init] DEBUG init version:0.0.0 force:False [2025-10-31T13:25:52.188Z] 2025-10-31 13:25:52,154 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/exfoundry_app-record-replay_main/.semver [2025-10-31T13:25:52.188Z] 2025-10-31 13:25:52,155 [execute] INFO git clone -b semver git@github.com:edgexfoundry/app-record-replay.git /w/workspace/exfoundry_app-record-replay_main/.semver [2025-10-31T13:25:52.188Z] 2025-10-31 13:25:52,155 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/app-record-replay.git', '/w/workspace/exfoundry_app-record-replay_main/.semver'], cwd=/w/workspace/exfoundry_app-record-replay_main, stdin=None, shell=False, universal_newlines=False) [2025-10-31T13:25:53.568Z] 2025-10-31 13:25:53,341 [append_file] DEBUG append to file:/w/workspace/exfoundry_app-record-replay_main/.git/info/exclude [2025-10-31T13:25:53.568Z] 2025-10-31 13:25:53,341 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/exfoundry_app-record-replay_main/.semver/main with force:False [2025-10-31T13:25:53.568Z] 2025-10-31 13:25:53,341 [read_version] DEBUG read version from /w/workspace/exfoundry_app-record-replay_main/.semver/main [2025-10-31T13:25:53.568Z] 2025-10-31 13:25:53,342 [read_version] DEBUG read version from /w/workspace/exfoundry_app-record-replay_main/.semver/main [2025-10-31T13:25:53.568Z] 4.1.0-dev.1 [Pipeline] } [2025-10-31T13:25:53.578Z] $ docker exec --env ******** --env ******** 0c74e790a78210eefa0e54b42715cbcca4edfab431fa8ab38b87e4764f108010 ssh-agent -k [2025-10-31T13:25:53.683Z] unset SSH_AUTH_SOCK; [2025-10-31T13:25:53.684Z] unset SSH_AGENT_PID; [2025-10-31T13:25:53.684Z] echo Agent pid 91 killed; [2025-10-31T13:25:53.695Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-10-31T13:25:54.023Z] + git semver [Pipeline] } [2025-10-31T13:25:54.295Z] $ docker stop --time=1 0c74e790a78210eefa0e54b42715cbcca4edfab431fa8ab38b87e4764f108010 [2025-10-31T13:25:55.604Z] $ docker rm -f --volumes 0c74e790a78210eefa0e54b42715cbcca4edfab431fa8ab38b87e4764f108010 [Pipeline] // withDockerContainer [Pipeline] sh [2025-10-31T13:25:55.961Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2025-10-31T13:25:56.268Z] Stashed 1 file(s) [Pipeline] echo [2025-10-31T13:25:56.271Z] [edgeXSemver]: initialized semver on version 4.1.0-dev.1 [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-31T13:25:56.470Z] provisioning config files... [2025-10-31T13:25:56.498Z] copy managed file [app-record-replay-settings] to file:/w/workspace/exfoundry_app-record-replay_main@tmp/config6681850952639208643tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-10-31T13:25:56.831Z] ---> ****-login.sh [2025-10-31T13:25:56.831Z] nexus3.edgexfoundry.org:10001 [2025-10-31T13:25:56.831Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-10-31T13:25:56.831Z] Login Succeeded [2025-10-31T13:25:56.831Z] nexus3.edgexfoundry.org:10002 [2025-10-31T13:25:56.831Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-10-31T13:25:56.831Z] Login Succeeded [2025-10-31T13:25:56.831Z] nexus3.edgexfoundry.org:10003 [2025-10-31T13:25:57.095Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-10-31T13:25:57.095Z] Login Succeeded [2025-10-31T13:25:57.095Z] nexus3.edgexfoundry.org:10004 [2025-10-31T13:25:57.095Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-10-31T13:25:57.095Z] Login Succeeded [2025-10-31T13:25:57.095Z] ****.io [2025-10-31T13:25:57.095Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-10-31T13:25:57.355Z] Login Succeeded [2025-10-31T13:25:57.355Z] ---> ****-login.sh ends [Pipeline] } [2025-10-31T13:25:57.363Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2025-10-31T13:25:57.467Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-10-31T13:25:57.491Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-10-31T13:25:57.516Z] ========================================================= [2025-10-31T13:25:57.516Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine] [2025-10-31T13:25:57.516Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-31T13:25:57.888Z] + 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-31T13:25:58.457Z] #0 building with "default" instance using docker driver [2025-10-31T13:25:58.457Z] [2025-10-31T13:25:58.457Z] #1 [internal] load build definition from Dockerfile [2025-10-31T13:25:58.457Z] #1 transferring dockerfile: 1.76kB done [2025-10-31T13:25:58.457Z] #1 DONE 0.0s [2025-10-31T13:25:58.457Z] [2025-10-31T13:25:58.457Z] #2 [internal] load metadata for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [2025-10-31T13:25:58.457Z] #2 DONE 0.1s [2025-10-31T13:25:58.716Z] [2025-10-31T13:25:58.716Z] #3 [internal] load .dockerignore [2025-10-31T13:25:58.716Z] #3 transferring context: 159B done [2025-10-31T13:25:58.716Z] #3 DONE 0.0s [2025-10-31T13:25:58.716Z] [2025-10-31T13:25:58.716Z] #4 [builder 1/7] FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine@sha256:1c67d479bcd1a15db4fd1475bc6acd8d9d5cb054f0d16636ffbadbea3c5c0a87 [2025-10-31T13:25:58.716Z] #4 resolve nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine@sha256:1c67d479bcd1a15db4fd1475bc6acd8d9d5cb054f0d16636ffbadbea3c5c0a87 0.0s done [2025-10-31T13:25:58.716Z] #4 sha256:e619c034af25ffb08a59e3d21d0a7192d7f81c386b9b29c1cddcb8a08924c0fc 4.10kB / 4.10kB done [2025-10-31T13:25:58.716Z] #4 sha256:9824c27679d3b27c5e1cb00a73adb6f4f8d556994111c12db3c5d61a0c843df8 3.80MB / 3.80MB 0.1s [2025-10-31T13:25:58.716Z] #4 sha256:d5791340ef181f05ef1e99760e4be81cb2008d99b2bc1e56b2faa9b6295d0ac3 4.71MB / 74.07MB 0.1s [2025-10-31T13:25:58.716Z] #4 sha256:d3178a7b27090e22bc2464346d1cdc8f59d0fd7a241452e8148342edf3d0b1e9 126B / 126B 0.1s done [2025-10-31T13:25:58.716Z] #4 sha256:1c67d479bcd1a15db4fd1475bc6acd8d9d5cb054f0d16636ffbadbea3c5c0a87 685B / 685B done [2025-10-31T13:25:58.716Z] #4 sha256:e9f2598a937cac3435c96fcb14b1e3d8b17fea31e22d96e7608136a0e552f374 2.08kB / 2.08kB done [2025-10-31T13:25:58.716Z] #4 sha256:8371a51cbc44c1323f96695eaeaeeb1c44b2d30d138a279b348af5c18b2c5e24 282.45kB / 282.45kB 0.0s done [2025-10-31T13:25:58.974Z] #4 ... [2025-10-31T13:25:58.974Z] [2025-10-31T13:25:58.974Z] #5 [internal] load build context [2025-10-31T13:25:58.974Z] #5 transferring context: 11.85MB 0.2s done [2025-10-31T13:25:58.974Z] #5 DONE 0.2s [2025-10-31T13:25:58.974Z] [2025-10-31T13:25:58.974Z] #4 [builder 1/7] FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine@sha256:1c67d479bcd1a15db4fd1475bc6acd8d9d5cb054f0d16636ffbadbea3c5c0a87 [2025-10-31T13:25:58.974Z] #4 sha256:9824c27679d3b27c5e1cb00a73adb6f4f8d556994111c12db3c5d61a0c843df8 3.80MB / 3.80MB 0.1s done [2025-10-31T13:25:58.974Z] #4 sha256:d5791340ef181f05ef1e99760e4be81cb2008d99b2bc1e56b2faa9b6295d0ac3 11.53MB / 74.07MB 0.2s [2025-10-31T13:25:58.974Z] #4 extracting sha256:9824c27679d3b27c5e1cb00a73adb6f4f8d556994111c12db3c5d61a0c843df8 0.1s [2025-10-31T13:25:58.974Z] #4 sha256:063b4f904bf53f94bbc1d3ba0507ed296dadd679ec1b747dff8dfbd06e245cce 440B / 440B 0.2s done [2025-10-31T13:25:58.974Z] #4 sha256:066ecc4928496579b600f45fdf06fc05af87c75f75ddfe05b9a1e311f59659a0 0B / 2.38MB 0.2s [2025-10-31T13:25:58.974Z] #4 sha256:50a4da29d65471dd6c8e3170315ea50152d168c8428948700fcd49be70620bf6 0B / 113.25MB 0.2s [2025-10-31T13:25:58.974Z] #4 sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 32B / 32B 0.1s done [2025-10-31T13:25:58.974Z] #4 sha256:d5791340ef181f05ef1e99760e4be81cb2008d99b2bc1e56b2faa9b6295d0ac3 25.17MB / 74.07MB 0.3s [2025-10-31T13:25:58.974Z] #4 extracting sha256:9824c27679d3b27c5e1cb00a73adb6f4f8d556994111c12db3c5d61a0c843df8 0.2s done [2025-10-31T13:25:58.974Z] #4 sha256:066ecc4928496579b600f45fdf06fc05af87c75f75ddfe05b9a1e311f59659a0 2.38MB / 2.38MB 0.2s done [2025-10-31T13:25:58.974Z] #4 sha256:417dd178857cca03e7fa4592e5c77ebb44453326ad041c38340d5088b2e045c1 0B / 13.30MB 0.3s [2025-10-31T13:25:58.974Z] #4 extracting sha256:8371a51cbc44c1323f96695eaeaeeb1c44b2d30d138a279b348af5c18b2c5e24 0.1s done [2025-10-31T13:25:59.234Z] #4 sha256:d5791340ef181f05ef1e99760e4be81cb2008d99b2bc1e56b2faa9b6295d0ac3 56.90MB / 74.07MB 0.5s [2025-10-31T13:25:59.234Z] #4 sha256:50a4da29d65471dd6c8e3170315ea50152d168c8428948700fcd49be70620bf6 29.36MB / 113.25MB 0.5s [2025-10-31T13:25:59.234Z] #4 sha256:417dd178857cca03e7fa4592e5c77ebb44453326ad041c38340d5088b2e045c1 7.34MB / 13.30MB 0.4s [2025-10-31T13:25:59.234Z] #4 sha256:d5791340ef181f05ef1e99760e4be81cb2008d99b2bc1e56b2faa9b6295d0ac3 74.07MB / 74.07MB 0.7s [2025-10-31T13:25:59.234Z] #4 sha256:50a4da29d65471dd6c8e3170315ea50152d168c8428948700fcd49be70620bf6 61.87MB / 113.25MB 0.7s [2025-10-31T13:25:59.234Z] #4 sha256:417dd178857cca03e7fa4592e5c77ebb44453326ad041c38340d5088b2e045c1 13.30MB / 13.30MB 0.5s done [2025-10-31T13:25:59.494Z] #4 sha256:50a4da29d65471dd6c8e3170315ea50152d168c8428948700fcd49be70620bf6 84.93MB / 113.25MB 0.8s [2025-10-31T13:25:59.494Z] #4 sha256:d5791340ef181f05ef1e99760e4be81cb2008d99b2bc1e56b2faa9b6295d0ac3 74.07MB / 74.07MB 0.9s done [2025-10-31T13:25:59.494Z] #4 sha256:50a4da29d65471dd6c8e3170315ea50152d168c8428948700fcd49be70620bf6 109.14MB / 113.25MB 0.9s [2025-10-31T13:25:59.494Z] #4 extracting sha256:d5791340ef181f05ef1e99760e4be81cb2008d99b2bc1e56b2faa9b6295d0ac3 [2025-10-31T13:26:00.062Z] #4 sha256:50a4da29d65471dd6c8e3170315ea50152d168c8428948700fcd49be70620bf6 113.25MB / 113.25MB 1.2s done [2025-10-31T13:26:05.337Z] #4 extracting sha256:d5791340ef181f05ef1e99760e4be81cb2008d99b2bc1e56b2faa9b6295d0ac3 4.8s done [2025-10-31T13:26:05.337Z] #4 extracting sha256:d3178a7b27090e22bc2464346d1cdc8f59d0fd7a241452e8148342edf3d0b1e9 [2025-10-31T13:26:05.337Z] #4 extracting sha256:d3178a7b27090e22bc2464346d1cdc8f59d0fd7a241452e8148342edf3d0b1e9 done [2025-10-31T13:26:05.337Z] #4 extracting sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 done [2025-10-31T13:26:05.337Z] #4 extracting sha256:063b4f904bf53f94bbc1d3ba0507ed296dadd679ec1b747dff8dfbd06e245cce done [2025-10-31T13:26:05.337Z] #4 extracting sha256:066ecc4928496579b600f45fdf06fc05af87c75f75ddfe05b9a1e311f59659a0 [2025-10-31T13:26:05.337Z] #4 extracting sha256:066ecc4928496579b600f45fdf06fc05af87c75f75ddfe05b9a1e311f59659a0 0.0s done [2025-10-31T13:26:05.337Z] #4 extracting sha256:50a4da29d65471dd6c8e3170315ea50152d168c8428948700fcd49be70620bf6 0.1s [2025-10-31T13:26:08.627Z] #4 extracting sha256:50a4da29d65471dd6c8e3170315ea50152d168c8428948700fcd49be70620bf6 3.5s done [2025-10-31T13:26:08.627Z] #4 extracting sha256:417dd178857cca03e7fa4592e5c77ebb44453326ad041c38340d5088b2e045c1 0.1s [2025-10-31T13:26:09.194Z] #4 extracting sha256:417dd178857cca03e7fa4592e5c77ebb44453326ad041c38340d5088b2e045c1 0.6s done [2025-10-31T13:26:09.194Z] #4 DONE 10.6s [2025-10-31T13:26:09.454Z] [2025-10-31T13:26:09.454Z] #6 [builder 2/7] RUN apk add --update --no-cache make git [2025-10-31T13:26:09.454Z] #6 0.215 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz [2025-10-31T13:26:09.714Z] #6 0.288 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz [2025-10-31T13:26:09.714Z] #6 0.576 OK: 265 MiB in 60 packages [2025-10-31T13:26:11.419Z] Still waiting to schedule task [2025-10-31T13:26:11.419Z] Waiting for next available executor on ‘prd-ubuntu20.04-docker-arm64-4c-16g-772188’ [2025-10-31T13:26:13.936Z] #6 DONE 4.6s [2025-10-31T13:26:13.936Z] [2025-10-31T13:26:13.936Z] #7 [builder 3/7] WORKDIR /app [2025-10-31T13:26:13.936Z] #7 DONE 0.0s [2025-10-31T13:26:13.936Z] [2025-10-31T13:26:13.936Z] #8 [builder 4/7] COPY go.mod vendor* ./ [2025-10-31T13:26:13.936Z] #8 DONE 0.0s [2025-10-31T13:26:13.936Z] [2025-10-31T13:26:13.936Z] #9 [builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-10-31T13:26:40.507Z] #9 DONE 23.0s [2025-10-31T13:26:40.507Z] [2025-10-31T13:26:40.507Z] #10 [builder 6/7] COPY . . [2025-10-31T13:26:40.507Z] #10 DONE 0.2s [2025-10-31T13:26:40.507Z] [2025-10-31T13:26:40.507Z] #11 [builder 7/7] RUN echo noop [2025-10-31T13:26:40.507Z] #11 0.203 noop [2025-10-31T13:26:40.507Z] #11 DONE 0.2s [2025-10-31T13:26:40.507Z] [2025-10-31T13:26:40.507Z] #12 exporting to image [2025-10-31T13:26:40.507Z] #12 exporting layers [2025-10-31T13:26:45.776Z] #12 exporting layers 7.7s done [2025-10-31T13:26:45.776Z] #12 writing image sha256:0f3f0216892ddd5db01cf11adf95c42b866a20592791a0e1fc5edbd7413f7d05 done [2025-10-31T13:26:45.776Z] #12 naming to docker.io/library/ci-base-image-x86_64 done [2025-10-31T13:26:45.776Z] #12 DONE 7.7s [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-31T13:26:46.107Z] + docker inspect -f . ci-base-image-x86_64 [2025-10-31T13:26:46.107Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-10-31T13:26:46.182Z] prd-ubuntu20.04-docker-8c-8g-772210 does not seem to be running inside a container [2025-10-31T13:26:46.207Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/exfoundry_app-record-replay_main -v /w/workspace/exfoundry_app-record-replay_main:/w/workspace/exfoundry_app-record-replay_main:rw,z -v /w/workspace/exfoundry_app-record-replay_main@tmp:/w/workspace/exfoundry_app-record-replay_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-31T13:26:46.623Z] $ docker top bc9c563037d4b13e7203e47d1df7813ea4c904c4cfe468d7ffa7f13023628e06 -eo pid,comm [Pipeline] { [Pipeline] sh [2025-10-31T13:26:46.965Z] + go version [2025-10-31T13:26:46.965Z] go version go1.23.12 linux/amd64 [Pipeline] } [2025-10-31T13:26:46.973Z] $ docker stop --time=1 bc9c563037d4b13e7203e47d1df7813ea4c904c4cfe468d7ffa7f13023628e06 [2025-10-31T13:26:48.263Z] $ docker rm -f --volumes bc9c563037d4b13e7203e47d1df7813ea4c904c4cfe468d7ffa7f13023628e06 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-31T13:26:48.703Z] + docker inspect -f . ci-base-image-x86_64 [2025-10-31T13:26:48.703Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-10-31T13:26:48.783Z] prd-ubuntu20.04-docker-8c-8g-772210 does not seem to be running inside a container [2025-10-31T13:26:48.816Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/exfoundry_app-record-replay_main -v /w/workspace/exfoundry_app-record-replay_main:/w/workspace/exfoundry_app-record-replay_main:rw,z -v /w/workspace/exfoundry_app-record-replay_main@tmp:/w/workspace/exfoundry_app-record-replay_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-31T13:26:49.057Z] $ docker top a6069e6d23be9ec24f248ef1ec1b73b498a8100c512cc39427c007222c65e384 -eo pid,comm [Pipeline] { [Pipeline] sh [2025-10-31T13:26:49.401Z] + git config --global --add safe.directory /w/workspace/exfoundry_app-record-replay_main [Pipeline] fileExists [Pipeline] sh [2025-10-31T13:26:49.704Z] + make test [2025-10-31T13:26:49.704Z] go test -race -coverprofile=coverage.out ./... [2025-10-31T13:27:28.408Z] ? github.com/edgexfoundry/app-record-replay/internal/interfaces [no test files] [2025-10-31T13:27:28.408Z] ? github.com/edgexfoundry/app-record-replay/pkg/dtos [no test files] [2025-10-31T13:27:28.408Z] github.com/edgexfoundry/app-record-replay/internal/interfaces/mocks coverage: 0.0% of statements [2025-10-31T13:27:28.408Z] github.com/edgexfoundry/app-record-replay coverage: 0.0% of statements [2025-10-31T13:27:28.408Z] ok github.com/edgexfoundry/app-record-replay/internal/app 1.026s coverage: 88.0% of statements [2025-10-31T13:27:36.522Z] ok github.com/edgexfoundry/app-record-replay/internal/application 9.596s coverage: 98.7% of statements [2025-10-31T13:27:36.522Z] ok github.com/edgexfoundry/app-record-replay/internal/controller 1.083s coverage: 89.7% of statements [2025-10-31T13:27:36.522Z] ok github.com/edgexfoundry/app-record-replay/internal/utils 1.024s coverage: 100.0% of statements [2025-10-31T13:27:36.522Z] running golangci-lint [2025-10-31T13:27:36.522Z] golangci-lint has version 1.61.0 built with go1.23.1 from a1d6c560 on 2024-09-09T17:44:42Z [2025-10-31T13:27:36.522Z] go version go1.23.12 linux/amd64 [2025-10-31T13:27:36.522Z] level=info msg="golangci-lint has version 1.61.0 built with go1.23.1 from a1d6c560 on 2024-09-09T17:44:42Z" [2025-10-31T13:27:36.522Z] level=info msg="[config_reader] Used config file .golangci.yml" [2025-10-31T13:27:36.522Z] level=info msg="[lintersdb] Active 7 linters: [errcheck gosec gosimple govet ineffassign staticcheck unused]" [2025-10-31T13:27:58.456Z] level=info msg="[loader] Go packages loading at mode 575 (types_sizes|compiled_files|exports_file|imports|name|deps|files) took 22.500259649s" [2025-10-31T13:27:58.456Z] level=info msg="[runner/filename_unadjuster] Pre-built 0 adjustments in 4.076624ms" [2025-10-31T13:28:10.650Z] level=info msg="[linters_context/goanalysis] analyzers took 56.135659132s with top 10 stages: buildir: 46.365887221s, inspect: 2.210916872s, printf: 1.430454162s, fact_deprecated: 1.414490365s, ctrlflow: 1.166725745s, fact_purity: 865.73349ms, nilness: 799.218703ms, typedness: 516.691135ms, SA5012: 492.342327ms, tokenfileanalyzer: 272.994713ms" [2025-10-31T13:28:10.650Z] level=info msg="[runner] Issues before processing: 10, after processing: 0" [2025-10-31T13:28:10.650Z] level=info msg="[runner] Processors filtering stat (in/out): filename_unadjuster: 10/10, path_prettifier: 10/10, cgo: 10/10, invalid_issue: 10/10, exclude-rules: 10/0, skip_files: 10/10, skip_dirs: 10/10, identifier_marker: 10/10, exclude: 10/10, autogenerated_exclude: 10/10" [2025-10-31T13:28:10.650Z] level=info msg="[runner] processing took 873.39µs with stages: identifier_marker: 458.195µs, autogenerated_exclude: 154.602µs, exclude-rules: 101.911µs, path_prettifier: 87.091µs, skip_dirs: 53.771µs, cgo: 4.16µs, invalid_issue: 3.15µs, filename_unadjuster: 2.13µs, nolint: 1.53µs, max_same_issues: 1.37µs, uniq_by_line: 880ns, fixer: 650ns, max_from_linter: 630ns, diff: 500ns, severity-rules: 490ns, skip_files: 460ns, sort_results: 440ns, exclude: 400ns, source_code: 280ns, path_shortener: 260ns, max_per_file_from_linter: 250ns, path_prefixer: 240ns" [2025-10-31T13:28:10.650Z] level=info msg="[runner] linters took 11.43340051s with stages: goanalysis_metalinter: 11.432361638s" [2025-10-31T13:28:10.650Z] level=info msg="File cache stats: 0 entries of total size 0B" [2025-10-31T13:28:10.650Z] level=info msg="Memory: 341 samples, avg is 235.2MB, max is 1023.2MB" [2025-10-31T13:28:10.650Z] level=info msg="Execution took 33.946602975s" [2025-10-31T13:28:10.650Z] go vet ./... [2025-10-31T13:28:15.919Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2025-10-31T13:28:15.919Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2025-10-31T13:28:15.919Z] ./bin/test-attribution-txt.sh [2025-10-31T13:28:15.919Z] An attribution for github.com/blang/semver/v4 is missing from Attribution.txt, please add [Pipeline] echo [2025-10-31T13:28:16.194Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] } [2025-10-31T13:28:16.208Z] $ docker stop --time=1 a6069e6d23be9ec24f248ef1ec1b73b498a8100c512cc39427c007222c65e384 [2025-10-31T13:28:18.771Z] $ docker rm -f --volumes a6069e6d23be9ec24f248ef1ec1b73b498a8100c512cc39427c007222c65e384 [Pipeline] // withDockerContainer [Pipeline] sh [2025-10-31T13:28:19.463Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2025-10-31T13:28:19.518Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2025-10-31T13:28:19.982Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2025-10-31T13:28:20.271Z] + ls -al . [2025-10-31T13:28:20.271Z] total 264 [2025-10-31T13:28:20.271Z] drwxrwxr-x 10 jenkins jenkins 4096 Oct 31 13:26 . [2025-10-31T13:28:20.271Z] drwxrwxr-x 4 jenkins jenkins 4096 Oct 31 13:25 .. [2025-10-31T13:28:20.271Z] -rw-rw-r-- 1 jenkins jenkins 119 Oct 31 13:25 .dockerignore [2025-10-31T13:28:20.271Z] drwxrwxr-x 8 jenkins jenkins 4096 Oct 31 13:27 .git [2025-10-31T13:28:20.271Z] drwxrwxr-x 3 jenkins jenkins 4096 Oct 31 13:25 .github [2025-10-31T13:28:20.271Z] -rw-rw-r-- 1 jenkins jenkins 102 Oct 31 13:25 .gitignore [2025-10-31T13:28:20.271Z] -rw-rw-r-- 1 jenkins jenkins 41 Oct 31 13:25 .golangci.yml [2025-10-31T13:28:20.271Z] drwxr-xr-x 3 jenkins jenkins 4096 Oct 31 13:25 .semver [2025-10-31T13:28:20.271Z] -rw-rw-r-- 1 jenkins jenkins 16870 Oct 31 13:25 Attribution.txt [2025-10-31T13:28:20.271Z] -rw-rw-r-- 1 jenkins jenkins 1552 Oct 31 13:25 CHANGELOG.md [2025-10-31T13:28:20.271Z] -rw-rw-r-- 1 jenkins jenkins 1726 Oct 31 13:25 Dockerfile [2025-10-31T13:28:20.271Z] -rw-rw-r-- 1 jenkins jenkins 677 Oct 31 13:25 GOVERNANCE.md [2025-10-31T13:28:20.271Z] -rw-rw-r-- 1 jenkins jenkins 704 Oct 31 13:25 Jenkinsfile [2025-10-31T13:28:20.271Z] -rw-rw-r-- 1 jenkins jenkins 10174 Oct 31 13:25 LICENSE [2025-10-31T13:28:20.271Z] -rw-rw-r-- 1 jenkins jenkins 3851 Oct 31 13:25 Makefile [2025-10-31T13:28:20.271Z] -rw-rw-r-- 1 jenkins jenkins 611 Oct 31 13:25 OWNERS.md [2025-10-31T13:28:20.271Z] -rw-rw-r-- 1 jenkins jenkins 4107 Oct 31 13:25 README.md [2025-10-31T13:28:20.271Z] -rw-rw-r-- 1 jenkins jenkins 7789 Oct 31 13:25 Record and Reply.postman_collection.json [2025-10-31T13:28:20.271Z] -rw-rw-r-- 1 jenkins jenkins 11 Oct 31 13:25 VERSION [2025-10-31T13:28:20.271Z] drwxrwxr-x 2 jenkins jenkins 4096 Oct 31 13:25 bin [2025-10-31T13:28:20.271Z] -rw-r--r-- 1 jenkins jenkins 34247 Oct 31 13:27 coverage.out [2025-10-31T13:28:20.271Z] -rw-rw-r-- 1 jenkins jenkins 6673 Oct 31 13:25 go.mod [2025-10-31T13:28:20.271Z] -rw-rw-r-- 1 jenkins jenkins 88144 Oct 31 13:25 go.sum [2025-10-31T13:28:20.271Z] drwxrwxr-x 7 jenkins jenkins 4096 Oct 31 13:25 internal [2025-10-31T13:28:20.271Z] -rw-rw-r-- 1 jenkins jenkins 913 Oct 31 13:25 main.go [2025-10-31T13:28:20.271Z] drwxrwxr-x 2 jenkins jenkins 4096 Oct 31 13:25 openapi [2025-10-31T13:28:20.271Z] drwxrwxr-x 3 jenkins jenkins 4096 Oct 31 13:25 pkg [2025-10-31T13:28:20.271Z] drwxrwxr-x 2 jenkins jenkins 4096 Oct 31 13:25 res [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-31T13:28:20.596Z] + docker build -t app-record-replay -f Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg MAKE=make build --build-arg ARCH=amd64 --label git_sha=d2ba150c641a4b55954188eaa6e5ea65517ce64a --label arch=amd64 --label version=4.1.0-dev.1 . [2025-10-31T13:28:20.859Z] #0 building with "default" instance using docker driver [2025-10-31T13:28:20.859Z] [2025-10-31T13:28:20.859Z] #1 [internal] load build definition from Dockerfile [2025-10-31T13:28:20.859Z] #1 transferring dockerfile: 1.76kB done [2025-10-31T13:28:20.859Z] #1 DONE 0.0s [2025-10-31T13:28:20.859Z] [2025-10-31T13:28:20.859Z] #2 [internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2025-10-31T13:28:20.859Z] #2 DONE 0.0s [2025-10-31T13:28:20.859Z] [2025-10-31T13:28:20.859Z] #3 [internal] load metadata for docker.io/library/alpine:3.22 [2025-10-31T13:28:20.859Z] #3 DONE 0.1s [2025-10-31T13:28:20.859Z] [2025-10-31T13:28:20.859Z] #4 [internal] load .dockerignore [2025-10-31T13:28:20.859Z] #4 transferring context: 159B done [2025-10-31T13:28:20.859Z] #4 DONE 0.0s [2025-10-31T13:28:20.859Z] [2025-10-31T13:28:20.859Z] #5 [internal] load build context [2025-10-31T13:28:20.859Z] #5 transferring context: 38.61kB 0.0s done [2025-10-31T13:28:20.859Z] #5 DONE 0.0s [2025-10-31T13:28:20.859Z] [2025-10-31T13:28:20.859Z] #6 [stage-1 1/7] FROM docker.io/library/alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 [2025-10-31T13:28:20.859Z] #6 resolve docker.io/library/alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 0.0s done [2025-10-31T13:28:20.859Z] #6 extracting sha256:2d35ebdb57d9971fea0cac1582aa78935adf8058b2cc32db163c98822e5dfa1b [2025-10-31T13:28:20.859Z] #6 ... [2025-10-31T13:28:20.859Z] [2025-10-31T13:28:20.859Z] #7 [builder 1/7] FROM docker.io/library/ci-base-image-x86_64:latest [2025-10-31T13:28:20.859Z] #7 DONE 0.1s [2025-10-31T13:28:20.859Z] [2025-10-31T13:28:20.859Z] #6 [stage-1 1/7] FROM docker.io/library/alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 [2025-10-31T13:28:20.859Z] #6 sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 9.22kB / 9.22kB done [2025-10-31T13:28:20.859Z] #6 sha256:85f2b723e106c34644cd5851d7e81ee87da98ac54672b29947c052a45d31dc2f 1.02kB / 1.02kB done [2025-10-31T13:28:20.859Z] #6 sha256:706db57fb2063f39f69632c5b5c9c439633fda35110e65587c5d85553fd1cc38 581B / 581B done [2025-10-31T13:28:20.859Z] #6 sha256:2d35ebdb57d9971fea0cac1582aa78935adf8058b2cc32db163c98822e5dfa1b 3.80MB / 3.80MB 0.1s done [2025-10-31T13:28:21.122Z] #6 extracting sha256:2d35ebdb57d9971fea0cac1582aa78935adf8058b2cc32db163c98822e5dfa1b 0.1s done [2025-10-31T13:28:21.122Z] #6 DONE 0.3s [2025-10-31T13:28:21.122Z] [2025-10-31T13:28:21.122Z] #8 [stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init [2025-10-31T13:28:21.458Z] #8 0.220 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz [2025-10-31T13:28:21.458Z] #8 0.289 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz [2025-10-31T13:28:21.717Z] #8 0.602 (1/2) Installing ca-certificates (20250911-r0) [2025-10-31T13:28:21.717Z] #8 ... [2025-10-31T13:28:21.717Z] [2025-10-31T13:28:21.717Z] #9 [builder 2/7] RUN apk add --update --no-cache make git [2025-10-31T13:28:21.717Z] #9 0.255 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz [2025-10-31T13:28:21.717Z] #9 0.342 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz [2025-10-31T13:28:21.717Z] #9 0.686 OK: 265 MiB in 60 packages [2025-10-31T13:28:21.717Z] #9 DONE 0.8s [2025-10-31T13:28:21.717Z] [2025-10-31T13:28:21.717Z] #10 [builder 3/7] WORKDIR /app [2025-10-31T13:28:21.717Z] #10 DONE 0.0s [2025-10-31T13:28:21.717Z] [2025-10-31T13:28:21.717Z] #11 [builder 4/7] COPY go.mod vendor* ./ [2025-10-31T13:28:21.717Z] #11 DONE 0.1s [2025-10-31T13:28:21.717Z] [2025-10-31T13:28:21.717Z] #8 [stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init [2025-10-31T13:28:21.717Z] #8 0.627 (2/2) Installing dumb-init (1.2.5-r3) [2025-10-31T13:28:21.717Z] #8 0.633 Executing busybox-1.37.0-r19.trigger [2025-10-31T13:28:21.717Z] #8 0.645 Executing ca-certificates-20250911-r0.trigger [2025-10-31T13:28:21.717Z] #8 0.699 OK: 8 MiB in 18 packages [2025-10-31T13:28:21.975Z] #8 DONE 0.8s [2025-10-31T13:28:21.975Z] [2025-10-31T13:28:21.975Z] #12 [builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-10-31T13:28:22.547Z] #12 DONE 0.6s [2025-10-31T13:28:22.547Z] [2025-10-31T13:28:22.547Z] #13 [stage-1 3/7] RUN apk --no-cache upgrade [2025-10-31T13:28:22.547Z] #13 0.287 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz [2025-10-31T13:28:22.547Z] #13 0.358 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz [2025-10-31T13:28:22.547Z] #13 ... [2025-10-31T13:28:22.547Z] [2025-10-31T13:28:22.547Z] #14 [builder 6/7] COPY . . [2025-10-31T13:28:22.547Z] #14 DONE 0.1s [2025-10-31T13:28:22.807Z] [2025-10-31T13:28:22.807Z] #13 [stage-1 3/7] RUN apk --no-cache upgrade [2025-10-31T13:28:22.807Z] #13 0.692 OK: 8 MiB in 18 packages [2025-10-31T13:28:22.807Z] #13 DONE 0.8s [2025-10-31T13:28:22.807Z] [2025-10-31T13:28:22.807Z] #15 [builder 7/7] RUN make build [2025-10-31T13:28:22.807Z] #15 0.204 CGO_ENABLED=0 go build -tags "" -ldflags "-s -w -X github.com/edgexfoundry/app-functions-sdk-go/v4/internal.SDKVersion=v4.0.0 -X github.com/edgexfoundry/app-functions-sdk-go/v4/internal.ApplicationVersion=4.1.0-dev.1 -bindnow" -trimpath -mod=readonly -buildmode=pie -o app-record-replay [2025-10-31T13:28:42.057Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-772217 in /w/workspace/exfoundry_app-record-replay_main [Pipeline] { [Pipeline] ws [2025-10-31T13:28:42.078Z] Running in /w/workspace/app-record-replay/112 [Pipeline] { [Pipeline] checkout [2025-10-31T13:28:45.141Z] Selected Git installation does not exist. Using Default [2025-10-31T13:28:45.141Z] The recommended git tool is: NONE [2025-10-31T13:28:49.341Z] #15 DONE 24.3s [2025-10-31T13:28:49.341Z] [2025-10-31T13:28:49.341Z] #16 [stage-1 4/7] COPY --from=builder /app/Attribution.txt /Attribution.txt [2025-10-31T13:28:49.341Z] #16 DONE 0.0s [2025-10-31T13:28:49.341Z] [2025-10-31T13:28:49.341Z] #17 [stage-1 5/7] COPY --from=builder /app/LICENSE /LICENSE [2025-10-31T13:28:49.341Z] #17 DONE 0.0s [2025-10-31T13:28:49.341Z] [2025-10-31T13:28:49.341Z] #18 [stage-1 6/7] COPY --from=builder /app/res/ /res/ [2025-10-31T13:28:49.341Z] #18 DONE 0.0s [2025-10-31T13:28:49.341Z] [2025-10-31T13:28:49.341Z] #19 [stage-1 7/7] COPY --from=builder /app/app-record-replay /app-record-replay [2025-10-31T13:28:49.341Z] #19 DONE 0.2s [2025-10-31T13:28:49.341Z] [2025-10-31T13:28:49.341Z] #20 exporting to image [2025-10-31T13:28:49.341Z] #20 exporting layers 0.1s done [2025-10-31T13:28:49.341Z] #20 writing image sha256:505e655b781a47135e54feeca9ded0d7ef4d1c26db18a387982727376da40164 done [2025-10-31T13:28:49.341Z] #20 naming to docker.io/library/app-record-replay done [2025-10-31T13:28:49.341Z] #20 DONE 0.1s [2025-10-31T13:28:49.341Z] [2025-10-31T13:28:49.341Z] 1 warning found (use docker --debug to expand): [2025-10-31T13:28:49.341Z]  - 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-31T13:28:49.470Z] provisioning config files... [2025-10-31T13:28:49.479Z] copy managed file [app-record-replay-settings] to file:/w/workspace/exfoundry_app-record-replay_main@tmp/config13923722675735475805tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-10-31T13:28:49.787Z] ---> ****-login.sh [2025-10-31T13:28:49.787Z] nexus3.edgexfoundry.org:10001 [2025-10-31T13:28:49.787Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-10-31T13:28:49.787Z] Login Succeeded [2025-10-31T13:28:49.787Z] nexus3.edgexfoundry.org:10002 [2025-10-31T13:28:49.787Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-10-31T13:28:49.787Z] Login Succeeded [2025-10-31T13:28:49.787Z] nexus3.edgexfoundry.org:10003 [2025-10-31T13:28:50.045Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-10-31T13:28:50.045Z] Login Succeeded [2025-10-31T13:28:50.045Z] nexus3.edgexfoundry.org:10004 [2025-10-31T13:28:50.045Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-10-31T13:28:50.045Z] Login Succeeded [2025-10-31T13:28:50.045Z] ****.io [2025-10-31T13:28:50.045Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-10-31T13:28:50.304Z] Login Succeeded [2025-10-31T13:28:50.304Z] ---> ****-login.sh ends [Pipeline] } [2025-10-31T13:28:50.309Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-10-31T13:28:50.366Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-10-31T13:28:50.402Z] [edgeXDocker.push] Tagging docker image app-record-replay with the following tags: [2025-10-31T13:28:50.402Z] d2ba150c641a4b55954188eaa6e5ea65517ce64a [2025-10-31T13:28:50.402Z] latest [2025-10-31T13:28:50.402Z] 4.1.0-dev.1 [2025-10-31T13:28:50.402Z] d2ba150c641a4b55954188eaa6e5ea65517ce64a-4.1.0-dev.1 [2025-10-31T13:28:50.402Z] main [2025-10-31T13:28:50.402Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-31T13:28:50.744Z] + docker tag app-record-replay nexus3.edgexfoundry.org:10004/app-record-replay:d2ba150c641a4b55954188eaa6e5ea65517ce64a [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-31T13:28:51.045Z] using credential edgex-jenkins-ssh [2025-10-31T13:28:51.062Z] + docker push nexus3.edgexfoundry.org:10004/app-record-replay:d2ba150c641a4b55954188eaa6e5ea65517ce64a [2025-10-31T13:28:51.062Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay] [2025-10-31T13:28:51.062Z] efbb6970890c: Preparing [2025-10-31T13:28:51.062Z] 5a8db1c8e368: Preparing [2025-10-31T13:28:51.062Z] 4e0d05b1218a: Preparing [2025-10-31T13:28:51.062Z] a22d873d0c25: Preparing [2025-10-31T13:28:51.062Z] df46c4efef13: Preparing [2025-10-31T13:28:51.062Z] 1e838f481f1f: Preparing [2025-10-31T13:28:51.062Z] 256f393e029f: Preparing [2025-10-31T13:28:51.062Z] 1e838f481f1f: Waiting [2025-10-31T13:28:51.062Z] 256f393e029f: Waiting [2025-10-31T13:28:51.062Z] a22d873d0c25: Pushed [2025-10-31T13:28:51.062Z] 5a8db1c8e368: Pushed [2025-10-31T13:28:51.062Z] 4e0d05b1218a: Pushed [2025-10-31T13:28:51.062Z] df46c4efef13: Pushed [2025-10-31T13:28:51.062Z] 256f393e029f: Layer already exists [2025-10-31T13:28:51.069Z] Cloning the remote Git repository [2025-10-31T13:28:51.319Z] 1e838f481f1f: Pushed [2025-10-31T13:28:51.122Z] Cloning repository git@github.com:edgexfoundry/app-record-replay.git [2025-10-31T13:28:51.233Z] > git init /w/workspace/app-record-replay/112 # timeout=10 [2025-10-31T13:28:51.407Z] Fetching upstream changes from git@github.com:edgexfoundry/app-record-replay.git [2025-10-31T13:28:51.408Z] > git --version # timeout=10 [2025-10-31T13:28:51.430Z] > git --version # 'git version 2.25.1' [2025-10-31T13:28:51.433Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2025-10-31T13:28:51.606Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-record-replay.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2025-10-31T13:28:54.073Z] > git config remote.origin.url git@github.com:edgexfoundry/app-record-replay.git # timeout=10 [2025-10-31T13:28:54.116Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2025-10-31T13:28:54.608Z] efbb6970890c: Pushed [2025-10-31T13:28:54.867Z] d2ba150c641a4b55954188eaa6e5ea65517ce64a: digest: sha256:8fa7202c63ed9b7d04620540b79f33c4766f0e4de696bd512177016c871a9f9d size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-31T13:28:55.205Z] + docker tag app-record-replay nexus3.edgexfoundry.org:10004/app-record-replay:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [2025-10-31T13:28:55.249Z] Avoid second fetch [2025-10-31T13:28:55.249Z] Checking out Revision d2ba150c641a4b55954188eaa6e5ea65517ce64a (main) [Pipeline] sh [2025-10-31T13:28:55.532Z] + docker push nexus3.edgexfoundry.org:10004/app-record-replay:latest [2025-10-31T13:28:55.532Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay] [2025-10-31T13:28:55.532Z] efbb6970890c: Preparing [2025-10-31T13:28:55.532Z] 5a8db1c8e368: Preparing [2025-10-31T13:28:55.532Z] 4e0d05b1218a: Preparing [2025-10-31T13:28:55.532Z] a22d873d0c25: Preparing [2025-10-31T13:28:55.532Z] df46c4efef13: Preparing [2025-10-31T13:28:55.532Z] 1e838f481f1f: Preparing [2025-10-31T13:28:55.532Z] 256f393e029f: Preparing [2025-10-31T13:28:55.532Z] 256f393e029f: Waiting [2025-10-31T13:28:55.532Z] 1e838f481f1f: Waiting [2025-10-31T13:28:55.532Z] 5a8db1c8e368: Layer already exists [2025-10-31T13:28:55.532Z] df46c4efef13: Layer already exists [2025-10-31T13:28:55.532Z] a22d873d0c25: Layer already exists [2025-10-31T13:28:55.532Z] efbb6970890c: Layer already exists [2025-10-31T13:28:55.532Z] 4e0d05b1218a: Layer already exists [2025-10-31T13:28:55.532Z] 1e838f481f1f: Layer already exists [2025-10-31T13:28:55.532Z] 256f393e029f: Layer already exists [2025-10-31T13:28:55.532Z] latest: digest: sha256:8fa7202c63ed9b7d04620540b79f33c4766f0e4de696bd512177016c871a9f9d size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-31T13:28:55.267Z] > git config core.sparsecheckout # timeout=10 [2025-10-31T13:28:55.343Z] > git checkout -f d2ba150c641a4b55954188eaa6e5ea65517ce64a # timeout=10 [2025-10-31T13:28:55.877Z] + docker tag app-record-replay nexus3.edgexfoundry.org:10004/app-record-replay:4.1.0-dev.1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-31T13:28:56.040Z] Commit message: "Merge pull request #182 from FelixTing/bump-alpine-3.22" [2025-10-31T13:28:56.206Z] + docker push nexus3.edgexfoundry.org:10004/app-record-replay:4.1.0-dev.1 [2025-10-31T13:28:56.207Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay] [2025-10-31T13:28:56.207Z] efbb6970890c: Preparing [2025-10-31T13:28:56.207Z] 5a8db1c8e368: Preparing [2025-10-31T13:28:56.207Z] 4e0d05b1218a: Preparing [2025-10-31T13:28:56.207Z] a22d873d0c25: Preparing [2025-10-31T13:28:56.207Z] df46c4efef13: Preparing [2025-10-31T13:28:56.207Z] 1e838f481f1f: Preparing [2025-10-31T13:28:56.207Z] 256f393e029f: Preparing [2025-10-31T13:28:56.207Z] 1e838f481f1f: Waiting [2025-10-31T13:28:56.207Z] 256f393e029f: Waiting [2025-10-31T13:28:56.207Z] df46c4efef13: Layer already exists [2025-10-31T13:28:56.207Z] efbb6970890c: Layer already exists [2025-10-31T13:28:56.207Z] 5a8db1c8e368: Layer already exists [2025-10-31T13:28:56.207Z] a22d873d0c25: Layer already exists [2025-10-31T13:28:56.207Z] 4e0d05b1218a: Layer already exists [2025-10-31T13:28:56.207Z] 1e838f481f1f: Layer already exists [2025-10-31T13:28:56.207Z] 256f393e029f: Layer already exists [2025-10-31T13:28:56.207Z] 4.1.0-dev.1: digest: sha256:8fa7202c63ed9b7d04620540b79f33c4766f0e4de696bd512177016c871a9f9d size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-31T13:28:56.623Z] + docker tag app-record-replay nexus3.edgexfoundry.org:10004/app-record-replay:d2ba150c641a4b55954188eaa6e5ea65517ce64a-4.1.0-dev.1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-31T13:28:56.945Z] + docker push nexus3.edgexfoundry.org:10004/app-record-replay:d2ba150c641a4b55954188eaa6e5ea65517ce64a-4.1.0-dev.1 [2025-10-31T13:28:56.945Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay] [2025-10-31T13:28:56.945Z] efbb6970890c: Preparing [2025-10-31T13:28:56.945Z] 5a8db1c8e368: Preparing [2025-10-31T13:28:56.945Z] 4e0d05b1218a: Preparing [2025-10-31T13:28:56.945Z] a22d873d0c25: Preparing [2025-10-31T13:28:56.945Z] df46c4efef13: Preparing [2025-10-31T13:28:56.945Z] 1e838f481f1f: Preparing [2025-10-31T13:28:56.945Z] 256f393e029f: Preparing [2025-10-31T13:28:56.945Z] 256f393e029f: Waiting [2025-10-31T13:28:56.945Z] 1e838f481f1f: Waiting [2025-10-31T13:28:56.945Z] df46c4efef13: Layer already exists [2025-10-31T13:28:56.945Z] a22d873d0c25: Layer already exists [2025-10-31T13:28:56.945Z] 5a8db1c8e368: Layer already exists [2025-10-31T13:28:56.945Z] 4e0d05b1218a: Layer already exists [2025-10-31T13:28:56.945Z] efbb6970890c: Layer already exists [2025-10-31T13:28:56.945Z] 256f393e029f: Layer already exists [2025-10-31T13:28:56.945Z] 1e838f481f1f: Layer already exists [2025-10-31T13:28:56.945Z] d2ba150c641a4b55954188eaa6e5ea65517ce64a-4.1.0-dev.1: digest: sha256:8fa7202c63ed9b7d04620540b79f33c4766f0e4de696bd512177016c871a9f9d size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-31T13:28:57.292Z] + docker tag app-record-replay nexus3.edgexfoundry.org:10004/app-record-replay:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-31T13:28:57.626Z] + docker push nexus3.edgexfoundry.org:10004/app-record-replay:main [2025-10-31T13:28:57.626Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay] [2025-10-31T13:28:57.626Z] efbb6970890c: Preparing [2025-10-31T13:28:57.626Z] 5a8db1c8e368: Preparing [2025-10-31T13:28:57.626Z] 4e0d05b1218a: Preparing [2025-10-31T13:28:57.626Z] a22d873d0c25: Preparing [2025-10-31T13:28:57.626Z] df46c4efef13: Preparing [2025-10-31T13:28:57.626Z] 1e838f481f1f: Preparing [2025-10-31T13:28:57.626Z] 256f393e029f: Preparing [2025-10-31T13:28:57.626Z] 256f393e029f: Waiting [2025-10-31T13:28:57.626Z] 1e838f481f1f: Waiting [2025-10-31T13:28:57.626Z] 5a8db1c8e368: Layer already exists [2025-10-31T13:28:57.626Z] efbb6970890c: Layer already exists [2025-10-31T13:28:57.626Z] df46c4efef13: Layer already exists [2025-10-31T13:28:57.626Z] a22d873d0c25: Layer already exists [2025-10-31T13:28:57.626Z] 4e0d05b1218a: Layer already exists [2025-10-31T13:28:57.626Z] 256f393e029f: Layer already exists [2025-10-31T13:28:57.626Z] 1e838f481f1f: Layer already exists [2025-10-31T13:28:57.626Z] main: digest: sha256:8fa7202c63ed9b7d04620540b79f33c4766f0e4de696bd512177016c871a9f9d size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-10-31T13:28:57.712Z] ===================================================== [Pipeline] echo [2025-10-31T13:28:57.728Z] taggedImages: [2025-10-31T13:28:57.728Z] - nexus3.edgexfoundry.org:10004/app-record-replay:d2ba150c641a4b55954188eaa6e5ea65517ce64a [2025-10-31T13:28:57.728Z] - nexus3.edgexfoundry.org:10004/app-record-replay:latest [2025-10-31T13:28:57.728Z] - nexus3.edgexfoundry.org:10004/app-record-replay:4.1.0-dev.1 [2025-10-31T13:28:57.728Z] - nexus3.edgexfoundry.org:10004/app-record-replay:d2ba150c641a4b55954188eaa6e5ea65517ce64a-4.1.0-dev.1 [2025-10-31T13:28:57.728Z] - nexus3.edgexfoundry.org:10004/app-record-replay:main [Pipeline] echo [2025-10-31T13:28:57.777Z] ========================================================= [2025-10-31T13:28:57.777Z] [edgeXBuildMultiArch] RAW Config: [2025-10-31T13:28:57.777Z] images: [2025-10-31T13:28:57.777Z] - nexus3.edgexfoundry.org:10004/app-record-replay:d2ba150c641a4b55954188eaa6e5ea65517ce64a [2025-10-31T13:28:57.777Z] - nexus3.edgexfoundry.org:10004/app-record-replay:latest [2025-10-31T13:28:57.777Z] - nexus3.edgexfoundry.org:10004/app-record-replay:4.1.0-dev.1 [2025-10-31T13:28:57.777Z] - nexus3.edgexfoundry.org:10004/app-record-replay:d2ba150c641a4b55954188eaa6e5ea65517ce64a-4.1.0-dev.1 [2025-10-31T13:28:57.777Z] - nexus3.edgexfoundry.org:10004/app-record-replay:main [2025-10-31T13:28:57.777Z] settingsFile: [2025-10-31T13:28:57.777Z] app-record-replay-settings [2025-10-31T13:28:57.777Z] ========================================================= [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-10-31T13:29:00.626Z] provisioning config files... [2025-10-31T13:29:00.660Z] copy managed file [app-record-replay-settings] to file:/w/workspace/app-record-replay/112@tmp/config17203651024109974810tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-10-31T13:29:01.420Z] ---> ****-login.sh [2025-10-31T13:29:01.420Z] nexus3.edgexfoundry.org:10001 [2025-10-31T13:29:01.703Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-10-31T13:29:01.973Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-10-31T13:29:01.973Z] Configure a credential helper to remove this warning. See [2025-10-31T13:29:01.973Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-10-31T13:29:01.973Z] [2025-10-31T13:29:01.973Z] Login Succeeded [2025-10-31T13:29:01.973Z] nexus3.edgexfoundry.org:10002 [2025-10-31T13:29:02.245Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-10-31T13:29:02.518Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-10-31T13:29:02.518Z] Configure a credential helper to remove this warning. See [2025-10-31T13:29:02.518Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-10-31T13:29:02.518Z] [2025-10-31T13:29:02.518Z] Login Succeeded [2025-10-31T13:29:02.518Z] nexus3.edgexfoundry.org:10003 [2025-10-31T13:29:02.790Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-10-31T13:29:02.790Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-10-31T13:29:02.790Z] Configure a credential helper to remove this warning. See [2025-10-31T13:29:02.790Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-10-31T13:29:02.790Z] [2025-10-31T13:29:02.790Z] Login Succeeded [2025-10-31T13:29:02.790Z] nexus3.edgexfoundry.org:10004 [2025-10-31T13:29:03.063Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-10-31T13:29:03.337Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-10-31T13:29:03.337Z] Configure a credential helper to remove this warning. See [2025-10-31T13:29:03.337Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-10-31T13:29:03.337Z] [2025-10-31T13:29:03.337Z] Login Succeeded [2025-10-31T13:29:03.337Z] ****.io [2025-10-31T13:29:03.610Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-10-31T13:29:03.887Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-10-31T13:29:03.887Z] Configure a credential helper to remove this warning. See [2025-10-31T13:29:03.887Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-10-31T13:29:03.887Z] [2025-10-31T13:29:03.887Z] Login Succeeded [2025-10-31T13:29:03.887Z] ---> ****-login.sh ends [Pipeline] } [2025-10-31T13:29:03.913Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2025-10-31T13:29:04.350Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-10-31T13:29:04.369Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-10-31T13:29:04.389Z] ========================================================= [2025-10-31T13:29:04.389Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine] [2025-10-31T13:29:04.389Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-31T13:29:04.778Z] + 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-31T13:29:05.048Z] Sending build context to Docker daemon 322kB [2025-10-31T13:29:05.048Z] Step 1/12 : ARG BASE=golang:1.23-alpine3.22 [2025-10-31T13:29:05.048Z] Step 2/12 : FROM ${BASE} AS builder [2025-10-31T13:29:05.322Z] 1.23-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2025-10-31T13:29:05.323Z] 6e174226ea69: Pulling fs layer [2025-10-31T13:29:05.323Z] 7d1a427e917c: Pulling fs layer [2025-10-31T13:29:05.323Z] 382d65ac76eb: Pulling fs layer [2025-10-31T13:29:05.323Z] 13eebdc497b7: Pulling fs layer [2025-10-31T13:29:05.323Z] 4f4fb700ef54: Pulling fs layer [2025-10-31T13:29:05.323Z] 06715773e931: Pulling fs layer [2025-10-31T13:29:05.323Z] 7fa9dde3b271: Pulling fs layer [2025-10-31T13:29:05.323Z] d57d563a94ed: Pulling fs layer [2025-10-31T13:29:05.323Z] 06715773e931: Waiting [2025-10-31T13:29:05.323Z] 7fa9dde3b271: Waiting [2025-10-31T13:29:05.323Z] d57d563a94ed: Waiting [2025-10-31T13:29:05.323Z] 13eebdc497b7: Waiting [2025-10-31T13:29:05.323Z] 4f4fb700ef54: Waiting [2025-10-31T13:29:05.323Z] 7d1a427e917c: Download complete [2025-10-31T13:29:05.323Z] 13eebdc497b7: Verifying Checksum [2025-10-31T13:29:05.323Z] 13eebdc497b7: Download complete [2025-10-31T13:29:05.323Z] 4f4fb700ef54: Verifying Checksum [2025-10-31T13:29:05.323Z] 4f4fb700ef54: Download complete [2025-10-31T13:29:05.323Z] 06715773e931: Verifying Checksum [2025-10-31T13:29:05.323Z] 06715773e931: Download complete [2025-10-31T13:29:05.323Z] 6e174226ea69: Verifying Checksum [2025-10-31T13:29:05.323Z] 6e174226ea69: Download complete [2025-10-31T13:29:05.916Z] d57d563a94ed: Verifying Checksum [2025-10-31T13:29:05.916Z] d57d563a94ed: Download complete [2025-10-31T13:29:06.508Z] 6e174226ea69: Pull complete [2025-10-31T13:29:07.490Z] 7d1a427e917c: Pull complete [2025-10-31T13:29:07.760Z] 382d65ac76eb: Verifying Checksum [2025-10-31T13:29:07.760Z] 382d65ac76eb: Download complete [2025-10-31T13:29:08.727Z] 7fa9dde3b271: Verifying Checksum [2025-10-31T13:29:08.727Z] 7fa9dde3b271: Download complete [2025-10-31T13:29:12.782Z] Still waiting to schedule task [2025-10-31T13:29:12.782Z] Waiting for next available executor on ‘prd-centos7-docker-4c-2g-772223’ [2025-10-31T13:29:23.783Z] 382d65ac76eb: Pull complete [2025-10-31T13:29:23.783Z] 13eebdc497b7: Pull complete [2025-10-31T13:29:23.783Z] 4f4fb700ef54: Pull complete [2025-10-31T13:29:23.783Z] 06715773e931: Pull complete [2025-10-31T13:29:32.056Z] 7fa9dde3b271: Pull complete [2025-10-31T13:29:34.014Z] d57d563a94ed: Pull complete [2025-10-31T13:29:34.014Z] Digest: sha256:4fa25c0866557c2fe486be650b860b3e094b154ce580a08ea32adae8d957cdec [2025-10-31T13:29:34.014Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine [2025-10-31T13:29:34.014Z] ---> 43a1c90cae9b [2025-10-31T13:29:34.014Z] Step 3/12 : ARG ALPINE_PKG_BASE="make git" [2025-10-31T13:29:36.605Z] ---> Running in d457eca24a24 [2025-10-31T13:29:36.605Z] Removing intermediate container d457eca24a24 [2025-10-31T13:29:36.605Z] ---> 6dd238d73c3a [2025-10-31T13:29:36.605Z] Step 4/12 : ARG ALPINE_PKG_EXTRA="" [2025-10-31T13:29:36.605Z] ---> Running in bdafcbe44f33 [2025-10-31T13:29:36.881Z] Removing intermediate container bdafcbe44f33 [2025-10-31T13:29:36.881Z] ---> d36dc21ef06d [2025-10-31T13:29:36.881Z] Step 5/12 : ARG ADD_BUILD_TAGS="" [2025-10-31T13:29:37.151Z] ---> Running in 0d84af420b5f [2025-10-31T13:29:37.419Z] Removing intermediate container 0d84af420b5f [2025-10-31T13:29:37.419Z] ---> 493e82dc7d52 [2025-10-31T13:29:37.419Z] Step 6/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2025-10-31T13:29:37.688Z] ---> Running in 89a55a1bcdfc [2025-10-31T13:29:39.109Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz [2025-10-31T13:29:39.109Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz [2025-10-31T13:29:41.802Z] OK: 255 MiB in 60 packages [2025-10-31T13:29:42.392Z] Removing intermediate container 89a55a1bcdfc [2025-10-31T13:29:42.392Z] ---> 6461de82f645 [2025-10-31T13:29:42.392Z] Step 7/12 : WORKDIR /app [2025-10-31T13:29:42.663Z] ---> Running in c9a020a5dbe6 [2025-10-31T13:29:43.274Z] Removing intermediate container c9a020a5dbe6 [2025-10-31T13:29:43.274Z] ---> 4d9c066bc821 [2025-10-31T13:29:43.274Z] Step 8/12 : COPY go.mod vendor* ./ [2025-10-31T13:29:43.887Z] ---> eeb18f740dd9 [2025-10-31T13:29:43.887Z] Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-10-31T13:29:43.887Z] ---> Running in 841a4436311e [2025-10-31T13:30:55.642Z] Running on prd-centos7-docker-4c-2g-772230 in /w/workspace/exfoundry_app-record-replay_main [Pipeline] { [Pipeline] stage [Pipeline] { (Create Multi-Arch Images) [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-10-31T13:30:55.697Z] provisioning config files... [2025-10-31T13:30:55.720Z] copy managed file [app-record-replay-settings] to file:/w/workspace/exfoundry_app-record-replay_main@tmp/config17300335172256944040tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-10-31T13:30:59.621Z] ---> ****-login.sh [2025-10-31T13:30:59.621Z] nexus3.edgexfoundry.org:10001 [2025-10-31T13:30:59.621Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-10-31T13:30:59.622Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-10-31T13:30:59.622Z] Configure a credential helper to remove this warning. See [2025-10-31T13:30:59.622Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-10-31T13:30:59.622Z] [2025-10-31T13:30:59.622Z] Login Succeeded [2025-10-31T13:30:59.622Z] nexus3.edgexfoundry.org:10002 [2025-10-31T13:30:59.882Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-10-31T13:30:59.882Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-10-31T13:30:59.882Z] Configure a credential helper to remove this warning. See [2025-10-31T13:30:59.882Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-10-31T13:30:59.882Z] [2025-10-31T13:30:59.882Z] Login Succeeded [2025-10-31T13:30:59.882Z] nexus3.edgexfoundry.org:10003 [2025-10-31T13:30:59.882Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-10-31T13:30:59.883Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-10-31T13:30:59.883Z] Configure a credential helper to remove this warning. See [2025-10-31T13:30:59.883Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-10-31T13:30:59.883Z] [2025-10-31T13:30:59.883Z] Login Succeeded [2025-10-31T13:30:59.883Z] nexus3.edgexfoundry.org:10004 [2025-10-31T13:30:59.883Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-10-31T13:31:00.151Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-10-31T13:31:00.151Z] Configure a credential helper to remove this warning. See [2025-10-31T13:31:00.151Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-10-31T13:31:00.151Z] [2025-10-31T13:31:00.151Z] Login Succeeded [2025-10-31T13:31:00.151Z] ****.io [2025-10-31T13:31:00.151Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-10-31T13:31:00.151Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-10-31T13:31:00.151Z] Configure a credential helper to remove this warning. See [2025-10-31T13:31:00.151Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-10-31T13:31:00.151Z] [2025-10-31T13:31:00.151Z] Login Succeeded [2025-10-31T13:31:00.151Z] ---> ****-login.sh ends [Pipeline] } [2025-10-31T13:31:00.173Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-10-31T13:31:00.517Z] + docker buildx ls [2025-10-31T13:31:00.517Z] NAME/NODE DRIVER/ENDPOINT STATUS BUILDKIT PLATFORMS [2025-10-31T13:31:00.517Z] default * docker [2025-10-31T13:31:00.517Z] default default running 20.10.18 linux/amd64, linux/386 [Pipeline] sh [2025-10-31T13:31:00.802Z] + docker buildx create --name edgex-builder --platform linux/amd64,linux/arm64 --use [2025-10-31T13:31:00.802Z] edgex-builder [Pipeline] sh [2025-10-31T13:31:01.097Z] + docker buildx inspect --bootstrap [2025-10-31T13:31:01.097Z] #1 [internal] booting buildkit [2025-10-31T13:31:01.097Z] #1 pulling image moby/buildkit:buildx-stable-1 [2025-10-31T13:31:04.431Z] #1 pulling image moby/buildkit:buildx-stable-1 3.3s done [2025-10-31T13:31:04.431Z] #1 creating container buildx_buildkit_edgex-builder0 [2025-10-31T13:31:05.368Z] #1 creating container buildx_buildkit_edgex-builder0 1.1s done [2025-10-31T13:31:05.368Z] #1 DONE 4.4s [2025-10-31T13:31:05.629Z] Name: edgex-builder [2025-10-31T13:31:05.629Z] Driver: docker-container [2025-10-31T13:31:05.629Z] [2025-10-31T13:31:05.629Z] Nodes: [2025-10-31T13:31:05.629Z] Name: edgex-builder0 [2025-10-31T13:31:05.629Z] Endpoint: unix:///var/run/docker.sock [2025-10-31T13:31:05.629Z] Status: running [2025-10-31T13:31:05.629Z] Buildkit: v0.25.1 [2025-10-31T13:31:05.629Z] Platforms: linux/amd64*, linux/arm64*, linux/amd64/v2, linux/amd64/v3, linux/386 [Pipeline] sh [2025-10-31T13:31:05.922Z] + docker buildx ls [2025-10-31T13:31:05.923Z] NAME/NODE DRIVER/ENDPOINT STATUS BUILDKIT PLATFORMS [2025-10-31T13:31:05.923Z] edgex-builder * docker-container [2025-10-31T13:31:05.923Z] edgex-builder0 unix:///var/run/docker.sock running v0.25.1 linux/amd64*, linux/arm64*, linux/amd64/v2, linux/amd64/v3, linux/386 [2025-10-31T13:31:05.923Z] default docker [2025-10-31T13:31:05.923Z] default default running 20.10.18 linux/amd64, linux/386 [Pipeline] sh [2025-10-31T13:31:06.216Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/app-record-replay:d2ba150c641a4b55954188eaa6e5ea65517ce64a' [2025-10-31T13:31:06.216Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/app-record-replay:d2ba150c641a4b55954188eaa6e5ea65517ce64a --push - [2025-10-31T13:31:06.476Z] #1 [internal] load build definition from Dockerfile [2025-10-31T13:31:06.476Z] #1 transferring dockerfile: 202B done [2025-10-31T13:31:06.476Z] #1 DONE 0.0s [2025-10-31T13:31:06.476Z] [2025-10-31T13:31:06.476Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/app-record-replay:d2ba150c641a4b55954188eaa6e5ea65517ce64a [2025-10-31T13:31:06.476Z] #2 DONE 0.1s [2025-10-31T13:31:06.476Z] [2025-10-31T13:31:06.476Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/app-record-replay:d2ba150c641a4b55954188eaa6e5ea65517ce64a [2025-10-31T13:31:06.476Z] #3 DONE 0.1s [2025-10-31T13:31:06.476Z] [2025-10-31T13:31:06.476Z] #4 [internal] load .dockerignore [2025-10-31T13:31:06.476Z] #4 transferring context: 2B done [2025-10-31T13:31:06.476Z] #4 DONE 0.0s [2025-10-31T13:31:06.477Z] [2025-10-31T13:31:06.477Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/app-record-replay:d2ba150c641a4b55954188eaa6e5ea65517ce64a@sha256:8fa7202c63ed9b7d04620540b79f33c4766f0e4de696bd512177016c871a9f9d [2025-10-31T13:31:06.477Z] #5 resolve nexus3.edgexfoundry.org:10004/app-record-replay:d2ba150c641a4b55954188eaa6e5ea65517ce64a@sha256:8fa7202c63ed9b7d04620540b79f33c4766f0e4de696bd512177016c871a9f9d 0.0s done [2025-10-31T13:31:06.477Z] #5 DONE 0.0s [2025-10-31T13:31:06.477Z] [2025-10-31T13:31:06.477Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/app-record-replay:d2ba150c641a4b55954188eaa6e5ea65517ce64a@sha256:8fa7202c63ed9b7d04620540b79f33c4766f0e4de696bd512177016c871a9f9d [2025-10-31T13:31:06.477Z] #6 resolve nexus3.edgexfoundry.org:10004/app-record-replay:d2ba150c641a4b55954188eaa6e5ea65517ce64a@sha256:8fa7202c63ed9b7d04620540b79f33c4766f0e4de696bd512177016c871a9f9d 0.0s done [2025-10-31T13:31:06.477Z] #6 DONE 0.1s [2025-10-31T13:31:06.736Z] [2025-10-31T13:31:06.736Z] #7 [auth] app-record-replay:pull,push token for nexus3.edgexfoundry.org:10004 [2025-10-31T13:31:06.736Z] #7 DONE 0.0s [2025-10-31T13:31:06.736Z] [2025-10-31T13:31:06.736Z] #8 exporting to image [2025-10-31T13:31:06.736Z] #8 exporting layers done [2025-10-31T13:31:06.736Z] #8 exporting manifest sha256:ed224d31ac3721cb9c7cf97f283a34b1317087cbc8cd6e09bc6e409b493eb2f4 done [2025-10-31T13:31:06.736Z] #8 exporting config sha256:505e655b781a47135e54feeca9ded0d7ef4d1c26db18a387982727376da40164 done [2025-10-31T13:31:06.736Z] #8 exporting manifest sha256:0146685afc843dc6bce7da0fa79cddc9ca1e00027834fc762e33fa556e4f0c9d done [2025-10-31T13:31:06.736Z] #8 exporting config sha256:ba192066f5fbba6efcf8fdadf6568e003d8bd5462bcf749f6925397382f5f3b6 done [2025-10-31T13:31:06.736Z] #8 exporting manifest list sha256:026aa0592e503f485fa235a171256a90f6980bb62680152086a92362a5a388cd done [2025-10-31T13:31:06.736Z] #8 pushing layers 0.1s done [2025-10-31T13:31:06.736Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/app-record-replay:d2ba150c641a4b55954188eaa6e5ea65517ce64a@sha256:026aa0592e503f485fa235a171256a90f6980bb62680152086a92362a5a388cd [2025-10-31T13:31:06.736Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-10-31T13:31:06.736Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/app-record-replay:d2ba150c641a4b55954188eaa6e5ea65517ce64a@sha256:026aa0592e503f485fa235a171256a90f6980bb62680152086a92362a5a388cd 0.1s done [2025-10-31T13:31:06.736Z] #8 DONE 0.2s [2025-10-31T13:31:06.736Z] [2025-10-31T13:31:06.736Z] 1 warning found (use --debug to expand): [2025-10-31T13:31:06.736Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-10-31T13:31:07.024Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/app-record-replay:latest' [2025-10-31T13:31:07.024Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/app-record-replay:latest --push - [2025-10-31T13:31:07.283Z] #1 [internal] load build definition from Dockerfile [2025-10-31T13:31:07.283Z] #1 transferring dockerfile: 168B done [2025-10-31T13:31:07.283Z] #1 DONE 0.0s [2025-10-31T13:31:07.283Z] [2025-10-31T13:31:07.283Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/app-record-replay:latest [2025-10-31T13:31:07.283Z] #2 DONE 0.0s [2025-10-31T13:31:07.283Z] [2025-10-31T13:31:07.283Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/app-record-replay:latest [2025-10-31T13:31:07.283Z] #3 DONE 0.0s [2025-10-31T13:31:07.283Z] [2025-10-31T13:31:07.283Z] #4 [internal] load .dockerignore [2025-10-31T13:31:07.283Z] #4 transferring context: 2B done [2025-10-31T13:31:07.283Z] #4 DONE 0.0s [2025-10-31T13:31:07.283Z] [2025-10-31T13:31:07.283Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/app-record-replay:latest@sha256:8fa7202c63ed9b7d04620540b79f33c4766f0e4de696bd512177016c871a9f9d [2025-10-31T13:31:07.283Z] #5 resolve nexus3.edgexfoundry.org:10004/app-record-replay:latest@sha256:8fa7202c63ed9b7d04620540b79f33c4766f0e4de696bd512177016c871a9f9d 0.0s done [2025-10-31T13:31:07.283Z] #5 DONE 0.0s [2025-10-31T13:31:07.283Z] [2025-10-31T13:31:07.283Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/app-record-replay:latest@sha256:8fa7202c63ed9b7d04620540b79f33c4766f0e4de696bd512177016c871a9f9d [2025-10-31T13:31:07.283Z] #6 resolve nexus3.edgexfoundry.org:10004/app-record-replay:latest@sha256:8fa7202c63ed9b7d04620540b79f33c4766f0e4de696bd512177016c871a9f9d 0.0s done [2025-10-31T13:31:07.283Z] #6 CACHED [2025-10-31T13:31:07.283Z] [2025-10-31T13:31:07.283Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/app-record-replay:latest@sha256:8fa7202c63ed9b7d04620540b79f33c4766f0e4de696bd512177016c871a9f9d [2025-10-31T13:31:07.283Z] #5 CACHED [2025-10-31T13:31:07.284Z] [2025-10-31T13:31:07.284Z] #7 [auth] app-record-replay:pull,push token for nexus3.edgexfoundry.org:10004 [2025-10-31T13:31:07.284Z] #7 DONE 0.0s [2025-10-31T13:31:07.284Z] [2025-10-31T13:31:07.284Z] #8 exporting to image [2025-10-31T13:31:07.284Z] #8 exporting layers done [2025-10-31T13:31:07.284Z] #8 exporting manifest sha256:ed224d31ac3721cb9c7cf97f283a34b1317087cbc8cd6e09bc6e409b493eb2f4 done [2025-10-31T13:31:07.284Z] #8 exporting config sha256:505e655b781a47135e54feeca9ded0d7ef4d1c26db18a387982727376da40164 done [2025-10-31T13:31:07.284Z] #8 exporting manifest sha256:0146685afc843dc6bce7da0fa79cddc9ca1e00027834fc762e33fa556e4f0c9d done [2025-10-31T13:31:07.284Z] #8 exporting config sha256:ba192066f5fbba6efcf8fdadf6568e003d8bd5462bcf749f6925397382f5f3b6 done [2025-10-31T13:31:07.284Z] #8 exporting manifest list sha256:026aa0592e503f485fa235a171256a90f6980bb62680152086a92362a5a388cd done [2025-10-31T13:31:07.284Z] #8 pushing layers 0.0s done [2025-10-31T13:31:07.284Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/app-record-replay:latest@sha256:026aa0592e503f485fa235a171256a90f6980bb62680152086a92362a5a388cd 0.1s done [2025-10-31T13:31:07.284Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-10-31T13:31:07.284Z] #8 DONE 0.1s [2025-10-31T13:31:07.284Z] [2025-10-31T13:31:07.284Z] 1 warning found (use --debug to expand): [2025-10-31T13:31:07.284Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-10-31T13:31:07.580Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/app-record-replay:4.1.0-dev.1' [2025-10-31T13:31:07.580Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/app-record-replay:4.1.0-dev.1 --push - [2025-10-31T13:31:07.580Z] #1 [internal] load build definition from Dockerfile [2025-10-31T13:31:07.580Z] #1 transferring dockerfile: 173B done [2025-10-31T13:31:07.580Z] #1 DONE 0.0s [2025-10-31T13:31:07.580Z] [2025-10-31T13:31:07.580Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/app-record-replay:4.1.0-dev.1 [2025-10-31T13:31:07.580Z] #2 DONE 0.0s [2025-10-31T13:31:07.580Z] [2025-10-31T13:31:07.580Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/app-record-replay:4.1.0-dev.1 [2025-10-31T13:31:07.580Z] #3 DONE 0.0s [2025-10-31T13:31:07.580Z] [2025-10-31T13:31:07.580Z] #4 [internal] load .dockerignore [2025-10-31T13:31:07.580Z] #4 transferring context: 2B done [2025-10-31T13:31:07.580Z] #4 DONE 0.0s [2025-10-31T13:31:07.580Z] [2025-10-31T13:31:07.580Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/app-record-replay:4.1.0-dev.1@sha256:8fa7202c63ed9b7d04620540b79f33c4766f0e4de696bd512177016c871a9f9d [2025-10-31T13:31:07.580Z] #5 resolve nexus3.edgexfoundry.org:10004/app-record-replay:4.1.0-dev.1@sha256:8fa7202c63ed9b7d04620540b79f33c4766f0e4de696bd512177016c871a9f9d 0.0s done [2025-10-31T13:31:07.580Z] #5 CACHED [2025-10-31T13:31:07.580Z] [2025-10-31T13:31:07.580Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/app-record-replay:4.1.0-dev.1@sha256:8fa7202c63ed9b7d04620540b79f33c4766f0e4de696bd512177016c871a9f9d [2025-10-31T13:31:07.580Z] #6 resolve nexus3.edgexfoundry.org:10004/app-record-replay:4.1.0-dev.1@sha256:8fa7202c63ed9b7d04620540b79f33c4766f0e4de696bd512177016c871a9f9d 0.0s done [2025-10-31T13:31:07.580Z] #6 CACHED [2025-10-31T13:31:07.580Z] [2025-10-31T13:31:07.580Z] #7 exporting to image [2025-10-31T13:31:07.580Z] #7 exporting layers [2025-10-31T13:31:07.580Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-10-31T13:31:07.839Z] #7 exporting layers done [2025-10-31T13:31:07.839Z] #7 exporting manifest sha256:ed224d31ac3721cb9c7cf97f283a34b1317087cbc8cd6e09bc6e409b493eb2f4 done [2025-10-31T13:31:07.839Z] #7 exporting config sha256:505e655b781a47135e54feeca9ded0d7ef4d1c26db18a387982727376da40164 done [2025-10-31T13:31:07.839Z] #7 exporting manifest sha256:0146685afc843dc6bce7da0fa79cddc9ca1e00027834fc762e33fa556e4f0c9d done [2025-10-31T13:31:07.839Z] #7 exporting config sha256:ba192066f5fbba6efcf8fdadf6568e003d8bd5462bcf749f6925397382f5f3b6 done [2025-10-31T13:31:07.839Z] #7 exporting manifest list sha256:026aa0592e503f485fa235a171256a90f6980bb62680152086a92362a5a388cd done [2025-10-31T13:31:07.839Z] #7 pushing layers 0.0s done [2025-10-31T13:31:07.839Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/app-record-replay:4.1.0-dev.1@sha256:026aa0592e503f485fa235a171256a90f6980bb62680152086a92362a5a388cd 0.1s done [2025-10-31T13:31:07.839Z] #7 DONE 0.1s [2025-10-31T13:31:07.839Z] [2025-10-31T13:31:07.839Z] #8 [auth] app-record-replay:pull,push token for nexus3.edgexfoundry.org:10004 [2025-10-31T13:31:07.839Z] #8 DONE 0.0s [2025-10-31T13:31:07.839Z] [2025-10-31T13:31:07.839Z] 1 warning found (use --debug to expand): [2025-10-31T13:31:07.839Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-10-31T13:31:08.131Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/app-record-replay:d2ba150c641a4b55954188eaa6e5ea65517ce64a-4.1.0-dev.1 --push - [2025-10-31T13:31:08.132Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/app-record-replay:d2ba150c641a4b55954188eaa6e5ea65517ce64a-4.1.0-dev.1' [2025-10-31T13:31:08.390Z] #1 [internal] load build definition from Dockerfile [2025-10-31T13:31:08.390Z] #1 transferring dockerfile: 214B done [2025-10-31T13:31:08.390Z] #1 DONE 0.0s [2025-10-31T13:31:08.390Z] [2025-10-31T13:31:08.390Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/app-record-replay:d2ba150c641a4b55954188eaa6e5ea65517ce64a-4.1.0-dev.1 [2025-10-31T13:31:08.390Z] #2 DONE 0.0s [2025-10-31T13:31:08.390Z] [2025-10-31T13:31:08.390Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/app-record-replay:d2ba150c641a4b55954188eaa6e5ea65517ce64a-4.1.0-dev.1 [2025-10-31T13:31:08.390Z] #3 DONE 0.0s [2025-10-31T13:31:08.390Z] [2025-10-31T13:31:08.390Z] #4 [internal] load .dockerignore [2025-10-31T13:31:08.390Z] #4 transferring context: 2B done [2025-10-31T13:31:08.390Z] #4 DONE 0.0s [2025-10-31T13:31:08.390Z] [2025-10-31T13:31:08.390Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/app-record-replay:d2ba150c641a4b55954188eaa6e5ea65517ce64a-4.1.0-dev.1@sha256:8fa7202c63ed9b7d04620540b79f33c4766f0e4de696bd512177016c871a9f9d [2025-10-31T13:31:08.390Z] #5 resolve nexus3.edgexfoundry.org:10004/app-record-replay:d2ba150c641a4b55954188eaa6e5ea65517ce64a-4.1.0-dev.1@sha256:8fa7202c63ed9b7d04620540b79f33c4766f0e4de696bd512177016c871a9f9d 0.0s done [2025-10-31T13:31:08.390Z] #5 CACHED [2025-10-31T13:31:08.390Z] [2025-10-31T13:31:08.390Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/app-record-replay:d2ba150c641a4b55954188eaa6e5ea65517ce64a-4.1.0-dev.1@sha256:8fa7202c63ed9b7d04620540b79f33c4766f0e4de696bd512177016c871a9f9d [2025-10-31T13:31:08.390Z] #6 resolve nexus3.edgexfoundry.org:10004/app-record-replay:d2ba150c641a4b55954188eaa6e5ea65517ce64a-4.1.0-dev.1@sha256:8fa7202c63ed9b7d04620540b79f33c4766f0e4de696bd512177016c871a9f9d 0.0s done [2025-10-31T13:31:08.390Z] #6 CACHED [2025-10-31T13:31:08.390Z] [2025-10-31T13:31:08.390Z] #7 exporting to image [2025-10-31T13:31:08.390Z] #7 exporting layers done [2025-10-31T13:31:08.390Z] #7 exporting manifest sha256:ed224d31ac3721cb9c7cf97f283a34b1317087cbc8cd6e09bc6e409b493eb2f4 done [2025-10-31T13:31:08.390Z] #7 exporting config sha256:505e655b781a47135e54feeca9ded0d7ef4d1c26db18a387982727376da40164 [2025-10-31T13:31:08.390Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-10-31T13:31:08.390Z] #7 exporting config sha256:505e655b781a47135e54feeca9ded0d7ef4d1c26db18a387982727376da40164 done [2025-10-31T13:31:08.390Z] #7 exporting manifest sha256:0146685afc843dc6bce7da0fa79cddc9ca1e00027834fc762e33fa556e4f0c9d done [2025-10-31T13:31:08.390Z] #7 exporting config sha256:ba192066f5fbba6efcf8fdadf6568e003d8bd5462bcf749f6925397382f5f3b6 done [2025-10-31T13:31:08.390Z] #7 exporting manifest list sha256:026aa0592e503f485fa235a171256a90f6980bb62680152086a92362a5a388cd done [2025-10-31T13:31:08.390Z] #7 pushing layers 0.0s done [2025-10-31T13:31:08.390Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/app-record-replay:d2ba150c641a4b55954188eaa6e5ea65517ce64a-4.1.0-dev.1@sha256:026aa0592e503f485fa235a171256a90f6980bb62680152086a92362a5a388cd 0.1s done [2025-10-31T13:31:08.390Z] #7 DONE 0.1s [2025-10-31T13:31:08.390Z] [2025-10-31T13:31:08.390Z] #8 [auth] app-record-replay:pull,push token for nexus3.edgexfoundry.org:10004 [2025-10-31T13:31:08.390Z] #8 DONE 0.0s [2025-10-31T13:31:08.390Z] [2025-10-31T13:31:08.390Z] 1 warning found (use --debug to expand): [2025-10-31T13:31:08.390Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-10-31T13:31:08.684Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/app-record-replay:main' [2025-10-31T13:31:08.684Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/app-record-replay:main --push - [2025-10-31T13:31:08.684Z] #1 [internal] load build definition from Dockerfile [2025-10-31T13:31:08.684Z] #1 transferring dockerfile: 166B done [2025-10-31T13:31:08.684Z] #1 DONE 0.0s [2025-10-31T13:31:08.684Z] [2025-10-31T13:31:08.684Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/app-record-replay:main [2025-10-31T13:31:08.684Z] #2 DONE 0.0s [2025-10-31T13:31:08.684Z] [2025-10-31T13:31:08.684Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/app-record-replay:main [2025-10-31T13:31:08.684Z] #3 DONE 0.0s [2025-10-31T13:31:08.684Z] [2025-10-31T13:31:08.684Z] #4 [internal] load .dockerignore [2025-10-31T13:31:08.684Z] #4 transferring context: 2B done [2025-10-31T13:31:08.684Z] #4 DONE 0.0s [2025-10-31T13:31:08.684Z] [2025-10-31T13:31:08.684Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/app-record-replay:main@sha256:8fa7202c63ed9b7d04620540b79f33c4766f0e4de696bd512177016c871a9f9d [2025-10-31T13:31:08.684Z] #5 resolve nexus3.edgexfoundry.org:10004/app-record-replay:main@sha256:8fa7202c63ed9b7d04620540b79f33c4766f0e4de696bd512177016c871a9f9d 0.0s done [2025-10-31T13:31:08.684Z] #5 CACHED [2025-10-31T13:31:08.684Z] [2025-10-31T13:31:08.684Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/app-record-replay:main@sha256:8fa7202c63ed9b7d04620540b79f33c4766f0e4de696bd512177016c871a9f9d [2025-10-31T13:31:08.684Z] #6 resolve nexus3.edgexfoundry.org:10004/app-record-replay:main@sha256:8fa7202c63ed9b7d04620540b79f33c4766f0e4de696bd512177016c871a9f9d 0.0s done [2025-10-31T13:31:08.684Z] #6 CACHED [2025-10-31T13:31:08.684Z] [2025-10-31T13:31:08.684Z] #7 exporting to image [2025-10-31T13:31:08.684Z] #7 exporting layers done [2025-10-31T13:31:08.684Z] #7 exporting manifest sha256:ed224d31ac3721cb9c7cf97f283a34b1317087cbc8cd6e09bc6e409b493eb2f4 done [2025-10-31T13:31:08.684Z] #7 exporting config sha256:505e655b781a47135e54feeca9ded0d7ef4d1c26db18a387982727376da40164 [2025-10-31T13:31:08.684Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-10-31T13:31:08.942Z] #7 exporting config sha256:505e655b781a47135e54feeca9ded0d7ef4d1c26db18a387982727376da40164 done [2025-10-31T13:31:08.942Z] #7 exporting manifest sha256:0146685afc843dc6bce7da0fa79cddc9ca1e00027834fc762e33fa556e4f0c9d done [2025-10-31T13:31:08.942Z] #7 exporting config sha256:ba192066f5fbba6efcf8fdadf6568e003d8bd5462bcf749f6925397382f5f3b6 done [2025-10-31T13:31:08.942Z] #7 exporting manifest list sha256:026aa0592e503f485fa235a171256a90f6980bb62680152086a92362a5a388cd done [2025-10-31T13:31:08.942Z] #7 pushing layers 0.0s done [2025-10-31T13:31:08.942Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/app-record-replay:main@sha256:026aa0592e503f485fa235a171256a90f6980bb62680152086a92362a5a388cd 0.1s done [2025-10-31T13:31:08.942Z] #7 DONE 0.1s [2025-10-31T13:31:08.942Z] [2025-10-31T13:31:08.942Z] #8 [auth] app-record-replay:pull,push token for nexus3.edgexfoundry.org:10004 [2025-10-31T13:31:08.942Z] #8 DONE 0.0s [2025-10-31T13:31:08.942Z] [2025-10-31T13:31:08.942Z] 1 warning found (use --debug to expand): [2025-10-31T13:31:08.942Z]  - 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-31T13:31:09.410Z] + '[' -d /w/workspace/exfoundry_app-record-replay_main/archives ']' [Pipeline] libraryResource [Pipeline] sh [2025-10-31T13:31:09.712Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2025-10-31T13:31:10.265Z] ---> package-listing.sh [2025-10-31T13:31:10.265Z] ++ facter osfamily [2025-10-31T13:31:10.265Z] ++ tr '[:upper:]' '[:lower:]' [2025-10-31T13:31:10.524Z] + OS_FAMILY=redhat [2025-10-31T13:31:10.524Z] + workspace=/w/workspace/exfoundry_app-record-replay_main [2025-10-31T13:31:10.524Z] + START_PACKAGES=/tmp/packages_start.txt [2025-10-31T13:31:10.524Z] + END_PACKAGES=/tmp/packages_end.txt [2025-10-31T13:31:10.524Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2025-10-31T13:31:10.524Z] + PACKAGES=/tmp/packages_start.txt [2025-10-31T13:31:10.524Z] + '[' /w/workspace/exfoundry_app-record-replay_main ']' [2025-10-31T13:31:10.524Z] + PACKAGES=/tmp/packages_end.txt [2025-10-31T13:31:10.524Z] + case "${OS_FAMILY}" in [2025-10-31T13:31:10.524Z] + sort [2025-10-31T13:31:10.524Z] + rpm -qa [2025-10-31T13:31:11.094Z] + '[' -f /tmp/packages_start.txt ']' [2025-10-31T13:31:11.094Z] + '[' -f /tmp/packages_end.txt ']' [2025-10-31T13:31:11.094Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2025-10-31T13:31:11.094Z] + '[' /w/workspace/exfoundry_app-record-replay_main ']' [2025-10-31T13:31:11.094Z] + mkdir -p /w/workspace/exfoundry_app-record-replay_main/archives/ [2025-10-31T13:31:11.094Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/exfoundry_app-record-replay_main/archives/ [Pipeline] echo [2025-10-31T13:31:11.104Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/exfoundry_app-record-replay_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-31T13:31:11.383Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-31T13:31:11.957Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-10-31T13:31:11.957Z] [2025-10-31T13:31:11.957Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-31T13:31:12.270Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-10-31T13:31:12.270Z] latest: Pulling from edgex-lftools-log-publisher [2025-10-31T13:31:12.270Z] 5eb5b503b376: Pulling fs layer [2025-10-31T13:31:12.270Z] 5c69ac0246d0: Pulling fs layer [2025-10-31T13:31:12.270Z] ec43610c2a17: Pulling fs layer [2025-10-31T13:31:12.270Z] 3a2ae6a8a46f: Pulling fs layer [2025-10-31T13:31:12.270Z] 33b1e0a273af: Pulling fs layer [2025-10-31T13:31:12.270Z] 5d3b04190fa2: Pulling fs layer [2025-10-31T13:31:12.270Z] 2f39f015ded8: Pulling fs layer [2025-10-31T13:31:12.270Z] 3a2ae6a8a46f: Waiting [2025-10-31T13:31:12.270Z] 33b1e0a273af: Waiting [2025-10-31T13:31:12.270Z] 5d3b04190fa2: Waiting [2025-10-31T13:31:12.270Z] 2f39f015ded8: Waiting [2025-10-31T13:31:12.270Z] 5c69ac0246d0: Verifying Checksum [2025-10-31T13:31:12.270Z] 5c69ac0246d0: Download complete [2025-10-31T13:31:12.270Z] 3a2ae6a8a46f: Verifying Checksum [2025-10-31T13:31:12.270Z] 3a2ae6a8a46f: Download complete [2025-10-31T13:31:12.270Z] ec43610c2a17: Verifying Checksum [2025-10-31T13:31:12.270Z] ec43610c2a17: Download complete [2025-10-31T13:31:12.270Z] 33b1e0a273af: Verifying Checksum [2025-10-31T13:31:12.270Z] 33b1e0a273af: Download complete [2025-10-31T13:31:12.270Z] 5d3b04190fa2: Verifying Checksum [2025-10-31T13:31:12.270Z] 5d3b04190fa2: Download complete [2025-10-31T13:31:12.539Z] 5eb5b503b376: Verifying Checksum [2025-10-31T13:31:12.539Z] 5eb5b503b376: Download complete [2025-10-31T13:31:13.113Z] 2f39f015ded8: Verifying Checksum [2025-10-31T13:31:13.113Z] 2f39f015ded8: Download complete [2025-10-31T13:31:13.688Z] 5eb5b503b376: Pull complete [2025-10-31T13:31:13.688Z] 5c69ac0246d0: Pull complete [2025-10-31T13:31:14.261Z] ec43610c2a17: Pull complete [2025-10-31T13:31:14.261Z] 3a2ae6a8a46f: Pull complete [2025-10-31T13:31:14.528Z] 33b1e0a273af: Pull complete [2025-10-31T13:31:14.528Z] 5d3b04190fa2: Pull complete [2025-10-31T13:31:19.764Z] 2f39f015ded8: Pull complete [2025-10-31T13:31:19.764Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2025-10-31T13:31:19.764Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-10-31T13:31:19.764Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-10-31T13:31:20.478Z] prd-centos7-docker-4c-2g-772230 does not seem to be running inside a container [2025-10-31T13:31:20.531Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/exfoundry_app-record-replay_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/exfoundry_app-record-replay_main -v /w/workspace/exfoundry_app-record-replay_main:/w/workspace/exfoundry_app-record-replay_main:rw,z -v /w/workspace/exfoundry_app-record-replay_main@tmp:/w/workspace/exfoundry_app-record-replay_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-31T13:31:26.504Z] $ docker top 7281392e0d0ad42ab3835d083f3cec593ae1b0374d80a84fe3b26893a5942c7f -eo pid,comm [Pipeline] { [Pipeline] sh [2025-10-31T13:31:26.874Z] + touch /tmp/pre-build-complete [Pipeline] sh [2025-10-31T13:31:27.167Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2025-10-31T13:31:27.484Z] + ls /var/log/sa-host [2025-10-31T13:31:27.484Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-10-31T13:31:27.578Z] provisioning config files... [2025-10-31T13:31:27.602Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/exfoundry_app-record-replay_main@tmp/config17213913060520344621tmp [Pipeline] { [Pipeline] echo [2025-10-31T13:31:27.632Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2025-10-31T13:31:27.949Z] ---> create-netrc.sh [Pipeline] } [2025-10-31T13:31:27.956Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2025-10-31T13:31:28.320Z] ---> python-tools-install.sh [Pipeline] echo [2025-10-31T13:31:28.339Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2025-10-31T13:31:28.647Z] ---> sudo-logs.sh [2025-10-31T13:31:28.647Z] Archiving 'sudo' log.. [2025-10-31T13:31:28.647Z] sudo: unable to resolve host prd-centos7-docker-4c-2g-772230.novalocal: Name or service not known [2025-10-31T13:31:28.647Z] sudo: unable to resolve host prd-centos7-docker-4c-2g-772230.novalocal: Name or service not known [Pipeline] unstash [Pipeline] echo [2025-10-31T13:31:28.675Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2025-10-31T13:31:28.957Z] ---> job-cost.sh [2025-10-31T13:31:28.957Z] lf-activate-venv: SKIPPING [2025-10-31T13:31:28.957Z] INFO: No Stack... [2025-10-31T13:31:29.217Z] INFO: Retrieving Pricing Info for: v3-standard-2 [2025-10-31T13:31:29.476Z] INFO: Archiving Costs [Pipeline] echo [2025-10-31T13:31:29.489Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2025-10-31T13:31:29.813Z] ---> logs-deploy.sh [2025-10-31T13:31:29.813Z] lf-activate-venv: SKIPPING [2025-10-31T13:31:29.813Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-record-replay/main/112 [2025-10-31T13:31:29.813Z] INFO: archiving workspace using pattern(s): [2025-10-31T13:31:30.760Z] Archives upload complete. [2025-10-31T13:31:30.760Z] INFO: archiving logs to Nexus [2025-10-31T13:31:31.327Z] ---> uname -a: [2025-10-31T13:31:31.327Z] Linux prd-centos7-docker-4c-2g-772230.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-31T13:31:31.327Z] [2025-10-31T13:31:31.327Z] [2025-10-31T13:31:31.327Z] ---> lscpu: [2025-10-31T13:31:31.327Z] Architecture: x86_64 [2025-10-31T13:31:31.327Z] CPU op-mode(s): 32-bit, 64-bit [2025-10-31T13:31:31.327Z] Byte Order: Little Endian [2025-10-31T13:31:31.327Z] Address sizes: 40 bits physical, 48 bits virtual [2025-10-31T13:31:31.327Z] CPU(s): 2 [2025-10-31T13:31:31.327Z] On-line CPU(s) list: 0,1 [2025-10-31T13:31:31.327Z] Thread(s) per core: 1 [2025-10-31T13:31:31.327Z] Core(s) per socket: 1 [2025-10-31T13:31:31.327Z] Socket(s): 2 [2025-10-31T13:31:31.327Z] NUMA node(s): 1 [2025-10-31T13:31:31.327Z] Vendor ID: AuthenticAMD [2025-10-31T13:31:31.327Z] CPU family: 23 [2025-10-31T13:31:31.327Z] Model: 49 [2025-10-31T13:31:31.327Z] Model name: AMD EPYC-Rome Processor [2025-10-31T13:31:31.327Z] Stepping: 0 [2025-10-31T13:31:31.327Z] CPU MHz: 2799.998 [2025-10-31T13:31:31.327Z] BogoMIPS: 5599.99 [2025-10-31T13:31:31.327Z] Virtualization: AMD-V [2025-10-31T13:31:31.327Z] Hypervisor vendor: KVM [2025-10-31T13:31:31.327Z] Virtualization type: full [2025-10-31T13:31:31.327Z] L1d cache: 64 KiB [2025-10-31T13:31:31.327Z] L1i cache: 64 KiB [2025-10-31T13:31:31.327Z] L2 cache: 1 MiB [2025-10-31T13:31:31.327Z] L3 cache: 32 MiB [2025-10-31T13:31:31.327Z] NUMA node0 CPU(s): 0,1 [2025-10-31T13:31:31.327Z] Vulnerability Itlb multihit: Not affected [2025-10-31T13:31:31.327Z] Vulnerability L1tf: Not affected [2025-10-31T13:31:31.327Z] Vulnerability Mds: Not affected [2025-10-31T13:31:31.327Z] Vulnerability Meltdown: Not affected [2025-10-31T13:31:31.327Z] Vulnerability Mmio stale data: Not affected [2025-10-31T13:31:31.327Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2025-10-31T13:31:31.327Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2025-10-31T13:31:31.327Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2025-10-31T13:31:31.327Z] Vulnerability Srbds: Not affected [2025-10-31T13:31:31.327Z] Vulnerability Tsx async abort: Not affected [2025-10-31T13:31:31.328Z] 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-31T13:31:31.328Z] [2025-10-31T13:31:31.328Z] [2025-10-31T13:31:31.328Z] ---> nproc: [2025-10-31T13:31:31.328Z] 2 [2025-10-31T13:31:31.328Z] [2025-10-31T13:31:31.328Z] [2025-10-31T13:31:31.593Z] ---> df -h: [2025-10-31T13:31:31.593Z] Filesystem Size Used Avail Use% Mounted on [2025-10-31T13:31:31.593Z] overlay 40G 7.3G 33G 19% / [2025-10-31T13:31:31.593Z] tmpfs 64M 0 64M 0% /dev [2025-10-31T13:31:31.593Z] tmpfs 3.9G 0 3.9G 0% /sys/fs/cgroup [2025-10-31T13:31:31.593Z] shm 64M 0 64M 0% /dev/shm [2025-10-31T13:31:31.593Z] /dev/vda1 40G 7.3G 33G 19% /facter-os [2025-10-31T13:31:31.593Z] [2025-10-31T13:31:31.593Z] [2025-10-31T13:31:31.593Z] Cannot open /var/log/sysstat/sa31: No such file or directory [2025-10-31T13:31:31.593Z] Please check if data collecting is enabled [2025-10-31T13:31:31.593Z] subprocess.CalledProcessError: Command '['sar', '-b', '-r', '-n', 'DEV']' returned non-zero exit status 2. [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-10-31T13:31:31.628Z] [edgeXInfraPublish] An error occurred while publishing logs: script returned exit code 1 [Pipeline] } [2025-10-31T13:31:31.631Z] $ docker stop --time=1 7281392e0d0ad42ab3835d083f3cec593ae1b0374d80a84fe3b26893a5942c7f [2025-10-31T13:31:32.797Z] $ docker rm -f --volumes 7281392e0d0ad42ab3835d083f3cec593ae1b0374d80a84fe3b26893a5942c7f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] cleanWs [2025-10-31T13:31:32.910Z] [WS-CLEANUP] Deleting project workspace... [2025-10-31T13:31:32.910Z] [WS-CLEANUP] Deferred wipeout is used... [2025-10-31T13:31:32.948Z] [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-31T13:31:33.408Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-10-31T13:31:33.408Z] [2025-10-31T13:31:33.408Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-31T13:31:33.719Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-10-31T13:31:33.719Z] latest: Pulling from edgex-lftools-log-publisher [2025-10-31T13:31:33.719Z] 5eb5b503b376: Pulling fs layer [2025-10-31T13:31:33.719Z] 5c69ac0246d0: Pulling fs layer [2025-10-31T13:31:33.719Z] ec43610c2a17: Pulling fs layer [2025-10-31T13:31:33.719Z] 3a2ae6a8a46f: Pulling fs layer [2025-10-31T13:31:33.719Z] 33b1e0a273af: Pulling fs layer [2025-10-31T13:31:33.719Z] 5d3b04190fa2: Pulling fs layer [2025-10-31T13:31:33.719Z] 2f39f015ded8: Pulling fs layer [2025-10-31T13:31:33.719Z] 3a2ae6a8a46f: Waiting [2025-10-31T13:31:33.719Z] 33b1e0a273af: Waiting [2025-10-31T13:31:33.719Z] 5d3b04190fa2: Waiting [2025-10-31T13:31:33.719Z] 2f39f015ded8: Waiting [2025-10-31T13:31:33.719Z] 5c69ac0246d0: Verifying Checksum [2025-10-31T13:31:33.719Z] 5c69ac0246d0: Download complete [2025-10-31T13:31:33.719Z] 3a2ae6a8a46f: Verifying Checksum [2025-10-31T13:31:33.719Z] 3a2ae6a8a46f: Download complete [2025-10-31T13:31:33.978Z] 33b1e0a273af: Verifying Checksum [2025-10-31T13:31:33.978Z] 33b1e0a273af: Download complete [2025-10-31T13:31:33.978Z] 5d3b04190fa2: Download complete [2025-10-31T13:31:33.978Z] ec43610c2a17: Verifying Checksum [2025-10-31T13:31:33.978Z] ec43610c2a17: Download complete [2025-10-31T13:31:33.978Z] 5eb5b503b376: Download complete [2025-10-31T13:31:34.917Z] 2f39f015ded8: Download complete [2025-10-31T13:31:36.295Z] 5eb5b503b376: Pull complete [2025-10-31T13:31:36.295Z] 5c69ac0246d0: Pull complete [2025-10-31T13:31:36.861Z] ec43610c2a17: Pull complete [2025-10-31T13:31:36.861Z] 3a2ae6a8a46f: Pull complete [2025-10-31T13:31:37.118Z] 33b1e0a273af: Pull complete [2025-10-31T13:31:37.118Z] 5d3b04190fa2: Pull complete [2025-10-31T13:31:43.691Z] 2f39f015ded8: Pull complete [2025-10-31T13:31:43.691Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2025-10-31T13:31:43.691Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-10-31T13:31:43.691Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-10-31T13:31:43.796Z] prd-ubuntu20.04-docker-8c-8g-772210 does not seem to be running inside a container [2025-10-31T13:31:43.828Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/exfoundry_app-record-replay_main -v /w/workspace/exfoundry_app-record-replay_main:/w/workspace/exfoundry_app-record-replay_main:rw,z -v /w/workspace/exfoundry_app-record-replay_main@tmp:/w/workspace/exfoundry_app-record-replay_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-31T13:31:45.788Z] $ docker top b79aaf62d03f8f0d0f9b2d062e29fbbd88287071cfccd1024fc95d211e2bbf3c -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-10-31T13:31:46.178Z] ---> job-cost.sh [2025-10-31T13:31:46.178Z] lf-activate-venv: SKIPPING [2025-10-31T13:31:46.178Z] INFO: No Stack... [2025-10-31T13:31:46.746Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2025-10-31T13:31:47.005Z] INFO: Archiving Costs [Pipeline] sh [2025-10-31T13:31:47.296Z] + cat /w/workspace/exfoundry_app-record-replay_main/archives/cost.csv [2025-10-31T13:31:47.297Z] + cut -d, -f6 [Pipeline] lock [2025-10-31T13:31:47.310Z] Trying to acquire lock on [Resource: jenkins-edgexfoundry-app-record-replay-main-112-stack-cost] [2025-10-31T13:31:47.317Z] Resource [jenkins-edgexfoundry-app-record-replay-main-112-stack-cost] did not exist. Created. [2025-10-31T13:31:47.322Z] Lock acquired on [Resource: jenkins-edgexfoundry-app-record-replay-main-112-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2025-10-31T13:31:47.635Z] + echo total: 0.2199999988079071 [Pipeline] stash [2025-10-31T13:31:47.670Z] Stashed 1 file(s) [Pipeline] } [2025-10-31T13:31:47.678Z] Lock released on resource [Resource: jenkins-edgexfoundry-app-record-replay-main-112-stack-cost] [Pipeline] // lock [Pipeline] } [2025-10-31T13:31:47.706Z] $ docker stop --time=1 b79aaf62d03f8f0d0f9b2d062e29fbbd88287071cfccd1024fc95d211e2bbf3c [2025-10-31T13:31:48.838Z] $ docker rm -f --volumes b79aaf62d03f8f0d0f9b2d062e29fbbd88287071cfccd1024fc95d211e2bbf3c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2025-10-31T13:31:50.675Z] Removing intermediate container 841a4436311e [2025-10-31T13:31:50.675Z] ---> fda376a93eed [2025-10-31T13:31:50.675Z] Step 10/12 : COPY . . [2025-10-31T13:31:50.675Z] ---> 81acbbdce183 [2025-10-31T13:31:50.675Z] Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2025-10-31T13:31:50.675Z] ---> Running in 628ca22df859 [2025-10-31T13:31:50.675Z] Removing intermediate container 628ca22df859 [2025-10-31T13:31:50.675Z] ---> bd90e5e63a37 [2025-10-31T13:31:50.675Z] Step 12/12 : RUN $MAKE [2025-10-31T13:31:50.675Z] ---> Running in 243cb48b4116 [2025-10-31T13:31:50.675Z] noop [2025-10-31T13:31:50.675Z] Removing intermediate container 243cb48b4116 [2025-10-31T13:31:50.675Z] ---> 5f6436e4908d [2025-10-31T13:31:50.675Z] Successfully built 5f6436e4908d [2025-10-31T13:31:50.675Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-31T13:31:51.070Z] + docker inspect -f . ci-base-image-arm64 [2025-10-31T13:31:51.070Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-10-31T13:31:51.435Z] prd-ubuntu20.04-docker-arm64-4c-16g-772217 does not seem to be running inside a container [2025-10-31T13:31:51.519Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-record-replay/112 -v /w/workspace/app-record-replay/112:/w/workspace/app-record-replay/112:rw,z -v /w/workspace/app-record-replay/112@tmp:/w/workspace/app-record-replay/112@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-31T13:31:53.106Z] $ docker top 3769b9924cfa606a16bd0e4367e71c000c7f6796550a4fb73113f22379dbe286 -eo pid,comm [Pipeline] { [Pipeline] sh [2025-10-31T13:31:54.129Z] + go version [2025-10-31T13:31:54.129Z] go version go1.23.12 linux/arm64 [Pipeline] } [2025-10-31T13:31:54.155Z] $ docker stop --time=1 3769b9924cfa606a16bd0e4367e71c000c7f6796550a4fb73113f22379dbe286 [2025-10-31T13:31:56.035Z] $ docker rm -f --volumes 3769b9924cfa606a16bd0e4367e71c000c7f6796550a4fb73113f22379dbe286 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-31T13:31:56.765Z] + docker inspect -f . ci-base-image-arm64 [2025-10-31T13:31:56.765Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-10-31T13:31:57.050Z] prd-ubuntu20.04-docker-arm64-4c-16g-772217 does not seem to be running inside a container [2025-10-31T13:31:57.147Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/app-record-replay/112 -v /w/workspace/app-record-replay/112:/w/workspace/app-record-replay/112:rw,z -v /w/workspace/app-record-replay/112@tmp:/w/workspace/app-record-replay/112@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-31T13:31:58.761Z] $ docker top 7499883fcf16544d44e0baf16412217911b08e929b6100f5c74f44195e88e6c3 -eo pid,comm [Pipeline] { [Pipeline] sh [2025-10-31T13:31:59.697Z] + git config --global --add safe.directory /w/workspace/app-record-replay/112 [Pipeline] fileExists [Pipeline] sh [2025-10-31T13:32:00.389Z] + make test [2025-10-31T13:32:00.389Z] go test -race -coverprofile=coverage.out ./... [2025-10-31T13:38:22.693Z] github.com/edgexfoundry/app-record-replay coverage: 0.0% of statements [2025-10-31T13:38:49.481Z] ok github.com/edgexfoundry/app-record-replay/internal/app 1.171s coverage: 88.0% of statements [2025-10-31T13:38:54.882Z] ? github.com/edgexfoundry/app-record-replay/internal/interfaces [no test files] [2025-10-31T13:38:55.154Z] github.com/edgexfoundry/app-record-replay/internal/interfaces/mocks coverage: 0.0% of statements [2025-10-31T13:38:59.636Z] ? github.com/edgexfoundry/app-record-replay/pkg/dtos [no test files] [2025-10-31T13:39:05.090Z] ok github.com/edgexfoundry/app-record-replay/internal/application 10.005s coverage: 98.7% of statements [2025-10-31T13:39:05.091Z] ok github.com/edgexfoundry/app-record-replay/internal/controller 1.628s coverage: 89.7% of statements [2025-10-31T13:39:05.091Z] ok github.com/edgexfoundry/app-record-replay/internal/utils 1.097s coverage: 100.0% of statements [2025-10-31T13:39:07.072Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2025-10-31T13:39:07.072Z] go vet ./... [2025-10-31T13:44:44.232Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2025-10-31T13:44:44.232Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2025-10-31T13:44:44.232Z] ./bin/test-attribution-txt.sh [2025-10-31T13:44:44.232Z] An attribution for github.com/blang/semver/v4 is missing from Attribution.txt, please add [Pipeline] echo [2025-10-31T13:44:44.259Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] } [2025-10-31T13:44:44.278Z] $ docker stop --time=1 7499883fcf16544d44e0baf16412217911b08e929b6100f5c74f44195e88e6c3 [2025-10-31T13:44:47.398Z] $ docker rm -f --volumes 7499883fcf16544d44e0baf16412217911b08e929b6100f5c74f44195e88e6c3 [Pipeline] // withDockerContainer [Pipeline] sh [2025-10-31T13:44:50.473Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2025-10-31T13:44:50.513Z] Warning: overwriting stash ‘coverage-report’ [2025-10-31T13:44:51.219Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2025-10-31T13:44:51.750Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2025-10-31T13:44:52.096Z] + ls -al . [2025-10-31T13:44:52.096Z] total 260 [2025-10-31T13:44:52.096Z] drwxrwxr-x 9 jenkins jenkins 4096 Oct 31 13:32 . [2025-10-31T13:44:52.096Z] drwxrwxr-x 4 jenkins jenkins 4096 Oct 31 13:28 .. [2025-10-31T13:44:52.096Z] -rw-rw-r-- 1 jenkins jenkins 119 Oct 31 13:28 .dockerignore [2025-10-31T13:44:52.096Z] drwxrwxr-x 8 jenkins jenkins 4096 Oct 31 13:28 .git [2025-10-31T13:44:52.096Z] drwxrwxr-x 3 jenkins jenkins 4096 Oct 31 13:28 .github [2025-10-31T13:44:52.096Z] -rw-rw-r-- 1 jenkins jenkins 102 Oct 31 13:28 .gitignore [2025-10-31T13:44:52.096Z] -rw-rw-r-- 1 jenkins jenkins 41 Oct 31 13:28 .golangci.yml [2025-10-31T13:44:52.096Z] -rw-rw-r-- 1 jenkins jenkins 16870 Oct 31 13:28 Attribution.txt [2025-10-31T13:44:52.096Z] -rw-rw-r-- 1 jenkins jenkins 1552 Oct 31 13:28 CHANGELOG.md [2025-10-31T13:44:52.096Z] -rw-rw-r-- 1 jenkins jenkins 1726 Oct 31 13:28 Dockerfile [2025-10-31T13:44:52.096Z] -rw-rw-r-- 1 jenkins jenkins 677 Oct 31 13:28 GOVERNANCE.md [2025-10-31T13:44:52.096Z] -rw-rw-r-- 1 jenkins jenkins 704 Oct 31 13:28 Jenkinsfile [2025-10-31T13:44:52.096Z] -rw-rw-r-- 1 jenkins jenkins 10174 Oct 31 13:28 LICENSE [2025-10-31T13:44:52.096Z] -rw-rw-r-- 1 jenkins jenkins 3851 Oct 31 13:28 Makefile [2025-10-31T13:44:52.096Z] -rw-rw-r-- 1 jenkins jenkins 611 Oct 31 13:28 OWNERS.md [2025-10-31T13:44:52.096Z] -rw-rw-r-- 1 jenkins jenkins 4107 Oct 31 13:28 README.md [2025-10-31T13:44:52.096Z] -rw-rw-r-- 1 jenkins jenkins 7789 Oct 31 13:28 Record and Reply.postman_collection.json [2025-10-31T13:44:52.096Z] -rw-rw-r-- 1 jenkins jenkins 11 Oct 31 13:25 VERSION [2025-10-31T13:44:52.096Z] drwxrwxr-x 2 jenkins jenkins 4096 Oct 31 13:28 bin [2025-10-31T13:44:52.096Z] -rw-r--r-- 1 jenkins jenkins 34248 Oct 31 13:39 coverage.out [2025-10-31T13:44:52.096Z] -rw-rw-r-- 1 jenkins jenkins 6673 Oct 31 13:28 go.mod [2025-10-31T13:44:52.096Z] -rw-rw-r-- 1 jenkins jenkins 88144 Oct 31 13:28 go.sum [2025-10-31T13:44:52.096Z] drwxrwxr-x 7 jenkins jenkins 4096 Oct 31 13:28 internal [2025-10-31T13:44:52.096Z] -rw-rw-r-- 1 jenkins jenkins 913 Oct 31 13:28 main.go [2025-10-31T13:44:52.096Z] drwxrwxr-x 2 jenkins jenkins 4096 Oct 31 13:28 openapi [2025-10-31T13:44:52.096Z] drwxrwxr-x 3 jenkins jenkins 4096 Oct 31 13:28 pkg [2025-10-31T13:44:52.096Z] drwxrwxr-x 2 jenkins jenkins 4096 Oct 31 13:28 res [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-31T13:44:52.484Z] + docker build -t app-record-replay-arm64 -f Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=d2ba150c641a4b55954188eaa6e5ea65517ce64a --label arch=arm64 --label version=4.1.0-dev.1 . [2025-10-31T13:44:52.756Z] Sending build context to Docker daemon 356.9kB [2025-10-31T13:44:52.756Z] Step 1/27 : ARG BASE=golang:1.23-alpine3.22 [2025-10-31T13:44:52.756Z] Step 2/27 : FROM ${BASE} AS builder [2025-10-31T13:44:52.756Z] ---> 5f6436e4908d [2025-10-31T13:44:52.756Z] Step 3/27 : ARG ALPINE_PKG_BASE="make git" [2025-10-31T13:44:53.029Z] ---> Running in f105bc14a74a [2025-10-31T13:44:53.301Z] Removing intermediate container f105bc14a74a [2025-10-31T13:44:53.301Z] ---> 5766b30cc7d4 [2025-10-31T13:44:53.301Z] Step 4/27 : ARG ALPINE_PKG_EXTRA="" [2025-10-31T13:44:53.587Z] ---> Running in db92df6abd82 [2025-10-31T13:44:53.866Z] Removing intermediate container db92df6abd82 [2025-10-31T13:44:53.866Z] ---> f1728d8f8352 [2025-10-31T13:44:53.866Z] Step 5/27 : ARG ADD_BUILD_TAGS="" [2025-10-31T13:44:54.141Z] ---> Running in 7a813a84a130 [2025-10-31T13:44:54.416Z] Removing intermediate container 7a813a84a130 [2025-10-31T13:44:54.416Z] ---> b851df9d825c [2025-10-31T13:44:54.416Z] Step 6/27 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2025-10-31T13:44:54.690Z] ---> Running in f0180ec8e640 [2025-10-31T13:44:56.123Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz [2025-10-31T13:44:56.395Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz [2025-10-31T13:44:59.005Z] OK: 255 MiB in 60 packages [2025-10-31T13:44:59.624Z] Removing intermediate container f0180ec8e640 [2025-10-31T13:44:59.624Z] ---> 2dedfb58e793 [2025-10-31T13:44:59.624Z] Step 7/27 : WORKDIR /app [2025-10-31T13:44:59.624Z] ---> Running in 13afe327ccb6 [2025-10-31T13:45:00.217Z] Removing intermediate container 13afe327ccb6 [2025-10-31T13:45:00.217Z] ---> 1024526dc6fb [2025-10-31T13:45:00.217Z] Step 8/27 : COPY go.mod vendor* ./ [2025-10-31T13:45:00.811Z] ---> 7a4632064922 [2025-10-31T13:45:00.811Z] Step 9/27 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-10-31T13:45:00.811Z] ---> Running in 498d4f1b4917 [2025-10-31T13:45:04.195Z] Removing intermediate container 498d4f1b4917 [2025-10-31T13:45:04.196Z] ---> 14ee35dafee4 [2025-10-31T13:45:04.196Z] Step 10/27 : COPY . . [2025-10-31T13:45:04.196Z] ---> 8efacb112e3b [2025-10-31T13:45:04.196Z] Step 11/27 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2025-10-31T13:45:04.469Z] ---> Running in 9c014766c3da [2025-10-31T13:45:04.740Z] Removing intermediate container 9c014766c3da [2025-10-31T13:45:04.740Z] ---> 30b20cc893e8 [2025-10-31T13:45:04.740Z] Step 12/27 : RUN $MAKE [2025-10-31T13:45:04.740Z] ---> Running in e01a9f65aec8 [2025-10-31T13:45:06.181Z] CGO_ENABLED=0 go build -tags "" -ldflags "-s -w -X github.com/edgexfoundry/app-functions-sdk-go/v4/internal.SDKVersion=v4.0.0 -X github.com/edgexfoundry/app-functions-sdk-go/v4/internal.ApplicationVersion=4.1.0-dev.1 -bindnow" -trimpath -mod=readonly -buildmode=pie -o app-record-replay [2025-10-31T13:49:43.184Z] Removing intermediate container e01a9f65aec8 [2025-10-31T13:49:43.184Z] ---> 8a644012afb4 [2025-10-31T13:49:43.184Z] Step 13/27 : FROM alpine:3.22 [2025-10-31T13:49:43.184Z] 3.22: Pulling from library/alpine [2025-10-31T13:49:43.184Z] 6b59a28fa201: Pulling fs layer [2025-10-31T13:49:43.184Z] 6b59a28fa201: Verifying Checksum [2025-10-31T13:49:43.184Z] 6b59a28fa201: Download complete [2025-10-31T13:49:43.184Z] 6b59a28fa201: Pull complete [2025-10-31T13:49:43.184Z] Digest: sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 [2025-10-31T13:49:43.184Z] Status: Downloaded newer image for alpine:3.22 [2025-10-31T13:49:43.184Z] ---> 171e65262c80 [2025-10-31T13:49:43.184Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' [2025-10-31T13:49:43.184Z] ---> Running in 6c8133debc19 [2025-10-31T13:49:43.184Z] Removing intermediate container 6c8133debc19 [2025-10-31T13:49:43.184Z] ---> 723dc5584c85 [2025-10-31T13:49:43.184Z] Step 15/27 : LABEL Name=app-record-replay Version=${VERSION} [2025-10-31T13:49:43.184Z] ---> Running in 53b7cdea7e4b [2025-10-31T13:49:43.184Z] Removing intermediate container 53b7cdea7e4b [2025-10-31T13:49:43.184Z] ---> e780c887b8e0 [2025-10-31T13:49:43.184Z] Step 16/27 : RUN apk add --update --no-cache ca-certificates dumb-init [2025-10-31T13:49:43.184Z] ---> Running in 8583676187ab [2025-10-31T13:49:43.184Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz [2025-10-31T13:49:43.184Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz [2025-10-31T13:49:43.184Z] (1/2) Installing ca-certificates (20250911-r0) [2025-10-31T13:49:43.184Z] (2/2) Installing dumb-init (1.2.5-r3) [2025-10-31T13:49:43.184Z] Executing busybox-1.37.0-r19.trigger [2025-10-31T13:49:43.184Z] Executing ca-certificates-20250911-r0.trigger [2025-10-31T13:49:43.184Z] OK: 8 MiB in 18 packages [2025-10-31T13:49:43.184Z] Removing intermediate container 8583676187ab [2025-10-31T13:49:43.184Z] ---> 32f8bdfb59cc [2025-10-31T13:49:43.184Z] Step 17/27 : RUN apk --no-cache upgrade [2025-10-31T13:49:43.184Z] ---> Running in 0b939b9e6be6 [2025-10-31T13:49:43.184Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/aarch64/APKINDEX.tar.gz [2025-10-31T13:49:43.184Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/aarch64/APKINDEX.tar.gz [2025-10-31T13:49:43.184Z] OK: 8 MiB in 18 packages [2025-10-31T13:49:43.184Z] Removing intermediate container 0b939b9e6be6 [2025-10-31T13:49:43.184Z] ---> 812169720c6d [2025-10-31T13:49:43.184Z] Step 18/27 : COPY --from=builder /app/Attribution.txt /Attribution.txt [2025-10-31T13:49:43.184Z] ---> 279afbfa6967 [2025-10-31T13:49:43.184Z] Step 19/27 : COPY --from=builder /app/LICENSE /LICENSE [2025-10-31T13:49:43.184Z] ---> 622613b90992 [2025-10-31T13:49:43.184Z] Step 20/27 : COPY --from=builder /app/res/ /res/ [2025-10-31T13:49:43.184Z] ---> 5ab05f6227a8 [2025-10-31T13:49:43.184Z] Step 21/27 : COPY --from=builder /app/app-record-replay /app-record-replay [2025-10-31T13:49:45.131Z] ---> 40eacfb0344b [2025-10-31T13:49:45.131Z] Step 22/27 : EXPOSE 59712 [2025-10-31T13:49:45.131Z] ---> Running in 2fdc2f915145 [2025-10-31T13:49:45.404Z] Removing intermediate container 2fdc2f915145 [2025-10-31T13:49:45.404Z] ---> 94dd29d33ce1 [2025-10-31T13:49:45.404Z] Step 23/27 : ENTRYPOINT ["/app-record-replay"] [2025-10-31T13:49:45.404Z] ---> Running in 254744ee3389 [2025-10-31T13:49:45.673Z] Removing intermediate container 254744ee3389 [2025-10-31T13:49:45.673Z] ---> e6ccc07ecc0f [2025-10-31T13:49:45.673Z] Step 24/27 : CMD ["-cp=keeper.http://edgex-core-keeper:59890", "--registry"] [2025-10-31T13:49:45.940Z] ---> Running in 9ad50744ac21 [2025-10-31T13:49:46.208Z] Removing intermediate container 9ad50744ac21 [2025-10-31T13:49:46.208Z] ---> a85ba0e1a266 [2025-10-31T13:49:46.208Z] Step 25/27 : LABEL arch=arm64 [2025-10-31T13:49:46.208Z] ---> Running in 9efb8ddff2ae [2025-10-31T13:49:46.477Z] Removing intermediate container 9efb8ddff2ae [2025-10-31T13:49:46.477Z] ---> 07ddf83183a6 [2025-10-31T13:49:46.477Z] Step 26/27 : LABEL git_sha=d2ba150c641a4b55954188eaa6e5ea65517ce64a [2025-10-31T13:49:46.744Z] ---> Running in 4d6dfa1d153b [2025-10-31T13:49:47.013Z] Removing intermediate container 4d6dfa1d153b [2025-10-31T13:49:47.013Z] ---> ad34d698aafb [2025-10-31T13:49:47.013Z] Step 27/27 : LABEL version=4.1.0-dev.1 [2025-10-31T13:49:47.013Z] ---> Running in aefb3414d2fa [2025-10-31T13:49:47.281Z] Removing intermediate container aefb3414d2fa [2025-10-31T13:49:47.281Z] ---> f06caa713e24 [2025-10-31T13:49:47.281Z] [Warning] One or more build-args [ARCH] were not consumed [2025-10-31T13:49:47.281Z] Successfully built f06caa713e24 [2025-10-31T13:49:47.281Z] Successfully tagged app-record-replay-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-31T13:49:47.461Z] provisioning config files... [2025-10-31T13:49:47.477Z] copy managed file [app-record-replay-settings] to file:/w/workspace/app-record-replay/112@tmp/config8513665077683374075tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-10-31T13:49:47.818Z] ---> ****-login.sh [2025-10-31T13:49:47.818Z] nexus3.edgexfoundry.org:10001 [2025-10-31T13:49:48.086Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-10-31T13:49:48.086Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-10-31T13:49:48.086Z] Configure a credential helper to remove this warning. See [2025-10-31T13:49:48.086Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-10-31T13:49:48.086Z] [2025-10-31T13:49:48.086Z] Login Succeeded [2025-10-31T13:49:48.086Z] nexus3.edgexfoundry.org:10002 [2025-10-31T13:49:48.353Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-10-31T13:49:48.621Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-10-31T13:49:48.621Z] Configure a credential helper to remove this warning. See [2025-10-31T13:49:48.621Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-10-31T13:49:48.621Z] [2025-10-31T13:49:48.621Z] Login Succeeded [2025-10-31T13:49:48.621Z] nexus3.edgexfoundry.org:10003 [2025-10-31T13:49:48.888Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-10-31T13:49:48.889Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-10-31T13:49:48.889Z] Configure a credential helper to remove this warning. See [2025-10-31T13:49:48.889Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-10-31T13:49:48.889Z] [2025-10-31T13:49:48.889Z] Login Succeeded [2025-10-31T13:49:48.889Z] nexus3.edgexfoundry.org:10004 [2025-10-31T13:49:49.157Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-10-31T13:49:49.426Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-10-31T13:49:49.426Z] Configure a credential helper to remove this warning. See [2025-10-31T13:49:49.426Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-10-31T13:49:49.426Z] [2025-10-31T13:49:49.426Z] Login Succeeded [2025-10-31T13:49:49.426Z] ****.io [2025-10-31T13:49:49.694Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-10-31T13:49:49.694Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-10-31T13:49:49.694Z] Configure a credential helper to remove this warning. See [2025-10-31T13:49:49.694Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-10-31T13:49:49.694Z] [2025-10-31T13:49:49.694Z] Login Succeeded [2025-10-31T13:49:49.962Z] ---> ****-login.sh ends [Pipeline] } [2025-10-31T13:49:49.975Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-10-31T13:49:50.030Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-10-31T13:49:50.071Z] [edgeXDocker.push] Tagging docker image app-record-replay-arm64 with the following tags: [2025-10-31T13:49:50.071Z] d2ba150c641a4b55954188eaa6e5ea65517ce64a [2025-10-31T13:49:50.071Z] latest [2025-10-31T13:49:50.071Z] 4.1.0-dev.1 [2025-10-31T13:49:50.071Z] d2ba150c641a4b55954188eaa6e5ea65517ce64a-4.1.0-dev.1 [2025-10-31T13:49:50.071Z] main [2025-10-31T13:49:50.071Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-31T13:49:50.458Z] + docker tag app-record-replay-arm64 nexus3.edgexfoundry.org:10004/app-record-replay-arm64:d2ba150c641a4b55954188eaa6e5ea65517ce64a [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-31T13:49:50.827Z] + docker push nexus3.edgexfoundry.org:10004/app-record-replay-arm64:d2ba150c641a4b55954188eaa6e5ea65517ce64a [2025-10-31T13:49:50.827Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay-arm64] [2025-10-31T13:49:50.827Z] 6c04ed07ccb1: Preparing [2025-10-31T13:49:50.827Z] 6fe42538ced6: Preparing [2025-10-31T13:49:50.827Z] d64220105555: Preparing [2025-10-31T13:49:50.827Z] 7f76c5d1d352: Preparing [2025-10-31T13:49:50.827Z] adae321dbf26: Preparing [2025-10-31T13:49:50.827Z] 487af9893b64: Preparing [2025-10-31T13:49:50.827Z] 0e64f2360a44: Preparing [2025-10-31T13:49:50.827Z] 487af9893b64: Waiting [2025-10-31T13:49:50.827Z] 0e64f2360a44: Waiting [2025-10-31T13:49:51.107Z] 6fe42538ced6: Pushed [2025-10-31T13:49:51.107Z] 7f76c5d1d352: Pushed [2025-10-31T13:49:51.107Z] d64220105555: Pushed [2025-10-31T13:49:51.107Z] adae321dbf26: Pushed [2025-10-31T13:49:51.107Z] 0e64f2360a44: Layer already exists [2025-10-31T13:49:51.373Z] 487af9893b64: Pushed [2025-10-31T13:49:59.580Z] 6c04ed07ccb1: Pushed [2025-10-31T13:49:59.580Z] d2ba150c641a4b55954188eaa6e5ea65517ce64a: digest: sha256:d571a483c678ca329ca909d151b68f7b1ba59fa49e0a1349a316151e9436a296 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-31T13:49:59.942Z] + docker tag app-record-replay-arm64 nexus3.edgexfoundry.org:10004/app-record-replay-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-31T13:50:00.303Z] + docker push nexus3.edgexfoundry.org:10004/app-record-replay-arm64:latest [2025-10-31T13:50:00.303Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay-arm64] [2025-10-31T13:50:00.303Z] 6c04ed07ccb1: Preparing [2025-10-31T13:50:00.303Z] 6fe42538ced6: Preparing [2025-10-31T13:50:00.303Z] d64220105555: Preparing [2025-10-31T13:50:00.303Z] 7f76c5d1d352: Preparing [2025-10-31T13:50:00.303Z] adae321dbf26: Preparing [2025-10-31T13:50:00.303Z] 487af9893b64: Preparing [2025-10-31T13:50:00.303Z] 0e64f2360a44: Preparing [2025-10-31T13:50:00.303Z] 487af9893b64: Waiting [2025-10-31T13:50:00.303Z] 0e64f2360a44: Waiting [2025-10-31T13:50:00.303Z] 6c04ed07ccb1: Layer already exists [2025-10-31T13:50:00.303Z] d64220105555: Layer already exists [2025-10-31T13:50:00.303Z] 7f76c5d1d352: Layer already exists [2025-10-31T13:50:00.303Z] 6fe42538ced6: Layer already exists [2025-10-31T13:50:00.303Z] adae321dbf26: Layer already exists [2025-10-31T13:50:00.303Z] 487af9893b64: Layer already exists [2025-10-31T13:50:00.303Z] 0e64f2360a44: Layer already exists [2025-10-31T13:50:00.570Z] latest: digest: sha256:d571a483c678ca329ca909d151b68f7b1ba59fa49e0a1349a316151e9436a296 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-31T13:50:00.949Z] + docker tag app-record-replay-arm64 nexus3.edgexfoundry.org:10004/app-record-replay-arm64:4.1.0-dev.1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-31T13:50:01.315Z] + docker push nexus3.edgexfoundry.org:10004/app-record-replay-arm64:4.1.0-dev.1 [2025-10-31T13:50:01.315Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay-arm64] [2025-10-31T13:50:01.315Z] 6c04ed07ccb1: Preparing [2025-10-31T13:50:01.315Z] 6fe42538ced6: Preparing [2025-10-31T13:50:01.315Z] d64220105555: Preparing [2025-10-31T13:50:01.315Z] 7f76c5d1d352: Preparing [2025-10-31T13:50:01.315Z] adae321dbf26: Preparing [2025-10-31T13:50:01.315Z] 487af9893b64: Preparing [2025-10-31T13:50:01.315Z] 0e64f2360a44: Preparing [2025-10-31T13:50:01.315Z] 487af9893b64: Waiting [2025-10-31T13:50:01.315Z] 0e64f2360a44: Waiting [2025-10-31T13:50:01.315Z] 6c04ed07ccb1: Layer already exists [2025-10-31T13:50:01.315Z] d64220105555: Layer already exists [2025-10-31T13:50:01.315Z] 6fe42538ced6: Layer already exists [2025-10-31T13:50:01.315Z] adae321dbf26: Layer already exists [2025-10-31T13:50:01.315Z] 7f76c5d1d352: Layer already exists [2025-10-31T13:50:01.315Z] 487af9893b64: Layer already exists [2025-10-31T13:50:01.315Z] 0e64f2360a44: Layer already exists [2025-10-31T13:50:01.589Z] 4.1.0-dev.1: digest: sha256:d571a483c678ca329ca909d151b68f7b1ba59fa49e0a1349a316151e9436a296 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-31T13:50:01.989Z] + docker tag app-record-replay-arm64 nexus3.edgexfoundry.org:10004/app-record-replay-arm64:d2ba150c641a4b55954188eaa6e5ea65517ce64a-4.1.0-dev.1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-31T13:50:02.361Z] + docker push nexus3.edgexfoundry.org:10004/app-record-replay-arm64:d2ba150c641a4b55954188eaa6e5ea65517ce64a-4.1.0-dev.1 [2025-10-31T13:50:02.361Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay-arm64] [2025-10-31T13:50:02.361Z] 6c04ed07ccb1: Preparing [2025-10-31T13:50:02.361Z] 6fe42538ced6: Preparing [2025-10-31T13:50:02.361Z] d64220105555: Preparing [2025-10-31T13:50:02.361Z] 7f76c5d1d352: Preparing [2025-10-31T13:50:02.361Z] adae321dbf26: Preparing [2025-10-31T13:50:02.361Z] 487af9893b64: Preparing [2025-10-31T13:50:02.361Z] 0e64f2360a44: Preparing [2025-10-31T13:50:02.361Z] 487af9893b64: Waiting [2025-10-31T13:50:02.361Z] 0e64f2360a44: Waiting [2025-10-31T13:50:02.361Z] 6fe42538ced6: Layer already exists [2025-10-31T13:50:02.361Z] 7f76c5d1d352: Layer already exists [2025-10-31T13:50:02.361Z] adae321dbf26: Layer already exists [2025-10-31T13:50:02.361Z] d64220105555: Layer already exists [2025-10-31T13:50:02.361Z] 6c04ed07ccb1: Layer already exists [2025-10-31T13:50:02.361Z] 487af9893b64: Layer already exists [2025-10-31T13:50:02.361Z] 0e64f2360a44: Layer already exists [2025-10-31T13:50:02.628Z] d2ba150c641a4b55954188eaa6e5ea65517ce64a-4.1.0-dev.1: digest: sha256:d571a483c678ca329ca909d151b68f7b1ba59fa49e0a1349a316151e9436a296 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-31T13:50:02.993Z] + docker tag app-record-replay-arm64 nexus3.edgexfoundry.org:10004/app-record-replay-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-31T13:50:03.933Z] + docker push nexus3.edgexfoundry.org:10004/app-record-replay-arm64:main [2025-10-31T13:50:03.933Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-record-replay-arm64] [2025-10-31T13:50:03.933Z] 6c04ed07ccb1: Preparing [2025-10-31T13:50:03.933Z] 6fe42538ced6: Preparing [2025-10-31T13:50:03.933Z] d64220105555: Preparing [2025-10-31T13:50:03.933Z] 7f76c5d1d352: Preparing [2025-10-31T13:50:03.933Z] adae321dbf26: Preparing [2025-10-31T13:50:03.933Z] 487af9893b64: Preparing [2025-10-31T13:50:03.933Z] 0e64f2360a44: Preparing [2025-10-31T13:50:03.933Z] 487af9893b64: Waiting [2025-10-31T13:50:03.933Z] 0e64f2360a44: Waiting [2025-10-31T13:50:03.933Z] adae321dbf26: Layer already exists [2025-10-31T13:50:03.933Z] 6fe42538ced6: Layer already exists [2025-10-31T13:50:03.933Z] 6c04ed07ccb1: Layer already exists [2025-10-31T13:50:03.933Z] 7f76c5d1d352: Layer already exists [2025-10-31T13:50:03.933Z] d64220105555: Layer already exists [2025-10-31T13:50:03.933Z] 487af9893b64: Layer already exists [2025-10-31T13:50:03.933Z] 0e64f2360a44: Layer already exists [2025-10-31T13:50:04.198Z] main: digest: sha256:d571a483c678ca329ca909d151b68f7b1ba59fa49e0a1349a316151e9436a296 size: 1782 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-10-31T13:50:04.282Z] ===================================================== [Pipeline] echo [2025-10-31T13:50:04.295Z] taggedImages: [2025-10-31T13:50:04.295Z] - nexus3.edgexfoundry.org:10004/app-record-replay-arm64:d2ba150c641a4b55954188eaa6e5ea65517ce64a [2025-10-31T13:50:04.295Z] - nexus3.edgexfoundry.org:10004/app-record-replay-arm64:latest [2025-10-31T13:50:04.295Z] - nexus3.edgexfoundry.org:10004/app-record-replay-arm64:4.1.0-dev.1 [2025-10-31T13:50:04.295Z] - nexus3.edgexfoundry.org:10004/app-record-replay-arm64:d2ba150c641a4b55954188eaa6e5ea65517ce64a-4.1.0-dev.1 [2025-10-31T13:50:04.295Z] - nexus3.edgexfoundry.org:10004/app-record-replay-arm64:main [Pipeline] echo [2025-10-31T13:50:04.307Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/app-record-replay-arm64:d2ba150c641a4b55954188eaa6e5ea65517ce64a [Pipeline] echo [2025-10-31T13:50:04.318Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/app-record-replay-arm64:latest [Pipeline] echo [2025-10-31T13:50:04.330Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/app-record-replay-arm64:4.1.0-dev.1 [Pipeline] echo [2025-10-31T13:50:04.344Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/app-record-replay-arm64:d2ba150c641a4b55954188eaa6e5ea65517ce64a-4.1.0-dev.1 [Pipeline] echo [2025-10-31T13:50:04.355Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/app-record-replay-arm64:main [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-31T13:50:04.761Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2025-10-31T13:50:04.761Z] [2025-10-31T13:50:04.761Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-31T13:50:05.098Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2025-10-31T13:50:05.098Z] arm64: Pulling from edgex-lftools-log-publisher [2025-10-31T13:50:05.098Z] 8998bd30e6a1: Pulling fs layer [2025-10-31T13:50:05.098Z] 04944245beec: Pulling fs layer [2025-10-31T13:50:05.098Z] 699f458cf7ca: Pulling fs layer [2025-10-31T13:50:05.098Z] 765212b225bb: Pulling fs layer [2025-10-31T13:50:05.098Z] 765212b225bb: Waiting [2025-10-31T13:50:05.098Z] f23df028b6ca: Pulling fs layer [2025-10-31T13:50:05.098Z] d65c8cfc05b1: Pulling fs layer [2025-10-31T13:50:05.098Z] 2437ff75d9bd: Pulling fs layer [2025-10-31T13:50:05.098Z] 2437ff75d9bd: Waiting [2025-10-31T13:50:05.098Z] d65c8cfc05b1: Waiting [2025-10-31T13:50:05.098Z] f23df028b6ca: Waiting [2025-10-31T13:50:05.364Z] 04944245beec: Verifying Checksum [2025-10-31T13:50:05.364Z] 04944245beec: Download complete [2025-10-31T13:50:05.364Z] 765212b225bb: Verifying Checksum [2025-10-31T13:50:05.364Z] 765212b225bb: Download complete [2025-10-31T13:50:05.364Z] f23df028b6ca: Verifying Checksum [2025-10-31T13:50:05.364Z] f23df028b6ca: Download complete [2025-10-31T13:50:05.364Z] d65c8cfc05b1: Verifying Checksum [2025-10-31T13:50:05.364Z] d65c8cfc05b1: Download complete [2025-10-31T13:50:05.630Z] 699f458cf7ca: Verifying Checksum [2025-10-31T13:50:05.630Z] 699f458cf7ca: Download complete [2025-10-31T13:50:05.896Z] 8998bd30e6a1: Verifying Checksum [2025-10-31T13:50:05.896Z] 8998bd30e6a1: Download complete [2025-10-31T13:50:08.473Z] 2437ff75d9bd: Verifying Checksum [2025-10-31T13:50:08.473Z] 2437ff75d9bd: Download complete [2025-10-31T13:50:10.413Z] 8998bd30e6a1: Pull complete [2025-10-31T13:50:10.995Z] 04944245beec: Pull complete [2025-10-31T13:50:12.403Z] 699f458cf7ca: Pull complete [2025-10-31T13:50:12.670Z] 765212b225bb: Pull complete [2025-10-31T13:50:13.254Z] f23df028b6ca: Pull complete [2025-10-31T13:50:13.521Z] d65c8cfc05b1: Pull complete [2025-10-31T13:50:31.850Z] 2437ff75d9bd: Pull complete [2025-10-31T13:50:31.850Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2025-10-31T13:50:31.850Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2025-10-31T13:50:31.850Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-10-31T13:50:32.092Z] prd-ubuntu20.04-docker-arm64-4c-16g-772217 does not seem to be running inside a container [2025-10-31T13:50:32.156Z] $ 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-record-replay/112 -v /w/workspace/app-record-replay/112:/w/workspace/app-record-replay/112:rw,z -v /w/workspace/app-record-replay/112@tmp:/w/workspace/app-record-replay/112@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-31T13:50:35.197Z] $ docker top 564aee0f84c317fafde44a8e7a9a52e9cf7454d24a470cf64e3f2f46864fdf03 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-10-31T13:50:36.088Z] ---> job-cost.sh [2025-10-31T13:50:36.088Z] lf-activate-venv: SKIPPING [2025-10-31T13:50:36.088Z] INFO: No Stack... [2025-10-31T13:50:37.048Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2025-10-31T13:50:38.007Z] INFO: Archiving Costs [Pipeline] sh [2025-10-31T13:50:38.643Z] + cut -d, -f6 [2025-10-31T13:50:38.644Z] + cat /w/workspace/app-record-replay/112/archives/cost.csv [Pipeline] lock [2025-10-31T13:50:38.707Z] Trying to acquire lock on [Resource: jenkins-edgexfoundry-app-record-replay-main-112-stack-cost] [2025-10-31T13:50:38.715Z] Resource [jenkins-edgexfoundry-app-record-replay-main-112-stack-cost] did not exist. Created. [2025-10-31T13:50:38.721Z] Lock acquired on [Resource: jenkins-edgexfoundry-app-record-replay-main-112-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2025-10-31T13:50:39.391Z] /w/workspace/app-record-replay/112@tmp/durable-578635df/script.sh.copy: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2025-10-31T13:50:40.036Z] + echo total: 0.10999999940395355 [Pipeline] stash [2025-10-31T13:50:40.053Z] Warning: overwriting stash ‘stack-cost’ [2025-10-31T13:50:40.109Z] Stashed 1 file(s) [Pipeline] } [2025-10-31T13:50:40.116Z] Lock released on resource [Resource: jenkins-edgexfoundry-app-record-replay-main-112-stack-cost] [Pipeline] // lock [Pipeline] } [2025-10-31T13:50:40.145Z] $ docker stop --time=1 564aee0f84c317fafde44a8e7a9a52e9cf7454d24a470cf64e3f2f46864fdf03 [2025-10-31T13:50:41.712Z] $ docker rm -f --volumes 564aee0f84c317fafde44a8e7a9a52e9cf7454d24a470cf64e3f2f46864fdf03 [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-31T13:50:42.231Z] provisioning config files... [2025-10-31T13:50:42.238Z] copy managed file [app-record-replay-codecov-token] to file:/w/workspace/exfoundry_app-record-replay_main@tmp/config2468516297606504751tmp [Pipeline] { [Pipeline] sh [2025-10-31T13:50:42.543Z] + set +x [2025-10-31T13:50:42.543Z] + bash -s+ -- [2025-10-31T13:50:42.543Z] curl -s https://codecov.io/bash [2025-10-31T13:50:42.543Z] [2025-10-31T13:50:42.543Z] _____ _ [2025-10-31T13:50:42.543Z] / ____| | | [2025-10-31T13:50:42.543Z] | | ___ __| | ___ ___ _____ __ [2025-10-31T13:50:42.543Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2025-10-31T13:50:42.543Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2025-10-31T13:50:42.543Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2025-10-31T13:50:42.543Z] Bash-1.0.6 [2025-10-31T13:50:42.543Z] [2025-10-31T13:50:42.543Z] [2025-10-31T13:50:42.543Z] ==> git version 2.25.1 found [2025-10-31T13:50:42.543Z] ==> 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-31T13:50:42.543Z] Release-Date: 2020-01-08 [2025-10-31T13:50:42.543Z] 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-31T13:50:42.543Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2025-10-31T13:50:42.543Z] ==> Jenkins CI detected. [2025-10-31T13:50:42.543Z] current dir:  /w/workspace/exfoundry_app-record-replay_main [2025-10-31T13:50:42.543Z] project root: . [2025-10-31T13:50:42.543Z] --> token set from env [2025-10-31T13:50:42.543Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2025-10-31T13:50:42.543Z] ==> Running gcov in . (disable via -X gcov) [2025-10-31T13:50:42.543Z] ==> Python coveragepy not found [2025-10-31T13:50:42.543Z] ==> Searching for coverage reports in: [2025-10-31T13:50:42.543Z] + . [2025-10-31T13:50:42.543Z] -> Found 1 reports [2025-10-31T13:50:42.543Z] ==> Detecting git/mercurial file structure [2025-10-31T13:50:42.543Z] ==> Reading reports [2025-10-31T13:50:42.543Z] + ./coverage.out bytes=34248 [2025-10-31T13:50:42.543Z] ==> Appending adjustments [2025-10-31T13:50:42.543Z] https://docs.codecov.io/docs/fixing-reports [2025-10-31T13:50:42.803Z] + Found adjustments [2025-10-31T13:50:42.803Z] ==> Gzipping contents [2025-10-31T13:50:42.803Z] 8.0K /tmp/codecov.MHTuzu.gz [2025-10-31T13:50:42.803Z] ==> Uploading reports [2025-10-31T13:50:42.803Z] url: https://codecov.io [2025-10-31T13:50:42.803Z] query: branch=main&commit=d2ba150c641a4b55954188eaa6e5ea65517ce64a&build=112&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-record-replay%2Fjob%2Fmain%2F112%2F&name=&tag=&slug=edgexfoundry%2Fapp-record-replay&service=jenkins&flags=&pr=&job=&cmd_args= [2025-10-31T13:50:42.803Z] -> Pinging Codecov [2025-10-31T13:50:42.803Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=****&branch=main&commit=d2ba150c641a4b55954188eaa6e5ea65517ce64a&build=112&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-record-replay%2Fjob%2Fmain%2F112%2F&name=&tag=&slug=edgexfoundry%2Fapp-record-replay&service=jenkins&flags=&pr=&job=&cmd_args= [2025-10-31T13:50:43.064Z] -> Uploading to [2025-10-31T13:50:43.064Z] https://storage.googleapis.com/codecov-production/shelter/v4/github/edgexfoundry/app-record-replay/d2ba150c641a4b55954188eaa6e5ea65517ce64a/357a5844-f9f5-43eb-b74d-12923a463509.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJWQHUGIBILH4J7Q6ZUSCIFNEOLYSNDS7L3B4N5SIBQ2J4YLYE5CRFCD%2F20251031%2Fus%2Fs3%2Faws4_request&X-Amz-Date=20251031T135042Z&X-Amz-Expires=120&X-Amz-SignedHeaders=host&X-Amz-Signature=f80ec9e8a36528711dc5f4516508dea84a28dcad0072469a5d4c9db5271dbbd2 [2025-10-31T13:50:43.064Z] % Total % Received % Xferd Average Speed Time Time Time Current [2025-10-31T13:50:43.064Z] Dload Upload Total Spent Left Speed [2025-10-31T13:50:43.324Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 5392 0 0 100 5392 0 39357 --:--:-- --:--:-- --:--:-- 39357 [2025-10-31T13:50:43.324Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/app-record-replay/commit/d2ba150c641a4b55954188eaa6e5ea65517ce64a [Pipeline] } [2025-10-31T13:50:43.332Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2025-10-31T13:50:43.479Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2025-10-31T13:50:43.497Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-31T13:50:43.827Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2025-10-31T13:50:43.828Z] [2025-10-31T13:50:43.828Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-31T13:50:44.138Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2025-10-31T13:50:44.138Z] latest: Pulling from edgex-devops/edgex-snyk-go [2025-10-31T13:50:44.138Z] 2d35ebdb57d9: Already exists [2025-10-31T13:50:44.138Z] 85e8836fcdb2: Pulling fs layer [2025-10-31T13:50:44.138Z] 91631faa732a: Pulling fs layer [2025-10-31T13:50:44.138Z] f3f5ae8826fa: Pulling fs layer [2025-10-31T13:50:44.138Z] 4f4fb700ef54: Pulling fs layer [2025-10-31T13:50:44.138Z] 7861252a18e6: Pulling fs layer [2025-10-31T13:50:44.138Z] 9130f900ef6f: Pulling fs layer [2025-10-31T13:50:44.138Z] 4f4fb700ef54: Waiting [2025-10-31T13:50:44.138Z] 7861252a18e6: Waiting [2025-10-31T13:50:44.138Z] 9130f900ef6f: Waiting [2025-10-31T13:50:44.138Z] f3f5ae8826fa: Verifying Checksum [2025-10-31T13:50:44.138Z] f3f5ae8826fa: Download complete [2025-10-31T13:50:44.138Z] 85e8836fcdb2: Verifying Checksum [2025-10-31T13:50:44.138Z] 85e8836fcdb2: Download complete [2025-10-31T13:50:44.138Z] 4f4fb700ef54: Download complete [2025-10-31T13:50:44.138Z] 85e8836fcdb2: Pull complete [2025-10-31T13:50:44.398Z] 7861252a18e6: Verifying Checksum [2025-10-31T13:50:44.398Z] 7861252a18e6: Download complete [2025-10-31T13:50:44.658Z] 91631faa732a: Verifying Checksum [2025-10-31T13:50:44.658Z] 91631faa732a: Download complete [2025-10-31T13:50:45.595Z] 9130f900ef6f: Verifying Checksum [2025-10-31T13:50:45.595Z] 9130f900ef6f: Download complete [2025-10-31T13:50:49.786Z] 91631faa732a: Pull complete [2025-10-31T13:50:49.786Z] f3f5ae8826fa: Pull complete [2025-10-31T13:50:49.786Z] 4f4fb700ef54: Pull complete [2025-10-31T13:50:49.786Z] 7861252a18e6: Pull complete [2025-10-31T13:50:53.984Z] 9130f900ef6f: Pull complete [2025-10-31T13:50:53.984Z] Digest: sha256:56ae2c276304682a5b16c7ecab195a3e707c8b22ba01ba591248577dbd21f89e [2025-10-31T13:50:53.984Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2025-10-31T13:50:53.985Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-10-31T13:50:54.090Z] prd-ubuntu20.04-docker-8c-8g-772210 does not seem to be running inside a container [2025-10-31T13:50:54.122Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/exfoundry_app-record-replay_main -v /w/workspace/exfoundry_app-record-replay_main:/w/workspace/exfoundry_app-record-replay_main:rw,z -v /w/workspace/exfoundry_app-record-replay_main@tmp:/w/workspace/exfoundry_app-record-replay_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-31T13:50:56.582Z] $ docker top ce3ddf9f18c6897a3abe3122aeb969f9e836f7740c96685640523d4de65e7bad -eo pid,comm [Pipeline] { [Pipeline] sh [2025-10-31T13:50:56.937Z] + git config --global --add safe.directory /w/workspace/exfoundry_app-record-replay_main [Pipeline] echo [2025-10-31T13:50:56.949Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/app-record-replay:main' [Pipeline] sh [2025-10-31T13:50:57.228Z] + set -o pipefail [2025-10-31T13:50:57.228Z] + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/app-record-replay:main' [2025-10-31T13:51:03.808Z] [2025-10-31T13:51:03.808Z] Monitoring /w/workspace/exfoundry_app-record-replay_main (github.com/edgexfoundry/app-record-replay)... [2025-10-31T13:51:03.808Z] [2025-10-31T13:51:03.808Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/15e99017-a534-4e49-83bf-8dca7399df15/history/08dc1580-e18a-4033-a0d3-927548946dea [2025-10-31T13:51:03.808Z] [2025-10-31T13:51:03.808Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2025-10-31T13:51:03.808Z] [Pipeline] } [2025-10-31T13:51:03.813Z] $ docker stop --time=1 ce3ddf9f18c6897a3abe3122aeb969f9e836f7740c96685640523d4de65e7bad [2025-10-31T13:51:06.612Z] $ docker rm -f --volumes ce3ddf9f18c6897a3abe3122aeb969f9e836f7740c96685640523d4de65e7bad [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-31T13:51:07.529Z] + git log --format=format:%s -1 d2ba150c641a4b55954188eaa6e5ea65517ce64a [Pipeline] sh [2025-10-31T13:51:07.826Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2025-10-31T13:51:07.827Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-31T13:51:08.136Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-10-31T13:51:08.136Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-10-31T13:51:08.215Z] prd-ubuntu20.04-docker-8c-8g-772210 does not seem to be running inside a container [2025-10-31T13:51:08.241Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/exfoundry_app-record-replay_main -v /w/workspace/exfoundry_app-record-replay_main:/w/workspace/exfoundry_app-record-replay_main:rw,z -v /w/workspace/exfoundry_app-record-replay_main@tmp:/w/workspace/exfoundry_app-record-replay_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-31T13:51:08.495Z] $ docker top 2fb2aa707c0f092ae5cfec254d3fd814165c6cd598653f3836e8c894b3b58319 -eo pid,comm [2025-10-31T13:51:08.542Z] 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-31T13:51:08.542Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2025-10-31T13:51:08.600Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-10-31T13:51:08.600Z] [ssh-agent] Looking for ssh-agent implementation... [2025-10-31T13:51:08.700Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-10-31T13:51:08.697Z] $ docker exec 2fb2aa707c0f092ae5cfec254d3fd814165c6cd598653f3836e8c894b3b58319 ssh-agent [2025-10-31T13:51:08.810Z] SSH_AUTH_SOCK=/tmp/ssh-PKLDw7YUaCKW/agent.31 [2025-10-31T13:51:08.810Z] SSH_AGENT_PID=37 [2025-10-31T13:51:08.815Z] Running ssh-add (command line suppressed) [2025-10-31T13:51:08.907Z] Identity added: /w/workspace/exfoundry_app-record-replay_main@tmp/private_key_16380169461917218600.key (/w/workspace/exfoundry_app-record-replay_main@tmp/private_key_16380169461917218600.key) [2025-10-31T13:51:08.926Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-10-31T13:51:09.223Z] + git semver tag [2025-10-31T13:51:09.482Z] 2025-10-31 13:51:09,414 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') [2025-10-31T13:51:09.482Z] 2025-10-31 13:51:09,418 [run_tag] DEBUG tag force:False [2025-10-31T13:51:09.482Z] 2025-10-31 13:51:09,418 [check_head_tag] DEBUG check head tag [2025-10-31T13:51:09.482Z] 2025-10-31 13:51:09,418 [execute] INFO git cat-file --batch-check [2025-10-31T13:51:09.482Z] 2025-10-31 13:51:09,418 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/exfoundry_app-record-replay_main, stdin=, shell=False, universal_newlines=False) [2025-10-31T13:51:09.482Z] 2025-10-31 13:51:09,420 [execute] INFO git cat-file --batch [2025-10-31T13:51:09.482Z] 2025-10-31 13:51:09,421 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/exfoundry_app-record-replay_main, stdin=, shell=False, universal_newlines=False) [2025-10-31T13:51:09.482Z] 2025-10-31 13:51:09,424 [read_version] DEBUG read version from /w/workspace/exfoundry_app-record-replay_main/.semver/main [2025-10-31T13:51:09.482Z] 2025-10-31 13:51:09,425 [execute] INFO git tag -a v4.1.0-dev.1 -m v4.1.0-dev.1 [2025-10-31T13:51:09.482Z] 2025-10-31 13:51:09,425 [execute] DEBUG Popen(['git', 'tag', '-a', 'v4.1.0-dev.1', '-m', 'v4.1.0-dev.1'], cwd=/w/workspace/exfoundry_app-record-replay_main, stdin=None, shell=False, universal_newlines=False) [2025-10-31T13:51:09.482Z] 2025-10-31 13:51:09,428 [read_version] DEBUG read version from /w/workspace/exfoundry_app-record-replay_main/.semver/main [2025-10-31T13:51:09.482Z] 4.1.0-dev.1 [Pipeline] } [2025-10-31T13:51:09.486Z] $ docker exec --env ******** --env ******** 2fb2aa707c0f092ae5cfec254d3fd814165c6cd598653f3836e8c894b3b58319 ssh-agent -k [2025-10-31T13:51:09.574Z] unset SSH_AUTH_SOCK; [2025-10-31T13:51:09.574Z] unset SSH_AGENT_PID; [2025-10-31T13:51:09.574Z] echo Agent pid 37 killed; [2025-10-31T13:51:09.590Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-10-31T13:51:09.913Z] + git semver [Pipeline] } [2025-10-31T13:51:10.180Z] $ docker stop --time=1 2fb2aa707c0f092ae5cfec254d3fd814165c6cd598653f3836e8c894b3b58319 [2025-10-31T13:51:11.443Z] $ docker rm -f --volumes 2fb2aa707c0f092ae5cfec254d3fd814165c6cd598653f3836e8c894b3b58319 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-31T13:51:11.877Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2025-10-31T13:51:11.877Z] [2025-10-31T13:51:11.877Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-31T13:51:12.183Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2025-10-31T13:51:12.183Z] 0.23.1-centos7: Pulling from edgex-lftools [2025-10-31T13:51:12.183Z] ab5ef0e58194: Pulling fs layer [2025-10-31T13:51:12.183Z] 9712f1f96733: Pulling fs layer [2025-10-31T13:51:12.183Z] 63f879dbbcfc: Pulling fs layer [2025-10-31T13:51:12.184Z] 0d9ebad4ef96: Pulling fs layer [2025-10-31T13:51:12.184Z] e9a5061849ea: Pulling fs layer [2025-10-31T13:51:12.184Z] d747dcd14b5f: Pulling fs layer [2025-10-31T13:51:12.184Z] 2de7ff778b66: Pulling fs layer [2025-10-31T13:51:12.184Z] e9a5061849ea: Waiting [2025-10-31T13:51:12.184Z] d747dcd14b5f: Waiting [2025-10-31T13:51:12.184Z] 2de7ff778b66: Waiting [2025-10-31T13:51:12.184Z] 0d9ebad4ef96: Waiting [2025-10-31T13:51:12.184Z] 9712f1f96733: Verifying Checksum [2025-10-31T13:51:12.184Z] 9712f1f96733: Download complete [2025-10-31T13:51:12.442Z] 63f879dbbcfc: Verifying Checksum [2025-10-31T13:51:12.442Z] 63f879dbbcfc: Download complete [2025-10-31T13:51:12.701Z] e9a5061849ea: Verifying Checksum [2025-10-31T13:51:12.701Z] e9a5061849ea: Download complete [2025-10-31T13:51:12.701Z] d747dcd14b5f: Verifying Checksum [2025-10-31T13:51:12.701Z] 0d9ebad4ef96: Verifying Checksum [2025-10-31T13:51:12.701Z] 0d9ebad4ef96: Download complete [2025-10-31T13:51:12.701Z] ab5ef0e58194: Verifying Checksum [2025-10-31T13:51:12.701Z] ab5ef0e58194: Download complete [2025-10-31T13:51:12.701Z] 2de7ff778b66: Verifying Checksum [2025-10-31T13:51:12.701Z] 2de7ff778b66: Download complete [2025-10-31T13:51:16.899Z] ab5ef0e58194: Pull complete [2025-10-31T13:51:16.899Z] 9712f1f96733: Pull complete [2025-10-31T13:51:17.159Z] 63f879dbbcfc: Pull complete [2025-10-31T13:51:23.727Z] 0d9ebad4ef96: Pull complete [2025-10-31T13:51:23.727Z] e9a5061849ea: Pull complete [2025-10-31T13:51:23.727Z] d747dcd14b5f: Pull complete [2025-10-31T13:51:24.294Z] 2de7ff778b66: Pull complete [2025-10-31T13:51:24.294Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2025-10-31T13:51:24.294Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2025-10-31T13:51:24.294Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-10-31T13:51:24.402Z] prd-ubuntu20.04-docker-8c-8g-772210 does not seem to be running inside a container [2025-10-31T13:51:24.428Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/exfoundry_app-record-replay_main -v /w/workspace/exfoundry_app-record-replay_main:/w/workspace/exfoundry_app-record-replay_main:rw,z -v /w/workspace/exfoundry_app-record-replay_main@tmp:/w/workspace/exfoundry_app-record-replay_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-31T13:51:26.416Z] $ docker top bdf0653357887f92b5be864c44d56752657a0da04ccdb3176840226ea5136c02 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2025-10-31T13:51:26.556Z] provisioning config files... [2025-10-31T13:51:26.657Z] copy managed file [sigul-config] to file:/w/workspace/exfoundry_app-record-replay_main@tmp/config7048966275669706823tmp [2025-10-31T13:51:26.714Z] copy managed file [sigul-password] to file:/w/workspace/exfoundry_app-record-replay_main@tmp/config10530326407429302365tmp [2025-10-31T13:51:26.770Z] copy managed file [sigul-pki] to file:/w/workspace/exfoundry_app-record-replay_main@tmp/config18407910765442259tmp [Pipeline] { [Pipeline] echo [2025-10-31T13:51:26.863Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2025-10-31T13:51:27.218Z] ---> sigul-configuration.sh [2025-10-31T13:51:27.218Z] gpg: directory `/root/.gnupg' created [2025-10-31T13:51:27.218Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2025-10-31T13:51:27.218Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2025-10-31T13:51:27.218Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2025-10-31T13:51:27.218Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2025-10-31T13:51:27.218Z] gpg: CAST5 encrypted data [2025-10-31T13:51:27.218Z] gpg: encrypted with 1 passphrase [2025-10-31T13:51:27.218Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2025-10-31T13:51:27.510Z] + mkdir /home/jenkins [2025-10-31T13:51:27.510Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2025-10-31T13:51:27.806Z] + 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-31T13:51:27.819Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2025-10-31T13:51:28.113Z] ---> sigul-install.sh [2025-10-31T13:51:28.113Z] Sigul already installed; skipping installation. [Pipeline] sh [2025-10-31T13:51:28.410Z] + git tag --list [2025-10-31T13:51:28.410Z] v3.1 [2025-10-31T13:51:28.410Z] v3.1.0 [2025-10-31T13:51:28.410Z] v3.1.1 [2025-10-31T13:51:28.410Z] v4.0 [2025-10-31T13:51:28.410Z] v4.0.0 [2025-10-31T13:51:28.411Z] v4.1.0-dev.1 [Pipeline] sh [2025-10-31T13:51:28.726Z] + lftools sign git-tag v4.1.0-dev.1 [2025-10-31T13:51:29.294Z] Signing Git tag with Sigul... [2025-10-31T13:51:29.294Z] Signing v4.1.0-dev.1 [Pipeline] echo [2025-10-31T13:51:29.566Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2025-10-31T13:51:29.861Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2025-10-31T13:51:29.868Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2025-10-31T13:51:29.894Z] $ docker stop --time=1 bdf0653357887f92b5be864c44d56752657a0da04ccdb3176840226ea5136c02 [2025-10-31T13:51:31.185Z] $ docker rm -f --volumes bdf0653357887f92b5be864c44d56752657a0da04ccdb3176840226ea5136c02 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh [2025-10-31T13:51:31.677Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2025-10-31T13:51:31.678Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-31T13:51:31.983Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-10-31T13:51:31.983Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-10-31T13:51:32.071Z] prd-ubuntu20.04-docker-8c-8g-772210 does not seem to be running inside a container [2025-10-31T13:51:32.095Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/exfoundry_app-record-replay_main -v /w/workspace/exfoundry_app-record-replay_main:/w/workspace/exfoundry_app-record-replay_main:rw,z -v /w/workspace/exfoundry_app-record-replay_main@tmp:/w/workspace/exfoundry_app-record-replay_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-31T13:51:32.349Z] $ docker top bf318f25fc26b216cf2ef9cf609d7321fd6fde3c5bf38b02a292189e301af33a -eo pid,comm [2025-10-31T13:51:32.397Z] 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-31T13:51:32.397Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2025-10-31T13:51:32.463Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-10-31T13:51:32.463Z] [ssh-agent] Looking for ssh-agent implementation... [2025-10-31T13:51:32.559Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-10-31T13:51:32.555Z] $ docker exec bf318f25fc26b216cf2ef9cf609d7321fd6fde3c5bf38b02a292189e301af33a ssh-agent [2025-10-31T13:51:32.678Z] SSH_AUTH_SOCK=/tmp/ssh-U2WowO2xGBzF/agent.30 [2025-10-31T13:51:32.678Z] SSH_AGENT_PID=36 [2025-10-31T13:51:32.683Z] Running ssh-add (command line suppressed) [2025-10-31T13:51:32.772Z] Identity added: /w/workspace/exfoundry_app-record-replay_main@tmp/private_key_9807228591061778842.key (/w/workspace/exfoundry_app-record-replay_main@tmp/private_key_9807228591061778842.key) [2025-10-31T13:51:32.795Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-10-31T13:51:33.088Z] + git semver bump pre [2025-10-31T13:51:33.348Z] 2025-10-31 13:51:33,290 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') [2025-10-31T13:51:33.348Z] 2025-10-31 13:51:33,294 [read_version] DEBUG read version from /w/workspace/exfoundry_app-record-replay_main/.semver/main [2025-10-31T13:51:33.348Z] 2025-10-31 13:51:33,295 [bump_version] DEBUG bumping version:4.1.0-dev.1 on axis:pre with prefix:dev [2025-10-31T13:51:33.348Z] 2025-10-31 13:51:33,295 [bump_version] DEBUG bumped version:4.1.0-dev.2 [2025-10-31T13:51:33.348Z] 2025-10-31 13:51:33,295 [write_version] DEBUG write version:4.1.0-dev.2 to path:/w/workspace/exfoundry_app-record-replay_main/.semver/main with force:True [2025-10-31T13:51:33.348Z] 2025-10-31 13:51:33,295 [read_version] DEBUG read version from /w/workspace/exfoundry_app-record-replay_main/.semver/main [2025-10-31T13:51:33.348Z] 2025-10-31 13:51:33,295 [write_file] DEBUG write to file:/w/workspace/exfoundry_app-record-replay_main/.semver/main [2025-10-31T13:51:33.348Z] 2025-10-31 13:51:33,297 [execute] INFO git cat-file --batch-check [2025-10-31T13:51:33.348Z] 2025-10-31 13:51:33,297 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/exfoundry_app-record-replay_main/.semver, stdin=, shell=False, universal_newlines=False) [2025-10-31T13:51:33.348Z] 2025-10-31 13:51:33,301 [execute] INFO git cat-file --batch [2025-10-31T13:51:33.348Z] 2025-10-31 13:51:33,301 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/exfoundry_app-record-replay_main/.semver, stdin=, shell=False, universal_newlines=False) [2025-10-31T13:51:33.348Z] 2025-10-31 13:51:33,304 [read_version] DEBUG read version from /w/workspace/exfoundry_app-record-replay_main/.semver/main [2025-10-31T13:51:33.348Z] 4.1.0-dev.2 [Pipeline] } [2025-10-31T13:51:33.352Z] $ docker exec --env ******** --env ******** bf318f25fc26b216cf2ef9cf609d7321fd6fde3c5bf38b02a292189e301af33a ssh-agent -k [2025-10-31T13:51:33.444Z] unset SSH_AUTH_SOCK; [2025-10-31T13:51:33.444Z] unset SSH_AGENT_PID; [2025-10-31T13:51:33.444Z] echo Agent pid 36 killed; [2025-10-31T13:51:33.459Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-10-31T13:51:33.787Z] + git semver [Pipeline] } [2025-10-31T13:51:34.061Z] $ docker stop --time=1 bf318f25fc26b216cf2ef9cf609d7321fd6fde3c5bf38b02a292189e301af33a [2025-10-31T13:51:35.339Z] $ docker rm -f --volumes bf318f25fc26b216cf2ef9cf609d7321fd6fde3c5bf38b02a292189e301af33a [Pipeline] // withDockerContainer [Pipeline] sh [2025-10-31T13:51:35.708Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2025-10-31T13:51:35.708Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-31T13:51:36.014Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-10-31T13:51:36.014Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-10-31T13:51:36.093Z] prd-ubuntu20.04-docker-8c-8g-772210 does not seem to be running inside a container [2025-10-31T13:51:36.116Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/exfoundry_app-record-replay_main -v /w/workspace/exfoundry_app-record-replay_main:/w/workspace/exfoundry_app-record-replay_main:rw,z -v /w/workspace/exfoundry_app-record-replay_main@tmp:/w/workspace/exfoundry_app-record-replay_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-31T13:51:36.418Z] $ docker top cc1f6e47e95bb840e41e9df6e32d7db7147ff7f7eac225b11f92ab027367a7de -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2025-10-31T13:51:36.533Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-10-31T13:51:36.534Z] [ssh-agent] Looking for ssh-agent implementation... [2025-10-31T13:51:36.634Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-10-31T13:51:36.631Z] $ docker exec cc1f6e47e95bb840e41e9df6e32d7db7147ff7f7eac225b11f92ab027367a7de ssh-agent [2025-10-31T13:51:36.740Z] SSH_AUTH_SOCK=/tmp/ssh-8Sire27xw9lL/agent.33 [2025-10-31T13:51:36.740Z] SSH_AGENT_PID=39 [2025-10-31T13:51:36.744Z] Running ssh-add (command line suppressed) [2025-10-31T13:51:36.835Z] Identity added: /w/workspace/exfoundry_app-record-replay_main@tmp/private_key_18385116011888309674.key (/w/workspace/exfoundry_app-record-replay_main@tmp/private_key_18385116011888309674.key) [2025-10-31T13:51:36.853Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-10-31T13:51:37.142Z] + git semver push [2025-10-31T13:51:37.401Z] 2025-10-31 13:51:37,368 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') [2025-10-31T13:51:37.401Z] 2025-10-31 13:51:37,373 [run_push] DEBUG push [2025-10-31T13:51:37.401Z] 2025-10-31 13:51:37,373 [execute] INFO git cat-file --batch-check [2025-10-31T13:51:37.401Z] 2025-10-31 13:51:37,373 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/exfoundry_app-record-replay_main/.semver, stdin=, shell=False, universal_newlines=False) [2025-10-31T13:51:37.401Z] 2025-10-31 13:51:37,375 [execute] INFO git rev-list 3f5e01df5d4db81eb25b0a578676c0708d65a367 -- [2025-10-31T13:51:37.401Z] 2025-10-31 13:51:37,375 [execute] DEBUG Popen(['git', 'rev-list', '3f5e01df5d4db81eb25b0a578676c0708d65a367', '--'], cwd=/w/workspace/exfoundry_app-record-replay_main/.semver, stdin=None, shell=False, universal_newlines=False) [2025-10-31T13:51:37.401Z] 2025-10-31 13:51:37,381 [execute] INFO git fetch -v -- origin [2025-10-31T13:51:37.401Z] 2025-10-31 13:51:37,381 [execute] DEBUG Popen(['git', 'fetch', '-v', '--', 'origin'], cwd=/w/workspace/exfoundry_app-record-replay_main/.semver, stdin=None, shell=False, universal_newlines=True) [2025-10-31T13:51:37.967Z] 2025-10-31 13:51:37,936 [run_push] DEBUG no remote changes detected [2025-10-31T13:51:37.967Z] 2025-10-31 13:51:37,937 [execute] INFO git push origin semver [2025-10-31T13:51:37.967Z] 2025-10-31 13:51:37,938 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/exfoundry_app-record-replay_main/.semver, stdin=None, shell=False, universal_newlines=False) [2025-10-31T13:51:39.412Z] 2025-10-31 13:51:39,053 [run_push] DEBUG push all version tags [2025-10-31T13:51:39.412Z] 2025-10-31 13:51:39,054 [execute] INFO git push origin refs/tags/v*:refs/tags/v* [2025-10-31T13:51:39.412Z] 2025-10-31 13:51:39,054 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/exfoundry_app-record-replay_main, stdin=None, shell=False, universal_newlines=False) [2025-10-31T13:51:39.981Z] 2025-10-31 13:51:39,765 [read_version] DEBUG read version from /w/workspace/exfoundry_app-record-replay_main/.semver/main [2025-10-31T13:51:39.981Z] 4.1.0-dev.2 [Pipeline] } [2025-10-31T13:51:39.985Z] $ docker exec --env ******** --env ******** cc1f6e47e95bb840e41e9df6e32d7db7147ff7f7eac225b11f92ab027367a7de ssh-agent -k [2025-10-31T13:51:40.078Z] unset SSH_AUTH_SOCK; [2025-10-31T13:51:40.078Z] unset SSH_AGENT_PID; [2025-10-31T13:51:40.079Z] echo Agent pid 39 killed; [2025-10-31T13:51:40.096Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-10-31T13:51:40.427Z] + git semver [Pipeline] } [2025-10-31T13:51:40.695Z] $ docker stop --time=1 cc1f6e47e95bb840e41e9df6e32d7db7147ff7f7eac225b11f92ab027367a7de [2025-10-31T13:51:41.952Z] $ docker rm -f --volumes cc1f6e47e95bb840e41e9df6e32d7db7147ff7f7eac225b11f92ab027367a7de [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-31T13:51:42.551Z] + [ -d /w/workspace/exfoundry_app-record-replay_main/archives ] [2025-10-31T13:51:42.551Z] + ls -al /w/workspace/exfoundry_app-record-replay_main/archives [2025-10-31T13:51:42.551Z] total 16 [2025-10-31T13:51:42.551Z] drwxr-xr-x 3 root root 4096 Oct 31 13:31 . [2025-10-31T13:51:42.551Z] drwxrwxr-x 11 jenkins jenkins 4096 Oct 31 13:51 .. [2025-10-31T13:51:42.551Z] drwxr-xr-x 2 root root 4096 Oct 31 13:31 cost [2025-10-31T13:51:42.551Z] -rw-r--r-- 1 root root 89 Oct 31 13:31 cost.csv [2025-10-31T13:51:42.551Z] + sudo chown -R jenkins:jenkins /w/workspace/exfoundry_app-record-replay_main/archives [2025-10-31T13:51:42.551Z] + ls -al /w/workspace/exfoundry_app-record-replay_main/archives [2025-10-31T13:51:42.551Z] total 16 [2025-10-31T13:51:42.551Z] drwxr-xr-x 3 jenkins jenkins 4096 Oct 31 13:31 . [2025-10-31T13:51:42.551Z] drwxrwxr-x 11 jenkins jenkins 4096 Oct 31 13:51 .. [2025-10-31T13:51:42.551Z] drwxr-xr-x 2 jenkins jenkins 4096 Oct 31 13:31 cost [2025-10-31T13:51:42.551Z] -rw-r--r-- 1 jenkins jenkins 89 Oct 31 13:31 cost.csv [Pipeline] libraryResource [Pipeline] sh [2025-10-31T13:51:42.845Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2025-10-31T13:51:43.706Z] ---> package-listing.sh [2025-10-31T13:51:43.706Z] ++ facter osfamily [2025-10-31T13:51:43.706Z] ++ tr '[:upper:]' '[:lower:]' [2025-10-31T13:51:43.966Z] + OS_FAMILY=debian [2025-10-31T13:51:43.966Z] + workspace=/w/workspace/exfoundry_app-record-replay_main [2025-10-31T13:51:43.966Z] + START_PACKAGES=/tmp/packages_start.txt [2025-10-31T13:51:43.966Z] + END_PACKAGES=/tmp/packages_end.txt [2025-10-31T13:51:43.966Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2025-10-31T13:51:43.966Z] + PACKAGES=/tmp/packages_start.txt [2025-10-31T13:51:43.966Z] + '[' /w/workspace/exfoundry_app-record-replay_main ']' [2025-10-31T13:51:43.966Z] + PACKAGES=/tmp/packages_end.txt [2025-10-31T13:51:43.966Z] + case "${OS_FAMILY}" in [2025-10-31T13:51:43.966Z] + dpkg -l [2025-10-31T13:51:43.966Z] + grep '^ii' [2025-10-31T13:51:43.966Z] + '[' -f /tmp/packages_start.txt ']' [2025-10-31T13:51:43.966Z] + '[' -f /tmp/packages_end.txt ']' [2025-10-31T13:51:43.966Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2025-10-31T13:51:43.966Z] + '[' /w/workspace/exfoundry_app-record-replay_main ']' [2025-10-31T13:51:43.966Z] + mkdir -p /w/workspace/exfoundry_app-record-replay_main/archives/ [2025-10-31T13:51:43.966Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/exfoundry_app-record-replay_main/archives/ [Pipeline] echo [2025-10-31T13:51:43.977Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/exfoundry_app-record-replay_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-31T13:51:44.255Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-10-31T13:51:44.824Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-10-31T13:51:44.824Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-10-31T13:51:44.909Z] prd-ubuntu20.04-docker-8c-8g-772210 does not seem to be running inside a container [2025-10-31T13:51:44.933Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/exfoundry_app-record-replay_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/exfoundry_app-record-replay_main -v /w/workspace/exfoundry_app-record-replay_main:/w/workspace/exfoundry_app-record-replay_main:rw,z -v /w/workspace/exfoundry_app-record-replay_main@tmp:/w/workspace/exfoundry_app-record-replay_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-31T13:51:45.130Z] $ docker top 6a256a5b3a914af622e0aa02b169c94b972ee9ecb61d525c10761a6cef28d304 -eo pid,comm [Pipeline] { [Pipeline] sh [2025-10-31T13:51:45.481Z] + touch /tmp/pre-build-complete [Pipeline] sh [2025-10-31T13:51:45.766Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2025-10-31T13:51:46.050Z] + ls /var/log/sa-host [2025-10-31T13:51:46.050Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-10-31T13:51:46.094Z] provisioning config files... [2025-10-31T13:51:46.102Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/exfoundry_app-record-replay_main@tmp/config4188203078890607888tmp [Pipeline] { [Pipeline] echo [2025-10-31T13:51:46.126Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2025-10-31T13:51:46.404Z] ---> create-netrc.sh [Pipeline] } [2025-10-31T13:51:46.410Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2025-10-31T13:51:46.721Z] ---> python-tools-install.sh [Pipeline] echo [2025-10-31T13:51:46.730Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2025-10-31T13:51:47.014Z] ---> sudo-logs.sh [2025-10-31T13:51:47.014Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2025-10-31T13:51:47.048Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2025-10-31T13:51:47.333Z] ---> job-cost.sh [2025-10-31T13:51:47.333Z] lf-activate-venv: SKIPPING [2025-10-31T13:51:47.333Z] DEBUG: total: 0.2199999988079071 [2025-10-31T13:51:47.333Z] INFO: Retrieving Stack Cost... [2025-10-31T13:51:47.901Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2025-10-31T13:51:48.161Z] INFO: Archiving Costs [Pipeline] echo [2025-10-31T13:51:48.178Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2025-10-31T13:51:48.464Z] ---> logs-deploy.sh [2025-10-31T13:51:48.464Z] lf-activate-venv: SKIPPING [2025-10-31T13:51:48.464Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-record-replay/main/112 [2025-10-31T13:51:48.464Z] INFO: archiving workspace using pattern(s): [2025-10-31T13:51:49.408Z] Archives upload complete. [2025-10-31T13:51:49.666Z] INFO: archiving logs to Nexus [2025-10-31T13:51:50.236Z] ---> uname -a: [2025-10-31T13:51:50.236Z] Linux prd-ubuntu20-04-docker-8c-8g-772210 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 GNU/Linux [2025-10-31T13:51:50.236Z] [2025-10-31T13:51:50.236Z] [2025-10-31T13:51:50.236Z] ---> lscpu: [2025-10-31T13:51:50.236Z] Architecture: x86_64 [2025-10-31T13:51:50.236Z] CPU op-mode(s): 32-bit, 64-bit [2025-10-31T13:51:50.236Z] Byte Order: Little Endian [2025-10-31T13:51:50.236Z] Address sizes: 40 bits physical, 48 bits virtual [2025-10-31T13:51:50.236Z] CPU(s): 8 [2025-10-31T13:51:50.236Z] On-line CPU(s) list: 0-7 [2025-10-31T13:51:50.236Z] Thread(s) per core: 1 [2025-10-31T13:51:50.236Z] Core(s) per socket: 1 [2025-10-31T13:51:50.236Z] Socket(s): 8 [2025-10-31T13:51:50.236Z] NUMA node(s): 1 [2025-10-31T13:51:50.236Z] Vendor ID: AuthenticAMD [2025-10-31T13:51:50.236Z] CPU family: 23 [2025-10-31T13:51:50.236Z] Model: 49 [2025-10-31T13:51:50.236Z] Model name: AMD EPYC-Rome Processor [2025-10-31T13:51:50.236Z] Stepping: 0 [2025-10-31T13:51:50.236Z] CPU MHz: 2800.000 [2025-10-31T13:51:50.236Z] BogoMIPS: 5600.00 [2025-10-31T13:51:50.236Z] Virtualization: AMD-V [2025-10-31T13:51:50.236Z] Hypervisor vendor: KVM [2025-10-31T13:51:50.236Z] Virtualization type: full [2025-10-31T13:51:50.236Z] L1d cache: 256 KiB [2025-10-31T13:51:50.236Z] L1i cache: 256 KiB [2025-10-31T13:51:50.236Z] L2 cache: 4 MiB [2025-10-31T13:51:50.236Z] L3 cache: 128 MiB [2025-10-31T13:51:50.236Z] NUMA node0 CPU(s): 0-7 [2025-10-31T13:51:50.236Z] Vulnerability Gather data sampling: Not affected [2025-10-31T13:51:50.236Z] Vulnerability Itlb multihit: Not affected [2025-10-31T13:51:50.236Z] Vulnerability L1tf: Not affected [2025-10-31T13:51:50.236Z] Vulnerability Mds: Not affected [2025-10-31T13:51:50.236Z] Vulnerability Meltdown: Not affected [2025-10-31T13:51:50.236Z] Vulnerability Mmio stale data: Not affected [2025-10-31T13:51:50.236Z] Vulnerability Retbleed: Vulnerable [2025-10-31T13:51:50.236Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2025-10-31T13:51:50.236Z] Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization [2025-10-31T13:51:50.236Z] Vulnerability Spectre v2: Mitigation; Retpolines; IBPB conditional; IBRS_FW; STIBP disabled; RSB filling; PBRSB-eIBRS Not affected; BHI Not affected [2025-10-31T13:51:50.236Z] Vulnerability Srbds: Not affected [2025-10-31T13:51:50.236Z] Vulnerability Tsx async abort: Not affected [2025-10-31T13:51:50.236Z] 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-31T13:51:50.236Z] [2025-10-31T13:51:50.236Z] [2025-10-31T13:51:50.236Z] ---> nproc: [2025-10-31T13:51:50.236Z] 8 [2025-10-31T13:51:50.236Z] [2025-10-31T13:51:50.236Z] [2025-10-31T13:51:50.236Z] ---> df -h: [2025-10-31T13:51:50.236Z] Filesystem Size Used Avail Use% Mounted on [2025-10-31T13:51:50.236Z] overlay 155G 14G 142G 9% / [2025-10-31T13:51:50.236Z] tmpfs 64M 0 64M 0% /dev [2025-10-31T13:51:50.236Z] tmpfs 16G 0 16G 0% /sys/fs/cgroup [2025-10-31T13:51:50.236Z] shm 64M 0 64M 0% /dev/shm [2025-10-31T13:51:50.236Z] /dev/vda1 155G 14G 142G 9% /facter-os [2025-10-31T13:51:50.236Z] [2025-10-31T13:51:50.236Z] [2025-10-31T13:51:50.236Z] ---> sar -b -r -n DEV: [2025-10-31T13:51:50.236Z] Linux 5.4.0-216-generic (prd-ubuntu20-04-docker-8c-8g-772210) 10/31/25 _x86_64_ (8 CPU) [2025-10-31T13:51:50.236Z] [2025-10-31T13:51:50.236Z] 13:24:49 LINUX RESTART (8 CPU) [2025-10-31T13:51:50.236Z] [2025-10-31T13:51:50.236Z] 13:25:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2025-10-31T13:51:50.236Z] 13:26:02 420.25 81.72 338.53 0.00 13939.28 71582.07 0.00 [2025-10-31T13:51:50.236Z] 13:27:01 229.36 3.13 226.23 0.00 38.09 61363.47 0.00 [2025-10-31T13:51:50.236Z] 13:28:01 29.26 0.00 29.26 0.00 0.00 21019.45 0.00 [2025-10-31T13:51:50.236Z] 13:29:01 136.24 0.23 136.00 0.00 24.66 34947.28 0.00 [2025-10-31T13:51:50.236Z] 13:30:01 19.63 3.48 16.14 0.00 2528.62 3733.02 0.00 [2025-10-31T13:51:50.236Z] 13:31:01 4.55 0.00 4.55 0.00 0.00 52.66 0.00 [2025-10-31T13:51:50.236Z] 13:32:01 50.34 0.02 50.32 0.00 1.20 21786.10 0.00 [2025-10-31T13:51:50.236Z] 13:33:01 1.67 0.00 1.67 0.00 0.00 20.26 0.00 [2025-10-31T13:51:50.236Z] 13:34:01 1.18 0.00 1.18 0.00 0.00 13.86 0.00 [2025-10-31T13:51:50.236Z] 13:35:01 1.42 0.00 1.42 0.00 0.00 27.20 0.00 [2025-10-31T13:51:50.236Z] 13:36:01 1.22 0.00 1.22 0.00 0.00 12.80 0.00 [2025-10-31T13:51:50.236Z] 13:37:01 0.90 0.00 0.90 0.00 0.00 11.73 0.00 [2025-10-31T13:51:50.236Z] 13:38:01 1.10 0.00 1.10 0.00 0.00 12.53 0.00 [2025-10-31T13:51:50.236Z] 13:39:01 0.95 0.00 0.95 0.00 0.00 12.40 0.00 [2025-10-31T13:51:50.236Z] 13:40:01 1.78 0.02 1.77 0.00 0.13 20.53 0.00 [2025-10-31T13:51:50.236Z] 13:41:01 0.95 0.00 0.95 0.00 0.00 12.93 0.00 [2025-10-31T13:51:50.236Z] 13:42:01 1.15 0.00 1.15 0.00 0.00 13.46 0.00 [2025-10-31T13:51:50.236Z] 13:43:01 0.90 0.00 0.90 0.00 0.00 11.60 0.00 [2025-10-31T13:51:50.236Z] 13:44:01 1.12 0.00 1.12 0.00 0.00 13.33 0.00 [2025-10-31T13:51:50.236Z] 13:45:01 1.35 0.00 1.35 0.00 0.00 16.13 0.00 [2025-10-31T13:51:50.236Z] 13:46:01 1.07 0.00 1.07 0.00 0.00 12.26 0.00 [2025-10-31T13:51:50.236Z] 13:47:01 0.92 0.00 0.92 0.00 0.00 11.46 0.00 [2025-10-31T13:51:50.236Z] 13:48:01 1.12 0.00 1.12 0.00 0.00 13.33 0.00 [2025-10-31T13:51:50.236Z] 13:49:01 0.95 0.00 0.95 0.00 0.00 12.40 0.00 [2025-10-31T13:51:50.236Z] 13:50:01 1.25 0.00 1.25 0.00 0.00 14.00 0.00 [2025-10-31T13:51:50.236Z] 13:51:01 43.13 0.80 42.33 0.00 17.20 25705.98 0.00 [2025-10-31T13:51:50.236Z] Average: 36.56 3.44 33.12 0.00 636.88 9214.97 0.00 [2025-10-31T13:51:50.236Z] [2025-10-31T13:51:50.236Z] 13:25:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2025-10-31T13:51:50.236Z] 13:26:02 28720952 31502040 800488 2.44 82292 2987824 1895908 5.59 1042464 2725564 226972 [2025-10-31T13:51:50.236Z] 13:27:01 26738032 31211484 1061960 3.23 149740 4441876 2316136 6.83 1861452 3696416 293984 [2025-10-31T13:51:50.236Z] 13:28:01 25839304 30970836 1302348 3.96 154952 5052672 2274528 6.71 2036784 4380652 437944 [2025-10-31T13:51:50.236Z] 13:29:01 26810096 31515824 761232 2.32 159116 4652028 1698164 5.01 1614540 3864716 296 [2025-10-31T13:51:50.236Z] 13:30:01 26590980 31475440 788544 2.40 161964 4822260 1742640 5.14 1763584 3913480 1068 [2025-10-31T13:51:50.236Z] 13:31:01 26614704 31499196 765388 2.33 162024 4822260 1758760 5.19 1739000 3913436 60 [2025-10-31T13:51:50.236Z] 13:32:01 26085648 31486088 777328 2.36 175220 5274112 1735248 5.12 1774212 4352628 348 [2025-10-31T13:51:50.236Z] 13:33:01 26088776 31489228 774160 2.36 175256 5274104 1735248 5.12 1771260 4352628 144 [2025-10-31T13:51:50.236Z] 13:34:01 26098248 31498692 764656 2.33 175300 5274116 1735248 5.12 1762708 4352632 36 [2025-10-31T13:51:50.236Z] 13:35:01 26100360 31500872 762344 2.32 175376 5274092 1735248 5.12 1760944 4352612 208 [2025-10-31T13:51:50.236Z] 13:36:01 26104184 31504736 758396 2.31 175400 5274096 1735248 5.12 1756356 4352612 12 [2025-10-31T13:51:50.236Z] 13:37:01 26103696 31504256 758756 2.31 175428 5274100 1735248 5.12 1756568 4352616 168 [2025-10-31T13:51:50.236Z] 13:38:01 26103688 31504392 758548 2.31 175452 5274232 1735248 5.12 1756616 4352712 28 [2025-10-31T13:51:50.236Z] 13:39:01 26104248 31505032 757856 2.31 175480 5274228 1735248 5.12 1756544 4352752 144 [2025-10-31T13:51:50.236Z] 13:40:01 26103960 31504960 758032 2.31 175536 5274232 1746700 5.15 1756172 4352752 24 [2025-10-31T13:51:50.236Z] 13:41:01 26104260 31505272 757608 2.30 175572 5274240 1746700 5.15 1756384 4352756 180 [2025-10-31T13:51:50.236Z] 13:42:01 26104364 31505476 757512 2.30 175604 5274244 1730268 5.10 1756472 4352760 168 [2025-10-31T13:51:50.236Z] 13:43:01 26104420 31505540 757432 2.30 175632 5274236 1730268 5.10 1756156 4352760 144 [2025-10-31T13:51:50.236Z] 13:44:01 26104420 31505600 757376 2.30 175664 5274248 1730268 5.10 1756212 4352768 28 [2025-10-31T13:51:50.236Z] 13:45:01 26104188 31505380 757384 2.30 175700 5274248 1730268 5.10 1756076 4352772 192 [2025-10-31T13:51:50.236Z] 13:46:01 26104904 31506108 756588 2.30 175724 5274256 1730268 5.10 1756136 4352780 8 [2025-10-31T13:51:50.236Z] 13:47:01 26104676 31505944 756700 2.30 175764 5274260 1730268 5.10 1756484 4352788 268 [2025-10-31T13:51:50.236Z] 13:48:01 26104912 31506232 756428 2.30 175796 5274264 1730268 5.10 1756328 4352780 36 [2025-10-31T13:51:50.236Z] 13:49:01 26103972 31505312 757200 2.30 175836 5274268 1730268 5.10 1756700 4352784 272 [2025-10-31T13:51:50.236Z] 13:50:01 26104176 31505596 756888 2.30 175884 5274268 1730268 5.10 1756972 4352784 208 [2025-10-31T13:51:50.236Z] 13:51:01 24515012 31158596 1095124 3.33 213092 6352940 2121052 6.25 2215032 5340864 382920 [2025-10-31T13:51:50.236Z] Average: 26221776 31457236 808318 2.46 169954 5128527 1798269 5.30 1757237 4251416 51764 [2025-10-31T13:51:50.237Z] [2025-10-31T13:51:50.237Z] 13:25:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2025-10-31T13:51:50.237Z] 13:26:02 ens3 675.34 433.33 8310.00 132.32 0.00 0.00 0.00 0.00 [2025-10-31T13:51:50.237Z] 13:26:02 lo 5.30 5.30 0.54 0.54 0.00 0.00 0.00 0.00 [2025-10-31T13:51:50.237Z] 13:26:02 docker0 31.73 32.51 2.24 186.60 0.00 0.00 0.00 0.00 [2025-10-31T13:51:50.237Z] 13:27:01 vethc3007af 0.05 0.15 0.00 0.01 0.00 0.00 0.00 0.00 [2025-10-31T13:51:50.237Z] 13:27:01 ens3 524.89 387.51 3001.60 49.17 0.00 0.00 0.00 0.00 [2025-10-31T13:51:50.237Z] 13:27:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-10-31T13:51:50.237Z] 13:27:01 docker0 365.99 489.82 29.67 2966.23 0.00 0.00 0.00 0.00 [2025-10-31T13:51:50.237Z] 13:28:01 vethc3007af 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 [2025-10-31T13:51:50.237Z] 13:28:01 ens3 12.46 5.97 9.70 5.20 0.00 0.00 0.00 0.00 [2025-10-31T13:51:50.237Z] 13:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-10-31T13:51:50.237Z] 13:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-10-31T13:51:50.237Z] 13:29:01 ens3 84.52 63.98 239.26 219.43 0.00 0.00 0.00 0.00 [2025-10-31T13:51:50.237Z] 13:29:01 lo 6.00 6.00 0.60 0.60 0.00 0.00 0.00 0.00 [2025-10-31T13:51:50.237Z] 13:29:01 docker0 5.98 10.45 0.42 130.88 0.00 0.00 0.00 0.00 [2025-10-31T13:51:50.237Z] 13:30:01 ens3 60.96 28.79 1405.96 2.36 0.00 0.00 0.00 0.00 [2025-10-31T13:51:50.237Z] 13:30:01 lo 0.20 0.20 0.03 0.03 0.00 0.00 0.00 0.00 [2025-10-31T13:51:50.237Z] 13:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-10-31T13:51:50.237Z] 13:31:01 ens3 4.32 1.20 1.26 0.74 0.00 0.00 0.00 0.00 [2025-10-31T13:51:50.237Z] 13:31:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-10-31T13:51:50.237Z] 13:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-10-31T13:51:50.237Z] 13:32:01 ens3 96.53 56.89 2524.33 11.65 0.00 0.00 0.00 0.00 [2025-10-31T13:51:50.237Z] 13:32:01 lo 0.87 0.87 0.08 0.08 0.00 0.00 0.00 0.00 [2025-10-31T13:51:50.237Z] 13:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-10-31T13:51:50.237Z] 13:33:01 ens3 4.32 0.97 1.23 0.79 0.00 0.00 0.00 0.00 [2025-10-31T13:51:50.237Z] 13:33:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-10-31T13:51:50.237Z] 13:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-10-31T13:51:50.237Z] 13:34:01 ens3 3.82 0.42 0.71 0.39 0.00 0.00 0.00 0.00 [2025-10-31T13:51:50.237Z] 13:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-10-31T13:51:50.237Z] 13:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-10-31T13:51:50.237Z] 13:35:01 ens3 1.40 0.33 0.34 0.21 0.00 0.00 0.00 0.00 [2025-10-31T13:51:50.237Z] 13:35:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-10-31T13:51:50.237Z] 13:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-10-31T13:51:50.237Z] 13:36:01 ens3 1.08 0.55 0.61 0.46 0.00 0.00 0.00 0.00 [2025-10-31T13:51:50.237Z] 13:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-10-31T13:51:50.237Z] 13:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-10-31T13:51:50.237Z] 13:37:01 ens3 1.42 0.32 0.37 0.20 0.00 0.00 0.00 0.00 [2025-10-31T13:51:50.237Z] 13:37:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-10-31T13:51:50.237Z] 13:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-10-31T13:51:50.237Z] 13:38:01 ens3 0.73 0.23 0.34 0.20 0.00 0.00 0.00 0.00 [2025-10-31T13:51:50.237Z] 13:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-10-31T13:51:50.237Z] 13:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-10-31T13:51:50.237Z] 13:39:01 ens3 0.92 0.10 0.08 0.01 0.00 0.00 0.00 0.00 [2025-10-31T13:51:50.237Z] 13:39:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-10-31T13:51:50.237Z] 13:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-10-31T13:51:50.237Z] 13:40:01 ens3 0.73 0.08 0.15 0.07 0.00 0.00 0.00 0.00 [2025-10-31T13:51:50.237Z] 13:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-10-31T13:51:50.237Z] 13:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-10-31T13:51:50.237Z] 13:41:01 ens3 1.23 0.72 0.67 0.49 0.00 0.00 0.00 0.00 [2025-10-31T13:51:50.237Z] 13:41:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-10-31T13:51:50.237Z] 13:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-10-31T13:51:50.237Z] 13:42:01 ens3 0.22 0.03 0.02 0.00 0.00 0.00 0.00 0.00 [2025-10-31T13:51:50.237Z] 13:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-10-31T13:51:50.237Z] 13:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-10-31T13:51:50.237Z] 13:43:01 ens3 0.28 0.10 0.02 0.01 0.00 0.00 0.00 0.00 [2025-10-31T13:51:50.237Z] 13:43:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-10-31T13:51:50.237Z] 13:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-10-31T13:51:50.237Z] 13:44:01 ens3 0.22 0.00 0.02 0.00 0.00 0.00 0.00 0.00 [2025-10-31T13:51:50.237Z] 13:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-10-31T13:51:50.237Z] 13:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-10-31T13:51:50.237Z] 13:45:01 ens3 0.37 0.10 0.03 0.01 0.00 0.00 0.00 0.00 [2025-10-31T13:51:50.237Z] 13:45:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-10-31T13:51:50.237Z] 13:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-10-31T13:51:50.237Z] 13:46:01 ens3 0.23 0.08 0.09 0.06 0.00 0.00 0.00 0.00 [2025-10-31T13:51:50.237Z] 13:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-10-31T13:51:50.237Z] 13:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-10-31T13:51:50.237Z] 13:47:01 ens3 0.55 0.13 0.09 0.01 0.00 0.00 0.00 0.00 [2025-10-31T13:51:50.237Z] 13:47:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-10-31T13:51:50.237Z] 13:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-10-31T13:51:50.237Z] 13:48:01 ens3 0.32 0.00 0.03 0.00 0.00 0.00 0.00 0.00 [2025-10-31T13:51:50.237Z] 13:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-10-31T13:51:50.237Z] 13:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-10-31T13:51:50.237Z] 13:49:01 ens3 0.25 0.08 0.02 0.01 0.00 0.00 0.00 0.00 [2025-10-31T13:51:50.237Z] 13:49:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-10-31T13:51:50.237Z] 13:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-10-31T13:51:50.237Z] 13:50:01 ens3 0.20 0.02 0.02 0.00 0.00 0.00 0.00 0.00 [2025-10-31T13:51:50.237Z] 13:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-10-31T13:51:50.237Z] 13:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-10-31T13:51:50.237Z] 13:51:01 veth1ccc380 65.74 89.05 6.41 867.76 0.00 0.00 0.00 0.07 [2025-10-31T13:51:50.237Z] 13:51:01 ens3 239.06 152.79 4901.60 20.03 0.00 0.00 0.00 0.00 [2025-10-31T13:51:50.237Z] 13:51:01 lo 1.33 1.33 0.12 0.12 0.00 0.00 0.00 0.00 [2025-10-31T13:51:50.237Z] 13:51:01 docker0 65.74 88.95 5.51 867.75 0.00 0.00 0.00 0.00 [2025-10-31T13:51:50.237Z] Average: veth1ccc380 2.53 3.43 0.25 33.40 0.00 0.00 0.00 0.00 [2025-10-31T13:51:50.237Z] Average: ens3 65.72 43.42 783.13 17.05 0.00 0.00 0.00 0.00 [2025-10-31T13:51:50.237Z] Average: lo 0.61 0.61 0.06 0.06 0.00 0.00 0.00 0.00 [2025-10-31T13:51:50.237Z] Average: docker0 17.83 23.62 1.44 157.88 0.00 0.00 0.00 0.00 [2025-10-31T13:51:50.237Z] [2025-10-31T13:51:50.237Z] [2025-10-31T13:51:50.237Z] ---> sar -P ALL: [2025-10-31T13:51:50.237Z] Linux 5.4.0-216-generic (prd-ubuntu20-04-docker-8c-8g-772210) 10/31/25 _x86_64_ (8 CPU) [2025-10-31T13:51:50.237Z] [2025-10-31T13:51:50.237Z] 13:24:49 LINUX RESTART (8 CPU) [2025-10-31T13:51:50.237Z] [2025-10-31T13:51:50.237Z] 13:25:01 CPU %user %nice %system %iowait %steal %idle [2025-10-31T13:51:50.237Z] 13:26:02 all 9.20 0.00 3.04 2.44 0.07 85.24 [2025-10-31T13:51:50.237Z] 13:26:02 0 7.57 0.00 3.48 0.39 0.07 88.50 [2025-10-31T13:51:50.237Z] 13:26:02 1 12.13 0.00 2.05 1.55 0.07 84.20 [2025-10-31T13:51:50.237Z] 13:26:02 2 7.42 0.00 3.44 4.33 0.08 84.73 [2025-10-31T13:51:50.237Z] 13:26:02 3 7.96 0.00 2.56 0.88 0.05 88.55 [2025-10-31T13:51:50.237Z] 13:26:02 4 9.21 0.00 2.27 0.66 0.08 87.78 [2025-10-31T13:51:50.237Z] 13:26:02 5 8.08 0.00 4.06 7.05 0.07 80.74 [2025-10-31T13:51:50.237Z] 13:26:02 6 11.41 0.00 3.57 4.13 0.08 80.80 [2025-10-31T13:51:50.237Z] 13:26:02 7 9.78 0.00 2.93 0.61 0.07 86.62 [2025-10-31T13:51:50.237Z] 13:27:01 all 17.46 0.00 4.32 3.26 0.07 74.89 [2025-10-31T13:51:50.237Z] 13:27:01 0 16.72 0.00 4.04 0.72 0.07 78.46 [2025-10-31T13:51:50.237Z] 13:27:01 1 18.31 0.00 4.47 0.91 0.07 76.24 [2025-10-31T13:51:50.237Z] 13:27:01 2 18.45 0.00 4.67 2.70 0.07 74.12 [2025-10-31T13:51:50.237Z] 13:27:01 3 18.34 0.00 5.64 17.69 0.09 58.24 [2025-10-31T13:51:50.237Z] 13:27:01 4 17.48 0.00 3.74 0.32 0.07 78.38 [2025-10-31T13:51:50.237Z] 13:27:01 5 17.03 0.00 3.70 2.86 0.07 76.34 [2025-10-31T13:51:50.237Z] 13:27:01 6 16.11 0.00 4.55 0.60 0.05 78.69 [2025-10-31T13:51:50.237Z] 13:27:01 7 17.25 0.00 3.76 0.41 0.07 78.51 [2025-10-31T13:51:50.237Z] 13:28:01 all 49.97 0.00 6.74 0.23 0.08 42.98 [2025-10-31T13:51:50.237Z] 13:28:01 0 50.81 0.00 6.76 0.00 0.10 42.33 [2025-10-31T13:51:50.237Z] 13:28:01 1 49.72 0.00 6.72 0.00 0.07 43.49 [2025-10-31T13:51:50.237Z] 13:28:01 2 49.66 0.00 6.69 0.02 0.08 43.55 [2025-10-31T13:51:50.237Z] 13:28:01 3 51.09 0.00 6.63 0.00 0.08 42.19 [2025-10-31T13:51:50.237Z] 13:28:01 4 49.85 0.00 6.40 1.49 0.08 42.17 [2025-10-31T13:51:50.237Z] 13:28:01 5 50.34 0.00 6.54 0.03 0.07 43.03 [2025-10-31T13:51:50.237Z] 13:28:01 6 47.79 0.00 7.45 0.29 0.07 44.41 [2025-10-31T13:51:50.237Z] 13:28:01 7 50.50 0.00 6.72 0.03 0.08 42.67 [2025-10-31T13:51:50.237Z] 13:29:01 all 39.94 0.00 5.75 1.02 0.10 53.20 [2025-10-31T13:51:50.237Z] 13:29:01 0 41.33 0.00 5.53 0.99 0.10 52.04 [2025-10-31T13:51:50.237Z] 13:29:01 1 40.44 0.00 5.79 1.19 0.12 52.47 [2025-10-31T13:51:50.237Z] 13:29:01 2 40.87 0.00 6.35 1.95 0.10 50.72 [2025-10-31T13:51:50.237Z] 13:29:01 3 39.88 0.00 5.30 0.35 0.08 54.38 [2025-10-31T13:51:50.237Z] 13:29:01 4 38.27 0.00 5.32 2.17 0.10 54.15 [2025-10-31T13:51:50.237Z] 13:29:01 5 37.88 0.00 5.79 0.84 0.10 55.39 [2025-10-31T13:51:50.237Z] 13:29:01 6 40.75 0.00 6.01 0.07 0.08 53.10 [2025-10-31T13:51:50.237Z] 13:29:01 7 40.08 0.00 5.88 0.60 0.08 53.36 [2025-10-31T13:51:50.237Z] 13:30:01 all 0.99 0.00 0.40 0.22 0.02 98.36 [2025-10-31T13:51:50.237Z] 13:30:01 0 2.83 0.00 0.70 0.33 0.05 96.08 [2025-10-31T13:51:50.237Z] 13:30:01 1 1.03 0.00 0.52 0.32 0.02 98.12 [2025-10-31T13:51:50.237Z] 13:30:01 2 0.72 0.00 0.27 0.07 0.02 98.93 [2025-10-31T13:51:50.237Z] 13:30:01 3 0.60 0.00 0.30 0.02 0.02 99.07 [2025-10-31T13:51:50.237Z] 13:30:01 4 0.49 0.00 0.30 0.03 0.02 99.16 [2025-10-31T13:51:50.237Z] 13:30:01 5 0.55 0.00 0.37 0.25 0.02 98.82 [2025-10-31T13:51:50.237Z] 13:30:01 6 1.18 0.00 0.55 0.02 0.03 98.21 [2025-10-31T13:51:50.237Z] 13:30:01 7 0.53 0.00 0.23 0.75 0.02 98.47 [2025-10-31T13:51:50.237Z] 13:31:01 all 0.04 0.00 0.04 0.01 0.01 99.91 [2025-10-31T13:51:50.237Z] 13:31:01 0 0.13 0.00 0.02 0.00 0.02 99.83 [2025-10-31T13:51:50.237Z] 13:31:01 1 0.02 0.00 0.02 0.00 0.02 99.95 [2025-10-31T13:51:50.237Z] 13:31:01 2 0.00 0.00 0.03 0.02 0.02 99.93 [2025-10-31T13:51:50.237Z] 13:31:01 3 0.00 0.00 0.08 0.00 0.00 99.92 [2025-10-31T13:51:50.237Z] 13:31:01 4 0.05 0.00 0.00 0.00 0.02 99.93 [2025-10-31T13:51:50.237Z] 13:31:01 5 0.03 0.00 0.03 0.00 0.00 99.93 [2025-10-31T13:51:50.237Z] 13:31:01 6 0.03 0.00 0.07 0.00 0.02 99.88 [2025-10-31T13:51:50.237Z] 13:31:01 7 0.03 0.00 0.05 0.03 0.00 99.88 [2025-10-31T13:51:50.237Z] 13:32:01 all 2.78 0.00 1.05 0.53 0.04 95.60 [2025-10-31T13:51:50.237Z] 13:32:01 0 3.21 0.00 1.12 0.00 0.05 95.62 [2025-10-31T13:51:50.237Z] 13:32:01 1 1.96 0.00 1.04 0.13 0.05 96.82 [2025-10-31T13:51:50.237Z] 13:32:01 2 3.17 0.00 1.71 3.29 0.07 91.76 [2025-10-31T13:51:50.237Z] 13:32:01 3 3.27 0.00 1.11 0.03 0.02 95.57 [2025-10-31T13:51:50.237Z] 13:32:01 4 3.13 0.00 0.75 0.00 0.02 96.11 [2025-10-31T13:51:50.237Z] 13:32:01 5 1.99 0.00 0.50 0.00 0.03 97.47 [2025-10-31T13:51:50.237Z] 13:32:01 6 3.15 0.00 0.86 0.02 0.03 95.94 [2025-10-31T13:51:50.237Z] 13:32:01 7 2.37 0.00 1.34 0.77 0.03 95.48 [2025-10-31T13:51:50.237Z] 13:33:01 all 0.05 0.00 0.01 0.00 0.01 99.91 [2025-10-31T13:51:50.237Z] 13:33:01 0 0.10 0.00 0.02 0.00 0.02 99.87 [2025-10-31T13:51:50.237Z] 13:33:01 1 0.03 0.00 0.00 0.00 0.03 99.93 [2025-10-31T13:51:50.237Z] 13:33:01 2 0.03 0.00 0.00 0.02 0.02 99.93 [2025-10-31T13:51:50.237Z] 13:33:01 3 0.03 0.00 0.02 0.00 0.02 99.93 [2025-10-31T13:51:50.237Z] 13:33:01 4 0.17 0.00 0.02 0.00 0.02 99.80 [2025-10-31T13:51:50.237Z] 13:33:01 5 0.02 0.00 0.02 0.00 0.00 99.97 [2025-10-31T13:51:50.237Z] 13:33:01 6 0.02 0.00 0.02 0.00 0.02 99.95 [2025-10-31T13:51:50.237Z] 13:33:01 7 0.03 0.00 0.02 0.02 0.00 99.93 [2025-10-31T13:51:50.237Z] 13:34:01 all 0.26 0.00 0.01 0.00 0.01 99.71 [2025-10-31T13:51:50.237Z] 13:34:01 0 0.17 0.00 0.03 0.00 0.02 99.78 [2025-10-31T13:51:50.237Z] 13:34:01 1 0.03 0.00 0.02 0.00 0.03 99.92 [2025-10-31T13:51:50.237Z] 13:34:01 2 0.03 0.00 0.02 0.00 0.02 99.93 [2025-10-31T13:51:50.237Z] 13:34:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2025-10-31T13:51:50.237Z] 13:34:01 4 1.79 0.00 0.02 0.00 0.02 98.18 [2025-10-31T13:51:50.237Z] 13:34:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2025-10-31T13:51:50.237Z] 13:34:01 6 0.02 0.00 0.00 0.00 0.00 99.98 [2025-10-31T13:51:50.237Z] 13:34:01 7 0.00 0.00 0.02 0.02 0.02 99.95 [2025-10-31T13:51:50.237Z] 13:35:01 all 0.10 0.00 0.01 0.01 0.01 99.86 [2025-10-31T13:51:50.237Z] 13:35:01 0 0.27 0.00 0.03 0.00 0.02 99.68 [2025-10-31T13:51:50.237Z] 13:35:01 1 0.03 0.00 0.03 0.00 0.03 99.90 [2025-10-31T13:51:50.237Z] 13:35:01 2 0.03 0.00 0.00 0.00 0.00 99.97 [2025-10-31T13:51:50.237Z] 13:35:01 3 0.02 0.00 0.00 0.00 0.02 99.97 [2025-10-31T13:51:50.237Z] 13:35:01 4 0.43 0.00 0.00 0.00 0.00 99.57 [2025-10-31T13:51:50.237Z] 13:35:01 5 0.00 0.00 0.00 0.00 0.02 99.98 [2025-10-31T13:51:50.237Z] 13:35:01 6 0.02 0.00 0.02 0.02 0.02 99.93 [2025-10-31T13:51:50.237Z] 13:35:01 7 0.02 0.00 0.02 0.03 0.02 99.92 [2025-10-31T13:51:50.237Z] 13:36:01 all 0.02 0.00 0.01 0.00 0.01 99.95 [2025-10-31T13:51:50.237Z] 13:36:01 0 0.08 0.00 0.03 0.00 0.02 99.87 [2025-10-31T13:51:50.237Z] 13:36:01 1 0.00 0.00 0.02 0.00 0.03 99.95 [2025-10-31T13:51:50.237Z] 13:36:01 2 0.02 0.00 0.02 0.00 0.02 99.95 [2025-10-31T13:51:50.237Z] 13:36:01 3 0.03 0.00 0.03 0.00 0.00 99.93 [2025-10-31T13:51:50.237Z] 13:36:01 4 0.00 0.00 0.00 0.00 0.02 99.98 [2025-10-31T13:51:50.237Z] 13:36:01 5 0.00 0.00 0.00 0.00 0.02 99.98 [2025-10-31T13:51:50.237Z] 13:36:01 6 0.02 0.00 0.00 0.00 0.00 99.98 [2025-10-31T13:51:50.237Z] 13:36:01 7 0.02 0.00 0.02 0.00 0.00 99.97 [2025-10-31T13:51:50.237Z] [2025-10-31T13:51:50.237Z] 13:36:01 CPU %user %nice %system %iowait %steal %idle [2025-10-31T13:51:50.237Z] 13:37:01 all 0.03 0.00 0.02 0.01 0.01 99.94 [2025-10-31T13:51:50.237Z] 13:37:01 0 0.07 0.00 0.02 0.00 0.02 99.90 [2025-10-31T13:51:50.237Z] 13:37:01 1 0.02 0.00 0.03 0.00 0.03 99.92 [2025-10-31T13:51:50.237Z] 13:37:01 2 0.02 0.00 0.00 0.00 0.00 99.98 [2025-10-31T13:51:50.237Z] 13:37:01 3 0.00 0.00 0.02 0.00 0.00 99.98 [2025-10-31T13:51:50.237Z] 13:37:01 4 0.03 0.00 0.03 0.00 0.02 99.92 [2025-10-31T13:51:50.237Z] 13:37:01 5 0.02 0.00 0.02 0.00 0.02 99.95 [2025-10-31T13:51:50.237Z] 13:37:01 6 0.02 0.00 0.02 0.03 0.02 99.92 [2025-10-31T13:51:50.237Z] 13:37:01 7 0.03 0.00 0.00 0.02 0.00 99.95 [2025-10-31T13:51:50.237Z] 13:38:01 all 0.02 0.00 0.02 0.00 0.01 99.95 [2025-10-31T13:51:50.237Z] 13:38:01 0 0.03 0.00 0.05 0.00 0.02 99.90 [2025-10-31T13:51:50.237Z] 13:38:01 1 0.03 0.00 0.02 0.00 0.02 99.93 [2025-10-31T13:51:50.237Z] 13:38:01 2 0.02 0.00 0.02 0.00 0.02 99.95 [2025-10-31T13:51:50.237Z] 13:38:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2025-10-31T13:51:50.237Z] 13:38:01 4 0.02 0.00 0.02 0.00 0.02 99.95 [2025-10-31T13:51:50.237Z] 13:38:01 5 0.00 0.00 0.02 0.02 0.02 99.95 [2025-10-31T13:51:50.237Z] 13:38:01 6 0.02 0.00 0.02 0.00 0.00 99.97 [2025-10-31T13:51:50.237Z] 13:38:01 7 0.00 0.00 0.00 0.00 0.02 99.98 [2025-10-31T13:51:50.237Z] 13:39:01 all 0.01 0.00 0.01 0.00 0.01 99.96 [2025-10-31T13:51:50.237Z] 13:39:01 0 0.05 0.00 0.02 0.00 0.02 99.92 [2025-10-31T13:51:50.237Z] 13:39:01 1 0.02 0.00 0.02 0.00 0.03 99.93 [2025-10-31T13:51:50.237Z] 13:39:01 2 0.00 0.00 0.00 0.02 0.00 99.98 [2025-10-31T13:51:50.237Z] 13:39:01 3 0.00 0.00 0.02 0.00 0.00 99.98 [2025-10-31T13:51:50.237Z] 13:39:01 4 0.03 0.00 0.02 0.00 0.02 99.93 [2025-10-31T13:51:50.237Z] 13:39:01 5 0.00 0.00 0.02 0.00 0.02 99.97 [2025-10-31T13:51:50.237Z] 13:39:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2025-10-31T13:51:50.237Z] 13:39:01 7 0.02 0.00 0.00 0.02 0.00 99.97 [2025-10-31T13:51:50.237Z] 13:40:01 all 0.02 0.00 0.02 0.01 0.01 99.93 [2025-10-31T13:51:50.237Z] 13:40:01 0 0.05 0.00 0.03 0.00 0.02 99.90 [2025-10-31T13:51:50.237Z] 13:40:01 1 0.02 0.00 0.03 0.00 0.03 99.92 [2025-10-31T13:51:50.237Z] 13:40:01 2 0.02 0.00 0.03 0.00 0.00 99.95 [2025-10-31T13:51:50.237Z] 13:40:01 3 0.02 0.00 0.00 0.00 0.02 99.97 [2025-10-31T13:51:50.237Z] 13:40:01 4 0.02 0.00 0.03 0.00 0.02 99.93 [2025-10-31T13:51:50.237Z] 13:40:01 5 0.02 0.00 0.02 0.00 0.02 99.95 [2025-10-31T13:51:50.237Z] 13:40:01 6 0.03 0.00 0.02 0.05 0.02 99.88 [2025-10-31T13:51:50.237Z] 13:40:01 7 0.02 0.00 0.02 0.02 0.00 99.95 [2025-10-31T13:51:50.237Z] 13:41:01 all 0.02 0.00 0.02 0.01 0.01 99.95 [2025-10-31T13:51:50.237Z] 13:41:01 0 0.05 0.00 0.02 0.00 0.02 99.92 [2025-10-31T13:51:50.237Z] 13:41:01 1 0.02 0.00 0.03 0.00 0.03 99.92 [2025-10-31T13:51:50.237Z] 13:41:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2025-10-31T13:51:50.237Z] 13:41:01 3 0.02 0.00 0.03 0.00 0.00 99.95 [2025-10-31T13:51:50.237Z] 13:41:01 4 0.05 0.00 0.00 0.00 0.00 99.95 [2025-10-31T13:51:50.237Z] 13:41:01 5 0.00 0.00 0.02 0.02 0.02 99.95 [2025-10-31T13:51:50.237Z] 13:41:01 6 0.00 0.00 0.02 0.00 0.00 99.98 [2025-10-31T13:51:50.237Z] 13:41:01 7 0.02 0.00 0.02 0.05 0.02 99.90 [2025-10-31T13:51:50.237Z] 13:42:01 all 0.03 0.00 0.01 0.00 0.01 99.95 [2025-10-31T13:51:50.237Z] 13:42:01 0 0.05 0.00 0.03 0.00 0.02 99.90 [2025-10-31T13:51:50.237Z] 13:42:01 1 0.02 0.00 0.05 0.00 0.03 99.90 [2025-10-31T13:51:50.237Z] 13:42:01 2 0.05 0.00 0.00 0.00 0.02 99.93 [2025-10-31T13:51:50.237Z] 13:42:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2025-10-31T13:51:50.237Z] 13:42:01 4 0.05 0.00 0.00 0.00 0.02 99.93 [2025-10-31T13:51:50.237Z] 13:42:01 5 0.00 0.00 0.00 0.00 0.02 99.98 [2025-10-31T13:51:50.237Z] 13:42:01 6 0.03 0.00 0.02 0.00 0.00 99.95 [2025-10-31T13:51:50.237Z] 13:42:01 7 0.02 0.00 0.00 0.00 0.00 99.98 [2025-10-31T13:51:50.237Z] 13:43:01 all 0.01 0.00 0.01 0.00 0.01 99.97 [2025-10-31T13:51:50.237Z] 13:43:01 0 0.02 0.00 0.02 0.00 0.02 99.95 [2025-10-31T13:51:50.237Z] 13:43:01 1 0.02 0.00 0.05 0.00 0.05 99.88 [2025-10-31T13:51:50.237Z] 13:43:01 2 0.00 0.00 0.00 0.00 0.02 99.98 [2025-10-31T13:51:50.237Z] 13:43:01 3 0.00 0.00 0.02 0.00 0.00 99.98 [2025-10-31T13:51:50.237Z] 13:43:01 4 0.00 0.00 0.00 0.00 0.02 99.98 [2025-10-31T13:51:50.237Z] 13:43:01 5 0.02 0.00 0.00 0.00 0.02 99.97 [2025-10-31T13:51:50.237Z] 13:43:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2025-10-31T13:51:50.237Z] 13:43:01 7 0.00 0.00 0.00 0.02 0.00 99.98 [2025-10-31T13:51:50.237Z] 13:44:01 all 0.02 0.00 0.00 0.00 0.02 99.96 [2025-10-31T13:51:50.237Z] 13:44:01 0 0.05 0.00 0.00 0.00 0.02 99.93 [2025-10-31T13:51:50.237Z] 13:44:01 1 0.02 0.00 0.02 0.00 0.03 99.93 [2025-10-31T13:51:50.237Z] 13:44:01 2 0.02 0.00 0.00 0.00 0.00 99.98 [2025-10-31T13:51:50.237Z] 13:44:01 3 0.00 0.00 0.00 0.00 0.02 99.98 [2025-10-31T13:51:50.237Z] 13:44:01 4 0.03 0.00 0.00 0.00 0.02 99.95 [2025-10-31T13:51:50.237Z] 13:44:01 5 0.00 0.00 0.00 0.02 0.02 99.97 [2025-10-31T13:51:50.237Z] 13:44:01 6 0.03 0.00 0.00 0.00 0.02 99.95 [2025-10-31T13:51:50.237Z] 13:44:01 7 0.00 0.00 0.02 0.02 0.02 99.95 [2025-10-31T13:51:50.237Z] 13:45:01 all 0.03 0.00 0.01 0.01 0.01 99.94 [2025-10-31T13:51:50.237Z] 13:45:01 0 0.05 0.00 0.03 0.02 0.02 99.88 [2025-10-31T13:51:50.237Z] 13:45:01 1 0.02 0.00 0.02 0.00 0.03 99.93 [2025-10-31T13:51:50.237Z] 13:45:01 2 0.00 0.00 0.00 0.00 0.02 99.98 [2025-10-31T13:51:50.237Z] 13:45:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2025-10-31T13:51:50.237Z] 13:45:01 4 0.15 0.00 0.03 0.00 0.03 99.78 [2025-10-31T13:51:50.237Z] 13:45:01 5 0.00 0.00 0.02 0.02 0.02 99.95 [2025-10-31T13:51:50.237Z] 13:45:01 6 0.00 0.00 0.02 0.00 0.00 99.98 [2025-10-31T13:51:50.237Z] 13:45:01 7 0.00 0.00 0.00 0.02 0.00 99.98 [2025-10-31T13:51:50.237Z] 13:46:01 all 0.27 0.00 0.01 0.00 0.01 99.71 [2025-10-31T13:51:50.237Z] 13:46:01 0 0.07 0.00 0.02 0.00 0.02 99.90 [2025-10-31T13:51:50.237Z] 13:46:01 1 0.00 0.00 0.03 0.00 0.03 99.93 [2025-10-31T13:51:50.237Z] 13:46:01 2 0.02 0.00 0.02 0.00 0.00 99.97 [2025-10-31T13:51:50.237Z] 13:46:01 3 0.03 0.00 0.00 0.00 0.00 99.97 [2025-10-31T13:51:50.237Z] 13:46:01 4 1.98 0.00 0.02 0.00 0.00 98.00 [2025-10-31T13:51:50.237Z] 13:46:01 5 0.00 0.00 0.00 0.00 0.02 99.98 [2025-10-31T13:51:50.237Z] 13:46:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2025-10-31T13:51:50.237Z] 13:46:01 7 0.00 0.00 0.00 0.02 0.00 99.98 [2025-10-31T13:51:50.237Z] 13:47:01 all 0.28 0.00 0.01 0.00 0.01 99.69 [2025-10-31T13:51:50.237Z] 13:47:01 0 0.17 0.00 0.03 0.00 0.02 99.78 [2025-10-31T13:51:50.237Z] 13:47:01 1 0.02 0.00 0.03 0.00 0.03 99.92 [2025-10-31T13:51:50.237Z] 13:47:01 2 0.02 0.00 0.00 0.00 0.00 99.98 [2025-10-31T13:51:50.237Z] 13:47:01 3 0.00 0.00 0.02 0.00 0.00 99.98 [2025-10-31T13:51:50.237Z] 13:47:01 4 1.97 0.00 0.00 0.00 0.02 98.02 [2025-10-31T13:51:50.237Z] 13:47:01 5 0.02 0.00 0.02 0.02 0.02 99.93 [2025-10-31T13:51:50.237Z] 13:47:01 6 0.00 0.00 0.02 0.00 0.00 99.98 [2025-10-31T13:51:50.237Z] 13:47:01 7 0.02 0.00 0.00 0.00 0.02 99.97 [2025-10-31T13:51:50.237Z] [2025-10-31T13:51:50.237Z] 13:47:01 CPU %user %nice %system %iowait %steal %idle [2025-10-31T13:51:50.237Z] 13:48:01 all 0.26 0.00 0.02 0.00 0.02 99.70 [2025-10-31T13:51:50.237Z] 13:48:01 0 0.05 0.00 0.07 0.00 0.03 99.85 [2025-10-31T13:51:50.237Z] 13:48:01 1 0.03 0.00 0.00 0.00 0.03 99.93 [2025-10-31T13:51:50.237Z] 13:48:01 2 0.03 0.00 0.02 0.00 0.02 99.93 [2025-10-31T13:51:50.237Z] 13:48:01 3 0.02 0.00 0.00 0.00 0.02 99.97 [2025-10-31T13:51:50.237Z] 13:48:01 4 1.94 0.00 0.03 0.00 0.02 98.01 [2025-10-31T13:51:50.237Z] 13:48:01 5 0.00 0.00 0.00 0.00 0.02 99.98 [2025-10-31T13:51:50.237Z] 13:48:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2025-10-31T13:51:50.237Z] 13:48:01 7 0.02 0.00 0.02 0.02 0.00 99.95 [2025-10-31T13:51:50.237Z] 13:49:01 all 0.26 0.00 0.01 0.00 0.01 99.71 [2025-10-31T13:51:50.237Z] 13:49:01 0 0.02 0.00 0.03 0.00 0.02 99.93 [2025-10-31T13:51:50.237Z] 13:49:01 1 0.02 0.00 0.03 0.00 0.03 99.92 [2025-10-31T13:51:50.237Z] 13:49:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2025-10-31T13:51:50.237Z] 13:49:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2025-10-31T13:51:50.237Z] 13:49:01 4 1.97 0.00 0.00 0.00 0.00 98.03 [2025-10-31T13:51:50.237Z] 13:49:01 5 0.00 0.00 0.02 0.02 0.02 99.95 [2025-10-31T13:51:50.237Z] 13:49:01 6 0.02 0.00 0.02 0.00 0.02 99.95 [2025-10-31T13:51:50.237Z] 13:49:01 7 0.03 0.00 0.02 0.02 0.02 99.92 [2025-10-31T13:51:50.237Z] 13:50:01 all 0.07 0.00 0.01 0.00 0.01 99.90 [2025-10-31T13:51:50.237Z] 13:50:01 0 0.00 0.00 0.00 0.00 0.02 99.98 [2025-10-31T13:51:50.237Z] 13:50:01 1 0.03 0.00 0.05 0.00 0.03 99.88 [2025-10-31T13:51:50.237Z] 13:50:01 2 0.03 0.00 0.00 0.00 0.02 99.95 [2025-10-31T13:51:50.237Z] 13:50:01 3 0.05 0.00 0.05 0.00 0.02 99.88 [2025-10-31T13:51:50.237Z] 13:50:01 4 0.43 0.00 0.00 0.00 0.02 99.55 [2025-10-31T13:51:50.237Z] 13:50:01 5 0.00 0.00 0.02 0.00 0.02 99.97 [2025-10-31T13:51:50.237Z] 13:50:01 6 0.02 0.00 0.00 0.00 0.00 99.98 [2025-10-31T13:51:50.237Z] 13:50:01 7 0.00 0.00 0.00 0.02 0.00 99.98 [2025-10-31T13:51:50.237Z] 13:51:01 all 4.30 0.00 1.58 0.46 0.03 93.62 [2025-10-31T13:51:50.237Z] 13:51:01 0 4.70 0.00 1.77 0.07 0.03 93.42 [2025-10-31T13:51:50.237Z] 13:51:01 1 4.22 0.00 1.32 0.00 0.05 94.40 [2025-10-31T13:51:50.237Z] 13:51:01 2 3.41 0.00 1.41 0.02 0.02 95.15 [2025-10-31T13:51:50.237Z] 13:51:01 3 4.31 0.00 1.64 0.03 0.03 93.98 [2025-10-31T13:51:50.237Z] 13:51:01 4 3.79 0.00 1.81 0.02 0.03 94.35 [2025-10-31T13:51:50.237Z] 13:51:01 5 4.96 0.00 1.81 3.24 0.03 89.95 [2025-10-31T13:51:50.237Z] 13:51:01 6 4.81 0.00 1.34 0.02 0.02 93.81 [2025-10-31T13:51:50.237Z] 13:51:01 7 4.23 0.00 1.54 0.29 0.05 93.90 [2025-10-31T13:51:50.237Z] Average: all 4.83 0.00 0.88 0.31 0.03 93.95 [2025-10-31T13:51:50.237Z] Average: 0 4.91 0.00 0.91 0.10 0.03 94.05 [2025-10-31T13:51:50.237Z] Average: 1 4.90 0.00 0.86 0.16 0.04 94.05 [2025-10-31T13:51:50.237Z] Average: 2 4.73 0.00 0.94 0.47 0.02 93.83 [2025-10-31T13:51:50.237Z] Average: 3 4.79 0.00 0.89 0.71 0.02 93.58 [2025-10-31T13:51:50.237Z] Average: 4 5.09 0.00 0.79 0.18 0.03 93.91 [2025-10-31T13:51:50.237Z] Average: 5 4.61 0.00 0.88 0.55 0.03 93.94 [2025-10-31T13:51:50.237Z] Average: 6 4.79 0.00 0.94 0.20 0.02 94.06 [2025-10-31T13:51:50.237Z] Average: 7 4.77 0.00 0.86 0.14 0.02 94.20 [2025-10-31T13:51:50.237Z] [2025-10-31T13:51:50.237Z] [2025-10-31T13:51:50.237Z]