Pull request #175 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 MonicaisHer for edgexfoundry/device-usb-camera Obtained Jenkinsfile from e5ee64b17ecb7f3a4d2b4e44663483bcc1e91f17+3323a63d0afd632e576abad22becd63271ca5b86 (15e879fa06d2d0cdeeb632586b80c050907b8665) 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-ssh16546636705380801439.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-ssh7213176763814601878.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-175/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-175/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh843745183855450839.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-175/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh17501049071363111442.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-ssh7007042174385661673.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-175/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-175/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh11780902021179202643.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-9503’ Running on prd-ubuntu20.04-docker-8c-8g-9505 in /w/workspace/foundry_device-usb-camera_PR-175 [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-175 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-usb-camera.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-usb-camera.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/main commit 3323a63d0afd632e576abad22becd63271ca5b86 into PR head commit e5ee64b17ecb7f3a4d2b4e44663483bcc1e91f17 Merge succeeded, producing e5ee64b17ecb7f3a4d2b4e44663483bcc1e91f17 Checking out Revision e5ee64b17ecb7f3a4d2b4e44663483bcc1e91f17 (PR-175) > 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/175/head:refs/remotes/origin/PR-175 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f e5ee64b17ecb7f3a4d2b4e44663483bcc1e91f17 # 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 3323a63d0afd632e576abad22becd63271ca5b86 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f e5ee64b17ecb7f3a4d2b4e44663483bcc1e91f17 # timeout=10 Commit message: "feat(snap): Override variable 'Device.ProvisionWatchersDir'" 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:59:19 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 16:59:19 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 16:59:20 ========================================================= 16:59:20 EdgeX Global Pipelines Version Info 16:59:20 ========================================================= [Pipeline] libraryResource [Pipeline] sh 16:59:20 ------------------- 16:59:20 stable info: 16:59:20 ------------------- 16:59:20 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 16:59:20 Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 16:59:20 Message: update stable to v1.0.244 16:59:21 ------------------- 16:59:21 experimental info: 16:59:21 ------------------- 16:59:21 Commited By: **** collab-it+edgex@linuxfoundation.org 16:59:21 Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 16:59:21 Message: update experimental to v1.0.244 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 16:59:21 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-usb-camera-settings [Pipeline] echo 16:59:21 [edgeXSetupEnvironment]: set envvar PROJECT = device-usb-camera [Pipeline] echo 16:59:21 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 16:59:21 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 16:59:21 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 16:59:21 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo 16:59:21 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 16:59:21 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 16:59:22 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 16:59:22 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 16:59:22 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 16:59:22 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-usb-camera [Pipeline] echo 16:59:22 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 16:59:22 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 16:59:22 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 16:59:22 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 16:59:22 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 16:59:22 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 16:59:22 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 16:59:22 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 16:59:22 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 16:59:22 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 16:59:22 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 16:59:22 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 16:59:22 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 16:59:22 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 16:59:22 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 16:59:22 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-175 [Pipeline] echo 16:59:22 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-175 [Pipeline] echo 16:59:22 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-175 [Pipeline] echo 16:59:22 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = e5ee64b17ecb7f3a4d2b4e44663483bcc1e91f17 [Pipeline] echo 16:59:22 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = e5ee64b [Pipeline] echo 16:59:22 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 16:59:23 provisioning config files... 16:59:23 copy managed file [device-usb-camera-settings] to file:/w/workspace/foundry_device-usb-camera_PR-175@tmp/config1104230106770815637tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 16:59:23 ---> docker-login.sh 16:59:23 nexus3.edgexfoundry.org:10001 16:59:23 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:59:23 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:59:23 Configure a credential helper to remove this warning. See 16:59:23 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:59:23 16:59:23 Login Succeeded 16:59:23 nexus3.edgexfoundry.org:10002 16:59:23 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:59:23 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:59:23 Configure a credential helper to remove this warning. See 16:59:23 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:59:23 16:59:23 Login Succeeded 16:59:23 nexus3.edgexfoundry.org:10003 16:59:23 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:59:23 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:59:23 Configure a credential helper to remove this warning. See 16:59:23 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:59:23 16:59:23 Login Succeeded 16:59:23 nexus3.edgexfoundry.org:10004 16:59:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:59:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:59:24 Configure a credential helper to remove this warning. See 16:59:24 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:59:24 16:59:24 Login Succeeded 16:59:24 docker.io 16:59:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:59:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:59:24 Configure a credential helper to remove this warning. See 16:59:24 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:59:24 16:59:24 Login Succeeded 16:59:24 ---> docker-login.sh ends [Pipeline] } 16:59:24 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 16:59:25 + git rev-list -1 --merges e5ee64b17ecb7f3a4d2b4e44663483bcc1e91f17~1..e5ee64b17ecb7f3a4d2b4e44663483bcc1e91f17 [Pipeline] echo 16:59:25 -----------> git rev-list -1 --merges e5ee64b17ecb7f3a4d2b4e44663483bcc1e91f17~1..e5ee64b17ecb7f3a4d2b4e44663483bcc1e91f17 e5ee64b17ecb7f3a4d2b4e44663483bcc1e91f17 [false] [Pipeline] sh 16:59:25 + git log --format=format:%s -1 e5ee64b17ecb7f3a4d2b4e44663483bcc1e91f17 [Pipeline] echo 16:59:25 ========================================================= 16:59:25 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 16:59:25 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 16:59:26 + git log --format=format:%s -1 e5ee64b17ecb7f3a4d2b4e44663483bcc1e91f17 [Pipeline] echo 16:59:26 [semverPrep] GIT_COMMIT: e5ee64b17ecb7f3a4d2b4e44663483bcc1e91f17, Commit Message: feat(snap): Override variable 'Device.ProvisionWatchersDir' [Pipeline] echo 16:59:26 [semverPrep] This is not a build commit. [Pipeline] sh 16:59:26 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 16:59:26 + grep -v github /etc/ssh/ssh_known_hosts 16:59:26 + [ -e /tmp/ssh_known_hosts ] 16:59:26 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 16:59:26 + + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 16:59:26 sudo tee -a /etc/ssh/ssh_known_hosts 16:59:26 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:59:26 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 16:59:26 16:59:26 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:59:27 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 16:59:27 0.1.4: Pulling from edgex-devops/py-git-semver 16:59:27 b85a868b505f: Pulling fs layer 16:59:27 e2be974225ed: Pulling fs layer 16:59:27 339a4e72a1f5: Pulling fs layer 16:59:27 988bab9f4d93: Pulling fs layer 16:59:27 1469e6f7b9e6: Pulling fs layer 16:59:27 eaf3925da568: Pulling fs layer 16:59:27 bab4dde63d76: Pulling fs layer 16:59:27 bde34c3a00c8: Pulling fs layer 16:59:27 b352a97aabf1: Pulling fs layer 16:59:27 4872d77fe225: Pulling fs layer 16:59:27 5851b861e8e6: Pulling fs layer 16:59:27 4872d77fe225: Waiting 16:59:27 5851b861e8e6: Waiting 16:59:27 bab4dde63d76: Waiting 16:59:27 988bab9f4d93: Waiting 16:59:27 eaf3925da568: Waiting 16:59:27 bde34c3a00c8: Waiting 16:59:27 1469e6f7b9e6: Waiting 16:59:27 b352a97aabf1: Waiting 16:59:27 e2be974225ed: Download complete 16:59:27 988bab9f4d93: Verifying Checksum 16:59:27 988bab9f4d93: Download complete 16:59:27 1469e6f7b9e6: Verifying Checksum 16:59:27 1469e6f7b9e6: Download complete 16:59:27 eaf3925da568: Download complete 16:59:27 339a4e72a1f5: Verifying Checksum 16:59:27 339a4e72a1f5: Download complete 16:59:27 bde34c3a00c8: Verifying Checksum 16:59:27 bde34c3a00c8: Download complete 16:59:27 b352a97aabf1: Verifying Checksum 16:59:27 b352a97aabf1: Download complete 16:59:27 4872d77fe225: Download complete 16:59:27 5851b861e8e6: Download complete 16:59:27 b85a868b505f: Verifying Checksum 16:59:27 b85a868b505f: Download complete 16:59:27 bab4dde63d76: Verifying Checksum 16:59:27 bab4dde63d76: Download complete 16:59:28 b85a868b505f: Pull complete 16:59:29 e2be974225ed: Pull complete 16:59:29 339a4e72a1f5: Pull complete 16:59:29 988bab9f4d93: Pull complete 16:59:29 1469e6f7b9e6: Pull complete 16:59:29 eaf3925da568: Pull complete 16:59:31 bab4dde63d76: Pull complete 16:59:31 bde34c3a00c8: Pull complete 16:59:31 b352a97aabf1: Pull complete 16:59:31 4872d77fe225: Pull complete 16:59:32 5851b861e8e6: Pull complete 16:59:32 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 16:59:32 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 16:59:32 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 16:59:32 prd-ubuntu20.04-docker-8c-8g-9505 does not seem to be running inside a container 16:59:32 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/foundry_device-usb-camera_PR-175 -v /w/workspace/foundry_device-usb-camera_PR-175:/w/workspace/foundry_device-usb-camera_PR-175:rw,z -v /w/workspace/foundry_device-usb-camera_PR-175@tmp:/w/workspace/foundry_device-usb-camera_PR-175@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 16:59:34 $ docker top cc3c06db84d24ce7eedbf254514a4866e21b58c95c2ba2681449d478d7aff239 -eo pid,comm 16:59:34 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:59:34 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 16:59:34 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:59:34 [ssh-agent] Looking for ssh-agent implementation... 16:59:34 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:59:34 $ docker exec cc3c06db84d24ce7eedbf254514a4866e21b58c95c2ba2681449d478d7aff239 ssh-agent 16:59:34 SSH_AUTH_SOCK=/tmp/ssh-ciPEfUwSzGpn/agent.32 16:59:34 SSH_AGENT_PID=38 16:59:34 Running ssh-add (command line suppressed) 16:59:35 Identity added: /w/workspace/foundry_device-usb-camera_PR-175@tmp/private_key_16954977251288877230.key (/w/workspace/foundry_device-usb-camera_PR-175@tmp/private_key_16954977251288877230.key) 16:59:35 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:59:35 + git tag --points-at HEAD [Pipeline] } 16:59:35 $ docker exec --env ******** --env ******** cc3c06db84d24ce7eedbf254514a4866e21b58c95c2ba2681449d478d7aff239 ssh-agent -k 16:59:35 unset SSH_AUTH_SOCK; 16:59:35 unset SSH_AGENT_PID; 16:59:35 echo Agent pid 38 killed; 16:59:35 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 16:59:35 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:59:35 [ssh-agent] Looking for ssh-agent implementation... 16:59:35 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:59:35 $ docker exec cc3c06db84d24ce7eedbf254514a4866e21b58c95c2ba2681449d478d7aff239 ssh-agent 16:59:35 SSH_AUTH_SOCK=/tmp/ssh-Mu3rjRSRBLdd/agent.69 16:59:35 SSH_AGENT_PID=75 16:59:35 Running ssh-add (command line suppressed) 16:59:35 Identity added: /w/workspace/foundry_device-usb-camera_PR-175@tmp/private_key_15714732749679502070.key (/w/workspace/foundry_device-usb-camera_PR-175@tmp/private_key_15714732749679502070.key) 16:59:36 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:59:36 + git semver init 16:59:36 2023-03-09 16:59:36,530 [run_init] DEBUG init version:0.0.0 force:False 16:59:36 2023-03-09 16:59:36,531 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/foundry_device-usb-camera_PR-175/.semver 16:59:36 2023-03-09 16:59:36,532 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-usb-camera.git /w/workspace/foundry_device-usb-camera_PR-175/.semver 16:59:36 2023-03-09 16:59:36,532 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/device-usb-camera.git', '/w/workspace/foundry_device-usb-camera_PR-175/.semver'], cwd=/w/workspace/foundry_device-usb-camera_PR-175, universal_newlines=False, shell=None, istream=None) 16:59:37 2023-03-09 16:59:37,321 [append_file] DEBUG append to file:/w/workspace/foundry_device-usb-camera_PR-175/.git/info/exclude 16:59:37 2023-03-09 16:59:37,321 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/foundry_device-usb-camera_PR-175/.semver/PR-175 with force:False 16:59:37 2023-03-09 16:59:37,322 [write_file] DEBUG write to file:/w/workspace/foundry_device-usb-camera_PR-175/.semver/PR-175 16:59:37 2023-03-09 16:59:37,325 [execute] INFO git cat-file --batch-check 16:59:37 2023-03-09 16:59:37,326 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/foundry_device-usb-camera_PR-175/.semver, universal_newlines=False, shell=None, istream=) 16:59:37 2023-03-09 16:59:37,332 [execute] INFO git cat-file --batch 16:59:37 2023-03-09 16:59:37,333 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/foundry_device-usb-camera_PR-175/.semver, universal_newlines=False, shell=None, istream=) 16:59:37 2023-03-09 16:59:37,338 [read_version] DEBUG read version from /w/workspace/foundry_device-usb-camera_PR-175/.semver/PR-175 16:59:37 0.0.0 [Pipeline] } 16:59:37 $ docker exec --env ******** --env ******** cc3c06db84d24ce7eedbf254514a4866e21b58c95c2ba2681449d478d7aff239 ssh-agent -k 16:59:37 unset SSH_AUTH_SOCK; 16:59:37 unset SSH_AGENT_PID; 16:59:37 echo Agent pid 75 killed; 16:59:37 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 16:59:38 + git semver [Pipeline] } 16:59:38 $ docker stop --time=1 cc3c06db84d24ce7eedbf254514a4866e21b58c95c2ba2681449d478d7aff239 16:59:39 $ docker rm -f --volumes cc3c06db84d24ce7eedbf254514a4866e21b58c95c2ba2681449d478d7aff239 [Pipeline] // withDockerContainer [Pipeline] sh 16:59:40 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 16:59:40 Stashed 1 file(s) [Pipeline] echo 16:59:40 [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:59:40 provisioning config files... 16:59:41 copy managed file [device-usb-camera-settings] to file:/w/workspace/foundry_device-usb-camera_PR-175@tmp/config4753378178541086580tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 16:59:41 ---> docker-login.sh 16:59:41 nexus3.edgexfoundry.org:10001 16:59:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:59:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:59:41 Configure a credential helper to remove this warning. See 16:59:41 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:59:41 16:59:41 Login Succeeded 16:59:41 nexus3.edgexfoundry.org:10002 16:59:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:59:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:59:41 Configure a credential helper to remove this warning. See 16:59:41 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:59:41 16:59:41 Login Succeeded 16:59:41 nexus3.edgexfoundry.org:10003 16:59:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:59:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:59:41 Configure a credential helper to remove this warning. See 16:59:41 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:59:41 16:59:41 Login Succeeded 16:59:41 nexus3.edgexfoundry.org:10004 16:59:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:59:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:59:41 Configure a credential helper to remove this warning. See 16:59:41 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:59:41 16:59:41 Login Succeeded 16:59:41 docker.io 16:59:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:59:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:59:41 Configure a credential helper to remove this warning. See 16:59:41 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:59:41 16:59:41 Login Succeeded 16:59:41 ---> docker-login.sh ends [Pipeline] } 16:59:41 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 16:59:42 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 16:59:42 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 16:59:42 ========================================================= 16:59:42 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] 16:59:42 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:59:42 + 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:59:42 Sending build context to Docker daemon 1.802MB 16:59:42 Step 1/13 : ARG BASE=golang:1.18-alpine3.16 16:59:42 Step 2/13 : FROM ${BASE} AS builder 16:59:42 1.18-alpine: Pulling from edgex-devops/edgex-golang-base 16:59:42 213ec9aee27d: Pulling fs layer 16:59:42 4583459ba037: Pulling fs layer 16:59:42 93c1e223e6f2: Pulling fs layer 16:59:42 53926ce57604: Pulling fs layer 16:59:42 21b2b0c7a3f4: Pulling fs layer 16:59:42 22ff95d597cd: Pulling fs layer 16:59:42 12d6caf4c0d1: Pulling fs layer 16:59:42 96b7cbca73a9: Pulling fs layer 16:59:42 a7acece74701: Pulling fs layer 16:59:42 53926ce57604: Waiting 16:59:42 21b2b0c7a3f4: Waiting 16:59:42 22ff95d597cd: Waiting 16:59:42 12d6caf4c0d1: Waiting 16:59:42 96b7cbca73a9: Waiting 16:59:42 a7acece74701: Waiting 16:59:42 93c1e223e6f2: Verifying Checksum 16:59:42 93c1e223e6f2: Download complete 16:59:42 4583459ba037: Download complete 16:59:42 21b2b0c7a3f4: Download complete 16:59:42 22ff95d597cd: Download complete 16:59:42 213ec9aee27d: Verifying Checksum 16:59:42 213ec9aee27d: Download complete 16:59:42 12d6caf4c0d1: Verifying Checksum 16:59:42 12d6caf4c0d1: Download complete 16:59:42 213ec9aee27d: Pull complete 16:59:43 4583459ba037: Pull complete 16:59:43 93c1e223e6f2: Pull complete 16:59:43 a7acece74701: Verifying Checksum 16:59:43 a7acece74701: Download complete 16:59:43 53926ce57604: Verifying Checksum 16:59:43 53926ce57604: Download complete 16:59:43 96b7cbca73a9: Verifying Checksum 16:59:43 96b7cbca73a9: Download complete 16:59:46 53926ce57604: Pull complete 16:59:46 21b2b0c7a3f4: Pull complete 16:59:46 22ff95d597cd: Pull complete 16:59:46 12d6caf4c0d1: Pull complete 16:59:48 96b7cbca73a9: Pull complete 16:59:49 a7acece74701: Pull complete 16:59:49 Digest: sha256:f6a9ef70c52da88a2ff63a0c6767b24654f9f5185d1d85ca6cc3004fb48f6c2d 16:59:49 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 16:59:49 ---> db6d94c90886 16:59:49 Step 3/13 : ARG ADD_BUILD_TAGS="" 16:59:50 ---> Running in 1c2a4ae42329 16:59:50 Removing intermediate container 1c2a4ae42329 16:59:50 ---> 71e14095bd20 16:59:50 Step 4/13 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 16:59:50 ---> Running in 0658e42cce6d 16:59:51 Removing intermediate container 0658e42cce6d 16:59:51 ---> 311aa841d50a 16:59:51 Step 5/13 : ARG ALPINE_PKG_BASE="make git gcc libc-dev curl" 16:59:51 ---> Running in 9f65a2cac203 16:59:51 Removing intermediate container 9f65a2cac203 16:59:51 ---> cc7d9605b0af 16:59:51 Step 6/13 : ARG ALPINE_PKG_EXTRA="v4l-utils-dev v4l-utils v4l-utils-libs linux-headers" 16:59:51 ---> Running in e5e56d54f0c2 16:59:51 Removing intermediate container e5e56d54f0c2 16:59:51 ---> 0b22a7358051 16:59:51 Step 7/13 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 16:59:51 ---> Running in 032276a9a9bf 16:59:51 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 16:59:51 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 16:59:51 (1/80) Installing mesa (21.3.9-r0) 16:59:51 (2/80) Installing libxau (1.0.9-r0) 16:59:51 (3/80) Installing libxdmcp (1.1.3-r0) 16:59:51 (4/80) Installing libxcb (1.15-r0) 16:59:51 (5/80) Installing libx11 (1.8-r0) 16:59:51 (6/80) Installing libxext (1.3.4-r0) 16:59:51 (7/80) Installing libxfixes (6.0.0-r0) 16:59:51 (8/80) Installing libxxf86vm (1.1.4-r2) 16:59:51 (9/80) Installing libpciaccess (0.16-r0) 16:59:52 (10/80) Installing libdrm (2.4.110-r0) 16:59:52 (11/80) Installing mesa-glapi (21.3.9-r0) 16:59:52 (12/80) Installing libxshmfence (1.3-r1) 16:59:52 (13/80) Installing mesa-gl (21.3.9-r0) 16:59:52 (14/80) Installing icu-data-full (71.1-r2) 16:59:52 (15/80) Installing libice (1.0.10-r0) 16:59:52 (16/80) Installing libuuid (2.38-r1) 16:59:52 (17/80) Installing libsm (1.2.3-r0) 16:59:52 (18/80) Installing libxt (1.2.1-r0) 16:59:52 (19/80) Installing libxmu (1.1.3-r0) 16:59:52 (20/80) Installing xset (1.2.4-r0) 16:59:52 (21/80) Installing xprop (1.2.5-r0) 16:59:52 (22/80) Installing xdg-utils (1.1.3-r3) 16:59:52 (23/80) Installing dbus-libs (1.14.4-r0) 16:59:52 (24/80) Installing libffi (3.4.2-r1) 16:59:52 (25/80) Installing libintl (0.21-r2) 16:59:52 (26/80) Installing libblkid (2.38-r1) 16:59:52 (27/80) Installing libmount (2.38-r1) 16:59:52 (28/80) Installing pcre (8.45-r2) 16:59:52 (29/80) Installing glib (2.72.1-r0) 16:59:52 (30/80) Installing icu-libs (71.1-r2) 16:59:52 (31/80) Installing libpcre2-16 (10.40-r0) 16:59:52 (32/80) Installing zstd-libs (1.5.2-r1) 16:59:52 (33/80) Installing qt5-qtbase (5.15.4_git20220511-r2) 16:59:52 (34/80) Installing hicolor-icon-theme (0.17-r1) 16:59:52 (35/80) Installing wayland-libs-server (1.20.0-r0) 16:59:52 (36/80) Installing mesa-gbm (21.3.9-r0) 16:59:52 (37/80) Installing wayland-libs-client (1.20.0-r0) 16:59:52 (38/80) Installing qt5-qtdeclarative (5.15.4_git20220514-r1) 16:59:52 (39/80) Installing libxcomposite (0.4.5-r0) 16:59:52 (40/80) Installing libbz2 (1.0.8-r1) 16:59:52 (41/80) Installing libpng (1.6.37-r1) 16:59:52 (42/80) Installing freetype (2.12.1-r0) 16:59:52 (43/80) Installing fontconfig (2.14.0-r0) 16:59:52 (44/80) Installing wayland-libs-cursor (1.20.0-r0) 16:59:52 (45/80) Installing wayland-libs-egl (1.20.0-r0) 16:59:52 (46/80) Installing xkeyboard-config (2.35.1-r0) 16:59:52 (47/80) Installing xz-libs (5.2.5-r1) 16:59:52 (48/80) Installing libxml2 (2.9.14-r2) 16:59:52 (49/80) Installing libxkbcommon (1.4.1-r0) 16:59:52 (50/80) Installing qt5-qtwayland (5.15.4_git20220511-r0) 16:59:52 (51/80) Installing mesa-egl (21.3.9-r0) 16:59:52 (52/80) Installing avahi-libs (0.8-r6) 16:59:52 (53/80) Installing nettle (3.7.3-r0) 16:59:52 (54/80) Installing p11-kit (0.24.1-r0) 16:59:52 (55/80) Installing libtasn1 (4.18.0-r1) 16:59:52 (56/80) Installing libunistring (1.0-r0) 16:59:52 (57/80) Installing gnutls (3.7.7-r1) 16:59:52 (58/80) Installing cups-libs (2.4.2-r0) 16:59:52 (59/80) Installing graphite2 (1.3.14-r1) 16:59:52 (60/80) Installing harfbuzz (4.3.0-r0) 16:59:52 (61/80) Installing libevdev (1.12.1-r0) 16:59:52 (62/80) Installing mtdev (1.1.6-r0) 16:59:52 (63/80) Installing eudev-libs (3.2.11-r0) 16:59:52 (64/80) Installing libinput-libs (1.20.1-r0) 16:59:52 (65/80) Installing libjpeg-turbo (2.1.3-r1) 16:59:52 (66/80) Installing xcb-util-wm (0.4.1-r1) 16:59:52 (67/80) Installing xcb-util (0.4.0-r3) 16:59:52 (68/80) Installing xcb-util-image (0.4.0-r1) 16:59:52 (69/80) Installing xcb-util-keysyms (0.4.0-r1) 16:59:52 (70/80) Installing xcb-util-renderutil (0.3.9-r1) 16:59:52 (71/80) Installing libxkbcommon-x11 (1.4.1-r0) 16:59:52 (72/80) Installing qt5-qtbase-x11 (5.15.4_git20220511-r2) 16:59:53 (73/80) Installing v4l-utils-libs (1.22.1-r1) 16:59:53 (74/80) Installing v4l-utils (1.22.1-r1) 16:59:53 (75/80) Installing udev-init-scripts (35-r0) 16:59:53 Executing udev-init-scripts-35-r0.post-install 16:59:53 (76/80) Installing kmod-libs (29-r2) 16:59:53 (77/80) Installing eudev (3.2.11-r0) 16:59:53 (78/80) Installing eudev-dev (3.2.11-r0) 16:59:53 (79/80) Installing v4l-utils-dvbv5 (1.22.1-r1) 16:59:53 (80/80) Installing v4l-utils-dev (1.22.1-r1) 16:59:53 Executing busybox-1.35.0-r17.trigger 16:59:53 Executing eudev-3.2.11-r0.trigger 16:59:53 OK: 331 MiB in 131 packages 16:59:55 Still waiting to schedule task 16:59:55 Waiting for next available executor on ‘prd-ubuntu20.04-docker-arm64-4c-16g-9504’ 16:59:56 Removing intermediate container 032276a9a9bf 16:59:56 ---> f87189473868 16:59:56 Step 8/13 : WORKDIR /device-usb-camera 16:59:56 ---> Running in 69a621722e1b 16:59:56 Removing intermediate container 69a621722e1b 16:59:56 ---> 499b84b18522 16:59:56 Step 9/13 : COPY go.mod vendor* ./ 16:59:56 ---> 1d2ca6caa5c9 16:59:56 Step 10/13 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 16:59:56 ---> Running in 2c42d172046a 17:01:04 Removing intermediate container 2c42d172046a 17:01:04 ---> 4eb774337ac7 17:01:04 Step 11/13 : COPY . . 17:01:04 ---> d6cd03b3b675 17:01:04 Step 12/13 : RUN curl -o LICENSE-rtsp-simple-server https://raw.githubusercontent.com/aler9/rtsp-simple-server/main/LICENSE 17:01:04 ---> Running in c3df4eac055c 17:01:04  % Total % Received % Xferd Average Speed Time Time Time Current 17:01:04 Dload Upload Total Spent Left Speed 17:01:04 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 1062 100 1062 0 0 9165 0 --:--:-- --:--:-- --:--:-- 9234 17:01:04 Removing intermediate container c3df4eac055c 17:01:04 ---> 9a4130a0d46e 17:01:04 Step 13/13 : RUN ${MAKE} 17:01:04 ---> Running in 2e5466572f8b 17:01:04 noop 17:01:04 Removing intermediate container 2e5466572f8b 17:01:04 ---> 35c0a9217c51 17:01:04 Successfully built 35c0a9217c51 17:01:04 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:01:04 + docker inspect -f . ci-base-image-x86_64 17:01:04 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 17:01:04 prd-ubuntu20.04-docker-8c-8g-9505 does not seem to be running inside a container 17:01:04 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/foundry_device-usb-camera_PR-175 -v /w/workspace/foundry_device-usb-camera_PR-175:/w/workspace/foundry_device-usb-camera_PR-175:rw,z -v /w/workspace/foundry_device-usb-camera_PR-175@tmp:/w/workspace/foundry_device-usb-camera_PR-175@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 17:01:04 $ docker top 68bb33d85a958593478ebc00e20ec5db5555b583231e4bcadc3eac6a91969a5f -eo pid,comm [Pipeline] { [Pipeline] sh 17:01:05 + go version 17:01:05 go version go1.18.7 linux/amd64 [Pipeline] } 17:01:05 $ docker stop --time=1 68bb33d85a958593478ebc00e20ec5db5555b583231e4bcadc3eac6a91969a5f 17:01:06 $ docker rm -f --volumes 68bb33d85a958593478ebc00e20ec5db5555b583231e4bcadc3eac6a91969a5f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:01:07 + docker inspect -f . ci-base-image-x86_64 17:01:07 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 17:01:07 prd-ubuntu20.04-docker-8c-8g-9505 does not seem to be running inside a container 17:01:07 $ 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-175 -v /w/workspace/foundry_device-usb-camera_PR-175:/w/workspace/foundry_device-usb-camera_PR-175:rw,z -v /w/workspace/foundry_device-usb-camera_PR-175@tmp:/w/workspace/foundry_device-usb-camera_PR-175@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 17:01:08 $ docker top 95c5256f7f2a76e1bbff83b6bd3e7bac6ba1a91826bdb067a2605dd47ed2db92 -eo pid,comm [Pipeline] { [Pipeline] sh 17:01:08 + git config --global --add safe.directory /w/workspace/foundry_device-usb-camera_PR-175 [Pipeline] fileExists [Pipeline] sh 17:01:09 + make test 17:01:09 go test ./... -coverprofile=coverage.out ./... 17:01:09 ? github.com/edgexfoundry/device-usb-camera [no test files] 17:01:19 ? github.com/edgexfoundry/device-usb-camera/cmd [no test files] 17:01:19 ok github.com/edgexfoundry/device-usb-camera/internal/driver 0.009s coverage: 2.0% of statements 17:01:26 level=warning msg="[linters context] structcheck is disabled because of go1.18. You can track the evolution of the go1.18 support by following the https://github.com/golangci/golangci-lint/issues/2649." 17:01:26 go vet ./... 17:01:29 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 17:01:29 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 17:01:29 ./bin/test-attribution-txt.sh [Pipeline] echo 17:01:29 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 17:01:29 $ docker stop --time=1 95c5256f7f2a76e1bbff83b6bd3e7bac6ba1a91826bdb067a2605dd47ed2db92 17:01:31 $ docker rm -f --volumes 95c5256f7f2a76e1bbff83b6bd3e7bac6ba1a91826bdb067a2605dd47ed2db92 [Pipeline] // withDockerContainer [Pipeline] sh 17:01:32 + sudo chown -R jenkins:jenkins . [Pipeline] stash 17:01:32 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 17:01:32 + sudo chown -R jenkins:jenkins . [Pipeline] sh 17:01:33 + ls -al . 17:01:33 total 188 17:01:33 drwxrwxr-x 10 jenkins jenkins 4096 Mar 9 17:01 . 17:01:33 drwxrwxr-x 4 jenkins jenkins 4096 Mar 9 16:59 .. 17:01:33 drwxrwxr-x 8 jenkins jenkins 4096 Mar 9 17:01 .git 17:01:33 drwxrwxr-x 3 jenkins jenkins 4096 Mar 9 16:59 .github 17:01:33 -rw-rw-r-- 1 jenkins jenkins 414 Mar 9 16:59 .gitignore 17:01:33 -rw-rw-r-- 1 jenkins jenkins 42 Mar 9 16:59 .golangci.yml 17:01:33 -rw-rw-r-- 1 jenkins jenkins 77 Mar 9 16:59 .hadolint.yml 17:01:33 drwxr-xr-x 3 jenkins jenkins 4096 Mar 9 16:59 .semver 17:01:33 -rw-rw-r-- 1 jenkins jenkins 9660 Mar 9 16:59 Attribution.txt 17:01:33 -rw-rw-r-- 1 jenkins jenkins 6219 Mar 9 16:59 CHANGELOG.md 17:01:33 -rw-rw-r-- 1 jenkins jenkins 2328 Mar 9 16:59 Dockerfile 17:01:33 -rw-rw-r-- 1 jenkins jenkins 678 Mar 9 16:59 GOVERNANCE.md 17:01:33 -rw-rw-r-- 1 jenkins jenkins 659 Mar 9 16:59 Jenkinsfile 17:01:33 -rw-rw-r-- 1 jenkins jenkins 11348 Mar 9 16:59 LICENSE 17:01:33 -rw-rw-r-- 1 jenkins jenkins 2329 Mar 9 16:59 Makefile 17:01:33 -rw-rw-r-- 1 jenkins jenkins 622 Mar 9 16:59 OWNERS.md 17:01:33 -rw-rw-r-- 1 jenkins jenkins 5271 Mar 9 16:59 README.md 17:01:33 -rw-rw-r-- 1 jenkins jenkins 5 Mar 9 16:59 VERSION 17:01:33 drwxrwxr-x 2 jenkins jenkins 4096 Mar 9 16:59 bin 17:01:33 drwxrwxr-x 3 jenkins jenkins 4096 Mar 9 16:59 cmd 17:01:33 -rw-r--r-- 1 jenkins jenkins 28352 Mar 9 17:01 coverage.out 17:01:33 -rwxrwxr-x 1 jenkins jenkins 140 Mar 9 16:59 docker-entrypoint.sh 17:01:33 drwxrwxr-x 4 jenkins jenkins 4096 Mar 9 16:59 docs 17:01:33 -rw-rw-r-- 1 jenkins jenkins 3487 Mar 9 16:59 go.mod 17:01:33 -rw-rw-r-- 1 jenkins jenkins 31546 Mar 9 16:59 go.sum 17:01:33 drwxrwxr-x 3 jenkins jenkins 4096 Mar 9 16:59 internal 17:01:33 drwxrwxr-x 4 jenkins jenkins 4096 Mar 9 16:59 snap 17:01:33 -rw-rw-r-- 1 jenkins jenkins 231 Mar 9 16:59 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:01:33 + 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=e5ee64b17ecb7f3a4d2b4e44663483bcc1e91f17 --label arch=amd64 --label version=0.0.0 . 17:01:33 Sending build context to Docker daemon 1.831MB 17:01:33 Step 1/35 : ARG BASE=golang:1.18-alpine3.16 17:01:33 Step 2/35 : FROM ${BASE} AS builder 17:01:33 ---> 35c0a9217c51 17:01:33 Step 3/35 : ARG ADD_BUILD_TAGS="" 17:01:33 ---> Running in 48e07ea628fc 17:01:33 Removing intermediate container 48e07ea628fc 17:01:33 ---> e04062d82b20 17:01:33 Step 4/35 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 17:01:33 ---> Running in 7446fb0cc093 17:01:33 Removing intermediate container 7446fb0cc093 17:01:33 ---> 27611ab18021 17:01:33 Step 5/35 : ARG ALPINE_PKG_BASE="make git gcc libc-dev curl" 17:01:33 ---> Running in a5687f8a1877 17:01:33 Removing intermediate container a5687f8a1877 17:01:33 ---> 043446e6cd4d 17:01:33 Step 6/35 : ARG ALPINE_PKG_EXTRA="v4l-utils-dev v4l-utils v4l-utils-libs linux-headers" 17:01:33 ---> Running in 80f8bcbca516 17:01:34 Removing intermediate container 80f8bcbca516 17:01:34 ---> 40a8ddc0bf4e 17:01:34 Step 7/35 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 17:01:34 ---> Running in aa587a1137d2 17:01:34 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 17:01:34 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 17:01:34 OK: 331 MiB in 131 packages 17:01:34 Removing intermediate container aa587a1137d2 17:01:34 ---> b5c4141e4dbc 17:01:34 Step 8/35 : WORKDIR /device-usb-camera 17:01:34 ---> Running in bfb212aa030d 17:01:35 Removing intermediate container bfb212aa030d 17:01:35 ---> be952ba740dc 17:01:35 Step 9/35 : COPY go.mod vendor* ./ 17:01:35 ---> b3f972983645 17:01:35 Step 10/35 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 17:01:35 ---> Running in 7f4ee2774faa 17:01:36 Removing intermediate container 7f4ee2774faa 17:01:36 ---> 8a61472bec09 17:01:36 Step 11/35 : COPY . . 17:01:36 ---> cd3b7c675c47 17:01:36 Step 12/35 : RUN curl -o LICENSE-rtsp-simple-server https://raw.githubusercontent.com/aler9/rtsp-simple-server/main/LICENSE 17:01:36 ---> Running in 8a8b643cf017 17:01:36  % Total % Received % Xferd Average Speed Time Time Time Current 17:01:36  Dload Upload Total Spent Left Speed 17:01:36   0 0 0 0 0  0  0 0 --:--:-- --:--:-- --:--:-- 0 100 1062 100 1062 0 0 44770 0 --:--:-- --:--:-- --:--:-- 46173 17:01:36 Removing intermediate container 8a8b643cf017 17:01:36 ---> 49ec45fa6f03 17:01:36 Step 13/35 : RUN ${MAKE} 17:01:36 ---> Running in 842c48f72513 17:01:37 go build -tags "" -ldflags "-X github.com/edgexfoundry/device-usb-camera.Version=0.0.0" -trimpath -mod=readonly -o cmd/device-usb-camera ./cmd 17:02:03 Removing intermediate container 842c48f72513 17:02:03 ---> 18bbdbdfe1f7 17:02:03 Step 14/35 : FROM aler9/rtsp-simple-server:v0.18.4 AS rtsp 17:02:03 v0.18.4: Pulling from aler9/rtsp-simple-server 17:02:03 af6660deedbd: Pulling fs layer 17:02:03 97cd0a44c592: Pulling fs layer 17:02:03 97cd0a44c592: Verifying Checksum 17:02:03 97cd0a44c592: Download complete 17:02:03 af6660deedbd: Verifying Checksum 17:02:03 af6660deedbd: Download complete 17:02:03 af6660deedbd: Pull complete 17:02:03 97cd0a44c592: Pull complete 17:02:03 Digest: sha256:1453d1d853d0ebdb57f9d2cbebc75114a1174f7b08edc414400166566d9ff563 17:02:03 Status: Downloaded newer image for aler9/rtsp-simple-server:v0.18.4 17:02:03 ---> fea57e182299 17:02:03 Step 15/35 : FROM alpine:3.16 17:02:03 3.16: Pulling from library/alpine 17:02:03 ef5531b6e74e: Pulling fs layer 17:02:03 ef5531b6e74e: Verifying Checksum 17:02:03 ef5531b6e74e: Download complete 17:02:03 ef5531b6e74e: Pull complete 17:02:03 Digest: sha256:1bd67c81e4ad4b8f4a5c1c914d7985336f130e5cefb3e323654fd09d6bcdbbe2 17:02:03 Status: Downloaded newer image for alpine:3.16 17:02:03 ---> dfd21b5a31f5 17:02:03 Step 16/35 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel Corporation' 17:02:03 ---> Running in 0c1c9baafbd9 17:02:03 Removing intermediate container 0c1c9baafbd9 17:02:03 ---> 844a1d350df5 17:02:03 Step 17/35 : RUN apk add --update --no-cache dumb-init ffmpeg udev 17:02:03 ---> Running in fd5d1f1e1b17 17:02:03 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 17:02:03 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 17:02:03 (1/80) Installing dumb-init (1.2.5-r1) 17:02:03 (2/80) Installing sdl2 (2.0.22-r0) 17:02:03 (3/80) Installing libxau (1.0.9-r0) 17:02:03 (4/80) Installing libxdmcp (1.1.3-r0) 17:02:03 (5/80) Installing libxcb (1.15-r0) 17:02:03 (6/80) Installing libx11 (1.8-r0) 17:02:03 (7/80) Installing aom-libs (3.3.0-r0) 17:02:03 (8/80) Installing alsa-lib (1.2.7.2-r0) 17:02:03 (9/80) Installing expat (2.5.0-r0) 17:02:03 (10/80) Installing brotli-libs (1.0.9-r6) 17:02:03 (11/80) Installing libbz2 (1.0.8-r1) 17:02:03 (12/80) Installing libpng (1.6.37-r1) 17:02:03 (13/80) Installing freetype (2.12.1-r0) 17:02:03 (14/80) Installing fontconfig (2.14.0-r0) 17:02:03 (15/80) Installing fribidi (1.0.12-r0) 17:02:03 (16/80) Installing libffi (3.4.2-r1) 17:02:03 (17/80) Installing libintl (0.21-r2) 17:02:03 (18/80) Installing libblkid (2.38-r1) 17:02:03 (19/80) Installing libmount (2.38-r1) 17:02:03 (20/80) Installing pcre (8.45-r2) 17:02:03 (21/80) Installing glib (2.72.1-r0) 17:02:03 (22/80) Installing graphite2 (1.3.14-r1) 17:02:03 (23/80) Installing harfbuzz (4.3.0-r0) 17:02:03 (24/80) Installing libass (0.16.0-r0) 17:02:03 (25/80) Installing libdav1d (1.0.0-r0) 17:02:03 (26/80) Installing libpciaccess (0.16-r0) 17:02:03 (27/80) Installing libdrm (2.4.110-r0) 17:02:03 (28/80) Installing gmp (6.2.1-r2) 17:02:03 (29/80) Installing nettle (3.7.3-r0) 17:02:03 (30/80) Installing p11-kit (0.24.1-r0) 17:02:03 (31/80) Installing libtasn1 (4.18.0-r1) 17:02:03 (32/80) Installing libunistring (1.0-r0) 17:02:03 (33/80) Installing gnutls (3.7.7-r1) 17:02:03 (34/80) Installing ncurses-terminfo-base (6.3_p20220521-r0) 17:02:03 (35/80) Installing ncurses-libs (6.3_p20220521-r0) 17:02:03 (36/80) Installing lame (3.100-r0) 17:02:03 (37/80) Installing opus (1.3.1-r1) 17:02:03 (38/80) Installing libasyncns (0.8-r1) 17:02:03 (39/80) Installing dbus-libs (1.14.4-r0) 17:02:03 (40/80) Installing libltdl (2.4.7-r0) 17:02:03 (41/80) Installing orc (0.4.32-r0) 17:02:03 (42/80) Installing libgcc (11.2.1_git20220219-r2) 17:02:03 (43/80) Installing libogg (1.3.5-r1) 17:02:03 (44/80) Installing libstdc++ (11.2.1_git20220219-r2) 17:02:03 (45/80) Installing flac (1.3.4-r0) 17:02:03 (46/80) Installing libvorbis (1.3.7-r0) 17:02:03 (47/80) Installing libsndfile (1.1.0-r0) 17:02:03 (48/80) Installing libgomp (11.2.1_git20220219-r2) 17:02:03 (49/80) Installing soxr (0.1.3-r2) 17:02:03 (50/80) Installing speexdsp (1.2.0-r0) 17:02:03 (51/80) Installing tdb-libs (1.4.6-r0) 17:02:03 (52/80) Installing libpulse (15.0-r2) 17:02:03 (53/80) Installing cjson (1.7.15-r3) 17:02:03 (54/80) Installing mbedtls (2.28.2-r0) 17:02:03 (55/80) Installing librist (0.2.6-r1) 17:02:03 (56/80) Installing libsrt (1.4.4-r0) 17:02:03 (57/80) Installing libssh (0.9.6-r1) 17:02:03 (58/80) Installing libtheora (1.1.1-r16) 17:02:03 (59/80) Installing libjpeg-turbo (2.1.3-r1) 17:02:03 (60/80) Installing v4l-utils-libs (1.22.1-r1) 17:02:03 (61/80) Installing libxext (1.3.4-r0) 17:02:03 (62/80) Installing libxfixes (6.0.0-r0) 17:02:03 (63/80) Installing wayland-libs-client (1.20.0-r0) 17:02:03 (64/80) Installing libva (2.14.0-r0) 17:02:03 (65/80) Installing libvdpau (1.5-r0) 17:02:03 (66/80) Installing vidstab (1.1.0-r1) 17:02:03 (67/80) Installing libvpx (1.11.0-r1) 17:02:03 (68/80) Installing libwebp (1.2.3-r0) 17:02:03 (69/80) Installing x264-libs (0.163_git20210613-r0) 17:02:03 (70/80) Installing numactl (2.0.14-r0) 17:02:03 (71/80) Installing x265-libs (3.5-r3) 17:02:03 (72/80) Installing xvidcore (1.3.7-r1) 17:02:03 (73/80) Installing ffmpeg-libs (5.0.1-r1) 17:02:04 (74/80) Installing ffmpeg (5.0.1-r1) 17:02:04 (75/80) Installing udev-init-scripts (35-r0) 17:02:04 Executing udev-init-scripts-35-r0.post-install 17:02:04 (76/80) Installing eudev-libs (3.2.11-r0) 17:02:04 (77/80) Installing xz-libs (5.2.5-r1) 17:02:04 (78/80) Installing zstd-libs (1.5.2-r1) 17:02:04 (79/80) Installing kmod-libs (29-r2) 17:02:04 (80/80) Installing eudev (3.2.11-r0) 17:02:04 Executing busybox-1.35.0-r17.trigger 17:02:04 Executing eudev-3.2.11-r0.trigger 17:02:04 OK: 100 MiB in 94 packages 17:02:07 Removing intermediate container fd5d1f1e1b17 17:02:07 ---> fbf630415a84 17:02:07 Step 18/35 : WORKDIR / 17:02:07 ---> Running in fd52c7f779b7 17:02:07 Removing intermediate container fd52c7f779b7 17:02:07 ---> b17cef4fe95e 17:02:07 Step 19/35 : COPY --from=builder /device-usb-camera/cmd / 17:02:08 ---> 687b4a4697f2 17:02:08 Step 20/35 : COPY --from=builder /device-usb-camera/LICENSE / 17:02:08 ---> ab0d8d03d30f 17:02:08 Step 21/35 : COPY --from=builder /device-usb-camera/LICENSE-rtsp-simple-server / 17:02:08 ---> 1da1dc541692 17:02:08 Step 22/35 : COPY --from=builder /device-usb-camera/Attribution.txt / 17:02:09 ---> 25d22d49edb7 17:02:09 Step 23/35 : COPY --from=builder /device-usb-camera/docker-entrypoint.sh / 17:02:09 ---> 6425bfa56278 17:02:09 Step 24/35 : COPY --from=rtsp /rtsp-simple-server.yml / 17:02:09 ---> af75d4da5b13 17:02:09 Step 25/35 : COPY --from=rtsp /rtsp-simple-server / 17:02:10 ---> 10ce2b3be7cb 17:02:10 Step 26/35 : RUN sed -i 's/rtmpDisable: no/rtmpDisable: yes/g' rtsp-simple-server.yml 17:02:10 ---> Running in aa806318d311 17:02:10 Removing intermediate container aa806318d311 17:02:10 ---> b034fe5269d5 17:02:10 Step 27/35 : RUN sed -i 's/hlsDisable: no/hlsDisable: yes/g' rtsp-simple-server.yml 17:02:10 ---> Running in 54b59bc71128 17:02:11 Removing intermediate container 54b59bc71128 17:02:11 ---> 711cd16cbb0a 17:02:11 Step 28/35 : RUN sed -i 's/protocols: \[udp, multicast, tcp\]/protocols: \[tcp\]/g' rtsp-simple-server.yml 17:02:11 ---> Running in 6fa756b76d05 17:02:12 Removing intermediate container 6fa756b76d05 17:02:12 ---> 5464ded8d711 17:02:12 Step 29/35 : EXPOSE 59983 17:02:12 ---> Running in 760dc3c0cca7 17:02:12 Removing intermediate container 760dc3c0cca7 17:02:12 ---> 63ae14e6f927 17:02:12 Step 30/35 : EXPOSE 8554 17:02:12 ---> Running in 5248a0b0b299 17:02:12 Removing intermediate container 5248a0b0b299 17:02:12 ---> d6a8b7a63218 17:02:12 Step 31/35 : ENTRYPOINT ["/docker-entrypoint.sh"] 17:02:12 ---> Running in 070c86b5d400 17:02:12 Removing intermediate container 070c86b5d400 17:02:12 ---> aa205290377d 17:02:12 Step 32/35 : CMD [ "--configProvider=consul.http://edgex-core-consul:8500", "--registry" ] 17:02:12 ---> Running in 13b9b10fc106 17:02:12 Removing intermediate container 13b9b10fc106 17:02:12 ---> 8e66173c0b9b 17:02:12 Step 33/35 : LABEL arch=amd64 17:02:12 ---> Running in e1569a495dfa 17:02:12 Removing intermediate container e1569a495dfa 17:02:12 ---> cb3614552d78 17:02:12 Step 34/35 : LABEL git_sha=e5ee64b17ecb7f3a4d2b4e44663483bcc1e91f17 17:02:12 ---> Running in 1a807bb74605 17:02:12 Removing intermediate container 1a807bb74605 17:02:12 ---> 3dc825c5de40 17:02:12 Step 35/35 : LABEL version=0.0.0 17:02:12 ---> Running in c79f3672b68d 17:02:12 Removing intermediate container c79f3672b68d 17:02:12 ---> 429d13cacd54 17:02:12 [Warning] One or more build-args [ARCH] were not consumed 17:02:12 Successfully built 429d13cacd54 17:02:12 Successfully tagged device-usb-camera:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:02:13 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 17:02:13 17:02:13 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:02:13 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 17:02:13 latest: Pulling from edgex-lftools-log-publisher 17:02:13 5eb5b503b376: Pulling fs layer 17:02:13 5c69ac0246d0: Pulling fs layer 17:02:13 ec43610c2a17: Pulling fs layer 17:02:13 3a2ae6a8a46f: Pulling fs layer 17:02:13 33b1e0a273af: Pulling fs layer 17:02:13 5d3b04190fa2: Pulling fs layer 17:02:13 2f39f015ded8: Pulling fs layer 17:02:13 3a2ae6a8a46f: Waiting 17:02:13 33b1e0a273af: Waiting 17:02:13 5d3b04190fa2: Waiting 17:02:13 2f39f015ded8: Waiting 17:02:13 5c69ac0246d0: Download complete 17:02:13 3a2ae6a8a46f: Download complete 17:02:14 33b1e0a273af: Verifying Checksum 17:02:14 33b1e0a273af: Download complete 17:02:14 5d3b04190fa2: Download complete 17:02:14 ec43610c2a17: Verifying Checksum 17:02:14 ec43610c2a17: Download complete 17:02:14 5eb5b503b376: Download complete 17:02:14 2f39f015ded8: Verifying Checksum 17:02:15 5eb5b503b376: Pull complete 17:02:15 5c69ac0246d0: Pull complete 17:02:15 ec43610c2a17: Pull complete 17:02:15 3a2ae6a8a46f: Pull complete 17:02:16 33b1e0a273af: Pull complete 17:02:16 5d3b04190fa2: Pull complete 17:02:20 2f39f015ded8: Pull complete 17:02:20 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 17:02:20 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 17:02:20 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 17:02:20 prd-ubuntu20.04-docker-8c-8g-9505 does not seem to be running inside a container 17:02:20 $ 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-175 -v /w/workspace/foundry_device-usb-camera_PR-175:/w/workspace/foundry_device-usb-camera_PR-175:rw,z -v /w/workspace/foundry_device-usb-camera_PR-175@tmp:/w/workspace/foundry_device-usb-camera_PR-175@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 17:02:23 $ docker top cb429d0e0e1f09edccc86df37c026a73df15411ad80a5b01409e9636f736c237 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 17:02:23 ---> job-cost.sh 17:02:23 lf-activate-venv: SKIPPING 17:02:23 INFO: No Stack... 17:02:24 INFO: Retrieving Pricing Info for: v3-standard-8 17:02:24 INFO: Archiving Costs [Pipeline] sh 17:02:24 + cat /w/workspace/foundry_device-usb-camera_PR-175/archives/cost.csv 17:02:24 + cut -d, -f6 [Pipeline] lock 17:02:24 Trying to acquire lock on [jenkins-edgexfoundry-device-usb-camera-PR-175-1-stack-cost] 17:02:24 Resource [jenkins-edgexfoundry-device-usb-camera-PR-175-1-stack-cost] did not exist. Created. 17:02:24 Lock acquired on [jenkins-edgexfoundry-device-usb-camera-PR-175-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 17:02:25 + echo total: 0.2199999988079071 [Pipeline] stash 17:02:25 Stashed 1 file(s) [Pipeline] } 17:02:25 Lock released on resource [jenkins-edgexfoundry-device-usb-camera-PR-175-1-stack-cost] [Pipeline] // lock [Pipeline] } 17:02:25 $ docker stop --time=1 cb429d0e0e1f09edccc86df37c026a73df15411ad80a5b01409e9636f736c237 17:02:26 $ docker rm -f --volumes cb429d0e0e1f09edccc86df37c026a73df15411ad80a5b01409e9636f736c237 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 17:03:23 Running on prd-ubuntu20.04-docker-arm64-4c-16g-9506 in /w/workspace/foundry_device-usb-camera_PR-175 [Pipeline] { [Pipeline] ws 17:03:23 Running in /w/workspace/device-usb-camera/1 [Pipeline] { [Pipeline] checkout 17:03:23 Selected Git installation does not exist. Using Default 17:03:23 The recommended git tool is: NONE 17:03:28 using credential edgex-jenkins-ssh 17:03:28 Cloning the remote Git repository 17:03:28 Cloning repository git@github.com:edgexfoundry/device-usb-camera.git 17:03:28 > git init /w/workspace/device-usb-camera/1 # timeout=10 17:03:29 Fetching upstream changes from git@github.com:edgexfoundry/device-usb-camera.git 17:03:29 > git --version # timeout=10 17:03:29 > git --version # 'git version 2.25.1' 17:03:29 using GIT_SSH to set credentials SSH Credentials for GitHub 17:03:29 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-usb-camera.git +refs/heads/*:refs/remotes/origin/* # timeout=10 17:03:30 > git config remote.origin.url git@github.com:edgexfoundry/device-usb-camera.git # timeout=10 17:03:30 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 17:03:30 > git config remote.origin.url git@github.com:edgexfoundry/device-usb-camera.git # timeout=10 17:03:30 Fetching upstream changes from git@github.com:edgexfoundry/device-usb-camera.git 17:03:30 using GIT_SSH to set credentials SSH Credentials for GitHub 17:03:30 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-usb-camera.git +refs/pull/175/head:refs/remotes/origin/PR-175 +refs/heads/main:refs/remotes/origin/main # timeout=10 17:03:31 Merging remotes/origin/main commit 3323a63d0afd632e576abad22becd63271ca5b86 into PR head commit e5ee64b17ecb7f3a4d2b4e44663483bcc1e91f17 17:03:31 Merge succeeded, producing e5ee64b17ecb7f3a4d2b4e44663483bcc1e91f17 17:03:31 Checking out Revision e5ee64b17ecb7f3a4d2b4e44663483bcc1e91f17 (PR-175) 17:03:31 > git config core.sparsecheckout # timeout=10 17:03:31 > git checkout -f e5ee64b17ecb7f3a4d2b4e44663483bcc1e91f17 # timeout=10 17:03:31 > git remote # timeout=10 17:03:31 > git config --get remote.origin.url # timeout=10 17:03:31 using GIT_SSH to set credentials SSH Credentials for GitHub 17:03:31 > git merge 3323a63d0afd632e576abad22becd63271ca5b86 # timeout=10 17:03:31 > git rev-parse HEAD^{commit} # timeout=10 17:03:31 > git config core.sparsecheckout # timeout=10 17:03:31 > git checkout -f e5ee64b17ecb7f3a4d2b4e44663483bcc1e91f17 # timeout=10 17:03:35 Commit message: "feat(snap): Override variable 'Device.ProvisionWatchersDir'" 17:03:35 > git --version # timeout=10 17:03:35 > git --version # 'git version 2.25.1' 17:03:35 fatal: bad object cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 17:03:36 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 17:03:36 % Total % Received % Xferd Average Speed Time Time Time Current 17:03:36 Dload Upload Total Spent Left Speed 17:03:36 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 88548 0 --:--:-- --:--:-- --:--:-- 89167 [Pipeline] sh 17:03:37 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 17:03:37 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 17:03:37 + sudo tee /etc/docker/daemon.new 17:03:37 { 17:03:37 "registry-mirrors": [ 17:03:37 "https://nexus3.edgexfoundry.org:10001" 17:03:37 ], 17:03:37 "bip": "10.250.0.254/24", 17:03:37 "hosts": [ 17:03:37 "tcp://0.0.0.0:5555", 17:03:37 "unix:///var/run/docker.sock" 17:03:37 ], 17:03:37 "mtu": 1458, 17:03:37 "selinux-enabled": true, 17:03:37 "seccomp-profile": "/etc/docker/seccomp.json" 17:03:37 } [Pipeline] sh 17:03:37 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 17:03:38 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 17:04:00 provisioning config files... 17:04:00 copy managed file [device-usb-camera-settings] to file:/w/workspace/device-usb-camera/1@tmp/config14636999610570180824tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 17:04:00 ---> docker-login.sh 17:04:00 nexus3.edgexfoundry.org:10001 17:04:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:04:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:04:01 Configure a credential helper to remove this warning. See 17:04:01 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:04:01 17:04:01 Login Succeeded 17:04:01 nexus3.edgexfoundry.org:10002 17:04:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:04:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:04:01 Configure a credential helper to remove this warning. See 17:04:01 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:04:01 17:04:01 Login Succeeded 17:04:01 nexus3.edgexfoundry.org:10003 17:04:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:04:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:04:02 Configure a credential helper to remove this warning. See 17:04:02 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:04:02 17:04:02 Login Succeeded 17:04:02 nexus3.edgexfoundry.org:10004 17:04:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:04:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:04:02 Configure a credential helper to remove this warning. See 17:04:02 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:04:02 17:04:02 Login Succeeded 17:04:02 docker.io 17:04:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:04:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:04:02 Configure a credential helper to remove this warning. See 17:04:02 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:04:02 17:04:02 Login Succeeded 17:04:02 ---> docker-login.sh ends [Pipeline] } 17:04:02 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 17:04:03 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 17:04:03 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 17:04:03 ========================================================= 17:04:03 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] 17:04:03 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:04:03 + docker build -t ci-base-image-arm64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine --build-arg MAKE=echo noop --target=builder . 17:04:04 Sending build context to Docker daemon 1.162MB 17:04:04 Step 1/13 : ARG BASE=golang:1.18-alpine3.16 17:04:04 Step 2/13 : FROM ${BASE} AS builder 17:04:04 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 17:04:04 9b18e9b68314: Pulling fs layer 17:04:04 35d82f9e3411: Pulling fs layer 17:04:04 e16973657156: Pulling fs layer 17:04:04 fc693d55d65f: Pulling fs layer 17:04:04 7e9fc2657dce: Pulling fs layer 17:04:04 dda99020689f: Pulling fs layer 17:04:04 db1c61fa0a46: Pulling fs layer 17:04:04 891c053d2c06: Pulling fs layer 17:04:04 fc693d55d65f: Waiting 17:04:04 7e9fc2657dce: Waiting 17:04:04 dda99020689f: Waiting 17:04:04 db1c61fa0a46: Waiting 17:04:04 891c053d2c06: Waiting 17:04:04 e16973657156: Verifying Checksum 17:04:04 e16973657156: Download complete 17:04:04 35d82f9e3411: Verifying Checksum 17:04:04 35d82f9e3411: Download complete 17:04:04 7e9fc2657dce: Verifying Checksum 17:04:04 7e9fc2657dce: Download complete 17:04:04 dda99020689f: Verifying Checksum 17:04:04 dda99020689f: Download complete 17:04:04 9b18e9b68314: Verifying Checksum 17:04:04 9b18e9b68314: Download complete 17:04:05 9b18e9b68314: Pull complete 17:04:05 891c053d2c06: Verifying Checksum 17:04:05 891c053d2c06: Download complete 17:04:06 35d82f9e3411: Pull complete 17:04:06 e16973657156: Pull complete 17:04:06 db1c61fa0a46: Verifying Checksum 17:04:06 db1c61fa0a46: Download complete 17:04:07 fc693d55d65f: Verifying Checksum 17:04:07 fc693d55d65f: Download complete 17:04:19 fc693d55d65f: Pull complete 17:04:19 7e9fc2657dce: Pull complete 17:04:19 dda99020689f: Pull complete 17:04:25 db1c61fa0a46: Pull complete 17:04:26 891c053d2c06: Pull complete 17:04:26 Digest: sha256:2cacf8bfc28650abd52610e42dcfc04852e818eb73900ea96edaef96a54d0b45 17:04:26 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 17:04:26 ---> f96f9c87975a 17:04:26 Step 3/13 : ARG ADD_BUILD_TAGS="" 17:04:28 ---> Running in 309ee99b4d2f 17:04:28 Removing intermediate container 309ee99b4d2f 17:04:28 ---> a7ffe8aac0eb 17:04:28 Step 4/13 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 17:04:28 ---> Running in e8a890c82dd4 17:04:29 Removing intermediate container e8a890c82dd4 17:04:29 ---> 68e3d021c263 17:04:29 Step 5/13 : ARG ALPINE_PKG_BASE="make git gcc libc-dev curl" 17:04:29 ---> Running in 411d124ac119 17:04:29 Removing intermediate container 411d124ac119 17:04:29 ---> eb47147d270c 17:04:29 Step 6/13 : ARG ALPINE_PKG_EXTRA="v4l-utils-dev v4l-utils v4l-utils-libs linux-headers" 17:04:29 ---> Running in 1b755afc5d5e 17:04:29 Removing intermediate container 1b755afc5d5e 17:04:29 ---> 22f1a3f7830f 17:04:29 Step 7/13 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 17:04:29 ---> Running in 584e58b9e70a 17:04:30 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 17:04:31 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 17:04:32 (1/14) Installing libintl (0.21-r2) 17:04:32 (2/14) Installing eudev-libs (3.2.11-r0) 17:04:32 (3/14) Installing libjpeg-turbo (2.1.3-r1) 17:04:32 (4/14) Installing v4l-utils-libs (1.22.1-r1) 17:04:32 (5/14) Installing v4l-utils (1.22.1-r1) 17:04:32 (6/14) Installing udev-init-scripts (35-r0) 17:04:32 Executing udev-init-scripts-35-r0.post-install 17:04:32 (7/14) Installing libblkid (2.38-r1) 17:04:32 (8/14) Installing xz-libs (5.2.5-r1) 17:04:32 (9/14) Installing zstd-libs (1.5.2-r1) 17:04:32 (10/14) Installing kmod-libs (29-r2) 17:04:32 (11/14) Installing eudev (3.2.11-r0) 17:04:32 (12/14) Installing eudev-dev (3.2.11-r0) 17:04:32 (13/14) Installing v4l-utils-dvbv5 (1.22.1-r1) 17:04:32 (14/14) Installing v4l-utils-dev (1.22.1-r1) 17:04:32 Executing busybox-1.35.0-r17.trigger 17:04:32 Executing eudev-3.2.11-r0.trigger 17:04:32 OK: 228 MiB in 65 packages 17:04:34 Removing intermediate container 584e58b9e70a 17:04:34 ---> 6f131c0fb1bc 17:04:34 Step 8/13 : WORKDIR /device-usb-camera 17:04:34 ---> Running in fb8e5f4ea680 17:04:34 Removing intermediate container fb8e5f4ea680 17:04:34 ---> 8b1b68e4b633 17:04:34 Step 9/13 : COPY go.mod vendor* ./ 17:04:34 ---> f4b8de61d63f 17:04:34 Step 10/13 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 17:04:35 ---> Running in 9ef20b641903 17:05:43 Removing intermediate container 9ef20b641903 17:05:43 ---> a422b0290bb1 17:05:43 Step 11/13 : COPY . . 17:05:43 ---> 0d359b45e441 17:05:43 Step 12/13 : RUN curl -o LICENSE-rtsp-simple-server https://raw.githubusercontent.com/aler9/rtsp-simple-server/main/LICENSE 17:05:43 ---> Running in f05342fb130b 17:05:43  % Total % Received % Xferd Average Speed Time Time Time Current 17:05:43 Dload Upload Total Spent Left Speed 17:05:43 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 1062 100 1062 0 0 14079 0 --:--:-- --:--:-- --:--:-- 14351 17:05:43 Removing intermediate container f05342fb130b 17:05:43 ---> f98f1f75d4b4 17:05:43 Step 13/13 : RUN ${MAKE} 17:05:43 ---> Running in 6798cd3a837c 17:05:43 noop 17:05:43 Removing intermediate container 6798cd3a837c 17:05:43 ---> d810d1160f03 17:05:43 Successfully built d810d1160f03 17:05:43 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:05:43 + docker inspect -f . ci-base-image-arm64 17:05:43 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 17:05:43 prd-ubuntu20.04-docker-arm64-4c-16g-9506 does not seem to be running inside a container 17:05:43 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-usb-camera/1 -v /w/workspace/device-usb-camera/1:/w/workspace/device-usb-camera/1:rw,z -v /w/workspace/device-usb-camera/1@tmp:/w/workspace/device-usb-camera/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 17:05:45 $ docker top e3c7eb38b7eef345c9e97eaba6017245f3f9c9841c0a46add9c14125a1d77d8d -eo pid,comm [Pipeline] { [Pipeline] sh 17:05:45 + go version 17:05:45 go version go1.18.7 linux/arm64 [Pipeline] } 17:05:45 $ docker stop --time=1 e3c7eb38b7eef345c9e97eaba6017245f3f9c9841c0a46add9c14125a1d77d8d 17:05:47 $ docker rm -f --volumes e3c7eb38b7eef345c9e97eaba6017245f3f9c9841c0a46add9c14125a1d77d8d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:05:48 + docker inspect -f . ci-base-image-arm64 17:05:48 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 17:05:48 prd-ubuntu20.04-docker-arm64-4c-16g-9506 does not seem to be running inside a container 17:05:48 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/device-usb-camera/1 -v /w/workspace/device-usb-camera/1:/w/workspace/device-usb-camera/1:rw,z -v /w/workspace/device-usb-camera/1@tmp:/w/workspace/device-usb-camera/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 17:05:49 $ docker top f176ee8af073a2c6e6375ae74f6ba4ed24cd02efab227277f237abde4ecfdbd1 -eo pid,comm [Pipeline] { [Pipeline] sh 17:05:50 + git config --global --add safe.directory /w/workspace/device-usb-camera/1 [Pipeline] fileExists [Pipeline] sh 17:05:51 + make test 17:05:51 go test ./... -coverprofile=coverage.out ./... 17:05:52 ? github.com/edgexfoundry/device-usb-camera [no test files] 17:07:14 ? github.com/edgexfoundry/device-usb-camera/cmd [no test files] 17:07:18 ok github.com/edgexfoundry/device-usb-camera/internal/driver 0.066s coverage: 2.0% of statements 17:07:19 WARNING: Linting skipped (not on x86_64 or linter not installed) 17:07:19 go vet ./... 17:07:41 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 17:07:41 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 17:07:41 ./bin/test-attribution-txt.sh [Pipeline] echo 17:07:41 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 17:07:41 $ docker stop --time=1 f176ee8af073a2c6e6375ae74f6ba4ed24cd02efab227277f237abde4ecfdbd1 17:07:43 $ docker rm -f --volumes f176ee8af073a2c6e6375ae74f6ba4ed24cd02efab227277f237abde4ecfdbd1 [Pipeline] // withDockerContainer [Pipeline] sh 17:07:44 + sudo chown -R jenkins:jenkins . [Pipeline] stash 17:07:44 Warning: overwriting stash ‘coverage-report’ 17:07:45 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 17:07:45 + sudo chown -R jenkins:jenkins . [Pipeline] sh 17:07:46 + ls -al . 17:07:46 total 184 17:07:46 drwxrwxr-x 9 jenkins jenkins 4096 Mar 9 17:05 . 17:07:46 drwxrwxr-x 4 jenkins jenkins 4096 Mar 9 17:03 .. 17:07:46 drwxrwxr-x 8 jenkins jenkins 4096 Mar 9 17:03 .git 17:07:46 drwxrwxr-x 3 jenkins jenkins 4096 Mar 9 17:03 .github 17:07:46 -rw-rw-r-- 1 jenkins jenkins 414 Mar 9 17:03 .gitignore 17:07:46 -rw-rw-r-- 1 jenkins jenkins 42 Mar 9 17:03 .golangci.yml 17:07:46 -rw-rw-r-- 1 jenkins jenkins 77 Mar 9 17:03 .hadolint.yml 17:07:46 -rw-rw-r-- 1 jenkins jenkins 9660 Mar 9 17:03 Attribution.txt 17:07:46 -rw-rw-r-- 1 jenkins jenkins 6219 Mar 9 17:03 CHANGELOG.md 17:07:46 -rw-rw-r-- 1 jenkins jenkins 2328 Mar 9 17:03 Dockerfile 17:07:46 -rw-rw-r-- 1 jenkins jenkins 678 Mar 9 17:03 GOVERNANCE.md 17:07:46 -rw-rw-r-- 1 jenkins jenkins 659 Mar 9 17:03 Jenkinsfile 17:07:46 -rw-rw-r-- 1 jenkins jenkins 11348 Mar 9 17:03 LICENSE 17:07:46 -rw-rw-r-- 1 jenkins jenkins 2329 Mar 9 17:03 Makefile 17:07:46 -rw-rw-r-- 1 jenkins jenkins 622 Mar 9 17:03 OWNERS.md 17:07:46 -rw-rw-r-- 1 jenkins jenkins 5271 Mar 9 17:03 README.md 17:07:46 -rw-rw-r-- 1 jenkins jenkins 5 Mar 9 16:59 VERSION 17:07:46 drwxrwxr-x 2 jenkins jenkins 4096 Mar 9 17:03 bin 17:07:46 drwxrwxr-x 3 jenkins jenkins 4096 Mar 9 17:03 cmd 17:07:46 -rw-r--r-- 1 jenkins jenkins 28352 Mar 9 17:07 coverage.out 17:07:46 -rwxrwxr-x 1 jenkins jenkins 140 Mar 9 17:03 docker-entrypoint.sh 17:07:46 drwxrwxr-x 4 jenkins jenkins 4096 Mar 9 17:03 docs 17:07:46 -rw-rw-r-- 1 jenkins jenkins 3487 Mar 9 17:03 go.mod 17:07:46 -rw-rw-r-- 1 jenkins jenkins 31546 Mar 9 17:03 go.sum 17:07:46 drwxrwxr-x 3 jenkins jenkins 4096 Mar 9 17:03 internal 17:07:46 drwxrwxr-x 4 jenkins jenkins 4096 Mar 9 17:03 snap 17:07:46 -rw-rw-r-- 1 jenkins jenkins 231 Mar 9 17:03 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:07:46 + 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=e5ee64b17ecb7f3a4d2b4e44663483bcc1e91f17 --label arch=arm64 --label version=0.0.0 . 17:07:46 Sending build context to Docker daemon 1.191MB 17:07:46 Step 1/35 : ARG BASE=golang:1.18-alpine3.16 17:07:46 Step 2/35 : FROM ${BASE} AS builder 17:07:46 ---> d810d1160f03 17:07:46 Step 3/35 : ARG ADD_BUILD_TAGS="" 17:07:47 ---> Running in 2a1ee81fb20a 17:07:47 Removing intermediate container 2a1ee81fb20a 17:07:47 ---> 9694c51fd8cb 17:07:47 Step 4/35 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 17:07:47 ---> Running in 2e69ebd462f6 17:07:47 Removing intermediate container 2e69ebd462f6 17:07:47 ---> 4d7ed20cc804 17:07:47 Step 5/35 : ARG ALPINE_PKG_BASE="make git gcc libc-dev curl" 17:07:47 ---> Running in b33b88e80175 17:07:48 Removing intermediate container b33b88e80175 17:07:48 ---> cadb1bf00627 17:07:48 Step 6/35 : ARG ALPINE_PKG_EXTRA="v4l-utils-dev v4l-utils v4l-utils-libs linux-headers" 17:07:48 ---> Running in dc69bacdedd8 17:07:48 Removing intermediate container dc69bacdedd8 17:07:48 ---> 14e2a4417eaa 17:07:48 Step 7/35 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 17:07:48 ---> Running in 9c9cebc7ee5d 17:07:51 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 17:07:51 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 17:07:51 OK: 228 MiB in 65 packages 17:07:52 Removing intermediate container 9c9cebc7ee5d 17:07:52 ---> 4081fa745778 17:07:52 Step 8/35 : WORKDIR /device-usb-camera 17:07:52 ---> Running in d3e594c566c3 17:07:53 Removing intermediate container d3e594c566c3 17:07:53 ---> 8eb4a9a9d548 17:07:53 Step 9/35 : COPY go.mod vendor* ./ 17:07:53 ---> 384b84be91cb 17:07:53 Step 10/35 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 17:07:53 ---> Running in 0a0c8130cdd2 17:07:58 Removing intermediate container 0a0c8130cdd2 17:07:58 ---> 07237c3bdc29 17:07:58 Step 11/35 : COPY . . 17:07:58 ---> 96d9ebd88e52 17:07:58 Step 12/35 : RUN curl -o LICENSE-rtsp-simple-server https://raw.githubusercontent.com/aler9/rtsp-simple-server/main/LICENSE 17:07:58 ---> Running in 9956e2252ed1 17:07:59  % Total % Received % Xferd Average Speed Time Time Time Current 17:07:59  Dload Upload Total Spent Left Speed 17:07:59  0 0 0 0 0  0 0  0 --:--:-- --:--:-- --:--:-- 0 100 1062 100 1062 0 0 6662 0 --:--:-- --:--:-- --:--:-- 6679 17:08:00 Removing intermediate container 9956e2252ed1 17:08:00 ---> 5627ff6aaeab 17:08:00 Step 13/35 : RUN ${MAKE} 17:08:00 ---> Running in 7319c00e43a0 17:08:01 go build -tags "" -ldflags "-X github.com/edgexfoundry/device-usb-camera.Version=0.0.0" -trimpath -mod=readonly -o cmd/device-usb-camera ./cmd 17:10:38 Removing intermediate container 7319c00e43a0 17:10:38 ---> 7b668116a160 17:10:38 Step 14/35 : FROM aler9/rtsp-simple-server:v0.18.4 AS rtsp 17:10:38 v0.18.4: Pulling from aler9/rtsp-simple-server 17:10:38 eab2503cf8f4: Pulling fs layer 17:10:38 97cd0a44c592: Pulling fs layer 17:10:38 97cd0a44c592: Verifying Checksum 17:10:38 97cd0a44c592: Download complete 17:10:38 eab2503cf8f4: Verifying Checksum 17:10:38 eab2503cf8f4: Download complete 17:10:38 eab2503cf8f4: Pull complete 17:10:38 97cd0a44c592: Pull complete 17:10:38 Digest: sha256:1453d1d853d0ebdb57f9d2cbebc75114a1174f7b08edc414400166566d9ff563 17:10:38 Status: Downloaded newer image for aler9/rtsp-simple-server:v0.18.4 17:10:38 ---> 7f763cca56b3 17:10:38 Step 15/35 : FROM alpine:3.16 17:10:38 3.16: Pulling from library/alpine 17:10:38 3760b48202b3: Pulling fs layer 17:10:38 3760b48202b3: Verifying Checksum 17:10:38 3760b48202b3: Download complete 17:10:38 3760b48202b3: Pull complete 17:10:38 Digest: sha256:1bd67c81e4ad4b8f4a5c1c914d7985336f130e5cefb3e323654fd09d6bcdbbe2 17:10:38 Status: Downloaded newer image for alpine:3.16 17:10:38 ---> 4c81e5bf8899 17:10:38 Step 16/35 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel Corporation' 17:10:38 ---> Running in 98d71fdad6a4 17:10:38 Removing intermediate container 98d71fdad6a4 17:10:38 ---> a106c62208a4 17:10:38 Step 17/35 : RUN apk add --update --no-cache dumb-init ffmpeg udev 17:10:38 ---> Running in 21dce517436d 17:10:38 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 17:10:38 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 17:10:38 (1/79) Installing dumb-init (1.2.5-r1) 17:10:38 (2/79) Installing sdl2 (2.0.22-r0) 17:10:38 (3/79) Installing libxau (1.0.9-r0) 17:10:38 (4/79) Installing libxdmcp (1.1.3-r0) 17:10:38 (5/79) Installing libxcb (1.15-r0) 17:10:38 (6/79) Installing libx11 (1.8-r0) 17:10:38 (7/79) Installing aom-libs (3.3.0-r0) 17:10:38 (8/79) Installing alsa-lib (1.2.7.2-r0) 17:10:38 (9/79) Installing expat (2.5.0-r0) 17:10:38 (10/79) Installing brotli-libs (1.0.9-r6) 17:10:38 (11/79) Installing libbz2 (1.0.8-r1) 17:10:38 (12/79) Installing libpng (1.6.37-r1) 17:10:38 (13/79) Installing freetype (2.12.1-r0) 17:10:38 (14/79) Installing fontconfig (2.14.0-r0) 17:10:38 (15/79) Installing fribidi (1.0.12-r0) 17:10:38 (16/79) Installing libffi (3.4.2-r1) 17:10:38 (17/79) Installing libintl (0.21-r2) 17:10:38 (18/79) Installing libblkid (2.38-r1) 17:10:38 (19/79) Installing libmount (2.38-r1) 17:10:38 (20/79) Installing pcre (8.45-r2) 17:10:38 (21/79) Installing glib (2.72.1-r0) 17:10:38 (22/79) Installing graphite2 (1.3.14-r1) 17:10:38 (23/79) Installing harfbuzz (4.3.0-r0) 17:10:38 (24/79) Installing libass (0.16.0-r0) 17:10:38 (25/79) Installing libdav1d (1.0.0-r0) 17:10:38 (26/79) Installing libdrm (2.4.110-r0) 17:10:38 (27/79) Installing gmp (6.2.1-r2) 17:10:38 (28/79) Installing nettle (3.7.3-r0) 17:10:38 (29/79) Installing p11-kit (0.24.1-r0) 17:10:38 (30/79) Installing libtasn1 (4.18.0-r1) 17:10:38 (31/79) Installing libunistring (1.0-r0) 17:10:38 (32/79) Installing gnutls (3.7.7-r1) 17:10:38 (33/79) Installing ncurses-terminfo-base (6.3_p20220521-r0) 17:10:38 (34/79) Installing ncurses-libs (6.3_p20220521-r0) 17:10:38 (35/79) Installing lame (3.100-r0) 17:10:38 (36/79) Installing opus (1.3.1-r1) 17:10:38 (37/79) Installing libasyncns (0.8-r1) 17:10:38 (38/79) Installing dbus-libs (1.14.4-r0) 17:10:38 (39/79) Installing libltdl (2.4.7-r0) 17:10:38 (40/79) Installing orc (0.4.32-r0) 17:10:38 (41/79) Installing libgcc (11.2.1_git20220219-r2) 17:10:38 (42/79) Installing libogg (1.3.5-r1) 17:10:38 (43/79) Installing libstdc++ (11.2.1_git20220219-r2) 17:10:38 (44/79) Installing flac (1.3.4-r0) 17:10:38 (45/79) Installing libvorbis (1.3.7-r0) 17:10:38 (46/79) Installing libsndfile (1.1.0-r0) 17:10:38 (47/79) Installing libgomp (11.2.1_git20220219-r2) 17:10:38 (48/79) Installing soxr (0.1.3-r2) 17:10:38 (49/79) Installing speexdsp (1.2.0-r0) 17:10:38 (50/79) Installing tdb-libs (1.4.6-r0) 17:10:38 (51/79) Installing libpulse (15.0-r2) 17:10:38 (52/79) Installing cjson (1.7.15-r3) 17:10:38 (53/79) Installing mbedtls (2.28.2-r0) 17:10:38 (54/79) Installing librist (0.2.6-r1) 17:10:38 (55/79) Installing libsrt (1.4.4-r0) 17:10:38 (56/79) Installing libssh (0.9.6-r1) 17:10:38 (57/79) Installing libtheora (1.1.1-r16) 17:10:38 (58/79) Installing libjpeg-turbo (2.1.3-r1) 17:10:38 (59/79) Installing v4l-utils-libs (1.22.1-r1) 17:10:38 (60/79) Installing libxext (1.3.4-r0) 17:10:38 (61/79) Installing libxfixes (6.0.0-r0) 17:10:38 (62/79) Installing wayland-libs-client (1.20.0-r0) 17:10:38 (63/79) Installing libva (2.14.0-r0) 17:10:38 (64/79) Installing libvdpau (1.5-r0) 17:10:38 (65/79) Installing vidstab (1.1.0-r1) 17:10:38 (66/79) Installing libvpx (1.11.0-r1) 17:10:38 (67/79) Installing libwebp (1.2.3-r0) 17:10:38 (68/79) Installing x264-libs (0.163_git20210613-r0) 17:10:38 (69/79) Installing numactl (2.0.14-r0) 17:10:38 (70/79) Installing x265-libs (3.5-r3) 17:10:38 (71/79) Installing xvidcore (1.3.7-r1) 17:10:38 (72/79) Installing ffmpeg-libs (5.0.1-r1) 17:10:38 (73/79) Installing ffmpeg (5.0.1-r1) 17:10:38 (74/79) Installing udev-init-scripts (35-r0) 17:10:38 Executing udev-init-scripts-35-r0.post-install 17:10:38 (75/79) Installing eudev-libs (3.2.11-r0) 17:10:38 (76/79) Installing xz-libs (5.2.5-r1) 17:10:38 (77/79) Installing zstd-libs (1.5.2-r1) 17:10:38 (78/79) Installing kmod-libs (29-r2) 17:10:38 (79/79) Installing eudev (3.2.11-r0) 17:10:38 Executing busybox-1.35.0-r17.trigger 17:10:38 Executing eudev-3.2.11-r0.trigger 17:10:38 OK: 77 MiB in 93 packages 17:10:38 Removing intermediate container 21dce517436d 17:10:38 ---> 474eaa677aa4 17:10:38 Step 18/35 : WORKDIR / 17:10:38 ---> Running in e6b7ed9ef407 17:10:39 Removing intermediate container e6b7ed9ef407 17:10:39 ---> 3982d79fb83c 17:10:39 Step 19/35 : COPY --from=builder /device-usb-camera/cmd / 17:10:40 ---> fc927dd40ba1 17:10:40 Step 20/35 : COPY --from=builder /device-usb-camera/LICENSE / 17:10:40 ---> 98692da0475b 17:10:40 Step 21/35 : COPY --from=builder /device-usb-camera/LICENSE-rtsp-simple-server / 17:10:41 ---> 1dfaa208b52d 17:10:41 Step 22/35 : COPY --from=builder /device-usb-camera/Attribution.txt / 17:10:41 ---> 19c67bf41852 17:10:41 Step 23/35 : COPY --from=builder /device-usb-camera/docker-entrypoint.sh / 17:10:42 ---> fe88914c5026 17:10:42 Step 24/35 : COPY --from=rtsp /rtsp-simple-server.yml / 17:10:42 ---> 6af3484b3c2f 17:10:42 Step 25/35 : COPY --from=rtsp /rtsp-simple-server / 17:10:43 ---> f222391b8e33 17:10:43 Step 26/35 : RUN sed -i 's/rtmpDisable: no/rtmpDisable: yes/g' rtsp-simple-server.yml 17:10:43 ---> Running in ae1922262523 17:10:45 Removing intermediate container ae1922262523 17:10:45 ---> 866e48157ea7 17:10:45 Step 27/35 : RUN sed -i 's/hlsDisable: no/hlsDisable: yes/g' rtsp-simple-server.yml 17:10:45 ---> Running in 9cdabaea9063 17:10:47 Removing intermediate container 9cdabaea9063 17:10:47 ---> 8551088f0cdb 17:10:47 Step 28/35 : RUN sed -i 's/protocols: \[udp, multicast, tcp\]/protocols: \[tcp\]/g' rtsp-simple-server.yml 17:10:47 ---> Running in 91b5d8258f8b 17:10:48 Removing intermediate container 91b5d8258f8b 17:10:48 ---> c8f0822b0bd3 17:10:48 Step 29/35 : EXPOSE 59983 17:10:48 ---> Running in bc74215ca71a 17:10:49 Removing intermediate container bc74215ca71a 17:10:49 ---> 807025c41b97 17:10:49 Step 30/35 : EXPOSE 8554 17:10:49 ---> Running in ce7a48982b49 17:10:49 Removing intermediate container ce7a48982b49 17:10:49 ---> 1ec302e7366d 17:10:49 Step 31/35 : ENTRYPOINT ["/docker-entrypoint.sh"] 17:10:49 ---> Running in a25258fc202d 17:10:50 Removing intermediate container a25258fc202d 17:10:50 ---> 5e43e0f0684f 17:10:50 Step 32/35 : CMD [ "--configProvider=consul.http://edgex-core-consul:8500", "--registry" ] 17:10:50 ---> Running in b63418b051f6 17:10:50 Removing intermediate container b63418b051f6 17:10:50 ---> e048cee4dcc6 17:10:50 Step 33/35 : LABEL arch=arm64 17:10:50 ---> Running in 89b4a9ea9638 17:10:50 Removing intermediate container 89b4a9ea9638 17:10:50 ---> cd84703aaefb 17:10:50 Step 34/35 : LABEL git_sha=e5ee64b17ecb7f3a4d2b4e44663483bcc1e91f17 17:10:50 ---> Running in 1c495611f4d0 17:10:51 Removing intermediate container 1c495611f4d0 17:10:51 ---> 9d914eba242e 17:10:51 Step 35/35 : LABEL version=0.0.0 17:10:51 ---> Running in 80dc8eea8ab6 17:10:51 Removing intermediate container 80dc8eea8ab6 17:10:51 ---> 20214fa60652 17:10:51 [Warning] One or more build-args [ARCH] were not consumed 17:10:51 Successfully built 20214fa60652 17:10:51 Successfully tagged device-usb-camera-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:10:52 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 17:10:52 17:10:52 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:10:52 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 17:10:52 arm64: Pulling from edgex-lftools-log-publisher 17:10:52 8998bd30e6a1: Pulling fs layer 17:10:52 04944245beec: Pulling fs layer 17:10:52 699f458cf7ca: Pulling fs layer 17:10:52 765212b225bb: Pulling fs layer 17:10:52 f23df028b6ca: Pulling fs layer 17:10:52 d65c8cfc05b1: Pulling fs layer 17:10:52 2437ff75d9bd: Pulling fs layer 17:10:52 f23df028b6ca: Waiting 17:10:52 d65c8cfc05b1: Waiting 17:10:52 2437ff75d9bd: Waiting 17:10:52 765212b225bb: Waiting 17:10:53 04944245beec: Verifying Checksum 17:10:53 04944245beec: Download complete 17:10:53 765212b225bb: Verifying Checksum 17:10:53 765212b225bb: Download complete 17:10:53 f23df028b6ca: Download complete 17:10:53 d65c8cfc05b1: Verifying Checksum 17:10:53 d65c8cfc05b1: Download complete 17:10:53 699f458cf7ca: Verifying Checksum 17:10:53 699f458cf7ca: Download complete 17:10:53 8998bd30e6a1: Download complete 17:10:55 2437ff75d9bd: Verifying Checksum 17:10:55 2437ff75d9bd: Download complete 17:10:57 8998bd30e6a1: Pull complete 17:10:58 04944245beec: Pull complete 17:10:59 699f458cf7ca: Pull complete 17:10:59 765212b225bb: Pull complete 17:11:00 f23df028b6ca: Pull complete 17:11:01 d65c8cfc05b1: Pull complete 17:11:16 2437ff75d9bd: Pull complete 17:11:16 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 17:11:16 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 17:11:16 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 17:11:16 prd-ubuntu20.04-docker-arm64-4c-16g-9506 does not seem to be running inside a container 17:11:16 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/device-usb-camera/1 -v /w/workspace/device-usb-camera/1:/w/workspace/device-usb-camera/1:rw,z -v /w/workspace/device-usb-camera/1@tmp:/w/workspace/device-usb-camera/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat 17:11:19 $ docker top 9fc387c980d3ce2b144b7c803f9ef2a6e1bf7ef1c1b7128ea7987b322b25c218 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 17:11:20 ---> job-cost.sh 17:11:20 lf-activate-venv: SKIPPING 17:11:20 INFO: No Stack... 17:11:20 INFO: Retrieving Pricing Info for: v3-standard-4 17:11:21 INFO: Archiving Costs [Pipeline] sh 17:11:22 + cat /w/workspace/device-usb-camera/1/archives/cost.csv 17:11:22 + cut -d, -f6 [Pipeline] lock 17:11:22 Trying to acquire lock on [jenkins-edgexfoundry-device-usb-camera-PR-175-1-stack-cost] 17:11:22 Resource [jenkins-edgexfoundry-device-usb-camera-PR-175-1-stack-cost] did not exist. Created. 17:11:22 Lock acquired on [jenkins-edgexfoundry-device-usb-camera-PR-175-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 17:11:23 /w/workspace/device-usb-camera/1@tmp/durable-6d26f906/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh 17:11:23 + echo total: 0.10999999940395355 [Pipeline] stash 17:11:23 Warning: overwriting stash ‘stack-cost’ 17:11:23 Stashed 1 file(s) [Pipeline] } 17:11:23 Lock released on resource [jenkins-edgexfoundry-device-usb-camera-PR-175-1-stack-cost] [Pipeline] // lock [Pipeline] } 17:11:23 $ docker stop --time=1 9fc387c980d3ce2b144b7c803f9ef2a6e1bf7ef1c1b7128ea7987b322b25c218 17:11:26 $ docker rm -f --volumes 9fc387c980d3ce2b144b7c803f9ef2a6e1bf7ef1c1b7128ea7987b322b25c218 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] configFileProvider 17:11:27 provisioning config files... 17:11:27 copy managed file [device-usb-camera-codecov-token] to file:/w/workspace/foundry_device-usb-camera_PR-175@tmp/config5239754964249743863tmp [Pipeline] { [Pipeline] sh 17:11:27 + set +x 17:11:27 + curl -s https://codecov.io/bash 17:11:27 + bash -s -- 17:11:27 17:11:27 _____ _ 17:11:27 / ____| | | 17:11:27 | | ___ __| | ___ ___ _____ __ 17:11:27 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 17:11:27 | |___| (_) | (_| | __/ (_| (_) \ V / 17:11:27 \_____\___/ \__,_|\___|\___\___/ \_/ 17:11:27 Bash-1.0.6 17:11:27 17:11:27 17:11:27 ==> git version 2.25.1 found 17:11:27 ==> curl 7.68.0 (x86_64-pc-linux-gnu) libcurl/7.68.0 OpenSSL/1.1.1f zlib/1.2.11 brotli/1.0.7 libidn2/2.2.0 libpsl/0.21.0 (+libidn2/2.2.0) libssh/0.9.3/openssl/zlib nghttp2/1.40.0 librtmp/2.3 17:11:27 Release-Date: 2020-01-08 17:11:27 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 17:11:27 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 17:11:27 ==> Jenkins CI detected. 17:11:27 current dir:  /w/workspace/foundry_device-usb-camera_PR-175 17:11:27 project root: . 17:11:27 --> token set from env 17:11:27 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 17:11:27 ==> Running gcov in . (disable via -X gcov) 17:11:27 ==> Python coveragepy not found 17:11:27 ==> Searching for coverage reports in: 17:11:27 + . 17:11:27 -> Found 1 reports 17:11:27 ==> Detecting git/mercurial file structure 17:11:27 ==> Reading reports 17:11:27 + ./coverage.out bytes=28352 17:11:27 ==> Appending adjustments 17:11:27 https://docs.codecov.io/docs/fixing-reports 17:11:27 + Found adjustments 17:11:27 ==> Gzipping contents 17:11:27 4.0K /tmp/codecov.yg9XXh.gz 17:11:27 ==> Uploading reports 17:11:27 url: https://codecov.io 17:11:27 query: branch=PR-175&commit=e5ee64b17ecb7f3a4d2b4e44663483bcc1e91f17&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-usb-camera%2Fjob%2FPR-175%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-usb-camera&service=jenkins&flags=&pr=175&job=&cmd_args= 17:11:27 -> Pinging Codecov 17:11:27 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=6df5b310-220c-4ff1-ad85-d7a32441f080&branch=PR-175&commit=e5ee64b17ecb7f3a4d2b4e44663483bcc1e91f17&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-usb-camera%2Fjob%2FPR-175%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-usb-camera&service=jenkins&flags=&pr=175&job=&cmd_args= 17:11:27 -> Uploading to 17:11:27 https://storage.googleapis.com/codecov/v4/raw/2023-03-09/73D8F5FF140700D3E01443B452E23636/e5ee64b17ecb7f3a4d2b4e44663483bcc1e91f17/67352ce9-7993-45c7-9d84-e1bf63a11cc9.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230309%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230309T171127Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=0be5f2890d2de2bff1aa692932f49e9ef164a1a834d0d4d9ff11d6521bd938bf 17:11:27 % Total % Received % Xferd Average Speed Time Time Time Current 17:11:27 Dload Upload Total Spent Left Speed 17:11:28 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 4000 0 0 100 4000 0 15503 --:--:-- --:--:-- --:--:-- 15503 17:11:28 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-usb-camera/commit/e5ee64b17ecb7f3a4d2b4e44663483bcc1e91f17 [Pipeline] } 17:11:28 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh 17:11:29 + [ -d /w/workspace/foundry_device-usb-camera_PR-175/archives ] 17:11:29 + ls -al /w/workspace/foundry_device-usb-camera_PR-175/archives 17:11:29 total 16 17:11:29 drwxr-xr-x 3 root root 4096 Mar 9 17:02 . 17:11:29 drwxrwxr-x 11 jenkins jenkins 4096 Mar 9 17:02 .. 17:11:29 drwxr-xr-x 2 root root 4096 Mar 9 17:02 cost 17:11:29 -rw-r--r-- 1 root root 89 Mar 9 17:02 cost.csv 17:11:29 + sudo chown -R jenkins:jenkins /w/workspace/foundry_device-usb-camera_PR-175/archives 17:11:29 + ls -al /w/workspace/foundry_device-usb-camera_PR-175/archives 17:11:29 total 16 17:11:29 drwxr-xr-x 3 jenkins jenkins 4096 Mar 9 17:02 . 17:11:29 drwxrwxr-x 11 jenkins jenkins 4096 Mar 9 17:02 .. 17:11:29 drwxr-xr-x 2 jenkins jenkins 4096 Mar 9 17:02 cost 17:11:29 -rw-r--r-- 1 jenkins jenkins 89 Mar 9 17:02 cost.csv [Pipeline] libraryResource [Pipeline] sh 17:11:30 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 17:11:31 ---> package-listing.sh 17:11:31 ++ facter osfamily 17:11:31 ++ tr '[:upper:]' '[:lower:]' 17:11:31 + OS_FAMILY=debian 17:11:31 + workspace=/w/workspace/foundry_device-usb-camera_PR-175 17:11:31 + START_PACKAGES=/tmp/packages_start.txt 17:11:31 + END_PACKAGES=/tmp/packages_end.txt 17:11:31 + DIFF_PACKAGES=/tmp/packages_diff.txt 17:11:31 + PACKAGES=/tmp/packages_start.txt 17:11:31 + '[' /w/workspace/foundry_device-usb-camera_PR-175 ']' 17:11:31 + PACKAGES=/tmp/packages_end.txt 17:11:31 + case "${OS_FAMILY}" in 17:11:31 + dpkg -l 17:11:31 + grep '^ii' 17:11:31 + '[' -f /tmp/packages_start.txt ']' 17:11:31 + '[' -f /tmp/packages_end.txt ']' 17:11:31 + diff /tmp/packages_start.txt /tmp/packages_end.txt 17:11:31 + '[' /w/workspace/foundry_device-usb-camera_PR-175 ']' 17:11:31 + mkdir -p /w/workspace/foundry_device-usb-camera_PR-175/archives/ 17:11:31 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/foundry_device-usb-camera_PR-175/archives/ [Pipeline] echo 17:11:31 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-175/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 17:11:31 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:11:32 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 17:11:32 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 17:11:32 prd-ubuntu20.04-docker-8c-8g-9505 does not seem to be running inside a container 17:11:32 $ 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-175/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-175 -v /w/workspace/foundry_device-usb-camera_PR-175:/w/workspace/foundry_device-usb-camera_PR-175:rw,z -v /w/workspace/foundry_device-usb-camera_PR-175@tmp:/w/workspace/foundry_device-usb-camera_PR-175@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 17:11:32 $ docker top 2b39cdd72cba6868c6bd79967b6abe14c8f28ad3559be1afc7beb536ce708403 -eo pid,comm [Pipeline] { [Pipeline] sh 17:11:33 + touch /tmp/pre-build-complete [Pipeline] sh 17:11:33 + mkdir -p /var/log/sysstat [Pipeline] sh 17:11:33 + ls /var/log/sa-host 17:11:33 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 17:11:33 provisioning config files... 17:11:33 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/foundry_device-usb-camera_PR-175@tmp/config11615738452733549243tmp [Pipeline] { [Pipeline] echo 17:11:33 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 17:11:34 ---> create-netrc.sh [Pipeline] } 17:11:34 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 17:11:34 ---> python-tools-install.sh [Pipeline] echo 17:11:34 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 17:11:34 ---> sudo-logs.sh 17:11:34 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 17:11:34 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 17:11:35 ---> job-cost.sh 17:11:35 lf-activate-venv: SKIPPING 17:11:35 DEBUG: total: 0.2199999988079071 17:11:35 INFO: Retrieving Stack Cost... 17:11:35 INFO: Retrieving Pricing Info for: v3-standard-8 17:11:36 INFO: Archiving Costs [Pipeline] echo 17:11:36 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 17:11:36 ---> logs-deploy.sh 17:11:36 lf-activate-venv: SKIPPING 17:11:36 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-usb-camera/PR-175/1 17:11:36 INFO: archiving workspace using pattern(s): 17:11:37 Archives upload complete. 17:11:37 INFO: archiving logs to Nexus