Pull request #80 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 soda480 for edgexfoundry/device-onvif-camera Obtained Jenkinsfile from 310dd91777ade6af2468b62e060ba291d3df69ff+79d192228a5789397eaac89f5a29237a0a7597a8 (64a922568eefd8643beca078f4f70523e7ebace6) 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-ssh14099893741362176950.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision eff4ace5e529e22b05c56fc30efd0d4b1d113677 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-ssh1366868191159560418.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 eff4ace5e529e22b05c56fc30efd0d4b1d113677 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-80/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-80/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh13012898602993619296.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-80/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh11346509857638224207.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision eff4ace5e529e22b05c56fc30efd0d4b1d113677 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f eff4ace5e529e22b05c56fc30efd0d4b1d113677 # timeout=10 Commit message: "Merge pull request #397 from edgexfoundry/us4712" > 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-ssh1703628419940366009.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 0f180ed1236c637af8c254f95ad106931cc77145 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-80/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-80/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh1884571872290984652.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 0f180ed1236c637af8c254f95ad106931cc77145 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 0f180ed1236c637af8c254f95ad106931cc77145 # timeout=10 Commit message: "Feat: Add initial docker pipelines" > 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 eff4ace5e529e22b05c56fc30efd0d4b1d113677 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] ========================================================= [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.17 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: false SWAGGER_API_FOLDERS: openapi/v1 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-1150’ Running on prd-ubuntu20.04-docker-8c-8g-1154 in /w/workspace/oundry_device-onvif-camera_PR-80 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout Selected Git installation does not exist. Using Default The recommended git tool is: NONE using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/device-onvif-camera.git > git init /w/workspace/oundry_device-onvif-camera_PR-80 # 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/80/head:refs/remotes/origin/PR-80 +refs/heads/main:refs/remotes/origin/main # timeout=10 Merging remotes/origin/main commit 79d192228a5789397eaac89f5a29237a0a7597a8 into PR head commit 310dd91777ade6af2468b62e060ba291d3df69ff Merge succeeded, producing 310dd91777ade6af2468b62e060ba291d3df69ff Checking out Revision 310dd91777ade6af2468b62e060ba291d3df69ff (PR-80) > git config core.sparsecheckout # timeout=10 > git checkout -f 310dd91777ade6af2468b62e060ba291d3df69ff # 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 79d192228a5789397eaac89f5a29237a0a7597a8 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 310dd91777ade6af2468b62e060ba291d3df69ff # timeout=10 Commit message: "docs: Add badges to readme" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object eff4ace5e529e22b05c56fc30efd0d4b1d113677 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 13:19:59 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 13:19:59 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 13:19:59 ========================================================= 13:19:59 EdgeX Global Pipelines Version Info 13:19:59 ========================================================= [Pipeline] libraryResource [Pipeline] sh 13:20:00 ------------------- 13:20:00 stable info: 13:20:00 ------------------- 13:20:00 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 13:20:00 Commit SHA: eff4ace5e529e22b05c56fc30efd0d4b1d113677 13:20:00 Message: update stable to v1.0.232 13:20:00 ------------------- 13:20:00 experimental info: 13:20:00 ------------------- 13:20:00 Commited By: **** collab-it+edgex@linuxfoundation.org 13:20:00 Commit SHA: eff4ace5e529e22b05c56fc30efd0d4b1d113677 13:20:00 Message: update experimental to v1.0.232 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 13:20:01 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-onvif-camera-settings [Pipeline] echo 13:20:01 [edgeXSetupEnvironment]: set envvar PROJECT = device-onvif-camera [Pipeline] echo 13:20:01 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 13:20:01 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 13:20:01 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 13:20:01 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.17 [Pipeline] echo 13:20:01 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 13:20:01 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 13:20:01 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 13:20:01 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 13:20:01 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 13:20:01 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-onvif-camera [Pipeline] echo 13:20:01 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 13:20:01 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 13:20:02 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 13:20:02 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 13:20:02 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 13:20:02 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 13:20:02 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 13:20:02 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 13:20:02 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 13:20:02 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 13:20:02 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 13:20:02 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 13:20:02 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 13:20:02 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 13:20:02 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 13:20:02 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-80 [Pipeline] echo 13:20:02 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-80 [Pipeline] echo 13:20:02 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-80 [Pipeline] echo 13:20:02 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 310dd91777ade6af2468b62e060ba291d3df69ff [Pipeline] echo 13:20:02 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 310dd91 [Pipeline] echo 13:20:02 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 13:20:02 provisioning config files... 13:20:02 copy managed file [device-onvif-camera-settings] to file:/w/workspace/oundry_device-onvif-camera_PR-80@tmp/config3183164896147526508tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 13:20:03 ---> docker-login.sh 13:20:03 nexus3.edgexfoundry.org:10001 13:20:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:20:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 13:20:03 Configure a credential helper to remove this warning. See 13:20:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 13:20:03 13:20:03 Login Succeeded 13:20:03 nexus3.edgexfoundry.org:10002 13:20:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:20:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 13:20:04 Configure a credential helper to remove this warning. See 13:20:04 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 13:20:04 13:20:04 Login Succeeded 13:20:04 nexus3.edgexfoundry.org:10003 13:20:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:20:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 13:20:04 Configure a credential helper to remove this warning. See 13:20:04 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 13:20:04 13:20:04 Login Succeeded 13:20:04 nexus3.edgexfoundry.org:10004 13:20:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:20:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 13:20:04 Configure a credential helper to remove this warning. See 13:20:04 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 13:20:04 13:20:04 Login Succeeded 13:20:04 docker.io 13:20:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:20:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 13:20:04 Configure a credential helper to remove this warning. See 13:20:04 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 13:20:04 13:20:04 Login Succeeded 13:20:04 ---> docker-login.sh ends [Pipeline] } 13:20:04 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 13:20:05 + git rev-list -1 --merges 310dd91777ade6af2468b62e060ba291d3df69ff~1..310dd91777ade6af2468b62e060ba291d3df69ff [Pipeline] echo 13:20:05 -----------> git rev-list -1 --merges 310dd91777ade6af2468b62e060ba291d3df69ff~1..310dd91777ade6af2468b62e060ba291d3df69ff 310dd91777ade6af2468b62e060ba291d3df69ff [false] [Pipeline] sh 13:20:05 + git log --format=format:%s -1 310dd91777ade6af2468b62e060ba291d3df69ff [Pipeline] echo 13:20:05 ========================================================= 13:20:05 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 13:20:05 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 13:20:06 + git log --format=format:%s -1 310dd91777ade6af2468b62e060ba291d3df69ff [Pipeline] echo 13:20:06 [semverPrep] GIT_COMMIT: 310dd91777ade6af2468b62e060ba291d3df69ff, Commit Message: docs: Add badges to readme [Pipeline] echo 13:20:06 [semverPrep] This is not a build commit. [Pipeline] sh 13:20:06 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 13:20:06 + grep -v github /etc/ssh/ssh_known_hosts 13:20:06 + [ -e /tmp/ssh_known_hosts ] 13:20:06 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 13:20:06 + + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 13:20:06 sudo tee -a /etc/ssh/ssh_known_hosts 13:20:06 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:20:07 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 13:20:07 13:20:07 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:20:07 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 13:20:07 0.1.4: Pulling from edgex-devops/py-git-semver 13:20:07 42c077c10790: Pulling fs layer 13:20:07 f63e77b7563a: Pulling fs layer 13:20:07 bd5fdadae976: Pulling fs layer 13:20:07 205491f53016: Pulling fs layer 13:20:07 df18705c85c3: Pulling fs layer 13:20:07 bdb3f477010e: Pulling fs layer 13:20:07 c8a8fc8e1c8f: Pulling fs layer 13:20:07 2c6e9b1d212d: Pulling fs layer 13:20:07 bdb8f0575790: Pulling fs layer 13:20:07 386e3cb2ff24: Pulling fs layer 13:20:07 2343380bae48: Pulling fs layer 13:20:07 bdb3f477010e: Waiting 13:20:07 c8a8fc8e1c8f: Waiting 13:20:07 2c6e9b1d212d: Waiting 13:20:07 bdb8f0575790: Waiting 13:20:07 386e3cb2ff24: Waiting 13:20:07 2343380bae48: Waiting 13:20:07 df18705c85c3: Waiting 13:20:07 205491f53016: Waiting 13:20:07 f63e77b7563a: Verifying Checksum 13:20:07 f63e77b7563a: Download complete 13:20:07 205491f53016: Download complete 13:20:07 df18705c85c3: Verifying Checksum 13:20:07 df18705c85c3: Download complete 13:20:07 bd5fdadae976: Verifying Checksum 13:20:07 bd5fdadae976: Download complete 13:20:07 bdb3f477010e: Verifying Checksum 13:20:07 bdb3f477010e: Download complete 13:20:07 2c6e9b1d212d: Verifying Checksum 13:20:07 2c6e9b1d212d: Download complete 13:20:07 bdb8f0575790: Download complete 13:20:07 386e3cb2ff24: Verifying Checksum 13:20:07 386e3cb2ff24: Download complete 13:20:07 2343380bae48: Download complete 13:20:07 42c077c10790: Download complete 13:20:08 c8a8fc8e1c8f: Download complete 13:20:09 42c077c10790: Pull complete 13:20:09 f63e77b7563a: Pull complete 13:20:10 bd5fdadae976: Pull complete 13:20:10 205491f53016: Pull complete 13:20:10 df18705c85c3: Pull complete 13:20:10 bdb3f477010e: Pull complete 13:20:12 c8a8fc8e1c8f: Pull complete 13:20:12 2c6e9b1d212d: Pull complete 13:20:12 bdb8f0575790: Pull complete 13:20:12 386e3cb2ff24: Pull complete 13:20:12 2343380bae48: Pull complete 13:20:12 Digest: sha256:c3bf284c02da7271302b7a373f1d48320b54229aa5119b2a29c7f8015e6a9264 13:20:12 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 13:20:12 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 13:20:12 prd-ubuntu20.04-docker-8c-8g-1154 does not seem to be running inside a container 13:20:13 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/oundry_device-onvif-camera_PR-80 -v /w/workspace/oundry_device-onvif-camera_PR-80:/w/workspace/oundry_device-onvif-camera_PR-80:rw,z -v /w/workspace/oundry_device-onvif-camera_PR-80@tmp:/w/workspace/oundry_device-onvif-camera_PR-80@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 13:20:14 $ docker top e74f177359675428711d05ee6ccea066cc0d4e8a5680f85ab3655da10cc40bcd -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 13:20:14 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 13:20:14 [ssh-agent] Looking for ssh-agent implementation... 13:20:14 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 13:20:14 $ docker exec e74f177359675428711d05ee6ccea066cc0d4e8a5680f85ab3655da10cc40bcd ssh-agent 13:20:14 SSH_AUTH_SOCK=/tmp/ssh-WNrompK4LMeG/agent.33 13:20:14 SSH_AGENT_PID=39 13:20:14 Running ssh-add (command line suppressed) 13:20:15 Identity added: /w/workspace/oundry_device-onvif-camera_PR-80@tmp/private_key_8238618411203368001.key (/w/workspace/oundry_device-onvif-camera_PR-80@tmp/private_key_8238618411203368001.key) 13:20:15 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 13:20:15 + git tag --points-at HEAD [Pipeline] } 13:20:15 $ docker exec --env ******** --env ******** e74f177359675428711d05ee6ccea066cc0d4e8a5680f85ab3655da10cc40bcd ssh-agent -k 13:20:15 unset SSH_AUTH_SOCK; 13:20:15 unset SSH_AGENT_PID; 13:20:15 echo Agent pid 39 killed; 13:20:15 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 13:20:15 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 13:20:15 [ssh-agent] Looking for ssh-agent implementation... 13:20:15 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 13:20:15 $ docker exec e74f177359675428711d05ee6ccea066cc0d4e8a5680f85ab3655da10cc40bcd ssh-agent 13:20:15 SSH_AUTH_SOCK=/tmp/ssh-nQdifoadXRqE/agent.72 13:20:15 SSH_AGENT_PID=78 13:20:15 Running ssh-add (command line suppressed) 13:20:16 Identity added: /w/workspace/oundry_device-onvif-camera_PR-80@tmp/private_key_3817842064795389627.key (/w/workspace/oundry_device-onvif-camera_PR-80@tmp/private_key_3817842064795389627.key) 13:20:16 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 13:20:16 + git semver init 13:20:16 2022-06-06 13:20:16,648 [run_init] DEBUG init version:0.0.0 force:False 13:20:16 2022-06-06 13:20:16,649 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/oundry_device-onvif-camera_PR-80/.semver 13:20:16 2022-06-06 13:20:16,649 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-onvif-camera.git /w/workspace/oundry_device-onvif-camera_PR-80/.semver 13:20:16 2022-06-06 13:20:16,650 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/device-onvif-camera.git', '/w/workspace/oundry_device-onvif-camera_PR-80/.semver'], cwd=/w/workspace/oundry_device-onvif-camera_PR-80, universal_newlines=False, shell=None, istream=None) 13:20:17 2022-06-06 13:20:17,337 [append_file] DEBUG append to file:/w/workspace/oundry_device-onvif-camera_PR-80/.git/info/exclude 13:20:17 2022-06-06 13:20:17,338 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/oundry_device-onvif-camera_PR-80/.semver/PR-80 with force:False 13:20:17 2022-06-06 13:20:17,338 [write_file] DEBUG write to file:/w/workspace/oundry_device-onvif-camera_PR-80/.semver/PR-80 13:20:17 2022-06-06 13:20:17,343 [execute] INFO git cat-file --batch-check 13:20:17 2022-06-06 13:20:17,344 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/oundry_device-onvif-camera_PR-80/.semver, universal_newlines=False, shell=None, istream=) 13:20:17 2022-06-06 13:20:17,351 [execute] INFO git cat-file --batch 13:20:17 2022-06-06 13:20:17,352 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/oundry_device-onvif-camera_PR-80/.semver, universal_newlines=False, shell=None, istream=) 13:20:17 2022-06-06 13:20:17,358 [read_version] DEBUG read version from /w/workspace/oundry_device-onvif-camera_PR-80/.semver/PR-80 13:20:17 0.0.0 [Pipeline] } 13:20:17 $ docker exec --env ******** --env ******** e74f177359675428711d05ee6ccea066cc0d4e8a5680f85ab3655da10cc40bcd ssh-agent -k 13:20:17 unset SSH_AUTH_SOCK; 13:20:17 unset SSH_AGENT_PID; 13:20:17 echo Agent pid 78 killed; 13:20:17 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 13:20:18 + git semver [Pipeline] } 13:20:18 $ docker stop --time=1 e74f177359675428711d05ee6ccea066cc0d4e8a5680f85ab3655da10cc40bcd 13:20:19 $ docker rm -f e74f177359675428711d05ee6ccea066cc0d4e8a5680f85ab3655da10cc40bcd [Pipeline] // withDockerContainer [Pipeline] sh 13:20:20 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 13:20:20 Stashed 1 file(s) [Pipeline] echo 13:20:20 [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 13:20:21 provisioning config files... 13:20:21 copy managed file [device-onvif-camera-settings] to file:/w/workspace/oundry_device-onvif-camera_PR-80@tmp/config2800808099550960611tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 13:20:21 ---> docker-login.sh 13:20:21 nexus3.edgexfoundry.org:10001 13:20:21 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:20:21 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 13:20:21 Configure a credential helper to remove this warning. See 13:20:21 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 13:20:21 13:20:21 Login Succeeded 13:20:21 nexus3.edgexfoundry.org:10002 13:20:21 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:20:21 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 13:20:21 Configure a credential helper to remove this warning. See 13:20:21 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 13:20:21 13:20:21 Login Succeeded 13:20:21 nexus3.edgexfoundry.org:10003 13:20:21 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:20:21 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 13:20:21 Configure a credential helper to remove this warning. See 13:20:21 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 13:20:21 13:20:21 Login Succeeded 13:20:21 nexus3.edgexfoundry.org:10004 13:20:22 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:20:22 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 13:20:22 Configure a credential helper to remove this warning. See 13:20:22 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 13:20:22 13:20:22 Login Succeeded 13:20:22 docker.io 13:20:22 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:20:22 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 13:20:22 Configure a credential helper to remove this warning. See 13:20:22 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 13:20:22 13:20:22 Login Succeeded 13:20:22 ---> docker-login.sh ends [Pipeline] } 13:20:22 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 13:20:22 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 13:20:22 ========================================================= 13:20:22 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine] 13:20:22 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:20:23 + docker build -t ci-base-image-x86_64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine --build-arg MAKE=echo noop --target=builder . 13:20:23 Sending build context to Docker daemon 8.704MB 13:20:23 Step 1/13 : ARG BASE=golang:1.17-alpine3.15 13:20:23 Step 2/13 : FROM ${BASE} AS builder 13:20:23 1.17-alpine: Pulling from edgex-devops/edgex-golang-base 13:20:23 59bf1c3509f3: Pulling fs layer 13:20:23 666ba61612fd: Pulling fs layer 13:20:23 8ed8ca486205: Pulling fs layer 13:20:23 cc1cd167ecdc: Pulling fs layer 13:20:23 c516ae0d96e1: Pulling fs layer 13:20:23 684cea983483: Pulling fs layer 13:20:23 dd3240ac7de5: Pulling fs layer 13:20:23 b1e948a4e11c: Pulling fs layer 13:20:23 a8fd76ee1af6: Pulling fs layer 13:20:23 646ad004c059: Pulling fs layer 13:20:23 c516ae0d96e1: Waiting 13:20:23 684cea983483: Waiting 13:20:23 dd3240ac7de5: Waiting 13:20:23 b1e948a4e11c: Waiting 13:20:23 a8fd76ee1af6: Waiting 13:20:23 646ad004c059: Waiting 13:20:23 cc1cd167ecdc: Waiting 13:20:23 8ed8ca486205: Verifying Checksum 13:20:23 8ed8ca486205: Download complete 13:20:23 666ba61612fd: Verifying Checksum 13:20:23 c516ae0d96e1: Verifying Checksum 13:20:23 c516ae0d96e1: Download complete 13:20:23 684cea983483: Download complete 13:20:23 59bf1c3509f3: Verifying Checksum 13:20:23 59bf1c3509f3: Download complete 13:20:23 dd3240ac7de5: Verifying Checksum 13:20:23 dd3240ac7de5: Download complete 13:20:23 b1e948a4e11c: Verifying Checksum 13:20:23 b1e948a4e11c: Download complete 13:20:23 59bf1c3509f3: Pull complete 13:20:23 666ba61612fd: Pull complete 13:20:23 8ed8ca486205: Pull complete 13:20:23 646ad004c059: Verifying Checksum 13:20:23 646ad004c059: Download complete 13:20:23 a8fd76ee1af6: Download complete 13:20:24 cc1cd167ecdc: Verifying Checksum 13:20:24 cc1cd167ecdc: Download complete 13:20:28 cc1cd167ecdc: Pull complete 13:20:28 c516ae0d96e1: Pull complete 13:20:28 684cea983483: Pull complete 13:20:28 dd3240ac7de5: Pull complete 13:20:28 b1e948a4e11c: Pull complete 13:20:30 a8fd76ee1af6: Pull complete 13:20:31 646ad004c059: Pull complete 13:20:31 Digest: sha256:bc8ce28cadebfaa099e5330588345fe90134e4027cf71364bfd2aff1e7ff8c16 13:20:31 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine 13:20:31 ---> 8f69c11f6b0c 13:20:31 Step 3/13 : ARG MAKE="make build" 13:20:33 ---> Running in d910d6630a0d 13:20:33 Removing intermediate container d910d6630a0d 13:20:33 ---> 60ec09607dff 13:20:33 Step 4/13 : ARG ALPINE_PKG_BASE="make git gcc libc-dev zeromq-dev libsodium-dev" 13:20:33 ---> Running in 916f4379c008 13:20:33 Removing intermediate container 916f4379c008 13:20:33 ---> 1eed914b142a 13:20:33 Step 5/13 : ARG ALPINE_PKG_EXTRA="" 13:20:33 ---> Running in e9c4ac6e508c 13:20:33 Removing intermediate container e9c4ac6e508c 13:20:33 ---> a662baa499be 13:20:33 Step 6/13 : LABEL Name=edgex-device-onvif-camera 13:20:33 ---> Running in 837848e6f9e6 13:20:33 Removing intermediate container 837848e6f9e6 13:20:33 ---> 3af73a2be4e4 13:20:33 Step 7/13 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 13:20:33 ---> Running in 9b75e8f6baa3 13:20:34 Removing intermediate container 9b75e8f6baa3 13:20:34 ---> 90e55b9dcc21 13:20:34 Step 8/13 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 13:20:34 ---> Running in acc31818cbf2 13:20:34 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 13:20:35 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 13:20:35 OK: 221 MiB in 52 packages 13:20:36 Still waiting to schedule task 13:20:36 ‘prd-ubuntu20.04-docker-arm64-4c-16g-1152’ is offline 13:20:36 Removing intermediate container acc31818cbf2 13:20:36 ---> b93268f7676d 13:20:36 Step 9/13 : WORKDIR /device-onvif-camera 13:20:36 ---> Running in 34942f9fbb3c 13:20:36 Removing intermediate container 34942f9fbb3c 13:20:36 ---> b0e6e289437b 13:20:36 Step 10/13 : COPY go.mod vendor* ./ 13:20:36 ---> bb42e36d30d6 13:20:36 Step 11/13 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 13:20:36 ---> Running in e89353f16b88 13:20:51 Removing intermediate container e89353f16b88 13:20:51 ---> f9c400117d2e 13:20:51 Step 12/13 : COPY . . 13:20:51 ---> f5346d6feb90 13:20:51 Step 13/13 : RUN ${MAKE} 13:20:51 ---> Running in 09f0134a1883 13:20:51 noop 13:20:51 Removing intermediate container 09f0134a1883 13:20:51 ---> 3a606ce9e817 13:20:51 Successfully built 3a606ce9e817 13:20:51 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:20:51 + docker inspect -f . ci-base-image-x86_64 13:20:51 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 13:20:52 prd-ubuntu20.04-docker-8c-8g-1154 does not seem to be running inside a container 13:20:52 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/oundry_device-onvif-camera_PR-80 -v /w/workspace/oundry_device-onvif-camera_PR-80:/w/workspace/oundry_device-onvif-camera_PR-80:rw,z -v /w/workspace/oundry_device-onvif-camera_PR-80@tmp:/w/workspace/oundry_device-onvif-camera_PR-80@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 13:20:52 $ docker top 6b20e7c280e9929f66e1f169abdaa82d791777e11fb1e28162a0df9966503d0e -eo pid,comm [Pipeline] { [Pipeline] sh 13:20:52 + go version 13:20:52 go version go1.17.7 linux/amd64 [Pipeline] } 13:20:53 $ docker stop --time=1 6b20e7c280e9929f66e1f169abdaa82d791777e11fb1e28162a0df9966503d0e 13:20:54 $ docker rm -f 6b20e7c280e9929f66e1f169abdaa82d791777e11fb1e28162a0df9966503d0e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:20:55 + docker inspect -f . ci-base-image-x86_64 13:20:55 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 13:20:55 prd-ubuntu20.04-docker-8c-8g-1154 does not seem to be running inside a container 13:20:55 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/oundry_device-onvif-camera_PR-80 -v /w/workspace/oundry_device-onvif-camera_PR-80:/w/workspace/oundry_device-onvif-camera_PR-80:rw,z -v /w/workspace/oundry_device-onvif-camera_PR-80@tmp:/w/workspace/oundry_device-onvif-camera_PR-80@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 13:20:55 $ docker top 2c108cb1b6b1ff436c836a5ca81ca6118296a41d1e619ea4de575060694177b6 -eo pid,comm [Pipeline] { [Pipeline] fileExists [Pipeline] sh 13:20:56 + make test 13:20:56 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 13:20:56 ? github.com/edgexfoundry/device-onvif-camera [no test files] 13:21:06 ? github.com/edgexfoundry/device-onvif-camera/cmd [no test files] 13:21:06 ok github.com/edgexfoundry/device-onvif-camera/internal/driver 0.014s coverage: 1.3% of statements 13:21:10 ok github.com/edgexfoundry/device-onvif-camera/internal/netscan 4.840s coverage: 13.8% of statements 13:21:17 CGO_ENABLED=1 GO111MODULE=on go vet ./... 13:21:21 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 13:21:21 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 13:21:21 ./bin/test-attribution-txt.sh [Pipeline] echo 13:21:21 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 13:21:22 $ docker stop --time=1 2c108cb1b6b1ff436c836a5ca81ca6118296a41d1e619ea4de575060694177b6 13:21:23 $ docker rm -f 2c108cb1b6b1ff436c836a5ca81ca6118296a41d1e619ea4de575060694177b6 [Pipeline] // withDockerContainer [Pipeline] sh 13:21:24 + sudo chown -R jenkins:jenkins . [Pipeline] stash 13:21:24 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 13:21:25 + sudo chown -R jenkins:jenkins . [Pipeline] sh 13:21:25 + ls -al . 13:21:25 total 232 13:21:25 drwxrwxr-x 9 jenkins jenkins 4096 Jun 6 13:21 . 13:21:25 drwxrwxr-x 4 jenkins jenkins 4096 Jun 6 13:19 .. 13:21:25 drwxrwxr-x 8 jenkins jenkins 4096 Jun 6 13:20 .git 13:21:25 drwxrwxr-x 2 jenkins jenkins 4096 Jun 6 13:19 .github 13:21:25 -rw-rw-r-- 1 jenkins jenkins 352 Jun 6 13:19 .gitignore 13:21:25 -rw-rw-r-- 1 jenkins jenkins 42 Jun 6 13:19 .golangci.yml 13:21:25 drwxr-xr-x 3 jenkins jenkins 4096 Jun 6 13:20 .semver 13:21:25 -rw-rw-r-- 1 jenkins jenkins 9099 Jun 6 13:19 Attribution.txt 13:21:25 -rw-rw-r-- 1 jenkins jenkins 189 Jun 6 13:19 CHANGELOG.md 13:21:25 -rw-rw-r-- 1 jenkins jenkins 1667 Jun 6 13:19 Dockerfile 13:21:25 -rw-rw-r-- 1 jenkins jenkins 677 Jun 6 13:19 GOVERNANCE.md 13:21:25 -rw-rw-r-- 1 jenkins jenkins 660 Jun 6 13:19 Jenkinsfile 13:21:25 -rw-rw-r-- 1 jenkins jenkins 11348 Jun 6 13:19 LICENSE 13:21:25 -rw-rw-r-- 1 jenkins jenkins 2473 Jun 6 13:19 Makefile 13:21:25 -rw-rw-r-- 1 jenkins jenkins 625 Jun 6 13:19 OWNERS.md 13:21:25 -rw-rw-r-- 1 jenkins jenkins 30599 Jun 6 13:19 README.md 13:21:25 -rw-rw-r-- 1 jenkins jenkins 5 Jun 6 13:20 VERSION 13:21:25 drwxrwxr-x 2 jenkins jenkins 4096 Jun 6 13:19 bin 13:21:25 drwxrwxr-x 3 jenkins jenkins 4096 Jun 6 13:19 cmd 13:21:25 -rw-r--r-- 1 jenkins jenkins 53381 Jun 6 13:21 coverage.out 13:21:25 drwxrwxr-x 4 jenkins jenkins 4096 Jun 6 13:19 doc 13:21:25 -rw-rw-r-- 1 jenkins jenkins 3534 Jun 6 13:19 go.mod 13:21:25 -rw-rw-r-- 1 jenkins jenkins 37264 Jun 6 13:19 go.sum 13:21:25 drwxrwxr-x 4 jenkins jenkins 4096 Jun 6 13:19 internal 13:21:25 -rw-rw-r-- 1 jenkins jenkins 236 Jun 6 13:19 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:21:25 + 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=310dd91777ade6af2468b62e060ba291d3df69ff --label arch=amd64 --label version=0.0.0 . 13:21:25 Sending build context to Docker daemon 8.758MB 13:21:25 Step 1/26 : ARG BASE=golang:1.17-alpine3.15 13:21:25 Step 2/26 : FROM ${BASE} AS builder 13:21:25 ---> 3a606ce9e817 13:21:25 Step 3/26 : ARG MAKE="make build" 13:21:25 ---> Running in 0467b3c6f101 13:21:26 Removing intermediate container 0467b3c6f101 13:21:26 ---> d0d63348f94e 13:21:26 Step 4/26 : ARG ALPINE_PKG_BASE="make git gcc libc-dev zeromq-dev libsodium-dev" 13:21:26 ---> Running in 47e8c6671ca9 13:21:26 Removing intermediate container 47e8c6671ca9 13:21:26 ---> cdffac4780e6 13:21:26 Step 5/26 : ARG ALPINE_PKG_EXTRA="" 13:21:26 ---> Running in bac448d15bd9 13:21:26 Removing intermediate container bac448d15bd9 13:21:26 ---> fd0d1000c962 13:21:26 Step 6/26 : LABEL Name=edgex-device-onvif-camera 13:21:26 ---> Running in 44cac0d4bf9a 13:21:26 Removing intermediate container 44cac0d4bf9a 13:21:26 ---> 4402712e9e6f 13:21:26 Step 7/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 13:21:26 ---> Running in 593905ef174a 13:21:27 Removing intermediate container 593905ef174a 13:21:27 ---> 4405ac6dcdb8 13:21:27 Step 8/26 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 13:21:27 ---> Running in 41cf4de043dc 13:21:27 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 13:21:28 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 13:21:28 OK: 221 MiB in 52 packages 13:21:28 Removing intermediate container 41cf4de043dc 13:21:28 ---> 90f4457373bd 13:21:28 Step 9/26 : WORKDIR /device-onvif-camera 13:21:28 ---> Running in 7adf5b089017 13:21:28 Removing intermediate container 7adf5b089017 13:21:28 ---> fae7780b4dfa 13:21:28 Step 10/26 : COPY go.mod vendor* ./ 13:21:29 ---> 7069af50bebe 13:21:29 Step 11/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 13:21:29 ---> Running in 0a69445605ac 13:21:29 Removing intermediate container 0a69445605ac 13:21:29 ---> 20f28025dfa3 13:21:29 Step 12/26 : COPY . . 13:21:30 ---> a5534e35f659 13:21:30 Step 13/26 : RUN ${MAKE} 13:21:30 ---> Running in 0857d284d67b 13:21:30 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-linkmode=external -X github.com/edgexfoundry/device-onvif-camera.Version=0.0.0 -X github.com/edgexfoundry/device-sdk-go/v2/internal/common.SDKVersion=v2.2.0" -trimpath -mod=readonly -buildmode=pie -o cmd/device-onvif-camera ./cmd 13:21:52 Removing intermediate container 0857d284d67b 13:21:52 ---> 70afffe7362a 13:21:52 Step 14/26 : FROM alpine:3.15 13:21:52 3.15: Pulling from library/alpine 13:21:52 df9b9388f04a: Pulling fs layer 13:21:52 df9b9388f04a: Download complete 13:21:52 df9b9388f04a: Pull complete 13:21:52 Digest: sha256:4edbd2beb5f78b1014028f4fbb99f3237d9561100b6881aabbf5acce2c4f9454 13:21:52 Status: Downloaded newer image for alpine:3.15 13:21:52 ---> 0ac33e5f5afa 13:21:52 Step 15/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel Corporation' 13:21:52 ---> Running in 5cddb7b6b98d 13:21:52 Removing intermediate container 5cddb7b6b98d 13:21:52 ---> f1435c3aea46 13:21:52 Step 16/26 : RUN apk add --update --no-cache zeromq dumb-init 13:21:52 ---> Running in f994e6427a86 13:21:52 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 13:21:52 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 13:21:52 (1/6) Installing dumb-init (1.2.5-r1) 13:21:52 (2/6) Installing libgcc (10.3.1_git20211027-r0) 13:21:52 (3/6) Installing libsodium (1.0.18-r0) 13:21:52 (4/6) Installing libstdc++ (10.3.1_git20211027-r0) 13:21:52 (5/6) Installing libzmq (4.3.4-r0) 13:21:52 (6/6) Installing zeromq (4.3.4-r0) 13:21:52 Executing busybox-1.34.1-r5.trigger 13:21:52 OK: 8 MiB in 20 packages 13:21:52 Removing intermediate container f994e6427a86 13:21:52 ---> 6d1ea3c03f89 13:21:52 Step 17/26 : WORKDIR / 13:21:52 ---> Running in e1fea18f4cb0 13:21:52 Removing intermediate container e1fea18f4cb0 13:21:52 ---> 0b585252edfc 13:21:52 Step 18/26 : COPY --from=builder /device-onvif-camera/cmd / 13:21:53 ---> 467571559684 13:21:53 Step 19/26 : COPY --from=builder /device-onvif-camera/LICENSE / 13:21:53 ---> 42476a01c5c7 13:21:53 Step 20/26 : COPY --from=builder /device-onvif-camera/Attribution.txt / 13:21:53 ---> 3f396a8af01e 13:21:53 Step 21/26 : EXPOSE 59984 13:21:53 ---> Running in f34ee2c1775c 13:21:53 Removing intermediate container f34ee2c1775c 13:21:53 ---> 28daa36b3aa5 13:21:53 Step 22/26 : ENTRYPOINT ["/device-onvif-camera"] 13:21:53 ---> Running in 9c73769c7775 13:21:53 Removing intermediate container 9c73769c7775 13:21:53 ---> 26f40808fa29 13:21:53 Step 23/26 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 13:21:53 ---> Running in b3c85c25cb3c 13:21:53 Removing intermediate container b3c85c25cb3c 13:21:53 ---> 91e9a65fc622 13:21:53 Step 24/26 : LABEL arch=amd64 13:21:53 ---> Running in d5b3ef427df6 13:21:53 Removing intermediate container d5b3ef427df6 13:21:53 ---> c798a3bc3314 13:21:53 Step 25/26 : LABEL git_sha=310dd91777ade6af2468b62e060ba291d3df69ff 13:21:54 ---> Running in f8efe196d9f4 13:21:54 Removing intermediate container f8efe196d9f4 13:21:54 ---> a22c11d6a875 13:21:54 Step 26/26 : LABEL version=0.0.0 13:21:54 ---> Running in cfc9fb57399b 13:21:54 Removing intermediate container cfc9fb57399b 13:21:54 ---> 46c5c72b2e98 13:21:54 [Warning] One or more build-args [ARCH] were not consumed 13:21:54 Successfully built 46c5c72b2e98 13:21:54 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 13:21:55 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 13:21:55 13:21:55 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:21:55 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 13:21:55 latest: Pulling from edgex-lftools-log-publisher 13:21:55 5eb5b503b376: Pulling fs layer 13:21:55 5c69ac0246d0: Pulling fs layer 13:21:55 ec43610c2a17: Pulling fs layer 13:21:55 3a2ae6a8a46f: Pulling fs layer 13:21:55 33b1e0a273af: Pulling fs layer 13:21:55 5d3b04190fa2: Pulling fs layer 13:21:55 2f39f015ded8: Pulling fs layer 13:21:55 3a2ae6a8a46f: Waiting 13:21:55 33b1e0a273af: Waiting 13:21:55 2f39f015ded8: Waiting 13:21:55 5d3b04190fa2: Waiting 13:21:55 5c69ac0246d0: Verifying Checksum 13:21:55 5c69ac0246d0: Download complete 13:21:55 3a2ae6a8a46f: Download complete 13:21:55 33b1e0a273af: Verifying Checksum 13:21:55 33b1e0a273af: Download complete 13:21:55 5d3b04190fa2: Download complete 13:21:55 ec43610c2a17: Verifying Checksum 13:21:55 ec43610c2a17: Download complete 13:21:55 5eb5b503b376: Verifying Checksum 13:21:55 5eb5b503b376: Download complete 13:21:56 2f39f015ded8: Download complete 13:21:57 5eb5b503b376: Pull complete 13:21:57 5c69ac0246d0: Pull complete 13:21:57 ec43610c2a17: Pull complete 13:21:57 3a2ae6a8a46f: Pull complete 13:21:58 33b1e0a273af: Pull complete 13:21:58 5d3b04190fa2: Pull complete 13:22:03 2f39f015ded8: Pull complete 13:22:03 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 13:22:03 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 13:22:03 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 13:22:03 prd-ubuntu20.04-docker-8c-8g-1154 does not seem to be running inside a container 13:22:03 $ 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/oundry_device-onvif-camera_PR-80 -v /w/workspace/oundry_device-onvif-camera_PR-80:/w/workspace/oundry_device-onvif-camera_PR-80:rw,z -v /w/workspace/oundry_device-onvif-camera_PR-80@tmp:/w/workspace/oundry_device-onvif-camera_PR-80@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 13:22:05 $ docker top a8ac3faf8cbb686990186037c8bd0bad9cb67bb55d8dffbbacc46100639ae0d8 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 13:22:05 ---> job-cost.sh 13:22:05 lf-activate-venv: SKIPPING 13:22:05 INFO: No Stack... 13:22:06 INFO: Retrieving Pricing Info for: v3-standard-8 13:22:06 INFO: Archiving Costs [Pipeline] sh 13:22:07 + cat /w/workspace/oundry_device-onvif-camera_PR-80/archives/cost.csv 13:22:07 + cut -d, -f6 [Pipeline] lock 13:22:07 Trying to acquire lock on [jenkins-edgexfoundry-device-onvif-camera-PR-80-1-stack-cost] 13:22:07 Resource [jenkins-edgexfoundry-device-onvif-camera-PR-80-1-stack-cost] did not exist. Created. 13:22:07 Lock acquired on [jenkins-edgexfoundry-device-onvif-camera-PR-80-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 13:22:07 + echo total: 0.2199999988079071 [Pipeline] stash 13:22:07 Stashed 1 file(s) [Pipeline] } 13:22:07 Lock released on resource [jenkins-edgexfoundry-device-onvif-camera-PR-80-1-stack-cost] [Pipeline] // lock [Pipeline] } 13:22:07 $ docker stop --time=1 a8ac3faf8cbb686990186037c8bd0bad9cb67bb55d8dffbbacc46100639ae0d8 13:22:08 $ docker rm -f a8ac3faf8cbb686990186037c8bd0bad9cb67bb55d8dffbbacc46100639ae0d8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 13:23:19 Running on prd-ubuntu20.04-docker-arm64-4c-16g-1156 in /w/workspace/oundry_device-onvif-camera_PR-80 [Pipeline] { [Pipeline] ws 13:23:19 Running in /w/workspace/device-onvif-camera/1 [Pipeline] { [Pipeline] checkout 13:23:19 Selected Git installation does not exist. Using Default 13:23:19 The recommended git tool is: NONE 13:23:25 using credential edgex-jenkins-ssh 13:23:25 Cloning the remote Git repository 13:23:25 Cloning repository git@github.com:edgexfoundry/device-onvif-camera.git 13:23:26 > git init /w/workspace/device-onvif-camera/1 # timeout=10 13:23:26 Fetching upstream changes from git@github.com:edgexfoundry/device-onvif-camera.git 13:23:26 > git --version # timeout=10 13:23:26 > git --version # 'git version 2.25.1' 13:23:26 using GIT_SSH to set credentials SSH Credentials for GitHub 13:23:26 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-onvif-camera.git +refs/heads/*:refs/remotes/origin/* # timeout=10 13:23:27 Merging remotes/origin/main commit 79d192228a5789397eaac89f5a29237a0a7597a8 into PR head commit 310dd91777ade6af2468b62e060ba291d3df69ff 13:23:27 Merge succeeded, producing 310dd91777ade6af2468b62e060ba291d3df69ff 13:23:27 Checking out Revision 310dd91777ade6af2468b62e060ba291d3df69ff (PR-80) 13:23:27 > git config remote.origin.url git@github.com:edgexfoundry/device-onvif-camera.git # timeout=10 13:23:27 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 13:23:27 > git config remote.origin.url git@github.com:edgexfoundry/device-onvif-camera.git # timeout=10 13:23:27 Fetching upstream changes from git@github.com:edgexfoundry/device-onvif-camera.git 13:23:27 using GIT_SSH to set credentials SSH Credentials for GitHub 13:23:27 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-onvif-camera.git +refs/pull/80/head:refs/remotes/origin/PR-80 +refs/heads/main:refs/remotes/origin/main # timeout=10 13:23:27 > git config core.sparsecheckout # timeout=10 13:23:27 > git checkout -f 310dd91777ade6af2468b62e060ba291d3df69ff # timeout=10 13:23:27 > git remote # timeout=10 13:23:27 > git config --get remote.origin.url # timeout=10 13:23:27 using GIT_SSH to set credentials SSH Credentials for GitHub 13:23:27 > git merge 79d192228a5789397eaac89f5a29237a0a7597a8 # timeout=10 13:23:27 > git rev-parse HEAD^{commit} # timeout=10 13:23:27 > git config core.sparsecheckout # timeout=10 13:23:27 > git checkout -f 310dd91777ade6af2468b62e060ba291d3df69ff # timeout=10 13:23:32 Commit message: "docs: Add badges to readme" 13:23:32 > git --version # timeout=10 13:23:32 > git --version # 'git version 2.25.1' 13:23:32 fatal: bad object eff4ace5e529e22b05c56fc30efd0d4b1d113677 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 13:23:33 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 13:23:33 % Total % Received % Xferd Average Speed Time Time Time Current 13:23:33 Dload Upload Total Spent Left Speed 13:23:33 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12253 100 12253 0 0 234k 0 --:--:-- --:--:-- --:--:-- 234k [Pipeline] sh 13:23:34 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 13:23:34 + sudo tee /etc/docker/daemon.new 13:23:34 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 13:23:34 { 13:23:34 "registry-mirrors": [ 13:23:34 "https://nexus3.edgexfoundry.org:10001" 13:23:34 ], 13:23:34 "bip": "10.250.0.254/24", 13:23:34 "hosts": [ 13:23:34 "tcp://0.0.0.0:5555", 13:23:34 "unix:///var/run/docker.sock" 13:23:34 ], 13:23:34 "mtu": 1458, 13:23:34 "selinux-enabled": true, 13:23:34 "seccomp-profile": "/etc/docker/seccomp.json" 13:23:34 } [Pipeline] sh 13:23:34 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 13:23:35 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 13:23:53 provisioning config files... 13:23:53 copy managed file [device-onvif-camera-settings] to file:/w/workspace/device-onvif-camera/1@tmp/config7230499667617358006tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 13:23:54 ---> docker-login.sh 13:23:54 nexus3.edgexfoundry.org:10001 13:23:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:23:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 13:23:55 Configure a credential helper to remove this warning. See 13:23:55 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 13:23:55 13:23:55 Login Succeeded 13:23:55 nexus3.edgexfoundry.org:10002 13:23:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:23:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 13:23:55 Configure a credential helper to remove this warning. See 13:23:55 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 13:23:55 13:23:55 Login Succeeded 13:23:55 nexus3.edgexfoundry.org:10003 13:23:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:23:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 13:23:56 Configure a credential helper to remove this warning. See 13:23:56 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 13:23:56 13:23:56 Login Succeeded 13:23:56 nexus3.edgexfoundry.org:10004 13:23:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:23:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 13:23:56 Configure a credential helper to remove this warning. See 13:23:56 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 13:23:56 13:23:56 Login Succeeded 13:23:56 docker.io 13:23:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:23:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 13:23:57 Configure a credential helper to remove this warning. See 13:23:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 13:23:57 13:23:57 Login Succeeded 13:23:57 ---> docker-login.sh ends [Pipeline] } 13:23:57 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 13:23:57 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 13:23:57 ========================================================= 13:23:57 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine] 13:23:57 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:23:58 + docker build -t ci-base-image-arm64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine --build-arg MAKE=echo noop --target=builder . 13:23:58 Sending build context to Docker daemon 5.934MB 13:23:58 Step 1/13 : ARG BASE=golang:1.17-alpine3.15 13:23:58 Step 2/13 : FROM ${BASE} AS builder 13:23:58 1.17-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 13:23:58 9b3977197b4f: Pulling fs layer 13:23:58 1a89e8eeedd5: Pulling fs layer 13:23:58 94645a83ff95: Pulling fs layer 13:23:58 e6fb740bc735: Pulling fs layer 13:23:58 3a77bd46dcc9: Pulling fs layer 13:23:58 355e64cbe906: Pulling fs layer 13:23:58 63ab81a10011: Pulling fs layer 13:23:58 555d1d1c4555: Pulling fs layer 13:23:58 7d9057610161: Pulling fs layer 13:23:58 355e64cbe906: Waiting 13:23:58 63ab81a10011: Waiting 13:23:58 555d1d1c4555: Waiting 13:23:58 7d9057610161: Waiting 13:23:58 e6fb740bc735: Waiting 13:23:58 3a77bd46dcc9: Waiting 13:23:58 94645a83ff95: Verifying Checksum 13:23:58 94645a83ff95: Download complete 13:23:58 1a89e8eeedd5: Verifying Checksum 13:23:58 1a89e8eeedd5: Download complete 13:23:58 3a77bd46dcc9: Verifying Checksum 13:23:58 3a77bd46dcc9: Download complete 13:23:59 355e64cbe906: Verifying Checksum 13:23:59 355e64cbe906: Download complete 13:23:59 9b3977197b4f: Verifying Checksum 13:23:59 9b3977197b4f: Download complete 13:23:59 63ab81a10011: Verifying Checksum 13:23:59 63ab81a10011: Download complete 13:24:00 9b3977197b4f: Pull complete 13:24:00 7d9057610161: Verifying Checksum 13:24:00 7d9057610161: Download complete 13:24:00 1a89e8eeedd5: Pull complete 13:24:01 94645a83ff95: Pull complete 13:24:01 555d1d1c4555: Verifying Checksum 13:24:01 555d1d1c4555: Download complete 13:24:01 e6fb740bc735: Download complete 13:24:14 e6fb740bc735: Pull complete 13:24:14 3a77bd46dcc9: Pull complete 13:24:14 355e64cbe906: Pull complete 13:24:14 63ab81a10011: Pull complete 13:24:21 555d1d1c4555: Pull complete 13:24:23 7d9057610161: Pull complete 13:24:23 Digest: sha256:2bfe06e9b82483759db2d79553298764cc23e00699169ff1c4d7513112b2d636 13:24:23 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine 13:24:23 ---> 819e984ddca1 13:24:23 Step 3/13 : ARG MAKE="make build" 13:24:25 ---> Running in 852ffc4a538b 13:24:25 Removing intermediate container 852ffc4a538b 13:24:25 ---> 71c7da284ac5 13:24:25 Step 4/13 : ARG ALPINE_PKG_BASE="make git gcc libc-dev zeromq-dev libsodium-dev" 13:24:25 ---> Running in 0ef2201d4d93 13:24:26 Removing intermediate container 0ef2201d4d93 13:24:26 ---> 3f5354fca944 13:24:26 Step 5/13 : ARG ALPINE_PKG_EXTRA="" 13:24:26 ---> Running in 0606012af35a 13:24:27 Removing intermediate container 0606012af35a 13:24:27 ---> c5ec86b0a92f 13:24:27 Step 6/13 : LABEL Name=edgex-device-onvif-camera 13:24:27 ---> Running in f5bf42fd6bf9 13:24:27 Removing intermediate container f5bf42fd6bf9 13:24:27 ---> c38f35d53202 13:24:27 Step 7/13 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 13:24:27 ---> Running in d27035a64bac 13:24:29 Removing intermediate container d27035a64bac 13:24:29 ---> 8be40ee3b977 13:24:29 Step 8/13 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 13:24:29 ---> Running in 8a98f0d3c0cb 13:24:30 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 13:24:31 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 13:24:32 OK: 220 MiB in 52 packages 13:24:33 Removing intermediate container 8a98f0d3c0cb 13:24:33 ---> 6575995c2979 13:24:33 Step 9/13 : WORKDIR /device-onvif-camera 13:24:33 ---> Running in 461b71ecf432 13:24:34 Removing intermediate container 461b71ecf432 13:24:34 ---> fc274514b78f 13:24:34 Step 10/13 : COPY go.mod vendor* ./ 13:24:34 ---> 687f89e052fa 13:24:34 Step 11/13 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 13:24:34 ---> Running in 2508b1b89fd3 13:25:21 Removing intermediate container 2508b1b89fd3 13:25:21 ---> d8cd186c7245 13:25:21 Step 12/13 : COPY . . 13:25:22 ---> 70dd05971315 13:25:22 Step 13/13 : RUN ${MAKE} 13:25:22 ---> Running in 8fbc31599bd1 13:25:23 noop 13:25:24 Removing intermediate container 8fbc31599bd1 13:25:24 ---> ddc952eca2ad 13:25:24 Successfully built ddc952eca2ad 13:25:24 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:25:25 + docker inspect -f . ci-base-image-arm64 13:25:25 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 13:25:25 prd-ubuntu20.04-docker-arm64-4c-16g-1156 does not seem to be running inside a container 13:25:25 $ 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 13:25:26 $ docker top 811d00a78bad29fe53905f638152f034ac4f4603ca2ce8097a5a82a53ef6eefe -eo pid,comm [Pipeline] { [Pipeline] sh 13:25:27 + go version 13:25:27 go version go1.17.7 linux/arm64 [Pipeline] } 13:25:27 $ docker stop --time=1 811d00a78bad29fe53905f638152f034ac4f4603ca2ce8097a5a82a53ef6eefe 13:25:29 $ docker rm -f 811d00a78bad29fe53905f638152f034ac4f4603ca2ce8097a5a82a53ef6eefe [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:25:30 + docker inspect -f . ci-base-image-arm64 13:25:30 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 13:25:30 prd-ubuntu20.04-docker-arm64-4c-16g-1156 does not seem to be running inside a container 13:25: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 13:25:32 $ docker top 86abf60e2f315e46b3d78414b7685129b01ef43469aeee921ca2c2d57d6ff7f9 -eo pid,comm [Pipeline] { [Pipeline] fileExists [Pipeline] sh 13:25:33 + make test 13:25:33 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 13:25:35 ? github.com/edgexfoundry/device-onvif-camera [no test files] 13:27:12 ? github.com/edgexfoundry/device-onvif-camera/cmd [no test files] 13:27:12 ok github.com/edgexfoundry/device-onvif-camera/internal/driver 0.076s coverage: 1.3% of statements 13:27:22 ok github.com/edgexfoundry/device-onvif-camera/internal/netscan 23.806s coverage: 13.8% of statements 13:27:22 WARNING: Linting skipped (not on x86_64 or linter not installed) 13:27:22 CGO_ENABLED=1 GO111MODULE=on go vet ./... 13:27:54 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 13:27:54 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 13:27:54 ./bin/test-attribution-txt.sh [Pipeline] echo 13:27:54 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 13:27:54 $ docker stop --time=1 86abf60e2f315e46b3d78414b7685129b01ef43469aeee921ca2c2d57d6ff7f9 13:27:56 $ docker rm -f 86abf60e2f315e46b3d78414b7685129b01ef43469aeee921ca2c2d57d6ff7f9 [Pipeline] // withDockerContainer [Pipeline] sh 13:27:57 + sudo chown -R jenkins:jenkins . [Pipeline] stash 13:27:57 Warning: overwriting stash ‘coverage-report’ 13:27:58 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 13:27:58 + sudo chown -R jenkins:jenkins . [Pipeline] sh 13:27:59 + ls -al . 13:27:59 total 228 13:27:59 drwxrwxr-x 8 jenkins jenkins 4096 Jun 6 13:27 . 13:27:59 drwxrwxr-x 4 jenkins jenkins 4096 Jun 6 13:23 .. 13:27:59 drwxrwxr-x 8 jenkins jenkins 4096 Jun 6 13:23 .git 13:27:59 drwxrwxr-x 2 jenkins jenkins 4096 Jun 6 13:23 .github 13:27:59 -rw-rw-r-- 1 jenkins jenkins 352 Jun 6 13:23 .gitignore 13:27:59 -rw-rw-r-- 1 jenkins jenkins 42 Jun 6 13:23 .golangci.yml 13:27:59 -rw-rw-r-- 1 jenkins jenkins 9099 Jun 6 13:23 Attribution.txt 13:27:59 -rw-rw-r-- 1 jenkins jenkins 189 Jun 6 13:23 CHANGELOG.md 13:27:59 -rw-rw-r-- 1 jenkins jenkins 1667 Jun 6 13:23 Dockerfile 13:27:59 -rw-rw-r-- 1 jenkins jenkins 677 Jun 6 13:23 GOVERNANCE.md 13:27:59 -rw-rw-r-- 1 jenkins jenkins 660 Jun 6 13:23 Jenkinsfile 13:27:59 -rw-rw-r-- 1 jenkins jenkins 11348 Jun 6 13:23 LICENSE 13:27:59 -rw-rw-r-- 1 jenkins jenkins 2473 Jun 6 13:23 Makefile 13:27:59 -rw-rw-r-- 1 jenkins jenkins 625 Jun 6 13:23 OWNERS.md 13:27:59 -rw-rw-r-- 1 jenkins jenkins 30599 Jun 6 13:23 README.md 13:27:59 -rw-rw-r-- 1 jenkins jenkins 5 Jun 6 13:20 VERSION 13:27:59 drwxrwxr-x 2 jenkins jenkins 4096 Jun 6 13:23 bin 13:27:59 drwxrwxr-x 3 jenkins jenkins 4096 Jun 6 13:23 cmd 13:27:59 -rw-r--r-- 1 jenkins jenkins 53381 Jun 6 13:27 coverage.out 13:27:59 drwxrwxr-x 4 jenkins jenkins 4096 Jun 6 13:23 doc 13:27:59 -rw-rw-r-- 1 jenkins jenkins 3534 Jun 6 13:23 go.mod 13:27:59 -rw-rw-r-- 1 jenkins jenkins 37264 Jun 6 13:23 go.sum 13:27:59 drwxrwxr-x 4 jenkins jenkins 4096 Jun 6 13:23 internal 13:27:59 -rw-rw-r-- 1 jenkins jenkins 236 Jun 6 13:23 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:27:59 + 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=310dd91777ade6af2468b62e060ba291d3df69ff --label arch=arm64 --label version=0.0.0 . 13:27:59 Sending build context to Docker daemon 5.988MB 13:28:00 Step 1/26 : ARG BASE=golang:1.17-alpine3.15 13:28:00 Step 2/26 : FROM ${BASE} AS builder 13:28:00 ---> ddc952eca2ad 13:28:00 Step 3/26 : ARG MAKE="make build" 13:28:00 ---> Running in 3b18f705dd59 13:28:00 Removing intermediate container 3b18f705dd59 13:28:00 ---> 64257e144978 13:28:00 Step 4/26 : ARG ALPINE_PKG_BASE="make git gcc libc-dev zeromq-dev libsodium-dev" 13:28:00 ---> Running in 38cf3bac637a 13:28:00 Removing intermediate container 38cf3bac637a 13:28:00 ---> 6c4f19fea52c 13:28:00 Step 5/26 : ARG ALPINE_PKG_EXTRA="" 13:28:00 ---> Running in 959745ba5787 13:28:01 Removing intermediate container 959745ba5787 13:28:01 ---> 5597de40e73a 13:28:01 Step 6/26 : LABEL Name=edgex-device-onvif-camera 13:28:01 ---> Running in 7463010bdb5c 13:28:01 Removing intermediate container 7463010bdb5c 13:28:01 ---> 922bb00b6445 13:28:01 Step 7/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 13:28:01 ---> Running in d65884aa9f75 13:28:03 Removing intermediate container d65884aa9f75 13:28:03 ---> 65bce26b86c8 13:28:03 Step 8/26 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 13:28:03 ---> Running in 790d4e741d75 13:28:04 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 13:28:05 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 13:28:06 OK: 220 MiB in 52 packages 13:28:07 Removing intermediate container 790d4e741d75 13:28:07 ---> 282c4416fe54 13:28:07 Step 9/26 : WORKDIR /device-onvif-camera 13:28:07 ---> Running in b28f2d6bfb72 13:28:07 Removing intermediate container b28f2d6bfb72 13:28:07 ---> e4e21e85a237 13:28:07 Step 10/26 : COPY go.mod vendor* ./ 13:28:07 ---> d6578071aca8 13:28:07 Step 11/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 13:28:07 ---> Running in 3e965a87071c 13:28:10 Removing intermediate container 3e965a87071c 13:28:10 ---> efe430ce72e7 13:28:10 Step 12/26 : COPY . . 13:28:11 ---> 3f3bef8cb013 13:28:11 Step 13/26 : RUN ${MAKE} 13:28:11 ---> Running in a0df5a40a9f3 13:28:12 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-linkmode=external -X github.com/edgexfoundry/device-onvif-camera.Version=0.0.0 -X github.com/edgexfoundry/device-sdk-go/v2/internal/common.SDKVersion=v2.2.0" -trimpath -mod=readonly -buildmode=pie -o cmd/device-onvif-camera ./cmd 13:30:19 Removing intermediate container a0df5a40a9f3 13:30:19 ---> 0dd38704b295 13:30:19 Step 14/26 : FROM alpine:3.15 13:30:19 3.15: Pulling from library/alpine 13:30:19 9981e73032c8: Pulling fs layer 13:30:19 9981e73032c8: Download complete 13:30:19 9981e73032c8: Pull complete 13:30:19 Digest: sha256:4edbd2beb5f78b1014028f4fbb99f3237d9561100b6881aabbf5acce2c4f9454 13:30:19 Status: Downloaded newer image for alpine:3.15 13:30:19 ---> 3fb3c9af89a9 13:30:19 Step 15/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel Corporation' 13:30:19 ---> Running in a45d7640c8c5 13:30:19 Removing intermediate container a45d7640c8c5 13:30:19 ---> 1c990d23269a 13:30:19 Step 16/26 : RUN apk add --update --no-cache zeromq dumb-init 13:30:19 ---> Running in b2d277721688 13:30:19 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 13:30:19 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 13:30:19 (1/6) Installing dumb-init (1.2.5-r1) 13:30:19 (2/6) Installing libgcc (10.3.1_git20211027-r0) 13:30:19 (3/6) Installing libsodium (1.0.18-r0) 13:30:19 (4/6) Installing libstdc++ (10.3.1_git20211027-r0) 13:30:19 (5/6) Installing libzmq (4.3.4-r0) 13:30:19 (6/6) Installing zeromq (4.3.4-r0) 13:30:19 Executing busybox-1.34.1-r5.trigger 13:30:19 OK: 8 MiB in 20 packages 13:30:20 Removing intermediate container b2d277721688 13:30:20 ---> 68a90712b2a0 13:30:20 Step 17/26 : WORKDIR / 13:30:20 ---> Running in 64100f7e8c92 13:30:20 Removing intermediate container 64100f7e8c92 13:30:20 ---> d7050f452a6d 13:30:20 Step 18/26 : COPY --from=builder /device-onvif-camera/cmd / 13:30:22 ---> 7e8f0de84cc5 13:30:22 Step 19/26 : COPY --from=builder /device-onvif-camera/LICENSE / 13:30:23 ---> c9e98202b00b 13:30:23 Step 20/26 : COPY --from=builder /device-onvif-camera/Attribution.txt / 13:30:23 ---> 2c3c483b98c7 13:30:23 Step 21/26 : EXPOSE 59984 13:30:23 ---> Running in 2ac40bfa8e28 13:30:24 Removing intermediate container 2ac40bfa8e28 13:30:24 ---> 197f6c29df8f 13:30:24 Step 22/26 : ENTRYPOINT ["/device-onvif-camera"] 13:30:24 ---> Running in da8d3c709a9a 13:30:24 Removing intermediate container da8d3c709a9a 13:30:24 ---> ab38b232119e 13:30:24 Step 23/26 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 13:30:24 ---> Running in ca6015d87439 13:30:24 Removing intermediate container ca6015d87439 13:30:24 ---> 6c5495f006f4 13:30:24 Step 24/26 : LABEL arch=arm64 13:30:24 ---> Running in 7ef70dd0dd4f 13:30:25 Removing intermediate container 7ef70dd0dd4f 13:30:25 ---> 8356e5cdf2d6 13:30:25 Step 25/26 : LABEL git_sha=310dd91777ade6af2468b62e060ba291d3df69ff 13:30:25 ---> Running in e7f402522c2d 13:30:25 Removing intermediate container e7f402522c2d 13:30:25 ---> 3195b83ae817 13:30:25 Step 26/26 : LABEL version=0.0.0 13:30:25 ---> Running in 37bf00c2b315 13:30:26 Removing intermediate container 37bf00c2b315 13:30:26 ---> 2dc3b3ece8cd 13:30:26 [Warning] One or more build-args [ARCH] were not consumed 13:30:26 Successfully built 2dc3b3ece8cd 13:30:26 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 13:30:26 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 13:30:26 13:30:26 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:30:27 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 13:30:27 arm64: Pulling from edgex-lftools-log-publisher 13:30:27 8998bd30e6a1: Pulling fs layer 13:30:27 04944245beec: Pulling fs layer 13:30:27 699f458cf7ca: Pulling fs layer 13:30:27 765212b225bb: Pulling fs layer 13:30:27 f23df028b6ca: Pulling fs layer 13:30:27 d65c8cfc05b1: Pulling fs layer 13:30:27 2437ff75d9bd: Pulling fs layer 13:30:27 765212b225bb: Waiting 13:30:27 f23df028b6ca: Waiting 13:30:27 d65c8cfc05b1: Waiting 13:30:27 2437ff75d9bd: Waiting 13:30:27 04944245beec: Verifying Checksum 13:30:27 04944245beec: Download complete 13:30:27 765212b225bb: Download complete 13:30:27 f23df028b6ca: Verifying Checksum 13:30:27 f23df028b6ca: Download complete 13:30:27 d65c8cfc05b1: Verifying Checksum 13:30:27 d65c8cfc05b1: Download complete 13:30:27 699f458cf7ca: Verifying Checksum 13:30:27 699f458cf7ca: Download complete 13:30:28 8998bd30e6a1: Verifying Checksum 13:30:28 8998bd30e6a1: Download complete 13:30:30 2437ff75d9bd: Verifying Checksum 13:30:30 2437ff75d9bd: Download complete 13:30:32 8998bd30e6a1: Pull complete 13:30:32 04944245beec: Pull complete 13:30:34 699f458cf7ca: Pull complete 13:30:34 765212b225bb: Pull complete 13:30:35 f23df028b6ca: Pull complete 13:30:35 d65c8cfc05b1: Pull complete 13:30:50 2437ff75d9bd: Pull complete 13:30:50 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 13:30:50 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 13:30:50 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 13:30:51 prd-ubuntu20.04-docker-arm64-4c-16g-1156 does not seem to be running inside a container 13:30:51 $ 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 13:30:53 $ docker top 69fa2191cca04de765da2f4b061cf3ad211dc4a7b599c28a14feae36742a8258 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 13:30:54 ---> job-cost.sh 13:30:54 lf-activate-venv: SKIPPING 13:30:54 INFO: No Stack... 13:30:54 INFO: Retrieving Pricing Info for: v3-standard-4 13:30:55 INFO: Archiving Costs [Pipeline] sh 13:30:56 + cat /w/workspace/device-onvif-camera/1/archives/cost.csv 13:30:56 + cut -d, -f6 [Pipeline] lock 13:30:56 Trying to acquire lock on [jenkins-edgexfoundry-device-onvif-camera-PR-80-1-stack-cost] 13:30:56 Resource [jenkins-edgexfoundry-device-onvif-camera-PR-80-1-stack-cost] did not exist. Created. 13:30:56 Lock acquired on [jenkins-edgexfoundry-device-onvif-camera-PR-80-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 13:30:57 /w/workspace/device-onvif-camera/1@tmp/durable-b28318de/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh 13:30:57 + echo total: 0.10999999940395355 [Pipeline] stash 13:30:58 Warning: overwriting stash ‘stack-cost’ 13:30:58 Stashed 1 file(s) [Pipeline] } 13:30:58 Lock released on resource [jenkins-edgexfoundry-device-onvif-camera-PR-80-1-stack-cost] [Pipeline] // lock [Pipeline] } 13:30:58 $ docker stop --time=1 69fa2191cca04de765da2f4b061cf3ad211dc4a7b599c28a14feae36742a8258 13:30:59 $ docker rm -f 69fa2191cca04de765da2f4b061cf3ad211dc4a7b599c28a14feae36742a8258 [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 13:31:00 provisioning config files... 13:31:00 copy managed file [device-onvif-camera-codecov-token] to file:/w/workspace/oundry_device-onvif-camera_PR-80@tmp/config2926532321796815348tmp [Pipeline] { [Pipeline] sh 13:31:01 + set +x 13:31:01 + curl -s https://codecov.io/bash 13:31:01 + bash -s -- 13:31:01 13:31:01 _____ _ 13:31:01 / ____| | | 13:31:01 | | ___ __| | ___ ___ _____ __ 13:31:01 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 13:31:01 | |___| (_) | (_| | __/ (_| (_) \ V / 13:31:01 \_____\___/ \__,_|\___|\___\___/ \_/ 13:31:01 Bash-1.0.6 13:31:01 13:31:01 13:31:01 ==> git version 2.25.1 found 13:31:01 ==> 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 13:31:01 Release-Date: 2020-01-08 13:31:01 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 13:31:01 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 13:31:01 ==> Jenkins CI detected. 13:31:01 current dir:  /w/workspace/oundry_device-onvif-camera_PR-80 13:31:01 project root: . 13:31:01 --> token set from env 13:31:01 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 13:31:01 ==> Running gcov in . (disable via -X gcov) 13:31:01 ==> Python coveragepy not found 13:31:01 ==> Searching for coverage reports in: 13:31:01 + . 13:31:01 -> Found 1 reports 13:31:01 ==> Detecting git/mercurial file structure 13:31:01 ==> Reading reports 13:31:01 + ./coverage.out bytes=53381 13:31:01 ==> Appending adjustments 13:31:01 https://docs.codecov.io/docs/fixing-reports 13:31:01 + Found adjustments 13:31:01 ==> Gzipping contents 13:31:01 8.0K /tmp/codecov.1ML269.gz 13:31:01 ==> Uploading reports 13:31:01 url: https://codecov.io 13:31:01 query: branch=PR-80&commit=310dd91777ade6af2468b62e060ba291d3df69ff&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-onvif-camera%2Fjob%2FPR-80%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-onvif-camera&service=jenkins&flags=&pr=80&job=&cmd_args= 13:31:01 -> Pinging Codecov 13:31:01 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=191b7872-c352-4e56-a28e-da2c102d163d&branch=PR-80&commit=310dd91777ade6af2468b62e060ba291d3df69ff&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-onvif-camera%2Fjob%2FPR-80%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-onvif-camera&service=jenkins&flags=&pr=80&job=&cmd_args= 13:31:01 -> Uploading to 13:31:01 https://storage.googleapis.com/codecov/v4/raw/2022-06-06/F29A59C45E3A92E06B3E522C9905F8EF/310dd91777ade6af2468b62e060ba291d3df69ff/4f1619bc-5634-4dbe-a427-bebff559400e.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EKKHVKCKHW7KBCGM7IHR55T63V2PAVJWLVFNITJHDU5G6R5IRN3LMWJA%2F20220606%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20220606T133101Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=87be8e4a480564762c8e34e9f384826a5287ba9a74158cd436af26a2e96aa94c 13:31:01 % Total % Received % Xferd Average Speed Time Time Time Current 13:31:01 Dload Upload Total Spent Left Speed 13:31:01 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 6825 0 0 100 6825 0 32971 --:--:-- --:--:-- --:--:-- 32971 13:31:01 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/device-onvif-camera/commit/310dd91777ade6af2468b62e060ba291d3df69ff [Pipeline] } 13:31:01 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 13:31:03 + [ -d /w/workspace/oundry_device-onvif-camera_PR-80/archives ] 13:31:03 + ls -al /w/workspace/oundry_device-onvif-camera_PR-80/archives 13:31:03 total 16 13:31:03 drwxr-xr-x 3 root root 4096 Jun 6 13:22 . 13:31:03 drwxrwxr-x 10 jenkins jenkins 4096 Jun 6 13:22 .. 13:31:03 drwxr-xr-x 2 root root 4096 Jun 6 13:22 cost 13:31:03 -rw-r--r-- 1 root root 89 Jun 6 13:22 cost.csv 13:31:03 + sudo chown -R jenkins:jenkins /w/workspace/oundry_device-onvif-camera_PR-80/archives 13:31:03 + ls -al /w/workspace/oundry_device-onvif-camera_PR-80/archives 13:31:03 total 16 13:31:03 drwxr-xr-x 3 jenkins jenkins 4096 Jun 6 13:22 . 13:31:03 drwxrwxr-x 10 jenkins jenkins 4096 Jun 6 13:22 .. 13:31:03 drwxr-xr-x 2 jenkins jenkins 4096 Jun 6 13:22 cost 13:31:03 -rw-r--r-- 1 jenkins jenkins 89 Jun 6 13:22 cost.csv [Pipeline] libraryResource [Pipeline] sh 13:31:04 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 13:31:05 ---> package-listing.sh 13:31:05 ++ facter osfamily 13:31:05 ++ tr '[:upper:]' '[:lower:]' 13:31:05 + OS_FAMILY=debian 13:31:05 + workspace=/w/workspace/oundry_device-onvif-camera_PR-80 13:31:05 + START_PACKAGES=/tmp/packages_start.txt 13:31:05 + END_PACKAGES=/tmp/packages_end.txt 13:31:05 + DIFF_PACKAGES=/tmp/packages_diff.txt 13:31:05 + PACKAGES=/tmp/packages_start.txt 13:31:05 + '[' /w/workspace/oundry_device-onvif-camera_PR-80 ']' 13:31:05 + PACKAGES=/tmp/packages_end.txt 13:31:05 + case "${OS_FAMILY}" in 13:31:05 + dpkg -l 13:31:05 + grep '^ii' 13:31:05 + '[' -f /tmp/packages_start.txt ']' 13:31:05 + '[' -f /tmp/packages_end.txt ']' 13:31:05 + diff /tmp/packages_start.txt /tmp/packages_end.txt 13:31:05 + '[' /w/workspace/oundry_device-onvif-camera_PR-80 ']' 13:31:05 + mkdir -p /w/workspace/oundry_device-onvif-camera_PR-80/archives/ 13:31:05 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/oundry_device-onvif-camera_PR-80/archives/ [Pipeline] echo 13:31:05 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/oundry_device-onvif-camera_PR-80/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 13:31:05 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:31:05 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 13:31:05 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 13:31:06 prd-ubuntu20.04-docker-8c-8g-1154 does not seem to be running inside a container 13:31:06 $ 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/oundry_device-onvif-camera_PR-80/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/oundry_device-onvif-camera_PR-80 -v /w/workspace/oundry_device-onvif-camera_PR-80:/w/workspace/oundry_device-onvif-camera_PR-80:rw,z -v /w/workspace/oundry_device-onvif-camera_PR-80@tmp:/w/workspace/oundry_device-onvif-camera_PR-80@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 13:31:06 $ docker top fa6a136c8dbb6651367fca89ea9e4f427d4df48608040eb629ff73811ef2588c -eo pid,comm [Pipeline] { [Pipeline] sh 13:31:06 + touch /tmp/pre-build-complete [Pipeline] sh 13:31:07 + mkdir -p /var/log/sysstat [Pipeline] sh 13:31:07 + ls /var/log/sa-host 13:31:07 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 13:31:07 provisioning config files... 13:31:07 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/oundry_device-onvif-camera_PR-80@tmp/config3303801517513612744tmp [Pipeline] { [Pipeline] echo 13:31:07 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 13:31:07 ---> create-netrc.sh [Pipeline] } 13:31:08 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 13:31:08 ---> python-tools-install.sh [Pipeline] echo 13:31:08 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 13:31:08 ---> sudo-logs.sh 13:31:08 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 13:31:08 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 13:31:09 ---> job-cost.sh 13:31:09 lf-activate-venv: SKIPPING 13:31:09 DEBUG: total: 0.2199999988079071 13:31:09 INFO: Retrieving Stack Cost... 13:31:09 INFO: Retrieving Pricing Info for: v3-standard-8 13:31:10 INFO: Archiving Costs [Pipeline] echo 13:31:10 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 13:31:10 ---> logs-deploy.sh 13:31:10 lf-activate-venv: SKIPPING 13:31:10 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-onvif-camera/PR-80/1 13:31:10 INFO: archiving workspace using pattern(s): 13:31:11 Archives upload complete. 13:31:11 INFO: archiving logs to Nexus