Pull request #164 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 lenny-intel for edgexfoundry/device-usb-camera Obtained Jenkinsfile from 69957f4afac909ec5ce47754bbe40131053e8408+8b62b64e9680a6df61e12b3c0a704648afc4bcdc (ec4072c1a206c1ac05af3ec098730c5ea9c882e8) 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-ssh12498920578099072034.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 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-ssh329687391755038530.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 cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 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-usb-camera/branches/PR-164/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-usb-camera/branches/PR-164/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh13077794500751826161.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-usb-camera/branches/PR-164/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh16926548847400769217.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 # timeout=10 Commit message: "Merge pull request #420 from bill-mahoney/levski-update" > 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-ssh9188102501636853065.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 65355178549468b165f8106641c96c3190b1d843 The recommended git tool is: NONE using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:lfit/releng-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/device-usb-camera/branches/PR-164/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-usb-camera/branches/PR-164/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh8813193807680123115.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.16.6' fatal: bad object cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 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-usb-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-usb-camera-settings PROJECT: device-usb-camera USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.18 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-usb-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 Running on prd-ubuntu20.04-docker-8c-8g-7760 in /w/workspace/foundry_device-usb-camera_PR-164 [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-usb-camera.git > git init /w/workspace/foundry_device-usb-camera_PR-164 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-usb-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-usb-camera.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-usb-camera.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/main commit 8b62b64e9680a6df61e12b3c0a704648afc4bcdc into PR head commit 69957f4afac909ec5ce47754bbe40131053e8408 Merge succeeded, producing 69957f4afac909ec5ce47754bbe40131053e8408 Checking out Revision 69957f4afac909ec5ce47754bbe40131053e8408 (PR-164) > git config remote.origin.url git@github.com:edgexfoundry/device-usb-camera.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-usb-camera.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-usb-camera.git +refs/pull/164/head:refs/remotes/origin/PR-164 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 69957f4afac909ec5ce47754bbe40131053e8408 # 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 8b62b64e9680a6df61e12b3c0a704648afc4bcdc # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 69957f4afac909ec5ce47754bbe40131053e8408 # timeout=10 Commit message: "refactor!: Replace internal topics from config with new constants" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 17:22:29 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 17:22:30 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 17:22:30 ========================================================= 17:22:30 EdgeX Global Pipelines Version Info 17:22:30 ========================================================= [Pipeline] libraryResource [Pipeline] sh 17:22:30 ------------------- 17:22:30 stable info: 17:22:30 ------------------- 17:22:30 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 17:22:30 Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 17:22:30 Message: update stable to v1.0.244 17:22:31 ------------------- 17:22:31 experimental info: 17:22:31 ------------------- 17:22:31 Commited By: **** collab-it+edgex@linuxfoundation.org 17:22:31 Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 17:22:31 Message: update experimental to v1.0.244 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 17:22:31 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-usb-camera-settings [Pipeline] echo 17:22:31 [edgeXSetupEnvironment]: set envvar PROJECT = device-usb-camera [Pipeline] echo 17:22:31 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 17:22:31 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 17:22:31 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 17:22:31 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo 17:22:32 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 17:22:32 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 17:22:32 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 17:22:32 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 17:22:32 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 17:22:32 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-usb-camera [Pipeline] echo 17:22:32 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 17:22:32 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 17:22:32 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 17:22:32 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 17:22:32 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 17:22:32 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 17:22:32 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 17:22:32 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 17:22:32 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 17:22:32 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 17:22:32 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 17:22:32 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 17:22:32 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 17:22:32 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 17:22:32 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 17:22:32 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-164 [Pipeline] echo 17:22:32 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-164 [Pipeline] echo 17:22:32 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-164 [Pipeline] echo 17:22:33 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 69957f4afac909ec5ce47754bbe40131053e8408 [Pipeline] echo 17:22:33 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 69957f4 [Pipeline] echo 17:22:33 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 17:22:33 provisioning config files... 17:22:33 copy managed file [device-usb-camera-settings] to file:/w/workspace/foundry_device-usb-camera_PR-164@tmp/config1802701205867937189tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 17:22:33 ---> docker-login.sh 17:22:33 nexus3.edgexfoundry.org:10001 17:22:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:22:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:22:33 Configure a credential helper to remove this warning. See 17:22:33 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:22:33 17:22:33 Login Succeeded 17:22:33 nexus3.edgexfoundry.org:10002 17:22:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:22:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:22:34 Configure a credential helper to remove this warning. See 17:22:34 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:22:34 17:22:34 Login Succeeded 17:22:34 nexus3.edgexfoundry.org:10003 17:22:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:22:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:22:34 Configure a credential helper to remove this warning. See 17:22:34 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:22:34 17:22:34 Login Succeeded 17:22:34 nexus3.edgexfoundry.org:10004 17:22:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:22:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:22:34 Configure a credential helper to remove this warning. See 17:22:34 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:22:34 17:22:34 Login Succeeded 17:22:34 docker.io 17:22:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:22:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:22:34 Configure a credential helper to remove this warning. See 17:22:34 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:22:34 17:22:34 Login Succeeded 17:22:34 ---> docker-login.sh ends [Pipeline] } 17:22:34 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 17:22:35 + git rev-list -1 --merges 69957f4afac909ec5ce47754bbe40131053e8408~1..69957f4afac909ec5ce47754bbe40131053e8408 [Pipeline] echo 17:22:35 -----------> git rev-list -1 --merges 69957f4afac909ec5ce47754bbe40131053e8408~1..69957f4afac909ec5ce47754bbe40131053e8408 69957f4afac909ec5ce47754bbe40131053e8408 [false] [Pipeline] sh 17:22:35 + git log --format=format:%s -1 69957f4afac909ec5ce47754bbe40131053e8408 [Pipeline] echo 17:22:35 ========================================================= 17:22:35 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 17:22:35 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 17:22:36 + git log --format=format:%s -1 69957f4afac909ec5ce47754bbe40131053e8408 [Pipeline] echo 17:22:36 [semverPrep] GIT_COMMIT: 69957f4afac909ec5ce47754bbe40131053e8408, Commit Message: refactor!: Replace internal topics from config with new constants [Pipeline] echo 17:22:36 [semverPrep] This is not a build commit. [Pipeline] sh 17:22:36 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 17:22:36 + grep -v github /etc/ssh/ssh_known_hosts 17:22:36 + [ -e /tmp/ssh_known_hosts ] 17:22:36 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 17:22:36 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 17:22:36 + sudo tee -a /etc/ssh/ssh_known_hosts 17:22:36 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:22:36 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 17:22:36 17:22:36 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:22:37 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 17:22:37 0.1.4: Pulling from edgex-devops/py-git-semver 17:22:37 b85a868b505f: Pulling fs layer 17:22:37 e2be974225ed: Pulling fs layer 17:22:37 339a4e72a1f5: Pulling fs layer 17:22:37 988bab9f4d93: Pulling fs layer 17:22:37 1469e6f7b9e6: Pulling fs layer 17:22:37 eaf3925da568: Pulling fs layer 17:22:37 bab4dde63d76: Pulling fs layer 17:22:37 eaf3925da568: Waiting 17:22:37 bde34c3a00c8: Pulling fs layer 17:22:37 b352a97aabf1: Pulling fs layer 17:22:37 bab4dde63d76: Waiting 17:22:37 bde34c3a00c8: Waiting 17:22:37 4872d77fe225: Pulling fs layer 17:22:37 b352a97aabf1: Waiting 17:22:37 5851b861e8e6: Pulling fs layer 17:22:37 5851b861e8e6: Waiting 17:22:37 e2be974225ed: Verifying Checksum 17:22:37 e2be974225ed: Download complete 17:22:37 988bab9f4d93: Verifying Checksum 17:22:37 988bab9f4d93: Download complete 17:22:37 1469e6f7b9e6: Verifying Checksum 17:22:37 1469e6f7b9e6: Download complete 17:22:37 339a4e72a1f5: Verifying Checksum 17:22:37 339a4e72a1f5: Download complete 17:22:37 eaf3925da568: Verifying Checksum 17:22:37 eaf3925da568: Download complete 17:22:37 bde34c3a00c8: Download complete 17:22:37 b352a97aabf1: Verifying Checksum 17:22:37 b352a97aabf1: Download complete 17:22:37 b85a868b505f: Verifying Checksum 17:22:37 b85a868b505f: Download complete 17:22:37 4872d77fe225: Verifying Checksum 17:22:37 4872d77fe225: Download complete 17:22:37 5851b861e8e6: Download complete 17:22:38 bab4dde63d76: Verifying Checksum 17:22:38 bab4dde63d76: Download complete 17:22:38 b85a868b505f: Pull complete 17:22:38 e2be974225ed: Pull complete 17:22:39 339a4e72a1f5: Pull complete 17:22:39 988bab9f4d93: Pull complete 17:22:39 1469e6f7b9e6: Pull complete 17:22:39 eaf3925da568: Pull complete 17:22:41 bab4dde63d76: Pull complete 17:22:41 bde34c3a00c8: Pull complete 17:22:41 b352a97aabf1: Pull complete 17:22:41 4872d77fe225: Pull complete 17:22:41 5851b861e8e6: Pull complete 17:22:41 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 17:22:41 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 17:22:41 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 17:22:41 prd-ubuntu20.04-docker-8c-8g-7760 does not seem to be running inside a container 17:22:41 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/foundry_device-usb-camera_PR-164 -v /w/workspace/foundry_device-usb-camera_PR-164:/w/workspace/foundry_device-usb-camera_PR-164:rw,z -v /w/workspace/foundry_device-usb-camera_PR-164@tmp:/w/workspace/foundry_device-usb-camera_PR-164@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 17:22:43 $ docker top d4acf398e2445b23b499d822fd230e7229f123c0d5761cc7355ac463920d937a -eo pid,comm 17:22:43 ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). 17:22:43 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 17:22:43 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:22:43 [ssh-agent] Looking for ssh-agent implementation... 17:22:43 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:22:43 $ docker exec d4acf398e2445b23b499d822fd230e7229f123c0d5761cc7355ac463920d937a ssh-agent 17:22:43 SSH_AUTH_SOCK=/tmp/ssh-9WeV6ZWFyh8G/agent.33 17:22:43 SSH_AGENT_PID=39 17:22:43 Running ssh-add (command line suppressed) 17:22:43 Identity added: /w/workspace/foundry_device-usb-camera_PR-164@tmp/private_key_16012147186358473200.key (/w/workspace/foundry_device-usb-camera_PR-164@tmp/private_key_16012147186358473200.key) 17:22:43 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:22:43 + git tag --points-at HEAD [Pipeline] } 17:22:43 $ docker exec --env ******** --env ******** d4acf398e2445b23b499d822fd230e7229f123c0d5761cc7355ac463920d937a ssh-agent -k 17:22:43 unset SSH_AUTH_SOCK; 17:22:43 unset SSH_AGENT_PID; 17:22:43 echo Agent pid 39 killed; 17:22:43 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 17:22:44 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:22:44 [ssh-agent] Looking for ssh-agent implementation... 17:22:44 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:22:44 $ docker exec d4acf398e2445b23b499d822fd230e7229f123c0d5761cc7355ac463920d937a ssh-agent 17:22:44 SSH_AUTH_SOCK=/tmp/ssh-Gm2ldHftG7ht/agent.71 17:22:44 SSH_AGENT_PID=77 17:22:44 Running ssh-add (command line suppressed) 17:22:44 Identity added: /w/workspace/foundry_device-usb-camera_PR-164@tmp/private_key_2172896333602861996.key (/w/workspace/foundry_device-usb-camera_PR-164@tmp/private_key_2172896333602861996.key) 17:22:44 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:22:44 + git semver init 17:22:44 2023-02-28 17:22:44,871 [run_init] DEBUG init version:0.0.0 force:False 17:22:44 2023-02-28 17:22:44,873 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/foundry_device-usb-camera_PR-164/.semver 17:22:44 2023-02-28 17:22:44,873 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-usb-camera.git /w/workspace/foundry_device-usb-camera_PR-164/.semver 17:22:44 2023-02-28 17:22:44,873 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/device-usb-camera.git', '/w/workspace/foundry_device-usb-camera_PR-164/.semver'], cwd=/w/workspace/foundry_device-usb-camera_PR-164, universal_newlines=False, shell=None, istream=None) 17:22:45 2023-02-28 17:22:45,703 [append_file] DEBUG append to file:/w/workspace/foundry_device-usb-camera_PR-164/.git/info/exclude 17:22:45 2023-02-28 17:22:45,703 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/foundry_device-usb-camera_PR-164/.semver/PR-164 with force:False 17:22:45 2023-02-28 17:22:45,704 [write_file] DEBUG write to file:/w/workspace/foundry_device-usb-camera_PR-164/.semver/PR-164 17:22:45 2023-02-28 17:22:45,707 [execute] INFO git cat-file --batch-check 17:22:45 2023-02-28 17:22:45,708 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/foundry_device-usb-camera_PR-164/.semver, universal_newlines=False, shell=None, istream=) 17:22:45 2023-02-28 17:22:45,714 [execute] INFO git cat-file --batch 17:22:45 2023-02-28 17:22:45,714 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/foundry_device-usb-camera_PR-164/.semver, universal_newlines=False, shell=None, istream=) 17:22:45 2023-02-28 17:22:45,718 [read_version] DEBUG read version from /w/workspace/foundry_device-usb-camera_PR-164/.semver/PR-164 17:22:45 0.0.0 [Pipeline] } 17:22:45 $ docker exec --env ******** --env ******** d4acf398e2445b23b499d822fd230e7229f123c0d5761cc7355ac463920d937a ssh-agent -k 17:22:46 unset SSH_AUTH_SOCK; 17:22:46 unset SSH_AGENT_PID; 17:22:46 echo Agent pid 77 killed; 17:22:46 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 17:22:46 + git semver [Pipeline] } 17:22:46 $ docker stop --time=1 d4acf398e2445b23b499d822fd230e7229f123c0d5761cc7355ac463920d937a 17:22:48 $ docker rm -f --volumes d4acf398e2445b23b499d822fd230e7229f123c0d5761cc7355ac463920d937a [Pipeline] // withDockerContainer [Pipeline] sh 17:22:48 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 17:22:48 Stashed 1 file(s) [Pipeline] echo 17:22:48 [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 17:22:49 provisioning config files... 17:22:49 copy managed file [device-usb-camera-settings] to file:/w/workspace/foundry_device-usb-camera_PR-164@tmp/config4405079107514555176tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 17:22:49 Running on prd-ubuntu20.04-docker-arm64-4c-16g-7768 in /w/workspace/foundry_device-usb-camera_PR-164 [Pipeline] { [Pipeline] ws 17:22:49 Running in /w/workspace/device-usb-camera/1 [Pipeline] { [Pipeline] checkout 17:22:49 Selected Git installation does not exist. Using Default 17:22:49 The recommended git tool is: NONE 17:22:49 ---> docker-login.sh 17:22:49 nexus3.edgexfoundry.org:10001 17:22:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:22:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:22:49 Configure a credential helper to remove this warning. See 17:22:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:22:49 17:22:49 Login Succeeded 17:22:49 nexus3.edgexfoundry.org:10002 17:22:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:22:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:22:49 Configure a credential helper to remove this warning. See 17:22:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:22:49 17:22:49 Login Succeeded 17:22:49 nexus3.edgexfoundry.org:10003 17:22:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:22:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:22:49 Configure a credential helper to remove this warning. See 17:22:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:22:49 17:22:49 Login Succeeded 17:22:49 nexus3.edgexfoundry.org:10004 17:22:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:22:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:22:49 Configure a credential helper to remove this warning. See 17:22:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:22:49 17:22:49 Login Succeeded 17:22:49 docker.io 17:22:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:22:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:22:50 Configure a credential helper to remove this warning. See 17:22:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:22:50 17:22:50 Login Succeeded 17:22:50 ---> docker-login.sh ends [Pipeline] } 17:22:50 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 17:22:50 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 17:22:50 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 17:22:50 ========================================================= 17:22:50 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] 17:22:50 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:22:50 + docker build -t ci-base-image-x86_64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine --build-arg MAKE=echo noop --target=builder . 17:22:50 Sending build context to Docker daemon 1.776MB 17:22:50 Step 1/13 : ARG BASE=golang:1.18-alpine3.16 17:22:50 Step 2/13 : FROM ${BASE} AS builder 17:22:50 1.18-alpine: Pulling from edgex-devops/edgex-golang-base 17:22:50 213ec9aee27d: Pulling fs layer 17:22:50 4583459ba037: Pulling fs layer 17:22:50 93c1e223e6f2: Pulling fs layer 17:22:50 53926ce57604: Pulling fs layer 17:22:50 21b2b0c7a3f4: Pulling fs layer 17:22:50 22ff95d597cd: Pulling fs layer 17:22:50 12d6caf4c0d1: Pulling fs layer 17:22:50 96b7cbca73a9: Pulling fs layer 17:22:50 a7acece74701: Pulling fs layer 17:22:50 96b7cbca73a9: Waiting 17:22:50 53926ce57604: Waiting 17:22:50 a7acece74701: Waiting 17:22:50 21b2b0c7a3f4: Waiting 17:22:50 22ff95d597cd: Waiting 17:22:50 12d6caf4c0d1: Waiting 17:22:50 93c1e223e6f2: Verifying Checksum 17:22:50 93c1e223e6f2: Download complete 17:22:50 4583459ba037: Download complete 17:22:50 21b2b0c7a3f4: Verifying Checksum 17:22:50 21b2b0c7a3f4: Download complete 17:22:50 22ff95d597cd: Verifying Checksum 17:22:50 22ff95d597cd: Download complete 17:22:51 213ec9aee27d: Verifying Checksum 17:22:51 213ec9aee27d: Download complete 17:22:51 12d6caf4c0d1: Verifying Checksum 17:22:51 12d6caf4c0d1: Download complete 17:22:51 213ec9aee27d: Pull complete 17:22:51 4583459ba037: Pull complete 17:22:51 93c1e223e6f2: Pull complete 17:22:51 a7acece74701: Verifying Checksum 17:22:51 a7acece74701: Download complete 17:22:52 53926ce57604: Verifying Checksum 17:22:52 53926ce57604: Download complete 17:22:52 96b7cbca73a9: Download complete 17:22:54 using credential edgex-jenkins-ssh 17:22:54 Cloning the remote Git repository 17:22:55 53926ce57604: Pull complete 17:22:55 21b2b0c7a3f4: Pull complete 17:22:55 22ff95d597cd: Pull complete 17:22:55 12d6caf4c0d1: Pull complete 17:22:54 Cloning repository git@github.com:edgexfoundry/device-usb-camera.git 17:22:54 > git init /w/workspace/device-usb-camera/1 # timeout=10 17:22:54 Fetching upstream changes from git@github.com:edgexfoundry/device-usb-camera.git 17:22:54 > git --version # timeout=10 17:22:54 > git --version # 'git version 2.25.1' 17:22:54 using GIT_SSH to set credentials SSH Credentials for GitHub 17:22:54 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-usb-camera.git +refs/heads/*:refs/remotes/origin/* # timeout=10 17:22:55 > git config remote.origin.url git@github.com:edgexfoundry/device-usb-camera.git # timeout=10 17:22:55 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 17:22:56 > git config remote.origin.url git@github.com:edgexfoundry/device-usb-camera.git # timeout=10 17:22:56 Fetching upstream changes from git@github.com:edgexfoundry/device-usb-camera.git 17:22:56 using GIT_SSH to set credentials SSH Credentials for GitHub 17:22:56 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-usb-camera.git +refs/pull/164/head:refs/remotes/origin/PR-164 +refs/heads/main:refs/remotes/origin/main # timeout=10 17:22:57 Merging remotes/origin/main commit 8b62b64e9680a6df61e12b3c0a704648afc4bcdc into PR head commit 69957f4afac909ec5ce47754bbe40131053e8408 17:22:57 96b7cbca73a9: Pull complete 17:22:57 Merge succeeded, producing 69957f4afac909ec5ce47754bbe40131053e8408 17:22:57 Checking out Revision 69957f4afac909ec5ce47754bbe40131053e8408 (PR-164) 17:22:57 a7acece74701: Pull complete 17:22:57 Digest: sha256:f6a9ef70c52da88a2ff63a0c6767b24654f9f5185d1d85ca6cc3004fb48f6c2d 17:22:57 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 17:22:57 ---> db6d94c90886 17:22:57 Step 3/13 : ARG ADD_BUILD_TAGS="" 17:22:57 > git config core.sparsecheckout # timeout=10 17:22:57 > git checkout -f 69957f4afac909ec5ce47754bbe40131053e8408 # timeout=10 17:22:57 > git remote # timeout=10 17:22:57 > git config --get remote.origin.url # timeout=10 17:22:57 using GIT_SSH to set credentials SSH Credentials for GitHub 17:22:57 > git merge 8b62b64e9680a6df61e12b3c0a704648afc4bcdc # timeout=10 17:22:57 > git rev-parse HEAD^{commit} # timeout=10 17:22:57 > git config core.sparsecheckout # timeout=10 17:22:57 > git checkout -f 69957f4afac909ec5ce47754bbe40131053e8408 # timeout=10 17:22:59 ---> Running in 3f3a03257c97 17:22:59 Removing intermediate container 3f3a03257c97 17:22:59 ---> ea5bddf8e1d3 17:22:59 Step 4/13 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 17:22:59 ---> Running in c6fb062e03f8 17:22:59 Removing intermediate container c6fb062e03f8 17:22:59 ---> cdfd36e3520c 17:22:59 Step 5/13 : ARG ALPINE_PKG_BASE="make git gcc libc-dev curl" 17:22:59 ---> Running in 85d474993293 17:22:59 Removing intermediate container 85d474993293 17:22:59 ---> a6bc941767b6 17:22:59 Step 6/13 : ARG ALPINE_PKG_EXTRA="v4l-utils-dev v4l-utils v4l-utils-libs linux-headers" 17:22:59 ---> Running in 7f6ce337ae78 17:22:59 Removing intermediate container 7f6ce337ae78 17:22:59 ---> d6de1acc5ee4 17:22:59 Step 7/13 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 17:22:59 ---> Running in 141d05a84f43 17:22:59 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 17:23:00 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 17:23:00 (1/80) Installing mesa (21.3.9-r0) 17:23:00 (2/80) Installing libxau (1.0.9-r0) 17:23:00 (3/80) Installing libxdmcp (1.1.3-r0) 17:23:00 (4/80) Installing libxcb (1.15-r0) 17:23:00 (5/80) Installing libx11 (1.8-r0) 17:23:00 (6/80) Installing libxext (1.3.4-r0) 17:23:00 (7/80) Installing libxfixes (6.0.0-r0) 17:23:00 (8/80) Installing libxxf86vm (1.1.4-r2) 17:23:00 (9/80) Installing libpciaccess (0.16-r0) 17:23:00 (10/80) Installing libdrm (2.4.110-r0) 17:23:00 (11/80) Installing mesa-glapi (21.3.9-r0) 17:23:00 (12/80) Installing libxshmfence (1.3-r1) 17:23:00 (13/80) Installing mesa-gl (21.3.9-r0) 17:23:00 (14/80) Installing icu-data-full (71.1-r2) 17:23:00 (15/80) Installing libice (1.0.10-r0) 17:23:00 (16/80) Installing libuuid (2.38-r1) 17:23:00 (17/80) Installing libsm (1.2.3-r0) 17:23:00 (18/80) Installing libxt (1.2.1-r0) 17:23:00 (19/80) Installing libxmu (1.1.3-r0) 17:23:00 (20/80) Installing xset (1.2.4-r0) 17:23:00 (21/80) Installing xprop (1.2.5-r0) 17:23:00 (22/80) Installing xdg-utils (1.1.3-r3) 17:23:00 (23/80) Installing dbus-libs (1.14.4-r0) 17:23:00 (24/80) Installing libffi (3.4.2-r1) 17:23:00 (25/80) Installing libintl (0.21-r2) 17:23:00 (26/80) Installing libblkid (2.38-r1) 17:23:00 (27/80) Installing libmount (2.38-r1) 17:23:00 (28/80) Installing pcre (8.45-r2) 17:23:00 (29/80) Installing glib (2.72.1-r0) 17:23:00 (30/80) Installing icu-libs (71.1-r2) 17:23:00 (31/80) Installing libpcre2-16 (10.40-r0) 17:23:00 (32/80) Installing zstd-libs (1.5.2-r1) 17:23:00 (33/80) Installing qt5-qtbase (5.15.4_git20220511-r2) 17:23:00 (34/80) Installing hicolor-icon-theme (0.17-r1) 17:23:00 Commit message: "refactor!: Replace internal topics from config with new constants" 17:23:00 (35/80) Installing wayland-libs-server (1.20.0-r0) 17:23:00 (36/80) Installing mesa-gbm (21.3.9-r0) 17:23:00 (37/80) Installing wayland-libs-client (1.20.0-r0) 17:23:00 (38/80) Installing qt5-qtdeclarative (5.15.4_git20220514-r1) 17:23:00 (39/80) Installing libxcomposite (0.4.5-r0) 17:23:00 (40/80) Installing libbz2 (1.0.8-r1) 17:23:00 (41/80) Installing libpng (1.6.37-r1) 17:23:00 (42/80) Installing freetype (2.12.1-r0) 17:23:00 (43/80) Installing fontconfig (2.14.0-r0) 17:23:00 (44/80) Installing wayland-libs-cursor (1.20.0-r0) 17:23:00 (45/80) Installing wayland-libs-egl (1.20.0-r0) 17:23:00 (46/80) Installing xkeyboard-config (2.35.1-r0) 17:23:00 (47/80) Installing xz-libs (5.2.5-r1) 17:23:00 (48/80) Installing libxml2 (2.9.14-r2) 17:23:00 (49/80) Installing libxkbcommon (1.4.1-r0) 17:23:00 (50/80) Installing qt5-qtwayland (5.15.4_git20220511-r0) 17:23:00 (51/80) Installing mesa-egl (21.3.9-r0) 17:23:00 (52/80) Installing avahi-libs (0.8-r6) 17:23:00 (53/80) Installing nettle (3.7.3-r0) 17:23:00 > git --version # timeout=10 17:23:00 > git --version # 'git version 2.25.1' 17:23:00 fatal: bad object cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 17:23:01 (54/80) Installing p11-kit (0.24.1-r0) 17:23:01 (55/80) Installing libtasn1 (4.18.0-r1) 17:23:01 (56/80) Installing libunistring (1.0-r0) 17:23:01 (57/80) Installing gnutls (3.7.7-r1) 17:23:01 (58/80) Installing cups-libs (2.4.2-r0) 17:23:01 (59/80) Installing graphite2 (1.3.14-r1) 17:23:01 (60/80) Installing harfbuzz (4.3.0-r0) 17:23:01 (61/80) Installing libevdev (1.12.1-r0) 17:23:01 (62/80) Installing mtdev (1.1.6-r0) 17:23:01 (63/80) Installing eudev-libs (3.2.11-r0) 17:23:01 (64/80) Installing libinput-libs (1.20.1-r0) 17:23:01 (65/80) Installing libjpeg-turbo (2.1.3-r1) 17:23:01 (66/80) Installing xcb-util-wm (0.4.1-r1) 17:23:01 (67/80) Installing xcb-util (0.4.0-r3) 17:23:01 (68/80) Installing xcb-util-image (0.4.0-r1) 17:23:01 (69/80) Installing xcb-util-keysyms (0.4.0-r1) 17:23:01 (70/80) Installing xcb-util-renderutil (0.3.9-r1) 17:23:01 (71/80) Installing libxkbcommon-x11 (1.4.1-r0) 17:23:01 (72/80) Installing qt5-qtbase-x11 (5.15.4_git20220511-r2) [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) 17:23:01 (73/80) Installing v4l-utils-libs (1.22.1-r1) 17:23:01 (74/80) Installing v4l-utils (1.22.1-r1) 17:23:01 (75/80) Installing udev-init-scripts (35-r0) 17:23:01 Executing udev-init-scripts-35-r0.post-install 17:23:01 (76/80) Installing kmod-libs (29-r2) 17:23:01 (77/80) Installing eudev (3.2.11-r0) 17:23:01 (78/80) Installing eudev-dev (3.2.11-r0) 17:23:01 (79/80) Installing v4l-utils-dvbv5 (1.22.1-r1) 17:23:01 (80/80) Installing v4l-utils-dev (1.22.1-r1) 17:23:01 Executing busybox-1.35.0-r17.trigger 17:23:01 Executing eudev-3.2.11-r0.trigger 17:23:01 OK: 331 MiB in 131 packages [Pipeline] script [Pipeline] { [Pipeline] sh 17:23:02 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 17:23:02 % Total % Received % Xferd Average Speed Time Time Time Current 17:23:02 Dload Upload Total Spent Left Speed 17:23:02 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 87335 0 --:--:-- --:--:-- --:--:-- 87335 [Pipeline] sh 17:23:02 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 17:23:03 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 17:23:03 + sudo tee /etc/docker/daemon.new 17:23:03 { 17:23:03 "registry-mirrors": [ 17:23:03 "https://nexus3.edgexfoundry.org:10001" 17:23:03 ], 17:23:03 "bip": "10.250.0.254/24", 17:23:03 "hosts": [ 17:23:03 "tcp://0.0.0.0:5555", 17:23:03 "unix:///var/run/docker.sock" 17:23:03 ], 17:23:03 "mtu": 1458, 17:23:03 "selinux-enabled": true, 17:23:03 "seccomp-profile": "/etc/docker/seccomp.json" 17:23:03 } [Pipeline] sh 17:23:03 Removing intermediate container 141d05a84f43 17:23:03 ---> 742009c0dcb1 17:23:03 Step 8/13 : WORKDIR /device-usb-camera 17:23:03 ---> Running in 8d6149388b3c 17:23:03 Removing intermediate container 8d6149388b3c 17:23:03 ---> 7b9defa75635 17:23:03 Step 9/13 : COPY go.mod vendor* ./ 17:23:03 ---> ce2822864a6e 17:23:03 Step 10/13 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 17:23:03 ---> Running in 56634c9b27f5 17:23:03 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 17:23:03 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 17:23:22 provisioning config files... 17:23:22 copy managed file [device-usb-camera-settings] to file:/w/workspace/device-usb-camera/1@tmp/config6087320430328225589tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 17:23:22 ---> docker-login.sh 17:23:22 nexus3.edgexfoundry.org:10001 17:23:23 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:23:23 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:23:23 Configure a credential helper to remove this warning. See 17:23:23 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:23:23 17:23:23 Login Succeeded 17:23:23 nexus3.edgexfoundry.org:10002 17:23:23 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:23:23 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:23:23 Configure a credential helper to remove this warning. See 17:23:23 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:23:23 17:23:23 Login Succeeded 17:23:23 nexus3.edgexfoundry.org:10003 17:23:23 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:23:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:23:24 Configure a credential helper to remove this warning. See 17:23:24 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:23:24 17:23:24 Login Succeeded 17:23:24 nexus3.edgexfoundry.org:10004 17:23:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:23:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:23:24 Configure a credential helper to remove this warning. See 17:23:24 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:23:24 17:23:24 Login Succeeded 17:23:24 docker.io 17:23:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:23:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:23:24 Configure a credential helper to remove this warning. See 17:23:24 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:23:24 17:23:24 Login Succeeded 17:23:24 ---> docker-login.sh ends [Pipeline] } 17:23:24 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 17:23:25 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 17:23:25 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 17:23:25 ========================================================= 17:23:25 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] 17:23:25 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:23:25 + docker build -t ci-base-image-arm64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine --build-arg MAKE=echo noop --target=builder . 17:23:26 Sending build context to Docker daemon 1.161MB 17:23:26 Step 1/13 : ARG BASE=golang:1.18-alpine3.16 17:23:26 Step 2/13 : FROM ${BASE} AS builder 17:23:26 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 17:23:26 9b18e9b68314: Pulling fs layer 17:23:26 35d82f9e3411: Pulling fs layer 17:23:26 e16973657156: Pulling fs layer 17:23:26 fc693d55d65f: Pulling fs layer 17:23:26 7e9fc2657dce: Pulling fs layer 17:23:26 dda99020689f: Pulling fs layer 17:23:26 db1c61fa0a46: Pulling fs layer 17:23:26 891c053d2c06: Pulling fs layer 17:23:26 fc693d55d65f: Waiting 17:23:26 7e9fc2657dce: Waiting 17:23:26 dda99020689f: Waiting 17:23:26 db1c61fa0a46: Waiting 17:23:26 891c053d2c06: Waiting 17:23:26 e16973657156: Verifying Checksum 17:23:26 e16973657156: Download complete 17:23:26 35d82f9e3411: Verifying Checksum 17:23:26 35d82f9e3411: Download complete 17:23:26 7e9fc2657dce: Verifying Checksum 17:23:26 7e9fc2657dce: Download complete 17:23:26 dda99020689f: Verifying Checksum 17:23:26 dda99020689f: Download complete 17:23:26 9b18e9b68314: Verifying Checksum 17:23:26 9b18e9b68314: Download complete 17:23:27 9b18e9b68314: Pull complete 17:23:27 891c053d2c06: Verifying Checksum 17:23:27 891c053d2c06: Download complete 17:23:28 db1c61fa0a46: Verifying Checksum 17:23:28 db1c61fa0a46: Download complete 17:23:29 fc693d55d65f: Verifying Checksum 17:23:29 fc693d55d65f: Download complete 17:23:29 35d82f9e3411: Pull complete 17:23:29 e16973657156: Pull complete 17:23:35 Removing intermediate container 56634c9b27f5 17:23:35 ---> 9293346506e9 17:23:35 Step 11/13 : COPY . . 17:23:35 ---> 3ed27f2dc927 17:23:35 Step 12/13 : RUN curl -o LICENSE-rtsp-simple-server https://raw.githubusercontent.com/aler9/rtsp-simple-server/main/LICENSE 17:23:35 ---> Running in c4c5f6c89830 17:23:35  % Total % Received % Xferd Average Speed Time Time Time Current 17:23:35 Dload Upload Total Spent Left Speed 17:23:35 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100  1062  100  1062    0     0  10546      0 --:--:-- --:--:-- --:--:-- 10620 17:23:35 Removing intermediate container c4c5f6c89830 17:23:35 ---> 56ecc514508f 17:23:35 Step 13/13 : RUN ${MAKE} 17:23:35 ---> Running in 179d621abd22 17:23:35 noop 17:23:35 Removing intermediate container 179d621abd22 17:23:35 ---> 7f936facce4a 17:23:35 Successfully built 7f936facce4a 17:23:35 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:23:35 + docker inspect -f . ci-base-image-x86_64 17:23:35 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 17:23:36 prd-ubuntu20.04-docker-8c-8g-7760 does not seem to be running inside a container 17:23:36 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/foundry_device-usb-camera_PR-164 -v /w/workspace/foundry_device-usb-camera_PR-164:/w/workspace/foundry_device-usb-camera_PR-164:rw,z -v /w/workspace/foundry_device-usb-camera_PR-164@tmp:/w/workspace/foundry_device-usb-camera_PR-164@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 17:23:36 $ docker top bd36c5603063f567a3a1235cfcd5373b1da1cc2d7d0a3449b6f9956f23ef6e29 -eo pid,comm [Pipeline] { [Pipeline] sh 17:23:36 + go version 17:23:36 go version go1.18.7 linux/amd64 [Pipeline] } 17:23:36 $ docker stop --time=1 bd36c5603063f567a3a1235cfcd5373b1da1cc2d7d0a3449b6f9956f23ef6e29 17:23:38 $ docker rm -f --volumes bd36c5603063f567a3a1235cfcd5373b1da1cc2d7d0a3449b6f9956f23ef6e29 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:23:38 + docker inspect -f . ci-base-image-x86_64 17:23:38 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 17:23:39 prd-ubuntu20.04-docker-8c-8g-7760 does not seem to be running inside a container 17:23:39 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/foundry_device-usb-camera_PR-164 -v /w/workspace/foundry_device-usb-camera_PR-164:/w/workspace/foundry_device-usb-camera_PR-164:rw,z -v /w/workspace/foundry_device-usb-camera_PR-164@tmp:/w/workspace/foundry_device-usb-camera_PR-164@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 17:23:39 $ docker top 7bb7fedcb3d7f54d751d3a3813fd646605530a6cb208681b404e96466f6653f6 -eo pid,comm [Pipeline] { [Pipeline] sh 17:23:39 + git config --global --add safe.directory /w/workspace/foundry_device-usb-camera_PR-164 [Pipeline] fileExists [Pipeline] sh 17:23:40 + make test 17:23:40 go test ./... -coverprofile=coverage.out ./... 17:23:40 ? github.com/edgexfoundry/device-usb-camera [no test files] 17:23:44 fc693d55d65f: Pull complete 17:23:44 7e9fc2657dce: Pull complete 17:23:44 dda99020689f: Pull complete 17:23:48 ? github.com/edgexfoundry/device-usb-camera/cmd [no test files] 17:23:49 ok github.com/edgexfoundry/device-usb-camera/internal/driver 0.015s coverage: 1.9% of statements 17:23:50 db1c61fa0a46: Pull complete 17:23:51 891c053d2c06: Pull complete 17:23:51 Digest: sha256:2cacf8bfc28650abd52610e42dcfc04852e818eb73900ea96edaef96a54d0b45 17:23:51 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 17:23:51 ---> f96f9c87975a 17:23:51 Step 3/13 : ARG ADD_BUILD_TAGS="" 17:23:53 ---> Running in 9cf0d8fb0421 17:23:53 Removing intermediate container 9cf0d8fb0421 17:23:53 ---> 4a0673f447f0 17:23:53 Step 4/13 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 17:23:53 ---> Running in 0d8a2839de63 17:23:54 Removing intermediate container 0d8a2839de63 17:23:54 ---> 9a96d9796eda 17:23:54 Step 5/13 : ARG ALPINE_PKG_BASE="make git gcc libc-dev curl" 17:23:54 ---> Running in 5ebde675c4c6 17:23:54 Removing intermediate container 5ebde675c4c6 17:23:54 ---> 74ad0a2fd29e 17:23:54 Step 6/13 : ARG ALPINE_PKG_EXTRA="v4l-utils-dev v4l-utils v4l-utils-libs linux-headers" 17:23:54 ---> Running in 21727ed9096a 17:23:54 Removing intermediate container 21727ed9096a 17:23:54 ---> 18860a51848d 17:23:54 Step 7/13 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 17:23:54 ---> Running in fd70ae3b6d1e 17:23:56 level=warning msg="[linters context] structcheck is disabled because of go1.18. You can track the evolution of the go1.18 support by following the https://github.com/golangci/golangci-lint/issues/2649." 17:23:56 go vet ./... 17:23:56 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 17:23:56 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 17:23:57 (1/14) Installing libintl (0.21-r2) 17:23:57 (2/14) Installing eudev-libs (3.2.11-r0) 17:23:57 (3/14) Installing libjpeg-turbo (2.1.3-r1) 17:23:57 (4/14) Installing v4l-utils-libs (1.22.1-r1) 17:23:57 (5/14) Installing v4l-utils (1.22.1-r1) 17:23:57 (6/14) Installing udev-init-scripts (35-r0) 17:23:57 Executing udev-init-scripts-35-r0.post-install 17:23:57 (7/14) Installing libblkid (2.38-r1) 17:23:57 (8/14) Installing xz-libs (5.2.5-r1) 17:23:57 (9/14) Installing zstd-libs (1.5.2-r1) 17:23:57 (10/14) Installing kmod-libs (29-r2) 17:23:57 (11/14) Installing eudev (3.2.11-r0) 17:23:57 (12/14) Installing eudev-dev (3.2.11-r0) 17:23:57 (13/14) Installing v4l-utils-dvbv5 (1.22.1-r1) 17:23:57 (14/14) Installing v4l-utils-dev (1.22.1-r1) 17:23:57 Executing busybox-1.35.0-r17.trigger 17:23:57 Executing eudev-3.2.11-r0.trigger 17:23:57 OK: 228 MiB in 65 packages 17:23:58 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 17:23:58 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 17:23:58 ./bin/test-attribution-txt.sh [Pipeline] echo 17:23:58 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 17:23:58 $ docker stop --time=1 7bb7fedcb3d7f54d751d3a3813fd646605530a6cb208681b404e96466f6653f6 17:23:58 Removing intermediate container fd70ae3b6d1e 17:23:58 ---> a8f3e0b9eeda 17:23:58 Step 8/13 : WORKDIR /device-usb-camera 17:23:58 ---> Running in a7c0ffb9fc65 17:23:58 Removing intermediate container a7c0ffb9fc65 17:23:58 ---> 3e5c5b425e9e 17:23:58 Step 9/13 : COPY go.mod vendor* ./ 17:23:59 ---> f38c2facb923 17:23:59 Step 10/13 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 17:23:59 ---> Running in c023f9462b95 17:24:00 $ docker rm -f --volumes 7bb7fedcb3d7f54d751d3a3813fd646605530a6cb208681b404e96466f6653f6 [Pipeline] // withDockerContainer [Pipeline] sh 17:24:00 + sudo chown -R jenkins:jenkins . [Pipeline] stash 17:24:00 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 17:24:01 + sudo chown -R jenkins:jenkins . [Pipeline] sh 17:24:01 + ls -al . 17:24:01 total 196 17:24:01 drwxrwxr-x 10 jenkins jenkins 4096 Feb 28 17:23 . 17:24:01 drwxrwxr-x 4 jenkins jenkins 4096 Feb 28 17:22 .. 17:24:01 drwxrwxr-x 8 jenkins jenkins 4096 Feb 28 17:23 .git 17:24:01 drwxrwxr-x 3 jenkins jenkins 4096 Feb 28 17:22 .github 17:24:01 -rw-rw-r-- 1 jenkins jenkins 414 Feb 28 17:22 .gitignore 17:24:01 -rw-rw-r-- 1 jenkins jenkins 42 Feb 28 17:22 .golangci.yml 17:24:01 -rw-rw-r-- 1 jenkins jenkins 77 Feb 28 17:22 .hadolint.yml 17:24:01 drwxr-xr-x 3 jenkins jenkins 4096 Feb 28 17:22 .semver 17:24:01 -rw-rw-r-- 1 jenkins jenkins 9660 Feb 28 17:22 Attribution.txt 17:24:01 -rw-rw-r-- 1 jenkins jenkins 6219 Feb 28 17:22 CHANGELOG.md 17:24:01 -rw-rw-r-- 1 jenkins jenkins 2328 Feb 28 17:22 Dockerfile 17:24:01 -rw-rw-r-- 1 jenkins jenkins 678 Feb 28 17:22 GOVERNANCE.md 17:24:01 -rw-rw-r-- 1 jenkins jenkins 659 Feb 28 17:22 Jenkinsfile 17:24:01 -rw-rw-r-- 1 jenkins jenkins 11348 Feb 28 17:22 LICENSE 17:24:01 -rw-rw-r-- 1 jenkins jenkins 2329 Feb 28 17:22 Makefile 17:24:01 -rw-rw-r-- 1 jenkins jenkins 622 Feb 28 17:22 OWNERS.md 17:24:01 -rw-rw-r-- 1 jenkins jenkins 5934 Feb 28 17:22 README.md 17:24:01 -rw-rw-r-- 1 jenkins jenkins 5 Feb 28 17:22 VERSION 17:24:01 drwxrwxr-x 2 jenkins jenkins 4096 Feb 28 17:22 bin 17:24:01 drwxrwxr-x 3 jenkins jenkins 4096 Feb 28 17:22 cmd 17:24:01 -rw-r--r-- 1 jenkins jenkins 30666 Feb 28 17:23 coverage.out 17:24:01 -rwxrwxr-x 1 jenkins jenkins 140 Feb 28 17:22 docker-entrypoint.sh 17:24:01 drwxrwxr-x 4 jenkins jenkins 4096 Feb 28 17:22 docs 17:24:01 -rw-rw-r-- 1 jenkins jenkins 3486 Feb 28 17:22 go.mod 17:24:01 -rw-rw-r-- 1 jenkins jenkins 33526 Feb 28 17:22 go.sum 17:24:01 drwxrwxr-x 3 jenkins jenkins 4096 Feb 28 17:22 internal 17:24:01 drwxrwxr-x 4 jenkins jenkins 4096 Feb 28 17:22 snap 17:24:01 -rw-rw-r-- 1 jenkins jenkins 231 Feb 28 17:22 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:24:02 + docker build -t device-usb-camera -f Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg MAKE=make build --build-arg ARCH=amd64 --label git_sha=69957f4afac909ec5ce47754bbe40131053e8408 --label arch=amd64 --label version=0.0.0 . 17:24:02 Sending build context to Docker daemon 1.807MB 17:24:02 Step 1/35 : ARG BASE=golang:1.18-alpine3.16 17:24:02 Step 2/35 : FROM ${BASE} AS builder 17:24:02 ---> 7f936facce4a 17:24:02 Step 3/35 : ARG ADD_BUILD_TAGS="" 17:24:02 ---> Running in 56bc4d9ed66e 17:24:02 Removing intermediate container 56bc4d9ed66e 17:24:02 ---> f3dc6a696a70 17:24:02 Step 4/35 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 17:24:02 ---> Running in a3d1d39c9bc8 17:24:02 Removing intermediate container a3d1d39c9bc8 17:24:02 ---> bd2124dbd6cb 17:24:02 Step 5/35 : ARG ALPINE_PKG_BASE="make git gcc libc-dev curl" 17:24:02 ---> Running in fcc3398f30f9 17:24:02 Removing intermediate container fcc3398f30f9 17:24:02 ---> 8449f65c6490 17:24:02 Step 6/35 : ARG ALPINE_PKG_EXTRA="v4l-utils-dev v4l-utils v4l-utils-libs linux-headers" 17:24:02 ---> Running in 86c790f4556c 17:24:02 Removing intermediate container 86c790f4556c 17:24:02 ---> be710bc59567 17:24:02 Step 7/35 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 17:24:02 ---> Running in 4c6b1a02972a 17:24:02 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 17:24:02 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 17:24:03 OK: 331 MiB in 131 packages 17:24:03 Removing intermediate container 4c6b1a02972a 17:24:03 ---> a9696a889a3b 17:24:03 Step 8/35 : WORKDIR /device-usb-camera 17:24:03 ---> Running in eb219dd97a82 17:24:03 Removing intermediate container eb219dd97a82 17:24:03 ---> 8c777d4caacc 17:24:03 Step 9/35 : COPY go.mod vendor* ./ 17:24:03 ---> dbf3d963ad43 17:24:03 Step 10/35 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 17:24:03 ---> Running in d772527523c6 17:24:04 Removing intermediate container d772527523c6 17:24:04 ---> 010c1d95f357 17:24:04 Step 11/35 : COPY . . 17:24:04 ---> 75a21ed2dc68 17:24:04 Step 12/35 : RUN curl -o LICENSE-rtsp-simple-server https://raw.githubusercontent.com/aler9/rtsp-simple-server/main/LICENSE 17:24:04 ---> Running in 872649445cf2 17:24:04  % Total % Received % Xferd Average Speed Time Time Time Current 17:24:04 Dload Upload Total Spent Left Speed 17:24:05 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 1062 100 1062 0 0 47109 0 --:--:-- --:--:-- --:--:-- 48272 17:24:05 Removing intermediate container 872649445cf2 17:24:05 ---> 12c15662a544 17:24:05 Step 13/35 : RUN ${MAKE} 17:24:05 ---> Running in badec7a2f675 17:24:05 go build -tags "" -ldflags "-X github.com/edgexfoundry/device-usb-camera.Version=0.0.0" -trimpath -mod=readonly -o cmd/device-usb-camera ./cmd 17:24:23 Removing intermediate container badec7a2f675 17:24:23 ---> 81c0459c9949 17:24:23 Step 14/35 : FROM aler9/rtsp-simple-server:v0.18.4 AS rtsp 17:24:23 v0.18.4: Pulling from aler9/rtsp-simple-server 17:24:23 af6660deedbd: Pulling fs layer 17:24:23 97cd0a44c592: Pulling fs layer 17:24:24 af6660deedbd: Verifying Checksum 17:24:24 af6660deedbd: Download complete 17:24:24 af6660deedbd: Pull complete 17:24:24 97cd0a44c592: Verifying Checksum 17:24:24 97cd0a44c592: Download complete 17:24:24 97cd0a44c592: Pull complete 17:24:24 Digest: sha256:1453d1d853d0ebdb57f9d2cbebc75114a1174f7b08edc414400166566d9ff563 17:24:24 Status: Downloaded newer image for aler9/rtsp-simple-server:v0.18.4 17:24:24 ---> fea57e182299 17:24:24 Step 15/35 : FROM alpine:3.16 17:24:25 3.16: Pulling from library/alpine 17:24:25 ef5531b6e74e: Pulling fs layer 17:24:25 ef5531b6e74e: Download complete 17:24:25 ef5531b6e74e: Pull complete 17:24:25 Digest: sha256:1bd67c81e4ad4b8f4a5c1c914d7985336f130e5cefb3e323654fd09d6bcdbbe2 17:24:25 Status: Downloaded newer image for alpine:3.16 17:24:25 ---> dfd21b5a31f5 17:24:25 Step 16/35 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel Corporation' 17:24:25 ---> Running in 5bea7a051327 17:24:25 Removing intermediate container 5bea7a051327 17:24:25 ---> bd41774e5339 17:24:25 Step 17/35 : RUN apk add --update --no-cache dumb-init ffmpeg udev 17:24:25 ---> Running in 2e5e28c86f48 17:24:26 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 17:24:26 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 17:24:26 (1/80) Installing dumb-init (1.2.5-r1) 17:24:26 (2/80) Installing sdl2 (2.0.22-r0) 17:24:26 (3/80) Installing libxau (1.0.9-r0) 17:24:26 (4/80) Installing libxdmcp (1.1.3-r0) 17:24:26 (5/80) Installing libxcb (1.15-r0) 17:24:26 (6/80) Installing libx11 (1.8-r0) 17:24:26 (7/80) Installing aom-libs (3.3.0-r0) 17:24:26 (8/80) Installing alsa-lib (1.2.7.2-r0) 17:24:26 (9/80) Installing expat (2.5.0-r0) 17:24:26 (10/80) Installing brotli-libs (1.0.9-r6) 17:24:26 (11/80) Installing libbz2 (1.0.8-r1) 17:24:26 (12/80) Installing libpng (1.6.37-r1) 17:24:26 (13/80) Installing freetype (2.12.1-r0) 17:24:26 (14/80) Installing fontconfig (2.14.0-r0) 17:24:26 (15/80) Installing fribidi (1.0.12-r0) 17:24:26 (16/80) Installing libffi (3.4.2-r1) 17:24:26 (17/80) Installing libintl (0.21-r2) 17:24:26 (18/80) Installing libblkid (2.38-r1) 17:24:26 (19/80) Installing libmount (2.38-r1) 17:24:26 (20/80) Installing pcre (8.45-r2) 17:24:26 (21/80) Installing glib (2.72.1-r0) 17:24:26 (22/80) Installing graphite2 (1.3.14-r1) 17:24:26 (23/80) Installing harfbuzz (4.3.0-r0) 17:24:26 (24/80) Installing libass (0.16.0-r0) 17:24:26 (25/80) Installing libdav1d (1.0.0-r0) 17:24:26 (26/80) Installing libpciaccess (0.16-r0) 17:24:26 (27/80) Installing libdrm (2.4.110-r0) 17:24:26 (28/80) Installing gmp (6.2.1-r2) 17:24:26 (29/80) Installing nettle (3.7.3-r0) 17:24:26 (30/80) Installing p11-kit (0.24.1-r0) 17:24:26 (31/80) Installing libtasn1 (4.18.0-r1) 17:24:26 (32/80) Installing libunistring (1.0-r0) 17:24:26 (33/80) Installing gnutls (3.7.7-r1) 17:24:26 (34/80) Installing ncurses-terminfo-base (6.3_p20220521-r0) 17:24:26 (35/80) Installing ncurses-libs (6.3_p20220521-r0) 17:24:26 (36/80) Installing lame (3.100-r0) 17:24:26 (37/80) Installing opus (1.3.1-r1) 17:24:26 (38/80) Installing libasyncns (0.8-r1) 17:24:27 (39/80) Installing dbus-libs (1.14.4-r0) 17:24:27 (40/80) Installing libltdl (2.4.7-r0) 17:24:27 (41/80) Installing orc (0.4.32-r0) 17:24:27 (42/80) Installing libgcc (11.2.1_git20220219-r2) 17:24:27 (43/80) Installing libogg (1.3.5-r1) 17:24:27 (44/80) Installing libstdc++ (11.2.1_git20220219-r2) 17:24:27 (45/80) Installing flac (1.3.4-r0) 17:24:27 (46/80) Installing libvorbis (1.3.7-r0) 17:24:27 (47/80) Installing libsndfile (1.1.0-r0) 17:24:27 (48/80) Installing libgomp (11.2.1_git20220219-r2) 17:24:27 (49/80) Installing soxr (0.1.3-r2) 17:24:27 (50/80) Installing speexdsp (1.2.0-r0) 17:24:27 (51/80) Installing tdb-libs (1.4.6-r0) 17:24:27 (52/80) Installing libpulse (15.0-r2) 17:24:27 (53/80) Installing cjson (1.7.15-r3) 17:24:27 (54/80) Installing mbedtls (2.28.2-r0) 17:24:27 (55/80) Installing librist (0.2.6-r1) 17:24:27 (56/80) Installing libsrt (1.4.4-r0) 17:24:27 (57/80) Installing libssh (0.9.6-r1) 17:24:27 (58/80) Installing libtheora (1.1.1-r16) 17:24:27 (59/80) Installing libjpeg-turbo (2.1.3-r1) 17:24:27 (60/80) Installing v4l-utils-libs (1.22.1-r1) 17:24:27 (61/80) Installing libxext (1.3.4-r0) 17:24:27 (62/80) Installing libxfixes (6.0.0-r0) 17:24:27 (63/80) Installing wayland-libs-client (1.20.0-r0) 17:24:27 (64/80) Installing libva (2.14.0-r0) 17:24:27 (65/80) Installing libvdpau (1.5-r0) 17:24:27 (66/80) Installing vidstab (1.1.0-r1) 17:24:27 (67/80) Installing libvpx (1.11.0-r1) 17:24:27 (68/80) Installing libwebp (1.2.3-r0) 17:24:27 (69/80) Installing x264-libs (0.163_git20210613-r0) 17:24:27 (70/80) Installing numactl (2.0.14-r0) 17:24:27 (71/80) Installing x265-libs (3.5-r3) 17:24:27 (72/80) Installing xvidcore (1.3.7-r1) 17:24:27 (73/80) Installing ffmpeg-libs (5.0.1-r1) 17:24:27 (74/80) Installing ffmpeg (5.0.1-r1) 17:24:27 (75/80) Installing udev-init-scripts (35-r0) 17:24:27 Executing udev-init-scripts-35-r0.post-install 17:24:27 (76/80) Installing eudev-libs (3.2.11-r0) 17:24:27 (77/80) Installing xz-libs (5.2.5-r1) 17:24:27 (78/80) Installing zstd-libs (1.5.2-r1) 17:24:27 (79/80) Installing kmod-libs (29-r2) 17:24:27 (80/80) Installing eudev (3.2.11-r0) 17:24:27 Executing busybox-1.35.0-r17.trigger 17:24:27 Executing eudev-3.2.11-r0.trigger 17:24:27 OK: 100 MiB in 94 packages 17:24:29 Removing intermediate container 2e5e28c86f48 17:24:29 ---> 65613d03f636 17:24:29 Step 18/35 : WORKDIR / 17:24:29 ---> Running in bf7d1c9b5982 17:24:29 Removing intermediate container bf7d1c9b5982 17:24:29 ---> 852ada2bf44b 17:24:29 Step 19/35 : COPY --from=builder /device-usb-camera/cmd / 17:24:30 ---> c351c818b094 17:24:30 Step 20/35 : COPY --from=builder /device-usb-camera/LICENSE / 17:24:30 ---> 69335d2f8176 17:24:30 Step 21/35 : COPY --from=builder /device-usb-camera/LICENSE-rtsp-simple-server / 17:24:30 ---> 5cfc0fdd0baf 17:24:30 Step 22/35 : COPY --from=builder /device-usb-camera/Attribution.txt / 17:24:30 ---> 21f40c9c4c85 17:24:30 Step 23/35 : COPY --from=builder /device-usb-camera/docker-entrypoint.sh / 17:24:30 ---> 9dda75123d99 17:24:30 Step 24/35 : COPY --from=rtsp /rtsp-simple-server.yml / 17:24:30 ---> aec034d86128 17:24:30 Step 25/35 : COPY --from=rtsp /rtsp-simple-server / 17:24:31 ---> a5535fc16af9 17:24:31 Step 26/35 : RUN sed -i 's/rtmpDisable: no/rtmpDisable: yes/g' rtsp-simple-server.yml 17:24:31 ---> Running in a42ef10c4386 17:24:31 Removing intermediate container a42ef10c4386 17:24:31 ---> 5cc698bc10be 17:24:31 Step 27/35 : RUN sed -i 's/hlsDisable: no/hlsDisable: yes/g' rtsp-simple-server.yml 17:24:31 ---> Running in 8e732a61c891 17:24:32 Removing intermediate container 8e732a61c891 17:24:32 ---> cdbf7d8b8cb2 17:24:32 Step 28/35 : RUN sed -i 's/protocols: \[udp, multicast, tcp\]/protocols: \[tcp\]/g' rtsp-simple-server.yml 17:24:32 ---> Running in 4f01d588ed70 17:24:32 Removing intermediate container 4f01d588ed70 17:24:32 ---> d7cdcf569954 17:24:32 Step 29/35 : EXPOSE 59983 17:24:32 ---> Running in 28a8225f33fb 17:24:32 Removing intermediate container 28a8225f33fb 17:24:32 ---> bc1ac70f7be4 17:24:32 Step 30/35 : EXPOSE 8554 17:24:32 ---> Running in 7c088e716a54 17:24:33 Removing intermediate container 7c088e716a54 17:24:33 ---> fcd9eacd76d6 17:24:33 Step 31/35 : ENTRYPOINT ["/docker-entrypoint.sh"] 17:24:33 ---> Running in 8fdf3797a0af 17:24:33 Removing intermediate container 8fdf3797a0af 17:24:33 ---> c40073eebe81 17:24:33 Step 32/35 : CMD [ "--configProvider=consul.http://edgex-core-consul:8500", "--registry" ] 17:24:33 ---> Running in 654495fdaab7 17:24:33 Removing intermediate container 654495fdaab7 17:24:33 ---> 5e5c83146b8b 17:24:33 Step 33/35 : LABEL arch=amd64 17:24:33 ---> Running in f7f92a5f6047 17:24:33 Removing intermediate container f7f92a5f6047 17:24:33 ---> e4dd2b3c605e 17:24:33 Step 34/35 : LABEL git_sha=69957f4afac909ec5ce47754bbe40131053e8408 17:24:33 ---> Running in 4b22ec705b81 17:24:33 Removing intermediate container 4b22ec705b81 17:24:33 ---> ba013da66c8b 17:24:33 Step 35/35 : LABEL version=0.0.0 17:24:33 ---> Running in 508747ef9c69 17:24:33 Removing intermediate container 508747ef9c69 17:24:33 ---> 70191d04f055 17:24:33 [Warning] One or more build-args [ARCH] were not consumed 17:24:33 Successfully built 70191d04f055 17:24:33 Successfully tagged device-usb-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 17:24:34 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 17:24:34 17:24:34 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:24:34 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 17:24:34 latest: Pulling from edgex-lftools-log-publisher 17:24:34 5eb5b503b376: Pulling fs layer 17:24:34 5c69ac0246d0: Pulling fs layer 17:24:34 ec43610c2a17: Pulling fs layer 17:24:34 3a2ae6a8a46f: Pulling fs layer 17:24:34 33b1e0a273af: Pulling fs layer 17:24:34 5d3b04190fa2: Pulling fs layer 17:24:34 2f39f015ded8: Pulling fs layer 17:24:34 5d3b04190fa2: Waiting 17:24:34 3a2ae6a8a46f: Waiting 17:24:34 2f39f015ded8: Waiting 17:24:34 33b1e0a273af: Waiting 17:24:34 5c69ac0246d0: Download complete 17:24:34 3a2ae6a8a46f: Download complete 17:24:35 33b1e0a273af: Verifying Checksum 17:24:35 33b1e0a273af: Download complete 17:24:35 5d3b04190fa2: Verifying Checksum 17:24:35 5d3b04190fa2: Download complete 17:24:35 ec43610c2a17: Verifying Checksum 17:24:35 ec43610c2a17: Download complete 17:24:35 5eb5b503b376: Verifying Checksum 17:24:35 5eb5b503b376: Download complete 17:24:35 2f39f015ded8: Verifying Checksum 17:24:35 2f39f015ded8: Download complete 17:24:36 5eb5b503b376: Pull complete 17:24:36 5c69ac0246d0: Pull complete 17:24:36 ec43610c2a17: Pull complete 17:24:37 3a2ae6a8a46f: Pull complete 17:24:37 33b1e0a273af: Pull complete 17:24:37 5d3b04190fa2: Pull complete 17:24:41 2f39f015ded8: Pull complete 17:24:41 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 17:24:41 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 17:24:41 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 17:24:41 prd-ubuntu20.04-docker-8c-8g-7760 does not seem to be running inside a container 17:24:41 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/foundry_device-usb-camera_PR-164 -v /w/workspace/foundry_device-usb-camera_PR-164:/w/workspace/foundry_device-usb-camera_PR-164:rw,z -v /w/workspace/foundry_device-usb-camera_PR-164@tmp:/w/workspace/foundry_device-usb-camera_PR-164@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 17:24:43 $ docker top 94640bc6bcfbc3d4d798c67c313368a731b8a3a2471b93f292cfd0a2afad4aa8 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 17:24:44 ---> job-cost.sh 17:24:44 lf-activate-venv: SKIPPING 17:24:44 INFO: No Stack... 17:24:44 INFO: Retrieving Pricing Info for: v3-standard-8 17:24:44 INFO: Archiving Costs [Pipeline] sh 17:24:45 + cat /w/workspace/foundry_device-usb-camera_PR-164/archives/cost.csv 17:24:45 + cut -d, -f6 [Pipeline] lock 17:24:45 Trying to acquire lock on [jenkins-edgexfoundry-device-usb-camera-PR-164-1-stack-cost] 17:24:45 Resource [jenkins-edgexfoundry-device-usb-camera-PR-164-1-stack-cost] did not exist. Created. 17:24:45 Lock acquired on [jenkins-edgexfoundry-device-usb-camera-PR-164-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 17:24:45 + echo total: 0.2199999988079071 [Pipeline] stash 17:24:45 Stashed 1 file(s) [Pipeline] } 17:24:45 Lock released on resource [jenkins-edgexfoundry-device-usb-camera-PR-164-1-stack-cost] [Pipeline] // lock [Pipeline] } 17:24:45 $ docker stop --time=1 94640bc6bcfbc3d4d798c67c313368a731b8a3a2471b93f292cfd0a2afad4aa8 17:24:47 $ docker rm -f --volumes 94640bc6bcfbc3d4d798c67c313368a731b8a3a2471b93f292cfd0a2afad4aa8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 17:25:07 Removing intermediate container c023f9462b95 17:25:07 ---> 46e99bdc7284 17:25:07 Step 11/13 : COPY . . 17:25:07 ---> 0f29c65b7806 17:25:07 Step 12/13 : RUN curl -o LICENSE-rtsp-simple-server https://raw.githubusercontent.com/aler9/rtsp-simple-server/main/LICENSE 17:25:07 ---> Running in 61e70b117bdb 17:25:07  % Total % Received % Xferd Average Speed Time Time Time Current 17:25:07 Dload Upload Total Spent Left Speed 17:25:07 0 0 0 0 0 0 0  0 --:--:-- --:--:-- --:--:-- 0 100 1062 100 1062  0 0 13609 0 --:--:-- --:--:-- --:--:-- 13792 17:25:07 Removing intermediate container 61e70b117bdb 17:25:07 ---> a8df9c970616 17:25:07 Step 13/13 : RUN ${MAKE} 17:25:07 ---> Running in 1d177806a6ba 17:25:08 noop 17:25:08 Removing intermediate container 1d177806a6ba 17:25:08 ---> 237f1d6ba7b2 17:25:08 Successfully built 237f1d6ba7b2 17:25:08 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:25:09 + docker inspect -f . ci-base-image-arm64 17:25:09 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 17:25:09 prd-ubuntu20.04-docker-arm64-4c-16g-7768 does not seem to be running inside a container 17:25:09 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-usb-camera/1 -v /w/workspace/device-usb-camera/1:/w/workspace/device-usb-camera/1:rw,z -v /w/workspace/device-usb-camera/1@tmp:/w/workspace/device-usb-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 ******** ci-base-image-arm64 cat 17:25:10 $ docker top c21850a16020b531c014d5baaaaaf5bd11a50a834ce23d2e43701b39ab2d0d32 -eo pid,comm [Pipeline] { [Pipeline] sh 17:25:11 + go version 17:25:11 go version go1.18.7 linux/arm64 [Pipeline] } 17:25:11 $ docker stop --time=1 c21850a16020b531c014d5baaaaaf5bd11a50a834ce23d2e43701b39ab2d0d32 17:25:13 $ docker rm -f --volumes c21850a16020b531c014d5baaaaaf5bd11a50a834ce23d2e43701b39ab2d0d32 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:25:14 + docker inspect -f . ci-base-image-arm64 17:25:14 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 17:25:14 prd-ubuntu20.04-docker-arm64-4c-16g-7768 does not seem to be running inside a container 17:25:14 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/device-usb-camera/1 -v /w/workspace/device-usb-camera/1:/w/workspace/device-usb-camera/1:rw,z -v /w/workspace/device-usb-camera/1@tmp:/w/workspace/device-usb-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 ******** ci-base-image-arm64 cat 17:25:15 $ docker top cbb6c307fcad2e59e99dae823cd1d7ef6e34c41f8c1b871b7bd3cf5ed0f7de5d -eo pid,comm [Pipeline] { [Pipeline] sh 17:25:16 + git config --global --add safe.directory /w/workspace/device-usb-camera/1 [Pipeline] fileExists [Pipeline] sh 17:25:17 + make test 17:25:17 go test ./... -coverprofile=coverage.out ./... 17:25:19 ? github.com/edgexfoundry/device-usb-camera [no test files] 17:26:40 ? github.com/edgexfoundry/device-usb-camera/cmd [no test files] 17:26:44 ok github.com/edgexfoundry/device-usb-camera/internal/driver 0.065s coverage: 1.9% of statements 17:26:44 WARNING: Linting skipped (not on x86_64 or linter not installed) 17:26:44 go vet ./... 17:27:07 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 17:27:07 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 17:27:07 ./bin/test-attribution-txt.sh [Pipeline] echo 17:27:07 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 17:27:07 $ docker stop --time=1 cbb6c307fcad2e59e99dae823cd1d7ef6e34c41f8c1b871b7bd3cf5ed0f7de5d 17:27:08 $ docker rm -f --volumes cbb6c307fcad2e59e99dae823cd1d7ef6e34c41f8c1b871b7bd3cf5ed0f7de5d [Pipeline] // withDockerContainer [Pipeline] sh 17:27:09 + sudo chown -R jenkins:jenkins . [Pipeline] stash 17:27:09 Warning: overwriting stash ‘coverage-report’ 17:27:10 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 17:27:10 + sudo chown -R jenkins:jenkins . [Pipeline] sh 17:27:11 + ls -al . 17:27:11 total 192 17:27:11 drwxrwxr-x 9 jenkins jenkins 4096 Feb 28 17:25 . 17:27:11 drwxrwxr-x 4 jenkins jenkins 4096 Feb 28 17:22 .. 17:27:11 drwxrwxr-x 8 jenkins jenkins 4096 Feb 28 17:22 .git 17:27:11 drwxrwxr-x 3 jenkins jenkins 4096 Feb 28 17:22 .github 17:27:11 -rw-rw-r-- 1 jenkins jenkins 414 Feb 28 17:22 .gitignore 17:27:11 -rw-rw-r-- 1 jenkins jenkins 42 Feb 28 17:22 .golangci.yml 17:27:11 -rw-rw-r-- 1 jenkins jenkins 77 Feb 28 17:22 .hadolint.yml 17:27:11 -rw-rw-r-- 1 jenkins jenkins 9660 Feb 28 17:22 Attribution.txt 17:27:11 -rw-rw-r-- 1 jenkins jenkins 6219 Feb 28 17:22 CHANGELOG.md 17:27:11 -rw-rw-r-- 1 jenkins jenkins 2328 Feb 28 17:22 Dockerfile 17:27:11 -rw-rw-r-- 1 jenkins jenkins 678 Feb 28 17:22 GOVERNANCE.md 17:27:11 -rw-rw-r-- 1 jenkins jenkins 659 Feb 28 17:22 Jenkinsfile 17:27:11 -rw-rw-r-- 1 jenkins jenkins 11348 Feb 28 17:22 LICENSE 17:27:11 -rw-rw-r-- 1 jenkins jenkins 2329 Feb 28 17:22 Makefile 17:27:11 -rw-rw-r-- 1 jenkins jenkins 622 Feb 28 17:22 OWNERS.md 17:27:11 -rw-rw-r-- 1 jenkins jenkins 5934 Feb 28 17:22 README.md 17:27:11 -rw-rw-r-- 1 jenkins jenkins 5 Feb 28 17:22 VERSION 17:27:11 drwxrwxr-x 2 jenkins jenkins 4096 Feb 28 17:22 bin 17:27:11 drwxrwxr-x 3 jenkins jenkins 4096 Feb 28 17:22 cmd 17:27:11 -rw-r--r-- 1 jenkins jenkins 30666 Feb 28 17:26 coverage.out 17:27:11 -rwxrwxr-x 1 jenkins jenkins 140 Feb 28 17:22 docker-entrypoint.sh 17:27:11 drwxrwxr-x 4 jenkins jenkins 4096 Feb 28 17:22 docs 17:27:11 -rw-rw-r-- 1 jenkins jenkins 3486 Feb 28 17:22 go.mod 17:27:11 -rw-rw-r-- 1 jenkins jenkins 33526 Feb 28 17:22 go.sum 17:27:11 drwxrwxr-x 3 jenkins jenkins 4096 Feb 28 17:22 internal 17:27:11 drwxrwxr-x 4 jenkins jenkins 4096 Feb 28 17:22 snap 17:27:11 -rw-rw-r-- 1 jenkins jenkins 231 Feb 28 17:22 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:27:11 + docker build -t device-usb-camera-arm64 -f Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=69957f4afac909ec5ce47754bbe40131053e8408 --label arch=arm64 --label version=0.0.0 . 17:27:11 Sending build context to Docker daemon 1.192MB 17:27:11 Step 1/35 : ARG BASE=golang:1.18-alpine3.16 17:27:11 Step 2/35 : FROM ${BASE} AS builder 17:27:11 ---> 237f1d6ba7b2 17:27:11 Step 3/35 : ARG ADD_BUILD_TAGS="" 17:27:12 ---> Running in aa93b8d568fb 17:27:12 Removing intermediate container aa93b8d568fb 17:27:12 ---> ae2d81ea3a8e 17:27:12 Step 4/35 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 17:27:12 ---> Running in 7067ff318b62 17:27:12 Removing intermediate container 7067ff318b62 17:27:12 ---> 69c2e077eb86 17:27:12 Step 5/35 : ARG ALPINE_PKG_BASE="make git gcc libc-dev curl" 17:27:12 ---> Running in d58db1959192 17:27:13 Removing intermediate container d58db1959192 17:27:13 ---> 88f2ffd99707 17:27:13 Step 6/35 : ARG ALPINE_PKG_EXTRA="v4l-utils-dev v4l-utils v4l-utils-libs linux-headers" 17:27:13 ---> Running in a3697b69d8c3 17:27:13 Removing intermediate container a3697b69d8c3 17:27:13 ---> b6af53b1efb8 17:27:13 Step 7/35 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 17:27:13 ---> Running in 515bb5182c98 17:27:14 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 17:27:14 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 17:27:15 OK: 228 MiB in 65 packages 17:27:16 Removing intermediate container 515bb5182c98 17:27:16 ---> b27da4a7ef60 17:27:16 Step 8/35 : WORKDIR /device-usb-camera 17:27:16 ---> Running in 0470235c6c28 17:27:16 Removing intermediate container 0470235c6c28 17:27:16 ---> ff43c6f24692 17:27:16 Step 9/35 : COPY go.mod vendor* ./ 17:27:17 ---> ff5c15ce0d91 17:27:17 Step 10/35 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 17:27:17 ---> Running in 6cb3f39bc6d9 17:27:21 Removing intermediate container 6cb3f39bc6d9 17:27:21 ---> 6044643f4f3d 17:27:21 Step 11/35 : COPY . . 17:27:22 ---> 518827e83734 17:27:22 Step 12/35 : RUN curl -o LICENSE-rtsp-simple-server https://raw.githubusercontent.com/aler9/rtsp-simple-server/main/LICENSE 17:27:22 ---> Running in cc0949de1fa5 17:27:23  % Total % Received % Xferd Average Speed Time Time Time Current 17:27:23 Dload Upload Total Spent Left Speed 17:27:23 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 1062 100 1062 0 0 14469  0 --:--:-- --:--:-- --:--:-- 14547 17:27:23 Removing intermediate container cc0949de1fa5 17:27:23 ---> fa94037c9acf 17:27:23 Step 13/35 : RUN ${MAKE} 17:27:24 ---> Running in 64c4cbefe3cb 17:27:25 go build -tags "" -ldflags "-X github.com/edgexfoundry/device-usb-camera.Version=0.0.0" -trimpath -mod=readonly -o cmd/device-usb-camera ./cmd 17:29:46 Removing intermediate container 64c4cbefe3cb 17:29:46 ---> 0f772f4524ec 17:29:46 Step 14/35 : FROM aler9/rtsp-simple-server:v0.18.4 AS rtsp 17:29:46 v0.18.4: Pulling from aler9/rtsp-simple-server 17:29:46 eab2503cf8f4: Pulling fs layer 17:29:46 97cd0a44c592: Pulling fs layer 17:29:46 97cd0a44c592: Verifying Checksum 17:29:46 97cd0a44c592: Download complete 17:29:46 eab2503cf8f4: Verifying Checksum 17:29:46 eab2503cf8f4: Download complete 17:29:46 eab2503cf8f4: Pull complete 17:29:46 97cd0a44c592: Pull complete 17:29:46 Digest: sha256:1453d1d853d0ebdb57f9d2cbebc75114a1174f7b08edc414400166566d9ff563 17:29:46 Status: Downloaded newer image for aler9/rtsp-simple-server:v0.18.4 17:29:46 ---> 7f763cca56b3 17:29:46 Step 15/35 : FROM alpine:3.16 17:29:46 3.16: Pulling from library/alpine 17:29:46 3760b48202b3: Pulling fs layer 17:29:46 3760b48202b3: Verifying Checksum 17:29:46 3760b48202b3: Download complete 17:29:46 3760b48202b3: Pull complete 17:29:46 Digest: sha256:1bd67c81e4ad4b8f4a5c1c914d7985336f130e5cefb3e323654fd09d6bcdbbe2 17:29:46 Status: Downloaded newer image for alpine:3.16 17:29:46 ---> 4c81e5bf8899 17:29:46 Step 16/35 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel Corporation' 17:29:46 ---> Running in 897ff0ca6e3e 17:29:46 Removing intermediate container 897ff0ca6e3e 17:29:46 ---> c91cb6adf6a0 17:29:46 Step 17/35 : RUN apk add --update --no-cache dumb-init ffmpeg udev 17:29:46 ---> Running in a94913ddb632 17:29:46 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 17:29:46 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 17:29:46 (1/79) Installing dumb-init (1.2.5-r1) 17:29:46 (2/79) Installing sdl2 (2.0.22-r0) 17:29:46 (3/79) Installing libxau (1.0.9-r0) 17:29:46 (4/79) Installing libxdmcp (1.1.3-r0) 17:29:46 (5/79) Installing libxcb (1.15-r0) 17:29:46 (6/79) Installing libx11 (1.8-r0) 17:29:46 (7/79) Installing aom-libs (3.3.0-r0) 17:29:46 (8/79) Installing alsa-lib (1.2.7.2-r0) 17:29:46 (9/79) Installing expat (2.5.0-r0) 17:29:46 (10/79) Installing brotli-libs (1.0.9-r6) 17:29:46 (11/79) Installing libbz2 (1.0.8-r1) 17:29:46 (12/79) Installing libpng (1.6.37-r1) 17:29:46 (13/79) Installing freetype (2.12.1-r0) 17:29:46 (14/79) Installing fontconfig (2.14.0-r0) 17:29:46 (15/79) Installing fribidi (1.0.12-r0) 17:29:46 (16/79) Installing libffi (3.4.2-r1) 17:29:46 (17/79) Installing libintl (0.21-r2) 17:29:46 (18/79) Installing libblkid (2.38-r1) 17:29:46 (19/79) Installing libmount (2.38-r1) 17:29:46 (20/79) Installing pcre (8.45-r2) 17:29:46 (21/79) Installing glib (2.72.1-r0) 17:29:46 (22/79) Installing graphite2 (1.3.14-r1) 17:29:46 (23/79) Installing harfbuzz (4.3.0-r0) 17:29:46 (24/79) Installing libass (0.16.0-r0) 17:29:46 (25/79) Installing libdav1d (1.0.0-r0) 17:29:46 (26/79) Installing libdrm (2.4.110-r0) 17:29:46 (27/79) Installing gmp (6.2.1-r2) 17:29:46 (28/79) Installing nettle (3.7.3-r0) 17:29:46 (29/79) Installing p11-kit (0.24.1-r0) 17:29:46 (30/79) Installing libtasn1 (4.18.0-r1) 17:29:46 (31/79) Installing libunistring (1.0-r0) 17:29:46 (32/79) Installing gnutls (3.7.7-r1) 17:29:46 (33/79) Installing ncurses-terminfo-base (6.3_p20220521-r0) 17:29:46 (34/79) Installing ncurses-libs (6.3_p20220521-r0) 17:29:46 (35/79) Installing lame (3.100-r0) 17:29:46 (36/79) Installing opus (1.3.1-r1) 17:29:46 (37/79) Installing libasyncns (0.8-r1) 17:29:46 (38/79) Installing dbus-libs (1.14.4-r0) 17:29:46 (39/79) Installing libltdl (2.4.7-r0) 17:29:46 (40/79) Installing orc (0.4.32-r0) 17:29:46 (41/79) Installing libgcc (11.2.1_git20220219-r2) 17:29:46 (42/79) Installing libogg (1.3.5-r1) 17:29:46 (43/79) Installing libstdc++ (11.2.1_git20220219-r2) 17:29:46 (44/79) Installing flac (1.3.4-r0) 17:29:46 (45/79) Installing libvorbis (1.3.7-r0) 17:29:46 (46/79) Installing libsndfile (1.1.0-r0) 17:29:46 (47/79) Installing libgomp (11.2.1_git20220219-r2) 17:29:46 (48/79) Installing soxr (0.1.3-r2) 17:29:46 (49/79) Installing speexdsp (1.2.0-r0) 17:29:46 (50/79) Installing tdb-libs (1.4.6-r0) 17:29:46 (51/79) Installing libpulse (15.0-r2) 17:29:46 (52/79) Installing cjson (1.7.15-r3) 17:29:46 (53/79) Installing mbedtls (2.28.2-r0) 17:29:46 (54/79) Installing librist (0.2.6-r1) 17:29:46 (55/79) Installing libsrt (1.4.4-r0) 17:29:46 (56/79) Installing libssh (0.9.6-r1) 17:29:46 (57/79) Installing libtheora (1.1.1-r16) 17:29:46 (58/79) Installing libjpeg-turbo (2.1.3-r1) 17:29:46 (59/79) Installing v4l-utils-libs (1.22.1-r1) 17:29:46 (60/79) Installing libxext (1.3.4-r0) 17:29:46 (61/79) Installing libxfixes (6.0.0-r0) 17:29:46 (62/79) Installing wayland-libs-client (1.20.0-r0) 17:29:46 (63/79) Installing libva (2.14.0-r0) 17:29:46 (64/79) Installing libvdpau (1.5-r0) 17:29:46 (65/79) Installing vidstab (1.1.0-r1) 17:29:46 (66/79) Installing libvpx (1.11.0-r1) 17:29:46 (67/79) Installing libwebp (1.2.3-r0) 17:29:46 (68/79) Installing x264-libs (0.163_git20210613-r0) 17:29:46 (69/79) Installing numactl (2.0.14-r0) 17:29:46 (70/79) Installing x265-libs (3.5-r3) 17:29:46 (71/79) Installing xvidcore (1.3.7-r1) 17:29:46 (72/79) Installing ffmpeg-libs (5.0.1-r1) 17:29:46 (73/79) Installing ffmpeg (5.0.1-r1) 17:29:46 (74/79) Installing udev-init-scripts (35-r0) 17:29:46 Executing udev-init-scripts-35-r0.post-install 17:29:46 (75/79) Installing eudev-libs (3.2.11-r0) 17:29:46 (76/79) Installing xz-libs (5.2.5-r1) 17:29:46 (77/79) Installing zstd-libs (1.5.2-r1) 17:29:46 (78/79) Installing kmod-libs (29-r2) 17:29:46 (79/79) Installing eudev (3.2.11-r0) 17:29:46 Executing busybox-1.35.0-r17.trigger 17:29:46 Executing eudev-3.2.11-r0.trigger 17:29:46 OK: 77 MiB in 93 packages 17:29:46 Removing intermediate container a94913ddb632 17:29:46 ---> 889d482b5a39 17:29:46 Step 18/35 : WORKDIR / 17:29:46 ---> Running in a22a3d71e4bc 17:29:46 Removing intermediate container a22a3d71e4bc 17:29:46 ---> 7e6be2a2b64c 17:29:46 Step 19/35 : COPY --from=builder /device-usb-camera/cmd / 17:29:46 ---> f8d71574da7c 17:29:46 Step 20/35 : COPY --from=builder /device-usb-camera/LICENSE / 17:29:46 ---> 64a77b9ab6dc 17:29:46 Step 21/35 : COPY --from=builder /device-usb-camera/LICENSE-rtsp-simple-server / 17:29:47 ---> 69b34a5fa1fb 17:29:47 Step 22/35 : COPY --from=builder /device-usb-camera/Attribution.txt / 17:29:48 ---> 5e28561a1117 17:29:48 Step 23/35 : COPY --from=builder /device-usb-camera/docker-entrypoint.sh / 17:29:48 ---> 01931939b371 17:29:48 Step 24/35 : COPY --from=rtsp /rtsp-simple-server.yml / 17:29:48 ---> fb266afbe121 17:29:48 Step 25/35 : COPY --from=rtsp /rtsp-simple-server / 17:29:49 ---> 8cbc382cda14 17:29:49 Step 26/35 : RUN sed -i 's/rtmpDisable: no/rtmpDisable: yes/g' rtsp-simple-server.yml 17:29:49 ---> Running in d80677dac747 17:29:51 Removing intermediate container d80677dac747 17:29:51 ---> e1b9186242fe 17:29:51 Step 27/35 : RUN sed -i 's/hlsDisable: no/hlsDisable: yes/g' rtsp-simple-server.yml 17:29:51 ---> Running in dab8a842f080 17:29:54 Removing intermediate container dab8a842f080 17:29:54 ---> ca069c2a1693 17:29:54 Step 28/35 : RUN sed -i 's/protocols: \[udp, multicast, tcp\]/protocols: \[tcp\]/g' rtsp-simple-server.yml 17:29:54 ---> Running in 8d771ddc40ef 17:29:56 Removing intermediate container 8d771ddc40ef 17:29:56 ---> 9c535a480e6b 17:29:56 Step 29/35 : EXPOSE 59983 17:29:56 ---> Running in 59b73aa65ec5 17:29:56 Removing intermediate container 59b73aa65ec5 17:29:56 ---> 998817b29e01 17:29:56 Step 30/35 : EXPOSE 8554 17:29:56 ---> Running in 9c5eb98f4aaf 17:29:56 Removing intermediate container 9c5eb98f4aaf 17:29:56 ---> 0f510cf7f28c 17:29:57 Step 31/35 : ENTRYPOINT ["/docker-entrypoint.sh"] 17:29:57 ---> Running in 6967d3f83238 17:29:57 Removing intermediate container 6967d3f83238 17:29:57 ---> 1e6bd823cd13 17:29:57 Step 32/35 : CMD [ "--configProvider=consul.http://edgex-core-consul:8500", "--registry" ] 17:29:57 ---> Running in 2f0dbdd5b7c6 17:29:57 Removing intermediate container 2f0dbdd5b7c6 17:29:57 ---> b736a48d6a0b 17:29:57 Step 33/35 : LABEL arch=arm64 17:29:57 ---> Running in aa35fae602c9 17:29:57 Removing intermediate container aa35fae602c9 17:29:57 ---> a849803a86c5 17:29:57 Step 34/35 : LABEL git_sha=69957f4afac909ec5ce47754bbe40131053e8408 17:29:58 ---> Running in 25304615f218 17:29:58 Removing intermediate container 25304615f218 17:29:58 ---> 2db613540b5e 17:29:58 Step 35/35 : LABEL version=0.0.0 17:29:58 ---> Running in 5952f4a8ba78 17:29:58 Removing intermediate container 5952f4a8ba78 17:29:58 ---> a5f3f2a0aa6f 17:29:58 [Warning] One or more build-args [ARCH] were not consumed 17:29:58 Successfully built a5f3f2a0aa6f 17:29:58 Successfully tagged device-usb-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 17:29:59 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 17:29:59 17:29:59 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:29:59 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 17:29:59 arm64: Pulling from edgex-lftools-log-publisher 17:29:59 8998bd30e6a1: Pulling fs layer 17:29:59 04944245beec: Pulling fs layer 17:29:59 699f458cf7ca: Pulling fs layer 17:29:59 765212b225bb: Pulling fs layer 17:29:59 f23df028b6ca: Pulling fs layer 17:29:59 d65c8cfc05b1: Pulling fs layer 17:29:59 2437ff75d9bd: Pulling fs layer 17:29:59 2437ff75d9bd: Waiting 17:29:59 d65c8cfc05b1: Waiting 17:29:59 f23df028b6ca: Waiting 17:29:59 765212b225bb: Waiting 17:30:00 04944245beec: Verifying Checksum 17:30:00 04944245beec: Download complete 17:30:00 765212b225bb: Verifying Checksum 17:30:00 765212b225bb: Download complete 17:30:00 f23df028b6ca: Verifying Checksum 17:30:00 f23df028b6ca: Download complete 17:30:00 d65c8cfc05b1: Download complete 17:30:00 699f458cf7ca: Verifying Checksum 17:30:00 699f458cf7ca: Download complete 17:30:00 8998bd30e6a1: Verifying Checksum 17:30:00 8998bd30e6a1: Download complete 17:30:03 2437ff75d9bd: Verifying Checksum 17:30:03 2437ff75d9bd: Download complete 17:30:04 8998bd30e6a1: Pull complete 17:30:05 04944245beec: Pull complete 17:30:08 699f458cf7ca: Pull complete 17:30:08 765212b225bb: Pull complete 17:30:08 f23df028b6ca: Pull complete 17:30:09 d65c8cfc05b1: Pull complete 17:30:24 2437ff75d9bd: Pull complete 17:30:24 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 17:30:24 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 17:30:24 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 17:30:24 prd-ubuntu20.04-docker-arm64-4c-16g-7768 does not seem to be running inside a container 17:30:24 $ 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-usb-camera/1 -v /w/workspace/device-usb-camera/1:/w/workspace/device-usb-camera/1:rw,z -v /w/workspace/device-usb-camera/1@tmp:/w/workspace/device-usb-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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat 17:30:26 $ docker top ae2e3480a966e6238a1069018cb536265bb7a9906dfc9dcdfa1ccfea8746a46d -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 17:30:27 ---> job-cost.sh 17:30:27 lf-activate-venv: SKIPPING 17:30:27 INFO: No Stack... 17:30:28 INFO: Retrieving Pricing Info for: v3-standard-4 17:30:28 INFO: Archiving Costs [Pipeline] sh 17:30:29 + cut -d, -f6 17:30:29 + cat /w/workspace/device-usb-camera/1/archives/cost.csv [Pipeline] lock 17:30:29 Trying to acquire lock on [jenkins-edgexfoundry-device-usb-camera-PR-164-1-stack-cost] 17:30:29 Resource [jenkins-edgexfoundry-device-usb-camera-PR-164-1-stack-cost] did not exist. Created. 17:30:29 Lock acquired on [jenkins-edgexfoundry-device-usb-camera-PR-164-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 17:30:29 /w/workspace/device-usb-camera/1@tmp/durable-bcb596f4/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh 17:30:30 + echo total: 0.10999999940395355 [Pipeline] stash 17:30:30 Warning: overwriting stash ‘stack-cost’ 17:30:30 Stashed 1 file(s) [Pipeline] } 17:30:30 Lock released on resource [jenkins-edgexfoundry-device-usb-camera-PR-164-1-stack-cost] [Pipeline] // lock [Pipeline] } 17:30:30 $ docker stop --time=1 ae2e3480a966e6238a1069018cb536265bb7a9906dfc9dcdfa1ccfea8746a46d 17:30:31 $ docker rm -f --volumes ae2e3480a966e6238a1069018cb536265bb7a9906dfc9dcdfa1ccfea8746a46d [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 17:30:32 provisioning config files... 17:30:32 copy managed file [device-usb-camera-codecov-token] to file:/w/workspace/foundry_device-usb-camera_PR-164@tmp/config14129430458266880251tmp [Pipeline] { [Pipeline] sh 17:30:33 + set +x 17:30:33 + bash -s -- 17:30:33 + curl -s https://codecov.io/bash 17:30:33 17:30:33 _____ _ 17:30:33 / ____| | | 17:30:33 | | ___ __| | ___ ___ _____ __ 17:30:33 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 17:30:33 | |___| (_) | (_| | __/ (_| (_) \ V / 17:30:33 \_____\___/ \__,_|\___|\___\___/ \_/ 17:30:33 Bash-1.0.6 17:30:33 17:30:33 17:30:33 ==> git version 2.25.1 found 17:30:33 ==> 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 17:30:33 Release-Date: 2020-01-08 17:30:33 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 17:30:33 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 17:30:33 ==> Jenkins CI detected. 17:30:33 current dir:  /w/workspace/foundry_device-usb-camera_PR-164 17:30:33 project root: . 17:30:33 --> token set from env 17:30:33 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 17:30:33 ==> Running gcov in . (disable via -X gcov) 17:30:33 ==> Python coveragepy not found 17:30:33 ==> Searching for coverage reports in: 17:30:33 + . 17:30:33 -> Found 1 reports 17:30:33 ==> Detecting git/mercurial file structure 17:30:33 ==> Reading reports 17:30:33 + ./coverage.out bytes=30666 17:30:33 ==> Appending adjustments 17:30:33 https://docs.codecov.io/docs/fixing-reports 17:30:33 + Found adjustments 17:30:33 ==> Gzipping contents 17:30:33 8.0K /tmp/codecov.PFVHd7.gz 17:30:33 ==> Uploading reports 17:30:33 url: https://codecov.io 17:30:33 query: branch=PR-164&commit=69957f4afac909ec5ce47754bbe40131053e8408&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-usb-camera%2Fjob%2FPR-164%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-usb-camera&service=jenkins&flags=&pr=164&job=&cmd_args= 17:30:33 -> Pinging Codecov 17:30:33 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=6df5b310-220c-4ff1-ad85-d7a32441f080&branch=PR-164&commit=69957f4afac909ec5ce47754bbe40131053e8408&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-usb-camera%2Fjob%2FPR-164%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-usb-camera&service=jenkins&flags=&pr=164&job=&cmd_args= 17:30:33 -> Uploading to 17:30:33 https://storage.googleapis.com/codecov/v4/raw/2023-02-28/73D8F5FF140700D3E01443B452E23636/69957f4afac909ec5ce47754bbe40131053e8408/0df872be-a3f3-40fe-a4dd-775b2ed264bb.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230228%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230228T173033Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=1ea2cd66336157d56ac0151d00a18efa97d0d949a91f4f5795f73e191ffa7830 17:30:33 % Total % Received % Xferd Average Speed Time Time Time Current 17:30:33 Dload Upload Total Spent Left Speed 17:30:34 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 4288 0 0 100 4288 0 20917 --:--:-- --:--:-- --:--:-- 20815 100 4288 0 0 100 4288 0 15259 --:--:-- --:--:-- --:--:-- 15205 17:30:34 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-usb-camera/commit/69957f4afac909ec5ce47754bbe40131053e8408 [Pipeline] } 17:30:34 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 17:30:35 + [ -d /w/workspace/foundry_device-usb-camera_PR-164/archives ] 17:30:35 + ls -al /w/workspace/foundry_device-usb-camera_PR-164/archives 17:30:35 total 16 17:30:35 drwxr-xr-x 3 root root 4096 Feb 28 17:24 . 17:30:35 drwxrwxr-x 11 jenkins jenkins 4096 Feb 28 17:24 .. 17:30:35 drwxr-xr-x 2 root root 4096 Feb 28 17:24 cost 17:30:35 -rw-r--r-- 1 root root 90 Feb 28 17:24 cost.csv 17:30:35 + sudo chown -R jenkins:jenkins /w/workspace/foundry_device-usb-camera_PR-164/archives 17:30:35 + ls -al /w/workspace/foundry_device-usb-camera_PR-164/archives 17:30:35 total 16 17:30:35 drwxr-xr-x 3 jenkins jenkins 4096 Feb 28 17:24 . 17:30:35 drwxrwxr-x 11 jenkins jenkins 4096 Feb 28 17:24 .. 17:30:35 drwxr-xr-x 2 jenkins jenkins 4096 Feb 28 17:24 cost 17:30:35 -rw-r--r-- 1 jenkins jenkins 90 Feb 28 17:24 cost.csv [Pipeline] libraryResource [Pipeline] sh 17:30:36 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 17:30:37 ---> package-listing.sh 17:30:37 ++ facter osfamily 17:30:37 ++ tr '[:upper:]' '[:lower:]' 17:30:37 + OS_FAMILY=debian 17:30:37 + workspace=/w/workspace/foundry_device-usb-camera_PR-164 17:30:37 + START_PACKAGES=/tmp/packages_start.txt 17:30:37 + END_PACKAGES=/tmp/packages_end.txt 17:30:37 + DIFF_PACKAGES=/tmp/packages_diff.txt 17:30:37 + PACKAGES=/tmp/packages_start.txt 17:30:37 + '[' /w/workspace/foundry_device-usb-camera_PR-164 ']' 17:30:37 + PACKAGES=/tmp/packages_end.txt 17:30:37 + case "${OS_FAMILY}" in 17:30:37 + dpkg -l 17:30:37 + grep '^ii' 17:30:37 + '[' -f /tmp/packages_start.txt ']' 17:30:37 + '[' -f /tmp/packages_end.txt ']' 17:30:37 + diff /tmp/packages_start.txt /tmp/packages_end.txt 17:30:37 + '[' /w/workspace/foundry_device-usb-camera_PR-164 ']' 17:30:37 + mkdir -p /w/workspace/foundry_device-usb-camera_PR-164/archives/ 17:30:37 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/foundry_device-usb-camera_PR-164/archives/ [Pipeline] echo 17:30:37 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/foundry_device-usb-camera_PR-164/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 17:30:37 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:30:38 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 17:30:38 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 17:30:38 prd-ubuntu20.04-docker-8c-8g-7760 does not seem to be running inside a container 17:30:38 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/foundry_device-usb-camera_PR-164/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/foundry_device-usb-camera_PR-164 -v /w/workspace/foundry_device-usb-camera_PR-164:/w/workspace/foundry_device-usb-camera_PR-164:rw,z -v /w/workspace/foundry_device-usb-camera_PR-164@tmp:/w/workspace/foundry_device-usb-camera_PR-164@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 17:30:38 $ docker top 64d6b8dbcb67270149211e38d404d0968e2948dfcd24b95fbe23230741f19568 -eo pid,comm [Pipeline] { [Pipeline] sh 17:30:39 + touch /tmp/pre-build-complete [Pipeline] sh 17:30:39 + mkdir -p /var/log/sysstat [Pipeline] sh 17:30:39 + ls /var/log/sa-host 17:30:39 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 17:30:39 provisioning config files... 17:30:39 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/foundry_device-usb-camera_PR-164@tmp/config38655835668802104tmp [Pipeline] { [Pipeline] echo 17:30:39 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 17:30:40 ---> create-netrc.sh [Pipeline] } 17:30:40 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 17:30:40 ---> python-tools-install.sh [Pipeline] echo 17:30:40 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 17:30:41 ---> sudo-logs.sh 17:30:41 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 17:30:41 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 17:30:41 ---> job-cost.sh 17:30:41 lf-activate-venv: SKIPPING 17:30:41 DEBUG: total: 0.2199999988079071 17:30:41 INFO: Retrieving Stack Cost... 17:30:41 INFO: Retrieving Pricing Info for: v3-standard-8 17:30:41 INFO: Archiving Costs [Pipeline] echo 17:30:42 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 17:30:42 ---> logs-deploy.sh 17:30:42 lf-activate-venv: SKIPPING 17:30:42 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-usb-camera/PR-164/1 17:30:42 INFO: archiving workspace using pattern(s): 17:30:43 Archives upload complete. 17:30:43 INFO: archiving logs to Nexus