Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 03916b7a3ef32b822df56f67b017c6db8c929e05 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-ssh10118546381728411716.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-ssh18264068701130299113.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-ssh14368664836083027178.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-ssh3074820225060471872.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-ssh2664310957446453832.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 ‘prd-ubuntu20.04-docker-8c-8g-8212’ Running on prd-ubuntu20.04-docker-8c-8g-8215 in /w/workspace/foundry_device-onvif-camera_main [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/device-onvif-camera.git > git init /w/workspace/foundry_device-onvif-camera_main # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-onvif-camera.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-onvif-camera.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-onvif-camera.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 03916b7a3ef32b822df56f67b017c6db8c929e05 (main) Commit message: "build(deps): Bump github.com/edgexfoundry/device-sdk-go/v4 (#522)" > git config core.sparsecheckout # timeout=10 > git checkout -f 03916b7a3ef32b822df56f67b017c6db8c929e05 # timeout=10 > git rev-list --no-walk be572d9a9e73ac10c2441b7c89438c672cc7a451 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2025-09-03T06:09:36.800Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2025-09-03T06:09:36.874Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2025-09-03T06:09:36.901Z] ========================================================= [2025-09-03T06:09:36.901Z] EdgeX Global Pipelines Version Info [2025-09-03T06:09:36.901Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2025-09-03T06:09:37.619Z] ------------------- [2025-09-03T06:09:37.619Z] stable info: [2025-09-03T06:09:37.619Z] ------------------- [2025-09-03T06:09:37.619Z] Commited By: Cherry Wang cherry@iotechsys.com [2025-09-03T06:09:37.619Z] Commit SHA: 056ae7b86453181957306e7078512cbe12174832 [2025-09-03T06:09:37.619Z] Message: update stable to v1.0.276 [2025-09-03T06:09:38.557Z] ------------------- [2025-09-03T06:09:38.557Z] experimental info: [2025-09-03T06:09:38.557Z] ------------------- [2025-09-03T06:09:38.557Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2025-09-03T06:09:38.557Z] Commit SHA: 056ae7b86453181957306e7078512cbe12174832 [2025-09-03T06:09:38.557Z] Message: update experimental to v1.0.276 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2025-09-03T06:09:38.638Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-onvif-camera-settings [Pipeline] echo [2025-09-03T06:09:38.663Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-onvif-camera [Pipeline] echo [2025-09-03T06:09:38.691Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2025-09-03T06:09:38.711Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2025-09-03T06:09:38.727Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2025-09-03T06:09:38.750Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.23 [Pipeline] echo [2025-09-03T06:09:38.770Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2025-09-03T06:09:38.792Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2025-09-03T06:09:38.813Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2025-09-03T06:09:38.831Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2025-09-03T06:09:38.851Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2025-09-03T06:09:38.874Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-onvif-camera [Pipeline] echo [2025-09-03T06:09:38.897Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2025-09-03T06:09:38.919Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2025-09-03T06:09:38.943Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2025-09-03T06:09:38.967Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2025-09-03T06:09:38.990Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2025-09-03T06:09:39.012Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2025-09-03T06:09:39.034Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2025-09-03T06:09:39.057Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2025-09-03T06:09:39.081Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2025-09-03T06:09:39.106Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = doc/openapi/v3 [Pipeline] echo [2025-09-03T06:09:39.130Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2025-09-03T06:09:39.152Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2025-09-03T06:09:39.176Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2025-09-03T06:09:39.202Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2025-09-03T06:09:39.222Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2025-09-03T06:09:39.242Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2025-09-03T06:09:39.263Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2025-09-03T06:09:39.283Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2025-09-03T06:09:39.302Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 03916b7a3ef32b822df56f67b017c6db8c929e05 [Pipeline] echo [2025-09-03T06:09:39.319Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 03916b7 [Pipeline] echo [2025-09-03T06:09:39.339Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-09-03T06:09:39.389Z] provisioning config files... [2025-09-03T06:09:39.404Z] copy managed file [device-onvif-camera-settings] to file:/w/workspace/foundry_device-onvif-camera_main@tmp/config15285874048901213211tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-09-03T06:09:39.732Z] ---> ****-login.sh [2025-09-03T06:09:39.732Z] nexus3.edgexfoundry.org:10001 [2025-09-03T06:09:39.732Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-09-03T06:09:39.992Z] [2025-09-03T06:09:39.993Z] WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. [2025-09-03T06:09:39.993Z] Configure a credential helper to remove this warning. See [2025-09-03T06:09:39.993Z] https://docs.****.com/go/credential-store/ [2025-09-03T06:09:39.993Z] [2025-09-03T06:09:39.993Z] Login Succeeded [2025-09-03T06:09:39.993Z] nexus3.edgexfoundry.org:10002 [2025-09-03T06:09:39.993Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-09-03T06:09:39.993Z] [2025-09-03T06:09:39.993Z] WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. [2025-09-03T06:09:39.993Z] Configure a credential helper to remove this warning. See [2025-09-03T06:09:39.993Z] https://docs.****.com/go/credential-store/ [2025-09-03T06:09:39.993Z] [2025-09-03T06:09:39.993Z] Login Succeeded [2025-09-03T06:09:39.993Z] nexus3.edgexfoundry.org:10003 [2025-09-03T06:09:39.993Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-09-03T06:09:39.993Z] [2025-09-03T06:09:39.993Z] WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. [2025-09-03T06:09:39.993Z] Configure a credential helper to remove this warning. See [2025-09-03T06:09:39.993Z] https://docs.****.com/go/credential-store/ [2025-09-03T06:09:39.993Z] [2025-09-03T06:09:39.993Z] Login Succeeded [2025-09-03T06:09:39.993Z] nexus3.edgexfoundry.org:10004 [2025-09-03T06:09:40.254Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-09-03T06:09:40.254Z] [2025-09-03T06:09:40.254Z] WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. [2025-09-03T06:09:40.254Z] Configure a credential helper to remove this warning. See [2025-09-03T06:09:40.254Z] https://docs.****.com/go/credential-store/ [2025-09-03T06:09:40.254Z] [2025-09-03T06:09:40.254Z] Login Succeeded [2025-09-03T06:09:40.254Z] ****.io [2025-09-03T06:09:40.254Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-09-03T06:09:40.518Z] [2025-09-03T06:09:40.518Z] WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. [2025-09-03T06:09:40.518Z] Configure a credential helper to remove this warning. See [2025-09-03T06:09:40.518Z] https://docs.****.com/go/credential-store/ [2025-09-03T06:09:40.518Z] [2025-09-03T06:09:40.518Z] Login Succeeded [2025-09-03T06:09:40.518Z] ---> ****-login.sh ends [Pipeline] } [2025-09-03T06:09:40.526Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2025-09-03T06:09:40.924Z] + git rev-list -1 --merges 03916b7a3ef32b822df56f67b017c6db8c929e05~1..03916b7a3ef32b822df56f67b017c6db8c929e05 [Pipeline] echo [2025-09-03T06:09:40.951Z] -----------> git rev-list -1 --merges 03916b7a3ef32b822df56f67b017c6db8c929e05~1..03916b7a3ef32b822df56f67b017c6db8c929e05 03916b7a3ef32b822df56f67b017c6db8c929e05 [false] [Pipeline] sh [2025-09-03T06:09:41.242Z] + git log --format=format:%s -1 03916b7a3ef32b822df56f67b017c6db8c929e05 [Pipeline] echo [2025-09-03T06:09:41.259Z] ========================================================= [2025-09-03T06:09:41.260Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2025-09-03T06:09:41.260Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2025-09-03T06:09:41.598Z] + git log --format=format:%s -1 03916b7a3ef32b822df56f67b017c6db8c929e05 [Pipeline] echo [2025-09-03T06:09:41.612Z] [semverPrep] GIT_COMMIT: 03916b7a3ef32b822df56f67b017c6db8c929e05, Commit Message: build(deps): Bump github.com/edgexfoundry/device-sdk-go/v4 (#522) [Pipeline] echo [2025-09-03T06:09:41.631Z] [semverPrep] This is not a build commit. [Pipeline] sh [2025-09-03T06:09:41.998Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2025-09-03T06:09:41.998Z] + grep -v github /etc/ssh/ssh_known_hosts [2025-09-03T06:09:41.998Z] + [ -e /tmp/ssh_known_hosts ] [2025-09-03T06:09:41.998Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2025-09-03T06:09:41.998Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2025-09-03T06:09:41.998Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2025-09-03T06:09:41.998Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-03T06:09:42.359Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-09-03T06:09:42.359Z] [2025-09-03T06:09:42.360Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-03T06:09:42.659Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-09-03T06:09:42.659Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2025-09-03T06:09:42.659Z] 3dae71ba6b94: Pulling fs layer [2025-09-03T06:09:42.659Z] 6bf1a483ea7c: Pulling fs layer [2025-09-03T06:09:42.659Z] f5dfc541a4d3: Pulling fs layer [2025-09-03T06:09:42.659Z] 461d9e800cba: Pulling fs layer [2025-09-03T06:09:42.659Z] 80192f66455f: Pulling fs layer [2025-09-03T06:09:42.659Z] 2e8e34ca0e6c: Pulling fs layer [2025-09-03T06:09:42.659Z] a29436f7fd5d: Pulling fs layer [2025-09-03T06:09:42.659Z] 923cac83aea3: Pulling fs layer [2025-09-03T06:09:42.659Z] 25ad8b0a4227: Pulling fs layer [2025-09-03T06:09:42.659Z] db01528c6b51: Pulling fs layer [2025-09-03T06:09:42.659Z] 28988de357af: Pulling fs layer [2025-09-03T06:09:42.659Z] 80192f66455f: Waiting [2025-09-03T06:09:42.659Z] 461d9e800cba: Waiting [2025-09-03T06:09:42.659Z] 2e8e34ca0e6c: Waiting [2025-09-03T06:09:42.659Z] 923cac83aea3: Waiting [2025-09-03T06:09:42.659Z] 25ad8b0a4227: Waiting [2025-09-03T06:09:42.659Z] a29436f7fd5d: Waiting [2025-09-03T06:09:42.659Z] db01528c6b51: Waiting [2025-09-03T06:09:42.659Z] 28988de357af: Waiting [2025-09-03T06:09:42.659Z] 6bf1a483ea7c: Verifying Checksum [2025-09-03T06:09:42.659Z] 6bf1a483ea7c: Download complete [2025-09-03T06:09:42.659Z] 461d9e800cba: Verifying Checksum [2025-09-03T06:09:42.659Z] 461d9e800cba: Download complete [2025-09-03T06:09:42.659Z] 80192f66455f: Verifying Checksum [2025-09-03T06:09:42.659Z] 80192f66455f: Download complete [2025-09-03T06:09:42.919Z] f5dfc541a4d3: Verifying Checksum [2025-09-03T06:09:42.919Z] f5dfc541a4d3: Download complete [2025-09-03T06:09:42.919Z] 3dae71ba6b94: Verifying Checksum [2025-09-03T06:09:42.919Z] 3dae71ba6b94: Download complete [2025-09-03T06:09:42.919Z] 923cac83aea3: Verifying Checksum [2025-09-03T06:09:42.919Z] 923cac83aea3: Download complete [2025-09-03T06:09:42.919Z] 25ad8b0a4227: Verifying Checksum [2025-09-03T06:09:42.919Z] 25ad8b0a4227: Download complete [2025-09-03T06:09:42.919Z] db01528c6b51: Verifying Checksum [2025-09-03T06:09:42.919Z] db01528c6b51: Download complete [2025-09-03T06:09:42.919Z] 28988de357af: Download complete [2025-09-03T06:09:43.180Z] a29436f7fd5d: Verifying Checksum [2025-09-03T06:09:43.180Z] a29436f7fd5d: Download complete [2025-09-03T06:09:43.439Z] 2e8e34ca0e6c: Verifying Checksum [2025-09-03T06:09:43.439Z] 2e8e34ca0e6c: Download complete [2025-09-03T06:09:44.390Z] 3dae71ba6b94: Pull complete [2025-09-03T06:09:44.390Z] 6bf1a483ea7c: Pull complete [2025-09-03T06:09:45.331Z] f5dfc541a4d3: Pull complete [2025-09-03T06:09:45.331Z] 461d9e800cba: Pull complete [2025-09-03T06:09:45.331Z] 80192f66455f: Pull complete [2025-09-03T06:09:50.610Z] 2e8e34ca0e6c: Pull complete [2025-09-03T06:09:50.869Z] a29436f7fd5d: Pull complete [2025-09-03T06:09:50.869Z] 923cac83aea3: Pull complete [2025-09-03T06:09:51.127Z] 25ad8b0a4227: Pull complete [2025-09-03T06:09:51.127Z] db01528c6b51: Pull complete [2025-09-03T06:09:51.127Z] 28988de357af: Pull complete [2025-09-03T06:09:51.127Z] Digest: sha256:195353f5eb8266bfc5d09c70327cc406fe11db141ac9a5f04734cd23bce6a248 [2025-09-03T06:09:51.127Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-09-03T06:09:51.127Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-09-03T06:09:51.268Z] prd-ubuntu20.04-docker-8c-8g-8215 does not seem to be running inside a container [2025-09-03T06:09:51.283Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2025-09-03T06:09:53.069Z] $ docker top 212147a8081eb6a32477bcd8edb3d8cfe7e5ae31bcbaf8f485333344b9a78760 -eo pid,comm [2025-09-03T06:09:53.128Z] 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-09-03T06:09:53.128Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2025-09-03T06:09:53.178Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-09-03T06:09:53.178Z] [ssh-agent] Looking for ssh-agent implementation... [2025-09-03T06:09:53.278Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-09-03T06:09:53.271Z] $ docker exec 212147a8081eb6a32477bcd8edb3d8cfe7e5ae31bcbaf8f485333344b9a78760 ssh-agent [2025-09-03T06:09:53.372Z] SSH_AUTH_SOCK=/tmp/ssh-3FSFnadpYP6P/agent.32 [2025-09-03T06:09:53.372Z] SSH_AGENT_PID=38 [2025-09-03T06:09:53.377Z] Running ssh-add (command line suppressed) [2025-09-03T06:09:53.463Z] Identity added: /w/workspace/foundry_device-onvif-camera_main@tmp/private_key_12879841220438386836.key (/w/workspace/foundry_device-onvif-camera_main@tmp/private_key_12879841220438386836.key) [2025-09-03T06:09:53.487Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-09-03T06:09:53.775Z] + git config --global --add safe.directory /w/workspace/foundry_device-onvif-camera_main [Pipeline] sh [2025-09-03T06:09:54.062Z] + git tag --points-at HEAD [Pipeline] } [2025-09-03T06:09:54.065Z] $ docker exec --env ******** --env ******** 212147a8081eb6a32477bcd8edb3d8cfe7e5ae31bcbaf8f485333344b9a78760 ssh-agent -k [2025-09-03T06:09:54.160Z] unset SSH_AUTH_SOCK; [2025-09-03T06:09:54.161Z] unset SSH_AGENT_PID; [2025-09-03T06:09:54.161Z] echo Agent pid 38 killed; [2025-09-03T06:09:54.182Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2025-09-03T06:09:54.216Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-09-03T06:09:54.216Z] [ssh-agent] Looking for ssh-agent implementation... [2025-09-03T06:09:54.331Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-09-03T06:09:54.324Z] $ docker exec 212147a8081eb6a32477bcd8edb3d8cfe7e5ae31bcbaf8f485333344b9a78760 ssh-agent [2025-09-03T06:09:54.427Z] SSH_AUTH_SOCK=/tmp/ssh-oWBuNrB7PLGc/agent.85 [2025-09-03T06:09:54.427Z] SSH_AGENT_PID=91 [2025-09-03T06:09:54.431Z] Running ssh-add (command line suppressed) [2025-09-03T06:09:54.512Z] Identity added: /w/workspace/foundry_device-onvif-camera_main@tmp/private_key_11828465619100662755.key (/w/workspace/foundry_device-onvif-camera_main@tmp/private_key_11828465619100662755.key) [2025-09-03T06:09:54.531Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-09-03T06:09:54.823Z] + git semver init [2025-09-03T06:09:55.085Z] 2025-09-03 06:09:55,053 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') [2025-09-03T06:09:55.085Z] 2025-09-03 06:09:55,057 [run_init] DEBUG init version:0.0.0 force:False [2025-09-03T06:09:55.085Z] 2025-09-03 06:09:55,057 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/foundry_device-onvif-camera_main/.semver [2025-09-03T06:09:55.085Z] 2025-09-03 06:09:55,058 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-onvif-camera.git /w/workspace/foundry_device-onvif-camera_main/.semver [2025-09-03T06:09:55.085Z] 2025-09-03 06:09:55,058 [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-09-03T06:09:56.466Z] 2025-09-03 06:09:56,425 [append_file] DEBUG append to file:/w/workspace/foundry_device-onvif-camera_main/.git/info/exclude [2025-09-03T06:09:56.466Z] 2025-09-03 06:09:56,425 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/foundry_device-onvif-camera_main/.semver/main with force:False [2025-09-03T06:09:56.466Z] 2025-09-03 06:09:56,425 [read_version] DEBUG read version from /w/workspace/foundry_device-onvif-camera_main/.semver/main [2025-09-03T06:09:56.466Z] 2025-09-03 06:09:56,425 [read_version] DEBUG read version from /w/workspace/foundry_device-onvif-camera_main/.semver/main [2025-09-03T06:09:56.466Z] 4.1.0-dev.8 [Pipeline] } [2025-09-03T06:09:56.469Z] $ docker exec --env ******** --env ******** 212147a8081eb6a32477bcd8edb3d8cfe7e5ae31bcbaf8f485333344b9a78760 ssh-agent -k [2025-09-03T06:09:56.562Z] unset SSH_AUTH_SOCK; [2025-09-03T06:09:56.563Z] unset SSH_AGENT_PID; [2025-09-03T06:09:56.563Z] echo Agent pid 91 killed; [2025-09-03T06:09:56.580Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-09-03T06:09:56.900Z] + git semver [Pipeline] } [2025-09-03T06:09:57.166Z] $ docker stop --time=1 212147a8081eb6a32477bcd8edb3d8cfe7e5ae31bcbaf8f485333344b9a78760 [2025-09-03T06:09:58.442Z] $ docker rm -f --volumes 212147a8081eb6a32477bcd8edb3d8cfe7e5ae31bcbaf8f485333344b9a78760 [Pipeline] // withDockerContainer [Pipeline] sh [2025-09-03T06:09:58.787Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2025-09-03T06:09:58.997Z] Stashed 1 file(s) [Pipeline] echo [2025-09-03T06:09:59.002Z] [edgeXSemver]: initialized semver on version 4.1.0-dev.8 [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-09-03T06:09:59.157Z] provisioning config files... [2025-09-03T06:09:59.170Z] copy managed file [device-onvif-camera-settings] to file:/w/workspace/foundry_device-onvif-camera_main@tmp/config3415641167001765183tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-09-03T06:09:59.499Z] ---> ****-login.sh [2025-09-03T06:09:59.499Z] nexus3.edgexfoundry.org:10001 [2025-09-03T06:09:59.499Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-09-03T06:09:59.499Z] Login Succeeded [2025-09-03T06:09:59.499Z] nexus3.edgexfoundry.org:10002 [2025-09-03T06:09:59.499Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-09-03T06:09:59.499Z] Login Succeeded [2025-09-03T06:09:59.499Z] nexus3.edgexfoundry.org:10003 [2025-09-03T06:09:59.499Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-09-03T06:09:59.755Z] Login Succeeded [2025-09-03T06:09:59.756Z] nexus3.edgexfoundry.org:10004 [2025-09-03T06:09:59.756Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-09-03T06:09:59.756Z] Login Succeeded [2025-09-03T06:09:59.756Z] ****.io [2025-09-03T06:09:59.756Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-09-03T06:10:00.014Z] Login Succeeded [2025-09-03T06:10:00.014Z] ---> ****-login.sh ends [Pipeline] } [2025-09-03T06:10:00.022Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2025-09-03T06:10:00.106Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-09-03T06:10:00.125Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-09-03T06:10:00.144Z] ========================================================= [2025-09-03T06:10:00.144Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine] [2025-09-03T06:10:00.144Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-03T06:10:00.484Z] + 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-09-03T06:10:01.052Z] #0 building with "default" instance using docker driver [2025-09-03T06:10:01.052Z] [2025-09-03T06:10:01.052Z] #1 [internal] load build definition from Dockerfile [2025-09-03T06:10:01.052Z] #1 transferring dockerfile: 1.75kB done [2025-09-03T06:10:01.052Z] #1 DONE 0.0s [2025-09-03T06:10:01.052Z] [2025-09-03T06:10:01.052Z] #2 [internal] load metadata for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [2025-09-03T06:10:01.052Z] #2 DONE 0.1s [2025-09-03T06:10:01.311Z] [2025-09-03T06:10:01.311Z] #3 [internal] load .dockerignore [2025-09-03T06:10:01.311Z] #3 transferring context: 2B done [2025-09-03T06:10:01.311Z] #3 DONE 0.0s [2025-09-03T06:10:01.311Z] [2025-09-03T06:10:01.311Z] #4 [builder 1/7] FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine@sha256:b992faf2485ce295780ce8bcc3ec6c89c618966a0a233ad776f4c4289344e4b4 [2025-09-03T06:10:01.311Z] #4 resolve nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine@sha256:b992faf2485ce295780ce8bcc3ec6c89c618966a0a233ad776f4c4289344e4b4 0.0s done [2025-09-03T06:10:01.311Z] #4 extracting sha256:0a9a5dfd008f05ebc27e4790db0709a29e527690c21bcbcd01481eaeb6bb49dc [2025-09-03T06:10:01.311Z] #4 sha256:b992faf2485ce295780ce8bcc3ec6c89c618966a0a233ad776f4c4289344e4b4 685B / 685B done [2025-09-03T06:10:01.311Z] #4 sha256:d619b1717253d911bd917c5573ee8134ae218c2451e74083eb23940cdd319302 4.11kB / 4.11kB done [2025-09-03T06:10:01.311Z] #4 sha256:0a9a5dfd008f05ebc27e4790db0709a29e527690c21bcbcd01481eaeb6bb49dc 3.63MB / 3.63MB 0.1s done [2025-09-03T06:10:01.311Z] #4 sha256:36466aa92d05be39552cfcf5a51ca5dc6ccfd7da55adfeaec5689f02abf883df 294.40kB / 294.40kB 0.1s done [2025-09-03T06:10:01.311Z] #4 sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d 13.63MB / 74.06MB 0.2s [2025-09-03T06:10:01.311Z] #4 sha256:096b7ceb2af7cf0b2f963a566800bb0fb4c52ac2b7c0b1b66412e82adff0faa1 126B / 126B 0.1s done [2025-09-03T06:10:01.311Z] #4 sha256:01d3d341091a517642a078ff0605422b0bc90a0685c27f13eebf23a14bd174bf 2.08kB / 2.08kB done [2025-09-03T06:10:01.311Z] #4 sha256:c451b95d79318bfd8953a1c9820732ea4e6327fc33c477d42b42d627f68681ad 440B / 440B 0.1s done [2025-09-03T06:10:01.311Z] #4 sha256:9febf9df44015f7ef701ca8f314687499ee20e4ce98978b9d593178fd725ad4a 2.38MB / 2.38MB 0.2s [2025-09-03T06:10:01.311Z] #4 sha256:1477f019b03287281269462164bc2738c9ee590c6f69056650fa13f78f7838c5 1.05MB / 103.05MB 0.2s [2025-09-03T06:10:01.311Z] #4 sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 32B / 32B 0.1s done [2025-09-03T06:10:01.571Z] #4 extracting sha256:0a9a5dfd008f05ebc27e4790db0709a29e527690c21bcbcd01481eaeb6bb49dc 0.1s done [2025-09-03T06:10:01.571Z] #4 sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d 29.36MB / 74.06MB 0.3s [2025-09-03T06:10:01.571Z] #4 sha256:9febf9df44015f7ef701ca8f314687499ee20e4ce98978b9d593178fd725ad4a 2.38MB / 2.38MB 0.2s done [2025-09-03T06:10:01.571Z] #4 sha256:1477f019b03287281269462164bc2738c9ee590c6f69056650fa13f78f7838c5 6.29MB / 103.05MB 0.3s [2025-09-03T06:10:01.571Z] #4 sha256:c7dc25521971803488b68411916ffdc83cf3bd27a28b4147915497769959ad5b 2.10MB / 13.29MB 0.3s [2025-09-03T06:10:01.829Z] #4 ... [2025-09-03T06:10:01.829Z] [2025-09-03T06:10:01.829Z] #5 [internal] load build context [2025-09-03T06:10:01.829Z] #5 transferring context: 46.97MB 0.3s done [2025-09-03T06:10:01.829Z] #5 DONE 0.4s [2025-09-03T06:10:01.829Z] [2025-09-03T06:10:01.829Z] #4 [builder 1/7] FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine@sha256:b992faf2485ce295780ce8bcc3ec6c89c618966a0a233ad776f4c4289344e4b4 [2025-09-03T06:10:01.829Z] #4 sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d 66.06MB / 74.06MB 0.5s [2025-09-03T06:10:01.829Z] #4 sha256:1477f019b03287281269462164bc2738c9ee590c6f69056650fa13f78f7838c5 22.02MB / 103.05MB 0.5s [2025-09-03T06:10:01.829Z] #4 sha256:c7dc25521971803488b68411916ffdc83cf3bd27a28b4147915497769959ad5b 13.29MB / 13.29MB 0.5s done [2025-09-03T06:10:01.829Z] #4 extracting sha256:36466aa92d05be39552cfcf5a51ca5dc6ccfd7da55adfeaec5689f02abf883df 0.1s done [2025-09-03T06:10:01.829Z] #4 sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d 74.06MB / 74.06MB 0.6s [2025-09-03T06:10:01.829Z] #4 sha256:1477f019b03287281269462164bc2738c9ee590c6f69056650fa13f78f7838c5 33.55MB / 103.05MB 0.6s [2025-09-03T06:10:01.829Z] #4 sha256:1477f019b03287281269462164bc2738c9ee590c6f69056650fa13f78f7838c5 51.38MB / 103.05MB 0.7s [2025-09-03T06:10:01.829Z] #4 extracting sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d [2025-09-03T06:10:02.086Z] #4 sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d 74.06MB / 74.06MB 0.7s done [2025-09-03T06:10:02.087Z] #4 sha256:1477f019b03287281269462164bc2738c9ee590c6f69056650fa13f78f7838c5 72.07MB / 103.05MB 0.8s [2025-09-03T06:10:02.087Z] #4 sha256:1477f019b03287281269462164bc2738c9ee590c6f69056650fa13f78f7838c5 95.42MB / 103.05MB 0.9s [2025-09-03T06:10:02.345Z] #4 sha256:1477f019b03287281269462164bc2738c9ee590c6f69056650fa13f78f7838c5 103.05MB / 103.05MB 1.0s [2025-09-03T06:10:02.604Z] #4 sha256:1477f019b03287281269462164bc2738c9ee590c6f69056650fa13f78f7838c5 103.05MB / 103.05MB 1.3s done [2025-09-03T06:10:06.811Z] #4 extracting sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d 4.4s done [2025-09-03T06:10:06.811Z] #4 extracting sha256:096b7ceb2af7cf0b2f963a566800bb0fb4c52ac2b7c0b1b66412e82adff0faa1 [2025-09-03T06:10:06.811Z] #4 extracting sha256:096b7ceb2af7cf0b2f963a566800bb0fb4c52ac2b7c0b1b66412e82adff0faa1 done [2025-09-03T06:10:06.811Z] #4 extracting sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 done [2025-09-03T06:10:06.811Z] #4 extracting sha256:c451b95d79318bfd8953a1c9820732ea4e6327fc33c477d42b42d627f68681ad done [2025-09-03T06:10:06.811Z] #4 extracting sha256:9febf9df44015f7ef701ca8f314687499ee20e4ce98978b9d593178fd725ad4a [2025-09-03T06:10:06.811Z] #4 extracting sha256:9febf9df44015f7ef701ca8f314687499ee20e4ce98978b9d593178fd725ad4a 0.0s done [2025-09-03T06:10:06.811Z] #4 extracting sha256:1477f019b03287281269462164bc2738c9ee590c6f69056650fa13f78f7838c5 0.1s [2025-09-03T06:10:10.093Z] #4 extracting sha256:1477f019b03287281269462164bc2738c9ee590c6f69056650fa13f78f7838c5 3.1s done [2025-09-03T06:10:10.093Z] #4 extracting sha256:c7dc25521971803488b68411916ffdc83cf3bd27a28b4147915497769959ad5b [2025-09-03T06:10:11.030Z] #4 extracting sha256:c7dc25521971803488b68411916ffdc83cf3bd27a28b4147915497769959ad5b 0.8s done [2025-09-03T06:10:11.030Z] #4 DONE 9.7s [2025-09-03T06:10:11.030Z] [2025-09-03T06:10:11.030Z] #6 [builder 2/7] RUN apk add --no-cache make git [2025-09-03T06:10:11.030Z] #6 0.211 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-09-03T06:10:11.599Z] #6 0.812 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-09-03T06:10:12.168Z] #6 1.164 OK: 248 MiB in 58 packages [2025-09-03T06:10:14.076Z] #6 DONE 2.8s [2025-09-03T06:10:14.076Z] [2025-09-03T06:10:14.076Z] #7 [builder 3/7] WORKDIR /device-onvif-camera [2025-09-03T06:10:14.076Z] #7 DONE 0.0s [2025-09-03T06:10:14.076Z] [2025-09-03T06:10:14.076Z] #8 [builder 4/7] COPY go.mod vendor* ./ [2025-09-03T06:10:14.076Z] #8 DONE 0.0s [2025-09-03T06:10:14.076Z] [2025-09-03T06:10:14.076Z] #9 [builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-09-03T06:10:14.122Z] Still waiting to schedule task [2025-09-03T06:10:14.123Z] Waiting for next available executor on ‘prd-ubuntu20.04-docker-arm64-4c-16g-8214’ [2025-09-03T06:10:26.301Z] #9 DONE 10.4s [2025-09-03T06:10:26.301Z] [2025-09-03T06:10:26.301Z] #10 [builder 6/7] COPY . . [2025-09-03T06:10:26.301Z] #10 DONE 0.2s [2025-09-03T06:10:26.301Z] [2025-09-03T06:10:26.301Z] #11 [builder 7/7] RUN echo noop [2025-09-03T06:10:26.301Z] #11 0.180 noop [2025-09-03T06:10:26.301Z] #11 DONE 0.2s [2025-09-03T06:10:26.301Z] [2025-09-03T06:10:26.301Z] #12 exporting to image [2025-09-03T06:10:26.301Z] #12 exporting layers [2025-09-03T06:10:31.573Z] #12 exporting layers 6.9s done [2025-09-03T06:10:31.573Z] #12 writing image sha256:37f7c0445d72ae1e541b351bba61bbeaf68c4c53b117029bb0c1f9a501770834 done [2025-09-03T06:10:31.573Z] #12 naming to docker.io/library/ci-base-image-x86_64 done [2025-09-03T06:10:31.573Z] #12 DONE 6.9s [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-03T06:10:31.896Z] + docker inspect -f . ci-base-image-x86_64 [2025-09-03T06:10:31.896Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-09-03T06:10:31.994Z] prd-ubuntu20.04-docker-8c-8g-8215 does not seem to be running inside a container [2025-09-03T06:10:32.043Z] $ 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 ******** ci-base-image-x86_64 cat [2025-09-03T06:10:32.339Z] $ docker top 6dffa7e7e6045a8405b051daa337e620611eae0a8360e90c45cd5e539ff7a7bf -eo pid,comm [Pipeline] { [Pipeline] sh [2025-09-03T06:10:32.710Z] + go version [2025-09-03T06:10:32.710Z] go version go1.23.9 linux/amd64 [Pipeline] } [2025-09-03T06:10:32.725Z] $ docker stop --time=1 6dffa7e7e6045a8405b051daa337e620611eae0a8360e90c45cd5e539ff7a7bf [2025-09-03T06:10:33.983Z] $ docker rm -f --volumes 6dffa7e7e6045a8405b051daa337e620611eae0a8360e90c45cd5e539ff7a7bf [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-03T06:10:34.421Z] + docker inspect -f . ci-base-image-x86_64 [2025-09-03T06:10:34.421Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-09-03T06:10:34.499Z] prd-ubuntu20.04-docker-8c-8g-8215 does not seem to be running inside a container [2025-09-03T06:10:34.534Z] $ 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 ******** ci-base-image-x86_64 cat [2025-09-03T06:10:34.783Z] $ docker top d3cdc2a916e1c303358a8e84024b2e065dc25495e583615984677037bcbaf659 -eo pid,comm [Pipeline] { [Pipeline] sh [2025-09-03T06:10:35.140Z] + git config --global --add safe.directory /w/workspace/foundry_device-onvif-camera_main [Pipeline] fileExists [Pipeline] sh [2025-09-03T06:10:35.445Z] + make test [2025-09-03T06:10:35.445Z] go test ./... -coverprofile=coverage.out ./... [2025-09-03T06:10:36.378Z] ? github.com/edgexfoundry/device-onvif-camera [no test files] [2025-09-03T06:10:54.457Z] github.com/edgexfoundry/device-onvif-camera/cmd coverage: 0.0% of statements [2025-09-03T06:10:54.457Z] github.com/edgexfoundry/device-onvif-camera/internal/driver/mocks coverage: 0.0% of statements [2025-09-03T06:10:56.358Z] ok github.com/edgexfoundry/device-onvif-camera/internal/driver 2.027s coverage: 31.4% of statements [2025-09-03T06:10:56.619Z] ok github.com/edgexfoundry/device-onvif-camera/internal/netscan 2.271s coverage: 86.5% of statements [2025-09-03T06:11:06.587Z] go vet ./... [2025-09-03T06:11:11.852Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2025-09-03T06:11:11.852Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2025-09-03T06:11:11.852Z] ./bin/test-attribution-txt.sh [2025-09-03T06:11:12.109Z] An attribution for go.opentelemetry.io/auto/sdk is missing from Attribution.txt, please add [Pipeline] echo [2025-09-03T06:11:12.122Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] } [2025-09-03T06:11:12.142Z] $ docker stop --time=1 d3cdc2a916e1c303358a8e84024b2e065dc25495e583615984677037bcbaf659 [2025-09-03T06:11:14.203Z] $ docker rm -f --volumes d3cdc2a916e1c303358a8e84024b2e065dc25495e583615984677037bcbaf659 [Pipeline] // withDockerContainer [Pipeline] sh [2025-09-03T06:11:14.745Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2025-09-03T06:11:14.805Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2025-09-03T06:11:15.253Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2025-09-03T06:11:15.539Z] + ls -al . [2025-09-03T06:11:15.539Z] total 320 [2025-09-03T06:11:15.539Z] drwxrwxr-x 9 jenkins jenkins 4096 Sep 3 06:10 . [2025-09-03T06:11:15.539Z] drwxrwxr-x 4 jenkins jenkins 4096 Sep 3 06:09 .. [2025-09-03T06:11:15.539Z] drwxrwxr-x 8 jenkins jenkins 4096 Sep 3 06:10 .git [2025-09-03T06:11:15.539Z] drwxrwxr-x 3 jenkins jenkins 4096 Sep 3 06:09 .github [2025-09-03T06:11:15.539Z] -rw-rw-r-- 1 jenkins jenkins 493 Sep 3 06:09 .gitignore [2025-09-03T06:11:15.539Z] -rw-rw-r-- 1 jenkins jenkins 199 Sep 3 06:09 .golangci.yml [2025-09-03T06:11:15.539Z] drwxr-xr-x 3 jenkins jenkins 4096 Sep 3 06:09 .semver [2025-09-03T06:11:15.539Z] -rw-rw-r-- 1 jenkins jenkins 20612 Sep 3 06:09 Attribution.txt [2025-09-03T06:11:15.539Z] -rw-rw-r-- 1 jenkins jenkins 19022 Sep 3 06:09 CHANGELOG.md [2025-09-03T06:11:15.539Z] -rw-rw-r-- 1 jenkins jenkins 1715 Sep 3 06:09 Dockerfile [2025-09-03T06:11:15.539Z] -rw-rw-r-- 1 jenkins jenkins 677 Sep 3 06:09 GOVERNANCE.md [2025-09-03T06:11:15.539Z] -rw-rw-r-- 1 jenkins jenkins 739 Sep 3 06:09 Jenkinsfile [2025-09-03T06:11:15.539Z] -rw-rw-r-- 1 jenkins jenkins 11348 Sep 3 06:09 LICENSE [2025-09-03T06:11:15.539Z] -rw-rw-r-- 1 jenkins jenkins 3465 Sep 3 06:09 Makefile [2025-09-03T06:11:15.539Z] -rw-rw-r-- 1 jenkins jenkins 625 Sep 3 06:09 OWNERS.md [2025-09-03T06:11:15.539Z] -rw-rw-r-- 1 jenkins jenkins 2620 Sep 3 06:09 README.md [2025-09-03T06:11:15.539Z] -rw-rw-r-- 1 jenkins jenkins 11 Sep 3 06:09 VERSION [2025-09-03T06:11:15.539Z] drwxrwxr-x 2 jenkins jenkins 4096 Sep 3 06:09 bin [2025-09-03T06:11:15.539Z] drwxrwxr-x 3 jenkins jenkins 4096 Sep 3 06:09 cmd [2025-09-03T06:11:15.539Z] -rw-r--r-- 1 jenkins jenkins 92466 Sep 3 06:10 coverage.out [2025-09-03T06:11:15.539Z] drwxrwxr-x 4 jenkins jenkins 4096 Sep 3 06:09 doc [2025-09-03T06:11:15.539Z] -rw-rw-r-- 1 jenkins jenkins 6521 Sep 3 06:09 go.mod [2025-09-03T06:11:15.539Z] -rw-rw-r-- 1 jenkins jenkins 87684 Sep 3 06:09 go.sum [2025-09-03T06:11:15.539Z] drwxrwxr-x 4 jenkins jenkins 4096 Sep 3 06:09 internal [2025-09-03T06:11:15.539Z] -rw-rw-r-- 1 jenkins jenkins 236 Sep 3 06:09 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-03T06:11:15.855Z] + 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=03916b7a3ef32b822df56f67b017c6db8c929e05 --label arch=amd64 --label version=4.1.0-dev.8 . [2025-09-03T06:11:16.113Z] #0 building with "default" instance using docker driver [2025-09-03T06:11:16.113Z] [2025-09-03T06:11:16.113Z] #1 [internal] load build definition from Dockerfile [2025-09-03T06:11:16.113Z] #1 transferring dockerfile: 1.75kB done [2025-09-03T06:11:16.113Z] #1 DONE 0.0s [2025-09-03T06:11:16.113Z] [2025-09-03T06:11:16.113Z] #2 [internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2025-09-03T06:11:16.113Z] #2 DONE 0.0s [2025-09-03T06:11:16.113Z] [2025-09-03T06:11:16.113Z] #3 [internal] load metadata for docker.io/library/alpine:3.20 [2025-09-03T06:11:16.113Z] #3 DONE 0.1s [2025-09-03T06:11:16.113Z] [2025-09-03T06:11:16.113Z] #4 [internal] load .dockerignore [2025-09-03T06:11:16.113Z] #4 transferring context: 2B done [2025-09-03T06:11:16.113Z] #4 DONE 0.0s [2025-09-03T06:11:16.113Z] [2025-09-03T06:11:16.113Z] #5 [internal] load build context [2025-09-03T06:11:16.113Z] #5 transferring context: 111.72kB 0.0s done [2025-09-03T06:11:16.113Z] #5 DONE 0.0s [2025-09-03T06:11:16.113Z] [2025-09-03T06:11:16.113Z] #6 [stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d [2025-09-03T06:11:16.113Z] #6 resolve docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 0.0s done [2025-09-03T06:11:16.113Z] #6 extracting sha256:01d036902a3ca86e8793073c8094cba44d83a38953a489ac0641f3de017fe2d2 [2025-09-03T06:11:16.371Z] #6 extracting sha256:01d036902a3ca86e8793073c8094cba44d83a38953a489ac0641f3de017fe2d2 0.1s done [2025-09-03T06:11:16.371Z] #6 sha256:411bc66a7adb849165d4e733707efe59d6b5edf8b4d96506cb6a1e31ba270199 581B / 581B done [2025-09-03T06:11:16.371Z] #6 sha256:01d036902a3ca86e8793073c8094cba44d83a38953a489ac0641f3de017fe2d2 3.62MB / 3.62MB 0.1s done [2025-09-03T06:11:16.371Z] #6 sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 9.22kB / 9.22kB done [2025-09-03T06:11:16.371Z] #6 sha256:f25ebd2af60b9de8e26e5100fe6f493beb81bff010f27e84f223ad19886a78f0 1.02kB / 1.02kB done [2025-09-03T06:11:16.371Z] #6 DONE 0.3s [2025-09-03T06:11:16.371Z] [2025-09-03T06:11:16.371Z] #7 [builder 1/7] FROM docker.io/library/ci-base-image-x86_64:latest [2025-09-03T06:11:16.371Z] #7 DONE 0.2s [2025-09-03T06:11:16.371Z] [2025-09-03T06:11:16.371Z] #8 [builder 2/7] RUN apk add --no-cache make git [2025-09-03T06:11:16.975Z] #8 0.358 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-09-03T06:11:16.975Z] #8 0.430 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-09-03T06:11:17.234Z] #8 0.670 OK: 248 MiB in 58 packages [2025-09-03T06:11:17.234Z] #8 DONE 0.8s [2025-09-03T06:11:17.234Z] [2025-09-03T06:11:17.234Z] #9 [stage-1 2/7] RUN apk add --update --no-cache dumb-init [2025-09-03T06:11:17.234Z] #9 0.220 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-09-03T06:11:17.234Z] #9 0.289 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-09-03T06:11:17.234Z] #9 0.533 (1/1) Installing dumb-init (1.2.5-r3) [2025-09-03T06:11:17.234Z] #9 0.537 Executing busybox-1.36.1-r29.trigger [2025-09-03T06:11:17.234Z] #9 0.543 OK: 8 MiB in 15 packages [2025-09-03T06:11:17.234Z] #9 DONE 0.7s [2025-09-03T06:11:17.234Z] [2025-09-03T06:11:17.234Z] #10 [builder 3/7] WORKDIR /device-onvif-camera [2025-09-03T06:11:17.234Z] #10 DONE 0.0s [2025-09-03T06:11:17.234Z] [2025-09-03T06:11:17.234Z] #11 [builder 4/7] COPY go.mod vendor* ./ [2025-09-03T06:11:17.234Z] #11 DONE 0.0s [2025-09-03T06:11:17.234Z] [2025-09-03T06:11:17.234Z] #12 [builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-09-03T06:11:17.800Z] #12 DONE 0.6s [2025-09-03T06:11:17.800Z] [2025-09-03T06:11:17.800Z] #13 [stage-1 3/7] RUN apk --no-cache upgrade [2025-09-03T06:11:17.800Z] #13 0.283 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-09-03T06:11:17.800Z] #13 0.354 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-09-03T06:11:18.059Z] #13 0.677 (1/3) Upgrading busybox (1.36.1-r29 -> 1.36.1-r30) [2025-09-03T06:11:18.059Z] #13 0.688 Executing busybox-1.36.1-r30.post-upgrade [2025-09-03T06:11:18.059Z] #13 ... [2025-09-03T06:11:18.059Z] [2025-09-03T06:11:18.059Z] #14 [builder 6/7] COPY . . [2025-09-03T06:11:18.059Z] #14 DONE 0.2s [2025-09-03T06:11:18.059Z] [2025-09-03T06:11:18.059Z] #13 [stage-1 3/7] RUN apk --no-cache upgrade [2025-09-03T06:11:18.059Z] #13 0.877 (2/3) Upgrading busybox-binsh (1.36.1-r29 -> 1.36.1-r30) [2025-09-03T06:11:18.059Z] #13 0.880 (3/3) Upgrading ssl_client (1.36.1-r29 -> 1.36.1-r30) [2025-09-03T06:11:18.059Z] #13 0.884 Executing busybox-1.36.1-r30.trigger [2025-09-03T06:11:18.059Z] #13 0.891 OK: 8 MiB in 15 packages [2025-09-03T06:11:18.059Z] #13 DONE 1.0s [2025-09-03T06:11:18.059Z] [2025-09-03T06:11:18.059Z] #15 [builder 7/7] RUN make build [2025-09-03T06:11:18.317Z] #15 0.248 CGO_ENABLED=0 go build -tags "" -ldflags "-s -w -X github.com/edgexfoundry/device-onvif-camera.Version=4.1.0-dev.8 -X github.com/edgexfoundry/device-sdk-go/v4/internal/common.SDKVersion=v4.1.0-dev.34 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/device-onvif-camera ./cmd [2025-09-03T06:11:44.842Z] #15 DONE 23.0s [2025-09-03T06:11:44.842Z] [2025-09-03T06:11:44.842Z] #16 [stage-1 4/7] COPY --from=builder /device-onvif-camera/cmd / [2025-09-03T06:11:44.842Z] #16 DONE 0.2s [2025-09-03T06:11:44.842Z] [2025-09-03T06:11:44.842Z] #17 [stage-1 5/7] COPY --from=builder /device-onvif-camera/LICENSE / [2025-09-03T06:11:44.842Z] #17 DONE 0.0s [2025-09-03T06:11:44.842Z] [2025-09-03T06:11:44.842Z] #18 [stage-1 6/7] COPY --from=builder /device-onvif-camera/Attribution.txt / [2025-09-03T06:11:44.842Z] #18 DONE 0.0s [2025-09-03T06:11:44.842Z] [2025-09-03T06:11:44.842Z] #19 exporting to image [2025-09-03T06:11:44.842Z] #19 exporting layers [2025-09-03T06:11:44.842Z] #19 exporting layers 0.3s done [2025-09-03T06:11:44.842Z] #19 writing image sha256:7a821e65998ecc0edecf85cb9b6c08471193c76b795768dc08e63ed582f47e39 done [2025-09-03T06:11:44.842Z] #19 naming to docker.io/library/device-onvif-camera done [2025-09-03T06:11:44.842Z] #19 DONE 0.3s [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-09-03T06:11:44.977Z] provisioning config files... [2025-09-03T06:11:44.984Z] copy managed file [device-onvif-camera-settings] to file:/w/workspace/foundry_device-onvif-camera_main@tmp/config15270767285486836800tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-09-03T06:11:45.287Z] ---> ****-login.sh [2025-09-03T06:11:45.287Z] nexus3.edgexfoundry.org:10001 [2025-09-03T06:11:45.287Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-09-03T06:11:45.287Z] Login Succeeded [2025-09-03T06:11:45.287Z] nexus3.edgexfoundry.org:10002 [2025-09-03T06:11:45.288Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-09-03T06:11:45.288Z] Login Succeeded [2025-09-03T06:11:45.288Z] nexus3.edgexfoundry.org:10003 [2025-09-03T06:11:45.546Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-09-03T06:11:45.546Z] Login Succeeded [2025-09-03T06:11:45.546Z] nexus3.edgexfoundry.org:10004 [2025-09-03T06:11:45.546Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-09-03T06:11:45.546Z] Login Succeeded [2025-09-03T06:11:45.546Z] ****.io [2025-09-03T06:11:45.546Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-09-03T06:11:45.805Z] Login Succeeded [2025-09-03T06:11:45.805Z] ---> ****-login.sh ends [Pipeline] } [2025-09-03T06:11:45.813Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-09-03T06:11:45.892Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-09-03T06:11:45.927Z] [edgeXDocker.push] Tagging docker image device-onvif-camera with the following tags: [2025-09-03T06:11:45.927Z] 03916b7a3ef32b822df56f67b017c6db8c929e05 [2025-09-03T06:11:45.927Z] latest [2025-09-03T06:11:45.927Z] 4.1.0-dev.8 [2025-09-03T06:11:45.927Z] 03916b7a3ef32b822df56f67b017c6db8c929e05-4.1.0-dev.8 [2025-09-03T06:11:45.927Z] main [2025-09-03T06:11:45.927Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-03T06:11:46.281Z] + docker tag device-onvif-camera nexus3.edgexfoundry.org:10004/device-onvif-camera:03916b7a3ef32b822df56f67b017c6db8c929e05 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-03T06:11:46.608Z] + docker push nexus3.edgexfoundry.org:10004/device-onvif-camera:03916b7a3ef32b822df56f67b017c6db8c929e05 [2025-09-03T06:11:46.608Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-onvif-camera] [2025-09-03T06:11:46.608Z] 6c4790799626: Preparing [2025-09-03T06:11:46.608Z] d913c819069b: Preparing [2025-09-03T06:11:46.608Z] 22545c33f075: Preparing [2025-09-03T06:11:46.608Z] 4384d5db2598: Preparing [2025-09-03T06:11:46.608Z] fe96be699873: Preparing [2025-09-03T06:11:46.608Z] 097100c76c15: Preparing [2025-09-03T06:11:46.608Z] 097100c76c15: Waiting [2025-09-03T06:11:46.608Z] fe96be699873: Pushed [2025-09-03T06:11:46.608Z] 6c4790799626: Pushed [2025-09-03T06:11:46.608Z] d913c819069b: Pushed [2025-09-03T06:11:46.608Z] 097100c76c15: Layer already exists [2025-09-03T06:11:46.608Z] 4384d5db2598: Pushed [2025-09-03T06:11:49.897Z] 22545c33f075: Pushed [2025-09-03T06:11:50.156Z] 03916b7a3ef32b822df56f67b017c6db8c929e05: digest: sha256:0db99078d114249411a86c0e6b10ddad71122a98bc95824095cfb752ee980cc6 size: 1575 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-03T06:11:50.482Z] + docker tag device-onvif-camera nexus3.edgexfoundry.org:10004/device-onvif-camera:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-03T06:11:50.805Z] + docker push nexus3.edgexfoundry.org:10004/device-onvif-camera:latest [2025-09-03T06:11:50.805Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-onvif-camera] [2025-09-03T06:11:50.805Z] 6c4790799626: Preparing [2025-09-03T06:11:50.805Z] d913c819069b: Preparing [2025-09-03T06:11:50.805Z] 22545c33f075: Preparing [2025-09-03T06:11:50.805Z] 4384d5db2598: Preparing [2025-09-03T06:11:50.805Z] fe96be699873: Preparing [2025-09-03T06:11:50.805Z] 097100c76c15: Preparing [2025-09-03T06:11:50.805Z] 097100c76c15: Waiting [2025-09-03T06:11:50.805Z] fe96be699873: Layer already exists [2025-09-03T06:11:50.805Z] 22545c33f075: Layer already exists [2025-09-03T06:11:50.805Z] 4384d5db2598: Layer already exists [2025-09-03T06:11:50.805Z] 6c4790799626: Layer already exists [2025-09-03T06:11:50.805Z] d913c819069b: Layer already exists [2025-09-03T06:11:50.805Z] 097100c76c15: Layer already exists [2025-09-03T06:11:50.805Z] latest: digest: sha256:0db99078d114249411a86c0e6b10ddad71122a98bc95824095cfb752ee980cc6 size: 1575 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-03T06:11:51.137Z] + docker tag device-onvif-camera nexus3.edgexfoundry.org:10004/device-onvif-camera:4.1.0-dev.8 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-03T06:11:51.466Z] + docker push nexus3.edgexfoundry.org:10004/device-onvif-camera:4.1.0-dev.8 [2025-09-03T06:11:51.466Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-onvif-camera] [2025-09-03T06:11:51.466Z] 6c4790799626: Preparing [2025-09-03T06:11:51.466Z] d913c819069b: Preparing [2025-09-03T06:11:51.466Z] 22545c33f075: Preparing [2025-09-03T06:11:51.466Z] 4384d5db2598: Preparing [2025-09-03T06:11:51.466Z] fe96be699873: Preparing [2025-09-03T06:11:51.466Z] 097100c76c15: Preparing [2025-09-03T06:11:51.466Z] 097100c76c15: Waiting [2025-09-03T06:11:51.466Z] 22545c33f075: Layer already exists [2025-09-03T06:11:51.466Z] 6c4790799626: Layer already exists [2025-09-03T06:11:51.466Z] 4384d5db2598: Layer already exists [2025-09-03T06:11:51.466Z] fe96be699873: Layer already exists [2025-09-03T06:11:51.466Z] d913c819069b: Layer already exists [2025-09-03T06:11:51.466Z] 097100c76c15: Layer already exists [2025-09-03T06:11:51.466Z] 4.1.0-dev.8: digest: sha256:0db99078d114249411a86c0e6b10ddad71122a98bc95824095cfb752ee980cc6 size: 1575 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-03T06:11:51.817Z] + docker tag device-onvif-camera nexus3.edgexfoundry.org:10004/device-onvif-camera:03916b7a3ef32b822df56f67b017c6db8c929e05-4.1.0-dev.8 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-03T06:11:52.140Z] + docker push nexus3.edgexfoundry.org:10004/device-onvif-camera:03916b7a3ef32b822df56f67b017c6db8c929e05-4.1.0-dev.8 [2025-09-03T06:11:52.140Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-onvif-camera] [2025-09-03T06:11:52.140Z] 6c4790799626: Preparing [2025-09-03T06:11:52.140Z] d913c819069b: Preparing [2025-09-03T06:11:52.140Z] 22545c33f075: Preparing [2025-09-03T06:11:52.140Z] 4384d5db2598: Preparing [2025-09-03T06:11:52.140Z] fe96be699873: Preparing [2025-09-03T06:11:52.140Z] 097100c76c15: Preparing [2025-09-03T06:11:52.140Z] 097100c76c15: Waiting [2025-09-03T06:11:52.140Z] 4384d5db2598: Layer already exists [2025-09-03T06:11:52.140Z] d913c819069b: Layer already exists [2025-09-03T06:11:52.140Z] 6c4790799626: Layer already exists [2025-09-03T06:11:52.140Z] fe96be699873: Layer already exists [2025-09-03T06:11:52.140Z] 22545c33f075: Layer already exists [2025-09-03T06:11:52.140Z] 097100c76c15: Layer already exists [2025-09-03T06:11:52.140Z] 03916b7a3ef32b822df56f67b017c6db8c929e05-4.1.0-dev.8: digest: sha256:0db99078d114249411a86c0e6b10ddad71122a98bc95824095cfb752ee980cc6 size: 1575 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-03T06:11:52.468Z] + docker tag device-onvif-camera nexus3.edgexfoundry.org:10004/device-onvif-camera:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-03T06:11:52.798Z] + docker push nexus3.edgexfoundry.org:10004/device-onvif-camera:main [2025-09-03T06:11:52.798Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-onvif-camera] [2025-09-03T06:11:52.798Z] 6c4790799626: Preparing [2025-09-03T06:11:52.798Z] d913c819069b: Preparing [2025-09-03T06:11:52.798Z] 22545c33f075: Preparing [2025-09-03T06:11:52.798Z] 4384d5db2598: Preparing [2025-09-03T06:11:52.798Z] fe96be699873: Preparing [2025-09-03T06:11:52.798Z] 097100c76c15: Preparing [2025-09-03T06:11:52.798Z] 097100c76c15: Waiting [2025-09-03T06:11:52.798Z] 6c4790799626: Layer already exists [2025-09-03T06:11:52.798Z] 22545c33f075: Layer already exists [2025-09-03T06:11:52.798Z] d913c819069b: Layer already exists [2025-09-03T06:11:52.798Z] fe96be699873: Layer already exists [2025-09-03T06:11:52.798Z] 4384d5db2598: Layer already exists [2025-09-03T06:11:52.798Z] 097100c76c15: Layer already exists [2025-09-03T06:11:52.798Z] main: digest: sha256:0db99078d114249411a86c0e6b10ddad71122a98bc95824095cfb752ee980cc6 size: 1575 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-09-03T06:11:52.874Z] ===================================================== [Pipeline] echo [2025-09-03T06:11:52.890Z] taggedImages: [2025-09-03T06:11:52.890Z] - nexus3.edgexfoundry.org:10004/device-onvif-camera:03916b7a3ef32b822df56f67b017c6db8c929e05 [2025-09-03T06:11:52.890Z] - nexus3.edgexfoundry.org:10004/device-onvif-camera:latest [2025-09-03T06:11:52.890Z] - nexus3.edgexfoundry.org:10004/device-onvif-camera:4.1.0-dev.8 [2025-09-03T06:11:52.890Z] - nexus3.edgexfoundry.org:10004/device-onvif-camera:03916b7a3ef32b822df56f67b017c6db8c929e05-4.1.0-dev.8 [2025-09-03T06:11:52.890Z] - nexus3.edgexfoundry.org:10004/device-onvif-camera:main [Pipeline] echo [2025-09-03T06:11:52.937Z] ========================================================= [2025-09-03T06:11:52.937Z] [edgeXBuildMultiArch] RAW Config: [2025-09-03T06:11:52.937Z] images: [2025-09-03T06:11:52.937Z] - nexus3.edgexfoundry.org:10004/device-onvif-camera:03916b7a3ef32b822df56f67b017c6db8c929e05 [2025-09-03T06:11:52.937Z] - nexus3.edgexfoundry.org:10004/device-onvif-camera:latest [2025-09-03T06:11:52.937Z] - nexus3.edgexfoundry.org:10004/device-onvif-camera:4.1.0-dev.8 [2025-09-03T06:11:52.937Z] - nexus3.edgexfoundry.org:10004/device-onvif-camera:03916b7a3ef32b822df56f67b017c6db8c929e05-4.1.0-dev.8 [2025-09-03T06:11:52.937Z] - nexus3.edgexfoundry.org:10004/device-onvif-camera:main [2025-09-03T06:11:52.937Z] settingsFile: [2025-09-03T06:11:52.937Z] device-onvif-camera-settings [2025-09-03T06:11:52.937Z] ========================================================= [Pipeline] node [2025-09-03T06:12:07.941Z] Still waiting to schedule task [2025-09-03T06:12:07.941Z] All nodes of label ‘centos7-docker-4c-2g’ are offline [2025-09-03T06:12:35.140Z] Running on prd-centos7-docker-4c-2g-8219 in /w/workspace/foundry_device-onvif-camera_main [Pipeline] { [Pipeline] stage [Pipeline] { (Create Multi-Arch Images) [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-09-03T06:12:35.187Z] provisioning config files... [2025-09-03T06:12:35.216Z] copy managed file [device-onvif-camera-settings] to file:/w/workspace/foundry_device-onvif-camera_main@tmp/config6976288931063059536tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-09-03T06:12:36.506Z] ---> ****-login.sh [2025-09-03T06:12:36.506Z] nexus3.edgexfoundry.org:10001 [2025-09-03T06:12:50.639Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-8218 in /w/workspace/foundry_device-onvif-camera_main [Pipeline] { [Pipeline] ws [2025-09-03T06:12:50.656Z] Running in /w/workspace/device-onvif-camera/233 [Pipeline] { [Pipeline] checkout [2025-09-03T06:12:53.717Z] The recommended git tool is: git [2025-09-03T06:12:58.889Z] using credential edgex-jenkins-ssh [2025-09-03T06:12:58.916Z] Cloning the remote Git repository [2025-09-03T06:12:58.970Z] Cloning repository git@github.com:edgexfoundry/device-onvif-camera.git [2025-09-03T06:12:59.086Z] > git init /w/workspace/device-onvif-camera/233 # timeout=10 [2025-09-03T06:12:59.265Z] Fetching upstream changes from git@github.com:edgexfoundry/device-onvif-camera.git [2025-09-03T06:12:59.267Z] > git --version # timeout=10 [2025-09-03T06:12:59.295Z] > git --version # 'git version 2.25.1' [2025-09-03T06:12:59.298Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2025-09-03T06:12:59.466Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-onvif-camera.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2025-09-03T06:13:02.746Z] > git config remote.origin.url git@github.com:edgexfoundry/device-onvif-camera.git # timeout=10 [2025-09-03T06:13:02.780Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2025-09-03T06:13:03.910Z] Avoid second fetch [2025-09-03T06:13:03.911Z] Checking out Revision 03916b7a3ef32b822df56f67b017c6db8c929e05 (main) [2025-09-03T06:13:04.740Z] Commit message: "build(deps): Bump github.com/edgexfoundry/device-sdk-go/v4 (#522)" [2025-09-03T06:13:03.928Z] > git config core.sparsecheckout # timeout=10 [2025-09-03T06:13:04.012Z] > git checkout -f 03916b7a3ef32b822df56f67b017c6db8c929e05 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-09-03T06:13:09.379Z] provisioning config files... [2025-09-03T06:13:09.404Z] copy managed file [device-onvif-camera-settings] to file:/w/workspace/device-onvif-camera/233@tmp/config5975554620742833554tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-09-03T06:13:10.137Z] ---> ****-login.sh [2025-09-03T06:13:10.137Z] nexus3.edgexfoundry.org:10001 [2025-09-03T06:13:10.414Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-09-03T06:13:10.686Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-09-03T06:13:10.686Z] Configure a credential helper to remove this warning. See [2025-09-03T06:13:10.686Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-09-03T06:13:10.686Z] [2025-09-03T06:13:10.686Z] Login Succeeded [2025-09-03T06:13:10.686Z] nexus3.edgexfoundry.org:10002 [2025-09-03T06:13:10.967Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-09-03T06:13:11.249Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-09-03T06:13:11.250Z] Configure a credential helper to remove this warning. See [2025-09-03T06:13:11.250Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-09-03T06:13:11.250Z] [2025-09-03T06:13:11.250Z] Login Succeeded [2025-09-03T06:13:11.250Z] nexus3.edgexfoundry.org:10003 [2025-09-03T06:13:11.521Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-09-03T06:13:11.521Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-09-03T06:13:11.521Z] Configure a credential helper to remove this warning. See [2025-09-03T06:13:11.521Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-09-03T06:13:11.521Z] [2025-09-03T06:13:11.521Z] Login Succeeded [2025-09-03T06:13:11.521Z] nexus3.edgexfoundry.org:10004 [2025-09-03T06:13:11.839Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-09-03T06:13:11.839Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-09-03T06:13:11.839Z] Configure a credential helper to remove this warning. See [2025-09-03T06:13:11.839Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-09-03T06:13:11.839Z] [2025-09-03T06:13:11.839Z] Login Succeeded [2025-09-03T06:13:11.839Z] ****.io [2025-09-03T06:13:12.114Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-09-03T06:13:12.385Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-09-03T06:13:12.385Z] Configure a credential helper to remove this warning. See [2025-09-03T06:13:12.385Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-09-03T06:13:12.385Z] [2025-09-03T06:13:12.385Z] Login Succeeded [2025-09-03T06:13:12.385Z] ---> ****-login.sh ends [Pipeline] } [2025-09-03T06:13:12.403Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2025-09-03T06:13:12.729Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-09-03T06:13:12.749Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-09-03T06:13:12.763Z] ========================================================= [2025-09-03T06:13:12.763Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine] [2025-09-03T06:13:12.763Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-03T06:13:13.136Z] + 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-09-03T06:13:13.733Z] Sending build context to Docker daemon 26.94MB [2025-09-03T06:13:13.733Z] Step 1/13 : ARG BASE=golang:1.23-alpine3.20 [2025-09-03T06:13:13.733Z] Step 2/13 : FROM ${BASE} AS builder [2025-09-03T06:13:14.007Z] 1.23-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2025-09-03T06:13:14.007Z] 94e9d8af2201: Pulling fs layer [2025-09-03T06:13:14.007Z] a6c56e8762df: Pulling fs layer [2025-09-03T06:13:14.007Z] f0f3c8884826: Pulling fs layer [2025-09-03T06:13:14.007Z] c7e7622c144d: Pulling fs layer [2025-09-03T06:13:14.007Z] 4f4fb700ef54: Pulling fs layer [2025-09-03T06:13:14.007Z] c7e7622c144d: Waiting [2025-09-03T06:13:14.007Z] 4f4fb700ef54: Waiting [2025-09-03T06:13:14.007Z] b4c3b6d88c5a: Pulling fs layer [2025-09-03T06:13:14.007Z] ba8bce9d2590: Pulling fs layer [2025-09-03T06:13:14.007Z] ca778ea9c289: Pulling fs layer [2025-09-03T06:13:14.007Z] b4c3b6d88c5a: Waiting [2025-09-03T06:13:14.007Z] ba8bce9d2590: Waiting [2025-09-03T06:13:14.007Z] a6c56e8762df: Verifying Checksum [2025-09-03T06:13:14.007Z] a6c56e8762df: Download complete [2025-09-03T06:13:14.007Z] c7e7622c144d: Verifying Checksum [2025-09-03T06:13:14.007Z] c7e7622c144d: Download complete [2025-09-03T06:13:14.007Z] 4f4fb700ef54: Verifying Checksum [2025-09-03T06:13:14.007Z] 4f4fb700ef54: Download complete [2025-09-03T06:13:14.007Z] b4c3b6d88c5a: Download complete [2025-09-03T06:13:14.278Z] 94e9d8af2201: Verifying Checksum [2025-09-03T06:13:14.278Z] 94e9d8af2201: Download complete [2025-09-03T06:13:14.551Z] ca778ea9c289: Verifying Checksum [2025-09-03T06:13:14.551Z] ca778ea9c289: Download complete [2025-09-03T06:13:15.143Z] 94e9d8af2201: Pull complete [2025-09-03T06:13:16.122Z] a6c56e8762df: Pull complete [2025-09-03T06:13:16.122Z] f0f3c8884826: Verifying Checksum [2025-09-03T06:13:16.122Z] f0f3c8884826: Download complete [2025-09-03T06:13:17.093Z] ba8bce9d2590: Verifying Checksum [2025-09-03T06:13:17.093Z] ba8bce9d2590: Download complete [2025-09-03T06:13:32.180Z] f0f3c8884826: Pull complete [2025-09-03T06:13:32.180Z] c7e7622c144d: Pull complete [2025-09-03T06:13:32.180Z] 4f4fb700ef54: Pull complete [2025-09-03T06:13:32.180Z] b4c3b6d88c5a: Pull complete [2025-09-03T06:13:38.874Z] ba8bce9d2590: Pull complete [2025-09-03T06:13:40.824Z] ca778ea9c289: Pull complete [2025-09-03T06:13:40.824Z] Digest: sha256:c70c257f76c0e97c87bd0187f74242a809c0afac30c2d5f44320df1de5715b93 [2025-09-03T06:13:40.824Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine [2025-09-03T06:13:40.824Z] ---> 47b25d7523d1 [2025-09-03T06:13:40.824Z] Step 3/13 : ARG ADD_BUILD_TAGS="" [2025-09-03T06:13:43.421Z] ---> Running in d8d70fad8983 [2025-09-03T06:13:43.421Z] Removing intermediate container d8d70fad8983 [2025-09-03T06:13:43.421Z] ---> e87d5128a663 [2025-09-03T06:13:43.421Z] Step 4/13 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2025-09-03T06:13:43.421Z] ---> Running in 4f0fca7b2972 [2025-09-03T06:13:43.690Z] Removing intermediate container 4f0fca7b2972 [2025-09-03T06:13:43.690Z] ---> 3fb993036069 [2025-09-03T06:13:43.690Z] Step 5/13 : ARG ALPINE_PKG_BASE="make git" [2025-09-03T06:13:43.690Z] ---> Running in 99ed8955c52d [2025-09-03T06:13:43.964Z] Removing intermediate container 99ed8955c52d [2025-09-03T06:13:43.964Z] ---> a2c2caa29f5b [2025-09-03T06:13:43.964Z] Step 6/13 : ARG ALPINE_PKG_EXTRA="" [2025-09-03T06:13:44.233Z] ---> Running in e606f44c5014 [2025-09-03T06:13:44.502Z] Removing intermediate container e606f44c5014 [2025-09-03T06:13:44.502Z] ---> a30a4befab34 [2025-09-03T06:13:44.502Z] Step 7/13 : LABEL Name=edgex-device-onvif-camera [2025-09-03T06:13:44.502Z] ---> Running in f09d58460a57 [2025-09-03T06:13:44.774Z] Removing intermediate container f09d58460a57 [2025-09-03T06:13:44.774Z] ---> 3a9608b31301 [2025-09-03T06:13:44.774Z] Step 8/13 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2025-09-03T06:13:45.050Z] ---> Running in 8d2c85b59228 [2025-09-03T06:13:46.038Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-09-03T06:13:46.626Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-09-03T06:13:48.046Z] OK: 239 MiB in 58 packages [2025-09-03T06:13:49.018Z] Removing intermediate container 8d2c85b59228 [2025-09-03T06:13:49.018Z] ---> acdea5a91676 [2025-09-03T06:13:49.018Z] Step 9/13 : WORKDIR /device-onvif-camera [2025-09-03T06:13:49.018Z] ---> Running in e8c0ac55c3c7 [2025-09-03T06:13:49.304Z] Removing intermediate container e8c0ac55c3c7 [2025-09-03T06:13:49.304Z] ---> 92b0f71e8687 [2025-09-03T06:13:49.304Z] Step 10/13 : COPY go.mod vendor* ./ [2025-09-03T06:13:49.901Z] ---> 6ab601accbc1 [2025-09-03T06:13:49.901Z] Step 11/13 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-09-03T06:13:49.901Z] ---> Running in df15599bada0 [2025-09-03T06:15:41.606Z] Removing intermediate container df15599bada0 [2025-09-03T06:15:41.606Z] ---> 3b0de3c212fd [2025-09-03T06:15:41.606Z] Step 12/13 : COPY . . [2025-09-03T06:15:41.606Z] ---> deab574ff1fd [2025-09-03T06:15:41.606Z] Step 13/13 : RUN ${MAKE} [2025-09-03T06:15:41.606Z] ---> Running in 74043940cf7f [2025-09-03T06:15:41.606Z] noop [2025-09-03T06:15:41.606Z] Removing intermediate container 74043940cf7f [2025-09-03T06:15:41.606Z] ---> bd56cd4dc9d1 [2025-09-03T06:15:41.606Z] Successfully built bd56cd4dc9d1 [2025-09-03T06:15:41.606Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-03T06:15:42.000Z] + docker inspect -f . ci-base-image-arm64 [2025-09-03T06:15:42.000Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-09-03T06:15:42.232Z] prd-ubuntu20.04-docker-arm64-4c-16g-8218 does not seem to be running inside a container [2025-09-03T06:15:42.307Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-onvif-camera/233 -v /w/workspace/device-onvif-camera/233:/w/workspace/device-onvif-camera/233:rw,z -v /w/workspace/device-onvif-camera/233@tmp:/w/workspace/device-onvif-camera/233@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-09-03T06:15:43.651Z] $ docker top 7ac9e34d48de8bab1907b19eabbf7fc9146f081c4766fed4ac2b315b695503c1 -eo pid,comm [Pipeline] { [Pipeline] sh [2025-09-03T06:15:44.546Z] + go version [2025-09-03T06:15:44.546Z] go version go1.23.9 linux/arm64 [Pipeline] } [2025-09-03T06:15:44.567Z] $ docker stop --time=1 7ac9e34d48de8bab1907b19eabbf7fc9146f081c4766fed4ac2b315b695503c1 [2025-09-03T06:15:46.271Z] $ docker rm -f --volumes 7ac9e34d48de8bab1907b19eabbf7fc9146f081c4766fed4ac2b315b695503c1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-03T06:15:46.890Z] + docker inspect -f . ci-base-image-arm64 [2025-09-03T06:15:46.890Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-09-03T06:15:47.101Z] prd-ubuntu20.04-docker-arm64-4c-16g-8218 does not seem to be running inside a container [2025-09-03T06:15:47.174Z] $ 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/233 -v /w/workspace/device-onvif-camera/233:/w/workspace/device-onvif-camera/233:rw,z -v /w/workspace/device-onvif-camera/233@tmp:/w/workspace/device-onvif-camera/233@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-09-03T06:15:48.576Z] $ docker top 427a944d0965b3bf18eea1f7dae627bd32c52569d2639a672b0d595e193b8de9 -eo pid,comm [Pipeline] { [Pipeline] sh [2025-09-03T06:15:49.448Z] + git config --global --add safe.directory /w/workspace/device-onvif-camera/233 [Pipeline] fileExists [Pipeline] sh [2025-09-03T06:15:50.111Z] + make test [2025-09-03T06:15:50.111Z] go test ./... -coverprofile=coverage.out ./... [2025-09-03T06:15:56.768Z] ? github.com/edgexfoundry/device-onvif-camera [no test files] [2025-09-03T06:19:33.589Z] github.com/edgexfoundry/device-onvif-camera/cmd coverage: 0.0% of statements [2025-09-03T06:19:33.589Z] github.com/edgexfoundry/device-onvif-camera/internal/driver/mocks coverage: 0.0% of statements [2025-09-03T06:19:33.856Z] ok github.com/edgexfoundry/device-onvif-camera/internal/driver 2.160s coverage: 31.4% of statements [2025-09-03T06:19:56.139Z] ok github.com/edgexfoundry/device-onvif-camera/internal/netscan 23.844s coverage: 86.5% of statements [2025-09-03T06:19:56.742Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2025-09-03T06:19:56.742Z] go vet ./... [2025-09-03T06:20:53.201Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2025-09-03T06:20:53.201Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2025-09-03T06:20:53.201Z] ./bin/test-attribution-txt.sh [2025-09-03T06:20:53.201Z] An attribution for go.opentelemetry.io/auto/sdk is missing from Attribution.txt, please add [Pipeline] echo [2025-09-03T06:20:53.220Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] } [2025-09-03T06:20:53.234Z] $ docker stop --time=1 427a944d0965b3bf18eea1f7dae627bd32c52569d2639a672b0d595e193b8de9 [2025-09-03T06:20:55.151Z] $ docker rm -f --volumes 427a944d0965b3bf18eea1f7dae627bd32c52569d2639a672b0d595e193b8de9 [Pipeline] // withDockerContainer [Pipeline] sh [2025-09-03T06:20:56.848Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2025-09-03T06:20:56.874Z] Warning: overwriting stash ‘coverage-report’ [2025-09-03T06:20:57.427Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2025-09-03T06:20:57.826Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2025-09-03T06:20:58.151Z] + ls -al . [2025-09-03T06:20:58.151Z] total 316 [2025-09-03T06:20:58.151Z] drwxrwxr-x 8 jenkins jenkins 4096 Sep 3 06:15 . [2025-09-03T06:20:58.151Z] drwxrwxr-x 4 jenkins jenkins 4096 Sep 3 06:12 .. [2025-09-03T06:20:58.151Z] drwxrwxr-x 8 jenkins jenkins 4096 Sep 3 06:13 .git [2025-09-03T06:20:58.151Z] drwxrwxr-x 3 jenkins jenkins 4096 Sep 3 06:13 .github [2025-09-03T06:20:58.151Z] -rw-rw-r-- 1 jenkins jenkins 493 Sep 3 06:13 .gitignore [2025-09-03T06:20:58.151Z] -rw-rw-r-- 1 jenkins jenkins 199 Sep 3 06:13 .golangci.yml [2025-09-03T06:20:58.151Z] -rw-rw-r-- 1 jenkins jenkins 20612 Sep 3 06:13 Attribution.txt [2025-09-03T06:20:58.151Z] -rw-rw-r-- 1 jenkins jenkins 19022 Sep 3 06:13 CHANGELOG.md [2025-09-03T06:20:58.151Z] -rw-rw-r-- 1 jenkins jenkins 1715 Sep 3 06:13 Dockerfile [2025-09-03T06:20:58.151Z] -rw-rw-r-- 1 jenkins jenkins 677 Sep 3 06:13 GOVERNANCE.md [2025-09-03T06:20:58.151Z] -rw-rw-r-- 1 jenkins jenkins 739 Sep 3 06:13 Jenkinsfile [2025-09-03T06:20:58.151Z] -rw-rw-r-- 1 jenkins jenkins 11348 Sep 3 06:13 LICENSE [2025-09-03T06:20:58.151Z] -rw-rw-r-- 1 jenkins jenkins 3465 Sep 3 06:13 Makefile [2025-09-03T06:20:58.151Z] -rw-rw-r-- 1 jenkins jenkins 625 Sep 3 06:13 OWNERS.md [2025-09-03T06:20:58.151Z] -rw-rw-r-- 1 jenkins jenkins 2620 Sep 3 06:13 README.md [2025-09-03T06:20:58.151Z] -rw-rw-r-- 1 jenkins jenkins 11 Sep 3 06:09 VERSION [2025-09-03T06:20:58.151Z] drwxrwxr-x 2 jenkins jenkins 4096 Sep 3 06:13 bin [2025-09-03T06:20:58.151Z] drwxrwxr-x 3 jenkins jenkins 4096 Sep 3 06:13 cmd [2025-09-03T06:20:58.151Z] -rw-r--r-- 1 jenkins jenkins 92466 Sep 3 06:19 coverage.out [2025-09-03T06:20:58.151Z] drwxrwxr-x 4 jenkins jenkins 4096 Sep 3 06:13 doc [2025-09-03T06:20:58.151Z] -rw-rw-r-- 1 jenkins jenkins 6521 Sep 3 06:13 go.mod [2025-09-03T06:20:58.151Z] -rw-rw-r-- 1 jenkins jenkins 87684 Sep 3 06:13 go.sum [2025-09-03T06:20:58.151Z] drwxrwxr-x 4 jenkins jenkins 4096 Sep 3 06:13 internal [2025-09-03T06:20:58.151Z] -rw-rw-r-- 1 jenkins jenkins 236 Sep 3 06:13 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-03T06:20:58.500Z] + 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=03916b7a3ef32b822df56f67b017c6db8c929e05 --label arch=arm64 --label version=4.1.0-dev.8 . [2025-09-03T06:20:59.087Z] Sending build context to Docker daemon 27.03MB [2025-09-03T06:20:59.087Z] Step 1/27 : ARG BASE=golang:1.23-alpine3.20 [2025-09-03T06:20:59.087Z] Step 2/27 : FROM ${BASE} AS builder [2025-09-03T06:20:59.087Z] ---> bd56cd4dc9d1 [2025-09-03T06:20:59.087Z] Step 3/27 : ARG ADD_BUILD_TAGS="" [2025-09-03T06:20:59.358Z] ---> Running in 5b026e6a4c69 [2025-09-03T06:20:59.629Z] Removing intermediate container 5b026e6a4c69 [2025-09-03T06:20:59.629Z] ---> 6544ad922f72 [2025-09-03T06:20:59.629Z] Step 4/27 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2025-09-03T06:20:59.629Z] ---> Running in 77c77f25fe3d [2025-09-03T06:20:59.897Z] Removing intermediate container 77c77f25fe3d [2025-09-03T06:20:59.897Z] ---> b8962816cfe8 [2025-09-03T06:20:59.897Z] Step 5/27 : ARG ALPINE_PKG_BASE="make git" [2025-09-03T06:21:00.165Z] ---> Running in f4b4e496c7ef [2025-09-03T06:21:00.431Z] Removing intermediate container f4b4e496c7ef [2025-09-03T06:21:00.431Z] ---> 08a190af069f [2025-09-03T06:21:00.431Z] Step 6/27 : ARG ALPINE_PKG_EXTRA="" [2025-09-03T06:21:00.431Z] ---> Running in b5ea30bbb9c9 [2025-09-03T06:21:00.699Z] Removing intermediate container b5ea30bbb9c9 [2025-09-03T06:21:00.699Z] ---> 36a63633bf66 [2025-09-03T06:21:00.699Z] Step 7/27 : LABEL Name=edgex-device-onvif-camera [2025-09-03T06:21:00.967Z] ---> Running in de6cab74b264 [2025-09-03T06:21:01.236Z] Removing intermediate container de6cab74b264 [2025-09-03T06:21:01.236Z] ---> 342c4b06838c [2025-09-03T06:21:01.236Z] Step 8/27 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2025-09-03T06:21:01.236Z] ---> Running in 7a0884c59a7b [2025-09-03T06:21:02.206Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-09-03T06:21:02.788Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-09-03T06:21:04.196Z] OK: 239 MiB in 58 packages [2025-09-03T06:21:04.782Z] Removing intermediate container 7a0884c59a7b [2025-09-03T06:21:04.782Z] ---> d5b289e46dbc [2025-09-03T06:21:04.782Z] Step 9/27 : WORKDIR /device-onvif-camera [2025-09-03T06:21:05.051Z] ---> Running in 37884049b5e7 [2025-09-03T06:21:05.318Z] Removing intermediate container 37884049b5e7 [2025-09-03T06:21:05.318Z] ---> 7bf17ac5ce1a [2025-09-03T06:21:05.318Z] Step 10/27 : COPY go.mod vendor* ./ [2025-09-03T06:21:05.902Z] ---> 6d2fafd8c62b [2025-09-03T06:21:05.902Z] Step 11/27 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-09-03T06:21:05.902Z] ---> Running in f081abd8dbc5 [2025-09-03T06:21:08.483Z] Removing intermediate container f081abd8dbc5 [2025-09-03T06:21:08.483Z] ---> 10b77215cfb0 [2025-09-03T06:21:08.483Z] Step 12/27 : COPY . . [2025-09-03T06:21:10.444Z] ---> 11d1042e8907 [2025-09-03T06:21:10.444Z] Step 13/27 : RUN ${MAKE} [2025-09-03T06:21:10.444Z] ---> Running in d968183c3ac1 [2025-09-03T06:21:11.407Z] CGO_ENABLED=0 go build -tags "" -ldflags "-s -w -X github.com/edgexfoundry/device-onvif-camera.Version=4.1.0-dev.8 -X github.com/edgexfoundry/device-sdk-go/v4/internal/common.SDKVersion=v4.1.0-dev.34 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/device-onvif-camera ./cmd [2025-09-03T06:24:48.198Z] Removing intermediate container d968183c3ac1 [2025-09-03T06:24:48.198Z] ---> dc31d9b12e54 [2025-09-03T06:24:48.198Z] Step 14/27 : FROM alpine:3.20 [2025-09-03T06:24:48.198Z] 3.20: Pulling from library/alpine [2025-09-03T06:24:48.198Z] 13e713f82565: Pulling fs layer [2025-09-03T06:24:48.198Z] 13e713f82565: Verifying Checksum [2025-09-03T06:24:48.198Z] 13e713f82565: Download complete [2025-09-03T06:24:48.198Z] 13e713f82565: Pull complete [2025-09-03T06:24:48.198Z] Digest: sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d [2025-09-03T06:24:48.198Z] Status: Downloaded newer image for alpine:3.20 [2025-09-03T06:24:48.198Z] ---> c88e9dceb6cb [2025-09-03T06:24:48.198Z] Step 15/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' [2025-09-03T06:24:48.198Z] ---> Running in fc788c0c81d3 [2025-09-03T06:24:48.198Z] Removing intermediate container fc788c0c81d3 [2025-09-03T06:24:48.198Z] ---> b9e16b774598 [2025-09-03T06:24:48.198Z] Step 16/27 : RUN apk add --update --no-cache dumb-init [2025-09-03T06:24:48.198Z] ---> Running in 764e7ff3c625 [2025-09-03T06:24:48.198Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-09-03T06:24:48.198Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-09-03T06:24:48.198Z] (1/1) Installing dumb-init (1.2.5-r3) [2025-09-03T06:24:48.199Z] Executing busybox-1.36.1-r29.trigger [2025-09-03T06:24:48.199Z] OK: 9 MiB in 15 packages [2025-09-03T06:24:48.199Z] Removing intermediate container 764e7ff3c625 [2025-09-03T06:24:48.199Z] ---> ff26625e73da [2025-09-03T06:24:48.199Z] Step 17/27 : RUN apk --no-cache upgrade [2025-09-03T06:24:48.199Z] ---> Running in e958c6b48874 [2025-09-03T06:24:48.199Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-09-03T06:24:48.199Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-09-03T06:24:48.199Z] (1/3) Upgrading busybox (1.36.1-r29 -> 1.36.1-r30) [2025-09-03T06:24:48.199Z] Executing busybox-1.36.1-r30.post-upgrade [2025-09-03T06:24:48.199Z] (2/3) Upgrading busybox-binsh (1.36.1-r29 -> 1.36.1-r30) [2025-09-03T06:24:48.199Z] (3/3) Upgrading ssl_client (1.36.1-r29 -> 1.36.1-r30) [2025-09-03T06:24:48.199Z] Executing busybox-1.36.1-r30.trigger [2025-09-03T06:24:48.199Z] OK: 9 MiB in 15 packages [2025-09-03T06:24:48.199Z] Removing intermediate container e958c6b48874 [2025-09-03T06:24:48.199Z] ---> 615de361c9e9 [2025-09-03T06:24:48.199Z] Step 18/27 : WORKDIR / [2025-09-03T06:24:48.199Z] ---> Running in d5f0d6493431 [2025-09-03T06:24:48.199Z] Removing intermediate container d5f0d6493431 [2025-09-03T06:24:48.199Z] ---> 4c2535ba0b73 [2025-09-03T06:24:48.199Z] Step 19/27 : COPY --from=builder /device-onvif-camera/cmd / [2025-09-03T06:24:48.199Z] ---> 7f4646da181b [2025-09-03T06:24:48.199Z] Step 20/27 : COPY --from=builder /device-onvif-camera/LICENSE / [2025-09-03T06:24:48.199Z] ---> a6aa12dd8d9d [2025-09-03T06:24:48.199Z] Step 21/27 : COPY --from=builder /device-onvif-camera/Attribution.txt / [2025-09-03T06:24:48.466Z] ---> 5554a2af8810 [2025-09-03T06:24:48.466Z] Step 22/27 : EXPOSE 59984 [2025-09-03T06:24:48.466Z] ---> Running in 4103059fa807 [2025-09-03T06:24:48.733Z] Removing intermediate container 4103059fa807 [2025-09-03T06:24:48.733Z] ---> 4f369497bc3d [2025-09-03T06:24:48.733Z] Step 23/27 : ENTRYPOINT ["/device-onvif-camera"] [2025-09-03T06:24:49.000Z] ---> Running in 628f756ba34c [2025-09-03T06:24:49.267Z] Removing intermediate container 628f756ba34c [2025-09-03T06:24:49.267Z] ---> 498a36aa2e08 [2025-09-03T06:24:49.267Z] Step 24/27 : CMD ["-cp=keeper.http://edgex-core-keeper:59890", "--registry"] [2025-09-03T06:24:49.267Z] ---> Running in a4fa2713d847 [2025-09-03T06:24:49.533Z] Removing intermediate container a4fa2713d847 [2025-09-03T06:24:49.533Z] ---> bf36635da3c7 [2025-09-03T06:24:49.533Z] Step 25/27 : LABEL arch=arm64 [2025-09-03T06:24:49.533Z] ---> Running in c032a5a83c8f [2025-09-03T06:24:49.799Z] Removing intermediate container c032a5a83c8f [2025-09-03T06:24:49.799Z] ---> eedf9d02b147 [2025-09-03T06:24:49.799Z] Step 26/27 : LABEL git_sha=03916b7a3ef32b822df56f67b017c6db8c929e05 [2025-09-03T06:24:49.799Z] ---> Running in a27818a9fdfc [2025-09-03T06:24:50.066Z] Removing intermediate container a27818a9fdfc [2025-09-03T06:24:50.066Z] ---> 6def2c6a09bd [2025-09-03T06:24:50.066Z] Step 27/27 : LABEL version=4.1.0-dev.8 [2025-09-03T06:24:50.332Z] ---> Running in f09799a9b909 [2025-09-03T06:24:50.598Z] Removing intermediate container f09799a9b909 [2025-09-03T06:24:50.598Z] ---> 131e2f5f8b55 [2025-09-03T06:24:50.598Z] [Warning] One or more build-args [ARCH] were not consumed [2025-09-03T06:24:50.598Z] Successfully built 131e2f5f8b55 [2025-09-03T06:24:50.598Z] 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-09-03T06:24:50.744Z] provisioning config files... [2025-09-03T06:24:50.755Z] copy managed file [device-onvif-camera-settings] to file:/w/workspace/device-onvif-camera/233@tmp/config5145481760669392534tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-09-03T06:24:51.084Z] ---> ****-login.sh [2025-09-03T06:24:51.084Z] nexus3.edgexfoundry.org:10001 [2025-09-03T06:24:51.084Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-09-03T06:24:51.348Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-09-03T06:24:51.348Z] Configure a credential helper to remove this warning. See [2025-09-03T06:24:51.348Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-09-03T06:24:51.348Z] [2025-09-03T06:24:51.348Z] Login Succeeded [2025-09-03T06:24:51.348Z] nexus3.edgexfoundry.org:10002 [2025-09-03T06:24:51.612Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-09-03T06:24:51.612Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-09-03T06:24:51.612Z] Configure a credential helper to remove this warning. See [2025-09-03T06:24:51.612Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-09-03T06:24:51.612Z] [2025-09-03T06:24:51.612Z] Login Succeeded [2025-09-03T06:24:51.612Z] nexus3.edgexfoundry.org:10003 [2025-09-03T06:24:51.876Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-09-03T06:24:52.142Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-09-03T06:24:52.142Z] Configure a credential helper to remove this warning. See [2025-09-03T06:24:52.142Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-09-03T06:24:52.142Z] [2025-09-03T06:24:52.142Z] Login Succeeded [2025-09-03T06:24:52.142Z] nexus3.edgexfoundry.org:10004 [2025-09-03T06:24:52.142Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-09-03T06:24:52.406Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-09-03T06:24:52.406Z] Configure a credential helper to remove this warning. See [2025-09-03T06:24:52.406Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-09-03T06:24:52.406Z] [2025-09-03T06:24:52.406Z] Login Succeeded [2025-09-03T06:24:52.406Z] ****.io [2025-09-03T06:24:52.670Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-09-03T06:24:52.935Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-09-03T06:24:52.935Z] Configure a credential helper to remove this warning. See [2025-09-03T06:24:52.935Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-09-03T06:24:52.935Z] [2025-09-03T06:24:52.935Z] Login Succeeded [2025-09-03T06:24:52.935Z] ---> ****-login.sh ends [Pipeline] } [2025-09-03T06:24:52.946Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-09-03T06:24:52.993Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-09-03T06:24:53.021Z] [edgeXDocker.push] Tagging docker image device-onvif-camera-arm64 with the following tags: [2025-09-03T06:24:53.021Z] 03916b7a3ef32b822df56f67b017c6db8c929e05 [2025-09-03T06:24:53.021Z] latest [2025-09-03T06:24:53.021Z] 4.1.0-dev.8 [2025-09-03T06:24:53.021Z] 03916b7a3ef32b822df56f67b017c6db8c929e05-4.1.0-dev.8 [2025-09-03T06:24:53.021Z] main [2025-09-03T06:24:53.021Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-03T06:24:53.396Z] + docker tag device-onvif-camera-arm64 nexus3.edgexfoundry.org:10004/device-onvif-camera-arm64:03916b7a3ef32b822df56f67b017c6db8c929e05 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-03T06:24:53.750Z] + docker push nexus3.edgexfoundry.org:10004/device-onvif-camera-arm64:03916b7a3ef32b822df56f67b017c6db8c929e05 [2025-09-03T06:24:53.750Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-onvif-camera-arm64] [2025-09-03T06:24:53.750Z] 4b34422c6a52: Preparing [2025-09-03T06:24:53.750Z] 3fe701a0886b: Preparing [2025-09-03T06:24:53.750Z] fd1f318ffe4a: Preparing [2025-09-03T06:24:53.750Z] d63e19d2b7b6: Preparing [2025-09-03T06:24:53.750Z] 346bd8013e82: Preparing [2025-09-03T06:24:53.750Z] 1e890da81ec9: Preparing [2025-09-03T06:24:53.750Z] 1e890da81ec9: Waiting [2025-09-03T06:24:54.016Z] 346bd8013e82: Pushed [2025-09-03T06:24:54.016Z] 4b34422c6a52: Pushed [2025-09-03T06:24:54.016Z] 3fe701a0886b: Pushed [2025-09-03T06:24:54.016Z] 1e890da81ec9: Layer already exists [2025-09-03T06:24:54.282Z] d63e19d2b7b6: Pushed [2025-09-03T06:25:02.462Z] fd1f318ffe4a: Pushed [2025-09-03T06:25:02.462Z] 03916b7a3ef32b822df56f67b017c6db8c929e05: digest: sha256:cbccff119b8b190725e31c79f7acfee46efd06947a48efaef1c28c79c43f0028 size: 1575 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-03T06:25:02.818Z] + 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-09-03T06:25:03.178Z] + docker push nexus3.edgexfoundry.org:10004/device-onvif-camera-arm64:latest [2025-09-03T06:25:03.178Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-onvif-camera-arm64] [2025-09-03T06:25:03.178Z] 4b34422c6a52: Preparing [2025-09-03T06:25:03.178Z] 3fe701a0886b: Preparing [2025-09-03T06:25:03.178Z] fd1f318ffe4a: Preparing [2025-09-03T06:25:03.178Z] d63e19d2b7b6: Preparing [2025-09-03T06:25:03.178Z] 346bd8013e82: Preparing [2025-09-03T06:25:03.178Z] 1e890da81ec9: Preparing [2025-09-03T06:25:03.178Z] 1e890da81ec9: Waiting [2025-09-03T06:25:03.178Z] 4b34422c6a52: Layer already exists [2025-09-03T06:25:03.178Z] d63e19d2b7b6: Layer already exists [2025-09-03T06:25:03.178Z] fd1f318ffe4a: Layer already exists [2025-09-03T06:25:03.178Z] 3fe701a0886b: Layer already exists [2025-09-03T06:25:03.178Z] 346bd8013e82: Layer already exists [2025-09-03T06:25:03.178Z] 1e890da81ec9: Layer already exists [2025-09-03T06:25:03.441Z] latest: digest: sha256:cbccff119b8b190725e31c79f7acfee46efd06947a48efaef1c28c79c43f0028 size: 1575 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-03T06:25:03.797Z] + docker tag device-onvif-camera-arm64 nexus3.edgexfoundry.org:10004/device-onvif-camera-arm64:4.1.0-dev.8 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-03T06:25:04.156Z] + docker push nexus3.edgexfoundry.org:10004/device-onvif-camera-arm64:4.1.0-dev.8 [2025-09-03T06:25:04.156Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-onvif-camera-arm64] [2025-09-03T06:25:04.156Z] 4b34422c6a52: Preparing [2025-09-03T06:25:04.156Z] 3fe701a0886b: Preparing [2025-09-03T06:25:04.156Z] fd1f318ffe4a: Preparing [2025-09-03T06:25:04.156Z] d63e19d2b7b6: Preparing [2025-09-03T06:25:04.156Z] 346bd8013e82: Preparing [2025-09-03T06:25:04.156Z] 1e890da81ec9: Preparing [2025-09-03T06:25:04.156Z] 1e890da81ec9: Waiting [2025-09-03T06:25:04.156Z] 3fe701a0886b: Layer already exists [2025-09-03T06:25:04.156Z] 346bd8013e82: Layer already exists [2025-09-03T06:25:04.156Z] 4b34422c6a52: Layer already exists [2025-09-03T06:25:04.156Z] fd1f318ffe4a: Layer already exists [2025-09-03T06:25:04.156Z] d63e19d2b7b6: Layer already exists [2025-09-03T06:25:04.156Z] 1e890da81ec9: Layer already exists [2025-09-03T06:25:04.427Z] 4.1.0-dev.8: digest: sha256:cbccff119b8b190725e31c79f7acfee46efd06947a48efaef1c28c79c43f0028 size: 1575 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-03T06:25:04.788Z] + docker tag device-onvif-camera-arm64 nexus3.edgexfoundry.org:10004/device-onvif-camera-arm64:03916b7a3ef32b822df56f67b017c6db8c929e05-4.1.0-dev.8 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-03T06:25:05.145Z] + docker push nexus3.edgexfoundry.org:10004/device-onvif-camera-arm64:03916b7a3ef32b822df56f67b017c6db8c929e05-4.1.0-dev.8 [2025-09-03T06:25:05.145Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-onvif-camera-arm64] [2025-09-03T06:25:05.145Z] 4b34422c6a52: Preparing [2025-09-03T06:25:05.145Z] 3fe701a0886b: Preparing [2025-09-03T06:25:05.145Z] fd1f318ffe4a: Preparing [2025-09-03T06:25:05.145Z] d63e19d2b7b6: Preparing [2025-09-03T06:25:05.145Z] 346bd8013e82: Preparing [2025-09-03T06:25:05.145Z] 1e890da81ec9: Preparing [2025-09-03T06:25:05.145Z] 1e890da81ec9: Waiting [2025-09-03T06:25:05.145Z] fd1f318ffe4a: Layer already exists [2025-09-03T06:25:05.145Z] 346bd8013e82: Layer already exists [2025-09-03T06:25:05.145Z] 4b34422c6a52: Layer already exists [2025-09-03T06:25:05.145Z] 3fe701a0886b: Layer already exists [2025-09-03T06:25:05.145Z] d63e19d2b7b6: Layer already exists [2025-09-03T06:25:05.145Z] 1e890da81ec9: Layer already exists [2025-09-03T06:25:05.408Z] 03916b7a3ef32b822df56f67b017c6db8c929e05-4.1.0-dev.8: digest: sha256:cbccff119b8b190725e31c79f7acfee46efd06947a48efaef1c28c79c43f0028 size: 1575 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-03T06:25:05.764Z] + 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-09-03T06:25:06.114Z] + docker push nexus3.edgexfoundry.org:10004/device-onvif-camera-arm64:main [2025-09-03T06:25:06.114Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-onvif-camera-arm64] [2025-09-03T06:25:06.114Z] 4b34422c6a52: Preparing [2025-09-03T06:25:06.114Z] 3fe701a0886b: Preparing [2025-09-03T06:25:06.114Z] fd1f318ffe4a: Preparing [2025-09-03T06:25:06.114Z] d63e19d2b7b6: Preparing [2025-09-03T06:25:06.114Z] 346bd8013e82: Preparing [2025-09-03T06:25:06.114Z] 1e890da81ec9: Preparing [2025-09-03T06:25:06.114Z] 1e890da81ec9: Waiting [2025-09-03T06:25:06.114Z] d63e19d2b7b6: Layer already exists [2025-09-03T06:25:06.114Z] 346bd8013e82: Layer already exists [2025-09-03T06:25:06.114Z] 4b34422c6a52: Layer already exists [2025-09-03T06:25:06.114Z] fd1f318ffe4a: Layer already exists [2025-09-03T06:25:06.114Z] 1e890da81ec9: Layer already exists [2025-09-03T06:25:07.513Z] 3fe701a0886b: Layer already exists [2025-09-03T06:25:07.513Z] main: digest: sha256:cbccff119b8b190725e31c79f7acfee46efd06947a48efaef1c28c79c43f0028 size: 1575 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-09-03T06:25:07.585Z] ===================================================== [Pipeline] echo [2025-09-03T06:25:07.601Z] taggedImages: [2025-09-03T06:25:07.601Z] - nexus3.edgexfoundry.org:10004/device-onvif-camera-arm64:03916b7a3ef32b822df56f67b017c6db8c929e05 [2025-09-03T06:25:07.601Z] - nexus3.edgexfoundry.org:10004/device-onvif-camera-arm64:latest [2025-09-03T06:25:07.601Z] - nexus3.edgexfoundry.org:10004/device-onvif-camera-arm64:4.1.0-dev.8 [2025-09-03T06:25:07.601Z] - nexus3.edgexfoundry.org:10004/device-onvif-camera-arm64:03916b7a3ef32b822df56f67b017c6db8c929e05-4.1.0-dev.8 [2025-09-03T06:25:07.601Z] - nexus3.edgexfoundry.org:10004/device-onvif-camera-arm64:main [Pipeline] echo [2025-09-03T06:25:07.612Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/device-onvif-camera-arm64:03916b7a3ef32b822df56f67b017c6db8c929e05 [Pipeline] echo [2025-09-03T06:25:07.621Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/device-onvif-camera-arm64:latest [Pipeline] echo [2025-09-03T06:25:07.636Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/device-onvif-camera-arm64:4.1.0-dev.8 [Pipeline] echo [2025-09-03T06:25:07.646Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/device-onvif-camera-arm64:03916b7a3ef32b822df56f67b017c6db8c929e05-4.1.0-dev.8 [Pipeline] echo [2025-09-03T06:25:07.662Z] 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-09-03T06:25:08.034Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2025-09-03T06:25:08.034Z] [2025-09-03T06:25:08.034Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-03T06:25:08.363Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2025-09-03T06:25:08.363Z] arm64: Pulling from edgex-lftools-log-publisher [2025-09-03T06:25:08.363Z] 8998bd30e6a1: Pulling fs layer [2025-09-03T06:25:08.363Z] 04944245beec: Pulling fs layer [2025-09-03T06:25:08.363Z] 699f458cf7ca: Pulling fs layer [2025-09-03T06:25:08.363Z] 765212b225bb: Pulling fs layer [2025-09-03T06:25:08.363Z] f23df028b6ca: Pulling fs layer [2025-09-03T06:25:08.363Z] d65c8cfc05b1: Pulling fs layer [2025-09-03T06:25:08.363Z] 2437ff75d9bd: Pulling fs layer [2025-09-03T06:25:08.363Z] f23df028b6ca: Waiting [2025-09-03T06:25:08.363Z] d65c8cfc05b1: Waiting [2025-09-03T06:25:08.363Z] 2437ff75d9bd: Waiting [2025-09-03T06:25:08.363Z] 765212b225bb: Waiting [2025-09-03T06:25:08.629Z] 04944245beec: Verifying Checksum [2025-09-03T06:25:08.629Z] 04944245beec: Download complete [2025-09-03T06:25:08.629Z] 765212b225bb: Verifying Checksum [2025-09-03T06:25:08.629Z] 765212b225bb: Download complete [2025-09-03T06:25:08.629Z] f23df028b6ca: Verifying Checksum [2025-09-03T06:25:08.629Z] f23df028b6ca: Download complete [2025-09-03T06:25:08.629Z] d65c8cfc05b1: Verifying Checksum [2025-09-03T06:25:08.629Z] d65c8cfc05b1: Download complete [2025-09-03T06:25:08.629Z] 699f458cf7ca: Verifying Checksum [2025-09-03T06:25:08.629Z] 699f458cf7ca: Download complete [2025-09-03T06:25:09.207Z] 8998bd30e6a1: Verifying Checksum [2025-09-03T06:25:09.207Z] 8998bd30e6a1: Download complete [2025-09-03T06:25:11.779Z] 2437ff75d9bd: Download complete [2025-09-03T06:25:13.713Z] 8998bd30e6a1: Pull complete [2025-09-03T06:25:14.304Z] 04944245beec: Pull complete [2025-09-03T06:25:15.715Z] 699f458cf7ca: Pull complete [2025-09-03T06:25:15.981Z] 765212b225bb: Pull complete [2025-09-03T06:25:16.942Z] f23df028b6ca: Pull complete [2025-09-03T06:25:16.942Z] d65c8cfc05b1: Pull complete [2025-09-03T06:25:35.145Z] 2437ff75d9bd: Pull complete [2025-09-03T06:25:35.145Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2025-09-03T06:25:35.145Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2025-09-03T06:25:35.145Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-09-03T06:25:35.355Z] prd-ubuntu20.04-docker-arm64-4c-16g-8218 does not seem to be running inside a container [2025-09-03T06:25:35.410Z] $ 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/233 -v /w/workspace/device-onvif-camera/233:/w/workspace/device-onvif-camera/233:rw,z -v /w/workspace/device-onvif-camera/233@tmp:/w/workspace/device-onvif-camera/233@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-09-03T06:25:38.032Z] $ docker top f18d0181eece6ba3f1e40383ecf724d27a39ef937736e8033c0cde98463cb644 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-09-03T06:25:38.936Z] ---> job-cost.sh [2025-09-03T06:25:38.936Z] lf-activate-venv: SKIPPING [2025-09-03T06:25:38.936Z] INFO: No Stack... [2025-09-03T06:25:39.515Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2025-09-03T06:25:40.468Z] INFO: Archiving Costs [Pipeline] sh [2025-09-03T06:25:41.098Z] + cat /w/workspace/device-onvif-camera/233/archives/cost.csv [2025-09-03T06:25:41.098Z] + cut -d, -f6 [Pipeline] lock [2025-09-03T06:25:41.155Z] Trying to acquire lock on [Resource: jenkins-edgexfoundry-device-onvif-camera-main-233-stack-cost] [2025-09-03T06:25:41.164Z] Resource [jenkins-edgexfoundry-device-onvif-camera-main-233-stack-cost] did not exist. Created. [2025-09-03T06:25:41.170Z] Lock acquired on [Resource: jenkins-edgexfoundry-device-onvif-camera-main-233-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2025-09-03T06:25:41.825Z] + echo total: 0.10999999940395355 [Pipeline] stash [2025-09-03T06:25:41.901Z] Stashed 1 file(s) [Pipeline] } [2025-09-03T06:25:41.912Z] Lock released on resource [Resource: jenkins-edgexfoundry-device-onvif-camera-main-233-stack-cost] [Pipeline] // lock [Pipeline] } [2025-09-03T06:25:41.942Z] $ docker stop --time=1 f18d0181eece6ba3f1e40383ecf724d27a39ef937736e8033c0cde98463cb644 [2025-09-03T06:25:43.438Z] $ docker rm -f --volumes f18d0181eece6ba3f1e40383ecf724d27a39ef937736e8033c0cde98463cb644 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2025-09-03T10:30:24.265Z] Cannot contact prd-centos7-****-4c-2g-8219: java.lang.InterruptedException [2025-09-03T12:09:36.800Z] Cancelling nested steps due to timeout [2025-09-03T12:09:36.806Z] Sending interrupt signal to process [2025-09-03T12:09:44.546Z] script returned exit code 143 [Pipeline] } [2025-09-03T12:09:44.551Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] error [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh [2025-09-03T12:09:45.067Z] + '[' -d /w/workspace/foundry_device-onvif-camera_main/archives ']' [Pipeline] libraryResource [Pipeline] sh [2025-09-03T12:09:45.379Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2025-09-03T12:09:45.933Z] ---> package-listing.sh [2025-09-03T12:09:45.933Z] ++ facter osfamily [2025-09-03T12:09:45.933Z] ++ tr '[:upper:]' '[:lower:]' [2025-09-03T12:09:46.201Z] + OS_FAMILY=redhat [2025-09-03T12:09:46.201Z] + workspace=/w/workspace/foundry_device-onvif-camera_main [2025-09-03T12:09:46.201Z] + START_PACKAGES=/tmp/packages_start.txt [2025-09-03T12:09:46.201Z] + END_PACKAGES=/tmp/packages_end.txt [2025-09-03T12:09:46.201Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2025-09-03T12:09:46.201Z] + PACKAGES=/tmp/packages_start.txt [2025-09-03T12:09:46.201Z] + '[' /w/workspace/foundry_device-onvif-camera_main ']' [2025-09-03T12:09:46.201Z] + PACKAGES=/tmp/packages_end.txt [2025-09-03T12:09:46.201Z] + case "${OS_FAMILY}" in [2025-09-03T12:09:46.201Z] + rpm -qa [2025-09-03T12:09:46.201Z] + sort [2025-09-03T12:09:46.770Z] + '[' -f /tmp/packages_start.txt ']' [2025-09-03T12:09:46.770Z] + '[' -f /tmp/packages_end.txt ']' [2025-09-03T12:09:46.770Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2025-09-03T12:09:46.770Z] + '[' /w/workspace/foundry_device-onvif-camera_main ']' [2025-09-03T12:09:46.770Z] + mkdir -p /w/workspace/foundry_device-onvif-camera_main/archives/ [2025-09-03T12:09:46.770Z] + 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-09-03T12:09:46.783Z] 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-09-03T12:09:47.073Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-03T12:09:47.640Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-09-03T12:09:47.640Z] [2025-09-03T12:09:47.640Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-03T12:09:47.961Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-09-03T12:09:47.961Z] latest: Pulling from edgex-lftools-log-publisher [2025-09-03T12:09:47.961Z] 5eb5b503b376: Pulling fs layer [2025-09-03T12:09:47.961Z] 5c69ac0246d0: Pulling fs layer [2025-09-03T12:09:47.961Z] ec43610c2a17: Pulling fs layer [2025-09-03T12:09:47.961Z] 3a2ae6a8a46f: Pulling fs layer [2025-09-03T12:09:47.961Z] 33b1e0a273af: Pulling fs layer [2025-09-03T12:09:47.961Z] 5d3b04190fa2: Pulling fs layer [2025-09-03T12:09:47.961Z] 2f39f015ded8: Pulling fs layer [2025-09-03T12:09:47.961Z] 3a2ae6a8a46f: Waiting [2025-09-03T12:09:47.961Z] 33b1e0a273af: Waiting [2025-09-03T12:09:47.961Z] 5d3b04190fa2: Waiting [2025-09-03T12:09:47.961Z] 2f39f015ded8: Waiting [2025-09-03T12:09:47.961Z] 5c69ac0246d0: Verifying Checksum [2025-09-03T12:09:47.961Z] 5c69ac0246d0: Download complete [2025-09-03T12:09:47.962Z] 3a2ae6a8a46f: Verifying Checksum [2025-09-03T12:09:47.962Z] 3a2ae6a8a46f: Download complete [2025-09-03T12:09:48.221Z] ec43610c2a17: Verifying Checksum [2025-09-03T12:09:48.221Z] ec43610c2a17: Download complete [2025-09-03T12:09:48.221Z] 5d3b04190fa2: Verifying Checksum [2025-09-03T12:09:48.221Z] 5d3b04190fa2: Download complete [2025-09-03T12:09:48.221Z] 33b1e0a273af: Verifying Checksum [2025-09-03T12:09:48.221Z] 33b1e0a273af: Download complete [2025-09-03T12:09:48.221Z] 5eb5b503b376: Verifying Checksum [2025-09-03T12:09:48.221Z] 5eb5b503b376: Download complete [2025-09-03T12:09:48.787Z] 2f39f015ded8: Verifying Checksum [2025-09-03T12:09:48.787Z] 2f39f015ded8: Download complete [2025-09-03T12:09:49.734Z] 5eb5b503b376: Pull complete [2025-09-03T12:09:49.734Z] 5c69ac0246d0: Pull complete [2025-09-03T12:09:50.000Z] ec43610c2a17: Pull complete [2025-09-03T12:09:50.286Z] 3a2ae6a8a46f: Pull complete [2025-09-03T12:09:50.286Z] 33b1e0a273af: Pull complete [2025-09-03T12:09:50.286Z] 5d3b04190fa2: Pull complete [2025-09-03T12:09:54.576Z] 2f39f015ded8: Pull complete [2025-09-03T12:09:54.576Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2025-09-03T12:09:54.576Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-09-03T12:09:54.576Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-09-03T12:09:54.677Z] prd-centos7-docker-4c-2g-8219 does not seem to be running inside a container [2025-09-03T12:09:54.711Z] $ 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-09-03T12:09:57.812Z] $ docker top c0c929e8cb21644fb6e188fa3826c8adf92a9fa2c05f907b3aa3cb04a9a18b39 -eo pid,comm [Pipeline] { [Pipeline] sh [2025-09-03T12:09:58.183Z] + touch /tmp/pre-build-complete [Pipeline] sh [2025-09-03T12:09:58.475Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2025-09-03T12:09:58.762Z] + ls /var/log/sa-host [2025-09-03T12:09:58.762Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-09-03T12:09:58.848Z] provisioning config files... [2025-09-03T12:09:58.861Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/foundry_device-onvif-camera_main@tmp/config15440951131790419447tmp [Pipeline] { [Pipeline] echo [2025-09-03T12:09:58.882Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2025-09-03T12:09:59.170Z] ---> create-netrc.sh [Pipeline] } [2025-09-03T12:09:59.178Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2025-09-03T12:09:59.517Z] ---> python-tools-install.sh [Pipeline] echo [2025-09-03T12:09:59.528Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2025-09-03T12:09:59.814Z] ---> sudo-logs.sh [2025-09-03T12:09:59.814Z] Archiving 'sudo' log.. [2025-09-03T12:09:59.814Z] sudo: unable to resolve host prd-centos7-docker-4c-2g-8219.novalocal: Name or service not known [2025-09-03T12:09:59.814Z] sudo: unable to resolve host prd-centos7-docker-4c-2g-8219.novalocal: Name or service not known [Pipeline] unstash [Pipeline] echo [2025-09-03T12:09:59.932Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2025-09-03T12:10:00.233Z] ---> job-cost.sh [2025-09-03T12:10:00.233Z] lf-activate-venv: SKIPPING [2025-09-03T12:10:00.233Z] DEBUG: total: 0.10999999940395355 [2025-09-03T12:10:00.233Z] INFO: Retrieving Stack Cost... [2025-09-03T12:10:00.492Z] INFO: Retrieving Pricing Info for: v3-standard-2 [2025-09-03T12:10:00.752Z] INFO: Archiving Costs [Pipeline] echo [2025-09-03T12:10:00.765Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2025-09-03T12:10:01.055Z] ---> logs-deploy.sh [2025-09-03T12:10:01.055Z] lf-activate-venv: SKIPPING [2025-09-03T12:10:01.055Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-onvif-camera/main/233 [2025-09-03T12:10:01.055Z] INFO: archiving workspace using pattern(s): [2025-09-03T12:10:02.003Z] Archives upload complete. [2025-09-03T12:10:02.003Z] INFO: archiving logs to Nexus [2025-09-03T12:10:02.939Z] ---> uname -a: [2025-09-03T12:10:02.940Z] Linux prd-centos7-docker-4c-2g-8219.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-09-03T12:10:02.940Z] [2025-09-03T12:10:02.940Z] [2025-09-03T12:10:02.940Z] ---> lscpu: [2025-09-03T12:10:02.940Z] Architecture: x86_64 [2025-09-03T12:10:02.940Z] CPU op-mode(s): 32-bit, 64-bit [2025-09-03T12:10:02.940Z] Byte Order: Little Endian [2025-09-03T12:10:02.940Z] Address sizes: 40 bits physical, 48 bits virtual [2025-09-03T12:10:02.940Z] CPU(s): 2 [2025-09-03T12:10:02.940Z] On-line CPU(s) list: 0,1 [2025-09-03T12:10:02.940Z] Thread(s) per core: 1 [2025-09-03T12:10:02.940Z] Core(s) per socket: 1 [2025-09-03T12:10:02.940Z] Socket(s): 2 [2025-09-03T12:10:02.940Z] NUMA node(s): 1 [2025-09-03T12:10:02.940Z] Vendor ID: AuthenticAMD [2025-09-03T12:10:02.940Z] CPU family: 23 [2025-09-03T12:10:02.940Z] Model: 49 [2025-09-03T12:10:02.940Z] Model name: AMD EPYC-Rome Processor [2025-09-03T12:10:02.940Z] Stepping: 0 [2025-09-03T12:10:02.940Z] CPU MHz: 2799.998 [2025-09-03T12:10:02.940Z] BogoMIPS: 5599.99 [2025-09-03T12:10:02.940Z] Virtualization: AMD-V [2025-09-03T12:10:02.940Z] Hypervisor vendor: KVM [2025-09-03T12:10:02.940Z] Virtualization type: full [2025-09-03T12:10:02.940Z] L1d cache: 64 KiB [2025-09-03T12:10:02.940Z] L1i cache: 64 KiB [2025-09-03T12:10:02.940Z] L2 cache: 1 MiB [2025-09-03T12:10:02.940Z] L3 cache: 32 MiB [2025-09-03T12:10:02.940Z] NUMA node0 CPU(s): 0,1 [2025-09-03T12:10:02.940Z] Vulnerability Itlb multihit: Not affected [2025-09-03T12:10:02.940Z] Vulnerability L1tf: Not affected [2025-09-03T12:10:02.940Z] Vulnerability Mds: Not affected [2025-09-03T12:10:02.940Z] Vulnerability Meltdown: Not affected [2025-09-03T12:10:02.940Z] Vulnerability Mmio stale data: Not affected [2025-09-03T12:10:02.940Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2025-09-03T12:10:02.940Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2025-09-03T12:10:02.940Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2025-09-03T12:10:02.940Z] Vulnerability Srbds: Not affected [2025-09-03T12:10:02.940Z] Vulnerability Tsx async abort: Not affected [2025-09-03T12:10:02.940Z] 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-09-03T12:10:02.940Z] [2025-09-03T12:10:02.940Z] [2025-09-03T12:10:02.940Z] ---> nproc: [2025-09-03T12:10:02.940Z] 2 [2025-09-03T12:10:02.940Z] [2025-09-03T12:10:02.940Z] [2025-09-03T12:10:02.940Z] ---> df -h: [2025-09-03T12:10:02.940Z] Filesystem Size Used Avail Use% Mounted on [2025-09-03T12:10:02.940Z] overlay 40G 6.8G 34G 17% / [2025-09-03T12:10:02.940Z] tmpfs 64M 0 64M 0% /dev [2025-09-03T12:10:02.940Z] tmpfs 3.9G 0 3.9G 0% /sys/fs/cgroup [2025-09-03T12:10:02.940Z] shm 64M 0 64M 0% /dev/shm [2025-09-03T12:10:02.940Z] /dev/vda1 40G 6.8G 34G 17% /facter-os [2025-09-03T12:10:02.940Z] [2025-09-03T12:10:02.940Z] [2025-09-03T12:10:02.940Z] Cannot open /var/log/sysstat/sa03: No such file or directory [2025-09-03T12:10:02.940Z] Please check if data collecting is enabled [2025-09-03T12:10:02.940Z] subprocess.CalledProcessError: Command '['sar', '-b', '-r', '-n', 'DEV']' returned non-zero exit status 2. [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-09-03T12:10:02.979Z] [edgeXInfraPublish] An error occurred while publishing logs: script returned exit code 1 [Pipeline] } [2025-09-03T12:10:02.981Z] $ docker stop --time=1 c0c929e8cb21644fb6e188fa3826c8adf92a9fa2c05f907b3aa3cb04a9a18b39 [2025-09-03T12:10:04.135Z] $ docker rm -f --volumes c0c929e8cb21644fb6e188fa3826c8adf92a9fa2c05f907b3aa3cb04a9a18b39 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] cleanWs [2025-09-03T12:10:04.240Z] [WS-CLEANUP] Deleting project workspace... [2025-09-03T12:10:04.240Z] [WS-CLEANUP] Deferred wipeout is used... [2025-09-03T12:10:04.257Z] [WS-CLEANUP] done [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-03T12:10:04.726Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-09-03T12:10:04.726Z] [2025-09-03T12:10:04.726Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-03T12:10:05.041Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-09-03T12:10:05.042Z] latest: Pulling from edgex-lftools-log-publisher [2025-09-03T12:10:05.042Z] 5eb5b503b376: Pulling fs layer [2025-09-03T12:10:05.042Z] 5c69ac0246d0: Pulling fs layer [2025-09-03T12:10:05.042Z] ec43610c2a17: Pulling fs layer [2025-09-03T12:10:05.042Z] 3a2ae6a8a46f: Pulling fs layer [2025-09-03T12:10:05.042Z] 33b1e0a273af: Pulling fs layer [2025-09-03T12:10:05.042Z] 5d3b04190fa2: Pulling fs layer [2025-09-03T12:10:05.042Z] 2f39f015ded8: Pulling fs layer [2025-09-03T12:10:05.042Z] 3a2ae6a8a46f: Waiting [2025-09-03T12:10:05.042Z] 33b1e0a273af: Waiting [2025-09-03T12:10:05.042Z] 2f39f015ded8: Waiting [2025-09-03T12:10:05.042Z] 5d3b04190fa2: Waiting [2025-09-03T12:10:05.042Z] 5c69ac0246d0: Verifying Checksum [2025-09-03T12:10:05.042Z] 5c69ac0246d0: Download complete [2025-09-03T12:10:05.042Z] 3a2ae6a8a46f: Verifying Checksum [2025-09-03T12:10:05.042Z] 3a2ae6a8a46f: Download complete [2025-09-03T12:10:05.042Z] 33b1e0a273af: Verifying Checksum [2025-09-03T12:10:05.042Z] 33b1e0a273af: Download complete [2025-09-03T12:10:05.042Z] ec43610c2a17: Verifying Checksum [2025-09-03T12:10:05.042Z] ec43610c2a17: Download complete [2025-09-03T12:10:05.042Z] 5d3b04190fa2: Verifying Checksum [2025-09-03T12:10:05.042Z] 5d3b04190fa2: Download complete [2025-09-03T12:10:05.301Z] 5eb5b503b376: Verifying Checksum [2025-09-03T12:10:05.301Z] 5eb5b503b376: Download complete [2025-09-03T12:10:05.867Z] 2f39f015ded8: Download complete [2025-09-03T12:10:07.243Z] 5eb5b503b376: Pull complete [2025-09-03T12:10:07.243Z] 5c69ac0246d0: Pull complete [2025-09-03T12:10:07.502Z] ec43610c2a17: Pull complete [2025-09-03T12:10:07.502Z] 3a2ae6a8a46f: Pull complete [2025-09-03T12:10:07.760Z] 33b1e0a273af: Pull complete [2025-09-03T12:10:07.760Z] 5d3b04190fa2: Pull complete [2025-09-03T12:10:13.028Z] 2f39f015ded8: Pull complete [2025-09-03T12:10:13.028Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2025-09-03T12:10:13.028Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-09-03T12:10:13.028Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-09-03T12:10:13.121Z] prd-ubuntu20.04-docker-8c-8g-8215 does not seem to be running inside a container [2025-09-03T12:10:13.148Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2025-09-03T12:10:14.647Z] $ docker top 313428bf726f99cb5202c720875c6b16b93db51961bf7fe83588df3f485e963f -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-09-03T12:10:14.994Z] ---> job-cost.sh [2025-09-03T12:10:14.994Z] lf-activate-venv: SKIPPING [2025-09-03T12:10:14.994Z] INFO: No Stack... [2025-09-03T12:10:15.253Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2025-09-03T12:10:15.517Z] INFO: Archiving Costs [Pipeline] sh [2025-09-03T12:10:15.810Z] + cat /w/workspace/foundry_device-onvif-camera_main/archives/cost.csv [2025-09-03T12:10:15.810Z] + cut -d, -f6 [Pipeline] lock [2025-09-03T12:10:15.827Z] Trying to acquire lock on [Resource: jenkins-edgexfoundry-device-onvif-camera-main-233-stack-cost] [2025-09-03T12:10:15.834Z] Resource [jenkins-edgexfoundry-device-onvif-camera-main-233-stack-cost] did not exist. Created. [2025-09-03T12:10:15.840Z] Lock acquired on [Resource: jenkins-edgexfoundry-device-onvif-camera-main-233-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2025-09-03T12:10:16.158Z] /w/workspace/foundry_device-onvif-camera_main@tmp/durable-3ca5eec5/script.sh.copy: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2025-09-03T12:10:16.450Z] + echo total: 1.5299999713897705 [Pipeline] stash [2025-09-03T12:10:16.462Z] Warning: overwriting stash ‘stack-cost’ [2025-09-03T12:10:16.474Z] Stashed 1 file(s) [Pipeline] } [2025-09-03T12:10:16.484Z] Lock released on resource [Resource: jenkins-edgexfoundry-device-onvif-camera-main-233-stack-cost] [Pipeline] // lock [Pipeline] } [2025-09-03T12:10:16.513Z] $ docker stop --time=1 313428bf726f99cb5202c720875c6b16b93db51961bf7fe83588df3f485e963f [2025-09-03T12:10:17.637Z] $ docker rm -f --volumes 313428bf726f99cb5202c720875c6b16b93db51961bf7fe83588df3f485e963f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2025-09-03T12:10:17.785Z] Failed in branch amd64 [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to earlier failure(s) [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-09-03T12:10:18.670Z] + [ -d /w/workspace/foundry_device-onvif-camera_main/archives ] [2025-09-03T12:10:18.670Z] + ls -al /w/workspace/foundry_device-onvif-camera_main/archives [2025-09-03T12:10:18.670Z] total 16 [2025-09-03T12:10:18.670Z] drwxr-xr-x 3 root root 4096 Sep 3 12:10 . [2025-09-03T12:10:18.670Z] drwxrwxr-x 10 jenkins jenkins 4096 Sep 3 12:10 .. [2025-09-03T12:10:18.670Z] drwxr-xr-x 2 root root 4096 Sep 3 12:10 cost [2025-09-03T12:10:18.670Z] -rw-r--r-- 1 root root 93 Sep 3 12:10 cost.csv [2025-09-03T12:10:18.670Z] + sudo chown -R jenkins:jenkins /w/workspace/foundry_device-onvif-camera_main/archives [2025-09-03T12:10:18.670Z] + ls -al /w/workspace/foundry_device-onvif-camera_main/archives [2025-09-03T12:10:18.670Z] total 16 [2025-09-03T12:10:18.670Z] drwxr-xr-x 3 jenkins jenkins 4096 Sep 3 12:10 . [2025-09-03T12:10:18.670Z] drwxrwxr-x 10 jenkins jenkins 4096 Sep 3 12:10 .. [2025-09-03T12:10:18.670Z] drwxr-xr-x 2 jenkins jenkins 4096 Sep 3 12:10 cost [2025-09-03T12:10:18.670Z] -rw-r--r-- 1 jenkins jenkins 93 Sep 3 12:10 cost.csv [Pipeline] libraryResource [Pipeline] sh [2025-09-03T12:10:18.963Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2025-09-03T12:10:19.825Z] ---> package-listing.sh [2025-09-03T12:10:19.825Z] ++ facter osfamily [2025-09-03T12:10:19.825Z] ++ tr '[:upper:]' '[:lower:]' [2025-09-03T12:10:20.084Z] + OS_FAMILY=debian [2025-09-03T12:10:20.084Z] + workspace=/w/workspace/foundry_device-onvif-camera_main [2025-09-03T12:10:20.084Z] + START_PACKAGES=/tmp/packages_start.txt [2025-09-03T12:10:20.084Z] + END_PACKAGES=/tmp/packages_end.txt [2025-09-03T12:10:20.084Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2025-09-03T12:10:20.084Z] + PACKAGES=/tmp/packages_start.txt [2025-09-03T12:10:20.084Z] + '[' /w/workspace/foundry_device-onvif-camera_main ']' [2025-09-03T12:10:20.084Z] + PACKAGES=/tmp/packages_end.txt [2025-09-03T12:10:20.084Z] + case "${OS_FAMILY}" in [2025-09-03T12:10:20.084Z] + dpkg -l [2025-09-03T12:10:20.084Z] + grep '^ii' [2025-09-03T12:10:20.084Z] + '[' -f /tmp/packages_start.txt ']' [2025-09-03T12:10:20.084Z] + '[' -f /tmp/packages_end.txt ']' [2025-09-03T12:10:20.084Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2025-09-03T12:10:20.084Z] + '[' /w/workspace/foundry_device-onvif-camera_main ']' [2025-09-03T12:10:20.084Z] + mkdir -p /w/workspace/foundry_device-onvif-camera_main/archives/ [2025-09-03T12:10:20.084Z] + 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-09-03T12:10:20.096Z] 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-09-03T12:10:20.378Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-09-03T12:10:20.952Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-09-03T12:10:20.952Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-09-03T12:10:21.024Z] prd-ubuntu20.04-docker-8c-8g-8215 does not seem to be running inside a container [2025-09-03T12:10:21.050Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2025-09-03T12:10:21.252Z] $ docker top 546fefa5b7562c954e4637f34fd9547a628378983fff0126eeb6771cf8ea8a45 -eo pid,comm [Pipeline] { [Pipeline] sh [2025-09-03T12:10:21.593Z] + touch /tmp/pre-build-complete [Pipeline] sh [2025-09-03T12:10:21.881Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2025-09-03T12:10:22.171Z] + ls /var/log/sa-host [2025-09-03T12:10:22.171Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-09-03T12:10:22.208Z] provisioning config files... [2025-09-03T12:10:22.217Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/foundry_device-onvif-camera_main@tmp/config17001406614024446324tmp [Pipeline] { [Pipeline] echo [2025-09-03T12:10:22.235Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2025-09-03T12:10:22.523Z] ---> create-netrc.sh [Pipeline] } [2025-09-03T12:10:22.529Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2025-09-03T12:10:22.848Z] ---> python-tools-install.sh [Pipeline] echo [2025-09-03T12:10:22.858Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2025-09-03T12:10:23.141Z] ---> sudo-logs.sh [2025-09-03T12:10:23.141Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2025-09-03T12:10:23.177Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2025-09-03T12:10:23.465Z] ---> job-cost.sh [2025-09-03T12:10:23.466Z] lf-activate-venv: SKIPPING [2025-09-03T12:10:23.466Z] DEBUG: total: 1.5299999713897705 [2025-09-03T12:10:23.466Z] INFO: Retrieving Stack Cost... [2025-09-03T12:10:23.466Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2025-09-03T12:10:23.725Z] INFO: Archiving Costs [Pipeline] echo [2025-09-03T12:10:23.737Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2025-09-03T12:10:24.018Z] ---> logs-deploy.sh [2025-09-03T12:10:24.018Z] lf-activate-venv: SKIPPING [2025-09-03T12:10:24.018Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-onvif-camera/main/233 [2025-09-03T12:10:24.018Z] INFO: archiving workspace using pattern(s): [2025-09-03T12:10:24.954Z] Archives upload complete. [2025-09-03T12:10:24.954Z] INFO: archiving logs to Nexus