Pull request #346 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Connecting to https://api.github.com to check permissions of obtain list of jumpingliu for edgexfoundry/device-onvif-camera Loading trusted files from base branch main at 3c68e390b48f15746d10455ca85b218d19e4928b rather than 56b144428b63d9c8bdcb61c5ddbaaba24ee9f541 Obtained Jenkinsfile from 3c68e390b48f15746d10455ca85b218d19e4928b 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-ssh5870750394350927299.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 4fc256d9079ed2258907e613f84b1b8da264a4bd 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-ssh311262067666261770.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 4fc256d9079ed2258907e613f84b1b8da264a4bd The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and with tags Cloning repository git@github.com:edgexfoundry/edgex-global-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/device-onvif-camera/branches/PR-346/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82 # timeout=10 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/PR-346/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh10667493450721548900.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > 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 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/PR-346/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh14940086536328567399.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 4fc256d9079ed2258907e613f84b1b8da264a4bd (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 4fc256d9079ed2258907e613f84b1b8da264a4bd # timeout=10 Commit message: "Merge pull request #430 from ernestojeda/release-lock" > 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 > git --version # timeout=10 > git --version # 'git version 2.16.6' 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-ssh8304507728235682163.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 Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:lfit/releng-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/device-onvif-camera/branches/PR-346/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e # timeout=10 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/PR-346/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh13982327012410654505.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch 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 > git --version # timeout=10 > git --version # 'git version 2.16.6' fatal: bad object 4fc256d9079ed2258907e613f84b1b8da264a4bd 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/v2]] ========================================================= [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.20 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/v2 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘ubuntu20.04-docker-8c-8g’ Running on prd-ubuntu20.04-docker-8c-8g-14442 in /w/workspace/undry_device-onvif-camera_PR-346 [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/undry_device-onvif-camera_PR-346 # 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 > git config remote.origin.url git@github.com:edgexfoundry/device-onvif-camera.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-onvif-camera.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-onvif-camera.git +refs/pull/346/head:refs/remotes/origin/PR-346 +refs/heads/main:refs/remotes/origin/main # timeout=10 Merging remotes/origin/main commit 3c68e390b48f15746d10455ca85b218d19e4928b into PR head commit 56b144428b63d9c8bdcb61c5ddbaaba24ee9f541 Merge succeeded, producing 56b144428b63d9c8bdcb61c5ddbaaba24ee9f541 Checking out Revision 56b144428b63d9c8bdcb61c5ddbaaba24ee9f541 (PR-346) > git config core.sparsecheckout # timeout=10 > git checkout -f 56b144428b63d9c8bdcb61c5ddbaaba24ee9f541 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 3c68e390b48f15746d10455ca85b218d19e4928b # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 56b144428b63d9c8bdcb61c5ddbaaba24ee9f541 # timeout=10 Commit message: "build: Ignore all go-mods except device-sdk-go" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object 4fc256d9079ed2258907e613f84b1b8da264a4bd [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 04:30:31 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 04:30:31 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 04:30:31 ========================================================= 04:30:31 EdgeX Global Pipelines Version Info 04:30:31 ========================================================= [Pipeline] libraryResource [Pipeline] sh 04:30:32 ------------------- 04:30:32 stable info: 04:30:32 ------------------- 04:30:32 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 04:30:32 Commit SHA: 4fc256d9079ed2258907e613f84b1b8da264a4bd 04:30:32 Message: update stable to v1.0.249 04:30:33 ------------------- 04:30:33 experimental info: 04:30:33 ------------------- 04:30:33 Commited By: **** collab-it+edgex@linuxfoundation.org 04:30:33 Commit SHA: 4fc256d9079ed2258907e613f84b1b8da264a4bd 04:30:33 Message: update experimental to v1.0.249 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 04:30:33 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-onvif-camera-settings [Pipeline] echo 04:30:33 [edgeXSetupEnvironment]: set envvar PROJECT = device-onvif-camera [Pipeline] echo 04:30:33 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 04:30:33 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 04:30:33 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 04:30:33 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.20 [Pipeline] echo 04:30:33 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 04:30:33 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 04:30:33 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 04:30:33 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 04:30:33 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 04:30:33 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-onvif-camera [Pipeline] echo 04:30:34 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 04:30:34 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 04:30:34 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 04:30:34 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 04:30:34 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 04:30:34 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 04:30:34 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 04:30:34 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 04:30:34 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 04:30:34 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = doc/openapi/v2 [Pipeline] echo 04:30:34 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 04:30:34 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 04:30:34 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 04:30:34 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 04:30:34 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 04:30:34 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-346 [Pipeline] echo 04:30:34 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-346 [Pipeline] echo 04:30:34 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-346 [Pipeline] echo 04:30:34 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 56b144428b63d9c8bdcb61c5ddbaaba24ee9f541 [Pipeline] echo 04:30:34 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 56b1444 [Pipeline] echo 04:30:34 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 04:30:35 provisioning config files... 04:30:35 copy managed file [device-onvif-camera-settings] to file:/w/workspace/undry_device-onvif-camera_PR-346@tmp/config5996022884655838287tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 04:30:35 ---> docker-login.sh 04:30:35 nexus3.edgexfoundry.org:10001 04:30:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:30:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:30:35 Configure a credential helper to remove this warning. See 04:30:35 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:30:35 04:30:35 Login Succeeded 04:30:35 nexus3.edgexfoundry.org:10002 04:30:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:30:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:30:35 Configure a credential helper to remove this warning. See 04:30:35 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:30:35 04:30:35 Login Succeeded 04:30:35 nexus3.edgexfoundry.org:10003 04:30:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:30:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:30:35 Configure a credential helper to remove this warning. See 04:30:35 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:30:35 04:30:35 Login Succeeded 04:30:35 nexus3.edgexfoundry.org:10004 04:30:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:30:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:30:35 Configure a credential helper to remove this warning. See 04:30:35 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:30:35 04:30:35 Login Succeeded 04:30:35 docker.io 04:30:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:30:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:30:36 Configure a credential helper to remove this warning. See 04:30:36 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:30:36 04:30:36 Login Succeeded 04:30:36 ---> docker-login.sh ends [Pipeline] } 04:30:36 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 04:30:37 + git rev-list -1 --merges 56b144428b63d9c8bdcb61c5ddbaaba24ee9f541~1..56b144428b63d9c8bdcb61c5ddbaaba24ee9f541 [Pipeline] echo 04:30:37 -----------> git rev-list -1 --merges 56b144428b63d9c8bdcb61c5ddbaaba24ee9f541~1..56b144428b63d9c8bdcb61c5ddbaaba24ee9f541 56b144428b63d9c8bdcb61c5ddbaaba24ee9f541 [false] [Pipeline] sh 04:30:37 + git log --format=format:%s -1 56b144428b63d9c8bdcb61c5ddbaaba24ee9f541 [Pipeline] echo 04:30:37 ========================================================= 04:30:37 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 04:30:37 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 04:30:37 + git log --format=format:%s -1 56b144428b63d9c8bdcb61c5ddbaaba24ee9f541 [Pipeline] echo 04:30:38 [semverPrep] GIT_COMMIT: 56b144428b63d9c8bdcb61c5ddbaaba24ee9f541, Commit Message: build: Ignore all go-mods except device-sdk-go [Pipeline] echo 04:30:38 [semverPrep] This is not a build commit. [Pipeline] sh 04:30:38 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 04:30:38 + grep -v github /etc/ssh/ssh_known_hosts 04:30:38 + [ -e /tmp/ssh_known_hosts ] 04:30:38 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 04:30:38 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 04:30:38 + sudo tee -a /etc/ssh/ssh_known_hosts 04:30:38 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:30:38 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 04:30:38 04:30:38 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:30:39 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 04:30:39 0.1.4: Pulling from edgex-devops/py-git-semver 04:30:39 b85a868b505f: Pulling fs layer 04:30:39 e2be974225ed: Pulling fs layer 04:30:39 339a4e72a1f5: Pulling fs layer 04:30:39 988bab9f4d93: Pulling fs layer 04:30:39 1469e6f7b9e6: Pulling fs layer 04:30:39 eaf3925da568: Pulling fs layer 04:30:39 bab4dde63d76: Pulling fs layer 04:30:39 bde34c3a00c8: Pulling fs layer 04:30:39 b352a97aabf1: Pulling fs layer 04:30:39 4872d77fe225: Pulling fs layer 04:30:39 5851b861e8e6: Pulling fs layer 04:30:39 bab4dde63d76: Waiting 04:30:39 bde34c3a00c8: Waiting 04:30:39 b352a97aabf1: Waiting 04:30:39 4872d77fe225: Waiting 04:30:39 5851b861e8e6: Waiting 04:30:39 1469e6f7b9e6: Waiting 04:30:39 988bab9f4d93: Waiting 04:30:39 eaf3925da568: Waiting 04:30:39 e2be974225ed: Download complete 04:30:39 988bab9f4d93: Verifying Checksum 04:30:39 988bab9f4d93: Download complete 04:30:39 1469e6f7b9e6: Verifying Checksum 04:30:39 1469e6f7b9e6: Download complete 04:30:39 eaf3925da568: Verifying Checksum 04:30:39 eaf3925da568: Download complete 04:30:39 339a4e72a1f5: Verifying Checksum 04:30:39 339a4e72a1f5: Download complete 04:30:39 bde34c3a00c8: Verifying Checksum 04:30:39 bde34c3a00c8: Download complete 04:30:39 b352a97aabf1: Verifying Checksum 04:30:39 b352a97aabf1: Download complete 04:30:39 4872d77fe225: Download complete 04:30:39 5851b861e8e6: Verifying Checksum 04:30:39 5851b861e8e6: Download complete 04:30:39 b85a868b505f: Verifying Checksum 04:30:39 b85a868b505f: Download complete 04:30:39 bab4dde63d76: Verifying Checksum 04:30:39 bab4dde63d76: Download complete 04:30:40 b85a868b505f: Pull complete 04:30:40 e2be974225ed: Pull complete 04:30:41 339a4e72a1f5: Pull complete 04:30:41 988bab9f4d93: Pull complete 04:30:41 1469e6f7b9e6: Pull complete 04:30:41 eaf3925da568: Pull complete 04:30:43 bab4dde63d76: Pull complete 04:30:43 bde34c3a00c8: Pull complete 04:30:43 b352a97aabf1: Pull complete 04:30:43 4872d77fe225: Pull complete 04:30:43 5851b861e8e6: Pull complete 04:30:43 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 04:30:43 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 04:30:43 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 04:30:43 prd-ubuntu20.04-docker-8c-8g-14442 does not seem to be running inside a container 04:30:43 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/undry_device-onvif-camera_PR-346 -v /w/workspace/undry_device-onvif-camera_PR-346:/w/workspace/undry_device-onvif-camera_PR-346:rw,z -v /w/workspace/undry_device-onvif-camera_PR-346@tmp:/w/workspace/undry_device-onvif-camera_PR-346@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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 04:30:45 $ docker top 8faa470db1e899b7d878127431d225a5bc6679a8983190f4c27d70c04713ee04 -eo pid,comm 04:30:45 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). 04:30:45 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 04:30:45 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 04:30:45 [ssh-agent] Looking for ssh-agent implementation... 04:30:45 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 04:30:45 $ docker exec 8faa470db1e899b7d878127431d225a5bc6679a8983190f4c27d70c04713ee04 ssh-agent 04:30:45 SSH_AUTH_SOCK=/tmp/ssh-YJRCNtDXD2kw/agent.34 04:30:45 SSH_AGENT_PID=40 04:30:45 Running ssh-add (command line suppressed) 04:30:45 Identity added: /w/workspace/undry_device-onvif-camera_PR-346@tmp/private_key_14082489793355808320.key (/w/workspace/undry_device-onvif-camera_PR-346@tmp/private_key_14082489793355808320.key) 04:30:45 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 04:30:45 + git tag --points-at HEAD [Pipeline] } 04:30:45 $ docker exec --env ******** --env ******** 8faa470db1e899b7d878127431d225a5bc6679a8983190f4c27d70c04713ee04 ssh-agent -k 04:30:46 unset SSH_AUTH_SOCK; 04:30:46 unset SSH_AGENT_PID; 04:30:46 echo Agent pid 40 killed; 04:30:46 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 04:30:46 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 04:30:46 [ssh-agent] Looking for ssh-agent implementation... 04:30:46 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 04:30:46 $ docker exec 8faa470db1e899b7d878127431d225a5bc6679a8983190f4c27d70c04713ee04 ssh-agent 04:30:46 SSH_AUTH_SOCK=/tmp/ssh-MTdgkllyhDPp/agent.72 04:30:46 SSH_AGENT_PID=78 04:30:46 Running ssh-add (command line suppressed) 04:30:46 Identity added: /w/workspace/undry_device-onvif-camera_PR-346@tmp/private_key_13528426943415660603.key (/w/workspace/undry_device-onvif-camera_PR-346@tmp/private_key_13528426943415660603.key) 04:30:46 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 04:30:46 + git semver init 04:30:47 2023-05-08 04:30:46,999 [run_init] DEBUG init version:0.0.0 force:False 04:30:47 2023-05-08 04:30:47,000 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/undry_device-onvif-camera_PR-346/.semver 04:30:47 2023-05-08 04:30:47,000 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-onvif-camera.git /w/workspace/undry_device-onvif-camera_PR-346/.semver 04:30:47 2023-05-08 04:30:47,000 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/device-onvif-camera.git', '/w/workspace/undry_device-onvif-camera_PR-346/.semver'], cwd=/w/workspace/undry_device-onvif-camera_PR-346, universal_newlines=False, shell=None, istream=None) 04:30:48 2023-05-08 04:30:48,134 [append_file] DEBUG append to file:/w/workspace/undry_device-onvif-camera_PR-346/.git/info/exclude 04:30:48 2023-05-08 04:30:48,135 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/undry_device-onvif-camera_PR-346/.semver/PR-346 with force:False 04:30:48 2023-05-08 04:30:48,135 [write_file] DEBUG write to file:/w/workspace/undry_device-onvif-camera_PR-346/.semver/PR-346 04:30:48 2023-05-08 04:30:48,139 [execute] INFO git cat-file --batch-check 04:30:48 2023-05-08 04:30:48,140 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/undry_device-onvif-camera_PR-346/.semver, universal_newlines=False, shell=None, istream=) 04:30:48 2023-05-08 04:30:48,145 [execute] INFO git cat-file --batch 04:30:48 2023-05-08 04:30:48,145 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/undry_device-onvif-camera_PR-346/.semver, universal_newlines=False, shell=None, istream=) 04:30:48 2023-05-08 04:30:48,149 [read_version] DEBUG read version from /w/workspace/undry_device-onvif-camera_PR-346/.semver/PR-346 04:30:48 0.0.0 [Pipeline] } 04:30:48 $ docker exec --env ******** --env ******** 8faa470db1e899b7d878127431d225a5bc6679a8983190f4c27d70c04713ee04 ssh-agent -k 04:30:48 unset SSH_AUTH_SOCK; 04:30:48 unset SSH_AGENT_PID; 04:30:48 echo Agent pid 78 killed; 04:30:48 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 04:30:48 + git semver [Pipeline] } 04:30:49 $ docker stop --time=1 8faa470db1e899b7d878127431d225a5bc6679a8983190f4c27d70c04713ee04 04:30:50 $ docker rm -f --volumes 8faa470db1e899b7d878127431d225a5bc6679a8983190f4c27d70c04713ee04 [Pipeline] // withDockerContainer [Pipeline] sh 04:30:51 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 04:30:51 Stashed 1 file(s) [Pipeline] echo 04:30:51 [edgeXSemver]: initialized semver on version 0.0.0 [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 04:30:52 provisioning config files... 04:30:52 copy managed file [device-onvif-camera-settings] to file:/w/workspace/undry_device-onvif-camera_PR-346@tmp/config14397526284736168519tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 04:30:52 ---> docker-login.sh 04:30:52 nexus3.edgexfoundry.org:10001 04:30:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:30:52 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:30:52 Configure a credential helper to remove this warning. See 04:30:52 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:30:52 04:30:52 Login Succeeded 04:30:52 nexus3.edgexfoundry.org:10002 04:30:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:30:52 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:30:52 Configure a credential helper to remove this warning. See 04:30:52 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:30:52 04:30:52 Login Succeeded 04:30:52 nexus3.edgexfoundry.org:10003 04:30:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:30:52 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:30:52 Configure a credential helper to remove this warning. See 04:30:52 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:30:52 04:30:52 Login Succeeded 04:30:52 nexus3.edgexfoundry.org:10004 04:30:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:30:52 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:30:52 Configure a credential helper to remove this warning. See 04:30:52 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:30:52 04:30:52 Login Succeeded 04:30:52 docker.io 04:30:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:30:53 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:30:53 Configure a credential helper to remove this warning. See 04:30:53 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:30:53 04:30:53 Login Succeeded 04:30:53 ---> docker-login.sh ends [Pipeline] } 04:30:53 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 04:30:53 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 04:30:53 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 04:30:53 ========================================================= 04:30:53 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine] 04:30:53 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:30:53 + docker build -t ci-base-image-x86_64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine --build-arg MAKE=echo noop --target=builder . 04:30:53 Sending build context to Docker daemon 21.55MB 04:30:53 Step 1/13 : ARG BASE=golang:1.20-alpine3.17 04:30:53 Step 2/13 : FROM ${BASE} AS builder 04:30:53 1.20-alpine: Pulling from edgex-devops/edgex-golang-base 04:30:53 f56be85fc22e: Pulling fs layer 04:30:53 85791d961cd3: Pulling fs layer 04:30:53 d694b5ae8c79: Pulling fs layer 04:30:53 9f32a84ed3da: Pulling fs layer 04:30:53 4d19c01a9841: Pulling fs layer 04:30:53 9325e15d5711: Pulling fs layer 04:30:53 556b6ee489ea: Pulling fs layer 04:30:53 c5a4b2cf53e6: Pulling fs layer 04:30:53 9325e15d5711: Waiting 04:30:53 556b6ee489ea: Waiting 04:30:53 c5a4b2cf53e6: Waiting 04:30:53 9f32a84ed3da: Waiting 04:30:53 4d19c01a9841: Waiting 04:30:54 85791d961cd3: Download complete 04:30:54 9f32a84ed3da: Download complete 04:30:54 4d19c01a9841: Verifying Checksum 04:30:54 4d19c01a9841: Download complete 04:30:54 f56be85fc22e: Download complete 04:30:54 f56be85fc22e: Pull complete 04:30:54 85791d961cd3: Pull complete 04:30:55 9325e15d5711: Verifying Checksum 04:30:55 9325e15d5711: Download complete 04:30:57 c5a4b2cf53e6: Verifying Checksum 04:30:57 c5a4b2cf53e6: Download complete 04:30:57 d694b5ae8c79: Verifying Checksum 04:30:57 d694b5ae8c79: Download complete 04:30:57 556b6ee489ea: Verifying Checksum 04:30:57 556b6ee489ea: Download complete 04:31:00 d694b5ae8c79: Pull complete 04:31:00 9f32a84ed3da: Pull complete 04:31:00 4d19c01a9841: Pull complete 04:31:00 9325e15d5711: Pull complete 04:31:03 556b6ee489ea: Pull complete 04:31:03 c5a4b2cf53e6: Pull complete 04:31:04 Digest: sha256:cdb650785bd12602035d3ff87499385c169773a4d12d6eaf394b34464d3a0f2b 04:31:04 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine 04:31:04 ---> c4be618373d6 04:31:04 Step 3/13 : ARG ADD_BUILD_TAGS="" 04:31:05 ---> Running in 49f899df667e 04:31:05 Removing intermediate container 49f899df667e 04:31:05 ---> 473bab9c5130 04:31:05 Step 4/13 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 04:31:05 ---> Running in 358a5827d5d4 04:31:05 Removing intermediate container 358a5827d5d4 04:31:05 ---> 2840117ca19d 04:31:05 Step 5/13 : ARG ALPINE_PKG_BASE="make git" 04:31:05 ---> Running in e8e32adef3d6 04:31:05 Removing intermediate container e8e32adef3d6 04:31:05 ---> 8f1ff759b1da 04:31:05 Step 6/13 : ARG ALPINE_PKG_EXTRA="" 04:31:05 ---> Running in 572e50ed9e94 04:31:05 Removing intermediate container 572e50ed9e94 04:31:05 ---> 0d7679972a51 04:31:05 Step 7/13 : LABEL Name=edgex-device-onvif-camera 04:31:05 ---> Running in 90f1dd12fc15 04:31:05 Removing intermediate container 90f1dd12fc15 04:31:05 ---> 2974a923fe46 04:31:05 Step 8/13 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 04:31:05 ---> Running in 10fdc4268107 04:31:05 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 04:31:06 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 04:31:06 OK: 265 MiB in 53 packages 04:31:06 Removing intermediate container 10fdc4268107 04:31:06 ---> 706cdef1c0f9 04:31:06 Step 9/13 : WORKDIR /device-onvif-camera 04:31:06 ---> Running in b307daf7f7a0 04:31:06 Removing intermediate container b307daf7f7a0 04:31:06 ---> 3e31a5714cdc 04:31:06 Step 10/13 : COPY go.mod vendor* ./ 04:31:06 ---> 0750cd4b6f9b 04:31:06 Step 11/13 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:31:06 ---> Running in f4b87e5c453f 04:31:06 Still waiting to schedule task 04:31:06 Waiting for next available executor on ‘ubuntu20.04-docker-arm64-4c-16g’ 04:31:24 Removing intermediate container f4b87e5c453f 04:31:24 ---> 15ee8148b1cb 04:31:24 Step 12/13 : COPY . . 04:31:24 ---> 41908e477147 04:31:24 Step 13/13 : RUN ${MAKE} 04:31:24 ---> Running in 6a6b97216abf 04:31:24 noop 04:31:25 Removing intermediate container 6a6b97216abf 04:31:25 ---> f010abefaf1e 04:31:25 Successfully built f010abefaf1e 04:31:25 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:31:25 + docker inspect -f . ci-base-image-x86_64 04:31:25 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 04:31:25 prd-ubuntu20.04-docker-8c-8g-14442 does not seem to be running inside a container 04:31:25 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/undry_device-onvif-camera_PR-346 -v /w/workspace/undry_device-onvif-camera_PR-346:/w/workspace/undry_device-onvif-camera_PR-346:rw,z -v /w/workspace/undry_device-onvif-camera_PR-346@tmp:/w/workspace/undry_device-onvif-camera_PR-346@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 ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 04:31:26 $ docker top 34c7107ba52864ecdfde02708ae5af9a4175ecfb5eb4f4e6e93273c625d5428f -eo pid,comm [Pipeline] { [Pipeline] sh 04:31:26 + go version 04:31:26 go version go1.20.2 linux/amd64 [Pipeline] } 04:31:26 $ docker stop --time=1 34c7107ba52864ecdfde02708ae5af9a4175ecfb5eb4f4e6e93273c625d5428f 04:31:27 $ docker rm -f --volumes 34c7107ba52864ecdfde02708ae5af9a4175ecfb5eb4f4e6e93273c625d5428f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:31:28 + docker inspect -f . ci-base-image-x86_64 04:31:28 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 04:31:28 prd-ubuntu20.04-docker-8c-8g-14442 does not seem to be running inside a container 04:31:28 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/undry_device-onvif-camera_PR-346 -v /w/workspace/undry_device-onvif-camera_PR-346:/w/workspace/undry_device-onvif-camera_PR-346:rw,z -v /w/workspace/undry_device-onvif-camera_PR-346@tmp:/w/workspace/undry_device-onvif-camera_PR-346@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 ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 04:31:29 $ docker top 72e63ae4044e752d9cfd8c204ee03a18c6592fe12a1b4fec757b20a835b3a29e -eo pid,comm [Pipeline] { [Pipeline] sh 04:31:29 + git config --global --add safe.directory /w/workspace/undry_device-onvif-camera_PR-346 [Pipeline] fileExists [Pipeline] sh 04:31:29 + make test 04:31:29 go test ./... -coverprofile=coverage.out ./... 04:31:35 ? github.com/edgexfoundry/device-onvif-camera [no test files] 04:31:45 ? github.com/edgexfoundry/device-onvif-camera/cmd [no test files] 04:31:45 ? github.com/edgexfoundry/device-onvif-camera/internal/driver/mocks [no test files] 04:31:47 ok github.com/edgexfoundry/device-onvif-camera/internal/driver 2.034s coverage: 31.1% of statements 04:31:47 ok github.com/edgexfoundry/device-onvif-camera/internal/netscan 2.498s coverage: 86.5% of statements 04:31:55 go vet ./... 04:31:58 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 04:31:58 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 04:31:58 ./bin/test-attribution-txt.sh [Pipeline] echo 04:31:58 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 04:31:58 $ docker stop --time=1 72e63ae4044e752d9cfd8c204ee03a18c6592fe12a1b4fec757b20a835b3a29e 04:32:00 $ docker rm -f --volumes 72e63ae4044e752d9cfd8c204ee03a18c6592fe12a1b4fec757b20a835b3a29e [Pipeline] // withDockerContainer [Pipeline] sh 04:32:01 + sudo chown -R jenkins:jenkins . [Pipeline] stash 04:32:01 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 04:32:01 + sudo chown -R jenkins:jenkins . [Pipeline] sh 04:32:01 + ls -al . 04:32:01 total 232 04:32:01 drwxrwxr-x 10 jenkins jenkins 4096 May 8 04:31 . 04:32:01 drwxrwxr-x 4 jenkins jenkins 4096 May 8 04:30 .. 04:32:01 drwxrwxr-x 8 jenkins jenkins 4096 May 8 04:30 .git 04:32:01 drwxrwxr-x 3 jenkins jenkins 4096 May 8 04:30 .github 04:32:01 -rw-rw-r-- 1 jenkins jenkins 496 May 8 04:30 .gitignore 04:32:01 -rw-rw-r-- 1 jenkins jenkins 42 May 8 04:30 .golangci.yml 04:32:01 drwxr-xr-x 3 jenkins jenkins 4096 May 8 04:30 .semver 04:32:01 -rw-rw-r-- 1 jenkins jenkins 10087 May 8 04:30 Attribution.txt 04:32:01 -rw-rw-r-- 1 jenkins jenkins 6312 May 8 04:30 CHANGELOG.md 04:32:01 -rw-rw-r-- 1 jenkins jenkins 1574 May 8 04:30 Dockerfile 04:32:01 -rw-rw-r-- 1 jenkins jenkins 677 May 8 04:30 GOVERNANCE.md 04:32:01 -rw-rw-r-- 1 jenkins jenkins 734 May 8 04:30 Jenkinsfile 04:32:01 -rw-rw-r-- 1 jenkins jenkins 11348 May 8 04:30 LICENSE 04:32:01 -rw-rw-r-- 1 jenkins jenkins 2751 May 8 04:30 Makefile 04:32:01 -rw-rw-r-- 1 jenkins jenkins 625 May 8 04:30 OWNERS.md 04:32:01 -rw-rw-r-- 1 jenkins jenkins 2591 May 8 04:30 README.md 04:32:01 -rw-rw-r-- 1 jenkins jenkins 5 May 8 04:30 VERSION 04:32:01 drwxrwxr-x 2 jenkins jenkins 4096 May 8 04:30 bin 04:32:01 drwxrwxr-x 3 jenkins jenkins 4096 May 8 04:30 cmd 04:32:01 -rw-r--r-- 1 jenkins jenkins 79191 May 8 04:31 coverage.out 04:32:01 drwxrwxr-x 4 jenkins jenkins 4096 May 8 04:30 doc 04:32:01 -rw-rw-r-- 1 jenkins jenkins 3642 May 8 04:30 go.mod 04:32:01 -rw-rw-r-- 1 jenkins jenkins 33491 May 8 04:30 go.sum 04:32:01 drwxrwxr-x 4 jenkins jenkins 4096 May 8 04:30 internal 04:32:01 drwxrwxr-x 4 jenkins jenkins 4096 May 8 04:30 snap 04:32:01 -rw-rw-r-- 1 jenkins jenkins 236 May 8 04:30 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:32:02 + 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=56b144428b63d9c8bdcb61c5ddbaaba24ee9f541 --label arch=amd64 --label version=0.0.0 . 04:32:02 Sending build context to Docker daemon 21.63MB 04:32:02 Step 1/26 : ARG BASE=golang:1.20-alpine3.17 04:32:02 Step 2/26 : FROM ${BASE} AS builder 04:32:02 ---> f010abefaf1e 04:32:02 Step 3/26 : ARG ADD_BUILD_TAGS="" 04:32:02 ---> Running in 6312adabe67e 04:32:02 Removing intermediate container 6312adabe67e 04:32:02 ---> d58d086a0ac3 04:32:02 Step 4/26 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 04:32:02 ---> Running in 847c326ff40b 04:32:02 Removing intermediate container 847c326ff40b 04:32:02 ---> 243aef28656b 04:32:02 Step 5/26 : ARG ALPINE_PKG_BASE="make git" 04:32:02 ---> Running in eb7e209e1b67 04:32:02 Removing intermediate container eb7e209e1b67 04:32:02 ---> 0774bbee0b43 04:32:02 Step 6/26 : ARG ALPINE_PKG_EXTRA="" 04:32:02 ---> Running in 45641f4b06fc 04:32:02 Removing intermediate container 45641f4b06fc 04:32:02 ---> ee98b8661412 04:32:02 Step 7/26 : LABEL Name=edgex-device-onvif-camera 04:32:02 ---> Running in c123a8b59510 04:32:02 Removing intermediate container c123a8b59510 04:32:02 ---> 2b5804c05c8d 04:32:02 Step 8/26 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 04:32:02 ---> Running in 7573f5d8d547 04:32:03 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 04:32:03 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 04:32:03 OK: 265 MiB in 53 packages 04:32:03 Removing intermediate container 7573f5d8d547 04:32:03 ---> d5680fc76816 04:32:03 Step 9/26 : WORKDIR /device-onvif-camera 04:32:03 ---> Running in 6b7e5def0d1d 04:32:03 Removing intermediate container 6b7e5def0d1d 04:32:03 ---> 40ddff3ba33b 04:32:03 Step 10/26 : COPY go.mod vendor* ./ 04:32:03 ---> a04a898dff21 04:32:03 Step 11/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:32:03 ---> Running in 3832e651489b 04:32:04 Removing intermediate container 3832e651489b 04:32:04 ---> 0432a74a2ed6 04:32:04 Step 12/26 : COPY . . 04:32:05 ---> 625a0a006b34 04:32:05 Step 13/26 : RUN ${MAKE} 04:32:05 ---> Running in 23c57ebaccf1 04:32:05 CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/device-onvif-camera.Version=0.0.0" -trimpath -mod=readonly -o cmd/device-onvif-camera ./cmd 04:32:23 Removing intermediate container 23c57ebaccf1 04:32:23 ---> 93d01a690030 04:32:23 Step 14/26 : FROM alpine:3.17 04:32:23 3.17: Pulling from library/alpine 04:32:23 f56be85fc22e: Already exists 04:32:23 Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 04:32:23 Status: Downloaded newer image for alpine:3.17 04:32:23 ---> 9ed4aefc74f6 04:32:23 Step 15/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel Corporation' 04:32:23 ---> Running in f7a4c54db328 04:32:23 Removing intermediate container f7a4c54db328 04:32:23 ---> a49dfe51c3c4 04:32:23 Step 16/26 : RUN apk add --update --no-cache dumb-init 04:32:23 ---> Running in d0a9ac5fa41a 04:32:23 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 04:32:23 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 04:32:23 (1/1) Installing dumb-init (1.2.5-r2) 04:32:23 Executing busybox-1.35.0-r29.trigger 04:32:23 OK: 7 MiB in 16 packages 04:32:24 Removing intermediate container d0a9ac5fa41a 04:32:24 ---> 0743530b375a 04:32:24 Step 17/26 : WORKDIR / 04:32:24 ---> Running in ba97291ae50f 04:32:24 Removing intermediate container ba97291ae50f 04:32:24 ---> a6133644dc7a 04:32:24 Step 18/26 : COPY --from=builder /device-onvif-camera/cmd / 04:32:24 ---> 8d12052d2453 04:32:24 Step 19/26 : COPY --from=builder /device-onvif-camera/LICENSE / 04:32:24 ---> 8495fe42ba6a 04:32:24 Step 20/26 : COPY --from=builder /device-onvif-camera/Attribution.txt / 04:32:24 ---> 4365efad40e3 04:32:24 Step 21/26 : EXPOSE 59984 04:32:25 ---> Running in 808ec0647881 04:32:25 Removing intermediate container 808ec0647881 04:32:25 ---> 3bd72d13dfda 04:32:25 Step 22/26 : ENTRYPOINT ["/device-onvif-camera"] 04:32:25 ---> Running in 96e7b91514a3 04:32:25 Removing intermediate container 96e7b91514a3 04:32:25 ---> 7f9571799e49 04:32:25 Step 23/26 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--registry"] 04:32:25 ---> Running in 8edc4581f09f 04:32:25 Removing intermediate container 8edc4581f09f 04:32:25 ---> 4bfb3a796647 04:32:25 Step 24/26 : LABEL arch=amd64 04:32:25 ---> Running in b0e5d742e1da 04:32:25 Removing intermediate container b0e5d742e1da 04:32:25 ---> 473749b07b56 04:32:25 Step 25/26 : LABEL git_sha=56b144428b63d9c8bdcb61c5ddbaaba24ee9f541 04:32:25 ---> Running in 2f25d1f0c737 04:32:25 Removing intermediate container 2f25d1f0c737 04:32:25 ---> b9785907b1c6 04:32:25 Step 26/26 : LABEL version=0.0.0 04:32:25 ---> Running in 9b2cccebecc5 04:32:25 Removing intermediate container 9b2cccebecc5 04:32:25 ---> 7584d639dda5 04:32:25 [Warning] One or more build-args [ARCH] were not consumed 04:32:25 Successfully built 7584d639dda5 04:32:25 Successfully tagged device-onvif-camera:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:32:26 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 04:32:26 04:32:26 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:32:26 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 04:32:26 latest: Pulling from edgex-lftools-log-publisher 04:32:26 5eb5b503b376: Pulling fs layer 04:32:26 5c69ac0246d0: Pulling fs layer 04:32:26 ec43610c2a17: Pulling fs layer 04:32:26 3a2ae6a8a46f: Pulling fs layer 04:32:26 33b1e0a273af: Pulling fs layer 04:32:26 5d3b04190fa2: Pulling fs layer 04:32:26 2f39f015ded8: Pulling fs layer 04:32:26 3a2ae6a8a46f: Waiting 04:32:26 33b1e0a273af: Waiting 04:32:26 5d3b04190fa2: Waiting 04:32:26 2f39f015ded8: Waiting 04:32:26 5c69ac0246d0: Download complete 04:32:26 3a2ae6a8a46f: Download complete 04:32:26 33b1e0a273af: Verifying Checksum 04:32:26 33b1e0a273af: Download complete 04:32:26 ec43610c2a17: Verifying Checksum 04:32:26 ec43610c2a17: Download complete 04:32:26 5d3b04190fa2: Verifying Checksum 04:32:26 5d3b04190fa2: Download complete 04:32:27 5eb5b503b376: Verifying Checksum 04:32:27 5eb5b503b376: Download complete 04:32:27 2f39f015ded8: Download complete 04:32:28 5eb5b503b376: Pull complete 04:32:28 5c69ac0246d0: Pull complete 04:32:28 ec43610c2a17: Pull complete 04:32:28 3a2ae6a8a46f: Pull complete 04:32:28 33b1e0a273af: Pull complete 04:32:29 5d3b04190fa2: Pull complete 04:32:33 2f39f015ded8: Pull complete 04:32:33 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 04:32:33 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 04:32:33 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 04:32:33 prd-ubuntu20.04-docker-8c-8g-14442 does not seem to be running inside a container 04:32:33 $ 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/undry_device-onvif-camera_PR-346 -v /w/workspace/undry_device-onvif-camera_PR-346:/w/workspace/undry_device-onvif-camera_PR-346:rw,z -v /w/workspace/undry_device-onvif-camera_PR-346@tmp:/w/workspace/undry_device-onvif-camera_PR-346@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 ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 04:32:34 $ docker top 96f9078956f559c52df7d4a9884028fcc3405997fe9c12d69f6e563d7ea4f602 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 04:32:35 ---> job-cost.sh 04:32:35 lf-activate-venv: SKIPPING 04:32:35 INFO: No Stack... 04:32:35 INFO: Retrieving Pricing Info for: v3-standard-8 04:32:36 INFO: Archiving Costs [Pipeline] sh 04:32:36 + cat /w/workspace/undry_device-onvif-camera_PR-346/archives/cost.csv 04:32:36 + cut -d, -f6 [Pipeline] lock 04:32:36 Trying to acquire lock on [jenkins-edgexfoundry-device-onvif-camera-PR-346-1-stack-cost] 04:32:36 Resource [jenkins-edgexfoundry-device-onvif-camera-PR-346-1-stack-cost] did not exist. Created. 04:32:36 Lock acquired on [jenkins-edgexfoundry-device-onvif-camera-PR-346-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 04:32:36 + echo total: 0.2199999988079071 [Pipeline] stash 04:32:36 Stashed 1 file(s) [Pipeline] } 04:32:36 Lock released on resource [jenkins-edgexfoundry-device-onvif-camera-PR-346-1-stack-cost] [Pipeline] // lock [Pipeline] } 04:32:36 $ docker stop --time=1 96f9078956f559c52df7d4a9884028fcc3405997fe9c12d69f6e563d7ea4f602 04:32:38 $ docker rm -f --volumes 96f9078956f559c52df7d4a9884028fcc3405997fe9c12d69f6e563d7ea4f602 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 04:33:31 Running on prd-ubuntu20.04-docker-arm64-4c-16g-14444 in /w/workspace/undry_device-onvif-camera_PR-346 [Pipeline] { [Pipeline] ws 04:33:32 Running in /w/workspace/device-onvif-camera/1 [Pipeline] { [Pipeline] checkout 04:33:32 The recommended git tool is: git 04:33:38 using credential edgex-jenkins-ssh 04:33:38 Cloning the remote Git repository 04:33:38 Cloning repository git@github.com:edgexfoundry/device-onvif-camera.git 04:33:39 > git init /w/workspace/device-onvif-camera/1 # timeout=10 04:33:39 Fetching upstream changes from git@github.com:edgexfoundry/device-onvif-camera.git 04:33:39 > git --version # timeout=10 04:33:39 > git --version # 'git version 2.25.1' 04:33:39 using GIT_SSH to set credentials SSH Credentials for GitHub 04:33:39 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-onvif-camera.git +refs/heads/*:refs/remotes/origin/* # timeout=10 04:33:41 > git config remote.origin.url git@github.com:edgexfoundry/device-onvif-camera.git # timeout=10 04:33:41 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 04:33:42 > git config remote.origin.url git@github.com:edgexfoundry/device-onvif-camera.git # timeout=10 04:33:42 Fetching upstream changes from git@github.com:edgexfoundry/device-onvif-camera.git 04:33:42 using GIT_SSH to set credentials SSH Credentials for GitHub 04:33:42 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-onvif-camera.git +refs/pull/346/head:refs/remotes/origin/PR-346 +refs/heads/main:refs/remotes/origin/main # timeout=10 04:33:43 Merging remotes/origin/main commit 3c68e390b48f15746d10455ca85b218d19e4928b into PR head commit 56b144428b63d9c8bdcb61c5ddbaaba24ee9f541 04:33:43 Merge succeeded, producing 56b144428b63d9c8bdcb61c5ddbaaba24ee9f541 04:33:43 Checking out Revision 56b144428b63d9c8bdcb61c5ddbaaba24ee9f541 (PR-346) 04:33:43 > git config core.sparsecheckout # timeout=10 04:33:43 > git checkout -f 56b144428b63d9c8bdcb61c5ddbaaba24ee9f541 # timeout=10 04:33:43 > git remote # timeout=10 04:33:43 > git config --get remote.origin.url # timeout=10 04:33:43 using GIT_SSH to set credentials SSH Credentials for GitHub 04:33:43 > git merge 3c68e390b48f15746d10455ca85b218d19e4928b # timeout=10 04:33:43 > git rev-parse HEAD^{commit} # timeout=10 04:33:43 > git config core.sparsecheckout # timeout=10 04:33:43 > git checkout -f 56b144428b63d9c8bdcb61c5ddbaaba24ee9f541 # timeout=10 04:33:47 Commit message: "build: Ignore all go-mods except device-sdk-go" 04:33:47 > git --version # timeout=10 04:33:47 > git --version # 'git version 2.25.1' 04:33:47 fatal: bad object 4fc256d9079ed2258907e613f84b1b8da264a4bd [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 04:33:48 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 04:33:48 % Total % Received % Xferd Average Speed Time Time Time Current 04:33:48 Dload Upload Total Spent Left Speed 04:33:48 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 197k 0 --:--:-- --:--:-- --:--:-- 200k [Pipeline] sh 04:33:49 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 04:33:49 + sudo tee /etc/docker/daemon.new 04:33:49 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 04:33:49 { 04:33:49 "registry-mirrors": [ 04:33:49 "https://nexus3.edgexfoundry.org:10001" 04:33:49 ], 04:33:49 "bip": "10.250.0.254/24", 04:33:49 "hosts": [ 04:33:49 "tcp://0.0.0.0:5555", 04:33:49 "unix:///var/run/docker.sock" 04:33:49 ], 04:33:49 "mtu": 1458, 04:33:49 "selinux-enabled": true, 04:33:49 "seccomp-profile": "/etc/docker/seccomp.json" 04:33:49 } [Pipeline] sh 04:33:50 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 04:33:50 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 04:34:09 provisioning config files... 04:34:09 copy managed file [device-onvif-camera-settings] to file:/w/workspace/device-onvif-camera/1@tmp/config4177521902443973268tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 04:34:09 ---> docker-login.sh 04:34:09 nexus3.edgexfoundry.org:10001 04:34:10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:34:10 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:34:10 Configure a credential helper to remove this warning. See 04:34:10 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:34:10 04:34:10 Login Succeeded 04:34:10 nexus3.edgexfoundry.org:10002 04:34:10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:34:10 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:34:10 Configure a credential helper to remove this warning. See 04:34:10 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:34:10 04:34:10 Login Succeeded 04:34:10 nexus3.edgexfoundry.org:10003 04:34:10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:34:10 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:34:10 Configure a credential helper to remove this warning. See 04:34:10 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:34:10 04:34:10 Login Succeeded 04:34:10 nexus3.edgexfoundry.org:10004 04:34:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:34:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:34:11 Configure a credential helper to remove this warning. See 04:34:11 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:34:11 04:34:11 Login Succeeded 04:34:11 docker.io 04:34:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:34:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:34:12 Configure a credential helper to remove this warning. See 04:34:12 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:34:12 04:34:12 Login Succeeded 04:34:12 ---> docker-login.sh ends [Pipeline] } 04:34:12 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 04:34:12 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 04:34:12 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 04:34:12 ========================================================= 04:34:12 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine] 04:34:12 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:34:13 + docker build -t ci-base-image-arm64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine --build-arg MAKE=echo noop --target=builder . 04:34:13 Sending build context to Docker daemon 14.2MB 04:34:13 Step 1/13 : ARG BASE=golang:1.20-alpine3.17 04:34:13 Step 2/13 : FROM ${BASE} AS builder 04:34:15 1.20-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 04:34:15 c41833b44d91: Pulling fs layer 04:34:15 ed15518f5707: Pulling fs layer 04:34:15 feae8fd75edb: Pulling fs layer 04:34:15 242c74f7c9fa: Pulling fs layer 04:34:15 3cdef696dda3: Pulling fs layer 04:34:15 2ced38df9373: Pulling fs layer 04:34:15 58f1dce35555: Pulling fs layer 04:34:15 58f1dce35555: Waiting 04:34:15 242c74f7c9fa: Waiting 04:34:15 3cdef696dda3: Waiting 04:34:15 ed15518f5707: Download complete 04:34:15 242c74f7c9fa: Verifying Checksum 04:34:15 242c74f7c9fa: Download complete 04:34:15 3cdef696dda3: Verifying Checksum 04:34:15 3cdef696dda3: Download complete 04:34:15 c41833b44d91: Verifying Checksum 04:34:15 c41833b44d91: Download complete 04:34:16 c41833b44d91: Pull complete 04:34:16 58f1dce35555: Verifying Checksum 04:34:16 58f1dce35555: Download complete 04:34:17 ed15518f5707: Pull complete 04:34:18 feae8fd75edb: Verifying Checksum 04:34:18 feae8fd75edb: Download complete 04:34:18 2ced38df9373: Verifying Checksum 04:34:18 2ced38df9373: Download complete 04:34:28 feae8fd75edb: Pull complete 04:34:28 242c74f7c9fa: Pull complete 04:34:28 3cdef696dda3: Pull complete 04:34:35 2ced38df9373: Pull complete 04:34:37 58f1dce35555: Pull complete 04:34:37 Digest: sha256:3b55595e96c696ae732e8cb20cde5b1ff7282a1fe1423a8de67617af8d15ea1e 04:34:37 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine 04:34:37 ---> fadd8f120f05 04:34:37 Step 3/13 : ARG ADD_BUILD_TAGS="" 04:34:39 ---> Running in e63b558d03f0 04:34:39 Removing intermediate container e63b558d03f0 04:34:39 ---> 9616ed9a8cd8 04:34:39 Step 4/13 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 04:34:40 ---> Running in b42a793c1c74 04:34:40 Removing intermediate container b42a793c1c74 04:34:40 ---> b5113680b99f 04:34:40 Step 5/13 : ARG ALPINE_PKG_BASE="make git" 04:34:40 ---> Running in 76678bb57400 04:34:41 Removing intermediate container 76678bb57400 04:34:41 ---> b914d11afd6d 04:34:41 Step 6/13 : ARG ALPINE_PKG_EXTRA="" 04:34:41 ---> Running in 3ea5567f57c4 04:34:41 Removing intermediate container 3ea5567f57c4 04:34:41 ---> e52f73eefbbf 04:34:41 Step 7/13 : LABEL Name=edgex-device-onvif-camera 04:34:41 ---> Running in b04b6775b7a3 04:34:41 Removing intermediate container b04b6775b7a3 04:34:41 ---> 7aab97ecd85b 04:34:41 Step 8/13 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 04:34:41 ---> Running in 4a8a11f1a076 04:34:43 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 04:34:43 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 04:34:45 OK: 263 MiB in 53 packages 04:34:45 Removing intermediate container 4a8a11f1a076 04:34:45 ---> 5dae155e0189 04:34:45 Step 9/13 : WORKDIR /device-onvif-camera 04:34:46 ---> Running in 9e2fd97e8947 04:34:46 Removing intermediate container 9e2fd97e8947 04:34:46 ---> cf06a668992b 04:34:46 Step 10/13 : COPY go.mod vendor* ./ 04:34:47 ---> 95536d58c78d 04:34:47 Step 11/13 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:34:47 ---> Running in 2cafc7077cb6 04:35:55 Removing intermediate container 2cafc7077cb6 04:35:55 ---> 6351bff517bc 04:35:55 Step 12/13 : COPY . . 04:35:55 ---> dd8dd4fbb2d0 04:35:55 Step 13/13 : RUN ${MAKE} 04:35:55 ---> Running in 7bedae38b9ea 04:35:55 noop 04:35:55 Removing intermediate container 7bedae38b9ea 04:35:55 ---> 4d5e28e47e36 04:35:55 Successfully built 4d5e28e47e36 04:35:55 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:35:55 + docker inspect -f . ci-base-image-arm64 04:35:55 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 04:35:56 prd-ubuntu20.04-docker-arm64-4c-16g-14444 does not seem to be running inside a container 04:35:56 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-onvif-camera/1 -v /w/workspace/device-onvif-camera/1:/w/workspace/device-onvif-camera/1:rw,z -v /w/workspace/device-onvif-camera/1@tmp:/w/workspace/device-onvif-camera/1@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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 04:35:57 $ docker top 2925c96e36d077eac6c8a099da51b1a830d4c59882f74522e96092ea869f5f45 -eo pid,comm [Pipeline] { [Pipeline] sh 04:35:58 + go version 04:35:58 go version go1.20.2 linux/arm64 [Pipeline] } 04:35:58 $ docker stop --time=1 2925c96e36d077eac6c8a099da51b1a830d4c59882f74522e96092ea869f5f45 04:36:00 $ docker rm -f --volumes 2925c96e36d077eac6c8a099da51b1a830d4c59882f74522e96092ea869f5f45 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:36:01 + docker inspect -f . ci-base-image-arm64 04:36:01 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 04:36:01 prd-ubuntu20.04-docker-arm64-4c-16g-14444 does not seem to be running inside a container 04:36:01 $ 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/1 -v /w/workspace/device-onvif-camera/1:/w/workspace/device-onvif-camera/1:rw,z -v /w/workspace/device-onvif-camera/1@tmp:/w/workspace/device-onvif-camera/1@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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 04:36:03 $ docker top 73efebc95da95db6521e61a887ecab0010550609f577a7e30bc6f4821ad70b20 -eo pid,comm [Pipeline] { [Pipeline] sh 04:36:04 + git config --global --add safe.directory /w/workspace/device-onvif-camera/1 [Pipeline] fileExists [Pipeline] sh 04:36:05 + make test 04:36:05 go test ./... -coverprofile=coverage.out ./... 04:36:44 ? github.com/edgexfoundry/device-onvif-camera [no test files] 04:39:21 ? github.com/edgexfoundry/device-onvif-camera/cmd [no test files] 04:39:27 ? github.com/edgexfoundry/device-onvif-camera/internal/driver/mocks [no test files] 04:39:30 ok github.com/edgexfoundry/device-onvif-camera/internal/driver 2.224s coverage: 31.1% of statements 04:39:52 ok github.com/edgexfoundry/device-onvif-camera/internal/netscan 23.870s coverage: 86.5% of statements 04:39:52 WARNING: Linting skipped (not on x86_64 or linter not installed) 04:39:52 go vet ./... 04:40:24 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 04:40:24 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 04:40:24 ./bin/test-attribution-txt.sh [Pipeline] echo 04:40:24 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 04:40:24 $ docker stop --time=1 73efebc95da95db6521e61a887ecab0010550609f577a7e30bc6f4821ad70b20 04:40:26 $ docker rm -f --volumes 73efebc95da95db6521e61a887ecab0010550609f577a7e30bc6f4821ad70b20 [Pipeline] // withDockerContainer [Pipeline] sh 04:40:28 + sudo chown -R jenkins:jenkins . [Pipeline] stash 04:40:28 Warning: overwriting stash ‘coverage-report’ 04:40:28 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 04:40:29 + sudo chown -R jenkins:jenkins . [Pipeline] sh 04:40:29 + ls -al . 04:40:29 total 228 04:40:29 drwxrwxr-x 9 jenkins jenkins 4096 May 8 04:36 . 04:40:29 drwxrwxr-x 4 jenkins jenkins 4096 May 8 04:33 .. 04:40:29 drwxrwxr-x 8 jenkins jenkins 4096 May 8 04:33 .git 04:40:29 drwxrwxr-x 3 jenkins jenkins 4096 May 8 04:33 .github 04:40:29 -rw-rw-r-- 1 jenkins jenkins 496 May 8 04:33 .gitignore 04:40:29 -rw-rw-r-- 1 jenkins jenkins 42 May 8 04:33 .golangci.yml 04:40:29 -rw-rw-r-- 1 jenkins jenkins 10087 May 8 04:33 Attribution.txt 04:40:29 -rw-rw-r-- 1 jenkins jenkins 6312 May 8 04:33 CHANGELOG.md 04:40:29 -rw-rw-r-- 1 jenkins jenkins 1574 May 8 04:33 Dockerfile 04:40:29 -rw-rw-r-- 1 jenkins jenkins 677 May 8 04:33 GOVERNANCE.md 04:40:29 -rw-rw-r-- 1 jenkins jenkins 734 May 8 04:33 Jenkinsfile 04:40:29 -rw-rw-r-- 1 jenkins jenkins 11348 May 8 04:33 LICENSE 04:40:29 -rw-rw-r-- 1 jenkins jenkins 2751 May 8 04:33 Makefile 04:40:29 -rw-rw-r-- 1 jenkins jenkins 625 May 8 04:33 OWNERS.md 04:40:29 -rw-rw-r-- 1 jenkins jenkins 2591 May 8 04:33 README.md 04:40:29 -rw-rw-r-- 1 jenkins jenkins 5 May 8 04:30 VERSION 04:40:29 drwxrwxr-x 2 jenkins jenkins 4096 May 8 04:33 bin 04:40:29 drwxrwxr-x 3 jenkins jenkins 4096 May 8 04:33 cmd 04:40:29 -rw-r--r-- 1 jenkins jenkins 79191 May 8 04:39 coverage.out 04:40:29 drwxrwxr-x 4 jenkins jenkins 4096 May 8 04:33 doc 04:40:29 -rw-rw-r-- 1 jenkins jenkins 3642 May 8 04:33 go.mod 04:40:29 -rw-rw-r-- 1 jenkins jenkins 33491 May 8 04:33 go.sum 04:40:29 drwxrwxr-x 4 jenkins jenkins 4096 May 8 04:33 internal 04:40:29 drwxrwxr-x 4 jenkins jenkins 4096 May 8 04:33 snap 04:40:29 -rw-rw-r-- 1 jenkins jenkins 236 May 8 04:33 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:40:30 + 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=56b144428b63d9c8bdcb61c5ddbaaba24ee9f541 --label arch=arm64 --label version=0.0.0 . 04:40:30 Sending build context to Docker daemon 14.28MB 04:40:30 Step 1/26 : ARG BASE=golang:1.20-alpine3.17 04:40:30 Step 2/26 : FROM ${BASE} AS builder 04:40:30 ---> 4d5e28e47e36 04:40:30 Step 3/26 : ARG ADD_BUILD_TAGS="" 04:40:31 ---> Running in dfbab095cd05 04:40:31 Removing intermediate container dfbab095cd05 04:40:31 ---> 4d9d302e9920 04:40:31 Step 4/26 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 04:40:31 ---> Running in 1607bc8c5836 04:40:31 Removing intermediate container 1607bc8c5836 04:40:31 ---> d7d6fecc3af5 04:40:31 Step 5/26 : ARG ALPINE_PKG_BASE="make git" 04:40:31 ---> Running in 2aef86d9b07a 04:40:32 Removing intermediate container 2aef86d9b07a 04:40:32 ---> 78ae92209583 04:40:32 Step 6/26 : ARG ALPINE_PKG_EXTRA="" 04:40:32 ---> Running in 9a21c265e6bd 04:40:32 Removing intermediate container 9a21c265e6bd 04:40:32 ---> e7c91e8fbaf6 04:40:32 Step 7/26 : LABEL Name=edgex-device-onvif-camera 04:40:32 ---> Running in 135f3a35ea02 04:40:33 Removing intermediate container 135f3a35ea02 04:40:33 ---> 1092886cf203 04:40:33 Step 8/26 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 04:40:33 ---> Running in 5462f3d8d55e 04:40:34 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 04:40:35 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 04:40:36 OK: 263 MiB in 53 packages 04:40:37 Removing intermediate container 5462f3d8d55e 04:40:37 ---> 88ad3af3f17e 04:40:37 Step 9/26 : WORKDIR /device-onvif-camera 04:40:37 ---> Running in 5e14c2280f38 04:40:37 Removing intermediate container 5e14c2280f38 04:40:37 ---> 88b2843bb34c 04:40:37 Step 10/26 : COPY go.mod vendor* ./ 04:40:38 ---> 0ab9481bec7e 04:40:38 Step 11/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:40:38 ---> Running in aa6f73c61347 04:40:41 Removing intermediate container aa6f73c61347 04:40:41 ---> a9f3f51afc5e 04:40:41 Step 12/26 : COPY . . 04:40:42 ---> 1b2417b262da 04:40:42 Step 13/26 : RUN ${MAKE} 04:40:43 ---> Running in 2d674f79c8c2 04:40:44 CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/device-onvif-camera.Version=0.0.0" -trimpath -mod=readonly -o cmd/device-onvif-camera ./cmd 04:43:35 Removing intermediate container 2d674f79c8c2 04:43:35 ---> 3ea77e99e041 04:43:35 Step 14/26 : FROM alpine:3.17 04:43:35 3.17: Pulling from library/alpine 04:43:35 c41833b44d91: Already exists 04:43:35 Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 04:43:35 Status: Downloaded newer image for alpine:3.17 04:43:35 ---> 51e60588ff2c 04:43:35 Step 15/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel Corporation' 04:43:35 ---> Running in e3dab684f0ce 04:43:35 Removing intermediate container e3dab684f0ce 04:43:35 ---> 007db4f757c1 04:43:35 Step 16/26 : RUN apk add --update --no-cache dumb-init 04:43:35 ---> Running in c03843bc456e 04:43:35 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 04:43:35 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 04:43:35 (1/1) Installing dumb-init (1.2.5-r2) 04:43:35 Executing busybox-1.35.0-r29.trigger 04:43:35 OK: 8 MiB in 16 packages 04:43:35 Removing intermediate container c03843bc456e 04:43:35 ---> 026a64ddb913 04:43:35 Step 17/26 : WORKDIR / 04:43:35 ---> Running in d521a109ff95 04:43:35 Removing intermediate container d521a109ff95 04:43:35 ---> 9eccfc56636b 04:43:35 Step 18/26 : COPY --from=builder /device-onvif-camera/cmd / 04:43:35 ---> 98f64bd8f8de 04:43:35 Step 19/26 : COPY --from=builder /device-onvif-camera/LICENSE / 04:43:35 ---> 4c5c765de7be 04:43:35 Step 20/26 : COPY --from=builder /device-onvif-camera/Attribution.txt / 04:43:35 ---> 0dccaae59323 04:43:35 Step 21/26 : EXPOSE 59984 04:43:35 ---> Running in 0affa0be6bd1 04:43:35 Removing intermediate container 0affa0be6bd1 04:43:35 ---> 2cc497472c5d 04:43:35 Step 22/26 : ENTRYPOINT ["/device-onvif-camera"] 04:43:35 ---> Running in 31f66f1e1799 04:43:35 Removing intermediate container 31f66f1e1799 04:43:35 ---> dd7de0fd88cd 04:43:35 Step 23/26 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--registry"] 04:43:35 ---> Running in db7e1f2f08ab 04:43:36 Removing intermediate container db7e1f2f08ab 04:43:36 ---> a31f6e23d3ab 04:43:36 Step 24/26 : LABEL arch=arm64 04:43:36 ---> Running in e0b19633374c 04:43:36 Removing intermediate container e0b19633374c 04:43:36 ---> 6b501fb58d93 04:43:36 Step 25/26 : LABEL git_sha=56b144428b63d9c8bdcb61c5ddbaaba24ee9f541 04:43:36 ---> Running in 6fcbed735b4e 04:43:37 Removing intermediate container 6fcbed735b4e 04:43:37 ---> 13d190dd5be1 04:43:37 Step 26/26 : LABEL version=0.0.0 04:43:37 ---> Running in 5f2c7ca456b9 04:43:37 Removing intermediate container 5f2c7ca456b9 04:43:37 ---> e169ee7aaa61 04:43:37 [Warning] One or more build-args [ARCH] were not consumed 04:43:37 Successfully built e169ee7aaa61 04:43:37 Successfully tagged device-onvif-camera-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:43:38 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 04:43:38 04:43:38 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:43:38 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 04:43:39 arm64: Pulling from edgex-lftools-log-publisher 04:43:39 8998bd30e6a1: Pulling fs layer 04:43:39 04944245beec: Pulling fs layer 04:43:39 699f458cf7ca: Pulling fs layer 04:43:39 765212b225bb: Pulling fs layer 04:43:39 f23df028b6ca: Pulling fs layer 04:43:39 d65c8cfc05b1: Pulling fs layer 04:43:39 2437ff75d9bd: Pulling fs layer 04:43:39 f23df028b6ca: Waiting 04:43:39 d65c8cfc05b1: Waiting 04:43:39 2437ff75d9bd: Waiting 04:43:39 765212b225bb: Waiting 04:43:39 04944245beec: Verifying Checksum 04:43:39 04944245beec: Download complete 04:43:39 765212b225bb: Verifying Checksum 04:43:39 765212b225bb: Download complete 04:43:39 f23df028b6ca: Verifying Checksum 04:43:39 f23df028b6ca: Download complete 04:43:39 d65c8cfc05b1: Verifying Checksum 04:43:39 d65c8cfc05b1: Download complete 04:43:39 699f458cf7ca: Verifying Checksum 04:43:39 699f458cf7ca: Download complete 04:43:39 8998bd30e6a1: Verifying Checksum 04:43:39 8998bd30e6a1: Download complete 04:43:42 2437ff75d9bd: Verifying Checksum 04:43:42 2437ff75d9bd: Download complete 04:43:43 8998bd30e6a1: Pull complete 04:43:44 04944245beec: Pull complete 04:43:45 699f458cf7ca: Pull complete 04:43:45 765212b225bb: Pull complete 04:43:46 f23df028b6ca: Pull complete 04:43:46 d65c8cfc05b1: Pull complete 04:44:01 2437ff75d9bd: Pull complete 04:44:01 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 04:44:01 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 04:44:01 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 04:44:02 prd-ubuntu20.04-docker-arm64-4c-16g-14444 does not seem to be running inside a container 04:44:02 $ 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/1 -v /w/workspace/device-onvif-camera/1:/w/workspace/device-onvif-camera/1:rw,z -v /w/workspace/device-onvif-camera/1@tmp:/w/workspace/device-onvif-camera/1@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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat 04:44:05 $ docker top 060fbefb0fc7a68d9932907e0600298eaaf2f766ffe90fe2847f2147d79e93f5 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 04:44:06 ---> job-cost.sh 04:44:06 lf-activate-venv: SKIPPING 04:44:06 INFO: No Stack... 04:44:06 INFO: Retrieving Pricing Info for: v3-standard-4 04:44:07 INFO: Archiving Costs [Pipeline] sh 04:44:07 + cut -d, -f6 04:44:07 + cat /w/workspace/device-onvif-camera/1/archives/cost.csv [Pipeline] lock 04:44:08 Trying to acquire lock on [jenkins-edgexfoundry-device-onvif-camera-PR-346-1-stack-cost] 04:44:08 Resource [jenkins-edgexfoundry-device-onvif-camera-PR-346-1-stack-cost] did not exist. Created. 04:44:08 Lock acquired on [jenkins-edgexfoundry-device-onvif-camera-PR-346-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 04:44:08 /w/workspace/device-onvif-camera/1@tmp/durable-411d45c3/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh 04:44:09 + echo total: 0.10999999940395355 [Pipeline] stash 04:44:09 Warning: overwriting stash ‘stack-cost’ 04:44:09 Stashed 1 file(s) [Pipeline] } 04:44:09 Lock released on resource [jenkins-edgexfoundry-device-onvif-camera-PR-346-1-stack-cost] [Pipeline] // lock [Pipeline] } 04:44:09 $ docker stop --time=1 060fbefb0fc7a68d9932907e0600298eaaf2f766ffe90fe2847f2147d79e93f5 04:44:11 $ docker rm -f --volumes 060fbefb0fc7a68d9932907e0600298eaaf2f766ffe90fe2847f2147d79e93f5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] configFileProvider 04:44:12 provisioning config files... 04:44:12 copy managed file [device-onvif-camera-codecov-token] to file:/w/workspace/undry_device-onvif-camera_PR-346@tmp/config667605344456705286tmp [Pipeline] { [Pipeline] sh 04:44:12 + set +x 04:44:12 + bash -s -- 04:44:12 + curl -s https://codecov.io/bash 04:44:12 04:44:12 _____ _ 04:44:12 / ____| | | 04:44:12 | | ___ __| | ___ ___ _____ __ 04:44:12 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 04:44:12 | |___| (_) | (_| | __/ (_| (_) \ V / 04:44:12 \_____\___/ \__,_|\___|\___\___/ \_/ 04:44:12 Bash-1.0.6 04:44:12 04:44:12 04:44:12 ==> git version 2.25.1 found 04:44:12 ==> curl 7.68.0 (x86_64-pc-linux-gnu) libcurl/7.68.0 OpenSSL/1.1.1f zlib/1.2.11 brotli/1.0.7 libidn2/2.2.0 libpsl/0.21.0 (+libidn2/2.2.0) libssh/0.9.3/openssl/zlib nghttp2/1.40.0 librtmp/2.3 04:44:12 Release-Date: 2020-01-08 04:44:12 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 04:44:12 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 04:44:12 ==> Jenkins CI detected. 04:44:12 current dir:  /w/workspace/undry_device-onvif-camera_PR-346 04:44:12 project root: . 04:44:12 --> token set from env 04:44:12 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 04:44:12 ==> Running gcov in . (disable via -X gcov) 04:44:12 ==> Python coveragepy not found 04:44:12 ==> Searching for coverage reports in: 04:44:12 + . 04:44:12 -> Found 1 reports 04:44:12 ==> Detecting git/mercurial file structure 04:44:12 ==> Reading reports 04:44:12 + ./coverage.out bytes=79191 04:44:12 ==> Appending adjustments 04:44:12 https://docs.codecov.io/docs/fixing-reports 04:44:12 + Found adjustments 04:44:12 ==> Gzipping contents 04:44:12 12K /tmp/codecov.blZVf2.gz 04:44:12 ==> Uploading reports 04:44:12 url: https://codecov.io 04:44:12 query: branch=PR-346&commit=56b144428b63d9c8bdcb61c5ddbaaba24ee9f541&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-onvif-camera%2Fjob%2FPR-346%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-onvif-camera&service=jenkins&flags=&pr=346&job=&cmd_args= 04:44:12 -> Pinging Codecov 04:44:12 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=191b7872-c352-4e56-a28e-da2c102d163d&branch=PR-346&commit=56b144428b63d9c8bdcb61c5ddbaaba24ee9f541&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-onvif-camera%2Fjob%2FPR-346%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-onvif-camera&service=jenkins&flags=&pr=346&job=&cmd_args= 04:44:13 -> Uploading to 04:44:13 https://storage.googleapis.com/codecov/v4/raw/2023-05-08/F29A59C45E3A92E06B3E522C9905F8EF/56b144428b63d9c8bdcb61c5ddbaaba24ee9f541/02763e86-84f1-4596-a085-66d07b7fc380.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230508%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230508T044412Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=2fd4111a88a4a750dd4f0dad51acc78bf934a9d4c0f7418a1d06e081ecb0634c 04:44:13 % Total % Received % Xferd Average Speed Time Time Time Current 04:44:13 Dload Upload Total Spent Left Speed 04:44:13 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 10518 0 0 100 10518 0 43283 --:--:-- --:--:-- --:--:-- 43283 04:44:13 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-onvif-camera/commit/56b144428b63d9c8bdcb61c5ddbaaba24ee9f541 [Pipeline] } 04:44:13 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh 04:44:15 + [ -d /w/workspace/undry_device-onvif-camera_PR-346/archives ] 04:44:15 + ls -al /w/workspace/undry_device-onvif-camera_PR-346/archives 04:44:15 total 16 04:44:15 drwxr-xr-x 3 root root 4096 May 8 04:32 . 04:44:15 drwxrwxr-x 11 jenkins jenkins 4096 May 8 04:32 .. 04:44:15 drwxr-xr-x 2 root root 4096 May 8 04:32 cost 04:44:15 -rw-r--r-- 1 root root 91 May 8 04:32 cost.csv 04:44:15 + sudo chown -R jenkins:jenkins /w/workspace/undry_device-onvif-camera_PR-346/archives 04:44:15 + ls -al /w/workspace/undry_device-onvif-camera_PR-346/archives 04:44:15 total 16 04:44:15 drwxr-xr-x 3 jenkins jenkins 4096 May 8 04:32 . 04:44:15 drwxrwxr-x 11 jenkins jenkins 4096 May 8 04:32 .. 04:44:15 drwxr-xr-x 2 jenkins jenkins 4096 May 8 04:32 cost 04:44:15 -rw-r--r-- 1 jenkins jenkins 91 May 8 04:32 cost.csv [Pipeline] libraryResource [Pipeline] sh 04:44:15 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 04:44:16 ---> package-listing.sh 04:44:16 ++ tr '[:upper:]' '[:lower:]' 04:44:16 ++ facter osfamily 04:44:16 + OS_FAMILY=debian 04:44:16 + workspace=/w/workspace/undry_device-onvif-camera_PR-346 04:44:16 + START_PACKAGES=/tmp/packages_start.txt 04:44:16 + END_PACKAGES=/tmp/packages_end.txt 04:44:16 + DIFF_PACKAGES=/tmp/packages_diff.txt 04:44:16 + PACKAGES=/tmp/packages_start.txt 04:44:16 + '[' /w/workspace/undry_device-onvif-camera_PR-346 ']' 04:44:16 + PACKAGES=/tmp/packages_end.txt 04:44:16 + case "${OS_FAMILY}" in 04:44:16 + dpkg -l 04:44:16 + grep '^ii' 04:44:16 + '[' -f /tmp/packages_start.txt ']' 04:44:16 + '[' -f /tmp/packages_end.txt ']' 04:44:16 + diff /tmp/packages_start.txt /tmp/packages_end.txt 04:44:16 + '[' /w/workspace/undry_device-onvif-camera_PR-346 ']' 04:44:16 + mkdir -p /w/workspace/undry_device-onvif-camera_PR-346/archives/ 04:44:16 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/undry_device-onvif-camera_PR-346/archives/ [Pipeline] echo 04:44:16 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/undry_device-onvif-camera_PR-346/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 04:44:16 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:44:17 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 04:44:17 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 04:44:17 prd-ubuntu20.04-docker-8c-8g-14442 does not seem to be running inside a container 04:44:17 $ 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/undry_device-onvif-camera_PR-346/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/undry_device-onvif-camera_PR-346 -v /w/workspace/undry_device-onvif-camera_PR-346:/w/workspace/undry_device-onvif-camera_PR-346:rw,z -v /w/workspace/undry_device-onvif-camera_PR-346@tmp:/w/workspace/undry_device-onvif-camera_PR-346@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 ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 04:44:17 $ docker top 07466d0772dceebccb9045fc67c49f83aa6e06023477fe61592c90b544e3158e -eo pid,comm [Pipeline] { [Pipeline] sh 04:44:18 + touch /tmp/pre-build-complete [Pipeline] sh 04:44:18 + mkdir -p /var/log/sysstat [Pipeline] sh 04:44:18 + ls /var/log/sa-host 04:44:18 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 04:44:19 provisioning config files... 04:44:19 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/undry_device-onvif-camera_PR-346@tmp/config1013564760164398869tmp [Pipeline] { [Pipeline] echo 04:44:19 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 04:44:19 ---> create-netrc.sh [Pipeline] } 04:44:19 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 04:44:19 ---> python-tools-install.sh [Pipeline] echo 04:44:19 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 04:44:20 ---> sudo-logs.sh 04:44:20 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 04:44:20 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 04:44:20 ---> job-cost.sh 04:44:20 lf-activate-venv: SKIPPING 04:44:20 DEBUG: total: 0.2199999988079071 04:44:20 INFO: Retrieving Stack Cost... 04:44:21 INFO: Retrieving Pricing Info for: v3-standard-8 04:44:21 INFO: Archiving Costs [Pipeline] echo 04:44:21 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 04:44:21 ---> logs-deploy.sh 04:44:21 lf-activate-venv: SKIPPING 04:44:21 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-onvif-camera/PR-346/1 04:44:21 INFO: archiving workspace using pattern(s): 04:44:22 Archives upload complete. 04:44:22 INFO: archiving logs to Nexus