Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 3a4f249d681b6d810324a06bf1fb1c23a0bd69ed 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-ssh11829453041181832363.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 056ae7b86453181957306e7078512cbe12174832 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --resolve-git-dir /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f/.git # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f@tmp/jenkins-gitclient-ssh6499655072903340274.key > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 056ae7b86453181957306e7078512cbe12174832 The recommended git tool is: git using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/device-onvif-camera/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/device-onvif-camera/branches/main/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh7729655942053473036.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 056ae7b86453181957306e7078512cbe12174832 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 056ae7b86453181957306e7078512cbe12174832 # timeout=10 Commit message: "Merge pull request #473 from cherrycl/fix-seccomp-profile-error" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh17873582670839294006.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/device-onvif-camera/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/device-onvif-camera/branches/main/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh4992296722329055684.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:device-onvif-camera, publishSwaggerDocs:true, swaggerApiFolders:[doc/openapi/v3]] ========================================================= [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: device-onvif-camera-settings PROJECT: device-onvif-camera 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: device-onvif-camera 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: true SWAGGER_API_FOLDERS: doc/openapi/v3 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 ‘ubuntu20.04-docker-8c-8g’ Running on prd-ubuntu20.04-docker-8c-8g-7342 in /w/workspace/foundry_device-onvif-camera_main [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/device-onvif-camera.git > git init /w/workspace/foundry_device-onvif-camera_main # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-onvif-camera.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/device-onvif-camera.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-onvif-camera.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 3a4f249d681b6d810324a06bf1fb1c23a0bd69ed (main) Commit message: "build(deps): Bump github.com/edgexfoundry/device-sdk-go/v4 (#517)" > git config core.sparsecheckout # timeout=10 > git checkout -f 3a4f249d681b6d810324a06bf1fb1c23a0bd69ed # timeout=10 > git rev-list --no-walk 0f58aa6531e050899745c9de590c7d131e8b782e # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2025-08-21T01:32:30.017Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2025-08-21T01:32:30.104Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2025-08-21T01:32:30.131Z] ========================================================= [2025-08-21T01:32:30.131Z] EdgeX Global Pipelines Version Info [2025-08-21T01:32:30.131Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2025-08-21T01:32:31.288Z] ------------------- [2025-08-21T01:32:31.288Z] stable info: [2025-08-21T01:32:31.288Z] ------------------- [2025-08-21T01:32:31.288Z] Commited By: Cherry Wang cherry@iotechsys.com [2025-08-21T01:32:31.288Z] Commit SHA: 056ae7b86453181957306e7078512cbe12174832 [2025-08-21T01:32:31.288Z] Message: update stable to v1.0.276 [2025-08-21T01:32:31.547Z] ------------------- [2025-08-21T01:32:31.547Z] experimental info: [2025-08-21T01:32:31.547Z] ------------------- [2025-08-21T01:32:31.547Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2025-08-21T01:32:31.547Z] Commit SHA: 056ae7b86453181957306e7078512cbe12174832 [2025-08-21T01:32:31.547Z] Message: update experimental to v1.0.276 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2025-08-21T01:32:31.616Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-onvif-camera-settings [Pipeline] echo [2025-08-21T01:32:31.636Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-onvif-camera [Pipeline] echo [2025-08-21T01:32:31.659Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2025-08-21T01:32:31.681Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2025-08-21T01:32:31.705Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2025-08-21T01:32:31.726Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.23 [Pipeline] echo [2025-08-21T01:32:31.748Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2025-08-21T01:32:31.768Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2025-08-21T01:32:31.789Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2025-08-21T01:32:31.812Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2025-08-21T01:32:31.836Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2025-08-21T01:32:31.858Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-onvif-camera [Pipeline] echo [2025-08-21T01:32:31.882Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2025-08-21T01:32:31.903Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2025-08-21T01:32:31.927Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2025-08-21T01:32:31.949Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2025-08-21T01:32:31.972Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2025-08-21T01:32:31.992Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2025-08-21T01:32:32.012Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2025-08-21T01:32:32.036Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2025-08-21T01:32:32.054Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2025-08-21T01:32:32.073Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = doc/openapi/v3 [Pipeline] echo [2025-08-21T01:32:32.091Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2025-08-21T01:32:32.120Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2025-08-21T01:32:32.144Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2025-08-21T01:32:32.167Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2025-08-21T01:32:32.192Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2025-08-21T01:32:32.215Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2025-08-21T01:32:32.237Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2025-08-21T01:32:32.258Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2025-08-21T01:32:32.280Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 3a4f249d681b6d810324a06bf1fb1c23a0bd69ed [Pipeline] echo [2025-08-21T01:32:32.308Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 3a4f249 [Pipeline] echo [2025-08-21T01:32:32.336Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-08-21T01:32:32.407Z] provisioning config files... [2025-08-21T01:32:32.420Z] copy managed file [device-onvif-camera-settings] to file:/w/workspace/foundry_device-onvif-camera_main@tmp/config374791795880368072tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-08-21T01:32:32.753Z] ---> ****-login.sh [2025-08-21T01:32:32.753Z] nexus3.edgexfoundry.org:10001 [2025-08-21T01:32:32.753Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-21T01:32:33.012Z] [2025-08-21T01:32:33.012Z] WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. [2025-08-21T01:32:33.012Z] Configure a credential helper to remove this warning. See [2025-08-21T01:32:33.012Z] https://docs.****.com/go/credential-store/ [2025-08-21T01:32:33.012Z] [2025-08-21T01:32:33.012Z] Login Succeeded [2025-08-21T01:32:33.012Z] nexus3.edgexfoundry.org:10002 [2025-08-21T01:32:33.012Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-21T01:32:33.012Z] [2025-08-21T01:32:33.013Z] WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. [2025-08-21T01:32:33.013Z] Configure a credential helper to remove this warning. See [2025-08-21T01:32:33.013Z] https://docs.****.com/go/credential-store/ [2025-08-21T01:32:33.013Z] [2025-08-21T01:32:33.013Z] Login Succeeded [2025-08-21T01:32:33.013Z] nexus3.edgexfoundry.org:10003 [2025-08-21T01:32:33.013Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-21T01:32:33.013Z] [2025-08-21T01:32:33.013Z] WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. [2025-08-21T01:32:33.013Z] Configure a credential helper to remove this warning. See [2025-08-21T01:32:33.013Z] https://docs.****.com/go/credential-store/ [2025-08-21T01:32:33.013Z] [2025-08-21T01:32:33.013Z] Login Succeeded [2025-08-21T01:32:33.013Z] nexus3.edgexfoundry.org:10004 [2025-08-21T01:32:33.272Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-21T01:32:33.272Z] [2025-08-21T01:32:33.272Z] WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. [2025-08-21T01:32:33.272Z] Configure a credential helper to remove this warning. See [2025-08-21T01:32:33.272Z] https://docs.****.com/go/credential-store/ [2025-08-21T01:32:33.272Z] [2025-08-21T01:32:33.272Z] Login Succeeded [2025-08-21T01:32:33.272Z] ****.io [2025-08-21T01:32:33.272Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-21T01:32:33.530Z] [2025-08-21T01:32:33.530Z] WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. [2025-08-21T01:32:33.531Z] Configure a credential helper to remove this warning. See [2025-08-21T01:32:33.531Z] https://docs.****.com/go/credential-store/ [2025-08-21T01:32:33.531Z] [2025-08-21T01:32:33.531Z] Login Succeeded [2025-08-21T01:32:33.531Z] ---> ****-login.sh ends [Pipeline] } [2025-08-21T01:32:33.538Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2025-08-21T01:32:33.936Z] + git rev-list -1 --merges 3a4f249d681b6d810324a06bf1fb1c23a0bd69ed~1..3a4f249d681b6d810324a06bf1fb1c23a0bd69ed [Pipeline] echo [2025-08-21T01:32:33.964Z] -----------> git rev-list -1 --merges 3a4f249d681b6d810324a06bf1fb1c23a0bd69ed~1..3a4f249d681b6d810324a06bf1fb1c23a0bd69ed 3a4f249d681b6d810324a06bf1fb1c23a0bd69ed [false] [Pipeline] sh [2025-08-21T01:32:34.250Z] + git log --format=format:%s -1 3a4f249d681b6d810324a06bf1fb1c23a0bd69ed [Pipeline] echo [2025-08-21T01:32:34.267Z] ========================================================= [2025-08-21T01:32:34.267Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2025-08-21T01:32:34.267Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2025-08-21T01:32:34.603Z] + git log --format=format:%s -1 3a4f249d681b6d810324a06bf1fb1c23a0bd69ed [Pipeline] echo [2025-08-21T01:32:34.615Z] [semverPrep] GIT_COMMIT: 3a4f249d681b6d810324a06bf1fb1c23a0bd69ed, Commit Message: build(deps): Bump github.com/edgexfoundry/device-sdk-go/v4 (#517) [Pipeline] echo [2025-08-21T01:32:34.629Z] [semverPrep] This is not a build commit. [Pipeline] sh [2025-08-21T01:32:34.982Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2025-08-21T01:32:34.982Z] + grep -v github /etc/ssh/ssh_known_hosts [2025-08-21T01:32:34.982Z] + [ -e /tmp/ssh_known_hosts ] [2025-08-21T01:32:34.982Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2025-08-21T01:32:34.982Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2025-08-21T01:32:34.982Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2025-08-21T01:32:34.982Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-21T01:32:35.351Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-08-21T01:32:35.352Z] [2025-08-21T01:32:35.352Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-21T01:32:35.653Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-08-21T01:32:35.653Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2025-08-21T01:32:35.653Z] 3dae71ba6b94: Pulling fs layer [2025-08-21T01:32:35.653Z] 6bf1a483ea7c: Pulling fs layer [2025-08-21T01:32:35.653Z] f5dfc541a4d3: Pulling fs layer [2025-08-21T01:32:35.653Z] 461d9e800cba: Pulling fs layer [2025-08-21T01:32:35.653Z] 80192f66455f: Pulling fs layer [2025-08-21T01:32:35.653Z] 2e8e34ca0e6c: Pulling fs layer [2025-08-21T01:32:35.653Z] a29436f7fd5d: Pulling fs layer [2025-08-21T01:32:35.653Z] 923cac83aea3: Pulling fs layer [2025-08-21T01:32:35.653Z] 25ad8b0a4227: Pulling fs layer [2025-08-21T01:32:35.653Z] db01528c6b51: Pulling fs layer [2025-08-21T01:32:35.653Z] 28988de357af: Pulling fs layer [2025-08-21T01:32:35.653Z] 2e8e34ca0e6c: Waiting [2025-08-21T01:32:35.653Z] a29436f7fd5d: Waiting [2025-08-21T01:32:35.653Z] 923cac83aea3: Waiting [2025-08-21T01:32:35.653Z] 25ad8b0a4227: Waiting [2025-08-21T01:32:35.653Z] db01528c6b51: Waiting [2025-08-21T01:32:35.653Z] 28988de357af: Waiting [2025-08-21T01:32:35.653Z] 461d9e800cba: Waiting [2025-08-21T01:32:35.653Z] 80192f66455f: Waiting [2025-08-21T01:32:35.653Z] 6bf1a483ea7c: Verifying Checksum [2025-08-21T01:32:35.653Z] 6bf1a483ea7c: Download complete [2025-08-21T01:32:35.653Z] 461d9e800cba: Verifying Checksum [2025-08-21T01:32:35.653Z] 461d9e800cba: Download complete [2025-08-21T01:32:35.653Z] 80192f66455f: Verifying Checksum [2025-08-21T01:32:35.653Z] 80192f66455f: Download complete [2025-08-21T01:32:35.911Z] f5dfc541a4d3: Verifying Checksum [2025-08-21T01:32:35.911Z] f5dfc541a4d3: Download complete [2025-08-21T01:32:35.911Z] 3dae71ba6b94: Verifying Checksum [2025-08-21T01:32:35.911Z] 3dae71ba6b94: Download complete [2025-08-21T01:32:35.911Z] 923cac83aea3: Verifying Checksum [2025-08-21T01:32:35.911Z] 923cac83aea3: Download complete [2025-08-21T01:32:35.911Z] 25ad8b0a4227: Verifying Checksum [2025-08-21T01:32:35.911Z] 25ad8b0a4227: Download complete [2025-08-21T01:32:35.911Z] db01528c6b51: Download complete [2025-08-21T01:32:35.911Z] 28988de357af: Verifying Checksum [2025-08-21T01:32:36.169Z] a29436f7fd5d: Verifying Checksum [2025-08-21T01:32:36.169Z] a29436f7fd5d: Download complete [2025-08-21T01:32:36.735Z] 2e8e34ca0e6c: Verifying Checksum [2025-08-21T01:32:36.735Z] 2e8e34ca0e6c: Download complete [2025-08-21T01:32:37.674Z] 3dae71ba6b94: Pull complete [2025-08-21T01:32:37.674Z] 6bf1a483ea7c: Pull complete [2025-08-21T01:32:38.614Z] f5dfc541a4d3: Pull complete [2025-08-21T01:32:38.614Z] 461d9e800cba: Pull complete [2025-08-21T01:32:38.614Z] 80192f66455f: Pull complete [2025-08-21T01:32:43.882Z] 2e8e34ca0e6c: Pull complete [2025-08-21T01:32:43.882Z] a29436f7fd5d: Pull complete [2025-08-21T01:32:43.882Z] 923cac83aea3: Pull complete [2025-08-21T01:32:44.149Z] 25ad8b0a4227: Pull complete [2025-08-21T01:32:44.149Z] db01528c6b51: Pull complete [2025-08-21T01:32:44.149Z] 28988de357af: Pull complete [2025-08-21T01:32:44.149Z] Digest: sha256:195353f5eb8266bfc5d09c70327cc406fe11db141ac9a5f04734cd23bce6a248 [2025-08-21T01:32:44.149Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-08-21T01:32:44.149Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-08-21T01:32:44.318Z] prd-ubuntu20.04-docker-8c-8g-7342 does not seem to be running inside a container [2025-08-21T01:32:44.342Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/foundry_device-onvif-camera_main -v /w/workspace/foundry_device-onvif-camera_main:/w/workspace/foundry_device-onvif-camera_main:rw,z -v /w/workspace/foundry_device-onvif-camera_main@tmp:/w/workspace/foundry_device-onvif-camera_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-08-21T01:32:47.594Z] $ docker top 3389c25afedbfd50a4fc537f7e70d43530d686c6006ebe4795db20fecaaec965 -eo pid,comm [2025-08-21T01:32:47.660Z] 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-08-21T01:32:47.660Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2025-08-21T01:32:47.722Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-08-21T01:32:47.722Z] [ssh-agent] Looking for ssh-agent implementation... [2025-08-21T01:32:47.829Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-08-21T01:32:47.815Z] $ docker exec 3389c25afedbfd50a4fc537f7e70d43530d686c6006ebe4795db20fecaaec965 ssh-agent [2025-08-21T01:32:47.919Z] SSH_AUTH_SOCK=/tmp/ssh-mpRtgvm9qw0K/agent.32 [2025-08-21T01:32:47.919Z] SSH_AGENT_PID=38 [2025-08-21T01:32:47.926Z] Running ssh-add (command line suppressed) [2025-08-21T01:32:48.009Z] Identity added: /w/workspace/foundry_device-onvif-camera_main@tmp/private_key_3711451963738822443.key (/w/workspace/foundry_device-onvif-camera_main@tmp/private_key_3711451963738822443.key) [2025-08-21T01:32:48.040Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-08-21T01:32:48.330Z] + git config --global --add safe.directory /w/workspace/foundry_device-onvif-camera_main [Pipeline] sh [2025-08-21T01:32:48.616Z] + git tag --points-at HEAD [Pipeline] } [2025-08-21T01:32:48.612Z] $ docker exec --env ******** --env ******** 3389c25afedbfd50a4fc537f7e70d43530d686c6006ebe4795db20fecaaec965 ssh-agent -k [2025-08-21T01:32:48.708Z] unset SSH_AUTH_SOCK; [2025-08-21T01:32:48.709Z] unset SSH_AGENT_PID; [2025-08-21T01:32:48.709Z] echo Agent pid 38 killed; [2025-08-21T01:32:48.735Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2025-08-21T01:32:48.775Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-08-21T01:32:48.775Z] [ssh-agent] Looking for ssh-agent implementation... [2025-08-21T01:32:48.883Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-08-21T01:32:48.870Z] $ docker exec 3389c25afedbfd50a4fc537f7e70d43530d686c6006ebe4795db20fecaaec965 ssh-agent [2025-08-21T01:32:48.978Z] SSH_AUTH_SOCK=/tmp/ssh-5WE1f865yTcp/agent.85 [2025-08-21T01:32:48.978Z] SSH_AGENT_PID=91 [2025-08-21T01:32:48.982Z] Running ssh-add (command line suppressed) [2025-08-21T01:32:49.071Z] Identity added: /w/workspace/foundry_device-onvif-camera_main@tmp/private_key_240859104662406481.key (/w/workspace/foundry_device-onvif-camera_main@tmp/private_key_240859104662406481.key) [2025-08-21T01:32:49.100Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-08-21T01:32:49.394Z] + git semver init [2025-08-21T01:32:49.652Z] 2025-08-21 01:32:49,602 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') [2025-08-21T01:32:49.652Z] 2025-08-21 01:32:49,606 [run_init] DEBUG init version:0.0.0 force:False [2025-08-21T01:32:49.652Z] 2025-08-21 01:32:49,607 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/foundry_device-onvif-camera_main/.semver [2025-08-21T01:32:49.652Z] 2025-08-21 01:32:49,607 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-onvif-camera.git /w/workspace/foundry_device-onvif-camera_main/.semver [2025-08-21T01:32:49.652Z] 2025-08-21 01:32:49,607 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/device-onvif-camera.git', '/w/workspace/foundry_device-onvif-camera_main/.semver'], cwd=/w/workspace/foundry_device-onvif-camera_main, stdin=None, shell=False, universal_newlines=False) [2025-08-21T01:32:51.553Z] 2025-08-21 01:32:51,089 [append_file] DEBUG append to file:/w/workspace/foundry_device-onvif-camera_main/.git/info/exclude [2025-08-21T01:32:51.553Z] 2025-08-21 01:32:51,090 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/foundry_device-onvif-camera_main/.semver/main with force:False [2025-08-21T01:32:51.553Z] 2025-08-21 01:32:51,090 [read_version] DEBUG read version from /w/workspace/foundry_device-onvif-camera_main/.semver/main [2025-08-21T01:32:51.553Z] 2025-08-21 01:32:51,090 [read_version] DEBUG read version from /w/workspace/foundry_device-onvif-camera_main/.semver/main [2025-08-21T01:32:51.553Z] 4.1.0-dev.5 [Pipeline] } [2025-08-21T01:32:51.548Z] $ docker exec --env ******** --env ******** 3389c25afedbfd50a4fc537f7e70d43530d686c6006ebe4795db20fecaaec965 ssh-agent -k [2025-08-21T01:32:51.643Z] unset SSH_AUTH_SOCK; [2025-08-21T01:32:51.643Z] unset SSH_AGENT_PID; [2025-08-21T01:32:51.643Z] echo Agent pid 91 killed; [2025-08-21T01:32:51.668Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-08-21T01:32:52.000Z] + git semver [Pipeline] } [2025-08-21T01:32:52.255Z] $ docker stop --time=1 3389c25afedbfd50a4fc537f7e70d43530d686c6006ebe4795db20fecaaec965 [2025-08-21T01:32:53.516Z] $ docker rm -f --volumes 3389c25afedbfd50a4fc537f7e70d43530d686c6006ebe4795db20fecaaec965 [Pipeline] // withDockerContainer [Pipeline] sh [2025-08-21T01:32:53.871Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2025-08-21T01:32:54.113Z] Stashed 1 file(s) [Pipeline] echo [2025-08-21T01:32:54.117Z] [edgeXSemver]: initialized semver on version 4.1.0-dev.5 [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-08-21T01:32:54.291Z] provisioning config files... [2025-08-21T01:32:54.336Z] copy managed file [device-onvif-camera-settings] to file:/w/workspace/foundry_device-onvif-camera_main@tmp/config11267716777481729351tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-08-21T01:32:54.639Z] ---> ****-login.sh [2025-08-21T01:32:54.639Z] nexus3.edgexfoundry.org:10001 [2025-08-21T01:32:54.639Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-21T01:32:54.639Z] Login Succeeded [2025-08-21T01:32:54.639Z] nexus3.edgexfoundry.org:10002 [2025-08-21T01:32:54.639Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-21T01:32:54.639Z] Login Succeeded [2025-08-21T01:32:54.639Z] nexus3.edgexfoundry.org:10003 [2025-08-21T01:32:54.639Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-21T01:32:54.897Z] Login Succeeded [2025-08-21T01:32:54.897Z] nexus3.edgexfoundry.org:10004 [2025-08-21T01:32:54.897Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-21T01:32:54.897Z] Login Succeeded [2025-08-21T01:32:54.897Z] ****.io [2025-08-21T01:32:54.897Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-21T01:32:55.155Z] Login Succeeded [2025-08-21T01:32:55.155Z] ---> ****-login.sh ends [Pipeline] } [2025-08-21T01:32:55.160Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2025-08-21T01:32:55.251Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-08-21T01:32:55.268Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-08-21T01:32:55.282Z] ========================================================= [2025-08-21T01:32:55.282Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine] [2025-08-21T01:32:55.282Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-21T01:32:55.607Z] + 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-08-21T01:32:56.171Z] #0 building with "default" instance using docker driver [2025-08-21T01:32:56.171Z] [2025-08-21T01:32:56.171Z] #1 [internal] load build definition from Dockerfile [2025-08-21T01:32:56.171Z] #1 transferring dockerfile: 1.75kB done [2025-08-21T01:32:56.171Z] #1 DONE 0.0s [2025-08-21T01:32:56.171Z] [2025-08-21T01:32:56.171Z] #2 [internal] load metadata for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [2025-08-21T01:32:56.171Z] #2 DONE 0.1s [2025-08-21T01:32:56.428Z] [2025-08-21T01:32:56.428Z] #3 [internal] load .dockerignore [2025-08-21T01:32:56.428Z] #3 transferring context: 2B done [2025-08-21T01:32:56.428Z] #3 DONE 0.0s [2025-08-21T01:32:56.428Z] [2025-08-21T01:32:56.428Z] #4 [builder 1/7] FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine@sha256:b992faf2485ce295780ce8bcc3ec6c89c618966a0a233ad776f4c4289344e4b4 [2025-08-21T01:32:56.428Z] #4 resolve nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine@sha256:b992faf2485ce295780ce8bcc3ec6c89c618966a0a233ad776f4c4289344e4b4 0.0s done [2025-08-21T01:32:56.428Z] #4 sha256:01d3d341091a517642a078ff0605422b0bc90a0685c27f13eebf23a14bd174bf 2.08kB / 2.08kB done [2025-08-21T01:32:56.428Z] #4 sha256:d619b1717253d911bd917c5573ee8134ae218c2451e74083eb23940cdd319302 4.11kB / 4.11kB done [2025-08-21T01:32:56.428Z] #4 sha256:0a9a5dfd008f05ebc27e4790db0709a29e527690c21bcbcd01481eaeb6bb49dc 3.63MB / 3.63MB 0.1s done [2025-08-21T01:32:56.428Z] #4 sha256:36466aa92d05be39552cfcf5a51ca5dc6ccfd7da55adfeaec5689f02abf883df 294.40kB / 294.40kB 0.0s done [2025-08-21T01:32:56.428Z] #4 sha256:096b7ceb2af7cf0b2f963a566800bb0fb4c52ac2b7c0b1b66412e82adff0faa1 126B / 126B 0.1s done [2025-08-21T01:32:56.428Z] #4 sha256:b992faf2485ce295780ce8bcc3ec6c89c618966a0a233ad776f4c4289344e4b4 685B / 685B done [2025-08-21T01:32:56.428Z] #4 sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 32B / 32B 0.1s [2025-08-21T01:32:56.428Z] #4 sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d 4.19MB / 74.06MB 0.1s [2025-08-21T01:32:56.428Z] #4 sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 32B / 32B 0.1s done [2025-08-21T01:32:56.428Z] #4 sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d 15.73MB / 74.06MB 0.2s [2025-08-21T01:32:56.428Z] #4 extracting sha256:0a9a5dfd008f05ebc27e4790db0709a29e527690c21bcbcd01481eaeb6bb49dc [2025-08-21T01:32:56.428Z] #4 sha256:c451b95d79318bfd8953a1c9820732ea4e6327fc33c477d42b42d627f68681ad 440B / 440B 0.1s done [2025-08-21T01:32:56.428Z] #4 sha256:9febf9df44015f7ef701ca8f314687499ee20e4ce98978b9d593178fd725ad4a 2.38MB / 2.38MB 0.2s done [2025-08-21T01:32:56.428Z] #4 sha256:1477f019b03287281269462164bc2738c9ee590c6f69056650fa13f78f7838c5 3.15MB / 103.05MB 0.2s [2025-08-21T01:32:56.688Z] #4 sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d 28.31MB / 74.06MB 0.3s [2025-08-21T01:32:56.688Z] #4 extracting sha256:0a9a5dfd008f05ebc27e4790db0709a29e527690c21bcbcd01481eaeb6bb49dc 0.2s done [2025-08-21T01:32:56.688Z] #4 sha256:1477f019b03287281269462164bc2738c9ee590c6f69056650fa13f78f7838c5 13.63MB / 103.05MB 0.3s [2025-08-21T01:32:56.688Z] #4 sha256:c7dc25521971803488b68411916ffdc83cf3bd27a28b4147915497769959ad5b 3.15MB / 13.29MB 0.3s [2025-08-21T01:32:56.688Z] #4 ... [2025-08-21T01:32:56.688Z] [2025-08-21T01:32:56.688Z] #5 [internal] load build context [2025-08-21T01:32:56.688Z] #5 transferring context: 46.90MB 0.4s done [2025-08-21T01:32:56.688Z] #5 DONE 0.4s [2025-08-21T01:32:56.688Z] [2025-08-21T01:32:56.688Z] #4 [builder 1/7] FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine@sha256:b992faf2485ce295780ce8bcc3ec6c89c618966a0a233ad776f4c4289344e4b4 [2025-08-21T01:32:56.688Z] #4 sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d 46.14MB / 74.06MB 0.4s [2025-08-21T01:32:56.688Z] #4 sha256:1477f019b03287281269462164bc2738c9ee590c6f69056650fa13f78f7838c5 25.17MB / 103.05MB 0.4s [2025-08-21T01:32:56.688Z] #4 sha256:c7dc25521971803488b68411916ffdc83cf3bd27a28b4147915497769959ad5b 9.44MB / 13.29MB 0.4s [2025-08-21T01:32:56.688Z] #4 extracting sha256:36466aa92d05be39552cfcf5a51ca5dc6ccfd7da55adfeaec5689f02abf883df [2025-08-21T01:32:56.946Z] #4 sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d 63.00MB / 74.06MB 0.5s [2025-08-21T01:32:56.946Z] #4 sha256:1477f019b03287281269462164bc2738c9ee590c6f69056650fa13f78f7838c5 40.88MB / 103.05MB 0.5s [2025-08-21T01:32:56.946Z] #4 sha256:c7dc25521971803488b68411916ffdc83cf3bd27a28b4147915497769959ad5b 13.29MB / 13.29MB 0.5s done [2025-08-21T01:32:56.946Z] #4 extracting sha256:36466aa92d05be39552cfcf5a51ca5dc6ccfd7da55adfeaec5689f02abf883df 0.1s done [2025-08-21T01:32:56.946Z] #4 sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d 74.06MB / 74.06MB 0.7s [2025-08-21T01:32:56.946Z] #4 sha256:1477f019b03287281269462164bc2738c9ee590c6f69056650fa13f78f7838c5 85.98MB / 103.05MB 0.7s [2025-08-21T01:32:57.512Z] #4 sha256:1477f019b03287281269462164bc2738c9ee590c6f69056650fa13f78f7838c5 103.05MB / 103.05MB 0.9s [2025-08-21T01:32:57.512Z] #4 sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d 74.06MB / 74.06MB 1.1s done [2025-08-21T01:32:57.512Z] #4 sha256:1477f019b03287281269462164bc2738c9ee590c6f69056650fa13f78f7838c5 103.05MB / 103.05MB 1.1s done [2025-08-21T01:32:57.512Z] #4 extracting sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d 0.1s [2025-08-21T01:33:02.785Z] #4 extracting sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d 4.6s done [2025-08-21T01:33:02.785Z] #4 extracting sha256:096b7ceb2af7cf0b2f963a566800bb0fb4c52ac2b7c0b1b66412e82adff0faa1 [2025-08-21T01:33:02.785Z] #4 extracting sha256:096b7ceb2af7cf0b2f963a566800bb0fb4c52ac2b7c0b1b66412e82adff0faa1 done [2025-08-21T01:33:02.785Z] #4 extracting sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 done [2025-08-21T01:33:02.785Z] #4 extracting sha256:c451b95d79318bfd8953a1c9820732ea4e6327fc33c477d42b42d627f68681ad done [2025-08-21T01:33:02.785Z] #4 extracting sha256:9febf9df44015f7ef701ca8f314687499ee20e4ce98978b9d593178fd725ad4a [2025-08-21T01:33:02.785Z] #4 extracting sha256:9febf9df44015f7ef701ca8f314687499ee20e4ce98978b9d593178fd725ad4a 0.0s done [2025-08-21T01:33:02.785Z] #4 extracting sha256:1477f019b03287281269462164bc2738c9ee590c6f69056650fa13f78f7838c5 0.1s [2025-08-21T01:33:05.313Z] #4 extracting sha256:1477f019b03287281269462164bc2738c9ee590c6f69056650fa13f78f7838c5 2.7s done [2025-08-21T01:33:05.313Z] #4 extracting sha256:c7dc25521971803488b68411916ffdc83cf3bd27a28b4147915497769959ad5b 0.1s [2025-08-21T01:33:05.878Z] #4 extracting sha256:c7dc25521971803488b68411916ffdc83cf3bd27a28b4147915497769959ad5b 0.6s done [2025-08-21T01:33:05.878Z] #4 DONE 9.7s [2025-08-21T01:33:06.136Z] [2025-08-21T01:33:06.136Z] #6 [builder 2/7] RUN apk add --no-cache make git [2025-08-21T01:33:06.136Z] #6 0.195 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-08-21T01:33:06.395Z] #6 0.356 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-08-21T01:33:06.654Z] #6 0.702 OK: 248 MiB in 58 packages [2025-08-21T01:33:09.186Z] #6 DONE 3.3s [2025-08-21T01:33:09.250Z] Still waiting to schedule task [2025-08-21T01:33:09.251Z] Waiting for next available executor on ‘ubuntu20.04-docker-arm64-4c-16g’ [2025-08-21T01:33:09.445Z] [2025-08-21T01:33:09.445Z] #7 [builder 3/7] WORKDIR /device-onvif-camera [2025-08-21T01:33:09.445Z] #7 DONE 0.0s [2025-08-21T01:33:09.445Z] [2025-08-21T01:33:09.445Z] #8 [builder 4/7] COPY go.mod vendor* ./ [2025-08-21T01:33:09.445Z] #8 DONE 0.0s [2025-08-21T01:33:09.445Z] [2025-08-21T01:33:09.445Z] #9 [builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-08-21T01:33:31.375Z] #9 DONE 19.8s [2025-08-21T01:33:31.375Z] [2025-08-21T01:33:31.375Z] #10 [builder 6/7] COPY . . [2025-08-21T01:33:31.375Z] #10 DONE 0.3s [2025-08-21T01:33:31.375Z] [2025-08-21T01:33:31.375Z] #11 [builder 7/7] RUN echo noop [2025-08-21T01:33:31.375Z] #11 0.203 noop [2025-08-21T01:33:31.375Z] #11 DONE 0.2s [2025-08-21T01:33:31.375Z] [2025-08-21T01:33:31.375Z] #12 exporting to image [2025-08-21T01:33:31.375Z] #12 exporting layers [2025-08-21T01:33:36.642Z] #12 exporting layers 7.0s done [2025-08-21T01:33:36.642Z] #12 writing image sha256:44efd7a224cabb0fb7f8d27f4834703ce4b37edabc2edab5eaf6f46f2883a229 done [2025-08-21T01:33:36.642Z] #12 naming to docker.io/library/ci-base-image-x86_64 done [2025-08-21T01:33:36.642Z] #12 DONE 7.1s [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-21T01:33:36.965Z] + docker inspect -f . ci-base-image-x86_64 [2025-08-21T01:33:36.965Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-08-21T01:33:37.042Z] prd-ubuntu20.04-docker-8c-8g-7342 does not seem to be running inside a container [2025-08-21T01:33:37.071Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/foundry_device-onvif-camera_main -v /w/workspace/foundry_device-onvif-camera_main:/w/workspace/foundry_device-onvif-camera_main:rw,z -v /w/workspace/foundry_device-onvif-camera_main@tmp:/w/workspace/foundry_device-onvif-camera_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-08-21T01:33:37.383Z] $ docker top ccf83589a10f284d397701404fba1d3daca365cbb94e79fb198ebc5e5599396a -eo pid,comm [Pipeline] { [Pipeline] sh [2025-08-21T01:33:37.715Z] + go version [2025-08-21T01:33:37.715Z] go version go1.23.9 linux/amd64 [Pipeline] } [2025-08-21T01:33:37.719Z] $ docker stop --time=1 ccf83589a10f284d397701404fba1d3daca365cbb94e79fb198ebc5e5599396a [2025-08-21T01:33:38.965Z] $ docker rm -f --volumes ccf83589a10f284d397701404fba1d3daca365cbb94e79fb198ebc5e5599396a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-21T01:33:39.405Z] + docker inspect -f . ci-base-image-x86_64 [2025-08-21T01:33:39.405Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-08-21T01:33:39.483Z] prd-ubuntu20.04-docker-8c-8g-7342 does not seem to be running inside a container [2025-08-21T01:33:39.508Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/foundry_device-onvif-camera_main -v /w/workspace/foundry_device-onvif-camera_main:/w/workspace/foundry_device-onvif-camera_main:rw,z -v /w/workspace/foundry_device-onvif-camera_main@tmp:/w/workspace/foundry_device-onvif-camera_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-08-21T01:33:39.743Z] $ docker top 539663be8599347f39a155fc4a8e86c108753cff012b865b7763a10002c7e512 -eo pid,comm [Pipeline] { [Pipeline] sh [2025-08-21T01:33:40.101Z] + git config --global --add safe.directory /w/workspace/foundry_device-onvif-camera_main [Pipeline] fileExists [Pipeline] sh [2025-08-21T01:33:40.401Z] + make test [2025-08-21T01:33:40.401Z] go test ./... -coverprofile=coverage.out ./... [2025-08-21T01:33:41.774Z] ? github.com/edgexfoundry/device-onvif-camera [no test files] [2025-08-21T01:33:59.848Z] github.com/edgexfoundry/device-onvif-camera/cmd coverage: 0.0% of statements [2025-08-21T01:33:59.848Z] github.com/edgexfoundry/device-onvif-camera/internal/driver/mocks coverage: 0.0% of statements [2025-08-21T01:34:00.782Z] ok github.com/edgexfoundry/device-onvif-camera/internal/driver 2.026s coverage: 31.4% of statements [2025-08-21T01:34:00.782Z] ok github.com/edgexfoundry/device-onvif-camera/internal/netscan 2.216s coverage: 86.5% of statements [2025-08-21T01:34:10.747Z] go vet ./... [2025-08-21T01:34:16.023Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2025-08-21T01:34:16.023Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2025-08-21T01:34:16.023Z] ./bin/test-attribution-txt.sh [2025-08-21T01:34:16.281Z] An attribution for go.opentelemetry.io/auto/sdk is missing from Attribution.txt, please add [Pipeline] echo [2025-08-21T01:34:16.295Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] } [2025-08-21T01:34:16.313Z] $ docker stop --time=1 539663be8599347f39a155fc4a8e86c108753cff012b865b7763a10002c7e512 [2025-08-21T01:34:19.922Z] $ docker rm -f --volumes 539663be8599347f39a155fc4a8e86c108753cff012b865b7763a10002c7e512 [Pipeline] // withDockerContainer [Pipeline] sh [2025-08-21T01:34:20.487Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2025-08-21T01:34:20.552Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2025-08-21T01:34:21.001Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2025-08-21T01:34:21.288Z] + ls -al . [2025-08-21T01:34:21.288Z] total 320 [2025-08-21T01:34:21.288Z] drwxrwxr-x 9 jenkins jenkins 4096 Aug 21 01:33 . [2025-08-21T01:34:21.288Z] drwxrwxr-x 4 jenkins jenkins 4096 Aug 21 01:32 .. [2025-08-21T01:34:21.288Z] drwxrwxr-x 8 jenkins jenkins 4096 Aug 21 01:34 .git [2025-08-21T01:34:21.288Z] drwxrwxr-x 3 jenkins jenkins 4096 Aug 21 01:32 .github [2025-08-21T01:34:21.288Z] -rw-rw-r-- 1 jenkins jenkins 493 Aug 21 01:32 .gitignore [2025-08-21T01:34:21.288Z] -rw-rw-r-- 1 jenkins jenkins 199 Aug 21 01:32 .golangci.yml [2025-08-21T01:34:21.288Z] drwxr-xr-x 3 jenkins jenkins 4096 Aug 21 01:32 .semver [2025-08-21T01:34:21.288Z] -rw-rw-r-- 1 jenkins jenkins 20612 Aug 21 01:32 Attribution.txt [2025-08-21T01:34:21.288Z] -rw-rw-r-- 1 jenkins jenkins 19022 Aug 21 01:32 CHANGELOG.md [2025-08-21T01:34:21.288Z] -rw-rw-r-- 1 jenkins jenkins 1715 Aug 21 01:32 Dockerfile [2025-08-21T01:34:21.288Z] -rw-rw-r-- 1 jenkins jenkins 677 Aug 21 01:32 GOVERNANCE.md [2025-08-21T01:34:21.288Z] -rw-rw-r-- 1 jenkins jenkins 739 Aug 21 01:32 Jenkinsfile [2025-08-21T01:34:21.288Z] -rw-rw-r-- 1 jenkins jenkins 11348 Aug 21 01:32 LICENSE [2025-08-21T01:34:21.288Z] -rw-rw-r-- 1 jenkins jenkins 3465 Aug 21 01:32 Makefile [2025-08-21T01:34:21.288Z] -rw-rw-r-- 1 jenkins jenkins 625 Aug 21 01:32 OWNERS.md [2025-08-21T01:34:21.288Z] -rw-rw-r-- 1 jenkins jenkins 2620 Aug 21 01:32 README.md [2025-08-21T01:34:21.288Z] -rw-rw-r-- 1 jenkins jenkins 11 Aug 21 01:32 VERSION [2025-08-21T01:34:21.288Z] drwxrwxr-x 2 jenkins jenkins 4096 Aug 21 01:32 bin [2025-08-21T01:34:21.288Z] drwxrwxr-x 3 jenkins jenkins 4096 Aug 21 01:32 cmd [2025-08-21T01:34:21.288Z] -rw-r--r-- 1 jenkins jenkins 92466 Aug 21 01:34 coverage.out [2025-08-21T01:34:21.288Z] drwxrwxr-x 4 jenkins jenkins 4096 Aug 21 01:32 doc [2025-08-21T01:34:21.288Z] -rw-rw-r-- 1 jenkins jenkins 6521 Aug 21 01:32 go.mod [2025-08-21T01:34:21.288Z] -rw-rw-r-- 1 jenkins jenkins 87684 Aug 21 01:32 go.sum [2025-08-21T01:34:21.288Z] drwxrwxr-x 4 jenkins jenkins 4096 Aug 21 01:32 internal [2025-08-21T01:34:21.288Z] -rw-rw-r-- 1 jenkins jenkins 236 Aug 21 01:32 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-21T01:34:21.639Z] + docker build -t device-onvif-camera -f Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg MAKE=make build --build-arg ARCH=amd64 --label git_sha=3a4f249d681b6d810324a06bf1fb1c23a0bd69ed --label arch=amd64 --label version=4.1.0-dev.5 . [2025-08-21T01:34:21.899Z] #0 building with "default" instance using docker driver [2025-08-21T01:34:21.899Z] [2025-08-21T01:34:21.899Z] #1 [internal] load build definition from Dockerfile [2025-08-21T01:34:21.899Z] #1 transferring dockerfile: 1.75kB done [2025-08-21T01:34:21.899Z] #1 DONE 0.0s [2025-08-21T01:34:21.899Z] [2025-08-21T01:34:21.899Z] #2 [internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2025-08-21T01:34:21.899Z] #2 DONE 0.0s [2025-08-21T01:34:21.899Z] [2025-08-21T01:34:21.899Z] #3 [internal] load metadata for docker.io/library/alpine:3.20 [2025-08-21T01:34:21.899Z] #3 DONE 0.1s [2025-08-21T01:34:21.899Z] [2025-08-21T01:34:21.899Z] #4 [internal] load .dockerignore [2025-08-21T01:34:21.899Z] #4 transferring context: 2B done [2025-08-21T01:34:21.899Z] #4 DONE 0.0s [2025-08-21T01:34:21.899Z] [2025-08-21T01:34:21.899Z] #5 [internal] load build context [2025-08-21T01:34:21.899Z] #5 transferring context: 111.58kB 0.0s done [2025-08-21T01:34:21.899Z] #5 DONE 0.0s [2025-08-21T01:34:21.899Z] [2025-08-21T01:34:21.899Z] #6 [builder 1/7] FROM docker.io/library/ci-base-image-x86_64:latest [2025-08-21T01:34:21.899Z] #6 DONE 0.1s [2025-08-21T01:34:21.899Z] [2025-08-21T01:34:21.899Z] #7 [stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d [2025-08-21T01:34:21.899Z] #7 resolve docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 0.0s done [2025-08-21T01:34:21.899Z] #7 sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 9.22kB / 9.22kB done [2025-08-21T01:34:21.899Z] #7 sha256:f25ebd2af60b9de8e26e5100fe6f493beb81bff010f27e84f223ad19886a78f0 1.02kB / 1.02kB done [2025-08-21T01:34:21.899Z] #7 sha256:411bc66a7adb849165d4e733707efe59d6b5edf8b4d96506cb6a1e31ba270199 581B / 581B done [2025-08-21T01:34:21.899Z] #7 sha256:01d036902a3ca86e8793073c8094cba44d83a38953a489ac0641f3de017fe2d2 3.62MB / 3.62MB 0.1s [2025-08-21T01:34:22.159Z] #7 sha256:01d036902a3ca86e8793073c8094cba44d83a38953a489ac0641f3de017fe2d2 3.62MB / 3.62MB 0.1s done [2025-08-21T01:34:22.159Z] #7 extracting sha256:01d036902a3ca86e8793073c8094cba44d83a38953a489ac0641f3de017fe2d2 0.1s done [2025-08-21T01:34:22.417Z] #7 DONE 0.3s [2025-08-21T01:34:22.417Z] [2025-08-21T01:34:22.417Z] #8 [stage-1 2/7] RUN apk add --update --no-cache dumb-init [2025-08-21T01:34:22.417Z] #8 0.197 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-08-21T01:34:22.417Z] #8 0.310 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-08-21T01:34:22.676Z] #8 ... [2025-08-21T01:34:22.676Z] [2025-08-21T01:34:22.676Z] #9 [builder 2/7] RUN apk add --no-cache make git [2025-08-21T01:34:22.676Z] #9 0.230 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-08-21T01:34:22.676Z] #9 0.400 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-08-21T01:34:22.676Z] #9 0.748 OK: 248 MiB in 58 packages [2025-08-21T01:34:22.676Z] #9 DONE 0.9s [2025-08-21T01:34:22.676Z] [2025-08-21T01:34:22.676Z] #8 [stage-1 2/7] RUN apk add --update --no-cache dumb-init [2025-08-21T01:34:22.676Z] #8 0.575 (1/1) Installing dumb-init (1.2.5-r3) [2025-08-21T01:34:22.676Z] #8 0.591 Executing busybox-1.36.1-r29.trigger [2025-08-21T01:34:22.676Z] #8 0.597 OK: 8 MiB in 15 packages [2025-08-21T01:34:22.934Z] #8 DONE 0.7s [2025-08-21T01:34:22.934Z] [2025-08-21T01:34:22.934Z] #10 [builder 3/7] WORKDIR /device-onvif-camera [2025-08-21T01:34:22.934Z] #10 DONE 0.0s [2025-08-21T01:34:22.934Z] [2025-08-21T01:34:22.934Z] #11 [builder 4/7] COPY go.mod vendor* ./ [2025-08-21T01:34:22.934Z] #11 DONE 0.0s [2025-08-21T01:34:22.934Z] [2025-08-21T01:34:22.934Z] #12 [stage-1 3/7] RUN apk --no-cache upgrade [2025-08-21T01:34:23.193Z] #12 0.325 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-08-21T01:34:23.453Z] #12 0.402 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-08-21T01:34:23.453Z] #12 ... [2025-08-21T01:34:23.453Z] [2025-08-21T01:34:23.453Z] #13 [builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-08-21T01:34:23.453Z] #13 DONE 0.6s [2025-08-21T01:34:23.714Z] [2025-08-21T01:34:23.714Z] #14 [builder 6/7] COPY . . [2025-08-21T01:34:23.973Z] #14 DONE 0.4s [2025-08-21T01:34:23.973Z] [2025-08-21T01:34:23.974Z] #12 [stage-1 3/7] RUN apk --no-cache upgrade [2025-08-21T01:34:23.974Z] #12 0.801 (1/3) Upgrading busybox (1.36.1-r29 -> 1.36.1-r30) [2025-08-21T01:34:23.974Z] #12 0.815 Executing busybox-1.36.1-r30.post-upgrade [2025-08-21T01:34:23.974Z] #12 0.999 (2/3) Upgrading busybox-binsh (1.36.1-r29 -> 1.36.1-r30) [2025-08-21T01:34:23.974Z] #12 1.005 (3/3) Upgrading ssl_client (1.36.1-r29 -> 1.36.1-r30) [2025-08-21T01:34:23.974Z] #12 1.012 Executing busybox-1.36.1-r30.trigger [2025-08-21T01:34:23.974Z] #12 1.020 OK: 8 MiB in 15 packages [2025-08-21T01:34:23.974Z] #12 DONE 1.1s [2025-08-21T01:34:23.974Z] [2025-08-21T01:34:23.974Z] #15 [builder 7/7] RUN make build [2025-08-21T01:34:24.233Z] #15 0.276 CGO_ENABLED=0 go build -tags "" -ldflags "-s -w -X github.com/edgexfoundry/device-onvif-camera.Version=4.1.0-dev.5 -X github.com/edgexfoundry/device-sdk-go/v4/internal/common.SDKVersion=v4.1.0-dev.31 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/device-onvif-camera ./cmd [2025-08-21T01:34:54.056Z] #15 DONE 25.8s [2025-08-21T01:34:54.056Z] [2025-08-21T01:34:54.056Z] #16 [stage-1 4/7] COPY --from=builder /device-onvif-camera/cmd / [2025-08-21T01:34:54.056Z] #16 DONE 0.3s [2025-08-21T01:34:54.056Z] [2025-08-21T01:34:54.056Z] #17 [stage-1 5/7] COPY --from=builder /device-onvif-camera/LICENSE / [2025-08-21T01:34:54.056Z] #17 DONE 0.0s [2025-08-21T01:34:54.056Z] [2025-08-21T01:34:54.056Z] #18 [stage-1 6/7] COPY --from=builder /device-onvif-camera/Attribution.txt / [2025-08-21T01:34:54.056Z] #18 DONE 0.0s [2025-08-21T01:34:54.056Z] [2025-08-21T01:34:54.056Z] #19 exporting to image [2025-08-21T01:34:54.056Z] #19 exporting layers 0.1s done [2025-08-21T01:34:54.056Z] #19 writing image sha256:f49044709b4b5041eb920ca8f8ed316bdce5eeadc5be1004cdc93bf8cfd6b70b done [2025-08-21T01:34:54.056Z] #19 naming to docker.io/library/device-onvif-camera done [2025-08-21T01:34:54.056Z] #19 DONE 0.2s [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-08-21T01:34:54.185Z] provisioning config files... [2025-08-21T01:34:54.193Z] copy managed file [device-onvif-camera-settings] to file:/w/workspace/foundry_device-onvif-camera_main@tmp/config614476483648174604tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-08-21T01:34:54.496Z] ---> ****-login.sh [2025-08-21T01:34:54.496Z] nexus3.edgexfoundry.org:10001 [2025-08-21T01:34:54.496Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-21T01:34:54.496Z] Login Succeeded [2025-08-21T01:34:54.496Z] nexus3.edgexfoundry.org:10002 [2025-08-21T01:34:54.496Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-21T01:34:54.496Z] Login Succeeded [2025-08-21T01:34:54.496Z] nexus3.edgexfoundry.org:10003 [2025-08-21T01:34:54.496Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-21T01:34:54.756Z] Login Succeeded [2025-08-21T01:34:54.756Z] nexus3.edgexfoundry.org:10004 [2025-08-21T01:34:54.756Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-21T01:34:54.756Z] Login Succeeded [2025-08-21T01:34:54.756Z] ****.io [2025-08-21T01:34:54.756Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-21T01:34:55.016Z] Login Succeeded [2025-08-21T01:34:55.016Z] ---> ****-login.sh ends [Pipeline] } [2025-08-21T01:34:55.024Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-08-21T01:34:55.074Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-08-21T01:34:55.104Z] [edgeXDocker.push] Tagging docker image device-onvif-camera with the following tags: [2025-08-21T01:34:55.105Z] 3a4f249d681b6d810324a06bf1fb1c23a0bd69ed [2025-08-21T01:34:55.105Z] latest [2025-08-21T01:34:55.105Z] 4.1.0-dev.5 [2025-08-21T01:34:55.105Z] 3a4f249d681b6d810324a06bf1fb1c23a0bd69ed-4.1.0-dev.5 [2025-08-21T01:34:55.105Z] main [2025-08-21T01:34:55.105Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-21T01:34:55.444Z] + docker tag device-onvif-camera nexus3.edgexfoundry.org:10004/device-onvif-camera:3a4f249d681b6d810324a06bf1fb1c23a0bd69ed [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-21T01:34:55.773Z] + docker push nexus3.edgexfoundry.org:10004/device-onvif-camera:3a4f249d681b6d810324a06bf1fb1c23a0bd69ed [2025-08-21T01:34:55.773Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-onvif-camera] [2025-08-21T01:34:55.773Z] d5daa546372f: Preparing [2025-08-21T01:34:55.773Z] 3648f2eb5806: Preparing [2025-08-21T01:34:55.773Z] bd3fdc2f9508: Preparing [2025-08-21T01:34:55.773Z] f5198b97b78a: Preparing [2025-08-21T01:34:55.773Z] 3d0c0a58e971: Preparing [2025-08-21T01:34:55.773Z] 097100c76c15: Preparing [2025-08-21T01:34:55.773Z] 097100c76c15: Waiting [2025-08-21T01:34:55.773Z] 3d0c0a58e971: Pushed [2025-08-21T01:34:55.773Z] d5daa546372f: Pushed [2025-08-21T01:34:55.773Z] 3648f2eb5806: Pushed [2025-08-21T01:34:55.773Z] 097100c76c15: Layer already exists [2025-08-21T01:34:55.773Z] f5198b97b78a: Pushed [2025-08-21T01:35:00.875Z] bd3fdc2f9508: Pushed [2025-08-21T01:35:00.875Z] 3a4f249d681b6d810324a06bf1fb1c23a0bd69ed: digest: sha256:c2772b47e5c47b18293737647f560501c26827b457b0670c5d6fc49228b6769d size: 1575 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-21T01:35:01.210Z] + docker tag device-onvif-camera nexus3.edgexfoundry.org:10004/device-onvif-camera:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-21T01:35:01.535Z] + docker push nexus3.edgexfoundry.org:10004/device-onvif-camera:latest [2025-08-21T01:35:01.535Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-onvif-camera] [2025-08-21T01:35:01.535Z] d5daa546372f: Preparing [2025-08-21T01:35:01.535Z] 3648f2eb5806: Preparing [2025-08-21T01:35:01.535Z] bd3fdc2f9508: Preparing [2025-08-21T01:35:01.535Z] f5198b97b78a: Preparing [2025-08-21T01:35:01.535Z] 3d0c0a58e971: Preparing [2025-08-21T01:35:01.535Z] 097100c76c15: Preparing [2025-08-21T01:35:01.535Z] 097100c76c15: Waiting [2025-08-21T01:35:01.535Z] d5daa546372f: Layer already exists [2025-08-21T01:35:01.535Z] 3648f2eb5806: Layer already exists [2025-08-21T01:35:01.535Z] f5198b97b78a: Layer already exists [2025-08-21T01:35:01.535Z] bd3fdc2f9508: Layer already exists [2025-08-21T01:35:01.535Z] 3d0c0a58e971: Layer already exists [2025-08-21T01:35:01.535Z] 097100c76c15: Layer already exists [2025-08-21T01:35:01.535Z] latest: digest: sha256:c2772b47e5c47b18293737647f560501c26827b457b0670c5d6fc49228b6769d size: 1575 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-21T01:35:01.864Z] + docker tag device-onvif-camera nexus3.edgexfoundry.org:10004/device-onvif-camera:4.1.0-dev.5 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-21T01:35:02.188Z] + docker push nexus3.edgexfoundry.org:10004/device-onvif-camera:4.1.0-dev.5 [2025-08-21T01:35:02.188Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-onvif-camera] [2025-08-21T01:35:02.188Z] d5daa546372f: Preparing [2025-08-21T01:35:02.188Z] 3648f2eb5806: Preparing [2025-08-21T01:35:02.188Z] bd3fdc2f9508: Preparing [2025-08-21T01:35:02.188Z] f5198b97b78a: Preparing [2025-08-21T01:35:02.188Z] 3d0c0a58e971: Preparing [2025-08-21T01:35:02.188Z] 097100c76c15: Preparing [2025-08-21T01:35:02.188Z] 097100c76c15: Waiting [2025-08-21T01:35:02.188Z] 3648f2eb5806: Layer already exists [2025-08-21T01:35:02.188Z] f5198b97b78a: Layer already exists [2025-08-21T01:35:02.188Z] bd3fdc2f9508: Layer already exists [2025-08-21T01:35:02.188Z] d5daa546372f: Layer already exists [2025-08-21T01:35:02.188Z] 3d0c0a58e971: Layer already exists [2025-08-21T01:35:02.188Z] 097100c76c15: Layer already exists [2025-08-21T01:35:02.188Z] 4.1.0-dev.5: digest: sha256:c2772b47e5c47b18293737647f560501c26827b457b0670c5d6fc49228b6769d size: 1575 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-21T01:35:02.518Z] + docker tag device-onvif-camera nexus3.edgexfoundry.org:10004/device-onvif-camera:3a4f249d681b6d810324a06bf1fb1c23a0bd69ed-4.1.0-dev.5 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-21T01:35:02.837Z] + docker push nexus3.edgexfoundry.org:10004/device-onvif-camera:3a4f249d681b6d810324a06bf1fb1c23a0bd69ed-4.1.0-dev.5 [2025-08-21T01:35:02.837Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-onvif-camera] [2025-08-21T01:35:02.837Z] d5daa546372f: Preparing [2025-08-21T01:35:02.837Z] 3648f2eb5806: Preparing [2025-08-21T01:35:02.837Z] bd3fdc2f9508: Preparing [2025-08-21T01:35:02.837Z] f5198b97b78a: Preparing [2025-08-21T01:35:02.837Z] 3d0c0a58e971: Preparing [2025-08-21T01:35:02.837Z] 097100c76c15: Preparing [2025-08-21T01:35:02.837Z] 097100c76c15: Waiting [2025-08-21T01:35:02.837Z] 3d0c0a58e971: Layer already exists [2025-08-21T01:35:02.837Z] f5198b97b78a: Layer already exists [2025-08-21T01:35:02.837Z] d5daa546372f: Layer already exists [2025-08-21T01:35:02.837Z] 3648f2eb5806: Layer already exists [2025-08-21T01:35:02.837Z] bd3fdc2f9508: Layer already exists [2025-08-21T01:35:02.837Z] 097100c76c15: Layer already exists [2025-08-21T01:35:02.837Z] 3a4f249d681b6d810324a06bf1fb1c23a0bd69ed-4.1.0-dev.5: digest: sha256:c2772b47e5c47b18293737647f560501c26827b457b0670c5d6fc49228b6769d size: 1575 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-21T01:35:03.157Z] + docker tag device-onvif-camera nexus3.edgexfoundry.org:10004/device-onvif-camera:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-21T01:35:03.477Z] + docker push nexus3.edgexfoundry.org:10004/device-onvif-camera:main [2025-08-21T01:35:03.477Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-onvif-camera] [2025-08-21T01:35:03.477Z] d5daa546372f: Preparing [2025-08-21T01:35:03.477Z] 3648f2eb5806: Preparing [2025-08-21T01:35:03.477Z] bd3fdc2f9508: Preparing [2025-08-21T01:35:03.477Z] f5198b97b78a: Preparing [2025-08-21T01:35:03.477Z] 3d0c0a58e971: Preparing [2025-08-21T01:35:03.477Z] 097100c76c15: Preparing [2025-08-21T01:35:03.477Z] 097100c76c15: Waiting [2025-08-21T01:35:03.477Z] 3d0c0a58e971: Layer already exists [2025-08-21T01:35:03.477Z] f5198b97b78a: Layer already exists [2025-08-21T01:35:03.477Z] 3648f2eb5806: Layer already exists [2025-08-21T01:35:03.477Z] bd3fdc2f9508: Layer already exists [2025-08-21T01:35:03.477Z] d5daa546372f: Layer already exists [2025-08-21T01:35:03.477Z] 097100c76c15: Layer already exists [2025-08-21T01:35:03.477Z] main: digest: sha256:c2772b47e5c47b18293737647f560501c26827b457b0670c5d6fc49228b6769d size: 1575 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-08-21T01:35:03.555Z] ===================================================== [Pipeline] echo [2025-08-21T01:35:03.574Z] taggedImages: [2025-08-21T01:35:03.574Z] - nexus3.edgexfoundry.org:10004/device-onvif-camera:3a4f249d681b6d810324a06bf1fb1c23a0bd69ed [2025-08-21T01:35:03.574Z] - nexus3.edgexfoundry.org:10004/device-onvif-camera:latest [2025-08-21T01:35:03.574Z] - nexus3.edgexfoundry.org:10004/device-onvif-camera:4.1.0-dev.5 [2025-08-21T01:35:03.574Z] - nexus3.edgexfoundry.org:10004/device-onvif-camera:3a4f249d681b6d810324a06bf1fb1c23a0bd69ed-4.1.0-dev.5 [2025-08-21T01:35:03.574Z] - nexus3.edgexfoundry.org:10004/device-onvif-camera:main [Pipeline] echo [2025-08-21T01:35:03.614Z] ========================================================= [2025-08-21T01:35:03.614Z] [edgeXBuildMultiArch] RAW Config: [2025-08-21T01:35:03.614Z] images: [2025-08-21T01:35:03.614Z] - nexus3.edgexfoundry.org:10004/device-onvif-camera:3a4f249d681b6d810324a06bf1fb1c23a0bd69ed [2025-08-21T01:35:03.614Z] - nexus3.edgexfoundry.org:10004/device-onvif-camera:latest [2025-08-21T01:35:03.614Z] - nexus3.edgexfoundry.org:10004/device-onvif-camera:4.1.0-dev.5 [2025-08-21T01:35:03.614Z] - nexus3.edgexfoundry.org:10004/device-onvif-camera:3a4f249d681b6d810324a06bf1fb1c23a0bd69ed-4.1.0-dev.5 [2025-08-21T01:35:03.614Z] - nexus3.edgexfoundry.org:10004/device-onvif-camera:main [2025-08-21T01:35:03.614Z] settingsFile: [2025-08-21T01:35:03.614Z] device-onvif-camera-settings [2025-08-21T01:35:03.614Z] ========================================================= [Pipeline] node [2025-08-21T01:35:03.830Z] Running on prd-centos7-docker-4c-2g-7339 in /w/workspace/foundry_device-onvif-camera_main [Pipeline] { [Pipeline] stage [Pipeline] { (Create Multi-Arch Images) [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-08-21T01:35:03.884Z] provisioning config files... [2025-08-21T01:35:03.902Z] copy managed file [device-onvif-camera-settings] to file:/w/workspace/foundry_device-onvif-camera_main@tmp/config15852099042980972730tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-08-21T01:35:04.830Z] ---> ****-login.sh [2025-08-21T01:35:04.830Z] nexus3.edgexfoundry.org:10001 [2025-08-21T01:35:04.830Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-21T01:35:04.830Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-08-21T01:35:04.830Z] Configure a credential helper to remove this warning. See [2025-08-21T01:35:04.830Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-08-21T01:35:04.830Z] [2025-08-21T01:35:04.830Z] Login Succeeded [2025-08-21T01:35:04.830Z] nexus3.edgexfoundry.org:10002 [2025-08-21T01:35:05.092Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-21T01:35:05.092Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-08-21T01:35:05.092Z] Configure a credential helper to remove this warning. See [2025-08-21T01:35:05.092Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-08-21T01:35:05.092Z] [2025-08-21T01:35:05.092Z] Login Succeeded [2025-08-21T01:35:05.092Z] nexus3.edgexfoundry.org:10003 [2025-08-21T01:35:05.092Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-21T01:35:05.092Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-08-21T01:35:05.093Z] Configure a credential helper to remove this warning. See [2025-08-21T01:35:05.093Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-08-21T01:35:05.093Z] [2025-08-21T01:35:05.093Z] Login Succeeded [2025-08-21T01:35:05.093Z] nexus3.edgexfoundry.org:10004 [2025-08-21T01:35:05.093Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-21T01:35:05.093Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-08-21T01:35:05.093Z] Configure a credential helper to remove this warning. See [2025-08-21T01:35:05.093Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-08-21T01:35:05.093Z] [2025-08-21T01:35:05.093Z] Login Succeeded [2025-08-21T01:35:05.093Z] ****.io [2025-08-21T01:35:05.353Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-21T01:35:05.353Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-08-21T01:35:05.353Z] Configure a credential helper to remove this warning. See [2025-08-21T01:35:05.353Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-08-21T01:35:05.353Z] [2025-08-21T01:35:05.353Z] Login Succeeded [2025-08-21T01:35:05.353Z] ---> ****-login.sh ends [Pipeline] } [2025-08-21T01:35:05.363Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-08-21T01:35:05.714Z] + docker buildx ls [2025-08-21T01:35:05.714Z] NAME/NODE DRIVER/ENDPOINT STATUS BUILDKIT PLATFORMS [2025-08-21T01:35:05.714Z] default * docker [2025-08-21T01:35:05.714Z] default default running 20.10.18 linux/amd64, linux/386 [Pipeline] sh [2025-08-21T01:35:06.018Z] + docker buildx create --name edgex-builder --platform linux/amd64,linux/arm64 --use [2025-08-21T01:35:06.018Z] edgex-builder [Pipeline] sh [2025-08-21T01:35:06.318Z] + docker buildx inspect --bootstrap [2025-08-21T01:35:06.318Z] #1 [internal] booting buildkit [2025-08-21T01:35:06.318Z] #1 pulling image moby/buildkit:buildx-stable-1 [2025-08-21T01:35:11.609Z] #1 pulling image moby/buildkit:buildx-stable-1 4.9s done [2025-08-21T01:35:11.609Z] #1 creating container buildx_buildkit_edgex-builder0 [2025-08-21T01:35:12.559Z] #1 creating container buildx_buildkit_edgex-builder0 1.3s done [2025-08-21T01:35:12.559Z] #1 DONE 6.2s [2025-08-21T01:35:12.559Z] Name: edgex-builder [2025-08-21T01:35:12.559Z] Driver: docker-container [2025-08-21T01:35:12.559Z] [2025-08-21T01:35:12.559Z] Nodes: [2025-08-21T01:35:12.559Z] Name: edgex-builder0 [2025-08-21T01:35:12.559Z] Endpoint: unix:///var/run/docker.sock [2025-08-21T01:35:12.559Z] Status: running [2025-08-21T01:35:12.559Z] Buildkit: v0.23.2 [2025-08-21T01:35:12.559Z] Platforms: linux/amd64*, linux/arm64*, linux/amd64/v2, linux/amd64/v3, linux/386 [Pipeline] sh [2025-08-21T01:35:12.850Z] + docker buildx ls [2025-08-21T01:35:12.850Z] NAME/NODE DRIVER/ENDPOINT STATUS BUILDKIT PLATFORMS [2025-08-21T01:35:12.850Z] edgex-builder * docker-container [2025-08-21T01:35:12.850Z] edgex-builder0 unix:///var/run/docker.sock running v0.23.2 linux/amd64*, linux/arm64*, linux/amd64/v2, linux/amd64/v3, linux/386 [2025-08-21T01:35:12.850Z] default docker [2025-08-21T01:35:12.850Z] default default running 20.10.18 linux/amd64, linux/386 [Pipeline] sh [2025-08-21T01:35:13.151Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/device-onvif-camera:3a4f249d681b6d810324a06bf1fb1c23a0bd69ed --push - [2025-08-21T01:35:13.152Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/device-onvif-camera:3a4f249d681b6d810324a06bf1fb1c23a0bd69ed' [2025-08-21T01:35:13.152Z] #1 [internal] load build definition from Dockerfile [2025-08-21T01:35:13.152Z] #1 transferring dockerfile: 204B done [2025-08-21T01:35:13.152Z] #1 DONE 0.0s [2025-08-21T01:35:13.152Z] [2025-08-21T01:35:13.152Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-onvif-camera:3a4f249d681b6d810324a06bf1fb1c23a0bd69ed [2025-08-21T01:35:13.152Z] #2 DONE 0.1s [2025-08-21T01:35:13.152Z] [2025-08-21T01:35:13.152Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-onvif-camera:3a4f249d681b6d810324a06bf1fb1c23a0bd69ed [2025-08-21T01:35:13.411Z] #3 DONE 0.1s [2025-08-21T01:35:13.411Z] [2025-08-21T01:35:13.411Z] #4 [internal] load .dockerignore [2025-08-21T01:35:13.411Z] #4 transferring context: 2B done [2025-08-21T01:35:13.411Z] #4 DONE 0.0s [2025-08-21T01:35:13.411Z] [2025-08-21T01:35:13.411Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/device-onvif-camera:3a4f249d681b6d810324a06bf1fb1c23a0bd69ed@sha256:c2772b47e5c47b18293737647f560501c26827b457b0670c5d6fc49228b6769d [2025-08-21T01:35:13.411Z] #5 resolve nexus3.edgexfoundry.org:10004/device-onvif-camera:3a4f249d681b6d810324a06bf1fb1c23a0bd69ed@sha256:c2772b47e5c47b18293737647f560501c26827b457b0670c5d6fc49228b6769d 0.0s done [2025-08-21T01:35:13.411Z] #5 DONE 0.0s [2025-08-21T01:35:13.411Z] [2025-08-21T01:35:13.411Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/device-onvif-camera:3a4f249d681b6d810324a06bf1fb1c23a0bd69ed@sha256:c2772b47e5c47b18293737647f560501c26827b457b0670c5d6fc49228b6769d [2025-08-21T01:35:13.411Z] #6 resolve nexus3.edgexfoundry.org:10004/device-onvif-camera:3a4f249d681b6d810324a06bf1fb1c23a0bd69ed@sha256:c2772b47e5c47b18293737647f560501c26827b457b0670c5d6fc49228b6769d 0.0s done [2025-08-21T01:35:13.411Z] #6 DONE 0.1s [2025-08-21T01:35:13.411Z] [2025-08-21T01:35:13.411Z] #7 exporting to image [2025-08-21T01:35:13.411Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-08-21T01:35:13.411Z] #7 ... [2025-08-21T01:35:13.411Z] [2025-08-21T01:35:13.411Z] #8 [auth] device-onvif-camera:pull,push token for nexus3.edgexfoundry.org:10004 [2025-08-21T01:35:13.411Z] #8 DONE 0.0s [2025-08-21T01:35:13.411Z] [2025-08-21T01:35:13.411Z] #7 exporting to image [2025-08-21T01:35:13.411Z] #7 exporting layers done [2025-08-21T01:35:13.411Z] #7 exporting manifest sha256:39c625d10ee95461185cce7df50669ff3567dff9879ff92d0c0caed2d35dd75c done [2025-08-21T01:35:13.411Z] #7 exporting config sha256:f49044709b4b5041eb920ca8f8ed316bdce5eeadc5be1004cdc93bf8cfd6b70b done [2025-08-21T01:35:13.411Z] #7 exporting manifest sha256:ff0279151d05fe927d714639d859737d79b811e59b8d4e70a4f021616a5f5249 done [2025-08-21T01:35:13.411Z] #7 exporting config sha256:729193429952b8f8195ca921c3ebc025c297d45f96254be8536a239e958a224b done [2025-08-21T01:35:13.411Z] #7 exporting manifest list sha256:f997e0fba521e1d1e6d2bee193f26c9f44b2551cee2abe58b7eab894218b25b9 done [2025-08-21T01:35:13.411Z] #7 pushing layers 0.1s done [2025-08-21T01:35:13.412Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/device-onvif-camera:3a4f249d681b6d810324a06bf1fb1c23a0bd69ed@sha256:f997e0fba521e1d1e6d2bee193f26c9f44b2551cee2abe58b7eab894218b25b9 [2025-08-21T01:35:13.671Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/device-onvif-camera:3a4f249d681b6d810324a06bf1fb1c23a0bd69ed@sha256:f997e0fba521e1d1e6d2bee193f26c9f44b2551cee2abe58b7eab894218b25b9 0.1s done [2025-08-21T01:35:13.671Z] #7 DONE 0.2s [2025-08-21T01:35:13.671Z] [2025-08-21T01:35:13.671Z] 1 warning found (use --debug to expand): [2025-08-21T01:35:13.671Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-08-21T01:35:13.971Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/device-onvif-camera:latest' [2025-08-21T01:35:13.971Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/device-onvif-camera:latest --push - [2025-08-21T01:35:13.971Z] #1 [internal] load build definition from Dockerfile [2025-08-21T01:35:13.971Z] #1 transferring dockerfile: 170B done [2025-08-21T01:35:13.971Z] #1 DONE 0.0s [2025-08-21T01:35:13.971Z] [2025-08-21T01:35:13.971Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-onvif-camera:latest [2025-08-21T01:35:13.971Z] #2 DONE 0.0s [2025-08-21T01:35:13.971Z] [2025-08-21T01:35:13.971Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-onvif-camera:latest [2025-08-21T01:35:13.971Z] #3 DONE 0.0s [2025-08-21T01:35:13.971Z] [2025-08-21T01:35:13.971Z] #4 [internal] load .dockerignore [2025-08-21T01:35:13.971Z] #4 transferring context: 2B done [2025-08-21T01:35:13.971Z] #4 DONE 0.0s [2025-08-21T01:35:13.971Z] [2025-08-21T01:35:13.971Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/device-onvif-camera:latest@sha256:c2772b47e5c47b18293737647f560501c26827b457b0670c5d6fc49228b6769d [2025-08-21T01:35:13.971Z] #5 resolve nexus3.edgexfoundry.org:10004/device-onvif-camera:latest@sha256:c2772b47e5c47b18293737647f560501c26827b457b0670c5d6fc49228b6769d 0.0s done [2025-08-21T01:35:13.971Z] #5 CACHED [2025-08-21T01:35:13.971Z] [2025-08-21T01:35:13.971Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/device-onvif-camera:latest@sha256:c2772b47e5c47b18293737647f560501c26827b457b0670c5d6fc49228b6769d [2025-08-21T01:35:13.971Z] #6 resolve nexus3.edgexfoundry.org:10004/device-onvif-camera:latest@sha256:c2772b47e5c47b18293737647f560501c26827b457b0670c5d6fc49228b6769d 0.0s done [2025-08-21T01:35:14.231Z] #6 CACHED [2025-08-21T01:35:14.231Z] [2025-08-21T01:35:14.231Z] #7 [auth] device-onvif-camera:pull,push token for nexus3.edgexfoundry.org:10004 [2025-08-21T01:35:14.231Z] #7 DONE 0.0s [2025-08-21T01:35:14.231Z] [2025-08-21T01:35:14.231Z] #8 exporting to image [2025-08-21T01:35:14.231Z] #8 exporting layers done [2025-08-21T01:35:14.231Z] #8 exporting manifest sha256:39c625d10ee95461185cce7df50669ff3567dff9879ff92d0c0caed2d35dd75c done [2025-08-21T01:35:14.231Z] #8 exporting config sha256:f49044709b4b5041eb920ca8f8ed316bdce5eeadc5be1004cdc93bf8cfd6b70b done [2025-08-21T01:35:14.231Z] #8 exporting manifest sha256:ff0279151d05fe927d714639d859737d79b811e59b8d4e70a4f021616a5f5249 done [2025-08-21T01:35:14.231Z] #8 exporting config sha256:729193429952b8f8195ca921c3ebc025c297d45f96254be8536a239e958a224b done [2025-08-21T01:35:14.231Z] #8 exporting manifest list sha256:f997e0fba521e1d1e6d2bee193f26c9f44b2551cee2abe58b7eab894218b25b9 done [2025-08-21T01:35:14.231Z] #8 pushing layers 0.0s done [2025-08-21T01:35:14.231Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/device-onvif-camera:latest@sha256:f997e0fba521e1d1e6d2bee193f26c9f44b2551cee2abe58b7eab894218b25b9 0.1s done [2025-08-21T01:35:14.231Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-08-21T01:35:14.231Z] #8 DONE 0.1s [2025-08-21T01:35:14.231Z] [2025-08-21T01:35:14.231Z] 1 warning found (use --debug to expand): [2025-08-21T01:35:14.231Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-08-21T01:35:14.530Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/device-onvif-camera:4.1.0-dev.5 --push - [2025-08-21T01:35:14.530Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/device-onvif-camera:4.1.0-dev.5' [2025-08-21T01:35:14.530Z] #1 [internal] load build definition from Dockerfile [2025-08-21T01:35:14.530Z] #1 transferring dockerfile: 175B done [2025-08-21T01:35:14.530Z] #1 DONE 0.0s [2025-08-21T01:35:14.530Z] [2025-08-21T01:35:14.530Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-onvif-camera:4.1.0-dev.5 [2025-08-21T01:35:14.530Z] #2 DONE 0.0s [2025-08-21T01:35:14.530Z] [2025-08-21T01:35:14.530Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-onvif-camera:4.1.0-dev.5 [2025-08-21T01:35:14.530Z] #3 DONE 0.0s [2025-08-21T01:35:14.530Z] [2025-08-21T01:35:14.530Z] #4 [internal] load .dockerignore [2025-08-21T01:35:14.530Z] #4 transferring context: 2B done [2025-08-21T01:35:14.530Z] #4 DONE 0.0s [2025-08-21T01:35:14.530Z] [2025-08-21T01:35:14.530Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/device-onvif-camera:4.1.0-dev.5@sha256:c2772b47e5c47b18293737647f560501c26827b457b0670c5d6fc49228b6769d [2025-08-21T01:35:14.530Z] #5 resolve nexus3.edgexfoundry.org:10004/device-onvif-camera:4.1.0-dev.5@sha256:c2772b47e5c47b18293737647f560501c26827b457b0670c5d6fc49228b6769d 0.0s done [2025-08-21T01:35:14.530Z] #5 CACHED [2025-08-21T01:35:14.530Z] [2025-08-21T01:35:14.530Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/device-onvif-camera:4.1.0-dev.5@sha256:c2772b47e5c47b18293737647f560501c26827b457b0670c5d6fc49228b6769d [2025-08-21T01:35:14.530Z] #6 resolve nexus3.edgexfoundry.org:10004/device-onvif-camera:4.1.0-dev.5@sha256:c2772b47e5c47b18293737647f560501c26827b457b0670c5d6fc49228b6769d 0.0s done [2025-08-21T01:35:14.530Z] #6 CACHED [2025-08-21T01:35:14.530Z] [2025-08-21T01:35:14.530Z] #7 exporting to image [2025-08-21T01:35:14.530Z] #7 exporting layers done [2025-08-21T01:35:14.530Z] #7 exporting manifest sha256:39c625d10ee95461185cce7df50669ff3567dff9879ff92d0c0caed2d35dd75c done [2025-08-21T01:35:14.530Z] #7 exporting config sha256:f49044709b4b5041eb920ca8f8ed316bdce5eeadc5be1004cdc93bf8cfd6b70b done [2025-08-21T01:35:14.530Z] #7 exporting manifest sha256:ff0279151d05fe927d714639d859737d79b811e59b8d4e70a4f021616a5f5249 done [2025-08-21T01:35:14.530Z] #7 exporting config sha256:729193429952b8f8195ca921c3ebc025c297d45f96254be8536a239e958a224b done [2025-08-21T01:35:14.530Z] #7 exporting manifest list sha256:f997e0fba521e1d1e6d2bee193f26c9f44b2551cee2abe58b7eab894218b25b9 done [2025-08-21T01:35:14.530Z] #7 pushing layers [2025-08-21T01:35:14.530Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-08-21T01:35:14.789Z] #7 pushing layers 0.0s done [2025-08-21T01:35:14.789Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/device-onvif-camera:4.1.0-dev.5@sha256:f997e0fba521e1d1e6d2bee193f26c9f44b2551cee2abe58b7eab894218b25b9 0.1s done [2025-08-21T01:35:14.789Z] #7 DONE 0.1s [2025-08-21T01:35:14.789Z] [2025-08-21T01:35:14.789Z] #8 [auth] device-onvif-camera:pull,push token for nexus3.edgexfoundry.org:10004 [2025-08-21T01:35:14.789Z] #8 DONE 0.0s [2025-08-21T01:35:14.789Z] [2025-08-21T01:35:14.789Z] 1 warning found (use --debug to expand): [2025-08-21T01:35:14.789Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-08-21T01:35:15.089Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/device-onvif-camera:3a4f249d681b6d810324a06bf1fb1c23a0bd69ed-4.1.0-dev.5 --push - [2025-08-21T01:35:15.089Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/device-onvif-camera:3a4f249d681b6d810324a06bf1fb1c23a0bd69ed-4.1.0-dev.5' [2025-08-21T01:35:15.089Z] #1 [internal] load build definition from Dockerfile [2025-08-21T01:35:15.089Z] #1 transferring dockerfile: 216B done [2025-08-21T01:35:15.089Z] #1 DONE 0.0s [2025-08-21T01:35:15.089Z] [2025-08-21T01:35:15.089Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-onvif-camera:3a4f249d681b6d810324a06bf1fb1c23a0bd69ed-4.1.0-dev.5 [2025-08-21T01:35:15.089Z] #2 DONE 0.0s [2025-08-21T01:35:15.089Z] [2025-08-21T01:35:15.089Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-onvif-camera:3a4f249d681b6d810324a06bf1fb1c23a0bd69ed-4.1.0-dev.5 [2025-08-21T01:35:15.089Z] #3 DONE 0.0s [2025-08-21T01:35:15.089Z] [2025-08-21T01:35:15.089Z] #4 [internal] load .dockerignore [2025-08-21T01:35:15.089Z] #4 transferring context: 2B done [2025-08-21T01:35:15.089Z] #4 DONE 0.0s [2025-08-21T01:35:15.089Z] [2025-08-21T01:35:15.089Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/device-onvif-camera:3a4f249d681b6d810324a06bf1fb1c23a0bd69ed-4.1.0-dev.5@sha256:c2772b47e5c47b18293737647f560501c26827b457b0670c5d6fc49228b6769d [2025-08-21T01:35:15.089Z] #5 resolve nexus3.edgexfoundry.org:10004/device-onvif-camera:3a4f249d681b6d810324a06bf1fb1c23a0bd69ed-4.1.0-dev.5@sha256:c2772b47e5c47b18293737647f560501c26827b457b0670c5d6fc49228b6769d 0.0s done [2025-08-21T01:35:15.089Z] #5 CACHED [2025-08-21T01:35:15.089Z] [2025-08-21T01:35:15.089Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/device-onvif-camera:3a4f249d681b6d810324a06bf1fb1c23a0bd69ed-4.1.0-dev.5@sha256:c2772b47e5c47b18293737647f560501c26827b457b0670c5d6fc49228b6769d [2025-08-21T01:35:15.089Z] #6 resolve nexus3.edgexfoundry.org:10004/device-onvif-camera:3a4f249d681b6d810324a06bf1fb1c23a0bd69ed-4.1.0-dev.5@sha256:c2772b47e5c47b18293737647f560501c26827b457b0670c5d6fc49228b6769d 0.0s done [2025-08-21T01:35:15.089Z] #6 CACHED [2025-08-21T01:35:15.089Z] [2025-08-21T01:35:15.089Z] #7 exporting to image [2025-08-21T01:35:15.089Z] #7 exporting layers done [2025-08-21T01:35:15.089Z] #7 exporting manifest sha256:39c625d10ee95461185cce7df50669ff3567dff9879ff92d0c0caed2d35dd75c done [2025-08-21T01:35:15.089Z] #7 exporting config sha256:f49044709b4b5041eb920ca8f8ed316bdce5eeadc5be1004cdc93bf8cfd6b70b done [2025-08-21T01:35:15.089Z] #7 exporting manifest sha256:ff0279151d05fe927d714639d859737d79b811e59b8d4e70a4f021616a5f5249 done [2025-08-21T01:35:15.089Z] #7 exporting config sha256:729193429952b8f8195ca921c3ebc025c297d45f96254be8536a239e958a224b done [2025-08-21T01:35:15.089Z] #7 exporting manifest list sha256:f997e0fba521e1d1e6d2bee193f26c9f44b2551cee2abe58b7eab894218b25b9 done [2025-08-21T01:35:15.089Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-08-21T01:35:15.349Z] #7 ... [2025-08-21T01:35:15.349Z] [2025-08-21T01:35:15.349Z] #8 [auth] device-onvif-camera:pull,push token for nexus3.edgexfoundry.org:10004 [2025-08-21T01:35:15.349Z] #8 DONE 0.0s [2025-08-21T01:35:15.349Z] [2025-08-21T01:35:15.349Z] #7 exporting to image [2025-08-21T01:35:15.349Z] #7 pushing layers 0.0s done [2025-08-21T01:35:15.349Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/device-onvif-camera:3a4f249d681b6d810324a06bf1fb1c23a0bd69ed-4.1.0-dev.5@sha256:f997e0fba521e1d1e6d2bee193f26c9f44b2551cee2abe58b7eab894218b25b9 0.1s done [2025-08-21T01:35:15.349Z] #7 DONE 0.1s [2025-08-21T01:35:15.349Z] [2025-08-21T01:35:15.349Z] 1 warning found (use --debug to expand): [2025-08-21T01:35:15.349Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-08-21T01:35:15.634Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/device-onvif-camera:main' [2025-08-21T01:35:15.634Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/device-onvif-camera:main --push - [2025-08-21T01:35:15.897Z] #1 [internal] load build definition from Dockerfile [2025-08-21T01:35:15.897Z] #1 transferring dockerfile: 168B done [2025-08-21T01:35:15.897Z] #1 DONE 0.0s [2025-08-21T01:35:15.897Z] [2025-08-21T01:35:15.897Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-onvif-camera:main [2025-08-21T01:35:15.897Z] #2 DONE 0.0s [2025-08-21T01:35:15.897Z] [2025-08-21T01:35:15.897Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-onvif-camera:main [2025-08-21T01:35:15.897Z] #3 DONE 0.0s [2025-08-21T01:35:15.897Z] [2025-08-21T01:35:15.897Z] #4 [internal] load .dockerignore [2025-08-21T01:35:15.897Z] #4 transferring context: 2B done [2025-08-21T01:35:15.897Z] #4 DONE 0.0s [2025-08-21T01:35:15.897Z] [2025-08-21T01:35:15.897Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/device-onvif-camera:main@sha256:c2772b47e5c47b18293737647f560501c26827b457b0670c5d6fc49228b6769d [2025-08-21T01:35:15.897Z] #5 resolve nexus3.edgexfoundry.org:10004/device-onvif-camera:main@sha256:c2772b47e5c47b18293737647f560501c26827b457b0670c5d6fc49228b6769d 0.0s done [2025-08-21T01:35:15.897Z] #5 CACHED [2025-08-21T01:35:15.897Z] [2025-08-21T01:35:15.897Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/device-onvif-camera:main@sha256:c2772b47e5c47b18293737647f560501c26827b457b0670c5d6fc49228b6769d [2025-08-21T01:35:15.897Z] #6 resolve nexus3.edgexfoundry.org:10004/device-onvif-camera:main@sha256:c2772b47e5c47b18293737647f560501c26827b457b0670c5d6fc49228b6769d 0.0s done [2025-08-21T01:35:15.897Z] #6 CACHED [2025-08-21T01:35:15.897Z] [2025-08-21T01:35:15.897Z] #7 exporting to image [2025-08-21T01:35:15.897Z] #7 exporting layers done [2025-08-21T01:35:15.897Z] #7 exporting manifest sha256:39c625d10ee95461185cce7df50669ff3567dff9879ff92d0c0caed2d35dd75c done [2025-08-21T01:35:15.897Z] #7 exporting config sha256:f49044709b4b5041eb920ca8f8ed316bdce5eeadc5be1004cdc93bf8cfd6b70b done [2025-08-21T01:35:15.897Z] #7 exporting manifest sha256:ff0279151d05fe927d714639d859737d79b811e59b8d4e70a4f021616a5f5249 done [2025-08-21T01:35:15.897Z] #7 exporting config sha256:729193429952b8f8195ca921c3ebc025c297d45f96254be8536a239e958a224b done [2025-08-21T01:35:15.897Z] #7 exporting manifest list sha256:f997e0fba521e1d1e6d2bee193f26c9f44b2551cee2abe58b7eab894218b25b9 done [2025-08-21T01:35:15.897Z] #7 pushing layers 0.0s done [2025-08-21T01:35:15.897Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/device-onvif-camera:main@sha256:f997e0fba521e1d1e6d2bee193f26c9f44b2551cee2abe58b7eab894218b25b9 [2025-08-21T01:35:15.897Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-08-21T01:35:15.897Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/device-onvif-camera:main@sha256:f997e0fba521e1d1e6d2bee193f26c9f44b2551cee2abe58b7eab894218b25b9 0.1s done [2025-08-21T01:35:15.897Z] #7 DONE 0.1s [2025-08-21T01:35:15.897Z] [2025-08-21T01:35:15.897Z] #8 [auth] device-onvif-camera:pull,push token for nexus3.edgexfoundry.org:10004 [2025-08-21T01:35:15.897Z] #8 DONE 0.0s [2025-08-21T01:35:15.897Z] [2025-08-21T01:35:15.897Z] 1 warning found (use --debug to expand): [2025-08-21T01:35:15.897Z]  - 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-08-21T01:35:16.257Z] + '[' -d /w/workspace/foundry_device-onvif-camera_main/archives ']' [Pipeline] libraryResource [Pipeline] sh [2025-08-21T01:35:16.555Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2025-08-21T01:35:17.110Z] ---> package-listing.sh [2025-08-21T01:35:17.110Z] ++ facter osfamily [2025-08-21T01:35:17.110Z] ++ tr '[:upper:]' '[:lower:]' [2025-08-21T01:35:17.370Z] + OS_FAMILY=redhat [2025-08-21T01:35:17.370Z] + workspace=/w/workspace/foundry_device-onvif-camera_main [2025-08-21T01:35:17.370Z] + START_PACKAGES=/tmp/packages_start.txt [2025-08-21T01:35:17.370Z] + END_PACKAGES=/tmp/packages_end.txt [2025-08-21T01:35:17.370Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2025-08-21T01:35:17.370Z] + PACKAGES=/tmp/packages_start.txt [2025-08-21T01:35:17.370Z] + '[' /w/workspace/foundry_device-onvif-camera_main ']' [2025-08-21T01:35:17.370Z] + PACKAGES=/tmp/packages_end.txt [2025-08-21T01:35:17.370Z] + case "${OS_FAMILY}" in [2025-08-21T01:35:17.370Z] + rpm -qa [2025-08-21T01:35:17.370Z] + sort [2025-08-21T01:35:17.938Z] + '[' -f /tmp/packages_start.txt ']' [2025-08-21T01:35:17.938Z] + '[' -f /tmp/packages_end.txt ']' [2025-08-21T01:35:17.938Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2025-08-21T01:35:17.938Z] + '[' /w/workspace/foundry_device-onvif-camera_main ']' [2025-08-21T01:35:17.938Z] + mkdir -p /w/workspace/foundry_device-onvif-camera_main/archives/ [2025-08-21T01:35:17.938Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/foundry_device-onvif-camera_main/archives/ [Pipeline] echo [2025-08-21T01:35:17.950Z] 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/foundry_device-onvif-camera_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2025-08-21T01:35:18.226Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-21T01:35:18.793Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-08-21T01:35:18.793Z] [2025-08-21T01:35:18.793Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-21T01:35:19.098Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-08-21T01:35:19.098Z] latest: Pulling from edgex-lftools-log-publisher [2025-08-21T01:35:19.098Z] 5eb5b503b376: Pulling fs layer [2025-08-21T01:35:19.098Z] 5c69ac0246d0: Pulling fs layer [2025-08-21T01:35:19.098Z] ec43610c2a17: Pulling fs layer [2025-08-21T01:35:19.098Z] 3a2ae6a8a46f: Pulling fs layer [2025-08-21T01:35:19.098Z] 33b1e0a273af: Pulling fs layer [2025-08-21T01:35:19.098Z] 5d3b04190fa2: Pulling fs layer [2025-08-21T01:35:19.098Z] 2f39f015ded8: Pulling fs layer [2025-08-21T01:35:19.098Z] 3a2ae6a8a46f: Waiting [2025-08-21T01:35:19.098Z] 33b1e0a273af: Waiting [2025-08-21T01:35:19.098Z] 5d3b04190fa2: Waiting [2025-08-21T01:35:19.098Z] 2f39f015ded8: Waiting [2025-08-21T01:35:19.098Z] 5c69ac0246d0: Verifying Checksum [2025-08-21T01:35:19.098Z] 5c69ac0246d0: Download complete [2025-08-21T01:35:19.098Z] 3a2ae6a8a46f: Verifying Checksum [2025-08-21T01:35:19.098Z] 3a2ae6a8a46f: Download complete [2025-08-21T01:35:19.361Z] 33b1e0a273af: Verifying Checksum [2025-08-21T01:35:19.361Z] 33b1e0a273af: Download complete [2025-08-21T01:35:19.361Z] ec43610c2a17: Verifying Checksum [2025-08-21T01:35:19.361Z] ec43610c2a17: Download complete [2025-08-21T01:35:19.361Z] 5d3b04190fa2: Verifying Checksum [2025-08-21T01:35:19.361Z] 5d3b04190fa2: Download complete [2025-08-21T01:35:19.361Z] 5eb5b503b376: Verifying Checksum [2025-08-21T01:35:19.361Z] 5eb5b503b376: Download complete [2025-08-21T01:35:19.931Z] 2f39f015ded8: Verifying Checksum [2025-08-21T01:35:19.931Z] 2f39f015ded8: Download complete [2025-08-21T01:35:20.890Z] 5eb5b503b376: Pull complete [2025-08-21T01:35:20.890Z] 5c69ac0246d0: Pull complete [2025-08-21T01:35:21.156Z] ec43610c2a17: Pull complete [2025-08-21T01:35:21.420Z] 3a2ae6a8a46f: Pull complete [2025-08-21T01:35:21.420Z] 33b1e0a273af: Pull complete [2025-08-21T01:35:21.684Z] 5d3b04190fa2: Pull complete [2025-08-21T01:35:25.911Z] 2f39f015ded8: Pull complete [2025-08-21T01:35:25.911Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2025-08-21T01:35:25.911Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-08-21T01:35:25.911Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-08-21T01:35:26.051Z] prd-centos7-docker-4c-2g-7339 does not seem to be running inside a container [2025-08-21T01:35:26.097Z] $ 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/foundry_device-onvif-camera_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/foundry_device-onvif-camera_main -v /w/workspace/foundry_device-onvif-camera_main:/w/workspace/foundry_device-onvif-camera_main:rw,z -v /w/workspace/foundry_device-onvif-camera_main@tmp:/w/workspace/foundry_device-onvif-camera_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-08-21T01:35:29.521Z] $ docker top f98fa1ce0a5d0d49e256e38ba9655eb5fbeaddce763ce8a6d115d78614c65b9a -eo pid,comm [Pipeline] { [Pipeline] sh [2025-08-21T01:35:29.879Z] + touch /tmp/pre-build-complete [Pipeline] sh [2025-08-21T01:35:30.168Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2025-08-21T01:35:30.455Z] + ls /var/log/sa-host [2025-08-21T01:35:30.455Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-08-21T01:35:30.533Z] provisioning config files... [2025-08-21T01:35:30.544Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/foundry_device-onvif-camera_main@tmp/config17141614995152903599tmp [Pipeline] { [Pipeline] echo [2025-08-21T01:35:30.566Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2025-08-21T01:35:30.856Z] ---> create-netrc.sh [Pipeline] } [2025-08-21T01:35:30.864Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2025-08-21T01:35:31.196Z] ---> python-tools-install.sh [Pipeline] echo [2025-08-21T01:35:31.207Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2025-08-21T01:35:31.499Z] ---> sudo-logs.sh [2025-08-21T01:35:31.499Z] Archiving 'sudo' log.. [2025-08-21T01:35:31.499Z] sudo: unable to resolve host prd-centos7-docker-4c-2g-7339.novalocal: Name or service not known [2025-08-21T01:35:31.499Z] sudo: unable to resolve host prd-centos7-docker-4c-2g-7339.novalocal: Name or service not known [Pipeline] unstash [Pipeline] echo [2025-08-21T01:35:31.524Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2025-08-21T01:35:31.811Z] ---> job-cost.sh [2025-08-21T01:35:31.812Z] lf-activate-venv: SKIPPING [2025-08-21T01:35:31.812Z] INFO: No Stack... [2025-08-21T01:35:32.069Z] INFO: Retrieving Pricing Info for: v3-standard-2 [2025-08-21T01:35:32.330Z] INFO: Archiving Costs [Pipeline] echo [2025-08-21T01:35:32.345Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2025-08-21T01:35:32.637Z] ---> logs-deploy.sh [2025-08-21T01:35:32.637Z] lf-activate-venv: SKIPPING [2025-08-21T01:35:32.637Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-onvif-camera/main/229 [2025-08-21T01:35:32.637Z] INFO: archiving workspace using pattern(s): [2025-08-21T01:35:33.573Z] Archives upload complete. [2025-08-21T01:35:33.833Z] INFO: archiving logs to Nexus [2025-08-21T01:35:34.406Z] ---> uname -a: [2025-08-21T01:35:34.406Z] Linux prd-centos7-docker-4c-2g-7339.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-08-21T01:35:34.406Z] [2025-08-21T01:35:34.406Z] [2025-08-21T01:35:34.406Z] ---> lscpu: [2025-08-21T01:35:34.406Z] Architecture: x86_64 [2025-08-21T01:35:34.406Z] CPU op-mode(s): 32-bit, 64-bit [2025-08-21T01:35:34.406Z] Byte Order: Little Endian [2025-08-21T01:35:34.406Z] Address sizes: 40 bits physical, 48 bits virtual [2025-08-21T01:35:34.406Z] CPU(s): 2 [2025-08-21T01:35:34.406Z] On-line CPU(s) list: 0,1 [2025-08-21T01:35:34.406Z] Thread(s) per core: 1 [2025-08-21T01:35:34.406Z] Core(s) per socket: 1 [2025-08-21T01:35:34.406Z] Socket(s): 2 [2025-08-21T01:35:34.406Z] NUMA node(s): 1 [2025-08-21T01:35:34.406Z] Vendor ID: AuthenticAMD [2025-08-21T01:35:34.406Z] CPU family: 23 [2025-08-21T01:35:34.406Z] Model: 49 [2025-08-21T01:35:34.406Z] Model name: AMD EPYC-Rome Processor [2025-08-21T01:35:34.406Z] Stepping: 0 [2025-08-21T01:35:34.406Z] CPU MHz: 2800.000 [2025-08-21T01:35:34.406Z] BogoMIPS: 5600.00 [2025-08-21T01:35:34.406Z] Virtualization: AMD-V [2025-08-21T01:35:34.406Z] Hypervisor vendor: KVM [2025-08-21T01:35:34.406Z] Virtualization type: full [2025-08-21T01:35:34.406Z] L1d cache: 64 KiB [2025-08-21T01:35:34.406Z] L1i cache: 64 KiB [2025-08-21T01:35:34.406Z] L2 cache: 1 MiB [2025-08-21T01:35:34.406Z] L3 cache: 32 MiB [2025-08-21T01:35:34.406Z] NUMA node0 CPU(s): 0,1 [2025-08-21T01:35:34.406Z] Vulnerability Itlb multihit: Not affected [2025-08-21T01:35:34.406Z] Vulnerability L1tf: Not affected [2025-08-21T01:35:34.406Z] Vulnerability Mds: Not affected [2025-08-21T01:35:34.406Z] Vulnerability Meltdown: Not affected [2025-08-21T01:35:34.406Z] Vulnerability Mmio stale data: Not affected [2025-08-21T01:35:34.406Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2025-08-21T01:35:34.406Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2025-08-21T01:35:34.406Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2025-08-21T01:35:34.406Z] Vulnerability Srbds: Not affected [2025-08-21T01:35:34.406Z] Vulnerability Tsx async abort: Not affected [2025-08-21T01:35:34.406Z] 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-08-21T01:35:34.406Z] [2025-08-21T01:35:34.406Z] [2025-08-21T01:35:34.406Z] ---> nproc: [2025-08-21T01:35:34.406Z] 2 [2025-08-21T01:35:34.406Z] [2025-08-21T01:35:34.406Z] [2025-08-21T01:35:34.406Z] ---> df -h: [2025-08-21T01:35:34.406Z] Filesystem Size Used Avail Use% Mounted on [2025-08-21T01:35:34.406Z] overlay 40G 7.3G 33G 19% / [2025-08-21T01:35:34.406Z] tmpfs 64M 0 64M 0% /dev [2025-08-21T01:35:34.406Z] tmpfs 3.9G 0 3.9G 0% /sys/fs/cgroup [2025-08-21T01:35:34.406Z] shm 64M 0 64M 0% /dev/shm [2025-08-21T01:35:34.406Z] /dev/vda1 40G 7.3G 33G 19% /facter-os [2025-08-21T01:35:34.406Z] [2025-08-21T01:35:34.406Z] [2025-08-21T01:35:34.406Z] Cannot open /var/log/sysstat/sa21: No such file or directory [2025-08-21T01:35:34.406Z] Please check if data collecting is enabled [2025-08-21T01:35:34.406Z] subprocess.CalledProcessError: Command '['sar', '-b', '-r', '-n', 'DEV']' returned non-zero exit status 2. [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-08-21T01:35:34.703Z] [edgeXInfraPublish] An error occurred while publishing logs: script returned exit code 1 [Pipeline] } [2025-08-21T01:35:34.705Z] $ docker stop --time=1 f98fa1ce0a5d0d49e256e38ba9655eb5fbeaddce763ce8a6d115d78614c65b9a [2025-08-21T01:35:35.852Z] $ docker rm -f --volumes f98fa1ce0a5d0d49e256e38ba9655eb5fbeaddce763ce8a6d115d78614c65b9a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] cleanWs [2025-08-21T01:35:35.956Z] [WS-CLEANUP] Deleting project workspace... [2025-08-21T01:35:35.956Z] [WS-CLEANUP] Deferred wipeout is used... [2025-08-21T01:35:35.978Z] [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-08-21T01:35:36.441Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-08-21T01:35:36.441Z] [2025-08-21T01:35:36.441Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-21T01:35:36.747Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-08-21T01:35:36.748Z] latest: Pulling from edgex-lftools-log-publisher [2025-08-21T01:35:36.748Z] 5eb5b503b376: Pulling fs layer [2025-08-21T01:35:36.748Z] 5c69ac0246d0: Pulling fs layer [2025-08-21T01:35:36.748Z] ec43610c2a17: Pulling fs layer [2025-08-21T01:35:36.748Z] 3a2ae6a8a46f: Pulling fs layer [2025-08-21T01:35:36.748Z] 33b1e0a273af: Pulling fs layer [2025-08-21T01:35:36.748Z] 5d3b04190fa2: Pulling fs layer [2025-08-21T01:35:36.748Z] 2f39f015ded8: Pulling fs layer [2025-08-21T01:35:36.748Z] 33b1e0a273af: Waiting [2025-08-21T01:35:36.748Z] 5d3b04190fa2: Waiting [2025-08-21T01:35:36.748Z] 2f39f015ded8: Waiting [2025-08-21T01:35:36.748Z] 3a2ae6a8a46f: Waiting [2025-08-21T01:35:36.748Z] 5c69ac0246d0: Verifying Checksum [2025-08-21T01:35:36.748Z] 5c69ac0246d0: Download complete [2025-08-21T01:35:36.748Z] 3a2ae6a8a46f: Download complete [2025-08-21T01:35:36.748Z] ec43610c2a17: Verifying Checksum [2025-08-21T01:35:36.748Z] ec43610c2a17: Download complete [2025-08-21T01:35:36.748Z] 33b1e0a273af: Verifying Checksum [2025-08-21T01:35:36.748Z] 33b1e0a273af: Download complete [2025-08-21T01:35:36.748Z] 5d3b04190fa2: Verifying Checksum [2025-08-21T01:35:36.748Z] 5d3b04190fa2: Download complete [2025-08-21T01:35:37.007Z] 5eb5b503b376: Download complete [2025-08-21T01:35:37.571Z] 2f39f015ded8: Download complete [2025-08-21T01:35:38.506Z] 5eb5b503b376: Pull complete [2025-08-21T01:35:38.763Z] 5c69ac0246d0: Pull complete [2025-08-21T01:35:39.331Z] ec43610c2a17: Pull complete [2025-08-21T01:35:39.331Z] 3a2ae6a8a46f: Pull complete [2025-08-21T01:35:39.589Z] 33b1e0a273af: Pull complete [2025-08-21T01:35:39.589Z] 5d3b04190fa2: Pull complete [2025-08-21T01:35:46.148Z] 2f39f015ded8: Pull complete [2025-08-21T01:35:46.148Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2025-08-21T01:35:46.148Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-08-21T01:35:46.148Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-08-21T01:35:46.253Z] prd-ubuntu20.04-docker-8c-8g-7342 does not seem to be running inside a container [2025-08-21T01:35:46.283Z] $ 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/foundry_device-onvif-camera_main -v /w/workspace/foundry_device-onvif-camera_main:/w/workspace/foundry_device-onvif-camera_main:rw,z -v /w/workspace/foundry_device-onvif-camera_main@tmp:/w/workspace/foundry_device-onvif-camera_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-08-21T01:35:48.519Z] $ docker top ed09c1cfb049b1dbb238dfcf89ac700272ac4e14c8199ff777a518e8e3a9a327 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-08-21T01:35:48.943Z] ---> job-cost.sh [2025-08-21T01:35:48.943Z] lf-activate-venv: SKIPPING [2025-08-21T01:35:48.943Z] INFO: No Stack... [2025-08-21T01:35:49.202Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2025-08-21T01:35:49.770Z] INFO: Archiving Costs [Pipeline] sh [2025-08-21T01:35:50.065Z] + cat /w/workspace/foundry_device-onvif-camera_main/archives/cost.csv [2025-08-21T01:35:50.065Z] + cut -d, -f6 [Pipeline] lock [2025-08-21T01:35:50.081Z] Trying to acquire lock on [Resource: jenkins-edgexfoundry-device-onvif-camera-main-229-stack-cost] [2025-08-21T01:35:50.089Z] Resource [jenkins-edgexfoundry-device-onvif-camera-main-229-stack-cost] did not exist. Created. [2025-08-21T01:35:50.095Z] Lock acquired on [Resource: jenkins-edgexfoundry-device-onvif-camera-main-229-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2025-08-21T01:35:50.408Z] + echo total: 0.2199999988079071 [Pipeline] stash [2025-08-21T01:35:50.444Z] Stashed 1 file(s) [Pipeline] } [2025-08-21T01:35:50.452Z] Lock released on resource [Resource: jenkins-edgexfoundry-device-onvif-camera-main-229-stack-cost] [Pipeline] // lock [Pipeline] } [2025-08-21T01:35:50.474Z] $ docker stop --time=1 ed09c1cfb049b1dbb238dfcf89ac700272ac4e14c8199ff777a518e8e3a9a327 [2025-08-21T01:35:51.604Z] $ docker rm -f --volumes ed09c1cfb049b1dbb238dfcf89ac700272ac4e14c8199ff777a518e8e3a9a327 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2025-08-21T01:36:14.591Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-7344 in /w/workspace/foundry_device-onvif-camera_main [Pipeline] { [Pipeline] ws [2025-08-21T01:36:14.614Z] Running in /w/workspace/device-onvif-camera/229 [Pipeline] { [Pipeline] checkout [2025-08-21T01:36:14.691Z] The recommended git tool is: git [2025-08-21T01:36:24.719Z] using credential edgex-jenkins-ssh [2025-08-21T01:36:24.744Z] Cloning the remote Git repository [2025-08-21T01:36:24.826Z] Cloning repository git@github.com:edgexfoundry/device-onvif-camera.git [2025-08-21T01:36:24.988Z] > git init /w/workspace/device-onvif-camera/229 # timeout=10 [2025-08-21T01:36:25.215Z] Fetching upstream changes from git@github.com:edgexfoundry/device-onvif-camera.git [2025-08-21T01:36:25.217Z] > git --version # timeout=10 [2025-08-21T01:36:25.250Z] > git --version # 'git version 2.25.1' [2025-08-21T01:36:25.254Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2025-08-21T01:36:25.480Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-onvif-camera.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2025-08-21T01:36:29.374Z] > git config remote.origin.url git@github.com:edgexfoundry/device-onvif-camera.git # timeout=10 [2025-08-21T01:36:29.402Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2025-08-21T01:36:30.852Z] Avoid second fetch [2025-08-21T01:36:30.853Z] Checking out Revision 3a4f249d681b6d810324a06bf1fb1c23a0bd69ed (main) [2025-08-21T01:36:30.880Z] > git config core.sparsecheckout # timeout=10 [2025-08-21T01:36:30.977Z] > git checkout -f 3a4f249d681b6d810324a06bf1fb1c23a0bd69ed # timeout=10 [2025-08-21T01:36:31.964Z] Commit message: "build(deps): Bump github.com/edgexfoundry/device-sdk-go/v4 (#517)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-08-21T01:36:36.792Z] provisioning config files... [2025-08-21T01:36:36.834Z] copy managed file [device-onvif-camera-settings] to file:/w/workspace/device-onvif-camera/229@tmp/config3067908875537871164tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-08-21T01:36:37.684Z] ---> ****-login.sh [2025-08-21T01:36:37.684Z] nexus3.edgexfoundry.org:10001 [2025-08-21T01:36:37.990Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-21T01:36:38.268Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-08-21T01:36:38.268Z] Configure a credential helper to remove this warning. See [2025-08-21T01:36:38.268Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-08-21T01:36:38.268Z] [2025-08-21T01:36:38.268Z] Login Succeeded [2025-08-21T01:36:38.268Z] nexus3.edgexfoundry.org:10002 [2025-08-21T01:36:38.548Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-21T01:36:38.830Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-08-21T01:36:38.830Z] Configure a credential helper to remove this warning. See [2025-08-21T01:36:38.830Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-08-21T01:36:38.830Z] [2025-08-21T01:36:38.830Z] Login Succeeded [2025-08-21T01:36:38.830Z] nexus3.edgexfoundry.org:10003 [2025-08-21T01:36:39.105Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-21T01:36:39.105Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-08-21T01:36:39.105Z] Configure a credential helper to remove this warning. See [2025-08-21T01:36:39.105Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-08-21T01:36:39.105Z] [2025-08-21T01:36:39.105Z] Login Succeeded [2025-08-21T01:36:39.384Z] nexus3.edgexfoundry.org:10004 [2025-08-21T01:36:39.672Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-21T01:36:39.672Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-08-21T01:36:39.672Z] Configure a credential helper to remove this warning. See [2025-08-21T01:36:39.672Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-08-21T01:36:39.672Z] [2025-08-21T01:36:39.672Z] Login Succeeded [2025-08-21T01:36:39.672Z] ****.io [2025-08-21T01:36:39.949Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-21T01:36:40.225Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-08-21T01:36:40.225Z] Configure a credential helper to remove this warning. See [2025-08-21T01:36:40.225Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-08-21T01:36:40.225Z] [2025-08-21T01:36:40.225Z] Login Succeeded [2025-08-21T01:36:40.225Z] ---> ****-login.sh ends [Pipeline] } [2025-08-21T01:36:40.259Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2025-08-21T01:36:40.738Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-08-21T01:36:40.759Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-08-21T01:36:40.773Z] ========================================================= [2025-08-21T01:36:40.773Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine] [2025-08-21T01:36:40.773Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-21T01:36:41.179Z] + 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-08-21T01:36:42.170Z] Sending build context to Docker daemon 26.9MB [2025-08-21T01:36:42.170Z] Step 1/13 : ARG BASE=golang:1.23-alpine3.20 [2025-08-21T01:36:42.170Z] Step 2/13 : FROM ${BASE} AS builder [2025-08-21T01:36:42.170Z] 1.23-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2025-08-21T01:36:42.170Z] 94e9d8af2201: Pulling fs layer [2025-08-21T01:36:42.170Z] a6c56e8762df: Pulling fs layer [2025-08-21T01:36:42.170Z] f0f3c8884826: Pulling fs layer [2025-08-21T01:36:42.170Z] c7e7622c144d: Pulling fs layer [2025-08-21T01:36:42.170Z] 4f4fb700ef54: Pulling fs layer [2025-08-21T01:36:42.170Z] b4c3b6d88c5a: Pulling fs layer [2025-08-21T01:36:42.170Z] ba8bce9d2590: Pulling fs layer [2025-08-21T01:36:42.170Z] ca778ea9c289: Pulling fs layer [2025-08-21T01:36:42.170Z] 4f4fb700ef54: Waiting [2025-08-21T01:36:42.170Z] b4c3b6d88c5a: Waiting [2025-08-21T01:36:42.170Z] ba8bce9d2590: Waiting [2025-08-21T01:36:42.170Z] ca778ea9c289: Waiting [2025-08-21T01:36:42.170Z] c7e7622c144d: Waiting [2025-08-21T01:36:42.461Z] a6c56e8762df: Verifying Checksum [2025-08-21T01:36:42.461Z] a6c56e8762df: Download complete [2025-08-21T01:36:42.461Z] c7e7622c144d: Verifying Checksum [2025-08-21T01:36:42.461Z] c7e7622c144d: Download complete [2025-08-21T01:36:42.461Z] 4f4fb700ef54: Verifying Checksum [2025-08-21T01:36:42.461Z] 4f4fb700ef54: Download complete [2025-08-21T01:36:42.461Z] 94e9d8af2201: Verifying Checksum [2025-08-21T01:36:42.461Z] 94e9d8af2201: Download complete [2025-08-21T01:36:42.461Z] b4c3b6d88c5a: Verifying Checksum [2025-08-21T01:36:42.461Z] b4c3b6d88c5a: Download complete [2025-08-21T01:36:43.065Z] ca778ea9c289: Verifying Checksum [2025-08-21T01:36:43.065Z] ca778ea9c289: Download complete [2025-08-21T01:36:43.665Z] 94e9d8af2201: Pull complete [2025-08-21T01:36:44.665Z] a6c56e8762df: Pull complete [2025-08-21T01:36:44.665Z] f0f3c8884826: Verifying Checksum [2025-08-21T01:36:44.665Z] f0f3c8884826: Download complete [2025-08-21T01:36:45.670Z] ba8bce9d2590: Verifying Checksum [2025-08-21T01:36:45.670Z] ba8bce9d2590: Download complete [2025-08-21T01:37:00.826Z] f0f3c8884826: Pull complete [2025-08-21T01:37:00.826Z] c7e7622c144d: Pull complete [2025-08-21T01:37:01.108Z] 4f4fb700ef54: Pull complete [2025-08-21T01:37:01.395Z] b4c3b6d88c5a: Pull complete [2025-08-21T01:37:11.632Z] ba8bce9d2590: Pull complete [2025-08-21T01:37:11.906Z] ca778ea9c289: Pull complete [2025-08-21T01:37:11.906Z] Digest: sha256:c70c257f76c0e97c87bd0187f74242a809c0afac30c2d5f44320df1de5715b93 [2025-08-21T01:37:12.181Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine [2025-08-21T01:37:12.181Z] ---> 47b25d7523d1 [2025-08-21T01:37:12.181Z] Step 3/13 : ARG ADD_BUILD_TAGS="" [2025-08-21T01:37:14.830Z] ---> Running in 067a42c4b692 [2025-08-21T01:37:14.830Z] Removing intermediate container 067a42c4b692 [2025-08-21T01:37:14.830Z] ---> 3f848838cd18 [2025-08-21T01:37:14.830Z] Step 4/13 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2025-08-21T01:37:14.830Z] ---> Running in 117ab6edee01 [2025-08-21T01:37:15.448Z] Removing intermediate container 117ab6edee01 [2025-08-21T01:37:15.448Z] ---> 64902bfbee76 [2025-08-21T01:37:15.448Z] Step 5/13 : ARG ALPINE_PKG_BASE="make git" [2025-08-21T01:37:15.448Z] ---> Running in 0dc5ff4f3c2c [2025-08-21T01:37:16.054Z] Removing intermediate container 0dc5ff4f3c2c [2025-08-21T01:37:16.054Z] ---> 88872f7374c3 [2025-08-21T01:37:16.054Z] Step 6/13 : ARG ALPINE_PKG_EXTRA="" [2025-08-21T01:37:16.054Z] ---> Running in 0c5129e1d62e [2025-08-21T01:37:16.329Z] Removing intermediate container 0c5129e1d62e [2025-08-21T01:37:16.329Z] ---> 870190fe9986 [2025-08-21T01:37:16.329Z] Step 7/13 : LABEL Name=edgex-device-onvif-camera [2025-08-21T01:37:16.612Z] ---> Running in fc112d9ab954 [2025-08-21T01:37:16.888Z] Removing intermediate container fc112d9ab954 [2025-08-21T01:37:16.888Z] ---> 2164e6790be3 [2025-08-21T01:37:16.888Z] Step 8/13 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2025-08-21T01:37:16.888Z] ---> Running in fc2860462c17 [2025-08-21T01:37:18.340Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-08-21T01:37:18.938Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-08-21T01:37:20.380Z] OK: 239 MiB in 58 packages [2025-08-21T01:37:21.392Z] Removing intermediate container fc2860462c17 [2025-08-21T01:37:21.392Z] ---> 753f384a2516 [2025-08-21T01:37:21.392Z] Step 9/13 : WORKDIR /device-onvif-camera [2025-08-21T01:37:21.661Z] ---> Running in d0e349a2bcd4 [2025-08-21T01:37:21.929Z] Removing intermediate container d0e349a2bcd4 [2025-08-21T01:37:21.929Z] ---> 79aa4743c048 [2025-08-21T01:37:21.929Z] Step 10/13 : COPY go.mod vendor* ./ [2025-08-21T01:37:22.513Z] ---> de2859519dde [2025-08-21T01:37:22.513Z] Step 11/13 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-08-21T01:37:22.513Z] ---> Running in 922ea8edeb65 [2025-08-21T01:39:29.330Z] Removing intermediate container 922ea8edeb65 [2025-08-21T01:39:29.330Z] ---> 3409c2a5f546 [2025-08-21T01:39:29.330Z] Step 12/13 : COPY . . [2025-08-21T01:39:31.959Z] ---> 433e75f22125 [2025-08-21T01:39:31.959Z] Step 13/13 : RUN ${MAKE} [2025-08-21T01:39:31.959Z] ---> Running in 098d1540dbe6 [2025-08-21T01:39:32.938Z] noop [2025-08-21T01:39:33.919Z] Removing intermediate container 098d1540dbe6 [2025-08-21T01:39:33.920Z] ---> 11a068ea6860 [2025-08-21T01:39:33.920Z] Successfully built 11a068ea6860 [2025-08-21T01:39:33.920Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-21T01:39:34.317Z] + docker inspect -f . ci-base-image-arm64 [2025-08-21T01:39:34.317Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-08-21T01:39:34.613Z] prd-ubuntu20.04-docker-arm64-4c-16g-7344 does not seem to be running inside a container [2025-08-21T01:39:34.709Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-onvif-camera/229 -v /w/workspace/device-onvif-camera/229:/w/workspace/device-onvif-camera/229:rw,z -v /w/workspace/device-onvif-camera/229@tmp:/w/workspace/device-onvif-camera/229@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-08-21T01:39:36.469Z] $ docker top 8e6227202265adb489408834ddcacaf205a910cf22e9ea2f6f4d75d5dbc68cb2 -eo pid,comm [Pipeline] { [Pipeline] sh [2025-08-21T01:39:37.458Z] + go version [2025-08-21T01:39:37.458Z] go version go1.23.9 linux/arm64 [Pipeline] } [2025-08-21T01:39:37.486Z] $ docker stop --time=1 8e6227202265adb489408834ddcacaf205a910cf22e9ea2f6f4d75d5dbc68cb2 [2025-08-21T01:39:39.300Z] $ docker rm -f --volumes 8e6227202265adb489408834ddcacaf205a910cf22e9ea2f6f4d75d5dbc68cb2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-21T01:39:39.991Z] + docker inspect -f . ci-base-image-arm64 [2025-08-21T01:39:39.991Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-08-21T01:39:40.261Z] prd-ubuntu20.04-docker-arm64-4c-16g-7344 does not seem to be running inside a container [2025-08-21T01:39:40.359Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/device-onvif-camera/229 -v /w/workspace/device-onvif-camera/229:/w/workspace/device-onvif-camera/229:rw,z -v /w/workspace/device-onvif-camera/229@tmp:/w/workspace/device-onvif-camera/229@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-08-21T01:39:41.936Z] $ docker top 459a028c80d5d60cfe7ac7ba443900aa0224789d804e42f327a893856370864c -eo pid,comm [Pipeline] { [Pipeline] sh [2025-08-21T01:39:42.888Z] + git config --global --add safe.directory /w/workspace/device-onvif-camera/229 [Pipeline] fileExists [Pipeline] sh [2025-08-21T01:39:43.581Z] + make test [2025-08-21T01:39:43.581Z] go test ./... -coverprofile=coverage.out ./... [2025-08-21T01:39:51.844Z] ? github.com/edgexfoundry/device-onvif-camera [no test files] [2025-08-21T01:44:14.209Z] github.com/edgexfoundry/device-onvif-camera/cmd coverage: 0.0% of statements [2025-08-21T01:44:24.307Z] github.com/edgexfoundry/device-onvif-camera/internal/driver/mocks coverage: 0.0% of statements [2025-08-21T01:44:26.261Z] ok github.com/edgexfoundry/device-onvif-camera/internal/driver 2.180s coverage: 31.4% of statements [2025-08-21T01:44:48.367Z] ok github.com/edgexfoundry/device-onvif-camera/internal/netscan 21.948s coverage: 86.5% of statements [2025-08-21T01:44:48.367Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2025-08-21T01:44:48.367Z] go vet ./... [2025-08-21T01:45:56.278Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2025-08-21T01:45:56.278Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2025-08-21T01:45:56.278Z] ./bin/test-attribution-txt.sh [2025-08-21T01:45:56.278Z] An attribution for go.opentelemetry.io/auto/sdk is missing from Attribution.txt, please add [Pipeline] echo [2025-08-21T01:45:56.295Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] } [2025-08-21T01:45:56.309Z] $ docker stop --time=1 459a028c80d5d60cfe7ac7ba443900aa0224789d804e42f327a893856370864c [2025-08-21T01:45:58.404Z] $ docker rm -f --volumes 459a028c80d5d60cfe7ac7ba443900aa0224789d804e42f327a893856370864c [Pipeline] // withDockerContainer [Pipeline] sh [2025-08-21T01:46:00.247Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2025-08-21T01:46:00.275Z] Warning: overwriting stash ‘coverage-report’ [2025-08-21T01:46:01.055Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2025-08-21T01:46:01.493Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2025-08-21T01:46:01.854Z] + ls -al . [2025-08-21T01:46:01.854Z] total 316 [2025-08-21T01:46:01.854Z] drwxrwxr-x 8 jenkins jenkins 4096 Aug 21 01:39 . [2025-08-21T01:46:01.854Z] drwxrwxr-x 4 jenkins jenkins 4096 Aug 21 01:36 .. [2025-08-21T01:46:01.855Z] drwxrwxr-x 8 jenkins jenkins 4096 Aug 21 01:36 .git [2025-08-21T01:46:01.855Z] drwxrwxr-x 3 jenkins jenkins 4096 Aug 21 01:36 .github [2025-08-21T01:46:01.855Z] -rw-rw-r-- 1 jenkins jenkins 493 Aug 21 01:36 .gitignore [2025-08-21T01:46:01.855Z] -rw-rw-r-- 1 jenkins jenkins 199 Aug 21 01:36 .golangci.yml [2025-08-21T01:46:01.855Z] -rw-rw-r-- 1 jenkins jenkins 20612 Aug 21 01:36 Attribution.txt [2025-08-21T01:46:01.855Z] -rw-rw-r-- 1 jenkins jenkins 19022 Aug 21 01:36 CHANGELOG.md [2025-08-21T01:46:01.855Z] -rw-rw-r-- 1 jenkins jenkins 1715 Aug 21 01:36 Dockerfile [2025-08-21T01:46:01.855Z] -rw-rw-r-- 1 jenkins jenkins 677 Aug 21 01:36 GOVERNANCE.md [2025-08-21T01:46:01.855Z] -rw-rw-r-- 1 jenkins jenkins 739 Aug 21 01:36 Jenkinsfile [2025-08-21T01:46:01.855Z] -rw-rw-r-- 1 jenkins jenkins 11348 Aug 21 01:36 LICENSE [2025-08-21T01:46:01.855Z] -rw-rw-r-- 1 jenkins jenkins 3465 Aug 21 01:36 Makefile [2025-08-21T01:46:01.855Z] -rw-rw-r-- 1 jenkins jenkins 625 Aug 21 01:36 OWNERS.md [2025-08-21T01:46:01.855Z] -rw-rw-r-- 1 jenkins jenkins 2620 Aug 21 01:36 README.md [2025-08-21T01:46:01.855Z] -rw-rw-r-- 1 jenkins jenkins 11 Aug 21 01:32 VERSION [2025-08-21T01:46:01.855Z] drwxrwxr-x 2 jenkins jenkins 4096 Aug 21 01:36 bin [2025-08-21T01:46:01.855Z] drwxrwxr-x 3 jenkins jenkins 4096 Aug 21 01:36 cmd [2025-08-21T01:46:01.855Z] -rw-r--r-- 1 jenkins jenkins 92466 Aug 21 01:44 coverage.out [2025-08-21T01:46:01.855Z] drwxrwxr-x 4 jenkins jenkins 4096 Aug 21 01:36 doc [2025-08-21T01:46:01.855Z] -rw-rw-r-- 1 jenkins jenkins 6521 Aug 21 01:36 go.mod [2025-08-21T01:46:01.855Z] -rw-rw-r-- 1 jenkins jenkins 87684 Aug 21 01:36 go.sum [2025-08-21T01:46:01.855Z] drwxrwxr-x 4 jenkins jenkins 4096 Aug 21 01:36 internal [2025-08-21T01:46:01.855Z] -rw-rw-r-- 1 jenkins jenkins 236 Aug 21 01:36 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-21T01:46:02.262Z] + docker build -t device-onvif-camera-arm64 -f Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=3a4f249d681b6d810324a06bf1fb1c23a0bd69ed --label arch=arm64 --label version=4.1.0-dev.5 . [2025-08-21T01:46:02.883Z] Sending build context to Docker daemon 26.99MB [2025-08-21T01:46:03.168Z] Step 1/27 : ARG BASE=golang:1.23-alpine3.20 [2025-08-21T01:46:03.168Z] Step 2/27 : FROM ${BASE} AS builder [2025-08-21T01:46:03.168Z] ---> 11a068ea6860 [2025-08-21T01:46:03.168Z] Step 3/27 : ARG ADD_BUILD_TAGS="" [2025-08-21T01:46:03.168Z] ---> Running in b119359b4369 [2025-08-21T01:46:03.757Z] Removing intermediate container b119359b4369 [2025-08-21T01:46:03.757Z] ---> 71f9909bb9cc [2025-08-21T01:46:03.757Z] Step 4/27 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2025-08-21T01:46:03.757Z] ---> Running in b7cdf42079c5 [2025-08-21T01:46:04.024Z] Removing intermediate container b7cdf42079c5 [2025-08-21T01:46:04.024Z] ---> c6c95019fce4 [2025-08-21T01:46:04.024Z] Step 5/27 : ARG ALPINE_PKG_BASE="make git" [2025-08-21T01:46:04.024Z] ---> Running in 1837c0993160 [2025-08-21T01:46:04.605Z] Removing intermediate container 1837c0993160 [2025-08-21T01:46:04.605Z] ---> d15ad5029c35 [2025-08-21T01:46:04.605Z] Step 6/27 : ARG ALPINE_PKG_EXTRA="" [2025-08-21T01:46:04.605Z] ---> Running in 655f3d828aad [2025-08-21T01:46:04.872Z] Removing intermediate container 655f3d828aad [2025-08-21T01:46:04.872Z] ---> b3be197d35ad [2025-08-21T01:46:04.872Z] Step 7/27 : LABEL Name=edgex-device-onvif-camera [2025-08-21T01:46:04.872Z] ---> Running in 77bdae36e5d1 [2025-08-21T01:46:05.142Z] Removing intermediate container 77bdae36e5d1 [2025-08-21T01:46:05.143Z] ---> d9adcd91bfd1 [2025-08-21T01:46:05.143Z] Step 8/27 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2025-08-21T01:46:05.143Z] ---> Running in 89d3cb1120f2 [2025-08-21T01:46:06.581Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-08-21T01:46:06.581Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-08-21T01:46:07.998Z] OK: 239 MiB in 58 packages [2025-08-21T01:46:08.971Z] Removing intermediate container 89d3cb1120f2 [2025-08-21T01:46:08.971Z] ---> d51f026894be [2025-08-21T01:46:08.971Z] Step 9/27 : WORKDIR /device-onvif-camera [2025-08-21T01:46:09.244Z] ---> Running in 658ec13b0256 [2025-08-21T01:46:09.515Z] Removing intermediate container 658ec13b0256 [2025-08-21T01:46:09.515Z] ---> fb2fd9388e31 [2025-08-21T01:46:09.515Z] Step 10/27 : COPY go.mod vendor* ./ [2025-08-21T01:46:10.101Z] ---> dd8a6e573b88 [2025-08-21T01:46:10.101Z] Step 11/27 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-08-21T01:46:10.101Z] ---> Running in 3b995965e062 [2025-08-21T01:46:13.444Z] Removing intermediate container 3b995965e062 [2025-08-21T01:46:13.444Z] ---> 1d8105c617ad [2025-08-21T01:46:13.444Z] Step 12/27 : COPY . . [2025-08-21T01:46:14.851Z] ---> 5f667fa26109 [2025-08-21T01:46:14.851Z] Step 13/27 : RUN ${MAKE} [2025-08-21T01:46:14.851Z] ---> Running in bf5588d3f592 [2025-08-21T01:46:15.809Z] CGO_ENABLED=0 go build -tags "" -ldflags "-s -w -X github.com/edgexfoundry/device-onvif-camera.Version=4.1.0-dev.5 -X github.com/edgexfoundry/device-sdk-go/v4/internal/common.SDKVersion=v4.1.0-dev.31 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/device-onvif-camera ./cmd [2025-08-21T01:50:07.599Z] Removing intermediate container bf5588d3f592 [2025-08-21T01:50:07.599Z] ---> 109d02e1dea0 [2025-08-21T01:50:07.599Z] Step 14/27 : FROM alpine:3.20 [2025-08-21T01:50:07.866Z] 3.20: Pulling from library/alpine [2025-08-21T01:50:08.133Z] 13e713f82565: Pulling fs layer [2025-08-21T01:50:08.400Z] 13e713f82565: Verifying Checksum [2025-08-21T01:50:08.400Z] 13e713f82565: Download complete [2025-08-21T01:50:08.986Z] 13e713f82565: Pull complete [2025-08-21T01:50:08.986Z] Digest: sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d [2025-08-21T01:50:08.986Z] Status: Downloaded newer image for alpine:3.20 [2025-08-21T01:50:08.986Z] ---> c88e9dceb6cb [2025-08-21T01:50:08.986Z] Step 15/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' [2025-08-21T01:50:09.261Z] ---> Running in 28822f859530 [2025-08-21T01:50:09.531Z] Removing intermediate container 28822f859530 [2025-08-21T01:50:09.531Z] ---> 4cd9f11b72f8 [2025-08-21T01:50:09.531Z] Step 16/27 : RUN apk add --update --no-cache dumb-init [2025-08-21T01:50:09.531Z] ---> Running in 5dba3b772c25 [2025-08-21T01:50:10.494Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-08-21T01:50:11.079Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-08-21T01:50:12.491Z] (1/1) Installing dumb-init (1.2.5-r3) [2025-08-21T01:50:12.491Z] Executing busybox-1.36.1-r29.trigger [2025-08-21T01:50:12.491Z] OK: 9 MiB in 15 packages [2025-08-21T01:50:13.458Z] Removing intermediate container 5dba3b772c25 [2025-08-21T01:50:13.458Z] ---> cbe3f782d040 [2025-08-21T01:50:13.458Z] Step 17/27 : RUN apk --no-cache upgrade [2025-08-21T01:50:13.458Z] ---> Running in c4f93dab1de2 [2025-08-21T01:50:14.426Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-08-21T01:50:15.012Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-08-21T01:50:16.436Z] (1/3) Upgrading busybox (1.36.1-r29 -> 1.36.1-r30) [2025-08-21T01:50:16.436Z] Executing busybox-1.36.1-r30.post-upgrade [2025-08-21T01:50:16.436Z] (2/3) Upgrading busybox-binsh (1.36.1-r29 -> 1.36.1-r30) [2025-08-21T01:50:16.436Z] (3/3) Upgrading ssl_client (1.36.1-r29 -> 1.36.1-r30) [2025-08-21T01:50:16.436Z] Executing busybox-1.36.1-r30.trigger [2025-08-21T01:50:16.436Z] OK: 9 MiB in 15 packages [2025-08-21T01:50:17.851Z] Removing intermediate container c4f93dab1de2 [2025-08-21T01:50:17.851Z] ---> 2dc43d75a195 [2025-08-21T01:50:17.851Z] Step 18/27 : WORKDIR / [2025-08-21T01:50:17.851Z] ---> Running in 6d7b754d7094 [2025-08-21T01:50:18.119Z] Removing intermediate container 6d7b754d7094 [2025-08-21T01:50:18.119Z] ---> 3a769ff8c642 [2025-08-21T01:50:18.119Z] Step 19/27 : COPY --from=builder /device-onvif-camera/cmd / [2025-08-21T01:50:20.700Z] ---> ebca9e76af0f [2025-08-21T01:50:20.700Z] Step 20/27 : COPY --from=builder /device-onvif-camera/LICENSE / [2025-08-21T01:50:20.968Z] ---> eb49e41a3aa6 [2025-08-21T01:50:20.968Z] Step 21/27 : COPY --from=builder /device-onvif-camera/Attribution.txt / [2025-08-21T01:50:21.552Z] ---> 83e4da70127d [2025-08-21T01:50:21.552Z] Step 22/27 : EXPOSE 59984 [2025-08-21T01:50:21.552Z] ---> Running in f75e92664902 [2025-08-21T01:50:21.820Z] Removing intermediate container f75e92664902 [2025-08-21T01:50:21.820Z] ---> 4a1a8d3eed8d [2025-08-21T01:50:21.820Z] Step 23/27 : ENTRYPOINT ["/device-onvif-camera"] [2025-08-21T01:50:22.087Z] ---> Running in a8e7ea79bda5 [2025-08-21T01:50:22.355Z] Removing intermediate container a8e7ea79bda5 [2025-08-21T01:50:22.355Z] ---> e7332413fcd8 [2025-08-21T01:50:22.355Z] Step 24/27 : CMD ["-cp=keeper.http://edgex-core-keeper:59890", "--registry"] [2025-08-21T01:50:22.355Z] ---> Running in d23925d71200 [2025-08-21T01:50:22.623Z] Removing intermediate container d23925d71200 [2025-08-21T01:50:22.623Z] ---> fa8fccdbb132 [2025-08-21T01:50:22.623Z] Step 25/27 : LABEL arch=arm64 [2025-08-21T01:50:22.623Z] ---> Running in 222a805ba7aa [2025-08-21T01:50:23.207Z] Removing intermediate container 222a805ba7aa [2025-08-21T01:50:23.207Z] ---> f582c5c4d7c0 [2025-08-21T01:50:23.207Z] Step 26/27 : LABEL git_sha=3a4f249d681b6d810324a06bf1fb1c23a0bd69ed [2025-08-21T01:50:23.207Z] ---> Running in 5231976a48fe [2025-08-21T01:50:23.474Z] Removing intermediate container 5231976a48fe [2025-08-21T01:50:23.474Z] ---> c2b7556cf443 [2025-08-21T01:50:23.474Z] Step 27/27 : LABEL version=4.1.0-dev.5 [2025-08-21T01:50:23.474Z] ---> Running in 379c4e944010 [2025-08-21T01:50:23.740Z] Removing intermediate container 379c4e944010 [2025-08-21T01:50:23.740Z] ---> 4e1434c1200b [2025-08-21T01:50:23.741Z] [Warning] One or more build-args [ARCH] were not consumed [2025-08-21T01:50:24.007Z] Successfully built 4e1434c1200b [2025-08-21T01:50:24.007Z] Successfully tagged device-onvif-camera-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-08-21T01:50:24.167Z] provisioning config files... [2025-08-21T01:50:24.185Z] copy managed file [device-onvif-camera-settings] to file:/w/workspace/device-onvif-camera/229@tmp/config2882385701142273254tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-08-21T01:50:24.535Z] ---> ****-login.sh [2025-08-21T01:50:24.535Z] nexus3.edgexfoundry.org:10001 [2025-08-21T01:50:24.803Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-21T01:50:24.803Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-08-21T01:50:24.803Z] Configure a credential helper to remove this warning. See [2025-08-21T01:50:24.803Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-08-21T01:50:24.803Z] [2025-08-21T01:50:24.803Z] Login Succeeded [2025-08-21T01:50:24.803Z] nexus3.edgexfoundry.org:10002 [2025-08-21T01:50:25.070Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-21T01:50:25.071Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-08-21T01:50:25.071Z] Configure a credential helper to remove this warning. See [2025-08-21T01:50:25.071Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-08-21T01:50:25.071Z] [2025-08-21T01:50:25.071Z] Login Succeeded [2025-08-21T01:50:25.343Z] nexus3.edgexfoundry.org:10003 [2025-08-21T01:50:25.610Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-21T01:50:25.610Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-08-21T01:50:25.611Z] Configure a credential helper to remove this warning. See [2025-08-21T01:50:25.611Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-08-21T01:50:25.611Z] [2025-08-21T01:50:25.611Z] Login Succeeded [2025-08-21T01:50:25.611Z] nexus3.edgexfoundry.org:10004 [2025-08-21T01:50:25.879Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-21T01:50:25.879Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-08-21T01:50:25.879Z] Configure a credential helper to remove this warning. See [2025-08-21T01:50:25.879Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-08-21T01:50:25.879Z] [2025-08-21T01:50:25.879Z] Login Succeeded [2025-08-21T01:50:25.879Z] ****.io [2025-08-21T01:50:26.149Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-21T01:50:26.417Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-08-21T01:50:26.417Z] Configure a credential helper to remove this warning. See [2025-08-21T01:50:26.417Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-08-21T01:50:26.417Z] [2025-08-21T01:50:26.417Z] Login Succeeded [2025-08-21T01:50:26.417Z] ---> ****-login.sh ends [Pipeline] } [2025-08-21T01:50:26.428Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-08-21T01:50:26.472Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-08-21T01:50:26.500Z] [edgeXDocker.push] Tagging docker image device-onvif-camera-arm64 with the following tags: [2025-08-21T01:50:26.500Z] 3a4f249d681b6d810324a06bf1fb1c23a0bd69ed [2025-08-21T01:50:26.500Z] latest [2025-08-21T01:50:26.500Z] 4.1.0-dev.5 [2025-08-21T01:50:26.500Z] 3a4f249d681b6d810324a06bf1fb1c23a0bd69ed-4.1.0-dev.5 [2025-08-21T01:50:26.500Z] main [2025-08-21T01:50:26.500Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-21T01:50:26.869Z] + docker tag device-onvif-camera-arm64 nexus3.edgexfoundry.org:10004/device-onvif-camera-arm64:3a4f249d681b6d810324a06bf1fb1c23a0bd69ed [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-21T01:50:27.228Z] + docker push nexus3.edgexfoundry.org:10004/device-onvif-camera-arm64:3a4f249d681b6d810324a06bf1fb1c23a0bd69ed [2025-08-21T01:50:27.228Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-onvif-camera-arm64] [2025-08-21T01:50:27.228Z] 4945ef895928: Preparing [2025-08-21T01:50:27.228Z] 5586c8deeb26: Preparing [2025-08-21T01:50:27.228Z] b8f26893bba8: Preparing [2025-08-21T01:50:27.228Z] 765e354e2379: Preparing [2025-08-21T01:50:27.228Z] f6dff26d68b1: Preparing [2025-08-21T01:50:27.228Z] 1e890da81ec9: Preparing [2025-08-21T01:50:27.228Z] 1e890da81ec9: Waiting [2025-08-21T01:50:27.495Z] 4945ef895928: Pushed [2025-08-21T01:50:27.495Z] 5586c8deeb26: Pushed [2025-08-21T01:50:27.495Z] f6dff26d68b1: Pushed [2025-08-21T01:50:27.495Z] 1e890da81ec9: Layer already exists [2025-08-21T01:50:27.762Z] 765e354e2379: Pushed [2025-08-21T01:50:34.405Z] b8f26893bba8: Pushed [2025-08-21T01:50:34.673Z] 3a4f249d681b6d810324a06bf1fb1c23a0bd69ed: digest: sha256:d36a0b7ad28fccf6c76e0721c50a208a0c4c69147df525f3f0e8253169f56306 size: 1575 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-21T01:50:35.045Z] + docker tag device-onvif-camera-arm64 nexus3.edgexfoundry.org:10004/device-onvif-camera-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-21T01:50:35.401Z] + docker push nexus3.edgexfoundry.org:10004/device-onvif-camera-arm64:latest [2025-08-21T01:50:35.401Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-onvif-camera-arm64] [2025-08-21T01:50:35.401Z] 4945ef895928: Preparing [2025-08-21T01:50:35.401Z] 5586c8deeb26: Preparing [2025-08-21T01:50:35.401Z] b8f26893bba8: Preparing [2025-08-21T01:50:35.401Z] 765e354e2379: Preparing [2025-08-21T01:50:35.401Z] f6dff26d68b1: Preparing [2025-08-21T01:50:35.401Z] 1e890da81ec9: Preparing [2025-08-21T01:50:35.401Z] 4945ef895928: Layer already exists [2025-08-21T01:50:35.401Z] f6dff26d68b1: Layer already exists [2025-08-21T01:50:35.401Z] 765e354e2379: Layer already exists [2025-08-21T01:50:35.401Z] 5586c8deeb26: Layer already exists [2025-08-21T01:50:35.401Z] b8f26893bba8: Layer already exists [2025-08-21T01:50:35.401Z] 1e890da81ec9: Layer already exists [2025-08-21T01:50:35.667Z] latest: digest: sha256:d36a0b7ad28fccf6c76e0721c50a208a0c4c69147df525f3f0e8253169f56306 size: 1575 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-21T01:50:36.027Z] + docker tag device-onvif-camera-arm64 nexus3.edgexfoundry.org:10004/device-onvif-camera-arm64:4.1.0-dev.5 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-21T01:50:36.385Z] + docker push nexus3.edgexfoundry.org:10004/device-onvif-camera-arm64:4.1.0-dev.5 [2025-08-21T01:50:36.385Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-onvif-camera-arm64] [2025-08-21T01:50:36.385Z] 4945ef895928: Preparing [2025-08-21T01:50:36.385Z] 5586c8deeb26: Preparing [2025-08-21T01:50:36.385Z] b8f26893bba8: Preparing [2025-08-21T01:50:36.385Z] 765e354e2379: Preparing [2025-08-21T01:50:36.385Z] f6dff26d68b1: Preparing [2025-08-21T01:50:36.385Z] 1e890da81ec9: Preparing [2025-08-21T01:50:36.385Z] 1e890da81ec9: Waiting [2025-08-21T01:50:36.385Z] b8f26893bba8: Layer already exists [2025-08-21T01:50:36.385Z] f6dff26d68b1: Layer already exists [2025-08-21T01:50:36.385Z] 5586c8deeb26: Layer already exists [2025-08-21T01:50:36.385Z] 765e354e2379: Layer already exists [2025-08-21T01:50:36.385Z] 4945ef895928: Layer already exists [2025-08-21T01:50:36.385Z] 1e890da81ec9: Layer already exists [2025-08-21T01:50:36.652Z] 4.1.0-dev.5: digest: sha256:d36a0b7ad28fccf6c76e0721c50a208a0c4c69147df525f3f0e8253169f56306 size: 1575 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-21T01:50:37.036Z] + docker tag device-onvif-camera-arm64 nexus3.edgexfoundry.org:10004/device-onvif-camera-arm64:3a4f249d681b6d810324a06bf1fb1c23a0bd69ed-4.1.0-dev.5 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-21T01:50:37.397Z] + docker push nexus3.edgexfoundry.org:10004/device-onvif-camera-arm64:3a4f249d681b6d810324a06bf1fb1c23a0bd69ed-4.1.0-dev.5 [2025-08-21T01:50:37.397Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-onvif-camera-arm64] [2025-08-21T01:50:37.397Z] 4945ef895928: Preparing [2025-08-21T01:50:37.397Z] 5586c8deeb26: Preparing [2025-08-21T01:50:37.397Z] b8f26893bba8: Preparing [2025-08-21T01:50:37.397Z] 765e354e2379: Preparing [2025-08-21T01:50:37.397Z] f6dff26d68b1: Preparing [2025-08-21T01:50:37.397Z] 1e890da81ec9: Preparing [2025-08-21T01:50:37.397Z] 1e890da81ec9: Waiting [2025-08-21T01:50:37.397Z] 5586c8deeb26: Layer already exists [2025-08-21T01:50:37.397Z] b8f26893bba8: Layer already exists [2025-08-21T01:50:37.397Z] 765e354e2379: Layer already exists [2025-08-21T01:50:37.397Z] 4945ef895928: Layer already exists [2025-08-21T01:50:37.397Z] f6dff26d68b1: Layer already exists [2025-08-21T01:50:37.397Z] 1e890da81ec9: Layer already exists [2025-08-21T01:50:37.664Z] 3a4f249d681b6d810324a06bf1fb1c23a0bd69ed-4.1.0-dev.5: digest: sha256:d36a0b7ad28fccf6c76e0721c50a208a0c4c69147df525f3f0e8253169f56306 size: 1575 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-21T01:50:38.029Z] + docker tag device-onvif-camera-arm64 nexus3.edgexfoundry.org:10004/device-onvif-camera-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-21T01:50:38.398Z] + docker push nexus3.edgexfoundry.org:10004/device-onvif-camera-arm64:main [2025-08-21T01:50:38.398Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-onvif-camera-arm64] [2025-08-21T01:50:38.398Z] 4945ef895928: Preparing [2025-08-21T01:50:38.398Z] 5586c8deeb26: Preparing [2025-08-21T01:50:38.398Z] b8f26893bba8: Preparing [2025-08-21T01:50:38.398Z] 765e354e2379: Preparing [2025-08-21T01:50:38.398Z] f6dff26d68b1: Preparing [2025-08-21T01:50:38.398Z] 1e890da81ec9: Preparing [2025-08-21T01:50:38.398Z] 1e890da81ec9: Waiting [2025-08-21T01:50:38.398Z] 5586c8deeb26: Layer already exists [2025-08-21T01:50:38.398Z] b8f26893bba8: Layer already exists [2025-08-21T01:50:38.398Z] 4945ef895928: Layer already exists [2025-08-21T01:50:38.398Z] 765e354e2379: Layer already exists [2025-08-21T01:50:38.398Z] f6dff26d68b1: Layer already exists [2025-08-21T01:50:38.398Z] 1e890da81ec9: Layer already exists [2025-08-21T01:50:38.665Z] main: digest: sha256:d36a0b7ad28fccf6c76e0721c50a208a0c4c69147df525f3f0e8253169f56306 size: 1575 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-08-21T01:50:38.755Z] ===================================================== [Pipeline] echo [2025-08-21T01:50:38.771Z] taggedImages: [2025-08-21T01:50:38.771Z] - nexus3.edgexfoundry.org:10004/device-onvif-camera-arm64:3a4f249d681b6d810324a06bf1fb1c23a0bd69ed [2025-08-21T01:50:38.771Z] - nexus3.edgexfoundry.org:10004/device-onvif-camera-arm64:latest [2025-08-21T01:50:38.771Z] - nexus3.edgexfoundry.org:10004/device-onvif-camera-arm64:4.1.0-dev.5 [2025-08-21T01:50:38.771Z] - nexus3.edgexfoundry.org:10004/device-onvif-camera-arm64:3a4f249d681b6d810324a06bf1fb1c23a0bd69ed-4.1.0-dev.5 [2025-08-21T01:50:38.771Z] - nexus3.edgexfoundry.org:10004/device-onvif-camera-arm64:main [Pipeline] echo [2025-08-21T01:50:38.781Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/device-onvif-camera-arm64:3a4f249d681b6d810324a06bf1fb1c23a0bd69ed [Pipeline] echo [2025-08-21T01:50:38.797Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/device-onvif-camera-arm64:latest [Pipeline] echo [2025-08-21T01:50:38.810Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/device-onvif-camera-arm64:4.1.0-dev.5 [Pipeline] echo [2025-08-21T01:50:38.821Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/device-onvif-camera-arm64:3a4f249d681b6d810324a06bf1fb1c23a0bd69ed-4.1.0-dev.5 [Pipeline] echo [2025-08-21T01:50:38.833Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/device-onvif-camera-arm64:main [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-21T01:50:39.211Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2025-08-21T01:50:39.211Z] [2025-08-21T01:50:39.211Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-21T01:50:39.544Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2025-08-21T01:50:39.544Z] arm64: Pulling from edgex-lftools-log-publisher [2025-08-21T01:50:39.544Z] 8998bd30e6a1: Pulling fs layer [2025-08-21T01:50:39.544Z] 04944245beec: Pulling fs layer [2025-08-21T01:50:39.544Z] 699f458cf7ca: Pulling fs layer [2025-08-21T01:50:39.544Z] 765212b225bb: Pulling fs layer [2025-08-21T01:50:39.544Z] f23df028b6ca: Pulling fs layer [2025-08-21T01:50:39.544Z] d65c8cfc05b1: Pulling fs layer [2025-08-21T01:50:39.544Z] 2437ff75d9bd: Pulling fs layer [2025-08-21T01:50:39.544Z] 765212b225bb: Waiting [2025-08-21T01:50:39.544Z] f23df028b6ca: Waiting [2025-08-21T01:50:39.544Z] d65c8cfc05b1: Waiting [2025-08-21T01:50:39.544Z] 2437ff75d9bd: Waiting [2025-08-21T01:50:39.811Z] 04944245beec: Verifying Checksum [2025-08-21T01:50:39.811Z] 04944245beec: Download complete [2025-08-21T01:50:39.811Z] 765212b225bb: Download complete [2025-08-21T01:50:39.811Z] f23df028b6ca: Verifying Checksum [2025-08-21T01:50:39.811Z] f23df028b6ca: Download complete [2025-08-21T01:50:39.811Z] d65c8cfc05b1: Verifying Checksum [2025-08-21T01:50:39.811Z] d65c8cfc05b1: Download complete [2025-08-21T01:50:40.078Z] 699f458cf7ca: Verifying Checksum [2025-08-21T01:50:40.078Z] 699f458cf7ca: Download complete [2025-08-21T01:50:40.344Z] 8998bd30e6a1: Verifying Checksum [2025-08-21T01:50:40.344Z] 8998bd30e6a1: Download complete [2025-08-21T01:50:42.924Z] 2437ff75d9bd: Verifying Checksum [2025-08-21T01:50:42.924Z] 2437ff75d9bd: Download complete [2025-08-21T01:50:45.504Z] 8998bd30e6a1: Pull complete [2025-08-21T01:50:45.504Z] 04944245beec: Pull complete [2025-08-21T01:50:46.913Z] 699f458cf7ca: Pull complete [2025-08-21T01:50:47.180Z] 765212b225bb: Pull complete [2025-08-21T01:50:48.139Z] f23df028b6ca: Pull complete [2025-08-21T01:50:48.405Z] d65c8cfc05b1: Pull complete [2025-08-21T01:51:06.612Z] 2437ff75d9bd: Pull complete [2025-08-21T01:51:06.612Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2025-08-21T01:51:06.612Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2025-08-21T01:51:06.612Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-08-21T01:51:06.823Z] prd-ubuntu20.04-docker-arm64-4c-16g-7344 does not seem to be running inside a container [2025-08-21T01:51:06.875Z] $ 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/device-onvif-camera/229 -v /w/workspace/device-onvif-camera/229:/w/workspace/device-onvif-camera/229:rw,z -v /w/workspace/device-onvif-camera/229@tmp:/w/workspace/device-onvif-camera/229@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-08-21T01:51:09.758Z] $ docker top a4a49a286b1c87cb91a990c9930a561942cba1c121ebb9c141d2192ae56fb030 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-08-21T01:51:10.619Z] ---> job-cost.sh [2025-08-21T01:51:10.619Z] lf-activate-venv: SKIPPING [2025-08-21T01:51:10.619Z] INFO: No Stack... [2025-08-21T01:51:10.886Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2025-08-21T01:51:11.844Z] INFO: Archiving Costs [Pipeline] sh [2025-08-21T01:51:12.484Z] + cat /w/workspace/device-onvif-camera/229/archives/cost.csv [2025-08-21T01:51:12.484Z] + cut -d, -f6 [Pipeline] lock [2025-08-21T01:51:12.542Z] Trying to acquire lock on [Resource: jenkins-edgexfoundry-device-onvif-camera-main-229-stack-cost] [2025-08-21T01:51:12.549Z] Resource [jenkins-edgexfoundry-device-onvif-camera-main-229-stack-cost] did not exist. Created. [2025-08-21T01:51:12.555Z] Lock acquired on [Resource: jenkins-edgexfoundry-device-onvif-camera-main-229-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2025-08-21T01:51:13.206Z] /w/workspace/device-onvif-camera/229@tmp/durable-0e65d8e3/script.sh.copy: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2025-08-21T01:51:13.834Z] + echo total: 0.10999999940395355 [Pipeline] stash [2025-08-21T01:51:13.860Z] Warning: overwriting stash ‘stack-cost’ [2025-08-21T01:51:13.932Z] Stashed 1 file(s) [Pipeline] } [2025-08-21T01:51:13.943Z] Lock released on resource [Resource: jenkins-edgexfoundry-device-onvif-camera-main-229-stack-cost] [Pipeline] // lock [Pipeline] } [2025-08-21T01:51:13.966Z] $ docker stop --time=1 a4a49a286b1c87cb91a990c9930a561942cba1c121ebb9c141d2192ae56fb030 [2025-08-21T01:51:15.456Z] $ docker rm -f --volumes a4a49a286b1c87cb91a990c9930a561942cba1c121ebb9c141d2192ae56fb030 [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-08-21T01:51:15.899Z] provisioning config files... [2025-08-21T01:51:15.905Z] copy managed file [device-onvif-camera-codecov-token] to file:/w/workspace/foundry_device-onvif-camera_main@tmp/config15017941823232042044tmp [Pipeline] { [Pipeline] sh [2025-08-21T01:51:16.204Z] + set +x [2025-08-21T01:51:16.204Z] + curl -s https://codecov.io/bash [2025-08-21T01:51:16.204Z] + bash -s -- [2025-08-21T01:51:16.204Z] [2025-08-21T01:51:16.204Z] _____ _ [2025-08-21T01:51:16.204Z] / ____| | | [2025-08-21T01:51:16.204Z] | | ___ __| | ___ ___ _____ __ [2025-08-21T01:51:16.204Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2025-08-21T01:51:16.204Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2025-08-21T01:51:16.204Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2025-08-21T01:51:16.204Z] Bash-1.0.6 [2025-08-21T01:51:16.204Z] [2025-08-21T01:51:16.204Z] [2025-08-21T01:51:16.204Z] ==> git version 2.25.1 found [2025-08-21T01:51:16.204Z] ==> 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-08-21T01:51:16.204Z] Release-Date: 2020-01-08 [2025-08-21T01:51:16.204Z] 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-08-21T01:51:16.205Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2025-08-21T01:51:16.205Z] ==> Jenkins CI detected. [2025-08-21T01:51:16.205Z] current dir:  /w/workspace/foundry_device-onvif-camera_main [2025-08-21T01:51:16.205Z] project root: . [2025-08-21T01:51:16.205Z] --> token set from env [2025-08-21T01:51:16.205Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2025-08-21T01:51:16.205Z] ==> Running gcov in . (disable via -X gcov) [2025-08-21T01:51:16.205Z] ==> Python coveragepy not found [2025-08-21T01:51:16.205Z] ==> Searching for coverage reports in: [2025-08-21T01:51:16.205Z] + . [2025-08-21T01:51:16.205Z] -> Found 1 reports [2025-08-21T01:51:16.205Z] ==> Detecting git/mercurial file structure [2025-08-21T01:51:16.205Z] ==> Reading reports [2025-08-21T01:51:16.464Z] + ./coverage.out bytes=92466 [2025-08-21T01:51:16.464Z] ==> Appending adjustments [2025-08-21T01:51:16.464Z] https://docs.codecov.io/docs/fixing-reports [2025-08-21T01:51:16.464Z] + Found adjustments [2025-08-21T01:51:16.464Z] ==> Gzipping contents [2025-08-21T01:51:16.464Z] 12K /tmp/codecov.uPt7Rf.gz [2025-08-21T01:51:16.464Z] ==> Uploading reports [2025-08-21T01:51:16.464Z] url: https://codecov.io [2025-08-21T01:51:16.464Z] query: branch=main&commit=3a4f249d681b6d810324a06bf1fb1c23a0bd69ed&build=229&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-onvif-camera%2Fjob%2Fmain%2F229%2F&name=&tag=&slug=edgexfoundry%2Fdevice-onvif-camera&service=jenkins&flags=&pr=&job=&cmd_args= [2025-08-21T01:51:16.464Z] -> Pinging Codecov [2025-08-21T01:51:16.464Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=****&branch=main&commit=3a4f249d681b6d810324a06bf1fb1c23a0bd69ed&build=229&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-onvif-camera%2Fjob%2Fmain%2F229%2F&name=&tag=&slug=edgexfoundry%2Fdevice-onvif-camera&service=jenkins&flags=&pr=&job=&cmd_args= [2025-08-21T01:51:16.724Z] -> Uploading to [2025-08-21T01:51:16.724Z] https://storage.googleapis.com/codecov-production/shelter/v4/github/edgexfoundry/device-onvif-camera/3a4f249d681b6d810324a06bf1fb1c23a0bd69ed/e5df01a7-8c28-4092-b382-a83dfa21f997.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJWQHUGIBILH4J7Q6ZUSCIFNEOLYSNDS7L3B4N5SIBQ2J4YLYE5CRFCD%2F20250821%2Fus%2Fs3%2Faws4_request&X-Amz-Date=20250821T015116Z&X-Amz-Expires=120&X-Amz-SignedHeaders=host&X-Amz-Signature=c03724fd98f44a123ce6af5892b77ad922ba47253a49b11569cab48dca8014ba [2025-08-21T01:51:16.724Z] % Total % Received % Xferd Average Speed Time Time Time Current [2025-08-21T01:51:16.724Z] Dload Upload Total Spent Left Speed [2025-08-21T01:51:16.983Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 11485 0 0 100 11485 0 76566 --:--:-- --:--:-- --:--:-- 76566 [2025-08-21T01:51:16.983Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-onvif-camera/commit/3a4f249d681b6d810324a06bf1fb1c23a0bd69ed [Pipeline] } [2025-08-21T01:51:16.991Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2025-08-21T01:51:17.123Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2025-08-21T01:51:17.142Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-21T01:51:17.464Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2025-08-21T01:51:17.464Z] [2025-08-21T01:51:17.464Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-21T01:51:17.779Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2025-08-21T01:51:17.780Z] latest: Pulling from edgex-devops/edgex-snyk-go [2025-08-21T01:51:17.780Z] 0a9a5dfd008f: Already exists [2025-08-21T01:51:17.780Z] 36466aa92d05: Already exists [2025-08-21T01:51:17.780Z] e10405b45d13: Already exists [2025-08-21T01:51:17.780Z] 096b7ceb2af7: Already exists [2025-08-21T01:51:17.780Z] 4f4fb700ef54: Already exists [2025-08-21T01:51:17.780Z] e50aa161e22a: Pulling fs layer [2025-08-21T01:51:17.780Z] d3c8db5fb9df: Pulling fs layer [2025-08-21T01:51:18.045Z] e50aa161e22a: Verifying Checksum [2025-08-21T01:51:18.045Z] e50aa161e22a: Download complete [2025-08-21T01:51:18.304Z] e50aa161e22a: Pull complete [2025-08-21T01:51:19.679Z] d3c8db5fb9df: Verifying Checksum [2025-08-21T01:51:19.679Z] d3c8db5fb9df: Download complete [2025-08-21T01:51:23.858Z] d3c8db5fb9df: Pull complete [2025-08-21T01:51:23.858Z] Digest: sha256:dd1bc05e8109ba836052a65277634c2595aaffbf12b6b6479deaea63345484be [2025-08-21T01:51:23.858Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2025-08-21T01:51:23.858Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-08-21T01:51:23.967Z] prd-ubuntu20.04-docker-8c-8g-7342 does not seem to be running inside a container [2025-08-21T01:51:24.001Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/foundry_device-onvif-camera_main -v /w/workspace/foundry_device-onvif-camera_main:/w/workspace/foundry_device-onvif-camera_main:rw,z -v /w/workspace/foundry_device-onvif-camera_main@tmp:/w/workspace/foundry_device-onvif-camera_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-08-21T01:51:25.493Z] $ docker top f819366ad14853c139614d55f4e1aeecfe0ab177278cdb1389445b794520b890 -eo pid,comm [Pipeline] { [Pipeline] sh [2025-08-21T01:51:25.836Z] + git config --global --add safe.directory /w/workspace/foundry_device-onvif-camera_main [Pipeline] echo [2025-08-21T01:51:25.847Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/device-onvif-camera:main' [Pipeline] sh [2025-08-21T01:51:26.127Z] + set -o pipefail [2025-08-21T01:51:26.128Z] + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/device-onvif-camera:main' [2025-08-21T01:51:32.694Z] [2025-08-21T01:51:32.694Z] Monitoring /w/workspace/foundry_device-onvif-camera_main (github.com/edgexfoundry/device-onvif-camera)... [2025-08-21T01:51:32.694Z] [2025-08-21T01:51:32.694Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/9e5df0b9-9c2f-4dae-8e10-c7dd76eb4add/history/52ac8718-cb90-49fc-9fba-279e104da1f7 [2025-08-21T01:51:32.694Z] [2025-08-21T01:51:32.694Z] Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. [2025-08-21T01:51:32.694Z] [2025-08-21T01:51:32.694Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2025-08-21T01:51:32.694Z] [2025-08-21T01:51:32.694Z] [2025-08-21T01:51:32.694Z] You have reached your monthly limit of 200 private tests for your edgex-jenkins org. [2025-08-21T01:51:32.694Z] To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } [2025-08-21T01:51:32.967Z] $ docker stop --time=1 f819366ad14853c139614d55f4e1aeecfe0ab177278cdb1389445b794520b890 [2025-08-21T01:51:36.093Z] $ docker rm -f --volumes f819366ad14853c139614d55f4e1aeecfe0ab177278cdb1389445b794520b890 [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) [Pipeline] echo [2025-08-21T01:51:36.628Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-08-21T01:51:36.644Z] provisioning config files... [2025-08-21T01:51:36.651Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/foundry_device-onvif-camera_main@tmp/config13711688458641102454tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-08-21T01:51:36.952Z] --> edgex-publish-swagger.sh [2025-08-21T01:51:36.952Z] === Publish doc/openapi/v3 API === [2025-08-21T01:51:36.952Z] [publishToSwagger] Publishing the API Docs [doc/openapi/v3] to Swagger [2025-08-21T01:51:36.953Z] [publishToSwagger] Publishing API Name [device-onvif-camera] [/w/workspace/foundry_device-onvif-camera_main/doc/openapi/v3/device-onvif-camera.yaml] [2025-08-21T01:51:36.953Z] % Total % Received % Xferd Average Speed Time Time Time Current [2025-08-21T01:51:36.953Z] Dload Upload Total Spent Left Speed [2025-08-21T01:51:36.953Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 485k 100 66 100 485k 283 2083k --:--:-- --:--:-- --:--:-- 2093k [2025-08-21T01:51:36.953Z] {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} [2025-08-21T01:51:36.953Z] [Pipeline] } [2025-08-21T01:51:36.960Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] sh [2025-08-21T01:51:37.432Z] + git log --format=format:%s -1 3a4f249d681b6d810324a06bf1fb1c23a0bd69ed [Pipeline] sh [2025-08-21T01:51:37.718Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2025-08-21T01:51:37.718Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-21T01:51:38.024Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-08-21T01:51:38.025Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-08-21T01:51:38.100Z] prd-ubuntu20.04-docker-8c-8g-7342 does not seem to be running inside a container [2025-08-21T01:51:38.132Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/foundry_device-onvif-camera_main -v /w/workspace/foundry_device-onvif-camera_main:/w/workspace/foundry_device-onvif-camera_main:rw,z -v /w/workspace/foundry_device-onvif-camera_main@tmp:/w/workspace/foundry_device-onvif-camera_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-08-21T01:51:38.450Z] $ docker top 0cd40f83d614e2e99349b3a21b18dceab59cf0c001a6824cd1eec2f77a6285b4 -eo pid,comm [2025-08-21T01:51:38.490Z] 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-08-21T01:51:38.490Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2025-08-21T01:51:38.552Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-08-21T01:51:38.552Z] [ssh-agent] Looking for ssh-agent implementation... [2025-08-21T01:51:38.658Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-08-21T01:51:38.661Z] $ docker exec 0cd40f83d614e2e99349b3a21b18dceab59cf0c001a6824cd1eec2f77a6285b4 ssh-agent [2025-08-21T01:51:38.763Z] SSH_AUTH_SOCK=/tmp/ssh-j7zFOF0bB2EQ/agent.33 [2025-08-21T01:51:38.763Z] SSH_AGENT_PID=39 [2025-08-21T01:51:38.768Z] Running ssh-add (command line suppressed) [2025-08-21T01:51:38.867Z] Identity added: /w/workspace/foundry_device-onvif-camera_main@tmp/private_key_8978740748871524522.key (/w/workspace/foundry_device-onvif-camera_main@tmp/private_key_8978740748871524522.key) [2025-08-21T01:51:38.878Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-08-21T01:51:39.174Z] + git semver tag [2025-08-21T01:51:39.432Z] 2025-08-21 01:51:39,411 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') [2025-08-21T01:51:39.432Z] 2025-08-21 01:51:39,416 [run_tag] DEBUG tag force:False [2025-08-21T01:51:39.432Z] 2025-08-21 01:51:39,416 [check_head_tag] DEBUG check head tag [2025-08-21T01:51:39.432Z] 2025-08-21 01:51:39,416 [execute] INFO git cat-file --batch-check [2025-08-21T01:51:39.432Z] 2025-08-21 01:51:39,417 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/foundry_device-onvif-camera_main, stdin=, shell=False, universal_newlines=False) [2025-08-21T01:51:39.432Z] 2025-08-21 01:51:39,419 [execute] INFO git cat-file --batch [2025-08-21T01:51:39.432Z] 2025-08-21 01:51:39,419 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/foundry_device-onvif-camera_main, stdin=, shell=False, universal_newlines=False) [2025-08-21T01:51:39.432Z] 2025-08-21 01:51:39,425 [read_version] DEBUG read version from /w/workspace/foundry_device-onvif-camera_main/.semver/main [2025-08-21T01:51:39.432Z] 2025-08-21 01:51:39,426 [execute] INFO git tag -a v4.1.0-dev.5 -m v4.1.0-dev.5 [2025-08-21T01:51:39.432Z] 2025-08-21 01:51:39,426 [execute] DEBUG Popen(['git', 'tag', '-a', 'v4.1.0-dev.5', '-m', 'v4.1.0-dev.5'], cwd=/w/workspace/foundry_device-onvif-camera_main, stdin=None, shell=False, universal_newlines=False) [2025-08-21T01:51:39.432Z] 2025-08-21 01:51:39,428 [read_version] DEBUG read version from /w/workspace/foundry_device-onvif-camera_main/.semver/main [2025-08-21T01:51:39.432Z] 4.1.0-dev.5 [Pipeline] } [2025-08-21T01:51:39.701Z] $ docker exec --env ******** --env ******** 0cd40f83d614e2e99349b3a21b18dceab59cf0c001a6824cd1eec2f77a6285b4 ssh-agent -k [2025-08-21T01:51:39.791Z] unset SSH_AUTH_SOCK; [2025-08-21T01:51:39.792Z] unset SSH_AGENT_PID; [2025-08-21T01:51:39.792Z] echo Agent pid 39 killed; [2025-08-21T01:51:39.800Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-08-21T01:51:40.123Z] + git semver [Pipeline] } [2025-08-21T01:51:40.397Z] $ docker stop --time=1 0cd40f83d614e2e99349b3a21b18dceab59cf0c001a6824cd1eec2f77a6285b4 [2025-08-21T01:51:41.670Z] $ docker rm -f --volumes 0cd40f83d614e2e99349b3a21b18dceab59cf0c001a6824cd1eec2f77a6285b4 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-21T01:51:42.076Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2025-08-21T01:51:42.076Z] [2025-08-21T01:51:42.076Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-21T01:51:42.375Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2025-08-21T01:51:42.375Z] 0.23.1-centos7: Pulling from edgex-lftools [2025-08-21T01:51:42.375Z] ab5ef0e58194: Pulling fs layer [2025-08-21T01:51:42.375Z] 9712f1f96733: Pulling fs layer [2025-08-21T01:51:42.375Z] 63f879dbbcfc: Pulling fs layer [2025-08-21T01:51:42.375Z] 0d9ebad4ef96: Pulling fs layer [2025-08-21T01:51:42.375Z] e9a5061849ea: Pulling fs layer [2025-08-21T01:51:42.375Z] d747dcd14b5f: Pulling fs layer [2025-08-21T01:51:42.375Z] 2de7ff778b66: Pulling fs layer [2025-08-21T01:51:42.375Z] 0d9ebad4ef96: Waiting [2025-08-21T01:51:42.375Z] e9a5061849ea: Waiting [2025-08-21T01:51:42.375Z] 2de7ff778b66: Waiting [2025-08-21T01:51:42.375Z] d747dcd14b5f: Waiting [2025-08-21T01:51:42.375Z] 9712f1f96733: Verifying Checksum [2025-08-21T01:51:42.632Z] 63f879dbbcfc: Verifying Checksum [2025-08-21T01:51:42.632Z] 63f879dbbcfc: Download complete [2025-08-21T01:51:42.632Z] e9a5061849ea: Verifying Checksum [2025-08-21T01:51:42.632Z] e9a5061849ea: Download complete [2025-08-21T01:51:42.632Z] d747dcd14b5f: Verifying Checksum [2025-08-21T01:51:42.632Z] d747dcd14b5f: Download complete [2025-08-21T01:51:42.891Z] 0d9ebad4ef96: Verifying Checksum [2025-08-21T01:51:42.891Z] 0d9ebad4ef96: Download complete [2025-08-21T01:51:42.891Z] 2de7ff778b66: Verifying Checksum [2025-08-21T01:51:42.891Z] ab5ef0e58194: Verifying Checksum [2025-08-21T01:51:42.891Z] ab5ef0e58194: Download complete [2025-08-21T01:51:47.073Z] ab5ef0e58194: Pull complete [2025-08-21T01:51:47.073Z] 9712f1f96733: Pull complete [2025-08-21T01:51:47.330Z] 63f879dbbcfc: Pull complete [2025-08-21T01:51:52.594Z] 0d9ebad4ef96: Pull complete [2025-08-21T01:51:52.851Z] e9a5061849ea: Pull complete [2025-08-21T01:51:52.851Z] d747dcd14b5f: Pull complete [2025-08-21T01:51:54.225Z] 2de7ff778b66: Pull complete [2025-08-21T01:51:54.225Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2025-08-21T01:51:54.225Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2025-08-21T01:51:54.225Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-08-21T01:51:54.316Z] prd-ubuntu20.04-docker-8c-8g-7342 does not seem to be running inside a container [2025-08-21T01:51:54.342Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/foundry_device-onvif-camera_main -v /w/workspace/foundry_device-onvif-camera_main:/w/workspace/foundry_device-onvif-camera_main:rw,z -v /w/workspace/foundry_device-onvif-camera_main@tmp:/w/workspace/foundry_device-onvif-camera_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-08-21T01:51:57.369Z] $ docker top 72867c78564fafc91467f75288b694164cc716607a3f84a18d1957998a411d61 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2025-08-21T01:51:57.429Z] provisioning config files... [2025-08-21T01:51:57.435Z] copy managed file [sigul-config] to file:/w/workspace/foundry_device-onvif-camera_main@tmp/config1965015875156189195tmp [2025-08-21T01:51:57.445Z] copy managed file [sigul-password] to file:/w/workspace/foundry_device-onvif-camera_main@tmp/config11409044183264370009tmp [2025-08-21T01:51:57.451Z] copy managed file [sigul-pki] to file:/w/workspace/foundry_device-onvif-camera_main@tmp/config24621476945771805tmp [Pipeline] { [Pipeline] echo [2025-08-21T01:51:57.482Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2025-08-21T01:51:57.772Z] ---> sigul-configuration.sh [2025-08-21T01:51:57.772Z] gpg: directory `/root/.gnupg' created [2025-08-21T01:51:57.772Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2025-08-21T01:51:57.772Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2025-08-21T01:51:57.772Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2025-08-21T01:51:57.772Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2025-08-21T01:51:57.772Z] gpg: CAST5 encrypted data [2025-08-21T01:51:57.772Z] gpg: encrypted with 1 passphrase [2025-08-21T01:51:57.772Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2025-08-21T01:51:58.062Z] + mkdir /home/jenkins [2025-08-21T01:51:58.062Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2025-08-21T01:51:58.354Z] + 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-08-21T01:51:58.370Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2025-08-21T01:51:58.657Z] ---> sigul-install.sh [2025-08-21T01:51:58.657Z] Sigul already installed; skipping installation. [Pipeline] sh [2025-08-21T01:51:58.948Z] + git tag --list [2025-08-21T01:51:58.948Z] v0.0.0 [2025-08-21T01:51:58.948Z] v2.2.0 [2025-08-21T01:51:58.948Z] v2.3.0 [2025-08-21T01:51:58.948Z] v2.3.1 [2025-08-21T01:51:58.948Z] v3.0 [2025-08-21T01:51:58.948Z] v3.0.0 [2025-08-21T01:51:58.948Z] v3.1 [2025-08-21T01:51:58.948Z] v3.1.0 [2025-08-21T01:51:58.948Z] v3.1.1 [2025-08-21T01:51:58.948Z] v4.0 [2025-08-21T01:51:58.948Z] v4.0.0 [2025-08-21T01:51:58.948Z] v4.1.0-dev.1 [2025-08-21T01:51:58.948Z] v4.1.0-dev.2 [2025-08-21T01:51:58.948Z] v4.1.0-dev.3 [2025-08-21T01:51:58.948Z] v4.1.0-dev.4 [2025-08-21T01:51:58.948Z] v4.1.0-dev.5 [Pipeline] sh [2025-08-21T01:51:59.239Z] + lftools sign git-tag v4.1.0-dev.5 [2025-08-21T01:51:59.805Z] Signing Git tag with Sigul... [2025-08-21T01:51:59.805Z] Signing v4.1.0-dev.5 [Pipeline] echo [2025-08-21T01:52:00.082Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2025-08-21T01:52:00.476Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2025-08-21T01:52:00.485Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2025-08-21T01:52:00.519Z] $ docker stop --time=1 72867c78564fafc91467f75288b694164cc716607a3f84a18d1957998a411d61 [2025-08-21T01:52:01.832Z] $ docker rm -f --volumes 72867c78564fafc91467f75288b694164cc716607a3f84a18d1957998a411d61 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh [2025-08-21T01:52:02.331Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2025-08-21T01:52:02.331Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-21T01:52:02.629Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-08-21T01:52:02.629Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-08-21T01:52:02.701Z] prd-ubuntu20.04-docker-8c-8g-7342 does not seem to be running inside a container [2025-08-21T01:52:02.729Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/foundry_device-onvif-camera_main -v /w/workspace/foundry_device-onvif-camera_main:/w/workspace/foundry_device-onvif-camera_main:rw,z -v /w/workspace/foundry_device-onvif-camera_main@tmp:/w/workspace/foundry_device-onvif-camera_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-08-21T01:52:02.940Z] $ docker top 78acb4354335ed5946f4cf59e6dae431f0fd41f631cd1aaaeea5158ff9301bb0 -eo pid,comm [2025-08-21T01:52:02.980Z] 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-08-21T01:52:02.980Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2025-08-21T01:52:03.035Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-08-21T01:52:03.035Z] [ssh-agent] Looking for ssh-agent implementation... [2025-08-21T01:52:03.133Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-08-21T01:52:03.136Z] $ docker exec 78acb4354335ed5946f4cf59e6dae431f0fd41f631cd1aaaeea5158ff9301bb0 ssh-agent [2025-08-21T01:52:03.231Z] SSH_AUTH_SOCK=/tmp/ssh-iPDnQ3sD4Vvi/agent.32 [2025-08-21T01:52:03.231Z] SSH_AGENT_PID=38 [2025-08-21T01:52:03.234Z] Running ssh-add (command line suppressed) [2025-08-21T01:52:03.336Z] Identity added: /w/workspace/foundry_device-onvif-camera_main@tmp/private_key_11537767510815202660.key (/w/workspace/foundry_device-onvif-camera_main@tmp/private_key_11537767510815202660.key) [2025-08-21T01:52:03.346Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-08-21T01:52:03.631Z] + git semver bump pre [2025-08-21T01:52:03.888Z] 2025-08-21 01:52:03,831 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') [2025-08-21T01:52:03.888Z] 2025-08-21 01:52:03,835 [read_version] DEBUG read version from /w/workspace/foundry_device-onvif-camera_main/.semver/main [2025-08-21T01:52:03.888Z] 2025-08-21 01:52:03,835 [bump_version] DEBUG bumping version:4.1.0-dev.5 on axis:pre with prefix:dev [2025-08-21T01:52:03.888Z] 2025-08-21 01:52:03,836 [bump_version] DEBUG bumped version:4.1.0-dev.6 [2025-08-21T01:52:03.888Z] 2025-08-21 01:52:03,836 [write_version] DEBUG write version:4.1.0-dev.6 to path:/w/workspace/foundry_device-onvif-camera_main/.semver/main with force:True [2025-08-21T01:52:03.888Z] 2025-08-21 01:52:03,836 [read_version] DEBUG read version from /w/workspace/foundry_device-onvif-camera_main/.semver/main [2025-08-21T01:52:03.888Z] 2025-08-21 01:52:03,836 [write_file] DEBUG write to file:/w/workspace/foundry_device-onvif-camera_main/.semver/main [2025-08-21T01:52:03.888Z] 2025-08-21 01:52:03,838 [execute] INFO git cat-file --batch-check [2025-08-21T01:52:03.888Z] 2025-08-21 01:52:03,838 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/foundry_device-onvif-camera_main/.semver, stdin=, shell=False, universal_newlines=False) [2025-08-21T01:52:03.888Z] 2025-08-21 01:52:03,842 [execute] INFO git cat-file --batch [2025-08-21T01:52:03.888Z] 2025-08-21 01:52:03,842 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/foundry_device-onvif-camera_main/.semver, stdin=, shell=False, universal_newlines=False) [2025-08-21T01:52:03.888Z] 2025-08-21 01:52:03,845 [read_version] DEBUG read version from /w/workspace/foundry_device-onvif-camera_main/.semver/main [2025-08-21T01:52:03.888Z] 4.1.0-dev.6 [Pipeline] } [2025-08-21T01:52:03.898Z] $ docker exec --env ******** --env ******** 78acb4354335ed5946f4cf59e6dae431f0fd41f631cd1aaaeea5158ff9301bb0 ssh-agent -k [2025-08-21T01:52:03.990Z] unset SSH_AUTH_SOCK; [2025-08-21T01:52:03.990Z] unset SSH_AGENT_PID; [2025-08-21T01:52:03.990Z] echo Agent pid 38 killed; [2025-08-21T01:52:03.998Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-08-21T01:52:04.331Z] + git semver [Pipeline] } [2025-08-21T01:52:04.600Z] $ docker stop --time=1 78acb4354335ed5946f4cf59e6dae431f0fd41f631cd1aaaeea5158ff9301bb0 [2025-08-21T01:52:05.861Z] $ docker rm -f --volumes 78acb4354335ed5946f4cf59e6dae431f0fd41f631cd1aaaeea5158ff9301bb0 [Pipeline] // withDockerContainer [Pipeline] sh [2025-08-21T01:52:06.202Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2025-08-21T01:52:06.202Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-21T01:52:06.500Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-08-21T01:52:06.500Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-08-21T01:52:06.570Z] prd-ubuntu20.04-docker-8c-8g-7342 does not seem to be running inside a container [2025-08-21T01:52:06.600Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/foundry_device-onvif-camera_main -v /w/workspace/foundry_device-onvif-camera_main:/w/workspace/foundry_device-onvif-camera_main:rw,z -v /w/workspace/foundry_device-onvif-camera_main@tmp:/w/workspace/foundry_device-onvif-camera_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-08-21T01:52:06.853Z] $ docker top 04a848dab090c2bbddbd761bfc032cdbe4a110faa25abf2e698c4c85d32495be -eo pid,comm [2025-08-21T01:52:06.891Z] 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-08-21T01:52:06.891Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2025-08-21T01:52:06.943Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-08-21T01:52:06.943Z] [ssh-agent] Looking for ssh-agent implementation... [2025-08-21T01:52:07.056Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-08-21T01:52:07.059Z] $ docker exec 04a848dab090c2bbddbd761bfc032cdbe4a110faa25abf2e698c4c85d32495be ssh-agent [2025-08-21T01:52:07.156Z] SSH_AUTH_SOCK=/tmp/ssh-kxTJWCOgeyPn/agent.33 [2025-08-21T01:52:07.156Z] SSH_AGENT_PID=39 [2025-08-21T01:52:07.160Z] Running ssh-add (command line suppressed) [2025-08-21T01:52:07.261Z] Identity added: /w/workspace/foundry_device-onvif-camera_main@tmp/private_key_8987895954008130182.key (/w/workspace/foundry_device-onvif-camera_main@tmp/private_key_8987895954008130182.key) [2025-08-21T01:52:07.272Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-08-21T01:52:07.564Z] + git semver push [2025-08-21T01:52:07.823Z] 2025-08-21 01:52:07,755 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') [2025-08-21T01:52:07.823Z] 2025-08-21 01:52:07,759 [run_push] DEBUG push [2025-08-21T01:52:07.823Z] 2025-08-21 01:52:07,760 [execute] INFO git cat-file --batch-check [2025-08-21T01:52:07.823Z] 2025-08-21 01:52:07,760 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/foundry_device-onvif-camera_main/.semver, stdin=, shell=False, universal_newlines=False) [2025-08-21T01:52:07.823Z] 2025-08-21 01:52:07,762 [execute] INFO git rev-list 779077d81a1356e6368d16566d150e0908f9d267 -- [2025-08-21T01:52:07.823Z] 2025-08-21 01:52:07,762 [execute] DEBUG Popen(['git', 'rev-list', '779077d81a1356e6368d16566d150e0908f9d267', '--'], cwd=/w/workspace/foundry_device-onvif-camera_main/.semver, stdin=None, shell=False, universal_newlines=False) [2025-08-21T01:52:07.823Z] 2025-08-21 01:52:07,769 [execute] INFO git fetch -v -- origin [2025-08-21T01:52:07.823Z] 2025-08-21 01:52:07,769 [execute] DEBUG Popen(['git', 'fetch', '-v', '--', 'origin'], cwd=/w/workspace/foundry_device-onvif-camera_main/.semver, stdin=None, shell=False, universal_newlines=True) [2025-08-21T01:52:08.389Z] 2025-08-21 01:52:08,219 [run_push] DEBUG no remote changes detected [2025-08-21T01:52:08.389Z] 2025-08-21 01:52:08,219 [execute] INFO git push origin semver [2025-08-21T01:52:08.389Z] 2025-08-21 01:52:08,219 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/foundry_device-onvif-camera_main/.semver, stdin=None, shell=False, universal_newlines=False) [2025-08-21T01:52:08.954Z] 2025-08-21 01:52:08,906 [run_push] DEBUG push all version tags [2025-08-21T01:52:08.954Z] 2025-08-21 01:52:08,906 [execute] INFO git push origin refs/tags/v*:refs/tags/v* [2025-08-21T01:52:08.954Z] 2025-08-21 01:52:08,906 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/foundry_device-onvif-camera_main, stdin=None, shell=False, universal_newlines=False) [2025-08-21T01:52:09.889Z] 2025-08-21 01:52:09,587 [read_version] DEBUG read version from /w/workspace/foundry_device-onvif-camera_main/.semver/main [2025-08-21T01:52:09.889Z] 4.1.0-dev.6 [Pipeline] } [2025-08-21T01:52:09.897Z] $ docker exec --env ******** --env ******** 04a848dab090c2bbddbd761bfc032cdbe4a110faa25abf2e698c4c85d32495be ssh-agent -k [2025-08-21T01:52:09.985Z] unset SSH_AUTH_SOCK; [2025-08-21T01:52:09.985Z] unset SSH_AGENT_PID; [2025-08-21T01:52:09.985Z] echo Agent pid 39 killed; [2025-08-21T01:52:09.995Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-08-21T01:52:10.326Z] + git semver [Pipeline] } [2025-08-21T01:52:10.598Z] $ docker stop --time=1 04a848dab090c2bbddbd761bfc032cdbe4a110faa25abf2e698c4c85d32495be [2025-08-21T01:52:11.870Z] $ docker rm -f --volumes 04a848dab090c2bbddbd761bfc032cdbe4a110faa25abf2e698c4c85d32495be [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-08-21T01:52:12.465Z] + [ -d /w/workspace/foundry_device-onvif-camera_main/archives ] [2025-08-21T01:52:12.465Z] + ls -al /w/workspace/foundry_device-onvif-camera_main/archives [2025-08-21T01:52:12.465Z] total 16 [2025-08-21T01:52:12.465Z] drwxr-xr-x 3 root root 4096 Aug 21 01:35 . [2025-08-21T01:52:12.465Z] drwxrwxr-x 10 jenkins jenkins 4096 Aug 21 01:51 .. [2025-08-21T01:52:12.465Z] drwxr-xr-x 2 root root 4096 Aug 21 01:35 cost [2025-08-21T01:52:12.465Z] -rw-r--r-- 1 root root 91 Aug 21 01:35 cost.csv [2025-08-21T01:52:12.465Z] + sudo chown -R jenkins:jenkins /w/workspace/foundry_device-onvif-camera_main/archives [2025-08-21T01:52:12.465Z] + ls -al /w/workspace/foundry_device-onvif-camera_main/archives [2025-08-21T01:52:12.465Z] total 16 [2025-08-21T01:52:12.465Z] drwxr-xr-x 3 jenkins jenkins 4096 Aug 21 01:35 . [2025-08-21T01:52:12.465Z] drwxrwxr-x 10 jenkins jenkins 4096 Aug 21 01:51 .. [2025-08-21T01:52:12.465Z] drwxr-xr-x 2 jenkins jenkins 4096 Aug 21 01:35 cost [2025-08-21T01:52:12.465Z] -rw-r--r-- 1 jenkins jenkins 91 Aug 21 01:35 cost.csv [Pipeline] libraryResource [Pipeline] sh [2025-08-21T01:52:12.751Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2025-08-21T01:52:13.604Z] ---> package-listing.sh [2025-08-21T01:52:13.604Z] ++ facter osfamily [2025-08-21T01:52:13.604Z] ++ tr '[:upper:]' '[:lower:]' [2025-08-21T01:52:13.862Z] + OS_FAMILY=debian [2025-08-21T01:52:13.862Z] + workspace=/w/workspace/foundry_device-onvif-camera_main [2025-08-21T01:52:13.862Z] + START_PACKAGES=/tmp/packages_start.txt [2025-08-21T01:52:13.862Z] + END_PACKAGES=/tmp/packages_end.txt [2025-08-21T01:52:13.862Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2025-08-21T01:52:13.862Z] + PACKAGES=/tmp/packages_start.txt [2025-08-21T01:52:13.862Z] + '[' /w/workspace/foundry_device-onvif-camera_main ']' [2025-08-21T01:52:13.862Z] + PACKAGES=/tmp/packages_end.txt [2025-08-21T01:52:13.862Z] + case "${OS_FAMILY}" in [2025-08-21T01:52:13.862Z] + dpkg -l [2025-08-21T01:52:13.862Z] + grep '^ii' [2025-08-21T01:52:13.862Z] + '[' -f /tmp/packages_start.txt ']' [2025-08-21T01:52:13.862Z] + '[' -f /tmp/packages_end.txt ']' [2025-08-21T01:52:13.862Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2025-08-21T01:52:13.862Z] + '[' /w/workspace/foundry_device-onvif-camera_main ']' [2025-08-21T01:52:13.862Z] + mkdir -p /w/workspace/foundry_device-onvif-camera_main/archives/ [2025-08-21T01:52:13.862Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/foundry_device-onvif-camera_main/archives/ [Pipeline] echo [2025-08-21T01:52:13.870Z] 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/foundry_device-onvif-camera_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2025-08-21T01:52:14.144Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-21T01:52:14.709Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-08-21T01:52:14.709Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-08-21T01:52:14.786Z] prd-ubuntu20.04-docker-8c-8g-7342 does not seem to be running inside a container [2025-08-21T01:52:14.814Z] $ 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/foundry_device-onvif-camera_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/foundry_device-onvif-camera_main -v /w/workspace/foundry_device-onvif-camera_main:/w/workspace/foundry_device-onvif-camera_main:rw,z -v /w/workspace/foundry_device-onvif-camera_main@tmp:/w/workspace/foundry_device-onvif-camera_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-08-21T01:52:15.008Z] $ docker top 7bf07cc11b70dac0f665ad377543f5728ffd653389a4bd302bfcc87e85fd8238 -eo pid,comm [Pipeline] { [Pipeline] sh [2025-08-21T01:52:15.346Z] + touch /tmp/pre-build-complete [Pipeline] sh [2025-08-21T01:52:15.628Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2025-08-21T01:52:15.917Z] + ls /var/log/sa-host [2025-08-21T01:52:15.917Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-08-21T01:52:15.953Z] provisioning config files... [2025-08-21T01:52:15.961Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/foundry_device-onvif-camera_main@tmp/config4884741515556779138tmp [Pipeline] { [Pipeline] echo [2025-08-21T01:52:15.980Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2025-08-21T01:52:16.264Z] ---> create-netrc.sh [Pipeline] } [2025-08-21T01:52:16.270Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2025-08-21T01:52:16.577Z] ---> python-tools-install.sh [Pipeline] echo [2025-08-21T01:52:16.587Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2025-08-21T01:52:16.870Z] ---> sudo-logs.sh [2025-08-21T01:52:16.870Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2025-08-21T01:52:16.900Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2025-08-21T01:52:17.180Z] ---> job-cost.sh [2025-08-21T01:52:17.180Z] lf-activate-venv: SKIPPING [2025-08-21T01:52:17.180Z] DEBUG: total: 0.2199999988079071 [2025-08-21T01:52:17.180Z] INFO: Retrieving Stack Cost... [2025-08-21T01:52:17.748Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2025-08-21T01:52:18.005Z] INFO: Archiving Costs [Pipeline] echo [2025-08-21T01:52:18.019Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2025-08-21T01:52:18.303Z] ---> logs-deploy.sh [2025-08-21T01:52:18.303Z] lf-activate-venv: SKIPPING [2025-08-21T01:52:18.303Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-onvif-camera/main/229 [2025-08-21T01:52:18.303Z] INFO: archiving workspace using pattern(s): [2025-08-21T01:52:19.240Z] Archives upload complete. [2025-08-21T01:52:19.240Z] INFO: archiving logs to Nexus [2025-08-21T01:52:19.808Z] ---> uname -a: [2025-08-21T01:52:19.808Z] Linux prd-ubuntu20-04-docker-8c-8g-7342 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 GNU/Linux [2025-08-21T01:52:19.808Z] [2025-08-21T01:52:19.808Z] [2025-08-21T01:52:19.808Z] ---> lscpu: [2025-08-21T01:52:19.808Z] Architecture: x86_64 [2025-08-21T01:52:19.808Z] CPU op-mode(s): 32-bit, 64-bit [2025-08-21T01:52:19.808Z] Byte Order: Little Endian [2025-08-21T01:52:19.808Z] Address sizes: 40 bits physical, 48 bits virtual [2025-08-21T01:52:19.808Z] CPU(s): 8 [2025-08-21T01:52:19.808Z] On-line CPU(s) list: 0-7 [2025-08-21T01:52:19.808Z] Thread(s) per core: 1 [2025-08-21T01:52:19.808Z] Core(s) per socket: 1 [2025-08-21T01:52:19.808Z] Socket(s): 8 [2025-08-21T01:52:19.808Z] NUMA node(s): 1 [2025-08-21T01:52:19.808Z] Vendor ID: AuthenticAMD [2025-08-21T01:52:19.808Z] CPU family: 23 [2025-08-21T01:52:19.808Z] Model: 49 [2025-08-21T01:52:19.808Z] Model name: AMD EPYC-Rome Processor [2025-08-21T01:52:19.808Z] Stepping: 0 [2025-08-21T01:52:19.808Z] CPU MHz: 2800.000 [2025-08-21T01:52:19.808Z] BogoMIPS: 5600.00 [2025-08-21T01:52:19.808Z] Virtualization: AMD-V [2025-08-21T01:52:19.808Z] Hypervisor vendor: KVM [2025-08-21T01:52:19.808Z] Virtualization type: full [2025-08-21T01:52:19.808Z] L1d cache: 256 KiB [2025-08-21T01:52:19.808Z] L1i cache: 256 KiB [2025-08-21T01:52:19.808Z] L2 cache: 4 MiB [2025-08-21T01:52:19.808Z] L3 cache: 128 MiB [2025-08-21T01:52:19.808Z] NUMA node0 CPU(s): 0-7 [2025-08-21T01:52:19.808Z] Vulnerability Gather data sampling: Not affected [2025-08-21T01:52:19.808Z] Vulnerability Itlb multihit: Not affected [2025-08-21T01:52:19.808Z] Vulnerability L1tf: Not affected [2025-08-21T01:52:19.808Z] Vulnerability Mds: Not affected [2025-08-21T01:52:19.808Z] Vulnerability Meltdown: Not affected [2025-08-21T01:52:19.808Z] Vulnerability Mmio stale data: Not affected [2025-08-21T01:52:19.808Z] Vulnerability Retbleed: Vulnerable [2025-08-21T01:52:19.808Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2025-08-21T01:52:19.808Z] Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization [2025-08-21T01:52:19.808Z] Vulnerability Spectre v2: Mitigation; Retpolines; IBPB conditional; IBRS_FW; STIBP disabled; RSB filling; PBRSB-eIBRS Not affected; BHI Not affected [2025-08-21T01:52:19.808Z] Vulnerability Srbds: Not affected [2025-08-21T01:52:19.808Z] Vulnerability Tsx async abort: Not affected [2025-08-21T01:52:19.808Z] 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-08-21T01:52:19.808Z] [2025-08-21T01:52:19.808Z] [2025-08-21T01:52:19.808Z] ---> nproc: [2025-08-21T01:52:19.808Z] 8 [2025-08-21T01:52:19.808Z] [2025-08-21T01:52:19.808Z] [2025-08-21T01:52:19.808Z] ---> df -h: [2025-08-21T01:52:19.808Z] Filesystem Size Used Avail Use% Mounted on [2025-08-21T01:52:19.808Z] overlay 155G 14G 142G 9% / [2025-08-21T01:52:19.808Z] tmpfs 64M 0 64M 0% /dev [2025-08-21T01:52:19.808Z] tmpfs 16G 0 16G 0% /sys/fs/cgroup [2025-08-21T01:52:19.808Z] shm 64M 0 64M 0% /dev/shm [2025-08-21T01:52:19.808Z] /dev/vda1 155G 14G 142G 9% /facter-os [2025-08-21T01:52:19.808Z] [2025-08-21T01:52:19.808Z] [2025-08-21T01:52:19.808Z] ---> sar -b -r -n DEV: [2025-08-21T01:52:19.808Z] Linux 5.4.0-216-generic (prd-ubuntu20-04-docker-8c-8g-7342) 08/21/25 _x86_64_ (8 CPU) [2025-08-21T01:52:19.808Z] [2025-08-21T01:52:19.808Z] 01:31:50 LINUX RESTART (8 CPU) [2025-08-21T01:52:19.808Z] [2025-08-21T01:52:19.808Z] 01:32:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2025-08-21T01:52:19.808Z] 01:33:01 403.53 82.00 321.53 0.00 14007.93 77919.41 0.00 [2025-08-21T01:52:19.808Z] 01:34:01 249.01 3.17 245.84 0.00 56.52 66244.43 0.00 [2025-08-21T01:52:19.808Z] 01:35:01 120.01 0.30 119.71 0.00 34.53 34262.16 0.00 [2025-08-21T01:52:19.808Z] 01:36:01 48.81 0.02 48.79 0.00 1.47 19860.71 0.00 [2025-08-21T01:52:19.808Z] 01:37:01 13.98 0.77 13.21 0.00 31.06 2196.57 0.00 [2025-08-21T01:52:19.808Z] 01:38:01 39.13 3.02 36.11 0.00 4253.29 6819.53 0.00 [2025-08-21T01:52:19.808Z] 01:39:01 3.75 0.02 3.73 0.00 0.13 89.97 0.00 [2025-08-21T01:52:19.808Z] 01:40:01 1.58 0.00 1.58 0.00 0.00 18.00 0.00 [2025-08-21T01:52:19.808Z] 01:41:01 1.03 0.00 1.03 0.00 0.00 10.66 0.00 [2025-08-21T01:52:19.808Z] 01:42:01 1.62 0.00 1.62 0.00 0.00 18.53 0.00 [2025-08-21T01:52:19.808Z] 01:43:01 0.88 0.00 0.88 0.00 0.00 9.06 0.00 [2025-08-21T01:52:19.808Z] 01:44:01 1.67 0.00 1.67 0.00 0.00 23.86 0.00 [2025-08-21T01:52:19.808Z] 01:45:01 1.00 0.00 1.00 0.00 0.00 10.53 0.00 [2025-08-21T01:52:19.808Z] 01:46:01 0.95 0.00 0.95 0.00 0.00 11.20 0.00 [2025-08-21T01:52:19.808Z] 01:47:01 1.32 0.00 1.32 0.00 0.00 15.59 0.00 [2025-08-21T01:52:19.808Z] 01:48:01 1.47 0.02 1.45 0.00 0.13 21.73 0.00 [2025-08-21T01:52:19.808Z] 01:49:01 1.25 0.00 1.25 0.00 0.00 14.26 0.00 [2025-08-21T01:52:19.808Z] 01:50:01 0.87 0.00 0.87 0.00 0.00 11.06 0.00 [2025-08-21T01:52:19.808Z] 01:51:01 1.23 0.00 1.23 0.00 0.00 14.40 0.00 [2025-08-21T01:52:19.808Z] 01:52:01 124.03 0.68 123.35 0.00 16.26 53986.74 0.00 [2025-08-21T01:52:19.808Z] Average: 50.85 4.50 46.36 0.00 920.04 13077.59 0.00 [2025-08-21T01:52:19.808Z] [2025-08-21T01:52:19.808Z] 01:32:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2025-08-21T01:52:19.808Z] 01:33:01 28601740 31498900 805972 2.45 84804 3095876 1942912 5.73 1059844 2826316 316980 [2025-08-21T01:52:19.808Z] 01:34:01 26684888 31453828 826708 2.52 157296 4701104 1828848 5.39 1607820 3984992 386664 [2025-08-21T01:52:19.808Z] 01:35:01 26645760 31509396 773444 2.35 161740 4803112 1671284 4.93 1660520 3986164 428 [2025-08-21T01:52:19.808Z] 01:36:01 26128956 31508416 772368 2.35 175120 5254968 1705052 5.03 1679924 4425208 400 [2025-08-21T01:52:19.808Z] 01:37:01 26031184 31482696 793196 2.41 180140 5319352 1674304 4.94 1727932 4464012 748 [2025-08-21T01:52:19.808Z] 01:38:01 25642112 31489164 777108 2.36 207684 5676236 1768656 5.21 1968328 4591412 4 [2025-08-21T01:52:19.808Z] 01:39:01 25643848 31490512 775548 2.36 207452 5675976 1759548 5.19 1967240 4591164 8 [2025-08-21T01:52:19.808Z] 01:40:01 25650148 31496880 769064 2.34 207508 5675976 1759548 5.19 1961380 4591160 192 [2025-08-21T01:52:19.808Z] 01:41:01 25650512 31497268 768668 2.34 207524 5675980 1759548 5.19 1960912 4591164 16 [2025-08-21T01:52:19.808Z] 01:42:01 25652764 31499544 766324 2.33 207548 5675984 1759548 5.19 1958416 4591168 24 [2025-08-21T01:52:19.808Z] 01:43:01 25652576 31499388 766608 2.33 207568 5675984 1759548 5.19 1958852 4591168 160 [2025-08-21T01:52:19.808Z] 01:44:01 25653588 31500440 765496 2.33 207604 5675988 1759548 5.19 1957748 4591172 196 [2025-08-21T01:52:19.808Z] 01:45:01 25653604 31500484 765392 2.33 207624 5675992 1759548 5.19 1957756 4591176 164 [2025-08-21T01:52:19.808Z] 01:46:01 25654328 31501236 764556 2.33 207652 5675992 1759548 5.19 1957468 4591176 256 [2025-08-21T01:52:19.808Z] 01:47:01 25654028 31500972 764756 2.33 207684 5675996 1759548 5.19 1957508 4591180 196 [2025-08-21T01:52:19.808Z] 01:48:01 25652932 31499988 765612 2.33 207728 5675972 1753096 5.17 1957712 4591148 260 [2025-08-21T01:52:19.808Z] 01:49:01 25652952 31500032 765560 2.33 207752 5675976 1753096 5.17 1957264 4591152 4 [2025-08-21T01:52:19.808Z] 01:50:01 25653416 31500556 764936 2.33 207788 5675980 1753096 5.17 1957592 4591156 284 [2025-08-21T01:52:19.808Z] 01:51:01 25653440 31500580 764884 2.33 207816 5675980 1736972 5.12 1957320 4591156 8 [2025-08-21T01:52:19.808Z] 01:52:01 24463596 31457528 805364 2.45 248592 6677876 1758868 5.19 2067468 5566792 232 [2025-08-21T01:52:19.809Z] Average: 25883819 31494390 776078 2.36 195731 5465815 1759106 5.19 1861950 4476502 35361 [2025-08-21T01:52:19.809Z] [2025-08-21T01:52:19.809Z] 01:32:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2025-08-21T01:52:19.809Z] 01:33:01 lo 5.37 5.37 0.55 0.55 0.00 0.00 0.00 0.00 [2025-08-21T01:52:19.809Z] 01:33:01 ens3 718.76 491.17 8418.21 134.93 0.00 0.00 0.00 0.00 [2025-08-21T01:52:19.809Z] 01:33:01 docker0 61.37 58.42 4.30 327.11 0.00 0.00 0.00 0.00 [2025-08-21T01:52:19.809Z] 01:34:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-08-21T01:52:19.809Z] 01:34:01 ens3 511.15 325.28 3128.32 44.61 0.00 0.00 0.00 0.00 [2025-08-21T01:52:19.809Z] 01:34:01 docker0 304.22 474.62 25.93 3094.47 0.00 0.00 0.00 0.00 [2025-08-21T01:52:19.809Z] 01:34:01 veth114def4 0.10 0.18 0.01 0.01 0.00 0.00 0.00 0.00 [2025-08-21T01:52:19.809Z] 01:35:01 lo 3.93 3.93 0.40 0.40 0.00 0.00 0.00 0.00 [2025-08-21T01:52:19.809Z] 01:35:01 ens3 72.24 57.51 223.19 215.09 0.00 0.00 0.00 0.00 [2025-08-21T01:52:19.809Z] 01:35:01 docker0 5.52 9.97 0.33 123.45 0.00 0.00 0.00 0.00 [2025-08-21T01:52:19.809Z] 01:36:01 lo 2.60 2.60 0.25 0.25 0.00 0.00 0.00 0.00 [2025-08-21T01:52:19.809Z] 01:36:01 ens3 104.33 63.01 2534.04 14.82 0.00 0.00 0.00 0.00 [2025-08-21T01:52:19.809Z] 01:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-21T01:52:19.809Z] 01:37:01 lo 0.20 0.20 0.02 0.02 0.00 0.00 0.00 0.00 [2025-08-21T01:52:19.809Z] 01:37:01 ens3 97.07 66.81 849.55 4.75 0.00 0.00 0.00 0.00 [2025-08-21T01:52:19.809Z] 01:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-21T01:52:19.809Z] 01:38:01 lo 0.67 0.67 0.06 0.06 0.00 0.00 0.00 0.00 [2025-08-21T01:52:19.809Z] 01:38:01 ens3 114.65 69.36 2121.08 4.98 0.00 0.00 0.00 0.00 [2025-08-21T01:52:19.809Z] 01:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-21T01:52:19.809Z] 01:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-21T01:52:19.809Z] 01:39:01 ens3 0.07 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-21T01:52:19.809Z] 01:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-21T01:52:19.809Z] 01:40:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-08-21T01:52:19.809Z] 01:40:01 ens3 1.25 0.68 0.53 0.30 0.00 0.00 0.00 0.00 [2025-08-21T01:52:19.809Z] 01:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-21T01:52:19.809Z] 01:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-21T01:52:19.809Z] 01:41:01 ens3 0.20 0.02 0.01 0.00 0.00 0.00 0.00 0.00 [2025-08-21T01:52:19.809Z] 01:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-21T01:52:19.809Z] 01:42:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-08-21T01:52:19.809Z] 01:42:01 ens3 0.17 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2025-08-21T01:52:19.809Z] 01:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-21T01:52:19.809Z] 01:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-21T01:52:19.809Z] 01:43:01 ens3 0.25 0.13 0.08 0.07 0.00 0.00 0.00 0.00 [2025-08-21T01:52:19.809Z] 01:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-21T01:52:19.809Z] 01:44:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-08-21T01:52:19.809Z] 01:44:01 ens3 0.32 0.10 0.02 0.01 0.00 0.00 0.00 0.00 [2025-08-21T01:52:19.809Z] 01:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-21T01:52:19.809Z] 01:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-21T01:52:19.809Z] 01:45:01 ens3 0.27 0.07 0.07 0.00 0.00 0.00 0.00 0.00 [2025-08-21T01:52:19.809Z] 01:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-21T01:52:19.809Z] 01:46:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-08-21T01:52:19.809Z] 01:46:01 ens3 0.15 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2025-08-21T01:52:19.809Z] 01:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-21T01:52:19.809Z] 01:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-21T01:52:19.809Z] 01:47:01 ens3 0.12 0.00 0.01 0.00 0.00 0.00 0.00 0.00 [2025-08-21T01:52:19.809Z] 01:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-21T01:52:19.809Z] 01:48:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-08-21T01:52:19.809Z] 01:48:01 ens3 0.43 0.32 0.09 0.09 0.00 0.00 0.00 0.00 [2025-08-21T01:52:19.809Z] 01:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-21T01:52:19.809Z] 01:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-21T01:52:19.809Z] 01:49:01 ens3 0.20 0.05 0.06 0.00 0.00 0.00 0.00 0.00 [2025-08-21T01:52:19.809Z] 01:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-21T01:52:19.809Z] 01:50:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2025-08-21T01:52:19.809Z] 01:50:01 ens3 0.15 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2025-08-21T01:52:19.809Z] 01:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-21T01:52:19.809Z] 01:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-21T01:52:19.809Z] 01:51:01 ens3 0.13 0.00 0.01 0.00 0.00 0.00 0.00 0.00 [2025-08-21T01:52:19.809Z] 01:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2025-08-21T01:52:19.809Z] 01:52:01 lo 1.80 1.80 0.17 0.17 0.00 0.00 0.00 0.00 [2025-08-21T01:52:19.809Z] 01:52:01 ens3 388.45 242.49 6802.24 142.74 0.00 0.00 0.00 0.00 [2025-08-21T01:52:19.809Z] 01:52:01 docker0 65.19 106.98 5.96 917.50 0.00 0.00 0.00 0.00 [2025-08-21T01:52:19.809Z] Average: lo 0.80 0.80 0.08 0.08 0.00 0.00 0.00 0.00 [2025-08-21T01:52:19.809Z] Average: ens3 100.51 65.86 1203.85 28.12 0.00 0.00 0.00 0.00 [2025-08-21T01:52:19.809Z] Average: docker0 21.81 32.50 1.83 223.12 0.00 0.00 0.00 0.00 [2025-08-21T01:52:19.809Z] [2025-08-21T01:52:19.809Z] [2025-08-21T01:52:19.809Z] ---> sar -P ALL: [2025-08-21T01:52:19.809Z] Linux 5.4.0-216-generic (prd-ubuntu20-04-docker-8c-8g-7342) 08/21/25 _x86_64_ (8 CPU) [2025-08-21T01:52:19.809Z] [2025-08-21T01:52:19.809Z] 01:31:50 LINUX RESTART (8 CPU) [2025-08-21T01:52:19.809Z] [2025-08-21T01:52:19.809Z] 01:32:01 CPU %user %nice %system %iowait %steal %idle [2025-08-21T01:52:19.809Z] 01:33:01 all 9.57 0.00 3.11 2.42 0.06 84.83 [2025-08-21T01:52:19.809Z] 01:33:01 0 6.78 0.00 2.32 0.54 0.07 90.30 [2025-08-21T01:52:19.809Z] 01:33:01 1 10.13 0.00 3.37 3.27 0.05 83.18 [2025-08-21T01:52:19.809Z] 01:33:01 2 8.70 0.00 3.79 4.75 0.07 82.68 [2025-08-21T01:52:19.809Z] 01:33:01 3 12.84 0.00 2.82 1.34 0.07 82.93 [2025-08-21T01:52:19.809Z] 01:33:01 4 11.05 0.00 3.72 5.36 0.05 79.81 [2025-08-21T01:52:19.809Z] 01:33:01 5 11.05 0.00 2.73 2.09 0.05 84.08 [2025-08-21T01:52:19.809Z] 01:33:01 6 7.58 0.00 3.39 1.70 0.07 87.26 [2025-08-21T01:52:19.809Z] 01:33:01 7 8.47 0.00 2.76 0.34 0.08 88.35 [2025-08-21T01:52:19.809Z] 01:34:01 all 29.62 0.00 6.21 1.91 0.07 62.18 [2025-08-21T01:52:19.809Z] 01:34:01 0 29.05 0.00 5.68 0.59 0.07 64.62 [2025-08-21T01:52:19.809Z] 01:34:01 1 29.33 0.00 6.36 1.11 0.08 63.12 [2025-08-21T01:52:19.809Z] 01:34:01 2 29.75 0.00 5.83 2.11 0.07 62.24 [2025-08-21T01:52:19.809Z] 01:34:01 3 29.85 0.00 6.50 0.66 0.07 62.93 [2025-08-21T01:52:19.809Z] 01:34:01 4 30.68 0.00 5.93 0.64 0.07 62.69 [2025-08-21T01:52:19.809Z] 01:34:01 5 29.72 0.00 6.31 0.71 0.08 63.18 [2025-08-21T01:52:19.809Z] 01:34:01 6 27.95 0.00 5.90 2.95 0.07 63.12 [2025-08-21T01:52:19.809Z] 01:34:01 7 30.61 0.00 7.18 6.58 0.08 55.54 [2025-08-21T01:52:19.809Z] 01:35:01 all 39.25 0.00 5.93 2.07 0.08 52.67 [2025-08-21T01:52:19.809Z] 01:35:01 0 37.47 0.00 6.89 0.87 0.07 54.70 [2025-08-21T01:52:19.809Z] 01:35:01 1 40.10 0.00 5.71 3.54 0.07 50.58 [2025-08-21T01:52:19.809Z] 01:35:01 2 40.66 0.00 6.91 0.27 0.07 52.10 [2025-08-21T01:52:19.809Z] 01:35:01 3 38.28 0.00 4.88 0.74 0.08 56.01 [2025-08-21T01:52:19.809Z] 01:35:01 4 37.04 0.00 5.10 1.08 0.08 56.70 [2025-08-21T01:52:19.809Z] 01:35:01 5 39.72 0.00 6.10 7.97 0.08 46.13 [2025-08-21T01:52:19.809Z] 01:35:01 6 39.91 0.00 5.28 0.19 0.07 54.55 [2025-08-21T01:52:19.809Z] 01:35:01 7 40.82 0.00 6.56 1.92 0.08 50.61 [2025-08-21T01:52:19.809Z] 01:36:01 all 2.58 0.00 1.00 0.49 0.03 95.90 [2025-08-21T01:52:19.809Z] 01:36:01 0 2.41 0.00 0.87 0.02 0.02 96.69 [2025-08-21T01:52:19.809Z] 01:36:01 1 2.64 0.00 1.15 0.00 0.05 96.15 [2025-08-21T01:52:19.809Z] 01:36:01 2 3.00 0.00 0.89 0.15 0.05 95.91 [2025-08-21T01:52:19.809Z] 01:36:01 3 2.35 0.00 0.76 0.00 0.03 96.86 [2025-08-21T01:52:19.809Z] 01:36:01 4 2.63 0.00 0.90 0.00 0.02 96.45 [2025-08-21T01:52:19.809Z] 01:36:01 5 2.24 0.00 0.69 0.47 0.02 96.59 [2025-08-21T01:52:19.809Z] 01:36:01 6 2.79 0.00 1.51 0.02 0.03 95.65 [2025-08-21T01:52:19.809Z] 01:36:01 7 2.55 0.00 1.26 3.25 0.03 92.91 [2025-08-21T01:52:19.809Z] 01:37:01 all 0.37 0.00 0.24 0.12 0.02 99.26 [2025-08-21T01:52:19.809Z] 01:37:01 0 0.73 0.00 0.27 0.03 0.03 98.93 [2025-08-21T01:52:19.809Z] 01:37:01 1 0.60 0.00 0.27 0.37 0.02 98.75 [2025-08-21T01:52:19.809Z] 01:37:01 2 0.45 0.00 0.80 0.02 0.03 98.70 [2025-08-21T01:52:19.809Z] 01:37:01 3 0.07 0.00 0.12 0.00 0.02 99.80 [2025-08-21T01:52:19.809Z] 01:37:01 4 0.13 0.00 0.10 0.02 0.00 99.75 [2025-08-21T01:52:19.809Z] 01:37:01 5 0.23 0.00 0.13 0.03 0.02 99.58 [2025-08-21T01:52:19.809Z] 01:37:01 6 0.25 0.00 0.12 0.33 0.02 99.28 [2025-08-21T01:52:19.809Z] 01:37:01 7 0.48 0.00 0.12 0.13 0.00 99.27 [2025-08-21T01:52:19.809Z] 01:38:01 all 1.69 0.00 1.02 0.30 0.03 96.97 [2025-08-21T01:52:19.809Z] 01:38:01 0 0.82 0.00 0.80 0.05 0.00 98.33 [2025-08-21T01:52:19.809Z] 01:38:01 1 2.79 0.00 1.12 0.32 0.03 95.74 [2025-08-21T01:52:19.809Z] 01:38:01 2 2.10 0.00 2.52 0.10 0.02 95.26 [2025-08-21T01:52:19.809Z] 01:38:01 3 1.86 0.00 0.55 0.02 0.05 97.52 [2025-08-21T01:52:19.809Z] 01:38:01 4 1.52 0.00 1.02 0.55 0.03 96.88 [2025-08-21T01:52:19.809Z] 01:38:01 5 0.78 0.00 0.90 0.05 0.02 98.25 [2025-08-21T01:52:19.809Z] 01:38:01 6 1.39 0.00 0.65 1.24 0.03 96.69 [2025-08-21T01:52:19.809Z] 01:38:01 7 2.24 0.00 0.57 0.07 0.02 97.11 [2025-08-21T01:52:19.809Z] 01:39:01 all 0.07 0.00 0.05 0.01 0.01 99.86 [2025-08-21T01:52:19.809Z] 01:39:01 0 0.03 0.00 0.03 0.00 0.02 99.92 [2025-08-21T01:52:19.809Z] 01:39:01 1 0.20 0.00 0.10 0.00 0.02 99.68 [2025-08-21T01:52:19.809Z] 01:39:01 2 0.07 0.00 0.05 0.02 0.00 99.87 [2025-08-21T01:52:19.809Z] 01:39:01 3 0.07 0.00 0.07 0.00 0.03 99.83 [2025-08-21T01:52:19.809Z] 01:39:01 4 0.03 0.00 0.03 0.00 0.00 99.93 [2025-08-21T01:52:19.809Z] 01:39:01 5 0.03 0.00 0.03 0.03 0.02 99.88 [2025-08-21T01:52:19.809Z] 01:39:01 6 0.07 0.00 0.07 0.05 0.02 99.80 [2025-08-21T01:52:19.809Z] 01:39:01 7 0.03 0.00 0.02 0.00 0.02 99.93 [2025-08-21T01:52:19.809Z] 01:40:01 all 0.02 0.00 0.01 0.01 0.01 99.94 [2025-08-21T01:52:19.809Z] 01:40:01 0 0.00 0.00 0.00 0.00 0.00 100.00 [2025-08-21T01:52:19.809Z] 01:40:01 1 0.02 0.00 0.02 0.07 0.02 99.88 [2025-08-21T01:52:19.809Z] 01:40:01 2 0.00 0.00 0.02 0.00 0.00 99.98 [2025-08-21T01:52:19.809Z] 01:40:01 3 0.03 0.00 0.02 0.00 0.03 99.92 [2025-08-21T01:52:19.809Z] 01:40:01 4 0.03 0.00 0.02 0.00 0.02 99.93 [2025-08-21T01:52:19.809Z] 01:40:01 5 0.05 0.00 0.03 0.00 0.00 99.92 [2025-08-21T01:52:19.809Z] 01:40:01 6 0.03 0.00 0.02 0.03 0.02 99.90 [2025-08-21T01:52:19.809Z] 01:40:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2025-08-21T01:52:19.809Z] 01:41:01 all 0.04 0.00 0.01 0.00 0.01 99.93 [2025-08-21T01:52:19.809Z] 01:41:01 0 0.00 0.00 0.00 0.00 0.02 99.98 [2025-08-21T01:52:19.809Z] 01:41:01 1 0.02 0.00 0.00 0.00 0.02 99.97 [2025-08-21T01:52:19.809Z] 01:41:01 2 0.00 0.00 0.02 0.00 0.00 99.98 [2025-08-21T01:52:19.809Z] 01:41:01 3 0.02 0.00 0.03 0.00 0.03 99.92 [2025-08-21T01:52:19.809Z] 01:41:01 4 0.02 0.00 0.02 0.00 0.00 99.97 [2025-08-21T01:52:19.809Z] 01:41:01 5 0.27 0.00 0.00 0.00 0.02 99.72 [2025-08-21T01:52:19.809Z] 01:41:01 6 0.03 0.00 0.00 0.02 0.00 99.95 [2025-08-21T01:52:19.809Z] 01:41:01 7 0.00 0.00 0.02 0.00 0.00 99.98 [2025-08-21T01:52:19.809Z] 01:42:01 all 0.01 0.00 0.01 0.00 0.01 99.96 [2025-08-21T01:52:19.809Z] 01:42:01 0 0.00 0.00 0.02 0.00 0.00 99.98 [2025-08-21T01:52:19.809Z] 01:42:01 1 0.00 0.00 0.00 0.02 0.00 99.98 [2025-08-21T01:52:19.809Z] 01:42:01 2 0.00 0.00 0.00 0.00 0.02 99.98 [2025-08-21T01:52:19.809Z] 01:42:01 3 0.02 0.00 0.03 0.00 0.03 99.92 [2025-08-21T01:52:19.809Z] 01:42:01 4 0.02 0.00 0.00 0.00 0.02 99.97 [2025-08-21T01:52:19.809Z] 01:42:01 5 0.03 0.00 0.02 0.00 0.00 99.95 [2025-08-21T01:52:19.809Z] 01:42:01 6 0.02 0.00 0.02 0.02 0.02 99.93 [2025-08-21T01:52:19.809Z] 01:42:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2025-08-21T01:52:19.809Z] 01:43:01 all 0.02 0.00 0.01 0.00 0.01 99.95 [2025-08-21T01:52:19.809Z] 01:43:01 0 0.00 0.00 0.00 0.00 0.00 100.00 [2025-08-21T01:52:19.809Z] 01:43:01 1 0.00 0.00 0.00 0.02 0.02 99.97 [2025-08-21T01:52:19.809Z] 01:43:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2025-08-21T01:52:19.809Z] 01:43:01 3 0.03 0.00 0.03 0.00 0.05 99.88 [2025-08-21T01:52:19.809Z] 01:43:01 4 0.00 0.00 0.02 0.00 0.00 99.98 [2025-08-21T01:52:19.809Z] 01:43:01 5 0.12 0.00 0.02 0.00 0.02 99.85 [2025-08-21T01:52:19.809Z] 01:43:01 6 0.02 0.00 0.02 0.00 0.02 99.95 [2025-08-21T01:52:19.809Z] 01:43:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2025-08-21T01:52:19.809Z] [2025-08-21T01:52:19.809Z] 01:43:01 CPU %user %nice %system %iowait %steal %idle [2025-08-21T01:52:19.809Z] 01:44:01 all 0.02 0.00 0.01 0.01 0.01 99.95 [2025-08-21T01:52:19.809Z] 01:44:01 0 0.00 0.00 0.00 0.00 0.00 100.00 [2025-08-21T01:52:19.809Z] 01:44:01 1 0.00 0.00 0.02 0.02 0.03 99.93 [2025-08-21T01:52:19.809Z] 01:44:01 2 0.02 0.00 0.00 0.00 0.00 99.98 [2025-08-21T01:52:19.809Z] 01:44:01 3 0.05 0.00 0.03 0.00 0.02 99.90 [2025-08-21T01:52:19.809Z] 01:44:01 4 0.03 0.00 0.00 0.00 0.02 99.95 [2025-08-21T01:52:19.809Z] 01:44:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2025-08-21T01:52:19.809Z] 01:44:01 6 0.03 0.00 0.03 0.03 0.02 99.88 [2025-08-21T01:52:19.809Z] 01:44:01 7 0.02 0.00 0.00 0.00 0.00 99.98 [2025-08-21T01:52:19.809Z] 01:45:01 all 0.00 0.00 0.01 0.00 0.01 99.98 [2025-08-21T01:52:19.809Z] 01:45:01 0 0.00 0.00 0.02 0.00 0.02 99.97 [2025-08-21T01:52:19.809Z] 01:45:01 1 0.02 0.00 0.00 0.00 0.00 99.98 [2025-08-21T01:52:19.809Z] 01:45:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2025-08-21T01:52:19.809Z] 01:45:01 3 0.00 0.00 0.02 0.00 0.05 99.93 [2025-08-21T01:52:19.809Z] 01:45:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2025-08-21T01:52:19.809Z] 01:45:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2025-08-21T01:52:19.809Z] 01:45:01 6 0.02 0.00 0.02 0.00 0.02 99.95 [2025-08-21T01:52:19.809Z] 01:45:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2025-08-21T01:52:19.809Z] 01:46:01 all 0.02 0.00 0.01 0.00 0.01 99.96 [2025-08-21T01:52:19.809Z] 01:46:01 0 0.00 0.00 0.00 0.00 0.00 100.00 [2025-08-21T01:52:19.809Z] 01:46:01 1 0.02 0.00 0.02 0.00 0.02 99.95 [2025-08-21T01:52:19.809Z] 01:46:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2025-08-21T01:52:19.809Z] 01:46:01 3 0.03 0.00 0.03 0.00 0.02 99.92 [2025-08-21T01:52:19.809Z] 01:46:01 4 0.03 0.00 0.00 0.00 0.02 99.95 [2025-08-21T01:52:19.809Z] 01:46:01 5 0.03 0.00 0.00 0.00 0.00 99.97 [2025-08-21T01:52:19.809Z] 01:46:01 6 0.02 0.00 0.02 0.02 0.00 99.95 [2025-08-21T01:52:19.809Z] 01:46:01 7 0.02 0.00 0.02 0.00 0.00 99.97 [2025-08-21T01:52:19.809Z] 01:47:01 all 0.10 0.00 0.01 0.01 0.01 99.87 [2025-08-21T01:52:19.809Z] 01:47:01 0 0.03 0.00 0.03 0.00 0.02 99.92 [2025-08-21T01:52:19.809Z] 01:47:01 1 0.03 0.00 0.00 0.02 0.02 99.93 [2025-08-21T01:52:19.809Z] 01:47:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2025-08-21T01:52:19.809Z] 01:47:01 3 0.70 0.00 0.02 0.00 0.05 99.24 [2025-08-21T01:52:19.809Z] 01:47:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2025-08-21T01:52:19.809Z] 01:47:01 5 0.02 0.00 0.00 0.00 0.00 99.98 [2025-08-21T01:52:19.809Z] 01:47:01 6 0.02 0.00 0.02 0.02 0.02 99.93 [2025-08-21T01:52:19.809Z] 01:47:01 7 0.00 0.00 0.00 0.02 0.00 99.98 [2025-08-21T01:52:19.809Z] 01:48:01 all 0.26 0.00 0.02 0.00 0.01 99.71 [2025-08-21T01:52:19.809Z] 01:48:01 0 0.05 0.00 0.02 0.00 0.00 99.93 [2025-08-21T01:52:19.809Z] 01:48:01 1 0.02 0.00 0.03 0.00 0.02 99.93 [2025-08-21T01:52:19.809Z] 01:48:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2025-08-21T01:52:19.809Z] 01:48:01 3 1.87 0.00 0.05 0.00 0.02 98.06 [2025-08-21T01:52:19.809Z] 01:48:01 4 0.02 0.00 0.03 0.00 0.00 99.95 [2025-08-21T01:52:19.809Z] 01:48:01 5 0.03 0.00 0.00 0.00 0.02 99.95 [2025-08-21T01:52:19.809Z] 01:48:01 6 0.08 0.00 0.02 0.02 0.02 99.87 [2025-08-21T01:52:19.809Z] 01:48:01 7 0.00 0.00 0.02 0.00 0.00 99.98 [2025-08-21T01:52:19.809Z] 01:49:01 all 0.24 0.00 0.01 0.01 0.01 99.74 [2025-08-21T01:52:19.809Z] 01:49:01 0 0.00 0.00 0.00 0.00 0.00 100.00 [2025-08-21T01:52:19.809Z] 01:49:01 1 0.02 0.00 0.00 0.02 0.02 99.95 [2025-08-21T01:52:19.809Z] 01:49:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2025-08-21T01:52:19.809Z] 01:49:01 3 1.82 0.00 0.05 0.00 0.05 98.08 [2025-08-21T01:52:19.809Z] 01:49:01 4 0.02 0.00 0.00 0.00 0.02 99.97 [2025-08-21T01:52:19.809Z] 01:49:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2025-08-21T01:52:19.809Z] 01:49:01 6 0.02 0.00 0.02 0.03 0.02 99.92 [2025-08-21T01:52:19.809Z] 01:49:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2025-08-21T01:52:19.809Z] 01:50:01 all 0.05 0.00 0.01 0.00 0.01 99.92 [2025-08-21T01:52:19.809Z] 01:50:01 0 0.00 0.00 0.00 0.00 0.02 99.98 [2025-08-21T01:52:19.809Z] 01:50:01 1 0.02 0.00 0.02 0.00 0.02 99.95 [2025-08-21T01:52:19.809Z] 01:50:01 2 0.00 0.00 0.02 0.00 0.00 99.98 [2025-08-21T01:52:19.809Z] 01:50:01 3 0.32 0.00 0.02 0.00 0.03 99.63 [2025-08-21T01:52:19.809Z] 01:50:01 4 0.00 0.00 0.00 0.00 0.02 99.98 [2025-08-21T01:52:19.809Z] 01:50:01 5 0.02 0.00 0.00 0.00 0.00 99.98 [2025-08-21T01:52:19.809Z] 01:50:01 6 0.05 0.00 0.03 0.02 0.02 99.88 [2025-08-21T01:52:19.809Z] 01:50:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2025-08-21T01:52:19.809Z] 01:51:01 all 0.01 0.00 0.01 0.00 0.01 99.96 [2025-08-21T01:52:19.809Z] 01:51:01 0 0.00 0.00 0.02 0.00 0.00 99.98 [2025-08-21T01:52:19.809Z] 01:51:01 1 0.02 0.00 0.02 0.02 0.02 99.93 [2025-08-21T01:52:19.809Z] 01:51:01 2 0.00 0.00 0.00 0.00 0.02 99.98 [2025-08-21T01:52:19.809Z] 01:51:01 3 0.02 0.00 0.03 0.00 0.03 99.92 [2025-08-21T01:52:19.809Z] 01:51:01 4 0.02 0.00 0.00 0.00 0.00 99.98 [2025-08-21T01:52:19.809Z] 01:51:01 5 0.02 0.00 0.00 0.00 0.00 99.98 [2025-08-21T01:52:19.809Z] 01:51:01 6 0.03 0.00 0.03 0.02 0.02 99.90 [2025-08-21T01:52:19.809Z] 01:51:01 7 0.02 0.00 0.00 0.00 0.00 99.98 [2025-08-21T01:52:19.809Z] 01:52:01 all 7.21 0.00 2.88 1.42 0.05 88.44 [2025-08-21T01:52:19.809Z] 01:52:01 0 7.54 0.00 2.29 0.13 0.03 90.00 [2025-08-21T01:52:19.809Z] 01:52:01 1 6.06 0.00 3.08 2.21 0.05 88.60 [2025-08-21T01:52:19.809Z] 01:52:01 2 7.93 0.00 2.87 0.10 0.03 89.07 [2025-08-21T01:52:19.809Z] 01:52:01 3 7.00 0.00 2.53 0.74 0.07 89.66 [2025-08-21T01:52:19.809Z] 01:52:01 4 7.69 0.00 2.21 0.57 0.05 89.48 [2025-08-21T01:52:19.809Z] 01:52:01 5 7.72 0.00 2.46 0.03 0.05 89.73 [2025-08-21T01:52:19.809Z] 01:52:01 6 7.63 0.00 4.53 7.49 0.07 80.29 [2025-08-21T01:52:19.809Z] 01:52:01 7 6.07 0.00 3.06 0.13 0.05 90.68 [2025-08-21T01:52:19.809Z] Average: all 4.53 0.00 1.02 0.44 0.02 93.99 [2025-08-21T01:52:19.809Z] Average: 0 4.22 0.00 0.96 0.11 0.02 94.69 [2025-08-21T01:52:19.809Z] Average: 1 4.58 0.00 1.06 0.55 0.03 93.79 [2025-08-21T01:52:19.809Z] Average: 2 4.61 0.00 1.18 0.37 0.02 93.82 [2025-08-21T01:52:19.809Z] Average: 3 4.84 0.00 0.92 0.17 0.04 94.03 [2025-08-21T01:52:19.809Z] Average: 4 4.52 0.00 0.95 0.41 0.02 94.10 [2025-08-21T01:52:19.809Z] Average: 5 4.57 0.00 0.96 0.56 0.02 93.88 [2025-08-21T01:52:19.809Z] Average: 6 4.34 0.00 1.07 0.70 0.03 93.86 [2025-08-21T01:52:19.809Z] Average: 7 4.53 0.00 1.07 0.62 0.02 93.77 [2025-08-21T01:52:19.809Z] [2025-08-21T01:52:19.809Z] [2025-08-21T01:52:19.809Z]