Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 3a4f249d681b6d810324a06bf1fb1c23a0bd69ed Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh11829453041181832363.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 056ae7b86453181957306e7078512cbe12174832 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --resolve-git-dir /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f/.git # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f@tmp/jenkins-gitclient-ssh6499655072903340274.key > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 056ae7b86453181957306e7078512cbe12174832 The recommended git tool is: git using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/device-onvif-camera/branches/main/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/device-onvif-camera/branches/main/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh7729655942053473036.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 056ae7b86453181957306e7078512cbe12174832 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 056ae7b86453181957306e7078512cbe12174832 # timeout=10 Commit message: "Merge pull request #473 from cherrycl/fix-seccomp-profile-error" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh17873582670839294006.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 65355178549468b165f8106641c96c3190b1d843 The recommended git tool is: NONE using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/device-onvif-camera/branches/main/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/device-onvif-camera/branches/main/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh4992296722329055684.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-onvif-camera, publishSwaggerDocs:true, swaggerApiFolders:[doc/openapi/v3]] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-onvif-camera-settings PROJECT: device-onvif-camera USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.23 USE_ALPINE: true DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_IMAGE_NAME: device-onvif-camera DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: doc/openapi/v3 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘ubuntu20.04-docker-8c-8g’ Running on prd-ubuntu20.04-docker-8c-8g-7342 in /w/workspace/foundry_device-onvif-camera_main [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/device-onvif-camera.git > git init /w/workspace/foundry_device-onvif-camera_main # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-onvif-camera.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-onvif-camera.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-onvif-camera.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 3a4f249d681b6d810324a06bf1fb1c23a0bd69ed (main) Commit message: "build(deps): Bump github.com/edgexfoundry/device-sdk-go/v4 (#517)" > git config core.sparsecheckout # timeout=10 > git checkout -f 3a4f249d681b6d810324a06bf1fb1c23a0bd69ed # timeout=10 > git rev-list --no-walk 0f58aa6531e050899745c9de590c7d131e8b782e # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 01:32:30 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 01:32:30 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 01:32:30 ========================================================= 01:32:30 EdgeX Global Pipelines Version Info 01:32:30 ========================================================= [Pipeline] libraryResource [Pipeline] sh 01:32:31 ------------------- 01:32:31 stable info: 01:32:31 ------------------- 01:32:31 Commited By: Cherry Wang cherry@iotechsys.com 01:32:31 Commit SHA: 056ae7b86453181957306e7078512cbe12174832 01:32:31 Message: update stable to v1.0.276 01:32:31 ------------------- 01:32:31 experimental info: 01:32:31 ------------------- 01:32:31 Commited By: **** collab-it+edgex@linuxfoundation.org 01:32:31 Commit SHA: 056ae7b86453181957306e7078512cbe12174832 01:32:31 Message: update experimental to v1.0.276 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 01:32:31 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-onvif-camera-settings [Pipeline] echo 01:32:31 [edgeXSetupEnvironment]: set envvar PROJECT = device-onvif-camera [Pipeline] echo 01:32:31 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 01:32:31 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 01:32:31 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 01:32:31 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.23 [Pipeline] echo 01:32:31 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 01:32:31 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 01:32:31 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 01:32:31 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 01:32:31 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 01:32:31 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-onvif-camera [Pipeline] echo 01:32:31 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 01:32:31 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 01:32:31 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 01:32:31 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 01:32:31 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 01:32:31 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 01:32:32 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 01:32:32 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 01:32:32 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 01:32:32 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = doc/openapi/v3 [Pipeline] echo 01:32:32 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 01:32:32 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 01:32:32 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 01:32:32 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 01:32:32 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 01:32:32 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo 01:32:32 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo 01:32:32 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo 01:32:32 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 3a4f249d681b6d810324a06bf1fb1c23a0bd69ed [Pipeline] echo 01:32:32 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 3a4f249 [Pipeline] echo 01:32:32 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 01:32:32 provisioning config files... 01:32:32 copy managed file [device-onvif-camera-settings] to file:/w/workspace/foundry_device-onvif-camera_main@tmp/config374791795880368072tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 01:32:32 ---> ****-login.sh 01:32:32 nexus3.edgexfoundry.org:10001 01:32:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:32:33 01:32:33 WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. 01:32:33 Configure a credential helper to remove this warning. See 01:32:33 https://docs.****.com/go/credential-store/ 01:32:33 01:32:33 Login Succeeded 01:32:33 nexus3.edgexfoundry.org:10002 01:32:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:32:33 01:32:33 WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. 01:32:33 Configure a credential helper to remove this warning. See 01:32:33 https://docs.****.com/go/credential-store/ 01:32:33 01:32:33 Login Succeeded 01:32:33 nexus3.edgexfoundry.org:10003 01:32:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:32:33 01:32:33 WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. 01:32:33 Configure a credential helper to remove this warning. See 01:32:33 https://docs.****.com/go/credential-store/ 01:32:33 01:32:33 Login Succeeded 01:32:33 nexus3.edgexfoundry.org:10004 01:32:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:32:33 01:32:33 WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. 01:32:33 Configure a credential helper to remove this warning. See 01:32:33 https://docs.****.com/go/credential-store/ 01:32:33 01:32:33 Login Succeeded 01:32:33 ****.io 01:32:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:32:33 01:32:33 WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. 01:32:33 Configure a credential helper to remove this warning. See 01:32:33 https://docs.****.com/go/credential-store/ 01:32:33 01:32:33 Login Succeeded 01:32:33 ---> ****-login.sh ends [Pipeline] } 01:32:33 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 01:32:33 + git rev-list -1 --merges 3a4f249d681b6d810324a06bf1fb1c23a0bd69ed~1..3a4f249d681b6d810324a06bf1fb1c23a0bd69ed [Pipeline] echo 01:32:33 -----------> git rev-list -1 --merges 3a4f249d681b6d810324a06bf1fb1c23a0bd69ed~1..3a4f249d681b6d810324a06bf1fb1c23a0bd69ed 3a4f249d681b6d810324a06bf1fb1c23a0bd69ed [false] [Pipeline] sh 01:32:34 + git log --format=format:%s -1 3a4f249d681b6d810324a06bf1fb1c23a0bd69ed [Pipeline] echo 01:32:34 ========================================================= 01:32:34 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 01:32:34 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 01:32:34 + git log --format=format:%s -1 3a4f249d681b6d810324a06bf1fb1c23a0bd69ed [Pipeline] echo 01:32:34 [semverPrep] GIT_COMMIT: 3a4f249d681b6d810324a06bf1fb1c23a0bd69ed, Commit Message: build(deps): Bump github.com/edgexfoundry/device-sdk-go/v4 (#517) [Pipeline] echo 01:32:34 [semverPrep] This is not a build commit. [Pipeline] sh 01:32:34 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 01:32:34 + grep -v github /etc/ssh/ssh_known_hosts 01:32:34 + [ -e /tmp/ssh_known_hosts ] 01:32:34 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 01:32:34 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 01:32:34 + sudo tee -a /etc/ssh/ssh_known_hosts 01:32:34 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:32:35 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 01:32:35 01:32:35 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:32:35 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 01:32:35 0.1.4: Pulling from edgex-devops/py-git-semver 01:32:35 3dae71ba6b94: Pulling fs layer 01:32:35 6bf1a483ea7c: Pulling fs layer 01:32:35 f5dfc541a4d3: Pulling fs layer 01:32:35 461d9e800cba: Pulling fs layer 01:32:35 80192f66455f: Pulling fs layer 01:32:35 2e8e34ca0e6c: Pulling fs layer 01:32:35 a29436f7fd5d: Pulling fs layer 01:32:35 923cac83aea3: Pulling fs layer 01:32:35 25ad8b0a4227: Pulling fs layer 01:32:35 db01528c6b51: Pulling fs layer 01:32:35 28988de357af: Pulling fs layer 01:32:35 2e8e34ca0e6c: Waiting 01:32:35 a29436f7fd5d: Waiting 01:32:35 923cac83aea3: Waiting 01:32:35 25ad8b0a4227: Waiting 01:32:35 db01528c6b51: Waiting 01:32:35 28988de357af: Waiting 01:32:35 461d9e800cba: Waiting 01:32:35 80192f66455f: Waiting 01:32:35 6bf1a483ea7c: Verifying Checksum 01:32:35 6bf1a483ea7c: Download complete 01:32:35 461d9e800cba: Verifying Checksum 01:32:35 461d9e800cba: Download complete 01:32:35 80192f66455f: Verifying Checksum 01:32:35 80192f66455f: Download complete 01:32:35 f5dfc541a4d3: Verifying Checksum 01:32:35 f5dfc541a4d3: Download complete 01:32:35 3dae71ba6b94: Verifying Checksum 01:32:35 3dae71ba6b94: Download complete 01:32:35 923cac83aea3: Verifying Checksum 01:32:35 923cac83aea3: Download complete 01:32:35 25ad8b0a4227: Verifying Checksum 01:32:35 25ad8b0a4227: Download complete 01:32:35 db01528c6b51: Download complete 01:32:35 28988de357af: Verifying Checksum 01:32:36 a29436f7fd5d: Verifying Checksum 01:32:36 a29436f7fd5d: Download complete 01:32:36 2e8e34ca0e6c: Verifying Checksum 01:32:36 2e8e34ca0e6c: Download complete 01:32:37 3dae71ba6b94: Pull complete 01:32:37 6bf1a483ea7c: Pull complete 01:32:38 f5dfc541a4d3: Pull complete 01:32:38 461d9e800cba: Pull complete 01:32:38 80192f66455f: Pull complete 01:32:43 2e8e34ca0e6c: Pull complete 01:32:43 a29436f7fd5d: Pull complete 01:32:43 923cac83aea3: Pull complete 01:32:44 25ad8b0a4227: Pull complete 01:32:44 db01528c6b51: Pull complete 01:32:44 28988de357af: Pull complete 01:32:44 Digest: sha256:195353f5eb8266bfc5d09c70327cc406fe11db141ac9a5f04734cd23bce6a248 01:32:44 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 01:32:44 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 01:32:44 prd-ubuntu20.04-docker-8c-8g-7342 does not seem to be running inside a container 01:32:44 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/foundry_device-onvif-camera_main -v /w/workspace/foundry_device-onvif-camera_main:/w/workspace/foundry_device-onvif-camera_main:rw,z -v /w/workspace/foundry_device-onvif-camera_main@tmp:/w/workspace/foundry_device-onvif-camera_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 01:32:47 $ docker top 3389c25afedbfd50a4fc537f7e70d43530d686c6006ebe4795db20fecaaec965 -eo pid,comm 01:32:47 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). 01:32:47 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 01:32:47 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 01:32:47 [ssh-agent] Looking for ssh-agent implementation... 01:32:47 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 01:32:47 $ docker exec 3389c25afedbfd50a4fc537f7e70d43530d686c6006ebe4795db20fecaaec965 ssh-agent 01:32:47 SSH_AUTH_SOCK=/tmp/ssh-mpRtgvm9qw0K/agent.32 01:32:47 SSH_AGENT_PID=38 01:32:47 Running ssh-add (command line suppressed) 01:32:48 Identity added: /w/workspace/foundry_device-onvif-camera_main@tmp/private_key_3711451963738822443.key (/w/workspace/foundry_device-onvif-camera_main@tmp/private_key_3711451963738822443.key) 01:32:48 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 01:32:48 + git config --global --add safe.directory /w/workspace/foundry_device-onvif-camera_main [Pipeline] sh 01:32:48 + git tag --points-at HEAD [Pipeline] } 01:32:48 $ docker exec --env ******** --env ******** 3389c25afedbfd50a4fc537f7e70d43530d686c6006ebe4795db20fecaaec965 ssh-agent -k 01:32:48 unset SSH_AUTH_SOCK; 01:32:48 unset SSH_AGENT_PID; 01:32:48 echo Agent pid 38 killed; 01:32:48 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 01:32:48 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 01:32:48 [ssh-agent] Looking for ssh-agent implementation... 01:32:48 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 01:32:48 $ docker exec 3389c25afedbfd50a4fc537f7e70d43530d686c6006ebe4795db20fecaaec965 ssh-agent 01:32:48 SSH_AUTH_SOCK=/tmp/ssh-5WE1f865yTcp/agent.85 01:32:48 SSH_AGENT_PID=91 01:32:48 Running ssh-add (command line suppressed) 01:32:49 Identity added: /w/workspace/foundry_device-onvif-camera_main@tmp/private_key_240859104662406481.key (/w/workspace/foundry_device-onvif-camera_main@tmp/private_key_240859104662406481.key) 01:32:49 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 01:32:49 + git semver init 01:32:49 2025-08-21 01:32:49,602 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') 01:32:49 2025-08-21 01:32:49,606 [run_init] DEBUG init version:0.0.0 force:False 01:32:49 2025-08-21 01:32:49,607 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/foundry_device-onvif-camera_main/.semver 01:32:49 2025-08-21 01:32:49,607 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-onvif-camera.git /w/workspace/foundry_device-onvif-camera_main/.semver 01:32:49 2025-08-21 01:32:49,607 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/device-onvif-camera.git', '/w/workspace/foundry_device-onvif-camera_main/.semver'], cwd=/w/workspace/foundry_device-onvif-camera_main, stdin=None, shell=False, universal_newlines=False) 01:32:51 2025-08-21 01:32:51,089 [append_file] DEBUG append to file:/w/workspace/foundry_device-onvif-camera_main/.git/info/exclude 01:32:51 2025-08-21 01:32:51,090 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/foundry_device-onvif-camera_main/.semver/main with force:False 01:32:51 2025-08-21 01:32:51,090 [read_version] DEBUG read version from /w/workspace/foundry_device-onvif-camera_main/.semver/main 01:32:51 2025-08-21 01:32:51,090 [read_version] DEBUG read version from /w/workspace/foundry_device-onvif-camera_main/.semver/main 01:32:51 4.1.0-dev.5 [Pipeline] } 01:32:51 $ docker exec --env ******** --env ******** 3389c25afedbfd50a4fc537f7e70d43530d686c6006ebe4795db20fecaaec965 ssh-agent -k 01:32:51 unset SSH_AUTH_SOCK; 01:32:51 unset SSH_AGENT_PID; 01:32:51 echo Agent pid 91 killed; 01:32:51 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 01:32:52 + git semver [Pipeline] } 01:32:52 $ docker stop --time=1 3389c25afedbfd50a4fc537f7e70d43530d686c6006ebe4795db20fecaaec965 01:32:53 $ docker rm -f --volumes 3389c25afedbfd50a4fc537f7e70d43530d686c6006ebe4795db20fecaaec965 [Pipeline] // withDockerContainer [Pipeline] sh 01:32:53 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 01:32:54 Stashed 1 file(s) [Pipeline] echo 01:32:54 [edgeXSemver]: initialized semver on version 4.1.0-dev.5 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] withEnv [Pipeline] { [Pipeline] node [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 01:32:54 provisioning config files... 01:32:54 copy managed file [device-onvif-camera-settings] to file:/w/workspace/foundry_device-onvif-camera_main@tmp/config11267716777481729351tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 01:32:54 ---> ****-login.sh 01:32:54 nexus3.edgexfoundry.org:10001 01:32:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:32:54 Login Succeeded 01:32:54 nexus3.edgexfoundry.org:10002 01:32:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:32:54 Login Succeeded 01:32:54 nexus3.edgexfoundry.org:10003 01:32:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:32:54 Login Succeeded 01:32:54 nexus3.edgexfoundry.org:10004 01:32:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:32:54 Login Succeeded 01:32:54 ****.io 01:32:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:32:55 Login Succeeded 01:32:55 ---> ****-login.sh ends [Pipeline] } 01:32:55 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 01:32:55 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 01:32:55 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 01:32:55 ========================================================= 01:32:55 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine] 01:32:55 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:32:55 + 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 . 01:32:56 #0 building with "default" instance using docker driver 01:32:56 01:32:56 #1 [internal] load build definition from Dockerfile 01:32:56 #1 transferring dockerfile: 1.75kB done 01:32:56 #1 DONE 0.0s 01:32:56 01:32:56 #2 [internal] load metadata for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine 01:32:56 #2 DONE 0.1s 01:32:56 01:32:56 #3 [internal] load .dockerignore 01:32:56 #3 transferring context: 2B done 01:32:56 #3 DONE 0.0s 01:32:56 01:32:56 #4 [builder 1/7] FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine@sha256:b992faf2485ce295780ce8bcc3ec6c89c618966a0a233ad776f4c4289344e4b4 01:32:56 #4 resolve nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine@sha256:b992faf2485ce295780ce8bcc3ec6c89c618966a0a233ad776f4c4289344e4b4 0.0s done 01:32:56 #4 sha256:01d3d341091a517642a078ff0605422b0bc90a0685c27f13eebf23a14bd174bf 2.08kB / 2.08kB done 01:32:56 #4 sha256:d619b1717253d911bd917c5573ee8134ae218c2451e74083eb23940cdd319302 4.11kB / 4.11kB done 01:32:56 #4 sha256:0a9a5dfd008f05ebc27e4790db0709a29e527690c21bcbcd01481eaeb6bb49dc 3.63MB / 3.63MB 0.1s done 01:32:56 #4 sha256:36466aa92d05be39552cfcf5a51ca5dc6ccfd7da55adfeaec5689f02abf883df 294.40kB / 294.40kB 0.0s done 01:32:56 #4 sha256:096b7ceb2af7cf0b2f963a566800bb0fb4c52ac2b7c0b1b66412e82adff0faa1 126B / 126B 0.1s done 01:32:56 #4 sha256:b992faf2485ce295780ce8bcc3ec6c89c618966a0a233ad776f4c4289344e4b4 685B / 685B done 01:32:56 #4 sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 32B / 32B 0.1s 01:32:56 #4 sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d 4.19MB / 74.06MB 0.1s 01:32:56 #4 sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 32B / 32B 0.1s done 01:32:56 #4 sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d 15.73MB / 74.06MB 0.2s 01:32:56 #4 extracting sha256:0a9a5dfd008f05ebc27e4790db0709a29e527690c21bcbcd01481eaeb6bb49dc 01:32:56 #4 sha256:c451b95d79318bfd8953a1c9820732ea4e6327fc33c477d42b42d627f68681ad 440B / 440B 0.1s done 01:32:56 #4 sha256:9febf9df44015f7ef701ca8f314687499ee20e4ce98978b9d593178fd725ad4a 2.38MB / 2.38MB 0.2s done 01:32:56 #4 sha256:1477f019b03287281269462164bc2738c9ee590c6f69056650fa13f78f7838c5 3.15MB / 103.05MB 0.2s 01:32:56 #4 sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d 28.31MB / 74.06MB 0.3s 01:32:56 #4 extracting sha256:0a9a5dfd008f05ebc27e4790db0709a29e527690c21bcbcd01481eaeb6bb49dc 0.2s done 01:32:56 #4 sha256:1477f019b03287281269462164bc2738c9ee590c6f69056650fa13f78f7838c5 13.63MB / 103.05MB 0.3s 01:32:56 #4 sha256:c7dc25521971803488b68411916ffdc83cf3bd27a28b4147915497769959ad5b 3.15MB / 13.29MB 0.3s 01:32:56 #4 ... 01:32:56 01:32:56 #5 [internal] load build context 01:32:56 #5 transferring context: 46.90MB 0.4s done 01:32:56 #5 DONE 0.4s 01:32:56 01:32:56 #4 [builder 1/7] FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine@sha256:b992faf2485ce295780ce8bcc3ec6c89c618966a0a233ad776f4c4289344e4b4 01:32:56 #4 sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d 46.14MB / 74.06MB 0.4s 01:32:56 #4 sha256:1477f019b03287281269462164bc2738c9ee590c6f69056650fa13f78f7838c5 25.17MB / 103.05MB 0.4s 01:32:56 #4 sha256:c7dc25521971803488b68411916ffdc83cf3bd27a28b4147915497769959ad5b 9.44MB / 13.29MB 0.4s 01:32:56 #4 extracting sha256:36466aa92d05be39552cfcf5a51ca5dc6ccfd7da55adfeaec5689f02abf883df 01:32:56 #4 sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d 63.00MB / 74.06MB 0.5s 01:32:56 #4 sha256:1477f019b03287281269462164bc2738c9ee590c6f69056650fa13f78f7838c5 40.88MB / 103.05MB 0.5s 01:32:56 #4 sha256:c7dc25521971803488b68411916ffdc83cf3bd27a28b4147915497769959ad5b 13.29MB / 13.29MB 0.5s done 01:32:56 #4 extracting sha256:36466aa92d05be39552cfcf5a51ca5dc6ccfd7da55adfeaec5689f02abf883df 0.1s done 01:32:56 #4 sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d 74.06MB / 74.06MB 0.7s 01:32:56 #4 sha256:1477f019b03287281269462164bc2738c9ee590c6f69056650fa13f78f7838c5 85.98MB / 103.05MB 0.7s 01:32:57 #4 sha256:1477f019b03287281269462164bc2738c9ee590c6f69056650fa13f78f7838c5 103.05MB / 103.05MB 0.9s 01:32:57 #4 sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d 74.06MB / 74.06MB 1.1s done 01:32:57 #4 sha256:1477f019b03287281269462164bc2738c9ee590c6f69056650fa13f78f7838c5 103.05MB / 103.05MB 1.1s done 01:32:57 #4 extracting sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d 0.1s 01:33:02 #4 extracting sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d 4.6s done 01:33:02 #4 extracting sha256:096b7ceb2af7cf0b2f963a566800bb0fb4c52ac2b7c0b1b66412e82adff0faa1 01:33:02 #4 extracting sha256:096b7ceb2af7cf0b2f963a566800bb0fb4c52ac2b7c0b1b66412e82adff0faa1 done 01:33:02 #4 extracting sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 done 01:33:02 #4 extracting sha256:c451b95d79318bfd8953a1c9820732ea4e6327fc33c477d42b42d627f68681ad done 01:33:02 #4 extracting sha256:9febf9df44015f7ef701ca8f314687499ee20e4ce98978b9d593178fd725ad4a 01:33:02 #4 extracting sha256:9febf9df44015f7ef701ca8f314687499ee20e4ce98978b9d593178fd725ad4a 0.0s done 01:33:02 #4 extracting sha256:1477f019b03287281269462164bc2738c9ee590c6f69056650fa13f78f7838c5 0.1s 01:33:05 #4 extracting sha256:1477f019b03287281269462164bc2738c9ee590c6f69056650fa13f78f7838c5 2.7s done 01:33:05 #4 extracting sha256:c7dc25521971803488b68411916ffdc83cf3bd27a28b4147915497769959ad5b 0.1s 01:33:05 #4 extracting sha256:c7dc25521971803488b68411916ffdc83cf3bd27a28b4147915497769959ad5b 0.6s done 01:33:05 #4 DONE 9.7s 01:33:06 01:33:06 #6 [builder 2/7] RUN apk add --no-cache make git 01:33:06 #6 0.195 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:33:06 #6 0.356 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:33:06 #6 0.702 OK: 248 MiB in 58 packages 01:33:09 #6 DONE 3.3s 01:33:09 Still waiting to schedule task 01:33:09 Waiting for next available executor on ‘ubuntu20.04-docker-arm64-4c-16g’ 01:33:09 01:33:09 #7 [builder 3/7] WORKDIR /device-onvif-camera 01:33:09 #7 DONE 0.0s 01:33:09 01:33:09 #8 [builder 4/7] COPY go.mod vendor* ./ 01:33:09 #8 DONE 0.0s 01:33:09 01:33:09 #9 [builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:33:31 #9 DONE 19.8s 01:33:31 01:33:31 #10 [builder 6/7] COPY . . 01:33:31 #10 DONE 0.3s 01:33:31 01:33:31 #11 [builder 7/7] RUN echo noop 01:33:31 #11 0.203 noop 01:33:31 #11 DONE 0.2s 01:33:31 01:33:31 #12 exporting to image 01:33:31 #12 exporting layers 01:33:36 #12 exporting layers 7.0s done 01:33:36 #12 writing image sha256:44efd7a224cabb0fb7f8d27f4834703ce4b37edabc2edab5eaf6f46f2883a229 done 01:33:36 #12 naming to docker.io/library/ci-base-image-x86_64 done 01:33:36 #12 DONE 7.1s [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:33:36 + docker inspect -f . ci-base-image-x86_64 01:33:36 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 01:33:37 prd-ubuntu20.04-docker-8c-8g-7342 does not seem to be running inside a container 01:33:37 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/foundry_device-onvif-camera_main -v /w/workspace/foundry_device-onvif-camera_main:/w/workspace/foundry_device-onvif-camera_main:rw,z -v /w/workspace/foundry_device-onvif-camera_main@tmp:/w/workspace/foundry_device-onvif-camera_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 01:33:37 $ docker top ccf83589a10f284d397701404fba1d3daca365cbb94e79fb198ebc5e5599396a -eo pid,comm [Pipeline] { [Pipeline] sh 01:33:37 + go version 01:33:37 go version go1.23.9 linux/amd64 [Pipeline] } 01:33:37 $ docker stop --time=1 ccf83589a10f284d397701404fba1d3daca365cbb94e79fb198ebc5e5599396a 01:33:38 $ docker rm -f --volumes ccf83589a10f284d397701404fba1d3daca365cbb94e79fb198ebc5e5599396a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:33:39 + docker inspect -f . ci-base-image-x86_64 01:33:39 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 01:33:39 prd-ubuntu20.04-docker-8c-8g-7342 does not seem to be running inside a container 01:33:39 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/foundry_device-onvif-camera_main -v /w/workspace/foundry_device-onvif-camera_main:/w/workspace/foundry_device-onvif-camera_main:rw,z -v /w/workspace/foundry_device-onvif-camera_main@tmp:/w/workspace/foundry_device-onvif-camera_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 01:33:39 $ docker top 539663be8599347f39a155fc4a8e86c108753cff012b865b7763a10002c7e512 -eo pid,comm [Pipeline] { [Pipeline] sh 01:33:40 + git config --global --add safe.directory /w/workspace/foundry_device-onvif-camera_main [Pipeline] fileExists [Pipeline] sh 01:33:40 + make test 01:33:40 go test ./... -coverprofile=coverage.out ./... 01:33:41 ? github.com/edgexfoundry/device-onvif-camera [no test files] 01:33:59 github.com/edgexfoundry/device-onvif-camera/cmd coverage: 0.0% of statements 01:33:59 github.com/edgexfoundry/device-onvif-camera/internal/driver/mocks coverage: 0.0% of statements 01:34:00 ok github.com/edgexfoundry/device-onvif-camera/internal/driver 2.026s coverage: 31.4% of statements 01:34:00 ok github.com/edgexfoundry/device-onvif-camera/internal/netscan 2.216s coverage: 86.5% of statements 01:34:10 go vet ./... 01:34:16 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 01:34:16 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 01:34:16 ./bin/test-attribution-txt.sh 01:34:16 An attribution for go.opentelemetry.io/auto/sdk is missing from Attribution.txt, please add [Pipeline] echo 01:34:16 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] } 01:34:16 $ docker stop --time=1 539663be8599347f39a155fc4a8e86c108753cff012b865b7763a10002c7e512 01:34:19 $ docker rm -f --volumes 539663be8599347f39a155fc4a8e86c108753cff012b865b7763a10002c7e512 [Pipeline] // withDockerContainer [Pipeline] sh 01:34:20 + sudo chown -R jenkins:jenkins . [Pipeline] stash 01:34:20 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 01:34:21 + sudo chown -R jenkins:jenkins . [Pipeline] sh 01:34:21 + ls -al . 01:34:21 total 320 01:34:21 drwxrwxr-x 9 jenkins jenkins 4096 Aug 21 01:33 . 01:34:21 drwxrwxr-x 4 jenkins jenkins 4096 Aug 21 01:32 .. 01:34:21 drwxrwxr-x 8 jenkins jenkins 4096 Aug 21 01:34 .git 01:34:21 drwxrwxr-x 3 jenkins jenkins 4096 Aug 21 01:32 .github 01:34:21 -rw-rw-r-- 1 jenkins jenkins 493 Aug 21 01:32 .gitignore 01:34:21 -rw-rw-r-- 1 jenkins jenkins 199 Aug 21 01:32 .golangci.yml 01:34:21 drwxr-xr-x 3 jenkins jenkins 4096 Aug 21 01:32 .semver 01:34:21 -rw-rw-r-- 1 jenkins jenkins 20612 Aug 21 01:32 Attribution.txt 01:34:21 -rw-rw-r-- 1 jenkins jenkins 19022 Aug 21 01:32 CHANGELOG.md 01:34:21 -rw-rw-r-- 1 jenkins jenkins 1715 Aug 21 01:32 Dockerfile 01:34:21 -rw-rw-r-- 1 jenkins jenkins 677 Aug 21 01:32 GOVERNANCE.md 01:34:21 -rw-rw-r-- 1 jenkins jenkins 739 Aug 21 01:32 Jenkinsfile 01:34:21 -rw-rw-r-- 1 jenkins jenkins 11348 Aug 21 01:32 LICENSE 01:34:21 -rw-rw-r-- 1 jenkins jenkins 3465 Aug 21 01:32 Makefile 01:34:21 -rw-rw-r-- 1 jenkins jenkins 625 Aug 21 01:32 OWNERS.md 01:34:21 -rw-rw-r-- 1 jenkins jenkins 2620 Aug 21 01:32 README.md 01:34:21 -rw-rw-r-- 1 jenkins jenkins 11 Aug 21 01:32 VERSION 01:34:21 drwxrwxr-x 2 jenkins jenkins 4096 Aug 21 01:32 bin 01:34:21 drwxrwxr-x 3 jenkins jenkins 4096 Aug 21 01:32 cmd 01:34:21 -rw-r--r-- 1 jenkins jenkins 92466 Aug 21 01:34 coverage.out 01:34:21 drwxrwxr-x 4 jenkins jenkins 4096 Aug 21 01:32 doc 01:34:21 -rw-rw-r-- 1 jenkins jenkins 6521 Aug 21 01:32 go.mod 01:34:21 -rw-rw-r-- 1 jenkins jenkins 87684 Aug 21 01:32 go.sum 01:34:21 drwxrwxr-x 4 jenkins jenkins 4096 Aug 21 01:32 internal 01:34:21 -rw-rw-r-- 1 jenkins jenkins 236 Aug 21 01:32 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:34:21 + docker build -t device-onvif-camera -f Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg MAKE=make build --build-arg ARCH=amd64 --label git_sha=3a4f249d681b6d810324a06bf1fb1c23a0bd69ed --label arch=amd64 --label version=4.1.0-dev.5 . 01:34:21 #0 building with "default" instance using docker driver 01:34:21 01:34:21 #1 [internal] load build definition from Dockerfile 01:34:21 #1 transferring dockerfile: 1.75kB done 01:34:21 #1 DONE 0.0s 01:34:21 01:34:21 #2 [internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 01:34:21 #2 DONE 0.0s 01:34:21 01:34:21 #3 [internal] load metadata for docker.io/library/alpine:3.20 01:34:21 #3 DONE 0.1s 01:34:21 01:34:21 #4 [internal] load .dockerignore 01:34:21 #4 transferring context: 2B done 01:34:21 #4 DONE 0.0s 01:34:21 01:34:21 #5 [internal] load build context 01:34:21 #5 transferring context: 111.58kB 0.0s done 01:34:21 #5 DONE 0.0s 01:34:21 01:34:21 #6 [builder 1/7] FROM docker.io/library/ci-base-image-x86_64:latest 01:34:21 #6 DONE 0.1s 01:34:21 01:34:21 #7 [stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 01:34:21 #7 resolve docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 0.0s done 01:34:21 #7 sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 9.22kB / 9.22kB done 01:34:21 #7 sha256:f25ebd2af60b9de8e26e5100fe6f493beb81bff010f27e84f223ad19886a78f0 1.02kB / 1.02kB done 01:34:21 #7 sha256:411bc66a7adb849165d4e733707efe59d6b5edf8b4d96506cb6a1e31ba270199 581B / 581B done 01:34:21 #7 sha256:01d036902a3ca86e8793073c8094cba44d83a38953a489ac0641f3de017fe2d2 3.62MB / 3.62MB 0.1s 01:34:22 #7 sha256:01d036902a3ca86e8793073c8094cba44d83a38953a489ac0641f3de017fe2d2 3.62MB / 3.62MB 0.1s done 01:34:22 #7 extracting sha256:01d036902a3ca86e8793073c8094cba44d83a38953a489ac0641f3de017fe2d2 0.1s done 01:34:22 #7 DONE 0.3s 01:34:22 01:34:22 #8 [stage-1 2/7] RUN apk add --update --no-cache dumb-init 01:34:22 #8 0.197 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:34:22 #8 0.310 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:34:22 #8 ... 01:34:22 01:34:22 #9 [builder 2/7] RUN apk add --no-cache make git 01:34:22 #9 0.230 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:34:22 #9 0.400 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:34:22 #9 0.748 OK: 248 MiB in 58 packages 01:34:22 #9 DONE 0.9s 01:34:22 01:34:22 #8 [stage-1 2/7] RUN apk add --update --no-cache dumb-init 01:34:22 #8 0.575 (1/1) Installing dumb-init (1.2.5-r3) 01:34:22 #8 0.591 Executing busybox-1.36.1-r29.trigger 01:34:22 #8 0.597 OK: 8 MiB in 15 packages 01:34:22 #8 DONE 0.7s 01:34:22 01:34:22 #10 [builder 3/7] WORKDIR /device-onvif-camera 01:34:22 #10 DONE 0.0s 01:34:22 01:34:22 #11 [builder 4/7] COPY go.mod vendor* ./ 01:34:22 #11 DONE 0.0s 01:34:22 01:34:22 #12 [stage-1 3/7] RUN apk --no-cache upgrade 01:34:23 #12 0.325 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 01:34:23 #12 0.402 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 01:34:23 #12 ... 01:34:23 01:34:23 #13 [builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:34:23 #13 DONE 0.6s 01:34:23 01:34:23 #14 [builder 6/7] COPY . . 01:34:23 #14 DONE 0.4s 01:34:23 01:34:23 #12 [stage-1 3/7] RUN apk --no-cache upgrade 01:34:23 #12 0.801 (1/3) Upgrading busybox (1.36.1-r29 -> 1.36.1-r30) 01:34:23 #12 0.815 Executing busybox-1.36.1-r30.post-upgrade 01:34:23 #12 0.999 (2/3) Upgrading busybox-binsh (1.36.1-r29 -> 1.36.1-r30) 01:34:23 #12 1.005 (3/3) Upgrading ssl_client (1.36.1-r29 -> 1.36.1-r30) 01:34:23 #12 1.012 Executing busybox-1.36.1-r30.trigger 01:34:23 #12 1.020 OK: 8 MiB in 15 packages 01:34:23 #12 DONE 1.1s 01:34:23 01:34:23 #15 [builder 7/7] RUN make build 01:34:24 #15 0.276 CGO_ENABLED=0 go build -tags "" -ldflags "-s -w -X github.com/edgexfoundry/device-onvif-camera.Version=4.1.0-dev.5 -X github.com/edgexfoundry/device-sdk-go/v4/internal/common.SDKVersion=v4.1.0-dev.31 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/device-onvif-camera ./cmd 01:34:54 #15 DONE 25.8s 01:34:54 01:34:54 #16 [stage-1 4/7] COPY --from=builder /device-onvif-camera/cmd / 01:34:54 #16 DONE 0.3s 01:34:54 01:34:54 #17 [stage-1 5/7] COPY --from=builder /device-onvif-camera/LICENSE / 01:34:54 #17 DONE 0.0s 01:34:54 01:34:54 #18 [stage-1 6/7] COPY --from=builder /device-onvif-camera/Attribution.txt / 01:34:54 #18 DONE 0.0s 01:34:54 01:34:54 #19 exporting to image 01:34:54 #19 exporting layers 0.1s done 01:34:54 #19 writing image sha256:f49044709b4b5041eb920ca8f8ed316bdce5eeadc5be1004cdc93bf8cfd6b70b done 01:34:54 #19 naming to docker.io/library/device-onvif-camera done 01:34:54 #19 DONE 0.2s [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 01:34:54 provisioning config files... 01:34:54 copy managed file [device-onvif-camera-settings] to file:/w/workspace/foundry_device-onvif-camera_main@tmp/config614476483648174604tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 01:34:54 ---> ****-login.sh 01:34:54 nexus3.edgexfoundry.org:10001 01:34:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:34:54 Login Succeeded 01:34:54 nexus3.edgexfoundry.org:10002 01:34:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:34:54 Login Succeeded 01:34:54 nexus3.edgexfoundry.org:10003 01:34:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:34:54 Login Succeeded 01:34:54 nexus3.edgexfoundry.org:10004 01:34:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:34:54 Login Succeeded 01:34:54 ****.io 01:34:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:34:55 Login Succeeded 01:34:55 ---> ****-login.sh ends [Pipeline] } 01:34:55 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:34:55 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 01:34:55 [edgeXDocker.push] Tagging docker image device-onvif-camera with the following tags: 01:34:55 3a4f249d681b6d810324a06bf1fb1c23a0bd69ed 01:34:55 latest 01:34:55 4.1.0-dev.5 01:34:55 3a4f249d681b6d810324a06bf1fb1c23a0bd69ed-4.1.0-dev.5 01:34:55 main 01:34:55 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:34:55 + docker tag device-onvif-camera nexus3.edgexfoundry.org:10004/device-onvif-camera:3a4f249d681b6d810324a06bf1fb1c23a0bd69ed [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:34:55 + docker push nexus3.edgexfoundry.org:10004/device-onvif-camera:3a4f249d681b6d810324a06bf1fb1c23a0bd69ed 01:34:55 The push refers to repository [nexus3.edgexfoundry.org:10004/device-onvif-camera] 01:34:55 d5daa546372f: Preparing 01:34:55 3648f2eb5806: Preparing 01:34:55 bd3fdc2f9508: Preparing 01:34:55 f5198b97b78a: Preparing 01:34:55 3d0c0a58e971: Preparing 01:34:55 097100c76c15: Preparing 01:34:55 097100c76c15: Waiting 01:34:55 3d0c0a58e971: Pushed 01:34:55 d5daa546372f: Pushed 01:34:55 3648f2eb5806: Pushed 01:34:55 097100c76c15: Layer already exists 01:34:55 f5198b97b78a: Pushed 01:35:00 bd3fdc2f9508: Pushed 01:35:00 3a4f249d681b6d810324a06bf1fb1c23a0bd69ed: digest: sha256:c2772b47e5c47b18293737647f560501c26827b457b0670c5d6fc49228b6769d size: 1575 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:35:01 + docker tag device-onvif-camera nexus3.edgexfoundry.org:10004/device-onvif-camera:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:35:01 + docker push nexus3.edgexfoundry.org:10004/device-onvif-camera:latest 01:35:01 The push refers to repository [nexus3.edgexfoundry.org:10004/device-onvif-camera] 01:35:01 d5daa546372f: Preparing 01:35:01 3648f2eb5806: Preparing 01:35:01 bd3fdc2f9508: Preparing 01:35:01 f5198b97b78a: Preparing 01:35:01 3d0c0a58e971: Preparing 01:35:01 097100c76c15: Preparing 01:35:01 097100c76c15: Waiting 01:35:01 d5daa546372f: Layer already exists 01:35:01 3648f2eb5806: Layer already exists 01:35:01 f5198b97b78a: Layer already exists 01:35:01 bd3fdc2f9508: Layer already exists 01:35:01 3d0c0a58e971: Layer already exists 01:35:01 097100c76c15: Layer already exists 01:35:01 latest: digest: sha256:c2772b47e5c47b18293737647f560501c26827b457b0670c5d6fc49228b6769d size: 1575 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:35:01 + docker tag device-onvif-camera nexus3.edgexfoundry.org:10004/device-onvif-camera:4.1.0-dev.5 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:35:02 + docker push nexus3.edgexfoundry.org:10004/device-onvif-camera:4.1.0-dev.5 01:35:02 The push refers to repository [nexus3.edgexfoundry.org:10004/device-onvif-camera] 01:35:02 d5daa546372f: Preparing 01:35:02 3648f2eb5806: Preparing 01:35:02 bd3fdc2f9508: Preparing 01:35:02 f5198b97b78a: Preparing 01:35:02 3d0c0a58e971: Preparing 01:35:02 097100c76c15: Preparing 01:35:02 097100c76c15: Waiting 01:35:02 3648f2eb5806: Layer already exists 01:35:02 f5198b97b78a: Layer already exists 01:35:02 bd3fdc2f9508: Layer already exists 01:35:02 d5daa546372f: Layer already exists 01:35:02 3d0c0a58e971: Layer already exists 01:35:02 097100c76c15: Layer already exists 01:35:02 4.1.0-dev.5: digest: sha256:c2772b47e5c47b18293737647f560501c26827b457b0670c5d6fc49228b6769d size: 1575 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:35:02 + docker tag device-onvif-camera nexus3.edgexfoundry.org:10004/device-onvif-camera:3a4f249d681b6d810324a06bf1fb1c23a0bd69ed-4.1.0-dev.5 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:35:02 + docker push nexus3.edgexfoundry.org:10004/device-onvif-camera:3a4f249d681b6d810324a06bf1fb1c23a0bd69ed-4.1.0-dev.5 01:35:02 The push refers to repository [nexus3.edgexfoundry.org:10004/device-onvif-camera] 01:35:02 d5daa546372f: Preparing 01:35:02 3648f2eb5806: Preparing 01:35:02 bd3fdc2f9508: Preparing 01:35:02 f5198b97b78a: Preparing 01:35:02 3d0c0a58e971: Preparing 01:35:02 097100c76c15: Preparing 01:35:02 097100c76c15: Waiting 01:35:02 3d0c0a58e971: Layer already exists 01:35:02 f5198b97b78a: Layer already exists 01:35:02 d5daa546372f: Layer already exists 01:35:02 3648f2eb5806: Layer already exists 01:35:02 bd3fdc2f9508: Layer already exists 01:35:02 097100c76c15: Layer already exists 01:35:02 3a4f249d681b6d810324a06bf1fb1c23a0bd69ed-4.1.0-dev.5: digest: sha256:c2772b47e5c47b18293737647f560501c26827b457b0670c5d6fc49228b6769d size: 1575 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:35:03 + docker tag device-onvif-camera nexus3.edgexfoundry.org:10004/device-onvif-camera:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:35:03 + docker push nexus3.edgexfoundry.org:10004/device-onvif-camera:main 01:35:03 The push refers to repository [nexus3.edgexfoundry.org:10004/device-onvif-camera] 01:35:03 d5daa546372f: Preparing 01:35:03 3648f2eb5806: Preparing 01:35:03 bd3fdc2f9508: Preparing 01:35:03 f5198b97b78a: Preparing 01:35:03 3d0c0a58e971: Preparing 01:35:03 097100c76c15: Preparing 01:35:03 097100c76c15: Waiting 01:35:03 3d0c0a58e971: Layer already exists 01:35:03 f5198b97b78a: Layer already exists 01:35:03 3648f2eb5806: Layer already exists 01:35:03 bd3fdc2f9508: Layer already exists 01:35:03 d5daa546372f: Layer already exists 01:35:03 097100c76c15: Layer already exists 01:35:03 main: digest: sha256:c2772b47e5c47b18293737647f560501c26827b457b0670c5d6fc49228b6769d size: 1575 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:35:03 ===================================================== [Pipeline] echo 01:35:03 taggedImages: 01:35:03 - nexus3.edgexfoundry.org:10004/device-onvif-camera:3a4f249d681b6d810324a06bf1fb1c23a0bd69ed 01:35:03 - nexus3.edgexfoundry.org:10004/device-onvif-camera:latest 01:35:03 - nexus3.edgexfoundry.org:10004/device-onvif-camera:4.1.0-dev.5 01:35:03 - nexus3.edgexfoundry.org:10004/device-onvif-camera:3a4f249d681b6d810324a06bf1fb1c23a0bd69ed-4.1.0-dev.5 01:35:03 - nexus3.edgexfoundry.org:10004/device-onvif-camera:main [Pipeline] echo 01:35:03 ========================================================= 01:35:03 [edgeXBuildMultiArch] RAW Config: 01:35:03 images: 01:35:03 - nexus3.edgexfoundry.org:10004/device-onvif-camera:3a4f249d681b6d810324a06bf1fb1c23a0bd69ed 01:35:03 - nexus3.edgexfoundry.org:10004/device-onvif-camera:latest 01:35:03 - nexus3.edgexfoundry.org:10004/device-onvif-camera:4.1.0-dev.5 01:35:03 - nexus3.edgexfoundry.org:10004/device-onvif-camera:3a4f249d681b6d810324a06bf1fb1c23a0bd69ed-4.1.0-dev.5 01:35:03 - nexus3.edgexfoundry.org:10004/device-onvif-camera:main 01:35:03 settingsFile: 01:35:03 device-onvif-camera-settings 01:35:03 ========================================================= [Pipeline] node 01:35:03 Running on prd-centos7-docker-4c-2g-7339 in /w/workspace/foundry_device-onvif-camera_main [Pipeline] { [Pipeline] stage [Pipeline] { (Create Multi-Arch Images) [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 01:35:03 provisioning config files... 01:35:03 copy managed file [device-onvif-camera-settings] to file:/w/workspace/foundry_device-onvif-camera_main@tmp/config15852099042980972730tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 01:35:04 ---> ****-login.sh 01:35:04 nexus3.edgexfoundry.org:10001 01:35:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:35:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 01:35:04 Configure a credential helper to remove this warning. See 01:35:04 https://docs.****.com/engine/reference/commandline/login/#credentials-store 01:35:04 01:35:04 Login Succeeded 01:35:04 nexus3.edgexfoundry.org:10002 01:35:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:35:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 01:35:05 Configure a credential helper to remove this warning. See 01:35:05 https://docs.****.com/engine/reference/commandline/login/#credentials-store 01:35:05 01:35:05 Login Succeeded 01:35:05 nexus3.edgexfoundry.org:10003 01:35:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:35:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 01:35:05 Configure a credential helper to remove this warning. See 01:35:05 https://docs.****.com/engine/reference/commandline/login/#credentials-store 01:35:05 01:35:05 Login Succeeded 01:35:05 nexus3.edgexfoundry.org:10004 01:35:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:35:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 01:35:05 Configure a credential helper to remove this warning. See 01:35:05 https://docs.****.com/engine/reference/commandline/login/#credentials-store 01:35:05 01:35:05 Login Succeeded 01:35:05 ****.io 01:35:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:35:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 01:35:05 Configure a credential helper to remove this warning. See 01:35:05 https://docs.****.com/engine/reference/commandline/login/#credentials-store 01:35:05 01:35:05 Login Succeeded 01:35:05 ---> ****-login.sh ends [Pipeline] } 01:35:05 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 01:35:05 + docker buildx ls 01:35:05 NAME/NODE DRIVER/ENDPOINT STATUS BUILDKIT PLATFORMS 01:35:05 default * docker 01:35:05 default default running 20.10.18 linux/amd64, linux/386 [Pipeline] sh 01:35:06 + docker buildx create --name edgex-builder --platform linux/amd64,linux/arm64 --use 01:35:06 edgex-builder [Pipeline] sh 01:35:06 + docker buildx inspect --bootstrap 01:35:06 #1 [internal] booting buildkit 01:35:06 #1 pulling image moby/buildkit:buildx-stable-1 01:35:11 #1 pulling image moby/buildkit:buildx-stable-1 4.9s done 01:35:11 #1 creating container buildx_buildkit_edgex-builder0 01:35:12 #1 creating container buildx_buildkit_edgex-builder0 1.3s done 01:35:12 #1 DONE 6.2s 01:35:12 Name: edgex-builder 01:35:12 Driver: docker-container 01:35:12 01:35:12 Nodes: 01:35:12 Name: edgex-builder0 01:35:12 Endpoint: unix:///var/run/docker.sock 01:35:12 Status: running 01:35:12 Buildkit: v0.23.2 01:35:12 Platforms: linux/amd64*, linux/arm64*, linux/amd64/v2, linux/amd64/v3, linux/386 [Pipeline] sh 01:35:12 + docker buildx ls 01:35:12 NAME/NODE DRIVER/ENDPOINT STATUS BUILDKIT PLATFORMS 01:35:12 edgex-builder * docker-container 01:35:12 edgex-builder0 unix:///var/run/docker.sock running v0.23.2 linux/amd64*, linux/arm64*, linux/amd64/v2, linux/amd64/v3, linux/386 01:35:12 default docker 01:35:12 default default running 20.10.18 linux/amd64, linux/386 [Pipeline] sh 01:35:13 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/device-onvif-camera:3a4f249d681b6d810324a06bf1fb1c23a0bd69ed --push - 01:35:13 + echo -e 'FROM nexus3.edgexfoundry.org:10004/device-onvif-camera:3a4f249d681b6d810324a06bf1fb1c23a0bd69ed' 01:35:13 #1 [internal] load build definition from Dockerfile 01:35:13 #1 transferring dockerfile: 204B done 01:35:13 #1 DONE 0.0s 01:35:13 01:35:13 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-onvif-camera:3a4f249d681b6d810324a06bf1fb1c23a0bd69ed 01:35:13 #2 DONE 0.1s 01:35:13 01:35:13 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-onvif-camera:3a4f249d681b6d810324a06bf1fb1c23a0bd69ed 01:35:13 #3 DONE 0.1s 01:35:13 01:35:13 #4 [internal] load .dockerignore 01:35:13 #4 transferring context: 2B done 01:35:13 #4 DONE 0.0s 01:35:13 01:35:13 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/device-onvif-camera:3a4f249d681b6d810324a06bf1fb1c23a0bd69ed@sha256:c2772b47e5c47b18293737647f560501c26827b457b0670c5d6fc49228b6769d 01:35:13 #5 resolve nexus3.edgexfoundry.org:10004/device-onvif-camera:3a4f249d681b6d810324a06bf1fb1c23a0bd69ed@sha256:c2772b47e5c47b18293737647f560501c26827b457b0670c5d6fc49228b6769d 0.0s done 01:35:13 #5 DONE 0.0s 01:35:13 01:35:13 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/device-onvif-camera:3a4f249d681b6d810324a06bf1fb1c23a0bd69ed@sha256:c2772b47e5c47b18293737647f560501c26827b457b0670c5d6fc49228b6769d 01:35:13 #6 resolve nexus3.edgexfoundry.org:10004/device-onvif-camera:3a4f249d681b6d810324a06bf1fb1c23a0bd69ed@sha256:c2772b47e5c47b18293737647f560501c26827b457b0670c5d6fc49228b6769d 0.0s done 01:35:13 #6 DONE 0.1s 01:35:13 01:35:13 #7 exporting to image 01:35:13 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:35:13 #7 ... 01:35:13 01:35:13 #8 [auth] device-onvif-camera:pull,push token for nexus3.edgexfoundry.org:10004 01:35:13 #8 DONE 0.0s 01:35:13 01:35:13 #7 exporting to image 01:35:13 #7 exporting layers done 01:35:13 #7 exporting manifest sha256:39c625d10ee95461185cce7df50669ff3567dff9879ff92d0c0caed2d35dd75c done 01:35:13 #7 exporting config sha256:f49044709b4b5041eb920ca8f8ed316bdce5eeadc5be1004cdc93bf8cfd6b70b done 01:35:13 #7 exporting manifest sha256:ff0279151d05fe927d714639d859737d79b811e59b8d4e70a4f021616a5f5249 done 01:35:13 #7 exporting config sha256:729193429952b8f8195ca921c3ebc025c297d45f96254be8536a239e958a224b done 01:35:13 #7 exporting manifest list sha256:f997e0fba521e1d1e6d2bee193f26c9f44b2551cee2abe58b7eab894218b25b9 done 01:35:13 #7 pushing layers 0.1s done 01:35:13 #7 pushing manifest for nexus3.edgexfoundry.org:10004/device-onvif-camera:3a4f249d681b6d810324a06bf1fb1c23a0bd69ed@sha256:f997e0fba521e1d1e6d2bee193f26c9f44b2551cee2abe58b7eab894218b25b9 01:35:13 #7 pushing manifest for nexus3.edgexfoundry.org:10004/device-onvif-camera:3a4f249d681b6d810324a06bf1fb1c23a0bd69ed@sha256:f997e0fba521e1d1e6d2bee193f26c9f44b2551cee2abe58b7eab894218b25b9 0.1s done 01:35:13 #7 DONE 0.2s 01:35:13 01:35:13 1 warning found (use --debug to expand): 01:35:13  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:35:13 + echo -e 'FROM nexus3.edgexfoundry.org:10004/device-onvif-camera:latest' 01:35:13 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/device-onvif-camera:latest --push - 01:35:13 #1 [internal] load build definition from Dockerfile 01:35:13 #1 transferring dockerfile: 170B done 01:35:13 #1 DONE 0.0s 01:35:13 01:35:13 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-onvif-camera:latest 01:35:13 #2 DONE 0.0s 01:35:13 01:35:13 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-onvif-camera:latest 01:35:13 #3 DONE 0.0s 01:35:13 01:35:13 #4 [internal] load .dockerignore 01:35:13 #4 transferring context: 2B done 01:35:13 #4 DONE 0.0s 01:35:13 01:35:13 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/device-onvif-camera:latest@sha256:c2772b47e5c47b18293737647f560501c26827b457b0670c5d6fc49228b6769d 01:35:13 #5 resolve nexus3.edgexfoundry.org:10004/device-onvif-camera:latest@sha256:c2772b47e5c47b18293737647f560501c26827b457b0670c5d6fc49228b6769d 0.0s done 01:35:13 #5 CACHED 01:35:13 01:35:13 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/device-onvif-camera:latest@sha256:c2772b47e5c47b18293737647f560501c26827b457b0670c5d6fc49228b6769d 01:35:13 #6 resolve nexus3.edgexfoundry.org:10004/device-onvif-camera:latest@sha256:c2772b47e5c47b18293737647f560501c26827b457b0670c5d6fc49228b6769d 0.0s done 01:35:14 #6 CACHED 01:35:14 01:35:14 #7 [auth] device-onvif-camera:pull,push token for nexus3.edgexfoundry.org:10004 01:35:14 #7 DONE 0.0s 01:35:14 01:35:14 #8 exporting to image 01:35:14 #8 exporting layers done 01:35:14 #8 exporting manifest sha256:39c625d10ee95461185cce7df50669ff3567dff9879ff92d0c0caed2d35dd75c done 01:35:14 #8 exporting config sha256:f49044709b4b5041eb920ca8f8ed316bdce5eeadc5be1004cdc93bf8cfd6b70b done 01:35:14 #8 exporting manifest sha256:ff0279151d05fe927d714639d859737d79b811e59b8d4e70a4f021616a5f5249 done 01:35:14 #8 exporting config sha256:729193429952b8f8195ca921c3ebc025c297d45f96254be8536a239e958a224b done 01:35:14 #8 exporting manifest list sha256:f997e0fba521e1d1e6d2bee193f26c9f44b2551cee2abe58b7eab894218b25b9 done 01:35:14 #8 pushing layers 0.0s done 01:35:14 #8 pushing manifest for nexus3.edgexfoundry.org:10004/device-onvif-camera:latest@sha256:f997e0fba521e1d1e6d2bee193f26c9f44b2551cee2abe58b7eab894218b25b9 0.1s done 01:35:14 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:35:14 #8 DONE 0.1s 01:35:14 01:35:14 1 warning found (use --debug to expand): 01:35:14  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:35:14 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/device-onvif-camera:4.1.0-dev.5 --push - 01:35:14 + echo -e 'FROM nexus3.edgexfoundry.org:10004/device-onvif-camera:4.1.0-dev.5' 01:35:14 #1 [internal] load build definition from Dockerfile 01:35:14 #1 transferring dockerfile: 175B done 01:35:14 #1 DONE 0.0s 01:35:14 01:35:14 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-onvif-camera:4.1.0-dev.5 01:35:14 #2 DONE 0.0s 01:35:14 01:35:14 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-onvif-camera:4.1.0-dev.5 01:35:14 #3 DONE 0.0s 01:35:14 01:35:14 #4 [internal] load .dockerignore 01:35:14 #4 transferring context: 2B done 01:35:14 #4 DONE 0.0s 01:35:14 01:35:14 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/device-onvif-camera:4.1.0-dev.5@sha256:c2772b47e5c47b18293737647f560501c26827b457b0670c5d6fc49228b6769d 01:35:14 #5 resolve nexus3.edgexfoundry.org:10004/device-onvif-camera:4.1.0-dev.5@sha256:c2772b47e5c47b18293737647f560501c26827b457b0670c5d6fc49228b6769d 0.0s done 01:35:14 #5 CACHED 01:35:14 01:35:14 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/device-onvif-camera:4.1.0-dev.5@sha256:c2772b47e5c47b18293737647f560501c26827b457b0670c5d6fc49228b6769d 01:35:14 #6 resolve nexus3.edgexfoundry.org:10004/device-onvif-camera:4.1.0-dev.5@sha256:c2772b47e5c47b18293737647f560501c26827b457b0670c5d6fc49228b6769d 0.0s done 01:35:14 #6 CACHED 01:35:14 01:35:14 #7 exporting to image 01:35:14 #7 exporting layers done 01:35:14 #7 exporting manifest sha256:39c625d10ee95461185cce7df50669ff3567dff9879ff92d0c0caed2d35dd75c done 01:35:14 #7 exporting config sha256:f49044709b4b5041eb920ca8f8ed316bdce5eeadc5be1004cdc93bf8cfd6b70b done 01:35:14 #7 exporting manifest sha256:ff0279151d05fe927d714639d859737d79b811e59b8d4e70a4f021616a5f5249 done 01:35:14 #7 exporting config sha256:729193429952b8f8195ca921c3ebc025c297d45f96254be8536a239e958a224b done 01:35:14 #7 exporting manifest list sha256:f997e0fba521e1d1e6d2bee193f26c9f44b2551cee2abe58b7eab894218b25b9 done 01:35:14 #7 pushing layers 01:35:14 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:35:14 #7 pushing layers 0.0s done 01:35:14 #7 pushing manifest for nexus3.edgexfoundry.org:10004/device-onvif-camera:4.1.0-dev.5@sha256:f997e0fba521e1d1e6d2bee193f26c9f44b2551cee2abe58b7eab894218b25b9 0.1s done 01:35:14 #7 DONE 0.1s 01:35:14 01:35:14 #8 [auth] device-onvif-camera:pull,push token for nexus3.edgexfoundry.org:10004 01:35:14 #8 DONE 0.0s 01:35:14 01:35:14 1 warning found (use --debug to expand): 01:35:14  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:35:15 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/device-onvif-camera:3a4f249d681b6d810324a06bf1fb1c23a0bd69ed-4.1.0-dev.5 --push - 01:35:15 + echo -e 'FROM nexus3.edgexfoundry.org:10004/device-onvif-camera:3a4f249d681b6d810324a06bf1fb1c23a0bd69ed-4.1.0-dev.5' 01:35:15 #1 [internal] load build definition from Dockerfile 01:35:15 #1 transferring dockerfile: 216B done 01:35:15 #1 DONE 0.0s 01:35:15 01:35:15 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-onvif-camera:3a4f249d681b6d810324a06bf1fb1c23a0bd69ed-4.1.0-dev.5 01:35:15 #2 DONE 0.0s 01:35:15 01:35:15 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-onvif-camera:3a4f249d681b6d810324a06bf1fb1c23a0bd69ed-4.1.0-dev.5 01:35:15 #3 DONE 0.0s 01:35:15 01:35:15 #4 [internal] load .dockerignore 01:35:15 #4 transferring context: 2B done 01:35:15 #4 DONE 0.0s 01:35:15 01:35:15 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/device-onvif-camera:3a4f249d681b6d810324a06bf1fb1c23a0bd69ed-4.1.0-dev.5@sha256:c2772b47e5c47b18293737647f560501c26827b457b0670c5d6fc49228b6769d 01:35:15 #5 resolve nexus3.edgexfoundry.org:10004/device-onvif-camera:3a4f249d681b6d810324a06bf1fb1c23a0bd69ed-4.1.0-dev.5@sha256:c2772b47e5c47b18293737647f560501c26827b457b0670c5d6fc49228b6769d 0.0s done 01:35:15 #5 CACHED 01:35:15 01:35:15 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/device-onvif-camera:3a4f249d681b6d810324a06bf1fb1c23a0bd69ed-4.1.0-dev.5@sha256:c2772b47e5c47b18293737647f560501c26827b457b0670c5d6fc49228b6769d 01:35:15 #6 resolve nexus3.edgexfoundry.org:10004/device-onvif-camera:3a4f249d681b6d810324a06bf1fb1c23a0bd69ed-4.1.0-dev.5@sha256:c2772b47e5c47b18293737647f560501c26827b457b0670c5d6fc49228b6769d 0.0s done 01:35:15 #6 CACHED 01:35:15 01:35:15 #7 exporting to image 01:35:15 #7 exporting layers done 01:35:15 #7 exporting manifest sha256:39c625d10ee95461185cce7df50669ff3567dff9879ff92d0c0caed2d35dd75c done 01:35:15 #7 exporting config sha256:f49044709b4b5041eb920ca8f8ed316bdce5eeadc5be1004cdc93bf8cfd6b70b done 01:35:15 #7 exporting manifest sha256:ff0279151d05fe927d714639d859737d79b811e59b8d4e70a4f021616a5f5249 done 01:35:15 #7 exporting config sha256:729193429952b8f8195ca921c3ebc025c297d45f96254be8536a239e958a224b done 01:35:15 #7 exporting manifest list sha256:f997e0fba521e1d1e6d2bee193f26c9f44b2551cee2abe58b7eab894218b25b9 done 01:35:15 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:35:15 #7 ... 01:35:15 01:35:15 #8 [auth] device-onvif-camera:pull,push token for nexus3.edgexfoundry.org:10004 01:35:15 #8 DONE 0.0s 01:35:15 01:35:15 #7 exporting to image 01:35:15 #7 pushing layers 0.0s done 01:35:15 #7 pushing manifest for nexus3.edgexfoundry.org:10004/device-onvif-camera:3a4f249d681b6d810324a06bf1fb1c23a0bd69ed-4.1.0-dev.5@sha256:f997e0fba521e1d1e6d2bee193f26c9f44b2551cee2abe58b7eab894218b25b9 0.1s done 01:35:15 #7 DONE 0.1s 01:35:15 01:35:15 1 warning found (use --debug to expand): 01:35:15  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 01:35:15 + echo -e 'FROM nexus3.edgexfoundry.org:10004/device-onvif-camera:main' 01:35:15 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/device-onvif-camera:main --push - 01:35:15 #1 [internal] load build definition from Dockerfile 01:35:15 #1 transferring dockerfile: 168B done 01:35:15 #1 DONE 0.0s 01:35:15 01:35:15 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-onvif-camera:main 01:35:15 #2 DONE 0.0s 01:35:15 01:35:15 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-onvif-camera:main 01:35:15 #3 DONE 0.0s 01:35:15 01:35:15 #4 [internal] load .dockerignore 01:35:15 #4 transferring context: 2B done 01:35:15 #4 DONE 0.0s 01:35:15 01:35:15 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/device-onvif-camera:main@sha256:c2772b47e5c47b18293737647f560501c26827b457b0670c5d6fc49228b6769d 01:35:15 #5 resolve nexus3.edgexfoundry.org:10004/device-onvif-camera:main@sha256:c2772b47e5c47b18293737647f560501c26827b457b0670c5d6fc49228b6769d 0.0s done 01:35:15 #5 CACHED 01:35:15 01:35:15 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/device-onvif-camera:main@sha256:c2772b47e5c47b18293737647f560501c26827b457b0670c5d6fc49228b6769d 01:35:15 #6 resolve nexus3.edgexfoundry.org:10004/device-onvif-camera:main@sha256:c2772b47e5c47b18293737647f560501c26827b457b0670c5d6fc49228b6769d 0.0s done 01:35:15 #6 CACHED 01:35:15 01:35:15 #7 exporting to image 01:35:15 #7 exporting layers done 01:35:15 #7 exporting manifest sha256:39c625d10ee95461185cce7df50669ff3567dff9879ff92d0c0caed2d35dd75c done 01:35:15 #7 exporting config sha256:f49044709b4b5041eb920ca8f8ed316bdce5eeadc5be1004cdc93bf8cfd6b70b done 01:35:15 #7 exporting manifest sha256:ff0279151d05fe927d714639d859737d79b811e59b8d4e70a4f021616a5f5249 done 01:35:15 #7 exporting config sha256:729193429952b8f8195ca921c3ebc025c297d45f96254be8536a239e958a224b done 01:35:15 #7 exporting manifest list sha256:f997e0fba521e1d1e6d2bee193f26c9f44b2551cee2abe58b7eab894218b25b9 done 01:35:15 #7 pushing layers 0.0s done 01:35:15 #7 pushing manifest for nexus3.edgexfoundry.org:10004/device-onvif-camera:main@sha256:f997e0fba521e1d1e6d2bee193f26c9f44b2551cee2abe58b7eab894218b25b9 01:35:15 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 01:35:15 #7 pushing manifest for nexus3.edgexfoundry.org:10004/device-onvif-camera:main@sha256:f997e0fba521e1d1e6d2bee193f26c9f44b2551cee2abe58b7eab894218b25b9 0.1s done 01:35:15 #7 DONE 0.1s 01:35:15 01:35:15 #8 [auth] device-onvif-camera:pull,push token for nexus3.edgexfoundry.org:10004 01:35:15 #8 DONE 0.0s 01:35:15 01:35:15 1 warning found (use --debug to expand): 01:35:15  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh 01:35:16 + '[' -d /w/workspace/foundry_device-onvif-camera_main/archives ']' [Pipeline] libraryResource [Pipeline] sh 01:35:16 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 01:35:17 ---> package-listing.sh 01:35:17 ++ facter osfamily 01:35:17 ++ tr '[:upper:]' '[:lower:]' 01:35:17 + OS_FAMILY=redhat 01:35:17 + workspace=/w/workspace/foundry_device-onvif-camera_main 01:35:17 + START_PACKAGES=/tmp/packages_start.txt 01:35:17 + END_PACKAGES=/tmp/packages_end.txt 01:35:17 + DIFF_PACKAGES=/tmp/packages_diff.txt 01:35:17 + PACKAGES=/tmp/packages_start.txt 01:35:17 + '[' /w/workspace/foundry_device-onvif-camera_main ']' 01:35:17 + PACKAGES=/tmp/packages_end.txt 01:35:17 + case "${OS_FAMILY}" in 01:35:17 + rpm -qa 01:35:17 + sort 01:35:17 + '[' -f /tmp/packages_start.txt ']' 01:35:17 + '[' -f /tmp/packages_end.txt ']' 01:35:17 + diff /tmp/packages_start.txt /tmp/packages_end.txt 01:35:17 + '[' /w/workspace/foundry_device-onvif-camera_main ']' 01:35:17 + mkdir -p /w/workspace/foundry_device-onvif-camera_main/archives/ 01:35:17 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/foundry_device-onvif-camera_main/archives/ [Pipeline] echo 01:35:17 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 01:35:18 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:35:18 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 01:35:18 01:35:18 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:35:19 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 01:35:19 latest: Pulling from edgex-lftools-log-publisher 01:35:19 5eb5b503b376: Pulling fs layer 01:35:19 5c69ac0246d0: Pulling fs layer 01:35:19 ec43610c2a17: Pulling fs layer 01:35:19 3a2ae6a8a46f: Pulling fs layer 01:35:19 33b1e0a273af: Pulling fs layer 01:35:19 5d3b04190fa2: Pulling fs layer 01:35:19 2f39f015ded8: Pulling fs layer 01:35:19 3a2ae6a8a46f: Waiting 01:35:19 33b1e0a273af: Waiting 01:35:19 5d3b04190fa2: Waiting 01:35:19 2f39f015ded8: Waiting 01:35:19 5c69ac0246d0: Verifying Checksum 01:35:19 5c69ac0246d0: Download complete 01:35:19 3a2ae6a8a46f: Verifying Checksum 01:35:19 3a2ae6a8a46f: Download complete 01:35:19 33b1e0a273af: Verifying Checksum 01:35:19 33b1e0a273af: Download complete 01:35:19 ec43610c2a17: Verifying Checksum 01:35:19 ec43610c2a17: Download complete 01:35:19 5d3b04190fa2: Verifying Checksum 01:35:19 5d3b04190fa2: Download complete 01:35:19 5eb5b503b376: Verifying Checksum 01:35:19 5eb5b503b376: Download complete 01:35:19 2f39f015ded8: Verifying Checksum 01:35:19 2f39f015ded8: Download complete 01:35:20 5eb5b503b376: Pull complete 01:35:20 5c69ac0246d0: Pull complete 01:35:21 ec43610c2a17: Pull complete 01:35:21 3a2ae6a8a46f: Pull complete 01:35:21 33b1e0a273af: Pull complete 01:35:21 5d3b04190fa2: Pull complete 01:35:25 2f39f015ded8: Pull complete 01:35:25 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 01:35:25 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 01:35:25 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 01:35:26 prd-centos7-docker-4c-2g-7339 does not seem to be running inside a container 01:35:26 $ 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 01:35:29 $ docker top f98fa1ce0a5d0d49e256e38ba9655eb5fbeaddce763ce8a6d115d78614c65b9a -eo pid,comm [Pipeline] { [Pipeline] sh 01:35:29 + touch /tmp/pre-build-complete [Pipeline] sh 01:35:30 + mkdir -p /var/log/sysstat [Pipeline] sh 01:35:30 + ls /var/log/sa-host 01:35:30 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 01:35:30 provisioning config files... 01:35:30 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/foundry_device-onvif-camera_main@tmp/config17141614995152903599tmp [Pipeline] { [Pipeline] echo 01:35:30 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 01:35:30 ---> create-netrc.sh [Pipeline] } 01:35:30 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 01:35:31 ---> python-tools-install.sh [Pipeline] echo 01:35:31 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 01:35:31 ---> sudo-logs.sh 01:35:31 Archiving 'sudo' log.. 01:35:31 sudo: unable to resolve host prd-centos7-docker-4c-2g-7339.novalocal: Name or service not known 01:35:31 sudo: unable to resolve host prd-centos7-docker-4c-2g-7339.novalocal: Name or service not known [Pipeline] unstash [Pipeline] echo 01:35:31 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 01:35:31 ---> job-cost.sh 01:35:31 lf-activate-venv: SKIPPING 01:35:31 INFO: No Stack... 01:35:32 INFO: Retrieving Pricing Info for: v3-standard-2 01:35:32 INFO: Archiving Costs [Pipeline] echo 01:35:32 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 01:35:32 ---> logs-deploy.sh 01:35:32 lf-activate-venv: SKIPPING 01:35:32 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-onvif-camera/main/229 01:35:32 INFO: archiving workspace using pattern(s): 01:35:33 Archives upload complete. 01:35:33 INFO: archiving logs to Nexus 01:35:34 ---> uname -a: 01:35:34 Linux prd-centos7-docker-4c-2g-7339.novalocal 3.10.0-1160.76.1.el7.x86_64 #1 SMP Wed Aug 10 16:21:17 UTC 2022 x86_64 GNU/Linux 01:35:34 01:35:34 01:35:34 ---> lscpu: 01:35:34 Architecture: x86_64 01:35:34 CPU op-mode(s): 32-bit, 64-bit 01:35:34 Byte Order: Little Endian 01:35:34 Address sizes: 40 bits physical, 48 bits virtual 01:35:34 CPU(s): 2 01:35:34 On-line CPU(s) list: 0,1 01:35:34 Thread(s) per core: 1 01:35:34 Core(s) per socket: 1 01:35:34 Socket(s): 2 01:35:34 NUMA node(s): 1 01:35:34 Vendor ID: AuthenticAMD 01:35:34 CPU family: 23 01:35:34 Model: 49 01:35:34 Model name: AMD EPYC-Rome Processor 01:35:34 Stepping: 0 01:35:34 CPU MHz: 2800.000 01:35:34 BogoMIPS: 5600.00 01:35:34 Virtualization: AMD-V 01:35:34 Hypervisor vendor: KVM 01:35:34 Virtualization type: full 01:35:34 L1d cache: 64 KiB 01:35:34 L1i cache: 64 KiB 01:35:34 L2 cache: 1 MiB 01:35:34 L3 cache: 32 MiB 01:35:34 NUMA node0 CPU(s): 0,1 01:35:34 Vulnerability Itlb multihit: Not affected 01:35:34 Vulnerability L1tf: Not affected 01:35:34 Vulnerability Mds: Not affected 01:35:34 Vulnerability Meltdown: Not affected 01:35:34 Vulnerability Mmio stale data: Not affected 01:35:34 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 01:35:34 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 01:35:34 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 01:35:34 Vulnerability Srbds: Not affected 01:35:34 Vulnerability Tsx async abort: Not affected 01:35:34 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 01:35:34 01:35:34 01:35:34 ---> nproc: 01:35:34 2 01:35:34 01:35:34 01:35:34 ---> df -h: 01:35:34 Filesystem Size Used Avail Use% Mounted on 01:35:34 overlay 40G 7.3G 33G 19% / 01:35:34 tmpfs 64M 0 64M 0% /dev 01:35:34 tmpfs 3.9G 0 3.9G 0% /sys/fs/cgroup 01:35:34 shm 64M 0 64M 0% /dev/shm 01:35:34 /dev/vda1 40G 7.3G 33G 19% /facter-os 01:35:34 01:35:34 01:35:34 Cannot open /var/log/sysstat/sa21: No such file or directory 01:35:34 Please check if data collecting is enabled 01:35:34 subprocess.CalledProcessError: Command '['sar', '-b', '-r', '-n', 'DEV']' returned non-zero exit status 2. [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:35:34 [edgeXInfraPublish] An error occurred while publishing logs: script returned exit code 1 [Pipeline] } 01:35:34 $ docker stop --time=1 f98fa1ce0a5d0d49e256e38ba9655eb5fbeaddce763ce8a6d115d78614c65b9a 01:35:35 $ docker rm -f --volumes f98fa1ce0a5d0d49e256e38ba9655eb5fbeaddce763ce8a6d115d78614c65b9a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] cleanWs 01:35:35 [WS-CLEANUP] Deleting project workspace... 01:35:35 [WS-CLEANUP] Deferred wipeout is used... 01:35:35 [WS-CLEANUP] done [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:35:36 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 01:35:36 01:35:36 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:35:36 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 01:35:36 latest: Pulling from edgex-lftools-log-publisher 01:35:36 5eb5b503b376: Pulling fs layer 01:35:36 5c69ac0246d0: Pulling fs layer 01:35:36 ec43610c2a17: Pulling fs layer 01:35:36 3a2ae6a8a46f: Pulling fs layer 01:35:36 33b1e0a273af: Pulling fs layer 01:35:36 5d3b04190fa2: Pulling fs layer 01:35:36 2f39f015ded8: Pulling fs layer 01:35:36 33b1e0a273af: Waiting 01:35:36 5d3b04190fa2: Waiting 01:35:36 2f39f015ded8: Waiting 01:35:36 3a2ae6a8a46f: Waiting 01:35:36 5c69ac0246d0: Verifying Checksum 01:35:36 5c69ac0246d0: Download complete 01:35:36 3a2ae6a8a46f: Download complete 01:35:36 ec43610c2a17: Verifying Checksum 01:35:36 ec43610c2a17: Download complete 01:35:36 33b1e0a273af: Verifying Checksum 01:35:36 33b1e0a273af: Download complete 01:35:36 5d3b04190fa2: Verifying Checksum 01:35:36 5d3b04190fa2: Download complete 01:35:37 5eb5b503b376: Download complete 01:35:37 2f39f015ded8: Download complete 01:35:38 5eb5b503b376: Pull complete 01:35:38 5c69ac0246d0: Pull complete 01:35:39 ec43610c2a17: Pull complete 01:35:39 3a2ae6a8a46f: Pull complete 01:35:39 33b1e0a273af: Pull complete 01:35:39 5d3b04190fa2: Pull complete 01:35:46 2f39f015ded8: Pull complete 01:35:46 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 01:35:46 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 01:35:46 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 01:35:46 prd-ubuntu20.04-docker-8c-8g-7342 does not seem to be running inside a container 01:35:46 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/foundry_device-onvif-camera_main -v /w/workspace/foundry_device-onvif-camera_main:/w/workspace/foundry_device-onvif-camera_main:rw,z -v /w/workspace/foundry_device-onvif-camera_main@tmp:/w/workspace/foundry_device-onvif-camera_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 01:35:48 $ docker top ed09c1cfb049b1dbb238dfcf89ac700272ac4e14c8199ff777a518e8e3a9a327 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 01:35:48 ---> job-cost.sh 01:35:48 lf-activate-venv: SKIPPING 01:35:48 INFO: No Stack... 01:35:49 INFO: Retrieving Pricing Info for: v3-standard-8 01:35:49 INFO: Archiving Costs [Pipeline] sh 01:35:50 + cat /w/workspace/foundry_device-onvif-camera_main/archives/cost.csv 01:35:50 + cut -d, -f6 [Pipeline] lock 01:35:50 Trying to acquire lock on [Resource: jenkins-edgexfoundry-device-onvif-camera-main-229-stack-cost] 01:35:50 Resource [jenkins-edgexfoundry-device-onvif-camera-main-229-stack-cost] did not exist. Created. 01:35:50 Lock acquired on [Resource: jenkins-edgexfoundry-device-onvif-camera-main-229-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 01:35:50 + echo total: 0.2199999988079071 [Pipeline] stash 01:35:50 Stashed 1 file(s) [Pipeline] } 01:35:50 Lock released on resource [Resource: jenkins-edgexfoundry-device-onvif-camera-main-229-stack-cost] [Pipeline] // lock [Pipeline] } 01:35:50 $ docker stop --time=1 ed09c1cfb049b1dbb238dfcf89ac700272ac4e14c8199ff777a518e8e3a9a327 01:35:51 $ docker rm -f --volumes ed09c1cfb049b1dbb238dfcf89ac700272ac4e14c8199ff777a518e8e3a9a327 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 01:36:14 Running on prd-ubuntu20.04-docker-arm64-4c-16g-7344 in /w/workspace/foundry_device-onvif-camera_main [Pipeline] { [Pipeline] ws 01:36:14 Running in /w/workspace/device-onvif-camera/229 [Pipeline] { [Pipeline] checkout 01:36:14 The recommended git tool is: git 01:36:24 using credential edgex-jenkins-ssh 01:36:24 Cloning the remote Git repository 01:36:24 Cloning repository git@github.com:edgexfoundry/device-onvif-camera.git 01:36:24 > git init /w/workspace/device-onvif-camera/229 # timeout=10 01:36:25 Fetching upstream changes from git@github.com:edgexfoundry/device-onvif-camera.git 01:36:25 > git --version # timeout=10 01:36:25 > git --version # 'git version 2.25.1' 01:36:25 using GIT_SSH to set credentials SSH Credentials for GitHub 01:36:25 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-onvif-camera.git +refs/heads/*:refs/remotes/origin/* # timeout=10 01:36:29 > git config remote.origin.url git@github.com:edgexfoundry/device-onvif-camera.git # timeout=10 01:36:29 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 01:36:30 Avoid second fetch 01:36:30 Checking out Revision 3a4f249d681b6d810324a06bf1fb1c23a0bd69ed (main) 01:36:30 > git config core.sparsecheckout # timeout=10 01:36:30 > git checkout -f 3a4f249d681b6d810324a06bf1fb1c23a0bd69ed # timeout=10 01:36:31 Commit message: "build(deps): Bump github.com/edgexfoundry/device-sdk-go/v4 (#517)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 01:36:36 provisioning config files... 01:36:36 copy managed file [device-onvif-camera-settings] to file:/w/workspace/device-onvif-camera/229@tmp/config3067908875537871164tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 01:36:37 ---> ****-login.sh 01:36:37 nexus3.edgexfoundry.org:10001 01:36:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:36:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 01:36:38 Configure a credential helper to remove this warning. See 01:36:38 https://docs.****.com/engine/reference/commandline/login/#credentials-store 01:36:38 01:36:38 Login Succeeded 01:36:38 nexus3.edgexfoundry.org:10002 01:36:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:36:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 01:36:38 Configure a credential helper to remove this warning. See 01:36:38 https://docs.****.com/engine/reference/commandline/login/#credentials-store 01:36:38 01:36:38 Login Succeeded 01:36:38 nexus3.edgexfoundry.org:10003 01:36:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:36:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 01:36:39 Configure a credential helper to remove this warning. See 01:36:39 https://docs.****.com/engine/reference/commandline/login/#credentials-store 01:36:39 01:36:39 Login Succeeded 01:36:39 nexus3.edgexfoundry.org:10004 01:36:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:36:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 01:36:39 Configure a credential helper to remove this warning. See 01:36:39 https://docs.****.com/engine/reference/commandline/login/#credentials-store 01:36:39 01:36:39 Login Succeeded 01:36:39 ****.io 01:36:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:36:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 01:36:40 Configure a credential helper to remove this warning. See 01:36:40 https://docs.****.com/engine/reference/commandline/login/#credentials-store 01:36:40 01:36:40 Login Succeeded 01:36:40 ---> ****-login.sh ends [Pipeline] } 01:36:40 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 01:36:40 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 01:36:40 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 01:36:40 ========================================================= 01:36:40 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine] 01:36:40 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:36:41 + 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 . 01:36:42 Sending build context to Docker daemon 26.9MB 01:36:42 Step 1/13 : ARG BASE=golang:1.23-alpine3.20 01:36:42 Step 2/13 : FROM ${BASE} AS builder 01:36:42 1.23-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 01:36:42 94e9d8af2201: Pulling fs layer 01:36:42 a6c56e8762df: Pulling fs layer 01:36:42 f0f3c8884826: Pulling fs layer 01:36:42 c7e7622c144d: Pulling fs layer 01:36:42 4f4fb700ef54: Pulling fs layer 01:36:42 b4c3b6d88c5a: Pulling fs layer 01:36:42 ba8bce9d2590: Pulling fs layer 01:36:42 ca778ea9c289: Pulling fs layer 01:36:42 4f4fb700ef54: Waiting 01:36:42 b4c3b6d88c5a: Waiting 01:36:42 ba8bce9d2590: Waiting 01:36:42 ca778ea9c289: Waiting 01:36:42 c7e7622c144d: Waiting 01:36:42 a6c56e8762df: Verifying Checksum 01:36:42 a6c56e8762df: Download complete 01:36:42 c7e7622c144d: Verifying Checksum 01:36:42 c7e7622c144d: Download complete 01:36:42 4f4fb700ef54: Verifying Checksum 01:36:42 4f4fb700ef54: Download complete 01:36:42 94e9d8af2201: Verifying Checksum 01:36:42 94e9d8af2201: Download complete 01:36:42 b4c3b6d88c5a: Verifying Checksum 01:36:42 b4c3b6d88c5a: Download complete 01:36:43 ca778ea9c289: Verifying Checksum 01:36:43 ca778ea9c289: Download complete 01:36:43 94e9d8af2201: Pull complete 01:36:44 a6c56e8762df: Pull complete 01:36:44 f0f3c8884826: Verifying Checksum 01:36:44 f0f3c8884826: Download complete 01:36:45 ba8bce9d2590: Verifying Checksum 01:36:45 ba8bce9d2590: Download complete 01:37:00 f0f3c8884826: Pull complete 01:37:00 c7e7622c144d: Pull complete 01:37:01 4f4fb700ef54: Pull complete 01:37:01 b4c3b6d88c5a: Pull complete 01:37:11 ba8bce9d2590: Pull complete 01:37:11 ca778ea9c289: Pull complete 01:37:11 Digest: sha256:c70c257f76c0e97c87bd0187f74242a809c0afac30c2d5f44320df1de5715b93 01:37:12 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine 01:37:12 ---> 47b25d7523d1 01:37:12 Step 3/13 : ARG ADD_BUILD_TAGS="" 01:37:14 ---> Running in 067a42c4b692 01:37:14 Removing intermediate container 067a42c4b692 01:37:14 ---> 3f848838cd18 01:37:14 Step 4/13 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 01:37:14 ---> Running in 117ab6edee01 01:37:15 Removing intermediate container 117ab6edee01 01:37:15 ---> 64902bfbee76 01:37:15 Step 5/13 : ARG ALPINE_PKG_BASE="make git" 01:37:15 ---> Running in 0dc5ff4f3c2c 01:37:16 Removing intermediate container 0dc5ff4f3c2c 01:37:16 ---> 88872f7374c3 01:37:16 Step 6/13 : ARG ALPINE_PKG_EXTRA="" 01:37:16 ---> Running in 0c5129e1d62e 01:37:16 Removing intermediate container 0c5129e1d62e 01:37:16 ---> 870190fe9986 01:37:16 Step 7/13 : LABEL Name=edgex-device-onvif-camera 01:37:16 ---> Running in fc112d9ab954 01:37:16 Removing intermediate container fc112d9ab954 01:37:16 ---> 2164e6790be3 01:37:16 Step 8/13 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 01:37:16 ---> Running in fc2860462c17 01:37:18 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 01:37:18 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 01:37:20 OK: 239 MiB in 58 packages 01:37:21 Removing intermediate container fc2860462c17 01:37:21 ---> 753f384a2516 01:37:21 Step 9/13 : WORKDIR /device-onvif-camera 01:37:21 ---> Running in d0e349a2bcd4 01:37:21 Removing intermediate container d0e349a2bcd4 01:37:21 ---> 79aa4743c048 01:37:21 Step 10/13 : COPY go.mod vendor* ./ 01:37:22 ---> de2859519dde 01:37:22 Step 11/13 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:37:22 ---> Running in 922ea8edeb65 01:39:29 Removing intermediate container 922ea8edeb65 01:39:29 ---> 3409c2a5f546 01:39:29 Step 12/13 : COPY . . 01:39:31 ---> 433e75f22125 01:39:31 Step 13/13 : RUN ${MAKE} 01:39:31 ---> Running in 098d1540dbe6 01:39:32 noop 01:39:33 Removing intermediate container 098d1540dbe6 01:39:33 ---> 11a068ea6860 01:39:33 Successfully built 11a068ea6860 01:39:33 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:39:34 + docker inspect -f . ci-base-image-arm64 01:39:34 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 01:39:34 prd-ubuntu20.04-docker-arm64-4c-16g-7344 does not seem to be running inside a container 01:39:34 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-onvif-camera/229 -v /w/workspace/device-onvif-camera/229:/w/workspace/device-onvif-camera/229:rw,z -v /w/workspace/device-onvif-camera/229@tmp:/w/workspace/device-onvif-camera/229@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 01:39:36 $ docker top 8e6227202265adb489408834ddcacaf205a910cf22e9ea2f6f4d75d5dbc68cb2 -eo pid,comm [Pipeline] { [Pipeline] sh 01:39:37 + go version 01:39:37 go version go1.23.9 linux/arm64 [Pipeline] } 01:39:37 $ docker stop --time=1 8e6227202265adb489408834ddcacaf205a910cf22e9ea2f6f4d75d5dbc68cb2 01:39:39 $ docker rm -f --volumes 8e6227202265adb489408834ddcacaf205a910cf22e9ea2f6f4d75d5dbc68cb2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:39:39 + docker inspect -f . ci-base-image-arm64 01:39:39 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 01:39:40 prd-ubuntu20.04-docker-arm64-4c-16g-7344 does not seem to be running inside a container 01:39:40 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/device-onvif-camera/229 -v /w/workspace/device-onvif-camera/229:/w/workspace/device-onvif-camera/229:rw,z -v /w/workspace/device-onvif-camera/229@tmp:/w/workspace/device-onvif-camera/229@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 01:39:41 $ docker top 459a028c80d5d60cfe7ac7ba443900aa0224789d804e42f327a893856370864c -eo pid,comm [Pipeline] { [Pipeline] sh 01:39:42 + git config --global --add safe.directory /w/workspace/device-onvif-camera/229 [Pipeline] fileExists [Pipeline] sh 01:39:43 + make test 01:39:43 go test ./... -coverprofile=coverage.out ./... 01:39:51 ? github.com/edgexfoundry/device-onvif-camera [no test files] 01:44:14 github.com/edgexfoundry/device-onvif-camera/cmd coverage: 0.0% of statements 01:44:24 github.com/edgexfoundry/device-onvif-camera/internal/driver/mocks coverage: 0.0% of statements 01:44:26 ok github.com/edgexfoundry/device-onvif-camera/internal/driver 2.180s coverage: 31.4% of statements 01:44:48 ok github.com/edgexfoundry/device-onvif-camera/internal/netscan 21.948s coverage: 86.5% of statements 01:44:48 WARNING: Linting skipped (not on x86_64 or linter not installed) 01:44:48 go vet ./... 01:45:56 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 01:45:56 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 01:45:56 ./bin/test-attribution-txt.sh 01:45:56 An attribution for go.opentelemetry.io/auto/sdk is missing from Attribution.txt, please add [Pipeline] echo 01:45:56 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] } 01:45:56 $ docker stop --time=1 459a028c80d5d60cfe7ac7ba443900aa0224789d804e42f327a893856370864c 01:45:58 $ docker rm -f --volumes 459a028c80d5d60cfe7ac7ba443900aa0224789d804e42f327a893856370864c [Pipeline] // withDockerContainer [Pipeline] sh 01:46:00 + sudo chown -R jenkins:jenkins . [Pipeline] stash 01:46:00 Warning: overwriting stash ‘coverage-report’ 01:46:01 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 01:46:01 + sudo chown -R jenkins:jenkins . [Pipeline] sh 01:46:01 + ls -al . 01:46:01 total 316 01:46:01 drwxrwxr-x 8 jenkins jenkins 4096 Aug 21 01:39 . 01:46:01 drwxrwxr-x 4 jenkins jenkins 4096 Aug 21 01:36 .. 01:46:01 drwxrwxr-x 8 jenkins jenkins 4096 Aug 21 01:36 .git 01:46:01 drwxrwxr-x 3 jenkins jenkins 4096 Aug 21 01:36 .github 01:46:01 -rw-rw-r-- 1 jenkins jenkins 493 Aug 21 01:36 .gitignore 01:46:01 -rw-rw-r-- 1 jenkins jenkins 199 Aug 21 01:36 .golangci.yml 01:46:01 -rw-rw-r-- 1 jenkins jenkins 20612 Aug 21 01:36 Attribution.txt 01:46:01 -rw-rw-r-- 1 jenkins jenkins 19022 Aug 21 01:36 CHANGELOG.md 01:46:01 -rw-rw-r-- 1 jenkins jenkins 1715 Aug 21 01:36 Dockerfile 01:46:01 -rw-rw-r-- 1 jenkins jenkins 677 Aug 21 01:36 GOVERNANCE.md 01:46:01 -rw-rw-r-- 1 jenkins jenkins 739 Aug 21 01:36 Jenkinsfile 01:46:01 -rw-rw-r-- 1 jenkins jenkins 11348 Aug 21 01:36 LICENSE 01:46:01 -rw-rw-r-- 1 jenkins jenkins 3465 Aug 21 01:36 Makefile 01:46:01 -rw-rw-r-- 1 jenkins jenkins 625 Aug 21 01:36 OWNERS.md 01:46:01 -rw-rw-r-- 1 jenkins jenkins 2620 Aug 21 01:36 README.md 01:46:01 -rw-rw-r-- 1 jenkins jenkins 11 Aug 21 01:32 VERSION 01:46:01 drwxrwxr-x 2 jenkins jenkins 4096 Aug 21 01:36 bin 01:46:01 drwxrwxr-x 3 jenkins jenkins 4096 Aug 21 01:36 cmd 01:46:01 -rw-r--r-- 1 jenkins jenkins 92466 Aug 21 01:44 coverage.out 01:46:01 drwxrwxr-x 4 jenkins jenkins 4096 Aug 21 01:36 doc 01:46:01 -rw-rw-r-- 1 jenkins jenkins 6521 Aug 21 01:36 go.mod 01:46:01 -rw-rw-r-- 1 jenkins jenkins 87684 Aug 21 01:36 go.sum 01:46:01 drwxrwxr-x 4 jenkins jenkins 4096 Aug 21 01:36 internal 01:46:01 -rw-rw-r-- 1 jenkins jenkins 236 Aug 21 01:36 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:46:02 + docker build -t device-onvif-camera-arm64 -f Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=3a4f249d681b6d810324a06bf1fb1c23a0bd69ed --label arch=arm64 --label version=4.1.0-dev.5 . 01:46:02 Sending build context to Docker daemon 26.99MB 01:46:03 Step 1/27 : ARG BASE=golang:1.23-alpine3.20 01:46:03 Step 2/27 : FROM ${BASE} AS builder 01:46:03 ---> 11a068ea6860 01:46:03 Step 3/27 : ARG ADD_BUILD_TAGS="" 01:46:03 ---> Running in b119359b4369 01:46:03 Removing intermediate container b119359b4369 01:46:03 ---> 71f9909bb9cc 01:46:03 Step 4/27 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 01:46:03 ---> Running in b7cdf42079c5 01:46:04 Removing intermediate container b7cdf42079c5 01:46:04 ---> c6c95019fce4 01:46:04 Step 5/27 : ARG ALPINE_PKG_BASE="make git" 01:46:04 ---> Running in 1837c0993160 01:46:04 Removing intermediate container 1837c0993160 01:46:04 ---> d15ad5029c35 01:46:04 Step 6/27 : ARG ALPINE_PKG_EXTRA="" 01:46:04 ---> Running in 655f3d828aad 01:46:04 Removing intermediate container 655f3d828aad 01:46:04 ---> b3be197d35ad 01:46:04 Step 7/27 : LABEL Name=edgex-device-onvif-camera 01:46:04 ---> Running in 77bdae36e5d1 01:46:05 Removing intermediate container 77bdae36e5d1 01:46:05 ---> d9adcd91bfd1 01:46:05 Step 8/27 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 01:46:05 ---> Running in 89d3cb1120f2 01:46:06 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 01:46:06 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 01:46:07 OK: 239 MiB in 58 packages 01:46:08 Removing intermediate container 89d3cb1120f2 01:46:08 ---> d51f026894be 01:46:08 Step 9/27 : WORKDIR /device-onvif-camera 01:46:09 ---> Running in 658ec13b0256 01:46:09 Removing intermediate container 658ec13b0256 01:46:09 ---> fb2fd9388e31 01:46:09 Step 10/27 : COPY go.mod vendor* ./ 01:46:10 ---> dd8a6e573b88 01:46:10 Step 11/27 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:46:10 ---> Running in 3b995965e062 01:46:13 Removing intermediate container 3b995965e062 01:46:13 ---> 1d8105c617ad 01:46:13 Step 12/27 : COPY . . 01:46:14 ---> 5f667fa26109 01:46:14 Step 13/27 : RUN ${MAKE} 01:46:14 ---> Running in bf5588d3f592 01:46:15 CGO_ENABLED=0 go build -tags "" -ldflags "-s -w -X github.com/edgexfoundry/device-onvif-camera.Version=4.1.0-dev.5 -X github.com/edgexfoundry/device-sdk-go/v4/internal/common.SDKVersion=v4.1.0-dev.31 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/device-onvif-camera ./cmd 01:50:07 Removing intermediate container bf5588d3f592 01:50:07 ---> 109d02e1dea0 01:50:07 Step 14/27 : FROM alpine:3.20 01:50:07 3.20: Pulling from library/alpine 01:50:08 13e713f82565: Pulling fs layer 01:50:08 13e713f82565: Verifying Checksum 01:50:08 13e713f82565: Download complete 01:50:08 13e713f82565: Pull complete 01:50:08 Digest: sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 01:50:08 Status: Downloaded newer image for alpine:3.20 01:50:08 ---> c88e9dceb6cb 01:50:08 Step 15/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' 01:50:09 ---> Running in 28822f859530 01:50:09 Removing intermediate container 28822f859530 01:50:09 ---> 4cd9f11b72f8 01:50:09 Step 16/27 : RUN apk add --update --no-cache dumb-init 01:50:09 ---> Running in 5dba3b772c25 01:50:10 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 01:50:11 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 01:50:12 (1/1) Installing dumb-init (1.2.5-r3) 01:50:12 Executing busybox-1.36.1-r29.trigger 01:50:12 OK: 9 MiB in 15 packages 01:50:13 Removing intermediate container 5dba3b772c25 01:50:13 ---> cbe3f782d040 01:50:13 Step 17/27 : RUN apk --no-cache upgrade 01:50:13 ---> Running in c4f93dab1de2 01:50:14 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 01:50:15 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 01:50:16 (1/3) Upgrading busybox (1.36.1-r29 -> 1.36.1-r30) 01:50:16 Executing busybox-1.36.1-r30.post-upgrade 01:50:16 (2/3) Upgrading busybox-binsh (1.36.1-r29 -> 1.36.1-r30) 01:50:16 (3/3) Upgrading ssl_client (1.36.1-r29 -> 1.36.1-r30) 01:50:16 Executing busybox-1.36.1-r30.trigger 01:50:16 OK: 9 MiB in 15 packages 01:50:17 Removing intermediate container c4f93dab1de2 01:50:17 ---> 2dc43d75a195 01:50:17 Step 18/27 : WORKDIR / 01:50:17 ---> Running in 6d7b754d7094 01:50:18 Removing intermediate container 6d7b754d7094 01:50:18 ---> 3a769ff8c642 01:50:18 Step 19/27 : COPY --from=builder /device-onvif-camera/cmd / 01:50:20 ---> ebca9e76af0f 01:50:20 Step 20/27 : COPY --from=builder /device-onvif-camera/LICENSE / 01:50:20 ---> eb49e41a3aa6 01:50:20 Step 21/27 : COPY --from=builder /device-onvif-camera/Attribution.txt / 01:50:21 ---> 83e4da70127d 01:50:21 Step 22/27 : EXPOSE 59984 01:50:21 ---> Running in f75e92664902 01:50:21 Removing intermediate container f75e92664902 01:50:21 ---> 4a1a8d3eed8d 01:50:21 Step 23/27 : ENTRYPOINT ["/device-onvif-camera"] 01:50:22 ---> Running in a8e7ea79bda5 01:50:22 Removing intermediate container a8e7ea79bda5 01:50:22 ---> e7332413fcd8 01:50:22 Step 24/27 : CMD ["-cp=keeper.http://edgex-core-keeper:59890", "--registry"] 01:50:22 ---> Running in d23925d71200 01:50:22 Removing intermediate container d23925d71200 01:50:22 ---> fa8fccdbb132 01:50:22 Step 25/27 : LABEL arch=arm64 01:50:22 ---> Running in 222a805ba7aa 01:50:23 Removing intermediate container 222a805ba7aa 01:50:23 ---> f582c5c4d7c0 01:50:23 Step 26/27 : LABEL git_sha=3a4f249d681b6d810324a06bf1fb1c23a0bd69ed 01:50:23 ---> Running in 5231976a48fe 01:50:23 Removing intermediate container 5231976a48fe 01:50:23 ---> c2b7556cf443 01:50:23 Step 27/27 : LABEL version=4.1.0-dev.5 01:50:23 ---> Running in 379c4e944010 01:50:23 Removing intermediate container 379c4e944010 01:50:23 ---> 4e1434c1200b 01:50:23 [Warning] One or more build-args [ARCH] were not consumed 01:50:24 Successfully built 4e1434c1200b 01:50:24 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 01:50:24 provisioning config files... 01:50:24 copy managed file [device-onvif-camera-settings] to file:/w/workspace/device-onvif-camera/229@tmp/config2882385701142273254tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 01:50:24 ---> ****-login.sh 01:50:24 nexus3.edgexfoundry.org:10001 01:50:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:50:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 01:50:24 Configure a credential helper to remove this warning. See 01:50:24 https://docs.****.com/engine/reference/commandline/login/#credentials-store 01:50:24 01:50:24 Login Succeeded 01:50:24 nexus3.edgexfoundry.org:10002 01:50:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:50:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 01:50:25 Configure a credential helper to remove this warning. See 01:50:25 https://docs.****.com/engine/reference/commandline/login/#credentials-store 01:50:25 01:50:25 Login Succeeded 01:50:25 nexus3.edgexfoundry.org:10003 01:50:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:50:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 01:50:25 Configure a credential helper to remove this warning. See 01:50:25 https://docs.****.com/engine/reference/commandline/login/#credentials-store 01:50:25 01:50:25 Login Succeeded 01:50:25 nexus3.edgexfoundry.org:10004 01:50:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:50:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 01:50:25 Configure a credential helper to remove this warning. See 01:50:25 https://docs.****.com/engine/reference/commandline/login/#credentials-store 01:50:25 01:50:25 Login Succeeded 01:50:25 ****.io 01:50:26 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:50:26 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 01:50:26 Configure a credential helper to remove this warning. See 01:50:26 https://docs.****.com/engine/reference/commandline/login/#credentials-store 01:50:26 01:50:26 Login Succeeded 01:50:26 ---> ****-login.sh ends [Pipeline] } 01:50:26 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:50:26 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 01:50:26 [edgeXDocker.push] Tagging docker image device-onvif-camera-arm64 with the following tags: 01:50:26 3a4f249d681b6d810324a06bf1fb1c23a0bd69ed 01:50:26 latest 01:50:26 4.1.0-dev.5 01:50:26 3a4f249d681b6d810324a06bf1fb1c23a0bd69ed-4.1.0-dev.5 01:50:26 main 01:50:26 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:50:26 + docker tag device-onvif-camera-arm64 nexus3.edgexfoundry.org:10004/device-onvif-camera-arm64:3a4f249d681b6d810324a06bf1fb1c23a0bd69ed [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:50:27 + docker push nexus3.edgexfoundry.org:10004/device-onvif-camera-arm64:3a4f249d681b6d810324a06bf1fb1c23a0bd69ed 01:50:27 The push refers to repository [nexus3.edgexfoundry.org:10004/device-onvif-camera-arm64] 01:50:27 4945ef895928: Preparing 01:50:27 5586c8deeb26: Preparing 01:50:27 b8f26893bba8: Preparing 01:50:27 765e354e2379: Preparing 01:50:27 f6dff26d68b1: Preparing 01:50:27 1e890da81ec9: Preparing 01:50:27 1e890da81ec9: Waiting 01:50:27 4945ef895928: Pushed 01:50:27 5586c8deeb26: Pushed 01:50:27 f6dff26d68b1: Pushed 01:50:27 1e890da81ec9: Layer already exists 01:50:27 765e354e2379: Pushed 01:50:34 b8f26893bba8: Pushed 01:50:34 3a4f249d681b6d810324a06bf1fb1c23a0bd69ed: digest: sha256:d36a0b7ad28fccf6c76e0721c50a208a0c4c69147df525f3f0e8253169f56306 size: 1575 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:50:35 + 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 01:50:35 + docker push nexus3.edgexfoundry.org:10004/device-onvif-camera-arm64:latest 01:50:35 The push refers to repository [nexus3.edgexfoundry.org:10004/device-onvif-camera-arm64] 01:50:35 4945ef895928: Preparing 01:50:35 5586c8deeb26: Preparing 01:50:35 b8f26893bba8: Preparing 01:50:35 765e354e2379: Preparing 01:50:35 f6dff26d68b1: Preparing 01:50:35 1e890da81ec9: Preparing 01:50:35 4945ef895928: Layer already exists 01:50:35 f6dff26d68b1: Layer already exists 01:50:35 765e354e2379: Layer already exists 01:50:35 5586c8deeb26: Layer already exists 01:50:35 b8f26893bba8: Layer already exists 01:50:35 1e890da81ec9: Layer already exists 01:50:35 latest: digest: sha256:d36a0b7ad28fccf6c76e0721c50a208a0c4c69147df525f3f0e8253169f56306 size: 1575 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:50:36 + docker tag device-onvif-camera-arm64 nexus3.edgexfoundry.org:10004/device-onvif-camera-arm64:4.1.0-dev.5 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:50:36 + docker push nexus3.edgexfoundry.org:10004/device-onvif-camera-arm64:4.1.0-dev.5 01:50:36 The push refers to repository [nexus3.edgexfoundry.org:10004/device-onvif-camera-arm64] 01:50:36 4945ef895928: Preparing 01:50:36 5586c8deeb26: Preparing 01:50:36 b8f26893bba8: Preparing 01:50:36 765e354e2379: Preparing 01:50:36 f6dff26d68b1: Preparing 01:50:36 1e890da81ec9: Preparing 01:50:36 1e890da81ec9: Waiting 01:50:36 b8f26893bba8: Layer already exists 01:50:36 f6dff26d68b1: Layer already exists 01:50:36 5586c8deeb26: Layer already exists 01:50:36 765e354e2379: Layer already exists 01:50:36 4945ef895928: Layer already exists 01:50:36 1e890da81ec9: Layer already exists 01:50:36 4.1.0-dev.5: digest: sha256:d36a0b7ad28fccf6c76e0721c50a208a0c4c69147df525f3f0e8253169f56306 size: 1575 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:50:37 + docker tag device-onvif-camera-arm64 nexus3.edgexfoundry.org:10004/device-onvif-camera-arm64:3a4f249d681b6d810324a06bf1fb1c23a0bd69ed-4.1.0-dev.5 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:50:37 + docker push nexus3.edgexfoundry.org:10004/device-onvif-camera-arm64:3a4f249d681b6d810324a06bf1fb1c23a0bd69ed-4.1.0-dev.5 01:50:37 The push refers to repository [nexus3.edgexfoundry.org:10004/device-onvif-camera-arm64] 01:50:37 4945ef895928: Preparing 01:50:37 5586c8deeb26: Preparing 01:50:37 b8f26893bba8: Preparing 01:50:37 765e354e2379: Preparing 01:50:37 f6dff26d68b1: Preparing 01:50:37 1e890da81ec9: Preparing 01:50:37 1e890da81ec9: Waiting 01:50:37 5586c8deeb26: Layer already exists 01:50:37 b8f26893bba8: Layer already exists 01:50:37 765e354e2379: Layer already exists 01:50:37 4945ef895928: Layer already exists 01:50:37 f6dff26d68b1: Layer already exists 01:50:37 1e890da81ec9: Layer already exists 01:50:37 3a4f249d681b6d810324a06bf1fb1c23a0bd69ed-4.1.0-dev.5: digest: sha256:d36a0b7ad28fccf6c76e0721c50a208a0c4c69147df525f3f0e8253169f56306 size: 1575 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:50:38 + 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 01:50:38 + docker push nexus3.edgexfoundry.org:10004/device-onvif-camera-arm64:main 01:50:38 The push refers to repository [nexus3.edgexfoundry.org:10004/device-onvif-camera-arm64] 01:50:38 4945ef895928: Preparing 01:50:38 5586c8deeb26: Preparing 01:50:38 b8f26893bba8: Preparing 01:50:38 765e354e2379: Preparing 01:50:38 f6dff26d68b1: Preparing 01:50:38 1e890da81ec9: Preparing 01:50:38 1e890da81ec9: Waiting 01:50:38 5586c8deeb26: Layer already exists 01:50:38 b8f26893bba8: Layer already exists 01:50:38 4945ef895928: Layer already exists 01:50:38 765e354e2379: Layer already exists 01:50:38 f6dff26d68b1: Layer already exists 01:50:38 1e890da81ec9: Layer already exists 01:50:38 main: digest: sha256:d36a0b7ad28fccf6c76e0721c50a208a0c4c69147df525f3f0e8253169f56306 size: 1575 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 01:50:38 ===================================================== [Pipeline] echo 01:50:38 taggedImages: 01:50:38 - nexus3.edgexfoundry.org:10004/device-onvif-camera-arm64:3a4f249d681b6d810324a06bf1fb1c23a0bd69ed 01:50:38 - nexus3.edgexfoundry.org:10004/device-onvif-camera-arm64:latest 01:50:38 - nexus3.edgexfoundry.org:10004/device-onvif-camera-arm64:4.1.0-dev.5 01:50:38 - nexus3.edgexfoundry.org:10004/device-onvif-camera-arm64:3a4f249d681b6d810324a06bf1fb1c23a0bd69ed-4.1.0-dev.5 01:50:38 - nexus3.edgexfoundry.org:10004/device-onvif-camera-arm64:main [Pipeline] echo 01:50:38 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/device-onvif-camera-arm64:3a4f249d681b6d810324a06bf1fb1c23a0bd69ed [Pipeline] echo 01:50:38 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/device-onvif-camera-arm64:latest [Pipeline] echo 01:50:38 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/device-onvif-camera-arm64:4.1.0-dev.5 [Pipeline] echo 01:50:38 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/device-onvif-camera-arm64:3a4f249d681b6d810324a06bf1fb1c23a0bd69ed-4.1.0-dev.5 [Pipeline] echo 01:50:38 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 01:50:39 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 01:50:39 01:50:39 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:50:39 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 01:50:39 arm64: Pulling from edgex-lftools-log-publisher 01:50:39 8998bd30e6a1: Pulling fs layer 01:50:39 04944245beec: Pulling fs layer 01:50:39 699f458cf7ca: Pulling fs layer 01:50:39 765212b225bb: Pulling fs layer 01:50:39 f23df028b6ca: Pulling fs layer 01:50:39 d65c8cfc05b1: Pulling fs layer 01:50:39 2437ff75d9bd: Pulling fs layer 01:50:39 765212b225bb: Waiting 01:50:39 f23df028b6ca: Waiting 01:50:39 d65c8cfc05b1: Waiting 01:50:39 2437ff75d9bd: Waiting 01:50:39 04944245beec: Verifying Checksum 01:50:39 04944245beec: Download complete 01:50:39 765212b225bb: Download complete 01:50:39 f23df028b6ca: Verifying Checksum 01:50:39 f23df028b6ca: Download complete 01:50:39 d65c8cfc05b1: Verifying Checksum 01:50:39 d65c8cfc05b1: Download complete 01:50:40 699f458cf7ca: Verifying Checksum 01:50:40 699f458cf7ca: Download complete 01:50:40 8998bd30e6a1: Verifying Checksum 01:50:40 8998bd30e6a1: Download complete 01:50:42 2437ff75d9bd: Verifying Checksum 01:50:42 2437ff75d9bd: Download complete 01:50:45 8998bd30e6a1: Pull complete 01:50:45 04944245beec: Pull complete 01:50:46 699f458cf7ca: Pull complete 01:50:47 765212b225bb: Pull complete 01:50:48 f23df028b6ca: Pull complete 01:50:48 d65c8cfc05b1: Pull complete 01:51:06 2437ff75d9bd: Pull complete 01:51:06 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 01:51:06 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 01:51:06 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 01:51:06 prd-ubuntu20.04-docker-arm64-4c-16g-7344 does not seem to be running inside a container 01:51:06 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/device-onvif-camera/229 -v /w/workspace/device-onvif-camera/229:/w/workspace/device-onvif-camera/229:rw,z -v /w/workspace/device-onvif-camera/229@tmp:/w/workspace/device-onvif-camera/229@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat 01:51:09 $ docker top a4a49a286b1c87cb91a990c9930a561942cba1c121ebb9c141d2192ae56fb030 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 01:51:10 ---> job-cost.sh 01:51:10 lf-activate-venv: SKIPPING 01:51:10 INFO: No Stack... 01:51:10 INFO: Retrieving Pricing Info for: v3-standard-4 01:51:11 INFO: Archiving Costs [Pipeline] sh 01:51:12 + cat /w/workspace/device-onvif-camera/229/archives/cost.csv 01:51:12 + cut -d, -f6 [Pipeline] lock 01:51:12 Trying to acquire lock on [Resource: jenkins-edgexfoundry-device-onvif-camera-main-229-stack-cost] 01:51:12 Resource [jenkins-edgexfoundry-device-onvif-camera-main-229-stack-cost] did not exist. Created. 01:51:12 Lock acquired on [Resource: jenkins-edgexfoundry-device-onvif-camera-main-229-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 01:51:13 /w/workspace/device-onvif-camera/229@tmp/durable-0e65d8e3/script.sh.copy: 1: Syntax error: Unterminated quoted string [Pipeline] sh 01:51:13 + echo total: 0.10999999940395355 [Pipeline] stash 01:51:13 Warning: overwriting stash ‘stack-cost’ 01:51:13 Stashed 1 file(s) [Pipeline] } 01:51:13 Lock released on resource [Resource: jenkins-edgexfoundry-device-onvif-camera-main-229-stack-cost] [Pipeline] // lock [Pipeline] } 01:51:13 $ docker stop --time=1 a4a49a286b1c87cb91a990c9930a561942cba1c121ebb9c141d2192ae56fb030 01:51:15 $ docker rm -f --volumes a4a49a286b1c87cb91a990c9930a561942cba1c121ebb9c141d2192ae56fb030 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] configFileProvider 01:51:15 provisioning config files... 01:51:15 copy managed file [device-onvif-camera-codecov-token] to file:/w/workspace/foundry_device-onvif-camera_main@tmp/config15017941823232042044tmp [Pipeline] { [Pipeline] sh 01:51:16 + set +x 01:51:16 + curl -s https://codecov.io/bash 01:51:16 + bash -s -- 01:51:16 01:51:16 _____ _ 01:51:16 / ____| | | 01:51:16 | | ___ __| | ___ ___ _____ __ 01:51:16 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 01:51:16 | |___| (_) | (_| | __/ (_| (_) \ V / 01:51:16 \_____\___/ \__,_|\___|\___\___/ \_/ 01:51:16 Bash-1.0.6 01:51:16 01:51:16 01:51:16 ==> git version 2.25.1 found 01:51:16 ==> curl 7.68.0 (x86_64-pc-linux-gnu) libcurl/7.68.0 OpenSSL/1.1.1f zlib/1.2.11 brotli/1.0.7 libidn2/2.2.0 libpsl/0.21.0 (+libidn2/2.2.0) libssh/0.9.3/openssl/zlib nghttp2/1.40.0 librtmp/2.3 01:51:16 Release-Date: 2020-01-08 01:51:16 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 01:51:16 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 01:51:16 ==> Jenkins CI detected. 01:51:16 current dir:  /w/workspace/foundry_device-onvif-camera_main 01:51:16 project root: . 01:51:16 --> token set from env 01:51:16 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 01:51:16 ==> Running gcov in . (disable via -X gcov) 01:51:16 ==> Python coveragepy not found 01:51:16 ==> Searching for coverage reports in: 01:51:16 + . 01:51:16 -> Found 1 reports 01:51:16 ==> Detecting git/mercurial file structure 01:51:16 ==> Reading reports 01:51:16 + ./coverage.out bytes=92466 01:51:16 ==> Appending adjustments 01:51:16 https://docs.codecov.io/docs/fixing-reports 01:51:16 + Found adjustments 01:51:16 ==> Gzipping contents 01:51:16 12K /tmp/codecov.uPt7Rf.gz 01:51:16 ==> Uploading reports 01:51:16 url: https://codecov.io 01:51:16 query: branch=main&commit=3a4f249d681b6d810324a06bf1fb1c23a0bd69ed&build=229&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-onvif-camera%2Fjob%2Fmain%2F229%2F&name=&tag=&slug=edgexfoundry%2Fdevice-onvif-camera&service=jenkins&flags=&pr=&job=&cmd_args= 01:51:16 -> Pinging Codecov 01:51:16 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=****&branch=main&commit=3a4f249d681b6d810324a06bf1fb1c23a0bd69ed&build=229&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-onvif-camera%2Fjob%2Fmain%2F229%2F&name=&tag=&slug=edgexfoundry%2Fdevice-onvif-camera&service=jenkins&flags=&pr=&job=&cmd_args= 01:51:16 -> Uploading to 01:51:16 https://storage.googleapis.com/codecov-production/shelter/v4/github/edgexfoundry/device-onvif-camera/3a4f249d681b6d810324a06bf1fb1c23a0bd69ed/e5df01a7-8c28-4092-b382-a83dfa21f997.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJWQHUGIBILH4J7Q6ZUSCIFNEOLYSNDS7L3B4N5SIBQ2J4YLYE5CRFCD%2F20250821%2Fus%2Fs3%2Faws4_request&X-Amz-Date=20250821T015116Z&X-Amz-Expires=120&X-Amz-SignedHeaders=host&X-Amz-Signature=c03724fd98f44a123ce6af5892b77ad922ba47253a49b11569cab48dca8014ba 01:51:16 % Total % Received % Xferd Average Speed Time Time Time Current 01:51:16 Dload Upload Total Spent Left Speed 01:51:16 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 11485 0 0 100 11485 0 76566 --:--:-- --:--:-- --:--:-- 76566 01:51:16 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-onvif-camera/commit/3a4f249d681b6d810324a06bf1fb1c23a0bd69ed [Pipeline] } 01:51:16 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 01:51:17 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 01:51:17 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:51:17 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 01:51:17 01:51:17 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:51:17 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 01:51:17 latest: Pulling from edgex-devops/edgex-snyk-go 01:51:17 0a9a5dfd008f: Already exists 01:51:17 36466aa92d05: Already exists 01:51:17 e10405b45d13: Already exists 01:51:17 096b7ceb2af7: Already exists 01:51:17 4f4fb700ef54: Already exists 01:51:17 e50aa161e22a: Pulling fs layer 01:51:17 d3c8db5fb9df: Pulling fs layer 01:51:18 e50aa161e22a: Verifying Checksum 01:51:18 e50aa161e22a: Download complete 01:51:18 e50aa161e22a: Pull complete 01:51:19 d3c8db5fb9df: Verifying Checksum 01:51:19 d3c8db5fb9df: Download complete 01:51:23 d3c8db5fb9df: Pull complete 01:51:23 Digest: sha256:dd1bc05e8109ba836052a65277634c2595aaffbf12b6b6479deaea63345484be 01:51:23 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 01:51:23 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 01:51:23 prd-ubuntu20.04-docker-8c-8g-7342 does not seem to be running inside a container 01:51:24 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/foundry_device-onvif-camera_main -v /w/workspace/foundry_device-onvif-camera_main:/w/workspace/foundry_device-onvif-camera_main:rw,z -v /w/workspace/foundry_device-onvif-camera_main@tmp:/w/workspace/foundry_device-onvif-camera_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest cat 01:51:25 $ docker top f819366ad14853c139614d55f4e1aeecfe0ab177278cdb1389445b794520b890 -eo pid,comm [Pipeline] { [Pipeline] sh 01:51:25 + git config --global --add safe.directory /w/workspace/foundry_device-onvif-camera_main [Pipeline] echo 01:51:25 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/device-onvif-camera:main' [Pipeline] sh 01:51:26 + set -o pipefail 01:51:26 + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/device-onvif-camera:main' 01:51:32 01:51:32 Monitoring /w/workspace/foundry_device-onvif-camera_main (github.com/edgexfoundry/device-onvif-camera)... 01:51:32 01:51:32 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/9e5df0b9-9c2f-4dae-8e10-c7dd76eb4add/history/52ac8718-cb90-49fc-9fba-279e104da1f7 01:51:32 01:51:32 Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. 01:51:32 01:51:32 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 01:51:32 01:51:32 01:51:32 You have reached your monthly limit of 200 private tests for your edgex-jenkins org. 01:51:32 To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } 01:51:32 $ docker stop --time=1 f819366ad14853c139614d55f4e1aeecfe0ab177278cdb1389445b794520b890 01:51:36 $ docker rm -f --volumes f819366ad14853c139614d55f4e1aeecfe0ab177278cdb1389445b794520b890 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo 01:51:36 [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 01:51:36 provisioning config files... 01:51:36 copy managed file [swaggerhub-api-key] to file:/w/workspace/foundry_device-onvif-camera_main@tmp/config13711688458641102454tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 01:51:36 --> edgex-publish-swagger.sh 01:51:36 === Publish doc/openapi/v3 API === 01:51:36 [publishToSwagger] Publishing the API Docs [doc/openapi/v3] to Swagger 01:51:36 [publishToSwagger] Publishing API Name [device-onvif-camera] [/w/workspace/foundry_device-onvif-camera_main/doc/openapi/v3/device-onvif-camera.yaml] 01:51:36 % Total % Received % Xferd Average Speed Time Time Time Current 01:51:36 Dload Upload Total Spent Left Speed 01:51:36 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 485k 100 66 100 485k 283 2083k --:--:-- --:--:-- --:--:-- 2093k 01:51:36 {"code":403,"message":"Exceeded access limits for EdgeXFoundry1."} 01:51:36 [Pipeline] } 01:51:36 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] sh 01:51:37 + git log --format=format:%s -1 3a4f249d681b6d810324a06bf1fb1c23a0bd69ed [Pipeline] sh 01:51:37 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 01:51:37 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:51:38 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 01:51:38 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 01:51:38 prd-ubuntu20.04-docker-8c-8g-7342 does not seem to be running inside a container 01:51:38 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/foundry_device-onvif-camera_main -v /w/workspace/foundry_device-onvif-camera_main:/w/workspace/foundry_device-onvif-camera_main:rw,z -v /w/workspace/foundry_device-onvif-camera_main@tmp:/w/workspace/foundry_device-onvif-camera_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 01:51:38 $ docker top 0cd40f83d614e2e99349b3a21b18dceab59cf0c001a6824cd1eec2f77a6285b4 -eo pid,comm 01:51:38 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). 01:51:38 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 01:51:38 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 01:51:38 [ssh-agent] Looking for ssh-agent implementation... 01:51:38 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 01:51:38 $ docker exec 0cd40f83d614e2e99349b3a21b18dceab59cf0c001a6824cd1eec2f77a6285b4 ssh-agent 01:51:38 SSH_AUTH_SOCK=/tmp/ssh-j7zFOF0bB2EQ/agent.33 01:51:38 SSH_AGENT_PID=39 01:51:38 Running ssh-add (command line suppressed) 01:51:38 Identity added: /w/workspace/foundry_device-onvif-camera_main@tmp/private_key_8978740748871524522.key (/w/workspace/foundry_device-onvif-camera_main@tmp/private_key_8978740748871524522.key) 01:51:38 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 01:51:39 + git semver tag 01:51:39 2025-08-21 01:51:39,411 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') 01:51:39 2025-08-21 01:51:39,416 [run_tag] DEBUG tag force:False 01:51:39 2025-08-21 01:51:39,416 [check_head_tag] DEBUG check head tag 01:51:39 2025-08-21 01:51:39,416 [execute] INFO git cat-file --batch-check 01:51:39 2025-08-21 01:51:39,417 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/foundry_device-onvif-camera_main, stdin=, shell=False, universal_newlines=False) 01:51:39 2025-08-21 01:51:39,419 [execute] INFO git cat-file --batch 01:51:39 2025-08-21 01:51:39,419 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/foundry_device-onvif-camera_main, stdin=, shell=False, universal_newlines=False) 01:51:39 2025-08-21 01:51:39,425 [read_version] DEBUG read version from /w/workspace/foundry_device-onvif-camera_main/.semver/main 01:51:39 2025-08-21 01:51:39,426 [execute] INFO git tag -a v4.1.0-dev.5 -m v4.1.0-dev.5 01:51:39 2025-08-21 01:51:39,426 [execute] DEBUG Popen(['git', 'tag', '-a', 'v4.1.0-dev.5', '-m', 'v4.1.0-dev.5'], cwd=/w/workspace/foundry_device-onvif-camera_main, stdin=None, shell=False, universal_newlines=False) 01:51:39 2025-08-21 01:51:39,428 [read_version] DEBUG read version from /w/workspace/foundry_device-onvif-camera_main/.semver/main 01:51:39 4.1.0-dev.5 [Pipeline] } 01:51:39 $ docker exec --env ******** --env ******** 0cd40f83d614e2e99349b3a21b18dceab59cf0c001a6824cd1eec2f77a6285b4 ssh-agent -k 01:51:39 unset SSH_AUTH_SOCK; 01:51:39 unset SSH_AGENT_PID; 01:51:39 echo Agent pid 39 killed; 01:51:39 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 01:51:40 + git semver [Pipeline] } 01:51:40 $ docker stop --time=1 0cd40f83d614e2e99349b3a21b18dceab59cf0c001a6824cd1eec2f77a6285b4 01:51:41 $ docker rm -f --volumes 0cd40f83d614e2e99349b3a21b18dceab59cf0c001a6824cd1eec2f77a6285b4 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:51:42 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 01:51:42 01:51:42 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:51:42 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 01:51:42 0.23.1-centos7: Pulling from edgex-lftools 01:51:42 ab5ef0e58194: Pulling fs layer 01:51:42 9712f1f96733: Pulling fs layer 01:51:42 63f879dbbcfc: Pulling fs layer 01:51:42 0d9ebad4ef96: Pulling fs layer 01:51:42 e9a5061849ea: Pulling fs layer 01:51:42 d747dcd14b5f: Pulling fs layer 01:51:42 2de7ff778b66: Pulling fs layer 01:51:42 0d9ebad4ef96: Waiting 01:51:42 e9a5061849ea: Waiting 01:51:42 2de7ff778b66: Waiting 01:51:42 d747dcd14b5f: Waiting 01:51:42 9712f1f96733: Verifying Checksum 01:51:42 63f879dbbcfc: Verifying Checksum 01:51:42 63f879dbbcfc: Download complete 01:51:42 e9a5061849ea: Verifying Checksum 01:51:42 e9a5061849ea: Download complete 01:51:42 d747dcd14b5f: Verifying Checksum 01:51:42 d747dcd14b5f: Download complete 01:51:42 0d9ebad4ef96: Verifying Checksum 01:51:42 0d9ebad4ef96: Download complete 01:51:42 2de7ff778b66: Verifying Checksum 01:51:42 ab5ef0e58194: Verifying Checksum 01:51:42 ab5ef0e58194: Download complete 01:51:47 ab5ef0e58194: Pull complete 01:51:47 9712f1f96733: Pull complete 01:51:47 63f879dbbcfc: Pull complete 01:51:52 0d9ebad4ef96: Pull complete 01:51:52 e9a5061849ea: Pull complete 01:51:52 d747dcd14b5f: Pull complete 01:51:54 2de7ff778b66: Pull complete 01:51:54 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 01:51:54 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 01:51:54 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 01:51:54 prd-ubuntu20.04-docker-8c-8g-7342 does not seem to be running inside a container 01:51:54 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/foundry_device-onvif-camera_main -v /w/workspace/foundry_device-onvif-camera_main:/w/workspace/foundry_device-onvif-camera_main:rw,z -v /w/workspace/foundry_device-onvif-camera_main@tmp:/w/workspace/foundry_device-onvif-camera_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 01:51:57 $ docker top 72867c78564fafc91467f75288b694164cc716607a3f84a18d1957998a411d61 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 01:51:57 provisioning config files... 01:51:57 copy managed file [sigul-config] to file:/w/workspace/foundry_device-onvif-camera_main@tmp/config1965015875156189195tmp 01:51:57 copy managed file [sigul-password] to file:/w/workspace/foundry_device-onvif-camera_main@tmp/config11409044183264370009tmp 01:51:57 copy managed file [sigul-pki] to file:/w/workspace/foundry_device-onvif-camera_main@tmp/config24621476945771805tmp [Pipeline] { [Pipeline] echo 01:51:57 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 01:51:57 ---> sigul-configuration.sh 01:51:57 gpg: directory `/root/.gnupg' created 01:51:57 gpg: new configuration file `/root/.gnupg/gpg.conf' created 01:51:57 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 01:51:57 gpg: keyring `/root/.gnupg/secring.gpg' created 01:51:57 gpg: keyring `/root/.gnupg/pubring.gpg' created 01:51:57 gpg: CAST5 encrypted data 01:51:57 gpg: encrypted with 1 passphrase 01:51:57 gpg: WARNING: message was not integrity protected [Pipeline] sh 01:51:58 + mkdir /home/jenkins 01:51:58 + mkdir /home/jenkins/sigul [Pipeline] sh 01:51:58 + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo 01:51:58 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 01:51:58 ---> sigul-install.sh 01:51:58 Sigul already installed; skipping installation. [Pipeline] sh 01:51:58 + git tag --list 01:51:58 v0.0.0 01:51:58 v2.2.0 01:51:58 v2.3.0 01:51:58 v2.3.1 01:51:58 v3.0 01:51:58 v3.0.0 01:51:58 v3.1 01:51:58 v3.1.0 01:51:58 v3.1.1 01:51:58 v4.0 01:51:58 v4.0.0 01:51:58 v4.1.0-dev.1 01:51:58 v4.1.0-dev.2 01:51:58 v4.1.0-dev.3 01:51:58 v4.1.0-dev.4 01:51:58 v4.1.0-dev.5 [Pipeline] sh 01:51:59 + lftools sign git-tag v4.1.0-dev.5 01:51:59 Signing Git tag with Sigul... 01:51:59 Signing v4.1.0-dev.5 [Pipeline] echo 01:52:00 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 01:52:00 ---> sigul-configuration-cleanup.sh [Pipeline] } 01:52:00 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 01:52:00 $ docker stop --time=1 72867c78564fafc91467f75288b694164cc716607a3f84a18d1957998a411d61 01:52:01 $ docker rm -f --volumes 72867c78564fafc91467f75288b694164cc716607a3f84a18d1957998a411d61 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh 01:52:02 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 01:52:02 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:52:02 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 01:52:02 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 01:52:02 prd-ubuntu20.04-docker-8c-8g-7342 does not seem to be running inside a container 01:52:02 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/foundry_device-onvif-camera_main -v /w/workspace/foundry_device-onvif-camera_main:/w/workspace/foundry_device-onvif-camera_main:rw,z -v /w/workspace/foundry_device-onvif-camera_main@tmp:/w/workspace/foundry_device-onvif-camera_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 01:52:02 $ docker top 78acb4354335ed5946f4cf59e6dae431f0fd41f631cd1aaaeea5158ff9301bb0 -eo pid,comm 01:52:02 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). 01:52:02 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 01:52:03 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 01:52:03 [ssh-agent] Looking for ssh-agent implementation... 01:52:03 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 01:52:03 $ docker exec 78acb4354335ed5946f4cf59e6dae431f0fd41f631cd1aaaeea5158ff9301bb0 ssh-agent 01:52:03 SSH_AUTH_SOCK=/tmp/ssh-iPDnQ3sD4Vvi/agent.32 01:52:03 SSH_AGENT_PID=38 01:52:03 Running ssh-add (command line suppressed) 01:52:03 Identity added: /w/workspace/foundry_device-onvif-camera_main@tmp/private_key_11537767510815202660.key (/w/workspace/foundry_device-onvif-camera_main@tmp/private_key_11537767510815202660.key) 01:52:03 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 01:52:03 + git semver bump pre 01:52:03 2025-08-21 01:52:03,831 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') 01:52:03 2025-08-21 01:52:03,835 [read_version] DEBUG read version from /w/workspace/foundry_device-onvif-camera_main/.semver/main 01:52:03 2025-08-21 01:52:03,835 [bump_version] DEBUG bumping version:4.1.0-dev.5 on axis:pre with prefix:dev 01:52:03 2025-08-21 01:52:03,836 [bump_version] DEBUG bumped version:4.1.0-dev.6 01:52:03 2025-08-21 01:52:03,836 [write_version] DEBUG write version:4.1.0-dev.6 to path:/w/workspace/foundry_device-onvif-camera_main/.semver/main with force:True 01:52:03 2025-08-21 01:52:03,836 [read_version] DEBUG read version from /w/workspace/foundry_device-onvif-camera_main/.semver/main 01:52:03 2025-08-21 01:52:03,836 [write_file] DEBUG write to file:/w/workspace/foundry_device-onvif-camera_main/.semver/main 01:52:03 2025-08-21 01:52:03,838 [execute] INFO git cat-file --batch-check 01:52:03 2025-08-21 01:52:03,838 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/foundry_device-onvif-camera_main/.semver, stdin=, shell=False, universal_newlines=False) 01:52:03 2025-08-21 01:52:03,842 [execute] INFO git cat-file --batch 01:52:03 2025-08-21 01:52:03,842 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/foundry_device-onvif-camera_main/.semver, stdin=, shell=False, universal_newlines=False) 01:52:03 2025-08-21 01:52:03,845 [read_version] DEBUG read version from /w/workspace/foundry_device-onvif-camera_main/.semver/main 01:52:03 4.1.0-dev.6 [Pipeline] } 01:52:03 $ docker exec --env ******** --env ******** 78acb4354335ed5946f4cf59e6dae431f0fd41f631cd1aaaeea5158ff9301bb0 ssh-agent -k 01:52:03 unset SSH_AUTH_SOCK; 01:52:03 unset SSH_AGENT_PID; 01:52:03 echo Agent pid 38 killed; 01:52:03 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 01:52:04 + git semver [Pipeline] } 01:52:04 $ docker stop --time=1 78acb4354335ed5946f4cf59e6dae431f0fd41f631cd1aaaeea5158ff9301bb0 01:52:05 $ docker rm -f --volumes 78acb4354335ed5946f4cf59e6dae431f0fd41f631cd1aaaeea5158ff9301bb0 [Pipeline] // withDockerContainer [Pipeline] sh 01:52:06 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 01:52:06 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:52:06 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 01:52:06 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 01:52:06 prd-ubuntu20.04-docker-8c-8g-7342 does not seem to be running inside a container 01:52:06 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/foundry_device-onvif-camera_main -v /w/workspace/foundry_device-onvif-camera_main:/w/workspace/foundry_device-onvif-camera_main:rw,z -v /w/workspace/foundry_device-onvif-camera_main@tmp:/w/workspace/foundry_device-onvif-camera_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 01:52:06 $ docker top 04a848dab090c2bbddbd761bfc032cdbe4a110faa25abf2e698c4c85d32495be -eo pid,comm 01:52:06 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). 01:52:06 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 01:52:06 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 01:52:06 [ssh-agent] Looking for ssh-agent implementation... 01:52:07 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 01:52:07 $ docker exec 04a848dab090c2bbddbd761bfc032cdbe4a110faa25abf2e698c4c85d32495be ssh-agent 01:52:07 SSH_AUTH_SOCK=/tmp/ssh-kxTJWCOgeyPn/agent.33 01:52:07 SSH_AGENT_PID=39 01:52:07 Running ssh-add (command line suppressed) 01:52:07 Identity added: /w/workspace/foundry_device-onvif-camera_main@tmp/private_key_8987895954008130182.key (/w/workspace/foundry_device-onvif-camera_main@tmp/private_key_8987895954008130182.key) 01:52:07 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 01:52:07 + git semver push 01:52:07 2025-08-21 01:52:07,755 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') 01:52:07 2025-08-21 01:52:07,759 [run_push] DEBUG push 01:52:07 2025-08-21 01:52:07,760 [execute] INFO git cat-file --batch-check 01:52:07 2025-08-21 01:52:07,760 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/foundry_device-onvif-camera_main/.semver, stdin=, shell=False, universal_newlines=False) 01:52:07 2025-08-21 01:52:07,762 [execute] INFO git rev-list 779077d81a1356e6368d16566d150e0908f9d267 -- 01:52:07 2025-08-21 01:52:07,762 [execute] DEBUG Popen(['git', 'rev-list', '779077d81a1356e6368d16566d150e0908f9d267', '--'], cwd=/w/workspace/foundry_device-onvif-camera_main/.semver, stdin=None, shell=False, universal_newlines=False) 01:52:07 2025-08-21 01:52:07,769 [execute] INFO git fetch -v -- origin 01:52:07 2025-08-21 01:52:07,769 [execute] DEBUG Popen(['git', 'fetch', '-v', '--', 'origin'], cwd=/w/workspace/foundry_device-onvif-camera_main/.semver, stdin=None, shell=False, universal_newlines=True) 01:52:08 2025-08-21 01:52:08,219 [run_push] DEBUG no remote changes detected 01:52:08 2025-08-21 01:52:08,219 [execute] INFO git push origin semver 01:52:08 2025-08-21 01:52:08,219 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/foundry_device-onvif-camera_main/.semver, stdin=None, shell=False, universal_newlines=False) 01:52:08 2025-08-21 01:52:08,906 [run_push] DEBUG push all version tags 01:52:08 2025-08-21 01:52:08,906 [execute] INFO git push origin refs/tags/v*:refs/tags/v* 01:52:08 2025-08-21 01:52:08,906 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/foundry_device-onvif-camera_main, stdin=None, shell=False, universal_newlines=False) 01:52:09 2025-08-21 01:52:09,587 [read_version] DEBUG read version from /w/workspace/foundry_device-onvif-camera_main/.semver/main 01:52:09 4.1.0-dev.6 [Pipeline] } 01:52:09 $ docker exec --env ******** --env ******** 04a848dab090c2bbddbd761bfc032cdbe4a110faa25abf2e698c4c85d32495be ssh-agent -k 01:52:09 unset SSH_AUTH_SOCK; 01:52:09 unset SSH_AGENT_PID; 01:52:09 echo Agent pid 39 killed; 01:52:09 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 01:52:10 + git semver [Pipeline] } 01:52:10 $ docker stop --time=1 04a848dab090c2bbddbd761bfc032cdbe4a110faa25abf2e698c4c85d32495be 01:52:11 $ docker rm -f --volumes 04a848dab090c2bbddbd761bfc032cdbe4a110faa25abf2e698c4c85d32495be [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Bump Experimental Tag" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Bump Stable (Named) Tag" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh 01:52:12 + [ -d /w/workspace/foundry_device-onvif-camera_main/archives ] 01:52:12 + ls -al /w/workspace/foundry_device-onvif-camera_main/archives 01:52:12 total 16 01:52:12 drwxr-xr-x 3 root root 4096 Aug 21 01:35 . 01:52:12 drwxrwxr-x 10 jenkins jenkins 4096 Aug 21 01:51 .. 01:52:12 drwxr-xr-x 2 root root 4096 Aug 21 01:35 cost 01:52:12 -rw-r--r-- 1 root root 91 Aug 21 01:35 cost.csv 01:52:12 + sudo chown -R jenkins:jenkins /w/workspace/foundry_device-onvif-camera_main/archives 01:52:12 + ls -al /w/workspace/foundry_device-onvif-camera_main/archives 01:52:12 total 16 01:52:12 drwxr-xr-x 3 jenkins jenkins 4096 Aug 21 01:35 . 01:52:12 drwxrwxr-x 10 jenkins jenkins 4096 Aug 21 01:51 .. 01:52:12 drwxr-xr-x 2 jenkins jenkins 4096 Aug 21 01:35 cost 01:52:12 -rw-r--r-- 1 jenkins jenkins 91 Aug 21 01:35 cost.csv [Pipeline] libraryResource [Pipeline] sh 01:52:12 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 01:52:13 ---> package-listing.sh 01:52:13 ++ facter osfamily 01:52:13 ++ tr '[:upper:]' '[:lower:]' 01:52:13 + OS_FAMILY=debian 01:52:13 + workspace=/w/workspace/foundry_device-onvif-camera_main 01:52:13 + START_PACKAGES=/tmp/packages_start.txt 01:52:13 + END_PACKAGES=/tmp/packages_end.txt 01:52:13 + DIFF_PACKAGES=/tmp/packages_diff.txt 01:52:13 + PACKAGES=/tmp/packages_start.txt 01:52:13 + '[' /w/workspace/foundry_device-onvif-camera_main ']' 01:52:13 + PACKAGES=/tmp/packages_end.txt 01:52:13 + case "${OS_FAMILY}" in 01:52:13 + dpkg -l 01:52:13 + grep '^ii' 01:52:13 + '[' -f /tmp/packages_start.txt ']' 01:52:13 + '[' -f /tmp/packages_end.txt ']' 01:52:13 + diff /tmp/packages_start.txt /tmp/packages_end.txt 01:52:13 + '[' /w/workspace/foundry_device-onvif-camera_main ']' 01:52:13 + mkdir -p /w/workspace/foundry_device-onvif-camera_main/archives/ 01:52:13 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/foundry_device-onvif-camera_main/archives/ [Pipeline] echo 01:52:13 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 01:52:14 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:52:14 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 01:52:14 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 01:52:14 prd-ubuntu20.04-docker-8c-8g-7342 does not seem to be running inside a container 01:52:14 $ 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 01:52:15 $ docker top 7bf07cc11b70dac0f665ad377543f5728ffd653389a4bd302bfcc87e85fd8238 -eo pid,comm [Pipeline] { [Pipeline] sh 01:52:15 + touch /tmp/pre-build-complete [Pipeline] sh 01:52:15 + mkdir -p /var/log/sysstat [Pipeline] sh 01:52:15 + ls /var/log/sa-host 01:52:15 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 01:52:15 provisioning config files... 01:52:15 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/foundry_device-onvif-camera_main@tmp/config4884741515556779138tmp [Pipeline] { [Pipeline] echo 01:52:15 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 01:52:16 ---> create-netrc.sh [Pipeline] } 01:52:16 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 01:52:16 ---> python-tools-install.sh [Pipeline] echo 01:52:16 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 01:52:16 ---> sudo-logs.sh 01:52:16 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 01:52:16 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 01:52:17 ---> job-cost.sh 01:52:17 lf-activate-venv: SKIPPING 01:52:17 DEBUG: total: 0.2199999988079071 01:52:17 INFO: Retrieving Stack Cost... 01:52:17 INFO: Retrieving Pricing Info for: v3-standard-8 01:52:18 INFO: Archiving Costs [Pipeline] echo 01:52:18 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 01:52:18 ---> logs-deploy.sh 01:52:18 lf-activate-venv: SKIPPING 01:52:18 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-onvif-camera/main/229 01:52:18 INFO: archiving workspace using pattern(s): 01:52:19 Archives upload complete. 01:52:19 INFO: archiving logs to Nexus 01:52:19 ---> uname -a: 01:52:19 Linux prd-ubuntu20-04-docker-8c-8g-7342 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 GNU/Linux 01:52:19 01:52:19 01:52:19 ---> lscpu: 01:52:19 Architecture: x86_64 01:52:19 CPU op-mode(s): 32-bit, 64-bit 01:52:19 Byte Order: Little Endian 01:52:19 Address sizes: 40 bits physical, 48 bits virtual 01:52:19 CPU(s): 8 01:52:19 On-line CPU(s) list: 0-7 01:52:19 Thread(s) per core: 1 01:52:19 Core(s) per socket: 1 01:52:19 Socket(s): 8 01:52:19 NUMA node(s): 1 01:52:19 Vendor ID: AuthenticAMD 01:52:19 CPU family: 23 01:52:19 Model: 49 01:52:19 Model name: AMD EPYC-Rome Processor 01:52:19 Stepping: 0 01:52:19 CPU MHz: 2800.000 01:52:19 BogoMIPS: 5600.00 01:52:19 Virtualization: AMD-V 01:52:19 Hypervisor vendor: KVM 01:52:19 Virtualization type: full 01:52:19 L1d cache: 256 KiB 01:52:19 L1i cache: 256 KiB 01:52:19 L2 cache: 4 MiB 01:52:19 L3 cache: 128 MiB 01:52:19 NUMA node0 CPU(s): 0-7 01:52:19 Vulnerability Gather data sampling: Not affected 01:52:19 Vulnerability Itlb multihit: Not affected 01:52:19 Vulnerability L1tf: Not affected 01:52:19 Vulnerability Mds: Not affected 01:52:19 Vulnerability Meltdown: Not affected 01:52:19 Vulnerability Mmio stale data: Not affected 01:52:19 Vulnerability Retbleed: Vulnerable 01:52:19 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 01:52:19 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 01:52:19 Vulnerability Spectre v2: Mitigation; Retpolines; IBPB conditional; IBRS_FW; STIBP disabled; RSB filling; PBRSB-eIBRS Not affected; BHI Not affected 01:52:19 Vulnerability Srbds: Not affected 01:52:19 Vulnerability Tsx async abort: Not affected 01:52:19 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm rep_good nopl cpuid extd_apicid tsc_known_freq pni pclmulqdq ssse3 fma cx16 sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext perfctr_core ssbd ibrs ibpb stibp vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 clzero xsaveerptr wbnoinvd arat npt nrip_save umip rdpid arch_capabilities 01:52:19 01:52:19 01:52:19 ---> nproc: 01:52:19 8 01:52:19 01:52:19 01:52:19 ---> df -h: 01:52:19 Filesystem Size Used Avail Use% Mounted on 01:52:19 overlay 155G 14G 142G 9% / 01:52:19 tmpfs 64M 0 64M 0% /dev 01:52:19 tmpfs 16G 0 16G 0% /sys/fs/cgroup 01:52:19 shm 64M 0 64M 0% /dev/shm 01:52:19 /dev/vda1 155G 14G 142G 9% /facter-os 01:52:19 01:52:19 01:52:19 ---> sar -b -r -n DEV: 01:52:19 Linux 5.4.0-216-generic (prd-ubuntu20-04-docker-8c-8g-7342) 08/21/25 _x86_64_ (8 CPU) 01:52:19 01:52:19 01:31:50 LINUX RESTART (8 CPU) 01:52:19 01:52:19 01:32:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 01:52:19 01:33:01 403.53 82.00 321.53 0.00 14007.93 77919.41 0.00 01:52:19 01:34:01 249.01 3.17 245.84 0.00 56.52 66244.43 0.00 01:52:19 01:35:01 120.01 0.30 119.71 0.00 34.53 34262.16 0.00 01:52:19 01:36:01 48.81 0.02 48.79 0.00 1.47 19860.71 0.00 01:52:19 01:37:01 13.98 0.77 13.21 0.00 31.06 2196.57 0.00 01:52:19 01:38:01 39.13 3.02 36.11 0.00 4253.29 6819.53 0.00 01:52:19 01:39:01 3.75 0.02 3.73 0.00 0.13 89.97 0.00 01:52:19 01:40:01 1.58 0.00 1.58 0.00 0.00 18.00 0.00 01:52:19 01:41:01 1.03 0.00 1.03 0.00 0.00 10.66 0.00 01:52:19 01:42:01 1.62 0.00 1.62 0.00 0.00 18.53 0.00 01:52:19 01:43:01 0.88 0.00 0.88 0.00 0.00 9.06 0.00 01:52:19 01:44:01 1.67 0.00 1.67 0.00 0.00 23.86 0.00 01:52:19 01:45:01 1.00 0.00 1.00 0.00 0.00 10.53 0.00 01:52:19 01:46:01 0.95 0.00 0.95 0.00 0.00 11.20 0.00 01:52:19 01:47:01 1.32 0.00 1.32 0.00 0.00 15.59 0.00 01:52:19 01:48:01 1.47 0.02 1.45 0.00 0.13 21.73 0.00 01:52:19 01:49:01 1.25 0.00 1.25 0.00 0.00 14.26 0.00 01:52:19 01:50:01 0.87 0.00 0.87 0.00 0.00 11.06 0.00 01:52:19 01:51:01 1.23 0.00 1.23 0.00 0.00 14.40 0.00 01:52:19 01:52:01 124.03 0.68 123.35 0.00 16.26 53986.74 0.00 01:52:19 Average: 50.85 4.50 46.36 0.00 920.04 13077.59 0.00 01:52:19 01:52:19 01:32:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 01:52:19 01:33:01 28601740 31498900 805972 2.45 84804 3095876 1942912 5.73 1059844 2826316 316980 01:52:19 01:34:01 26684888 31453828 826708 2.52 157296 4701104 1828848 5.39 1607820 3984992 386664 01:52:19 01:35:01 26645760 31509396 773444 2.35 161740 4803112 1671284 4.93 1660520 3986164 428 01:52:19 01:36:01 26128956 31508416 772368 2.35 175120 5254968 1705052 5.03 1679924 4425208 400 01:52:19 01:37:01 26031184 31482696 793196 2.41 180140 5319352 1674304 4.94 1727932 4464012 748 01:52:19 01:38:01 25642112 31489164 777108 2.36 207684 5676236 1768656 5.21 1968328 4591412 4 01:52:19 01:39:01 25643848 31490512 775548 2.36 207452 5675976 1759548 5.19 1967240 4591164 8 01:52:19 01:40:01 25650148 31496880 769064 2.34 207508 5675976 1759548 5.19 1961380 4591160 192 01:52:19 01:41:01 25650512 31497268 768668 2.34 207524 5675980 1759548 5.19 1960912 4591164 16 01:52:19 01:42:01 25652764 31499544 766324 2.33 207548 5675984 1759548 5.19 1958416 4591168 24 01:52:19 01:43:01 25652576 31499388 766608 2.33 207568 5675984 1759548 5.19 1958852 4591168 160 01:52:19 01:44:01 25653588 31500440 765496 2.33 207604 5675988 1759548 5.19 1957748 4591172 196 01:52:19 01:45:01 25653604 31500484 765392 2.33 207624 5675992 1759548 5.19 1957756 4591176 164 01:52:19 01:46:01 25654328 31501236 764556 2.33 207652 5675992 1759548 5.19 1957468 4591176 256 01:52:19 01:47:01 25654028 31500972 764756 2.33 207684 5675996 1759548 5.19 1957508 4591180 196 01:52:19 01:48:01 25652932 31499988 765612 2.33 207728 5675972 1753096 5.17 1957712 4591148 260 01:52:19 01:49:01 25652952 31500032 765560 2.33 207752 5675976 1753096 5.17 1957264 4591152 4 01:52:19 01:50:01 25653416 31500556 764936 2.33 207788 5675980 1753096 5.17 1957592 4591156 284 01:52:19 01:51:01 25653440 31500580 764884 2.33 207816 5675980 1736972 5.12 1957320 4591156 8 01:52:19 01:52:01 24463596 31457528 805364 2.45 248592 6677876 1758868 5.19 2067468 5566792 232 01:52:19 Average: 25883819 31494390 776078 2.36 195731 5465815 1759106 5.19 1861950 4476502 35361 01:52:19 01:52:19 01:32:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 01:52:19 01:33:01 lo 5.37 5.37 0.55 0.55 0.00 0.00 0.00 0.00 01:52:19 01:33:01 ens3 718.76 491.17 8418.21 134.93 0.00 0.00 0.00 0.00 01:52:19 01:33:01 docker0 61.37 58.42 4.30 327.11 0.00 0.00 0.00 0.00 01:52:19 01:34:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 01:52:19 01:34:01 ens3 511.15 325.28 3128.32 44.61 0.00 0.00 0.00 0.00 01:52:19 01:34:01 docker0 304.22 474.62 25.93 3094.47 0.00 0.00 0.00 0.00 01:52:19 01:34:01 veth114def4 0.10 0.18 0.01 0.01 0.00 0.00 0.00 0.00 01:52:19 01:35:01 lo 3.93 3.93 0.40 0.40 0.00 0.00 0.00 0.00 01:52:19 01:35:01 ens3 72.24 57.51 223.19 215.09 0.00 0.00 0.00 0.00 01:52:19 01:35:01 docker0 5.52 9.97 0.33 123.45 0.00 0.00 0.00 0.00 01:52:19 01:36:01 lo 2.60 2.60 0.25 0.25 0.00 0.00 0.00 0.00 01:52:19 01:36:01 ens3 104.33 63.01 2534.04 14.82 0.00 0.00 0.00 0.00 01:52:19 01:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:52:19 01:37:01 lo 0.20 0.20 0.02 0.02 0.00 0.00 0.00 0.00 01:52:19 01:37:01 ens3 97.07 66.81 849.55 4.75 0.00 0.00 0.00 0.00 01:52:19 01:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:52:19 01:38:01 lo 0.67 0.67 0.06 0.06 0.00 0.00 0.00 0.00 01:52:19 01:38:01 ens3 114.65 69.36 2121.08 4.98 0.00 0.00 0.00 0.00 01:52:19 01:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:52:19 01:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:52:19 01:39:01 ens3 0.07 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:52:19 01:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:52:19 01:40:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 01:52:19 01:40:01 ens3 1.25 0.68 0.53 0.30 0.00 0.00 0.00 0.00 01:52:19 01:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:52:19 01:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:52:19 01:41:01 ens3 0.20 0.02 0.01 0.00 0.00 0.00 0.00 0.00 01:52:19 01:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:52:19 01:42:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 01:52:19 01:42:01 ens3 0.17 0.10 0.01 0.01 0.00 0.00 0.00 0.00 01:52:19 01:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:52:19 01:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:52:19 01:43:01 ens3 0.25 0.13 0.08 0.07 0.00 0.00 0.00 0.00 01:52:19 01:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:52:19 01:44:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 01:52:19 01:44:01 ens3 0.32 0.10 0.02 0.01 0.00 0.00 0.00 0.00 01:52:19 01:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:52:19 01:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:52:19 01:45:01 ens3 0.27 0.07 0.07 0.00 0.00 0.00 0.00 0.00 01:52:19 01:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:52:19 01:46:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 01:52:19 01:46:01 ens3 0.15 0.10 0.01 0.01 0.00 0.00 0.00 0.00 01:52:19 01:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:52:19 01:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:52:19 01:47:01 ens3 0.12 0.00 0.01 0.00 0.00 0.00 0.00 0.00 01:52:19 01:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:52:19 01:48:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 01:52:19 01:48:01 ens3 0.43 0.32 0.09 0.09 0.00 0.00 0.00 0.00 01:52:19 01:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:52:19 01:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:52:19 01:49:01 ens3 0.20 0.05 0.06 0.00 0.00 0.00 0.00 0.00 01:52:19 01:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:52:19 01:50:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 01:52:19 01:50:01 ens3 0.15 0.10 0.01 0.01 0.00 0.00 0.00 0.00 01:52:19 01:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:52:19 01:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:52:19 01:51:01 ens3 0.13 0.00 0.01 0.00 0.00 0.00 0.00 0.00 01:52:19 01:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:52:19 01:52:01 lo 1.80 1.80 0.17 0.17 0.00 0.00 0.00 0.00 01:52:19 01:52:01 ens3 388.45 242.49 6802.24 142.74 0.00 0.00 0.00 0.00 01:52:19 01:52:01 docker0 65.19 106.98 5.96 917.50 0.00 0.00 0.00 0.00 01:52:19 Average: lo 0.80 0.80 0.08 0.08 0.00 0.00 0.00 0.00 01:52:19 Average: ens3 100.51 65.86 1203.85 28.12 0.00 0.00 0.00 0.00 01:52:19 Average: docker0 21.81 32.50 1.83 223.12 0.00 0.00 0.00 0.00 01:52:19 01:52:19 01:52:19 ---> sar -P ALL: 01:52:19 Linux 5.4.0-216-generic (prd-ubuntu20-04-docker-8c-8g-7342) 08/21/25 _x86_64_ (8 CPU) 01:52:19 01:52:19 01:31:50 LINUX RESTART (8 CPU) 01:52:19 01:52:19 01:32:01 CPU %user %nice %system %iowait %steal %idle 01:52:19 01:33:01 all 9.57 0.00 3.11 2.42 0.06 84.83 01:52:19 01:33:01 0 6.78 0.00 2.32 0.54 0.07 90.30 01:52:19 01:33:01 1 10.13 0.00 3.37 3.27 0.05 83.18 01:52:19 01:33:01 2 8.70 0.00 3.79 4.75 0.07 82.68 01:52:19 01:33:01 3 12.84 0.00 2.82 1.34 0.07 82.93 01:52:19 01:33:01 4 11.05 0.00 3.72 5.36 0.05 79.81 01:52:19 01:33:01 5 11.05 0.00 2.73 2.09 0.05 84.08 01:52:19 01:33:01 6 7.58 0.00 3.39 1.70 0.07 87.26 01:52:19 01:33:01 7 8.47 0.00 2.76 0.34 0.08 88.35 01:52:19 01:34:01 all 29.62 0.00 6.21 1.91 0.07 62.18 01:52:19 01:34:01 0 29.05 0.00 5.68 0.59 0.07 64.62 01:52:19 01:34:01 1 29.33 0.00 6.36 1.11 0.08 63.12 01:52:19 01:34:01 2 29.75 0.00 5.83 2.11 0.07 62.24 01:52:19 01:34:01 3 29.85 0.00 6.50 0.66 0.07 62.93 01:52:19 01:34:01 4 30.68 0.00 5.93 0.64 0.07 62.69 01:52:19 01:34:01 5 29.72 0.00 6.31 0.71 0.08 63.18 01:52:19 01:34:01 6 27.95 0.00 5.90 2.95 0.07 63.12 01:52:19 01:34:01 7 30.61 0.00 7.18 6.58 0.08 55.54 01:52:19 01:35:01 all 39.25 0.00 5.93 2.07 0.08 52.67 01:52:19 01:35:01 0 37.47 0.00 6.89 0.87 0.07 54.70 01:52:19 01:35:01 1 40.10 0.00 5.71 3.54 0.07 50.58 01:52:19 01:35:01 2 40.66 0.00 6.91 0.27 0.07 52.10 01:52:19 01:35:01 3 38.28 0.00 4.88 0.74 0.08 56.01 01:52:19 01:35:01 4 37.04 0.00 5.10 1.08 0.08 56.70 01:52:19 01:35:01 5 39.72 0.00 6.10 7.97 0.08 46.13 01:52:19 01:35:01 6 39.91 0.00 5.28 0.19 0.07 54.55 01:52:19 01:35:01 7 40.82 0.00 6.56 1.92 0.08 50.61 01:52:19 01:36:01 all 2.58 0.00 1.00 0.49 0.03 95.90 01:52:19 01:36:01 0 2.41 0.00 0.87 0.02 0.02 96.69 01:52:19 01:36:01 1 2.64 0.00 1.15 0.00 0.05 96.15 01:52:19 01:36:01 2 3.00 0.00 0.89 0.15 0.05 95.91 01:52:19 01:36:01 3 2.35 0.00 0.76 0.00 0.03 96.86 01:52:19 01:36:01 4 2.63 0.00 0.90 0.00 0.02 96.45 01:52:19 01:36:01 5 2.24 0.00 0.69 0.47 0.02 96.59 01:52:19 01:36:01 6 2.79 0.00 1.51 0.02 0.03 95.65 01:52:19 01:36:01 7 2.55 0.00 1.26 3.25 0.03 92.91 01:52:19 01:37:01 all 0.37 0.00 0.24 0.12 0.02 99.26 01:52:19 01:37:01 0 0.73 0.00 0.27 0.03 0.03 98.93 01:52:19 01:37:01 1 0.60 0.00 0.27 0.37 0.02 98.75 01:52:19 01:37:01 2 0.45 0.00 0.80 0.02 0.03 98.70 01:52:19 01:37:01 3 0.07 0.00 0.12 0.00 0.02 99.80 01:52:19 01:37:01 4 0.13 0.00 0.10 0.02 0.00 99.75 01:52:19 01:37:01 5 0.23 0.00 0.13 0.03 0.02 99.58 01:52:19 01:37:01 6 0.25 0.00 0.12 0.33 0.02 99.28 01:52:19 01:37:01 7 0.48 0.00 0.12 0.13 0.00 99.27 01:52:19 01:38:01 all 1.69 0.00 1.02 0.30 0.03 96.97 01:52:19 01:38:01 0 0.82 0.00 0.80 0.05 0.00 98.33 01:52:19 01:38:01 1 2.79 0.00 1.12 0.32 0.03 95.74 01:52:19 01:38:01 2 2.10 0.00 2.52 0.10 0.02 95.26 01:52:19 01:38:01 3 1.86 0.00 0.55 0.02 0.05 97.52 01:52:19 01:38:01 4 1.52 0.00 1.02 0.55 0.03 96.88 01:52:19 01:38:01 5 0.78 0.00 0.90 0.05 0.02 98.25 01:52:19 01:38:01 6 1.39 0.00 0.65 1.24 0.03 96.69 01:52:19 01:38:01 7 2.24 0.00 0.57 0.07 0.02 97.11 01:52:19 01:39:01 all 0.07 0.00 0.05 0.01 0.01 99.86 01:52:19 01:39:01 0 0.03 0.00 0.03 0.00 0.02 99.92 01:52:19 01:39:01 1 0.20 0.00 0.10 0.00 0.02 99.68 01:52:19 01:39:01 2 0.07 0.00 0.05 0.02 0.00 99.87 01:52:19 01:39:01 3 0.07 0.00 0.07 0.00 0.03 99.83 01:52:19 01:39:01 4 0.03 0.00 0.03 0.00 0.00 99.93 01:52:19 01:39:01 5 0.03 0.00 0.03 0.03 0.02 99.88 01:52:19 01:39:01 6 0.07 0.00 0.07 0.05 0.02 99.80 01:52:19 01:39:01 7 0.03 0.00 0.02 0.00 0.02 99.93 01:52:19 01:40:01 all 0.02 0.00 0.01 0.01 0.01 99.94 01:52:19 01:40:01 0 0.00 0.00 0.00 0.00 0.00 100.00 01:52:19 01:40:01 1 0.02 0.00 0.02 0.07 0.02 99.88 01:52:19 01:40:01 2 0.00 0.00 0.02 0.00 0.00 99.98 01:52:19 01:40:01 3 0.03 0.00 0.02 0.00 0.03 99.92 01:52:19 01:40:01 4 0.03 0.00 0.02 0.00 0.02 99.93 01:52:19 01:40:01 5 0.05 0.00 0.03 0.00 0.00 99.92 01:52:19 01:40:01 6 0.03 0.00 0.02 0.03 0.02 99.90 01:52:19 01:40:01 7 0.00 0.00 0.00 0.00 0.00 100.00 01:52:19 01:41:01 all 0.04 0.00 0.01 0.00 0.01 99.93 01:52:19 01:41:01 0 0.00 0.00 0.00 0.00 0.02 99.98 01:52:19 01:41:01 1 0.02 0.00 0.00 0.00 0.02 99.97 01:52:19 01:41:01 2 0.00 0.00 0.02 0.00 0.00 99.98 01:52:19 01:41:01 3 0.02 0.00 0.03 0.00 0.03 99.92 01:52:19 01:41:01 4 0.02 0.00 0.02 0.00 0.00 99.97 01:52:19 01:41:01 5 0.27 0.00 0.00 0.00 0.02 99.72 01:52:19 01:41:01 6 0.03 0.00 0.00 0.02 0.00 99.95 01:52:19 01:41:01 7 0.00 0.00 0.02 0.00 0.00 99.98 01:52:19 01:42:01 all 0.01 0.00 0.01 0.00 0.01 99.96 01:52:19 01:42:01 0 0.00 0.00 0.02 0.00 0.00 99.98 01:52:19 01:42:01 1 0.00 0.00 0.00 0.02 0.00 99.98 01:52:19 01:42:01 2 0.00 0.00 0.00 0.00 0.02 99.98 01:52:19 01:42:01 3 0.02 0.00 0.03 0.00 0.03 99.92 01:52:19 01:42:01 4 0.02 0.00 0.00 0.00 0.02 99.97 01:52:19 01:42:01 5 0.03 0.00 0.02 0.00 0.00 99.95 01:52:19 01:42:01 6 0.02 0.00 0.02 0.02 0.02 99.93 01:52:19 01:42:01 7 0.00 0.00 0.00 0.00 0.00 100.00 01:52:19 01:43:01 all 0.02 0.00 0.01 0.00 0.01 99.95 01:52:19 01:43:01 0 0.00 0.00 0.00 0.00 0.00 100.00 01:52:19 01:43:01 1 0.00 0.00 0.00 0.02 0.02 99.97 01:52:19 01:43:01 2 0.00 0.00 0.00 0.00 0.00 100.00 01:52:19 01:43:01 3 0.03 0.00 0.03 0.00 0.05 99.88 01:52:19 01:43:01 4 0.00 0.00 0.02 0.00 0.00 99.98 01:52:19 01:43:01 5 0.12 0.00 0.02 0.00 0.02 99.85 01:52:19 01:43:01 6 0.02 0.00 0.02 0.00 0.02 99.95 01:52:19 01:43:01 7 0.00 0.00 0.00 0.00 0.00 100.00 01:52:19 01:52:19 01:43:01 CPU %user %nice %system %iowait %steal %idle 01:52:19 01:44:01 all 0.02 0.00 0.01 0.01 0.01 99.95 01:52:19 01:44:01 0 0.00 0.00 0.00 0.00 0.00 100.00 01:52:19 01:44:01 1 0.00 0.00 0.02 0.02 0.03 99.93 01:52:19 01:44:01 2 0.02 0.00 0.00 0.00 0.00 99.98 01:52:19 01:44:01 3 0.05 0.00 0.03 0.00 0.02 99.90 01:52:19 01:44:01 4 0.03 0.00 0.00 0.00 0.02 99.95 01:52:19 01:44:01 5 0.00 0.00 0.00 0.00 0.00 100.00 01:52:19 01:44:01 6 0.03 0.00 0.03 0.03 0.02 99.88 01:52:19 01:44:01 7 0.02 0.00 0.00 0.00 0.00 99.98 01:52:19 01:45:01 all 0.00 0.00 0.01 0.00 0.01 99.98 01:52:19 01:45:01 0 0.00 0.00 0.02 0.00 0.02 99.97 01:52:19 01:45:01 1 0.02 0.00 0.00 0.00 0.00 99.98 01:52:19 01:45:01 2 0.00 0.00 0.00 0.00 0.00 100.00 01:52:19 01:45:01 3 0.00 0.00 0.02 0.00 0.05 99.93 01:52:19 01:45:01 4 0.00 0.00 0.00 0.00 0.00 100.00 01:52:19 01:45:01 5 0.00 0.00 0.00 0.00 0.00 100.00 01:52:19 01:45:01 6 0.02 0.00 0.02 0.00 0.02 99.95 01:52:19 01:45:01 7 0.00 0.00 0.00 0.00 0.00 100.00 01:52:19 01:46:01 all 0.02 0.00 0.01 0.00 0.01 99.96 01:52:19 01:46:01 0 0.00 0.00 0.00 0.00 0.00 100.00 01:52:19 01:46:01 1 0.02 0.00 0.02 0.00 0.02 99.95 01:52:19 01:46:01 2 0.00 0.00 0.00 0.00 0.00 100.00 01:52:19 01:46:01 3 0.03 0.00 0.03 0.00 0.02 99.92 01:52:19 01:46:01 4 0.03 0.00 0.00 0.00 0.02 99.95 01:52:19 01:46:01 5 0.03 0.00 0.00 0.00 0.00 99.97 01:52:19 01:46:01 6 0.02 0.00 0.02 0.02 0.00 99.95 01:52:19 01:46:01 7 0.02 0.00 0.02 0.00 0.00 99.97 01:52:19 01:47:01 all 0.10 0.00 0.01 0.01 0.01 99.87 01:52:19 01:47:01 0 0.03 0.00 0.03 0.00 0.02 99.92 01:52:19 01:47:01 1 0.03 0.00 0.00 0.02 0.02 99.93 01:52:19 01:47:01 2 0.00 0.00 0.00 0.00 0.00 100.00 01:52:19 01:47:01 3 0.70 0.00 0.02 0.00 0.05 99.24 01:52:19 01:47:01 4 0.00 0.00 0.00 0.00 0.00 100.00 01:52:19 01:47:01 5 0.02 0.00 0.00 0.00 0.00 99.98 01:52:19 01:47:01 6 0.02 0.00 0.02 0.02 0.02 99.93 01:52:19 01:47:01 7 0.00 0.00 0.00 0.02 0.00 99.98 01:52:19 01:48:01 all 0.26 0.00 0.02 0.00 0.01 99.71 01:52:19 01:48:01 0 0.05 0.00 0.02 0.00 0.00 99.93 01:52:19 01:48:01 1 0.02 0.00 0.03 0.00 0.02 99.93 01:52:19 01:48:01 2 0.00 0.00 0.00 0.00 0.00 100.00 01:52:19 01:48:01 3 1.87 0.00 0.05 0.00 0.02 98.06 01:52:19 01:48:01 4 0.02 0.00 0.03 0.00 0.00 99.95 01:52:19 01:48:01 5 0.03 0.00 0.00 0.00 0.02 99.95 01:52:19 01:48:01 6 0.08 0.00 0.02 0.02 0.02 99.87 01:52:19 01:48:01 7 0.00 0.00 0.02 0.00 0.00 99.98 01:52:19 01:49:01 all 0.24 0.00 0.01 0.01 0.01 99.74 01:52:19 01:49:01 0 0.00 0.00 0.00 0.00 0.00 100.00 01:52:19 01:49:01 1 0.02 0.00 0.00 0.02 0.02 99.95 01:52:19 01:49:01 2 0.00 0.00 0.00 0.00 0.00 100.00 01:52:19 01:49:01 3 1.82 0.00 0.05 0.00 0.05 98.08 01:52:19 01:49:01 4 0.02 0.00 0.00 0.00 0.02 99.97 01:52:19 01:49:01 5 0.00 0.00 0.00 0.00 0.00 100.00 01:52:19 01:49:01 6 0.02 0.00 0.02 0.03 0.02 99.92 01:52:19 01:49:01 7 0.00 0.00 0.00 0.00 0.00 100.00 01:52:19 01:50:01 all 0.05 0.00 0.01 0.00 0.01 99.92 01:52:19 01:50:01 0 0.00 0.00 0.00 0.00 0.02 99.98 01:52:19 01:50:01 1 0.02 0.00 0.02 0.00 0.02 99.95 01:52:19 01:50:01 2 0.00 0.00 0.02 0.00 0.00 99.98 01:52:19 01:50:01 3 0.32 0.00 0.02 0.00 0.03 99.63 01:52:19 01:50:01 4 0.00 0.00 0.00 0.00 0.02 99.98 01:52:19 01:50:01 5 0.02 0.00 0.00 0.00 0.00 99.98 01:52:19 01:50:01 6 0.05 0.00 0.03 0.02 0.02 99.88 01:52:19 01:50:01 7 0.00 0.00 0.00 0.00 0.00 100.00 01:52:19 01:51:01 all 0.01 0.00 0.01 0.00 0.01 99.96 01:52:19 01:51:01 0 0.00 0.00 0.02 0.00 0.00 99.98 01:52:19 01:51:01 1 0.02 0.00 0.02 0.02 0.02 99.93 01:52:19 01:51:01 2 0.00 0.00 0.00 0.00 0.02 99.98 01:52:19 01:51:01 3 0.02 0.00 0.03 0.00 0.03 99.92 01:52:19 01:51:01 4 0.02 0.00 0.00 0.00 0.00 99.98 01:52:19 01:51:01 5 0.02 0.00 0.00 0.00 0.00 99.98 01:52:19 01:51:01 6 0.03 0.00 0.03 0.02 0.02 99.90 01:52:19 01:51:01 7 0.02 0.00 0.00 0.00 0.00 99.98 01:52:19 01:52:01 all 7.21 0.00 2.88 1.42 0.05 88.44 01:52:19 01:52:01 0 7.54 0.00 2.29 0.13 0.03 90.00 01:52:19 01:52:01 1 6.06 0.00 3.08 2.21 0.05 88.60 01:52:19 01:52:01 2 7.93 0.00 2.87 0.10 0.03 89.07 01:52:19 01:52:01 3 7.00 0.00 2.53 0.74 0.07 89.66 01:52:19 01:52:01 4 7.69 0.00 2.21 0.57 0.05 89.48 01:52:19 01:52:01 5 7.72 0.00 2.46 0.03 0.05 89.73 01:52:19 01:52:01 6 7.63 0.00 4.53 7.49 0.07 80.29 01:52:19 01:52:01 7 6.07 0.00 3.06 0.13 0.05 90.68 01:52:19 Average: all 4.53 0.00 1.02 0.44 0.02 93.99 01:52:19 Average: 0 4.22 0.00 0.96 0.11 0.02 94.69 01:52:19 Average: 1 4.58 0.00 1.06 0.55 0.03 93.79 01:52:19 Average: 2 4.61 0.00 1.18 0.37 0.02 93.82 01:52:19 Average: 3 4.84 0.00 0.92 0.17 0.04 94.03 01:52:19 Average: 4 4.52 0.00 0.95 0.41 0.02 94.10 01:52:19 Average: 5 4.57 0.00 0.96 0.56 0.02 93.88 01:52:19 Average: 6 4.34 0.00 1.07 0.70 0.03 93.86 01:52:19 Average: 7 4.53 0.00 1.07 0.62 0.02 93.77 01:52:19 01:52:19 01:52:19