Pull request #281 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 vli11 for edgexfoundry/device-onvif-camera Loading trusted files from base branch main at 30f142b3199bb88c04d4c4f9cf7ab115e72bb90a rather than ed92cdf4b4c4bf4a45c4530b3459fb38464ab834 Obtained Jenkinsfile from 30f142b3199bb88c04d4c4f9cf7ab115e72bb90a 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-ssh17532191393163436748.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 66200e8eedfc470904d6b329e562ec5b45423d6a 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-ssh16617492083230795776.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 66200e8eedfc470904d6b329e562ec5b45423d6a 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-281/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-281/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh11150628697607950514.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-281/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh5638912036189105030.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 66200e8eedfc470904d6b329e562ec5b45423d6a (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 66200e8eedfc470904d6b329e562ec5b45423d6a # timeout=10 Commit message: "feat: add capability to use golang 1.20 (#427)" > 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-ssh5523721136722709807.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-281/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-281/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh3302768080646279927.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 66200e8eedfc470904d6b329e562ec5b45423d6a 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 ‘prd-ubuntu20.04-docker-8c-8g-4934’ Running on prd-ubuntu20.04-docker-8c-8g-4936 in /w/workspace/undry_device-onvif-camera_PR-281 [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-281 # 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/281/head:refs/remotes/origin/PR-281 +refs/heads/main:refs/remotes/origin/main # timeout=10 Merging remotes/origin/main commit 30f142b3199bb88c04d4c4f9cf7ab115e72bb90a into PR head commit ed92cdf4b4c4bf4a45c4530b3459fb38464ab834 Merge succeeded, producing ed92cdf4b4c4bf4a45c4530b3459fb38464ab834 Checking out Revision ed92cdf4b4c4bf4a45c4530b3459fb38464ab834 (PR-281) > git config core.sparsecheckout # timeout=10 > git checkout -f ed92cdf4b4c4bf4a45c4530b3459fb38464ab834 # 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 30f142b3199bb88c04d4c4f9cf7ab115e72bb90a # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f ed92cdf4b4c4bf4a45c4530b3459fb38464ab834 # timeout=10 Commit message: "fix: Adding Registry and Client for command-line run" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object 66200e8eedfc470904d6b329e562ec5b45423d6a [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 19:36:50 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 19:36:50 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 19:36:50 ========================================================= 19:36:50 EdgeX Global Pipelines Version Info 19:36:50 ========================================================= [Pipeline] libraryResource [Pipeline] sh 19:36:51 ------------------- 19:36:51 stable info: 19:36:51 ------------------- 19:36:51 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 19:36:51 Commit SHA: 66200e8eedfc470904d6b329e562ec5b45423d6a 19:36:51 Message: update stable to v1.0.245 19:36:51 ------------------- 19:36:51 experimental info: 19:36:51 ------------------- 19:36:51 Commited By: **** collab-it+edgex@linuxfoundation.org 19:36:51 Commit SHA: eb5041bb0874f6b7cdca3e6793e1ef87c0289dce 19:36:51 Message: update experimental to v1.0.246 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 19:36:51 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-onvif-camera-settings [Pipeline] echo 19:36:52 [edgeXSetupEnvironment]: set envvar PROJECT = device-onvif-camera [Pipeline] echo 19:36:52 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 19:36:52 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 19:36:52 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 19:36:52 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.20 [Pipeline] echo 19:36:52 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 19:36:52 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 19:36:52 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 19:36:52 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 19:36:52 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 19:36:52 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-onvif-camera [Pipeline] echo 19:36:52 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 19:36:52 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 19:36:52 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 19:36:52 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 19:36:52 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 19:36:52 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 19:36:52 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 19:36:52 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 19:36:52 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 19:36:52 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = doc/openapi/v2 [Pipeline] echo 19:36:52 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 19:36:52 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 19:36:52 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 19:36:53 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 19:36:53 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 19:36:53 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-281 [Pipeline] echo 19:36:53 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-281 [Pipeline] echo 19:36:53 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-281 [Pipeline] echo 19:36:53 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = ed92cdf4b4c4bf4a45c4530b3459fb38464ab834 [Pipeline] echo 19:36:53 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = ed92cdf [Pipeline] echo 19:36:53 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 19:36:53 provisioning config files... 19:36:53 copy managed file [device-onvif-camera-settings] to file:/w/workspace/undry_device-onvif-camera_PR-281@tmp/config8591406472845973559tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 19:36:53 ---> docker-login.sh 19:36:53 nexus3.edgexfoundry.org:10001 19:36:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:36:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:36:55 Configure a credential helper to remove this warning. See 19:36:55 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:36:55 19:36:55 Login Succeeded 19:36:55 nexus3.edgexfoundry.org:10002 19:36:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:36:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:36:55 Configure a credential helper to remove this warning. See 19:36:55 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:36:55 19:36:55 Login Succeeded 19:36:55 nexus3.edgexfoundry.org:10003 19:36:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:36:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:36:55 Configure a credential helper to remove this warning. See 19:36:55 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:36:55 19:36:55 Login Succeeded 19:36:55 nexus3.edgexfoundry.org:10004 19:36:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:36:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:36:55 Configure a credential helper to remove this warning. See 19:36:55 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:36:55 19:36:55 Login Succeeded 19:36:55 docker.io 19:36:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:36:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:36:56 Configure a credential helper to remove this warning. See 19:36:56 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:36:56 19:36:56 Login Succeeded 19:36:56 ---> docker-login.sh ends [Pipeline] } 19:36:56 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 19:36:56 + git rev-list -1 --merges ed92cdf4b4c4bf4a45c4530b3459fb38464ab834~1..ed92cdf4b4c4bf4a45c4530b3459fb38464ab834 [Pipeline] echo 19:36:56 -----------> git rev-list -1 --merges ed92cdf4b4c4bf4a45c4530b3459fb38464ab834~1..ed92cdf4b4c4bf4a45c4530b3459fb38464ab834 ed92cdf4b4c4bf4a45c4530b3459fb38464ab834 [false] [Pipeline] sh 19:36:57 + git log --format=format:%s -1 ed92cdf4b4c4bf4a45c4530b3459fb38464ab834 [Pipeline] echo 19:36:57 ========================================================= 19:36:57 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 19:36:57 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 19:36:57 + git log --format=format:%s -1 ed92cdf4b4c4bf4a45c4530b3459fb38464ab834 [Pipeline] echo 19:36:57 [semverPrep] GIT_COMMIT: ed92cdf4b4c4bf4a45c4530b3459fb38464ab834, Commit Message: fix: Adding Registry and Client for command-line run [Pipeline] echo 19:36:57 [semverPrep] This is not a build commit. [Pipeline] sh 19:36:58 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 19:36:58 + grep -v github /etc/ssh/ssh_known_hosts 19:36:58 + [ -e /tmp/ssh_known_hosts ] 19:36:58 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 19:36:58 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 19:36:58 + sudo tee -a /etc/ssh/ssh_known_hosts 19:36:58 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:36:58 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 19:36:58 19:36:58 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:36:58 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 19:36:59 0.1.4: Pulling from edgex-devops/py-git-semver 19:36:59 b85a868b505f: Pulling fs layer 19:36:59 e2be974225ed: Pulling fs layer 19:36:59 339a4e72a1f5: Pulling fs layer 19:36:59 988bab9f4d93: Pulling fs layer 19:36:59 1469e6f7b9e6: Pulling fs layer 19:36:59 eaf3925da568: Pulling fs layer 19:36:59 bab4dde63d76: Pulling fs layer 19:36:59 bde34c3a00c8: Pulling fs layer 19:36:59 b352a97aabf1: Pulling fs layer 19:36:59 4872d77fe225: Pulling fs layer 19:36:59 5851b861e8e6: Pulling fs layer 19:36:59 988bab9f4d93: Waiting 19:36:59 1469e6f7b9e6: Waiting 19:36:59 b352a97aabf1: Waiting 19:36:59 eaf3925da568: Waiting 19:36:59 4872d77fe225: Waiting 19:36:59 bab4dde63d76: Waiting 19:36:59 bde34c3a00c8: Waiting 19:36:59 5851b861e8e6: Waiting 19:36:59 e2be974225ed: Verifying Checksum 19:36:59 e2be974225ed: Download complete 19:36:59 988bab9f4d93: Download complete 19:36:59 1469e6f7b9e6: Verifying Checksum 19:36:59 1469e6f7b9e6: Download complete 19:36:59 eaf3925da568: Verifying Checksum 19:36:59 eaf3925da568: Download complete 19:36:59 339a4e72a1f5: Verifying Checksum 19:36:59 339a4e72a1f5: Download complete 19:36:59 bde34c3a00c8: Verifying Checksum 19:36:59 bde34c3a00c8: Download complete 19:36:59 b352a97aabf1: Download complete 19:36:59 4872d77fe225: Verifying Checksum 19:36:59 4872d77fe225: Download complete 19:36:59 5851b861e8e6: Verifying Checksum 19:36:59 5851b861e8e6: Download complete 19:36:59 b85a868b505f: Verifying Checksum 19:36:59 b85a868b505f: Download complete 19:36:59 bab4dde63d76: Verifying Checksum 19:36:59 bab4dde63d76: Download complete 19:37:01 b85a868b505f: Pull complete 19:37:01 e2be974225ed: Pull complete 19:37:02 339a4e72a1f5: Pull complete 19:37:02 988bab9f4d93: Pull complete 19:37:02 1469e6f7b9e6: Pull complete 19:37:03 eaf3925da568: Pull complete 19:37:08 bab4dde63d76: Pull complete 19:37:09 bde34c3a00c8: Pull complete 19:37:09 b352a97aabf1: Pull complete 19:37:09 4872d77fe225: Pull complete 19:37:10 5851b861e8e6: Pull complete 19:37:10 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 19:37:10 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 19:37:10 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 19:37:10 prd-ubuntu20.04-docker-8c-8g-4936 does not seem to be running inside a container 19:37:10 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/undry_device-onvif-camera_PR-281 -v /w/workspace/undry_device-onvif-camera_PR-281:/w/workspace/undry_device-onvif-camera_PR-281:rw,z -v /w/workspace/undry_device-onvif-camera_PR-281@tmp:/w/workspace/undry_device-onvif-camera_PR-281@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 19:37:11 $ docker top 5bcc37feb43362662e0f9388821a9f69597736f399423918b15126e3cd04ae3b -eo pid,comm 19:37:11 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). 19:37:11 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 19:37:11 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 19:37:11 [ssh-agent] Looking for ssh-agent implementation... 19:37:11 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 19:37:11 $ docker exec 5bcc37feb43362662e0f9388821a9f69597736f399423918b15126e3cd04ae3b ssh-agent 19:37:12 SSH_AUTH_SOCK=/tmp/ssh-Z1hu6yq9jY41/agent.13 19:37:12 SSH_AGENT_PID=19 19:37:12 Running ssh-add (command line suppressed) 19:37:12 Identity added: /w/workspace/undry_device-onvif-camera_PR-281@tmp/private_key_16278163712343240199.key (/w/workspace/undry_device-onvif-camera_PR-281@tmp/private_key_16278163712343240199.key) 19:37:12 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 19:37:12 + git tag --points-at HEAD [Pipeline] } 19:37:12 $ docker exec --env ******** --env ******** 5bcc37feb43362662e0f9388821a9f69597736f399423918b15126e3cd04ae3b ssh-agent -k 19:37:12 unset SSH_AUTH_SOCK; 19:37:12 unset SSH_AGENT_PID; 19:37:12 echo Agent pid 19 killed; 19:37:12 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 19:37:12 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 19:37:12 [ssh-agent] Looking for ssh-agent implementation... 19:37:12 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 19:37:12 $ docker exec 5bcc37feb43362662e0f9388821a9f69597736f399423918b15126e3cd04ae3b ssh-agent 19:37:13 SSH_AUTH_SOCK=/tmp/ssh-PSzZcQK8JoXt/agent.68 19:37:13 SSH_AGENT_PID=74 19:37:13 Running ssh-add (command line suppressed) 19:37:13 Identity added: /w/workspace/undry_device-onvif-camera_PR-281@tmp/private_key_15893740005534581940.key (/w/workspace/undry_device-onvif-camera_PR-281@tmp/private_key_15893740005534581940.key) 19:37:13 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 19:37:13 + git semver init 19:37:14 2023-03-21 19:37:13,891 [run_init] DEBUG init version:0.0.0 force:False 19:37:14 2023-03-21 19:37:13,893 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/undry_device-onvif-camera_PR-281/.semver 19:37:14 2023-03-21 19:37:13,894 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-onvif-camera.git /w/workspace/undry_device-onvif-camera_PR-281/.semver 19:37:14 2023-03-21 19:37:13,895 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/device-onvif-camera.git', '/w/workspace/undry_device-onvif-camera_PR-281/.semver'], cwd=/w/workspace/undry_device-onvif-camera_PR-281, universal_newlines=False, shell=None, istream=None) 19:37:15 2023-03-21 19:37:15,195 [append_file] DEBUG append to file:/w/workspace/undry_device-onvif-camera_PR-281/.git/info/exclude 19:37:15 2023-03-21 19:37:15,195 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/undry_device-onvif-camera_PR-281/.semver/PR-281 with force:False 19:37:15 2023-03-21 19:37:15,195 [write_file] DEBUG write to file:/w/workspace/undry_device-onvif-camera_PR-281/.semver/PR-281 19:37:15 2023-03-21 19:37:15,198 [execute] INFO git cat-file --batch-check 19:37:15 2023-03-21 19:37:15,198 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/undry_device-onvif-camera_PR-281/.semver, universal_newlines=False, shell=None, istream=) 19:37:15 2023-03-21 19:37:15,202 [execute] INFO git cat-file --batch 19:37:15 2023-03-21 19:37:15,202 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/undry_device-onvif-camera_PR-281/.semver, universal_newlines=False, shell=None, istream=) 19:37:15 2023-03-21 19:37:15,206 [read_version] DEBUG read version from /w/workspace/undry_device-onvif-camera_PR-281/.semver/PR-281 19:37:15 0.0.0 [Pipeline] } 19:37:15 $ docker exec --env ******** --env ******** 5bcc37feb43362662e0f9388821a9f69597736f399423918b15126e3cd04ae3b ssh-agent -k 19:37:15 unset SSH_AUTH_SOCK; 19:37:15 unset SSH_AGENT_PID; 19:37:15 echo Agent pid 74 killed; 19:37:15 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 19:37:16 + git semver [Pipeline] } 19:37:16 $ docker stop --time=1 5bcc37feb43362662e0f9388821a9f69597736f399423918b15126e3cd04ae3b 19:37:19 $ docker rm -f --volumes 5bcc37feb43362662e0f9388821a9f69597736f399423918b15126e3cd04ae3b [Pipeline] // withDockerContainer [Pipeline] sh 19:37:19 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 19:37:19 Stashed 1 file(s) [Pipeline] echo 19:37:19 [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 19:37:20 provisioning config files... 19:37:20 copy managed file [device-onvif-camera-settings] to file:/w/workspace/undry_device-onvif-camera_PR-281@tmp/config7001569544894134809tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 19:37:20 ---> docker-login.sh 19:37:20 nexus3.edgexfoundry.org:10001 19:37:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:37:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:37:20 Configure a credential helper to remove this warning. See 19:37:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:37:20 19:37:20 Login Succeeded 19:37:20 nexus3.edgexfoundry.org:10002 19:37:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:37:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:37:20 Configure a credential helper to remove this warning. See 19:37:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:37:20 19:37:20 Login Succeeded 19:37:20 nexus3.edgexfoundry.org:10003 19:37:21 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:37:21 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:37:21 Configure a credential helper to remove this warning. See 19:37:21 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:37:21 19:37:21 Login Succeeded 19:37:21 nexus3.edgexfoundry.org:10004 19:37:21 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:37:21 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:37:21 Configure a credential helper to remove this warning. See 19:37:21 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:37:21 19:37:21 Login Succeeded 19:37:21 docker.io 19:37:21 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:37:21 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:37:21 Configure a credential helper to remove this warning. See 19:37:21 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:37:21 19:37:21 Login Succeeded 19:37:21 ---> docker-login.sh ends [Pipeline] } 19:37:21 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 19:37:21 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 19:37:21 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 19:37:21 ========================================================= 19:37:21 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine] 19:37:21 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:37:22 + 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 . 19:37:22 Sending build context to Docker daemon 27.04MB 19:37:22 Step 1/13 : ARG BASE=golang:1.20-alpine3.17 19:37:22 Step 2/13 : FROM ${BASE} AS builder 19:37:22 1.20-alpine: Pulling from edgex-devops/edgex-golang-base 19:37:22 63b65145d645: Pulling fs layer 19:37:22 a2d21d5440eb: Pulling fs layer 19:37:22 935e6c44a52c: Pulling fs layer 19:37:22 94cc34f8dd06: Pulling fs layer 19:37:22 30dea6a524f1: Pulling fs layer 19:37:22 a2aff8979fd8: Pulling fs layer 19:37:22 6808be2612f2: Pulling fs layer 19:37:22 f25807f1079a: Pulling fs layer 19:37:22 30dea6a524f1: Waiting 19:37:22 a2aff8979fd8: Waiting 19:37:22 6808be2612f2: Waiting 19:37:22 f25807f1079a: Waiting 19:37:22 94cc34f8dd06: Waiting 19:37:22 a2d21d5440eb: Download complete 19:37:22 94cc34f8dd06: Verifying Checksum 19:37:22 94cc34f8dd06: Download complete 19:37:22 30dea6a524f1: Verifying Checksum 19:37:22 30dea6a524f1: Download complete 19:37:22 63b65145d645: Verifying Checksum 19:37:22 63b65145d645: Download complete 19:37:22 a2aff8979fd8: Verifying Checksum 19:37:22 a2aff8979fd8: Download complete 19:37:22 63b65145d645: Pull complete 19:37:23 f25807f1079a: Verifying Checksum 19:37:23 f25807f1079a: Download complete 19:37:23 a2d21d5440eb: Pull complete 19:37:23 935e6c44a52c: Verifying Checksum 19:37:23 935e6c44a52c: Download complete 19:37:23 6808be2612f2: Verifying Checksum 19:37:23 6808be2612f2: Download complete 19:37:27 935e6c44a52c: Pull complete 19:37:27 94cc34f8dd06: Pull complete 19:37:27 30dea6a524f1: Pull complete 19:37:27 a2aff8979fd8: Pull complete 19:37:30 6808be2612f2: Pull complete 19:37:30 f25807f1079a: Pull complete 19:37:30 Digest: sha256:106942793af8b5907f587008084bb0888cadbc76d86ebd37d4d3227fb0f1e438 19:37:30 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine 19:37:30 ---> 3b553350e43f 19:37:30 Step 3/13 : ARG ADD_BUILD_TAGS="" 19:37:35 Still waiting to schedule task 19:37:35 Waiting for next available executor on ‘prd-ubuntu20.04-docker-arm64-4c-16g-4935’ 19:37:39 ---> Running in 1638d3dcf3c7 19:37:39 Removing intermediate container 1638d3dcf3c7 19:37:39 ---> 3b5eb30707be 19:37:39 Step 4/13 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 19:37:39 ---> Running in 9c217ed5e126 19:37:39 Removing intermediate container 9c217ed5e126 19:37:39 ---> dce5a4f6f1eb 19:37:39 Step 5/13 : ARG ALPINE_PKG_BASE="make git" 19:37:39 ---> Running in d9cbcd06d036 19:37:39 Removing intermediate container d9cbcd06d036 19:37:39 ---> 9baee8db203d 19:37:39 Step 6/13 : ARG ALPINE_PKG_EXTRA="" 19:37:39 ---> Running in a4c2d47d9fbe 19:37:39 Removing intermediate container a4c2d47d9fbe 19:37:39 ---> 6c1aa243176b 19:37:39 Step 7/13 : LABEL Name=edgex-device-onvif-camera 19:37:39 ---> Running in 01a8252fd3f3 19:37:39 Removing intermediate container 01a8252fd3f3 19:37:39 ---> 62df430eccd0 19:37:39 Step 8/13 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 19:37:39 ---> Running in 15f964f447e0 19:37:39 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 19:37:39 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 19:37:39 OK: 265 MiB in 53 packages 19:37:40 Removing intermediate container 15f964f447e0 19:37:40 ---> c49e29a4a1d9 19:37:40 Step 9/13 : WORKDIR /device-onvif-camera 19:37:40 ---> Running in e01bd409d09c 19:37:40 Removing intermediate container e01bd409d09c 19:37:40 ---> 654d2ac76acf 19:37:40 Step 10/13 : COPY go.mod vendor* ./ 19:37:40 ---> a9bd1379e786 19:37:40 Step 11/13 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:37:40 ---> Running in 1aa2071560a7 19:38:19 Removing intermediate container 1aa2071560a7 19:38:19 ---> 9b417a9d5de9 19:38:19 Step 12/13 : COPY . . 19:38:19 ---> a882193396a8 19:38:19 Step 13/13 : RUN ${MAKE} 19:38:19 ---> Running in 7768596f2229 19:38:19 noop 19:38:19 Removing intermediate container 7768596f2229 19:38:19 ---> f4238aa7ddad 19:38:19 Successfully built f4238aa7ddad 19:38:19 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:38:20 + docker inspect -f . ci-base-image-x86_64 19:38:20 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 19:38:20 prd-ubuntu20.04-docker-8c-8g-4936 does not seem to be running inside a container 19:38:20 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/undry_device-onvif-camera_PR-281 -v /w/workspace/undry_device-onvif-camera_PR-281:/w/workspace/undry_device-onvif-camera_PR-281:rw,z -v /w/workspace/undry_device-onvif-camera_PR-281@tmp:/w/workspace/undry_device-onvif-camera_PR-281@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-x86_64 cat 19:38:21 $ docker top c5e2690dfe5b7c55946b21ede02b131003a95bdc17569eb341572a670eefd784 -eo pid,comm [Pipeline] { [Pipeline] sh 19:38:21 + go version 19:38:21 go version go1.20.2 linux/amd64 [Pipeline] } 19:38:21 $ docker stop --time=1 c5e2690dfe5b7c55946b21ede02b131003a95bdc17569eb341572a670eefd784 19:38:23 $ docker rm -f --volumes c5e2690dfe5b7c55946b21ede02b131003a95bdc17569eb341572a670eefd784 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:38:23 + docker inspect -f . ci-base-image-x86_64 19:38:23 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 19:38:23 prd-ubuntu20.04-docker-8c-8g-4936 does not seem to be running inside a container 19:38:23 $ 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-281 -v /w/workspace/undry_device-onvif-camera_PR-281:/w/workspace/undry_device-onvif-camera_PR-281:rw,z -v /w/workspace/undry_device-onvif-camera_PR-281@tmp:/w/workspace/undry_device-onvif-camera_PR-281@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-x86_64 cat 19:38:24 $ docker top 0e591952b197b10ca9f58bbcb7ba463a9d173f5e4155183be569435b32364cb9 -eo pid,comm [Pipeline] { [Pipeline] sh 19:38:25 + git config --global --add safe.directory /w/workspace/undry_device-onvif-camera_PR-281 [Pipeline] fileExists [Pipeline] sh 19:38:25 + make test 19:38:25 go test ./... -coverprofile=coverage.out ./... 19:38:30 ? github.com/edgexfoundry/device-onvif-camera [no test files] 19:38:40 ? github.com/edgexfoundry/device-onvif-camera/cmd [no test files] 19:38:40 ? github.com/edgexfoundry/device-onvif-camera/internal/driver/mocks [no test files] 19:38:42 ok github.com/edgexfoundry/device-onvif-camera/internal/driver 2.029s coverage: 31.7% of statements 19:38:42 ok github.com/edgexfoundry/device-onvif-camera/internal/netscan 2.302s coverage: 86.5% of statements 19:38:50 go vet ./... 19:38:54 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 19:38:54 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 19:38:54 ./bin/test-attribution-txt.sh [Pipeline] echo 19:38:54 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 19:38:54 $ docker stop --time=1 0e591952b197b10ca9f58bbcb7ba463a9d173f5e4155183be569435b32364cb9 19:38:59 $ docker rm -f --volumes 0e591952b197b10ca9f58bbcb7ba463a9d173f5e4155183be569435b32364cb9 [Pipeline] // withDockerContainer [Pipeline] sh 19:39:00 + sudo chown -R jenkins:jenkins . [Pipeline] stash 19:39:00 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 19:39:01 + sudo chown -R jenkins:jenkins . [Pipeline] sh 19:39:01 + ls -al . 19:39:01 total 236 19:39:01 drwxrwxr-x 10 jenkins jenkins 4096 Mar 21 19:38 . 19:39:01 drwxrwxr-x 4 jenkins jenkins 4096 Mar 21 19:36 .. 19:39:01 drwxrwxr-x 8 jenkins jenkins 4096 Mar 21 19:37 .git 19:39:01 drwxrwxr-x 3 jenkins jenkins 4096 Mar 21 19:36 .github 19:39:01 -rw-rw-r-- 1 jenkins jenkins 496 Mar 21 19:36 .gitignore 19:39:01 -rw-rw-r-- 1 jenkins jenkins 42 Mar 21 19:36 .golangci.yml 19:39:01 drwxr-xr-x 3 jenkins jenkins 4096 Mar 21 19:37 .semver 19:39:01 -rw-rw-r-- 1 jenkins jenkins 9857 Mar 21 19:36 Attribution.txt 19:39:01 -rw-rw-r-- 1 jenkins jenkins 6312 Mar 21 19:36 CHANGELOG.md 19:39:01 -rw-rw-r-- 1 jenkins jenkins 1574 Mar 21 19:36 Dockerfile 19:39:01 -rw-rw-r-- 1 jenkins jenkins 677 Mar 21 19:36 GOVERNANCE.md 19:39:01 -rw-rw-r-- 1 jenkins jenkins 734 Mar 21 19:36 Jenkinsfile 19:39:01 -rw-rw-r-- 1 jenkins jenkins 11348 Mar 21 19:36 LICENSE 19:39:01 -rw-rw-r-- 1 jenkins jenkins 2751 Mar 21 19:36 Makefile 19:39:01 -rw-rw-r-- 1 jenkins jenkins 625 Mar 21 19:36 OWNERS.md 19:39:01 -rw-rw-r-- 1 jenkins jenkins 6250 Mar 21 19:36 README.md 19:39:01 -rw-rw-r-- 1 jenkins jenkins 5 Mar 21 19:37 VERSION 19:39:01 drwxrwxr-x 2 jenkins jenkins 4096 Mar 21 19:36 bin 19:39:01 drwxrwxr-x 3 jenkins jenkins 4096 Mar 21 19:36 cmd 19:39:01 -rw-r--r-- 1 jenkins jenkins 78487 Mar 21 19:38 coverage.out 19:39:01 drwxrwxr-x 6 jenkins jenkins 4096 Mar 21 19:36 doc 19:39:01 -rw-rw-r-- 1 jenkins jenkins 3602 Mar 21 19:36 go.mod 19:39:01 -rw-rw-r-- 1 jenkins jenkins 32892 Mar 21 19:36 go.sum 19:39:01 drwxrwxr-x 4 jenkins jenkins 4096 Mar 21 19:36 internal 19:39:01 drwxrwxr-x 4 jenkins jenkins 4096 Mar 21 19:36 snap 19:39:01 -rw-rw-r-- 1 jenkins jenkins 236 Mar 21 19:36 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:39:01 + 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=ed92cdf4b4c4bf4a45c4530b3459fb38464ab834 --label arch=amd64 --label version=0.0.0 . 19:39:01 Sending build context to Docker daemon 27.12MB 19:39:01 Step 1/26 : ARG BASE=golang:1.20-alpine3.17 19:39:01 Step 2/26 : FROM ${BASE} AS builder 19:39:01 ---> f4238aa7ddad 19:39:01 Step 3/26 : ARG ADD_BUILD_TAGS="" 19:39:02 ---> Running in 48fa6d28544d 19:39:02 Removing intermediate container 48fa6d28544d 19:39:02 ---> 7a5547a7372b 19:39:02 Step 4/26 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 19:39:02 ---> Running in 245012b36e6d 19:39:03 Removing intermediate container 245012b36e6d 19:39:03 ---> 5cf9c2311bf7 19:39:03 Step 5/26 : ARG ALPINE_PKG_BASE="make git" 19:39:03 ---> Running in 17c5132259e7 19:39:03 Removing intermediate container 17c5132259e7 19:39:03 ---> 049d2df3ce4d 19:39:03 Step 6/26 : ARG ALPINE_PKG_EXTRA="" 19:39:03 ---> Running in 8d04fd07fc5d 19:39:03 Removing intermediate container 8d04fd07fc5d 19:39:03 ---> 81fe3a860e1b 19:39:03 Step 7/26 : LABEL Name=edgex-device-onvif-camera 19:39:03 ---> Running in a4489b6e1377 19:39:03 Removing intermediate container a4489b6e1377 19:39:03 ---> 59df30036f82 19:39:03 Step 8/26 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 19:39:04 ---> Running in 32782c26d795 19:39:04 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 19:39:04 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 19:39:04 OK: 265 MiB in 53 packages 19:39:05 Removing intermediate container 32782c26d795 19:39:05 ---> 96b68e305673 19:39:05 Step 9/26 : WORKDIR /device-onvif-camera 19:39:05 ---> Running in 35ee178e0dfc 19:39:06 Removing intermediate container 35ee178e0dfc 19:39:06 ---> e0779082d786 19:39:06 Step 10/26 : COPY go.mod vendor* ./ 19:39:06 ---> b8ad7730b178 19:39:06 Step 11/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:39:06 ---> Running in 0770e2dcd174 19:39:07 Removing intermediate container 0770e2dcd174 19:39:07 ---> 1b84d5c082ef 19:39:07 Step 12/26 : COPY . . 19:39:08 ---> 0532227a83e4 19:39:08 Step 13/26 : RUN ${MAKE} 19:39:09 ---> Running in e921798e5f9d 19:39:09 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 19:39:35 Removing intermediate container e921798e5f9d 19:39:35 ---> a4753f1c3e80 19:39:35 Step 14/26 : FROM alpine:3.17 19:39:35 3.17: Pulling from library/alpine 19:39:35 63b65145d645: Already exists 19:39:35 Digest: sha256:ff6bdca1701f3a8a67e328815ff2346b0e4067d32ec36b7992c1fdc001dc8517 19:39:35 Status: Downloaded newer image for alpine:3.17 19:39:35 ---> b2aa39c304c2 19:39:35 Step 15/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel Corporation' 19:39:35 ---> Running in f07255c36672 19:39:35 Removing intermediate container f07255c36672 19:39:35 ---> f369c6514e99 19:39:35 Step 16/26 : RUN apk add --update --no-cache dumb-init 19:39:35 ---> Running in 3c2847e63495 19:39:35 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 19:39:35 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 19:39:35 (1/1) Installing dumb-init (1.2.5-r2) 19:39:35 Executing busybox-1.35.0-r29.trigger 19:39:35 OK: 7 MiB in 16 packages 19:39:35 Removing intermediate container 3c2847e63495 19:39:35 ---> f3b4f1f04e04 19:39:35 Step 17/26 : WORKDIR / 19:39:35 ---> Running in 9bf5d49a9362 19:39:35 Removing intermediate container 9bf5d49a9362 19:39:35 ---> cf03da1fe80f 19:39:35 Step 18/26 : COPY --from=builder /device-onvif-camera/cmd / 19:39:37 ---> 3289ae8dbc2d 19:39:37 Step 19/26 : COPY --from=builder /device-onvif-camera/LICENSE / 19:39:37 ---> 8e4cf72c5c47 19:39:37 Step 20/26 : COPY --from=builder /device-onvif-camera/Attribution.txt / 19:39:37 ---> 9ad61cab8a45 19:39:37 Step 21/26 : EXPOSE 59984 19:39:38 ---> Running in f12ba5ded775 19:39:38 Removing intermediate container f12ba5ded775 19:39:38 ---> 4b8bd0badc9e 19:39:38 Step 22/26 : ENTRYPOINT ["/device-onvif-camera"] 19:39:38 ---> Running in 7a22af38ec8b 19:39:38 Removing intermediate container 7a22af38ec8b 19:39:38 ---> 10ca1d17fe8f 19:39:38 Step 23/26 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--registry"] 19:39:38 ---> Running in f9d69a931e76 19:39:39 Removing intermediate container f9d69a931e76 19:39:39 ---> bdc83308f0c4 19:39:39 Step 24/26 : LABEL arch=amd64 19:39:39 ---> Running in da7e5e371280 19:39:39 Removing intermediate container da7e5e371280 19:39:39 ---> 30492348d0f6 19:39:39 Step 25/26 : LABEL git_sha=ed92cdf4b4c4bf4a45c4530b3459fb38464ab834 19:39:39 ---> Running in 772c453333f6 19:39:40 Removing intermediate container 772c453333f6 19:39:40 ---> 36c737e35927 19:39:40 Step 26/26 : LABEL version=0.0.0 19:39:40 ---> Running in 46e29e9286c9 19:39:40 Removing intermediate container 46e29e9286c9 19:39:40 ---> fbb55865f43d 19:39:40 [Warning] One or more build-args [ARCH] were not consumed 19:39:40 Successfully built fbb55865f43d 19:39:40 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 19:39:41 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 19:39:41 19:39:41 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:39:41 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 19:39:41 latest: Pulling from edgex-lftools-log-publisher 19:39:41 5eb5b503b376: Pulling fs layer 19:39:41 5c69ac0246d0: Pulling fs layer 19:39:41 ec43610c2a17: Pulling fs layer 19:39:41 3a2ae6a8a46f: Pulling fs layer 19:39:41 33b1e0a273af: Pulling fs layer 19:39:41 5d3b04190fa2: Pulling fs layer 19:39:41 2f39f015ded8: Pulling fs layer 19:39:41 33b1e0a273af: Waiting 19:39:41 5d3b04190fa2: Waiting 19:39:41 2f39f015ded8: Waiting 19:39:41 3a2ae6a8a46f: Waiting 19:39:41 5c69ac0246d0: Download complete 19:39:42 3a2ae6a8a46f: Download complete 19:39:42 33b1e0a273af: Verifying Checksum 19:39:42 33b1e0a273af: Download complete 19:39:42 5d3b04190fa2: Verifying Checksum 19:39:42 5d3b04190fa2: Download complete 19:39:42 ec43610c2a17: Verifying Checksum 19:39:42 5eb5b503b376: Verifying Checksum 19:39:42 5eb5b503b376: Download complete 19:39:42 2f39f015ded8: Download complete 19:39:43 5eb5b503b376: Pull complete 19:39:43 5c69ac0246d0: Pull complete 19:39:44 ec43610c2a17: Pull complete 19:39:44 3a2ae6a8a46f: Pull complete 19:39:44 33b1e0a273af: Pull complete 19:39:45 5d3b04190fa2: Pull complete 19:39:49 2f39f015ded8: Pull complete 19:39:49 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 19:39:49 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 19:39:49 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 19:39:49 prd-ubuntu20.04-docker-8c-8g-4936 does not seem to be running inside a container 19:39:49 $ 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-281 -v /w/workspace/undry_device-onvif-camera_PR-281:/w/workspace/undry_device-onvif-camera_PR-281:rw,z -v /w/workspace/undry_device-onvif-camera_PR-281@tmp:/w/workspace/undry_device-onvif-camera_PR-281@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:latest cat 19:39:53 $ docker top 411d883328ce3159ec80be1dea47df6bee1e4f304d86a0d0ac858e26c27b74ad -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 19:39:54 ---> job-cost.sh 19:39:54 lf-activate-venv: SKIPPING 19:39:54 INFO: No Stack... 19:39:54 INFO: Retrieving Pricing Info for: v3-standard-8 19:39:54 INFO: Archiving Costs [Pipeline] sh 19:39:55 + + cat /w/workspace/undry_device-onvif-camera_PR-281/archives/cost.csvcut 19:39:55 -d, -f6 [Pipeline] lock 19:39:55 Trying to acquire lock on [jenkins-edgexfoundry-device-onvif-camera-PR-281-1-stack-cost] 19:39:55 Resource [jenkins-edgexfoundry-device-onvif-camera-PR-281-1-stack-cost] did not exist. Created. 19:39:55 Lock acquired on [jenkins-edgexfoundry-device-onvif-camera-PR-281-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 19:39:55 + echo total: 0.2199999988079071 [Pipeline] stash 19:39:55 Stashed 1 file(s) [Pipeline] } 19:39:55 Lock released on resource [jenkins-edgexfoundry-device-onvif-camera-PR-281-1-stack-cost] [Pipeline] // lock [Pipeline] } 19:39:55 $ docker stop --time=1 411d883328ce3159ec80be1dea47df6bee1e4f304d86a0d0ac858e26c27b74ad 19:39:57 $ docker rm -f --volumes 411d883328ce3159ec80be1dea47df6bee1e4f304d86a0d0ac858e26c27b74ad [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 19:41:06 Running on prd-ubuntu20.04-docker-arm64-4c-16g-4937 in /w/workspace/undry_device-onvif-camera_PR-281 [Pipeline] { [Pipeline] ws 19:41:06 Running in /w/workspace/device-onvif-camera/1 [Pipeline] { [Pipeline] checkout 19:41:06 The recommended git tool is: git 19:41:12 using credential edgex-jenkins-ssh 19:41:12 Cloning the remote Git repository 19:41:12 Cloning repository git@github.com:edgexfoundry/device-onvif-camera.git 19:41:12 > git init /w/workspace/device-onvif-camera/1 # timeout=10 19:41:12 Fetching upstream changes from git@github.com:edgexfoundry/device-onvif-camera.git 19:41:12 > git --version # timeout=10 19:41:12 > git --version # 'git version 2.25.1' 19:41:12 using GIT_SSH to set credentials SSH Credentials for GitHub 19:41:12 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-onvif-camera.git +refs/heads/*:refs/remotes/origin/* # timeout=10 19:41:14 > git config remote.origin.url git@github.com:edgexfoundry/device-onvif-camera.git # timeout=10 19:41:14 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 19:41:15 Merging remotes/origin/main commit 30f142b3199bb88c04d4c4f9cf7ab115e72bb90a into PR head commit ed92cdf4b4c4bf4a45c4530b3459fb38464ab834 19:41:16 Merge succeeded, producing ed92cdf4b4c4bf4a45c4530b3459fb38464ab834 19:41:16 Checking out Revision ed92cdf4b4c4bf4a45c4530b3459fb38464ab834 (PR-281) 19:41:15 > git config remote.origin.url git@github.com:edgexfoundry/device-onvif-camera.git # timeout=10 19:41:15 Fetching upstream changes from git@github.com:edgexfoundry/device-onvif-camera.git 19:41:15 using GIT_SSH to set credentials SSH Credentials for GitHub 19:41:15 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-onvif-camera.git +refs/pull/281/head:refs/remotes/origin/PR-281 +refs/heads/main:refs/remotes/origin/main # timeout=10 19:41:15 > git config core.sparsecheckout # timeout=10 19:41:16 > git checkout -f ed92cdf4b4c4bf4a45c4530b3459fb38464ab834 # timeout=10 19:41:16 > git remote # timeout=10 19:41:16 > git config --get remote.origin.url # timeout=10 19:41:16 using GIT_SSH to set credentials SSH Credentials for GitHub 19:41:16 > git merge 30f142b3199bb88c04d4c4f9cf7ab115e72bb90a # timeout=10 19:41:16 > git rev-parse HEAD^{commit} # timeout=10 19:41:16 > git config core.sparsecheckout # timeout=10 19:41:16 > git checkout -f ed92cdf4b4c4bf4a45c4530b3459fb38464ab834 # timeout=10 19:41:20 Commit message: "fix: Adding Registry and Client for command-line run" 19:41:20 > git --version # timeout=10 19:41:20 > git --version # 'git version 2.25.1' 19:41:20 fatal: bad object 66200e8eedfc470904d6b329e562ec5b45423d6a [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 19:41:21 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 19:41:21 % Total % Received % Xferd Average Speed Time Time Time Current 19:41:21 Dload Upload Total Spent Left Speed 19:41:21 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 98084 0 --:--:-- --:--:-- --:--:-- 98084 [Pipeline] sh 19:41:22 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 19:41:22 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 19:41:22 + sudo tee /etc/docker/daemon.new 19:41:22 { 19:41:22 "registry-mirrors": [ 19:41:22 "https://nexus3.edgexfoundry.org:10001" 19:41:22 ], 19:41:22 "bip": "10.250.0.254/24", 19:41:22 "hosts": [ 19:41:22 "tcp://0.0.0.0:5555", 19:41:22 "unix:///var/run/docker.sock" 19:41:22 ], 19:41:22 "mtu": 1458, 19:41:22 "selinux-enabled": true, 19:41:22 "seccomp-profile": "/etc/docker/seccomp.json" 19:41:22 } [Pipeline] sh 19:41:22 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 19:41:23 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 19:41:41 provisioning config files... 19:41:41 copy managed file [device-onvif-camera-settings] to file:/w/workspace/device-onvif-camera/1@tmp/config7429147317090762788tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 19:41:42 ---> docker-login.sh 19:41:42 nexus3.edgexfoundry.org:10001 19:41:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:41:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:41:42 Configure a credential helper to remove this warning. See 19:41:42 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:41:42 19:41:42 Login Succeeded 19:41:42 nexus3.edgexfoundry.org:10002 19:41:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:41:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:41:42 Configure a credential helper to remove this warning. See 19:41:42 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:41:42 19:41:42 Login Succeeded 19:41:42 nexus3.edgexfoundry.org:10003 19:41:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:41:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:41:43 Configure a credential helper to remove this warning. See 19:41:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:41:43 19:41:43 Login Succeeded 19:41:43 nexus3.edgexfoundry.org:10004 19:41:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:41:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:41:43 Configure a credential helper to remove this warning. See 19:41:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:41:43 19:41:43 Login Succeeded 19:41:43 docker.io 19:41:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:41:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:41:44 Configure a credential helper to remove this warning. See 19:41:44 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:41:44 19:41:44 Login Succeeded 19:41:44 ---> docker-login.sh ends [Pipeline] } 19:41:44 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 19:41:44 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 19:41:44 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 19:41:44 ========================================================= 19:41:44 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine] 19:41:44 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:41:45 + 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 . 19:41:45 Sending build context to Docker daemon 19.75MB 19:41:45 Step 1/13 : ARG BASE=golang:1.20-alpine3.17 19:41:45 Step 2/13 : FROM ${BASE} AS builder 19:41:46 1.20-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 19:41:46 af6eaf76a39c: Pulling fs layer 19:41:46 55522c791124: Pulling fs layer 19:41:46 ce5c4a1c91eb: Pulling fs layer 19:41:46 169dfbe0d373: Pulling fs layer 19:41:46 e1ff8fa3b103: Pulling fs layer 19:41:46 52ebb69f0ebf: Pulling fs layer 19:41:46 5abe8eddf0d5: Pulling fs layer 19:41:46 e1ff8fa3b103: Waiting 19:41:46 52ebb69f0ebf: Waiting 19:41:46 169dfbe0d373: Waiting 19:41:46 5abe8eddf0d5: Waiting 19:41:46 55522c791124: Verifying Checksum 19:41:46 55522c791124: Download complete 19:41:46 169dfbe0d373: Verifying Checksum 19:41:46 169dfbe0d373: Download complete 19:41:46 e1ff8fa3b103: Verifying Checksum 19:41:46 e1ff8fa3b103: Download complete 19:41:46 af6eaf76a39c: Verifying Checksum 19:41:47 5abe8eddf0d5: Verifying Checksum 19:41:47 5abe8eddf0d5: Download complete 19:41:47 af6eaf76a39c: Pull complete 19:41:47 55522c791124: Pull complete 19:41:48 ce5c4a1c91eb: Verifying Checksum 19:41:48 ce5c4a1c91eb: Download complete 19:41:48 52ebb69f0ebf: Verifying Checksum 19:41:48 52ebb69f0ebf: Download complete 19:42:01 ce5c4a1c91eb: Pull complete 19:42:01 169dfbe0d373: Pull complete 19:42:01 e1ff8fa3b103: Pull complete 19:42:06 52ebb69f0ebf: Pull complete 19:42:08 5abe8eddf0d5: Pull complete 19:42:08 Digest: sha256:978cc1420e451f27bd88fdeece3ad01a9109ec773b62f165dfc696fd516b3d8f 19:42:08 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine 19:42:08 ---> 6cb57ee374ae 19:42:08 Step 3/13 : ARG ADD_BUILD_TAGS="" 19:42:10 ---> Running in 2cc02cc7207f 19:42:10 Removing intermediate container 2cc02cc7207f 19:42:10 ---> 9d2ce8182e2d 19:42:10 Step 4/13 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 19:42:10 ---> Running in dab5a77d1ce6 19:42:10 Removing intermediate container dab5a77d1ce6 19:42:10 ---> cbd741abd390 19:42:10 Step 5/13 : ARG ALPINE_PKG_BASE="make git" 19:42:11 ---> Running in f72ffcaec14d 19:42:11 Removing intermediate container f72ffcaec14d 19:42:11 ---> 07424be77f6a 19:42:11 Step 6/13 : ARG ALPINE_PKG_EXTRA="" 19:42:11 ---> Running in 7f983e41ba8d 19:42:11 Removing intermediate container 7f983e41ba8d 19:42:11 ---> 14c5242f4ddc 19:42:11 Step 7/13 : LABEL Name=edgex-device-onvif-camera 19:42:11 ---> Running in 42315ab4f98e 19:42:12 Removing intermediate container 42315ab4f98e 19:42:12 ---> 6a1820e60514 19:42:12 Step 8/13 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 19:42:12 ---> Running in 50a8fa3852f1 19:42:13 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 19:42:13 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 19:42:14 OK: 263 MiB in 53 packages 19:42:15 Removing intermediate container 50a8fa3852f1 19:42:15 ---> 1413b9ade055 19:42:15 Step 9/13 : WORKDIR /device-onvif-camera 19:42:15 ---> Running in 6a5177ac0c23 19:42:16 Removing intermediate container 6a5177ac0c23 19:42:16 ---> 7344361ec33f 19:42:16 Step 10/13 : COPY go.mod vendor* ./ 19:42:18 ---> a9926436acf5 19:42:18 Step 11/13 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:42:18 ---> Running in a0c83d745e4e 19:43:26 Removing intermediate container a0c83d745e4e 19:43:26 ---> 4ef68b3f92e2 19:43:26 Step 12/13 : COPY . . 19:43:28 ---> ad5ad339482d 19:43:28 Step 13/13 : RUN ${MAKE} 19:43:28 ---> Running in 4edd057636d2 19:43:29 noop 19:43:30 Removing intermediate container 4edd057636d2 19:43:30 ---> 51ac08906ddf 19:43:30 Successfully built 51ac08906ddf 19:43:30 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:43:30 + docker inspect -f . ci-base-image-arm64 19:43:30 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 19:43:30 prd-ubuntu20.04-docker-arm64-4c-16g-4937 does not seem to be running inside a container 19:43:30 $ 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 19:43:32 $ docker top 55ce2b9538d9a4e445a859c9fa5de849414d7977ebb2d6638e05f4f85df854f5 -eo pid,comm [Pipeline] { [Pipeline] sh 19:43:32 + go version 19:43:32 go version go1.20.2 linux/arm64 [Pipeline] } 19:43:32 $ docker stop --time=1 55ce2b9538d9a4e445a859c9fa5de849414d7977ebb2d6638e05f4f85df854f5 19:43:34 $ docker rm -f --volumes 55ce2b9538d9a4e445a859c9fa5de849414d7977ebb2d6638e05f4f85df854f5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:43:35 + docker inspect -f . ci-base-image-arm64 19:43:35 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 19:43:35 prd-ubuntu20.04-docker-arm64-4c-16g-4937 does not seem to be running inside a container 19:43:35 $ 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 19:43:37 $ docker top c4abb698c2cd8fa0a2dc88e66ff44202760a60e3fd37ea80099daef96745c953 -eo pid,comm [Pipeline] { [Pipeline] sh 19:43:38 + git config --global --add safe.directory /w/workspace/device-onvif-camera/1 [Pipeline] fileExists [Pipeline] sh 19:43:39 + make test 19:43:39 go test ./... -coverprofile=coverage.out ./... 19:44:18 ? github.com/edgexfoundry/device-onvif-camera [no test files] 19:46:40 ? github.com/edgexfoundry/device-onvif-camera/cmd [no test files] 19:46:40 ? github.com/edgexfoundry/device-onvif-camera/internal/driver/mocks [no test files] 19:46:43 ok github.com/edgexfoundry/device-onvif-camera/internal/driver 2.201s coverage: 31.7% of statements 19:47:09 ok github.com/edgexfoundry/device-onvif-camera/internal/netscan 28.991s coverage: 86.5% of statements 19:47:10 WARNING: Linting skipped (not on x86_64 or linter not installed) 19:47:10 go vet ./... 19:47:42 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 19:47:42 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 19:47:42 ./bin/test-attribution-txt.sh [Pipeline] echo 19:47:42 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 19:47:42 $ docker stop --time=1 c4abb698c2cd8fa0a2dc88e66ff44202760a60e3fd37ea80099daef96745c953 19:47:44 $ docker rm -f --volumes c4abb698c2cd8fa0a2dc88e66ff44202760a60e3fd37ea80099daef96745c953 [Pipeline] // withDockerContainer [Pipeline] sh 19:47:45 + sudo chown -R jenkins:jenkins . [Pipeline] stash 19:47:45 Warning: overwriting stash ‘coverage-report’ 19:47:46 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 19:47:47 + sudo chown -R jenkins:jenkins . [Pipeline] sh 19:47:47 + ls -al . 19:47:47 total 232 19:47:47 drwxrwxr-x 9 jenkins jenkins 4096 Mar 21 19:43 . 19:47:47 drwxrwxr-x 4 jenkins jenkins 4096 Mar 21 19:41 .. 19:47:47 drwxrwxr-x 8 jenkins jenkins 4096 Mar 21 19:41 .git 19:47:47 drwxrwxr-x 3 jenkins jenkins 4096 Mar 21 19:41 .github 19:47:47 -rw-rw-r-- 1 jenkins jenkins 496 Mar 21 19:41 .gitignore 19:47:47 -rw-rw-r-- 1 jenkins jenkins 42 Mar 21 19:41 .golangci.yml 19:47:47 -rw-rw-r-- 1 jenkins jenkins 9857 Mar 21 19:41 Attribution.txt 19:47:47 -rw-rw-r-- 1 jenkins jenkins 6312 Mar 21 19:41 CHANGELOG.md 19:47:47 -rw-rw-r-- 1 jenkins jenkins 1574 Mar 21 19:41 Dockerfile 19:47:47 -rw-rw-r-- 1 jenkins jenkins 677 Mar 21 19:41 GOVERNANCE.md 19:47:47 -rw-rw-r-- 1 jenkins jenkins 734 Mar 21 19:41 Jenkinsfile 19:47:47 -rw-rw-r-- 1 jenkins jenkins 11348 Mar 21 19:41 LICENSE 19:47:47 -rw-rw-r-- 1 jenkins jenkins 2751 Mar 21 19:41 Makefile 19:47:47 -rw-rw-r-- 1 jenkins jenkins 625 Mar 21 19:41 OWNERS.md 19:47:47 -rw-rw-r-- 1 jenkins jenkins 6250 Mar 21 19:41 README.md 19:47:47 -rw-rw-r-- 1 jenkins jenkins 5 Mar 21 19:37 VERSION 19:47:47 drwxrwxr-x 2 jenkins jenkins 4096 Mar 21 19:41 bin 19:47:47 drwxrwxr-x 3 jenkins jenkins 4096 Mar 21 19:41 cmd 19:47:47 -rw-r--r-- 1 jenkins jenkins 78487 Mar 21 19:47 coverage.out 19:47:47 drwxrwxr-x 6 jenkins jenkins 4096 Mar 21 19:41 doc 19:47:47 -rw-rw-r-- 1 jenkins jenkins 3602 Mar 21 19:41 go.mod 19:47:47 -rw-rw-r-- 1 jenkins jenkins 32892 Mar 21 19:41 go.sum 19:47:47 drwxrwxr-x 4 jenkins jenkins 4096 Mar 21 19:41 internal 19:47:47 drwxrwxr-x 4 jenkins jenkins 4096 Mar 21 19:41 snap 19:47:47 -rw-rw-r-- 1 jenkins jenkins 236 Mar 21 19:41 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:47:47 + 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=ed92cdf4b4c4bf4a45c4530b3459fb38464ab834 --label arch=arm64 --label version=0.0.0 . 19:47:48 Sending build context to Docker daemon 19.83MB 19:47:48 Step 1/26 : ARG BASE=golang:1.20-alpine3.17 19:47:48 Step 2/26 : FROM ${BASE} AS builder 19:47:48 ---> 51ac08906ddf 19:47:48 Step 3/26 : ARG ADD_BUILD_TAGS="" 19:47:48 ---> Running in ed73c4577bd4 19:47:49 Removing intermediate container ed73c4577bd4 19:47:49 ---> 6a2963e800c7 19:47:49 Step 4/26 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 19:47:49 ---> Running in bd8044a5b2ef 19:47:49 Removing intermediate container bd8044a5b2ef 19:47:49 ---> 946d01435d44 19:47:49 Step 5/26 : ARG ALPINE_PKG_BASE="make git" 19:47:49 ---> Running in a1b9bbc917fe 19:47:49 Removing intermediate container a1b9bbc917fe 19:47:49 ---> 4ab1e527caed 19:47:49 Step 6/26 : ARG ALPINE_PKG_EXTRA="" 19:47:50 ---> Running in f512b46c618d 19:47:50 Removing intermediate container f512b46c618d 19:47:50 ---> 73ef8460afd6 19:47:50 Step 7/26 : LABEL Name=edgex-device-onvif-camera 19:47:50 ---> Running in 371fa4f13cde 19:47:50 Removing intermediate container 371fa4f13cde 19:47:50 ---> 94c4e77c43b0 19:47:50 Step 8/26 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 19:47:50 ---> Running in 2479292c0d0d 19:47:51 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 19:47:52 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 19:47:53 OK: 263 MiB in 53 packages 19:47:54 Removing intermediate container 2479292c0d0d 19:47:54 ---> b495ee5be04b 19:47:54 Step 9/26 : WORKDIR /device-onvif-camera 19:47:54 ---> Running in fb50fe7043b1 19:47:55 Removing intermediate container fb50fe7043b1 19:47:55 ---> 3c1567a80a52 19:47:55 Step 10/26 : COPY go.mod vendor* ./ 19:47:55 ---> cf6f2adb772d 19:47:55 Step 11/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:47:55 ---> Running in cede283b5032 19:48:01 Removing intermediate container cede283b5032 19:48:01 ---> 83e608e2fc69 19:48:01 Step 12/26 : COPY . . 19:48:02 ---> 5fba3e525aeb 19:48:02 Step 13/26 : RUN ${MAKE} 19:48:02 ---> Running in e88cdfd7af4f 19:48:03 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 19:50:40 Removing intermediate container e88cdfd7af4f 19:50:40 ---> 090c8d738cff 19:50:40 Step 14/26 : FROM alpine:3.17 19:50:40 3.17: Pulling from library/alpine 19:50:40 af6eaf76a39c: Already exists 19:50:40 Digest: sha256:ff6bdca1701f3a8a67e328815ff2346b0e4067d32ec36b7992c1fdc001dc8517 19:50:40 Status: Downloaded newer image for alpine:3.17 19:50:40 ---> d74e625d9115 19:50:40 Step 15/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel Corporation' 19:50:40 ---> Running in 833edb174558 19:50:40 Removing intermediate container 833edb174558 19:50:40 ---> 1e5191e449e9 19:50:40 Step 16/26 : RUN apk add --update --no-cache dumb-init 19:50:40 ---> Running in 437c382a73f7 19:50:40 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 19:50:40 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 19:50:40 (1/1) Installing dumb-init (1.2.5-r2) 19:50:40 Executing busybox-1.35.0-r29.trigger 19:50:40 OK: 8 MiB in 16 packages 19:50:40 Removing intermediate container 437c382a73f7 19:50:40 ---> f3a921cad0c0 19:50:40 Step 17/26 : WORKDIR / 19:50:40 ---> Running in fa6282c8ca5d 19:50:40 Removing intermediate container fa6282c8ca5d 19:50:40 ---> 2a6afed5b919 19:50:40 Step 18/26 : COPY --from=builder /device-onvif-camera/cmd / 19:50:40 ---> 3047549f33ce 19:50:40 Step 19/26 : COPY --from=builder /device-onvif-camera/LICENSE / 19:50:40 ---> f6acaca40e1e 19:50:40 Step 20/26 : COPY --from=builder /device-onvif-camera/Attribution.txt / 19:50:40 ---> 56bc608d11c0 19:50:40 Step 21/26 : EXPOSE 59984 19:50:40 ---> Running in b641b3d0b4ce 19:50:40 Removing intermediate container b641b3d0b4ce 19:50:40 ---> 9cfc3a16cd8c 19:50:40 Step 22/26 : ENTRYPOINT ["/device-onvif-camera"] 19:50:40 ---> Running in ca43ac054288 19:50:40 Removing intermediate container ca43ac054288 19:50:40 ---> 379a5ef0f110 19:50:40 Step 23/26 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--registry"] 19:50:40 ---> Running in 174481000a5e 19:50:40 Removing intermediate container 174481000a5e 19:50:40 ---> 6675ebaf0c96 19:50:40 Step 24/26 : LABEL arch=arm64 19:50:40 ---> Running in d7cca16f8cce 19:50:40 Removing intermediate container d7cca16f8cce 19:50:40 ---> 4a4eb2289f2f 19:50:40 Step 25/26 : LABEL git_sha=ed92cdf4b4c4bf4a45c4530b3459fb38464ab834 19:50:40 ---> Running in 850730867a8c 19:50:40 Removing intermediate container 850730867a8c 19:50:40 ---> d8ccd096c61f 19:50:40 Step 26/26 : LABEL version=0.0.0 19:50:40 ---> Running in ea3fdd35b5f6 19:50:41 Removing intermediate container ea3fdd35b5f6 19:50:41 ---> c397888870ba 19:50:41 [Warning] One or more build-args [ARCH] were not consumed 19:50:41 Successfully built c397888870ba 19:50:41 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 19:50:41 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 19:50:41 19:50:41 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:50:42 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 19:50:42 arm64: Pulling from edgex-lftools-log-publisher 19:50:42 8998bd30e6a1: Pulling fs layer 19:50:42 04944245beec: Pulling fs layer 19:50:42 699f458cf7ca: Pulling fs layer 19:50:42 765212b225bb: Pulling fs layer 19:50:42 f23df028b6ca: Pulling fs layer 19:50:42 d65c8cfc05b1: Pulling fs layer 19:50:42 2437ff75d9bd: Pulling fs layer 19:50:42 765212b225bb: Waiting 19:50:42 f23df028b6ca: Waiting 19:50:42 d65c8cfc05b1: Waiting 19:50:42 2437ff75d9bd: Waiting 19:50:42 04944245beec: Verifying Checksum 19:50:42 04944245beec: Download complete 19:50:42 765212b225bb: Verifying Checksum 19:50:42 765212b225bb: Download complete 19:50:42 f23df028b6ca: Verifying Checksum 19:50:42 f23df028b6ca: Download complete 19:50:42 d65c8cfc05b1: Download complete 19:50:42 699f458cf7ca: Verifying Checksum 19:50:42 699f458cf7ca: Download complete 19:50:43 8998bd30e6a1: Verifying Checksum 19:50:43 8998bd30e6a1: Download complete 19:50:45 2437ff75d9bd: Verifying Checksum 19:50:45 2437ff75d9bd: Download complete 19:50:47 8998bd30e6a1: Pull complete 19:50:47 04944245beec: Pull complete 19:50:50 699f458cf7ca: Pull complete 19:50:50 765212b225bb: Pull complete 19:50:51 f23df028b6ca: Pull complete 19:50:51 d65c8cfc05b1: Pull complete 19:51:06 2437ff75d9bd: Pull complete 19:51:06 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 19:51:06 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 19:51:06 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 19:51:06 prd-ubuntu20.04-docker-arm64-4c-16g-4937 does not seem to be running inside a container 19:51:06 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/device-onvif-camera/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 19:51:09 $ docker top 167dd08ab3eccdd3e1ca7c671317787c8a41af98c56c3e3fc75d461d2107d463 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 19:51:10 ---> job-cost.sh 19:51:10 lf-activate-venv: SKIPPING 19:51:10 INFO: No Stack... 19:51:11 INFO: Retrieving Pricing Info for: v3-standard-4 19:51:12 INFO: Archiving Costs [Pipeline] sh 19:51:12 + cat /w/workspace/device-onvif-camera/1/archives/cost.csv 19:51:12 + cut -d, -f6 [Pipeline] lock 19:51:12 Trying to acquire lock on [jenkins-edgexfoundry-device-onvif-camera-PR-281-1-stack-cost] 19:51:12 Resource [jenkins-edgexfoundry-device-onvif-camera-PR-281-1-stack-cost] did not exist. Created. 19:51:12 Lock acquired on [jenkins-edgexfoundry-device-onvif-camera-PR-281-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 19:51:13 /w/workspace/device-onvif-camera/1@tmp/durable-347a430b/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh 19:51:14 + echo total: 0.10999999940395355 [Pipeline] stash 19:51:14 Warning: overwriting stash ‘stack-cost’ 19:51:14 Stashed 1 file(s) [Pipeline] } 19:51:14 Lock released on resource [jenkins-edgexfoundry-device-onvif-camera-PR-281-1-stack-cost] [Pipeline] // lock [Pipeline] } 19:51:14 $ docker stop --time=1 167dd08ab3eccdd3e1ca7c671317787c8a41af98c56c3e3fc75d461d2107d463 19:51:15 $ docker rm -f --volumes 167dd08ab3eccdd3e1ca7c671317787c8a41af98c56c3e3fc75d461d2107d463 [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 19:51:16 provisioning config files... 19:51:16 copy managed file [device-onvif-camera-codecov-token] to file:/w/workspace/undry_device-onvif-camera_PR-281@tmp/config2040635529552162416tmp [Pipeline] { [Pipeline] sh 19:51:17 + set +x 19:51:17 + curl -s https://codecov.io/bash 19:51:17 + bash -s -- 19:51:17 19:51:17 _____ _ 19:51:17 / ____| | | 19:51:17 | | ___ __| | ___ ___ _____ __ 19:51:17 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 19:51:17 | |___| (_) | (_| | __/ (_| (_) \ V / 19:51:17 \_____\___/ \__,_|\___|\___\___/ \_/ 19:51:17 Bash-1.0.6 19:51:17 19:51:17 19:51:17 ==> git version 2.25.1 found 19:51:17 ==> 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 19:51:17 Release-Date: 2020-01-08 19:51:17 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 19:51:17 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 19:51:17 ==> Jenkins CI detected. 19:51:17 current dir:  /w/workspace/undry_device-onvif-camera_PR-281 19:51:17 project root: . 19:51:17 --> token set from env 19:51:17 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 19:51:17 ==> Running gcov in . (disable via -X gcov) 19:51:17 ==> Python coveragepy not found 19:51:17 ==> Searching for coverage reports in: 19:51:17 + . 19:51:17 -> Found 1 reports 19:51:17 ==> Detecting git/mercurial file structure 19:51:17 ==> Reading reports 19:51:17 + ./coverage.out bytes=78487 19:51:17 ==> Appending adjustments 19:51:17 https://docs.codecov.io/docs/fixing-reports 19:51:17 + Found adjustments 19:51:17 ==> Gzipping contents 19:51:17 12K /tmp/codecov.D4UySu.gz 19:51:17 ==> Uploading reports 19:51:17 url: https://codecov.io 19:51:17 query: branch=PR-281&commit=ed92cdf4b4c4bf4a45c4530b3459fb38464ab834&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-onvif-camera%2Fjob%2FPR-281%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-onvif-camera&service=jenkins&flags=&pr=281&job=&cmd_args= 19:51:17 -> Pinging Codecov 19:51:17 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=191b7872-c352-4e56-a28e-da2c102d163d&branch=PR-281&commit=ed92cdf4b4c4bf4a45c4530b3459fb38464ab834&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-onvif-camera%2Fjob%2FPR-281%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-onvif-camera&service=jenkins&flags=&pr=281&job=&cmd_args= 19:51:17 -> Uploading to 19:51:17 https://storage.googleapis.com/codecov/v4/raw/2023-03-21/F29A59C45E3A92E06B3E522C9905F8EF/ed92cdf4b4c4bf4a45c4530b3459fb38464ab834/22c04eea-8408-48c8-8f3f-e0ee47f14903.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230321%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230321T195117Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=5b726279c153738ec7e9f5eb48ea37f6e543851b646933469b50258de471bd4c 19:51:17 % Total % Received % Xferd Average Speed Time Time Time Current 19:51:17 Dload Upload Total Spent Left Speed 19:51:18 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 10526 0 0 100 10526 0 36422 --:--:-- --:--:-- --:--:-- 36422 19:51:18 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-onvif-camera/commit/ed92cdf4b4c4bf4a45c4530b3459fb38464ab834 [Pipeline] } 19:51:18 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 19:51:19 + [ -d /w/workspace/undry_device-onvif-camera_PR-281/archives ] 19:51:19 + ls -al /w/workspace/undry_device-onvif-camera_PR-281/archives 19:51:19 total 16 19:51:19 drwxr-xr-x 3 root root 4096 Mar 21 19:39 . 19:51:19 drwxrwxr-x 11 jenkins jenkins 4096 Mar 21 19:39 .. 19:51:19 drwxr-xr-x 2 root root 4096 Mar 21 19:39 cost 19:51:19 -rw-r--r-- 1 root root 91 Mar 21 19:39 cost.csv 19:51:19 + sudo chown -R jenkins:jenkins /w/workspace/undry_device-onvif-camera_PR-281/archives 19:51:19 + ls -al /w/workspace/undry_device-onvif-camera_PR-281/archives 19:51:19 total 16 19:51:19 drwxr-xr-x 3 jenkins jenkins 4096 Mar 21 19:39 . 19:51:19 drwxrwxr-x 11 jenkins jenkins 4096 Mar 21 19:39 .. 19:51:19 drwxr-xr-x 2 jenkins jenkins 4096 Mar 21 19:39 cost 19:51:19 -rw-r--r-- 1 jenkins jenkins 91 Mar 21 19:39 cost.csv [Pipeline] libraryResource [Pipeline] sh 19:51:20 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 19:51:21 ---> package-listing.sh 19:51:21 ++ facter osfamily 19:51:21 ++ tr '[:upper:]' '[:lower:]' 19:51:21 + OS_FAMILY=debian 19:51:21 + workspace=/w/workspace/undry_device-onvif-camera_PR-281 19:51:21 + START_PACKAGES=/tmp/packages_start.txt 19:51:21 + END_PACKAGES=/tmp/packages_end.txt 19:51:21 + DIFF_PACKAGES=/tmp/packages_diff.txt 19:51:21 + PACKAGES=/tmp/packages_start.txt 19:51:21 + '[' /w/workspace/undry_device-onvif-camera_PR-281 ']' 19:51:21 + PACKAGES=/tmp/packages_end.txt 19:51:21 + case "${OS_FAMILY}" in 19:51:21 + dpkg -l 19:51:21 + grep '^ii' 19:51:21 + '[' -f /tmp/packages_start.txt ']' 19:51:21 + '[' -f /tmp/packages_end.txt ']' 19:51:21 + diff /tmp/packages_start.txt /tmp/packages_end.txt 19:51:21 + '[' /w/workspace/undry_device-onvif-camera_PR-281 ']' 19:51:21 + mkdir -p /w/workspace/undry_device-onvif-camera_PR-281/archives/ 19:51:21 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/undry_device-onvif-camera_PR-281/archives/ [Pipeline] echo 19:51:21 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-281/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 19:51:21 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:51:22 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 19:51:22 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 19:51:22 prd-ubuntu20.04-docker-8c-8g-4936 does not seem to be running inside a container 19:51:22 $ 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-281/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-281 -v /w/workspace/undry_device-onvif-camera_PR-281:/w/workspace/undry_device-onvif-camera_PR-281:rw,z -v /w/workspace/undry_device-onvif-camera_PR-281@tmp:/w/workspace/undry_device-onvif-camera_PR-281@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 19:51:22 $ docker top 10e049fe77e98be809fe33f8c0af867402c3d681b860252cdbcfc3da2410b9c2 -eo pid,comm [Pipeline] { [Pipeline] sh 19:51:23 + touch /tmp/pre-build-complete [Pipeline] sh 19:51:23 + mkdir -p /var/log/sysstat [Pipeline] sh 19:51:23 + ls /var/log/sa-host 19:51:23 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 19:51:23 provisioning config files... 19:51:23 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/undry_device-onvif-camera_PR-281@tmp/config589153397930362901tmp [Pipeline] { [Pipeline] echo 19:51:23 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 19:51:24 ---> create-netrc.sh [Pipeline] } 19:51:24 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 19:51:24 ---> python-tools-install.sh [Pipeline] echo 19:51:24 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 19:51:24 ---> sudo-logs.sh 19:51:24 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 19:51:24 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 19:51:25 ---> job-cost.sh 19:51:25 lf-activate-venv: SKIPPING 19:51:25 DEBUG: total: 0.2199999988079071 19:51:25 INFO: Retrieving Stack Cost... 19:51:25 INFO: Retrieving Pricing Info for: v3-standard-8 19:51:26 INFO: Archiving Costs [Pipeline] echo 19:51:26 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 19:51:26 ---> logs-deploy.sh 19:51:26 lf-activate-venv: SKIPPING 19:51:26 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-onvif-camera/PR-281/1 19:51:26 INFO: archiving workspace using pattern(s): 19:51:27 Archives upload complete. 19:51:27 INFO: archiving logs to Nexus