Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 91ebf91b5df65073a2d68aaf0b5700a34ee7edbc 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-ssh10336459234580728673.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-ssh18219273299700644810.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-ssh11934912945369313155.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-ssh3849169332883843609.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-ssh10282206114249225923.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-6402 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 Avoid second fetch Checking out Revision 91ebf91b5df65073a2d68aaf0b5700a34ee7edbc (main) Commit message: "build(deps): Bump github.com/edgexfoundry/device-sdk-go/v4 (#514)" > 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 > git config core.sparsecheckout # timeout=10 > git checkout -f 91ebf91b5df65073a2d68aaf0b5700a34ee7edbc # timeout=10 > git rev-list --no-walk 3b4f5a1b35e9e92260283013db08a973f8e31c32 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2025-08-07T01:13:09.326Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2025-08-07T01:13:09.396Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2025-08-07T01:13:09.422Z] ========================================================= [2025-08-07T01:13:09.422Z] EdgeX Global Pipelines Version Info [2025-08-07T01:13:09.422Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2025-08-07T01:13:10.160Z] ------------------- [2025-08-07T01:13:10.161Z] stable info: [2025-08-07T01:13:10.161Z] ------------------- [2025-08-07T01:13:10.161Z] Commited By: Cherry Wang cherry@iotechsys.com [2025-08-07T01:13:10.161Z] Commit SHA: 056ae7b86453181957306e7078512cbe12174832 [2025-08-07T01:13:10.161Z] Message: update stable to v1.0.276 [2025-08-07T01:13:10.729Z] ------------------- [2025-08-07T01:13:10.729Z] experimental info: [2025-08-07T01:13:10.729Z] ------------------- [2025-08-07T01:13:10.729Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2025-08-07T01:13:10.729Z] Commit SHA: 056ae7b86453181957306e7078512cbe12174832 [2025-08-07T01:13:10.729Z] Message: update experimental to v1.0.276 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2025-08-07T01:13:10.803Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-onvif-camera-settings [Pipeline] echo [2025-08-07T01:13:10.824Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-onvif-camera [Pipeline] echo [2025-08-07T01:13:10.847Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2025-08-07T01:13:10.867Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2025-08-07T01:13:10.885Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2025-08-07T01:13:10.905Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.23 [Pipeline] echo [2025-08-07T01:13:10.927Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2025-08-07T01:13:10.946Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2025-08-07T01:13:10.973Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2025-08-07T01:13:10.993Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2025-08-07T01:13:11.010Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2025-08-07T01:13:11.034Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-onvif-camera [Pipeline] echo [2025-08-07T01:13:11.059Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2025-08-07T01:13:11.080Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2025-08-07T01:13:11.100Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2025-08-07T01:13:11.127Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2025-08-07T01:13:11.154Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2025-08-07T01:13:11.180Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2025-08-07T01:13:11.203Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2025-08-07T01:13:11.229Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2025-08-07T01:13:11.253Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2025-08-07T01:13:11.280Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = doc/openapi/v3 [Pipeline] echo [2025-08-07T01:13:11.307Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2025-08-07T01:13:11.330Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2025-08-07T01:13:11.348Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2025-08-07T01:13:11.376Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2025-08-07T01:13:11.401Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2025-08-07T01:13:11.428Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2025-08-07T01:13:11.454Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2025-08-07T01:13:11.479Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2025-08-07T01:13:11.506Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 91ebf91b5df65073a2d68aaf0b5700a34ee7edbc [Pipeline] echo [2025-08-07T01:13:11.531Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 91ebf91 [Pipeline] echo [2025-08-07T01:13:11.555Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-08-07T01:13:11.618Z] provisioning config files... [2025-08-07T01:13:11.632Z] copy managed file [device-onvif-camera-settings] to file:/w/workspace/foundry_device-onvif-camera_main@tmp/config12963817307824154095tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-08-07T01:13:11.963Z] ---> ****-login.sh [2025-08-07T01:13:11.963Z] nexus3.edgexfoundry.org:10001 [2025-08-07T01:13:11.963Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-07T01:13:12.222Z] [2025-08-07T01:13:12.222Z] WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. [2025-08-07T01:13:12.222Z] Configure a credential helper to remove this warning. See [2025-08-07T01:13:12.222Z] https://docs.****.com/go/credential-store/ [2025-08-07T01:13:12.222Z] [2025-08-07T01:13:12.222Z] Login Succeeded [2025-08-07T01:13:12.222Z] nexus3.edgexfoundry.org:10002 [2025-08-07T01:13:12.222Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-07T01:13:12.222Z] [2025-08-07T01:13:12.222Z] WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. [2025-08-07T01:13:12.222Z] Configure a credential helper to remove this warning. See [2025-08-07T01:13:12.222Z] https://docs.****.com/go/credential-store/ [2025-08-07T01:13:12.222Z] [2025-08-07T01:13:12.222Z] Login Succeeded [2025-08-07T01:13:12.222Z] nexus3.edgexfoundry.org:10003 [2025-08-07T01:13:12.222Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-07T01:13:12.222Z] [2025-08-07T01:13:12.223Z] WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. [2025-08-07T01:13:12.223Z] Configure a credential helper to remove this warning. See [2025-08-07T01:13:12.223Z] https://docs.****.com/go/credential-store/ [2025-08-07T01:13:12.223Z] [2025-08-07T01:13:12.223Z] Login Succeeded [2025-08-07T01:13:12.223Z] nexus3.edgexfoundry.org:10004 [2025-08-07T01:13:12.480Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-07T01:13:12.480Z] [2025-08-07T01:13:12.481Z] WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. [2025-08-07T01:13:12.481Z] Configure a credential helper to remove this warning. See [2025-08-07T01:13:12.481Z] https://docs.****.com/go/credential-store/ [2025-08-07T01:13:12.481Z] [2025-08-07T01:13:12.481Z] Login Succeeded [2025-08-07T01:13:12.481Z] ****.io [2025-08-07T01:13:12.481Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-07T01:13:12.740Z] [2025-08-07T01:13:12.740Z] WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. [2025-08-07T01:13:12.740Z] Configure a credential helper to remove this warning. See [2025-08-07T01:13:12.740Z] https://docs.****.com/go/credential-store/ [2025-08-07T01:13:12.740Z] [2025-08-07T01:13:12.740Z] Login Succeeded [2025-08-07T01:13:12.740Z] ---> ****-login.sh ends [Pipeline] } [2025-08-07T01:13:12.747Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2025-08-07T01:13:13.158Z] + git rev-list -1 --merges 91ebf91b5df65073a2d68aaf0b5700a34ee7edbc~1..91ebf91b5df65073a2d68aaf0b5700a34ee7edbc [Pipeline] echo [2025-08-07T01:13:13.190Z] -----------> git rev-list -1 --merges 91ebf91b5df65073a2d68aaf0b5700a34ee7edbc~1..91ebf91b5df65073a2d68aaf0b5700a34ee7edbc 91ebf91b5df65073a2d68aaf0b5700a34ee7edbc [false] [Pipeline] sh [2025-08-07T01:13:13.486Z] + git log --format=format:%s -1 91ebf91b5df65073a2d68aaf0b5700a34ee7edbc [Pipeline] echo [2025-08-07T01:13:13.503Z] ========================================================= [2025-08-07T01:13:13.503Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2025-08-07T01:13:13.503Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2025-08-07T01:13:13.847Z] + git log --format=format:%s -1 91ebf91b5df65073a2d68aaf0b5700a34ee7edbc [Pipeline] echo [2025-08-07T01:13:13.859Z] [semverPrep] GIT_COMMIT: 91ebf91b5df65073a2d68aaf0b5700a34ee7edbc, Commit Message: build(deps): Bump github.com/edgexfoundry/device-sdk-go/v4 (#514) [Pipeline] echo [2025-08-07T01:13:13.872Z] [semverPrep] This is not a build commit. [Pipeline] sh [2025-08-07T01:13:14.236Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2025-08-07T01:13:14.236Z] + grep -v github /etc/ssh/ssh_known_hosts [2025-08-07T01:13:14.236Z] + [ -e /tmp/ssh_known_hosts ] [2025-08-07T01:13:14.236Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2025-08-07T01:13:14.236Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2025-08-07T01:13:14.236Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2025-08-07T01:13:14.236Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-07T01:13:14.625Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-08-07T01:13:14.625Z] [2025-08-07T01:13:14.625Z] 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-07T01:13:14.927Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-08-07T01:13:14.927Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2025-08-07T01:13:14.927Z] 3dae71ba6b94: Pulling fs layer [2025-08-07T01:13:14.927Z] 6bf1a483ea7c: Pulling fs layer [2025-08-07T01:13:14.927Z] f5dfc541a4d3: Pulling fs layer [2025-08-07T01:13:14.927Z] 461d9e800cba: Pulling fs layer [2025-08-07T01:13:14.927Z] 80192f66455f: Pulling fs layer [2025-08-07T01:13:14.927Z] 2e8e34ca0e6c: Pulling fs layer [2025-08-07T01:13:14.927Z] a29436f7fd5d: Pulling fs layer [2025-08-07T01:13:14.927Z] 923cac83aea3: Pulling fs layer [2025-08-07T01:13:14.927Z] 25ad8b0a4227: Pulling fs layer [2025-08-07T01:13:14.927Z] db01528c6b51: Pulling fs layer [2025-08-07T01:13:14.927Z] 28988de357af: Pulling fs layer [2025-08-07T01:13:14.927Z] 461d9e800cba: Waiting [2025-08-07T01:13:14.927Z] 80192f66455f: Waiting [2025-08-07T01:13:14.927Z] 2e8e34ca0e6c: Waiting [2025-08-07T01:13:14.927Z] a29436f7fd5d: Waiting [2025-08-07T01:13:14.927Z] 923cac83aea3: Waiting [2025-08-07T01:13:14.927Z] 25ad8b0a4227: Waiting [2025-08-07T01:13:14.927Z] db01528c6b51: Waiting [2025-08-07T01:13:14.927Z] 28988de357af: Waiting [2025-08-07T01:13:14.927Z] 6bf1a483ea7c: Verifying Checksum [2025-08-07T01:13:14.927Z] 6bf1a483ea7c: Download complete [2025-08-07T01:13:14.927Z] 461d9e800cba: Download complete [2025-08-07T01:13:14.927Z] 80192f66455f: Verifying Checksum [2025-08-07T01:13:14.927Z] 80192f66455f: Download complete [2025-08-07T01:13:15.186Z] f5dfc541a4d3: Verifying Checksum [2025-08-07T01:13:15.186Z] f5dfc541a4d3: Download complete [2025-08-07T01:13:15.186Z] 3dae71ba6b94: Verifying Checksum [2025-08-07T01:13:15.186Z] 3dae71ba6b94: Download complete [2025-08-07T01:13:15.186Z] 923cac83aea3: Download complete [2025-08-07T01:13:15.186Z] 25ad8b0a4227: Verifying Checksum [2025-08-07T01:13:15.186Z] 25ad8b0a4227: Download complete [2025-08-07T01:13:15.445Z] db01528c6b51: Verifying Checksum [2025-08-07T01:13:15.445Z] db01528c6b51: Download complete [2025-08-07T01:13:15.445Z] 28988de357af: Verifying Checksum [2025-08-07T01:13:15.445Z] 28988de357af: Download complete [2025-08-07T01:13:15.445Z] a29436f7fd5d: Verifying Checksum [2025-08-07T01:13:15.445Z] a29436f7fd5d: Download complete [2025-08-07T01:13:15.704Z] 2e8e34ca0e6c: Verifying Checksum [2025-08-07T01:13:15.704Z] 2e8e34ca0e6c: Download complete [2025-08-07T01:13:16.641Z] 3dae71ba6b94: Pull complete [2025-08-07T01:13:16.641Z] 6bf1a483ea7c: Pull complete [2025-08-07T01:13:17.581Z] f5dfc541a4d3: Pull complete [2025-08-07T01:13:17.581Z] 461d9e800cba: Pull complete [2025-08-07T01:13:17.581Z] 80192f66455f: Pull complete [2025-08-07T01:13:21.767Z] 2e8e34ca0e6c: Pull complete [2025-08-07T01:13:21.767Z] a29436f7fd5d: Pull complete [2025-08-07T01:13:21.767Z] 923cac83aea3: Pull complete [2025-08-07T01:13:21.767Z] 25ad8b0a4227: Pull complete [2025-08-07T01:13:22.027Z] db01528c6b51: Pull complete [2025-08-07T01:13:22.027Z] 28988de357af: Pull complete [2025-08-07T01:13:22.027Z] Digest: sha256:195353f5eb8266bfc5d09c70327cc406fe11db141ac9a5f04734cd23bce6a248 [2025-08-07T01:13:22.027Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-08-07T01:13:22.027Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-08-07T01:13:22.150Z] prd-ubuntu20.04-docker-8c-8g-6402 does not seem to be running inside a container [2025-08-07T01:13:22.166Z] $ 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-07T01:13:23.901Z] $ docker top 2c9cc1cad5d8478e5478646cc2039727d668d46b7be88ab3330e14ddb1e3a9c8 -eo pid,comm [2025-08-07T01:13:23.955Z] 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-07T01:13:23.955Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2025-08-07T01:13:24.007Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-08-07T01:13:24.007Z] [ssh-agent] Looking for ssh-agent implementation... [2025-08-07T01:13:24.125Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-08-07T01:13:24.121Z] $ docker exec 2c9cc1cad5d8478e5478646cc2039727d668d46b7be88ab3330e14ddb1e3a9c8 ssh-agent [2025-08-07T01:13:24.236Z] SSH_AUTH_SOCK=/tmp/ssh-78p8DQ34X989/agent.33 [2025-08-07T01:13:24.236Z] SSH_AGENT_PID=40 [2025-08-07T01:13:24.245Z] Running ssh-add (command line suppressed) [2025-08-07T01:13:24.338Z] Identity added: /w/workspace/foundry_device-onvif-camera_main@tmp/private_key_3138475595562500958.key (/w/workspace/foundry_device-onvif-camera_main@tmp/private_key_3138475595562500958.key) [2025-08-07T01:13:24.361Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-08-07T01:13:24.659Z] + git config --global --add safe.directory /w/workspace/foundry_device-onvif-camera_main [Pipeline] sh [2025-08-07T01:13:24.948Z] + git tag --points-at HEAD [Pipeline] } [2025-08-07T01:13:24.952Z] $ docker exec --env ******** --env ******** 2c9cc1cad5d8478e5478646cc2039727d668d46b7be88ab3330e14ddb1e3a9c8 ssh-agent -k [2025-08-07T01:13:25.045Z] unset SSH_AUTH_SOCK; [2025-08-07T01:13:25.045Z] unset SSH_AGENT_PID; [2025-08-07T01:13:25.045Z] echo Agent pid 40 killed; [2025-08-07T01:13:25.061Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2025-08-07T01:13:25.098Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-08-07T01:13:25.098Z] [ssh-agent] Looking for ssh-agent implementation... [2025-08-07T01:13:25.215Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-08-07T01:13:25.209Z] $ docker exec 2c9cc1cad5d8478e5478646cc2039727d668d46b7be88ab3330e14ddb1e3a9c8 ssh-agent [2025-08-07T01:13:25.310Z] SSH_AUTH_SOCK=/tmp/ssh-uW8BBhlUGHoe/agent.87 [2025-08-07T01:13:25.310Z] SSH_AGENT_PID=93 [2025-08-07T01:13:25.314Z] Running ssh-add (command line suppressed) [2025-08-07T01:13:25.395Z] Identity added: /w/workspace/foundry_device-onvif-camera_main@tmp/private_key_17175508278920879067.key (/w/workspace/foundry_device-onvif-camera_main@tmp/private_key_17175508278920879067.key) [2025-08-07T01:13:25.416Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-08-07T01:13:25.703Z] + git semver init [2025-08-07T01:13:25.963Z] 2025-08-07 01:13:25,893 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') [2025-08-07T01:13:25.963Z] 2025-08-07 01:13:25,897 [run_init] DEBUG init version:0.0.0 force:False [2025-08-07T01:13:25.963Z] 2025-08-07 01:13:25,898 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/foundry_device-onvif-camera_main/.semver [2025-08-07T01:13:25.963Z] 2025-08-07 01:13:25,898 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-onvif-camera.git /w/workspace/foundry_device-onvif-camera_main/.semver [2025-08-07T01:13:25.963Z] 2025-08-07 01:13:25,898 [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-07T01:13:27.345Z] 2025-08-07 01:13:27,254 [append_file] DEBUG append to file:/w/workspace/foundry_device-onvif-camera_main/.git/info/exclude [2025-08-07T01:13:27.345Z] 2025-08-07 01:13:27,255 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/foundry_device-onvif-camera_main/.semver/main with force:False [2025-08-07T01:13:27.345Z] 2025-08-07 01:13:27,255 [read_version] DEBUG read version from /w/workspace/foundry_device-onvif-camera_main/.semver/main [2025-08-07T01:13:27.345Z] 2025-08-07 01:13:27,255 [read_version] DEBUG read version from /w/workspace/foundry_device-onvif-camera_main/.semver/main [2025-08-07T01:13:27.345Z] 4.1.0-dev.2 [Pipeline] } [2025-08-07T01:13:27.345Z] $ docker exec --env ******** --env ******** 2c9cc1cad5d8478e5478646cc2039727d668d46b7be88ab3330e14ddb1e3a9c8 ssh-agent -k [2025-08-07T01:13:27.432Z] unset SSH_AUTH_SOCK; [2025-08-07T01:13:27.432Z] unset SSH_AGENT_PID; [2025-08-07T01:13:27.432Z] echo Agent pid 93 killed; [2025-08-07T01:13:27.449Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-08-07T01:13:27.785Z] + git semver [Pipeline] } [2025-08-07T01:13:28.049Z] $ docker stop --time=1 2c9cc1cad5d8478e5478646cc2039727d668d46b7be88ab3330e14ddb1e3a9c8 [2025-08-07T01:13:29.302Z] $ docker rm -f --volumes 2c9cc1cad5d8478e5478646cc2039727d668d46b7be88ab3330e14ddb1e3a9c8 [Pipeline] // withDockerContainer [Pipeline] sh [2025-08-07T01:13:29.661Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2025-08-07T01:13:29.886Z] Stashed 1 file(s) [Pipeline] echo [2025-08-07T01:13:29.891Z] [edgeXSemver]: initialized semver on version 4.1.0-dev.2 [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-07T01:13:30.071Z] provisioning config files... [2025-08-07T01:13:30.083Z] copy managed file [device-onvif-camera-settings] to file:/w/workspace/foundry_device-onvif-camera_main@tmp/config5775856911857169770tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-08-07T01:13:30.384Z] ---> ****-login.sh [2025-08-07T01:13:30.384Z] nexus3.edgexfoundry.org:10001 [2025-08-07T01:13:30.384Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-07T01:13:30.384Z] Login Succeeded [2025-08-07T01:13:30.384Z] nexus3.edgexfoundry.org:10002 [2025-08-07T01:13:30.384Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-07T01:13:30.384Z] Login Succeeded [2025-08-07T01:13:30.384Z] nexus3.edgexfoundry.org:10003 [2025-08-07T01:13:30.384Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-07T01:13:30.651Z] Login Succeeded [2025-08-07T01:13:30.651Z] nexus3.edgexfoundry.org:10004 [2025-08-07T01:13:30.651Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-07T01:13:30.651Z] Login Succeeded [2025-08-07T01:13:30.651Z] ****.io [2025-08-07T01:13:30.651Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-07T01:13:30.927Z] Login Succeeded [2025-08-07T01:13:30.927Z] ---> ****-login.sh ends [Pipeline] } [2025-08-07T01:13:30.943Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2025-08-07T01:13:31.035Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-08-07T01:13:31.055Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-08-07T01:13:31.070Z] ========================================================= [2025-08-07T01:13:31.070Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine] [2025-08-07T01:13:31.070Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-07T01:13:31.413Z] + 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-07T01:13:31.980Z] #0 building with "default" instance using docker driver [2025-08-07T01:13:31.980Z] [2025-08-07T01:13:31.980Z] #1 [internal] load build definition from Dockerfile [2025-08-07T01:13:31.980Z] #1 transferring dockerfile: 1.75kB done [2025-08-07T01:13:31.980Z] #1 DONE 0.0s [2025-08-07T01:13:31.980Z] [2025-08-07T01:13:31.980Z] #2 [internal] load metadata for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [2025-08-07T01:13:31.980Z] #2 DONE 0.1s [2025-08-07T01:13:32.241Z] [2025-08-07T01:13:32.241Z] #3 [internal] load .dockerignore [2025-08-07T01:13:32.241Z] #3 transferring context: 2B done [2025-08-07T01:13:32.241Z] #3 DONE 0.0s [2025-08-07T01:13:32.241Z] [2025-08-07T01:13:32.241Z] #4 [builder 1/7] FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine@sha256:b992faf2485ce295780ce8bcc3ec6c89c618966a0a233ad776f4c4289344e4b4 [2025-08-07T01:13:32.241Z] #4 resolve nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine@sha256:b992faf2485ce295780ce8bcc3ec6c89c618966a0a233ad776f4c4289344e4b4 0.0s done [2025-08-07T01:13:32.241Z] #4 extracting sha256:0a9a5dfd008f05ebc27e4790db0709a29e527690c21bcbcd01481eaeb6bb49dc [2025-08-07T01:13:32.241Z] #4 sha256:01d3d341091a517642a078ff0605422b0bc90a0685c27f13eebf23a14bd174bf 2.08kB / 2.08kB done [2025-08-07T01:13:32.241Z] #4 sha256:d619b1717253d911bd917c5573ee8134ae218c2451e74083eb23940cdd319302 4.11kB / 4.11kB done [2025-08-07T01:13:32.241Z] #4 sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d 2.10MB / 74.06MB 0.1s [2025-08-07T01:13:32.241Z] #4 sha256:b992faf2485ce295780ce8bcc3ec6c89c618966a0a233ad776f4c4289344e4b4 685B / 685B done [2025-08-07T01:13:32.241Z] #4 sha256:36466aa92d05be39552cfcf5a51ca5dc6ccfd7da55adfeaec5689f02abf883df 294.40kB / 294.40kB 0.1s done [2025-08-07T01:13:32.241Z] #4 sha256:096b7ceb2af7cf0b2f963a566800bb0fb4c52ac2b7c0b1b66412e82adff0faa1 126B / 126B 0.1s [2025-08-07T01:13:32.241Z] #4 sha256:0a9a5dfd008f05ebc27e4790db0709a29e527690c21bcbcd01481eaeb6bb49dc 3.63MB / 3.63MB 0.1s done [2025-08-07T01:13:32.502Z] #4 extracting sha256:0a9a5dfd008f05ebc27e4790db0709a29e527690c21bcbcd01481eaeb6bb49dc 0.1s done [2025-08-07T01:13:32.502Z] #4 sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d 12.58MB / 74.06MB 0.2s [2025-08-07T01:13:32.502Z] #4 sha256:096b7ceb2af7cf0b2f963a566800bb0fb4c52ac2b7c0b1b66412e82adff0faa1 126B / 126B 0.1s done [2025-08-07T01:13:32.502Z] #4 sha256:1477f019b03287281269462164bc2738c9ee590c6f69056650fa13f78f7838c5 2.10MB / 103.05MB 0.2s [2025-08-07T01:13:32.502Z] #4 sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 32B / 32B 0.1s done [2025-08-07T01:13:32.502Z] #4 sha256:c451b95d79318bfd8953a1c9820732ea4e6327fc33c477d42b42d627f68681ad 440B / 440B 0.1s done [2025-08-07T01:13:32.502Z] #4 sha256:9febf9df44015f7ef701ca8f314687499ee20e4ce98978b9d593178fd725ad4a 2.38MB / 2.38MB 0.2s [2025-08-07T01:13:32.502Z] #4 extracting sha256:36466aa92d05be39552cfcf5a51ca5dc6ccfd7da55adfeaec5689f02abf883df [2025-08-07T01:13:32.502Z] #4 ... [2025-08-07T01:13:32.502Z] [2025-08-07T01:13:32.502Z] #5 [internal] load build context [2025-08-07T01:13:32.502Z] #5 transferring context: 46.85MB 0.4s done [2025-08-07T01:13:32.502Z] #5 DONE 0.4s [2025-08-07T01:13:32.502Z] [2025-08-07T01:13:32.502Z] #4 [builder 1/7] FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine@sha256:b992faf2485ce295780ce8bcc3ec6c89c618966a0a233ad776f4c4289344e4b4 [2025-08-07T01:13:32.502Z] #4 sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d 53.48MB / 74.06MB 0.5s [2025-08-07T01:13:32.502Z] #4 sha256:1477f019b03287281269462164bc2738c9ee590c6f69056650fa13f78f7838c5 22.02MB / 103.05MB 0.5s [2025-08-07T01:13:32.502Z] #4 sha256:9febf9df44015f7ef701ca8f314687499ee20e4ce98978b9d593178fd725ad4a 2.38MB / 2.38MB 0.2s done [2025-08-07T01:13:32.502Z] #4 extracting sha256:36466aa92d05be39552cfcf5a51ca5dc6ccfd7da55adfeaec5689f02abf883df 0.1s done [2025-08-07T01:13:32.502Z] #4 sha256:c7dc25521971803488b68411916ffdc83cf3bd27a28b4147915497769959ad5b 8.39MB / 13.29MB 0.5s [2025-08-07T01:13:32.761Z] #4 sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d 66.06MB / 74.06MB 0.6s [2025-08-07T01:13:32.761Z] #4 sha256:c7dc25521971803488b68411916ffdc83cf3bd27a28b4147915497769959ad5b 11.53MB / 13.29MB 0.6s [2025-08-07T01:13:33.019Z] #4 sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d 74.06MB / 74.06MB 0.8s done [2025-08-07T01:13:33.019Z] #4 sha256:1477f019b03287281269462164bc2738c9ee590c6f69056650fa13f78f7838c5 40.89MB / 103.05MB 0.8s [2025-08-07T01:13:33.019Z] #4 sha256:c7dc25521971803488b68411916ffdc83cf3bd27a28b4147915497769959ad5b 13.29MB / 13.29MB 0.7s done [2025-08-07T01:13:33.019Z] #4 sha256:1477f019b03287281269462164bc2738c9ee590c6f69056650fa13f78f7838c5 59.77MB / 103.05MB 0.9s [2025-08-07T01:13:33.019Z] #4 extracting sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d 0.1s [2025-08-07T01:13:33.019Z] #4 sha256:1477f019b03287281269462164bc2738c9ee590c6f69056650fa13f78f7838c5 77.59MB / 103.05MB 1.0s [2025-08-07T01:13:33.278Z] #4 sha256:1477f019b03287281269462164bc2738c9ee590c6f69056650fa13f78f7838c5 101.71MB / 103.05MB 1.1s [2025-08-07T01:13:33.536Z] #4 sha256:1477f019b03287281269462164bc2738c9ee590c6f69056650fa13f78f7838c5 103.05MB / 103.05MB 1.3s done [2025-08-07T01:13:37.727Z] #4 extracting sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d 4.5s done [2025-08-07T01:13:37.727Z] #4 extracting sha256:096b7ceb2af7cf0b2f963a566800bb0fb4c52ac2b7c0b1b66412e82adff0faa1 [2025-08-07T01:13:37.727Z] #4 extracting sha256:096b7ceb2af7cf0b2f963a566800bb0fb4c52ac2b7c0b1b66412e82adff0faa1 done [2025-08-07T01:13:37.727Z] #4 extracting sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 done [2025-08-07T01:13:37.727Z] #4 extracting sha256:c451b95d79318bfd8953a1c9820732ea4e6327fc33c477d42b42d627f68681ad done [2025-08-07T01:13:37.727Z] #4 extracting sha256:9febf9df44015f7ef701ca8f314687499ee20e4ce98978b9d593178fd725ad4a 0.0s done [2025-08-07T01:13:37.985Z] #4 extracting sha256:1477f019b03287281269462164bc2738c9ee590c6f69056650fa13f78f7838c5 0.1s [2025-08-07T01:13:40.517Z] #4 extracting sha256:1477f019b03287281269462164bc2738c9ee590c6f69056650fa13f78f7838c5 2.6s done [2025-08-07T01:13:40.517Z] #4 extracting sha256:c7dc25521971803488b68411916ffdc83cf3bd27a28b4147915497769959ad5b 0.1s [2025-08-07T01:13:41.087Z] #4 extracting sha256:c7dc25521971803488b68411916ffdc83cf3bd27a28b4147915497769959ad5b 0.6s done [2025-08-07T01:13:41.346Z] #4 DONE 9.1s [2025-08-07T01:13:41.346Z] [2025-08-07T01:13:41.346Z] #6 [builder 2/7] RUN apk add --no-cache make git [2025-08-07T01:13:41.346Z] #6 0.211 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-08-07T01:13:41.606Z] #6 0.363 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-08-07T01:13:41.870Z] #6 0.700 OK: 248 MiB in 58 packages [2025-08-07T01:13:43.777Z] #6 DONE 2.5s [2025-08-07T01:13:43.777Z] [2025-08-07T01:13:43.777Z] #7 [builder 3/7] WORKDIR /device-onvif-camera [2025-08-07T01:13:43.777Z] #7 DONE 0.1s [2025-08-07T01:13:43.777Z] [2025-08-07T01:13:43.777Z] #8 [builder 4/7] COPY go.mod vendor* ./ [2025-08-07T01:13:43.777Z] #8 DONE 0.1s [2025-08-07T01:13:44.036Z] [2025-08-07T01:13:44.036Z] #9 [builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-08-07T01:13:45.032Z] Still waiting to schedule task [2025-08-07T01:13:45.033Z] Waiting for next available executor on ‘ubuntu20.04-docker-arm64-4c-16g’ [2025-08-07T01:14:05.979Z] #9 DONE 21.2s [2025-08-07T01:14:05.979Z] [2025-08-07T01:14:05.979Z] #10 [builder 6/7] COPY . . [2025-08-07T01:14:05.979Z] #10 DONE 0.2s [2025-08-07T01:14:05.979Z] [2025-08-07T01:14:05.979Z] #11 [builder 7/7] RUN echo noop [2025-08-07T01:14:05.979Z] #11 0.192 noop [2025-08-07T01:14:05.979Z] #11 DONE 0.2s [2025-08-07T01:14:05.979Z] [2025-08-07T01:14:05.979Z] #12 exporting to image [2025-08-07T01:14:05.979Z] #12 exporting layers [2025-08-07T01:14:12.543Z] #12 exporting layers 7.1s done [2025-08-07T01:14:12.543Z] #12 writing image sha256:8c854753d76d6059d37c0d9aa98b85feff26ebffddf6e2a1f551712fd256c1c5 done [2025-08-07T01:14:12.543Z] #12 naming to docker.io/library/ci-base-image-x86_64 done [2025-08-07T01:14:12.543Z] #12 DONE 7.1s [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-07T01:14:12.860Z] + docker inspect -f . ci-base-image-x86_64 [2025-08-07T01:14:12.860Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-08-07T01:14:12.933Z] prd-ubuntu20.04-docker-8c-8g-6402 does not seem to be running inside a container [2025-08-07T01:14:12.949Z] $ 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-07T01:14:13.253Z] $ docker top badf273b8528c7d8dbb16d9cd2ce73d62fe44ee6bf8582a0d95dfb363964646d -eo pid,comm [Pipeline] { [Pipeline] sh [2025-08-07T01:14:13.604Z] + go version [2025-08-07T01:14:13.604Z] go version go1.23.9 linux/amd64 [Pipeline] } [2025-08-07T01:14:13.602Z] $ docker stop --time=1 badf273b8528c7d8dbb16d9cd2ce73d62fe44ee6bf8582a0d95dfb363964646d [2025-08-07T01:14:14.837Z] $ docker rm -f --volumes badf273b8528c7d8dbb16d9cd2ce73d62fe44ee6bf8582a0d95dfb363964646d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-07T01:14:15.271Z] + docker inspect -f . ci-base-image-x86_64 [2025-08-07T01:14:15.271Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-08-07T01:14:15.341Z] prd-ubuntu20.04-docker-8c-8g-6402 does not seem to be running inside a container [2025-08-07T01:14:15.356Z] $ 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-07T01:14:15.579Z] $ docker top f079231ef03326a59aa9dfacd2bd92b9b2fdfddcdef85571481c9268f352f463 -eo pid,comm [Pipeline] { [Pipeline] sh [2025-08-07T01:14:15.936Z] + git config --global --add safe.directory /w/workspace/foundry_device-onvif-camera_main [Pipeline] fileExists [Pipeline] sh [2025-08-07T01:14:16.233Z] + make test [2025-08-07T01:14:16.233Z] go test ./... -coverprofile=coverage.out ./... [2025-08-07T01:14:17.169Z] ? github.com/edgexfoundry/device-onvif-camera [no test files] [2025-08-07T01:14:35.244Z] github.com/edgexfoundry/device-onvif-camera/internal/driver/mocks coverage: 0.0% of statements [2025-08-07T01:14:35.244Z] github.com/edgexfoundry/device-onvif-camera/cmd coverage: 0.0% of statements [2025-08-07T01:14:36.177Z] ok github.com/edgexfoundry/device-onvif-camera/internal/driver 2.023s coverage: 31.4% of statements [2025-08-07T01:14:36.434Z] ok github.com/edgexfoundry/device-onvif-camera/internal/netscan 2.246s coverage: 86.5% of statements [2025-08-07T01:14:46.405Z] go vet ./... [2025-08-07T01:14:51.685Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2025-08-07T01:14:51.685Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2025-08-07T01:14:51.685Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2025-08-07T01:14:51.698Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] } [2025-08-07T01:14:51.702Z] $ docker stop --time=1 f079231ef03326a59aa9dfacd2bd92b9b2fdfddcdef85571481c9268f352f463 [2025-08-07T01:14:53.744Z] $ docker rm -f --volumes f079231ef03326a59aa9dfacd2bd92b9b2fdfddcdef85571481c9268f352f463 [Pipeline] // withDockerContainer [Pipeline] sh [2025-08-07T01:14:54.315Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2025-08-07T01:14:54.393Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2025-08-07T01:14:54.883Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2025-08-07T01:14:55.169Z] + ls -al . [2025-08-07T01:14:55.169Z] total 320 [2025-08-07T01:14:55.169Z] drwxrwxr-x 9 jenkins jenkins 4096 Aug 7 01:14 . [2025-08-07T01:14:55.169Z] drwxrwxr-x 4 jenkins jenkins 4096 Aug 7 01:13 .. [2025-08-07T01:14:55.169Z] drwxrwxr-x 8 jenkins jenkins 4096 Aug 7 01:14 .git [2025-08-07T01:14:55.169Z] drwxrwxr-x 3 jenkins jenkins 4096 Aug 7 01:13 .github [2025-08-07T01:14:55.169Z] -rw-rw-r-- 1 jenkins jenkins 493 Aug 7 01:13 .gitignore [2025-08-07T01:14:55.169Z] -rw-rw-r-- 1 jenkins jenkins 199 Aug 7 01:13 .golangci.yml [2025-08-07T01:14:55.169Z] drwxr-xr-x 3 jenkins jenkins 4096 Aug 7 01:13 .semver [2025-08-07T01:14:55.169Z] -rw-rw-r-- 1 jenkins jenkins 20612 Aug 7 01:13 Attribution.txt [2025-08-07T01:14:55.169Z] -rw-rw-r-- 1 jenkins jenkins 19022 Aug 7 01:13 CHANGELOG.md [2025-08-07T01:14:55.169Z] -rw-rw-r-- 1 jenkins jenkins 1715 Aug 7 01:13 Dockerfile [2025-08-07T01:14:55.169Z] -rw-rw-r-- 1 jenkins jenkins 677 Aug 7 01:13 GOVERNANCE.md [2025-08-07T01:14:55.169Z] -rw-rw-r-- 1 jenkins jenkins 739 Aug 7 01:13 Jenkinsfile [2025-08-07T01:14:55.169Z] -rw-rw-r-- 1 jenkins jenkins 11348 Aug 7 01:13 LICENSE [2025-08-07T01:14:55.169Z] -rw-rw-r-- 1 jenkins jenkins 3465 Aug 7 01:13 Makefile [2025-08-07T01:14:55.169Z] -rw-rw-r-- 1 jenkins jenkins 625 Aug 7 01:13 OWNERS.md [2025-08-07T01:14:55.169Z] -rw-rw-r-- 1 jenkins jenkins 2620 Aug 7 01:13 README.md [2025-08-07T01:14:55.169Z] -rw-rw-r-- 1 jenkins jenkins 11 Aug 7 01:13 VERSION [2025-08-07T01:14:55.169Z] drwxrwxr-x 2 jenkins jenkins 4096 Aug 7 01:13 bin [2025-08-07T01:14:55.169Z] drwxrwxr-x 3 jenkins jenkins 4096 Aug 7 01:13 cmd [2025-08-07T01:14:55.169Z] -rw-r--r-- 1 jenkins jenkins 92466 Aug 7 01:14 coverage.out [2025-08-07T01:14:55.169Z] drwxrwxr-x 4 jenkins jenkins 4096 Aug 7 01:13 doc [2025-08-07T01:14:55.169Z] -rw-rw-r-- 1 jenkins jenkins 6471 Aug 7 01:13 go.mod [2025-08-07T01:14:55.169Z] -rw-rw-r-- 1 jenkins jenkins 87507 Aug 7 01:13 go.sum [2025-08-07T01:14:55.169Z] drwxrwxr-x 4 jenkins jenkins 4096 Aug 7 01:13 internal [2025-08-07T01:14:55.169Z] -rw-rw-r-- 1 jenkins jenkins 236 Aug 7 01:13 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-07T01:14:55.486Z] + 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=91ebf91b5df65073a2d68aaf0b5700a34ee7edbc --label arch=amd64 --label version=4.1.0-dev.2 . [2025-08-07T01:14:55.749Z] #0 building with "default" instance using docker driver [2025-08-07T01:14:55.750Z] [2025-08-07T01:14:55.750Z] #1 [internal] load build definition from Dockerfile [2025-08-07T01:14:55.750Z] #1 transferring dockerfile: 1.75kB done [2025-08-07T01:14:55.750Z] #1 DONE 0.0s [2025-08-07T01:14:55.750Z] [2025-08-07T01:14:55.750Z] #2 [internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2025-08-07T01:14:55.750Z] #2 DONE 0.0s [2025-08-07T01:14:55.750Z] [2025-08-07T01:14:55.750Z] #3 [internal] load metadata for docker.io/library/alpine:3.20 [2025-08-07T01:14:55.750Z] #3 DONE 0.1s [2025-08-07T01:14:55.750Z] [2025-08-07T01:14:55.750Z] #4 [internal] load .dockerignore [2025-08-07T01:14:55.750Z] #4 transferring context: 2B done [2025-08-07T01:14:55.750Z] #4 DONE 0.0s [2025-08-07T01:14:55.750Z] [2025-08-07T01:14:55.750Z] #5 [stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d [2025-08-07T01:14:55.750Z] #5 resolve docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d [2025-08-07T01:14:55.750Z] #5 ... [2025-08-07T01:14:55.750Z] [2025-08-07T01:14:55.750Z] #6 [internal] load build context [2025-08-07T01:14:55.750Z] #6 transferring context: 111.45kB 0.0s done [2025-08-07T01:14:55.750Z] #6 DONE 0.0s [2025-08-07T01:14:55.750Z] [2025-08-07T01:14:55.750Z] #7 [builder 1/7] FROM docker.io/library/ci-base-image-x86_64:latest [2025-08-07T01:14:55.750Z] #7 DONE 0.1s [2025-08-07T01:14:55.750Z] [2025-08-07T01:14:55.750Z] #5 [stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d [2025-08-07T01:14:55.750Z] #5 resolve docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 0.0s done [2025-08-07T01:14:55.750Z] #5 extracting sha256:01d036902a3ca86e8793073c8094cba44d83a38953a489ac0641f3de017fe2d2 [2025-08-07T01:14:55.750Z] #5 sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 9.22kB / 9.22kB done [2025-08-07T01:14:55.750Z] #5 sha256:f25ebd2af60b9de8e26e5100fe6f493beb81bff010f27e84f223ad19886a78f0 1.02kB / 1.02kB done [2025-08-07T01:14:55.750Z] #5 sha256:411bc66a7adb849165d4e733707efe59d6b5edf8b4d96506cb6a1e31ba270199 581B / 581B done [2025-08-07T01:14:55.750Z] #5 sha256:01d036902a3ca86e8793073c8094cba44d83a38953a489ac0641f3de017fe2d2 3.62MB / 3.62MB 0.1s done [2025-08-07T01:14:55.750Z] #5 extracting sha256:01d036902a3ca86e8793073c8094cba44d83a38953a489ac0641f3de017fe2d2 0.1s done [2025-08-07T01:14:55.750Z] #5 DONE 0.2s [2025-08-07T01:14:55.750Z] [2025-08-07T01:14:55.750Z] #8 [builder 2/7] RUN apk add --no-cache make git [2025-08-07T01:14:56.009Z] #8 0.222 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-08-07T01:14:56.268Z] #8 0.390 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-08-07T01:14:56.526Z] #8 0.736 OK: 248 MiB in 58 packages [2025-08-07T01:14:56.526Z] #8 DONE 0.8s [2025-08-07T01:14:56.526Z] [2025-08-07T01:14:56.526Z] #9 [stage-1 2/7] RUN apk add --update --no-cache dumb-init [2025-08-07T01:14:56.526Z] #9 0.184 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-08-07T01:14:56.526Z] #9 0.257 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-08-07T01:14:56.526Z] #9 0.555 (1/1) Installing dumb-init (1.2.5-r3) [2025-08-07T01:14:56.526Z] #9 0.564 Executing busybox-1.36.1-r29.trigger [2025-08-07T01:14:56.526Z] #9 0.572 OK: 8 MiB in 15 packages [2025-08-07T01:14:56.786Z] #9 DONE 0.7s [2025-08-07T01:14:56.786Z] [2025-08-07T01:14:56.786Z] #10 [builder 3/7] WORKDIR /device-onvif-camera [2025-08-07T01:14:56.786Z] #10 DONE 0.0s [2025-08-07T01:14:56.786Z] [2025-08-07T01:14:56.786Z] #11 [builder 4/7] COPY go.mod vendor* ./ [2025-08-07T01:14:56.786Z] #11 DONE 0.0s [2025-08-07T01:14:56.786Z] [2025-08-07T01:14:56.786Z] #12 [builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-08-07T01:14:57.048Z] #12 DONE 0.6s [2025-08-07T01:14:57.048Z] [2025-08-07T01:14:57.048Z] #13 [stage-1 3/7] RUN apk --no-cache upgrade [2025-08-07T01:14:57.048Z] #13 0.411 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-08-07T01:14:57.048Z] #13 0.491 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-08-07T01:14:57.307Z] #13 0.798 (1/3) Upgrading busybox (1.36.1-r29 -> 1.36.1-r30) [2025-08-07T01:14:57.567Z] #13 0.818 Executing busybox-1.36.1-r30.post-upgrade [2025-08-07T01:14:57.567Z] #13 0.856 (2/3) Upgrading busybox-binsh (1.36.1-r29 -> 1.36.1-r30) [2025-08-07T01:14:57.567Z] #13 0.870 (3/3) Upgrading ssl_client (1.36.1-r29 -> 1.36.1-r30) [2025-08-07T01:14:57.567Z] #13 0.875 Executing busybox-1.36.1-r30.trigger [2025-08-07T01:14:57.567Z] #13 0.881 OK: 8 MiB in 15 packages [2025-08-07T01:14:57.567Z] #13 DONE 1.0s [2025-08-07T01:14:57.567Z] [2025-08-07T01:14:57.567Z] #14 [builder 6/7] COPY . . [2025-08-07T01:14:57.567Z] #14 DONE 0.2s [2025-08-07T01:14:57.567Z] [2025-08-07T01:14:57.567Z] #15 [builder 7/7] RUN make build [2025-08-07T01:14:57.827Z] #15 0.187 CGO_ENABLED=0 go build -tags "" -ldflags "-s -w -X github.com/edgexfoundry/device-onvif-camera.Version=4.1.0-dev.2 -X github.com/edgexfoundry/device-sdk-go/v4/internal/common.SDKVersion=v4.1.0-dev.28 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/device-onvif-camera ./cmd [2025-08-07T01:15:19.761Z] #15 DONE 21.0s [2025-08-07T01:15:19.761Z] [2025-08-07T01:15:19.761Z] #16 [stage-1 4/7] COPY --from=builder /device-onvif-camera/cmd / [2025-08-07T01:15:19.761Z] #16 DONE 0.1s [2025-08-07T01:15:19.761Z] [2025-08-07T01:15:19.761Z] #17 [stage-1 5/7] COPY --from=builder /device-onvif-camera/LICENSE / [2025-08-07T01:15:19.761Z] #17 DONE 0.0s [2025-08-07T01:15:19.761Z] [2025-08-07T01:15:19.761Z] #18 [stage-1 6/7] COPY --from=builder /device-onvif-camera/Attribution.txt / [2025-08-07T01:15:19.761Z] #18 DONE 0.0s [2025-08-07T01:15:19.761Z] [2025-08-07T01:15:19.761Z] #19 exporting to image [2025-08-07T01:15:19.761Z] #19 exporting layers [2025-08-07T01:15:19.761Z] #19 exporting layers 0.3s done [2025-08-07T01:15:19.761Z] #19 writing image sha256:7853719d6fa5014c0818b7457981471f32eb3c5c5eaf891027128dc3b4539895 done [2025-08-07T01:15:19.761Z] #19 naming to docker.io/library/device-onvif-camera done [2025-08-07T01:15:19.761Z] #19 DONE 0.3s [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-08-07T01:15:19.892Z] provisioning config files... [2025-08-07T01:15:19.903Z] copy managed file [device-onvif-camera-settings] to file:/w/workspace/foundry_device-onvif-camera_main@tmp/config6835050606772486242tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-08-07T01:15:20.209Z] ---> ****-login.sh [2025-08-07T01:15:20.209Z] nexus3.edgexfoundry.org:10001 [2025-08-07T01:15:20.209Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-07T01:15:20.209Z] Login Succeeded [2025-08-07T01:15:20.209Z] nexus3.edgexfoundry.org:10002 [2025-08-07T01:15:20.209Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-07T01:15:20.209Z] Login Succeeded [2025-08-07T01:15:20.210Z] nexus3.edgexfoundry.org:10003 [2025-08-07T01:15:20.210Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-07T01:15:20.468Z] Login Succeeded [2025-08-07T01:15:20.469Z] nexus3.edgexfoundry.org:10004 [2025-08-07T01:15:20.469Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-07T01:15:20.469Z] Login Succeeded [2025-08-07T01:15:20.469Z] ****.io [2025-08-07T01:15:20.469Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-07T01:15:20.728Z] Login Succeeded [2025-08-07T01:15:20.728Z] ---> ****-login.sh ends [Pipeline] } [2025-08-07T01:15:20.736Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-08-07T01:15:20.793Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-08-07T01:15:20.822Z] [edgeXDocker.push] Tagging docker image device-onvif-camera with the following tags: [2025-08-07T01:15:20.822Z] 91ebf91b5df65073a2d68aaf0b5700a34ee7edbc [2025-08-07T01:15:20.822Z] latest [2025-08-07T01:15:20.822Z] 4.1.0-dev.2 [2025-08-07T01:15:20.822Z] 91ebf91b5df65073a2d68aaf0b5700a34ee7edbc-4.1.0-dev.2 [2025-08-07T01:15:20.822Z] main [2025-08-07T01:15:20.822Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-07T01:15:21.168Z] + docker tag device-onvif-camera nexus3.edgexfoundry.org:10004/device-onvif-camera:91ebf91b5df65073a2d68aaf0b5700a34ee7edbc [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-07T01:15:21.484Z] + docker push nexus3.edgexfoundry.org:10004/device-onvif-camera:91ebf91b5df65073a2d68aaf0b5700a34ee7edbc [2025-08-07T01:15:21.484Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-onvif-camera] [2025-08-07T01:15:21.484Z] ab276d01b470: Preparing [2025-08-07T01:15:21.484Z] e866fd0b4f5b: Preparing [2025-08-07T01:15:21.484Z] 38efccd4aefa: Preparing [2025-08-07T01:15:21.484Z] 3896598a83c1: Preparing [2025-08-07T01:15:21.484Z] 5277f43a8e6e: Preparing [2025-08-07T01:15:21.484Z] 097100c76c15: Preparing [2025-08-07T01:15:21.484Z] 097100c76c15: Waiting [2025-08-07T01:15:21.484Z] e866fd0b4f5b: Pushed [2025-08-07T01:15:21.484Z] 097100c76c15: Layer already exists [2025-08-07T01:15:21.484Z] 5277f43a8e6e: Pushed [2025-08-07T01:15:21.484Z] ab276d01b470: Pushed [2025-08-07T01:15:21.484Z] 3896598a83c1: Pushed [2025-08-07T01:15:24.772Z] 38efccd4aefa: Pushed [2025-08-07T01:15:25.031Z] 91ebf91b5df65073a2d68aaf0b5700a34ee7edbc: digest: sha256:1a250ca197e28a4d6117c62d45278e20d8836d4a3549487fb94f7ef1a7284ff4 size: 1575 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-07T01:15:25.356Z] + 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-07T01:15:25.675Z] + docker push nexus3.edgexfoundry.org:10004/device-onvif-camera:latest [2025-08-07T01:15:25.675Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-onvif-camera] [2025-08-07T01:15:25.675Z] ab276d01b470: Preparing [2025-08-07T01:15:25.675Z] e866fd0b4f5b: Preparing [2025-08-07T01:15:25.675Z] 38efccd4aefa: Preparing [2025-08-07T01:15:25.675Z] 3896598a83c1: Preparing [2025-08-07T01:15:25.675Z] 5277f43a8e6e: Preparing [2025-08-07T01:15:25.675Z] 097100c76c15: Preparing [2025-08-07T01:15:25.675Z] 097100c76c15: Waiting [2025-08-07T01:15:25.675Z] 5277f43a8e6e: Layer already exists [2025-08-07T01:15:25.675Z] 3896598a83c1: Layer already exists [2025-08-07T01:15:25.675Z] e866fd0b4f5b: Layer already exists [2025-08-07T01:15:25.675Z] 38efccd4aefa: Layer already exists [2025-08-07T01:15:25.675Z] ab276d01b470: Layer already exists [2025-08-07T01:15:25.675Z] 097100c76c15: Layer already exists [2025-08-07T01:15:25.675Z] latest: digest: sha256:1a250ca197e28a4d6117c62d45278e20d8836d4a3549487fb94f7ef1a7284ff4 size: 1575 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-07T01:15:26.004Z] + docker tag device-onvif-camera nexus3.edgexfoundry.org:10004/device-onvif-camera:4.1.0-dev.2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-07T01:15:26.333Z] + docker push nexus3.edgexfoundry.org:10004/device-onvif-camera:4.1.0-dev.2 [2025-08-07T01:15:26.333Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-onvif-camera] [2025-08-07T01:15:26.333Z] ab276d01b470: Preparing [2025-08-07T01:15:26.333Z] e866fd0b4f5b: Preparing [2025-08-07T01:15:26.333Z] 38efccd4aefa: Preparing [2025-08-07T01:15:26.333Z] 3896598a83c1: Preparing [2025-08-07T01:15:26.333Z] 5277f43a8e6e: Preparing [2025-08-07T01:15:26.333Z] 097100c76c15: Preparing [2025-08-07T01:15:26.333Z] 097100c76c15: Waiting [2025-08-07T01:15:26.333Z] 5277f43a8e6e: Layer already exists [2025-08-07T01:15:26.333Z] e866fd0b4f5b: Layer already exists [2025-08-07T01:15:26.333Z] 38efccd4aefa: Layer already exists [2025-08-07T01:15:26.333Z] 3896598a83c1: Layer already exists [2025-08-07T01:15:26.333Z] ab276d01b470: Layer already exists [2025-08-07T01:15:26.333Z] 097100c76c15: Layer already exists [2025-08-07T01:15:26.333Z] 4.1.0-dev.2: digest: sha256:1a250ca197e28a4d6117c62d45278e20d8836d4a3549487fb94f7ef1a7284ff4 size: 1575 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-07T01:15:26.664Z] + docker tag device-onvif-camera nexus3.edgexfoundry.org:10004/device-onvif-camera:91ebf91b5df65073a2d68aaf0b5700a34ee7edbc-4.1.0-dev.2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-07T01:15:26.975Z] + docker push nexus3.edgexfoundry.org:10004/device-onvif-camera:91ebf91b5df65073a2d68aaf0b5700a34ee7edbc-4.1.0-dev.2 [2025-08-07T01:15:26.975Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-onvif-camera] [2025-08-07T01:15:26.975Z] ab276d01b470: Preparing [2025-08-07T01:15:26.975Z] e866fd0b4f5b: Preparing [2025-08-07T01:15:26.975Z] 38efccd4aefa: Preparing [2025-08-07T01:15:26.975Z] 3896598a83c1: Preparing [2025-08-07T01:15:26.975Z] 5277f43a8e6e: Preparing [2025-08-07T01:15:26.975Z] 097100c76c15: Preparing [2025-08-07T01:15:26.975Z] 097100c76c15: Waiting [2025-08-07T01:15:26.975Z] ab276d01b470: Layer already exists [2025-08-07T01:15:26.975Z] 38efccd4aefa: Layer already exists [2025-08-07T01:15:26.975Z] 5277f43a8e6e: Layer already exists [2025-08-07T01:15:26.975Z] e866fd0b4f5b: Layer already exists [2025-08-07T01:15:26.975Z] 3896598a83c1: Layer already exists [2025-08-07T01:15:26.975Z] 097100c76c15: Layer already exists [2025-08-07T01:15:26.975Z] 91ebf91b5df65073a2d68aaf0b5700a34ee7edbc-4.1.0-dev.2: digest: sha256:1a250ca197e28a4d6117c62d45278e20d8836d4a3549487fb94f7ef1a7284ff4 size: 1575 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-07T01:15:27.304Z] + 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-07T01:15:27.626Z] + docker push nexus3.edgexfoundry.org:10004/device-onvif-camera:main [2025-08-07T01:15:27.626Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-onvif-camera] [2025-08-07T01:15:27.626Z] ab276d01b470: Preparing [2025-08-07T01:15:27.626Z] e866fd0b4f5b: Preparing [2025-08-07T01:15:27.626Z] 38efccd4aefa: Preparing [2025-08-07T01:15:27.626Z] 3896598a83c1: Preparing [2025-08-07T01:15:27.626Z] 5277f43a8e6e: Preparing [2025-08-07T01:15:27.626Z] 097100c76c15: Preparing [2025-08-07T01:15:27.626Z] 097100c76c15: Waiting [2025-08-07T01:15:27.626Z] 5277f43a8e6e: Layer already exists [2025-08-07T01:15:27.626Z] e866fd0b4f5b: Layer already exists [2025-08-07T01:15:27.626Z] 3896598a83c1: Layer already exists [2025-08-07T01:15:27.626Z] 38efccd4aefa: Layer already exists [2025-08-07T01:15:27.626Z] ab276d01b470: Layer already exists [2025-08-07T01:15:27.626Z] 097100c76c15: Layer already exists [2025-08-07T01:15:27.626Z] main: digest: sha256:1a250ca197e28a4d6117c62d45278e20d8836d4a3549487fb94f7ef1a7284ff4 size: 1575 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-08-07T01:15:27.706Z] ===================================================== [Pipeline] echo [2025-08-07T01:15:27.722Z] taggedImages: [2025-08-07T01:15:27.722Z] - nexus3.edgexfoundry.org:10004/device-onvif-camera:91ebf91b5df65073a2d68aaf0b5700a34ee7edbc [2025-08-07T01:15:27.722Z] - nexus3.edgexfoundry.org:10004/device-onvif-camera:latest [2025-08-07T01:15:27.722Z] - nexus3.edgexfoundry.org:10004/device-onvif-camera:4.1.0-dev.2 [2025-08-07T01:15:27.722Z] - nexus3.edgexfoundry.org:10004/device-onvif-camera:91ebf91b5df65073a2d68aaf0b5700a34ee7edbc-4.1.0-dev.2 [2025-08-07T01:15:27.722Z] - nexus3.edgexfoundry.org:10004/device-onvif-camera:main [Pipeline] echo [2025-08-07T01:15:27.763Z] ========================================================= [2025-08-07T01:15:27.763Z] [edgeXBuildMultiArch] RAW Config: [2025-08-07T01:15:27.763Z] images: [2025-08-07T01:15:27.763Z] - nexus3.edgexfoundry.org:10004/device-onvif-camera:91ebf91b5df65073a2d68aaf0b5700a34ee7edbc [2025-08-07T01:15:27.763Z] - nexus3.edgexfoundry.org:10004/device-onvif-camera:latest [2025-08-07T01:15:27.763Z] - nexus3.edgexfoundry.org:10004/device-onvif-camera:4.1.0-dev.2 [2025-08-07T01:15:27.763Z] - nexus3.edgexfoundry.org:10004/device-onvif-camera:91ebf91b5df65073a2d68aaf0b5700a34ee7edbc-4.1.0-dev.2 [2025-08-07T01:15:27.763Z] - nexus3.edgexfoundry.org:10004/device-onvif-camera:main [2025-08-07T01:15:27.763Z] settingsFile: [2025-08-07T01:15:27.763Z] device-onvif-camera-settings [2025-08-07T01:15:27.763Z] ========================================================= [Pipeline] node [2025-08-07T01:15:42.766Z] Still waiting to schedule task [2025-08-07T01:15:42.766Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2025-08-07T01:16:33.541Z] Running on prd-centos7-docker-4c-2g-6405 in /w/workspace/foundry_device-onvif-camera_main [Pipeline] { [Pipeline] stage [Pipeline] { (Create Multi-Arch Images) [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-08-07T01:16:33.588Z] provisioning config files... [2025-08-07T01:16:33.607Z] copy managed file [device-onvif-camera-settings] to file:/w/workspace/foundry_device-onvif-camera_main@tmp/config10940818056594623041tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-08-07T01:16:37.502Z] ---> ****-login.sh [2025-08-07T01:16:37.502Z] nexus3.edgexfoundry.org:10001 [2025-08-07T01:16:37.785Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-07T01:16:37.785Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-08-07T01:16:37.785Z] Configure a credential helper to remove this warning. See [2025-08-07T01:16:37.785Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-08-07T01:16:37.785Z] [2025-08-07T01:16:37.785Z] Login Succeeded [2025-08-07T01:16:37.785Z] nexus3.edgexfoundry.org:10002 [2025-08-07T01:16:37.785Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-07T01:16:37.785Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-08-07T01:16:37.785Z] Configure a credential helper to remove this warning. See [2025-08-07T01:16:37.785Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-08-07T01:16:37.785Z] [2025-08-07T01:16:37.785Z] Login Succeeded [2025-08-07T01:16:37.785Z] nexus3.edgexfoundry.org:10003 [2025-08-07T01:16:38.054Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-07T01:16:38.054Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-08-07T01:16:38.054Z] Configure a credential helper to remove this warning. See [2025-08-07T01:16:38.054Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-08-07T01:16:38.054Z] [2025-08-07T01:16:38.054Z] Login Succeeded [2025-08-07T01:16:38.054Z] nexus3.edgexfoundry.org:10004 [2025-08-07T01:16:38.054Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-07T01:16:38.054Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-08-07T01:16:38.054Z] Configure a credential helper to remove this warning. See [2025-08-07T01:16:38.054Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-08-07T01:16:38.054Z] [2025-08-07T01:16:38.054Z] Login Succeeded [2025-08-07T01:16:38.054Z] ****.io [2025-08-07T01:16:38.054Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-07T01:16:38.319Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-08-07T01:16:38.319Z] Configure a credential helper to remove this warning. See [2025-08-07T01:16:38.319Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-08-07T01:16:38.319Z] [2025-08-07T01:16:38.319Z] Login Succeeded [2025-08-07T01:16:38.319Z] ---> ****-login.sh ends [Pipeline] } [2025-08-07T01:16:38.327Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-08-07T01:16:38.690Z] + docker buildx ls [2025-08-07T01:16:38.950Z] NAME/NODE DRIVER/ENDPOINT STATUS BUILDKIT PLATFORMS [2025-08-07T01:16:38.950Z] default * docker [2025-08-07T01:16:38.950Z] default default running 20.10.18 linux/amd64, linux/386 [Pipeline] sh [2025-08-07T01:16:39.256Z] + docker buildx create --name edgex-builder --platform linux/amd64,linux/arm64 --use [2025-08-07T01:16:39.256Z] edgex-builder [Pipeline] sh [2025-08-07T01:16:39.557Z] + docker buildx inspect --bootstrap [2025-08-07T01:16:39.557Z] #1 [internal] booting buildkit [2025-08-07T01:16:39.557Z] #1 pulling image moby/buildkit:buildx-stable-1 [2025-08-07T01:16:43.765Z] #1 pulling image moby/buildkit:buildx-stable-1 3.8s done [2025-08-07T01:16:43.765Z] #1 creating container buildx_buildkit_edgex-builder0 [2025-08-07T01:16:45.159Z] #1 creating container buildx_buildkit_edgex-builder0 1.7s done [2025-08-07T01:16:45.159Z] #1 DONE 5.5s [2025-08-07T01:16:45.159Z] Name: edgex-builder [2025-08-07T01:16:45.159Z] Driver: docker-container [2025-08-07T01:16:45.159Z] [2025-08-07T01:16:45.159Z] Nodes: [2025-08-07T01:16:45.159Z] Name: edgex-builder0 [2025-08-07T01:16:45.159Z] Endpoint: unix:///var/run/docker.sock [2025-08-07T01:16:45.159Z] Status: running [2025-08-07T01:16:45.159Z] Buildkit: v0.22.0 [2025-08-07T01:16:45.159Z] Platforms: linux/amd64*, linux/arm64*, linux/amd64/v2, linux/amd64/v3, linux/386 [Pipeline] sh [2025-08-07T01:16:45.451Z] + docker buildx ls [2025-08-07T01:16:45.451Z] NAME/NODE DRIVER/ENDPOINT STATUS BUILDKIT PLATFORMS [2025-08-07T01:16:45.451Z] edgex-builder * docker-container [2025-08-07T01:16:45.451Z] edgex-builder0 unix:///var/run/docker.sock running v0.22.0 linux/amd64*, linux/arm64*, linux/amd64/v2, linux/amd64/v3, linux/386 [2025-08-07T01:16:45.451Z] default docker [2025-08-07T01:16:45.451Z] default default running 20.10.18 linux/amd64, linux/386 [Pipeline] sh [2025-08-07T01:16:45.750Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/device-onvif-camera:91ebf91b5df65073a2d68aaf0b5700a34ee7edbc' [2025-08-07T01:16:45.751Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/device-onvif-camera:91ebf91b5df65073a2d68aaf0b5700a34ee7edbc --push - [2025-08-07T01:16:45.751Z] #1 [internal] load build definition from Dockerfile [2025-08-07T01:16:45.751Z] #1 transferring dockerfile: 204B done [2025-08-07T01:16:45.751Z] #1 DONE 0.0s [2025-08-07T01:16:45.751Z] [2025-08-07T01:16:45.751Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-onvif-camera:91ebf91b5df65073a2d68aaf0b5700a34ee7edbc [2025-08-07T01:16:45.751Z] #2 DONE 0.1s [2025-08-07T01:16:45.751Z] [2025-08-07T01:16:45.751Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-onvif-camera:91ebf91b5df65073a2d68aaf0b5700a34ee7edbc [2025-08-07T01:16:46.009Z] #3 DONE 0.1s [2025-08-07T01:16:46.009Z] [2025-08-07T01:16:46.009Z] #4 [internal] load .dockerignore [2025-08-07T01:16:46.009Z] #4 transferring context: 2B done [2025-08-07T01:16:46.009Z] #4 DONE 0.0s [2025-08-07T01:16:46.009Z] [2025-08-07T01:16:46.009Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/device-onvif-camera:91ebf91b5df65073a2d68aaf0b5700a34ee7edbc@sha256:1a250ca197e28a4d6117c62d45278e20d8836d4a3549487fb94f7ef1a7284ff4 [2025-08-07T01:16:46.009Z] #5 resolve nexus3.edgexfoundry.org:10004/device-onvif-camera:91ebf91b5df65073a2d68aaf0b5700a34ee7edbc@sha256:1a250ca197e28a4d6117c62d45278e20d8836d4a3549487fb94f7ef1a7284ff4 0.0s done [2025-08-07T01:16:46.009Z] #5 DONE 0.0s [2025-08-07T01:16:46.009Z] [2025-08-07T01:16:46.009Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/device-onvif-camera:91ebf91b5df65073a2d68aaf0b5700a34ee7edbc@sha256:1a250ca197e28a4d6117c62d45278e20d8836d4a3549487fb94f7ef1a7284ff4 [2025-08-07T01:16:46.009Z] #6 resolve nexus3.edgexfoundry.org:10004/device-onvif-camera:91ebf91b5df65073a2d68aaf0b5700a34ee7edbc@sha256:1a250ca197e28a4d6117c62d45278e20d8836d4a3549487fb94f7ef1a7284ff4 0.0s done [2025-08-07T01:16:46.009Z] #6 DONE 0.1s [2025-08-07T01:16:46.009Z] [2025-08-07T01:16:46.009Z] #7 [auth] device-onvif-camera:pull,push token for nexus3.edgexfoundry.org:10004 [2025-08-07T01:16:46.009Z] #7 DONE 0.0s [2025-08-07T01:16:46.009Z] [2025-08-07T01:16:46.009Z] #8 exporting to image [2025-08-07T01:16:46.009Z] #8 exporting layers done [2025-08-07T01:16:46.009Z] #8 exporting manifest sha256:5943f1f0ed19cccefbd2a00ec5c4b5df629acb84a437b644f91d0387aba34e06 0.0s done [2025-08-07T01:16:46.009Z] #8 exporting config sha256:7853719d6fa5014c0818b7457981471f32eb3c5c5eaf891027128dc3b4539895 done [2025-08-07T01:16:46.009Z] #8 exporting manifest sha256:4da6b34387833a5a82cd26f4d2821b537d3e8645185be44bc9dcaa1e517d5408 done [2025-08-07T01:16:46.009Z] #8 exporting config sha256:341b02e3caed63ace7e07ae047bdb83476461d9712c61354c1db40153ac4d8a3 done [2025-08-07T01:16:46.009Z] #8 exporting manifest list sha256:a08ea9dbe789cd62d436d37ad88a317911d46f1c3d3391138e4775c411a821ae done [2025-08-07T01:16:46.009Z] #8 pushing layers 0.1s done [2025-08-07T01:16:46.009Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/device-onvif-camera:91ebf91b5df65073a2d68aaf0b5700a34ee7edbc@sha256:a08ea9dbe789cd62d436d37ad88a317911d46f1c3d3391138e4775c411a821ae [2025-08-07T01:16:46.009Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-08-07T01:16:46.268Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/device-onvif-camera:91ebf91b5df65073a2d68aaf0b5700a34ee7edbc@sha256:a08ea9dbe789cd62d436d37ad88a317911d46f1c3d3391138e4775c411a821ae 0.1s done [2025-08-07T01:16:46.268Z] #8 DONE 0.2s [2025-08-07T01:16:46.268Z] [2025-08-07T01:16:46.268Z] 1 warning found (use --debug to expand): [2025-08-07T01:16:46.268Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-08-07T01:16:46.572Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/device-onvif-camera:latest' [2025-08-07T01:16:46.572Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/device-onvif-camera:latest --push - [2025-08-07T01:16:46.572Z] #1 [internal] load build definition from Dockerfile [2025-08-07T01:16:46.572Z] #1 transferring dockerfile: 170B done [2025-08-07T01:16:46.572Z] #1 DONE 0.0s [2025-08-07T01:16:46.572Z] [2025-08-07T01:16:46.572Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-onvif-camera:latest [2025-08-07T01:16:46.572Z] #2 DONE 0.0s [2025-08-07T01:16:46.572Z] [2025-08-07T01:16:46.572Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-onvif-camera:latest [2025-08-07T01:16:46.572Z] #3 DONE 0.0s [2025-08-07T01:16:46.572Z] [2025-08-07T01:16:46.572Z] #4 [internal] load .dockerignore [2025-08-07T01:16:46.572Z] #4 transferring context: 2B done [2025-08-07T01:16:46.572Z] #4 DONE 0.0s [2025-08-07T01:16:46.572Z] [2025-08-07T01:16:46.572Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/device-onvif-camera:latest@sha256:1a250ca197e28a4d6117c62d45278e20d8836d4a3549487fb94f7ef1a7284ff4 [2025-08-07T01:16:46.572Z] #5 resolve nexus3.edgexfoundry.org:10004/device-onvif-camera:latest@sha256:1a250ca197e28a4d6117c62d45278e20d8836d4a3549487fb94f7ef1a7284ff4 done [2025-08-07T01:16:46.572Z] #5 DONE 0.0s [2025-08-07T01:16:46.572Z] [2025-08-07T01:16:46.572Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/device-onvif-camera:latest@sha256:1a250ca197e28a4d6117c62d45278e20d8836d4a3549487fb94f7ef1a7284ff4 [2025-08-07T01:16:46.831Z] #6 resolve nexus3.edgexfoundry.org:10004/device-onvif-camera:latest@sha256:1a250ca197e28a4d6117c62d45278e20d8836d4a3549487fb94f7ef1a7284ff4 0.0s done [2025-08-07T01:16:46.831Z] #6 CACHED [2025-08-07T01:16:46.831Z] [2025-08-07T01:16:46.831Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/device-onvif-camera:latest@sha256:1a250ca197e28a4d6117c62d45278e20d8836d4a3549487fb94f7ef1a7284ff4 [2025-08-07T01:16:46.831Z] #5 CACHED [2025-08-07T01:16:46.831Z] [2025-08-07T01:16:46.831Z] #7 [auth] device-onvif-camera:pull,push token for nexus3.edgexfoundry.org:10004 [2025-08-07T01:16:46.831Z] #7 DONE 0.0s [2025-08-07T01:16:46.831Z] [2025-08-07T01:16:46.831Z] #8 exporting to image [2025-08-07T01:16:46.831Z] #8 exporting layers done [2025-08-07T01:16:46.831Z] #8 exporting manifest sha256:5943f1f0ed19cccefbd2a00ec5c4b5df629acb84a437b644f91d0387aba34e06 done [2025-08-07T01:16:46.831Z] #8 exporting config sha256:7853719d6fa5014c0818b7457981471f32eb3c5c5eaf891027128dc3b4539895 done [2025-08-07T01:16:46.831Z] #8 exporting manifest sha256:4da6b34387833a5a82cd26f4d2821b537d3e8645185be44bc9dcaa1e517d5408 done [2025-08-07T01:16:46.831Z] #8 exporting config sha256:341b02e3caed63ace7e07ae047bdb83476461d9712c61354c1db40153ac4d8a3 done [2025-08-07T01:16:46.831Z] #8 exporting manifest list sha256:a08ea9dbe789cd62d436d37ad88a317911d46f1c3d3391138e4775c411a821ae done [2025-08-07T01:16:46.831Z] #8 pushing layers 0.0s done [2025-08-07T01:16:46.831Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/device-onvif-camera:latest@sha256:a08ea9dbe789cd62d436d37ad88a317911d46f1c3d3391138e4775c411a821ae 0.1s done [2025-08-07T01:16:46.831Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-08-07T01:16:46.831Z] #8 DONE 0.1s [2025-08-07T01:16:46.831Z] [2025-08-07T01:16:46.831Z] 1 warning found (use --debug to expand): [2025-08-07T01:16:46.831Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-08-07T01:16:47.126Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/device-onvif-camera:4.1.0-dev.2' [2025-08-07T01:16:47.126Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/device-onvif-camera:4.1.0-dev.2 --push - [2025-08-07T01:16:47.126Z] #1 [internal] load build definition from Dockerfile [2025-08-07T01:16:47.126Z] #1 transferring dockerfile: 175B done [2025-08-07T01:16:47.126Z] #1 DONE 0.0s [2025-08-07T01:16:47.126Z] [2025-08-07T01:16:47.126Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-onvif-camera:4.1.0-dev.2 [2025-08-07T01:16:47.126Z] #2 DONE 0.0s [2025-08-07T01:16:47.126Z] [2025-08-07T01:16:47.126Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-onvif-camera:4.1.0-dev.2 [2025-08-07T01:16:47.126Z] #3 DONE 0.0s [2025-08-07T01:16:47.126Z] [2025-08-07T01:16:47.126Z] #4 [internal] load .dockerignore [2025-08-07T01:16:47.126Z] #4 transferring context: 2B done [2025-08-07T01:16:47.126Z] #4 DONE 0.0s [2025-08-07T01:16:47.126Z] [2025-08-07T01:16:47.126Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/device-onvif-camera:4.1.0-dev.2@sha256:1a250ca197e28a4d6117c62d45278e20d8836d4a3549487fb94f7ef1a7284ff4 [2025-08-07T01:16:47.126Z] #5 resolve nexus3.edgexfoundry.org:10004/device-onvif-camera:4.1.0-dev.2@sha256:1a250ca197e28a4d6117c62d45278e20d8836d4a3549487fb94f7ef1a7284ff4 0.0s done [2025-08-07T01:16:47.126Z] #5 CACHED [2025-08-07T01:16:47.126Z] [2025-08-07T01:16:47.126Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/device-onvif-camera:4.1.0-dev.2@sha256:1a250ca197e28a4d6117c62d45278e20d8836d4a3549487fb94f7ef1a7284ff4 [2025-08-07T01:16:47.126Z] #6 resolve nexus3.edgexfoundry.org:10004/device-onvif-camera:4.1.0-dev.2@sha256:1a250ca197e28a4d6117c62d45278e20d8836d4a3549487fb94f7ef1a7284ff4 0.0s done [2025-08-07T01:16:47.126Z] #6 CACHED [2025-08-07T01:16:47.126Z] [2025-08-07T01:16:47.126Z] #7 exporting to image [2025-08-07T01:16:47.126Z] #7 exporting layers [2025-08-07T01:16:47.126Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-08-07T01:16:47.385Z] #7 exporting layers done [2025-08-07T01:16:47.385Z] #7 exporting manifest sha256:5943f1f0ed19cccefbd2a00ec5c4b5df629acb84a437b644f91d0387aba34e06 done [2025-08-07T01:16:47.385Z] #7 exporting config sha256:7853719d6fa5014c0818b7457981471f32eb3c5c5eaf891027128dc3b4539895 done [2025-08-07T01:16:47.385Z] #7 exporting manifest sha256:4da6b34387833a5a82cd26f4d2821b537d3e8645185be44bc9dcaa1e517d5408 done [2025-08-07T01:16:47.385Z] #7 exporting config sha256:341b02e3caed63ace7e07ae047bdb83476461d9712c61354c1db40153ac4d8a3 done [2025-08-07T01:16:47.385Z] #7 exporting manifest list sha256:a08ea9dbe789cd62d436d37ad88a317911d46f1c3d3391138e4775c411a821ae done [2025-08-07T01:16:47.385Z] #7 pushing layers 0.0s done [2025-08-07T01:16:47.385Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/device-onvif-camera:4.1.0-dev.2@sha256:a08ea9dbe789cd62d436d37ad88a317911d46f1c3d3391138e4775c411a821ae 0.1s done [2025-08-07T01:16:47.385Z] #7 DONE 0.1s [2025-08-07T01:16:47.385Z] [2025-08-07T01:16:47.385Z] #8 [auth] device-onvif-camera:pull,push token for nexus3.edgexfoundry.org:10004 [2025-08-07T01:16:47.385Z] #8 DONE 0.0s [2025-08-07T01:16:47.385Z] [2025-08-07T01:16:47.385Z] 1 warning found (use --debug to expand): [2025-08-07T01:16:47.385Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-08-07T01:16:47.681Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/device-onvif-camera:91ebf91b5df65073a2d68aaf0b5700a34ee7edbc-4.1.0-dev.2' [2025-08-07T01:16:47.681Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/device-onvif-camera:91ebf91b5df65073a2d68aaf0b5700a34ee7edbc-4.1.0-dev.2 --push - [2025-08-07T01:16:47.681Z] #1 [internal] load build definition from Dockerfile [2025-08-07T01:16:47.681Z] #1 transferring dockerfile: 216B done [2025-08-07T01:16:47.681Z] #1 DONE 0.0s [2025-08-07T01:16:47.681Z] [2025-08-07T01:16:47.681Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-onvif-camera:91ebf91b5df65073a2d68aaf0b5700a34ee7edbc-4.1.0-dev.2 [2025-08-07T01:16:47.681Z] #2 DONE 0.0s [2025-08-07T01:16:47.681Z] [2025-08-07T01:16:47.681Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-onvif-camera:91ebf91b5df65073a2d68aaf0b5700a34ee7edbc-4.1.0-dev.2 [2025-08-07T01:16:47.681Z] #3 DONE 0.0s [2025-08-07T01:16:47.681Z] [2025-08-07T01:16:47.681Z] #4 [internal] load .dockerignore [2025-08-07T01:16:47.681Z] #4 transferring context: 2B done [2025-08-07T01:16:47.681Z] #4 DONE 0.0s [2025-08-07T01:16:47.681Z] [2025-08-07T01:16:47.681Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/device-onvif-camera:91ebf91b5df65073a2d68aaf0b5700a34ee7edbc-4.1.0-dev.2@sha256:1a250ca197e28a4d6117c62d45278e20d8836d4a3549487fb94f7ef1a7284ff4 [2025-08-07T01:16:47.681Z] #5 resolve nexus3.edgexfoundry.org:10004/device-onvif-camera:91ebf91b5df65073a2d68aaf0b5700a34ee7edbc-4.1.0-dev.2@sha256:1a250ca197e28a4d6117c62d45278e20d8836d4a3549487fb94f7ef1a7284ff4 0.0s done [2025-08-07T01:16:47.681Z] #5 DONE 0.0s [2025-08-07T01:16:47.681Z] [2025-08-07T01:16:47.681Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/device-onvif-camera:91ebf91b5df65073a2d68aaf0b5700a34ee7edbc-4.1.0-dev.2@sha256:1a250ca197e28a4d6117c62d45278e20d8836d4a3549487fb94f7ef1a7284ff4 [2025-08-07T01:16:47.940Z] #6 resolve nexus3.edgexfoundry.org:10004/device-onvif-camera:91ebf91b5df65073a2d68aaf0b5700a34ee7edbc-4.1.0-dev.2@sha256:1a250ca197e28a4d6117c62d45278e20d8836d4a3549487fb94f7ef1a7284ff4 0.0s done [2025-08-07T01:16:47.940Z] #6 CACHED [2025-08-07T01:16:47.940Z] [2025-08-07T01:16:47.940Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/device-onvif-camera:91ebf91b5df65073a2d68aaf0b5700a34ee7edbc-4.1.0-dev.2@sha256:1a250ca197e28a4d6117c62d45278e20d8836d4a3549487fb94f7ef1a7284ff4 [2025-08-07T01:16:47.940Z] #5 CACHED [2025-08-07T01:16:47.940Z] [2025-08-07T01:16:47.940Z] #7 [auth] device-onvif-camera:pull,push token for nexus3.edgexfoundry.org:10004 [2025-08-07T01:16:47.940Z] #7 DONE 0.0s [2025-08-07T01:16:47.940Z] [2025-08-07T01:16:47.940Z] #8 exporting to image [2025-08-07T01:16:47.940Z] #8 exporting layers done [2025-08-07T01:16:47.940Z] #8 exporting manifest sha256:5943f1f0ed19cccefbd2a00ec5c4b5df629acb84a437b644f91d0387aba34e06 done [2025-08-07T01:16:47.940Z] #8 exporting config sha256:7853719d6fa5014c0818b7457981471f32eb3c5c5eaf891027128dc3b4539895 done [2025-08-07T01:16:47.940Z] #8 exporting manifest sha256:4da6b34387833a5a82cd26f4d2821b537d3e8645185be44bc9dcaa1e517d5408 done [2025-08-07T01:16:47.940Z] #8 exporting config sha256:341b02e3caed63ace7e07ae047bdb83476461d9712c61354c1db40153ac4d8a3 done [2025-08-07T01:16:47.940Z] #8 exporting manifest list sha256:a08ea9dbe789cd62d436d37ad88a317911d46f1c3d3391138e4775c411a821ae done [2025-08-07T01:16:47.940Z] #8 pushing layers 0.0s done [2025-08-07T01:16:47.940Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/device-onvif-camera:91ebf91b5df65073a2d68aaf0b5700a34ee7edbc-4.1.0-dev.2@sha256:a08ea9dbe789cd62d436d37ad88a317911d46f1c3d3391138e4775c411a821ae 0.1s done [2025-08-07T01:16:47.940Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-08-07T01:16:47.940Z] #8 DONE 0.1s [2025-08-07T01:16:47.940Z] [2025-08-07T01:16:47.940Z] 1 warning found (use --debug to expand): [2025-08-07T01:16:47.940Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-08-07T01:16:48.234Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/device-onvif-camera:main --push - [2025-08-07T01:16:48.234Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/device-onvif-camera:main' [2025-08-07T01:16:48.234Z] #1 [internal] load build definition from Dockerfile [2025-08-07T01:16:48.234Z] #1 transferring dockerfile: 168B done [2025-08-07T01:16:48.234Z] #1 DONE 0.0s [2025-08-07T01:16:48.234Z] [2025-08-07T01:16:48.234Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-onvif-camera:main [2025-08-07T01:16:48.234Z] #2 DONE 0.0s [2025-08-07T01:16:48.234Z] [2025-08-07T01:16:48.234Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-onvif-camera:main [2025-08-07T01:16:48.234Z] #3 DONE 0.0s [2025-08-07T01:16:48.234Z] [2025-08-07T01:16:48.234Z] #4 [internal] load .dockerignore [2025-08-07T01:16:48.234Z] #4 transferring context: 2B done [2025-08-07T01:16:48.234Z] #4 DONE 0.0s [2025-08-07T01:16:48.234Z] [2025-08-07T01:16:48.234Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/device-onvif-camera:main@sha256:1a250ca197e28a4d6117c62d45278e20d8836d4a3549487fb94f7ef1a7284ff4 [2025-08-07T01:16:48.234Z] #5 resolve nexus3.edgexfoundry.org:10004/device-onvif-camera:main@sha256:1a250ca197e28a4d6117c62d45278e20d8836d4a3549487fb94f7ef1a7284ff4 0.0s done [2025-08-07T01:16:48.234Z] #5 DONE 0.0s [2025-08-07T01:16:48.234Z] [2025-08-07T01:16:48.234Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/device-onvif-camera:main@sha256:1a250ca197e28a4d6117c62d45278e20d8836d4a3549487fb94f7ef1a7284ff4 [2025-08-07T01:16:48.494Z] #6 resolve nexus3.edgexfoundry.org:10004/device-onvif-camera:main@sha256:1a250ca197e28a4d6117c62d45278e20d8836d4a3549487fb94f7ef1a7284ff4 0.0s done [2025-08-07T01:16:48.494Z] #6 CACHED [2025-08-07T01:16:48.494Z] [2025-08-07T01:16:48.494Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/device-onvif-camera:main@sha256:1a250ca197e28a4d6117c62d45278e20d8836d4a3549487fb94f7ef1a7284ff4 [2025-08-07T01:16:48.494Z] #5 CACHED [2025-08-07T01:16:48.494Z] [2025-08-07T01:16:48.494Z] #7 [auth] device-onvif-camera:pull,push token for nexus3.edgexfoundry.org:10004 [2025-08-07T01:16:48.494Z] #7 DONE 0.0s [2025-08-07T01:16:48.494Z] [2025-08-07T01:16:48.494Z] #8 exporting to image [2025-08-07T01:16:48.494Z] #8 exporting layers done [2025-08-07T01:16:48.494Z] #8 exporting manifest sha256:5943f1f0ed19cccefbd2a00ec5c4b5df629acb84a437b644f91d0387aba34e06 done [2025-08-07T01:16:48.494Z] #8 exporting config sha256:7853719d6fa5014c0818b7457981471f32eb3c5c5eaf891027128dc3b4539895 done [2025-08-07T01:16:48.494Z] #8 exporting manifest sha256:4da6b34387833a5a82cd26f4d2821b537d3e8645185be44bc9dcaa1e517d5408 done [2025-08-07T01:16:48.494Z] #8 exporting config sha256:341b02e3caed63ace7e07ae047bdb83476461d9712c61354c1db40153ac4d8a3 done [2025-08-07T01:16:48.494Z] #8 exporting manifest list sha256:a08ea9dbe789cd62d436d37ad88a317911d46f1c3d3391138e4775c411a821ae done [2025-08-07T01:16:48.494Z] #8 pushing layers 0.0s done [2025-08-07T01:16:48.494Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/device-onvif-camera:main@sha256:a08ea9dbe789cd62d436d37ad88a317911d46f1c3d3391138e4775c411a821ae 0.1s done [2025-08-07T01:16:48.494Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-08-07T01:16:48.494Z] #8 DONE 0.1s [2025-08-07T01:16:48.494Z] [2025-08-07T01:16:48.494Z] 1 warning found (use --debug to expand): [2025-08-07T01:16:48.494Z]  - 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-07T01:16:48.879Z] + '[' -d /w/workspace/foundry_device-onvif-camera_main/archives ']' [Pipeline] libraryResource [Pipeline] sh [2025-08-07T01:16:49.183Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2025-08-07T01:16:49.744Z] ---> package-listing.sh [2025-08-07T01:16:49.744Z] ++ facter osfamily [2025-08-07T01:16:49.744Z] ++ tr '[:upper:]' '[:lower:]' [2025-08-07T01:16:50.004Z] + OS_FAMILY=redhat [2025-08-07T01:16:50.004Z] + workspace=/w/workspace/foundry_device-onvif-camera_main [2025-08-07T01:16:50.004Z] + START_PACKAGES=/tmp/packages_start.txt [2025-08-07T01:16:50.004Z] + END_PACKAGES=/tmp/packages_end.txt [2025-08-07T01:16:50.004Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2025-08-07T01:16:50.004Z] + PACKAGES=/tmp/packages_start.txt [2025-08-07T01:16:50.004Z] + '[' /w/workspace/foundry_device-onvif-camera_main ']' [2025-08-07T01:16:50.004Z] + PACKAGES=/tmp/packages_end.txt [2025-08-07T01:16:50.004Z] + case "${OS_FAMILY}" in [2025-08-07T01:16:50.004Z] + rpm -qa [2025-08-07T01:16:50.004Z] + sort [2025-08-07T01:16:50.574Z] + '[' -f /tmp/packages_start.txt ']' [2025-08-07T01:16:50.574Z] + '[' -f /tmp/packages_end.txt ']' [2025-08-07T01:16:50.574Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2025-08-07T01:16:50.574Z] + '[' /w/workspace/foundry_device-onvif-camera_main ']' [2025-08-07T01:16:50.574Z] + mkdir -p /w/workspace/foundry_device-onvif-camera_main/archives/ [2025-08-07T01:16:50.574Z] + 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-07T01:16:50.587Z] 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-07T01:16:50.897Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-07T01:16:51.201Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-08-07T01:16:51.201Z] [2025-08-07T01:16:51.201Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-07T01:16:51.502Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-08-07T01:16:51.502Z] latest: Pulling from edgex-lftools-log-publisher [2025-08-07T01:16:51.502Z] 5eb5b503b376: Pulling fs layer [2025-08-07T01:16:51.502Z] 5c69ac0246d0: Pulling fs layer [2025-08-07T01:16:51.502Z] ec43610c2a17: Pulling fs layer [2025-08-07T01:16:51.502Z] 3a2ae6a8a46f: Pulling fs layer [2025-08-07T01:16:51.502Z] 33b1e0a273af: Pulling fs layer [2025-08-07T01:16:51.502Z] 5d3b04190fa2: Pulling fs layer [2025-08-07T01:16:51.502Z] 2f39f015ded8: Pulling fs layer [2025-08-07T01:16:51.502Z] 33b1e0a273af: Waiting [2025-08-07T01:16:51.502Z] 5d3b04190fa2: Waiting [2025-08-07T01:16:51.502Z] 2f39f015ded8: Waiting [2025-08-07T01:16:51.502Z] 3a2ae6a8a46f: Waiting [2025-08-07T01:16:51.502Z] 5c69ac0246d0: Verifying Checksum [2025-08-07T01:16:51.502Z] 5c69ac0246d0: Download complete [2025-08-07T01:16:51.502Z] 3a2ae6a8a46f: Verifying Checksum [2025-08-07T01:16:51.502Z] 3a2ae6a8a46f: Download complete [2025-08-07T01:16:51.502Z] 33b1e0a273af: Verifying Checksum [2025-08-07T01:16:51.502Z] 33b1e0a273af: Download complete [2025-08-07T01:16:51.502Z] 5d3b04190fa2: Verifying Checksum [2025-08-07T01:16:51.502Z] 5d3b04190fa2: Download complete [2025-08-07T01:16:51.502Z] ec43610c2a17: Verifying Checksum [2025-08-07T01:16:51.502Z] ec43610c2a17: Download complete [2025-08-07T01:16:51.763Z] 5eb5b503b376: Verifying Checksum [2025-08-07T01:16:51.763Z] 5eb5b503b376: Download complete [2025-08-07T01:16:52.332Z] 2f39f015ded8: Verifying Checksum [2025-08-07T01:16:52.332Z] 2f39f015ded8: Download complete [2025-08-07T01:16:52.907Z] 5eb5b503b376: Pull complete [2025-08-07T01:16:53.182Z] 5c69ac0246d0: Pull complete [2025-08-07T01:16:53.443Z] ec43610c2a17: Pull complete [2025-08-07T01:16:53.703Z] 3a2ae6a8a46f: Pull complete [2025-08-07T01:16:53.704Z] 33b1e0a273af: Pull complete [2025-08-07T01:16:53.963Z] 5d3b04190fa2: Pull complete [2025-08-07T01:16:58.196Z] 2f39f015ded8: Pull complete [2025-08-07T01:16:58.196Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2025-08-07T01:16:58.196Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-08-07T01:16:58.196Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-08-07T01:16:58.346Z] prd-centos7-docker-4c-2g-6405 does not seem to be running inside a container [2025-08-07T01:16:58.376Z] $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2025-08-07T01:17:01.776Z] $ docker top 55d56b649a09f464735327a35f54a6ab1a3fbb9bd65ccc63738746431c6d6066 -eo pid,comm [Pipeline] { [Pipeline] sh [2025-08-07T01:17:02.130Z] + touch /tmp/pre-build-complete [Pipeline] sh [2025-08-07T01:17:02.416Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2025-08-07T01:17:02.703Z] + ls /var/log/sa-host [2025-08-07T01:17:02.703Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-08-07T01:17:02.797Z] provisioning config files... [2025-08-07T01:17:02.805Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/foundry_device-onvif-camera_main@tmp/config13670949884031339127tmp [Pipeline] { [Pipeline] echo [2025-08-07T01:17:02.827Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2025-08-07T01:17:03.112Z] ---> create-netrc.sh [Pipeline] } [2025-08-07T01:17:03.119Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2025-08-07T01:17:03.462Z] ---> python-tools-install.sh [Pipeline] echo [2025-08-07T01:17:03.472Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2025-08-07T01:17:03.758Z] ---> sudo-logs.sh [2025-08-07T01:17:03.758Z] Archiving 'sudo' log.. [2025-08-07T01:17:03.758Z] sudo: unable to resolve host prd-centos7-docker-4c-2g-6405.novalocal: Name or service not known [2025-08-07T01:17:03.758Z] sudo: unable to resolve host prd-centos7-docker-4c-2g-6405.novalocal: Name or service not known [Pipeline] unstash [Pipeline] echo [2025-08-07T01:17:03.784Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2025-08-07T01:17:04.069Z] ---> job-cost.sh [2025-08-07T01:17:04.069Z] lf-activate-venv: SKIPPING [2025-08-07T01:17:04.069Z] INFO: No Stack... [2025-08-07T01:17:04.328Z] INFO: Retrieving Pricing Info for: v3-standard-2 [2025-08-07T01:17:04.587Z] INFO: Archiving Costs [Pipeline] echo [2025-08-07T01:17:04.601Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2025-08-07T01:17:04.893Z] ---> logs-deploy.sh [2025-08-07T01:17:04.893Z] lf-activate-venv: SKIPPING [2025-08-07T01:17:04.893Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-onvif-camera/main/226 [2025-08-07T01:17:04.893Z] INFO: archiving workspace using pattern(s): [2025-08-07T01:17:05.832Z] Archives upload complete. [2025-08-07T01:17:05.832Z] INFO: archiving logs to Nexus [2025-08-07T01:17:06.403Z] ---> uname -a: [2025-08-07T01:17:06.403Z] Linux prd-centos7-docker-4c-2g-6405.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-07T01:17:06.403Z] [2025-08-07T01:17:06.403Z] [2025-08-07T01:17:06.403Z] ---> lscpu: [2025-08-07T01:17:06.403Z] Architecture: x86_64 [2025-08-07T01:17:06.403Z] CPU op-mode(s): 32-bit, 64-bit [2025-08-07T01:17:06.403Z] Byte Order: Little Endian [2025-08-07T01:17:06.403Z] Address sizes: 40 bits physical, 48 bits virtual [2025-08-07T01:17:06.403Z] CPU(s): 2 [2025-08-07T01:17:06.403Z] On-line CPU(s) list: 0,1 [2025-08-07T01:17:06.403Z] Thread(s) per core: 1 [2025-08-07T01:17:06.403Z] Core(s) per socket: 1 [2025-08-07T01:17:06.403Z] Socket(s): 2 [2025-08-07T01:17:06.403Z] NUMA node(s): 1 [2025-08-07T01:17:06.403Z] Vendor ID: AuthenticAMD [2025-08-07T01:17:06.403Z] CPU family: 23 [2025-08-07T01:17:06.403Z] Model: 49 [2025-08-07T01:17:06.403Z] Model name: AMD EPYC-Rome Processor [2025-08-07T01:17:06.403Z] Stepping: 0 [2025-08-07T01:17:06.403Z] CPU MHz: 2800.000 [2025-08-07T01:17:06.403Z] BogoMIPS: 5600.00 [2025-08-07T01:17:06.403Z] Virtualization: AMD-V [2025-08-07T01:17:06.403Z] Hypervisor vendor: KVM [2025-08-07T01:17:06.403Z] Virtualization type: full [2025-08-07T01:17:06.403Z] L1d cache: 64 KiB [2025-08-07T01:17:06.403Z] L1i cache: 64 KiB [2025-08-07T01:17:06.403Z] L2 cache: 1 MiB [2025-08-07T01:17:06.403Z] L3 cache: 32 MiB [2025-08-07T01:17:06.403Z] NUMA node0 CPU(s): 0,1 [2025-08-07T01:17:06.403Z] Vulnerability Itlb multihit: Not affected [2025-08-07T01:17:06.403Z] Vulnerability L1tf: Not affected [2025-08-07T01:17:06.403Z] Vulnerability Mds: Not affected [2025-08-07T01:17:06.403Z] Vulnerability Meltdown: Not affected [2025-08-07T01:17:06.403Z] Vulnerability Mmio stale data: Not affected [2025-08-07T01:17:06.403Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2025-08-07T01:17:06.403Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2025-08-07T01:17:06.403Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2025-08-07T01:17:06.403Z] Vulnerability Srbds: Not affected [2025-08-07T01:17:06.403Z] Vulnerability Tsx async abort: Not affected [2025-08-07T01:17:06.404Z] 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-07T01:17:06.404Z] [2025-08-07T01:17:06.404Z] [2025-08-07T01:17:06.404Z] ---> nproc: [2025-08-07T01:17:06.404Z] 2 [2025-08-07T01:17:06.404Z] [2025-08-07T01:17:06.404Z] [2025-08-07T01:17:06.404Z] ---> df -h: [2025-08-07T01:17:06.404Z] Filesystem Size Used Avail Use% Mounted on [2025-08-07T01:17:06.404Z] overlay 40G 7.3G 33G 19% / [2025-08-07T01:17:06.404Z] tmpfs 64M 0 64M 0% /dev [2025-08-07T01:17:06.404Z] tmpfs 3.9G 0 3.9G 0% /sys/fs/cgroup [2025-08-07T01:17:06.404Z] shm 64M 0 64M 0% /dev/shm [2025-08-07T01:17:06.404Z] /dev/vda1 40G 7.3G 33G 19% /facter-os [2025-08-07T01:17:06.404Z] [2025-08-07T01:17:06.404Z] [2025-08-07T01:17:06.404Z] Cannot open /var/log/sysstat/sa07: No such file or directory [2025-08-07T01:17:06.404Z] Please check if data collecting is enabled [2025-08-07T01:17:06.404Z] subprocess.CalledProcessError: Command '['sar', '-b', '-r', '-n', 'DEV']' returned non-zero exit status 2. [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-08-07T01:17:06.694Z] [edgeXInfraPublish] An error occurred while publishing logs: script returned exit code 1 [Pipeline] } [2025-08-07T01:17:06.696Z] $ docker stop --time=1 55d56b649a09f464735327a35f54a6ab1a3fbb9bd65ccc63738746431c6d6066 [2025-08-07T01:17:07.844Z] $ docker rm -f --volumes 55d56b649a09f464735327a35f54a6ab1a3fbb9bd65ccc63738746431c6d6066 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] cleanWs [2025-08-07T01:17:07.936Z] [WS-CLEANUP] Deleting project workspace... [2025-08-07T01:17:07.936Z] [WS-CLEANUP] Deferred wipeout is used... [2025-08-07T01:17:07.952Z] [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-07T01:17:08.378Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-08-07T01:17:08.378Z] [2025-08-07T01:17:08.378Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-07T01:17:08.685Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-08-07T01:17:08.685Z] latest: Pulling from edgex-lftools-log-publisher [2025-08-07T01:17:08.685Z] 5eb5b503b376: Pulling fs layer [2025-08-07T01:17:08.685Z] 5c69ac0246d0: Pulling fs layer [2025-08-07T01:17:08.685Z] ec43610c2a17: Pulling fs layer [2025-08-07T01:17:08.685Z] 3a2ae6a8a46f: Pulling fs layer [2025-08-07T01:17:08.685Z] 33b1e0a273af: Pulling fs layer [2025-08-07T01:17:08.685Z] 5d3b04190fa2: Pulling fs layer [2025-08-07T01:17:08.685Z] 3a2ae6a8a46f: Waiting [2025-08-07T01:17:08.685Z] 33b1e0a273af: Waiting [2025-08-07T01:17:08.685Z] 5d3b04190fa2: Waiting [2025-08-07T01:17:08.685Z] 2f39f015ded8: Pulling fs layer [2025-08-07T01:17:08.685Z] 2f39f015ded8: Waiting [2025-08-07T01:17:08.685Z] 5c69ac0246d0: Download complete [2025-08-07T01:17:08.685Z] 3a2ae6a8a46f: Verifying Checksum [2025-08-07T01:17:08.685Z] 3a2ae6a8a46f: Download complete [2025-08-07T01:17:08.685Z] 33b1e0a273af: Verifying Checksum [2025-08-07T01:17:08.685Z] 33b1e0a273af: Download complete [2025-08-07T01:17:08.685Z] 5d3b04190fa2: Verifying Checksum [2025-08-07T01:17:08.685Z] 5d3b04190fa2: Download complete [2025-08-07T01:17:08.685Z] ec43610c2a17: Verifying Checksum [2025-08-07T01:17:08.685Z] ec43610c2a17: Download complete [2025-08-07T01:17:08.945Z] 5eb5b503b376: Verifying Checksum [2025-08-07T01:17:08.945Z] 5eb5b503b376: Download complete [2025-08-07T01:17:09.513Z] 2f39f015ded8: Verifying Checksum [2025-08-07T01:17:09.513Z] 2f39f015ded8: Download complete [2025-08-07T01:17:10.447Z] 5eb5b503b376: Pull complete [2025-08-07T01:17:10.447Z] 5c69ac0246d0: Pull complete [2025-08-07T01:17:11.015Z] ec43610c2a17: Pull complete [2025-08-07T01:17:11.015Z] 3a2ae6a8a46f: Pull complete [2025-08-07T01:17:11.015Z] 33b1e0a273af: Pull complete [2025-08-07T01:17:11.015Z] 5d3b04190fa2: Pull complete [2025-08-07T01:17:16.279Z] 2f39f015ded8: Pull complete [2025-08-07T01:17:16.279Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2025-08-07T01:17:16.279Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-08-07T01:17:16.279Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-08-07T01:17:16.373Z] prd-ubuntu20.04-docker-8c-8g-6402 does not seem to be running inside a container [2025-08-07T01:17:16.390Z] $ 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-07T01:17:17.844Z] $ docker top 7d64953765a5e68d41360bf02d3195f08d76501f14098db0d4c07caf98ca68ae -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-08-07T01:17:18.232Z] ---> job-cost.sh [2025-08-07T01:17:18.232Z] lf-activate-venv: SKIPPING [2025-08-07T01:17:18.232Z] INFO: No Stack... [2025-08-07T01:17:18.490Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2025-08-07T01:17:18.750Z] INFO: Archiving Costs [Pipeline] sh [2025-08-07T01:17:19.043Z] + cat /w/workspace/foundry_device-onvif-camera_main/archives/cost.csv [2025-08-07T01:17:19.043Z] + cut -d, -f6 [Pipeline] lock [2025-08-07T01:17:19.059Z] Trying to acquire lock on [Resource: jenkins-edgexfoundry-device-onvif-camera-main-226-stack-cost] [2025-08-07T01:17:19.065Z] Resource [jenkins-edgexfoundry-device-onvif-camera-main-226-stack-cost] did not exist. Created. [2025-08-07T01:17:19.070Z] Lock acquired on [Resource: jenkins-edgexfoundry-device-onvif-camera-main-226-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2025-08-07T01:17:19.380Z] + echo total: 0.2199999988079071 [Pipeline] stash [2025-08-07T01:17:19.412Z] Stashed 1 file(s) [Pipeline] } [2025-08-07T01:17:19.419Z] Lock released on resource [Resource: jenkins-edgexfoundry-device-onvif-camera-main-226-stack-cost] [Pipeline] // lock [Pipeline] } [2025-08-07T01:17:19.439Z] $ docker stop --time=1 7d64953765a5e68d41360bf02d3195f08d76501f14098db0d4c07caf98ca68ae [2025-08-07T01:17:20.563Z] $ docker rm -f --volumes 7d64953765a5e68d41360bf02d3195f08d76501f14098db0d4c07caf98ca68ae [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2025-08-07T01:18:19.308Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-6406 in /w/workspace/foundry_device-onvif-camera_main [Pipeline] { [Pipeline] ws [2025-08-07T01:18:19.328Z] Running in /w/workspace/device-onvif-camera/226 [Pipeline] { [Pipeline] checkout [2025-08-07T01:18:19.396Z] The recommended git tool is: git [2025-08-07T01:18:26.553Z] using credential edgex-jenkins-ssh [2025-08-07T01:18:26.581Z] Cloning the remote Git repository [2025-08-07T01:18:26.655Z] Cloning repository git@github.com:edgexfoundry/device-onvif-camera.git [2025-08-07T01:18:26.798Z] > git init /w/workspace/device-onvif-camera/226 # timeout=10 [2025-08-07T01:18:27.012Z] Fetching upstream changes from git@github.com:edgexfoundry/device-onvif-camera.git [2025-08-07T01:18:27.014Z] > git --version # timeout=10 [2025-08-07T01:18:27.043Z] > git --version # 'git version 2.25.1' [2025-08-07T01:18:27.047Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2025-08-07T01:18:27.265Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-onvif-camera.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2025-08-07T01:18:31.121Z] > git config remote.origin.url git@github.com:edgexfoundry/device-onvif-camera.git # timeout=10 [2025-08-07T01:18:31.151Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2025-08-07T01:18:32.263Z] Avoid second fetch [2025-08-07T01:18:32.264Z] Checking out Revision 91ebf91b5df65073a2d68aaf0b5700a34ee7edbc (main) [2025-08-07T01:18:32.280Z] > git config core.sparsecheckout # timeout=10 [2025-08-07T01:18:32.376Z] > git checkout -f 91ebf91b5df65073a2d68aaf0b5700a34ee7edbc # timeout=10 [2025-08-07T01:18:33.246Z] Commit message: "build(deps): Bump github.com/edgexfoundry/device-sdk-go/v4 (#514)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-08-07T01:18:37.829Z] provisioning config files... [2025-08-07T01:18:37.866Z] copy managed file [device-onvif-camera-settings] to file:/w/workspace/device-onvif-camera/226@tmp/config17036049366312434764tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-08-07T01:18:38.737Z] ---> ****-login.sh [2025-08-07T01:18:38.737Z] nexus3.edgexfoundry.org:10001 [2025-08-07T01:18:39.020Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-07T01:18:39.300Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-08-07T01:18:39.300Z] Configure a credential helper to remove this warning. See [2025-08-07T01:18:39.300Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-08-07T01:18:39.300Z] [2025-08-07T01:18:39.300Z] Login Succeeded [2025-08-07T01:18:39.300Z] nexus3.edgexfoundry.org:10002 [2025-08-07T01:18:39.586Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-07T01:18:39.866Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-08-07T01:18:39.866Z] Configure a credential helper to remove this warning. See [2025-08-07T01:18:39.866Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-08-07T01:18:39.866Z] [2025-08-07T01:18:39.866Z] Login Succeeded [2025-08-07T01:18:39.866Z] nexus3.edgexfoundry.org:10003 [2025-08-07T01:18:40.143Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-07T01:18:40.421Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-08-07T01:18:40.421Z] Configure a credential helper to remove this warning. See [2025-08-07T01:18:40.421Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-08-07T01:18:40.421Z] [2025-08-07T01:18:40.421Z] Login Succeeded [2025-08-07T01:18:40.421Z] nexus3.edgexfoundry.org:10004 [2025-08-07T01:18:40.696Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-07T01:18:40.696Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-08-07T01:18:40.696Z] Configure a credential helper to remove this warning. See [2025-08-07T01:18:40.696Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-08-07T01:18:40.696Z] [2025-08-07T01:18:40.696Z] Login Succeeded [2025-08-07T01:18:40.696Z] ****.io [2025-08-07T01:18:40.976Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-07T01:18:41.254Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-08-07T01:18:41.254Z] Configure a credential helper to remove this warning. See [2025-08-07T01:18:41.254Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-08-07T01:18:41.254Z] [2025-08-07T01:18:41.254Z] Login Succeeded [2025-08-07T01:18:41.531Z] ---> ****-login.sh ends [Pipeline] } [2025-08-07T01:18:41.555Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2025-08-07T01:18:42.054Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-08-07T01:18:42.079Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-08-07T01:18:42.100Z] ========================================================= [2025-08-07T01:18:42.100Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine] [2025-08-07T01:18:42.100Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-07T01:18:42.527Z] + 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-07T01:18:43.522Z] Sending build context to Docker daemon 26.88MB [2025-08-07T01:18:43.522Z] Step 1/13 : ARG BASE=golang:1.23-alpine3.20 [2025-08-07T01:18:43.522Z] Step 2/13 : FROM ${BASE} AS builder [2025-08-07T01:18:43.522Z] 1.23-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2025-08-07T01:18:43.522Z] 94e9d8af2201: Pulling fs layer [2025-08-07T01:18:43.522Z] a6c56e8762df: Pulling fs layer [2025-08-07T01:18:43.522Z] f0f3c8884826: Pulling fs layer [2025-08-07T01:18:43.522Z] c7e7622c144d: Pulling fs layer [2025-08-07T01:18:43.522Z] 4f4fb700ef54: Pulling fs layer [2025-08-07T01:18:43.522Z] b4c3b6d88c5a: Pulling fs layer [2025-08-07T01:18:43.522Z] ba8bce9d2590: Pulling fs layer [2025-08-07T01:18:43.522Z] ca778ea9c289: Pulling fs layer [2025-08-07T01:18:43.522Z] b4c3b6d88c5a: Waiting [2025-08-07T01:18:43.522Z] ba8bce9d2590: Waiting [2025-08-07T01:18:43.522Z] ca778ea9c289: Waiting [2025-08-07T01:18:43.522Z] c7e7622c144d: Waiting [2025-08-07T01:18:43.522Z] 4f4fb700ef54: Waiting [2025-08-07T01:18:43.522Z] a6c56e8762df: Verifying Checksum [2025-08-07T01:18:43.522Z] a6c56e8762df: Download complete [2025-08-07T01:18:43.522Z] c7e7622c144d: Verifying Checksum [2025-08-07T01:18:43.522Z] c7e7622c144d: Download complete [2025-08-07T01:18:43.522Z] 4f4fb700ef54: Verifying Checksum [2025-08-07T01:18:43.522Z] 4f4fb700ef54: Download complete [2025-08-07T01:18:43.800Z] b4c3b6d88c5a: Verifying Checksum [2025-08-07T01:18:43.800Z] b4c3b6d88c5a: Download complete [2025-08-07T01:18:43.800Z] 94e9d8af2201: Verifying Checksum [2025-08-07T01:18:43.800Z] 94e9d8af2201: Download complete [2025-08-07T01:18:44.085Z] ca778ea9c289: Verifying Checksum [2025-08-07T01:18:44.085Z] ca778ea9c289: Download complete [2025-08-07T01:18:44.690Z] 94e9d8af2201: Pull complete [2025-08-07T01:18:45.685Z] a6c56e8762df: Pull complete [2025-08-07T01:18:45.965Z] f0f3c8884826: Verifying Checksum [2025-08-07T01:18:45.965Z] f0f3c8884826: Download complete [2025-08-07T01:18:46.949Z] ba8bce9d2590: Verifying Checksum [2025-08-07T01:18:46.949Z] ba8bce9d2590: Download complete [2025-08-07T01:19:02.041Z] f0f3c8884826: Pull complete [2025-08-07T01:19:02.041Z] c7e7622c144d: Pull complete [2025-08-07T01:19:02.041Z] 4f4fb700ef54: Pull complete [2025-08-07T01:19:02.041Z] b4c3b6d88c5a: Pull complete [2025-08-07T01:19:12.149Z] ba8bce9d2590: Pull complete [2025-08-07T01:19:13.565Z] ca778ea9c289: Pull complete [2025-08-07T01:19:13.565Z] Digest: sha256:c70c257f76c0e97c87bd0187f74242a809c0afac30c2d5f44320df1de5715b93 [2025-08-07T01:19:13.565Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine [2025-08-07T01:19:13.565Z] ---> 47b25d7523d1 [2025-08-07T01:19:13.565Z] Step 3/13 : ARG ADD_BUILD_TAGS="" [2025-08-07T01:19:16.164Z] ---> Running in b70d9affb5dd [2025-08-07T01:19:16.164Z] Removing intermediate container b70d9affb5dd [2025-08-07T01:19:16.164Z] ---> 42e3c3276405 [2025-08-07T01:19:16.164Z] Step 4/13 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2025-08-07T01:19:16.164Z] ---> Running in 6f5a8ba0d92b [2025-08-07T01:19:16.764Z] Removing intermediate container 6f5a8ba0d92b [2025-08-07T01:19:16.764Z] ---> b5b6e335f2e1 [2025-08-07T01:19:16.764Z] Step 5/13 : ARG ALPINE_PKG_BASE="make git" [2025-08-07T01:19:16.764Z] ---> Running in 838e8d535c0c [2025-08-07T01:19:17.036Z] Removing intermediate container 838e8d535c0c [2025-08-07T01:19:17.036Z] ---> 595c8dc85a58 [2025-08-07T01:19:17.036Z] Step 6/13 : ARG ALPINE_PKG_EXTRA="" [2025-08-07T01:19:17.322Z] ---> Running in d04bdcf5bb84 [2025-08-07T01:19:17.595Z] Removing intermediate container d04bdcf5bb84 [2025-08-07T01:19:17.595Z] ---> 58ac8bd13f3d [2025-08-07T01:19:17.595Z] Step 7/13 : LABEL Name=edgex-device-onvif-camera [2025-08-07T01:19:17.595Z] ---> Running in effb71346b6b [2025-08-07T01:19:18.187Z] Removing intermediate container effb71346b6b [2025-08-07T01:19:18.187Z] ---> d37bd958a6bf [2025-08-07T01:19:18.187Z] Step 8/13 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2025-08-07T01:19:18.188Z] ---> Running in 4d413869977e [2025-08-07T01:19:19.626Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-08-07T01:19:19.897Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-08-07T01:19:21.341Z] OK: 239 MiB in 58 packages [2025-08-07T01:19:23.298Z] Removing intermediate container 4d413869977e [2025-08-07T01:19:23.298Z] ---> cc0f5ee4662b [2025-08-07T01:19:23.298Z] Step 9/13 : WORKDIR /device-onvif-camera [2025-08-07T01:19:23.298Z] ---> Running in 39564798463f [2025-08-07T01:19:23.882Z] Removing intermediate container 39564798463f [2025-08-07T01:19:23.882Z] ---> 98e7fd1dd917 [2025-08-07T01:19:23.882Z] Step 10/13 : COPY go.mod vendor* ./ [2025-08-07T01:19:24.467Z] ---> 1f475ea10859 [2025-08-07T01:19:24.467Z] Step 11/13 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-08-07T01:19:24.467Z] ---> Running in 246034ae28b9 [2025-08-07T01:21:46.268Z] Removing intermediate container 246034ae28b9 [2025-08-07T01:21:46.268Z] ---> b38c8864aab8 [2025-08-07T01:21:46.268Z] Step 12/13 : COPY . . [2025-08-07T01:21:46.268Z] ---> 71164d53abdc [2025-08-07T01:21:46.268Z] Step 13/13 : RUN ${MAKE} [2025-08-07T01:21:46.268Z] ---> Running in 2c0c40cd137e [2025-08-07T01:21:46.268Z] noop [2025-08-07T01:21:46.268Z] Removing intermediate container 2c0c40cd137e [2025-08-07T01:21:46.268Z] ---> e39007f57f02 [2025-08-07T01:21:46.268Z] Successfully built e39007f57f02 [2025-08-07T01:21:46.268Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-07T01:21:46.643Z] + docker inspect -f . ci-base-image-arm64 [2025-08-07T01:21:46.643Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-08-07T01:21:46.886Z] prd-ubuntu20.04-docker-arm64-4c-16g-6406 does not seem to be running inside a container [2025-08-07T01:21:46.970Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-onvif-camera/226 -v /w/workspace/device-onvif-camera/226:/w/workspace/device-onvif-camera/226:rw,z -v /w/workspace/device-onvif-camera/226@tmp:/w/workspace/device-onvif-camera/226@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-07T01:21:48.308Z] $ docker top 07c61c386545b5214364b5a9ef47f5a1b805ae660f46dcb590e0a1a999ea640d -eo pid,comm [Pipeline] { [Pipeline] sh [2025-08-07T01:21:49.182Z] + go version [2025-08-07T01:21:49.182Z] go version go1.23.9 linux/arm64 [Pipeline] } [2025-08-07T01:21:49.197Z] $ docker stop --time=1 07c61c386545b5214364b5a9ef47f5a1b805ae660f46dcb590e0a1a999ea640d [2025-08-07T01:21:50.885Z] $ docker rm -f --volumes 07c61c386545b5214364b5a9ef47f5a1b805ae660f46dcb590e0a1a999ea640d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-07T01:21:51.518Z] + docker inspect -f . ci-base-image-arm64 [2025-08-07T01:21:51.518Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-08-07T01:21:51.742Z] prd-ubuntu20.04-docker-arm64-4c-16g-6406 does not seem to be running inside a container [2025-08-07T01:21:51.826Z] $ 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/226 -v /w/workspace/device-onvif-camera/226:/w/workspace/device-onvif-camera/226:rw,z -v /w/workspace/device-onvif-camera/226@tmp:/w/workspace/device-onvif-camera/226@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-07T01:21:53.226Z] $ docker top 856fd7623ef6b98fc959d9d71caf46520bdfeed62a33c7b52b1a9e8582b52b7a -eo pid,comm [Pipeline] { [Pipeline] sh [2025-08-07T01:21:54.133Z] + git config --global --add safe.directory /w/workspace/device-onvif-camera/226 [Pipeline] fileExists [Pipeline] sh [2025-08-07T01:21:54.814Z] + make test [2025-08-07T01:21:54.814Z] go test ./... -coverprofile=coverage.out ./... [2025-08-07T01:22:01.496Z] ? github.com/edgexfoundry/device-onvif-camera [no test files] [2025-08-07T01:26:38.409Z] github.com/edgexfoundry/device-onvif-camera/cmd coverage: 0.0% of statements [2025-08-07T01:26:39.375Z] github.com/edgexfoundry/device-onvif-camera/internal/driver/mocks coverage: 0.0% of statements [2025-08-07T01:26:41.324Z] ok github.com/edgexfoundry/device-onvif-camera/internal/driver 2.197s coverage: 31.4% of statements [2025-08-07T01:27:03.420Z] ok github.com/edgexfoundry/device-onvif-camera/internal/netscan 22.785s coverage: 86.5% of statements [2025-08-07T01:27:03.420Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2025-08-07T01:27:03.420Z] go vet ./... [2025-08-07T01:28:11.295Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2025-08-07T01:28:11.295Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2025-08-07T01:28:11.295Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2025-08-07T01:28:11.313Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] } [2025-08-07T01:28:11.327Z] $ docker stop --time=1 856fd7623ef6b98fc959d9d71caf46520bdfeed62a33c7b52b1a9e8582b52b7a [2025-08-07T01:28:13.481Z] $ docker rm -f --volumes 856fd7623ef6b98fc959d9d71caf46520bdfeed62a33c7b52b1a9e8582b52b7a [Pipeline] // withDockerContainer [Pipeline] sh [2025-08-07T01:28:15.375Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2025-08-07T01:28:15.393Z] Warning: overwriting stash ‘coverage-report’ [2025-08-07T01:28:16.171Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2025-08-07T01:28:16.610Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2025-08-07T01:28:16.982Z] + ls -al . [2025-08-07T01:28:16.982Z] total 316 [2025-08-07T01:28:16.982Z] drwxrwxr-x 8 jenkins jenkins 4096 Aug 7 01:21 . [2025-08-07T01:28:16.982Z] drwxrwxr-x 4 jenkins jenkins 4096 Aug 7 01:18 .. [2025-08-07T01:28:16.982Z] drwxrwxr-x 8 jenkins jenkins 4096 Aug 7 01:18 .git [2025-08-07T01:28:16.982Z] drwxrwxr-x 3 jenkins jenkins 4096 Aug 7 01:18 .github [2025-08-07T01:28:16.982Z] -rw-rw-r-- 1 jenkins jenkins 493 Aug 7 01:18 .gitignore [2025-08-07T01:28:16.982Z] -rw-rw-r-- 1 jenkins jenkins 199 Aug 7 01:18 .golangci.yml [2025-08-07T01:28:16.982Z] -rw-rw-r-- 1 jenkins jenkins 20612 Aug 7 01:18 Attribution.txt [2025-08-07T01:28:16.982Z] -rw-rw-r-- 1 jenkins jenkins 19022 Aug 7 01:18 CHANGELOG.md [2025-08-07T01:28:16.982Z] -rw-rw-r-- 1 jenkins jenkins 1715 Aug 7 01:18 Dockerfile [2025-08-07T01:28:16.982Z] -rw-rw-r-- 1 jenkins jenkins 677 Aug 7 01:18 GOVERNANCE.md [2025-08-07T01:28:16.982Z] -rw-rw-r-- 1 jenkins jenkins 739 Aug 7 01:18 Jenkinsfile [2025-08-07T01:28:16.982Z] -rw-rw-r-- 1 jenkins jenkins 11348 Aug 7 01:18 LICENSE [2025-08-07T01:28:16.982Z] -rw-rw-r-- 1 jenkins jenkins 3465 Aug 7 01:18 Makefile [2025-08-07T01:28:16.982Z] -rw-rw-r-- 1 jenkins jenkins 625 Aug 7 01:18 OWNERS.md [2025-08-07T01:28:16.982Z] -rw-rw-r-- 1 jenkins jenkins 2620 Aug 7 01:18 README.md [2025-08-07T01:28:16.982Z] -rw-rw-r-- 1 jenkins jenkins 11 Aug 7 01:13 VERSION [2025-08-07T01:28:16.982Z] drwxrwxr-x 2 jenkins jenkins 4096 Aug 7 01:18 bin [2025-08-07T01:28:16.982Z] drwxrwxr-x 3 jenkins jenkins 4096 Aug 7 01:18 cmd [2025-08-07T01:28:16.982Z] -rw-r--r-- 1 jenkins jenkins 92466 Aug 7 01:27 coverage.out [2025-08-07T01:28:16.982Z] drwxrwxr-x 4 jenkins jenkins 4096 Aug 7 01:18 doc [2025-08-07T01:28:16.982Z] -rw-rw-r-- 1 jenkins jenkins 6471 Aug 7 01:18 go.mod [2025-08-07T01:28:16.982Z] -rw-rw-r-- 1 jenkins jenkins 87507 Aug 7 01:18 go.sum [2025-08-07T01:28:16.982Z] drwxrwxr-x 4 jenkins jenkins 4096 Aug 7 01:18 internal [2025-08-07T01:28:16.982Z] -rw-rw-r-- 1 jenkins jenkins 236 Aug 7 01:18 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-07T01:28:17.372Z] + 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=91ebf91b5df65073a2d68aaf0b5700a34ee7edbc --label arch=arm64 --label version=4.1.0-dev.2 . [2025-08-07T01:28:18.370Z] Sending build context to Docker daemon 26.97MB [2025-08-07T01:28:18.370Z] Step 1/27 : ARG BASE=golang:1.23-alpine3.20 [2025-08-07T01:28:18.370Z] Step 2/27 : FROM ${BASE} AS builder [2025-08-07T01:28:18.370Z] ---> e39007f57f02 [2025-08-07T01:28:18.370Z] Step 3/27 : ARG ADD_BUILD_TAGS="" [2025-08-07T01:28:18.370Z] ---> Running in e28303e31aff [2025-08-07T01:28:18.639Z] Removing intermediate container e28303e31aff [2025-08-07T01:28:18.639Z] ---> 2a9e1e6cd051 [2025-08-07T01:28:18.639Z] Step 4/27 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2025-08-07T01:28:18.912Z] ---> Running in e9c495e868e1 [2025-08-07T01:28:19.181Z] Removing intermediate container e9c495e868e1 [2025-08-07T01:28:19.181Z] ---> cc30f043f622 [2025-08-07T01:28:19.181Z] Step 5/27 : ARG ALPINE_PKG_BASE="make git" [2025-08-07T01:28:19.181Z] ---> Running in 09bf35042efb [2025-08-07T01:28:19.455Z] Removing intermediate container 09bf35042efb [2025-08-07T01:28:19.455Z] ---> 874387bd726f [2025-08-07T01:28:19.455Z] Step 6/27 : ARG ALPINE_PKG_EXTRA="" [2025-08-07T01:28:19.725Z] ---> Running in 73bf44f8236a [2025-08-07T01:28:19.995Z] Removing intermediate container 73bf44f8236a [2025-08-07T01:28:19.995Z] ---> f0bdac18594d [2025-08-07T01:28:19.995Z] Step 7/27 : LABEL Name=edgex-device-onvif-camera [2025-08-07T01:28:19.995Z] ---> Running in cc6f5e925585 [2025-08-07T01:28:20.357Z] Removing intermediate container cc6f5e925585 [2025-08-07T01:28:20.357Z] ---> cc6d2d097500 [2025-08-07T01:28:20.357Z] Step 8/27 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2025-08-07T01:28:20.357Z] ---> Running in c07ca6136665 [2025-08-07T01:28:21.787Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-08-07T01:28:22.054Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-08-07T01:28:23.464Z] OK: 239 MiB in 58 packages [2025-08-07T01:28:24.879Z] Removing intermediate container c07ca6136665 [2025-08-07T01:28:24.879Z] ---> 91936e5f3b79 [2025-08-07T01:28:24.879Z] Step 9/27 : WORKDIR /device-onvif-camera [2025-08-07T01:28:24.879Z] ---> Running in 471a79ee33e3 [2025-08-07T01:28:24.879Z] Removing intermediate container 471a79ee33e3 [2025-08-07T01:28:24.879Z] ---> f9138660d486 [2025-08-07T01:28:24.879Z] Step 10/27 : COPY go.mod vendor* ./ [2025-08-07T01:28:25.463Z] ---> f34db43986f7 [2025-08-07T01:28:25.463Z] Step 11/27 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-08-07T01:28:25.730Z] ---> Running in 1318871df8d1 [2025-08-07T01:28:28.322Z] Removing intermediate container 1318871df8d1 [2025-08-07T01:28:28.322Z] ---> 62691969d5f6 [2025-08-07T01:28:28.322Z] Step 12/27 : COPY . . [2025-08-07T01:28:30.265Z] ---> a5faecedbad6 [2025-08-07T01:28:30.265Z] Step 13/27 : RUN ${MAKE} [2025-08-07T01:28:30.265Z] ---> Running in 5642b9c352d0 [2025-08-07T01:28:31.227Z] CGO_ENABLED=0 go build -tags "" -ldflags "-s -w -X github.com/edgexfoundry/device-onvif-camera.Version=4.1.0-dev.2 -X github.com/edgexfoundry/device-sdk-go/v4/internal/common.SDKVersion=v4.1.0-dev.28 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/device-onvif-camera ./cmd [2025-08-07T01:32:23.033Z] Removing intermediate container 5642b9c352d0 [2025-08-07T01:32:23.033Z] ---> d4d744206fae [2025-08-07T01:32:23.033Z] Step 14/27 : FROM alpine:3.20 [2025-08-07T01:32:23.033Z] 3.20: Pulling from library/alpine [2025-08-07T01:32:23.033Z] 13e713f82565: Pulling fs layer [2025-08-07T01:32:23.033Z] 13e713f82565: Download complete [2025-08-07T01:32:23.033Z] 13e713f82565: Pull complete [2025-08-07T01:32:23.033Z] Digest: sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d [2025-08-07T01:32:23.033Z] Status: Downloaded newer image for alpine:3.20 [2025-08-07T01:32:23.033Z] ---> c88e9dceb6cb [2025-08-07T01:32:23.033Z] Step 15/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' [2025-08-07T01:32:23.033Z] ---> Running in 18d9d1c3b39c [2025-08-07T01:32:23.033Z] Removing intermediate container 18d9d1c3b39c [2025-08-07T01:32:23.033Z] ---> befb6e6efac9 [2025-08-07T01:32:23.033Z] Step 16/27 : RUN apk add --update --no-cache dumb-init [2025-08-07T01:32:23.033Z] ---> Running in 83c974400800 [2025-08-07T01:32:23.033Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-08-07T01:32:23.033Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-08-07T01:32:23.033Z] (1/1) Installing dumb-init (1.2.5-r3) [2025-08-07T01:32:23.033Z] Executing busybox-1.36.1-r29.trigger [2025-08-07T01:32:23.033Z] OK: 9 MiB in 15 packages [2025-08-07T01:32:23.033Z] Removing intermediate container 83c974400800 [2025-08-07T01:32:23.033Z] ---> 80c9650f8820 [2025-08-07T01:32:23.033Z] Step 17/27 : RUN apk --no-cache upgrade [2025-08-07T01:32:23.033Z] ---> Running in 30268d053ed3 [2025-08-07T01:32:23.033Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-08-07T01:32:23.033Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-08-07T01:32:23.033Z] (1/3) Upgrading busybox (1.36.1-r29 -> 1.36.1-r30) [2025-08-07T01:32:23.033Z] Executing busybox-1.36.1-r30.post-upgrade [2025-08-07T01:32:23.033Z] (2/3) Upgrading busybox-binsh (1.36.1-r29 -> 1.36.1-r30) [2025-08-07T01:32:23.033Z] (3/3) Upgrading ssl_client (1.36.1-r29 -> 1.36.1-r30) [2025-08-07T01:32:23.033Z] Executing busybox-1.36.1-r30.trigger [2025-08-07T01:32:23.033Z] OK: 9 MiB in 15 packages [2025-08-07T01:32:23.033Z] Removing intermediate container 30268d053ed3 [2025-08-07T01:32:23.033Z] ---> bf1c03e9c295 [2025-08-07T01:32:23.033Z] Step 18/27 : WORKDIR / [2025-08-07T01:32:23.033Z] ---> Running in c6ecc63c9be2 [2025-08-07T01:32:23.033Z] Removing intermediate container c6ecc63c9be2 [2025-08-07T01:32:23.033Z] ---> fd9a5c64e738 [2025-08-07T01:32:23.033Z] Step 19/27 : COPY --from=builder /device-onvif-camera/cmd / [2025-08-07T01:32:23.995Z] ---> ba2236e3632e [2025-08-07T01:32:23.995Z] Step 20/27 : COPY --from=builder /device-onvif-camera/LICENSE / [2025-08-07T01:32:24.261Z] ---> 9670d229c4a1 [2025-08-07T01:32:24.261Z] Step 21/27 : COPY --from=builder /device-onvif-camera/Attribution.txt / [2025-08-07T01:32:24.843Z] ---> edf2db7b4711 [2025-08-07T01:32:24.843Z] Step 22/27 : EXPOSE 59984 [2025-08-07T01:32:24.843Z] ---> Running in eaa38cf97426 [2025-08-07T01:32:25.127Z] Removing intermediate container eaa38cf97426 [2025-08-07T01:32:25.127Z] ---> 52802b398a55 [2025-08-07T01:32:25.127Z] Step 23/27 : ENTRYPOINT ["/device-onvif-camera"] [2025-08-07T01:32:25.401Z] ---> Running in c540608fc223 [2025-08-07T01:32:25.670Z] Removing intermediate container c540608fc223 [2025-08-07T01:32:25.670Z] ---> 5f5079b0224b [2025-08-07T01:32:25.670Z] Step 24/27 : CMD ["-cp=keeper.http://edgex-core-keeper:59890", "--registry"] [2025-08-07T01:32:25.670Z] ---> Running in c535498a8ca3 [2025-08-07T01:32:25.936Z] Removing intermediate container c535498a8ca3 [2025-08-07T01:32:25.936Z] ---> c6f18f8b8ab6 [2025-08-07T01:32:25.936Z] Step 25/27 : LABEL arch=arm64 [2025-08-07T01:32:25.936Z] ---> Running in a68460a02c99 [2025-08-07T01:32:26.212Z] Removing intermediate container a68460a02c99 [2025-08-07T01:32:26.212Z] ---> deb771baa8e9 [2025-08-07T01:32:26.212Z] Step 26/27 : LABEL git_sha=91ebf91b5df65073a2d68aaf0b5700a34ee7edbc [2025-08-07T01:32:26.477Z] ---> Running in 5d4463d3c16a [2025-08-07T01:32:26.749Z] Removing intermediate container 5d4463d3c16a [2025-08-07T01:32:26.749Z] ---> 4582352f6fee [2025-08-07T01:32:26.749Z] Step 27/27 : LABEL version=4.1.0-dev.2 [2025-08-07T01:32:26.749Z] ---> Running in 843fe2547aab [2025-08-07T01:32:27.014Z] Removing intermediate container 843fe2547aab [2025-08-07T01:32:27.014Z] ---> a9814cf4d6b2 [2025-08-07T01:32:27.014Z] [Warning] One or more build-args [ARCH] were not consumed [2025-08-07T01:32:27.014Z] Successfully built a9814cf4d6b2 [2025-08-07T01:32:27.014Z] 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-07T01:32:27.424Z] provisioning config files... [2025-08-07T01:32:27.439Z] copy managed file [device-onvif-camera-settings] to file:/w/workspace/device-onvif-camera/226@tmp/config12334335999246993233tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-08-07T01:32:27.783Z] ---> ****-login.sh [2025-08-07T01:32:27.783Z] nexus3.edgexfoundry.org:10001 [2025-08-07T01:32:27.783Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-07T01:32:28.049Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-08-07T01:32:28.049Z] Configure a credential helper to remove this warning. See [2025-08-07T01:32:28.049Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-08-07T01:32:28.049Z] [2025-08-07T01:32:28.049Z] Login Succeeded [2025-08-07T01:32:28.049Z] nexus3.edgexfoundry.org:10002 [2025-08-07T01:32:28.316Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-07T01:32:28.316Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-08-07T01:32:28.316Z] Configure a credential helper to remove this warning. See [2025-08-07T01:32:28.316Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-08-07T01:32:28.316Z] [2025-08-07T01:32:28.316Z] Login Succeeded [2025-08-07T01:32:28.316Z] nexus3.edgexfoundry.org:10003 [2025-08-07T01:32:28.583Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-07T01:32:28.850Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-08-07T01:32:28.850Z] Configure a credential helper to remove this warning. See [2025-08-07T01:32:28.850Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-08-07T01:32:28.850Z] [2025-08-07T01:32:28.850Z] Login Succeeded [2025-08-07T01:32:28.850Z] nexus3.edgexfoundry.org:10004 [2025-08-07T01:32:29.118Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-07T01:32:29.118Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-08-07T01:32:29.118Z] Configure a credential helper to remove this warning. See [2025-08-07T01:32:29.118Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-08-07T01:32:29.118Z] [2025-08-07T01:32:29.118Z] Login Succeeded [2025-08-07T01:32:29.118Z] ****.io [2025-08-07T01:32:29.383Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-08-07T01:32:29.648Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-08-07T01:32:29.648Z] Configure a credential helper to remove this warning. See [2025-08-07T01:32:29.648Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-08-07T01:32:29.648Z] [2025-08-07T01:32:29.648Z] Login Succeeded [2025-08-07T01:32:29.648Z] ---> ****-login.sh ends [Pipeline] } [2025-08-07T01:32:29.659Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-08-07T01:32:29.709Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-08-07T01:32:29.735Z] [edgeXDocker.push] Tagging docker image device-onvif-camera-arm64 with the following tags: [2025-08-07T01:32:29.735Z] 91ebf91b5df65073a2d68aaf0b5700a34ee7edbc [2025-08-07T01:32:29.735Z] latest [2025-08-07T01:32:29.735Z] 4.1.0-dev.2 [2025-08-07T01:32:29.735Z] 91ebf91b5df65073a2d68aaf0b5700a34ee7edbc-4.1.0-dev.2 [2025-08-07T01:32:29.735Z] main [2025-08-07T01:32:29.735Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-07T01:32:30.103Z] + docker tag device-onvif-camera-arm64 nexus3.edgexfoundry.org:10004/device-onvif-camera-arm64:91ebf91b5df65073a2d68aaf0b5700a34ee7edbc [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-07T01:32:30.460Z] + docker push nexus3.edgexfoundry.org:10004/device-onvif-camera-arm64:91ebf91b5df65073a2d68aaf0b5700a34ee7edbc [2025-08-07T01:32:30.460Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-onvif-camera-arm64] [2025-08-07T01:32:30.460Z] 16563c6b0c8c: Preparing [2025-08-07T01:32:30.460Z] 9ce46b8a79f0: Preparing [2025-08-07T01:32:30.460Z] 94e30c3f13aa: Preparing [2025-08-07T01:32:30.460Z] b6eb6ed72170: Preparing [2025-08-07T01:32:30.460Z] 3da64c029a25: Preparing [2025-08-07T01:32:30.460Z] 1e890da81ec9: Preparing [2025-08-07T01:32:30.460Z] 1e890da81ec9: Waiting [2025-08-07T01:32:30.724Z] 16563c6b0c8c: Pushed [2025-08-07T01:32:30.724Z] 9ce46b8a79f0: Pushed [2025-08-07T01:32:30.724Z] 3da64c029a25: Pushed [2025-08-07T01:32:30.724Z] 1e890da81ec9: Layer already exists [2025-08-07T01:32:30.991Z] b6eb6ed72170: Pushed [2025-08-07T01:32:39.167Z] 94e30c3f13aa: Pushed [2025-08-07T01:32:39.167Z] 91ebf91b5df65073a2d68aaf0b5700a34ee7edbc: digest: sha256:33c7c260bacdcc7897073a2379108c5ba4422b29a578084e179473ad1a0c33b2 size: 1575 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-07T01:32:39.531Z] + 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-07T01:32:39.889Z] + docker push nexus3.edgexfoundry.org:10004/device-onvif-camera-arm64:latest [2025-08-07T01:32:39.889Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-onvif-camera-arm64] [2025-08-07T01:32:39.889Z] 16563c6b0c8c: Preparing [2025-08-07T01:32:39.889Z] 9ce46b8a79f0: Preparing [2025-08-07T01:32:39.889Z] 94e30c3f13aa: Preparing [2025-08-07T01:32:39.889Z] b6eb6ed72170: Preparing [2025-08-07T01:32:39.889Z] 3da64c029a25: Preparing [2025-08-07T01:32:39.889Z] 1e890da81ec9: Preparing [2025-08-07T01:32:39.889Z] 1e890da81ec9: Waiting [2025-08-07T01:32:39.889Z] 16563c6b0c8c: Layer already exists [2025-08-07T01:32:39.889Z] 3da64c029a25: Layer already exists [2025-08-07T01:32:39.889Z] b6eb6ed72170: Layer already exists [2025-08-07T01:32:39.889Z] 9ce46b8a79f0: Layer already exists [2025-08-07T01:32:39.889Z] 94e30c3f13aa: Layer already exists [2025-08-07T01:32:39.889Z] 1e890da81ec9: Layer already exists [2025-08-07T01:32:40.154Z] latest: digest: sha256:33c7c260bacdcc7897073a2379108c5ba4422b29a578084e179473ad1a0c33b2 size: 1575 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-07T01:32:40.509Z] + docker tag device-onvif-camera-arm64 nexus3.edgexfoundry.org:10004/device-onvif-camera-arm64:4.1.0-dev.2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-07T01:32:40.851Z] + docker push nexus3.edgexfoundry.org:10004/device-onvif-camera-arm64:4.1.0-dev.2 [2025-08-07T01:32:40.851Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-onvif-camera-arm64] [2025-08-07T01:32:40.851Z] 16563c6b0c8c: Preparing [2025-08-07T01:32:40.851Z] 9ce46b8a79f0: Preparing [2025-08-07T01:32:40.851Z] 94e30c3f13aa: Preparing [2025-08-07T01:32:40.851Z] b6eb6ed72170: Preparing [2025-08-07T01:32:40.851Z] 3da64c029a25: Preparing [2025-08-07T01:32:40.851Z] 1e890da81ec9: Preparing [2025-08-07T01:32:40.851Z] 1e890da81ec9: Waiting [2025-08-07T01:32:40.851Z] 16563c6b0c8c: Layer already exists [2025-08-07T01:32:40.851Z] 3da64c029a25: Layer already exists [2025-08-07T01:32:40.851Z] 9ce46b8a79f0: Layer already exists [2025-08-07T01:32:40.851Z] b6eb6ed72170: Layer already exists [2025-08-07T01:32:40.851Z] 94e30c3f13aa: Layer already exists [2025-08-07T01:32:40.851Z] 1e890da81ec9: Layer already exists [2025-08-07T01:32:41.116Z] 4.1.0-dev.2: digest: sha256:33c7c260bacdcc7897073a2379108c5ba4422b29a578084e179473ad1a0c33b2 size: 1575 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-07T01:32:41.482Z] + docker tag device-onvif-camera-arm64 nexus3.edgexfoundry.org:10004/device-onvif-camera-arm64:91ebf91b5df65073a2d68aaf0b5700a34ee7edbc-4.1.0-dev.2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-07T01:32:41.847Z] + docker push nexus3.edgexfoundry.org:10004/device-onvif-camera-arm64:91ebf91b5df65073a2d68aaf0b5700a34ee7edbc-4.1.0-dev.2 [2025-08-07T01:32:41.847Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-onvif-camera-arm64] [2025-08-07T01:32:41.847Z] 16563c6b0c8c: Preparing [2025-08-07T01:32:41.847Z] 9ce46b8a79f0: Preparing [2025-08-07T01:32:41.847Z] 94e30c3f13aa: Preparing [2025-08-07T01:32:41.847Z] b6eb6ed72170: Preparing [2025-08-07T01:32:41.847Z] 3da64c029a25: Preparing [2025-08-07T01:32:41.847Z] 1e890da81ec9: Preparing [2025-08-07T01:32:41.847Z] 1e890da81ec9: Waiting [2025-08-07T01:32:41.847Z] 3da64c029a25: Layer already exists [2025-08-07T01:32:41.847Z] b6eb6ed72170: Layer already exists [2025-08-07T01:32:41.847Z] 16563c6b0c8c: Layer already exists [2025-08-07T01:32:41.847Z] 9ce46b8a79f0: Layer already exists [2025-08-07T01:32:41.847Z] 94e30c3f13aa: Layer already exists [2025-08-07T01:32:41.847Z] 1e890da81ec9: Layer already exists [2025-08-07T01:32:41.847Z] 91ebf91b5df65073a2d68aaf0b5700a34ee7edbc-4.1.0-dev.2: digest: sha256:33c7c260bacdcc7897073a2379108c5ba4422b29a578084e179473ad1a0c33b2 size: 1575 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-07T01:32:42.211Z] + 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-07T01:32:42.562Z] + docker push nexus3.edgexfoundry.org:10004/device-onvif-camera-arm64:main [2025-08-07T01:32:42.562Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-onvif-camera-arm64] [2025-08-07T01:32:42.562Z] 16563c6b0c8c: Preparing [2025-08-07T01:32:42.562Z] 9ce46b8a79f0: Preparing [2025-08-07T01:32:42.562Z] 94e30c3f13aa: Preparing [2025-08-07T01:32:42.562Z] b6eb6ed72170: Preparing [2025-08-07T01:32:42.562Z] 3da64c029a25: Preparing [2025-08-07T01:32:42.562Z] 1e890da81ec9: Preparing [2025-08-07T01:32:42.562Z] 1e890da81ec9: Waiting [2025-08-07T01:32:42.562Z] 16563c6b0c8c: Layer already exists [2025-08-07T01:32:42.562Z] 9ce46b8a79f0: Layer already exists [2025-08-07T01:32:42.562Z] 94e30c3f13aa: Layer already exists [2025-08-07T01:32:42.562Z] 3da64c029a25: Layer already exists [2025-08-07T01:32:42.562Z] b6eb6ed72170: Layer already exists [2025-08-07T01:32:42.562Z] 1e890da81ec9: Layer already exists [2025-08-07T01:32:42.827Z] main: digest: sha256:33c7c260bacdcc7897073a2379108c5ba4422b29a578084e179473ad1a0c33b2 size: 1575 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-08-07T01:32:42.913Z] ===================================================== [Pipeline] echo [2025-08-07T01:32:42.931Z] taggedImages: [2025-08-07T01:32:42.931Z] - nexus3.edgexfoundry.org:10004/device-onvif-camera-arm64:91ebf91b5df65073a2d68aaf0b5700a34ee7edbc [2025-08-07T01:32:42.931Z] - nexus3.edgexfoundry.org:10004/device-onvif-camera-arm64:latest [2025-08-07T01:32:42.931Z] - nexus3.edgexfoundry.org:10004/device-onvif-camera-arm64:4.1.0-dev.2 [2025-08-07T01:32:42.931Z] - nexus3.edgexfoundry.org:10004/device-onvif-camera-arm64:91ebf91b5df65073a2d68aaf0b5700a34ee7edbc-4.1.0-dev.2 [2025-08-07T01:32:42.931Z] - nexus3.edgexfoundry.org:10004/device-onvif-camera-arm64:main [Pipeline] echo [2025-08-07T01:32:42.945Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/device-onvif-camera-arm64:91ebf91b5df65073a2d68aaf0b5700a34ee7edbc [Pipeline] echo [2025-08-07T01:32:42.956Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/device-onvif-camera-arm64:latest [Pipeline] echo [2025-08-07T01:32:42.967Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/device-onvif-camera-arm64:4.1.0-dev.2 [Pipeline] echo [2025-08-07T01:32:42.982Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/device-onvif-camera-arm64:91ebf91b5df65073a2d68aaf0b5700a34ee7edbc-4.1.0-dev.2 [Pipeline] echo [2025-08-07T01:32:42.995Z] 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-07T01:32:43.383Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2025-08-07T01:32:43.383Z] [2025-08-07T01:32:43.383Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-07T01:32:43.726Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2025-08-07T01:32:43.726Z] arm64: Pulling from edgex-lftools-log-publisher [2025-08-07T01:32:43.726Z] 8998bd30e6a1: Pulling fs layer [2025-08-07T01:32:43.726Z] 04944245beec: Pulling fs layer [2025-08-07T01:32:43.726Z] 699f458cf7ca: Pulling fs layer [2025-08-07T01:32:43.726Z] 765212b225bb: Pulling fs layer [2025-08-07T01:32:43.726Z] f23df028b6ca: Pulling fs layer [2025-08-07T01:32:43.726Z] d65c8cfc05b1: Pulling fs layer [2025-08-07T01:32:43.726Z] 2437ff75d9bd: Pulling fs layer [2025-08-07T01:32:43.726Z] 765212b225bb: Waiting [2025-08-07T01:32:43.726Z] f23df028b6ca: Waiting [2025-08-07T01:32:43.726Z] d65c8cfc05b1: Waiting [2025-08-07T01:32:43.726Z] 2437ff75d9bd: Waiting [2025-08-07T01:32:43.996Z] 04944245beec: Verifying Checksum [2025-08-07T01:32:43.996Z] 04944245beec: Download complete [2025-08-07T01:32:43.996Z] 765212b225bb: Download complete [2025-08-07T01:32:43.996Z] f23df028b6ca: Verifying Checksum [2025-08-07T01:32:43.996Z] f23df028b6ca: Download complete [2025-08-07T01:32:43.996Z] d65c8cfc05b1: Verifying Checksum [2025-08-07T01:32:43.996Z] d65c8cfc05b1: Download complete [2025-08-07T01:32:44.265Z] 699f458cf7ca: Verifying Checksum [2025-08-07T01:32:44.265Z] 699f458cf7ca: Download complete [2025-08-07T01:32:44.533Z] 8998bd30e6a1: Verifying Checksum [2025-08-07T01:32:44.533Z] 8998bd30e6a1: Download complete [2025-08-07T01:32:47.129Z] 2437ff75d9bd: Verifying Checksum [2025-08-07T01:32:47.129Z] 2437ff75d9bd: Download complete [2025-08-07T01:32:49.719Z] 8998bd30e6a1: Pull complete [2025-08-07T01:32:50.309Z] 04944245beec: Pull complete [2025-08-07T01:32:51.725Z] 699f458cf7ca: Pull complete [2025-08-07T01:32:52.309Z] 765212b225bb: Pull complete [2025-08-07T01:32:53.270Z] f23df028b6ca: Pull complete [2025-08-07T01:32:53.270Z] d65c8cfc05b1: Pull complete [2025-08-07T01:33:11.455Z] 2437ff75d9bd: Pull complete [2025-08-07T01:33:11.455Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2025-08-07T01:33:11.455Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2025-08-07T01:33:11.455Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-08-07T01:33:11.678Z] prd-ubuntu20.04-docker-arm64-4c-16g-6406 does not seem to be running inside a container [2025-08-07T01:33:11.734Z] $ 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/226 -v /w/workspace/device-onvif-camera/226:/w/workspace/device-onvif-camera/226:rw,z -v /w/workspace/device-onvif-camera/226@tmp:/w/workspace/device-onvif-camera/226@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-07T01:33:14.539Z] $ docker top 43753e30d8bd56e42bec0742079802f8307f6938763699beea47c6377813d792 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-08-07T01:33:15.357Z] ---> job-cost.sh [2025-08-07T01:33:15.357Z] lf-activate-venv: SKIPPING [2025-08-07T01:33:15.357Z] INFO: No Stack... [2025-08-07T01:33:15.934Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2025-08-07T01:33:16.511Z] INFO: Archiving Costs [Pipeline] sh [2025-08-07T01:33:17.140Z] + cat /w/workspace/device-onvif-camera/226/archives/cost.csv [2025-08-07T01:33:17.140Z] + cut -d, -f6 [Pipeline] lock [2025-08-07T01:33:17.193Z] Trying to acquire lock on [Resource: jenkins-edgexfoundry-device-onvif-camera-main-226-stack-cost] [2025-08-07T01:33:17.199Z] Resource [jenkins-edgexfoundry-device-onvif-camera-main-226-stack-cost] did not exist. Created. [2025-08-07T01:33:17.204Z] Lock acquired on [Resource: jenkins-edgexfoundry-device-onvif-camera-main-226-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2025-08-07T01:33:17.862Z] /w/workspace/device-onvif-camera/226@tmp/durable-c3a579a2/script.sh.copy: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2025-08-07T01:33:18.496Z] + echo total: 0.10999999940395355 [Pipeline] stash [2025-08-07T01:33:18.512Z] Warning: overwriting stash ‘stack-cost’ [2025-08-07T01:33:18.574Z] Stashed 1 file(s) [Pipeline] } [2025-08-07T01:33:18.584Z] Lock released on resource [Resource: jenkins-edgexfoundry-device-onvif-camera-main-226-stack-cost] [Pipeline] // lock [Pipeline] } [2025-08-07T01:33:18.607Z] $ docker stop --time=1 43753e30d8bd56e42bec0742079802f8307f6938763699beea47c6377813d792 [2025-08-07T01:33:20.141Z] $ docker rm -f --volumes 43753e30d8bd56e42bec0742079802f8307f6938763699beea47c6377813d792 [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-07T01:33:20.640Z] provisioning config files... [2025-08-07T01:33:20.647Z] copy managed file [device-onvif-camera-codecov-token] to file:/w/workspace/foundry_device-onvif-camera_main@tmp/config17742217299948248047tmp [Pipeline] { [Pipeline] sh [2025-08-07T01:33:20.944Z] + set +x [2025-08-07T01:33:20.945Z] + curl -s https://codecov.io/bash [2025-08-07T01:33:20.945Z] + bash -s -- [2025-08-07T01:33:20.945Z] [2025-08-07T01:33:20.945Z] _____ _ [2025-08-07T01:33:20.945Z] / ____| | | [2025-08-07T01:33:20.945Z] | | ___ __| | ___ ___ _____ __ [2025-08-07T01:33:20.945Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2025-08-07T01:33:20.945Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2025-08-07T01:33:20.945Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2025-08-07T01:33:20.945Z] Bash-1.0.6 [2025-08-07T01:33:20.945Z] [2025-08-07T01:33:20.945Z] [2025-08-07T01:33:20.945Z] ==> git version 2.25.1 found [2025-08-07T01:33:20.945Z] ==> 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-07T01:33:20.945Z] Release-Date: 2020-01-08 [2025-08-07T01:33:20.945Z] 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-07T01:33:20.945Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2025-08-07T01:33:20.945Z] ==> Jenkins CI detected. [2025-08-07T01:33:20.945Z] current dir:  /w/workspace/foundry_device-onvif-camera_main [2025-08-07T01:33:20.945Z] project root: . [2025-08-07T01:33:20.945Z] --> token set from env [2025-08-07T01:33:20.945Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2025-08-07T01:33:21.204Z] ==> Running gcov in . (disable via -X gcov) [2025-08-07T01:33:21.204Z] ==> Python coveragepy not found [2025-08-07T01:33:21.204Z] ==> Searching for coverage reports in: [2025-08-07T01:33:21.204Z] + . [2025-08-07T01:33:21.204Z] -> Found 1 reports [2025-08-07T01:33:21.204Z] ==> Detecting git/mercurial file structure [2025-08-07T01:33:21.204Z] ==> Reading reports [2025-08-07T01:33:21.204Z] + ./coverage.out bytes=92466 [2025-08-07T01:33:21.204Z] ==> Appending adjustments [2025-08-07T01:33:21.204Z] https://docs.codecov.io/docs/fixing-reports [2025-08-07T01:33:21.204Z] + Found adjustments [2025-08-07T01:33:21.204Z] ==> Gzipping contents [2025-08-07T01:33:21.204Z] 12K /tmp/codecov.9AVETd.gz [2025-08-07T01:33:21.204Z] ==> Uploading reports [2025-08-07T01:33:21.204Z] url: https://codecov.io [2025-08-07T01:33:21.204Z] query: branch=main&commit=91ebf91b5df65073a2d68aaf0b5700a34ee7edbc&build=226&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-onvif-camera%2Fjob%2Fmain%2F226%2F&name=&tag=&slug=edgexfoundry%2Fdevice-onvif-camera&service=jenkins&flags=&pr=&job=&cmd_args= [2025-08-07T01:33:21.204Z] -> Pinging Codecov [2025-08-07T01:33:21.204Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=****&branch=main&commit=91ebf91b5df65073a2d68aaf0b5700a34ee7edbc&build=226&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-onvif-camera%2Fjob%2Fmain%2F226%2F&name=&tag=&slug=edgexfoundry%2Fdevice-onvif-camera&service=jenkins&flags=&pr=&job=&cmd_args= [2025-08-07T01:33:21.772Z] -> Uploading to [2025-08-07T01:33:21.772Z] https://storage.googleapis.com/codecov-production/shelter/v4/github/edgexfoundry/device-onvif-camera/91ebf91b5df65073a2d68aaf0b5700a34ee7edbc/90511482-1819-4733-aecc-055ca5877a90.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJWQHUGIBILH4J7Q6ZUSCIFNEOLYSNDS7L3B4N5SIBQ2J4YLYE5CRFCD%2F20250807%2Fus%2Fs3%2Faws4_request&X-Amz-Date=20250807T013321Z&X-Amz-Expires=120&X-Amz-SignedHeaders=host&X-Amz-Signature=18aa3aac51523f36370aae55b1073258abe9fd550dc63dd99a46f7762ce2dc45 [2025-08-07T01:33:21.772Z] % Total % Received % Xferd Average Speed Time Time Time Current [2025-08-07T01:33:21.772Z] Dload Upload Total Spent Left Speed [2025-08-07T01:33:21.772Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 11485 0 0 100 11485 0 67958 --:--:-- --:--:-- --:--:-- 68363 [2025-08-07T01:33:21.772Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-onvif-camera/commit/91ebf91b5df65073a2d68aaf0b5700a34ee7edbc [Pipeline] } [2025-08-07T01:33:21.779Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2025-08-07T01:33:21.937Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2025-08-07T01:33:21.952Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-07T01:33:22.262Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2025-08-07T01:33:22.262Z] [2025-08-07T01:33:22.262Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-07T01:33:22.561Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2025-08-07T01:33:22.561Z] latest: Pulling from edgex-devops/edgex-snyk-go [2025-08-07T01:33:22.561Z] 0a9a5dfd008f: Already exists [2025-08-07T01:33:22.561Z] 36466aa92d05: Already exists [2025-08-07T01:33:22.561Z] e10405b45d13: Already exists [2025-08-07T01:33:22.561Z] 096b7ceb2af7: Already exists [2025-08-07T01:33:22.561Z] 4f4fb700ef54: Already exists [2025-08-07T01:33:22.561Z] e50aa161e22a: Pulling fs layer [2025-08-07T01:33:22.561Z] d3c8db5fb9df: Pulling fs layer [2025-08-07T01:33:22.819Z] e50aa161e22a: Verifying Checksum [2025-08-07T01:33:22.819Z] e50aa161e22a: Download complete [2025-08-07T01:33:23.077Z] e50aa161e22a: Pull complete [2025-08-07T01:33:24.455Z] d3c8db5fb9df: Verifying Checksum [2025-08-07T01:33:24.455Z] d3c8db5fb9df: Download complete [2025-08-07T01:33:28.635Z] d3c8db5fb9df: Pull complete [2025-08-07T01:33:28.635Z] Digest: sha256:dd1bc05e8109ba836052a65277634c2595aaffbf12b6b6479deaea63345484be [2025-08-07T01:33:28.635Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2025-08-07T01:33:28.635Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-08-07T01:33:28.741Z] prd-ubuntu20.04-docker-8c-8g-6402 does not seem to be running inside a container [2025-08-07T01:33:28.751Z] $ 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-07T01:33:29.720Z] $ docker top 36145f4fc2182ba5f61ae44dd97b9317ff30dd8ceba484b2f82a25a07a39c458 -eo pid,comm [Pipeline] { [Pipeline] sh [2025-08-07T01:33:30.067Z] + git config --global --add safe.directory /w/workspace/foundry_device-onvif-camera_main [Pipeline] echo [2025-08-07T01:33:30.077Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/device-onvif-camera:main' [Pipeline] sh [2025-08-07T01:33:30.353Z] + set -o pipefail [2025-08-07T01:33:30.353Z] + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/device-onvif-camera:main' [2025-08-07T01:33:36.931Z] [2025-08-07T01:33:36.931Z] Monitoring /w/workspace/foundry_device-onvif-camera_main (github.com/edgexfoundry/device-onvif-camera)... [2025-08-07T01:33:36.931Z] [2025-08-07T01:33:36.931Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/9e5df0b9-9c2f-4dae-8e10-c7dd76eb4add/history/eed64ff3-d3a0-4835-864d-3742db834b2a [2025-08-07T01:33:36.931Z] [2025-08-07T01:33:36.931Z] Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. [2025-08-07T01:33:36.931Z] [2025-08-07T01:33:36.931Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2025-08-07T01:33:36.931Z] [2025-08-07T01:33:36.931Z] [2025-08-07T01:33:36.931Z] You have reached your monthly limit of 200 private tests for your edgex-jenkins org. [2025-08-07T01:33:36.931Z] To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } [2025-08-07T01:33:37.186Z] $ docker stop --time=1 36145f4fc2182ba5f61ae44dd97b9317ff30dd8ceba484b2f82a25a07a39c458 [2025-08-07T01:33:39.496Z] $ docker rm -f --volumes 36145f4fc2182ba5f61ae44dd97b9317ff30dd8ceba484b2f82a25a07a39c458 [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-07T01:33:40.028Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-08-07T01:33:40.046Z] provisioning config files... [2025-08-07T01:33:40.053Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/foundry_device-onvif-camera_main@tmp/config13564517220521649835tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-08-07T01:33:40.353Z] --> edgex-publish-swagger.sh [2025-08-07T01:33:40.353Z] === Publish doc/openapi/v3 API === [2025-08-07T01:33:40.354Z] [publishToSwagger] Publishing the API Docs [doc/openapi/v3] to Swagger [2025-08-07T01:33:40.354Z] [publishToSwagger] Publishing API Name [device-onvif-camera] [/w/workspace/foundry_device-onvif-camera_main/doc/openapi/v3/device-onvif-camera.yaml] [2025-08-07T01:33:40.354Z] % Total % Received % Xferd Average Speed Time Time Time Current [2025-08-07T01:33:40.354Z] Dload Upload Total Spent Left Speed [2025-08-07T01:33:40.354Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 485k 100 66 100 485k 338 2489k --:--:-- --:--:-- --:--:-- 2490k [2025-08-07T01:33:40.354Z] {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} [2025-08-07T01:33:40.354Z] [Pipeline] } [2025-08-07T01:33:40.360Z] 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-07T01:33:40.783Z] + git log --format=format:%s -1 91ebf91b5df65073a2d68aaf0b5700a34ee7edbc [Pipeline] sh [2025-08-07T01:33:41.075Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2025-08-07T01:33:41.075Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-07T01:33:41.381Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-08-07T01:33:41.381Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-08-07T01:33:41.461Z] prd-ubuntu20.04-docker-8c-8g-6402 does not seem to be running inside a container [2025-08-07T01:33:41.476Z] $ 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-07T01:33:41.737Z] $ docker top 4310dbc15e4e421ff2395efb7aef55d4ebbc78dd9ed1ea13eb90576d428afeec -eo pid,comm [2025-08-07T01:33:41.792Z] 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-07T01:33:41.792Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2025-08-07T01:33:41.842Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-08-07T01:33:41.842Z] [ssh-agent] Looking for ssh-agent implementation... [2025-08-07T01:33:41.960Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-08-07T01:33:41.949Z] $ docker exec 4310dbc15e4e421ff2395efb7aef55d4ebbc78dd9ed1ea13eb90576d428afeec ssh-agent [2025-08-07T01:33:42.074Z] SSH_AUTH_SOCK=/tmp/ssh-tkwqFscrjSvM/agent.32 [2025-08-07T01:33:42.074Z] SSH_AGENT_PID=38 [2025-08-07T01:33:42.079Z] Running ssh-add (command line suppressed) [2025-08-07T01:33:42.173Z] Identity added: /w/workspace/foundry_device-onvif-camera_main@tmp/private_key_7800968454497027407.key (/w/workspace/foundry_device-onvif-camera_main@tmp/private_key_7800968454497027407.key) [2025-08-07T01:33:42.202Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-08-07T01:33:42.492Z] + git semver tag [2025-08-07T01:33:42.751Z] 2025-08-07 01:33:42,687 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') [2025-08-07T01:33:42.751Z] 2025-08-07 01:33:42,691 [run_tag] DEBUG tag force:False [2025-08-07T01:33:42.752Z] 2025-08-07 01:33:42,692 [check_head_tag] DEBUG check head tag [2025-08-07T01:33:42.752Z] 2025-08-07 01:33:42,692 [execute] INFO git cat-file --batch-check [2025-08-07T01:33:42.752Z] 2025-08-07 01:33:42,692 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/foundry_device-onvif-camera_main, stdin=, shell=False, universal_newlines=False) [2025-08-07T01:33:42.752Z] 2025-08-07 01:33:42,694 [execute] INFO git cat-file --batch [2025-08-07T01:33:42.752Z] 2025-08-07 01:33:42,694 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/foundry_device-onvif-camera_main, stdin=, shell=False, universal_newlines=False) [2025-08-07T01:33:42.752Z] 2025-08-07 01:33:42,700 [read_version] DEBUG read version from /w/workspace/foundry_device-onvif-camera_main/.semver/main [2025-08-07T01:33:42.752Z] 2025-08-07 01:33:42,700 [execute] INFO git tag -a v4.1.0-dev.2 -m v4.1.0-dev.2 [2025-08-07T01:33:42.752Z] 2025-08-07 01:33:42,700 [execute] DEBUG Popen(['git', 'tag', '-a', 'v4.1.0-dev.2', '-m', 'v4.1.0-dev.2'], cwd=/w/workspace/foundry_device-onvif-camera_main, stdin=None, shell=False, universal_newlines=False) [2025-08-07T01:33:42.752Z] 2025-08-07 01:33:42,703 [read_version] DEBUG read version from /w/workspace/foundry_device-onvif-camera_main/.semver/main [2025-08-07T01:33:42.752Z] 4.1.0-dev.2 [Pipeline] } [2025-08-07T01:33:42.747Z] $ docker exec --env ******** --env ******** 4310dbc15e4e421ff2395efb7aef55d4ebbc78dd9ed1ea13eb90576d428afeec ssh-agent -k [2025-08-07T01:33:42.858Z] unset SSH_AUTH_SOCK; [2025-08-07T01:33:42.859Z] unset SSH_AGENT_PID; [2025-08-07T01:33:42.859Z] echo Agent pid 38 killed; [2025-08-07T01:33:42.882Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-08-07T01:33:43.206Z] + git semver [Pipeline] } [2025-08-07T01:33:43.466Z] $ docker stop --time=1 4310dbc15e4e421ff2395efb7aef55d4ebbc78dd9ed1ea13eb90576d428afeec [2025-08-07T01:33:44.720Z] $ docker rm -f --volumes 4310dbc15e4e421ff2395efb7aef55d4ebbc78dd9ed1ea13eb90576d428afeec [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-07T01:33:45.139Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2025-08-07T01:33:45.139Z] [2025-08-07T01:33:45.139Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-07T01:33:45.443Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2025-08-07T01:33:45.443Z] 0.23.1-centos7: Pulling from edgex-lftools [2025-08-07T01:33:45.443Z] ab5ef0e58194: Pulling fs layer [2025-08-07T01:33:45.443Z] 9712f1f96733: Pulling fs layer [2025-08-07T01:33:45.443Z] 63f879dbbcfc: Pulling fs layer [2025-08-07T01:33:45.443Z] 0d9ebad4ef96: Pulling fs layer [2025-08-07T01:33:45.443Z] e9a5061849ea: Pulling fs layer [2025-08-07T01:33:45.443Z] d747dcd14b5f: Pulling fs layer [2025-08-07T01:33:45.443Z] 2de7ff778b66: Pulling fs layer [2025-08-07T01:33:45.443Z] e9a5061849ea: Waiting [2025-08-07T01:33:45.443Z] d747dcd14b5f: Waiting [2025-08-07T01:33:45.443Z] 2de7ff778b66: Waiting [2025-08-07T01:33:45.443Z] 0d9ebad4ef96: Waiting [2025-08-07T01:33:45.443Z] 9712f1f96733: Verifying Checksum [2025-08-07T01:33:45.443Z] 9712f1f96733: Download complete [2025-08-07T01:33:45.702Z] 63f879dbbcfc: Verifying Checksum [2025-08-07T01:33:45.702Z] 63f879dbbcfc: Download complete [2025-08-07T01:33:45.961Z] e9a5061849ea: Verifying Checksum [2025-08-07T01:33:45.961Z] e9a5061849ea: Download complete [2025-08-07T01:33:45.961Z] d747dcd14b5f: Verifying Checksum [2025-08-07T01:33:45.961Z] d747dcd14b5f: Download complete [2025-08-07T01:33:45.961Z] 0d9ebad4ef96: Verifying Checksum [2025-08-07T01:33:45.961Z] 0d9ebad4ef96: Download complete [2025-08-07T01:33:45.961Z] ab5ef0e58194: Verifying Checksum [2025-08-07T01:33:45.961Z] ab5ef0e58194: Download complete [2025-08-07T01:33:46.232Z] 2de7ff778b66: Verifying Checksum [2025-08-07T01:33:46.232Z] 2de7ff778b66: Download complete [2025-08-07T01:33:50.415Z] ab5ef0e58194: Pull complete [2025-08-07T01:33:50.415Z] 9712f1f96733: Pull complete [2025-08-07T01:33:50.672Z] 63f879dbbcfc: Pull complete [2025-08-07T01:33:55.936Z] 0d9ebad4ef96: Pull complete [2025-08-07T01:33:55.936Z] e9a5061849ea: Pull complete [2025-08-07T01:33:55.936Z] d747dcd14b5f: Pull complete [2025-08-07T01:33:56.871Z] 2de7ff778b66: Pull complete [2025-08-07T01:33:56.871Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2025-08-07T01:33:56.871Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2025-08-07T01:33:56.871Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-08-07T01:33:56.985Z] prd-ubuntu20.04-docker-8c-8g-6402 does not seem to be running inside a container [2025-08-07T01:33:56.999Z] $ 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-07T01:33:58.477Z] $ docker top 41736f876b408035bf72ec7ada0cd8e0376f203651780e8b468b2a8889a735bb -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2025-08-07T01:33:58.568Z] provisioning config files... [2025-08-07T01:33:58.574Z] copy managed file [sigul-config] to file:/w/workspace/foundry_device-onvif-camera_main@tmp/config4056759441884660747tmp [2025-08-07T01:33:58.585Z] copy managed file [sigul-password] to file:/w/workspace/foundry_device-onvif-camera_main@tmp/config3531993487101643116tmp [2025-08-07T01:33:58.593Z] copy managed file [sigul-pki] to file:/w/workspace/foundry_device-onvif-camera_main@tmp/config14989052923484723270tmp [Pipeline] { [Pipeline] echo [2025-08-07T01:33:58.621Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2025-08-07T01:33:58.913Z] ---> sigul-configuration.sh [2025-08-07T01:33:58.913Z] gpg: directory `/root/.gnupg' created [2025-08-07T01:33:58.913Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2025-08-07T01:33:58.913Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2025-08-07T01:33:58.913Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2025-08-07T01:33:58.913Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2025-08-07T01:33:58.913Z] gpg: CAST5 encrypted data [2025-08-07T01:33:58.913Z] gpg: encrypted with 1 passphrase [2025-08-07T01:33:58.913Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2025-08-07T01:33:59.205Z] + mkdir /home/jenkins [2025-08-07T01:33:59.205Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2025-08-07T01:33:59.505Z] + 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-07T01:33:59.517Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2025-08-07T01:33:59.812Z] ---> sigul-install.sh [2025-08-07T01:33:59.812Z] Sigul already installed; skipping installation. [Pipeline] sh [2025-08-07T01:34:00.106Z] + git tag --list [2025-08-07T01:34:00.106Z] v0.0.0 [2025-08-07T01:34:00.106Z] v2.2.0 [2025-08-07T01:34:00.106Z] v2.3.0 [2025-08-07T01:34:00.106Z] v2.3.1 [2025-08-07T01:34:00.106Z] v3.0 [2025-08-07T01:34:00.106Z] v3.0.0 [2025-08-07T01:34:00.106Z] v3.1 [2025-08-07T01:34:00.106Z] v3.1.0 [2025-08-07T01:34:00.106Z] v3.1.1 [2025-08-07T01:34:00.106Z] v4.0 [2025-08-07T01:34:00.106Z] v4.0.0 [2025-08-07T01:34:00.106Z] v4.1.0-dev.1 [2025-08-07T01:34:00.106Z] v4.1.0-dev.2 [Pipeline] sh [2025-08-07T01:34:00.402Z] + lftools sign git-tag v4.1.0-dev.2 [2025-08-07T01:34:00.975Z] Signing Git tag with Sigul... [2025-08-07T01:34:00.975Z] Signing v4.1.0-dev.2 [Pipeline] echo [2025-08-07T01:34:01.555Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2025-08-07T01:34:01.918Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2025-08-07T01:34:01.932Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2025-08-07T01:34:01.949Z] $ docker stop --time=1 41736f876b408035bf72ec7ada0cd8e0376f203651780e8b468b2a8889a735bb [2025-08-07T01:34:03.195Z] $ docker rm -f --volumes 41736f876b408035bf72ec7ada0cd8e0376f203651780e8b468b2a8889a735bb [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh [2025-08-07T01:34:03.697Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2025-08-07T01:34:03.697Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-07T01:34:04.036Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-08-07T01:34:04.036Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-08-07T01:34:04.117Z] prd-ubuntu20.04-docker-8c-8g-6402 does not seem to be running inside a container [2025-08-07T01:34:04.129Z] $ 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-07T01:34:04.343Z] $ docker top 1f75517cf40b1c9748d6df93c569c9132d08fa5a930a8411332dbdf1d04b4267 -eo pid,comm [2025-08-07T01:34:04.396Z] 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-07T01:34:04.396Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2025-08-07T01:34:04.452Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-08-07T01:34:04.452Z] [ssh-agent] Looking for ssh-agent implementation... [2025-08-07T01:34:04.554Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-08-07T01:34:04.542Z] $ docker exec 1f75517cf40b1c9748d6df93c569c9132d08fa5a930a8411332dbdf1d04b4267 ssh-agent [2025-08-07T01:34:04.659Z] SSH_AUTH_SOCK=/tmp/ssh-uYfK5wVEKZn1/agent.31 [2025-08-07T01:34:04.659Z] SSH_AGENT_PID=37 [2025-08-07T01:34:04.663Z] Running ssh-add (command line suppressed) [2025-08-07T01:34:04.751Z] Identity added: /w/workspace/foundry_device-onvif-camera_main@tmp/private_key_17017858081614152658.key (/w/workspace/foundry_device-onvif-camera_main@tmp/private_key_17017858081614152658.key) [2025-08-07T01:34:04.777Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-08-07T01:34:05.069Z] + git semver bump pre [2025-08-07T01:34:05.326Z] 2025-08-07 01:34:05,281 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') [2025-08-07T01:34:05.326Z] 2025-08-07 01:34:05,285 [read_version] DEBUG read version from /w/workspace/foundry_device-onvif-camera_main/.semver/main [2025-08-07T01:34:05.326Z] 2025-08-07 01:34:05,285 [bump_version] DEBUG bumping version:4.1.0-dev.2 on axis:pre with prefix:dev [2025-08-07T01:34:05.326Z] 2025-08-07 01:34:05,286 [bump_version] DEBUG bumped version:4.1.0-dev.3 [2025-08-07T01:34:05.326Z] 2025-08-07 01:34:05,286 [write_version] DEBUG write version:4.1.0-dev.3 to path:/w/workspace/foundry_device-onvif-camera_main/.semver/main with force:True [2025-08-07T01:34:05.326Z] 2025-08-07 01:34:05,286 [read_version] DEBUG read version from /w/workspace/foundry_device-onvif-camera_main/.semver/main [2025-08-07T01:34:05.326Z] 2025-08-07 01:34:05,286 [write_file] DEBUG write to file:/w/workspace/foundry_device-onvif-camera_main/.semver/main [2025-08-07T01:34:05.326Z] 2025-08-07 01:34:05,288 [execute] INFO git cat-file --batch-check [2025-08-07T01:34:05.326Z] 2025-08-07 01:34:05,288 [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-07T01:34:05.326Z] 2025-08-07 01:34:05,291 [execute] INFO git cat-file --batch [2025-08-07T01:34:05.326Z] 2025-08-07 01:34:05,292 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/foundry_device-onvif-camera_main/.semver, stdin=, shell=False, universal_newlines=False) [2025-08-07T01:34:05.326Z] 2025-08-07 01:34:05,295 [read_version] DEBUG read version from /w/workspace/foundry_device-onvif-camera_main/.semver/main [2025-08-07T01:34:05.326Z] 4.1.0-dev.3 [Pipeline] } [2025-08-07T01:34:05.579Z] $ docker exec --env ******** --env ******** 1f75517cf40b1c9748d6df93c569c9132d08fa5a930a8411332dbdf1d04b4267 ssh-agent -k [2025-08-07T01:34:05.671Z] unset SSH_AUTH_SOCK; [2025-08-07T01:34:05.671Z] unset SSH_AGENT_PID; [2025-08-07T01:34:05.671Z] echo Agent pid 37 killed; [2025-08-07T01:34:05.693Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-08-07T01:34:06.006Z] + git semver [Pipeline] } [2025-08-07T01:34:06.261Z] $ docker stop --time=1 1f75517cf40b1c9748d6df93c569c9132d08fa5a930a8411332dbdf1d04b4267 [2025-08-07T01:34:07.511Z] $ docker rm -f --volumes 1f75517cf40b1c9748d6df93c569c9132d08fa5a930a8411332dbdf1d04b4267 [Pipeline] // withDockerContainer [Pipeline] sh [2025-08-07T01:34:07.872Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2025-08-07T01:34:07.873Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-07T01:34:08.175Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-08-07T01:34:08.175Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-08-07T01:34:08.249Z] prd-ubuntu20.04-docker-8c-8g-6402 does not seem to be running inside a container [2025-08-07T01:34:08.263Z] $ 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-07T01:34:08.480Z] $ docker top b6304794703c55f1252904d04c408a98754055dbc25b5e462b65a799bacf9130 -eo pid,comm [2025-08-07T01:34:08.534Z] 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-07T01:34:08.534Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2025-08-07T01:34:08.581Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-08-07T01:34:08.581Z] [ssh-agent] Looking for ssh-agent implementation... [2025-08-07T01:34:08.676Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-08-07T01:34:08.665Z] $ docker exec b6304794703c55f1252904d04c408a98754055dbc25b5e462b65a799bacf9130 ssh-agent [2025-08-07T01:34:08.784Z] SSH_AUTH_SOCK=/tmp/ssh-Io5zvGotnCd5/agent.31 [2025-08-07T01:34:08.784Z] SSH_AGENT_PID=37 [2025-08-07T01:34:08.789Z] Running ssh-add (command line suppressed) [2025-08-07T01:34:08.873Z] Identity added: /w/workspace/foundry_device-onvif-camera_main@tmp/private_key_4929213788863241280.key (/w/workspace/foundry_device-onvif-camera_main@tmp/private_key_4929213788863241280.key) [2025-08-07T01:34:08.898Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-08-07T01:34:09.187Z] + git semver push [2025-08-07T01:34:09.446Z] 2025-08-07 01:34:09,384 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') [2025-08-07T01:34:09.446Z] 2025-08-07 01:34:09,388 [run_push] DEBUG push [2025-08-07T01:34:09.446Z] 2025-08-07 01:34:09,388 [execute] INFO git cat-file --batch-check [2025-08-07T01:34:09.446Z] 2025-08-07 01:34:09,389 [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-07T01:34:09.446Z] 2025-08-07 01:34:09,391 [execute] INFO git rev-list ba8bb636cedf407dbaec91645befb37a8e3d7241 -- [2025-08-07T01:34:09.446Z] 2025-08-07 01:34:09,391 [execute] DEBUG Popen(['git', 'rev-list', 'ba8bb636cedf407dbaec91645befb37a8e3d7241', '--'], cwd=/w/workspace/foundry_device-onvif-camera_main/.semver, stdin=None, shell=False, universal_newlines=False) [2025-08-07T01:34:09.446Z] 2025-08-07 01:34:09,398 [execute] INFO git fetch -v -- origin [2025-08-07T01:34:09.446Z] 2025-08-07 01:34:09,398 [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-07T01:34:10.013Z] 2025-08-07 01:34:09,858 [run_push] DEBUG no remote changes detected [2025-08-07T01:34:10.013Z] 2025-08-07 01:34:09,859 [execute] INFO git push origin semver [2025-08-07T01:34:10.013Z] 2025-08-07 01:34:09,859 [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-07T01:34:10.580Z] 2025-08-07 01:34:10,556 [run_push] DEBUG push all version tags [2025-08-07T01:34:10.580Z] 2025-08-07 01:34:10,556 [execute] INFO git push origin refs/tags/v*:refs/tags/v* [2025-08-07T01:34:10.580Z] 2025-08-07 01:34:10,556 [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-07T01:34:11.516Z] 2025-08-07 01:34:11,285 [read_version] DEBUG read version from /w/workspace/foundry_device-onvif-camera_main/.semver/main [2025-08-07T01:34:11.516Z] 4.1.0-dev.3 [Pipeline] } [2025-08-07T01:34:11.511Z] $ docker exec --env ******** --env ******** b6304794703c55f1252904d04c408a98754055dbc25b5e462b65a799bacf9130 ssh-agent -k [2025-08-07T01:34:11.602Z] unset SSH_AUTH_SOCK; [2025-08-07T01:34:11.602Z] unset SSH_AGENT_PID; [2025-08-07T01:34:11.602Z] echo Agent pid 37 killed; [2025-08-07T01:34:11.626Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-08-07T01:34:11.948Z] + git semver [Pipeline] } [2025-08-07T01:34:12.205Z] $ docker stop --time=1 b6304794703c55f1252904d04c408a98754055dbc25b5e462b65a799bacf9130 [2025-08-07T01:34:13.462Z] $ docker rm -f --volumes b6304794703c55f1252904d04c408a98754055dbc25b5e462b65a799bacf9130 [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-07T01:34:14.035Z] + [ -d /w/workspace/foundry_device-onvif-camera_main/archives ] [2025-08-07T01:34:14.035Z] + ls -al /w/workspace/foundry_device-onvif-camera_main/archives [2025-08-07T01:34:14.035Z] total 16 [2025-08-07T01:34:14.035Z] drwxr-xr-x 3 root root 4096 Aug 7 01:17 . [2025-08-07T01:34:14.035Z] drwxrwxr-x 10 jenkins jenkins 4096 Aug 7 01:33 .. [2025-08-07T01:34:14.035Z] drwxr-xr-x 2 root root 4096 Aug 7 01:17 cost [2025-08-07T01:34:14.035Z] -rw-r--r-- 1 root root 91 Aug 7 01:17 cost.csv [2025-08-07T01:34:14.035Z] + sudo chown -R jenkins:jenkins /w/workspace/foundry_device-onvif-camera_main/archives [2025-08-07T01:34:14.035Z] + ls -al /w/workspace/foundry_device-onvif-camera_main/archives [2025-08-07T01:34:14.035Z] total 16 [2025-08-07T01:34:14.035Z] drwxr-xr-x 3 jenkins jenkins 4096 Aug 7 01:17 . [2025-08-07T01:34:14.035Z] drwxrwxr-x 10 jenkins jenkins 4096 Aug 7 01:33 .. [2025-08-07T01:34:14.035Z] drwxr-xr-x 2 jenkins jenkins 4096 Aug 7 01:17 cost [2025-08-07T01:34:14.035Z] -rw-r--r-- 1 jenkins jenkins 91 Aug 7 01:17 cost.csv [Pipeline] libraryResource [Pipeline] sh [2025-08-07T01:34:14.324Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2025-08-07T01:34:15.179Z] ---> package-listing.sh [2025-08-07T01:34:15.179Z] ++ facter osfamily [2025-08-07T01:34:15.179Z] ++ tr '[:upper:]' '[:lower:]' [2025-08-07T01:34:15.437Z] + OS_FAMILY=debian [2025-08-07T01:34:15.437Z] + workspace=/w/workspace/foundry_device-onvif-camera_main [2025-08-07T01:34:15.437Z] + START_PACKAGES=/tmp/packages_start.txt [2025-08-07T01:34:15.437Z] + END_PACKAGES=/tmp/packages_end.txt [2025-08-07T01:34:15.437Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2025-08-07T01:34:15.437Z] + PACKAGES=/tmp/packages_start.txt [2025-08-07T01:34:15.437Z] + '[' /w/workspace/foundry_device-onvif-camera_main ']' [2025-08-07T01:34:15.437Z] + PACKAGES=/tmp/packages_end.txt [2025-08-07T01:34:15.437Z] + case "${OS_FAMILY}" in [2025-08-07T01:34:15.437Z] + dpkg -l [2025-08-07T01:34:15.437Z] + grep '^ii' [2025-08-07T01:34:15.437Z] + '[' -f /tmp/packages_start.txt ']' [2025-08-07T01:34:15.437Z] + '[' -f /tmp/packages_end.txt ']' [2025-08-07T01:34:15.437Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2025-08-07T01:34:15.437Z] + '[' /w/workspace/foundry_device-onvif-camera_main ']' [2025-08-07T01:34:15.437Z] + mkdir -p /w/workspace/foundry_device-onvif-camera_main/archives/ [2025-08-07T01:34:15.437Z] + 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-07T01:34:15.449Z] 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-07T01:34:15.725Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-08-07T01:34:16.282Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-08-07T01:34:16.282Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-08-07T01:34:16.351Z] prd-ubuntu20.04-docker-8c-8g-6402 does not seem to be running inside a container [2025-08-07T01:34:16.361Z] $ 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-07T01:34:16.555Z] $ docker top e2bc22243dbf9a1cd9cac5ebe9f170824b42c9521decf922a979b82f5582d9b7 -eo pid,comm [Pipeline] { [Pipeline] sh [2025-08-07T01:34:16.910Z] + touch /tmp/pre-build-complete [Pipeline] sh [2025-08-07T01:34:17.195Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2025-08-07T01:34:17.477Z] + ls /var/log/sa-host [2025-08-07T01:34:17.477Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-08-07T01:34:17.515Z] provisioning config files... [2025-08-07T01:34:17.523Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/foundry_device-onvif-camera_main@tmp/config14796405889557074135tmp [Pipeline] { [Pipeline] echo [2025-08-07T01:34:17.539Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2025-08-07T01:34:17.818Z] ---> create-netrc.sh [Pipeline] } [2025-08-07T01:34:17.825Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2025-08-07T01:34:18.138Z] ---> python-tools-install.sh [Pipeline] echo [2025-08-07T01:34:18.148Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2025-08-07T01:34:18.430Z] ---> sudo-logs.sh [2025-08-07T01:34:18.430Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2025-08-07T01:34:18.462Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2025-08-07T01:34:18.742Z] ---> job-cost.sh [2025-08-07T01:34:18.742Z] lf-activate-venv: SKIPPING [2025-08-07T01:34:18.742Z] DEBUG: total: 0.2199999988079071 [2025-08-07T01:34:18.742Z] INFO: Retrieving Stack Cost... [2025-08-07T01:34:19.309Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2025-08-07T01:34:19.568Z] INFO: Archiving Costs [Pipeline] echo [2025-08-07T01:34:19.580Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2025-08-07T01:34:19.860Z] ---> logs-deploy.sh [2025-08-07T01:34:19.860Z] lf-activate-venv: SKIPPING [2025-08-07T01:34:19.860Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-onvif-camera/main/226 [2025-08-07T01:34:19.860Z] INFO: archiving workspace using pattern(s): [2025-08-07T01:34:20.795Z] Archives upload complete. [2025-08-07T01:34:20.795Z] INFO: archiving logs to Nexus