Pull request #57 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 FelixTing for edgexfoundry/device-usb-camera Obtained Jenkinsfile from 7cf2e5b7601f35c1a93e0b14d3d4ce5d16fe8127+664c5ba3293ecbd7fca44ad183f6df17541e93fa (cd9ed8a752743fc9f4371c5c4ca0bb6a605565d8) 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-ssh2091609374210909302.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 2c432abcf2d142718d3fe157e81a44428d9b823e 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-ssh3041724516786077972.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 2c432abcf2d142718d3fe157e81a44428d9b823e 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-57/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-57/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh10326309438789626041.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-57/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh1667575560277583964.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 2c432abcf2d142718d3fe157e81a44428d9b823e (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 2c432abcf2d142718d3fe157e81a44428d9b823e # timeout=10 Commit message: "Merge pull request #406 from ernestojeda/go.18-debug" > 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-ssh14023647109698016532.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 0f180ed1236c637af8c254f95ad106931cc77145 The recommended git tool is: NONE using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:lfit/releng-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/device-usb-camera/branches/PR-57/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-57/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh17672531268046019935.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 0f180ed1236c637af8c254f95ad106931cc77145 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 0f180ed1236c637af8c254f95ad106931cc77145 # timeout=10 Commit message: "Feat: Add initial docker pipelines" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.16.6' fatal: bad object 2c432abcf2d142718d3fe157e81a44428d9b823e 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 Still waiting to schedule task All nodes of label ‘ubuntu20.04-docker-8c-8g’ are offline Running on prd-ubuntu20.04-docker-8c-8g-20767 in /w/workspace/xfoundry_device-usb-camera_PR-57 [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/xfoundry_device-usb-camera_PR-57 # 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 > 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/57/head:refs/remotes/origin/PR-57 +refs/heads/main:refs/remotes/origin/main # timeout=10 Merging remotes/origin/main commit 664c5ba3293ecbd7fca44ad183f6df17541e93fa into PR head commit 7cf2e5b7601f35c1a93e0b14d3d4ce5d16fe8127 Merge succeeded, producing 79914ee767c944477aca3273ef06eb36f9935772 Checking out Revision 79914ee767c944477aca3273ef06eb36f9935772 (PR-57) > git config core.sparsecheckout # timeout=10 > git checkout -f 7cf2e5b7601f35c1a93e0b14d3d4ce5d16fe8127 # 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 664c5ba3293ecbd7fca44ad183f6df17541e93fa # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 79914ee767c944477aca3273ef06eb36f9935772 # timeout=10 Commit message: "Merge commit '664c5ba3293ecbd7fca44ad183f6df17541e93fa' into HEAD" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object 2c432abcf2d142718d3fe157e81a44428d9b823e [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 08:15:47 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 08:15:47 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 08:15:47 ========================================================= 08:15:47 EdgeX Global Pipelines Version Info 08:15:47 ========================================================= [Pipeline] libraryResource [Pipeline] sh 08:15:49 ------------------- 08:15:49 stable info: 08:15:49 ------------------- 08:15:49 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 08:15:49 Commit SHA: 2c432abcf2d142718d3fe157e81a44428d9b823e 08:15:49 Message: update stable to v1.0.238 08:15:49 ------------------- 08:15:49 experimental info: 08:15:49 ------------------- 08:15:49 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 08:15:49 Commit SHA: 2c432abcf2d142718d3fe157e81a44428d9b823e 08:15:49 Message: update experimental to v1.0.238 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 08:15:49 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-usb-camera-settings [Pipeline] echo 08:15:49 [edgeXSetupEnvironment]: set envvar PROJECT = device-usb-camera [Pipeline] echo 08:15:49 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 08:15:49 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 08:15:49 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 08:15:49 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo 08:15:49 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 08:15:50 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 08:15:50 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 08:15:50 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 08:15:50 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 08:15:50 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-usb-camera [Pipeline] echo 08:15:50 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 08:15:50 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 08:15:50 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 08:15:50 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 08:15:50 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 08:15:50 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 08:15:50 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 08:15:50 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 08:15:50 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 08:15:50 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 08:15:50 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 08:15:50 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 08:15:50 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 08:15:50 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 08:15:50 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 08:15:50 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-57 [Pipeline] echo 08:15:50 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-57 [Pipeline] echo 08:15:50 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-57 [Pipeline] echo 08:15:50 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 79914ee767c944477aca3273ef06eb36f9935772 [Pipeline] echo 08:15:51 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 79914ee [Pipeline] echo 08:15:51 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 08:15:51 provisioning config files... 08:15:51 copy managed file [device-usb-camera-settings] to file:/w/workspace/xfoundry_device-usb-camera_PR-57@tmp/config7544681430413593314tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 08:15:51 ---> docker-login.sh 08:15:51 nexus3.edgexfoundry.org:10001 08:15:51 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:15:52 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:15:52 Configure a credential helper to remove this warning. See 08:15:52 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:15:52 08:15:52 Login Succeeded 08:15:52 nexus3.edgexfoundry.org:10002 08:15:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:15:52 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:15:52 Configure a credential helper to remove this warning. See 08:15:52 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:15:52 08:15:52 Login Succeeded 08:15:52 nexus3.edgexfoundry.org:10003 08:15:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:15:52 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:15:52 Configure a credential helper to remove this warning. See 08:15:52 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:15:52 08:15:52 Login Succeeded 08:15:52 nexus3.edgexfoundry.org:10004 08:15:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:15:52 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:15:52 Configure a credential helper to remove this warning. See 08:15:52 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:15:52 08:15:52 Login Succeeded 08:15:52 docker.io 08:15:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:15:52 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:15:52 Configure a credential helper to remove this warning. See 08:15:52 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:15:52 08:15:52 Login Succeeded 08:15:52 ---> docker-login.sh ends [Pipeline] } 08:15:52 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 08:15:53 + git rev-list -1 --merges 79914ee767c944477aca3273ef06eb36f9935772~1..79914ee767c944477aca3273ef06eb36f9935772 [Pipeline] echo 08:15:53 -----------> git rev-list -1 --merges 79914ee767c944477aca3273ef06eb36f9935772~1..79914ee767c944477aca3273ef06eb36f9935772 79914ee767c944477aca3273ef06eb36f9935772 08:15:53 79914ee767c944477aca3273ef06eb36f9935772 [false] [Pipeline] sh 08:15:53 + git log --format=format:%s -1 79914ee767c944477aca3273ef06eb36f9935772 [Pipeline] echo 08:15:53 ========================================================= 08:15:53 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 08:15:53 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 08:15:54 + git log --format=format:%s -1 79914ee767c944477aca3273ef06eb36f9935772 [Pipeline] echo 08:15:54 [semverPrep] GIT_COMMIT: 79914ee767c944477aca3273ef06eb36f9935772, Commit Message: Merge commit '664c5ba3293ecbd7fca44ad183f6df17541e93fa' into HEAD [Pipeline] echo 08:15:54 [semverPrep] This is not a build commit. [Pipeline] sh 08:15:54 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 08:15:54 + grep -v github /etc/ssh/ssh_known_hosts 08:15:54 + [ -e /tmp/ssh_known_hosts ] 08:15:54 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 08:15:54 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 08:15:54 + sudo tee -a /etc/ssh/ssh_known_hosts 08:15:54 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:15:55 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 08:15:55 08:15:55 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:15:55 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 08:15:55 0.1.4: Pulling from edgex-devops/py-git-semver 08:15:55 b85a868b505f: Pulling fs layer 08:15:55 e2be974225ed: Pulling fs layer 08:15:55 339a4e72a1f5: Pulling fs layer 08:15:55 988bab9f4d93: Pulling fs layer 08:15:55 1469e6f7b9e6: Pulling fs layer 08:15:55 eaf3925da568: Pulling fs layer 08:15:55 bab4dde63d76: Pulling fs layer 08:15:55 bde34c3a00c8: Pulling fs layer 08:15:55 988bab9f4d93: Waiting 08:15:55 b352a97aabf1: Pulling fs layer 08:15:55 4872d77fe225: Pulling fs layer 08:15:55 1469e6f7b9e6: Waiting 08:15:55 5851b861e8e6: Pulling fs layer 08:15:55 bab4dde63d76: Waiting 08:15:55 4872d77fe225: Waiting 08:15:55 bde34c3a00c8: Waiting 08:15:55 b352a97aabf1: Waiting 08:15:55 e2be974225ed: Download complete 08:15:55 988bab9f4d93: Download complete 08:15:55 1469e6f7b9e6: Verifying Checksum 08:15:55 1469e6f7b9e6: Download complete 08:15:55 339a4e72a1f5: Verifying Checksum 08:15:55 339a4e72a1f5: Download complete 08:15:55 eaf3925da568: Verifying Checksum 08:15:55 eaf3925da568: Download complete 08:15:55 bde34c3a00c8: Verifying Checksum 08:15:55 bde34c3a00c8: Download complete 08:15:55 b352a97aabf1: Verifying Checksum 08:15:55 b352a97aabf1: Download complete 08:15:55 4872d77fe225: Verifying Checksum 08:15:55 4872d77fe225: Download complete 08:15:55 5851b861e8e6: Download complete 08:15:55 b85a868b505f: Verifying Checksum 08:15:55 b85a868b505f: Download complete 08:15:56 bab4dde63d76: Verifying Checksum 08:15:56 bab4dde63d76: Download complete 08:15:57 b85a868b505f: Pull complete 08:15:57 e2be974225ed: Pull complete 08:15:57 339a4e72a1f5: Pull complete 08:15:58 988bab9f4d93: Pull complete 08:15:58 1469e6f7b9e6: Pull complete 08:15:58 eaf3925da568: Pull complete 08:16:00 bab4dde63d76: Pull complete 08:16:00 bde34c3a00c8: Pull complete 08:16:00 b352a97aabf1: Pull complete 08:16:00 4872d77fe225: Pull complete 08:16:00 5851b861e8e6: Pull complete 08:16:00 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 08:16:00 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 08:16:00 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 08:16:01 prd-ubuntu20.04-docker-8c-8g-20767 does not seem to be running inside a container 08:16:01 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/xfoundry_device-usb-camera_PR-57 -v /w/workspace/xfoundry_device-usb-camera_PR-57:/w/workspace/xfoundry_device-usb-camera_PR-57:rw,z -v /w/workspace/xfoundry_device-usb-camera_PR-57@tmp:/w/workspace/xfoundry_device-usb-camera_PR-57@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 08:16:02 $ docker top bca475d1113115fe10fc01fb7dcc0a6ead5843670d7d24b77c58407d85d7bd3e -eo pid,comm 08:16:02 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). 08:16:02 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 08:16:02 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 08:16:02 [ssh-agent] Looking for ssh-agent implementation... 08:16:02 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 08:16:02 $ docker exec bca475d1113115fe10fc01fb7dcc0a6ead5843670d7d24b77c58407d85d7bd3e ssh-agent 08:16:03 SSH_AUTH_SOCK=/tmp/ssh-X19OglIwGhq5/agent.32 08:16:03 SSH_AGENT_PID=38 08:16:03 Running ssh-add (command line suppressed) 08:16:03 Identity added: /w/workspace/xfoundry_device-usb-camera_PR-57@tmp/private_key_6102207796671141750.key (/w/workspace/xfoundry_device-usb-camera_PR-57@tmp/private_key_6102207796671141750.key) 08:16:03 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 08:16:03 + git tag --points-at HEAD [Pipeline] } 08:16:03 $ docker exec --env ******** --env ******** bca475d1113115fe10fc01fb7dcc0a6ead5843670d7d24b77c58407d85d7bd3e ssh-agent -k 08:16:03 unset SSH_AUTH_SOCK; 08:16:03 unset SSH_AGENT_PID; 08:16:03 echo Agent pid 38 killed; 08:16:03 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 08:16:03 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 08:16:03 [ssh-agent] Looking for ssh-agent implementation... 08:16:03 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 08:16:03 $ docker exec bca475d1113115fe10fc01fb7dcc0a6ead5843670d7d24b77c58407d85d7bd3e ssh-agent 08:16:04 SSH_AUTH_SOCK=/tmp/ssh-BgkDw0iO8d11/agent.70 08:16:04 SSH_AGENT_PID=76 08:16:04 Running ssh-add (command line suppressed) 08:16:04 Identity added: /w/workspace/xfoundry_device-usb-camera_PR-57@tmp/private_key_3060963578920232556.key (/w/workspace/xfoundry_device-usb-camera_PR-57@tmp/private_key_3060963578920232556.key) 08:16:04 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 08:16:04 + git semver init 08:16:04 2022-07-22 08:16:04,776 [run_init] DEBUG init version:0.0.0 force:False 08:16:04 2022-07-22 08:16:04,777 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/xfoundry_device-usb-camera_PR-57/.semver 08:16:04 2022-07-22 08:16:04,778 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-usb-camera.git /w/workspace/xfoundry_device-usb-camera_PR-57/.semver 08:16:04 2022-07-22 08:16:04,778 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/device-usb-camera.git', '/w/workspace/xfoundry_device-usb-camera_PR-57/.semver'], cwd=/w/workspace/xfoundry_device-usb-camera_PR-57, universal_newlines=False, shell=None, istream=None) 08:16:05 2022-07-22 08:16:05,327 [append_file] DEBUG append to file:/w/workspace/xfoundry_device-usb-camera_PR-57/.git/info/exclude 08:16:05 2022-07-22 08:16:05,328 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/xfoundry_device-usb-camera_PR-57/.semver/PR-57 with force:False 08:16:05 2022-07-22 08:16:05,328 [write_file] DEBUG write to file:/w/workspace/xfoundry_device-usb-camera_PR-57/.semver/PR-57 08:16:05 2022-07-22 08:16:05,333 [execute] INFO git cat-file --batch-check 08:16:05 2022-07-22 08:16:05,333 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/xfoundry_device-usb-camera_PR-57/.semver, universal_newlines=False, shell=None, istream=) 08:16:05 2022-07-22 08:16:05,341 [execute] INFO git cat-file --batch 08:16:05 2022-07-22 08:16:05,341 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/xfoundry_device-usb-camera_PR-57/.semver, universal_newlines=False, shell=None, istream=) 08:16:05 2022-07-22 08:16:05,347 [read_version] DEBUG read version from /w/workspace/xfoundry_device-usb-camera_PR-57/.semver/PR-57 08:16:05 0.0.0 [Pipeline] } 08:16:05 $ docker exec --env ******** --env ******** bca475d1113115fe10fc01fb7dcc0a6ead5843670d7d24b77c58407d85d7bd3e ssh-agent -k 08:16:05 unset SSH_AUTH_SOCK; 08:16:05 unset SSH_AGENT_PID; 08:16:05 echo Agent pid 76 killed; 08:16:05 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 08:16:06 + git semver [Pipeline] } 08:16:06 $ docker stop --time=1 bca475d1113115fe10fc01fb7dcc0a6ead5843670d7d24b77c58407d85d7bd3e 08:16:07 $ docker rm -f bca475d1113115fe10fc01fb7dcc0a6ead5843670d7d24b77c58407d85d7bd3e [Pipeline] // withDockerContainer [Pipeline] sh 08:16:08 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 08:16:08 Stashed 1 file(s) [Pipeline] echo 08:16:08 [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 08:16:09 provisioning config files... 08:16:09 copy managed file [device-usb-camera-settings] to file:/w/workspace/xfoundry_device-usb-camera_PR-57@tmp/config1889641543908493094tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 08:16:09 ---> docker-login.sh 08:16:09 nexus3.edgexfoundry.org:10001 08:16:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:16:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:16:09 Configure a credential helper to remove this warning. See 08:16:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:16:09 08:16:09 Login Succeeded 08:16:09 nexus3.edgexfoundry.org:10002 08:16:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:16:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:16:09 Configure a credential helper to remove this warning. See 08:16:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:16:09 08:16:09 Login Succeeded 08:16:09 nexus3.edgexfoundry.org:10003 08:16:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:16:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:16:09 Configure a credential helper to remove this warning. See 08:16:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:16:09 08:16:09 Login Succeeded 08:16:09 nexus3.edgexfoundry.org:10004 08:16:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:16:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:16:09 Configure a credential helper to remove this warning. See 08:16:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:16:09 08:16:09 Login Succeeded 08:16:09 docker.io 08:16:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:16:10 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:16:10 Configure a credential helper to remove this warning. See 08:16:10 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:16:10 08:16:10 Login Succeeded 08:16:10 ---> docker-login.sh ends [Pipeline] } 08:16:10 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 08:16:10 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 08:16:10 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 08:16:10 ========================================================= 08:16:10 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] 08:16:10 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:16:10 + 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 . 08:16:10 Sending build context to Docker daemon 725kB 08:16:10 Step 1/13 : ARG BASE=golang:1.17-alpine3.15 08:16:10 Step 2/13 : FROM ${BASE} AS builder 08:16:10 1.18-alpine: Pulling from edgex-devops/edgex-golang-base 08:16:10 2408cc74d12b: Pulling fs layer 08:16:10 ea60b727a1ce: Pulling fs layer 08:16:10 30c4a7721957: Pulling fs layer 08:16:10 370296b7ddb6: Pulling fs layer 08:16:10 7c6cee850709: Pulling fs layer 08:16:10 39a5fcdaea64: Pulling fs layer 08:16:10 d94ebbe4e438: Pulling fs layer 08:16:10 bcfd1f05c69d: Pulling fs layer 08:16:10 59ccb84bbe0f: Pulling fs layer 08:16:10 370296b7ddb6: Waiting 08:16:10 7c6cee850709: Waiting 08:16:10 39a5fcdaea64: Waiting 08:16:10 d94ebbe4e438: Waiting 08:16:10 bcfd1f05c69d: Waiting 08:16:10 59ccb84bbe0f: Waiting 08:16:11 ea60b727a1ce: Verifying Checksum 08:16:11 ea60b727a1ce: Download complete 08:16:11 7c6cee850709: Download complete 08:16:11 39a5fcdaea64: Verifying Checksum 08:16:11 39a5fcdaea64: Download complete 08:16:11 2408cc74d12b: Download complete 08:16:11 d94ebbe4e438: Download complete 08:16:11 2408cc74d12b: Pull complete 08:16:11 ea60b727a1ce: Pull complete 08:16:11 30c4a7721957: Pull complete 08:16:11 59ccb84bbe0f: Verifying Checksum 08:16:11 59ccb84bbe0f: Download complete 08:16:11 bcfd1f05c69d: Verifying Checksum 08:16:11 bcfd1f05c69d: Download complete 08:16:12 370296b7ddb6: Download complete 08:16:16 370296b7ddb6: Pull complete 08:16:16 7c6cee850709: Pull complete 08:16:16 39a5fcdaea64: Pull complete 08:16:16 d94ebbe4e438: Pull complete 08:16:19 bcfd1f05c69d: Pull complete 08:16:19 59ccb84bbe0f: Pull complete 08:16:19 Digest: sha256:b7a3521351a9cbc7ce2a60b0b0d40edf4ed6cc338df7dc09f1589c9a81f0a497 08:16:19 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 08:16:19 ---> a4fb48ad2a94 08:16:19 Step 3/13 : ARG MAKE="make build" 08:16:21 ---> Running in 7848f9bae6e4 08:16:21 Removing intermediate container 7848f9bae6e4 08:16:21 ---> 4019b3d8d40c 08:16:21 Step 4/13 : ARG ALPINE_PKG_BASE="make git gcc libc-dev zeromq-dev libsodium-dev curl" 08:16:21 ---> Running in 64f779ee876c 08:16:21 Removing intermediate container 64f779ee876c 08:16:21 ---> faedb8ba75cb 08:16:21 Step 5/13 : ARG ALPINE_PKG_EXTRA="v4l-utils-dev v4l-utils v4l-utils-libs linux-headers" 08:16:21 ---> Running in e0632a7429db 08:16:21 Removing intermediate container e0632a7429db 08:16:21 ---> 58014a83835a 08:16:21 Step 6/13 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 08:16:21 ---> Running in c34dbee4a4ce 08:16:21 Removing intermediate container c34dbee4a4ce 08:16:21 ---> e088da2dfb3d 08:16:21 Step 7/13 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 08:16:21 ---> Running in 2dd947b933d0 08:16:22 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 08:16:23 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 08:16:23 (1/80) Installing mesa (21.3.8-r1) 08:16:23 (2/80) Installing libxau (1.0.9-r0) 08:16:23 (3/80) Installing libxdmcp (1.1.3-r0) 08:16:23 (4/80) Installing libxcb (1.15-r0) 08:16:23 Still waiting to schedule task 08:16:23 All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline 08:16:24 (5/80) Installing libx11 (1.8-r0) 08:16:24 (6/80) Installing libxext (1.3.4-r0) 08:16:24 (7/80) Installing libxfixes (6.0.0-r0) 08:16:24 (8/80) Installing libxxf86vm (1.1.4-r2) 08:16:24 (9/80) Installing libpciaccess (0.16-r0) 08:16:24 (10/80) Installing libdrm (2.4.110-r0) 08:16:24 (11/80) Installing mesa-glapi (21.3.8-r1) 08:16:24 (12/80) Installing libxshmfence (1.3-r1) 08:16:24 (13/80) Installing mesa-gl (21.3.8-r1) 08:16:24 (14/80) Installing icu-data-full (71.1-r2) 08:16:25 (15/80) Installing libice (1.0.10-r0) 08:16:25 (16/80) Installing libuuid (2.38-r1) 08:16:25 (17/80) Installing libsm (1.2.3-r0) 08:16:26 (18/80) Installing libxt (1.2.1-r0) 08:16:26 (19/80) Installing libxmu (1.1.3-r0) 08:16:26 (20/80) Installing xset (1.2.4-r0) 08:16:26 (21/80) Installing xprop (1.2.5-r0) 08:16:26 (22/80) Installing xdg-utils (1.1.3-r3) 08:16:26 (23/80) Installing dbus-libs (1.14.0-r1) 08:16:26 (24/80) Installing libffi (3.4.2-r1) 08:16:26 (25/80) Installing libintl (0.21-r2) 08:16:26 (26/80) Installing libblkid (2.38-r1) 08:16:26 (27/80) Installing libmount (2.38-r1) 08:16:26 (28/80) Installing pcre (8.45-r2) 08:16:26 (29/80) Installing glib (2.72.1-r0) 08:16:27 (30/80) Installing icu-libs (71.1-r2) 08:16:28 (31/80) Installing libpcre2-16 (10.40-r0) 08:16:28 (32/80) Installing zstd-libs (1.5.2-r1) 08:16:28 (33/80) Installing qt5-qtbase (5.15.4_git20220511-r1) 08:16:28 (34/80) Installing hicolor-icon-theme (0.17-r1) 08:16:28 (35/80) Installing wayland-libs-server (1.20.0-r0) 08:16:28 (36/80) Installing mesa-gbm (21.3.8-r1) 08:16:28 (37/80) Installing wayland-libs-client (1.20.0-r0) 08:16:29 (38/80) Installing qt5-qtdeclarative (5.15.4_git20220514-r0) 08:16:29 (39/80) Installing libxcomposite (0.4.5-r0) 08:16:29 (40/80) Installing libbz2 (1.0.8-r1) 08:16:29 (41/80) Installing libpng (1.6.37-r1) 08:16:30 (42/80) Installing freetype (2.12.1-r0) 08:16:30 (43/80) Installing fontconfig (2.14.0-r0) 08:16:30 (44/80) Installing wayland-libs-cursor (1.20.0-r0) 08:16:30 (45/80) Installing wayland-libs-egl (1.20.0-r0) 08:16:30 (46/80) Installing xkeyboard-config (2.35.1-r0) 08:16:30 (47/80) Installing xz-libs (5.2.5-r1) 08:16:30 (48/80) Installing libxml2 (2.9.14-r0) 08:16:30 (49/80) Installing libxkbcommon (1.4.1-r0) 08:16:30 (50/80) Installing qt5-qtwayland (5.15.4_git20220511-r0) 08:16:31 (51/80) Installing mesa-egl (21.3.8-r1) 08:16:31 (52/80) Installing avahi-libs (0.8-r6) 08:16:31 (53/80) Installing nettle (3.7.3-r0) 08:16:31 (54/80) Installing p11-kit (0.24.1-r0) 08:16:31 (55/80) Installing libtasn1 (4.18.0-r0) 08:16:31 (56/80) Installing libunistring (1.0-r0) 08:16:31 (57/80) Installing gnutls (3.7.6-r0) 08:16:31 (58/80) Installing cups-libs (2.4.2-r0) 08:16:31 (59/80) Installing graphite2 (1.3.14-r1) 08:16:31 (60/80) Installing harfbuzz (4.3.0-r0) 08:16:32 (61/80) Installing libevdev (1.12.1-r0) 08:16:32 (62/80) Installing mtdev (1.1.6-r0) 08:16:32 (63/80) Installing eudev-libs (3.2.11-r0) 08:16:32 (64/80) Installing libinput-libs (1.20.1-r0) 08:16:32 (65/80) Installing libjpeg-turbo (2.1.3-r1) 08:16:32 (66/80) Installing xcb-util-wm (0.4.1-r1) 08:16:32 (67/80) Installing xcb-util (0.4.0-r3) 08:16:32 (68/80) Installing xcb-util-image (0.4.0-r1) 08:16:32 (69/80) Installing xcb-util-keysyms (0.4.0-r1) 08:16:32 (70/80) Installing xcb-util-renderutil (0.3.9-r1) 08:16:33 (71/80) Installing libxkbcommon-x11 (1.4.1-r0) 08:16:33 (72/80) Installing qt5-qtbase-x11 (5.15.4_git20220511-r1) 08:16:33 (73/80) Installing v4l-utils-libs (1.22.1-r1) 08:16:33 (74/80) Installing v4l-utils (1.22.1-r1) 08:16:33 (75/80) Installing udev-init-scripts (35-r0) 08:16:33 Executing udev-init-scripts-35-r0.post-install 08:16:33 (76/80) Installing kmod-libs (29-r2) 08:16:34 (77/80) Installing eudev (3.2.11-r0) 08:16:34 (78/80) Installing eudev-dev (3.2.11-r0) 08:16:34 (79/80) Installing v4l-utils-dvbv5 (1.22.1-r1) 08:16:34 (80/80) Installing v4l-utils-dev (1.22.1-r1) 08:16:34 Executing busybox-1.35.0-r13.trigger 08:16:34 Executing eudev-3.2.11-r0.trigger 08:16:34 OK: 330 MiB in 131 packages 08:16:37 Removing intermediate container 2dd947b933d0 08:16:37 ---> 9ef4de592510 08:16:37 Step 8/13 : WORKDIR /device-usb-camera 08:16:37 ---> Running in 941810a26039 08:16:37 Removing intermediate container 941810a26039 08:16:37 ---> 025ed6c58f1f 08:16:37 Step 9/13 : COPY go.mod vendor* ./ 08:16:37 ---> b84b27a3a65a 08:16:37 Step 10/13 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 08:16:37 ---> Running in 4afcb74b7707 08:16:55 Removing intermediate container 4afcb74b7707 08:16:55 ---> 05842e8e6a2f 08:16:55 Step 11/13 : COPY . . 08:16:55 ---> 1dd3f4eb49c9 08:16:55 Step 12/13 : RUN /device-usb-camera/fetch-license.sh 08:16:55 ---> Running in a23dc57bf95d 08:16:55  % Total % Received % Xferd Average Speed Time Time Time Current 08:16:55 Dload Upload Total Spent Left Speed 08:16:55 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 1062 100 1062 0 0 11144 0 --:--:-- --:--:-- --:--:-- 11062 100 1062 100 1062 0 0 11132 0 --:--:-- --:--:-- --:--:-- 11062 08:16:55 Removing intermediate container a23dc57bf95d 08:16:55 ---> f6f7db3b16f2 08:16:55 Step 13/13 : RUN ${MAKE} 08:16:55 ---> Running in a18557c1303d 08:16:56 noop 08:16:56 Removing intermediate container a18557c1303d 08:16:56 ---> 9a680a873b56 08:16:56 Successfully built 9a680a873b56 08:16:56 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:16:56 + docker inspect -f . ci-base-image-x86_64 08:16:56 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 08:16:57 prd-ubuntu20.04-docker-8c-8g-20767 does not seem to be running inside a container 08:16:57 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/xfoundry_device-usb-camera_PR-57 -v /w/workspace/xfoundry_device-usb-camera_PR-57:/w/workspace/xfoundry_device-usb-camera_PR-57:rw,z -v /w/workspace/xfoundry_device-usb-camera_PR-57@tmp:/w/workspace/xfoundry_device-usb-camera_PR-57@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 08:16:57 $ docker top b1f7b0229c558202715cb50a477d20b16c2db8b581cae4b2132715dd88608839 -eo pid,comm [Pipeline] { [Pipeline] sh 08:16:57 + go version 08:16:57 go version go1.18.3 linux/amd64 [Pipeline] } 08:16:57 $ docker stop --time=1 b1f7b0229c558202715cb50a477d20b16c2db8b581cae4b2132715dd88608839 08:16:59 $ docker rm -f b1f7b0229c558202715cb50a477d20b16c2db8b581cae4b2132715dd88608839 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:16:59 + docker inspect -f . ci-base-image-x86_64 08:16:59 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 08:17:00 prd-ubuntu20.04-docker-8c-8g-20767 does not seem to be running inside a container 08:17:00 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -w /w/workspace/xfoundry_device-usb-camera_PR-57 -v /w/workspace/xfoundry_device-usb-camera_PR-57:/w/workspace/xfoundry_device-usb-camera_PR-57:rw,z -v /w/workspace/xfoundry_device-usb-camera_PR-57@tmp:/w/workspace/xfoundry_device-usb-camera_PR-57@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 08:17:00 $ docker top ff10aa86c6c1bd55007868b9759936ddae60fa9e524290d348eee3ee1bce319e -eo pid,comm [Pipeline] { [Pipeline] sh 08:17:00 + git config --global --add safe.directory /w/workspace/xfoundry_device-usb-camera_PR-57 [Pipeline] fileExists [Pipeline] sh 08:17:01 + make test 08:17:01 CGO_ENABLED=1 go test ./... -coverprofile=coverage.out ./... 08:17:01 ? github.com/edgexfoundry/device-usb-camera [no test files] 08:17:11 ? github.com/edgexfoundry/device-usb-camera/cmd [no test files] 08:17:11 ? github.com/edgexfoundry/device-usb-camera/internal/driver [no test files] 08:17:16 CGO_ENABLED=1 go vet ./... 08:17:20 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 08:17:20 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 08:17:20 ./bin/test-attribution-txt.sh [Pipeline] echo 08:17:20 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 08:17:20 $ docker stop --time=1 ff10aa86c6c1bd55007868b9759936ddae60fa9e524290d348eee3ee1bce319e 08:17:22 $ docker rm -f ff10aa86c6c1bd55007868b9759936ddae60fa9e524290d348eee3ee1bce319e [Pipeline] // withDockerContainer [Pipeline] sh 08:17:22 + sudo chown -R jenkins:jenkins . [Pipeline] stash 08:17:22 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 08:17:23 + sudo chown -R jenkins:jenkins . [Pipeline] sh 08:17:23 + ls -al . 08:17:23 total 168 08:17:23 drwxrwxr-x 9 jenkins jenkins 4096 Jul 22 08:17 . 08:17:23 drwxrwxr-x 4 jenkins jenkins 4096 Jul 22 08:15 .. 08:17:23 drwxrwxr-x 8 jenkins jenkins 4096 Jul 22 08:17 .git 08:17:23 drwxrwxr-x 3 jenkins jenkins 4096 Jul 22 08:15 .github 08:17:23 -rw-rw-r-- 1 jenkins jenkins 414 Jul 22 08:15 .gitignore 08:17:23 -rw-rw-r-- 1 jenkins jenkins 42 Jul 22 08:15 .golangci.yml 08:17:23 -rw-rw-r-- 1 jenkins jenkins 77 Jul 22 08:15 .hadolint.yml 08:17:23 drwxr-xr-x 3 jenkins jenkins 4096 Jul 22 08:16 .semver 08:17:23 -rw-rw-r-- 1 jenkins jenkins 8706 Jul 22 08:15 Attribution.txt 08:17:23 -rw-rw-r-- 1 jenkins jenkins 181 Jul 22 08:15 CHANGELOG.md 08:17:23 -rw-rw-r-- 1 jenkins jenkins 2054 Jul 22 08:15 Dockerfile 08:17:23 -rw-rw-r-- 1 jenkins jenkins 678 Jul 22 08:15 GOVERNANCE.md 08:17:23 -rw-rw-r-- 1 jenkins jenkins 659 Jul 22 08:15 Jenkinsfile 08:17:23 -rw-rw-r-- 1 jenkins jenkins 11348 Jul 22 08:15 LICENSE 08:17:23 -rw-rw-r-- 1 jenkins jenkins 2345 Jul 22 08:15 Makefile 08:17:23 -rw-rw-r-- 1 jenkins jenkins 622 Jul 22 08:15 OWNERS.md 08:17:23 -rw-rw-r-- 1 jenkins jenkins 11243 Jul 22 08:15 README.md 08:17:23 -rw-rw-r-- 1 jenkins jenkins 5 Jul 22 08:16 VERSION 08:17:23 drwxrwxr-x 2 jenkins jenkins 4096 Jul 22 08:15 bin 08:17:23 drwxrwxr-x 3 jenkins jenkins 4096 Jul 22 08:15 cmd 08:17:23 -rw-r--r-- 1 jenkins jenkins 10 Jul 22 08:17 coverage.out 08:17:23 -rwxrwxr-x 1 jenkins jenkins 140 Jul 22 08:15 docker-entrypoint.sh 08:17:23 -rwxrwxr-x 1 jenkins jenkins 117 Jul 22 08:15 fetch-license.sh 08:17:23 -rw-rw-r-- 1 jenkins jenkins 3277 Jul 22 08:15 go.mod 08:17:23 -rw-rw-r-- 1 jenkins jenkins 35596 Jul 22 08:15 go.sum 08:17:23 drwxrwxr-x 3 jenkins jenkins 4096 Jul 22 08:15 internal 08:17:23 drwxrwxr-x 4 jenkins jenkins 4096 Jul 22 08:15 snap 08:17:23 -rw-rw-r-- 1 jenkins jenkins 231 Jul 22 08:15 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:17:24 + 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=79914ee767c944477aca3273ef06eb36f9935772 --label arch=amd64 --label version=0.0.0 . 08:17:24 Sending build context to Docker daemon 726kB 08:17:24 Step 1/32 : ARG BASE=golang:1.17-alpine3.15 08:17:24 Step 2/32 : FROM ${BASE} AS builder 08:17:24 ---> 9a680a873b56 08:17:24 Step 3/32 : ARG MAKE="make build" 08:17:24 ---> Running in 3237de0e07cc 08:17:24 Removing intermediate container 3237de0e07cc 08:17:24 ---> 65b7dfe6633a 08:17:24 Step 4/32 : ARG ALPINE_PKG_BASE="make git gcc libc-dev zeromq-dev libsodium-dev curl" 08:17:24 ---> Running in 3c258f1359ea 08:17:24 Removing intermediate container 3c258f1359ea 08:17:24 ---> f4807da8a4c0 08:17:24 Step 5/32 : ARG ALPINE_PKG_EXTRA="v4l-utils-dev v4l-utils v4l-utils-libs linux-headers" 08:17:24 ---> Running in 61099703fdd0 08:17:24 Removing intermediate container 61099703fdd0 08:17:24 ---> 431719d2627b 08:17:24 Step 6/32 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 08:17:24 ---> Running in 60476e0b1b33 08:17:25 Removing intermediate container 60476e0b1b33 08:17:25 ---> bd7aa5c67271 08:17:25 Step 7/32 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 08:17:25 ---> Running in 998839dd3a31 08:17:25 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 08:17:26 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 08:17:26 OK: 330 MiB in 131 packages 08:17:27 Removing intermediate container 998839dd3a31 08:17:27 ---> e2f17fca78fb 08:17:27 Step 8/32 : WORKDIR /device-usb-camera 08:17:27 ---> Running in a9bc8065a425 08:17:27 Removing intermediate container a9bc8065a425 08:17:27 ---> f78b93d0fb4d 08:17:27 Step 9/32 : COPY go.mod vendor* ./ 08:17:27 ---> 0177aae49eac 08:17:27 Step 10/32 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 08:17:27 ---> Running in fffd9671666b 08:17:28 Removing intermediate container fffd9671666b 08:17:28 ---> ca4dccea11d9 08:17:28 Step 11/32 : COPY . . 08:17:28 ---> 3d421848e78e 08:17:28 Step 12/32 : RUN /device-usb-camera/fetch-license.sh 08:17:28 ---> Running in 0ebabc3269b8 08:17:28  % Total % Received % Xferd Average Speed Time Time Time Current 08:17:28  Dload Upload Total Spent Left Speed 08:17:28 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 1062 100 1062 0 0 42522 0 --:--:-- --:--:-- --:--:-- 44250 08:17:29 Removing intermediate container 0ebabc3269b8 08:17:29 ---> c5d8bb72a625 08:17:29 Step 13/32 : RUN ${MAKE} 08:17:29 ---> Running in d0640bc75691 08:17:29 CGO_ENABLED=1 go build -ldflags "-linkmode=external -X github.com/edgexfoundry/device-usb-camera.Version=0.0.0 -X github.com/edgexfoundry/device-sdk-go/v2/internal/common.SDKVersion=v2.2.0" -trimpath -mod=readonly -buildmode=pie -o cmd/device-usb-camera ./cmd 08:17:51 Removing intermediate container d0640bc75691 08:17:51 ---> 1ad53df4bc51 08:17:51 Step 14/32 : FROM aler9/rtsp-simple-server:v0.18.4 AS rtsp 08:17:51 v0.18.4: Pulling from aler9/rtsp-simple-server 08:17:51 af6660deedbd: Pulling fs layer 08:17:51 97cd0a44c592: Pulling fs layer 08:17:51 97cd0a44c592: Verifying Checksum 08:17:51 97cd0a44c592: Download complete 08:17:51 af6660deedbd: Verifying Checksum 08:17:51 af6660deedbd: Download complete 08:17:51 af6660deedbd: Pull complete 08:17:51 97cd0a44c592: Pull complete 08:17:51 Digest: sha256:1453d1d853d0ebdb57f9d2cbebc75114a1174f7b08edc414400166566d9ff563 08:17:51 Status: Downloaded newer image for aler9/rtsp-simple-server:v0.18.4 08:17:51 ---> fea57e182299 08:17:51 Step 15/32 : FROM alpine:3.15 08:17:51 3.15: Pulling from library/alpine 08:17:51 ab6db1bc80d0: Pulling fs layer 08:17:51 ab6db1bc80d0: Verifying Checksum 08:17:51 ab6db1bc80d0: Download complete 08:17:51 ab6db1bc80d0: Pull complete 08:17:51 Digest: sha256:0483110c51a764abe175a8cefb941541ca0bc0f628ce418d3a660338abf4622a 08:17:51 Status: Downloaded newer image for alpine:3.15 08:17:51 ---> 2720e26172a0 08:17:51 Step 16/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel Corporation' 08:17:51 ---> Running in 186c2a91c39f 08:17:51 Removing intermediate container 186c2a91c39f 08:17:51 ---> b1704806c76e 08:17:51 Step 17/32 : RUN apk add --update --no-cache zeromq dumb-init ffmpeg udev 08:17:51 ---> Running in a01f0d5f9b8d 08:17:51 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 08:17:51 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 08:17:52 (1/74) Installing dumb-init (1.2.5-r1) 08:17:52 (2/74) Installing sdl2 (2.0.16-r4) 08:17:52 (3/74) Installing libxau (1.0.9-r0) 08:17:52 (4/74) Installing libmd (1.0.3-r0) 08:17:52 (5/74) Installing libbsd (0.11.3-r1) 08:17:52 (6/74) Installing libxdmcp (1.1.3-r0) 08:17:52 (7/74) Installing libxcb (1.14-r2) 08:17:52 (8/74) Installing libx11 (1.7.2-r0) 08:17:52 (9/74) Installing aom-libs (3.2.0-r0) 08:17:52 (10/74) Installing alsa-lib (1.2.5.1-r1) 08:17:52 (11/74) Installing expat (2.4.7-r0) 08:17:52 (12/74) Installing brotli-libs (1.0.9-r5) 08:17:52 (13/74) Installing libbz2 (1.0.8-r1) 08:17:52 (14/74) Installing libpng (1.6.37-r1) 08:17:52 (15/74) Installing freetype (2.11.1-r2) 08:17:52 (16/74) Installing libuuid (2.37.4-r0) 08:17:52 (17/74) Installing fontconfig (2.13.1-r4) 08:17:52 (18/74) Installing fribidi (1.0.11-r0) 08:17:52 (19/74) Installing libffi (3.4.2-r1) 08:17:52 (20/74) Installing libintl (0.21-r0) 08:17:52 (21/74) Installing libblkid (2.37.4-r0) 08:17:52 (22/74) Installing libmount (2.37.4-r0) 08:17:52 (23/74) Installing pcre (8.45-r1) 08:17:52 (24/74) Installing glib (2.70.1-r0) 08:17:52 (25/74) Installing graphite2 (1.3.14-r0) 08:17:52 (26/74) Installing harfbuzz (3.0.0-r2) 08:17:52 (27/74) Installing libass (0.15.2-r0) 08:17:52 (28/74) Installing libdav1d (0.9.2-r0) 08:17:52 (29/74) Installing gmp (6.2.1-r1) 08:17:52 (30/74) Installing nettle (3.7.3-r0) 08:17:52 (31/74) Installing p11-kit (0.24.0-r1) 08:17:52 (32/74) Installing libtasn1 (4.18.0-r0) 08:17:52 (33/74) Installing libunistring (0.9.10-r1) 08:17:52 (34/74) Installing gnutls (3.7.1-r0) 08:17:52 (35/74) Installing ncurses-terminfo-base (6.3_p20211120-r1) 08:17:52 (36/74) Installing ncurses-libs (6.3_p20211120-r1) 08:17:52 (37/74) Installing lame (3.100-r0) 08:17:52 (38/74) Installing opus (1.3.1-r1) 08:17:52 (39/74) Installing libgomp (10.3.1_git20211027-r0) 08:17:52 (40/74) Installing soxr (0.1.3-r2) 08:17:52 (41/74) Installing libgcc (10.3.1_git20211027-r0) 08:17:52 (42/74) Installing libstdc++ (10.3.1_git20211027-r0) 08:17:52 (43/74) Installing libsrt (1.4.2-r1) 08:17:52 (44/74) Installing libssh (0.9.6-r1) 08:17:52 (45/74) Installing libogg (1.3.5-r0) 08:17:52 (46/74) Installing libtheora (1.1.1-r16) 08:17:52 (47/74) Installing libjpeg-turbo (2.1.2-r0) 08:17:52 (48/74) Installing v4l-utils-libs (1.22.1-r1) 08:17:52 (49/74) Installing libxext (1.3.4-r0) 08:17:52 (50/74) Installing libxfixes (6.0.0-r0) 08:17:52 (51/74) Installing libpciaccess (0.16-r0) 08:17:52 (52/74) Installing libdrm (2.4.109-r0) 08:17:52 (53/74) Installing wayland-libs-client (1.19.0-r1) 08:17:52 (54/74) Installing libva (2.13.0-r0) 08:17:52 (55/74) Installing libvdpau (1.4-r0) 08:17:52 (56/74) Installing vidstab (1.1.0-r1) 08:17:52 (57/74) Installing libvorbis (1.3.7-r0) 08:17:52 (58/74) Installing libvpx (1.10.0-r0) 08:17:52 (59/74) Installing vulkan-loader (1.2.196-r0) 08:17:52 (60/74) Installing libwebp (1.2.2-r0) 08:17:52 (61/74) Installing x264-libs (20210613-r0) 08:17:52 (62/74) Installing x265-libs (3.5-r0) 08:17:52 (63/74) Installing xvidcore (1.3.7-r1) 08:17:52 (64/74) Installing ffmpeg-libs (4.4.1-r2) 08:17:52 (65/74) Installing ffmpeg (4.4.1-r2) 08:17:52 (66/74) Installing udev-init-scripts (35-r0) 08:17:52 Executing udev-init-scripts-35-r0.post-install 08:17:52 (67/74) Installing eudev-libs (3.2.11_pre1-r0) 08:17:52 (68/74) Installing xz-libs (5.2.5-r1) 08:17:52 (69/74) Installing zstd-libs (1.5.0-r0) 08:17:52 (70/74) Installing kmod-libs (29-r2) 08:17:52 (71/74) Installing eudev (3.2.11_pre1-r0) 08:17:52 (72/74) Installing libsodium (1.0.18-r0) 08:17:52 (73/74) Installing libzmq (4.3.4-r0) 08:17:52 (74/74) Installing zeromq (4.3.4-r0) 08:17:52 Executing busybox-1.34.1-r7.trigger 08:17:52 Executing eudev-3.2.11_pre1-r0.trigger 08:17:52 OK: 78 MiB in 88 packages 08:17:54 Removing intermediate container a01f0d5f9b8d 08:17:54 ---> b6d1b44e946d 08:17:54 Step 18/32 : WORKDIR / 08:17:54 ---> Running in ee45c694b710 08:17:54 Removing intermediate container ee45c694b710 08:17:54 ---> daf9edbfbcba 08:17:54 Step 19/32 : COPY --from=builder /device-usb-camera/cmd / 08:17:55 ---> b3d6a7a9220e 08:17:55 Step 20/32 : COPY --from=builder /device-usb-camera/LICENSE / 08:17:55 ---> 4bc8d43b61aa 08:17:55 Step 21/32 : COPY --from=builder /device-usb-camera/LICENSE-rtsp-simple-server / 08:17:55 ---> 474725339b0a 08:17:55 Step 22/32 : COPY --from=builder /device-usb-camera/Attribution.txt / 08:17:55 ---> 4379385e5fc0 08:17:55 Step 23/32 : COPY --from=builder /device-usb-camera/docker-entrypoint.sh / 08:17:55 ---> 11ca4b948073 08:17:55 Step 24/32 : COPY --from=rtsp /rtsp-simple-server.yml / 08:17:55 ---> d96a3a79ab5c 08:17:55 Step 25/32 : COPY --from=rtsp /rtsp-simple-server / 08:17:56 ---> e42ed34be2c3 08:17:56 Step 26/32 : EXPOSE 59983 08:17:56 ---> Running in fc7bb38861b5 08:17:56 Removing intermediate container fc7bb38861b5 08:17:56 ---> ef3a46595de0 08:17:56 Step 27/32 : EXPOSE 8554 08:17:56 ---> Running in 70433358883a 08:17:56 Removing intermediate container 70433358883a 08:17:56 ---> a67022e99fb8 08:17:56 Step 28/32 : ENTRYPOINT ["/docker-entrypoint.sh"] 08:17:56 ---> Running in aab501a82876 08:17:56 Removing intermediate container aab501a82876 08:17:56 ---> 4c9ce72189a1 08:17:56 Step 29/32 : CMD [ "--configProvider=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res" ] 08:17:56 ---> Running in df8515b8a2dd 08:17:56 Removing intermediate container df8515b8a2dd 08:17:56 ---> 97ffafe40508 08:17:56 Step 30/32 : LABEL arch=amd64 08:17:56 ---> Running in 7da410e0df1b 08:17:57 Removing intermediate container 7da410e0df1b 08:17:57 ---> 252332b7fcd6 08:17:57 Step 31/32 : LABEL git_sha=79914ee767c944477aca3273ef06eb36f9935772 08:17:57 ---> Running in ec02af5b44be 08:17:57 Removing intermediate container ec02af5b44be 08:17:57 ---> 5318d4291269 08:17:57 Step 32/32 : LABEL version=0.0.0 08:17:57 ---> Running in 774b78155289 08:17:57 Removing intermediate container 774b78155289 08:17:57 ---> d7c0355cfaca 08:17:57 [Warning] One or more build-args [ARCH] were not consumed 08:17:57 Successfully built d7c0355cfaca 08:17:57 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] } 08:17:57 Running on prd-ubuntu20.04-docker-arm64-4c-16g-20768 in /w/workspace/xfoundry_device-usb-camera_PR-57 [Pipeline] // stage [Pipeline] { [Pipeline] stage [Pipeline] { (Snap) [Pipeline] ws 08:17:57 Running in /w/workspace/device-usb-camera/1 [Pipeline] { [Pipeline] checkout Stage "Snap" skipped due to when conditional 08:17:57 Selected Git installation does not exist. Using Default 08:17:57 The recommended git tool is: NONE [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:17:58 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 08:17:58 08:17:58 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:17:58 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 08:17:58 latest: Pulling from edgex-lftools-log-publisher 08:17:58 5eb5b503b376: Pulling fs layer 08:17:58 5c69ac0246d0: Pulling fs layer 08:17:58 ec43610c2a17: Pulling fs layer 08:17:58 3a2ae6a8a46f: Pulling fs layer 08:17:58 33b1e0a273af: Pulling fs layer 08:17:58 5d3b04190fa2: Pulling fs layer 08:17:58 2f39f015ded8: Pulling fs layer 08:17:58 33b1e0a273af: Waiting 08:17:58 5d3b04190fa2: Waiting 08:17:58 2f39f015ded8: Waiting 08:17:58 3a2ae6a8a46f: Waiting 08:17:58 5c69ac0246d0: Download complete 08:17:58 3a2ae6a8a46f: Verifying Checksum 08:17:58 3a2ae6a8a46f: Download complete 08:17:58 33b1e0a273af: Download complete 08:17:58 5d3b04190fa2: Verifying Checksum 08:17:58 5d3b04190fa2: Download complete 08:17:58 ec43610c2a17: Verifying Checksum 08:17:58 ec43610c2a17: Download complete 08:17:58 5eb5b503b376: Verifying Checksum 08:17:58 5eb5b503b376: Download complete 08:17:59 2f39f015ded8: Download complete 08:18:00 5eb5b503b376: Pull complete 08:18:00 5c69ac0246d0: Pull complete 08:18:00 ec43610c2a17: Pull complete 08:18:00 3a2ae6a8a46f: Pull complete 08:18:01 33b1e0a273af: Pull complete 08:18:01 5d3b04190fa2: Pull complete 08:18:05 using credential edgex-jenkins-ssh 08:18:05 Cloning the remote Git repository 08:18:05 Cloning repository git@github.com:edgexfoundry/device-usb-camera.git 08:18:05 > git init /w/workspace/device-usb-camera/1 # timeout=10 08:18:06 2f39f015ded8: Pull complete 08:18:06 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 08:18:06 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 08:18:06 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 08:18:06 prd-ubuntu20.04-docker-8c-8g-20767 does not seem to be running inside a container 08:18:06 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/xfoundry_device-usb-camera_PR-57 -v /w/workspace/xfoundry_device-usb-camera_PR-57:/w/workspace/xfoundry_device-usb-camera_PR-57:rw,z -v /w/workspace/xfoundry_device-usb-camera_PR-57@tmp:/w/workspace/xfoundry_device-usb-camera_PR-57@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 08:18:05 Fetching upstream changes from git@github.com:edgexfoundry/device-usb-camera.git 08:18:05 > git --version # timeout=10 08:18:05 > git --version # 'git version 2.25.1' 08:18:05 using GIT_SSH to set credentials SSH Credentials for GitHub 08:18:05 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-usb-camera.git +refs/heads/*:refs/remotes/origin/* # timeout=10 08:18:06 > git config remote.origin.url git@github.com:edgexfoundry/device-usb-camera.git # timeout=10 08:18:06 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 08:18:06 > git config remote.origin.url git@github.com:edgexfoundry/device-usb-camera.git # timeout=10 08:18:06 Fetching upstream changes from git@github.com:edgexfoundry/device-usb-camera.git 08:18:06 using GIT_SSH to set credentials SSH Credentials for GitHub 08:18:06 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-usb-camera.git +refs/pull/57/head:refs/remotes/origin/PR-57 +refs/heads/main:refs/remotes/origin/main # timeout=10 08:18:07 Merging remotes/origin/main commit 664c5ba3293ecbd7fca44ad183f6df17541e93fa into PR head commit 7cf2e5b7601f35c1a93e0b14d3d4ce5d16fe8127 08:18:07 Merge succeeded, producing 2e0bdbbb43d198ea27a0d0352ce961751b5c83fc 08:18:07 Checking out Revision 2e0bdbbb43d198ea27a0d0352ce961751b5c83fc (PR-57) 08:18:08 $ docker top 8bee23613b0b87738493bd83eb5a8d200941a1b6efa7ebc1467aace30877d2a9 -eo pid,comm 08:18:07 > git config core.sparsecheckout # timeout=10 08:18:07 > git checkout -f 7cf2e5b7601f35c1a93e0b14d3d4ce5d16fe8127 # timeout=10 08:18:07 > git remote # timeout=10 08:18:07 > git config --get remote.origin.url # timeout=10 08:18:07 using GIT_SSH to set credentials SSH Credentials for GitHub 08:18:07 > git merge 664c5ba3293ecbd7fca44ad183f6df17541e93fa # timeout=10 08:18:07 > git rev-parse HEAD^{commit} # timeout=10 08:18:07 > git config core.sparsecheckout # timeout=10 08:18:07 > git checkout -f 2e0bdbbb43d198ea27a0d0352ce961751b5c83fc # timeout=10 [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 08:18:08 ---> job-cost.sh 08:18:08 lf-activate-venv: SKIPPING 08:18:08 INFO: No Stack... 08:18:09 INFO: Retrieving Pricing Info for: v3-standard-8 08:18:10 INFO: Archiving Costs [Pipeline] sh 08:18:10 + cat /w/workspace/xfoundry_device-usb-camera_PR-57/archives/cost.csv 08:18:10 + cut -d, -f6 [Pipeline] lock 08:18:10 Trying to acquire lock on [jenkins-edgexfoundry-device-usb-camera-PR-57-1-stack-cost] 08:18:10 Resource [jenkins-edgexfoundry-device-usb-camera-PR-57-1-stack-cost] did not exist. Created. 08:18:10 Lock acquired on [jenkins-edgexfoundry-device-usb-camera-PR-57-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 08:18:10 + echo total: 0.2199999988079071 [Pipeline] stash 08:18:10 Stashed 1 file(s) [Pipeline] } 08:18:10 Lock released on resource [jenkins-edgexfoundry-device-usb-camera-PR-57-1-stack-cost] [Pipeline] // lock [Pipeline] } 08:18:11 $ docker stop --time=1 8bee23613b0b87738493bd83eb5a8d200941a1b6efa7ebc1467aace30877d2a9 08:18:11 Commit message: "Merge commit '664c5ba3293ecbd7fca44ad183f6df17541e93fa' into HEAD" 08:18:11 First time build. Skipping changelog. 08:18:11 > git --version # timeout=10 08:18:11 > git --version # 'git version 2.25.1' 08:18:11 fatal: bad object 2c432abcf2d142718d3fe157e81a44428d9b823e 08:18:12 $ docker rm -f 8bee23613b0b87738493bd83eb5a8d200941a1b6efa7ebc1467aace30877d2a9 08:18:12 08:18:12 GitHub has been notified of this commit’s build result 08:18:12 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] withEnv [Pipeline] { [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 08:18:13 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 08:18:13 % Total % Received % Xferd Average Speed Time Time Time Current 08:18:13 Dload Upload Total Spent Left Speed 08:18:13 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12332 100 12332 0 0 92721 0 --:--:-- --:--:-- --:--:-- 92721 100 12332 100 12332 0 0 92029 0 --:--:-- --:--:-- --:--:-- 91348 [Pipeline] sh 08:18:14 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 08:18:14 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 08:18:14 + sudo tee /etc/docker/daemon.new 08:18:14 { 08:18:14 "registry-mirrors": [ 08:18:14 "https://nexus3.edgexfoundry.org:10001" 08:18:14 ], 08:18:14 "bip": "10.250.0.254/24", 08:18:14 "hosts": [ 08:18:14 "tcp://0.0.0.0:5555", 08:18:14 "unix:///var/run/docker.sock" 08:18:14 ], 08:18:14 "mtu": 1458, 08:18:14 "selinux-enabled": true, 08:18:14 "seccomp-profile": "/etc/docker/seccomp.json" 08:18:14 } [Pipeline] sh 08:18:14 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 08:18:15 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 08:18:33 provisioning config files... 08:18:33 copy managed file [device-usb-camera-settings] to file:/w/workspace/device-usb-camera/1@tmp/config3655579072692661486tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 08:18:34 ---> docker-login.sh 08:18:34 nexus3.edgexfoundry.org:10001 08:18:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:18:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:18:34 Configure a credential helper to remove this warning. See 08:18:34 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:18:34 08:18:34 Login Succeeded 08:18:34 nexus3.edgexfoundry.org:10002 08:18:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:18:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:18:35 Configure a credential helper to remove this warning. See 08:18:35 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:18:35 08:18:35 Login Succeeded 08:18:35 nexus3.edgexfoundry.org:10003 08:18:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:18:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:18:35 Configure a credential helper to remove this warning. See 08:18:35 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:18:35 08:18:35 Login Succeeded 08:18:35 nexus3.edgexfoundry.org:10004 08:18:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:18:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:18:36 Configure a credential helper to remove this warning. See 08:18:36 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:18:36 08:18:36 Login Succeeded 08:18:36 docker.io 08:18:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:18:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:18:36 Configure a credential helper to remove this warning. See 08:18:36 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:18:36 08:18:36 Login Succeeded 08:18:36 ---> docker-login.sh ends [Pipeline] } 08:18:36 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 08:18:37 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 08:18:37 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 08:18:37 ========================================================= 08:18:37 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] 08:18:37 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:18:37 + 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 . 08:18:38 Sending build context to Docker daemon 475.1kB 08:18:38 Step 1/13 : ARG BASE=golang:1.17-alpine3.15 08:18:38 Step 2/13 : FROM ${BASE} AS builder 08:18:38 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 08:18:38 b3c136eddcbf: Pulling fs layer 08:18:38 c0a3192eca97: Pulling fs layer 08:18:38 a050256f5b6f: Pulling fs layer 08:18:38 656be50a0ddc: Pulling fs layer 08:18:38 2bbca73fdf42: Pulling fs layer 08:18:38 46d945488cbd: Pulling fs layer 08:18:38 8a5474983e97: Pulling fs layer 08:18:38 329c88fbcd65: Pulling fs layer 08:18:38 656be50a0ddc: Waiting 08:18:38 2bbca73fdf42: Waiting 08:18:38 8a5474983e97: Waiting 08:18:38 329c88fbcd65: Waiting 08:18:38 46d945488cbd: Waiting 08:18:38 a050256f5b6f: Verifying Checksum 08:18:38 a050256f5b6f: Download complete 08:18:38 c0a3192eca97: Verifying Checksum 08:18:38 c0a3192eca97: Download complete 08:18:38 2bbca73fdf42: Verifying Checksum 08:18:38 2bbca73fdf42: Download complete 08:18:38 46d945488cbd: Download complete 08:18:38 b3c136eddcbf: Verifying Checksum 08:18:38 b3c136eddcbf: Download complete 08:18:39 b3c136eddcbf: Pull complete 08:18:39 329c88fbcd65: Verifying Checksum 08:18:39 329c88fbcd65: Download complete 08:18:40 c0a3192eca97: Pull complete 08:18:40 a050256f5b6f: Pull complete 08:18:40 8a5474983e97: Verifying Checksum 08:18:40 8a5474983e97: Download complete 08:18:41 656be50a0ddc: Verifying Checksum 08:18:41 656be50a0ddc: Download complete 08:18:53 656be50a0ddc: Pull complete 08:18:54 2bbca73fdf42: Pull complete 08:18:54 46d945488cbd: Pull complete 08:19:01 8a5474983e97: Pull complete 08:19:03 329c88fbcd65: Pull complete 08:19:03 Digest: sha256:53af0e8f7504757f555691f1ffb14839a2b3754f429f24055fc4060c6a6ea7d8 08:19:03 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 08:19:03 ---> ff4287adb874 08:19:03 Step 3/13 : ARG MAKE="make build" 08:19:04 ---> Running in 57a5aadfe47b 08:19:04 Removing intermediate container 57a5aadfe47b 08:19:04 ---> ce562601c9d8 08:19:04 Step 4/13 : ARG ALPINE_PKG_BASE="make git gcc libc-dev zeromq-dev libsodium-dev curl" 08:19:04 ---> Running in 78723c00b916 08:19:04 Removing intermediate container 78723c00b916 08:19:04 ---> 8602b666ca8e 08:19:04 Step 5/13 : ARG ALPINE_PKG_EXTRA="v4l-utils-dev v4l-utils v4l-utils-libs linux-headers" 08:19:04 ---> Running in 25be52deca34 08:19:05 Removing intermediate container 25be52deca34 08:19:05 ---> 394ed0649c3d 08:19:05 Step 6/13 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 08:19:05 ---> Running in d1174375ae9f 08:19:07 Removing intermediate container d1174375ae9f 08:19:07 ---> 923c5000de66 08:19:07 Step 7/13 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 08:19:07 ---> Running in a159361210be 08:19:07 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 08:19:08 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 08:19:09 (1/14) Installing libintl (0.21-r2) 08:19:10 (2/14) Installing eudev-libs (3.2.11-r0) 08:19:10 (3/14) Installing libjpeg-turbo (2.1.3-r1) 08:19:10 (4/14) Installing v4l-utils-libs (1.22.1-r1) 08:19:10 (5/14) Installing v4l-utils (1.22.1-r1) 08:19:10 (6/14) Installing udev-init-scripts (35-r0) 08:19:10 Executing udev-init-scripts-35-r0.post-install 08:19:10 (7/14) Installing libblkid (2.38-r1) 08:19:10 (8/14) Installing xz-libs (5.2.5-r1) 08:19:11 (9/14) Installing zstd-libs (1.5.2-r1) 08:19:11 (10/14) Installing kmod-libs (29-r2) 08:19:11 (11/14) Installing eudev (3.2.11-r0) 08:19:11 (12/14) Installing eudev-dev (3.2.11-r0) 08:19:11 (13/14) Installing v4l-utils-dvbv5 (1.22.1-r1) 08:19:11 (14/14) Installing v4l-utils-dev (1.22.1-r1) 08:19:11 Executing busybox-1.35.0-r13.trigger 08:19:11 Executing eudev-3.2.11-r0.trigger 08:19:11 OK: 228 MiB in 65 packages 08:19:13 Removing intermediate container a159361210be 08:19:13 ---> 7631b1567491 08:19:13 Step 8/13 : WORKDIR /device-usb-camera 08:19:13 ---> Running in 5aad4d3b20f1 08:19:13 Removing intermediate container 5aad4d3b20f1 08:19:13 ---> 0383c02c56ac 08:19:13 Step 9/13 : COPY go.mod vendor* ./ 08:19:13 ---> 8e9a898c8709 08:19:13 Step 10/13 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 08:19:13 ---> Running in c47a33c896f0 08:20:00 Removing intermediate container c47a33c896f0 08:20:00 ---> b8066e8b4567 08:20:00 Step 11/13 : COPY . . 08:20:00 ---> 5ee4b1db8867 08:20:00 Step 12/13 : RUN /device-usb-camera/fetch-license.sh 08:20:00 ---> Running in 4d12f426b3a9 08:20:00  % Total % Received % Xferd Average Speed Time Time Time Current 08:20:00    Dload Upload Total  Spent Left Speed 08:20:00 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 1062 100 1062 0 0 16163 0 --:--:-- --:--:-- --:--:-- 16338 08:20:00 Removing intermediate container 4d12f426b3a9 08:20:00 ---> 31de19d7e221 08:20:00 Step 13/13 : RUN ${MAKE} 08:20:00 ---> Running in 7227ad8726ea 08:20:00 noop 08:20:00 Removing intermediate container 7227ad8726ea 08:20:00 ---> 047306f23f8e 08:20:00 Successfully built 047306f23f8e 08:20:00 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:20:01 + docker inspect -f . ci-base-image-arm64 08:20:01 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 08:20:01 prd-ubuntu20.04-docker-arm64-4c-16g-20768 does not seem to be running inside a container 08:20:01 $ 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 08:20:03 $ docker top 30ac6d160b68bba8aa22d8c52e80aacf22d33d97467e5b228a7b5a522f2a6ca3 -eo pid,comm [Pipeline] { [Pipeline] sh 08:20:04 + go version 08:20:04 go version go1.18.3 linux/arm64 [Pipeline] } 08:20:04 $ docker stop --time=1 30ac6d160b68bba8aa22d8c52e80aacf22d33d97467e5b228a7b5a522f2a6ca3 08:20:05 $ docker rm -f 30ac6d160b68bba8aa22d8c52e80aacf22d33d97467e5b228a7b5a522f2a6ca3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:20:06 + docker inspect -f . ci-base-image-arm64 08:20:06 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 08:20:06 prd-ubuntu20.04-docker-arm64-4c-16g-20768 does not seem to be running inside a container 08:20:07 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -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 08:20:08 $ docker top 7391602330ebaa1550c37a5907f84ef3b089faf7892178d5bff5c569694336a0 -eo pid,comm [Pipeline] { [Pipeline] sh 08:20:09 + git config --global --add safe.directory /w/workspace/device-usb-camera/1 [Pipeline] fileExists [Pipeline] sh 08:20:09 + make test 08:20:09 CGO_ENABLED=1 go test ./... -coverprofile=coverage.out ./... 08:20:11 ? github.com/edgexfoundry/device-usb-camera [no test files] 08:21:33 ? github.com/edgexfoundry/device-usb-camera/cmd [no test files] 08:21:33 ? github.com/edgexfoundry/device-usb-camera/internal/driver [no test files] 08:21:33 WARNING: Linting skipped (not on x86_64 or linter not installed) 08:21:33 CGO_ENABLED=1 go vet ./... 08:21:51 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 08:21:51 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 08:21:51 ./bin/test-attribution-txt.sh [Pipeline] echo 08:21:51 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 08:21:51 $ docker stop --time=1 7391602330ebaa1550c37a5907f84ef3b089faf7892178d5bff5c569694336a0 08:21:53 $ docker rm -f 7391602330ebaa1550c37a5907f84ef3b089faf7892178d5bff5c569694336a0 [Pipeline] // withDockerContainer [Pipeline] sh 08:21:54 + sudo chown -R jenkins:jenkins . [Pipeline] stash 08:21:54 Warning: overwriting stash ‘coverage-report’ 08:21:55 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 08:21:55 + sudo chown -R jenkins:jenkins . [Pipeline] sh 08:21:56 + ls -al . 08:21:56 total 164 08:21:56 drwxrwxr-x 8 jenkins jenkins 4096 Jul 22 08:21 . 08:21:56 drwxrwxr-x 4 jenkins jenkins 4096 Jul 22 08:18 .. 08:21:56 drwxrwxr-x 8 jenkins jenkins 4096 Jul 22 08:18 .git 08:21:56 drwxrwxr-x 3 jenkins jenkins 4096 Jul 22 08:18 .github 08:21:56 -rw-rw-r-- 1 jenkins jenkins 414 Jul 22 08:18 .gitignore 08:21:56 -rw-rw-r-- 1 jenkins jenkins 42 Jul 22 08:18 .golangci.yml 08:21:56 -rw-rw-r-- 1 jenkins jenkins 77 Jul 22 08:18 .hadolint.yml 08:21:56 -rw-rw-r-- 1 jenkins jenkins 8706 Jul 22 08:18 Attribution.txt 08:21:56 -rw-rw-r-- 1 jenkins jenkins 181 Jul 22 08:18 CHANGELOG.md 08:21:56 -rw-rw-r-- 1 jenkins jenkins 2054 Jul 22 08:18 Dockerfile 08:21:56 -rw-rw-r-- 1 jenkins jenkins 678 Jul 22 08:18 GOVERNANCE.md 08:21:56 -rw-rw-r-- 1 jenkins jenkins 659 Jul 22 08:18 Jenkinsfile 08:21:56 -rw-rw-r-- 1 jenkins jenkins 11348 Jul 22 08:18 LICENSE 08:21:56 -rw-rw-r-- 1 jenkins jenkins 2345 Jul 22 08:18 Makefile 08:21:56 -rw-rw-r-- 1 jenkins jenkins 622 Jul 22 08:18 OWNERS.md 08:21:56 -rw-rw-r-- 1 jenkins jenkins 11243 Jul 22 08:18 README.md 08:21:56 -rw-rw-r-- 1 jenkins jenkins 5 Jul 22 08:16 VERSION 08:21:56 drwxrwxr-x 2 jenkins jenkins 4096 Jul 22 08:18 bin 08:21:56 drwxrwxr-x 3 jenkins jenkins 4096 Jul 22 08:18 cmd 08:21:56 -rw-r--r-- 1 jenkins jenkins 10 Jul 22 08:20 coverage.out 08:21:56 -rwxrwxr-x 1 jenkins jenkins 140 Jul 22 08:18 docker-entrypoint.sh 08:21:56 -rwxrwxr-x 1 jenkins jenkins 117 Jul 22 08:18 fetch-license.sh 08:21:56 -rw-rw-r-- 1 jenkins jenkins 3277 Jul 22 08:18 go.mod 08:21:56 -rw-rw-r-- 1 jenkins jenkins 35596 Jul 22 08:18 go.sum 08:21:56 drwxrwxr-x 3 jenkins jenkins 4096 Jul 22 08:18 internal 08:21:56 drwxrwxr-x 4 jenkins jenkins 4096 Jul 22 08:18 snap 08:21:56 -rw-rw-r-- 1 jenkins jenkins 231 Jul 22 08:18 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:21:56 + 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=2e0bdbbb43d198ea27a0d0352ce961751b5c83fc --label arch=arm64 --label version=0.0.0 . 08:21:56 Sending build context to Docker daemon 476.2kB 08:21:56 Step 1/32 : ARG BASE=golang:1.17-alpine3.15 08:21:56 Step 2/32 : FROM ${BASE} AS builder 08:21:56 ---> 047306f23f8e 08:21:56 Step 3/32 : ARG MAKE="make build" 08:21:57 ---> Running in 10056c93c779 08:21:57 Removing intermediate container 10056c93c779 08:21:57 ---> e918d3a419f5 08:21:57 Step 4/32 : ARG ALPINE_PKG_BASE="make git gcc libc-dev zeromq-dev libsodium-dev curl" 08:21:57 ---> Running in 476efe40bd1a 08:21:57 Removing intermediate container 476efe40bd1a 08:21:57 ---> 90f7a4a68166 08:21:57 Step 5/32 : ARG ALPINE_PKG_EXTRA="v4l-utils-dev v4l-utils v4l-utils-libs linux-headers" 08:21:57 ---> Running in a93eab3a658a 08:21:58 Removing intermediate container a93eab3a658a 08:21:58 ---> e8baa657f851 08:21:58 Step 6/32 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 08:21:58 ---> Running in c403c5421278 08:21:59 Removing intermediate container c403c5421278 08:21:59 ---> 363047382d63 08:21:59 Step 7/32 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 08:21:59 ---> Running in e8f8ab8ad2a0 08:22:00 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 08:22:01 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 08:22:02 OK: 228 MiB in 65 packages 08:22:03 Removing intermediate container e8f8ab8ad2a0 08:22:03 ---> 7c88e8198d3e 08:22:03 Step 8/32 : WORKDIR /device-usb-camera 08:22:03 ---> Running in 5eede6ca657f 08:22:03 Removing intermediate container 5eede6ca657f 08:22:03 ---> 61427cebad92 08:22:03 Step 9/32 : COPY go.mod vendor* ./ 08:22:04 ---> 23865b29d5dc 08:22:04 Step 10/32 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 08:22:04 ---> Running in 7f012a90dfcb 08:22:06 Removing intermediate container 7f012a90dfcb 08:22:06 ---> cfedc3f81c1d 08:22:06 Step 11/32 : COPY . . 08:22:06 ---> f31296132b5d 08:22:06 Step 12/32 : RUN /device-usb-camera/fetch-license.sh 08:22:06 ---> Running in 69315f7630d8 08:22:07  % Total % Received % Xferd Average Speed Time Time Time Current 08:22:07 Dload Upload Total Spent Left Speed 08:22:08 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 1062 100 1062 0 0 8016 0 --:--:-- --:--:-- --:--:-- 8045 08:22:08 Removing intermediate container 69315f7630d8 08:22:08 ---> 04649af2c25e 08:22:08 Step 13/32 : RUN ${MAKE} 08:22:08 ---> Running in 9f08de0012d9 08:22:09 CGO_ENABLED=1 go build -ldflags "-linkmode=external -X github.com/edgexfoundry/device-usb-camera.Version=0.0.0 -X github.com/edgexfoundry/device-sdk-go/v2/internal/common.SDKVersion=v2.2.0" -trimpath -mod=readonly -buildmode=pie -o cmd/device-usb-camera ./cmd 08:24:31 Removing intermediate container 9f08de0012d9 08:24:31 ---> f578a06849c4 08:24:31 Step 14/32 : FROM aler9/rtsp-simple-server:v0.18.4 AS rtsp 08:24:31 v0.18.4: Pulling from aler9/rtsp-simple-server 08:24:31 eab2503cf8f4: Pulling fs layer 08:24:31 97cd0a44c592: Pulling fs layer 08:24:31 97cd0a44c592: Verifying Checksum 08:24:31 97cd0a44c592: Download complete 08:24:31 eab2503cf8f4: Verifying Checksum 08:24:31 eab2503cf8f4: Download complete 08:24:31 eab2503cf8f4: Pull complete 08:24:31 97cd0a44c592: Pull complete 08:24:31 Digest: sha256:1453d1d853d0ebdb57f9d2cbebc75114a1174f7b08edc414400166566d9ff563 08:24:31 Status: Downloaded newer image for aler9/rtsp-simple-server:v0.18.4 08:24:31 ---> 7f763cca56b3 08:24:31 Step 15/32 : FROM alpine:3.15 08:24:31 3.15: Pulling from library/alpine 08:24:31 e0295fd11fe2: Pulling fs layer 08:24:31 e0295fd11fe2: Verifying Checksum 08:24:31 e0295fd11fe2: Download complete 08:24:31 e0295fd11fe2: Pull complete 08:24:31 Digest: sha256:0483110c51a764abe175a8cefb941541ca0bc0f628ce418d3a660338abf4622a 08:24:31 Status: Downloaded newer image for alpine:3.15 08:24:31 ---> 60f2846fe774 08:24:31 Step 16/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel Corporation' 08:24:31 ---> Running in 9a99edd9d03f 08:24:31 Removing intermediate container 9a99edd9d03f 08:24:31 ---> f8724d1168c4 08:24:31 Step 17/32 : RUN apk add --update --no-cache zeromq dumb-init ffmpeg udev 08:24:31 ---> Running in 610b12010ff3 08:24:31 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 08:24:31 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 08:24:31 (1/73) Installing dumb-init (1.2.5-r1) 08:24:31 (2/73) Installing sdl2 (2.0.16-r4) 08:24:31 (3/73) Installing libxau (1.0.9-r0) 08:24:31 (4/73) Installing libmd (1.0.3-r0) 08:24:31 (5/73) Installing libbsd (0.11.3-r1) 08:24:31 (6/73) Installing libxdmcp (1.1.3-r0) 08:24:31 (7/73) Installing libxcb (1.14-r2) 08:24:31 (8/73) Installing libx11 (1.7.2-r0) 08:24:31 (9/73) Installing aom-libs (3.2.0-r0) 08:24:31 (10/73) Installing alsa-lib (1.2.5.1-r1) 08:24:31 (11/73) Installing expat (2.4.7-r0) 08:24:31 (12/73) Installing brotli-libs (1.0.9-r5) 08:24:31 (13/73) Installing libbz2 (1.0.8-r1) 08:24:31 (14/73) Installing libpng (1.6.37-r1) 08:24:31 (15/73) Installing freetype (2.11.1-r2) 08:24:31 (16/73) Installing libuuid (2.37.4-r0) 08:24:31 (17/73) Installing fontconfig (2.13.1-r4) 08:24:31 (18/73) Installing fribidi (1.0.11-r0) 08:24:31 (19/73) Installing libffi (3.4.2-r1) 08:24:31 (20/73) Installing libintl (0.21-r0) 08:24:31 (21/73) Installing libblkid (2.37.4-r0) 08:24:31 (22/73) Installing libmount (2.37.4-r0) 08:24:31 (23/73) Installing pcre (8.45-r1) 08:24:31 (24/73) Installing glib (2.70.1-r0) 08:24:31 (25/73) Installing graphite2 (1.3.14-r0) 08:24:31 (26/73) Installing harfbuzz (3.0.0-r2) 08:24:31 (27/73) Installing libass (0.15.2-r0) 08:24:31 (28/73) Installing libdav1d (0.9.2-r0) 08:24:31 (29/73) Installing gmp (6.2.1-r1) 08:24:31 (30/73) Installing nettle (3.7.3-r0) 08:24:31 (31/73) Installing p11-kit (0.24.0-r1) 08:24:31 (32/73) Installing libtasn1 (4.18.0-r0) 08:24:31 (33/73) Installing libunistring (0.9.10-r1) 08:24:31 (34/73) Installing gnutls (3.7.1-r0) 08:24:31 (35/73) Installing ncurses-terminfo-base (6.3_p20211120-r1) 08:24:31 (36/73) Installing ncurses-libs (6.3_p20211120-r1) 08:24:31 (37/73) Installing lame (3.100-r0) 08:24:31 (38/73) Installing opus (1.3.1-r1) 08:24:31 (39/73) Installing libgomp (10.3.1_git20211027-r0) 08:24:31 (40/73) Installing soxr (0.1.3-r2) 08:24:31 (41/73) Installing libgcc (10.3.1_git20211027-r0) 08:24:31 (42/73) Installing libstdc++ (10.3.1_git20211027-r0) 08:24:31 (43/73) Installing libsrt (1.4.2-r1) 08:24:31 (44/73) Installing libssh (0.9.6-r1) 08:24:31 (45/73) Installing libogg (1.3.5-r0) 08:24:31 (46/73) Installing libtheora (1.1.1-r16) 08:24:31 (47/73) Installing libjpeg-turbo (2.1.2-r0) 08:24:31 (48/73) Installing v4l-utils-libs (1.22.1-r1) 08:24:31 (49/73) Installing libxext (1.3.4-r0) 08:24:31 (50/73) Installing libxfixes (6.0.0-r0) 08:24:31 (51/73) Installing libdrm (2.4.109-r0) 08:24:31 (52/73) Installing wayland-libs-client (1.19.0-r1) 08:24:31 (53/73) Installing libva (2.13.0-r0) 08:24:31 (54/73) Installing libvdpau (1.4-r0) 08:24:31 (55/73) Installing vidstab (1.1.0-r1) 08:24:31 (56/73) Installing libvorbis (1.3.7-r0) 08:24:31 (57/73) Installing libvpx (1.10.0-r0) 08:24:31 (58/73) Installing vulkan-loader (1.2.196-r0) 08:24:31 (59/73) Installing libwebp (1.2.2-r0) 08:24:31 (60/73) Installing x264-libs (20210613-r0) 08:24:31 (61/73) Installing x265-libs (3.5-r0) 08:24:31 (62/73) Installing xvidcore (1.3.7-r1) 08:24:31 (63/73) Installing ffmpeg-libs (4.4.1-r2) 08:24:31 (64/73) Installing ffmpeg (4.4.1-r2) 08:24:31 (65/73) Installing udev-init-scripts (35-r0) 08:24:31 Executing udev-init-scripts-35-r0.post-install 08:24:31 (66/73) Installing eudev-libs (3.2.11_pre1-r0) 08:24:31 (67/73) Installing xz-libs (5.2.5-r1) 08:24:31 (68/73) Installing zstd-libs (1.5.0-r0) 08:24:31 (69/73) Installing kmod-libs (29-r2) 08:24:31 (70/73) Installing eudev (3.2.11_pre1-r0) 08:24:31 (71/73) Installing libsodium (1.0.18-r0) 08:24:31 (72/73) Installing libzmq (4.3.4-r0) 08:24:31 (73/73) Installing zeromq (4.3.4-r0) 08:24:31 Executing busybox-1.34.1-r7.trigger 08:24:31 Executing eudev-3.2.11_pre1-r0.trigger 08:24:31 OK: 67 MiB in 87 packages 08:24:31 Removing intermediate container 610b12010ff3 08:24:31 ---> 3c20874f4c00 08:24:31 Step 18/32 : WORKDIR / 08:24:31 ---> Running in 51228699038b 08:24:31 Removing intermediate container 51228699038b 08:24:31 ---> 725188d8be0f 08:24:31 Step 19/32 : COPY --from=builder /device-usb-camera/cmd / 08:24:31 ---> 0009a70c656a 08:24:31 Step 20/32 : COPY --from=builder /device-usb-camera/LICENSE / 08:24:31 ---> 82883678e99a 08:24:31 Step 21/32 : COPY --from=builder /device-usb-camera/LICENSE-rtsp-simple-server / 08:24:31 ---> bb0ecf4a1e0f 08:24:31 Step 22/32 : COPY --from=builder /device-usb-camera/Attribution.txt / 08:24:31 ---> 8af58c4e7f51 08:24:31 Step 23/32 : COPY --from=builder /device-usb-camera/docker-entrypoint.sh / 08:24:31 ---> 7de0662870ad 08:24:31 Step 24/32 : COPY --from=rtsp /rtsp-simple-server.yml / 08:24:31 ---> 0d5524900e30 08:24:31 Step 25/32 : COPY --from=rtsp /rtsp-simple-server / 08:24:33 ---> f7c2d141d319 08:24:33 Step 26/32 : EXPOSE 59983 08:24:33 ---> Running in 33a168b16ffe 08:24:33 Removing intermediate container 33a168b16ffe 08:24:33 ---> c76b9936f36a 08:24:33 Step 27/32 : EXPOSE 8554 08:24:33 ---> Running in 24da7a33d134 08:24:33 Removing intermediate container 24da7a33d134 08:24:33 ---> 98b3f151f636 08:24:33 Step 28/32 : ENTRYPOINT ["/docker-entrypoint.sh"] 08:24:33 ---> Running in 36f9ed354c1d 08:24:34 Removing intermediate container 36f9ed354c1d 08:24:34 ---> f7e02339f79e 08:24:34 Step 29/32 : CMD [ "--configProvider=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res" ] 08:24:34 ---> Running in ce8346ba9ded 08:24:34 Removing intermediate container ce8346ba9ded 08:24:34 ---> 33eb3c6a5b0f 08:24:34 Step 30/32 : LABEL arch=arm64 08:24:34 ---> Running in f54759258e9a 08:24:34 Removing intermediate container f54759258e9a 08:24:34 ---> bb28046e5652 08:24:34 Step 31/32 : LABEL git_sha=2e0bdbbb43d198ea27a0d0352ce961751b5c83fc 08:24:34 ---> Running in 37afb7d7d08c 08:24:35 Removing intermediate container 37afb7d7d08c 08:24:35 ---> eb7c93657587 08:24:35 Step 32/32 : LABEL version=0.0.0 08:24:35 ---> Running in 35d001eb416c 08:24:35 Removing intermediate container 35d001eb416c 08:24:35 ---> d8aaa591a146 08:24:35 [Warning] One or more build-args [ARCH] were not consumed 08:24:35 Successfully built d8aaa591a146 08:24:35 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 08:24:36 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 08:24:36 08:24:36 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:24:36 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 08:24:36 arm64: Pulling from edgex-lftools-log-publisher 08:24:36 8998bd30e6a1: Pulling fs layer 08:24:36 04944245beec: Pulling fs layer 08:24:36 699f458cf7ca: Pulling fs layer 08:24:36 765212b225bb: Pulling fs layer 08:24:36 f23df028b6ca: Pulling fs layer 08:24:36 d65c8cfc05b1: Pulling fs layer 08:24:36 2437ff75d9bd: Pulling fs layer 08:24:36 d65c8cfc05b1: Waiting 08:24:36 765212b225bb: Waiting 08:24:36 2437ff75d9bd: Waiting 08:24:36 f23df028b6ca: Waiting 08:24:37 04944245beec: Verifying Checksum 08:24:37 04944245beec: Download complete 08:24:37 765212b225bb: Verifying Checksum 08:24:37 765212b225bb: Download complete 08:24:37 f23df028b6ca: Download complete 08:24:37 d65c8cfc05b1: Verifying Checksum 08:24:37 d65c8cfc05b1: Download complete 08:24:37 699f458cf7ca: Verifying Checksum 08:24:37 8998bd30e6a1: Verifying Checksum 08:24:37 8998bd30e6a1: Download complete 08:24:40 2437ff75d9bd: Verifying Checksum 08:24:40 2437ff75d9bd: Download complete 08:24:41 8998bd30e6a1: Pull complete 08:24:42 04944245beec: Pull complete 08:24:43 699f458cf7ca: Pull complete 08:24:44 765212b225bb: Pull complete 08:24:44 f23df028b6ca: Pull complete 08:24:45 d65c8cfc05b1: Pull complete 08:25:00 2437ff75d9bd: Pull complete 08:25:00 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 08:25:00 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 08:25:00 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 08:25:00 prd-ubuntu20.04-docker-arm64-4c-16g-20768 does not seem to be running inside a container 08:25:00 $ 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 08:25:03 $ docker top 1be89e74b527601902f3616757ef8ee8145b6d8465066f24fbcbcba5e25d50d0 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 08:25:04 ---> job-cost.sh 08:25:04 lf-activate-venv: SKIPPING 08:25:04 INFO: No Stack... 08:25:04 INFO: Retrieving Pricing Info for: v3-standard-4 08:25:05 INFO: Archiving Costs [Pipeline] sh 08:25:06 + cat /w/workspace/device-usb-camera/1/archives/cost.csv 08:25:06 + cut -d, -f6 [Pipeline] lock 08:25:06 Trying to acquire lock on [jenkins-edgexfoundry-device-usb-camera-PR-57-1-stack-cost] 08:25:06 Resource [jenkins-edgexfoundry-device-usb-camera-PR-57-1-stack-cost] did not exist. Created. 08:25:06 Lock acquired on [jenkins-edgexfoundry-device-usb-camera-PR-57-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 08:25:07 /w/workspace/device-usb-camera/1@tmp/durable-3c321bcc/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh 08:25:07 + echo total: 0.10999999940395355 [Pipeline] stash 08:25:07 Warning: overwriting stash ‘stack-cost’ 08:25:08 Stashed 1 file(s) [Pipeline] } 08:25:08 Lock released on resource [jenkins-edgexfoundry-device-usb-camera-PR-57-1-stack-cost] [Pipeline] // lock [Pipeline] } 08:25:08 $ docker stop --time=1 1be89e74b527601902f3616757ef8ee8145b6d8465066f24fbcbcba5e25d50d0 08:25:09 $ docker rm -f 1be89e74b527601902f3616757ef8ee8145b6d8465066f24fbcbcba5e25d50d0 [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 08:25:10 provisioning config files... 08:25:10 copy managed file [device-usb-camera-codecov-token] to file:/w/workspace/xfoundry_device-usb-camera_PR-57@tmp/config3275166737902951638tmp [Pipeline] { [Pipeline] sh 08:25:10 + set +x 08:25:10 + + curl -s https://codecov.io/bash 08:25:10 bash -s -- 08:25:10 08:25:10 _____ _ 08:25:10 / ____| | | 08:25:10 | | ___ __| | ___ ___ _____ __ 08:25:10 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 08:25:10 | |___| (_) | (_| | __/ (_| (_) \ V / 08:25:10 \_____\___/ \__,_|\___|\___\___/ \_/ 08:25:10 Bash-1.0.6 08:25:10 08:25:10 08:25:10 ==> git version 2.25.1 found 08:25:10 ==> 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 08:25:10 Release-Date: 2020-01-08 08:25:10 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 08:25:10 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 08:25:10 ==> Jenkins CI detected. 08:25:10 current dir:  /w/workspace/xfoundry_device-usb-camera_PR-57 08:25:10 project root: . 08:25:10 --> token set from env 08:25:10 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 08:25:10 ==> Running gcov in . (disable via -X gcov) 08:25:10 ==> Python coveragepy not found 08:25:10 ==> Searching for coverage reports in: 08:25:10 + . 08:25:10 -> Found 1 reports 08:25:10 ==> Detecting git/mercurial file structure 08:25:10 ==> Reading reports 08:25:10 + ./coverage.out bytes=10 08:25:11 ==> Appending adjustments 08:25:11 https://docs.codecov.io/docs/fixing-reports 08:25:11 + Found adjustments 08:25:11 ==> Gzipping contents 08:25:11 4.0K /tmp/codecov.ejGTUR.gz 08:25:11 ==> Uploading reports 08:25:11 url: https://codecov.io 08:25:11 query: branch=PR-57&commit=79914ee767c944477aca3273ef06eb36f9935772&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-usb-camera%2Fjob%2FPR-57%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-usb-camera&service=jenkins&flags=&pr=57&job=&cmd_args= 08:25:11 -> Pinging Codecov 08:25:11 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=6df5b310-220c-4ff1-ad85-d7a32441f080&branch=PR-57&commit=79914ee767c944477aca3273ef06eb36f9935772&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-usb-camera%2Fjob%2FPR-57%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-usb-camera&service=jenkins&flags=&pr=57&job=&cmd_args= 08:25:11 -> Uploading to 08:25:11 https://storage.googleapis.com/codecov/v4/raw/2022-07-22/73D8F5FF140700D3E01443B452E23636/79914ee767c944477aca3273ef06eb36f9935772/718f54b7-a76a-4c87-9e10-1bd4a8b44d67.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20220722%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20220722T082511Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=3a6a84f8e363244551fc75fb6145757d0a43db6bbad4515b45f0ca76f2782c25 08:25:11 % Total % Received % Xferd Average Speed Time Time Time Current 08:25:11 Dload Upload Total Spent Left Speed 08:25:11 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 1198 0 0 100 1198 0 5231 --:--:-- --:--:-- --:--:-- 5231 100 1198 0 0 100 1198 0 3889 --:--:-- --:--:-- --:--:-- 3877 08:25:11 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/device-usb-camera/commit/79914ee767c944477aca3273ef06eb36f9935772 [Pipeline] } 08:25:11 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 08:25:13 + [ -d /w/workspace/xfoundry_device-usb-camera_PR-57/archives ] 08:25:13 + ls -al /w/workspace/xfoundry_device-usb-camera_PR-57/archives 08:25:13 total 16 08:25:13 drwxr-xr-x 3 root root 4096 Jul 22 08:18 . 08:25:13 drwxrwxr-x 10 jenkins jenkins 4096 Jul 22 08:18 .. 08:25:13 drwxr-xr-x 2 root root 4096 Jul 22 08:18 cost 08:25:13 -rw-r--r-- 1 root root 87 Jul 22 08:18 cost.csv 08:25:13 + sudo chown -R jenkins:jenkins /w/workspace/xfoundry_device-usb-camera_PR-57/archives 08:25:13 + ls -al /w/workspace/xfoundry_device-usb-camera_PR-57/archives 08:25:13 total 16 08:25:13 drwxr-xr-x 3 jenkins jenkins 4096 Jul 22 08:18 . 08:25:13 drwxrwxr-x 10 jenkins jenkins 4096 Jul 22 08:18 .. 08:25:13 drwxr-xr-x 2 jenkins jenkins 4096 Jul 22 08:18 cost 08:25:13 -rw-r--r-- 1 jenkins jenkins 87 Jul 22 08:18 cost.csv [Pipeline] libraryResource [Pipeline] sh 08:25:13 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 08:25:14 ---> package-listing.sh 08:25:14 ++ facter osfamily 08:25:14 ++ tr '[:upper:]' '[:lower:]' 08:25:15 + OS_FAMILY=debian 08:25:15 + workspace=/w/workspace/xfoundry_device-usb-camera_PR-57 08:25:15 + START_PACKAGES=/tmp/packages_start.txt 08:25:15 + END_PACKAGES=/tmp/packages_end.txt 08:25:15 + DIFF_PACKAGES=/tmp/packages_diff.txt 08:25:15 + PACKAGES=/tmp/packages_start.txt 08:25:15 + '[' /w/workspace/xfoundry_device-usb-camera_PR-57 ']' 08:25:15 + PACKAGES=/tmp/packages_end.txt 08:25:15 + case "${OS_FAMILY}" in 08:25:15 + dpkg -l 08:25:15 + grep '^ii' 08:25:15 + '[' -f /tmp/packages_start.txt ']' 08:25:15 + '[' -f /tmp/packages_end.txt ']' 08:25:15 + diff /tmp/packages_start.txt /tmp/packages_end.txt 08:25:15 + '[' /w/workspace/xfoundry_device-usb-camera_PR-57 ']' 08:25:15 + mkdir -p /w/workspace/xfoundry_device-usb-camera_PR-57/archives/ 08:25:15 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/xfoundry_device-usb-camera_PR-57/archives/ [Pipeline] echo 08:25:15 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/xfoundry_device-usb-camera_PR-57/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 08:25:15 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 08:25:15 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 08:25:15 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 08:25:16 prd-ubuntu20.04-docker-8c-8g-20767 does not seem to be running inside a container 08:25:16 $ 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/xfoundry_device-usb-camera_PR-57/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/xfoundry_device-usb-camera_PR-57 -v /w/workspace/xfoundry_device-usb-camera_PR-57:/w/workspace/xfoundry_device-usb-camera_PR-57:rw,z -v /w/workspace/xfoundry_device-usb-camera_PR-57@tmp:/w/workspace/xfoundry_device-usb-camera_PR-57@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 08:25:16 $ docker top 6da090ab365197ccb39dbfd20966a62beaca863f94df650a02d5c86d26f3dd94 -eo pid,comm [Pipeline] { [Pipeline] sh 08:25:16 + touch /tmp/pre-build-complete [Pipeline] sh 08:25:17 + mkdir -p /var/log/sysstat [Pipeline] sh 08:25:17 + ls /var/log/sa-host 08:25:17 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 08:25:17 provisioning config files... 08:25:17 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/xfoundry_device-usb-camera_PR-57@tmp/config2263355848674108479tmp [Pipeline] { [Pipeline] echo 08:25:17 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 08:25:17 ---> create-netrc.sh [Pipeline] } 08:25:17 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 08:25:18 ---> python-tools-install.sh [Pipeline] echo 08:25:18 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 08:25:18 ---> sudo-logs.sh 08:25:18 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 08:25:18 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 08:25:19 ---> job-cost.sh 08:25:19 lf-activate-venv: SKIPPING 08:25:19 DEBUG: total: 0.2199999988079071 08:25:19 INFO: Retrieving Stack Cost... 08:25:19 INFO: Retrieving Pricing Info for: v3-standard-8 08:25:19 INFO: Archiving Costs [Pipeline] echo 08:25:20 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 08:25:20 ---> logs-deploy.sh 08:25:20 lf-activate-venv: SKIPPING 08:25:20 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-usb-camera/PR-57/1 08:25:20 INFO: archiving workspace using pattern(s): 08:25:21 Archives upload complete. 08:25:21 INFO: archiving logs to Nexus 08:25:22 ---> uname -a: 08:25:22 Linux prd-ubuntu20-04-docker-8c-8g-20767 5.4.0-94-generic #106-Ubuntu SMP Thu Jan 6 23:58:14 UTC 2022 x86_64 GNU/Linux 08:25:22 08:25:22 08:25:22 ---> lscpu: 08:25:22 Architecture: x86_64 08:25:22 CPU op-mode(s): 32-bit, 64-bit 08:25:22 Byte Order: Little Endian 08:25:22 Address sizes: 40 bits physical, 48 bits virtual 08:25:22 CPU(s): 8 08:25:22 On-line CPU(s) list: 0-7 08:25:22 Thread(s) per core: 1 08:25:22 Core(s) per socket: 1 08:25:22 Socket(s): 8 08:25:22 NUMA node(s): 1 08:25:22 Vendor ID: AuthenticAMD 08:25:22 CPU family: 23 08:25:22 Model: 49 08:25:22 Model name: AMD EPYC-Rome Processor 08:25:22 Stepping: 0 08:25:22 CPU MHz: 2799.998 08:25:22 BogoMIPS: 5599.99 08:25:22 Virtualization: AMD-V 08:25:22 Hypervisor vendor: KVM 08:25:22 Virtualization type: full 08:25:22 L1d cache: 256 KiB 08:25:22 L1i cache: 256 KiB 08:25:22 L2 cache: 4 MiB 08:25:22 L3 cache: 128 MiB 08:25:22 NUMA node0 CPU(s): 0-7 08:25:22 Vulnerability Itlb multihit: Not affected 08:25:22 Vulnerability L1tf: Not affected 08:25:22 Vulnerability Mds: Not affected 08:25:22 Vulnerability Meltdown: Not affected 08:25:22 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 08:25:22 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 08:25:22 Vulnerability Spectre v2: Mitigation; Full AMD retpoline, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling 08:25:22 Vulnerability Srbds: Not affected 08:25:22 Vulnerability Tsx async abort: Not affected 08:25:22 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm rep_good nopl cpuid extd_apicid tsc_known_freq pni pclmulqdq ssse3 fma cx16 sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext perfctr_core ssbd ibrs ibpb stibp vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 xsaves clzero xsaveerptr wbnoinvd arat npt nrip_save umip rdpid arch_capabilities 08:25:22 08:25:22