Pull request #119 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 df2144b845a1547863039b3945da1fbc6ca5b3fa+e17bf6eb7b6ec689c18abb192f67e707f10f3ec9 (0ab7340e5d2505be95ea8fd119a229001c8cfff6) 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-ssh9471777320440123696.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --resolve-git-dir /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f/.git # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f@tmp/jenkins-gitclient-ssh16124041734104815669.key > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and with tags Cloning repository git@github.com:edgexfoundry/edgex-global-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/device-usb-camera/branches/PR-119/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-119/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh2046563517034575339.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-119/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh2325900594602964775.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 # timeout=10 Commit message: "Merge pull request #420 from bill-mahoney/levski-update" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.16.6' Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh2436204402736180369.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 65355178549468b165f8106641c96c3190b1d843 The recommended git tool is: NONE using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:lfit/releng-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/device-usb-camera/branches/PR-119/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-119/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh5592096671210698175.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.16.6' fatal: bad object cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-usb-camera] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-usb-camera-settings PROJECT: device-usb-camera USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.18 USE_ALPINE: true DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_IMAGE_NAME: device-usb-camera DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘ubuntu20.04-docker-8c-8g’ Running on prd-ubuntu20.04-docker-8c-8g-121331 in /w/workspace/foundry_device-usb-camera_PR-119 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout Selected Git installation does not exist. Using Default The recommended git tool is: NONE using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/device-usb-camera.git > git init /w/workspace/foundry_device-usb-camera_PR-119 # 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 Merging remotes/origin/main commit e17bf6eb7b6ec689c18abb192f67e707f10f3ec9 into PR head commit df2144b845a1547863039b3945da1fbc6ca5b3fa Merge succeeded, producing df2144b845a1547863039b3945da1fbc6ca5b3fa Checking out Revision df2144b845a1547863039b3945da1fbc6ca5b3fa (PR-119) > 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/119/head:refs/remotes/origin/PR-119 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f df2144b845a1547863039b3945da1fbc6ca5b3fa # 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 e17bf6eb7b6ec689c18abb192f67e707f10f3ec9 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f df2144b845a1547863039b3945da1fbc6ca5b3fa # timeout=10 Commit message: "refactor!: use latest SDK for flattened config stem" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 05:29:50 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 05:29:50 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 05:29:51 ========================================================= 05:29:51 EdgeX Global Pipelines Version Info 05:29:51 ========================================================= [Pipeline] libraryResource [Pipeline] sh 05:29:51 ------------------- 05:29:51 stable info: 05:29:51 ------------------- 05:29:51 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 05:29:51 Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 05:29:51 Message: update stable to v1.0.244 05:29:52 ------------------- 05:29:52 experimental info: 05:29:52 ------------------- 05:29:52 Commited By: **** collab-it+edgex@linuxfoundation.org 05:29:52 Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 05:29:52 Message: update experimental to v1.0.244 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 05:29:52 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-usb-camera-settings [Pipeline] echo 05:29:52 [edgeXSetupEnvironment]: set envvar PROJECT = device-usb-camera [Pipeline] echo 05:29:52 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 05:29:52 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 05:29:52 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 05:29:52 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo 05:29:52 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 05:29:52 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 05:29:52 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 05:29:52 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 05:29:52 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 05:29:53 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-usb-camera [Pipeline] echo 05:29:53 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 05:29:53 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 05:29:53 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 05:29:53 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 05:29:53 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 05:29:53 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 05:29:53 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 05:29:53 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 05:29:53 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 05:29:53 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 05:29:53 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 05:29:53 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 05:29:53 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 05:29:53 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 05:29:53 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 05:29:53 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-119 [Pipeline] echo 05:29:53 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-119 [Pipeline] echo 05:29:53 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-119 [Pipeline] echo 05:29:53 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = df2144b845a1547863039b3945da1fbc6ca5b3fa [Pipeline] echo 05:29:53 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = df2144b [Pipeline] echo 05:29:53 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 05:29:53 provisioning config files... 05:29:53 copy managed file [device-usb-camera-settings] to file:/w/workspace/foundry_device-usb-camera_PR-119@tmp/config7398511813693133368tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 05:29:54 ---> docker-login.sh 05:29:54 nexus3.edgexfoundry.org:10001 05:29:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:29:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:29:54 Configure a credential helper to remove this warning. See 05:29:54 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:29:54 05:29:54 Login Succeeded 05:29:54 nexus3.edgexfoundry.org:10002 05:29:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:29:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:29:54 Configure a credential helper to remove this warning. See 05:29:54 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:29:54 05:29:54 Login Succeeded 05:29:54 nexus3.edgexfoundry.org:10003 05:29:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:29:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:29:54 Configure a credential helper to remove this warning. See 05:29:54 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:29:54 05:29:54 Login Succeeded 05:29:54 nexus3.edgexfoundry.org:10004 05:29:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:29:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:29:54 Configure a credential helper to remove this warning. See 05:29:54 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:29:54 05:29:54 Login Succeeded 05:29:54 docker.io 05:29:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:29:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:29:55 Configure a credential helper to remove this warning. See 05:29:55 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:29:55 05:29:55 Login Succeeded 05:29:55 ---> docker-login.sh ends [Pipeline] } 05:29:55 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 05:29:55 + git rev-list -1 --merges df2144b845a1547863039b3945da1fbc6ca5b3fa~1..df2144b845a1547863039b3945da1fbc6ca5b3fa [Pipeline] echo 05:29:55 -----------> git rev-list -1 --merges df2144b845a1547863039b3945da1fbc6ca5b3fa~1..df2144b845a1547863039b3945da1fbc6ca5b3fa df2144b845a1547863039b3945da1fbc6ca5b3fa [false] [Pipeline] sh 05:29:56 + git log --format=format:%s -1 df2144b845a1547863039b3945da1fbc6ca5b3fa [Pipeline] echo 05:29:56 ========================================================= 05:29:56 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 05:29:56 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 05:29:56 + git log --format=format:%s -1 df2144b845a1547863039b3945da1fbc6ca5b3fa [Pipeline] echo 05:29:56 [semverPrep] GIT_COMMIT: df2144b845a1547863039b3945da1fbc6ca5b3fa, Commit Message: refactor!: use latest SDK for flattened config stem [Pipeline] echo 05:29:56 [semverPrep] This is not a build commit. [Pipeline] sh 05:29:56 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 05:29:56 + grep -v github /etc/ssh/ssh_known_hosts 05:29:56 + [ -e /tmp/ssh_known_hosts ] 05:29:56 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 05:29:56 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 05:29:56 + sudo tee -a /etc/ssh/ssh_known_hosts 05:29:56 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:29:57 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 05:29:57 05:29:57 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:29:57 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 05:29:57 0.1.4: Pulling from edgex-devops/py-git-semver 05:29:57 b85a868b505f: Pulling fs layer 05:29:57 e2be974225ed: Pulling fs layer 05:29:57 339a4e72a1f5: Pulling fs layer 05:29:57 988bab9f4d93: Pulling fs layer 05:29:57 1469e6f7b9e6: Pulling fs layer 05:29:57 eaf3925da568: Pulling fs layer 05:29:57 bab4dde63d76: Pulling fs layer 05:29:57 bde34c3a00c8: Pulling fs layer 05:29:57 b352a97aabf1: Pulling fs layer 05:29:57 4872d77fe225: Pulling fs layer 05:29:57 5851b861e8e6: Pulling fs layer 05:29:57 bab4dde63d76: Waiting 05:29:57 bde34c3a00c8: Waiting 05:29:57 b352a97aabf1: Waiting 05:29:57 4872d77fe225: Waiting 05:29:57 5851b861e8e6: Waiting 05:29:57 988bab9f4d93: Waiting 05:29:57 1469e6f7b9e6: Waiting 05:29:57 eaf3925da568: Waiting 05:29:57 e2be974225ed: Download complete 05:29:57 988bab9f4d93: Verifying Checksum 05:29:58 339a4e72a1f5: Verifying Checksum 05:29:58 339a4e72a1f5: Download complete 05:29:58 1469e6f7b9e6: Verifying Checksum 05:29:58 1469e6f7b9e6: Download complete 05:29:58 eaf3925da568: Verifying Checksum 05:29:58 eaf3925da568: Download complete 05:29:58 bde34c3a00c8: Verifying Checksum 05:29:58 bde34c3a00c8: Download complete 05:29:58 b352a97aabf1: Download complete 05:29:58 4872d77fe225: Verifying Checksum 05:29:58 4872d77fe225: Download complete 05:29:58 b85a868b505f: Verifying Checksum 05:29:58 b85a868b505f: Download complete 05:29:58 5851b861e8e6: Verifying Checksum 05:29:58 5851b861e8e6: Download complete 05:29:58 bab4dde63d76: Verifying Checksum 05:29:58 bab4dde63d76: Download complete 05:29:59 b85a868b505f: Pull complete 05:29:59 e2be974225ed: Pull complete 05:29:59 339a4e72a1f5: Pull complete 05:29:59 988bab9f4d93: Pull complete 05:30:00 1469e6f7b9e6: Pull complete 05:30:00 eaf3925da568: Pull complete 05:30:02 bab4dde63d76: Pull complete 05:30:02 bde34c3a00c8: Pull complete 05:30:02 b352a97aabf1: Pull complete 05:30:02 4872d77fe225: Pull complete 05:30:02 5851b861e8e6: Pull complete 05:30:02 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 05:30:02 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 05:30:02 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 05:30:02 prd-ubuntu20.04-docker-8c-8g-121331 does not seem to be running inside a container 05:30:02 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/foundry_device-usb-camera_PR-119 -v /w/workspace/foundry_device-usb-camera_PR-119:/w/workspace/foundry_device-usb-camera_PR-119:rw,z -v /w/workspace/foundry_device-usb-camera_PR-119@tmp:/w/workspace/foundry_device-usb-camera_PR-119@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 05:30:04 $ docker top 1f44589fcda8910b292bea556a4b23d3ffc1ec25bac25dc52ce1b33430dd2674 -eo pid,comm 05:30:04 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). 05:30:04 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 05:30:04 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 05:30:04 [ssh-agent] Looking for ssh-agent implementation... 05:30:04 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 05:30:04 $ docker exec 1f44589fcda8910b292bea556a4b23d3ffc1ec25bac25dc52ce1b33430dd2674 ssh-agent 05:30:04 SSH_AUTH_SOCK=/tmp/ssh-AyGJm1I3Tt7J/agent.32 05:30:04 SSH_AGENT_PID=38 05:30:04 Running ssh-add (command line suppressed) 05:30:04 Identity added: /w/workspace/foundry_device-usb-camera_PR-119@tmp/private_key_10547514810468192545.key (/w/workspace/foundry_device-usb-camera_PR-119@tmp/private_key_10547514810468192545.key) 05:30:04 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 05:30:05 + git tag --points-at HEAD [Pipeline] } 05:30:05 $ docker exec --env ******** --env ******** 1f44589fcda8910b292bea556a4b23d3ffc1ec25bac25dc52ce1b33430dd2674 ssh-agent -k 05:30:05 unset SSH_AUTH_SOCK; 05:30:05 unset SSH_AGENT_PID; 05:30:05 echo Agent pid 38 killed; 05:30:05 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 05:30:05 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 05:30:05 [ssh-agent] Looking for ssh-agent implementation... 05:30:05 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 05:30:05 $ docker exec 1f44589fcda8910b292bea556a4b23d3ffc1ec25bac25dc52ce1b33430dd2674 ssh-agent 05:30:05 SSH_AUTH_SOCK=/tmp/ssh-yfrcJEReihTW/agent.70 05:30:05 SSH_AGENT_PID=76 05:30:05 Running ssh-add (command line suppressed) 05:30:05 Identity added: /w/workspace/foundry_device-usb-camera_PR-119@tmp/private_key_17159265250546495808.key (/w/workspace/foundry_device-usb-camera_PR-119@tmp/private_key_17159265250546495808.key) 05:30:05 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 05:30:05 + git semver init 05:30:06 2022-12-15 05:30:06,148 [run_init] DEBUG init version:0.0.0 force:False 05:30:06 2022-12-15 05:30:06,149 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/foundry_device-usb-camera_PR-119/.semver 05:30:06 2022-12-15 05:30:06,149 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-usb-camera.git /w/workspace/foundry_device-usb-camera_PR-119/.semver 05:30:06 2022-12-15 05:30:06,150 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/device-usb-camera.git', '/w/workspace/foundry_device-usb-camera_PR-119/.semver'], cwd=/w/workspace/foundry_device-usb-camera_PR-119, universal_newlines=False, shell=None, istream=None) 05:30:07 2022-12-15 05:30:06,839 [append_file] DEBUG append to file:/w/workspace/foundry_device-usb-camera_PR-119/.git/info/exclude 05:30:07 2022-12-15 05:30:06,839 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/foundry_device-usb-camera_PR-119/.semver/PR-119 with force:False 05:30:07 2022-12-15 05:30:06,839 [write_file] DEBUG write to file:/w/workspace/foundry_device-usb-camera_PR-119/.semver/PR-119 05:30:07 2022-12-15 05:30:06,843 [execute] INFO git cat-file --batch-check 05:30:07 2022-12-15 05:30:06,844 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/foundry_device-usb-camera_PR-119/.semver, universal_newlines=False, shell=None, istream=) 05:30:07 2022-12-15 05:30:06,851 [execute] INFO git cat-file --batch 05:30:07 2022-12-15 05:30:06,851 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/foundry_device-usb-camera_PR-119/.semver, universal_newlines=False, shell=None, istream=) 05:30:07 2022-12-15 05:30:06,856 [read_version] DEBUG read version from /w/workspace/foundry_device-usb-camera_PR-119/.semver/PR-119 05:30:07 0.0.0 [Pipeline] } 05:30:07 $ docker exec --env ******** --env ******** 1f44589fcda8910b292bea556a4b23d3ffc1ec25bac25dc52ce1b33430dd2674 ssh-agent -k 05:30:07 unset SSH_AUTH_SOCK; 05:30:07 unset SSH_AGENT_PID; 05:30:07 echo Agent pid 76 killed; 05:30:07 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 05:30:07 + git semver [Pipeline] } 05:30:08 $ docker stop --time=1 1f44589fcda8910b292bea556a4b23d3ffc1ec25bac25dc52ce1b33430dd2674 05:30:09 $ docker rm -f 1f44589fcda8910b292bea556a4b23d3ffc1ec25bac25dc52ce1b33430dd2674 [Pipeline] // withDockerContainer [Pipeline] sh 05:30:09 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 05:30:10 Stashed 1 file(s) [Pipeline] echo 05:30:10 [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 05:30:10 provisioning config files... 05:30:10 copy managed file [device-usb-camera-settings] to file:/w/workspace/foundry_device-usb-camera_PR-119@tmp/config2731816794386881460tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 05:30:11 ---> docker-login.sh 05:30:11 nexus3.edgexfoundry.org:10001 05:30:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:30:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:30:11 Configure a credential helper to remove this warning. See 05:30:11 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:30:11 05:30:11 Login Succeeded 05:30:11 nexus3.edgexfoundry.org:10002 05:30:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:30:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:30:11 Configure a credential helper to remove this warning. See 05:30:11 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:30:11 05:30:11 Login Succeeded 05:30:11 nexus3.edgexfoundry.org:10003 05:30:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:30:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:30:11 Configure a credential helper to remove this warning. See 05:30:11 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:30:11 05:30:11 Login Succeeded 05:30:11 nexus3.edgexfoundry.org:10004 05:30:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:30:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:30:11 Configure a credential helper to remove this warning. See 05:30:11 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:30:11 05:30:11 Login Succeeded 05:30:11 docker.io 05:30:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:30:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:30:11 Configure a credential helper to remove this warning. See 05:30:11 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:30:11 05:30:11 Login Succeeded 05:30:11 ---> docker-login.sh ends [Pipeline] } 05:30:11 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 05:30:11 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 05:30:11 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 05:30:11 ========================================================= 05:30:11 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] 05:30:11 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:30:12 + 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 . 05:30:12 Sending build context to Docker daemon 1.668MB 05:30:12 Step 1/13 : ARG BASE=golang:1.18-alpine3.16 05:30:12 Step 2/13 : FROM ${BASE} AS builder 05:30:12 1.18-alpine: Pulling from edgex-devops/edgex-golang-base 05:30:12 213ec9aee27d: Pulling fs layer 05:30:12 4583459ba037: Pulling fs layer 05:30:12 93c1e223e6f2: Pulling fs layer 05:30:12 53926ce57604: Pulling fs layer 05:30:12 21b2b0c7a3f4: Pulling fs layer 05:30:12 22ff95d597cd: Pulling fs layer 05:30:12 12d6caf4c0d1: Pulling fs layer 05:30:12 96b7cbca73a9: Pulling fs layer 05:30:12 a7acece74701: Pulling fs layer 05:30:12 53926ce57604: Waiting 05:30:12 21b2b0c7a3f4: Waiting 05:30:12 22ff95d597cd: Waiting 05:30:12 12d6caf4c0d1: Waiting 05:30:12 96b7cbca73a9: Waiting 05:30:12 a7acece74701: Waiting 05:30:12 93c1e223e6f2: Verifying Checksum 05:30:12 93c1e223e6f2: Download complete 05:30:12 4583459ba037: Verifying Checksum 05:30:12 4583459ba037: Download complete 05:30:12 21b2b0c7a3f4: Verifying Checksum 05:30:12 21b2b0c7a3f4: Download complete 05:30:12 22ff95d597cd: Verifying Checksum 05:30:12 22ff95d597cd: Download complete 05:30:12 213ec9aee27d: Verifying Checksum 05:30:12 12d6caf4c0d1: Verifying Checksum 05:30:12 12d6caf4c0d1: Download complete 05:30:12 213ec9aee27d: Pull complete 05:30:12 4583459ba037: Pull complete 05:30:12 93c1e223e6f2: Pull complete 05:30:13 96b7cbca73a9: Verifying Checksum 05:30:13 96b7cbca73a9: Download complete 05:30:13 a7acece74701: Verifying Checksum 05:30:13 a7acece74701: Download complete 05:30:13 53926ce57604: Verifying Checksum 05:30:13 53926ce57604: Download complete 05:30:17 53926ce57604: Pull complete 05:30:17 21b2b0c7a3f4: Pull complete 05:30:17 22ff95d597cd: Pull complete 05:30:17 12d6caf4c0d1: Pull complete 05:30:19 96b7cbca73a9: Pull complete 05:30:19 a7acece74701: Pull complete 05:30:19 Digest: sha256:f6a9ef70c52da88a2ff63a0c6767b24654f9f5185d1d85ca6cc3004fb48f6c2d 05:30:19 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 05:30:19 ---> db6d94c90886 05:30:19 Step 3/13 : ARG ADD_BUILD_TAGS="" 05:30:21 ---> Running in a35aa0c1b6a2 05:30:21 Removing intermediate container a35aa0c1b6a2 05:30:21 ---> 83670080de98 05:30:21 Step 4/13 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 05:30:21 ---> Running in 4f5ccbc7e4c2 05:30:21 Removing intermediate container 4f5ccbc7e4c2 05:30:21 ---> 7da15b19c49d 05:30:21 Step 5/13 : ARG ALPINE_PKG_BASE="make git gcc libc-dev zeromq-dev libsodium-dev curl" 05:30:21 ---> Running in 0ed1942df325 05:30:21 Removing intermediate container 0ed1942df325 05:30:21 ---> d9813ddc4a05 05:30:21 Step 6/13 : ARG ALPINE_PKG_EXTRA="v4l-utils-dev v4l-utils v4l-utils-libs linux-headers" 05:30:21 ---> Running in 8d926e007668 05:30:21 Removing intermediate container 8d926e007668 05:30:21 ---> 907106a6f2f7 05:30:21 Step 7/13 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 05:30:22 ---> Running in 06cd77c54793 05:30:22 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 05:30:22 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 05:30:22 (1/80) Installing mesa (21.3.8-r2) 05:30:22 (2/80) Installing libxau (1.0.9-r0) 05:30:22 (3/80) Installing libxdmcp (1.1.3-r0) 05:30:22 (4/80) Installing libxcb (1.15-r0) 05:30:22 (5/80) Installing libx11 (1.8-r0) 05:30:22 (6/80) Installing libxext (1.3.4-r0) 05:30:22 (7/80) Installing libxfixes (6.0.0-r0) 05:30:22 (8/80) Installing libxxf86vm (1.1.4-r2) 05:30:22 (9/80) Installing libpciaccess (0.16-r0) 05:30:22 (10/80) Installing libdrm (2.4.110-r0) 05:30:22 (11/80) Installing mesa-glapi (21.3.8-r2) 05:30:22 (12/80) Installing libxshmfence (1.3-r1) 05:30:22 (13/80) Installing mesa-gl (21.3.8-r2) 05:30:22 (14/80) Installing icu-data-full (71.1-r2) 05:30:23 (15/80) Installing libice (1.0.10-r0) 05:30:23 (16/80) Installing libuuid (2.38-r1) 05:30:23 (17/80) Installing libsm (1.2.3-r0) 05:30:23 (18/80) Installing libxt (1.2.1-r0) 05:30:23 (19/80) Installing libxmu (1.1.3-r0) 05:30:23 (20/80) Installing xset (1.2.4-r0) 05:30:23 (21/80) Installing xprop (1.2.5-r0) 05:30:23 (22/80) Installing xdg-utils (1.1.3-r3) 05:30:23 (23/80) Installing dbus-libs (1.14.4-r0) 05:30:23 (24/80) Installing libffi (3.4.2-r1) 05:30:23 (25/80) Installing libintl (0.21-r2) 05:30:23 (26/80) Installing libblkid (2.38-r1) 05:30:23 (27/80) Installing libmount (2.38-r1) 05:30:23 (28/80) Installing pcre (8.45-r2) 05:30:23 (29/80) Installing glib (2.72.1-r0) 05:30:23 (30/80) Installing icu-libs (71.1-r2) 05:30:23 (31/80) Installing libpcre2-16 (10.40-r0) 05:30:23 (32/80) Installing zstd-libs (1.5.2-r1) 05:30:23 (33/80) Installing qt5-qtbase (5.15.4_git20220511-r2) 05:30:23 (34/80) Installing hicolor-icon-theme (0.17-r1) 05:30:23 (35/80) Installing wayland-libs-server (1.20.0-r0) 05:30:23 (36/80) Installing mesa-gbm (21.3.8-r2) 05:30:23 (37/80) Installing wayland-libs-client (1.20.0-r0) 05:30:23 (38/80) Installing qt5-qtdeclarative (5.15.4_git20220514-r1) 05:30:23 (39/80) Installing libxcomposite (0.4.5-r0) 05:30:23 (40/80) Installing libbz2 (1.0.8-r1) 05:30:23 (41/80) Installing libpng (1.6.37-r1) 05:30:23 (42/80) Installing freetype (2.12.1-r0) 05:30:23 (43/80) Installing fontconfig (2.14.0-r0) 05:30:23 (44/80) Installing wayland-libs-cursor (1.20.0-r0) 05:30:23 (45/80) Installing wayland-libs-egl (1.20.0-r0) 05:30:23 (46/80) Installing xkeyboard-config (2.35.1-r0) 05:30:23 (47/80) Installing xz-libs (5.2.5-r1) 05:30:23 (48/80) Installing libxml2 (2.9.14-r2) 05:30:23 (49/80) Installing libxkbcommon (1.4.1-r0) 05:30:23 (50/80) Installing qt5-qtwayland (5.15.4_git20220511-r0) 05:30:23 (51/80) Installing mesa-egl (21.3.8-r2) 05:30:23 (52/80) Installing avahi-libs (0.8-r6) 05:30:23 (53/80) Installing nettle (3.7.3-r0) 05:30:23 (54/80) Installing p11-kit (0.24.1-r0) 05:30:23 (55/80) Installing libtasn1 (4.18.0-r0) 05:30:23 (56/80) Installing libunistring (1.0-r0) 05:30:23 (57/80) Installing gnutls (3.7.7-r0) 05:30:23 (58/80) Installing cups-libs (2.4.2-r0) 05:30:23 (59/80) Installing graphite2 (1.3.14-r1) 05:30:23 (60/80) Installing harfbuzz (4.3.0-r0) 05:30:23 (61/80) Installing libevdev (1.12.1-r0) 05:30:23 (62/80) Installing mtdev (1.1.6-r0) 05:30:23 (63/80) Installing eudev-libs (3.2.11-r0) 05:30:23 (64/80) Installing libinput-libs (1.20.1-r0) 05:30:23 (65/80) Installing libjpeg-turbo (2.1.3-r1) 05:30:23 (66/80) Installing xcb-util-wm (0.4.1-r1) 05:30:23 (67/80) Installing xcb-util (0.4.0-r3) 05:30:23 (68/80) Installing xcb-util-image (0.4.0-r1) 05:30:23 (69/80) Installing xcb-util-keysyms (0.4.0-r1) 05:30:23 (70/80) Installing xcb-util-renderutil (0.3.9-r1) 05:30:23 (71/80) Installing libxkbcommon-x11 (1.4.1-r0) 05:30:23 (72/80) Installing qt5-qtbase-x11 (5.15.4_git20220511-r2) 05:30:23 (73/80) Installing v4l-utils-libs (1.22.1-r1) 05:30:23 (74/80) Installing v4l-utils (1.22.1-r1) 05:30:23 (75/80) Installing udev-init-scripts (35-r0) 05:30:23 Executing udev-init-scripts-35-r0.post-install 05:30:23 (76/80) Installing kmod-libs (29-r2) 05:30:23 (77/80) Installing eudev (3.2.11-r0) 05:30:23 (78/80) Installing eudev-dev (3.2.11-r0) 05:30:23 (79/80) Installing v4l-utils-dvbv5 (1.22.1-r1) 05:30:23 (80/80) Installing v4l-utils-dev (1.22.1-r1) 05:30:23 Executing busybox-1.35.0-r17.trigger 05:30:23 Executing eudev-3.2.11-r0.trigger 05:30:23 OK: 330 MiB in 131 packages 05:30:25 Still waiting to schedule task 05:30:25 Waiting for next available executor on ‘prd-ubuntu20.04-docker-arm64-4c-16g-121330’ 05:30:25 Removing intermediate container 06cd77c54793 05:30:25 ---> 1961628ea5f1 05:30:25 Step 8/13 : WORKDIR /device-usb-camera 05:30:25 ---> Running in 8dd0c8b4562b 05:30:25 Removing intermediate container 8dd0c8b4562b 05:30:25 ---> 6166488eeb26 05:30:25 Step 9/13 : COPY go.mod vendor* ./ 05:30:26 ---> d773156cd00f 05:30:26 Step 10/13 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:30:26 ---> Running in ffd5b0d3e816 05:30:48 Removing intermediate container ffd5b0d3e816 05:30:48 ---> 9da512e8fb1f 05:30:48 Step 11/13 : COPY . . 05:30:48 ---> 94fb78573e11 05:30:48 Step 12/13 : RUN curl -o LICENSE-rtsp-simple-server https://raw.githubusercontent.com/aler9/rtsp-simple-server/main/LICENSE 05:30:48 ---> Running in 3a1222163fa0 05:30:48  % Total % Received % Xferd Average Speed Time Time Time Current 05:30:48 Dload Upload Total Spent Left Speed 05:30:48 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 1062 100 1062 0 0 9885 0 --:--:-- --:--:-- --:--:-- 9925 05:30:48 Removing intermediate container 3a1222163fa0 05:30:48 ---> b1713b7d2896 05:30:48 Step 13/13 : RUN ${MAKE} 05:30:48 ---> Running in bc77df8264cb 05:30:48 noop 05:30:48 Removing intermediate container bc77df8264cb 05:30:48 ---> 7a2523c78296 05:30:48 Successfully built 7a2523c78296 05:30:48 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:30:48 + docker inspect -f . ci-base-image-x86_64 05:30:48 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 05:30:48 prd-ubuntu20.04-docker-8c-8g-121331 does not seem to be running inside a container 05:30:48 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/foundry_device-usb-camera_PR-119 -v /w/workspace/foundry_device-usb-camera_PR-119:/w/workspace/foundry_device-usb-camera_PR-119:rw,z -v /w/workspace/foundry_device-usb-camera_PR-119@tmp:/w/workspace/foundry_device-usb-camera_PR-119@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 05:30:49 $ docker top 1747282e205b90cb6a90bf75b5ba80d367ca222aa4ec28e00914ee288727fcf4 -eo pid,comm [Pipeline] { [Pipeline] sh 05:30:49 + go version 05:30:49 go version go1.18.7 linux/amd64 [Pipeline] } 05:30:49 $ docker stop --time=1 1747282e205b90cb6a90bf75b5ba80d367ca222aa4ec28e00914ee288727fcf4 05:30:50 $ docker rm -f 1747282e205b90cb6a90bf75b5ba80d367ca222aa4ec28e00914ee288727fcf4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:30:51 + docker inspect -f . ci-base-image-x86_64 05:30:51 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 05:30:51 prd-ubuntu20.04-docker-8c-8g-121331 does not seem to be running inside a container 05:30:51 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/foundry_device-usb-camera_PR-119 -v /w/workspace/foundry_device-usb-camera_PR-119:/w/workspace/foundry_device-usb-camera_PR-119:rw,z -v /w/workspace/foundry_device-usb-camera_PR-119@tmp:/w/workspace/foundry_device-usb-camera_PR-119@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 05:30:52 $ docker top 45446054b4c605d799b3f8a990dbcc77d9fd1aaa3cf28cacc4fe7d4d118df83e -eo pid,comm [Pipeline] { [Pipeline] sh 05:30:52 + git config --global --add safe.directory /w/workspace/foundry_device-usb-camera_PR-119 [Pipeline] fileExists [Pipeline] sh 05:30:52 + make test 05:30:52 CGO_ENABLED=1 go test ./... -coverprofile=coverage.out ./... 05:30:53 ? github.com/edgexfoundry/device-usb-camera [no test files] 05:31:03 ? github.com/edgexfoundry/device-usb-camera/cmd [no test files] 05:31:03 ok github.com/edgexfoundry/device-usb-camera/internal/driver 0.013s coverage: 1.9% of statements 05:31:11 level=warning msg="[linters context] structcheck is disabled because of go1.18. You can track the evolution of the go1.18 support by following the https://github.com/golangci/golangci-lint/issues/2649." 05:31:11 CGO_ENABLED=1 go vet ./... 05:31:14 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 05:31:14 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 05:31:14 ./bin/test-attribution-txt.sh [Pipeline] echo 05:31:14 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 05:31:14 $ docker stop --time=1 45446054b4c605d799b3f8a990dbcc77d9fd1aaa3cf28cacc4fe7d4d118df83e 05:31:16 $ docker rm -f 45446054b4c605d799b3f8a990dbcc77d9fd1aaa3cf28cacc4fe7d4d118df83e [Pipeline] // withDockerContainer [Pipeline] sh 05:31:16 + sudo chown -R jenkins:jenkins . [Pipeline] stash 05:31:16 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 05:31:17 + sudo chown -R jenkins:jenkins . [Pipeline] sh 05:31:17 + ls -al . 05:31:17 total 208 05:31:17 drwxrwxr-x 10 jenkins jenkins 4096 Dec 15 05:30 . 05:31:17 drwxrwxr-x 4 jenkins jenkins 4096 Dec 15 05:29 .. 05:31:17 drwxrwxr-x 8 jenkins jenkins 4096 Dec 15 05:31 .git 05:31:17 drwxrwxr-x 3 jenkins jenkins 4096 Dec 15 05:29 .github 05:31:17 -rw-rw-r-- 1 jenkins jenkins 414 Dec 15 05:29 .gitignore 05:31:17 -rw-rw-r-- 1 jenkins jenkins 42 Dec 15 05:29 .golangci.yml 05:31:17 -rw-rw-r-- 1 jenkins jenkins 77 Dec 15 05:29 .hadolint.yml 05:31:17 drwxr-xr-x 3 jenkins jenkins 4096 Dec 15 05:30 .semver 05:31:17 -rw-rw-r-- 1 jenkins jenkins 9546 Dec 15 05:29 Attribution.txt 05:31:17 -rw-rw-r-- 1 jenkins jenkins 5460 Dec 15 05:29 CHANGELOG.md 05:31:17 -rw-rw-r-- 1 jenkins jenkins 2378 Dec 15 05:29 Dockerfile 05:31:17 -rw-rw-r-- 1 jenkins jenkins 678 Dec 15 05:29 GOVERNANCE.md 05:31:17 -rw-rw-r-- 1 jenkins jenkins 659 Dec 15 05:29 Jenkinsfile 05:31:17 -rw-rw-r-- 1 jenkins jenkins 11348 Dec 15 05:29 LICENSE 05:31:17 -rw-rw-r-- 1 jenkins jenkins 2554 Dec 15 05:29 Makefile 05:31:17 -rw-rw-r-- 1 jenkins jenkins 622 Dec 15 05:29 OWNERS.md 05:31:17 -rw-rw-r-- 1 jenkins jenkins 5934 Dec 15 05:29 README.md 05:31:17 -rw-rw-r-- 1 jenkins jenkins 5 Dec 15 05:30 VERSION 05:31:17 drwxrwxr-x 2 jenkins jenkins 4096 Dec 15 05:29 bin 05:31:17 drwxrwxr-x 3 jenkins jenkins 4096 Dec 15 05:29 cmd 05:31:17 -rw-r--r-- 1 jenkins jenkins 30410 Dec 15 05:31 coverage.out 05:31:17 -rwxrwxr-x 1 jenkins jenkins 140 Dec 15 05:29 docker-entrypoint.sh 05:31:17 drwxrwxr-x 4 jenkins jenkins 4096 Dec 15 05:29 docs 05:31:17 -rw-rw-r-- 1 jenkins jenkins 3574 Dec 15 05:29 go.mod 05:31:17 -rw-rw-r-- 1 jenkins jenkins 45170 Dec 15 05:29 go.sum 05:31:17 drwxrwxr-x 3 jenkins jenkins 4096 Dec 15 05:29 internal 05:31:17 drwxrwxr-x 4 jenkins jenkins 4096 Dec 15 05:29 snap 05:31:17 -rw-rw-r-- 1 jenkins jenkins 231 Dec 15 05:29 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:31:18 + 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=df2144b845a1547863039b3945da1fbc6ca5b3fa --label arch=amd64 --label version=0.0.0 . 05:31:18 Sending build context to Docker daemon 1.699MB 05:31:18 Step 1/35 : ARG BASE=golang:1.18-alpine3.16 05:31:18 Step 2/35 : FROM ${BASE} AS builder 05:31:18 ---> 7a2523c78296 05:31:18 Step 3/35 : ARG ADD_BUILD_TAGS="" 05:31:18 ---> Running in fa497569b3a9 05:31:18 Removing intermediate container fa497569b3a9 05:31:18 ---> 5d787baa2bbc 05:31:18 Step 4/35 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 05:31:18 ---> Running in 68006890bd75 05:31:18 Removing intermediate container 68006890bd75 05:31:18 ---> 0d31677f5595 05:31:18 Step 5/35 : ARG ALPINE_PKG_BASE="make git gcc libc-dev zeromq-dev libsodium-dev curl" 05:31:18 ---> Running in 4f95ba695282 05:31:18 Removing intermediate container 4f95ba695282 05:31:18 ---> 1e9697b72846 05:31:18 Step 6/35 : ARG ALPINE_PKG_EXTRA="v4l-utils-dev v4l-utils v4l-utils-libs linux-headers" 05:31:18 ---> Running in 9ab205efdb38 05:31:18 Removing intermediate container 9ab205efdb38 05:31:18 ---> f225d17d8113 05:31:18 Step 7/35 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 05:31:18 ---> Running in dc6a2969f4ab 05:31:19 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 05:31:19 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 05:31:19 OK: 330 MiB in 131 packages 05:31:19 Removing intermediate container dc6a2969f4ab 05:31:19 ---> e4785499acd3 05:31:19 Step 8/35 : WORKDIR /device-usb-camera 05:31:19 ---> Running in 7b5bd5f37bd7 05:31:19 Removing intermediate container 7b5bd5f37bd7 05:31:19 ---> 9d91c8b984a0 05:31:19 Step 9/35 : COPY go.mod vendor* ./ 05:31:19 ---> 442182bc2a4a 05:31:19 Step 10/35 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:31:19 ---> Running in 0a22c5198d59 05:31:20 Removing intermediate container 0a22c5198d59 05:31:20 ---> fcab64a08cca 05:31:20 Step 11/35 : COPY . . 05:31:20 ---> b948a3bd6685 05:31:20 Step 12/35 : RUN curl -o LICENSE-rtsp-simple-server https://raw.githubusercontent.com/aler9/rtsp-simple-server/main/LICENSE 05:31:21 ---> Running in 4bb7822d146e 05:31:21  % Total % Received % Xferd Average Speed Time Time Time Current 05:31:21 Dload Upload Total Spent Left Speed 05:31:21 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100  1062  100  1062    0     0  44130      0 --:--:-- --:--:-- --:--:-- 46173 05:31:21 Removing intermediate container 4bb7822d146e 05:31:21 ---> 5efe4b0baff9 05:31:21 Step 13/35 : RUN ${MAKE} 05:31:21 ---> Running in c052aad0f83a 05:31:21 CGO_ENABLED=1 go build -tags "" -ldflags "-linkmode=external -X github.com/edgexfoundry/device-usb-camera.Version=0.0.0 -X github.com/edgexfoundry/device-sdk-go/v3/internal/common.SDKVersion=v3.0.0-dev.4" -trimpath -mod=readonly -buildmode=pie -o cmd/device-usb-camera ./cmd 05:31:43 Removing intermediate container c052aad0f83a 05:31:43 ---> 60e34699134a 05:31:43 Step 14/35 : FROM aler9/rtsp-simple-server:v0.18.4 AS rtsp 05:31:43 v0.18.4: Pulling from aler9/rtsp-simple-server 05:31:43 af6660deedbd: Pulling fs layer 05:31:43 97cd0a44c592: Pulling fs layer 05:31:43 97cd0a44c592: Verifying Checksum 05:31:43 97cd0a44c592: Download complete 05:31:43 af6660deedbd: Verifying Checksum 05:31:43 af6660deedbd: Download complete 05:31:43 af6660deedbd: Pull complete 05:31:43 97cd0a44c592: Pull complete 05:31:43 Digest: sha256:1453d1d853d0ebdb57f9d2cbebc75114a1174f7b08edc414400166566d9ff563 05:31:43 Status: Downloaded newer image for aler9/rtsp-simple-server:v0.18.4 05:31:43 ---> fea57e182299 05:31:43 Step 15/35 : FROM alpine:3.16 05:31:43 3.16: Pulling from library/alpine 05:31:43 ca7dd9ec2225: Pulling fs layer 05:31:43 ca7dd9ec2225: Verifying Checksum 05:31:43 ca7dd9ec2225: Download complete 05:31:43 ca7dd9ec2225: Pull complete 05:31:43 Digest: sha256:b95359c2505145f16c6aa384f9cc74eeff78eb36d308ca4fd902eeeb0a0b161b 05:31:43 Status: Downloaded newer image for alpine:3.16 05:31:43 ---> bfe296a52501 05:31:43 Step 16/35 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel Corporation' 05:31:43 ---> Running in f2f00d61a9d8 05:31:44 Removing intermediate container f2f00d61a9d8 05:31:44 ---> f06544ce4570 05:31:44 Step 17/35 : RUN apk add --update --no-cache zeromq dumb-init ffmpeg udev 05:31:44 ---> Running in cac93b680726 05:31:44 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 05:31:44 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 05:31:44 (1/83) Installing dumb-init (1.2.5-r1) 05:31:44 (2/83) Installing sdl2 (2.0.22-r0) 05:31:44 (3/83) Installing libxau (1.0.9-r0) 05:31:44 (4/83) Installing libxdmcp (1.1.3-r0) 05:31:45 (5/83) Installing libxcb (1.15-r0) 05:31:45 (6/83) Installing libx11 (1.8-r0) 05:31:45 (7/83) Installing aom-libs (3.3.0-r0) 05:31:45 (8/83) Installing alsa-lib (1.2.7.2-r0) 05:31:45 (9/83) Installing expat (2.5.0-r0) 05:31:45 (10/83) Installing brotli-libs (1.0.9-r6) 05:31:45 (11/83) Installing libbz2 (1.0.8-r1) 05:31:45 (12/83) Installing libpng (1.6.37-r1) 05:31:45 (13/83) Installing freetype (2.12.1-r0) 05:31:45 (14/83) Installing fontconfig (2.14.0-r0) 05:31:45 (15/83) Installing fribidi (1.0.12-r0) 05:31:45 (16/83) Installing libffi (3.4.2-r1) 05:31:45 (17/83) Installing libintl (0.21-r2) 05:31:45 (18/83) Installing libblkid (2.38-r1) 05:31:45 (19/83) Installing libmount (2.38-r1) 05:31:45 (20/83) Installing pcre (8.45-r2) 05:31:45 (21/83) Installing glib (2.72.1-r0) 05:31:45 (22/83) Installing graphite2 (1.3.14-r1) 05:31:45 (23/83) Installing harfbuzz (4.3.0-r0) 05:31:45 (24/83) Installing libass (0.16.0-r0) 05:31:45 (25/83) Installing libdav1d (1.0.0-r0) 05:31:45 (26/83) Installing libpciaccess (0.16-r0) 05:31:45 (27/83) Installing libdrm (2.4.110-r0) 05:31:45 (28/83) Installing gmp (6.2.1-r2) 05:31:45 (29/83) Installing nettle (3.7.3-r0) 05:31:45 (30/83) Installing p11-kit (0.24.1-r0) 05:31:45 (31/83) Installing libtasn1 (4.18.0-r0) 05:31:45 (32/83) Installing libunistring (1.0-r0) 05:31:45 (33/83) Installing gnutls (3.7.7-r0) 05:31:45 (34/83) Installing ncurses-terminfo-base (6.3_p20220521-r0) 05:31:45 (35/83) Installing ncurses-libs (6.3_p20220521-r0) 05:31:45 (36/83) Installing lame (3.100-r0) 05:31:45 (37/83) Installing opus (1.3.1-r1) 05:31:45 (38/83) Installing libasyncns (0.8-r1) 05:31:45 (39/83) Installing dbus-libs (1.14.4-r0) 05:31:45 (40/83) Installing libltdl (2.4.7-r0) 05:31:45 (41/83) Installing orc (0.4.32-r0) 05:31:45 (42/83) Installing libgcc (11.2.1_git20220219-r2) 05:31:45 (43/83) Installing libogg (1.3.5-r1) 05:31:45 (44/83) Installing libstdc++ (11.2.1_git20220219-r2) 05:31:45 (45/83) Installing flac (1.3.4-r0) 05:31:45 (46/83) Installing libvorbis (1.3.7-r0) 05:31:45 (47/83) Installing libsndfile (1.1.0-r0) 05:31:45 (48/83) Installing libgomp (11.2.1_git20220219-r2) 05:31:45 (49/83) Installing soxr (0.1.3-r2) 05:31:45 (50/83) Installing speexdsp (1.2.0-r0) 05:31:45 (51/83) Installing tdb-libs (1.4.6-r0) 05:31:45 (52/83) Installing libpulse (15.0-r2) 05:31:45 (53/83) Installing cjson (1.7.15-r3) 05:31:45 (54/83) Installing mbedtls (2.28.1-r0) 05:31:45 (55/83) Installing librist (0.2.6-r1) 05:31:45 (56/83) Installing libsrt (1.4.4-r0) 05:31:45 (57/83) Installing libssh (0.9.6-r1) 05:31:45 (58/83) Installing libtheora (1.1.1-r16) 05:31:45 (59/83) Installing libjpeg-turbo (2.1.3-r1) 05:31:45 (60/83) Installing v4l-utils-libs (1.22.1-r1) 05:31:45 (61/83) Installing libxext (1.3.4-r0) 05:31:45 (62/83) Installing libxfixes (6.0.0-r0) 05:31:45 (63/83) Installing wayland-libs-client (1.20.0-r0) 05:31:45 (64/83) Installing libva (2.14.0-r0) 05:31:45 (65/83) Installing libvdpau (1.5-r0) 05:31:45 (66/83) Installing vidstab (1.1.0-r1) 05:31:45 (67/83) Installing libvpx (1.11.0-r1) 05:31:45 (68/83) Installing libwebp (1.2.3-r0) 05:31:45 (69/83) Installing x264-libs (0.163_git20210613-r0) 05:31:45 (70/83) Installing numactl (2.0.14-r0) 05:31:45 (71/83) Installing x265-libs (3.5-r3) 05:31:45 (72/83) Installing xvidcore (1.3.7-r1) 05:31:45 (73/83) Installing ffmpeg-libs (5.0.1-r1) 05:31:45 (74/83) Installing ffmpeg (5.0.1-r1) 05:31:45 (75/83) Installing udev-init-scripts (35-r0) 05:31:45 Executing udev-init-scripts-35-r0.post-install 05:31:45 (76/83) Installing eudev-libs (3.2.11-r0) 05:31:45 (77/83) Installing xz-libs (5.2.5-r1) 05:31:45 (78/83) Installing zstd-libs (1.5.2-r1) 05:31:45 (79/83) Installing kmod-libs (29-r2) 05:31:45 (80/83) Installing eudev (3.2.11-r0) 05:31:45 (81/83) Installing libsodium (1.0.18-r0) 05:31:45 (82/83) Installing libzmq (4.3.4-r0) 05:31:45 (83/83) Installing zeromq (4.3.4-r0) 05:31:45 Executing busybox-1.35.0-r17.trigger 05:31:45 Executing eudev-3.2.11-r0.trigger 05:31:45 OK: 101 MiB in 97 packages 05:31:47 Removing intermediate container cac93b680726 05:31:47 ---> eb1920b2e720 05:31:47 Step 18/35 : WORKDIR / 05:31:47 ---> Running in 711ea85df737 05:31:47 Removing intermediate container 711ea85df737 05:31:47 ---> cac2e52ae4fd 05:31:47 Step 19/35 : COPY --from=builder /device-usb-camera/cmd / 05:31:48 ---> c67d4610d583 05:31:48 Step 20/35 : COPY --from=builder /device-usb-camera/LICENSE / 05:31:48 ---> 840ce174fda5 05:31:48 Step 21/35 : COPY --from=builder /device-usb-camera/LICENSE-rtsp-simple-server / 05:31:48 ---> e9e8b17299a3 05:31:48 Step 22/35 : COPY --from=builder /device-usb-camera/Attribution.txt / 05:31:48 ---> 74cc513dd1d6 05:31:48 Step 23/35 : COPY --from=builder /device-usb-camera/docker-entrypoint.sh / 05:31:48 ---> ba522a591185 05:31:48 Step 24/35 : COPY --from=rtsp /rtsp-simple-server.yml / 05:31:48 ---> 434c83dceed0 05:31:48 Step 25/35 : COPY --from=rtsp /rtsp-simple-server / 05:31:49 ---> e1b1e9467215 05:31:49 Step 26/35 : RUN sed -i 's/rtmpDisable: no/rtmpDisable: yes/g' rtsp-simple-server.yml 05:31:49 ---> Running in 776709f3a69e 05:31:49 Removing intermediate container 776709f3a69e 05:31:49 ---> 515b910cbbd6 05:31:49 Step 27/35 : RUN sed -i 's/hlsDisable: no/hlsDisable: yes/g' rtsp-simple-server.yml 05:31:49 ---> Running in 4613e34c5835 05:31:50 Removing intermediate container 4613e34c5835 05:31:50 ---> a139170538de 05:31:50 Step 28/35 : RUN sed -i 's/protocols: \[udp, multicast, tcp\]/protocols: \[tcp\]/g' rtsp-simple-server.yml 05:31:50 ---> Running in 5cdbb60ccc27 05:31:51 Removing intermediate container 5cdbb60ccc27 05:31:51 ---> 5f91337ef712 05:31:51 Step 29/35 : EXPOSE 59983 05:31:51 ---> Running in 115192da0ec3 05:31:51 Removing intermediate container 115192da0ec3 05:31:51 ---> 7775bc8d9dad 05:31:51 Step 30/35 : EXPOSE 8554 05:31:51 ---> Running in 33040887221c 05:31:51 Removing intermediate container 33040887221c 05:31:51 ---> 6467518e2e1e 05:31:51 Step 31/35 : ENTRYPOINT ["/docker-entrypoint.sh"] 05:31:51 ---> Running in e7a7f12bb8f6 05:31:51 Removing intermediate container e7a7f12bb8f6 05:31:51 ---> 7c9ecbc17c03 05:31:51 Step 32/35 : CMD [ "--configProvider=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res" ] 05:31:51 ---> Running in 42c83f82289d 05:31:51 Removing intermediate container 42c83f82289d 05:31:51 ---> e6ae84c294b1 05:31:51 Step 33/35 : LABEL arch=amd64 05:31:51 ---> Running in 27b58979a742 05:31:51 Removing intermediate container 27b58979a742 05:31:51 ---> 5ee002a1b684 05:31:51 Step 34/35 : LABEL git_sha=df2144b845a1547863039b3945da1fbc6ca5b3fa 05:31:51 ---> Running in 39cbf58ad40c 05:31:51 Removing intermediate container 39cbf58ad40c 05:31:51 ---> 20b3851d6868 05:31:51 Step 35/35 : LABEL version=0.0.0 05:31:51 ---> Running in 68a8ef62444e 05:31:51 Removing intermediate container 68a8ef62444e 05:31:51 ---> d778bc76fd29 05:31:51 [Warning] One or more build-args [ARCH] were not consumed 05:31:51 Successfully built d778bc76fd29 05:31:51 Successfully tagged device-usb-camera:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:31:52 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 05:31:52 05:31:52 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:31:52 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 05:31:52 latest: Pulling from edgex-lftools-log-publisher 05:31:52 5eb5b503b376: Pulling fs layer 05:31:52 5c69ac0246d0: Pulling fs layer 05:31:52 ec43610c2a17: Pulling fs layer 05:31:52 3a2ae6a8a46f: Pulling fs layer 05:31:52 33b1e0a273af: Pulling fs layer 05:31:52 5d3b04190fa2: Pulling fs layer 05:31:52 2f39f015ded8: Pulling fs layer 05:31:52 3a2ae6a8a46f: Waiting 05:31:52 33b1e0a273af: Waiting 05:31:52 2f39f015ded8: Waiting 05:31:52 5c69ac0246d0: Verifying Checksum 05:31:52 5c69ac0246d0: Download complete 05:31:52 3a2ae6a8a46f: Verifying Checksum 05:31:52 3a2ae6a8a46f: Download complete 05:31:52 ec43610c2a17: Verifying Checksum 05:31:52 ec43610c2a17: Download complete 05:31:52 33b1e0a273af: Verifying Checksum 05:31:52 33b1e0a273af: Download complete 05:31:52 5d3b04190fa2: Download complete 05:31:53 5eb5b503b376: Verifying Checksum 05:31:53 5eb5b503b376: Download complete 05:31:53 2f39f015ded8: Download complete 05:31:54 5eb5b503b376: Pull complete 05:31:54 5c69ac0246d0: Pull complete 05:31:54 ec43610c2a17: Pull complete 05:31:55 3a2ae6a8a46f: Pull complete 05:31:55 33b1e0a273af: Pull complete 05:31:55 5d3b04190fa2: Pull complete 05:31:59 2f39f015ded8: Pull complete 05:31:59 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 05:31:59 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 05:31:59 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 05:31:59 prd-ubuntu20.04-docker-8c-8g-121331 does not seem to be running inside a container 05:31:59 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/foundry_device-usb-camera_PR-119 -v /w/workspace/foundry_device-usb-camera_PR-119:/w/workspace/foundry_device-usb-camera_PR-119:rw,z -v /w/workspace/foundry_device-usb-camera_PR-119@tmp:/w/workspace/foundry_device-usb-camera_PR-119@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 05:32:01 $ docker top e7ba9c0283fabc5b871f14f1c7a7826350f79eae0c8d10d05f7bb99fc14a9f06 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 05:32:02 ---> job-cost.sh 05:32:02 lf-activate-venv: SKIPPING 05:32:02 INFO: No Stack... 05:32:02 INFO: Retrieving Pricing Info for: v3-standard-8 05:32:02 INFO: Archiving Costs [Pipeline] sh 05:32:02 + cat /w/workspace/foundry_device-usb-camera_PR-119/archives/cost.csv 05:32:02 + cut -d, -f6 [Pipeline] lock 05:32:02 Trying to acquire lock on [jenkins-edgexfoundry-device-usb-camera-PR-119-1-stack-cost] 05:32:02 Resource [jenkins-edgexfoundry-device-usb-camera-PR-119-1-stack-cost] did not exist. Created. 05:32:02 Lock acquired on [jenkins-edgexfoundry-device-usb-camera-PR-119-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 05:32:03 + echo total: 0.2199999988079071 [Pipeline] stash 05:32:03 Stashed 1 file(s) [Pipeline] } 05:32:03 Lock released on resource [jenkins-edgexfoundry-device-usb-camera-PR-119-1-stack-cost] [Pipeline] // lock [Pipeline] } 05:32:03 $ docker stop --time=1 e7ba9c0283fabc5b871f14f1c7a7826350f79eae0c8d10d05f7bb99fc14a9f06 05:32:04 $ docker rm -f e7ba9c0283fabc5b871f14f1c7a7826350f79eae0c8d10d05f7bb99fc14a9f06 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 05:33:49 Running on prd-ubuntu20.04-docker-arm64-4c-16g-121332 in /w/workspace/foundry_device-usb-camera_PR-119 [Pipeline] { [Pipeline] ws 05:33:49 Running in /w/workspace/device-usb-camera/1 [Pipeline] { [Pipeline] checkout 05:33:49 Selected Git installation does not exist. Using Default 05:33:49 The recommended git tool is: NONE 05:33:54 using credential edgex-jenkins-ssh 05:33:54 Cloning the remote Git repository 05:33:54 Cloning repository git@github.com:edgexfoundry/device-usb-camera.git 05:33:54 > git init /w/workspace/device-usb-camera/1 # timeout=10 05:33:55 Fetching upstream changes from git@github.com:edgexfoundry/device-usb-camera.git 05:33:55 > git --version # timeout=10 05:33:55 > git --version # 'git version 2.25.1' 05:33:55 using GIT_SSH to set credentials SSH Credentials for GitHub 05:33:55 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-usb-camera.git +refs/heads/*:refs/remotes/origin/* # timeout=10 05:33:55 > git config remote.origin.url git@github.com:edgexfoundry/device-usb-camera.git # timeout=10 05:33:55 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 05:33:57 Merging remotes/origin/main commit e17bf6eb7b6ec689c18abb192f67e707f10f3ec9 into PR head commit df2144b845a1547863039b3945da1fbc6ca5b3fa 05:33:57 Merge succeeded, producing df2144b845a1547863039b3945da1fbc6ca5b3fa 05:33:57 Checking out Revision df2144b845a1547863039b3945da1fbc6ca5b3fa (PR-119) 05:33:56 > git config remote.origin.url git@github.com:edgexfoundry/device-usb-camera.git # timeout=10 05:33:56 Fetching upstream changes from git@github.com:edgexfoundry/device-usb-camera.git 05:33:56 using GIT_SSH to set credentials SSH Credentials for GitHub 05:33:56 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-usb-camera.git +refs/pull/119/head:refs/remotes/origin/PR-119 +refs/heads/main:refs/remotes/origin/main # timeout=10 05:33:57 > git config core.sparsecheckout # timeout=10 05:33:57 > git checkout -f df2144b845a1547863039b3945da1fbc6ca5b3fa # timeout=10 05:33:57 > git remote # timeout=10 05:33:57 > git config --get remote.origin.url # timeout=10 05:33:57 using GIT_SSH to set credentials SSH Credentials for GitHub 05:33:57 > git merge e17bf6eb7b6ec689c18abb192f67e707f10f3ec9 # timeout=10 05:33:57 > git rev-parse HEAD^{commit} # timeout=10 05:33:57 > git config core.sparsecheckout # timeout=10 05:33:57 > git checkout -f df2144b845a1547863039b3945da1fbc6ca5b3fa # timeout=10 05:34:01 Commit message: "refactor!: use latest SDK for flattened config stem" 05:34:01 > git --version # timeout=10 05:34:01 > git --version # 'git version 2.25.1' 05:34:01 fatal: bad object cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 05:34:02 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 05:34:02 % Total % Received % Xferd Average Speed Time Time Time Current 05:34:02 Dload Upload Total Spent Left Speed 05:34:02 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 72448 0 --:--:-- --:--:-- --:--:-- 72039 [Pipeline] sh 05:34:03 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 05:34:03 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 05:34:03 + sudo tee /etc/docker/daemon.new 05:34:03 { 05:34:03 "registry-mirrors": [ 05:34:03 "https://nexus3.edgexfoundry.org:10001" 05:34:03 ], 05:34:03 "bip": "10.250.0.254/24", 05:34:03 "hosts": [ 05:34:03 "tcp://0.0.0.0:5555", 05:34:03 "unix:///var/run/docker.sock" 05:34:03 ], 05:34:03 "mtu": 1458, 05:34:03 "selinux-enabled": true, 05:34:03 "seccomp-profile": "/etc/docker/seccomp.json" 05:34:03 } [Pipeline] sh 05:34:03 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 05:34:04 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 05:34:22 provisioning config files... 05:34:22 copy managed file [device-usb-camera-settings] to file:/w/workspace/device-usb-camera/1@tmp/config10159508248962540571tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 05:34:23 ---> docker-login.sh 05:34:23 nexus3.edgexfoundry.org:10001 05:34:23 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:34:23 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:34:23 Configure a credential helper to remove this warning. See 05:34:23 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:34:23 05:34:23 Login Succeeded 05:34:23 nexus3.edgexfoundry.org:10002 05:34:23 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:34:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:34:24 Configure a credential helper to remove this warning. See 05:34:24 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:34:24 05:34:24 Login Succeeded 05:34:24 nexus3.edgexfoundry.org:10003 05:34:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:34:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:34:24 Configure a credential helper to remove this warning. See 05:34:24 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:34:24 05:34:24 Login Succeeded 05:34:24 nexus3.edgexfoundry.org:10004 05:34:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:34:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:34:24 Configure a credential helper to remove this warning. See 05:34:24 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:34:24 05:34:24 Login Succeeded 05:34:24 docker.io 05:34:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:34:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:34:25 Configure a credential helper to remove this warning. See 05:34:25 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:34:25 05:34:25 Login Succeeded 05:34:25 ---> docker-login.sh ends [Pipeline] } 05:34:25 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 05:34:25 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 05:34:25 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 05:34:25 ========================================================= 05:34:25 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] 05:34:25 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:34:26 + 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 . 05:34:26 Sending build context to Docker daemon 1.12MB 05:34:26 Step 1/13 : ARG BASE=golang:1.18-alpine3.16 05:34:26 Step 2/13 : FROM ${BASE} AS builder 05:34:26 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 05:34:26 9b18e9b68314: Pulling fs layer 05:34:26 35d82f9e3411: Pulling fs layer 05:34:26 e16973657156: Pulling fs layer 05:34:26 fc693d55d65f: Pulling fs layer 05:34:26 7e9fc2657dce: Pulling fs layer 05:34:26 dda99020689f: Pulling fs layer 05:34:26 db1c61fa0a46: Pulling fs layer 05:34:26 891c053d2c06: Pulling fs layer 05:34:26 fc693d55d65f: Waiting 05:34:26 dda99020689f: Waiting 05:34:26 db1c61fa0a46: Waiting 05:34:26 891c053d2c06: Waiting 05:34:26 7e9fc2657dce: Waiting 05:34:26 e16973657156: Verifying Checksum 05:34:26 e16973657156: Download complete 05:34:26 35d82f9e3411: Verifying Checksum 05:34:26 35d82f9e3411: Download complete 05:34:26 7e9fc2657dce: Verifying Checksum 05:34:26 7e9fc2657dce: Download complete 05:34:26 dda99020689f: Verifying Checksum 05:34:26 dda99020689f: Download complete 05:34:26 9b18e9b68314: Download complete 05:34:27 9b18e9b68314: Pull complete 05:34:28 891c053d2c06: Verifying Checksum 05:34:28 891c053d2c06: Download complete 05:34:28 35d82f9e3411: Pull complete 05:34:28 e16973657156: Pull complete 05:34:29 db1c61fa0a46: Verifying Checksum 05:34:29 db1c61fa0a46: Download complete 05:34:29 fc693d55d65f: Verifying Checksum 05:34:29 fc693d55d65f: Download complete 05:34:42 fc693d55d65f: Pull complete 05:34:42 7e9fc2657dce: Pull complete 05:34:42 dda99020689f: Pull complete 05:34:49 db1c61fa0a46: Pull complete 05:34:52 891c053d2c06: Pull complete 05:34:52 Digest: sha256:2cacf8bfc28650abd52610e42dcfc04852e818eb73900ea96edaef96a54d0b45 05:34:52 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 05:34:52 ---> f96f9c87975a 05:34:52 Step 3/13 : ARG ADD_BUILD_TAGS="" 05:34:54 ---> Running in cac57b836d18 05:34:54 Removing intermediate container cac57b836d18 05:34:54 ---> 11dcf2a6e3e3 05:34:54 Step 4/13 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 05:34:54 ---> Running in 0326ae333e85 05:34:54 Removing intermediate container 0326ae333e85 05:34:54 ---> 008732c11d4b 05:34:54 Step 5/13 : ARG ALPINE_PKG_BASE="make git gcc libc-dev zeromq-dev libsodium-dev curl" 05:34:55 ---> Running in 4e56b5bc5d0d 05:34:55 Removing intermediate container 4e56b5bc5d0d 05:34:55 ---> 796f9d1ce2f0 05:34:55 Step 6/13 : ARG ALPINE_PKG_EXTRA="v4l-utils-dev v4l-utils v4l-utils-libs linux-headers" 05:34:55 ---> Running in 47a0a4f43a75 05:34:55 Removing intermediate container 47a0a4f43a75 05:34:55 ---> 9fb8e6189e68 05:34:55 Step 7/13 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 05:34:55 ---> Running in c77de53a685d 05:34:56 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 05:34:57 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 05:34:58 (1/14) Installing libintl (0.21-r2) 05:34:58 (2/14) Installing eudev-libs (3.2.11-r0) 05:34:58 (3/14) Installing libjpeg-turbo (2.1.3-r1) 05:34:58 (4/14) Installing v4l-utils-libs (1.22.1-r1) 05:34:58 (5/14) Installing v4l-utils (1.22.1-r1) 05:34:58 (6/14) Installing udev-init-scripts (35-r0) 05:34:58 Executing udev-init-scripts-35-r0.post-install 05:34:58 (7/14) Installing libblkid (2.38-r1) 05:34:58 (8/14) Installing xz-libs (5.2.5-r1) 05:34:58 (9/14) Installing zstd-libs (1.5.2-r1) 05:34:58 (10/14) Installing kmod-libs (29-r2) 05:34:58 (11/14) Installing eudev (3.2.11-r0) 05:34:58 (12/14) Installing eudev-dev (3.2.11-r0) 05:34:58 (13/14) Installing v4l-utils-dvbv5 (1.22.1-r1) 05:34:58 (14/14) Installing v4l-utils-dev (1.22.1-r1) 05:34:58 Executing busybox-1.35.0-r17.trigger 05:34:58 Executing eudev-3.2.11-r0.trigger 05:34:58 OK: 228 MiB in 65 packages 05:35:00 Removing intermediate container c77de53a685d 05:35:00 ---> 08dfd97f3d50 05:35:00 Step 8/13 : WORKDIR /device-usb-camera 05:35:00 ---> Running in 837e7e226490 05:35:00 Removing intermediate container 837e7e226490 05:35:00 ---> 2b449395aa3b 05:35:00 Step 9/13 : COPY go.mod vendor* ./ 05:35:00 ---> 9702915330c2 05:35:00 Step 10/13 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:35:00 ---> Running in e9d9f2e751d5 05:35:57 Removing intermediate container e9d9f2e751d5 05:35:57 ---> 503c459dbf58 05:35:57 Step 11/13 : COPY . . 05:35:57 ---> b9c960fa5749 05:35:57 Step 12/13 : RUN curl -o LICENSE-rtsp-simple-server https://raw.githubusercontent.com/aler9/rtsp-simple-server/main/LICENSE 05:35:57 ---> Running in e0d8697ca67c 05:35:57  % Total % Received % Xferd Average Speed Time Time Time Current 05:35:57 Dload Upload Total Spent Left Speed 05:35:57 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 1062 100 1062 0 0 6883 0 --:--:-- --:--:-- --:--:-- 6941 05:35:58 Removing intermediate container e0d8697ca67c 05:35:58 ---> 9fc10f0886e5 05:35:58 Step 13/13 : RUN ${MAKE} 05:35:58 ---> Running in 0987157fa388 05:35:59 noop 05:35:59 Removing intermediate container 0987157fa388 05:35:59 ---> af794fb5c849 05:35:59 Successfully built af794fb5c849 05:35:59 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:36:00 + docker inspect -f . ci-base-image-arm64 05:36:00 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 05:36:00 prd-ubuntu20.04-docker-arm64-4c-16g-121332 does not seem to be running inside a container 05:36:00 $ 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 05:36:01 $ docker top fb2549900f98bc9a2c1dd4d7324d87a4da0c611b14d209b568aaeefc5399289a -eo pid,comm [Pipeline] { [Pipeline] sh 05:36:02 + go version 05:36:02 go version go1.18.7 linux/arm64 [Pipeline] } 05:36:02 $ docker stop --time=1 fb2549900f98bc9a2c1dd4d7324d87a4da0c611b14d209b568aaeefc5399289a 05:36:04 $ docker rm -f fb2549900f98bc9a2c1dd4d7324d87a4da0c611b14d209b568aaeefc5399289a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:36:05 + docker inspect -f . ci-base-image-arm64 05:36:05 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 05:36:05 prd-ubuntu20.04-docker-arm64-4c-16g-121332 does not seem to be running inside a container 05:36:05 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/device-usb-camera/1 -v /w/workspace/device-usb-camera/1:/w/workspace/device-usb-camera/1:rw,z -v /w/workspace/device-usb-camera/1@tmp:/w/workspace/device-usb-camera/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 05:36:06 $ docker top 197dfe1dddddd823fb4b733b9251b1068072382e42bfdcaefe5fb4e8907c14b4 -eo pid,comm [Pipeline] { [Pipeline] sh 05:36:07 + git config --global --add safe.directory /w/workspace/device-usb-camera/1 [Pipeline] fileExists [Pipeline] sh 05:36:08 + make test 05:36:08 CGO_ENABLED=1 go test ./... -coverprofile=coverage.out ./... 05:36:09 ? github.com/edgexfoundry/device-usb-camera [no test files] 05:37:46 ? github.com/edgexfoundry/device-usb-camera/cmd [no test files] 05:37:46 ok github.com/edgexfoundry/device-usb-camera/internal/driver 0.067s coverage: 1.9% of statements 05:37:46 WARNING: Linting skipped (not on x86_64 or linter not installed) 05:37:46 CGO_ENABLED=1 go vet ./... 05:38:04 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 05:38:04 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 05:38:04 ./bin/test-attribution-txt.sh [Pipeline] echo 05:38:04 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 05:38:04 $ docker stop --time=1 197dfe1dddddd823fb4b733b9251b1068072382e42bfdcaefe5fb4e8907c14b4 05:38:06 $ docker rm -f 197dfe1dddddd823fb4b733b9251b1068072382e42bfdcaefe5fb4e8907c14b4 [Pipeline] // withDockerContainer [Pipeline] sh 05:38:07 + sudo chown -R jenkins:jenkins . [Pipeline] stash 05:38:07 Warning: overwriting stash ‘coverage-report’ 05:38:08 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 05:38:08 + sudo chown -R jenkins:jenkins . [Pipeline] sh 05:38:09 + ls -al . 05:38:09 total 204 05:38:09 drwxrwxr-x 9 jenkins jenkins 4096 Dec 15 05:36 . 05:38:09 drwxrwxr-x 4 jenkins jenkins 4096 Dec 15 05:33 .. 05:38:09 drwxrwxr-x 8 jenkins jenkins 4096 Dec 15 05:33 .git 05:38:09 drwxrwxr-x 3 jenkins jenkins 4096 Dec 15 05:33 .github 05:38:09 -rw-rw-r-- 1 jenkins jenkins 414 Dec 15 05:33 .gitignore 05:38:09 -rw-rw-r-- 1 jenkins jenkins 42 Dec 15 05:33 .golangci.yml 05:38:09 -rw-rw-r-- 1 jenkins jenkins 77 Dec 15 05:33 .hadolint.yml 05:38:09 -rw-rw-r-- 1 jenkins jenkins 9546 Dec 15 05:33 Attribution.txt 05:38:09 -rw-rw-r-- 1 jenkins jenkins 5460 Dec 15 05:33 CHANGELOG.md 05:38:09 -rw-rw-r-- 1 jenkins jenkins 2378 Dec 15 05:33 Dockerfile 05:38:09 -rw-rw-r-- 1 jenkins jenkins 678 Dec 15 05:33 GOVERNANCE.md 05:38:09 -rw-rw-r-- 1 jenkins jenkins 659 Dec 15 05:33 Jenkinsfile 05:38:09 -rw-rw-r-- 1 jenkins jenkins 11348 Dec 15 05:33 LICENSE 05:38:09 -rw-rw-r-- 1 jenkins jenkins 2554 Dec 15 05:33 Makefile 05:38:09 -rw-rw-r-- 1 jenkins jenkins 622 Dec 15 05:33 OWNERS.md 05:38:09 -rw-rw-r-- 1 jenkins jenkins 5934 Dec 15 05:33 README.md 05:38:09 -rw-rw-r-- 1 jenkins jenkins 5 Dec 15 05:30 VERSION 05:38:09 drwxrwxr-x 2 jenkins jenkins 4096 Dec 15 05:33 bin 05:38:09 drwxrwxr-x 3 jenkins jenkins 4096 Dec 15 05:33 cmd 05:38:09 -rw-r--r-- 1 jenkins jenkins 30410 Dec 15 05:37 coverage.out 05:38:09 -rwxrwxr-x 1 jenkins jenkins 140 Dec 15 05:33 docker-entrypoint.sh 05:38:09 drwxrwxr-x 4 jenkins jenkins 4096 Dec 15 05:33 docs 05:38:09 -rw-rw-r-- 1 jenkins jenkins 3574 Dec 15 05:33 go.mod 05:38:09 -rw-rw-r-- 1 jenkins jenkins 45170 Dec 15 05:33 go.sum 05:38:09 drwxrwxr-x 3 jenkins jenkins 4096 Dec 15 05:33 internal 05:38:09 drwxrwxr-x 4 jenkins jenkins 4096 Dec 15 05:33 snap 05:38:09 -rw-rw-r-- 1 jenkins jenkins 231 Dec 15 05:33 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:38:09 + 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=df2144b845a1547863039b3945da1fbc6ca5b3fa --label arch=arm64 --label version=0.0.0 . 05:38:09 Sending build context to Docker daemon 1.151MB 05:38:09 Step 1/35 : ARG BASE=golang:1.18-alpine3.16 05:38:09 Step 2/35 : FROM ${BASE} AS builder 05:38:09 ---> af794fb5c849 05:38:09 Step 3/35 : ARG ADD_BUILD_TAGS="" 05:38:10 ---> Running in badad90f08ab 05:38:10 Removing intermediate container badad90f08ab 05:38:10 ---> dcf7dd5a0ce9 05:38:10 Step 4/35 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 05:38:10 ---> Running in e3be00c1b97e 05:38:10 Removing intermediate container e3be00c1b97e 05:38:10 ---> 476d897f125d 05:38:10 Step 5/35 : ARG ALPINE_PKG_BASE="make git gcc libc-dev zeromq-dev libsodium-dev curl" 05:38:10 ---> Running in 106a0fd77d29 05:38:12 Removing intermediate container 106a0fd77d29 05:38:12 ---> c7e9cfda2907 05:38:12 Step 6/35 : ARG ALPINE_PKG_EXTRA="v4l-utils-dev v4l-utils v4l-utils-libs linux-headers" 05:38:12 ---> Running in 8242a0c3cbc5 05:38:12 Removing intermediate container 8242a0c3cbc5 05:38:13 ---> 8647d86c0c01 05:38:13 Step 7/35 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 05:38:13 ---> Running in a45635979243 05:38:14 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 05:38:14 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 05:38:15 OK: 228 MiB in 65 packages 05:38:16 Removing intermediate container a45635979243 05:38:16 ---> 5d7350c697c8 05:38:16 Step 8/35 : WORKDIR /device-usb-camera 05:38:16 ---> Running in e8a3a60cecbc 05:38:17 Removing intermediate container e8a3a60cecbc 05:38:17 ---> 2bfb17af7929 05:38:17 Step 9/35 : COPY go.mod vendor* ./ 05:38:17 ---> d1f63b5ff232 05:38:17 Step 10/35 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 05:38:17 ---> Running in 5643fd8009e3 05:38:20 Removing intermediate container 5643fd8009e3 05:38:20 ---> a14c96c3b307 05:38:20 Step 11/35 : COPY . . 05:38:21 ---> 8b9b766dc64f 05:38:21 Step 12/35 : RUN curl -o LICENSE-rtsp-simple-server https://raw.githubusercontent.com/aler9/rtsp-simple-server/main/LICENSE 05:38:21 ---> Running in b510e1426809 05:38:22  % Total % Received % Xferd Average Speed Time Time Time Current 05:38:22 Dload Upload Total Spent Left Speed 05:38:22 0  0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 1062 100 1062 0 0 12603 0 --:--:-- --:--:-- --:--:-- 12795 05:38:23 Removing intermediate container b510e1426809 05:38:23 ---> 2d31be364b2a 05:38:23 Step 13/35 : RUN ${MAKE} 05:38:23 ---> Running in cd22f8c0c675 05:38:24 CGO_ENABLED=1 go build -tags "" -ldflags "-linkmode=external -X github.com/edgexfoundry/device-usb-camera.Version=0.0.0 -X github.com/edgexfoundry/device-sdk-go/v3/internal/common.SDKVersion=v3.0.0-dev.4" -trimpath -mod=readonly -buildmode=pie -o cmd/device-usb-camera ./cmd 05:41:01 Removing intermediate container cd22f8c0c675 05:41:01 ---> add143a275b0 05:41:01 Step 14/35 : FROM aler9/rtsp-simple-server:v0.18.4 AS rtsp 05:41:01 v0.18.4: Pulling from aler9/rtsp-simple-server 05:41:01 eab2503cf8f4: Pulling fs layer 05:41:01 97cd0a44c592: Pulling fs layer 05:41:01 97cd0a44c592: Download complete 05:41:01 eab2503cf8f4: Verifying Checksum 05:41:01 eab2503cf8f4: Download complete 05:41:01 eab2503cf8f4: Pull complete 05:41:01 97cd0a44c592: Pull complete 05:41:01 Digest: sha256:1453d1d853d0ebdb57f9d2cbebc75114a1174f7b08edc414400166566d9ff563 05:41:01 Status: Downloaded newer image for aler9/rtsp-simple-server:v0.18.4 05:41:01 ---> 7f763cca56b3 05:41:01 Step 15/35 : FROM alpine:3.16 05:41:02 3.16: Pulling from library/alpine 05:41:02 6875df1f5354: Pulling fs layer 05:41:02 6875df1f5354: Verifying Checksum 05:41:02 6875df1f5354: Download complete 05:41:03 6875df1f5354: Pull complete 05:41:03 Digest: sha256:b95359c2505145f16c6aa384f9cc74eeff78eb36d308ca4fd902eeeb0a0b161b 05:41:03 Status: Downloaded newer image for alpine:3.16 05:41:03 ---> 2b4661558fb8 05:41:03 Step 16/35 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel Corporation' 05:41:03 ---> Running in f207a6fc5cd8 05:41:03 Removing intermediate container f207a6fc5cd8 05:41:03 ---> 8e58be196787 05:41:03 Step 17/35 : RUN apk add --update --no-cache zeromq dumb-init ffmpeg udev 05:41:03 ---> Running in f3c4aa5e4c84 05:41:04 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 05:41:05 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 05:41:06 (1/82) Installing dumb-init (1.2.5-r1) 05:41:06 (2/82) Installing sdl2 (2.0.22-r0) 05:41:06 (3/82) Installing libxau (1.0.9-r0) 05:41:06 (4/82) Installing libxdmcp (1.1.3-r0) 05:41:06 (5/82) Installing libxcb (1.15-r0) 05:41:06 (6/82) Installing libx11 (1.8-r0) 05:41:06 (7/82) Installing aom-libs (3.3.0-r0) 05:41:06 (8/82) Installing alsa-lib (1.2.7.2-r0) 05:41:06 (9/82) Installing expat (2.5.0-r0) 05:41:06 (10/82) Installing brotli-libs (1.0.9-r6) 05:41:06 (11/82) Installing libbz2 (1.0.8-r1) 05:41:06 (12/82) Installing libpng (1.6.37-r1) 05:41:06 (13/82) Installing freetype (2.12.1-r0) 05:41:06 (14/82) Installing fontconfig (2.14.0-r0) 05:41:06 (15/82) Installing fribidi (1.0.12-r0) 05:41:06 (16/82) Installing libffi (3.4.2-r1) 05:41:06 (17/82) Installing libintl (0.21-r2) 05:41:06 (18/82) Installing libblkid (2.38-r1) 05:41:06 (19/82) Installing libmount (2.38-r1) 05:41:06 (20/82) Installing pcre (8.45-r2) 05:41:06 (21/82) Installing glib (2.72.1-r0) 05:41:07 (22/82) Installing graphite2 (1.3.14-r1) 05:41:07 (23/82) Installing harfbuzz (4.3.0-r0) 05:41:07 (24/82) Installing libass (0.16.0-r0) 05:41:07 (25/82) Installing libdav1d (1.0.0-r0) 05:41:07 (26/82) Installing libdrm (2.4.110-r0) 05:41:07 (27/82) Installing gmp (6.2.1-r2) 05:41:07 (28/82) Installing nettle (3.7.3-r0) 05:41:07 (29/82) Installing p11-kit (0.24.1-r0) 05:41:07 (30/82) Installing libtasn1 (4.18.0-r0) 05:41:07 (31/82) Installing libunistring (1.0-r0) 05:41:07 (32/82) Installing gnutls (3.7.7-r0) 05:41:07 (33/82) Installing ncurses-terminfo-base (6.3_p20220521-r0) 05:41:07 (34/82) Installing ncurses-libs (6.3_p20220521-r0) 05:41:07 (35/82) Installing lame (3.100-r0) 05:41:07 (36/82) Installing opus (1.3.1-r1) 05:41:07 (37/82) Installing libasyncns (0.8-r1) 05:41:07 (38/82) Installing dbus-libs (1.14.4-r0) 05:41:07 (39/82) Installing libltdl (2.4.7-r0) 05:41:07 (40/82) Installing orc (0.4.32-r0) 05:41:07 (41/82) Installing libgcc (11.2.1_git20220219-r2) 05:41:07 (42/82) Installing libogg (1.3.5-r1) 05:41:07 (43/82) Installing libstdc++ (11.2.1_git20220219-r2) 05:41:07 (44/82) Installing flac (1.3.4-r0) 05:41:07 (45/82) Installing libvorbis (1.3.7-r0) 05:41:07 (46/82) Installing libsndfile (1.1.0-r0) 05:41:07 (47/82) Installing libgomp (11.2.1_git20220219-r2) 05:41:07 (48/82) Installing soxr (0.1.3-r2) 05:41:07 (49/82) Installing speexdsp (1.2.0-r0) 05:41:07 (50/82) Installing tdb-libs (1.4.6-r0) 05:41:07 (51/82) Installing libpulse (15.0-r2) 05:41:07 (52/82) Installing cjson (1.7.15-r3) 05:41:07 (53/82) Installing mbedtls (2.28.1-r0) 05:41:07 (54/82) Installing librist (0.2.6-r1) 05:41:07 (55/82) Installing libsrt (1.4.4-r0) 05:41:07 (56/82) Installing libssh (0.9.6-r1) 05:41:07 (57/82) Installing libtheora (1.1.1-r16) 05:41:07 (58/82) Installing libjpeg-turbo (2.1.3-r1) 05:41:07 (59/82) Installing v4l-utils-libs (1.22.1-r1) 05:41:07 (60/82) Installing libxext (1.3.4-r0) 05:41:07 (61/82) Installing libxfixes (6.0.0-r0) 05:41:07 (62/82) Installing wayland-libs-client (1.20.0-r0) 05:41:07 (63/82) Installing libva (2.14.0-r0) 05:41:07 (64/82) Installing libvdpau (1.5-r0) 05:41:07 (65/82) Installing vidstab (1.1.0-r1) 05:41:07 (66/82) Installing libvpx (1.11.0-r1) 05:41:07 (67/82) Installing libwebp (1.2.3-r0) 05:41:07 (68/82) Installing x264-libs (0.163_git20210613-r0) 05:41:07 (69/82) Installing numactl (2.0.14-r0) 05:41:07 (70/82) Installing x265-libs (3.5-r3) 05:41:08 (71/82) Installing xvidcore (1.3.7-r1) 05:41:08 (72/82) Installing ffmpeg-libs (5.0.1-r1) 05:41:08 (73/82) Installing ffmpeg (5.0.1-r1) 05:41:08 (74/82) Installing udev-init-scripts (35-r0) 05:41:08 Executing udev-init-scripts-35-r0.post-install 05:41:08 (75/82) Installing eudev-libs (3.2.11-r0) 05:41:08 (76/82) Installing xz-libs (5.2.5-r1) 05:41:08 (77/82) Installing zstd-libs (1.5.2-r1) 05:41:08 (78/82) Installing kmod-libs (29-r2) 05:41:08 (79/82) Installing eudev (3.2.11-r0) 05:41:08 (80/82) Installing libsodium (1.0.18-r0) 05:41:08 (81/82) Installing libzmq (4.3.4-r0) 05:41:08 (82/82) Installing zeromq (4.3.4-r0) 05:41:08 Executing busybox-1.35.0-r17.trigger 05:41:08 Executing eudev-3.2.11-r0.trigger 05:41:08 OK: 78 MiB in 96 packages 05:41:14 Removing intermediate container f3c4aa5e4c84 05:41:14 ---> 5b9a58562a75 05:41:14 Step 18/35 : WORKDIR / 05:41:14 ---> Running in 6e3ec1133c42 05:41:14 Removing intermediate container 6e3ec1133c42 05:41:14 ---> 0a79be094511 05:41:14 Step 19/35 : COPY --from=builder /device-usb-camera/cmd / 05:41:14 ---> 6c326ba837c8 05:41:14 Step 20/35 : COPY --from=builder /device-usb-camera/LICENSE / 05:41:15 ---> a1b8a3da4ffd 05:41:15 Step 21/35 : COPY --from=builder /device-usb-camera/LICENSE-rtsp-simple-server / 05:41:16 ---> d5a8d1dca5a8 05:41:16 Step 22/35 : COPY --from=builder /device-usb-camera/Attribution.txt / 05:41:16 ---> 544eafad2513 05:41:16 Step 23/35 : COPY --from=builder /device-usb-camera/docker-entrypoint.sh / 05:41:17 ---> 68232b888571 05:41:17 Step 24/35 : COPY --from=rtsp /rtsp-simple-server.yml / 05:41:17 ---> 6e66f79b75b9 05:41:17 Step 25/35 : COPY --from=rtsp /rtsp-simple-server / 05:41:18 ---> 79d5dfb440f6 05:41:18 Step 26/35 : RUN sed -i 's/rtmpDisable: no/rtmpDisable: yes/g' rtsp-simple-server.yml 05:41:18 ---> Running in b692b15d0f5d 05:41:20 Removing intermediate container b692b15d0f5d 05:41:20 ---> b8f4396fc1c1 05:41:20 Step 27/35 : RUN sed -i 's/hlsDisable: no/hlsDisable: yes/g' rtsp-simple-server.yml 05:41:20 ---> Running in 814348aff925 05:41:22 Removing intermediate container 814348aff925 05:41:22 ---> 4a4ca2d80705 05:41:22 Step 28/35 : RUN sed -i 's/protocols: \[udp, multicast, tcp\]/protocols: \[tcp\]/g' rtsp-simple-server.yml 05:41:22 ---> Running in bc95f20ef8b8 05:41:23 Removing intermediate container bc95f20ef8b8 05:41:23 ---> 516c2cf96e13 05:41:23 Step 29/35 : EXPOSE 59983 05:41:23 ---> Running in 3c72ea34c7e1 05:41:23 Removing intermediate container 3c72ea34c7e1 05:41:23 ---> 09196da4fa1c 05:41:23 Step 30/35 : EXPOSE 8554 05:41:23 ---> Running in 105c24c18c7a 05:41:24 Removing intermediate container 105c24c18c7a 05:41:24 ---> 559c63087eba 05:41:24 Step 31/35 : ENTRYPOINT ["/docker-entrypoint.sh"] 05:41:24 ---> Running in f69c594576ad 05:41:24 Removing intermediate container f69c594576ad 05:41:24 ---> de5e5968bc74 05:41:24 Step 32/35 : CMD [ "--configProvider=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res" ] 05:41:24 ---> Running in 26c08362a78b 05:41:24 Removing intermediate container 26c08362a78b 05:41:24 ---> c9db699c5d99 05:41:24 Step 33/35 : LABEL arch=arm64 05:41:25 ---> Running in 6d08481ab6db 05:41:25 Removing intermediate container 6d08481ab6db 05:41:25 ---> 44ee906ecba9 05:41:25 Step 34/35 : LABEL git_sha=df2144b845a1547863039b3945da1fbc6ca5b3fa 05:41:25 ---> Running in 8ed6404777ef 05:41:25 Removing intermediate container 8ed6404777ef 05:41:25 ---> 6f6358f9ffa5 05:41:25 Step 35/35 : LABEL version=0.0.0 05:41:25 ---> Running in bb214ae14d87 05:41:26 Removing intermediate container bb214ae14d87 05:41:26 ---> 0533de9b41ae 05:41:26 [Warning] One or more build-args [ARCH] were not consumed 05:41:26 Successfully built 0533de9b41ae 05:41:26 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 05:41:26 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 05:41:26 05:41:26 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:41:27 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 05:41:27 arm64: Pulling from edgex-lftools-log-publisher 05:41:27 8998bd30e6a1: Pulling fs layer 05:41:27 04944245beec: Pulling fs layer 05:41:27 699f458cf7ca: Pulling fs layer 05:41:27 765212b225bb: Pulling fs layer 05:41:27 f23df028b6ca: Pulling fs layer 05:41:27 d65c8cfc05b1: Pulling fs layer 05:41:27 2437ff75d9bd: Pulling fs layer 05:41:27 f23df028b6ca: Waiting 05:41:27 d65c8cfc05b1: Waiting 05:41:27 2437ff75d9bd: Waiting 05:41:27 765212b225bb: Waiting 05:41:27 04944245beec: Verifying Checksum 05:41:27 04944245beec: Download complete 05:41:27 765212b225bb: Verifying Checksum 05:41:27 765212b225bb: Download complete 05:41:27 f23df028b6ca: Verifying Checksum 05:41:27 f23df028b6ca: Download complete 05:41:27 d65c8cfc05b1: Verifying Checksum 05:41:27 d65c8cfc05b1: Download complete 05:41:27 699f458cf7ca: Verifying Checksum 05:41:27 699f458cf7ca: Download complete 05:41:28 8998bd30e6a1: Verifying Checksum 05:41:28 8998bd30e6a1: Download complete 05:41:30 2437ff75d9bd: Verifying Checksum 05:41:30 2437ff75d9bd: Download complete 05:41:32 8998bd30e6a1: Pull complete 05:41:32 04944245beec: Pull complete 05:41:34 699f458cf7ca: Pull complete 05:41:34 765212b225bb: Pull complete 05:41:34 f23df028b6ca: Pull complete 05:41:35 d65c8cfc05b1: Pull complete 05:41:50 2437ff75d9bd: Pull complete 05:41:50 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 05:41:50 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 05:41:50 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 05:41:50 prd-ubuntu20.04-docker-arm64-4c-16g-121332 does not seem to be running inside a container 05:41:50 $ 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 05:41:53 $ docker top 2d81f451d87deb871a2b22d8026c8c794681b294f0dd59811dafde227853832f -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 05:41:54 ---> job-cost.sh 05:41:54 lf-activate-venv: SKIPPING 05:41:54 INFO: No Stack... 05:41:54 INFO: Retrieving Pricing Info for: v3-standard-4 05:41:55 INFO: Archiving Costs [Pipeline] sh 05:41:56 + cat /w/workspace/device-usb-camera/1/archives/cost.csv 05:41:56 + cut -d, -f6 [Pipeline] lock 05:41:56 Trying to acquire lock on [jenkins-edgexfoundry-device-usb-camera-PR-119-1-stack-cost] 05:41:56 Resource [jenkins-edgexfoundry-device-usb-camera-PR-119-1-stack-cost] did not exist. Created. 05:41:56 Lock acquired on [jenkins-edgexfoundry-device-usb-camera-PR-119-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 05:41:56 /w/workspace/device-usb-camera/1@tmp/durable-10f4dcc2/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh 05:41:57 + echo total: 0.10999999940395355 [Pipeline] stash 05:41:57 Warning: overwriting stash ‘stack-cost’ 05:41:57 Stashed 1 file(s) [Pipeline] } 05:41:57 Lock released on resource [jenkins-edgexfoundry-device-usb-camera-PR-119-1-stack-cost] [Pipeline] // lock [Pipeline] } 05:41:57 $ docker stop --time=1 2d81f451d87deb871a2b22d8026c8c794681b294f0dd59811dafde227853832f 05:41:59 $ docker rm -f 2d81f451d87deb871a2b22d8026c8c794681b294f0dd59811dafde227853832f [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 05:42:00 provisioning config files... 05:42:00 copy managed file [device-usb-camera-codecov-token] to file:/w/workspace/foundry_device-usb-camera_PR-119@tmp/config5344270342417437934tmp [Pipeline] { [Pipeline] sh 05:42:00 + set +x 05:42:00 + bash -s -- 05:42:00 + curl -s https://codecov.io/bash 05:42:00 05:42:00 _____ _ 05:42:00 / ____| | | 05:42:00 | | ___ __| | ___ ___ _____ __ 05:42:00 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 05:42:00 | |___| (_) | (_| | __/ (_| (_) \ V / 05:42:00 \_____\___/ \__,_|\___|\___\___/ \_/ 05:42:00 Bash-1.0.6 05:42:00 05:42:00 05:42:00 ==> git version 2.25.1 found 05:42:00 ==> 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 05:42:00 Release-Date: 2020-01-08 05:42:00 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 05:42:00 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 05:42:00 ==> Jenkins CI detected. 05:42:00 current dir:  /w/workspace/foundry_device-usb-camera_PR-119 05:42:00 project root: . 05:42:00 --> token set from env 05:42:00 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 05:42:00 ==> Running gcov in . (disable via -X gcov) 05:42:00 ==> Python coveragepy not found 05:42:00 ==> Searching for coverage reports in: 05:42:00 + . 05:42:00 -> Found 1 reports 05:42:00 ==> Detecting git/mercurial file structure 05:42:00 ==> Reading reports 05:42:00 + ./coverage.out bytes=30410 05:42:00 ==> Appending adjustments 05:42:00 https://docs.codecov.io/docs/fixing-reports 05:42:00 + Found adjustments 05:42:00 ==> Gzipping contents 05:42:00 8.0K /tmp/codecov.x8UgV0.gz 05:42:00 ==> Uploading reports 05:42:00 url: https://codecov.io 05:42:00 query: branch=PR-119&commit=df2144b845a1547863039b3945da1fbc6ca5b3fa&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-usb-camera%2Fjob%2FPR-119%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-usb-camera&service=jenkins&flags=&pr=119&job=&cmd_args= 05:42:00 -> Pinging Codecov 05:42:00 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=6df5b310-220c-4ff1-ad85-d7a32441f080&branch=PR-119&commit=df2144b845a1547863039b3945da1fbc6ca5b3fa&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-usb-camera%2Fjob%2FPR-119%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-usb-camera&service=jenkins&flags=&pr=119&job=&cmd_args= 05:42:01 -> Uploading to 05:42:01 https://storage.googleapis.com/codecov/v4/raw/2022-12-15/73D8F5FF140700D3E01443B452E23636/df2144b845a1547863039b3945da1fbc6ca5b3fa/604eeea3-6ae8-4cb2-96b5-9a121939ef75.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20221215%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20221215T054201Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=71bee84528a60629f23f99f85c601f0bc235f021063211e242a84ff93afc5688 05:42:01 % Total % Received % Xferd Average Speed Time Time Time Current 05:42:01 Dload Upload Total Spent Left Speed 05:42:01 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 4292 0 0 100 4292 0 18109 --:--:-- --:--:-- --:--:-- 18109 05:42:01 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-usb-camera/commit/df2144b845a1547863039b3945da1fbc6ca5b3fa [Pipeline] } 05:42:01 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh 05:42:03 + [ -d /w/workspace/foundry_device-usb-camera_PR-119/archives ] 05:42:03 + ls -al /w/workspace/foundry_device-usb-camera_PR-119/archives 05:42:03 total 16 05:42:03 drwxr-xr-x 3 root root 4096 Dec 15 05:32 . 05:42:03 drwxrwxr-x 11 jenkins jenkins 4096 Dec 15 05:32 .. 05:42:03 drwxr-xr-x 2 root root 4096 Dec 15 05:32 cost 05:42:03 -rw-r--r-- 1 root root 89 Dec 15 05:32 cost.csv 05:42:03 + sudo chown -R jenkins:jenkins /w/workspace/foundry_device-usb-camera_PR-119/archives 05:42:03 + ls -al /w/workspace/foundry_device-usb-camera_PR-119/archives 05:42:03 total 16 05:42:03 drwxr-xr-x 3 jenkins jenkins 4096 Dec 15 05:32 . 05:42:03 drwxrwxr-x 11 jenkins jenkins 4096 Dec 15 05:32 .. 05:42:03 drwxr-xr-x 2 jenkins jenkins 4096 Dec 15 05:32 cost 05:42:03 -rw-r--r-- 1 jenkins jenkins 89 Dec 15 05:32 cost.csv [Pipeline] libraryResource [Pipeline] sh 05:42:03 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 05:42:04 ---> package-listing.sh 05:42:04 ++ facter osfamily 05:42:04 ++ tr '[:upper:]' '[:lower:]' 05:42:04 + OS_FAMILY=debian 05:42:04 + workspace=/w/workspace/foundry_device-usb-camera_PR-119 05:42:04 + START_PACKAGES=/tmp/packages_start.txt 05:42:04 + END_PACKAGES=/tmp/packages_end.txt 05:42:04 + DIFF_PACKAGES=/tmp/packages_diff.txt 05:42:04 + PACKAGES=/tmp/packages_start.txt 05:42:04 + '[' /w/workspace/foundry_device-usb-camera_PR-119 ']' 05:42:04 + PACKAGES=/tmp/packages_end.txt 05:42:04 + case "${OS_FAMILY}" in 05:42:04 + dpkg -l 05:42:04 + grep '^ii' 05:42:04 + '[' -f /tmp/packages_start.txt ']' 05:42:04 + '[' -f /tmp/packages_end.txt ']' 05:42:04 + diff /tmp/packages_start.txt /tmp/packages_end.txt 05:42:04 + '[' /w/workspace/foundry_device-usb-camera_PR-119 ']' 05:42:04 + mkdir -p /w/workspace/foundry_device-usb-camera_PR-119/archives/ 05:42:04 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/foundry_device-usb-camera_PR-119/archives/ [Pipeline] echo 05:42:04 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/foundry_device-usb-camera_PR-119/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 05:42:05 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 05:42:05 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 05:42:05 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 05:42:06 prd-ubuntu20.04-docker-8c-8g-121331 does not seem to be running inside a container 05:42:06 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/foundry_device-usb-camera_PR-119/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/foundry_device-usb-camera_PR-119 -v /w/workspace/foundry_device-usb-camera_PR-119:/w/workspace/foundry_device-usb-camera_PR-119:rw,z -v /w/workspace/foundry_device-usb-camera_PR-119@tmp:/w/workspace/foundry_device-usb-camera_PR-119@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 05:42:06 $ docker top c69f23c636cb3755f415934092a51f8b16444b8167ffddd2e4ba5cdbabc199c9 -eo pid,comm [Pipeline] { [Pipeline] sh 05:42:06 + touch /tmp/pre-build-complete [Pipeline] sh 05:42:06 + mkdir -p /var/log/sysstat [Pipeline] sh 05:42:07 + ls /var/log/sa-host 05:42:07 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 05:42:07 provisioning config files... 05:42:07 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/foundry_device-usb-camera_PR-119@tmp/config7313799251119591600tmp [Pipeline] { [Pipeline] echo 05:42:07 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 05:42:07 ---> create-netrc.sh [Pipeline] } 05:42:07 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 05:42:08 ---> python-tools-install.sh [Pipeline] echo 05:42:08 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 05:42:08 ---> sudo-logs.sh 05:42:08 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 05:42:08 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 05:42:09 ---> job-cost.sh 05:42:09 lf-activate-venv: SKIPPING 05:42:09 DEBUG: total: 0.2199999988079071 05:42:09 INFO: Retrieving Stack Cost... 05:42:09 INFO: Retrieving Pricing Info for: v3-standard-8 05:42:09 INFO: Archiving Costs [Pipeline] echo 05:42:09 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 05:42:10 ---> logs-deploy.sh 05:42:10 lf-activate-venv: SKIPPING 05:42:10 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-usb-camera/PR-119/1 05:42:10 INFO: archiving workspace using pattern(s): 05:42:11 Archives upload complete. 05:42:11 INFO: archiving logs to Nexus