Pull request #161 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Connecting to https://api.github.com to check permissions of obtain list of lenny-intel for edgexfoundry/device-usb-camera Obtained Jenkinsfile from 60114fcb52e492eb1caf1589cb2d0a0e0216f871+d43df4097523a2749be68cc9a7c29d8397ed8c11 (445eb257b5d20a03b5d529df4214e330cd4ce19e) 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-ssh13937472991342485540.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-ssh12400105297384687256.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-161/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-161/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh3126569369936419343.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-161/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh12247214013589169548.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-ssh8965541464092151761.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-161/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-161/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh6135532251148160867.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 ‘prd-ubuntu20.04-docker-8c-8g-7746’ Running on prd-ubuntu20.04-docker-8c-8g-7752 in /w/workspace/foundry_device-usb-camera_PR-161 [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-161 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-usb-camera.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-usb-camera.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-usb-camera.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-usb-camera.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-usb-camera.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-usb-camera.git +refs/pull/161/head:refs/remotes/origin/PR-161 +refs/heads/main:refs/remotes/origin/main # timeout=10 Merging remotes/origin/main commit d43df4097523a2749be68cc9a7c29d8397ed8c11 into PR head commit 60114fcb52e492eb1caf1589cb2d0a0e0216f871 Merge succeeded, producing 60114fcb52e492eb1caf1589cb2d0a0e0216f871 Checking out Revision 60114fcb52e492eb1caf1589cb2d0a0e0216f871 (PR-161) > git config core.sparsecheckout # timeout=10 > git checkout -f 60114fcb52e492eb1caf1589cb2d0a0e0216f871 # 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 d43df4097523a2749be68cc9a7c29d8397ed8c11 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 60114fcb52e492eb1caf1589cb2d0a0e0216f871 # timeout=10 Commit message: "feat!: updates for common config" 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 16:27:44 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 16:27:45 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 16:27:45 ========================================================= 16:27:45 EdgeX Global Pipelines Version Info 16:27:45 ========================================================= [Pipeline] libraryResource [Pipeline] sh 16:27:45 ------------------- 16:27:45 stable info: 16:27:45 ------------------- 16:27:45 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 16:27:45 Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 16:27:45 Message: update stable to v1.0.244 16:27:46 ------------------- 16:27:46 experimental info: 16:27:46 ------------------- 16:27:46 Commited By: **** collab-it+edgex@linuxfoundation.org 16:27:46 Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 16:27:46 Message: update experimental to v1.0.244 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 16:27:46 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-usb-camera-settings [Pipeline] echo 16:27:46 [edgeXSetupEnvironment]: set envvar PROJECT = device-usb-camera [Pipeline] echo 16:27:46 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 16:27:46 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 16:27:46 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 16:27:47 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo 16:27:47 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 16:27:47 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 16:27:47 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 16:27:47 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 16:27:47 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 16:27:47 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-usb-camera [Pipeline] echo 16:27:47 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 16:27:47 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 16:27:47 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 16:27:47 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 16:27:47 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 16:27:47 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 16:27:47 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 16:27:47 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 16:27:47 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 16:27:47 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 16:27:47 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 16:27:47 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 16:27:47 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 16:27:47 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 16:27:47 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 16:27:47 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-161 [Pipeline] echo 16:27:47 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-161 [Pipeline] echo 16:27:47 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-161 [Pipeline] echo 16:27:47 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 60114fcb52e492eb1caf1589cb2d0a0e0216f871 [Pipeline] echo 16:27:48 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 60114fc [Pipeline] echo 16:27:48 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 16:27:48 provisioning config files... 16:27:48 copy managed file [device-usb-camera-settings] to file:/w/workspace/foundry_device-usb-camera_PR-161@tmp/config2629183721883880755tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 16:27:48 ---> docker-login.sh 16:27:48 nexus3.edgexfoundry.org:10001 16:27:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:27:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:27:48 Configure a credential helper to remove this warning. See 16:27:48 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:27:48 16:27:48 Login Succeeded 16:27:48 nexus3.edgexfoundry.org:10002 16:27:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:27:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:27:49 Configure a credential helper to remove this warning. See 16:27:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:27:49 16:27:49 Login Succeeded 16:27:49 nexus3.edgexfoundry.org:10003 16:27:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:27:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:27:49 Configure a credential helper to remove this warning. See 16:27:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:27:49 16:27:49 Login Succeeded 16:27:49 nexus3.edgexfoundry.org:10004 16:27:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:27:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:27:49 Configure a credential helper to remove this warning. See 16:27:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:27:49 16:27:49 Login Succeeded 16:27:49 docker.io 16:27:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:27:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:27:49 Configure a credential helper to remove this warning. See 16:27:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:27:49 16:27:49 Login Succeeded 16:27:49 ---> docker-login.sh ends [Pipeline] } 16:27:49 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 16:27:50 + git rev-list -1 --merges 60114fcb52e492eb1caf1589cb2d0a0e0216f871~1..60114fcb52e492eb1caf1589cb2d0a0e0216f871 [Pipeline] echo 16:27:50 -----------> git rev-list -1 --merges 60114fcb52e492eb1caf1589cb2d0a0e0216f871~1..60114fcb52e492eb1caf1589cb2d0a0e0216f871 60114fcb52e492eb1caf1589cb2d0a0e0216f871 [false] [Pipeline] sh 16:27:50 + git log --format=format:%s -1 60114fcb52e492eb1caf1589cb2d0a0e0216f871 [Pipeline] echo 16:27:50 ========================================================= 16:27:50 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 16:27:50 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 16:27:51 + git log --format=format:%s -1 60114fcb52e492eb1caf1589cb2d0a0e0216f871 [Pipeline] echo 16:27:51 [semverPrep] GIT_COMMIT: 60114fcb52e492eb1caf1589cb2d0a0e0216f871, Commit Message: feat!: updates for common config [Pipeline] echo 16:27:51 [semverPrep] This is not a build commit. [Pipeline] sh 16:27:51 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 16:27:51 + grep -v github /etc/ssh/ssh_known_hosts 16:27:51 + [ -e /tmp/ssh_known_hosts ] 16:27:51 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 16:27:51 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 16:27:51 + sudo tee -a /etc/ssh/ssh_known_hosts 16:27:51 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:27:52 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 16:27:52 16:27:52 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:27:52 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 16:27:52 0.1.4: Pulling from edgex-devops/py-git-semver 16:27:52 b85a868b505f: Pulling fs layer 16:27:52 e2be974225ed: Pulling fs layer 16:27:52 339a4e72a1f5: Pulling fs layer 16:27:52 988bab9f4d93: Pulling fs layer 16:27:52 1469e6f7b9e6: Pulling fs layer 16:27:52 eaf3925da568: Pulling fs layer 16:27:52 bab4dde63d76: Pulling fs layer 16:27:52 bde34c3a00c8: Pulling fs layer 16:27:52 b352a97aabf1: Pulling fs layer 16:27:52 4872d77fe225: Pulling fs layer 16:27:52 5851b861e8e6: Pulling fs layer 16:27:52 988bab9f4d93: Waiting 16:27:52 1469e6f7b9e6: Waiting 16:27:52 bab4dde63d76: Waiting 16:27:52 eaf3925da568: Waiting 16:27:52 5851b861e8e6: Waiting 16:27:52 4872d77fe225: Waiting 16:27:52 bde34c3a00c8: Waiting 16:27:52 e2be974225ed: Verifying Checksum 16:27:52 e2be974225ed: Download complete 16:27:52 988bab9f4d93: Download complete 16:27:52 1469e6f7b9e6: Verifying Checksum 16:27:52 1469e6f7b9e6: Download complete 16:27:52 339a4e72a1f5: Verifying Checksum 16:27:52 339a4e72a1f5: Download complete 16:27:52 eaf3925da568: Download complete 16:27:52 bde34c3a00c8: Verifying Checksum 16:27:52 bde34c3a00c8: Download complete 16:27:52 b352a97aabf1: Download complete 16:27:52 4872d77fe225: Verifying Checksum 16:27:52 4872d77fe225: Download complete 16:27:52 5851b861e8e6: Verifying Checksum 16:27:52 5851b861e8e6: Download complete 16:27:52 b85a868b505f: Verifying Checksum 16:27:52 b85a868b505f: Download complete 16:27:52 bab4dde63d76: Verifying Checksum 16:27:52 bab4dde63d76: Download complete 16:27:54 b85a868b505f: Pull complete 16:27:54 e2be974225ed: Pull complete 16:27:54 339a4e72a1f5: Pull complete 16:27:54 988bab9f4d93: Pull complete 16:27:54 1469e6f7b9e6: Pull complete 16:27:55 eaf3925da568: Pull complete 16:27:57 bab4dde63d76: Pull complete 16:27:57 bde34c3a00c8: Pull complete 16:27:57 b352a97aabf1: Pull complete 16:27:57 4872d77fe225: Pull complete 16:27:57 5851b861e8e6: Pull complete 16:27:57 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 16:27:57 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 16:27:57 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 16:27:57 prd-ubuntu20.04-docker-8c-8g-7752 does not seem to be running inside a container 16:27:57 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/foundry_device-usb-camera_PR-161 -v /w/workspace/foundry_device-usb-camera_PR-161:/w/workspace/foundry_device-usb-camera_PR-161:rw,z -v /w/workspace/foundry_device-usb-camera_PR-161@tmp:/w/workspace/foundry_device-usb-camera_PR-161@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 16:28:00 $ docker top a46c4452b7f9d8ef1630df499d14fb69512b990ed9f8ebaa6156c94e1e7aca8d -eo pid,comm 16:28:00 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). 16:28:00 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 16:28:00 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:28:00 [ssh-agent] Looking for ssh-agent implementation... 16:28:00 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:28:00 $ docker exec a46c4452b7f9d8ef1630df499d14fb69512b990ed9f8ebaa6156c94e1e7aca8d ssh-agent 16:28:00 SSH_AUTH_SOCK=/tmp/ssh-ilBDibOs2rDZ/agent.32 16:28:00 SSH_AGENT_PID=38 16:28:00 Running ssh-add (command line suppressed) 16:28:00 Identity added: /w/workspace/foundry_device-usb-camera_PR-161@tmp/private_key_1693091108318176335.key (/w/workspace/foundry_device-usb-camera_PR-161@tmp/private_key_1693091108318176335.key) 16:28:00 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:28:01 + git tag --points-at HEAD [Pipeline] } 16:28:01 $ docker exec --env ******** --env ******** a46c4452b7f9d8ef1630df499d14fb69512b990ed9f8ebaa6156c94e1e7aca8d ssh-agent -k 16:28:01 unset SSH_AUTH_SOCK; 16:28:01 unset SSH_AGENT_PID; 16:28:01 echo Agent pid 38 killed; 16:28:01 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 16:28:01 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:28:01 [ssh-agent] Looking for ssh-agent implementation... 16:28:01 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:28:01 $ docker exec a46c4452b7f9d8ef1630df499d14fb69512b990ed9f8ebaa6156c94e1e7aca8d ssh-agent 16:28:01 SSH_AUTH_SOCK=/tmp/ssh-t5GfGfxuy9YA/agent.70 16:28:01 SSH_AGENT_PID=76 16:28:01 Running ssh-add (command line suppressed) 16:28:01 Identity added: /w/workspace/foundry_device-usb-camera_PR-161@tmp/private_key_15834212361379725295.key (/w/workspace/foundry_device-usb-camera_PR-161@tmp/private_key_15834212361379725295.key) 16:28:01 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:28:02 + git semver init 16:28:02 2023-02-28 16:28:02,404 [run_init] DEBUG init version:0.0.0 force:False 16:28:02 2023-02-28 16:28:02,405 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/foundry_device-usb-camera_PR-161/.semver 16:28:02 2023-02-28 16:28:02,405 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-usb-camera.git /w/workspace/foundry_device-usb-camera_PR-161/.semver 16:28:02 2023-02-28 16:28:02,406 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/device-usb-camera.git', '/w/workspace/foundry_device-usb-camera_PR-161/.semver'], cwd=/w/workspace/foundry_device-usb-camera_PR-161, universal_newlines=False, shell=None, istream=None) 16:28:03 2023-02-28 16:28:03,312 [append_file] DEBUG append to file:/w/workspace/foundry_device-usb-camera_PR-161/.git/info/exclude 16:28:03 2023-02-28 16:28:03,313 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/foundry_device-usb-camera_PR-161/.semver/PR-161 with force:False 16:28:03 2023-02-28 16:28:03,313 [write_file] DEBUG write to file:/w/workspace/foundry_device-usb-camera_PR-161/.semver/PR-161 16:28:03 2023-02-28 16:28:03,318 [execute] INFO git cat-file --batch-check 16:28:03 2023-02-28 16:28:03,319 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/foundry_device-usb-camera_PR-161/.semver, universal_newlines=False, shell=None, istream=) 16:28:03 2023-02-28 16:28:03,324 [execute] INFO git cat-file --batch 16:28:03 2023-02-28 16:28:03,324 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/foundry_device-usb-camera_PR-161/.semver, universal_newlines=False, shell=None, istream=) 16:28:03 2023-02-28 16:28:03,329 [read_version] DEBUG read version from /w/workspace/foundry_device-usb-camera_PR-161/.semver/PR-161 16:28:03 0.0.0 [Pipeline] } 16:28:03 $ docker exec --env ******** --env ******** a46c4452b7f9d8ef1630df499d14fb69512b990ed9f8ebaa6156c94e1e7aca8d ssh-agent -k 16:28:03 unset SSH_AUTH_SOCK; 16:28:03 unset SSH_AGENT_PID; 16:28:03 echo Agent pid 76 killed; 16:28:03 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 16:28:03 + git semver [Pipeline] } 16:28:04 $ docker stop --time=1 a46c4452b7f9d8ef1630df499d14fb69512b990ed9f8ebaa6156c94e1e7aca8d 16:28:05 $ docker rm -f --volumes a46c4452b7f9d8ef1630df499d14fb69512b990ed9f8ebaa6156c94e1e7aca8d [Pipeline] // withDockerContainer [Pipeline] sh 16:28:06 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 16:28:06 Stashed 1 file(s) [Pipeline] echo 16:28:06 [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 16:28:07 provisioning config files... 16:28:07 copy managed file [device-usb-camera-settings] to file:/w/workspace/foundry_device-usb-camera_PR-161@tmp/config1806028660063236934tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 16:28:07 ---> docker-login.sh 16:28:07 nexus3.edgexfoundry.org:10001 16:28:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:28:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:28:07 Configure a credential helper to remove this warning. See 16:28:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:28:07 16:28:07 Login Succeeded 16:28:07 nexus3.edgexfoundry.org:10002 16:28:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:28:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:28:07 Configure a credential helper to remove this warning. See 16:28:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:28:07 16:28:07 Login Succeeded 16:28:07 nexus3.edgexfoundry.org:10003 16:28:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:28:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:28:07 Configure a credential helper to remove this warning. See 16:28:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:28:07 16:28:07 Login Succeeded 16:28:07 nexus3.edgexfoundry.org:10004 16:28:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:28:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:28:07 Configure a credential helper to remove this warning. See 16:28:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:28:07 16:28:07 Login Succeeded 16:28:07 docker.io 16:28:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:28:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:28:08 Configure a credential helper to remove this warning. See 16:28:08 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:28:08 16:28:08 Login Succeeded 16:28:08 ---> docker-login.sh ends [Pipeline] } 16:28:08 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 16:28:08 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 16:28:08 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 16:28:08 ========================================================= 16:28:08 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] 16:28:08 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:28:08 + 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 . 16:28:08 Sending build context to Docker daemon 1.765MB 16:28:08 Step 1/13 : ARG BASE=golang:1.18-alpine3.16 16:28:08 Step 2/13 : FROM ${BASE} AS builder 16:28:08 1.18-alpine: Pulling from edgex-devops/edgex-golang-base 16:28:08 213ec9aee27d: Pulling fs layer 16:28:08 4583459ba037: Pulling fs layer 16:28:08 93c1e223e6f2: Pulling fs layer 16:28:08 53926ce57604: Pulling fs layer 16:28:08 21b2b0c7a3f4: Pulling fs layer 16:28:08 22ff95d597cd: Pulling fs layer 16:28:08 12d6caf4c0d1: Pulling fs layer 16:28:08 96b7cbca73a9: Pulling fs layer 16:28:08 a7acece74701: Pulling fs layer 16:28:08 96b7cbca73a9: Waiting 16:28:08 22ff95d597cd: Waiting 16:28:08 12d6caf4c0d1: Waiting 16:28:08 a7acece74701: Waiting 16:28:08 53926ce57604: Waiting 16:28:08 21b2b0c7a3f4: Waiting 16:28:08 93c1e223e6f2: Download complete 16:28:08 4583459ba037: Verifying Checksum 16:28:08 4583459ba037: Download complete 16:28:08 21b2b0c7a3f4: Download complete 16:28:09 22ff95d597cd: Download complete 16:28:09 213ec9aee27d: Verifying Checksum 16:28:09 213ec9aee27d: Download complete 16:28:09 12d6caf4c0d1: Verifying Checksum 16:28:09 12d6caf4c0d1: Download complete 16:28:09 213ec9aee27d: Pull complete 16:28:09 4583459ba037: Pull complete 16:28:09 93c1e223e6f2: Pull complete 16:28:09 a7acece74701: Verifying Checksum 16:28:09 96b7cbca73a9: Verifying Checksum 16:28:09 96b7cbca73a9: Download complete 16:28:09 53926ce57604: Verifying Checksum 16:28:09 53926ce57604: Download complete 16:28:14 53926ce57604: Pull complete 16:28:14 21b2b0c7a3f4: Pull complete 16:28:14 22ff95d597cd: Pull complete 16:28:14 12d6caf4c0d1: Pull complete 16:28:15 96b7cbca73a9: Pull complete 16:28:16 a7acece74701: Pull complete 16:28:16 Digest: sha256:f6a9ef70c52da88a2ff63a0c6767b24654f9f5185d1d85ca6cc3004fb48f6c2d 16:28:16 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 16:28:16 ---> db6d94c90886 16:28:16 Step 3/13 : ARG ADD_BUILD_TAGS="" 16:28:21 ---> Running in 8fa961125617 16:28:21 Removing intermediate container 8fa961125617 16:28:21 ---> 9e8e4e738b01 16:28:21 Step 4/13 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 16:28:21 ---> Running in a421ab440a5f 16:28:21 Removing intermediate container a421ab440a5f 16:28:21 ---> b6254559970b 16:28:21 Step 5/13 : ARG ALPINE_PKG_BASE="make git gcc libc-dev curl" 16:28:22 Still waiting to schedule task 16:28:22 Waiting for next available executor on ‘prd-ubuntu20.04-docker-arm64-4c-16g-7751’ 16:28:22 ---> Running in e71cb003899a 16:28:22 Removing intermediate container e71cb003899a 16:28:22 ---> 8df9fa29191e 16:28:22 Step 6/13 : ARG ALPINE_PKG_EXTRA="v4l-utils-dev v4l-utils v4l-utils-libs linux-headers" 16:28:22 ---> Running in 1834d8ebd6e5 16:28:22 Removing intermediate container 1834d8ebd6e5 16:28:22 ---> 97685dfcbab5 16:28:22 Step 7/13 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 16:28:22 ---> Running in 951b2fab52d4 16:28:22 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 16:28:22 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 16:28:22 (1/80) Installing mesa (21.3.9-r0) 16:28:22 (2/80) Installing libxau (1.0.9-r0) 16:28:22 (3/80) Installing libxdmcp (1.1.3-r0) 16:28:22 (4/80) Installing libxcb (1.15-r0) 16:28:22 (5/80) Installing libx11 (1.8-r0) 16:28:22 (6/80) Installing libxext (1.3.4-r0) 16:28:22 (7/80) Installing libxfixes (6.0.0-r0) 16:28:22 (8/80) Installing libxxf86vm (1.1.4-r2) 16:28:22 (9/80) Installing libpciaccess (0.16-r0) 16:28:22 (10/80) Installing libdrm (2.4.110-r0) 16:28:22 (11/80) Installing mesa-glapi (21.3.9-r0) 16:28:22 (12/80) Installing libxshmfence (1.3-r1) 16:28:22 (13/80) Installing mesa-gl (21.3.9-r0) 16:28:22 (14/80) Installing icu-data-full (71.1-r2) 16:28:22 (15/80) Installing libice (1.0.10-r0) 16:28:22 (16/80) Installing libuuid (2.38-r1) 16:28:22 (17/80) Installing libsm (1.2.3-r0) 16:28:22 (18/80) Installing libxt (1.2.1-r0) 16:28:23 (19/80) Installing libxmu (1.1.3-r0) 16:28:23 (20/80) Installing xset (1.2.4-r0) 16:28:23 (21/80) Installing xprop (1.2.5-r0) 16:28:23 (22/80) Installing xdg-utils (1.1.3-r3) 16:28:23 (23/80) Installing dbus-libs (1.14.4-r0) 16:28:23 (24/80) Installing libffi (3.4.2-r1) 16:28:23 (25/80) Installing libintl (0.21-r2) 16:28:23 (26/80) Installing libblkid (2.38-r1) 16:28:23 (27/80) Installing libmount (2.38-r1) 16:28:23 (28/80) Installing pcre (8.45-r2) 16:28:23 (29/80) Installing glib (2.72.1-r0) 16:28:23 (30/80) Installing icu-libs (71.1-r2) 16:28:23 (31/80) Installing libpcre2-16 (10.40-r0) 16:28:23 (32/80) Installing zstd-libs (1.5.2-r1) 16:28:23 (33/80) Installing qt5-qtbase (5.15.4_git20220511-r2) 16:28:23 (34/80) Installing hicolor-icon-theme (0.17-r1) 16:28:23 (35/80) Installing wayland-libs-server (1.20.0-r0) 16:28:23 (36/80) Installing mesa-gbm (21.3.9-r0) 16:28:23 (37/80) Installing wayland-libs-client (1.20.0-r0) 16:28:23 (38/80) Installing qt5-qtdeclarative (5.15.4_git20220514-r1) 16:28:23 (39/80) Installing libxcomposite (0.4.5-r0) 16:28:23 (40/80) Installing libbz2 (1.0.8-r1) 16:28:23 (41/80) Installing libpng (1.6.37-r1) 16:28:23 (42/80) Installing freetype (2.12.1-r0) 16:28:23 (43/80) Installing fontconfig (2.14.0-r0) 16:28:23 (44/80) Installing wayland-libs-cursor (1.20.0-r0) 16:28:23 (45/80) Installing wayland-libs-egl (1.20.0-r0) 16:28:23 (46/80) Installing xkeyboard-config (2.35.1-r0) 16:28:23 (47/80) Installing xz-libs (5.2.5-r1) 16:28:23 (48/80) Installing libxml2 (2.9.14-r2) 16:28:23 (49/80) Installing libxkbcommon (1.4.1-r0) 16:28:23 (50/80) Installing qt5-qtwayland (5.15.4_git20220511-r0) 16:28:23 (51/80) Installing mesa-egl (21.3.9-r0) 16:28:23 (52/80) Installing avahi-libs (0.8-r6) 16:28:23 (53/80) Installing nettle (3.7.3-r0) 16:28:23 (54/80) Installing p11-kit (0.24.1-r0) 16:28:23 (55/80) Installing libtasn1 (4.18.0-r1) 16:28:23 (56/80) Installing libunistring (1.0-r0) 16:28:23 (57/80) Installing gnutls (3.7.7-r1) 16:28:23 (58/80) Installing cups-libs (2.4.2-r0) 16:28:23 (59/80) Installing graphite2 (1.3.14-r1) 16:28:23 (60/80) Installing harfbuzz (4.3.0-r0) 16:28:23 (61/80) Installing libevdev (1.12.1-r0) 16:28:23 (62/80) Installing mtdev (1.1.6-r0) 16:28:23 (63/80) Installing eudev-libs (3.2.11-r0) 16:28:23 (64/80) Installing libinput-libs (1.20.1-r0) 16:28:23 (65/80) Installing libjpeg-turbo (2.1.3-r1) 16:28:23 (66/80) Installing xcb-util-wm (0.4.1-r1) 16:28:23 (67/80) Installing xcb-util (0.4.0-r3) 16:28:23 (68/80) Installing xcb-util-image (0.4.0-r1) 16:28:24 (69/80) Installing xcb-util-keysyms (0.4.0-r1) 16:28:24 (70/80) Installing xcb-util-renderutil (0.3.9-r1) 16:28:24 (71/80) Installing libxkbcommon-x11 (1.4.1-r0) 16:28:24 (72/80) Installing qt5-qtbase-x11 (5.15.4_git20220511-r2) 16:28:24 (73/80) Installing v4l-utils-libs (1.22.1-r1) 16:28:24 (74/80) Installing v4l-utils (1.22.1-r1) 16:28:24 (75/80) Installing udev-init-scripts (35-r0) 16:28:24 Executing udev-init-scripts-35-r0.post-install 16:28:24 (76/80) Installing kmod-libs (29-r2) 16:28:24 (77/80) Installing eudev (3.2.11-r0) 16:28:24 (78/80) Installing eudev-dev (3.2.11-r0) 16:28:24 (79/80) Installing v4l-utils-dvbv5 (1.22.1-r1) 16:28:24 (80/80) Installing v4l-utils-dev (1.22.1-r1) 16:28:24 Executing busybox-1.35.0-r17.trigger 16:28:24 Executing eudev-3.2.11-r0.trigger 16:28:24 OK: 331 MiB in 131 packages 16:28:28 Removing intermediate container 951b2fab52d4 16:28:28 ---> f86a665bbbfe 16:28:28 Step 8/13 : WORKDIR /device-usb-camera 16:28:28 ---> Running in fb13ff094f36 16:28:28 Removing intermediate container fb13ff094f36 16:28:28 ---> 6fe8fac90217 16:28:28 Step 9/13 : COPY go.mod vendor* ./ 16:28:28 ---> f3044911cc07 16:28:28 Step 10/13 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 16:28:28 ---> Running in 29105cc16c73 16:29:07 Removing intermediate container 29105cc16c73 16:29:07 ---> f01e3ec0ae74 16:29:07 Step 11/13 : COPY . . 16:29:07 ---> dfd1d17c9c83 16:29:07 Step 12/13 : RUN curl -o LICENSE-rtsp-simple-server https://raw.githubusercontent.com/aler9/rtsp-simple-server/main/LICENSE 16:29:07 ---> Running in ec9d98d4a8f6 16:29:07  % Total % Received % Xferd Average Speed Time Time Time Current 16:29:07 Dload Upload Total Spent Left Speed 16:29:07  0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:--  0 100 1062 100 1062 0 0 6974 0 --:--:-- --:--:-- --:--:-- 6986 16:29:07 Removing intermediate container ec9d98d4a8f6 16:29:07 ---> 6bbe80062059 16:29:07 Step 13/13 : RUN ${MAKE} 16:29:07 ---> Running in cd1361dacc0c 16:29:07 noop 16:29:07 Removing intermediate container cd1361dacc0c 16:29:07 ---> 2379f2c41c50 16:29:07 Successfully built 2379f2c41c50 16:29:07 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:29:07 + docker inspect -f . ci-base-image-x86_64 16:29:07 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 16:29:07 prd-ubuntu20.04-docker-8c-8g-7752 does not seem to be running inside a container 16:29:08 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/foundry_device-usb-camera_PR-161 -v /w/workspace/foundry_device-usb-camera_PR-161:/w/workspace/foundry_device-usb-camera_PR-161:rw,z -v /w/workspace/foundry_device-usb-camera_PR-161@tmp:/w/workspace/foundry_device-usb-camera_PR-161@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 16:29:08 $ docker top c71fb58580dc7a4dbe75f7de63c31d6ba6e1c728ba160206b37800c466626dfe -eo pid,comm [Pipeline] { [Pipeline] sh 16:29:08 + go version 16:29:08 go version go1.18.7 linux/amd64 [Pipeline] } 16:29:08 $ docker stop --time=1 c71fb58580dc7a4dbe75f7de63c31d6ba6e1c728ba160206b37800c466626dfe 16:29:10 $ docker rm -f --volumes c71fb58580dc7a4dbe75f7de63c31d6ba6e1c728ba160206b37800c466626dfe [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:29:10 + docker inspect -f . ci-base-image-x86_64 16:29:10 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 16:29:10 prd-ubuntu20.04-docker-8c-8g-7752 does not seem to be running inside a container 16:29:10 $ 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-161 -v /w/workspace/foundry_device-usb-camera_PR-161:/w/workspace/foundry_device-usb-camera_PR-161:rw,z -v /w/workspace/foundry_device-usb-camera_PR-161@tmp:/w/workspace/foundry_device-usb-camera_PR-161@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 16:29:11 $ docker top 7c49e59af113c1a0f54ec5933854e03cbe3eb1208dadc17486a8b95e2a68470d -eo pid,comm [Pipeline] { [Pipeline] sh 16:29:11 + git config --global --add safe.directory /w/workspace/foundry_device-usb-camera_PR-161 [Pipeline] fileExists [Pipeline] sh 16:29:11 + make test 16:29:11 go test ./... -coverprofile=coverage.out ./... 16:29:12 ? github.com/edgexfoundry/device-usb-camera [no test files] 16:29:20 ? github.com/edgexfoundry/device-usb-camera/cmd [no test files] 16:29:21 ok github.com/edgexfoundry/device-usb-camera/internal/driver 0.015s coverage: 1.9% of statements 16:29:27 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." 16:29:27 go vet ./... 16:29:30 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 16:29:30 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 16:29:30 ./bin/test-attribution-txt.sh 16:29:30 An attribution for golang.org/x/mod is missing from Attribution.txt, please add 16:29:30 An attribution for golang.org/x/tools is missing from Attribution.txt, please add [Pipeline] echo 16:29:30 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 16:29:30 $ docker stop --time=1 7c49e59af113c1a0f54ec5933854e03cbe3eb1208dadc17486a8b95e2a68470d 16:29:33 $ docker rm -f --volumes 7c49e59af113c1a0f54ec5933854e03cbe3eb1208dadc17486a8b95e2a68470d [Pipeline] // withDockerContainer [Pipeline] sh 16:29:34 + sudo chown -R jenkins:jenkins . [Pipeline] stash 16:29:34 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 16:29:34 + sudo chown -R jenkins:jenkins . [Pipeline] sh 16:29:35 + ls -al . 16:29:35 total 196 16:29:35 drwxrwxr-x 10 jenkins jenkins 4096 Feb 28 16:29 . 16:29:35 drwxrwxr-x 4 jenkins jenkins 4096 Feb 28 16:27 .. 16:29:35 drwxrwxr-x 8 jenkins jenkins 4096 Feb 28 16:29 .git 16:29:35 drwxrwxr-x 3 jenkins jenkins 4096 Feb 28 16:27 .github 16:29:35 -rw-rw-r-- 1 jenkins jenkins 414 Feb 28 16:27 .gitignore 16:29:35 -rw-rw-r-- 1 jenkins jenkins 42 Feb 28 16:27 .golangci.yml 16:29:35 -rw-rw-r-- 1 jenkins jenkins 77 Feb 28 16:27 .hadolint.yml 16:29:35 drwxr-xr-x 3 jenkins jenkins 4096 Feb 28 16:28 .semver 16:29:35 -rw-rw-r-- 1 jenkins jenkins 9442 Feb 28 16:27 Attribution.txt 16:29:35 -rw-rw-r-- 1 jenkins jenkins 6219 Feb 28 16:27 CHANGELOG.md 16:29:35 -rw-rw-r-- 1 jenkins jenkins 2328 Feb 28 16:27 Dockerfile 16:29:35 -rw-rw-r-- 1 jenkins jenkins 678 Feb 28 16:27 GOVERNANCE.md 16:29:35 -rw-rw-r-- 1 jenkins jenkins 659 Feb 28 16:27 Jenkinsfile 16:29:35 -rw-rw-r-- 1 jenkins jenkins 11348 Feb 28 16:27 LICENSE 16:29:35 -rw-rw-r-- 1 jenkins jenkins 2329 Feb 28 16:27 Makefile 16:29:35 -rw-rw-r-- 1 jenkins jenkins 622 Feb 28 16:27 OWNERS.md 16:29:35 -rw-rw-r-- 1 jenkins jenkins 5934 Feb 28 16:27 README.md 16:29:35 -rw-rw-r-- 1 jenkins jenkins 5 Feb 28 16:28 VERSION 16:29:35 drwxrwxr-x 2 jenkins jenkins 4096 Feb 28 16:27 bin 16:29:35 drwxrwxr-x 3 jenkins jenkins 4096 Feb 28 16:27 cmd 16:29:35 -rw-r--r-- 1 jenkins jenkins 30666 Feb 28 16:29 coverage.out 16:29:35 -rwxrwxr-x 1 jenkins jenkins 140 Feb 28 16:27 docker-entrypoint.sh 16:29:35 drwxrwxr-x 4 jenkins jenkins 4096 Feb 28 16:27 docs 16:29:35 -rw-rw-r-- 1 jenkins jenkins 3486 Feb 28 16:27 go.mod 16:29:35 -rw-rw-r-- 1 jenkins jenkins 33526 Feb 28 16:27 go.sum 16:29:35 drwxrwxr-x 3 jenkins jenkins 4096 Feb 28 16:27 internal 16:29:35 drwxrwxr-x 4 jenkins jenkins 4096 Feb 28 16:27 snap 16:29:35 -rw-rw-r-- 1 jenkins jenkins 231 Feb 28 16:27 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:29:35 + 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=60114fcb52e492eb1caf1589cb2d0a0e0216f871 --label arch=amd64 --label version=0.0.0 . 16:29:35 Sending build context to Docker daemon 1.796MB 16:29:35 Step 1/35 : ARG BASE=golang:1.18-alpine3.16 16:29:35 Step 2/35 : FROM ${BASE} AS builder 16:29:35 ---> 2379f2c41c50 16:29:35 Step 3/35 : ARG ADD_BUILD_TAGS="" 16:29:35 ---> Running in 69c100f29a17 16:29:35 Removing intermediate container 69c100f29a17 16:29:35 ---> eb038692aa5c 16:29:35 Step 4/35 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 16:29:35 ---> Running in 2bb315cbe8b1 16:29:35 Removing intermediate container 2bb315cbe8b1 16:29:35 ---> 65a79d230837 16:29:35 Step 5/35 : ARG ALPINE_PKG_BASE="make git gcc libc-dev curl" 16:29:35 ---> Running in f49e66b5fcb8 16:29:35 Removing intermediate container f49e66b5fcb8 16:29:35 ---> ed15a7eda860 16:29:35 Step 6/35 : ARG ALPINE_PKG_EXTRA="v4l-utils-dev v4l-utils v4l-utils-libs linux-headers" 16:29:35 ---> Running in 516f0391e80b 16:29:36 Removing intermediate container 516f0391e80b 16:29:36 ---> abb8540a6364 16:29:36 Step 7/35 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 16:29:36 ---> Running in 8d7cb4e10047 16:29:36 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 16:29:36 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 16:29:36 OK: 331 MiB in 131 packages 16:29:36 Removing intermediate container 8d7cb4e10047 16:29:36 ---> 674fb6c2ae99 16:29:36 Step 8/35 : WORKDIR /device-usb-camera 16:29:36 ---> Running in bddcf1c3ab7b 16:29:37 Removing intermediate container bddcf1c3ab7b 16:29:37 ---> bd714ee2d7c9 16:29:37 Step 9/35 : COPY go.mod vendor* ./ 16:29:37 ---> cb0e19ab78c4 16:29:37 Step 10/35 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 16:29:37 ---> Running in 82d152319a60 16:29:38 Removing intermediate container 82d152319a60 16:29:38 ---> dd14e9fc9744 16:29:38 Step 11/35 : COPY . . 16:29:38 ---> 3fe30b822d03 16:29:38 Step 12/35 : RUN curl -o LICENSE-rtsp-simple-server https://raw.githubusercontent.com/aler9/rtsp-simple-server/main/LICENSE 16:29:38 ---> Running in 93c2494e7a42 16:29:38  % Total % Received % Xferd Average Speed Time Time Time Current 16:29:38 Dload Upload Total Spent Left Speed 16:29:38 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 1062 100  1062   0  0  45452   0 --:--:-- --:--:-- --:--:-- 46173 16:29:38 Removing intermediate container 93c2494e7a42 16:29:38 ---> 72163fc7cf98 16:29:38 Step 13/35 : RUN ${MAKE} 16:29:38 ---> Running in af44f116ba1d 16:29:39 go build -tags "" -ldflags "-X github.com/edgexfoundry/device-usb-camera.Version=0.0.0" -trimpath -mod=readonly -o cmd/device-usb-camera ./cmd 16:30:05 Removing intermediate container af44f116ba1d 16:30:05 ---> fed8d8dc5545 16:30:05 Step 14/35 : FROM aler9/rtsp-simple-server:v0.18.4 AS rtsp 16:30:05 v0.18.4: Pulling from aler9/rtsp-simple-server 16:30:05 af6660deedbd: Pulling fs layer 16:30:05 97cd0a44c592: Pulling fs layer 16:30:05 97cd0a44c592: Verifying Checksum 16:30:05 97cd0a44c592: Download complete 16:30:05 af6660deedbd: Verifying Checksum 16:30:05 af6660deedbd: Download complete 16:30:05 af6660deedbd: Pull complete 16:30:05 97cd0a44c592: Pull complete 16:30:05 Digest: sha256:1453d1d853d0ebdb57f9d2cbebc75114a1174f7b08edc414400166566d9ff563 16:30:05 Status: Downloaded newer image for aler9/rtsp-simple-server:v0.18.4 16:30:05 ---> fea57e182299 16:30:05 Step 15/35 : FROM alpine:3.16 16:30:05 3.16: Pulling from library/alpine 16:30:05 ef5531b6e74e: Pulling fs layer 16:30:05 ef5531b6e74e: Verifying Checksum 16:30:05 ef5531b6e74e: Download complete 16:30:05 ef5531b6e74e: Pull complete 16:30:05 Digest: sha256:1bd67c81e4ad4b8f4a5c1c914d7985336f130e5cefb3e323654fd09d6bcdbbe2 16:30:05 Status: Downloaded newer image for alpine:3.16 16:30:05 ---> dfd21b5a31f5 16:30:05 Step 16/35 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel Corporation' 16:30:06 ---> Running in f9e4d8e4aed7 16:30:06 Removing intermediate container f9e4d8e4aed7 16:30:06 ---> 0787d4a77a21 16:30:06 Step 17/35 : RUN apk add --update --no-cache dumb-init ffmpeg udev 16:30:06 ---> Running in c68077cf02f7 16:30:06 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 16:30:06 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 16:30:07 (1/80) Installing dumb-init (1.2.5-r1) 16:30:07 (2/80) Installing sdl2 (2.0.22-r0) 16:30:07 (3/80) Installing libxau (1.0.9-r0) 16:30:07 (4/80) Installing libxdmcp (1.1.3-r0) 16:30:07 (5/80) Installing libxcb (1.15-r0) 16:30:07 (6/80) Installing libx11 (1.8-r0) 16:30:07 (7/80) Installing aom-libs (3.3.0-r0) 16:30:07 (8/80) Installing alsa-lib (1.2.7.2-r0) 16:30:07 (9/80) Installing expat (2.5.0-r0) 16:30:07 (10/80) Installing brotli-libs (1.0.9-r6) 16:30:07 (11/80) Installing libbz2 (1.0.8-r1) 16:30:07 (12/80) Installing libpng (1.6.37-r1) 16:30:07 (13/80) Installing freetype (2.12.1-r0) 16:30:07 (14/80) Installing fontconfig (2.14.0-r0) 16:30:07 (15/80) Installing fribidi (1.0.12-r0) 16:30:07 (16/80) Installing libffi (3.4.2-r1) 16:30:07 (17/80) Installing libintl (0.21-r2) 16:30:07 (18/80) Installing libblkid (2.38-r1) 16:30:07 (19/80) Installing libmount (2.38-r1) 16:30:07 (20/80) Installing pcre (8.45-r2) 16:30:07 (21/80) Installing glib (2.72.1-r0) 16:30:07 (22/80) Installing graphite2 (1.3.14-r1) 16:30:07 (23/80) Installing harfbuzz (4.3.0-r0) 16:30:07 (24/80) Installing libass (0.16.0-r0) 16:30:07 (25/80) Installing libdav1d (1.0.0-r0) 16:30:07 (26/80) Installing libpciaccess (0.16-r0) 16:30:07 (27/80) Installing libdrm (2.4.110-r0) 16:30:07 (28/80) Installing gmp (6.2.1-r2) 16:30:07 (29/80) Installing nettle (3.7.3-r0) 16:30:07 (30/80) Installing p11-kit (0.24.1-r0) 16:30:07 (31/80) Installing libtasn1 (4.18.0-r1) 16:30:07 (32/80) Installing libunistring (1.0-r0) 16:30:07 (33/80) Installing gnutls (3.7.7-r1) 16:30:07 (34/80) Installing ncurses-terminfo-base (6.3_p20220521-r0) 16:30:07 (35/80) Installing ncurses-libs (6.3_p20220521-r0) 16:30:07 (36/80) Installing lame (3.100-r0) 16:30:07 (37/80) Installing opus (1.3.1-r1) 16:30:07 (38/80) Installing libasyncns (0.8-r1) 16:30:07 (39/80) Installing dbus-libs (1.14.4-r0) 16:30:07 (40/80) Installing libltdl (2.4.7-r0) 16:30:07 (41/80) Installing orc (0.4.32-r0) 16:30:07 (42/80) Installing libgcc (11.2.1_git20220219-r2) 16:30:07 (43/80) Installing libogg (1.3.5-r1) 16:30:07 (44/80) Installing libstdc++ (11.2.1_git20220219-r2) 16:30:07 (45/80) Installing flac (1.3.4-r0) 16:30:07 (46/80) Installing libvorbis (1.3.7-r0) 16:30:07 (47/80) Installing libsndfile (1.1.0-r0) 16:30:07 (48/80) Installing libgomp (11.2.1_git20220219-r2) 16:30:07 (49/80) Installing soxr (0.1.3-r2) 16:30:07 (50/80) Installing speexdsp (1.2.0-r0) 16:30:07 (51/80) Installing tdb-libs (1.4.6-r0) 16:30:07 (52/80) Installing libpulse (15.0-r2) 16:30:07 (53/80) Installing cjson (1.7.15-r3) 16:30:07 (54/80) Installing mbedtls (2.28.2-r0) 16:30:07 (55/80) Installing librist (0.2.6-r1) 16:30:07 (56/80) Installing libsrt (1.4.4-r0) 16:30:07 (57/80) Installing libssh (0.9.6-r1) 16:30:07 (58/80) Installing libtheora (1.1.1-r16) 16:30:07 (59/80) Installing libjpeg-turbo (2.1.3-r1) 16:30:07 (60/80) Installing v4l-utils-libs (1.22.1-r1) 16:30:07 (61/80) Installing libxext (1.3.4-r0) 16:30:07 (62/80) Installing libxfixes (6.0.0-r0) 16:30:07 (63/80) Installing wayland-libs-client (1.20.0-r0) 16:30:07 (64/80) Installing libva (2.14.0-r0) 16:30:07 (65/80) Installing libvdpau (1.5-r0) 16:30:07 (66/80) Installing vidstab (1.1.0-r1) 16:30:07 (67/80) Installing libvpx (1.11.0-r1) 16:30:07 (68/80) Installing libwebp (1.2.3-r0) 16:30:07 (69/80) Installing x264-libs (0.163_git20210613-r0) 16:30:07 (70/80) Installing numactl (2.0.14-r0) 16:30:07 (71/80) Installing x265-libs (3.5-r3) 16:30:07 (72/80) Installing xvidcore (1.3.7-r1) 16:30:07 (73/80) Installing ffmpeg-libs (5.0.1-r1) 16:30:08 (74/80) Installing ffmpeg (5.0.1-r1) 16:30:08 (75/80) Installing udev-init-scripts (35-r0) 16:30:08 Executing udev-init-scripts-35-r0.post-install 16:30:08 (76/80) Installing eudev-libs (3.2.11-r0) 16:30:08 (77/80) Installing xz-libs (5.2.5-r1) 16:30:08 (78/80) Installing zstd-libs (1.5.2-r1) 16:30:08 (79/80) Installing kmod-libs (29-r2) 16:30:08 (80/80) Installing eudev (3.2.11-r0) 16:30:08 Executing busybox-1.35.0-r17.trigger 16:30:08 Executing eudev-3.2.11-r0.trigger 16:30:08 OK: 100 MiB in 94 packages 16:30:11 Removing intermediate container c68077cf02f7 16:30:11 ---> e9331d990e67 16:30:11 Step 18/35 : WORKDIR / 16:30:11 ---> Running in 27c1a5711e8b 16:30:11 Removing intermediate container 27c1a5711e8b 16:30:11 ---> c62dcbb1a4b1 16:30:11 Step 19/35 : COPY --from=builder /device-usb-camera/cmd / 16:30:12 ---> c317fbdadbf0 16:30:12 Step 20/35 : COPY --from=builder /device-usb-camera/LICENSE / 16:30:12 ---> 2c43224222b2 16:30:12 Step 21/35 : COPY --from=builder /device-usb-camera/LICENSE-rtsp-simple-server / 16:30:12 ---> 51f85c63cc19 16:30:12 Step 22/35 : COPY --from=builder /device-usb-camera/Attribution.txt / 16:30:12 ---> 35549e510ea6 16:30:12 Step 23/35 : COPY --from=builder /device-usb-camera/docker-entrypoint.sh / 16:30:12 ---> ccf44aa5fb43 16:30:12 Step 24/35 : COPY --from=rtsp /rtsp-simple-server.yml / 16:30:12 ---> 2c40ef69f7cb 16:30:12 Step 25/35 : COPY --from=rtsp /rtsp-simple-server / 16:30:13 ---> 706aca60d110 16:30:13 Step 26/35 : RUN sed -i 's/rtmpDisable: no/rtmpDisable: yes/g' rtsp-simple-server.yml 16:30:13 ---> Running in fa0cb8f2595f 16:30:14 Removing intermediate container fa0cb8f2595f 16:30:14 ---> 12e38587e4ad 16:30:14 Step 27/35 : RUN sed -i 's/hlsDisable: no/hlsDisable: yes/g' rtsp-simple-server.yml 16:30:14 ---> Running in 51a4b03f95c4 16:30:15 Removing intermediate container 51a4b03f95c4 16:30:15 ---> 7891a2dc0564 16:30:15 Step 28/35 : RUN sed -i 's/protocols: \[udp, multicast, tcp\]/protocols: \[tcp\]/g' rtsp-simple-server.yml 16:30:15 ---> Running in d408d77266be 16:30:15 Removing intermediate container d408d77266be 16:30:15 ---> 48da2eb5ccbd 16:30:15 Step 29/35 : EXPOSE 59983 16:30:15 ---> Running in 2851f25911f0 16:30:15 Removing intermediate container 2851f25911f0 16:30:15 ---> ee0bff3024d4 16:30:15 Step 30/35 : EXPOSE 8554 16:30:15 ---> Running in 25dcd0ef35e5 16:30:15 Removing intermediate container 25dcd0ef35e5 16:30:15 ---> 5edfcd55604b 16:30:15 Step 31/35 : ENTRYPOINT ["/docker-entrypoint.sh"] 16:30:15 ---> Running in 73f994aea47b 16:30:15 Removing intermediate container 73f994aea47b 16:30:15 ---> bb6e5182e66c 16:30:15 Step 32/35 : CMD [ "--configProvider=consul.http://edgex-core-consul:8500", "--registry" ] 16:30:15 ---> Running in 6adbbf51d2ee 16:30:15 Removing intermediate container 6adbbf51d2ee 16:30:15 ---> 717df5962403 16:30:15 Step 33/35 : LABEL arch=amd64 16:30:15 ---> Running in 575ac04e6eb2 16:30:15 Removing intermediate container 575ac04e6eb2 16:30:15 ---> faf8fb055ea7 16:30:15 Step 34/35 : LABEL git_sha=60114fcb52e492eb1caf1589cb2d0a0e0216f871 16:30:15 ---> Running in 793dbf0d299e 16:30:15 Removing intermediate container 793dbf0d299e 16:30:15 ---> 1eb4b7d70f2d 16:30:15 Step 35/35 : LABEL version=0.0.0 16:30:15 ---> Running in 847d5c42e3cd 16:30:16 Removing intermediate container 847d5c42e3cd 16:30:16 ---> bfce5a136ca2 16:30:16 [Warning] One or more build-args [ARCH] were not consumed 16:30:16 Successfully built bfce5a136ca2 16:30:16 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 16:30:17 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 16:30:17 16:30:17 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:30:17 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 16:30:17 latest: Pulling from edgex-lftools-log-publisher 16:30:17 5eb5b503b376: Pulling fs layer 16:30:17 5c69ac0246d0: Pulling fs layer 16:30:17 ec43610c2a17: Pulling fs layer 16:30:17 3a2ae6a8a46f: Pulling fs layer 16:30:17 33b1e0a273af: Pulling fs layer 16:30:17 5d3b04190fa2: Pulling fs layer 16:30:17 2f39f015ded8: Pulling fs layer 16:30:17 33b1e0a273af: Waiting 16:30:17 5d3b04190fa2: Waiting 16:30:17 2f39f015ded8: Waiting 16:30:17 3a2ae6a8a46f: Waiting 16:30:17 5c69ac0246d0: Download complete 16:30:17 3a2ae6a8a46f: Verifying Checksum 16:30:17 3a2ae6a8a46f: Download complete 16:30:17 ec43610c2a17: Verifying Checksum 16:30:17 ec43610c2a17: Download complete 16:30:17 33b1e0a273af: Verifying Checksum 16:30:17 33b1e0a273af: Download complete 16:30:17 5d3b04190fa2: Verifying Checksum 16:30:17 5d3b04190fa2: Download complete 16:30:17 5eb5b503b376: Download complete 16:30:18 2f39f015ded8: Download complete 16:30:18 5eb5b503b376: Pull complete 16:30:19 5c69ac0246d0: Pull complete 16:30:19 ec43610c2a17: Pull complete 16:30:19 3a2ae6a8a46f: Pull complete 16:30:19 33b1e0a273af: Pull complete 16:30:19 5d3b04190fa2: Pull complete 16:30:24 2f39f015ded8: Pull complete 16:30:24 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 16:30:24 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 16:30:24 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 16:30:24 prd-ubuntu20.04-docker-8c-8g-7752 does not seem to be running inside a container 16:30:24 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/foundry_device-usb-camera_PR-161 -v /w/workspace/foundry_device-usb-camera_PR-161:/w/workspace/foundry_device-usb-camera_PR-161:rw,z -v /w/workspace/foundry_device-usb-camera_PR-161@tmp:/w/workspace/foundry_device-usb-camera_PR-161@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 16:30:30 $ docker top 21a7e64e26ba2f5a68a6ee99cbaa9265d9d0ff648956dc5ac3243b808634385b -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 16:30:30 ---> job-cost.sh 16:30:30 lf-activate-venv: SKIPPING 16:30:30 INFO: No Stack... 16:30:31 INFO: Retrieving Pricing Info for: v3-standard-8 16:30:31 INFO: Archiving Costs [Pipeline] sh 16:30:31 + cut -d, -f6 16:30:31 + cat /w/workspace/foundry_device-usb-camera_PR-161/archives/cost.csv [Pipeline] lock 16:30:31 Trying to acquire lock on [jenkins-edgexfoundry-device-usb-camera-PR-161-1-stack-cost] 16:30:31 Resource [jenkins-edgexfoundry-device-usb-camera-PR-161-1-stack-cost] did not exist. Created. 16:30:31 Lock acquired on [jenkins-edgexfoundry-device-usb-camera-PR-161-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 16:30:32 + echo total: 0.2199999988079071 [Pipeline] stash 16:30:32 Stashed 1 file(s) [Pipeline] } 16:30:32 Lock released on resource [jenkins-edgexfoundry-device-usb-camera-PR-161-1-stack-cost] [Pipeline] // lock [Pipeline] } 16:30:32 $ docker stop --time=1 21a7e64e26ba2f5a68a6ee99cbaa9265d9d0ff648956dc5ac3243b808634385b 16:30:33 $ docker rm -f --volumes 21a7e64e26ba2f5a68a6ee99cbaa9265d9d0ff648956dc5ac3243b808634385b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 16:31:57 Running on prd-ubuntu20.04-docker-arm64-4c-16g-7753 in /w/workspace/foundry_device-usb-camera_PR-161 [Pipeline] { [Pipeline] ws 16:31:57 Running in /w/workspace/device-usb-camera/1 [Pipeline] { [Pipeline] checkout 16:31:57 Selected Git installation does not exist. Using Default 16:31:57 The recommended git tool is: NONE 16:32:03 using credential edgex-jenkins-ssh 16:32:03 Cloning the remote Git repository 16:32:03 Cloning repository git@github.com:edgexfoundry/device-usb-camera.git 16:32:03 > git init /w/workspace/device-usb-camera/1 # timeout=10 16:32:03 Fetching upstream changes from git@github.com:edgexfoundry/device-usb-camera.git 16:32:03 > git --version # timeout=10 16:32:03 > git --version # 'git version 2.25.1' 16:32:03 using GIT_SSH to set credentials SSH Credentials for GitHub 16:32:03 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-usb-camera.git +refs/heads/*:refs/remotes/origin/* # timeout=10 16:32:04 > git config remote.origin.url git@github.com:edgexfoundry/device-usb-camera.git # timeout=10 16:32:04 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 16:32:06 Merging remotes/origin/main commit d43df4097523a2749be68cc9a7c29d8397ed8c11 into PR head commit 60114fcb52e492eb1caf1589cb2d0a0e0216f871 16:32:06 Merge succeeded, producing 60114fcb52e492eb1caf1589cb2d0a0e0216f871 16:32:06 Checking out Revision 60114fcb52e492eb1caf1589cb2d0a0e0216f871 (PR-161) 16:32:05 > git config remote.origin.url git@github.com:edgexfoundry/device-usb-camera.git # timeout=10 16:32:05 Fetching upstream changes from git@github.com:edgexfoundry/device-usb-camera.git 16:32:05 using GIT_SSH to set credentials SSH Credentials for GitHub 16:32:05 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-usb-camera.git +refs/pull/161/head:refs/remotes/origin/PR-161 +refs/heads/main:refs/remotes/origin/main # timeout=10 16:32:06 > git config core.sparsecheckout # timeout=10 16:32:06 > git checkout -f 60114fcb52e492eb1caf1589cb2d0a0e0216f871 # timeout=10 16:32:06 > git remote # timeout=10 16:32:06 > git config --get remote.origin.url # timeout=10 16:32:06 using GIT_SSH to set credentials SSH Credentials for GitHub 16:32:06 > git merge d43df4097523a2749be68cc9a7c29d8397ed8c11 # timeout=10 16:32:06 > git rev-parse HEAD^{commit} # timeout=10 16:32:06 > git config core.sparsecheckout # timeout=10 16:32:06 > git checkout -f 60114fcb52e492eb1caf1589cb2d0a0e0216f871 # timeout=10 16:32:10 Commit message: "feat!: updates for common config" 16:32:10 > git --version # timeout=10 16:32:10 > git --version # 'git version 2.25.1' 16:32:10 fatal: bad object cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 16:32:11 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 16:32:11 % Total % Received % Xferd Average Speed Time Time Time Current 16:32:11 Dload Upload Total Spent Left Speed 16:32:11 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 98844 0 --:--:-- --:--:-- --:--:-- 98844 [Pipeline] sh 16:32:12 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 16:32:12 + sudo tee /etc/docker/daemon.new 16:32:12 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 16:32:12 { 16:32:12 "registry-mirrors": [ 16:32:12 "https://nexus3.edgexfoundry.org:10001" 16:32:12 ], 16:32:12 "bip": "10.250.0.254/24", 16:32:12 "hosts": [ 16:32:12 "tcp://0.0.0.0:5555", 16:32:12 "unix:///var/run/docker.sock" 16:32:12 ], 16:32:12 "mtu": 1458, 16:32:12 "selinux-enabled": true, 16:32:12 "seccomp-profile": "/etc/docker/seccomp.json" 16:32:12 } [Pipeline] sh 16:32:12 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 16:32:13 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 16:32:31 provisioning config files... 16:32:31 copy managed file [device-usb-camera-settings] to file:/w/workspace/device-usb-camera/1@tmp/config14459527171214994507tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 16:32:32 ---> docker-login.sh 16:32:32 nexus3.edgexfoundry.org:10001 16:32:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:32:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:32:32 Configure a credential helper to remove this warning. See 16:32:32 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:32:32 16:32:32 Login Succeeded 16:32:32 nexus3.edgexfoundry.org:10002 16:32:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:32:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:32:33 Configure a credential helper to remove this warning. See 16:32:33 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:32:33 16:32:33 Login Succeeded 16:32:33 nexus3.edgexfoundry.org:10003 16:32:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:32:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:32:33 Configure a credential helper to remove this warning. See 16:32:33 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:32:33 16:32:33 Login Succeeded 16:32:33 nexus3.edgexfoundry.org:10004 16:32:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:32:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:32:33 Configure a credential helper to remove this warning. See 16:32:33 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:32:33 16:32:33 Login Succeeded 16:32:33 docker.io 16:32:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:32:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:32:34 Configure a credential helper to remove this warning. See 16:32:34 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:32:34 16:32:34 Login Succeeded 16:32:34 ---> docker-login.sh ends [Pipeline] } 16:32:34 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 16:32:35 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 16:32:35 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 16:32:35 ========================================================= 16:32:35 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] 16:32:35 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:32:36 + 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 . 16:32:36 Sending build context to Docker daemon 1.156MB 16:32:36 Step 1/13 : ARG BASE=golang:1.18-alpine3.16 16:32:36 Step 2/13 : FROM ${BASE} AS builder 16:32:36 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 16:32:36 9b18e9b68314: Pulling fs layer 16:32:36 35d82f9e3411: Pulling fs layer 16:32:36 e16973657156: Pulling fs layer 16:32:36 fc693d55d65f: Pulling fs layer 16:32:36 7e9fc2657dce: Pulling fs layer 16:32:36 dda99020689f: Pulling fs layer 16:32:36 db1c61fa0a46: Pulling fs layer 16:32:36 891c053d2c06: Pulling fs layer 16:32:36 dda99020689f: Waiting 16:32:36 db1c61fa0a46: Waiting 16:32:36 891c053d2c06: Waiting 16:32:36 fc693d55d65f: Waiting 16:32:36 7e9fc2657dce: Waiting 16:32:36 e16973657156: Verifying Checksum 16:32:36 e16973657156: Download complete 16:32:36 35d82f9e3411: Download complete 16:32:36 7e9fc2657dce: Verifying Checksum 16:32:36 7e9fc2657dce: Download complete 16:32:36 dda99020689f: Verifying Checksum 16:32:36 dda99020689f: Download complete 16:32:36 9b18e9b68314: Verifying Checksum 16:32:36 9b18e9b68314: Download complete 16:32:37 9b18e9b68314: Pull complete 16:32:37 891c053d2c06: Verifying Checksum 16:32:37 891c053d2c06: Download complete 16:32:38 35d82f9e3411: Pull complete 16:32:38 e16973657156: Pull complete 16:32:39 db1c61fa0a46: Verifying Checksum 16:32:39 db1c61fa0a46: Download complete 16:32:39 fc693d55d65f: Verifying Checksum 16:32:39 fc693d55d65f: Download complete 16:32:51 fc693d55d65f: Pull complete 16:32:51 7e9fc2657dce: Pull complete 16:32:51 dda99020689f: Pull complete 16:32:58 db1c61fa0a46: Pull complete 16:33:00 891c053d2c06: Pull complete 16:33:00 Digest: sha256:2cacf8bfc28650abd52610e42dcfc04852e818eb73900ea96edaef96a54d0b45 16:33:00 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 16:33:00 ---> f96f9c87975a 16:33:00 Step 3/13 : ARG ADD_BUILD_TAGS="" 16:33:02 ---> Running in 2162d6fb0b86 16:33:02 Removing intermediate container 2162d6fb0b86 16:33:02 ---> 95703efccf95 16:33:02 Step 4/13 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 16:33:02 ---> Running in e67bb1f0ca42 16:33:02 Removing intermediate container e67bb1f0ca42 16:33:02 ---> d7dd511d8b55 16:33:02 Step 5/13 : ARG ALPINE_PKG_BASE="make git gcc libc-dev curl" 16:33:03 ---> Running in 44990cb77e93 16:33:03 Removing intermediate container 44990cb77e93 16:33:03 ---> aa5a3bcd10e7 16:33:03 Step 6/13 : ARG ALPINE_PKG_EXTRA="v4l-utils-dev v4l-utils v4l-utils-libs linux-headers" 16:33:03 ---> Running in e293d3d16155 16:33:03 Removing intermediate container e293d3d16155 16:33:03 ---> 858cd9db5823 16:33:03 Step 7/13 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 16:33:03 ---> Running in 6cab1a1848c9 16:33:05 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 16:33:05 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 16:33:06 (1/14) Installing libintl (0.21-r2) 16:33:06 (2/14) Installing eudev-libs (3.2.11-r0) 16:33:06 (3/14) Installing libjpeg-turbo (2.1.3-r1) 16:33:06 (4/14) Installing v4l-utils-libs (1.22.1-r1) 16:33:06 (5/14) Installing v4l-utils (1.22.1-r1) 16:33:06 (6/14) Installing udev-init-scripts (35-r0) 16:33:06 Executing udev-init-scripts-35-r0.post-install 16:33:06 (7/14) Installing libblkid (2.38-r1) 16:33:06 (8/14) Installing xz-libs (5.2.5-r1) 16:33:06 (9/14) Installing zstd-libs (1.5.2-r1) 16:33:06 (10/14) Installing kmod-libs (29-r2) 16:33:06 (11/14) Installing eudev (3.2.11-r0) 16:33:06 (12/14) Installing eudev-dev (3.2.11-r0) 16:33:06 (13/14) Installing v4l-utils-dvbv5 (1.22.1-r1) 16:33:06 (14/14) Installing v4l-utils-dev (1.22.1-r1) 16:33:06 Executing busybox-1.35.0-r17.trigger 16:33:06 Executing eudev-3.2.11-r0.trigger 16:33:06 OK: 228 MiB in 65 packages 16:33:07 Removing intermediate container 6cab1a1848c9 16:33:07 ---> 03f4ab94b899 16:33:07 Step 8/13 : WORKDIR /device-usb-camera 16:33:07 ---> Running in bb3de90df760 16:33:07 Removing intermediate container bb3de90df760 16:33:07 ---> 11a32870c530 16:33:07 Step 9/13 : COPY go.mod vendor* ./ 16:33:08 ---> 009cf6f0ee81 16:33:08 Step 10/13 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 16:33:08 ---> Running in 62f87a77f1b3 16:34:30 Removing intermediate container 62f87a77f1b3 16:34:30 ---> 9338dab9f53b 16:34:30 Step 11/13 : COPY . . 16:34:30 ---> e6f20c42864a 16:34:30 Step 12/13 : RUN curl -o LICENSE-rtsp-simple-server https://raw.githubusercontent.com/aler9/rtsp-simple-server/main/LICENSE 16:34:30 ---> Running in 27aefcd48854 16:34:30  % Total % Received % Xferd Average Speed Time Time Time Current 16:34:30 Dload Upload Total Spent Left Speed 16:34:30  0  0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 1062 100 1062 0 0 5544 0 --:--:-- --:--:-- --:--:-- 5560 16:34:30 Removing intermediate container 27aefcd48854 16:34:30 ---> 092b77d2b256 16:34:30 Step 13/13 : RUN ${MAKE} 16:34:30 ---> Running in 06521939a0b4 16:34:30 noop 16:34:30 Removing intermediate container 06521939a0b4 16:34:30 ---> 2d2884db86da 16:34:30 Successfully built 2d2884db86da 16:34:30 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:34:30 + docker inspect -f . ci-base-image-arm64 16:34:30 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 16:34:30 prd-ubuntu20.04-docker-arm64-4c-16g-7753 does not seem to be running inside a container 16:34:30 $ 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 ******** -e ******** ci-base-image-arm64 cat 16:34:34 $ docker top 5ee21d2a9f0c42299c92ec161df079bacb5dd58e581155f0b2e4fc7b318319d2 -eo pid,comm [Pipeline] { [Pipeline] sh 16:34:35 + go version 16:34:35 go version go1.18.7 linux/arm64 [Pipeline] } 16:34:35 $ docker stop --time=1 5ee21d2a9f0c42299c92ec161df079bacb5dd58e581155f0b2e4fc7b318319d2 16:34:37 $ docker rm -f --volumes 5ee21d2a9f0c42299c92ec161df079bacb5dd58e581155f0b2e4fc7b318319d2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:34:38 + docker inspect -f . ci-base-image-arm64 16:34:38 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 16:34:38 prd-ubuntu20.04-docker-arm64-4c-16g-7753 does not seem to be running inside a container 16:34:38 $ 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 ******** -e ******** ci-base-image-arm64 cat 16:34:40 $ docker top 3474e92dd602b70c67917782b1af73633ddf9d3bfe1d120f6eb1a14ac0d8daa8 -eo pid,comm [Pipeline] { [Pipeline] sh 16:34:41 + git config --global --add safe.directory /w/workspace/device-usb-camera/1 [Pipeline] fileExists [Pipeline] sh 16:34:42 + make test 16:34:42 go test ./... -coverprofile=coverage.out ./... 16:34:45 ? github.com/edgexfoundry/device-usb-camera [no test files] 16:36:21 ? github.com/edgexfoundry/device-usb-camera/cmd [no test files] 16:36:21 ok github.com/edgexfoundry/device-usb-camera/internal/driver 0.067s coverage: 1.9% of statements 16:36:22 WARNING: Linting skipped (not on x86_64 or linter not installed) 16:36:22 go vet ./... 16:36:48 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 16:36:48 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 16:36:48 ./bin/test-attribution-txt.sh 16:36:48 An attribution for golang.org/x/mod is missing from Attribution.txt, please add 16:36:48 An attribution for golang.org/x/tools is missing from Attribution.txt, please add [Pipeline] echo 16:36:48 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 16:36:48 $ docker stop --time=1 3474e92dd602b70c67917782b1af73633ddf9d3bfe1d120f6eb1a14ac0d8daa8 16:36:50 $ docker rm -f --volumes 3474e92dd602b70c67917782b1af73633ddf9d3bfe1d120f6eb1a14ac0d8daa8 [Pipeline] // withDockerContainer [Pipeline] sh 16:36:51 + sudo chown -R jenkins:jenkins . [Pipeline] stash 16:36:51 Warning: overwriting stash ‘coverage-report’ 16:36:52 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 16:36:52 + sudo chown -R jenkins:jenkins . [Pipeline] sh 16:36:53 + ls -al . 16:36:53 total 192 16:36:53 drwxrwxr-x 9 jenkins jenkins 4096 Feb 28 16:34 . 16:36:53 drwxrwxr-x 4 jenkins jenkins 4096 Feb 28 16:32 .. 16:36:53 drwxrwxr-x 8 jenkins jenkins 4096 Feb 28 16:32 .git 16:36:53 drwxrwxr-x 3 jenkins jenkins 4096 Feb 28 16:32 .github 16:36:53 -rw-rw-r-- 1 jenkins jenkins 414 Feb 28 16:32 .gitignore 16:36:53 -rw-rw-r-- 1 jenkins jenkins 42 Feb 28 16:32 .golangci.yml 16:36:53 -rw-rw-r-- 1 jenkins jenkins 77 Feb 28 16:32 .hadolint.yml 16:36:53 -rw-rw-r-- 1 jenkins jenkins 9442 Feb 28 16:32 Attribution.txt 16:36:53 -rw-rw-r-- 1 jenkins jenkins 6219 Feb 28 16:32 CHANGELOG.md 16:36:53 -rw-rw-r-- 1 jenkins jenkins 2328 Feb 28 16:32 Dockerfile 16:36:53 -rw-rw-r-- 1 jenkins jenkins 678 Feb 28 16:32 GOVERNANCE.md 16:36:53 -rw-rw-r-- 1 jenkins jenkins 659 Feb 28 16:32 Jenkinsfile 16:36:53 -rw-rw-r-- 1 jenkins jenkins 11348 Feb 28 16:32 LICENSE 16:36:53 -rw-rw-r-- 1 jenkins jenkins 2329 Feb 28 16:32 Makefile 16:36:53 -rw-rw-r-- 1 jenkins jenkins 622 Feb 28 16:32 OWNERS.md 16:36:53 -rw-rw-r-- 1 jenkins jenkins 5934 Feb 28 16:32 README.md 16:36:53 -rw-rw-r-- 1 jenkins jenkins 5 Feb 28 16:28 VERSION 16:36:53 drwxrwxr-x 2 jenkins jenkins 4096 Feb 28 16:32 bin 16:36:53 drwxrwxr-x 3 jenkins jenkins 4096 Feb 28 16:32 cmd 16:36:53 -rw-r--r-- 1 jenkins jenkins 30666 Feb 28 16:36 coverage.out 16:36:53 -rwxrwxr-x 1 jenkins jenkins 140 Feb 28 16:32 docker-entrypoint.sh 16:36:53 drwxrwxr-x 4 jenkins jenkins 4096 Feb 28 16:32 docs 16:36:53 -rw-rw-r-- 1 jenkins jenkins 3486 Feb 28 16:32 go.mod 16:36:53 -rw-rw-r-- 1 jenkins jenkins 33526 Feb 28 16:32 go.sum 16:36:53 drwxrwxr-x 3 jenkins jenkins 4096 Feb 28 16:32 internal 16:36:53 drwxrwxr-x 4 jenkins jenkins 4096 Feb 28 16:32 snap 16:36:53 -rw-rw-r-- 1 jenkins jenkins 231 Feb 28 16:32 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:36:53 + 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=60114fcb52e492eb1caf1589cb2d0a0e0216f871 --label arch=arm64 --label version=0.0.0 . 16:36:53 Sending build context to Docker daemon 1.187MB 16:36:53 Step 1/35 : ARG BASE=golang:1.18-alpine3.16 16:36:53 Step 2/35 : FROM ${BASE} AS builder 16:36:53 ---> 2d2884db86da 16:36:53 Step 3/35 : ARG ADD_BUILD_TAGS="" 16:36:54 ---> Running in b0e5c0544def 16:36:54 Removing intermediate container b0e5c0544def 16:36:54 ---> 7f614a09834e 16:36:54 Step 4/35 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 16:36:54 ---> Running in c3cefb20f3fe 16:36:54 Removing intermediate container c3cefb20f3fe 16:36:54 ---> 90d1daab80a8 16:36:54 Step 5/35 : ARG ALPINE_PKG_BASE="make git gcc libc-dev curl" 16:36:54 ---> Running in 447604d85fdc 16:36:55 Removing intermediate container 447604d85fdc 16:36:55 ---> 073edf744a52 16:36:55 Step 6/35 : ARG ALPINE_PKG_EXTRA="v4l-utils-dev v4l-utils v4l-utils-libs linux-headers" 16:36:55 ---> Running in f9bff104497d 16:36:55 Removing intermediate container f9bff104497d 16:36:55 ---> cbf2e8f70c28 16:36:55 Step 7/35 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 16:36:55 ---> Running in 74f0e6900e17 16:36:56 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 16:36:56 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 16:36:57 OK: 228 MiB in 65 packages 16:36:58 Removing intermediate container 74f0e6900e17 16:36:58 ---> 52553062c9dd 16:36:58 Step 8/35 : WORKDIR /device-usb-camera 16:36:58 ---> Running in ea5980ab58a4 16:36:59 Removing intermediate container ea5980ab58a4 16:36:59 ---> e76ecb07611a 16:36:59 Step 9/35 : COPY go.mod vendor* ./ 16:36:59 ---> dd4d3ffdc986 16:36:59 Step 10/35 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 16:36:59 ---> Running in 0eba47a19c49 16:37:02 Removing intermediate container 0eba47a19c49 16:37:02 ---> 45999c4799d4 16:37:02 Step 11/35 : COPY . . 16:37:03 ---> a95aafa5345f 16:37:03 Step 12/35 : RUN curl -o LICENSE-rtsp-simple-server https://raw.githubusercontent.com/aler9/rtsp-simple-server/main/LICENSE 16:37:03 ---> Running in 2164faa42133 16:37:04  % Total % Received % Xferd Average Speed Time Time Time Current 16:37:04 Dload Upload Total Spent Left Speed 16:37:04 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 1062 100 1062 0 0 13153 0 --:--:-- --:--:-- --:--:-- 13275 16:37:05 Removing intermediate container 2164faa42133 16:37:05 ---> 486df95f2018 16:37:05 Step 13/35 : RUN ${MAKE} 16:37:05 ---> Running in f97a4a507d3b 16:37:05 go build -tags "" -ldflags "-X github.com/edgexfoundry/device-usb-camera.Version=0.0.0" -trimpath -mod=readonly -o cmd/device-usb-camera ./cmd 16:39:27 Removing intermediate container f97a4a507d3b 16:39:27 ---> 853b88bff893 16:39:27 Step 14/35 : FROM aler9/rtsp-simple-server:v0.18.4 AS rtsp 16:39:27 v0.18.4: Pulling from aler9/rtsp-simple-server 16:39:27 eab2503cf8f4: Pulling fs layer 16:39:27 97cd0a44c592: Pulling fs layer 16:39:27 97cd0a44c592: Download complete 16:39:27 eab2503cf8f4: Verifying Checksum 16:39:27 eab2503cf8f4: Download complete 16:39:27 eab2503cf8f4: Pull complete 16:39:27 97cd0a44c592: Pull complete 16:39:27 Digest: sha256:1453d1d853d0ebdb57f9d2cbebc75114a1174f7b08edc414400166566d9ff563 16:39:27 Status: Downloaded newer image for aler9/rtsp-simple-server:v0.18.4 16:39:27 ---> 7f763cca56b3 16:39:27 Step 15/35 : FROM alpine:3.16 16:39:27 3.16: Pulling from library/alpine 16:39:27 3760b48202b3: Pulling fs layer 16:39:27 3760b48202b3: Verifying Checksum 16:39:27 3760b48202b3: Download complete 16:39:27 3760b48202b3: Pull complete 16:39:27 Digest: sha256:1bd67c81e4ad4b8f4a5c1c914d7985336f130e5cefb3e323654fd09d6bcdbbe2 16:39:27 Status: Downloaded newer image for alpine:3.16 16:39:27 ---> 4c81e5bf8899 16:39:27 Step 16/35 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel Corporation' 16:39:27 ---> Running in 5cf578a2187b 16:39:28 Removing intermediate container 5cf578a2187b 16:39:28 ---> 180cd42db084 16:39:28 Step 17/35 : RUN apk add --update --no-cache dumb-init ffmpeg udev 16:39:28 ---> Running in 29363ee27d8d 16:39:29 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 16:39:29 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 16:39:30 (1/79) Installing dumb-init (1.2.5-r1) 16:39:30 (2/79) Installing sdl2 (2.0.22-r0) 16:39:30 (3/79) Installing libxau (1.0.9-r0) 16:39:30 (4/79) Installing libxdmcp (1.1.3-r0) 16:39:30 (5/79) Installing libxcb (1.15-r0) 16:39:30 (6/79) Installing libx11 (1.8-r0) 16:39:30 (7/79) Installing aom-libs (3.3.0-r0) 16:39:30 (8/79) Installing alsa-lib (1.2.7.2-r0) 16:39:30 (9/79) Installing expat (2.5.0-r0) 16:39:31 (10/79) Installing brotli-libs (1.0.9-r6) 16:39:31 (11/79) Installing libbz2 (1.0.8-r1) 16:39:31 (12/79) Installing libpng (1.6.37-r1) 16:39:31 (13/79) Installing freetype (2.12.1-r0) 16:39:31 (14/79) Installing fontconfig (2.14.0-r0) 16:39:31 (15/79) Installing fribidi (1.0.12-r0) 16:39:31 (16/79) Installing libffi (3.4.2-r1) 16:39:31 (17/79) Installing libintl (0.21-r2) 16:39:31 (18/79) Installing libblkid (2.38-r1) 16:39:31 (19/79) Installing libmount (2.38-r1) 16:39:31 (20/79) Installing pcre (8.45-r2) 16:39:31 (21/79) Installing glib (2.72.1-r0) 16:39:31 (22/79) Installing graphite2 (1.3.14-r1) 16:39:31 (23/79) Installing harfbuzz (4.3.0-r0) 16:39:31 (24/79) Installing libass (0.16.0-r0) 16:39:31 (25/79) Installing libdav1d (1.0.0-r0) 16:39:31 (26/79) Installing libdrm (2.4.110-r0) 16:39:31 (27/79) Installing gmp (6.2.1-r2) 16:39:31 (28/79) Installing nettle (3.7.3-r0) 16:39:31 (29/79) Installing p11-kit (0.24.1-r0) 16:39:31 (30/79) Installing libtasn1 (4.18.0-r1) 16:39:31 (31/79) Installing libunistring (1.0-r0) 16:39:31 (32/79) Installing gnutls (3.7.7-r1) 16:39:31 (33/79) Installing ncurses-terminfo-base (6.3_p20220521-r0) 16:39:31 (34/79) Installing ncurses-libs (6.3_p20220521-r0) 16:39:31 (35/79) Installing lame (3.100-r0) 16:39:31 (36/79) Installing opus (1.3.1-r1) 16:39:31 (37/79) Installing libasyncns (0.8-r1) 16:39:31 (38/79) Installing dbus-libs (1.14.4-r0) 16:39:31 (39/79) Installing libltdl (2.4.7-r0) 16:39:31 (40/79) Installing orc (0.4.32-r0) 16:39:31 (41/79) Installing libgcc (11.2.1_git20220219-r2) 16:39:31 (42/79) Installing libogg (1.3.5-r1) 16:39:31 (43/79) Installing libstdc++ (11.2.1_git20220219-r2) 16:39:31 (44/79) Installing flac (1.3.4-r0) 16:39:31 (45/79) Installing libvorbis (1.3.7-r0) 16:39:31 (46/79) Installing libsndfile (1.1.0-r0) 16:39:31 (47/79) Installing libgomp (11.2.1_git20220219-r2) 16:39:31 (48/79) Installing soxr (0.1.3-r2) 16:39:31 (49/79) Installing speexdsp (1.2.0-r0) 16:39:31 (50/79) Installing tdb-libs (1.4.6-r0) 16:39:31 (51/79) Installing libpulse (15.0-r2) 16:39:31 (52/79) Installing cjson (1.7.15-r3) 16:39:31 (53/79) Installing mbedtls (2.28.2-r0) 16:39:31 (54/79) Installing librist (0.2.6-r1) 16:39:31 (55/79) Installing libsrt (1.4.4-r0) 16:39:31 (56/79) Installing libssh (0.9.6-r1) 16:39:31 (57/79) Installing libtheora (1.1.1-r16) 16:39:31 (58/79) Installing libjpeg-turbo (2.1.3-r1) 16:39:31 (59/79) Installing v4l-utils-libs (1.22.1-r1) 16:39:32 (60/79) Installing libxext (1.3.4-r0) 16:39:32 (61/79) Installing libxfixes (6.0.0-r0) 16:39:32 (62/79) Installing wayland-libs-client (1.20.0-r0) 16:39:32 (63/79) Installing libva (2.14.0-r0) 16:39:32 (64/79) Installing libvdpau (1.5-r0) 16:39:32 (65/79) Installing vidstab (1.1.0-r1) 16:39:32 (66/79) Installing libvpx (1.11.0-r1) 16:39:32 (67/79) Installing libwebp (1.2.3-r0) 16:39:32 (68/79) Installing x264-libs (0.163_git20210613-r0) 16:39:32 (69/79) Installing numactl (2.0.14-r0) 16:39:32 (70/79) Installing x265-libs (3.5-r3) 16:39:32 (71/79) Installing xvidcore (1.3.7-r1) 16:39:32 (72/79) Installing ffmpeg-libs (5.0.1-r1) 16:39:33 (73/79) Installing ffmpeg (5.0.1-r1) 16:39:33 (74/79) Installing udev-init-scripts (35-r0) 16:39:33 Executing udev-init-scripts-35-r0.post-install 16:39:33 (75/79) Installing eudev-libs (3.2.11-r0) 16:39:33 (76/79) Installing xz-libs (5.2.5-r1) 16:39:33 (77/79) Installing zstd-libs (1.5.2-r1) 16:39:33 (78/79) Installing kmod-libs (29-r2) 16:39:33 (79/79) Installing eudev (3.2.11-r0) 16:39:33 Executing busybox-1.35.0-r17.trigger 16:39:33 Executing eudev-3.2.11-r0.trigger 16:39:33 OK: 77 MiB in 93 packages 16:39:36 Removing intermediate container 29363ee27d8d 16:39:36 ---> 114bb9dcae0c 16:39:36 Step 18/35 : WORKDIR / 16:39:36 ---> Running in 425a133e1e1b 16:39:36 Removing intermediate container 425a133e1e1b 16:39:36 ---> e8e6a7456151 16:39:36 Step 19/35 : COPY --from=builder /device-usb-camera/cmd / 16:39:37 ---> 21421483821c 16:39:37 Step 20/35 : COPY --from=builder /device-usb-camera/LICENSE / 16:39:38 ---> 1032243cbcfb 16:39:38 Step 21/35 : COPY --from=builder /device-usb-camera/LICENSE-rtsp-simple-server / 16:39:38 ---> 7dc3f974602e 16:39:38 Step 22/35 : COPY --from=builder /device-usb-camera/Attribution.txt / 16:39:39 ---> 2a56c24182a0 16:39:39 Step 23/35 : COPY --from=builder /device-usb-camera/docker-entrypoint.sh / 16:39:39 ---> 061abf5c685f 16:39:39 Step 24/35 : COPY --from=rtsp /rtsp-simple-server.yml / 16:39:40 ---> 4aff3c72778b 16:39:40 Step 25/35 : COPY --from=rtsp /rtsp-simple-server / 16:39:41 ---> 0ac8d36928a6 16:39:41 Step 26/35 : RUN sed -i 's/rtmpDisable: no/rtmpDisable: yes/g' rtsp-simple-server.yml 16:39:41 ---> Running in 72a174e28ecf 16:39:43 Removing intermediate container 72a174e28ecf 16:39:43 ---> 6cf7dc06d37b 16:39:43 Step 27/35 : RUN sed -i 's/hlsDisable: no/hlsDisable: yes/g' rtsp-simple-server.yml 16:39:43 ---> Running in f010b60d0b3d 16:39:44 Removing intermediate container f010b60d0b3d 16:39:44 ---> 011d1fba9242 16:39:44 Step 28/35 : RUN sed -i 's/protocols: \[udp, multicast, tcp\]/protocols: \[tcp\]/g' rtsp-simple-server.yml 16:39:45 ---> Running in 8bfccfb0a53c 16:39:46 Removing intermediate container 8bfccfb0a53c 16:39:46 ---> aea3f0cbb5c8 16:39:46 Step 29/35 : EXPOSE 59983 16:39:46 ---> Running in 80b0295e66b3 16:39:47 Removing intermediate container 80b0295e66b3 16:39:47 ---> 7b98c91b6ea1 16:39:47 Step 30/35 : EXPOSE 8554 16:39:47 ---> Running in 0ded61eb34f1 16:39:47 Removing intermediate container 0ded61eb34f1 16:39:47 ---> ac5144f17323 16:39:47 Step 31/35 : ENTRYPOINT ["/docker-entrypoint.sh"] 16:39:47 ---> Running in 44bc69ab622f 16:39:47 Removing intermediate container 44bc69ab622f 16:39:47 ---> 9d72c89664f4 16:39:47 Step 32/35 : CMD [ "--configProvider=consul.http://edgex-core-consul:8500", "--registry" ] 16:39:47 ---> Running in 5b4d26916bbd 16:39:47 Removing intermediate container 5b4d26916bbd 16:39:47 ---> 406259d503b0 16:39:47 Step 33/35 : LABEL arch=arm64 16:39:48 ---> Running in 505e5039a240 16:39:48 Removing intermediate container 505e5039a240 16:39:48 ---> 06f2510827ac 16:39:48 Step 34/35 : LABEL git_sha=60114fcb52e492eb1caf1589cb2d0a0e0216f871 16:39:48 ---> Running in ab80b4b586dd 16:39:48 Removing intermediate container ab80b4b586dd 16:39:48 ---> 8411917ac58c 16:39:48 Step 35/35 : LABEL version=0.0.0 16:39:48 ---> Running in 78f4eb05ecb8 16:39:49 Removing intermediate container 78f4eb05ecb8 16:39:49 ---> e55b24250787 16:39:49 [Warning] One or more build-args [ARCH] were not consumed 16:39:49 Successfully built e55b24250787 16:39:49 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 16:39:50 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 16:39:50 16:39:50 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:39:50 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 16:39:50 arm64: Pulling from edgex-lftools-log-publisher 16:39:50 8998bd30e6a1: Pulling fs layer 16:39:50 04944245beec: Pulling fs layer 16:39:50 699f458cf7ca: Pulling fs layer 16:39:50 765212b225bb: Pulling fs layer 16:39:50 f23df028b6ca: Pulling fs layer 16:39:50 d65c8cfc05b1: Pulling fs layer 16:39:50 2437ff75d9bd: Pulling fs layer 16:39:50 765212b225bb: Waiting 16:39:50 f23df028b6ca: Waiting 16:39:50 d65c8cfc05b1: Waiting 16:39:50 2437ff75d9bd: Waiting 16:39:50 04944245beec: Verifying Checksum 16:39:50 04944245beec: Download complete 16:39:50 765212b225bb: Verifying Checksum 16:39:50 765212b225bb: Download complete 16:39:50 f23df028b6ca: Verifying Checksum 16:39:50 f23df028b6ca: Download complete 16:39:50 d65c8cfc05b1: Verifying Checksum 16:39:50 d65c8cfc05b1: Download complete 16:39:51 699f458cf7ca: Verifying Checksum 16:39:51 699f458cf7ca: Download complete 16:39:51 8998bd30e6a1: Download complete 16:39:53 2437ff75d9bd: Verifying Checksum 16:39:53 2437ff75d9bd: Download complete 16:39:55 8998bd30e6a1: Pull complete 16:39:57 04944245beec: Pull complete 16:39:58 699f458cf7ca: Pull complete 16:39:58 765212b225bb: Pull complete 16:39:59 f23df028b6ca: Pull complete 16:39:59 d65c8cfc05b1: Pull complete 16:40:14 2437ff75d9bd: Pull complete 16:40:14 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 16:40:14 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 16:40:14 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 16:40:15 prd-ubuntu20.04-docker-arm64-4c-16g-7753 does not seem to be running inside a container 16:40:15 $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat 16:40:17 $ docker top 9045d2e304b2be4fb549f01c8a891c40fa1581c21dfa6f1e2505214a499b3b00 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 16:40:18 ---> job-cost.sh 16:40:18 lf-activate-venv: SKIPPING 16:40:18 INFO: No Stack... 16:40:19 INFO: Retrieving Pricing Info for: v3-standard-4 16:40:20 INFO: Archiving Costs [Pipeline] sh 16:40:20 + cat /w/workspace/device-usb-camera/1/archives/cost.csv 16:40:20 + cut -d, -f6 [Pipeline] lock 16:40:20 Trying to acquire lock on [jenkins-edgexfoundry-device-usb-camera-PR-161-1-stack-cost] 16:40:20 Resource [jenkins-edgexfoundry-device-usb-camera-PR-161-1-stack-cost] did not exist. Created. 16:40:20 Lock acquired on [jenkins-edgexfoundry-device-usb-camera-PR-161-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 16:40:21 /w/workspace/device-usb-camera/1@tmp/durable-52f3a2b6/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh 16:40:22 + echo total: 0.10999999940395355 [Pipeline] stash 16:40:22 Warning: overwriting stash ‘stack-cost’ 16:40:22 Stashed 1 file(s) [Pipeline] } 16:40:22 Lock released on resource [jenkins-edgexfoundry-device-usb-camera-PR-161-1-stack-cost] [Pipeline] // lock [Pipeline] } 16:40:22 $ docker stop --time=1 9045d2e304b2be4fb549f01c8a891c40fa1581c21dfa6f1e2505214a499b3b00 16:40:23 $ docker rm -f --volumes 9045d2e304b2be4fb549f01c8a891c40fa1581c21dfa6f1e2505214a499b3b00 [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 16:40:24 provisioning config files... 16:40:24 copy managed file [device-usb-camera-codecov-token] to file:/w/workspace/foundry_device-usb-camera_PR-161@tmp/config9392509478129186245tmp [Pipeline] { [Pipeline] sh 16:40:25 + set +x 16:40:25 + curl -s https://codecov.io/bash 16:40:25 + bash -s -- 16:40:25 16:40:25 _____ _ 16:40:25 / ____| | | 16:40:25 | | ___ __| | ___ ___ _____ __ 16:40:25 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 16:40:25 | |___| (_) | (_| | __/ (_| (_) \ V / 16:40:25 \_____\___/ \__,_|\___|\___\___/ \_/ 16:40:25 Bash-1.0.6 16:40:25 16:40:25 16:40:25 ==> git version 2.25.1 found 16:40:25 ==> 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 16:40:25 Release-Date: 2020-01-08 16:40:25 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 16:40:25 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 16:40:25 ==> Jenkins CI detected. 16:40:25 current dir:  /w/workspace/foundry_device-usb-camera_PR-161 16:40:25 project root: . 16:40:25 --> token set from env 16:40:25 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 16:40:25 ==> Running gcov in . (disable via -X gcov) 16:40:25 ==> Python coveragepy not found 16:40:25 ==> Searching for coverage reports in: 16:40:25 + . 16:40:25 -> Found 1 reports 16:40:25 ==> Detecting git/mercurial file structure 16:40:25 ==> Reading reports 16:40:25 + ./coverage.out bytes=30666 16:40:25 ==> Appending adjustments 16:40:25 https://docs.codecov.io/docs/fixing-reports 16:40:25 + Found adjustments 16:40:25 ==> Gzipping contents 16:40:25 8.0K /tmp/codecov.PRQmFM.gz 16:40:25 ==> Uploading reports 16:40:25 url: https://codecov.io 16:40:25 query: branch=PR-161&commit=60114fcb52e492eb1caf1589cb2d0a0e0216f871&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-usb-camera%2Fjob%2FPR-161%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-usb-camera&service=jenkins&flags=&pr=161&job=&cmd_args= 16:40:25 -> Pinging Codecov 16:40:25 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=6df5b310-220c-4ff1-ad85-d7a32441f080&branch=PR-161&commit=60114fcb52e492eb1caf1589cb2d0a0e0216f871&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-usb-camera%2Fjob%2FPR-161%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-usb-camera&service=jenkins&flags=&pr=161&job=&cmd_args= 16:40:25 -> Uploading to 16:40:25 https://storage.googleapis.com/codecov/v4/raw/2023-02-28/73D8F5FF140700D3E01443B452E23636/60114fcb52e492eb1caf1589cb2d0a0e0216f871/157499d9-0fce-4df6-8900-0b1e59ff419c.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230228%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230228T164025Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=a18b476a392593964b18a73f83a38c3269c8940ddf769789d10fdb01fb160ad8 16:40:25 % Total % Received % Xferd Average Speed Time Time Time Current 16:40:25 Dload Upload Total Spent Left Speed 16:40:26 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 4290 0 0 100 4290 0 14947 --:--:-- --:--:-- --:--:-- 14947 16:40:26 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-usb-camera/commit/60114fcb52e492eb1caf1589cb2d0a0e0216f871 [Pipeline] } 16:40:26 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 16:40:27 + [ -d /w/workspace/foundry_device-usb-camera_PR-161/archives ] 16:40:27 + ls -al /w/workspace/foundry_device-usb-camera_PR-161/archives 16:40:27 total 16 16:40:27 drwxr-xr-x 3 root root 4096 Feb 28 16:30 . 16:40:27 drwxrwxr-x 11 jenkins jenkins 4096 Feb 28 16:30 .. 16:40:27 drwxr-xr-x 2 root root 4096 Feb 28 16:30 cost 16:40:27 -rw-r--r-- 1 root root 89 Feb 28 16:30 cost.csv 16:40:27 + sudo chown -R jenkins:jenkins /w/workspace/foundry_device-usb-camera_PR-161/archives 16:40:27 + ls -al /w/workspace/foundry_device-usb-camera_PR-161/archives 16:40:27 total 16 16:40:27 drwxr-xr-x 3 jenkins jenkins 4096 Feb 28 16:30 . 16:40:27 drwxrwxr-x 11 jenkins jenkins 4096 Feb 28 16:30 .. 16:40:27 drwxr-xr-x 2 jenkins jenkins 4096 Feb 28 16:30 cost 16:40:27 -rw-r--r-- 1 jenkins jenkins 89 Feb 28 16:30 cost.csv [Pipeline] libraryResource [Pipeline] sh 16:40:28 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 16:40:29 ---> package-listing.sh 16:40:29 ++ facter osfamily 16:40:29 ++ tr '[:upper:]' '[:lower:]' 16:40:29 + OS_FAMILY=debian 16:40:29 + workspace=/w/workspace/foundry_device-usb-camera_PR-161 16:40:29 + START_PACKAGES=/tmp/packages_start.txt 16:40:29 + END_PACKAGES=/tmp/packages_end.txt 16:40:29 + DIFF_PACKAGES=/tmp/packages_diff.txt 16:40:29 + PACKAGES=/tmp/packages_start.txt 16:40:29 + '[' /w/workspace/foundry_device-usb-camera_PR-161 ']' 16:40:29 + PACKAGES=/tmp/packages_end.txt 16:40:29 + case "${OS_FAMILY}" in 16:40:29 + dpkg -l 16:40:29 + grep '^ii' 16:40:29 + '[' -f /tmp/packages_start.txt ']' 16:40:29 + '[' -f /tmp/packages_end.txt ']' 16:40:29 + diff /tmp/packages_start.txt /tmp/packages_end.txt 16:40:29 + '[' /w/workspace/foundry_device-usb-camera_PR-161 ']' 16:40:29 + mkdir -p /w/workspace/foundry_device-usb-camera_PR-161/archives/ 16:40:29 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/foundry_device-usb-camera_PR-161/archives/ [Pipeline] echo 16:40:29 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-161/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 16:40:29 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:40:30 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 16:40:30 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 16:40:30 prd-ubuntu20.04-docker-8c-8g-7752 does not seem to be running inside a container 16:40:30 $ 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-161/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-161 -v /w/workspace/foundry_device-usb-camera_PR-161:/w/workspace/foundry_device-usb-camera_PR-161:rw,z -v /w/workspace/foundry_device-usb-camera_PR-161@tmp:/w/workspace/foundry_device-usb-camera_PR-161@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 16:40:30 $ docker top 5011e71edd49707cee574c3c9ed87f7829ee2636023c182e54893c6352f77cf9 -eo pid,comm [Pipeline] { [Pipeline] sh 16:40:31 + touch /tmp/pre-build-complete [Pipeline] sh 16:40:31 + mkdir -p /var/log/sysstat [Pipeline] sh 16:40:31 + ls /var/log/sa-host 16:40:31 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 16:40:31 provisioning config files... 16:40:31 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/foundry_device-usb-camera_PR-161@tmp/config7701455808652194770tmp [Pipeline] { [Pipeline] echo 16:40:31 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 16:40:32 ---> create-netrc.sh [Pipeline] } 16:40:32 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 16:40:32 ---> python-tools-install.sh [Pipeline] echo 16:40:32 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 16:40:33 ---> sudo-logs.sh 16:40:33 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 16:40:33 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 16:40:33 ---> job-cost.sh 16:40:33 lf-activate-venv: SKIPPING 16:40:33 DEBUG: total: 0.2199999988079071 16:40:33 INFO: Retrieving Stack Cost... 16:40:33 INFO: Retrieving Pricing Info for: v3-standard-8 16:40:34 INFO: Archiving Costs [Pipeline] echo 16:40:34 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 16:40:34 ---> logs-deploy.sh 16:40:34 lf-activate-venv: SKIPPING 16:40:34 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-usb-camera/PR-161/1 16:40:34 INFO: archiving workspace using pattern(s): 16:40:35 Archives upload complete. 16:40:35 INFO: archiving logs to Nexus