Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 03916b7a3ef32b822df56f67b017c6db8c929e05 Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh10118546381728411716.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 056ae7b86453181957306e7078512cbe12174832 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --resolve-git-dir /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f/.git # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f@tmp/jenkins-gitclient-ssh18264068701130299113.key > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 056ae7b86453181957306e7078512cbe12174832 The recommended git tool is: git using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/device-onvif-camera/branches/main/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/device-onvif-camera/branches/main/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh14368664836083027178.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 056ae7b86453181957306e7078512cbe12174832 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 056ae7b86453181957306e7078512cbe12174832 # timeout=10 Commit message: "Merge pull request #473 from cherrycl/fix-seccomp-profile-error" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh3074820225060471872.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 65355178549468b165f8106641c96c3190b1d843 The recommended git tool is: NONE using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/device-onvif-camera/branches/main/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/device-onvif-camera/branches/main/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh2664310957446453832.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-onvif-camera, publishSwaggerDocs:true, swaggerApiFolders:[doc/openapi/v3]] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-onvif-camera-settings PROJECT: device-onvif-camera USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.23 USE_ALPINE: true DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_IMAGE_NAME: device-onvif-camera DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: doc/openapi/v3 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘prd-ubuntu20.04-docker-8c-8g-8212’ Running on prd-ubuntu20.04-docker-8c-8g-8215 in /w/workspace/foundry_device-onvif-camera_main [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/device-onvif-camera.git > git init /w/workspace/foundry_device-onvif-camera_main # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-onvif-camera.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-onvif-camera.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-onvif-camera.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 03916b7a3ef32b822df56f67b017c6db8c929e05 (main) Commit message: "build(deps): Bump github.com/edgexfoundry/device-sdk-go/v4 (#522)" > git config core.sparsecheckout # timeout=10 > git checkout -f 03916b7a3ef32b822df56f67b017c6db8c929e05 # timeout=10 > git rev-list --no-walk be572d9a9e73ac10c2441b7c89438c672cc7a451 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 06:09:36 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 06:09:36 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 06:09:36 ========================================================= 06:09:36 EdgeX Global Pipelines Version Info 06:09:36 ========================================================= [Pipeline] libraryResource [Pipeline] sh 06:09:37 ------------------- 06:09:37 stable info: 06:09:37 ------------------- 06:09:37 Commited By: Cherry Wang cherry@iotechsys.com 06:09:37 Commit SHA: 056ae7b86453181957306e7078512cbe12174832 06:09:37 Message: update stable to v1.0.276 06:09:38 ------------------- 06:09:38 experimental info: 06:09:38 ------------------- 06:09:38 Commited By: **** collab-it+edgex@linuxfoundation.org 06:09:38 Commit SHA: 056ae7b86453181957306e7078512cbe12174832 06:09:38 Message: update experimental to v1.0.276 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 06:09:38 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-onvif-camera-settings [Pipeline] echo 06:09:38 [edgeXSetupEnvironment]: set envvar PROJECT = device-onvif-camera [Pipeline] echo 06:09:38 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 06:09:38 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 06:09:38 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 06:09:38 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.23 [Pipeline] echo 06:09:38 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 06:09:38 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 06:09:38 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 06:09:38 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 06:09:38 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 06:09:38 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-onvif-camera [Pipeline] echo 06:09:38 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 06:09:38 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 06:09:38 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 06:09:38 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 06:09:38 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 06:09:39 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 06:09:39 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 06:09:39 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 06:09:39 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 06:09:39 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = doc/openapi/v3 [Pipeline] echo 06:09:39 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 06:09:39 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 06:09:39 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 06:09:39 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 06:09:39 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 06:09:39 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo 06:09:39 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo 06:09:39 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo 06:09:39 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 03916b7a3ef32b822df56f67b017c6db8c929e05 [Pipeline] echo 06:09:39 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 03916b7 [Pipeline] echo 06:09:39 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 06:09:39 provisioning config files... 06:09:39 copy managed file [device-onvif-camera-settings] to file:/w/workspace/foundry_device-onvif-camera_main@tmp/config15285874048901213211tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 06:09:39 ---> ****-login.sh 06:09:39 nexus3.edgexfoundry.org:10001 06:09:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:09:39 06:09:39 WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. 06:09:39 Configure a credential helper to remove this warning. See 06:09:39 https://docs.****.com/go/credential-store/ 06:09:39 06:09:39 Login Succeeded 06:09:39 nexus3.edgexfoundry.org:10002 06:09:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:09:39 06:09:39 WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. 06:09:39 Configure a credential helper to remove this warning. See 06:09:39 https://docs.****.com/go/credential-store/ 06:09:39 06:09:39 Login Succeeded 06:09:39 nexus3.edgexfoundry.org:10003 06:09:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:09:39 06:09:39 WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. 06:09:39 Configure a credential helper to remove this warning. See 06:09:39 https://docs.****.com/go/credential-store/ 06:09:39 06:09:39 Login Succeeded 06:09:39 nexus3.edgexfoundry.org:10004 06:09:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:09:40 06:09:40 WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. 06:09:40 Configure a credential helper to remove this warning. See 06:09:40 https://docs.****.com/go/credential-store/ 06:09:40 06:09:40 Login Succeeded 06:09:40 ****.io 06:09:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:09:40 06:09:40 WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. 06:09:40 Configure a credential helper to remove this warning. See 06:09:40 https://docs.****.com/go/credential-store/ 06:09:40 06:09:40 Login Succeeded 06:09:40 ---> ****-login.sh ends [Pipeline] } 06:09:40 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 06:09:40 + git rev-list -1 --merges 03916b7a3ef32b822df56f67b017c6db8c929e05~1..03916b7a3ef32b822df56f67b017c6db8c929e05 [Pipeline] echo 06:09:40 -----------> git rev-list -1 --merges 03916b7a3ef32b822df56f67b017c6db8c929e05~1..03916b7a3ef32b822df56f67b017c6db8c929e05 03916b7a3ef32b822df56f67b017c6db8c929e05 [false] [Pipeline] sh 06:09:41 + git log --format=format:%s -1 03916b7a3ef32b822df56f67b017c6db8c929e05 [Pipeline] echo 06:09:41 ========================================================= 06:09:41 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 06:09:41 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 06:09:41 + git log --format=format:%s -1 03916b7a3ef32b822df56f67b017c6db8c929e05 [Pipeline] echo 06:09:41 [semverPrep] GIT_COMMIT: 03916b7a3ef32b822df56f67b017c6db8c929e05, Commit Message: build(deps): Bump github.com/edgexfoundry/device-sdk-go/v4 (#522) [Pipeline] echo 06:09:41 [semverPrep] This is not a build commit. [Pipeline] sh 06:09:41 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 06:09:41 + grep -v github /etc/ssh/ssh_known_hosts 06:09:41 + [ -e /tmp/ssh_known_hosts ] 06:09:41 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 06:09:41 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 06:09:41 + sudo tee -a /etc/ssh/ssh_known_hosts 06:09:41 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:09:42 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 06:09:42 06:09:42 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:09:42 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 06:09:42 0.1.4: Pulling from edgex-devops/py-git-semver 06:09:42 3dae71ba6b94: Pulling fs layer 06:09:42 6bf1a483ea7c: Pulling fs layer 06:09:42 f5dfc541a4d3: Pulling fs layer 06:09:42 461d9e800cba: Pulling fs layer 06:09:42 80192f66455f: Pulling fs layer 06:09:42 2e8e34ca0e6c: Pulling fs layer 06:09:42 a29436f7fd5d: Pulling fs layer 06:09:42 923cac83aea3: Pulling fs layer 06:09:42 25ad8b0a4227: Pulling fs layer 06:09:42 db01528c6b51: Pulling fs layer 06:09:42 28988de357af: Pulling fs layer 06:09:42 80192f66455f: Waiting 06:09:42 461d9e800cba: Waiting 06:09:42 2e8e34ca0e6c: Waiting 06:09:42 923cac83aea3: Waiting 06:09:42 25ad8b0a4227: Waiting 06:09:42 a29436f7fd5d: Waiting 06:09:42 db01528c6b51: Waiting 06:09:42 28988de357af: Waiting 06:09:42 6bf1a483ea7c: Verifying Checksum 06:09:42 6bf1a483ea7c: Download complete 06:09:42 461d9e800cba: Verifying Checksum 06:09:42 461d9e800cba: Download complete 06:09:42 80192f66455f: Verifying Checksum 06:09:42 80192f66455f: Download complete 06:09:42 f5dfc541a4d3: Verifying Checksum 06:09:42 f5dfc541a4d3: Download complete 06:09:42 3dae71ba6b94: Verifying Checksum 06:09:42 3dae71ba6b94: Download complete 06:09:42 923cac83aea3: Verifying Checksum 06:09:42 923cac83aea3: Download complete 06:09:42 25ad8b0a4227: Verifying Checksum 06:09:42 25ad8b0a4227: Download complete 06:09:42 db01528c6b51: Verifying Checksum 06:09:42 db01528c6b51: Download complete 06:09:42 28988de357af: Download complete 06:09:43 a29436f7fd5d: Verifying Checksum 06:09:43 a29436f7fd5d: Download complete 06:09:43 2e8e34ca0e6c: Verifying Checksum 06:09:43 2e8e34ca0e6c: Download complete 06:09:44 3dae71ba6b94: Pull complete 06:09:44 6bf1a483ea7c: Pull complete 06:09:45 f5dfc541a4d3: Pull complete 06:09:45 461d9e800cba: Pull complete 06:09:45 80192f66455f: Pull complete 06:09:50 2e8e34ca0e6c: Pull complete 06:09:50 a29436f7fd5d: Pull complete 06:09:50 923cac83aea3: Pull complete 06:09:51 25ad8b0a4227: Pull complete 06:09:51 db01528c6b51: Pull complete 06:09:51 28988de357af: Pull complete 06:09:51 Digest: sha256:195353f5eb8266bfc5d09c70327cc406fe11db141ac9a5f04734cd23bce6a248 06:09:51 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 06:09:51 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 06:09:51 prd-ubuntu20.04-docker-8c-8g-8215 does not seem to be running inside a container 06:09:51 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/foundry_device-onvif-camera_main -v /w/workspace/foundry_device-onvif-camera_main:/w/workspace/foundry_device-onvif-camera_main:rw,z -v /w/workspace/foundry_device-onvif-camera_main@tmp:/w/workspace/foundry_device-onvif-camera_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 06:09:53 $ docker top 212147a8081eb6a32477bcd8edb3d8cfe7e5ae31bcbaf8f485333344b9a78760 -eo pid,comm 06:09:53 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). 06:09:53 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 06:09:53 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 06:09:53 [ssh-agent] Looking for ssh-agent implementation... 06:09:53 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 06:09:53 $ docker exec 212147a8081eb6a32477bcd8edb3d8cfe7e5ae31bcbaf8f485333344b9a78760 ssh-agent 06:09:53 SSH_AUTH_SOCK=/tmp/ssh-3FSFnadpYP6P/agent.32 06:09:53 SSH_AGENT_PID=38 06:09:53 Running ssh-add (command line suppressed) 06:09:53 Identity added: /w/workspace/foundry_device-onvif-camera_main@tmp/private_key_12879841220438386836.key (/w/workspace/foundry_device-onvif-camera_main@tmp/private_key_12879841220438386836.key) 06:09:53 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 06:09:53 + git config --global --add safe.directory /w/workspace/foundry_device-onvif-camera_main [Pipeline] sh 06:09:54 + git tag --points-at HEAD [Pipeline] } 06:09:54 $ docker exec --env ******** --env ******** 212147a8081eb6a32477bcd8edb3d8cfe7e5ae31bcbaf8f485333344b9a78760 ssh-agent -k 06:09:54 unset SSH_AUTH_SOCK; 06:09:54 unset SSH_AGENT_PID; 06:09:54 echo Agent pid 38 killed; 06:09:54 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 06:09:54 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 06:09:54 [ssh-agent] Looking for ssh-agent implementation... 06:09:54 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 06:09:54 $ docker exec 212147a8081eb6a32477bcd8edb3d8cfe7e5ae31bcbaf8f485333344b9a78760 ssh-agent 06:09:54 SSH_AUTH_SOCK=/tmp/ssh-oWBuNrB7PLGc/agent.85 06:09:54 SSH_AGENT_PID=91 06:09:54 Running ssh-add (command line suppressed) 06:09:54 Identity added: /w/workspace/foundry_device-onvif-camera_main@tmp/private_key_11828465619100662755.key (/w/workspace/foundry_device-onvif-camera_main@tmp/private_key_11828465619100662755.key) 06:09:54 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 06:09:54 + git semver init 06:09:55 2025-09-03 06:09:55,053 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') 06:09:55 2025-09-03 06:09:55,057 [run_init] DEBUG init version:0.0.0 force:False 06:09:55 2025-09-03 06:09:55,057 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/foundry_device-onvif-camera_main/.semver 06:09:55 2025-09-03 06:09:55,058 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-onvif-camera.git /w/workspace/foundry_device-onvif-camera_main/.semver 06:09:55 2025-09-03 06:09:55,058 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/device-onvif-camera.git', '/w/workspace/foundry_device-onvif-camera_main/.semver'], cwd=/w/workspace/foundry_device-onvif-camera_main, stdin=None, shell=False, universal_newlines=False) 06:09:56 2025-09-03 06:09:56,425 [append_file] DEBUG append to file:/w/workspace/foundry_device-onvif-camera_main/.git/info/exclude 06:09:56 2025-09-03 06:09:56,425 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/foundry_device-onvif-camera_main/.semver/main with force:False 06:09:56 2025-09-03 06:09:56,425 [read_version] DEBUG read version from /w/workspace/foundry_device-onvif-camera_main/.semver/main 06:09:56 2025-09-03 06:09:56,425 [read_version] DEBUG read version from /w/workspace/foundry_device-onvif-camera_main/.semver/main 06:09:56 4.1.0-dev.8 [Pipeline] } 06:09:56 $ docker exec --env ******** --env ******** 212147a8081eb6a32477bcd8edb3d8cfe7e5ae31bcbaf8f485333344b9a78760 ssh-agent -k 06:09:56 unset SSH_AUTH_SOCK; 06:09:56 unset SSH_AGENT_PID; 06:09:56 echo Agent pid 91 killed; 06:09:56 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 06:09:56 + git semver [Pipeline] } 06:09:57 $ docker stop --time=1 212147a8081eb6a32477bcd8edb3d8cfe7e5ae31bcbaf8f485333344b9a78760 06:09:58 $ docker rm -f --volumes 212147a8081eb6a32477bcd8edb3d8cfe7e5ae31bcbaf8f485333344b9a78760 [Pipeline] // withDockerContainer [Pipeline] sh 06:09:58 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 06:09:58 Stashed 1 file(s) [Pipeline] echo 06:09:59 [edgeXSemver]: initialized semver on version 4.1.0-dev.8 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] withEnv [Pipeline] { [Pipeline] node [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 06:09:59 provisioning config files... 06:09:59 copy managed file [device-onvif-camera-settings] to file:/w/workspace/foundry_device-onvif-camera_main@tmp/config3415641167001765183tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 06:09:59 ---> ****-login.sh 06:09:59 nexus3.edgexfoundry.org:10001 06:09:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:09:59 Login Succeeded 06:09:59 nexus3.edgexfoundry.org:10002 06:09:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:09:59 Login Succeeded 06:09:59 nexus3.edgexfoundry.org:10003 06:09:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:09:59 Login Succeeded 06:09:59 nexus3.edgexfoundry.org:10004 06:09:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:09:59 Login Succeeded 06:09:59 ****.io 06:09:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:10:00 Login Succeeded 06:10:00 ---> ****-login.sh ends [Pipeline] } 06:10:00 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 06:10:00 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 06:10:00 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 06:10:00 ========================================================= 06:10:00 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine] 06:10:00 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:10:00 + 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 . 06:10:01 #0 building with "default" instance using docker driver 06:10:01 06:10:01 #1 [internal] load build definition from Dockerfile 06:10:01 #1 transferring dockerfile: 1.75kB done 06:10:01 #1 DONE 0.0s 06:10:01 06:10:01 #2 [internal] load metadata for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine 06:10:01 #2 DONE 0.1s 06:10:01 06:10:01 #3 [internal] load .dockerignore 06:10:01 #3 transferring context: 2B done 06:10:01 #3 DONE 0.0s 06:10:01 06:10:01 #4 [builder 1/7] FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine@sha256:b992faf2485ce295780ce8bcc3ec6c89c618966a0a233ad776f4c4289344e4b4 06:10:01 #4 resolve nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine@sha256:b992faf2485ce295780ce8bcc3ec6c89c618966a0a233ad776f4c4289344e4b4 0.0s done 06:10:01 #4 extracting sha256:0a9a5dfd008f05ebc27e4790db0709a29e527690c21bcbcd01481eaeb6bb49dc 06:10:01 #4 sha256:b992faf2485ce295780ce8bcc3ec6c89c618966a0a233ad776f4c4289344e4b4 685B / 685B done 06:10:01 #4 sha256:d619b1717253d911bd917c5573ee8134ae218c2451e74083eb23940cdd319302 4.11kB / 4.11kB done 06:10:01 #4 sha256:0a9a5dfd008f05ebc27e4790db0709a29e527690c21bcbcd01481eaeb6bb49dc 3.63MB / 3.63MB 0.1s done 06:10:01 #4 sha256:36466aa92d05be39552cfcf5a51ca5dc6ccfd7da55adfeaec5689f02abf883df 294.40kB / 294.40kB 0.1s done 06:10:01 #4 sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d 13.63MB / 74.06MB 0.2s 06:10:01 #4 sha256:096b7ceb2af7cf0b2f963a566800bb0fb4c52ac2b7c0b1b66412e82adff0faa1 126B / 126B 0.1s done 06:10:01 #4 sha256:01d3d341091a517642a078ff0605422b0bc90a0685c27f13eebf23a14bd174bf 2.08kB / 2.08kB done 06:10:01 #4 sha256:c451b95d79318bfd8953a1c9820732ea4e6327fc33c477d42b42d627f68681ad 440B / 440B 0.1s done 06:10:01 #4 sha256:9febf9df44015f7ef701ca8f314687499ee20e4ce98978b9d593178fd725ad4a 2.38MB / 2.38MB 0.2s 06:10:01 #4 sha256:1477f019b03287281269462164bc2738c9ee590c6f69056650fa13f78f7838c5 1.05MB / 103.05MB 0.2s 06:10:01 #4 sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 32B / 32B 0.1s done 06:10:01 #4 extracting sha256:0a9a5dfd008f05ebc27e4790db0709a29e527690c21bcbcd01481eaeb6bb49dc 0.1s done 06:10:01 #4 sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d 29.36MB / 74.06MB 0.3s 06:10:01 #4 sha256:9febf9df44015f7ef701ca8f314687499ee20e4ce98978b9d593178fd725ad4a 2.38MB / 2.38MB 0.2s done 06:10:01 #4 sha256:1477f019b03287281269462164bc2738c9ee590c6f69056650fa13f78f7838c5 6.29MB / 103.05MB 0.3s 06:10:01 #4 sha256:c7dc25521971803488b68411916ffdc83cf3bd27a28b4147915497769959ad5b 2.10MB / 13.29MB 0.3s 06:10:01 #4 ... 06:10:01 06:10:01 #5 [internal] load build context 06:10:01 #5 transferring context: 46.97MB 0.3s done 06:10:01 #5 DONE 0.4s 06:10:01 06:10:01 #4 [builder 1/7] FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine@sha256:b992faf2485ce295780ce8bcc3ec6c89c618966a0a233ad776f4c4289344e4b4 06:10:01 #4 sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d 66.06MB / 74.06MB 0.5s 06:10:01 #4 sha256:1477f019b03287281269462164bc2738c9ee590c6f69056650fa13f78f7838c5 22.02MB / 103.05MB 0.5s 06:10:01 #4 sha256:c7dc25521971803488b68411916ffdc83cf3bd27a28b4147915497769959ad5b 13.29MB / 13.29MB 0.5s done 06:10:01 #4 extracting sha256:36466aa92d05be39552cfcf5a51ca5dc6ccfd7da55adfeaec5689f02abf883df 0.1s done 06:10:01 #4 sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d 74.06MB / 74.06MB 0.6s 06:10:01 #4 sha256:1477f019b03287281269462164bc2738c9ee590c6f69056650fa13f78f7838c5 33.55MB / 103.05MB 0.6s 06:10:01 #4 sha256:1477f019b03287281269462164bc2738c9ee590c6f69056650fa13f78f7838c5 51.38MB / 103.05MB 0.7s 06:10:01 #4 extracting sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d 06:10:02 #4 sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d 74.06MB / 74.06MB 0.7s done 06:10:02 #4 sha256:1477f019b03287281269462164bc2738c9ee590c6f69056650fa13f78f7838c5 72.07MB / 103.05MB 0.8s 06:10:02 #4 sha256:1477f019b03287281269462164bc2738c9ee590c6f69056650fa13f78f7838c5 95.42MB / 103.05MB 0.9s 06:10:02 #4 sha256:1477f019b03287281269462164bc2738c9ee590c6f69056650fa13f78f7838c5 103.05MB / 103.05MB 1.0s 06:10:02 #4 sha256:1477f019b03287281269462164bc2738c9ee590c6f69056650fa13f78f7838c5 103.05MB / 103.05MB 1.3s done 06:10:06 #4 extracting sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d 4.4s done 06:10:06 #4 extracting sha256:096b7ceb2af7cf0b2f963a566800bb0fb4c52ac2b7c0b1b66412e82adff0faa1 06:10:06 #4 extracting sha256:096b7ceb2af7cf0b2f963a566800bb0fb4c52ac2b7c0b1b66412e82adff0faa1 done 06:10:06 #4 extracting sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 done 06:10:06 #4 extracting sha256:c451b95d79318bfd8953a1c9820732ea4e6327fc33c477d42b42d627f68681ad done 06:10:06 #4 extracting sha256:9febf9df44015f7ef701ca8f314687499ee20e4ce98978b9d593178fd725ad4a 06:10:06 #4 extracting sha256:9febf9df44015f7ef701ca8f314687499ee20e4ce98978b9d593178fd725ad4a 0.0s done 06:10:06 #4 extracting sha256:1477f019b03287281269462164bc2738c9ee590c6f69056650fa13f78f7838c5 0.1s 06:10:10 #4 extracting sha256:1477f019b03287281269462164bc2738c9ee590c6f69056650fa13f78f7838c5 3.1s done 06:10:10 #4 extracting sha256:c7dc25521971803488b68411916ffdc83cf3bd27a28b4147915497769959ad5b 06:10:11 #4 extracting sha256:c7dc25521971803488b68411916ffdc83cf3bd27a28b4147915497769959ad5b 0.8s done 06:10:11 #4 DONE 9.7s 06:10:11 06:10:11 #6 [builder 2/7] RUN apk add --no-cache make git 06:10:11 #6 0.211 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 06:10:11 #6 0.812 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 06:10:12 #6 1.164 OK: 248 MiB in 58 packages 06:10:14 #6 DONE 2.8s 06:10:14 06:10:14 #7 [builder 3/7] WORKDIR /device-onvif-camera 06:10:14 #7 DONE 0.0s 06:10:14 06:10:14 #8 [builder 4/7] COPY go.mod vendor* ./ 06:10:14 #8 DONE 0.0s 06:10:14 06:10:14 #9 [builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 06:10:14 Still waiting to schedule task 06:10:14 Waiting for next available executor on ‘prd-ubuntu20.04-docker-arm64-4c-16g-8214’ 06:10:26 #9 DONE 10.4s 06:10:26 06:10:26 #10 [builder 6/7] COPY . . 06:10:26 #10 DONE 0.2s 06:10:26 06:10:26 #11 [builder 7/7] RUN echo noop 06:10:26 #11 0.180 noop 06:10:26 #11 DONE 0.2s 06:10:26 06:10:26 #12 exporting to image 06:10:26 #12 exporting layers 06:10:31 #12 exporting layers 6.9s done 06:10:31 #12 writing image sha256:37f7c0445d72ae1e541b351bba61bbeaf68c4c53b117029bb0c1f9a501770834 done 06:10:31 #12 naming to docker.io/library/ci-base-image-x86_64 done 06:10:31 #12 DONE 6.9s [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:10:31 + docker inspect -f . ci-base-image-x86_64 06:10:31 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 06:10:31 prd-ubuntu20.04-docker-8c-8g-8215 does not seem to be running inside a container 06:10:32 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/foundry_device-onvif-camera_main -v /w/workspace/foundry_device-onvif-camera_main:/w/workspace/foundry_device-onvif-camera_main:rw,z -v /w/workspace/foundry_device-onvif-camera_main@tmp:/w/workspace/foundry_device-onvif-camera_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 06:10:32 $ docker top 6dffa7e7e6045a8405b051daa337e620611eae0a8360e90c45cd5e539ff7a7bf -eo pid,comm [Pipeline] { [Pipeline] sh 06:10:32 + go version 06:10:32 go version go1.23.9 linux/amd64 [Pipeline] } 06:10:32 $ docker stop --time=1 6dffa7e7e6045a8405b051daa337e620611eae0a8360e90c45cd5e539ff7a7bf 06:10:33 $ docker rm -f --volumes 6dffa7e7e6045a8405b051daa337e620611eae0a8360e90c45cd5e539ff7a7bf [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:10:34 + docker inspect -f . ci-base-image-x86_64 06:10:34 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 06:10:34 prd-ubuntu20.04-docker-8c-8g-8215 does not seem to be running inside a container 06:10:34 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/foundry_device-onvif-camera_main -v /w/workspace/foundry_device-onvif-camera_main:/w/workspace/foundry_device-onvif-camera_main:rw,z -v /w/workspace/foundry_device-onvif-camera_main@tmp:/w/workspace/foundry_device-onvif-camera_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 06:10:34 $ docker top d3cdc2a916e1c303358a8e84024b2e065dc25495e583615984677037bcbaf659 -eo pid,comm [Pipeline] { [Pipeline] sh 06:10:35 + git config --global --add safe.directory /w/workspace/foundry_device-onvif-camera_main [Pipeline] fileExists [Pipeline] sh 06:10:35 + make test 06:10:35 go test ./... -coverprofile=coverage.out ./... 06:10:36 ? github.com/edgexfoundry/device-onvif-camera [no test files] 06:10:54 github.com/edgexfoundry/device-onvif-camera/cmd coverage: 0.0% of statements 06:10:54 github.com/edgexfoundry/device-onvif-camera/internal/driver/mocks coverage: 0.0% of statements 06:10:56 ok github.com/edgexfoundry/device-onvif-camera/internal/driver 2.027s coverage: 31.4% of statements 06:10:56 ok github.com/edgexfoundry/device-onvif-camera/internal/netscan 2.271s coverage: 86.5% of statements 06:11:06 go vet ./... 06:11:11 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 06:11:11 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 06:11:11 ./bin/test-attribution-txt.sh 06:11:12 An attribution for go.opentelemetry.io/auto/sdk is missing from Attribution.txt, please add [Pipeline] echo 06:11:12 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] } 06:11:12 $ docker stop --time=1 d3cdc2a916e1c303358a8e84024b2e065dc25495e583615984677037bcbaf659 06:11:14 $ docker rm -f --volumes d3cdc2a916e1c303358a8e84024b2e065dc25495e583615984677037bcbaf659 [Pipeline] // withDockerContainer [Pipeline] sh 06:11:14 + sudo chown -R jenkins:jenkins . [Pipeline] stash 06:11:14 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 06:11:15 + sudo chown -R jenkins:jenkins . [Pipeline] sh 06:11:15 + ls -al . 06:11:15 total 320 06:11:15 drwxrwxr-x 9 jenkins jenkins 4096 Sep 3 06:10 . 06:11:15 drwxrwxr-x 4 jenkins jenkins 4096 Sep 3 06:09 .. 06:11:15 drwxrwxr-x 8 jenkins jenkins 4096 Sep 3 06:10 .git 06:11:15 drwxrwxr-x 3 jenkins jenkins 4096 Sep 3 06:09 .github 06:11:15 -rw-rw-r-- 1 jenkins jenkins 493 Sep 3 06:09 .gitignore 06:11:15 -rw-rw-r-- 1 jenkins jenkins 199 Sep 3 06:09 .golangci.yml 06:11:15 drwxr-xr-x 3 jenkins jenkins 4096 Sep 3 06:09 .semver 06:11:15 -rw-rw-r-- 1 jenkins jenkins 20612 Sep 3 06:09 Attribution.txt 06:11:15 -rw-rw-r-- 1 jenkins jenkins 19022 Sep 3 06:09 CHANGELOG.md 06:11:15 -rw-rw-r-- 1 jenkins jenkins 1715 Sep 3 06:09 Dockerfile 06:11:15 -rw-rw-r-- 1 jenkins jenkins 677 Sep 3 06:09 GOVERNANCE.md 06:11:15 -rw-rw-r-- 1 jenkins jenkins 739 Sep 3 06:09 Jenkinsfile 06:11:15 -rw-rw-r-- 1 jenkins jenkins 11348 Sep 3 06:09 LICENSE 06:11:15 -rw-rw-r-- 1 jenkins jenkins 3465 Sep 3 06:09 Makefile 06:11:15 -rw-rw-r-- 1 jenkins jenkins 625 Sep 3 06:09 OWNERS.md 06:11:15 -rw-rw-r-- 1 jenkins jenkins 2620 Sep 3 06:09 README.md 06:11:15 -rw-rw-r-- 1 jenkins jenkins 11 Sep 3 06:09 VERSION 06:11:15 drwxrwxr-x 2 jenkins jenkins 4096 Sep 3 06:09 bin 06:11:15 drwxrwxr-x 3 jenkins jenkins 4096 Sep 3 06:09 cmd 06:11:15 -rw-r--r-- 1 jenkins jenkins 92466 Sep 3 06:10 coverage.out 06:11:15 drwxrwxr-x 4 jenkins jenkins 4096 Sep 3 06:09 doc 06:11:15 -rw-rw-r-- 1 jenkins jenkins 6521 Sep 3 06:09 go.mod 06:11:15 -rw-rw-r-- 1 jenkins jenkins 87684 Sep 3 06:09 go.sum 06:11:15 drwxrwxr-x 4 jenkins jenkins 4096 Sep 3 06:09 internal 06:11:15 -rw-rw-r-- 1 jenkins jenkins 236 Sep 3 06:09 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:11:15 + docker build -t device-onvif-camera -f Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg MAKE=make build --build-arg ARCH=amd64 --label git_sha=03916b7a3ef32b822df56f67b017c6db8c929e05 --label arch=amd64 --label version=4.1.0-dev.8 . 06:11:16 #0 building with "default" instance using docker driver 06:11:16 06:11:16 #1 [internal] load build definition from Dockerfile 06:11:16 #1 transferring dockerfile: 1.75kB done 06:11:16 #1 DONE 0.0s 06:11:16 06:11:16 #2 [internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 06:11:16 #2 DONE 0.0s 06:11:16 06:11:16 #3 [internal] load metadata for docker.io/library/alpine:3.20 06:11:16 #3 DONE 0.1s 06:11:16 06:11:16 #4 [internal] load .dockerignore 06:11:16 #4 transferring context: 2B done 06:11:16 #4 DONE 0.0s 06:11:16 06:11:16 #5 [internal] load build context 06:11:16 #5 transferring context: 111.72kB 0.0s done 06:11:16 #5 DONE 0.0s 06:11:16 06:11:16 #6 [stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 06:11:16 #6 resolve docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 0.0s done 06:11:16 #6 extracting sha256:01d036902a3ca86e8793073c8094cba44d83a38953a489ac0641f3de017fe2d2 06:11:16 #6 extracting sha256:01d036902a3ca86e8793073c8094cba44d83a38953a489ac0641f3de017fe2d2 0.1s done 06:11:16 #6 sha256:411bc66a7adb849165d4e733707efe59d6b5edf8b4d96506cb6a1e31ba270199 581B / 581B done 06:11:16 #6 sha256:01d036902a3ca86e8793073c8094cba44d83a38953a489ac0641f3de017fe2d2 3.62MB / 3.62MB 0.1s done 06:11:16 #6 sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 9.22kB / 9.22kB done 06:11:16 #6 sha256:f25ebd2af60b9de8e26e5100fe6f493beb81bff010f27e84f223ad19886a78f0 1.02kB / 1.02kB done 06:11:16 #6 DONE 0.3s 06:11:16 06:11:16 #7 [builder 1/7] FROM docker.io/library/ci-base-image-x86_64:latest 06:11:16 #7 DONE 0.2s 06:11:16 06:11:16 #8 [builder 2/7] RUN apk add --no-cache make git 06:11:16 #8 0.358 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 06:11:16 #8 0.430 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 06:11:17 #8 0.670 OK: 248 MiB in 58 packages 06:11:17 #8 DONE 0.8s 06:11:17 06:11:17 #9 [stage-1 2/7] RUN apk add --update --no-cache dumb-init 06:11:17 #9 0.220 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 06:11:17 #9 0.289 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 06:11:17 #9 0.533 (1/1) Installing dumb-init (1.2.5-r3) 06:11:17 #9 0.537 Executing busybox-1.36.1-r29.trigger 06:11:17 #9 0.543 OK: 8 MiB in 15 packages 06:11:17 #9 DONE 0.7s 06:11:17 06:11:17 #10 [builder 3/7] WORKDIR /device-onvif-camera 06:11:17 #10 DONE 0.0s 06:11:17 06:11:17 #11 [builder 4/7] COPY go.mod vendor* ./ 06:11:17 #11 DONE 0.0s 06:11:17 06:11:17 #12 [builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 06:11:17 #12 DONE 0.6s 06:11:17 06:11:17 #13 [stage-1 3/7] RUN apk --no-cache upgrade 06:11:17 #13 0.283 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 06:11:17 #13 0.354 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 06:11:18 #13 0.677 (1/3) Upgrading busybox (1.36.1-r29 -> 1.36.1-r30) 06:11:18 #13 0.688 Executing busybox-1.36.1-r30.post-upgrade 06:11:18 #13 ... 06:11:18 06:11:18 #14 [builder 6/7] COPY . . 06:11:18 #14 DONE 0.2s 06:11:18 06:11:18 #13 [stage-1 3/7] RUN apk --no-cache upgrade 06:11:18 #13 0.877 (2/3) Upgrading busybox-binsh (1.36.1-r29 -> 1.36.1-r30) 06:11:18 #13 0.880 (3/3) Upgrading ssl_client (1.36.1-r29 -> 1.36.1-r30) 06:11:18 #13 0.884 Executing busybox-1.36.1-r30.trigger 06:11:18 #13 0.891 OK: 8 MiB in 15 packages 06:11:18 #13 DONE 1.0s 06:11:18 06:11:18 #15 [builder 7/7] RUN make build 06:11:18 #15 0.248 CGO_ENABLED=0 go build -tags "" -ldflags "-s -w -X github.com/edgexfoundry/device-onvif-camera.Version=4.1.0-dev.8 -X github.com/edgexfoundry/device-sdk-go/v4/internal/common.SDKVersion=v4.1.0-dev.34 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/device-onvif-camera ./cmd 06:11:44 #15 DONE 23.0s 06:11:44 06:11:44 #16 [stage-1 4/7] COPY --from=builder /device-onvif-camera/cmd / 06:11:44 #16 DONE 0.2s 06:11:44 06:11:44 #17 [stage-1 5/7] COPY --from=builder /device-onvif-camera/LICENSE / 06:11:44 #17 DONE 0.0s 06:11:44 06:11:44 #18 [stage-1 6/7] COPY --from=builder /device-onvif-camera/Attribution.txt / 06:11:44 #18 DONE 0.0s 06:11:44 06:11:44 #19 exporting to image 06:11:44 #19 exporting layers 06:11:44 #19 exporting layers 0.3s done 06:11:44 #19 writing image sha256:7a821e65998ecc0edecf85cb9b6c08471193c76b795768dc08e63ed582f47e39 done 06:11:44 #19 naming to docker.io/library/device-onvif-camera done 06:11:44 #19 DONE 0.3s [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 06:11:44 provisioning config files... 06:11:44 copy managed file [device-onvif-camera-settings] to file:/w/workspace/foundry_device-onvif-camera_main@tmp/config15270767285486836800tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 06:11:45 ---> ****-login.sh 06:11:45 nexus3.edgexfoundry.org:10001 06:11:45 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:11:45 Login Succeeded 06:11:45 nexus3.edgexfoundry.org:10002 06:11:45 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:11:45 Login Succeeded 06:11:45 nexus3.edgexfoundry.org:10003 06:11:45 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:11:45 Login Succeeded 06:11:45 nexus3.edgexfoundry.org:10004 06:11:45 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:11:45 Login Succeeded 06:11:45 ****.io 06:11:45 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:11:45 Login Succeeded 06:11:45 ---> ****-login.sh ends [Pipeline] } 06:11:45 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 06:11:45 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 06:11:45 [edgeXDocker.push] Tagging docker image device-onvif-camera with the following tags: 06:11:45 03916b7a3ef32b822df56f67b017c6db8c929e05 06:11:45 latest 06:11:45 4.1.0-dev.8 06:11:45 03916b7a3ef32b822df56f67b017c6db8c929e05-4.1.0-dev.8 06:11:45 main 06:11:45 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:11:46 + docker tag device-onvif-camera nexus3.edgexfoundry.org:10004/device-onvif-camera:03916b7a3ef32b822df56f67b017c6db8c929e05 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:11:46 + docker push nexus3.edgexfoundry.org:10004/device-onvif-camera:03916b7a3ef32b822df56f67b017c6db8c929e05 06:11:46 The push refers to repository [nexus3.edgexfoundry.org:10004/device-onvif-camera] 06:11:46 6c4790799626: Preparing 06:11:46 d913c819069b: Preparing 06:11:46 22545c33f075: Preparing 06:11:46 4384d5db2598: Preparing 06:11:46 fe96be699873: Preparing 06:11:46 097100c76c15: Preparing 06:11:46 097100c76c15: Waiting 06:11:46 fe96be699873: Pushed 06:11:46 6c4790799626: Pushed 06:11:46 d913c819069b: Pushed 06:11:46 097100c76c15: Layer already exists 06:11:46 4384d5db2598: Pushed 06:11:49 22545c33f075: Pushed 06:11:50 03916b7a3ef32b822df56f67b017c6db8c929e05: digest: sha256:0db99078d114249411a86c0e6b10ddad71122a98bc95824095cfb752ee980cc6 size: 1575 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:11:50 + docker tag device-onvif-camera nexus3.edgexfoundry.org:10004/device-onvif-camera:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:11:50 + docker push nexus3.edgexfoundry.org:10004/device-onvif-camera:latest 06:11:50 The push refers to repository [nexus3.edgexfoundry.org:10004/device-onvif-camera] 06:11:50 6c4790799626: Preparing 06:11:50 d913c819069b: Preparing 06:11:50 22545c33f075: Preparing 06:11:50 4384d5db2598: Preparing 06:11:50 fe96be699873: Preparing 06:11:50 097100c76c15: Preparing 06:11:50 097100c76c15: Waiting 06:11:50 fe96be699873: Layer already exists 06:11:50 22545c33f075: Layer already exists 06:11:50 4384d5db2598: Layer already exists 06:11:50 6c4790799626: Layer already exists 06:11:50 d913c819069b: Layer already exists 06:11:50 097100c76c15: Layer already exists 06:11:50 latest: digest: sha256:0db99078d114249411a86c0e6b10ddad71122a98bc95824095cfb752ee980cc6 size: 1575 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:11:51 + docker tag device-onvif-camera nexus3.edgexfoundry.org:10004/device-onvif-camera:4.1.0-dev.8 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:11:51 + docker push nexus3.edgexfoundry.org:10004/device-onvif-camera:4.1.0-dev.8 06:11:51 The push refers to repository [nexus3.edgexfoundry.org:10004/device-onvif-camera] 06:11:51 6c4790799626: Preparing 06:11:51 d913c819069b: Preparing 06:11:51 22545c33f075: Preparing 06:11:51 4384d5db2598: Preparing 06:11:51 fe96be699873: Preparing 06:11:51 097100c76c15: Preparing 06:11:51 097100c76c15: Waiting 06:11:51 22545c33f075: Layer already exists 06:11:51 6c4790799626: Layer already exists 06:11:51 4384d5db2598: Layer already exists 06:11:51 fe96be699873: Layer already exists 06:11:51 d913c819069b: Layer already exists 06:11:51 097100c76c15: Layer already exists 06:11:51 4.1.0-dev.8: digest: sha256:0db99078d114249411a86c0e6b10ddad71122a98bc95824095cfb752ee980cc6 size: 1575 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:11:51 + docker tag device-onvif-camera nexus3.edgexfoundry.org:10004/device-onvif-camera:03916b7a3ef32b822df56f67b017c6db8c929e05-4.1.0-dev.8 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:11:52 + docker push nexus3.edgexfoundry.org:10004/device-onvif-camera:03916b7a3ef32b822df56f67b017c6db8c929e05-4.1.0-dev.8 06:11:52 The push refers to repository [nexus3.edgexfoundry.org:10004/device-onvif-camera] 06:11:52 6c4790799626: Preparing 06:11:52 d913c819069b: Preparing 06:11:52 22545c33f075: Preparing 06:11:52 4384d5db2598: Preparing 06:11:52 fe96be699873: Preparing 06:11:52 097100c76c15: Preparing 06:11:52 097100c76c15: Waiting 06:11:52 4384d5db2598: Layer already exists 06:11:52 d913c819069b: Layer already exists 06:11:52 6c4790799626: Layer already exists 06:11:52 fe96be699873: Layer already exists 06:11:52 22545c33f075: Layer already exists 06:11:52 097100c76c15: Layer already exists 06:11:52 03916b7a3ef32b822df56f67b017c6db8c929e05-4.1.0-dev.8: digest: sha256:0db99078d114249411a86c0e6b10ddad71122a98bc95824095cfb752ee980cc6 size: 1575 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:11:52 + docker tag device-onvif-camera nexus3.edgexfoundry.org:10004/device-onvif-camera:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:11:52 + docker push nexus3.edgexfoundry.org:10004/device-onvif-camera:main 06:11:52 The push refers to repository [nexus3.edgexfoundry.org:10004/device-onvif-camera] 06:11:52 6c4790799626: Preparing 06:11:52 d913c819069b: Preparing 06:11:52 22545c33f075: Preparing 06:11:52 4384d5db2598: Preparing 06:11:52 fe96be699873: Preparing 06:11:52 097100c76c15: Preparing 06:11:52 097100c76c15: Waiting 06:11:52 6c4790799626: Layer already exists 06:11:52 22545c33f075: Layer already exists 06:11:52 d913c819069b: Layer already exists 06:11:52 fe96be699873: Layer already exists 06:11:52 4384d5db2598: Layer already exists 06:11:52 097100c76c15: Layer already exists 06:11:52 main: digest: sha256:0db99078d114249411a86c0e6b10ddad71122a98bc95824095cfb752ee980cc6 size: 1575 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 06:11:52 ===================================================== [Pipeline] echo 06:11:52 taggedImages: 06:11:52 - nexus3.edgexfoundry.org:10004/device-onvif-camera:03916b7a3ef32b822df56f67b017c6db8c929e05 06:11:52 - nexus3.edgexfoundry.org:10004/device-onvif-camera:latest 06:11:52 - nexus3.edgexfoundry.org:10004/device-onvif-camera:4.1.0-dev.8 06:11:52 - nexus3.edgexfoundry.org:10004/device-onvif-camera:03916b7a3ef32b822df56f67b017c6db8c929e05-4.1.0-dev.8 06:11:52 - nexus3.edgexfoundry.org:10004/device-onvif-camera:main [Pipeline] echo 06:11:52 ========================================================= 06:11:52 [edgeXBuildMultiArch] RAW Config: 06:11:52 images: 06:11:52 - nexus3.edgexfoundry.org:10004/device-onvif-camera:03916b7a3ef32b822df56f67b017c6db8c929e05 06:11:52 - nexus3.edgexfoundry.org:10004/device-onvif-camera:latest 06:11:52 - nexus3.edgexfoundry.org:10004/device-onvif-camera:4.1.0-dev.8 06:11:52 - nexus3.edgexfoundry.org:10004/device-onvif-camera:03916b7a3ef32b822df56f67b017c6db8c929e05-4.1.0-dev.8 06:11:52 - nexus3.edgexfoundry.org:10004/device-onvif-camera:main 06:11:52 settingsFile: 06:11:52 device-onvif-camera-settings 06:11:52 ========================================================= [Pipeline] node 06:12:07 Still waiting to schedule task 06:12:07 All nodes of label ‘centos7-docker-4c-2g’ are offline 06:12:35 Running on prd-centos7-docker-4c-2g-8219 in /w/workspace/foundry_device-onvif-camera_main [Pipeline] { [Pipeline] stage [Pipeline] { (Create Multi-Arch Images) [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 06:12:35 provisioning config files... 06:12:35 copy managed file [device-onvif-camera-settings] to file:/w/workspace/foundry_device-onvif-camera_main@tmp/config6976288931063059536tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 06:12:36 ---> ****-login.sh 06:12:36 nexus3.edgexfoundry.org:10001 06:12:50 Running on prd-ubuntu20.04-docker-arm64-4c-16g-8218 in /w/workspace/foundry_device-onvif-camera_main [Pipeline] { [Pipeline] ws 06:12:50 Running in /w/workspace/device-onvif-camera/233 [Pipeline] { [Pipeline] checkout 06:12:53 The recommended git tool is: git 06:12:58 using credential edgex-jenkins-ssh 06:12:58 Cloning the remote Git repository 06:12:58 Cloning repository git@github.com:edgexfoundry/device-onvif-camera.git 06:12:59 > git init /w/workspace/device-onvif-camera/233 # timeout=10 06:12:59 Fetching upstream changes from git@github.com:edgexfoundry/device-onvif-camera.git 06:12:59 > git --version # timeout=10 06:12:59 > git --version # 'git version 2.25.1' 06:12:59 using GIT_SSH to set credentials SSH Credentials for GitHub 06:12:59 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-onvif-camera.git +refs/heads/*:refs/remotes/origin/* # timeout=10 06:13:02 > git config remote.origin.url git@github.com:edgexfoundry/device-onvif-camera.git # timeout=10 06:13:02 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 06:13:03 Avoid second fetch 06:13:03 Checking out Revision 03916b7a3ef32b822df56f67b017c6db8c929e05 (main) 06:13:04 Commit message: "build(deps): Bump github.com/edgexfoundry/device-sdk-go/v4 (#522)" 06:13:03 > git config core.sparsecheckout # timeout=10 06:13:04 > git checkout -f 03916b7a3ef32b822df56f67b017c6db8c929e05 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 06:13:09 provisioning config files... 06:13:09 copy managed file [device-onvif-camera-settings] to file:/w/workspace/device-onvif-camera/233@tmp/config5975554620742833554tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 06:13:10 ---> ****-login.sh 06:13:10 nexus3.edgexfoundry.org:10001 06:13:10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:13:10 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 06:13:10 Configure a credential helper to remove this warning. See 06:13:10 https://docs.****.com/engine/reference/commandline/login/#credentials-store 06:13:10 06:13:10 Login Succeeded 06:13:10 nexus3.edgexfoundry.org:10002 06:13:10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:13:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 06:13:11 Configure a credential helper to remove this warning. See 06:13:11 https://docs.****.com/engine/reference/commandline/login/#credentials-store 06:13:11 06:13:11 Login Succeeded 06:13:11 nexus3.edgexfoundry.org:10003 06:13:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:13:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 06:13:11 Configure a credential helper to remove this warning. See 06:13:11 https://docs.****.com/engine/reference/commandline/login/#credentials-store 06:13:11 06:13:11 Login Succeeded 06:13:11 nexus3.edgexfoundry.org:10004 06:13:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:13:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 06:13:11 Configure a credential helper to remove this warning. See 06:13:11 https://docs.****.com/engine/reference/commandline/login/#credentials-store 06:13:11 06:13:11 Login Succeeded 06:13:11 ****.io 06:13:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:13:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 06:13:12 Configure a credential helper to remove this warning. See 06:13:12 https://docs.****.com/engine/reference/commandline/login/#credentials-store 06:13:12 06:13:12 Login Succeeded 06:13:12 ---> ****-login.sh ends [Pipeline] } 06:13:12 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 06:13:12 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 06:13:12 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 06:13:12 ========================================================= 06:13:12 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine] 06:13:12 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:13:13 + 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 . 06:13:13 Sending build context to Docker daemon 26.94MB 06:13:13 Step 1/13 : ARG BASE=golang:1.23-alpine3.20 06:13:13 Step 2/13 : FROM ${BASE} AS builder 06:13:14 1.23-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 06:13:14 94e9d8af2201: Pulling fs layer 06:13:14 a6c56e8762df: Pulling fs layer 06:13:14 f0f3c8884826: Pulling fs layer 06:13:14 c7e7622c144d: Pulling fs layer 06:13:14 4f4fb700ef54: Pulling fs layer 06:13:14 c7e7622c144d: Waiting 06:13:14 4f4fb700ef54: Waiting 06:13:14 b4c3b6d88c5a: Pulling fs layer 06:13:14 ba8bce9d2590: Pulling fs layer 06:13:14 ca778ea9c289: Pulling fs layer 06:13:14 b4c3b6d88c5a: Waiting 06:13:14 ba8bce9d2590: Waiting 06:13:14 a6c56e8762df: Verifying Checksum 06:13:14 a6c56e8762df: Download complete 06:13:14 c7e7622c144d: Verifying Checksum 06:13:14 c7e7622c144d: Download complete 06:13:14 4f4fb700ef54: Verifying Checksum 06:13:14 4f4fb700ef54: Download complete 06:13:14 b4c3b6d88c5a: Download complete 06:13:14 94e9d8af2201: Verifying Checksum 06:13:14 94e9d8af2201: Download complete 06:13:14 ca778ea9c289: Verifying Checksum 06:13:14 ca778ea9c289: Download complete 06:13:15 94e9d8af2201: Pull complete 06:13:16 a6c56e8762df: Pull complete 06:13:16 f0f3c8884826: Verifying Checksum 06:13:16 f0f3c8884826: Download complete 06:13:17 ba8bce9d2590: Verifying Checksum 06:13:17 ba8bce9d2590: Download complete 06:13:32 f0f3c8884826: Pull complete 06:13:32 c7e7622c144d: Pull complete 06:13:32 4f4fb700ef54: Pull complete 06:13:32 b4c3b6d88c5a: Pull complete 06:13:38 ba8bce9d2590: Pull complete 06:13:40 ca778ea9c289: Pull complete 06:13:40 Digest: sha256:c70c257f76c0e97c87bd0187f74242a809c0afac30c2d5f44320df1de5715b93 06:13:40 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine 06:13:40 ---> 47b25d7523d1 06:13:40 Step 3/13 : ARG ADD_BUILD_TAGS="" 06:13:43 ---> Running in d8d70fad8983 06:13:43 Removing intermediate container d8d70fad8983 06:13:43 ---> e87d5128a663 06:13:43 Step 4/13 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 06:13:43 ---> Running in 4f0fca7b2972 06:13:43 Removing intermediate container 4f0fca7b2972 06:13:43 ---> 3fb993036069 06:13:43 Step 5/13 : ARG ALPINE_PKG_BASE="make git" 06:13:43 ---> Running in 99ed8955c52d 06:13:43 Removing intermediate container 99ed8955c52d 06:13:43 ---> a2c2caa29f5b 06:13:43 Step 6/13 : ARG ALPINE_PKG_EXTRA="" 06:13:44 ---> Running in e606f44c5014 06:13:44 Removing intermediate container e606f44c5014 06:13:44 ---> a30a4befab34 06:13:44 Step 7/13 : LABEL Name=edgex-device-onvif-camera 06:13:44 ---> Running in f09d58460a57 06:13:44 Removing intermediate container f09d58460a57 06:13:44 ---> 3a9608b31301 06:13:44 Step 8/13 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 06:13:45 ---> Running in 8d2c85b59228 06:13:46 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 06:13:46 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 06:13:48 OK: 239 MiB in 58 packages 06:13:49 Removing intermediate container 8d2c85b59228 06:13:49 ---> acdea5a91676 06:13:49 Step 9/13 : WORKDIR /device-onvif-camera 06:13:49 ---> Running in e8c0ac55c3c7 06:13:49 Removing intermediate container e8c0ac55c3c7 06:13:49 ---> 92b0f71e8687 06:13:49 Step 10/13 : COPY go.mod vendor* ./ 06:13:49 ---> 6ab601accbc1 06:13:49 Step 11/13 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 06:13:49 ---> Running in df15599bada0 06:15:41 Removing intermediate container df15599bada0 06:15:41 ---> 3b0de3c212fd 06:15:41 Step 12/13 : COPY . . 06:15:41 ---> deab574ff1fd 06:15:41 Step 13/13 : RUN ${MAKE} 06:15:41 ---> Running in 74043940cf7f 06:15:41 noop 06:15:41 Removing intermediate container 74043940cf7f 06:15:41 ---> bd56cd4dc9d1 06:15:41 Successfully built bd56cd4dc9d1 06:15:41 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:15:42 + docker inspect -f . ci-base-image-arm64 06:15:42 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 06:15:42 prd-ubuntu20.04-docker-arm64-4c-16g-8218 does not seem to be running inside a container 06:15:42 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-onvif-camera/233 -v /w/workspace/device-onvif-camera/233:/w/workspace/device-onvif-camera/233:rw,z -v /w/workspace/device-onvif-camera/233@tmp:/w/workspace/device-onvif-camera/233@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 06:15:43 $ docker top 7ac9e34d48de8bab1907b19eabbf7fc9146f081c4766fed4ac2b315b695503c1 -eo pid,comm [Pipeline] { [Pipeline] sh 06:15:44 + go version 06:15:44 go version go1.23.9 linux/arm64 [Pipeline] } 06:15:44 $ docker stop --time=1 7ac9e34d48de8bab1907b19eabbf7fc9146f081c4766fed4ac2b315b695503c1 06:15:46 $ docker rm -f --volumes 7ac9e34d48de8bab1907b19eabbf7fc9146f081c4766fed4ac2b315b695503c1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:15:46 + docker inspect -f . ci-base-image-arm64 06:15:46 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 06:15:47 prd-ubuntu20.04-docker-arm64-4c-16g-8218 does not seem to be running inside a container 06:15:47 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/device-onvif-camera/233 -v /w/workspace/device-onvif-camera/233:/w/workspace/device-onvif-camera/233:rw,z -v /w/workspace/device-onvif-camera/233@tmp:/w/workspace/device-onvif-camera/233@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 06:15:48 $ docker top 427a944d0965b3bf18eea1f7dae627bd32c52569d2639a672b0d595e193b8de9 -eo pid,comm [Pipeline] { [Pipeline] sh 06:15:49 + git config --global --add safe.directory /w/workspace/device-onvif-camera/233 [Pipeline] fileExists [Pipeline] sh 06:15:50 + make test 06:15:50 go test ./... -coverprofile=coverage.out ./... 06:15:56 ? github.com/edgexfoundry/device-onvif-camera [no test files] 06:19:33 github.com/edgexfoundry/device-onvif-camera/cmd coverage: 0.0% of statements 06:19:33 github.com/edgexfoundry/device-onvif-camera/internal/driver/mocks coverage: 0.0% of statements 06:19:33 ok github.com/edgexfoundry/device-onvif-camera/internal/driver 2.160s coverage: 31.4% of statements 06:19:56 ok github.com/edgexfoundry/device-onvif-camera/internal/netscan 23.844s coverage: 86.5% of statements 06:19:56 WARNING: Linting skipped (not on x86_64 or linter not installed) 06:19:56 go vet ./... 06:20:53 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 06:20:53 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 06:20:53 ./bin/test-attribution-txt.sh 06:20:53 An attribution for go.opentelemetry.io/auto/sdk is missing from Attribution.txt, please add [Pipeline] echo 06:20:53 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] } 06:20:53 $ docker stop --time=1 427a944d0965b3bf18eea1f7dae627bd32c52569d2639a672b0d595e193b8de9 06:20:55 $ docker rm -f --volumes 427a944d0965b3bf18eea1f7dae627bd32c52569d2639a672b0d595e193b8de9 [Pipeline] // withDockerContainer [Pipeline] sh 06:20:56 + sudo chown -R jenkins:jenkins . [Pipeline] stash 06:20:56 Warning: overwriting stash ‘coverage-report’ 06:20:57 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 06:20:57 + sudo chown -R jenkins:jenkins . [Pipeline] sh 06:20:58 + ls -al . 06:20:58 total 316 06:20:58 drwxrwxr-x 8 jenkins jenkins 4096 Sep 3 06:15 . 06:20:58 drwxrwxr-x 4 jenkins jenkins 4096 Sep 3 06:12 .. 06:20:58 drwxrwxr-x 8 jenkins jenkins 4096 Sep 3 06:13 .git 06:20:58 drwxrwxr-x 3 jenkins jenkins 4096 Sep 3 06:13 .github 06:20:58 -rw-rw-r-- 1 jenkins jenkins 493 Sep 3 06:13 .gitignore 06:20:58 -rw-rw-r-- 1 jenkins jenkins 199 Sep 3 06:13 .golangci.yml 06:20:58 -rw-rw-r-- 1 jenkins jenkins 20612 Sep 3 06:13 Attribution.txt 06:20:58 -rw-rw-r-- 1 jenkins jenkins 19022 Sep 3 06:13 CHANGELOG.md 06:20:58 -rw-rw-r-- 1 jenkins jenkins 1715 Sep 3 06:13 Dockerfile 06:20:58 -rw-rw-r-- 1 jenkins jenkins 677 Sep 3 06:13 GOVERNANCE.md 06:20:58 -rw-rw-r-- 1 jenkins jenkins 739 Sep 3 06:13 Jenkinsfile 06:20:58 -rw-rw-r-- 1 jenkins jenkins 11348 Sep 3 06:13 LICENSE 06:20:58 -rw-rw-r-- 1 jenkins jenkins 3465 Sep 3 06:13 Makefile 06:20:58 -rw-rw-r-- 1 jenkins jenkins 625 Sep 3 06:13 OWNERS.md 06:20:58 -rw-rw-r-- 1 jenkins jenkins 2620 Sep 3 06:13 README.md 06:20:58 -rw-rw-r-- 1 jenkins jenkins 11 Sep 3 06:09 VERSION 06:20:58 drwxrwxr-x 2 jenkins jenkins 4096 Sep 3 06:13 bin 06:20:58 drwxrwxr-x 3 jenkins jenkins 4096 Sep 3 06:13 cmd 06:20:58 -rw-r--r-- 1 jenkins jenkins 92466 Sep 3 06:19 coverage.out 06:20:58 drwxrwxr-x 4 jenkins jenkins 4096 Sep 3 06:13 doc 06:20:58 -rw-rw-r-- 1 jenkins jenkins 6521 Sep 3 06:13 go.mod 06:20:58 -rw-rw-r-- 1 jenkins jenkins 87684 Sep 3 06:13 go.sum 06:20:58 drwxrwxr-x 4 jenkins jenkins 4096 Sep 3 06:13 internal 06:20:58 -rw-rw-r-- 1 jenkins jenkins 236 Sep 3 06:13 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:20:58 + docker build -t device-onvif-camera-arm64 -f Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=03916b7a3ef32b822df56f67b017c6db8c929e05 --label arch=arm64 --label version=4.1.0-dev.8 . 06:20:59 Sending build context to Docker daemon 27.03MB 06:20:59 Step 1/27 : ARG BASE=golang:1.23-alpine3.20 06:20:59 Step 2/27 : FROM ${BASE} AS builder 06:20:59 ---> bd56cd4dc9d1 06:20:59 Step 3/27 : ARG ADD_BUILD_TAGS="" 06:20:59 ---> Running in 5b026e6a4c69 06:20:59 Removing intermediate container 5b026e6a4c69 06:20:59 ---> 6544ad922f72 06:20:59 Step 4/27 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 06:20:59 ---> Running in 77c77f25fe3d 06:20:59 Removing intermediate container 77c77f25fe3d 06:20:59 ---> b8962816cfe8 06:20:59 Step 5/27 : ARG ALPINE_PKG_BASE="make git" 06:21:00 ---> Running in f4b4e496c7ef 06:21:00 Removing intermediate container f4b4e496c7ef 06:21:00 ---> 08a190af069f 06:21:00 Step 6/27 : ARG ALPINE_PKG_EXTRA="" 06:21:00 ---> Running in b5ea30bbb9c9 06:21:00 Removing intermediate container b5ea30bbb9c9 06:21:00 ---> 36a63633bf66 06:21:00 Step 7/27 : LABEL Name=edgex-device-onvif-camera 06:21:00 ---> Running in de6cab74b264 06:21:01 Removing intermediate container de6cab74b264 06:21:01 ---> 342c4b06838c 06:21:01 Step 8/27 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 06:21:01 ---> Running in 7a0884c59a7b 06:21:02 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 06:21:02 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 06:21:04 OK: 239 MiB in 58 packages 06:21:04 Removing intermediate container 7a0884c59a7b 06:21:04 ---> d5b289e46dbc 06:21:04 Step 9/27 : WORKDIR /device-onvif-camera 06:21:05 ---> Running in 37884049b5e7 06:21:05 Removing intermediate container 37884049b5e7 06:21:05 ---> 7bf17ac5ce1a 06:21:05 Step 10/27 : COPY go.mod vendor* ./ 06:21:05 ---> 6d2fafd8c62b 06:21:05 Step 11/27 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 06:21:05 ---> Running in f081abd8dbc5 06:21:08 Removing intermediate container f081abd8dbc5 06:21:08 ---> 10b77215cfb0 06:21:08 Step 12/27 : COPY . . 06:21:10 ---> 11d1042e8907 06:21:10 Step 13/27 : RUN ${MAKE} 06:21:10 ---> Running in d968183c3ac1 06:21:11 CGO_ENABLED=0 go build -tags "" -ldflags "-s -w -X github.com/edgexfoundry/device-onvif-camera.Version=4.1.0-dev.8 -X github.com/edgexfoundry/device-sdk-go/v4/internal/common.SDKVersion=v4.1.0-dev.34 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/device-onvif-camera ./cmd 06:24:48 Removing intermediate container d968183c3ac1 06:24:48 ---> dc31d9b12e54 06:24:48 Step 14/27 : FROM alpine:3.20 06:24:48 3.20: Pulling from library/alpine 06:24:48 13e713f82565: Pulling fs layer 06:24:48 13e713f82565: Verifying Checksum 06:24:48 13e713f82565: Download complete 06:24:48 13e713f82565: Pull complete 06:24:48 Digest: sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 06:24:48 Status: Downloaded newer image for alpine:3.20 06:24:48 ---> c88e9dceb6cb 06:24:48 Step 15/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' 06:24:48 ---> Running in fc788c0c81d3 06:24:48 Removing intermediate container fc788c0c81d3 06:24:48 ---> b9e16b774598 06:24:48 Step 16/27 : RUN apk add --update --no-cache dumb-init 06:24:48 ---> Running in 764e7ff3c625 06:24:48 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 06:24:48 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 06:24:48 (1/1) Installing dumb-init (1.2.5-r3) 06:24:48 Executing busybox-1.36.1-r29.trigger 06:24:48 OK: 9 MiB in 15 packages 06:24:48 Removing intermediate container 764e7ff3c625 06:24:48 ---> ff26625e73da 06:24:48 Step 17/27 : RUN apk --no-cache upgrade 06:24:48 ---> Running in e958c6b48874 06:24:48 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 06:24:48 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 06:24:48 (1/3) Upgrading busybox (1.36.1-r29 -> 1.36.1-r30) 06:24:48 Executing busybox-1.36.1-r30.post-upgrade 06:24:48 (2/3) Upgrading busybox-binsh (1.36.1-r29 -> 1.36.1-r30) 06:24:48 (3/3) Upgrading ssl_client (1.36.1-r29 -> 1.36.1-r30) 06:24:48 Executing busybox-1.36.1-r30.trigger 06:24:48 OK: 9 MiB in 15 packages 06:24:48 Removing intermediate container e958c6b48874 06:24:48 ---> 615de361c9e9 06:24:48 Step 18/27 : WORKDIR / 06:24:48 ---> Running in d5f0d6493431 06:24:48 Removing intermediate container d5f0d6493431 06:24:48 ---> 4c2535ba0b73 06:24:48 Step 19/27 : COPY --from=builder /device-onvif-camera/cmd / 06:24:48 ---> 7f4646da181b 06:24:48 Step 20/27 : COPY --from=builder /device-onvif-camera/LICENSE / 06:24:48 ---> a6aa12dd8d9d 06:24:48 Step 21/27 : COPY --from=builder /device-onvif-camera/Attribution.txt / 06:24:48 ---> 5554a2af8810 06:24:48 Step 22/27 : EXPOSE 59984 06:24:48 ---> Running in 4103059fa807 06:24:48 Removing intermediate container 4103059fa807 06:24:48 ---> 4f369497bc3d 06:24:48 Step 23/27 : ENTRYPOINT ["/device-onvif-camera"] 06:24:49 ---> Running in 628f756ba34c 06:24:49 Removing intermediate container 628f756ba34c 06:24:49 ---> 498a36aa2e08 06:24:49 Step 24/27 : CMD ["-cp=keeper.http://edgex-core-keeper:59890", "--registry"] 06:24:49 ---> Running in a4fa2713d847 06:24:49 Removing intermediate container a4fa2713d847 06:24:49 ---> bf36635da3c7 06:24:49 Step 25/27 : LABEL arch=arm64 06:24:49 ---> Running in c032a5a83c8f 06:24:49 Removing intermediate container c032a5a83c8f 06:24:49 ---> eedf9d02b147 06:24:49 Step 26/27 : LABEL git_sha=03916b7a3ef32b822df56f67b017c6db8c929e05 06:24:49 ---> Running in a27818a9fdfc 06:24:50 Removing intermediate container a27818a9fdfc 06:24:50 ---> 6def2c6a09bd 06:24:50 Step 27/27 : LABEL version=4.1.0-dev.8 06:24:50 ---> Running in f09799a9b909 06:24:50 Removing intermediate container f09799a9b909 06:24:50 ---> 131e2f5f8b55 06:24:50 [Warning] One or more build-args [ARCH] were not consumed 06:24:50 Successfully built 131e2f5f8b55 06:24:50 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 06:24:50 provisioning config files... 06:24:50 copy managed file [device-onvif-camera-settings] to file:/w/workspace/device-onvif-camera/233@tmp/config5145481760669392534tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 06:24:51 ---> ****-login.sh 06:24:51 nexus3.edgexfoundry.org:10001 06:24:51 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:24:51 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 06:24:51 Configure a credential helper to remove this warning. See 06:24:51 https://docs.****.com/engine/reference/commandline/login/#credentials-store 06:24:51 06:24:51 Login Succeeded 06:24:51 nexus3.edgexfoundry.org:10002 06:24:51 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:24:51 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 06:24:51 Configure a credential helper to remove this warning. See 06:24:51 https://docs.****.com/engine/reference/commandline/login/#credentials-store 06:24:51 06:24:51 Login Succeeded 06:24:51 nexus3.edgexfoundry.org:10003 06:24:51 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:24:52 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 06:24:52 Configure a credential helper to remove this warning. See 06:24:52 https://docs.****.com/engine/reference/commandline/login/#credentials-store 06:24:52 06:24:52 Login Succeeded 06:24:52 nexus3.edgexfoundry.org:10004 06:24:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:24:52 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 06:24:52 Configure a credential helper to remove this warning. See 06:24:52 https://docs.****.com/engine/reference/commandline/login/#credentials-store 06:24:52 06:24:52 Login Succeeded 06:24:52 ****.io 06:24:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:24:52 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 06:24:52 Configure a credential helper to remove this warning. See 06:24:52 https://docs.****.com/engine/reference/commandline/login/#credentials-store 06:24:52 06:24:52 Login Succeeded 06:24:52 ---> ****-login.sh ends [Pipeline] } 06:24:52 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 06:24:52 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 06:24:53 [edgeXDocker.push] Tagging docker image device-onvif-camera-arm64 with the following tags: 06:24:53 03916b7a3ef32b822df56f67b017c6db8c929e05 06:24:53 latest 06:24:53 4.1.0-dev.8 06:24:53 03916b7a3ef32b822df56f67b017c6db8c929e05-4.1.0-dev.8 06:24:53 main 06:24:53 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:24:53 + docker tag device-onvif-camera-arm64 nexus3.edgexfoundry.org:10004/device-onvif-camera-arm64:03916b7a3ef32b822df56f67b017c6db8c929e05 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:24:53 + docker push nexus3.edgexfoundry.org:10004/device-onvif-camera-arm64:03916b7a3ef32b822df56f67b017c6db8c929e05 06:24:53 The push refers to repository [nexus3.edgexfoundry.org:10004/device-onvif-camera-arm64] 06:24:53 4b34422c6a52: Preparing 06:24:53 3fe701a0886b: Preparing 06:24:53 fd1f318ffe4a: Preparing 06:24:53 d63e19d2b7b6: Preparing 06:24:53 346bd8013e82: Preparing 06:24:53 1e890da81ec9: Preparing 06:24:53 1e890da81ec9: Waiting 06:24:54 346bd8013e82: Pushed 06:24:54 4b34422c6a52: Pushed 06:24:54 3fe701a0886b: Pushed 06:24:54 1e890da81ec9: Layer already exists 06:24:54 d63e19d2b7b6: Pushed 06:25:02 fd1f318ffe4a: Pushed 06:25:02 03916b7a3ef32b822df56f67b017c6db8c929e05: digest: sha256:cbccff119b8b190725e31c79f7acfee46efd06947a48efaef1c28c79c43f0028 size: 1575 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:25:02 + 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 06:25:03 + docker push nexus3.edgexfoundry.org:10004/device-onvif-camera-arm64:latest 06:25:03 The push refers to repository [nexus3.edgexfoundry.org:10004/device-onvif-camera-arm64] 06:25:03 4b34422c6a52: Preparing 06:25:03 3fe701a0886b: Preparing 06:25:03 fd1f318ffe4a: Preparing 06:25:03 d63e19d2b7b6: Preparing 06:25:03 346bd8013e82: Preparing 06:25:03 1e890da81ec9: Preparing 06:25:03 1e890da81ec9: Waiting 06:25:03 4b34422c6a52: Layer already exists 06:25:03 d63e19d2b7b6: Layer already exists 06:25:03 fd1f318ffe4a: Layer already exists 06:25:03 3fe701a0886b: Layer already exists 06:25:03 346bd8013e82: Layer already exists 06:25:03 1e890da81ec9: Layer already exists 06:25:03 latest: digest: sha256:cbccff119b8b190725e31c79f7acfee46efd06947a48efaef1c28c79c43f0028 size: 1575 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:25:03 + docker tag device-onvif-camera-arm64 nexus3.edgexfoundry.org:10004/device-onvif-camera-arm64:4.1.0-dev.8 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:25:04 + docker push nexus3.edgexfoundry.org:10004/device-onvif-camera-arm64:4.1.0-dev.8 06:25:04 The push refers to repository [nexus3.edgexfoundry.org:10004/device-onvif-camera-arm64] 06:25:04 4b34422c6a52: Preparing 06:25:04 3fe701a0886b: Preparing 06:25:04 fd1f318ffe4a: Preparing 06:25:04 d63e19d2b7b6: Preparing 06:25:04 346bd8013e82: Preparing 06:25:04 1e890da81ec9: Preparing 06:25:04 1e890da81ec9: Waiting 06:25:04 3fe701a0886b: Layer already exists 06:25:04 346bd8013e82: Layer already exists 06:25:04 4b34422c6a52: Layer already exists 06:25:04 fd1f318ffe4a: Layer already exists 06:25:04 d63e19d2b7b6: Layer already exists 06:25:04 1e890da81ec9: Layer already exists 06:25:04 4.1.0-dev.8: digest: sha256:cbccff119b8b190725e31c79f7acfee46efd06947a48efaef1c28c79c43f0028 size: 1575 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:25:04 + docker tag device-onvif-camera-arm64 nexus3.edgexfoundry.org:10004/device-onvif-camera-arm64:03916b7a3ef32b822df56f67b017c6db8c929e05-4.1.0-dev.8 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:25:05 + docker push nexus3.edgexfoundry.org:10004/device-onvif-camera-arm64:03916b7a3ef32b822df56f67b017c6db8c929e05-4.1.0-dev.8 06:25:05 The push refers to repository [nexus3.edgexfoundry.org:10004/device-onvif-camera-arm64] 06:25:05 4b34422c6a52: Preparing 06:25:05 3fe701a0886b: Preparing 06:25:05 fd1f318ffe4a: Preparing 06:25:05 d63e19d2b7b6: Preparing 06:25:05 346bd8013e82: Preparing 06:25:05 1e890da81ec9: Preparing 06:25:05 1e890da81ec9: Waiting 06:25:05 fd1f318ffe4a: Layer already exists 06:25:05 346bd8013e82: Layer already exists 06:25:05 4b34422c6a52: Layer already exists 06:25:05 3fe701a0886b: Layer already exists 06:25:05 d63e19d2b7b6: Layer already exists 06:25:05 1e890da81ec9: Layer already exists 06:25:05 03916b7a3ef32b822df56f67b017c6db8c929e05-4.1.0-dev.8: digest: sha256:cbccff119b8b190725e31c79f7acfee46efd06947a48efaef1c28c79c43f0028 size: 1575 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:25:05 + 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 06:25:06 + docker push nexus3.edgexfoundry.org:10004/device-onvif-camera-arm64:main 06:25:06 The push refers to repository [nexus3.edgexfoundry.org:10004/device-onvif-camera-arm64] 06:25:06 4b34422c6a52: Preparing 06:25:06 3fe701a0886b: Preparing 06:25:06 fd1f318ffe4a: Preparing 06:25:06 d63e19d2b7b6: Preparing 06:25:06 346bd8013e82: Preparing 06:25:06 1e890da81ec9: Preparing 06:25:06 1e890da81ec9: Waiting 06:25:06 d63e19d2b7b6: Layer already exists 06:25:06 346bd8013e82: Layer already exists 06:25:06 4b34422c6a52: Layer already exists 06:25:06 fd1f318ffe4a: Layer already exists 06:25:06 1e890da81ec9: Layer already exists 06:25:07 3fe701a0886b: Layer already exists 06:25:07 main: digest: sha256:cbccff119b8b190725e31c79f7acfee46efd06947a48efaef1c28c79c43f0028 size: 1575 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 06:25:07 ===================================================== [Pipeline] echo 06:25:07 taggedImages: 06:25:07 - nexus3.edgexfoundry.org:10004/device-onvif-camera-arm64:03916b7a3ef32b822df56f67b017c6db8c929e05 06:25:07 - nexus3.edgexfoundry.org:10004/device-onvif-camera-arm64:latest 06:25:07 - nexus3.edgexfoundry.org:10004/device-onvif-camera-arm64:4.1.0-dev.8 06:25:07 - nexus3.edgexfoundry.org:10004/device-onvif-camera-arm64:03916b7a3ef32b822df56f67b017c6db8c929e05-4.1.0-dev.8 06:25:07 - nexus3.edgexfoundry.org:10004/device-onvif-camera-arm64:main [Pipeline] echo 06:25:07 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/device-onvif-camera-arm64:03916b7a3ef32b822df56f67b017c6db8c929e05 [Pipeline] echo 06:25:07 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/device-onvif-camera-arm64:latest [Pipeline] echo 06:25:07 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/device-onvif-camera-arm64:4.1.0-dev.8 [Pipeline] echo 06:25:07 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/device-onvif-camera-arm64:03916b7a3ef32b822df56f67b017c6db8c929e05-4.1.0-dev.8 [Pipeline] echo 06:25:07 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 06:25:08 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 06:25:08 06:25:08 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:25:08 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 06:25:08 arm64: Pulling from edgex-lftools-log-publisher 06:25:08 8998bd30e6a1: Pulling fs layer 06:25:08 04944245beec: Pulling fs layer 06:25:08 699f458cf7ca: Pulling fs layer 06:25:08 765212b225bb: Pulling fs layer 06:25:08 f23df028b6ca: Pulling fs layer 06:25:08 d65c8cfc05b1: Pulling fs layer 06:25:08 2437ff75d9bd: Pulling fs layer 06:25:08 f23df028b6ca: Waiting 06:25:08 d65c8cfc05b1: Waiting 06:25:08 2437ff75d9bd: Waiting 06:25:08 765212b225bb: Waiting 06:25:08 04944245beec: Verifying Checksum 06:25:08 04944245beec: Download complete 06:25:08 765212b225bb: Verifying Checksum 06:25:08 765212b225bb: Download complete 06:25:08 f23df028b6ca: Verifying Checksum 06:25:08 f23df028b6ca: Download complete 06:25:08 d65c8cfc05b1: Verifying Checksum 06:25:08 d65c8cfc05b1: Download complete 06:25:08 699f458cf7ca: Verifying Checksum 06:25:08 699f458cf7ca: Download complete 06:25:09 8998bd30e6a1: Verifying Checksum 06:25:09 8998bd30e6a1: Download complete 06:25:11 2437ff75d9bd: Download complete 06:25:13 8998bd30e6a1: Pull complete 06:25:14 04944245beec: Pull complete 06:25:15 699f458cf7ca: Pull complete 06:25:15 765212b225bb: Pull complete 06:25:16 f23df028b6ca: Pull complete 06:25:16 d65c8cfc05b1: Pull complete 06:25:35 2437ff75d9bd: Pull complete 06:25:35 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 06:25:35 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 06:25:35 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 06:25:35 prd-ubuntu20.04-docker-arm64-4c-16g-8218 does not seem to be running inside a container 06:25:35 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/device-onvif-camera/233 -v /w/workspace/device-onvif-camera/233:/w/workspace/device-onvif-camera/233:rw,z -v /w/workspace/device-onvif-camera/233@tmp:/w/workspace/device-onvif-camera/233@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat 06:25:38 $ docker top f18d0181eece6ba3f1e40383ecf724d27a39ef937736e8033c0cde98463cb644 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 06:25:38 ---> job-cost.sh 06:25:38 lf-activate-venv: SKIPPING 06:25:38 INFO: No Stack... 06:25:39 INFO: Retrieving Pricing Info for: v3-standard-4 06:25:40 INFO: Archiving Costs [Pipeline] sh 06:25:41 + cat /w/workspace/device-onvif-camera/233/archives/cost.csv 06:25:41 + cut -d, -f6 [Pipeline] lock 06:25:41 Trying to acquire lock on [Resource: jenkins-edgexfoundry-device-onvif-camera-main-233-stack-cost] 06:25:41 Resource [jenkins-edgexfoundry-device-onvif-camera-main-233-stack-cost] did not exist. Created. 06:25:41 Lock acquired on [Resource: jenkins-edgexfoundry-device-onvif-camera-main-233-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 06:25:41 + echo total: 0.10999999940395355 [Pipeline] stash 06:25:41 Stashed 1 file(s) [Pipeline] } 06:25:41 Lock released on resource [Resource: jenkins-edgexfoundry-device-onvif-camera-main-233-stack-cost] [Pipeline] // lock [Pipeline] } 06:25:41 $ docker stop --time=1 f18d0181eece6ba3f1e40383ecf724d27a39ef937736e8033c0cde98463cb644 06:25:43 $ docker rm -f --volumes f18d0181eece6ba3f1e40383ecf724d27a39ef937736e8033c0cde98463cb644 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 10:30:24 Cannot contact prd-centos7-****-4c-2g-8219: java.lang.InterruptedException 12:09:36 Cancelling nested steps due to timeout 12:09:36 Sending interrupt signal to process 12:09:44 script returned exit code 143 [Pipeline] } 12:09:44 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] error [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh 12:09:45 + '[' -d /w/workspace/foundry_device-onvif-camera_main/archives ']' [Pipeline] libraryResource [Pipeline] sh 12:09:45 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 12:09:45 ---> package-listing.sh 12:09:45 ++ facter osfamily 12:09:45 ++ tr '[:upper:]' '[:lower:]' 12:09:46 + OS_FAMILY=redhat 12:09:46 + workspace=/w/workspace/foundry_device-onvif-camera_main 12:09:46 + START_PACKAGES=/tmp/packages_start.txt 12:09:46 + END_PACKAGES=/tmp/packages_end.txt 12:09:46 + DIFF_PACKAGES=/tmp/packages_diff.txt 12:09:46 + PACKAGES=/tmp/packages_start.txt 12:09:46 + '[' /w/workspace/foundry_device-onvif-camera_main ']' 12:09:46 + PACKAGES=/tmp/packages_end.txt 12:09:46 + case "${OS_FAMILY}" in 12:09:46 + rpm -qa 12:09:46 + sort 12:09:46 + '[' -f /tmp/packages_start.txt ']' 12:09:46 + '[' -f /tmp/packages_end.txt ']' 12:09:46 + diff /tmp/packages_start.txt /tmp/packages_end.txt 12:09:46 + '[' /w/workspace/foundry_device-onvif-camera_main ']' 12:09:46 + mkdir -p /w/workspace/foundry_device-onvif-camera_main/archives/ 12:09:46 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/foundry_device-onvif-camera_main/archives/ [Pipeline] echo 12:09:46 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 12:09:47 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:09:47 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 12:09:47 12:09:47 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:09:47 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 12:09:47 latest: Pulling from edgex-lftools-log-publisher 12:09:47 5eb5b503b376: Pulling fs layer 12:09:47 5c69ac0246d0: Pulling fs layer 12:09:47 ec43610c2a17: Pulling fs layer 12:09:47 3a2ae6a8a46f: Pulling fs layer 12:09:47 33b1e0a273af: Pulling fs layer 12:09:47 5d3b04190fa2: Pulling fs layer 12:09:47 2f39f015ded8: Pulling fs layer 12:09:47 3a2ae6a8a46f: Waiting 12:09:47 33b1e0a273af: Waiting 12:09:47 5d3b04190fa2: Waiting 12:09:47 2f39f015ded8: Waiting 12:09:47 5c69ac0246d0: Verifying Checksum 12:09:47 5c69ac0246d0: Download complete 12:09:47 3a2ae6a8a46f: Verifying Checksum 12:09:47 3a2ae6a8a46f: Download complete 12:09:48 ec43610c2a17: Verifying Checksum 12:09:48 ec43610c2a17: Download complete 12:09:48 5d3b04190fa2: Verifying Checksum 12:09:48 5d3b04190fa2: Download complete 12:09:48 33b1e0a273af: Verifying Checksum 12:09:48 33b1e0a273af: Download complete 12:09:48 5eb5b503b376: Verifying Checksum 12:09:48 5eb5b503b376: Download complete 12:09:48 2f39f015ded8: Verifying Checksum 12:09:48 2f39f015ded8: Download complete 12:09:49 5eb5b503b376: Pull complete 12:09:49 5c69ac0246d0: Pull complete 12:09:50 ec43610c2a17: Pull complete 12:09:50 3a2ae6a8a46f: Pull complete 12:09:50 33b1e0a273af: Pull complete 12:09:50 5d3b04190fa2: Pull complete 12:09:54 2f39f015ded8: Pull complete 12:09:54 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 12:09:54 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 12:09:54 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 12:09:54 prd-centos7-docker-4c-2g-8219 does not seem to be running inside a container 12:09:54 $ 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 12:09:57 $ docker top c0c929e8cb21644fb6e188fa3826c8adf92a9fa2c05f907b3aa3cb04a9a18b39 -eo pid,comm [Pipeline] { [Pipeline] sh 12:09:58 + touch /tmp/pre-build-complete [Pipeline] sh 12:09:58 + mkdir -p /var/log/sysstat [Pipeline] sh 12:09:58 + ls /var/log/sa-host 12:09:58 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 12:09:58 provisioning config files... 12:09:58 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/foundry_device-onvif-camera_main@tmp/config15440951131790419447tmp [Pipeline] { [Pipeline] echo 12:09:58 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 12:09:59 ---> create-netrc.sh [Pipeline] } 12:09:59 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 12:09:59 ---> python-tools-install.sh [Pipeline] echo 12:09:59 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 12:09:59 ---> sudo-logs.sh 12:09:59 Archiving 'sudo' log.. 12:09:59 sudo: unable to resolve host prd-centos7-docker-4c-2g-8219.novalocal: Name or service not known 12:09:59 sudo: unable to resolve host prd-centos7-docker-4c-2g-8219.novalocal: Name or service not known [Pipeline] unstash [Pipeline] echo 12:09:59 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 12:10:00 ---> job-cost.sh 12:10:00 lf-activate-venv: SKIPPING 12:10:00 DEBUG: total: 0.10999999940395355 12:10:00 INFO: Retrieving Stack Cost... 12:10:00 INFO: Retrieving Pricing Info for: v3-standard-2 12:10:00 INFO: Archiving Costs [Pipeline] echo 12:10:00 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 12:10:01 ---> logs-deploy.sh 12:10:01 lf-activate-venv: SKIPPING 12:10:01 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-onvif-camera/main/233 12:10:01 INFO: archiving workspace using pattern(s): 12:10:02 Archives upload complete. 12:10:02 INFO: archiving logs to Nexus 12:10:02 ---> uname -a: 12:10:02 Linux prd-centos7-docker-4c-2g-8219.novalocal 3.10.0-1160.76.1.el7.x86_64 #1 SMP Wed Aug 10 16:21:17 UTC 2022 x86_64 GNU/Linux 12:10:02 12:10:02 12:10:02 ---> lscpu: 12:10:02 Architecture: x86_64 12:10:02 CPU op-mode(s): 32-bit, 64-bit 12:10:02 Byte Order: Little Endian 12:10:02 Address sizes: 40 bits physical, 48 bits virtual 12:10:02 CPU(s): 2 12:10:02 On-line CPU(s) list: 0,1 12:10:02 Thread(s) per core: 1 12:10:02 Core(s) per socket: 1 12:10:02 Socket(s): 2 12:10:02 NUMA node(s): 1 12:10:02 Vendor ID: AuthenticAMD 12:10:02 CPU family: 23 12:10:02 Model: 49 12:10:02 Model name: AMD EPYC-Rome Processor 12:10:02 Stepping: 0 12:10:02 CPU MHz: 2799.998 12:10:02 BogoMIPS: 5599.99 12:10:02 Virtualization: AMD-V 12:10:02 Hypervisor vendor: KVM 12:10:02 Virtualization type: full 12:10:02 L1d cache: 64 KiB 12:10:02 L1i cache: 64 KiB 12:10:02 L2 cache: 1 MiB 12:10:02 L3 cache: 32 MiB 12:10:02 NUMA node0 CPU(s): 0,1 12:10:02 Vulnerability Itlb multihit: Not affected 12:10:02 Vulnerability L1tf: Not affected 12:10:02 Vulnerability Mds: Not affected 12:10:02 Vulnerability Meltdown: Not affected 12:10:02 Vulnerability Mmio stale data: Not affected 12:10:02 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 12:10:02 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 12:10:02 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 12:10:02 Vulnerability Srbds: Not affected 12:10:02 Vulnerability Tsx async abort: Not affected 12:10:02 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 12:10:02 12:10:02 12:10:02 ---> nproc: 12:10:02 2 12:10:02 12:10:02 12:10:02 ---> df -h: 12:10:02 Filesystem Size Used Avail Use% Mounted on 12:10:02 overlay 40G 6.8G 34G 17% / 12:10:02 tmpfs 64M 0 64M 0% /dev 12:10:02 tmpfs 3.9G 0 3.9G 0% /sys/fs/cgroup 12:10:02 shm 64M 0 64M 0% /dev/shm 12:10:02 /dev/vda1 40G 6.8G 34G 17% /facter-os 12:10:02 12:10:02 12:10:02 Cannot open /var/log/sysstat/sa03: No such file or directory 12:10:02 Please check if data collecting is enabled 12:10:02 subprocess.CalledProcessError: Command '['sar', '-b', '-r', '-n', 'DEV']' returned non-zero exit status 2. [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 12:10:02 [edgeXInfraPublish] An error occurred while publishing logs: script returned exit code 1 [Pipeline] } 12:10:02 $ docker stop --time=1 c0c929e8cb21644fb6e188fa3826c8adf92a9fa2c05f907b3aa3cb04a9a18b39 12:10:04 $ docker rm -f --volumes c0c929e8cb21644fb6e188fa3826c8adf92a9fa2c05f907b3aa3cb04a9a18b39 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] cleanWs 12:10:04 [WS-CLEANUP] Deleting project workspace... 12:10:04 [WS-CLEANUP] Deferred wipeout is used... 12:10:04 [WS-CLEANUP] done [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:10:04 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 12:10:04 12:10:04 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:10:05 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 12:10:05 latest: Pulling from edgex-lftools-log-publisher 12:10:05 5eb5b503b376: Pulling fs layer 12:10:05 5c69ac0246d0: Pulling fs layer 12:10:05 ec43610c2a17: Pulling fs layer 12:10:05 3a2ae6a8a46f: Pulling fs layer 12:10:05 33b1e0a273af: Pulling fs layer 12:10:05 5d3b04190fa2: Pulling fs layer 12:10:05 2f39f015ded8: Pulling fs layer 12:10:05 3a2ae6a8a46f: Waiting 12:10:05 33b1e0a273af: Waiting 12:10:05 2f39f015ded8: Waiting 12:10:05 5d3b04190fa2: Waiting 12:10:05 5c69ac0246d0: Verifying Checksum 12:10:05 5c69ac0246d0: Download complete 12:10:05 3a2ae6a8a46f: Verifying Checksum 12:10:05 3a2ae6a8a46f: Download complete 12:10:05 33b1e0a273af: Verifying Checksum 12:10:05 33b1e0a273af: Download complete 12:10:05 ec43610c2a17: Verifying Checksum 12:10:05 ec43610c2a17: Download complete 12:10:05 5d3b04190fa2: Verifying Checksum 12:10:05 5d3b04190fa2: Download complete 12:10:05 5eb5b503b376: Verifying Checksum 12:10:05 5eb5b503b376: Download complete 12:10:05 2f39f015ded8: Download complete 12:10:07 5eb5b503b376: Pull complete 12:10:07 5c69ac0246d0: Pull complete 12:10:07 ec43610c2a17: Pull complete 12:10:07 3a2ae6a8a46f: Pull complete 12:10:07 33b1e0a273af: Pull complete 12:10:07 5d3b04190fa2: Pull complete 12:10:13 2f39f015ded8: Pull complete 12:10:13 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 12:10:13 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 12:10:13 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 12:10:13 prd-ubuntu20.04-docker-8c-8g-8215 does not seem to be running inside a container 12:10:13 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/foundry_device-onvif-camera_main -v /w/workspace/foundry_device-onvif-camera_main:/w/workspace/foundry_device-onvif-camera_main:rw,z -v /w/workspace/foundry_device-onvif-camera_main@tmp:/w/workspace/foundry_device-onvif-camera_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 12:10:14 $ docker top 313428bf726f99cb5202c720875c6b16b93db51961bf7fe83588df3f485e963f -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 12:10:14 ---> job-cost.sh 12:10:14 lf-activate-venv: SKIPPING 12:10:14 INFO: No Stack... 12:10:15 INFO: Retrieving Pricing Info for: v3-standard-8 12:10:15 INFO: Archiving Costs [Pipeline] sh 12:10:15 + cat /w/workspace/foundry_device-onvif-camera_main/archives/cost.csv 12:10:15 + cut -d, -f6 [Pipeline] lock 12:10:15 Trying to acquire lock on [Resource: jenkins-edgexfoundry-device-onvif-camera-main-233-stack-cost] 12:10:15 Resource [jenkins-edgexfoundry-device-onvif-camera-main-233-stack-cost] did not exist. Created. 12:10:15 Lock acquired on [Resource: jenkins-edgexfoundry-device-onvif-camera-main-233-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 12:10:16 /w/workspace/foundry_device-onvif-camera_main@tmp/durable-3ca5eec5/script.sh.copy: 1: Syntax error: Unterminated quoted string [Pipeline] sh 12:10:16 + echo total: 1.5299999713897705 [Pipeline] stash 12:10:16 Warning: overwriting stash ‘stack-cost’ 12:10:16 Stashed 1 file(s) [Pipeline] } 12:10:16 Lock released on resource [Resource: jenkins-edgexfoundry-device-onvif-camera-main-233-stack-cost] [Pipeline] // lock [Pipeline] } 12:10:16 $ docker stop --time=1 313428bf726f99cb5202c720875c6b16b93db51961bf7fe83588df3f485e963f 12:10:17 $ docker rm -f --volumes 313428bf726f99cb5202c720875c6b16b93db51961bf7fe83588df3f485e963f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 12:10:17 Failed in branch amd64 [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh 12:10:18 + [ -d /w/workspace/foundry_device-onvif-camera_main/archives ] 12:10:18 + ls -al /w/workspace/foundry_device-onvif-camera_main/archives 12:10:18 total 16 12:10:18 drwxr-xr-x 3 root root 4096 Sep 3 12:10 . 12:10:18 drwxrwxr-x 10 jenkins jenkins 4096 Sep 3 12:10 .. 12:10:18 drwxr-xr-x 2 root root 4096 Sep 3 12:10 cost 12:10:18 -rw-r--r-- 1 root root 93 Sep 3 12:10 cost.csv 12:10:18 + sudo chown -R jenkins:jenkins /w/workspace/foundry_device-onvif-camera_main/archives 12:10:18 + ls -al /w/workspace/foundry_device-onvif-camera_main/archives 12:10:18 total 16 12:10:18 drwxr-xr-x 3 jenkins jenkins 4096 Sep 3 12:10 . 12:10:18 drwxrwxr-x 10 jenkins jenkins 4096 Sep 3 12:10 .. 12:10:18 drwxr-xr-x 2 jenkins jenkins 4096 Sep 3 12:10 cost 12:10:18 -rw-r--r-- 1 jenkins jenkins 93 Sep 3 12:10 cost.csv [Pipeline] libraryResource [Pipeline] sh 12:10:18 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 12:10:19 ---> package-listing.sh 12:10:19 ++ facter osfamily 12:10:19 ++ tr '[:upper:]' '[:lower:]' 12:10:20 + OS_FAMILY=debian 12:10:20 + workspace=/w/workspace/foundry_device-onvif-camera_main 12:10:20 + START_PACKAGES=/tmp/packages_start.txt 12:10:20 + END_PACKAGES=/tmp/packages_end.txt 12:10:20 + DIFF_PACKAGES=/tmp/packages_diff.txt 12:10:20 + PACKAGES=/tmp/packages_start.txt 12:10:20 + '[' /w/workspace/foundry_device-onvif-camera_main ']' 12:10:20 + PACKAGES=/tmp/packages_end.txt 12:10:20 + case "${OS_FAMILY}" in 12:10:20 + dpkg -l 12:10:20 + grep '^ii' 12:10:20 + '[' -f /tmp/packages_start.txt ']' 12:10:20 + '[' -f /tmp/packages_end.txt ']' 12:10:20 + diff /tmp/packages_start.txt /tmp/packages_end.txt 12:10:20 + '[' /w/workspace/foundry_device-onvif-camera_main ']' 12:10:20 + mkdir -p /w/workspace/foundry_device-onvif-camera_main/archives/ 12:10:20 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/foundry_device-onvif-camera_main/archives/ [Pipeline] echo 12:10:20 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 12:10:20 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:10:20 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 12:10:20 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 12:10:21 prd-ubuntu20.04-docker-8c-8g-8215 does not seem to be running inside a container 12:10:21 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/foundry_device-onvif-camera_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/foundry_device-onvif-camera_main -v /w/workspace/foundry_device-onvif-camera_main:/w/workspace/foundry_device-onvif-camera_main:rw,z -v /w/workspace/foundry_device-onvif-camera_main@tmp:/w/workspace/foundry_device-onvif-camera_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 12:10:21 $ docker top 546fefa5b7562c954e4637f34fd9547a628378983fff0126eeb6771cf8ea8a45 -eo pid,comm [Pipeline] { [Pipeline] sh 12:10:21 + touch /tmp/pre-build-complete [Pipeline] sh 12:10:21 + mkdir -p /var/log/sysstat [Pipeline] sh 12:10:22 + ls /var/log/sa-host 12:10:22 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 12:10:22 provisioning config files... 12:10:22 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/foundry_device-onvif-camera_main@tmp/config17001406614024446324tmp [Pipeline] { [Pipeline] echo 12:10:22 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 12:10:22 ---> create-netrc.sh [Pipeline] } 12:10:22 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 12:10:22 ---> python-tools-install.sh [Pipeline] echo 12:10:22 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 12:10:23 ---> sudo-logs.sh 12:10:23 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 12:10:23 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 12:10:23 ---> job-cost.sh 12:10:23 lf-activate-venv: SKIPPING 12:10:23 DEBUG: total: 1.5299999713897705 12:10:23 INFO: Retrieving Stack Cost... 12:10:23 INFO: Retrieving Pricing Info for: v3-standard-8 12:10:23 INFO: Archiving Costs [Pipeline] echo 12:10:23 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 12:10:24 ---> logs-deploy.sh 12:10:24 lf-activate-venv: SKIPPING 12:10:24 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-onvif-camera/main/233 12:10:24 INFO: archiving workspace using pattern(s): 12:10:24 Archives upload complete. 12:10:24 INFO: archiving logs to Nexus