Pull request #267 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 EdgeX-Camera-Management for edgexfoundry/device-usb-camera Loading trusted files from base branch main at 040a5a62acea184fdd41387d4dec6344494c5d71 rather than 4af3f945cdbb23f4ff425e83e2b699663686e1f0 Obtained Jenkinsfile from 040a5a62acea184fdd41387d4dec6344494c5d71 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-ssh4220892041978708965.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision d4291cbe28daa2a40ca94d44cc831565108a4ea5 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-ssh11394448053478767397.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 d4291cbe28daa2a40ca94d44cc831565108a4ea5 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-267/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-267/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh16856904840572049012.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-267/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh12740645996689628546.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision d4291cbe28daa2a40ca94d44cc831565108a4ea5 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f d4291cbe28daa2a40ca94d44cc831565108a4ea5 # timeout=10 Commit message: "Merge pull request #431 from ernestojeda/update-compose" > 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-ssh17918565694453717242.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-267/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-267/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh13230494925435770965.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 d4291cbe28daa2a40ca94d44cc831565108a4ea5 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.20 USE_ALPINE: true DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_IMAGE_NAME: device-usb-camera DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task All nodes of label ‘ubuntu20.04-docker-8c-8g’ are offline Running on prd-ubuntu20.04-docker-8c-8g-3095 in /w/workspace/foundry_device-usb-camera_PR-267 [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-267 # 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 040a5a62acea184fdd41387d4dec6344494c5d71 into PR head commit 4af3f945cdbb23f4ff425e83e2b699663686e1f0 Merge succeeded, producing 4af3f945cdbb23f4ff425e83e2b699663686e1f0 Checking out Revision 4af3f945cdbb23f4ff425e83e2b699663686e1f0 (PR-267) > 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/267/head:refs/remotes/origin/PR-267 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 4af3f945cdbb23f4ff425e83e2b699663686e1f0 # 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 040a5a62acea184fdd41387d4dec6344494c5d71 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 4af3f945cdbb23f4ff425e83e2b699663686e1f0 # timeout=10 Commit message: "refactor: use PatchDevice calls instead of UpdateDevice" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object d4291cbe28daa2a40ca94d44cc831565108a4ea5 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 04:08:46 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 04:08:47 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 04:08:47 ========================================================= 04:08:47 EdgeX Global Pipelines Version Info 04:08:47 ========================================================= [Pipeline] libraryResource [Pipeline] sh 04:08:48 ------------------- 04:08:48 stable info: 04:08:48 ------------------- 04:08:48 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 04:08:48 Commit SHA: d4291cbe28daa2a40ca94d44cc831565108a4ea5 04:08:48 Message: update stable to v1.0.250 04:08:48 ------------------- 04:08:48 experimental info: 04:08:48 ------------------- 04:08:48 Commited By: **** collab-it+edgex@linuxfoundation.org 04:08:48 Commit SHA: e40317f62605a4f3b5f0b8a3ca7537e8fb1ff910 04:08:48 Message: update experimental to v1.0.252 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 04:08:49 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-usb-camera-settings [Pipeline] echo 04:08:49 [edgeXSetupEnvironment]: set envvar PROJECT = device-usb-camera [Pipeline] echo 04:08:49 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 04:08:49 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 04:08:49 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 04:08:49 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.20 [Pipeline] echo 04:08:49 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 04:08:49 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 04:08:49 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 04:08:49 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 04:08:49 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 04:08:49 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-usb-camera [Pipeline] echo 04:08:49 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 04:08:49 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 04:08:49 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 04:08:49 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 04:08:49 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 04:08:49 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 04:08:49 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 04:08:49 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 04:08:50 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 04:08:50 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 04:08:50 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 04:08:50 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 04:08:50 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 04:08:50 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 04:08:50 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 04:08:50 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-267 [Pipeline] echo 04:08:50 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-267 [Pipeline] echo 04:08:50 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-267 [Pipeline] echo 04:08:50 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 4af3f945cdbb23f4ff425e83e2b699663686e1f0 [Pipeline] echo 04:08:50 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 4af3f94 [Pipeline] echo 04:08:50 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 04:08:50 provisioning config files... 04:08:50 copy managed file [device-usb-camera-settings] to file:/w/workspace/foundry_device-usb-camera_PR-267@tmp/config14196688850566884242tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 04:08:51 ---> docker-login.sh 04:08:51 nexus3.edgexfoundry.org:10001 04:08:51 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:08:51 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:08:51 Configure a credential helper to remove this warning. See 04:08:51 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:08:51 04:08:51 Login Succeeded 04:08:51 nexus3.edgexfoundry.org:10002 04:08:51 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:08:51 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:08:51 Configure a credential helper to remove this warning. See 04:08:51 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:08:51 04:08:51 Login Succeeded 04:08:51 nexus3.edgexfoundry.org:10003 04:08:51 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:08:51 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:08:51 Configure a credential helper to remove this warning. See 04:08:51 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:08:51 04:08:51 Login Succeeded 04:08:51 nexus3.edgexfoundry.org:10004 04:08:51 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:08:51 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:08:51 Configure a credential helper to remove this warning. See 04:08:51 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:08:51 04:08:51 Login Succeeded 04:08:51 docker.io 04:08:51 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:08:52 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:08:52 Configure a credential helper to remove this warning. See 04:08:52 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:08:52 04:08:52 Login Succeeded 04:08:52 ---> docker-login.sh ends [Pipeline] } 04:08:52 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 04:08:52 + git rev-list -1 --merges 4af3f945cdbb23f4ff425e83e2b699663686e1f0~1..4af3f945cdbb23f4ff425e83e2b699663686e1f0 [Pipeline] echo 04:08:52 -----------> git rev-list -1 --merges 4af3f945cdbb23f4ff425e83e2b699663686e1f0~1..4af3f945cdbb23f4ff425e83e2b699663686e1f0 4af3f945cdbb23f4ff425e83e2b699663686e1f0 [false] [Pipeline] sh 04:08:53 + git log --format=format:%s -1 4af3f945cdbb23f4ff425e83e2b699663686e1f0 [Pipeline] echo 04:08:53 ========================================================= 04:08:53 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 04:08:53 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 04:08:53 + git log --format=format:%s -1 4af3f945cdbb23f4ff425e83e2b699663686e1f0 [Pipeline] echo 04:08:53 [semverPrep] GIT_COMMIT: 4af3f945cdbb23f4ff425e83e2b699663686e1f0, Commit Message: refactor: use PatchDevice calls instead of UpdateDevice [Pipeline] echo 04:08:53 [semverPrep] This is not a build commit. [Pipeline] sh 04:08:54 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 04:08:54 + grep -v github /etc/ssh/ssh_known_hosts 04:08:54 + [ -e /tmp/ssh_known_hosts ] 04:08:54 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 04:08:54 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 04:08:54 + sudo tee -a /etc/ssh/ssh_known_hosts 04:08:54 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:08:54 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 04:08:54 04:08:54 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:08:55 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 04:08:55 0.1.4: Pulling from edgex-devops/py-git-semver 04:08:55 b85a868b505f: Pulling fs layer 04:08:55 e2be974225ed: Pulling fs layer 04:08:55 339a4e72a1f5: Pulling fs layer 04:08:55 988bab9f4d93: Pulling fs layer 04:08:55 1469e6f7b9e6: Pulling fs layer 04:08:55 eaf3925da568: Pulling fs layer 04:08:55 bab4dde63d76: Pulling fs layer 04:08:55 bde34c3a00c8: Pulling fs layer 04:08:55 b352a97aabf1: Pulling fs layer 04:08:55 4872d77fe225: Pulling fs layer 04:08:55 5851b861e8e6: Pulling fs layer 04:08:55 eaf3925da568: Waiting 04:08:55 bab4dde63d76: Waiting 04:08:55 988bab9f4d93: Waiting 04:08:55 bde34c3a00c8: Waiting 04:08:55 4872d77fe225: Waiting 04:08:55 b352a97aabf1: Waiting 04:08:55 5851b861e8e6: Waiting 04:08:55 1469e6f7b9e6: Waiting 04:08:55 e2be974225ed: Verifying Checksum 04:08:55 e2be974225ed: Download complete 04:08:55 988bab9f4d93: Verifying Checksum 04:08:55 988bab9f4d93: Download complete 04:08:55 339a4e72a1f5: Verifying Checksum 04:08:55 339a4e72a1f5: Download complete 04:08:55 1469e6f7b9e6: Verifying Checksum 04:08:55 1469e6f7b9e6: Download complete 04:08:55 eaf3925da568: Verifying Checksum 04:08:55 eaf3925da568: Download complete 04:08:55 bde34c3a00c8: Download complete 04:08:55 b352a97aabf1: Download complete 04:08:55 4872d77fe225: Verifying Checksum 04:08:55 4872d77fe225: Download complete 04:08:55 5851b861e8e6: Download complete 04:08:55 b85a868b505f: Verifying Checksum 04:08:55 b85a868b505f: Download complete 04:08:55 bab4dde63d76: Verifying Checksum 04:08:55 bab4dde63d76: Download complete 04:08:56 b85a868b505f: Pull complete 04:08:56 e2be974225ed: Pull complete 04:08:57 339a4e72a1f5: Pull complete 04:08:57 988bab9f4d93: Pull complete 04:08:57 1469e6f7b9e6: Pull complete 04:08:57 eaf3925da568: Pull complete 04:08:59 bab4dde63d76: Pull complete 04:08:59 bde34c3a00c8: Pull complete 04:08:59 b352a97aabf1: Pull complete 04:08:59 4872d77fe225: Pull complete 04:08:59 5851b861e8e6: Pull complete 04:08:59 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 04:08:59 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 04:08:59 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 04:08:59 prd-ubuntu20.04-docker-8c-8g-3095 does not seem to be running inside a container 04:08:59 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/foundry_device-usb-camera_PR-267 -v /w/workspace/foundry_device-usb-camera_PR-267:/w/workspace/foundry_device-usb-camera_PR-267:rw,z -v /w/workspace/foundry_device-usb-camera_PR-267@tmp:/w/workspace/foundry_device-usb-camera_PR-267@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 04:09:02 $ docker top 9ba43c87cebec75465d865165ef618e5766f32263ef44d48ae7498886047a31a -eo pid,comm 04:09:02 ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). 04:09:02 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 04:09:02 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 04:09:02 [ssh-agent] Looking for ssh-agent implementation... 04:09:02 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 04:09:02 $ docker exec 9ba43c87cebec75465d865165ef618e5766f32263ef44d48ae7498886047a31a ssh-agent 04:09:02 SSH_AUTH_SOCK=/tmp/ssh-8mxDcalaBegp/agent.33 04:09:02 SSH_AGENT_PID=39 04:09:02 Running ssh-add (command line suppressed) 04:09:02 Identity added: /w/workspace/foundry_device-usb-camera_PR-267@tmp/private_key_11517597108998177057.key (/w/workspace/foundry_device-usb-camera_PR-267@tmp/private_key_11517597108998177057.key) 04:09:02 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 04:09:03 + git tag --points-at HEAD [Pipeline] } 04:09:03 $ docker exec --env ******** --env ******** 9ba43c87cebec75465d865165ef618e5766f32263ef44d48ae7498886047a31a ssh-agent -k 04:09:03 unset SSH_AUTH_SOCK; 04:09:03 unset SSH_AGENT_PID; 04:09:03 echo Agent pid 39 killed; 04:09:03 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 04:09:03 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 04:09:03 [ssh-agent] Looking for ssh-agent implementation... 04:09:03 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 04:09:03 $ docker exec 9ba43c87cebec75465d865165ef618e5766f32263ef44d48ae7498886047a31a ssh-agent 04:09:03 SSH_AUTH_SOCK=/tmp/ssh-NaI3vNgoMHvP/agent.72 04:09:03 SSH_AGENT_PID=78 04:09:03 Running ssh-add (command line suppressed) 04:09:03 Identity added: /w/workspace/foundry_device-usb-camera_PR-267@tmp/private_key_832418926531873102.key (/w/workspace/foundry_device-usb-camera_PR-267@tmp/private_key_832418926531873102.key) 04:09:03 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 04:09:03 + git semver init 04:09:04 2023-08-08 04:09:04,096 [run_init] DEBUG init version:0.0.0 force:False 04:09:04 2023-08-08 04:09:04,097 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/foundry_device-usb-camera_PR-267/.semver 04:09:04 2023-08-08 04:09:04,097 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-usb-camera.git /w/workspace/foundry_device-usb-camera_PR-267/.semver 04:09:04 2023-08-08 04:09:04,097 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/device-usb-camera.git', '/w/workspace/foundry_device-usb-camera_PR-267/.semver'], cwd=/w/workspace/foundry_device-usb-camera_PR-267, universal_newlines=False, shell=None, istream=None) 04:09:05 2023-08-08 04:09:04,843 [append_file] DEBUG append to file:/w/workspace/foundry_device-usb-camera_PR-267/.git/info/exclude 04:09:05 2023-08-08 04:09:04,844 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/foundry_device-usb-camera_PR-267/.semver/PR-267 with force:False 04:09:05 2023-08-08 04:09:04,844 [write_file] DEBUG write to file:/w/workspace/foundry_device-usb-camera_PR-267/.semver/PR-267 04:09:05 2023-08-08 04:09:04,847 [execute] INFO git cat-file --batch-check 04:09:05 2023-08-08 04:09:04,847 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/foundry_device-usb-camera_PR-267/.semver, universal_newlines=False, shell=None, istream=) 04:09:05 2023-08-08 04:09:04,853 [execute] INFO git cat-file --batch 04:09:05 2023-08-08 04:09:04,854 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/foundry_device-usb-camera_PR-267/.semver, universal_newlines=False, shell=None, istream=) 04:09:05 2023-08-08 04:09:04,860 [read_version] DEBUG read version from /w/workspace/foundry_device-usb-camera_PR-267/.semver/PR-267 04:09:05 0.0.0 [Pipeline] } 04:09:05 $ docker exec --env ******** --env ******** 9ba43c87cebec75465d865165ef618e5766f32263ef44d48ae7498886047a31a ssh-agent -k 04:09:05 unset SSH_AUTH_SOCK; 04:09:05 unset SSH_AGENT_PID; 04:09:05 echo Agent pid 78 killed; 04:09:05 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 04:09:05 + git semver [Pipeline] } 04:09:05 $ docker stop --time=1 9ba43c87cebec75465d865165ef618e5766f32263ef44d48ae7498886047a31a 04:09:07 $ docker rm -f --volumes 9ba43c87cebec75465d865165ef618e5766f32263ef44d48ae7498886047a31a [Pipeline] // withDockerContainer [Pipeline] sh 04:09:07 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 04:09:07 Stashed 1 file(s) [Pipeline] echo 04:09:07 [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 04:09:08 provisioning config files... 04:09:08 copy managed file [device-usb-camera-settings] to file:/w/workspace/foundry_device-usb-camera_PR-267@tmp/config16472162262484825009tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 04:09:08 ---> docker-login.sh 04:09:08 nexus3.edgexfoundry.org:10001 04:09:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:09:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:09:08 Configure a credential helper to remove this warning. See 04:09:08 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:09:08 04:09:08 Login Succeeded 04:09:08 nexus3.edgexfoundry.org:10002 04:09:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:09:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:09:08 Configure a credential helper to remove this warning. See 04:09:08 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:09:08 04:09:08 Login Succeeded 04:09:08 nexus3.edgexfoundry.org:10003 04:09:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:09:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:09:09 Configure a credential helper to remove this warning. See 04:09:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:09:09 04:09:09 Login Succeeded 04:09:09 nexus3.edgexfoundry.org:10004 04:09:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:09:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:09:09 Configure a credential helper to remove this warning. See 04:09:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:09:09 04:09:09 Login Succeeded 04:09:09 docker.io 04:09:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:09:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:09:09 Configure a credential helper to remove this warning. See 04:09:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:09:09 04:09:09 Login Succeeded 04:09:09 ---> docker-login.sh ends [Pipeline] } 04:09:09 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 04:09:09 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 04:09:10 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 04:09:10 ========================================================= 04:09:10 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine] 04:09:10 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:09:10 + docker build -t ci-base-image-x86_64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine --build-arg MAKE=echo noop --target=builder . 04:09:10 Sending build context to Docker daemon 2.038MB 04:09:10 Step 1/13 : ARG BASE=golang:1.20-alpine3.17 04:09:10 Step 2/13 : FROM ${BASE} AS builder 04:09:10 1.20-alpine: Pulling from edgex-devops/edgex-golang-base 04:09:10 4db1b89c0bd1: Pulling fs layer 04:09:10 6911f1a30b25: Pulling fs layer 04:09:10 e194b8c5c2a9: Pulling fs layer 04:09:10 6863d3e3a2b1: Pulling fs layer 04:09:10 ec0bb842ea78: Pulling fs layer 04:09:10 40a00589a448: Pulling fs layer 04:09:10 6c08303d61cc: Pulling fs layer 04:09:10 798269fcf238: Pulling fs layer 04:09:10 40a00589a448: Waiting 04:09:10 6863d3e3a2b1: Waiting 04:09:10 6c08303d61cc: Waiting 04:09:10 ec0bb842ea78: Waiting 04:09:10 798269fcf238: Waiting 04:09:10 6911f1a30b25: Verifying Checksum 04:09:10 6911f1a30b25: Download complete 04:09:10 6863d3e3a2b1: Verifying Checksum 04:09:10 6863d3e3a2b1: Download complete 04:09:10 ec0bb842ea78: Verifying Checksum 04:09:10 ec0bb842ea78: Download complete 04:09:10 4db1b89c0bd1: Verifying Checksum 04:09:10 4db1b89c0bd1: Download complete 04:09:10 40a00589a448: Verifying Checksum 04:09:10 40a00589a448: Download complete 04:09:10 4db1b89c0bd1: Pull complete 04:09:11 6911f1a30b25: Pull complete 04:09:11 798269fcf238: Verifying Checksum 04:09:11 e194b8c5c2a9: Verifying Checksum 04:09:11 e194b8c5c2a9: Download complete 04:09:11 6c08303d61cc: Verifying Checksum 04:09:11 6c08303d61cc: Download complete 04:09:14 e194b8c5c2a9: Pull complete 04:09:14 6863d3e3a2b1: Pull complete 04:09:14 ec0bb842ea78: Pull complete 04:09:14 40a00589a448: Pull complete 04:09:17 6c08303d61cc: Pull complete 04:09:17 798269fcf238: Pull complete 04:09:17 Digest: sha256:68752d3c5041900b879808a9c232fa800f64c2352b9991beceed63c007ae5301 04:09:17 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine 04:09:17 ---> ec979cd7f677 04:09:17 Step 3/13 : ARG ADD_BUILD_TAGS="" 04:09:21 ---> Running in ca05ca8e6118 04:09:21 Removing intermediate container ca05ca8e6118 04:09:21 ---> 522e436c9821 04:09:21 Step 4/13 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 04:09:21 ---> Running in d60ab8784207 04:09:21 Removing intermediate container d60ab8784207 04:09:21 ---> 7d36b61bf4ba 04:09:21 Step 5/13 : ARG ALPINE_PKG_BASE="make git gcc libc-dev curl" 04:09:21 ---> Running in 616ba15da149 04:09:21 Removing intermediate container 616ba15da149 04:09:21 ---> 18117984786b 04:09:21 Step 6/13 : ARG ALPINE_PKG_EXTRA="v4l-utils-dev v4l-utils v4l-utils-libs linux-headers" 04:09:21 ---> Running in ab59628109eb 04:09:21 Removing intermediate container ab59628109eb 04:09:21 ---> 345b90f0d7f4 04:09:21 Step 7/13 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 04:09:21 ---> Running in 78565e4cbce0 04:09:21 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 04:09:21 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 04:09:22 (1/14) Installing libintl (0.21.1-r1) 04:09:22 (2/14) Installing eudev-libs (3.2.11-r4) 04:09:22 (3/14) Installing libjpeg-turbo (2.1.4-r0) 04:09:22 (4/14) Installing v4l-utils-libs (1.22.1-r2) 04:09:22 (5/14) Installing v4l-utils (1.22.1-r2) 04:09:22 (6/14) Installing udev-init-scripts (35-r1) 04:09:22 (7/14) Installing libblkid (2.38.1-r1) 04:09:22 (8/14) Installing xz-libs (5.2.9-r0) 04:09:22 (9/14) Installing zstd-libs (1.5.5-r0) 04:09:22 (10/14) Installing kmod-libs (30-r1) 04:09:22 (11/14) Installing eudev (3.2.11-r4) 04:09:22 (12/14) Installing eudev-dev (3.2.11-r4) 04:09:22 (13/14) Installing v4l-utils-dvbv5 (1.22.1-r2) 04:09:22 (14/14) Installing v4l-utils-dev (1.22.1-r2) 04:09:22 Executing busybox-1.35.0-r29.trigger 04:09:22 Executing eudev-3.2.11-r4.trigger 04:09:22 OK: 272 MiB in 67 packages 04:09:23 Removing intermediate container 78565e4cbce0 04:09:23 ---> 09ff58d2929d 04:09:23 Step 8/13 : WORKDIR /device-usb-camera 04:09:23 ---> Running in 27f5b1f87467 04:09:23 Removing intermediate container 27f5b1f87467 04:09:23 ---> b3d991fec61e 04:09:23 Step 9/13 : COPY go.mod vendor* ./ 04:09:23 ---> 83b7e4b58b35 04:09:23 Step 10/13 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:09:23 ---> Running in 4c8a3c0851b5 04:09:23 Still waiting to schedule task 04:09:23 All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline 04:09:49 Removing intermediate container 4c8a3c0851b5 04:09:49 ---> 7db460b5f2e0 04:09:49 Step 11/13 : COPY . . 04:09:49 ---> e1e37bb6d400 04:09:49 Step 12/13 : RUN curl -o LICENSE-rtsp-simple-server https://raw.githubusercontent.com/aler9/rtsp-simple-server/main/LICENSE 04:09:49 ---> Running in 775ea2804474 04:09:49  % Total % Received % Xferd Average Speed Time Time Time Current 04:09:49 Dload Upload Total Spent Left Speed 04:09:49 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 1062 100 1062 0 0 5041 0 --:--:-- --:--:-- --:--:-- 5057 04:09:50 Removing intermediate container 775ea2804474 04:09:50 ---> 192fd6cadb72 04:09:50 Step 13/13 : RUN ${MAKE} 04:09:50 ---> Running in 527df3af9c7e 04:09:50 noop 04:09:50 Removing intermediate container 527df3af9c7e 04:09:50 ---> c2d5081ce78d 04:09:50 Successfully built c2d5081ce78d 04:09:50 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:09:51 + docker inspect -f . ci-base-image-x86_64 04:09:51 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 04:09:51 prd-ubuntu20.04-docker-8c-8g-3095 does not seem to be running inside a container 04:09:51 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/foundry_device-usb-camera_PR-267 -v /w/workspace/foundry_device-usb-camera_PR-267:/w/workspace/foundry_device-usb-camera_PR-267:rw,z -v /w/workspace/foundry_device-usb-camera_PR-267@tmp:/w/workspace/foundry_device-usb-camera_PR-267@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 04:09:51 $ docker top 10ba99fc8f78f52a2af16060825079fc7036163928a559239d56f4d39170bd08 -eo pid,comm [Pipeline] { [Pipeline] sh 04:09:51 + go version 04:09:51 go version go1.20.6 linux/amd64 [Pipeline] } 04:09:52 $ docker stop --time=1 10ba99fc8f78f52a2af16060825079fc7036163928a559239d56f4d39170bd08 04:09:53 $ docker rm -f --volumes 10ba99fc8f78f52a2af16060825079fc7036163928a559239d56f4d39170bd08 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:09:54 + docker inspect -f . ci-base-image-x86_64 04:09:54 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 04:09:54 prd-ubuntu20.04-docker-8c-8g-3095 does not seem to be running inside a container 04:09:54 $ 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-267 -v /w/workspace/foundry_device-usb-camera_PR-267:/w/workspace/foundry_device-usb-camera_PR-267:rw,z -v /w/workspace/foundry_device-usb-camera_PR-267@tmp:/w/workspace/foundry_device-usb-camera_PR-267@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 04:09:54 $ docker top 14d7818a6c19a05bcbd449ec258ec708b7f3a8f5b3736b10d7d3d6a95c04ffb3 -eo pid,comm [Pipeline] { [Pipeline] sh 04:09:54 + git config --global --add safe.directory /w/workspace/foundry_device-usb-camera_PR-267 [Pipeline] fileExists [Pipeline] sh 04:09:55 + make test 04:09:55 go test ./... -coverprofile=coverage.out ./... 04:10:00 ? github.com/edgexfoundry/device-usb-camera [no test files] 04:10:10 ? github.com/edgexfoundry/device-usb-camera/cmd [no test files] 04:10:10 ok github.com/edgexfoundry/device-usb-camera/internal/driver 0.019s coverage: 5.2% of statements 04:10:15 go vet ./... 04:10:19 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 04:10:19 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 04:10:19 ./bin/test-attribution-txt.sh [Pipeline] echo 04:10:19 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 04:10:19 $ docker stop --time=1 14d7818a6c19a05bcbd449ec258ec708b7f3a8f5b3736b10d7d3d6a95c04ffb3 04:10:21 $ docker rm -f --volumes 14d7818a6c19a05bcbd449ec258ec708b7f3a8f5b3736b10d7d3d6a95c04ffb3 [Pipeline] // withDockerContainer [Pipeline] sh 04:10:22 + sudo chown -R jenkins:jenkins . [Pipeline] stash 04:10:22 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 04:10:23 + sudo chown -R jenkins:jenkins . [Pipeline] sh 04:10:23 + ls -al . 04:10:23 total 204 04:10:23 drwxrwxr-x 10 jenkins jenkins 4096 Aug 8 04:09 . 04:10:23 drwxrwxr-x 4 jenkins jenkins 4096 Aug 8 04:08 .. 04:10:23 drwxrwxr-x 8 jenkins jenkins 4096 Aug 8 04:09 .git 04:10:23 drwxrwxr-x 3 jenkins jenkins 4096 Aug 8 04:08 .github 04:10:23 -rw-rw-r-- 1 jenkins jenkins 414 Aug 8 04:08 .gitignore 04:10:23 -rw-rw-r-- 1 jenkins jenkins 45 Aug 8 04:08 .golangci.yml 04:10:23 -rw-rw-r-- 1 jenkins jenkins 77 Aug 8 04:08 .hadolint.yml 04:10:23 drwxr-xr-x 3 jenkins jenkins 4096 Aug 8 04:09 .semver 04:10:23 -rw-rw-r-- 1 jenkins jenkins 9783 Aug 8 04:08 Attribution.txt 04:10:23 -rw-rw-r-- 1 jenkins jenkins 11903 Aug 8 04:08 CHANGELOG.md 04:10:23 -rw-rw-r-- 1 jenkins jenkins 2453 Aug 8 04:08 Dockerfile 04:10:23 -rw-rw-r-- 1 jenkins jenkins 678 Aug 8 04:08 GOVERNANCE.md 04:10:23 -rw-rw-r-- 1 jenkins jenkins 659 Aug 8 04:08 Jenkinsfile 04:10:23 -rw-rw-r-- 1 jenkins jenkins 11348 Aug 8 04:08 LICENSE 04:10:23 -rw-rw-r-- 1 jenkins jenkins 2364 Aug 8 04:08 Makefile 04:10:23 -rw-rw-r-- 1 jenkins jenkins 622 Aug 8 04:08 OWNERS.md 04:10:23 -rw-rw-r-- 1 jenkins jenkins 2575 Aug 8 04:08 README.md 04:10:23 -rw-rw-r-- 1 jenkins jenkins 5 Aug 8 04:09 VERSION 04:10:23 drwxrwxr-x 2 jenkins jenkins 4096 Aug 8 04:08 bin 04:10:23 drwxrwxr-x 3 jenkins jenkins 4096 Aug 8 04:08 cmd 04:10:23 -rw-r--r-- 1 jenkins jenkins 44795 Aug 8 04:10 coverage.out 04:10:23 -rwxrwxr-x 1 jenkins jenkins 140 Aug 8 04:08 docker-entrypoint.sh 04:10:23 drwxrwxr-x 2 jenkins jenkins 4096 Aug 8 04:08 docs 04:10:23 -rw-rw-r-- 1 jenkins jenkins 3416 Aug 8 04:08 go.mod 04:10:23 -rw-rw-r-- 1 jenkins jenkins 31482 Aug 8 04:08 go.sum 04:10:23 drwxrwxr-x 3 jenkins jenkins 4096 Aug 8 04:08 internal 04:10:23 drwxrwxr-x 4 jenkins jenkins 4096 Aug 8 04:08 snap 04:10:23 -rw-rw-r-- 1 jenkins jenkins 231 Aug 8 04:08 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:10:23 + 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=4af3f945cdbb23f4ff425e83e2b699663686e1f0 --label arch=amd64 --label version=0.0.0 . 04:10:23 Sending build context to Docker daemon 2.083MB 04:10:23 Step 1/36 : ARG BASE=golang:1.20-alpine3.17 04:10:23 Step 2/36 : FROM ${BASE} AS builder 04:10:23 ---> c2d5081ce78d 04:10:23 Step 3/36 : ARG ADD_BUILD_TAGS="" 04:10:23 ---> Running in ceef5b19e296 04:10:24 Removing intermediate container ceef5b19e296 04:10:24 ---> 40dfc3fab6d0 04:10:24 Step 4/36 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 04:10:24 ---> Running in 77856085c75b 04:10:24 Removing intermediate container 77856085c75b 04:10:24 ---> 70dec0a94e92 04:10:24 Step 5/36 : ARG ALPINE_PKG_BASE="make git gcc libc-dev curl" 04:10:24 ---> Running in b27f8cfa6452 04:10:24 Removing intermediate container b27f8cfa6452 04:10:24 ---> dfafa8e9083e 04:10:24 Step 6/36 : ARG ALPINE_PKG_EXTRA="v4l-utils-dev v4l-utils v4l-utils-libs linux-headers" 04:10:24 ---> Running in 5acccc34c0a7 04:10:24 Removing intermediate container 5acccc34c0a7 04:10:24 ---> c015a53740ce 04:10:24 Step 7/36 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 04:10:24 ---> Running in 03cead95d2b3 04:10:24 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 04:10:24 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 04:10:24 OK: 272 MiB in 67 packages 04:10:25 Removing intermediate container 03cead95d2b3 04:10:25 ---> 966b87c293c8 04:10:25 Step 8/36 : WORKDIR /device-usb-camera 04:10:25 ---> Running in a7549e0e14f2 04:10:25 Removing intermediate container a7549e0e14f2 04:10:25 ---> 94711a685e79 04:10:25 Step 9/36 : COPY go.mod vendor* ./ 04:10:25 ---> 67a4ee5801d1 04:10:25 Step 10/36 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:10:25 ---> Running in 63895a7db50c 04:10:26 Removing intermediate container 63895a7db50c 04:10:26 ---> 5a3657f4c944 04:10:26 Step 11/36 : COPY . . 04:10:26 ---> ec3410448909 04:10:26 Step 12/36 : RUN curl -o LICENSE-rtsp-simple-server https://raw.githubusercontent.com/aler9/rtsp-simple-server/main/LICENSE 04:10:26 ---> Running in 568cc699a302 04:10:26  % Total % Received % Xferd Average Speed Time Time Time Current 04:10:26 Dload Upload Total Spent Left Speed 04:10:26 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100  1062  100  1062    0     0 21070      0 --:--:-- --:--:-- --:--:-- 21240 04:10:27 Removing intermediate container 568cc699a302 04:10:27 ---> 4143bcc7e2d4 04:10:27 Step 13/36 : RUN ${MAKE} 04:10:27 ---> Running in 1faf968ab18c 04:10:27 go build -tags "" -ldflags "-X github.com/edgexfoundry/device-usb-camera.Version=0.0.0" -trimpath -mod=readonly -o cmd/device-usb-camera ./cmd 04:10:49 Removing intermediate container 1faf968ab18c 04:10:49 ---> 09eeff7fe032 04:10:49 Step 14/36 : FROM aler9/rtsp-simple-server:v0.21.6 AS rtsp 04:10:49 v0.21.6: Pulling from aler9/rtsp-simple-server 04:10:49 4acc49c71d14: Pulling fs layer 04:10:49 4acc49c71d14: Verifying Checksum 04:10:49 4acc49c71d14: Download complete 04:10:49 4acc49c71d14: Pull complete 04:10:49 Digest: sha256:f020796eb25ff31728c4633d51d76ece857ae5036a0f706c94a090e7b6047b3f 04:10:49 Status: Downloaded newer image for aler9/rtsp-simple-server:v0.21.6 04:10:49 ---> 01a2bd3e5fff 04:10:49 Step 15/36 : FROM alpine:3.17 04:10:49 3.17: Pulling from library/alpine 04:10:49 9398808236ff: Pulling fs layer 04:10:49 9398808236ff: Download complete 04:10:49 9398808236ff: Pull complete 04:10:49 Digest: sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 04:10:49 Status: Downloaded newer image for alpine:3.17 04:10:49 ---> 1e0b8b5322fc 04:10:49 Step 16/36 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel Corporation' 04:10:49 ---> Running in eb8cabc63604 04:10:49 Removing intermediate container eb8cabc63604 04:10:49 ---> e5af6d1faa91 04:10:49 Step 17/36 : RUN apk add --update --no-cache dumb-init ffmpeg udev 04:10:49 ---> Running in 81927b2f7433 04:10:49 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 04:10:49 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 04:10:49 (1/86) Installing dumb-init (1.2.5-r2) 04:10:49 (2/86) Installing sdl2 (2.26.5-r0) 04:10:49 (3/86) Installing svt-av1-libs (1.3.0-r0) 04:10:49 (4/86) Installing libxau (1.0.10-r0) 04:10:49 (5/86) Installing libmd (1.0.4-r0) 04:10:49 (6/86) Installing libbsd (0.11.7-r0) 04:10:49 (7/86) Installing libxdmcp (1.1.4-r0) 04:10:49 (8/86) Installing libxcb (1.15-r0) 04:10:49 (9/86) Installing libx11 (1.8.4-r1) 04:10:50 (10/86) Installing aom-libs (3.5.0-r0) 04:10:50 (11/86) Installing alsa-lib (1.2.8-r0) 04:10:50 (12/86) Installing libexpat (2.5.0-r0) 04:10:50 (13/86) Installing brotli-libs (1.0.9-r9) 04:10:50 (14/86) Installing libbz2 (1.0.8-r4) 04:10:50 (15/86) Installing libpng (1.6.38-r0) 04:10:50 (16/86) Installing freetype (2.12.1-r0) 04:10:50 (17/86) Installing fontconfig (2.14.1-r0) 04:10:50 (18/86) Installing fribidi (1.0.12-r0) 04:10:50 (19/86) Installing libffi (3.4.4-r0) 04:10:50 (20/86) Installing libintl (0.21.1-r1) 04:10:50 (21/86) Installing libblkid (2.38.1-r1) 04:10:50 (22/86) Installing libmount (2.38.1-r1) 04:10:50 (23/86) Installing pcre2 (10.42-r0) 04:10:50 (24/86) Installing glib (2.74.7-r0) 04:10:50 (25/86) Installing graphite2 (1.3.14-r2) 04:10:50 (26/86) Installing harfbuzz (5.3.1-r1) 04:10:50 (27/86) Installing libass (0.16.0-r1) 04:10:50 (28/86) Installing libdav1d (1.0.0-r2) 04:10:50 (29/86) Installing hwdata-pci (0.364-r0) 04:10:50 (30/86) Installing libpciaccess (0.17-r0) 04:10:50 (31/86) Installing libdrm (2.4.114-r0) 04:10:50 (32/86) Installing gmp (6.2.1-r2) 04:10:50 (33/86) Installing nettle (3.8.1-r0) 04:10:50 (34/86) Installing p11-kit (0.24.1-r1) 04:10:50 (35/86) Installing libtasn1 (4.19.0-r0) 04:10:50 (36/86) Installing libunistring (1.1-r0) 04:10:50 (37/86) Installing gnutls (3.7.8-r3) 04:10:50 (38/86) Installing ncurses-terminfo-base (6.3_p20221119-r1) 04:10:50 (39/86) Installing ncurses-libs (6.3_p20221119-r1) 04:10:50 (40/86) Installing lame (3.100-r2) 04:10:50 (41/86) Installing opus (1.3.1-r1) 04:10:50 (42/86) Installing libasyncns (0.8-r1) 04:10:50 (43/86) Installing dbus-libs (1.14.8-r0) 04:10:50 (44/86) Installing libltdl (2.4.7-r1) 04:10:50 (45/86) Installing orc (0.4.33-r0) 04:10:50 (46/86) Installing libgcc (12.2.1_git20220924-r4) 04:10:50 (47/86) Installing libogg (1.3.5-r2) 04:10:50 (48/86) Installing libstdc++ (12.2.1_git20220924-r4) 04:10:50 (49/86) Installing flac-libs (1.4.2-r0) 04:10:50 (50/86) Installing libvorbis (1.3.7-r0) 04:10:50 (51/86) Installing libsndfile (1.1.0-r2) 04:10:50 (52/86) Installing libgomp (12.2.1_git20220924-r4) 04:10:50 (53/86) Installing soxr (0.1.3-r3) 04:10:50 (54/86) Installing speexdsp (1.2.1-r0) 04:10:50 (55/86) Installing tdb-libs (1.4.6-r0) 04:10:50 (56/86) Installing libpulse (16.1-r6) 04:10:50 (57/86) Installing cjson (1.7.15-r3) 04:10:50 (58/86) Installing mbedtls (2.28.4-r0) 04:10:50 (59/86) Installing librist (0.2.7-r0) 04:10:50 (60/86) Installing libsrt (1.5.1-r0) 04:10:50 (61/86) Installing libssh (0.10.5-r0) 04:10:50 (62/86) Installing libtheora (1.1.1-r16) 04:10:50 (63/86) Installing libjpeg-turbo (2.1.4-r0) 04:10:50 (64/86) Installing v4l-utils-libs (1.22.1-r2) 04:10:50 (65/86) Installing libxext (1.3.5-r0) 04:10:50 (66/86) Installing libxfixes (6.0.0-r0) 04:10:50 (67/86) Installing wayland-libs-client (1.21.0-r1) 04:10:50 (68/86) Installing libva (2.16.0-r0) 04:10:50 (69/86) Installing libvdpau (1.5-r0) 04:10:50 (70/86) Installing vidstab (1.1.0-r2) 04:10:50 (71/86) Installing libvpx (1.12.0-r1) 04:10:50 (72/86) Installing libwebp (1.2.4-r2) 04:10:50 (73/86) Installing x264-libs (0.164_git20220602-r0) 04:10:50 (74/86) Installing numactl (2.0.16-r1) 04:10:50 (75/86) Installing x265-libs (3.5-r3) 04:10:50 (76/86) Installing xvidcore (1.3.7-r1) 04:10:50 (77/86) Installing libsodium (1.0.18-r2) 04:10:50 (78/86) Installing libzmq (4.3.4-r1) 04:10:50 (79/86) Installing ffmpeg-libs (5.1.3-r0) 04:10:51 (80/86) Installing ffmpeg (5.1.3-r0) 04:10:51 (81/86) Installing udev-init-scripts (35-r1) 04:10:51 (82/86) Installing eudev-libs (3.2.11-r4) 04:10:51 (83/86) Installing xz-libs (5.2.9-r0) 04:10:51 (84/86) Installing zstd-libs (1.5.5-r0) 04:10:51 (85/86) Installing kmod-libs (30-r1) 04:10:51 (86/86) Installing eudev (3.2.11-r4) 04:10:51 Executing busybox-1.35.0-r29.trigger 04:10:51 Executing eudev-3.2.11-r4.trigger 04:10:51 OK: 112 MiB in 101 packages 04:10:53 Removing intermediate container 81927b2f7433 04:10:53 ---> 96154a077fcb 04:10:53 Step 18/36 : WORKDIR / 04:10:53 ---> Running in abb4be3e7ca9 04:10:53 Removing intermediate container abb4be3e7ca9 04:10:53 ---> 9b944d9e1886 04:10:53 Step 19/36 : COPY --from=builder /device-usb-camera/cmd / 04:10:53 ---> 46a8a7e3f9f6 04:10:53 Step 20/36 : COPY --from=builder /device-usb-camera/LICENSE / 04:10:53 ---> aa1e402d9f84 04:10:53 Step 21/36 : COPY --from=builder /device-usb-camera/LICENSE-rtsp-simple-server / 04:10:53 ---> 815c1510058a 04:10:53 Step 22/36 : COPY --from=builder /device-usb-camera/Attribution.txt / 04:10:54 ---> 73f1f6acf4dd 04:10:54 Step 23/36 : COPY --from=builder /device-usb-camera/docker-entrypoint.sh / 04:10:54 ---> f18a120226db 04:10:54 Step 24/36 : COPY --from=rtsp /rtsp-simple-server.yml / 04:10:54 ---> afe57d7a194e 04:10:54 Step 25/36 : COPY --from=rtsp /rtsp-simple-server / 04:10:54 Running on prd-ubuntu20.04-docker-arm64-4c-16g-3096 in /w/workspace/foundry_device-usb-camera_PR-267 [Pipeline] { [Pipeline] ws 04:10:54 Running in /w/workspace/device-usb-camera/1 04:10:54 ---> 67477e80c179 04:10:54 Step 26/36 : RUN sed -i 's/rtmpDisable: no/rtmpDisable: yes/g' rtsp-simple-server.yml 04:10:54 ---> Running in 1802a3e4d3e9 [Pipeline] { [Pipeline] checkout 04:10:55 Selected Git installation does not exist. Using Default 04:10:55 The recommended git tool is: NONE 04:10:55 Removing intermediate container 1802a3e4d3e9 04:10:55 ---> 2857d0e2c3f5 04:10:55 Step 27/36 : RUN sed -i 's/hlsDisable: no/hlsDisable: yes/g' rtsp-simple-server.yml 04:10:55 ---> Running in 4226144b265a 04:10:55 Removing intermediate container 4226144b265a 04:10:55 ---> d3f12e3d4c9f 04:10:55 Step 28/36 : RUN sed -i 's/protocols: \[udp, multicast, tcp\]/protocols: \[tcp\]/g' rtsp-simple-server.yml 04:10:55 ---> Running in 456c48fd2aa7 04:10:56 Removing intermediate container 456c48fd2aa7 04:10:56 ---> 288ca4840bff 04:10:56 Step 29/36 : RUN sed -i 's,externalAuthenticationURL:,externalAuthenticationURL: http://localhost:8000/rtspauth,g' rtsp-simple-server.yml 04:10:56 ---> Running in 7bbdf7e0a7e9 04:10:56 Removing intermediate container 7bbdf7e0a7e9 04:10:56 ---> b4af54458727 04:10:56 Step 30/36 : EXPOSE 59983 04:10:56 ---> Running in a7e65e457382 04:10:57 Removing intermediate container a7e65e457382 04:10:57 ---> 9bdb1003f765 04:10:57 Step 31/36 : EXPOSE 8554 04:10:57 ---> Running in 6cda05e77740 04:10:57 Removing intermediate container 6cda05e77740 04:10:57 ---> d4e8539fa1b5 04:10:57 Step 32/36 : ENTRYPOINT ["/docker-entrypoint.sh"] 04:10:57 ---> Running in 16a1af9dcf31 04:10:57 Removing intermediate container 16a1af9dcf31 04:10:57 ---> 3b3bba3c45c7 04:10:57 Step 33/36 : CMD [ "--configProvider=consul.http://edgex-core-consul:8500", "--registry" ] 04:10:57 ---> Running in fef2b86a279c 04:10:57 Removing intermediate container fef2b86a279c 04:10:57 ---> fe42048f5aee 04:10:57 Step 34/36 : LABEL arch=amd64 04:10:57 ---> Running in 345a79d64098 04:10:57 Removing intermediate container 345a79d64098 04:10:57 ---> 7ec672e22db7 04:10:57 Step 35/36 : LABEL git_sha=4af3f945cdbb23f4ff425e83e2b699663686e1f0 04:10:57 ---> Running in 96790da9b179 04:10:57 Removing intermediate container 96790da9b179 04:10:57 ---> 455656797765 04:10:57 Step 36/36 : LABEL version=0.0.0 04:10:57 ---> Running in b7d31a3d6e9f 04:10:57 Removing intermediate container b7d31a3d6e9f 04:10:57 ---> ad0bdeafd4a0 04:10:57 [Warning] One or more build-args [ARCH] were not consumed 04:10:57 Successfully built ad0bdeafd4a0 04:10:57 Successfully tagged device-usb-camera:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [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 04:10:58 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 04:10:58 04:10:58 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:10:58 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 04:10:58 latest: Pulling from edgex-lftools-log-publisher 04:10:58 5eb5b503b376: Pulling fs layer 04:10:58 5c69ac0246d0: Pulling fs layer 04:10:58 ec43610c2a17: Pulling fs layer 04:10:58 3a2ae6a8a46f: Pulling fs layer 04:10:58 33b1e0a273af: Pulling fs layer 04:10:58 5d3b04190fa2: Pulling fs layer 04:10:58 2f39f015ded8: Pulling fs layer 04:10:58 33b1e0a273af: Waiting 04:10:58 5d3b04190fa2: Waiting 04:10:58 2f39f015ded8: Waiting 04:10:58 3a2ae6a8a46f: Waiting 04:10:58 5c69ac0246d0: Verifying Checksum 04:10:58 5c69ac0246d0: Download complete 04:10:58 3a2ae6a8a46f: Verifying Checksum 04:10:58 3a2ae6a8a46f: Download complete 04:10:58 33b1e0a273af: Verifying Checksum 04:10:58 33b1e0a273af: Download complete 04:10:58 5d3b04190fa2: Verifying Checksum 04:10:58 5d3b04190fa2: Download complete 04:10:59 ec43610c2a17: Verifying Checksum 04:10:59 ec43610c2a17: Download complete 04:10:59 5eb5b503b376: Verifying Checksum 04:10:59 5eb5b503b376: Download complete 04:10:59 2f39f015ded8: Download complete 04:11:00 using credential edgex-jenkins-ssh 04:11:00 Cloning the remote Git repository 04:11:00 5eb5b503b376: Pull complete 04:11:00 5c69ac0246d0: Pull complete 04:11:00 ec43610c2a17: Pull complete 04:11:00 3a2ae6a8a46f: Pull complete 04:11:00 33b1e0a273af: Pull complete 04:11:01 5d3b04190fa2: Pull complete 04:11:00 Cloning repository git@github.com:edgexfoundry/device-usb-camera.git 04:11:00 > git init /w/workspace/device-usb-camera/1 # timeout=10 04:11:00 Fetching upstream changes from git@github.com:edgexfoundry/device-usb-camera.git 04:11:00 > git --version # timeout=10 04:11:00 > git --version # 'git version 2.25.1' 04:11:00 using GIT_SSH to set credentials SSH Credentials for GitHub 04:11:00 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-usb-camera.git +refs/heads/*:refs/remotes/origin/* # timeout=10 04:11:01 > git config remote.origin.url git@github.com:edgexfoundry/device-usb-camera.git # timeout=10 04:11:01 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 04:11:02 > git config remote.origin.url git@github.com:edgexfoundry/device-usb-camera.git # timeout=10 04:11:02 Fetching upstream changes from git@github.com:edgexfoundry/device-usb-camera.git 04:11:02 using GIT_SSH to set credentials SSH Credentials for GitHub 04:11:02 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-usb-camera.git +refs/pull/267/head:refs/remotes/origin/PR-267 +refs/heads/main:refs/remotes/origin/main # timeout=10 04:11:02 Merging remotes/origin/main commit 040a5a62acea184fdd41387d4dec6344494c5d71 into PR head commit 4af3f945cdbb23f4ff425e83e2b699663686e1f0 04:11:03 Merge succeeded, producing 4af3f945cdbb23f4ff425e83e2b699663686e1f0 04:11:03 Checking out Revision 4af3f945cdbb23f4ff425e83e2b699663686e1f0 (PR-267) 04:11:02 > git config core.sparsecheckout # timeout=10 04:11:03 > git checkout -f 4af3f945cdbb23f4ff425e83e2b699663686e1f0 # timeout=10 04:11:03 > git remote # timeout=10 04:11:03 > git config --get remote.origin.url # timeout=10 04:11:03 using GIT_SSH to set credentials SSH Credentials for GitHub 04:11:03 > git merge 040a5a62acea184fdd41387d4dec6344494c5d71 # timeout=10 04:11:03 > git rev-parse HEAD^{commit} # timeout=10 04:11:03 > git config core.sparsecheckout # timeout=10 04:11:03 > git checkout -f 4af3f945cdbb23f4ff425e83e2b699663686e1f0 # timeout=10 04:11:05 2f39f015ded8: Pull complete 04:11:05 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 04:11:05 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 04:11:05 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 04:11:05 prd-ubuntu20.04-docker-8c-8g-3095 does not seem to be running inside a container 04:11:05 $ 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-267 -v /w/workspace/foundry_device-usb-camera_PR-267:/w/workspace/foundry_device-usb-camera_PR-267:rw,z -v /w/workspace/foundry_device-usb-camera_PR-267@tmp:/w/workspace/foundry_device-usb-camera_PR-267@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 04:11:06 Commit message: "refactor: use PatchDevice calls instead of UpdateDevice" 04:11:06 > git --version # timeout=10 04:11:06 > git --version # 'git version 2.25.1' 04:11:06 fatal: bad object d4291cbe28daa2a40ca94d44cc831565108a4ea5 04:11:07 04:11:07 GitHub has been notified of this commit’s build result 04:11:07 04:11:08 $ docker top d733e7a2a17543cc7ed758003f801060e790d94d690e1838de793de59c4826d7 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 04:11:08 ---> job-cost.sh 04:11:08 lf-activate-venv: SKIPPING 04:11:08 INFO: No Stack... 04:11:09 INFO: Retrieving Pricing Info for: v3-standard-8 04:11:09 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 04:11:09 % Total % Received % Xferd Average Speed Time Time Time Current 04:11:09 Dload Upload Total Spent Left Speed 04:11:09 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 98084 0 --:--:-- --:--:-- --:--:-- 98844 [Pipeline] sh 04:11:09 INFO: Archiving Costs [Pipeline] sh 04:11:09 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 04:11:09 + cat /w/workspace/foundry_device-usb-camera_PR-267/archives/cost.csv 04:11:09 + cut -d, -f6 [Pipeline] lock 04:11:10 Trying to acquire lock on [jenkins-edgexfoundry-device-usb-camera-PR-267-1-stack-cost] 04:11:10 Resource [jenkins-edgexfoundry-device-usb-camera-PR-267-1-stack-cost] did not exist. Created. 04:11:10 Lock acquired on [jenkins-edgexfoundry-device-usb-camera-PR-267-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 04:11:10 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 04:11:10 + sudo tee /etc/docker/daemon.new 04:11:10 { 04:11:10 "registry-mirrors": [ 04:11:10 "https://nexus3.edgexfoundry.org:10001" 04:11:10 ], 04:11:10 "bip": "10.250.0.254/24", 04:11:10 "hosts": [ 04:11:10 "tcp://0.0.0.0:5555", 04:11:10 "unix:///var/run/docker.sock" 04:11:10 ], 04:11:10 "mtu": 1458, 04:11:10 "selinux-enabled": true, 04:11:10 "seccomp-profile": "/etc/docker/seccomp.json" 04:11:10 } [Pipeline] sh 04:11:10 + echo total: 0.2199999988079071 [Pipeline] stash 04:11:10 Stashed 1 file(s) [Pipeline] } 04:11:10 Lock released on resource [jenkins-edgexfoundry-device-usb-camera-PR-267-1-stack-cost] 04:11:10 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] // lock [Pipeline] } 04:11:10 $ docker stop --time=1 d733e7a2a17543cc7ed758003f801060e790d94d690e1838de793de59c4826d7 04:11:11 $ docker rm -f --volumes d733e7a2a17543cc7ed758003f801060e790d94d690e1838de793de59c4826d7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] sh [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 04:11:12 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 04:11:30 provisioning config files... 04:11:30 copy managed file [device-usb-camera-settings] to file:/w/workspace/device-usb-camera/1@tmp/config13536377635693378068tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 04:11:30 ---> docker-login.sh 04:11:30 nexus3.edgexfoundry.org:10001 04:11:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:11:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:11:31 Configure a credential helper to remove this warning. See 04:11:31 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:11:31 04:11:31 Login Succeeded 04:11:31 nexus3.edgexfoundry.org:10002 04:11:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:11:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:11:31 Configure a credential helper to remove this warning. See 04:11:31 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:11:31 04:11:31 Login Succeeded 04:11:31 nexus3.edgexfoundry.org:10003 04:11:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:11:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:11:32 Configure a credential helper to remove this warning. See 04:11:32 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:11:32 04:11:32 Login Succeeded 04:11:32 nexus3.edgexfoundry.org:10004 04:11:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:11:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:11:32 Configure a credential helper to remove this warning. See 04:11:32 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:11:32 04:11:32 Login Succeeded 04:11:32 docker.io 04:11:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:11:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:11:33 Configure a credential helper to remove this warning. See 04:11:33 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:11:33 04:11:33 Login Succeeded 04:11:33 ---> docker-login.sh ends [Pipeline] } 04:11:33 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 04:11:33 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 04:11:33 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 04:11:33 ========================================================= 04:11:33 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine] 04:11:33 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:11:34 + docker build -t ci-base-image-arm64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine --build-arg MAKE=echo noop --target=builder . 04:11:34 Sending build context to Docker daemon 1.223MB 04:11:34 Step 1/13 : ARG BASE=golang:1.20-alpine3.17 04:11:34 Step 2/13 : FROM ${BASE} AS builder 04:11:34 1.20-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 04:11:34 edb6bdbacee9: Pulling fs layer 04:11:34 5f9638ab2659: Pulling fs layer 04:11:34 8d51d6327a98: Pulling fs layer 04:11:34 8b374f2dd631: Pulling fs layer 04:11:34 ec14aa9079de: Pulling fs layer 04:11:34 2f466654f4bb: Pulling fs layer 04:11:34 554e91adad29: Pulling fs layer 04:11:34 ec14aa9079de: Waiting 04:11:34 8b374f2dd631: Waiting 04:11:34 2f466654f4bb: Waiting 04:11:34 5f9638ab2659: Verifying Checksum 04:11:34 5f9638ab2659: Download complete 04:11:34 8b374f2dd631: Verifying Checksum 04:11:34 8b374f2dd631: Download complete 04:11:34 ec14aa9079de: Verifying Checksum 04:11:34 ec14aa9079de: Download complete 04:11:34 edb6bdbacee9: Verifying Checksum 04:11:35 edb6bdbacee9: Pull complete 04:11:35 554e91adad29: Verifying Checksum 04:11:35 554e91adad29: Download complete 04:11:36 5f9638ab2659: Pull complete 04:11:37 8d51d6327a98: Verifying Checksum 04:11:37 8d51d6327a98: Download complete 04:11:37 2f466654f4bb: Verifying Checksum 04:11:37 2f466654f4bb: Download complete 04:11:49 8d51d6327a98: Pull complete 04:11:49 8b374f2dd631: Pull complete 04:11:49 ec14aa9079de: Pull complete 04:11:55 2f466654f4bb: Pull complete 04:11:57 554e91adad29: Pull complete 04:11:57 Digest: sha256:f4f79e0ab507ec6f613cbb0f842a80f635fe1a72038f554d66df6ea3828f3663 04:11:57 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine 04:11:57 ---> 1e15ea492957 04:11:57 Step 3/13 : ARG ADD_BUILD_TAGS="" 04:11:59 ---> Running in a6f76f2ed25b 04:11:59 Removing intermediate container a6f76f2ed25b 04:11:59 ---> 48ee08271f68 04:11:59 Step 4/13 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 04:11:59 ---> Running in 45db48f6b18e 04:11:59 Removing intermediate container 45db48f6b18e 04:11:59 ---> 668580995b07 04:11:59 Step 5/13 : ARG ALPINE_PKG_BASE="make git gcc libc-dev curl" 04:12:00 ---> Running in 8f140f6d4f8b 04:12:00 Removing intermediate container 8f140f6d4f8b 04:12:00 ---> 667446e63e8d 04:12:00 Step 6/13 : ARG ALPINE_PKG_EXTRA="v4l-utils-dev v4l-utils v4l-utils-libs linux-headers" 04:12:00 ---> Running in 08543a1f9e99 04:12:00 Removing intermediate container 08543a1f9e99 04:12:00 ---> 827fd854771b 04:12:00 Step 7/13 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 04:12:00 ---> Running in 94882545c653 04:12:02 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 04:12:02 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 04:12:03 (1/14) Installing libintl (0.21.1-r1) 04:12:03 (2/14) Installing eudev-libs (3.2.11-r4) 04:12:03 (3/14) Installing libjpeg-turbo (2.1.4-r0) 04:12:03 (4/14) Installing v4l-utils-libs (1.22.1-r2) 04:12:03 (5/14) Installing v4l-utils (1.22.1-r2) 04:12:03 (6/14) Installing udev-init-scripts (35-r1) 04:12:03 (7/14) Installing libblkid (2.38.1-r1) 04:12:03 (8/14) Installing xz-libs (5.2.9-r0) 04:12:03 (9/14) Installing zstd-libs (1.5.5-r0) 04:12:03 (10/14) Installing kmod-libs (30-r1) 04:12:03 (11/14) Installing eudev (3.2.11-r4) 04:12:03 (12/14) Installing eudev-dev (3.2.11-r4) 04:12:03 (13/14) Installing v4l-utils-dvbv5 (1.22.1-r2) 04:12:03 (14/14) Installing v4l-utils-dev (1.22.1-r2) 04:12:03 Executing busybox-1.35.0-r29.trigger 04:12:03 Executing eudev-3.2.11-r4.trigger 04:12:03 OK: 271 MiB in 67 packages 04:12:05 Removing intermediate container 94882545c653 04:12:05 ---> b8946412cd4c 04:12:05 Step 8/13 : WORKDIR /device-usb-camera 04:12:05 ---> Running in 364a45062cf4 04:12:05 Removing intermediate container 364a45062cf4 04:12:05 ---> 3c09d6aeb6e1 04:12:05 Step 9/13 : COPY go.mod vendor* ./ 04:12:05 ---> 7820a0314d36 04:12:05 Step 10/13 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:12:05 ---> Running in 8e484141f344 04:13:13 Removing intermediate container 8e484141f344 04:13:13 ---> 1933b1de7a87 04:13:13 Step 11/13 : COPY . . 04:13:13 ---> 13f8337af40b 04:13:13 Step 12/13 : RUN curl -o LICENSE-rtsp-simple-server https://raw.githubusercontent.com/aler9/rtsp-simple-server/main/LICENSE 04:13:13 ---> Running in 7d212bfa6bf8 04:13:13   % Total % Received % Xferd Average Speed Time Time Time Current 04:13:13  Dload Upload Total  Spent Left Speed 04:13:13 0 0  0 0 0 0  0 0 --:--:-- --:--:-- --:--:-- 0 100 1062 100 1062 0 0 4445 0 --:--:-- --:--:-- --:--:-- 4462 04:13:13 Removing intermediate container 7d212bfa6bf8 04:13:13 ---> 8dee46b14e7c 04:13:13 Step 13/13 : RUN ${MAKE} 04:13:13 ---> Running in 952ea753e5aa 04:13:13 noop 04:13:13 Removing intermediate container 952ea753e5aa 04:13:13 ---> e082bb8a8fc1 04:13:13 Successfully built e082bb8a8fc1 04:13:13 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:13:14 + docker inspect -f . ci-base-image-arm64 04:13:14 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 04:13:14 prd-ubuntu20.04-docker-arm64-4c-16g-3096 does not seem to be running inside a container 04:13:14 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-usb-camera/1 -v /w/workspace/device-usb-camera/1:/w/workspace/device-usb-camera/1:rw,z -v /w/workspace/device-usb-camera/1@tmp:/w/workspace/device-usb-camera/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 04:13:15 $ docker top 770120b23a9a5040ce7bfbd63f7e725bb5a81de62e5af1432cf93f8b9b7e8909 -eo pid,comm [Pipeline] { [Pipeline] sh 04:13:16 + go version 04:13:16 go version go1.20.6 linux/arm64 [Pipeline] } 04:13:16 $ docker stop --time=1 770120b23a9a5040ce7bfbd63f7e725bb5a81de62e5af1432cf93f8b9b7e8909 04:13:18 $ docker rm -f --volumes 770120b23a9a5040ce7bfbd63f7e725bb5a81de62e5af1432cf93f8b9b7e8909 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:13:18 + docker inspect -f . ci-base-image-arm64 04:13:18 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 04:13:19 prd-ubuntu20.04-docker-arm64-4c-16g-3096 does not seem to be running inside a container 04:13:19 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/device-usb-camera/1 -v /w/workspace/device-usb-camera/1:/w/workspace/device-usb-camera/1:rw,z -v /w/workspace/device-usb-camera/1@tmp:/w/workspace/device-usb-camera/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 04:13:20 $ docker top cdb9fa9b879919d62f10eeded8e175133f0704635ff841957921483dfcbea64b -eo pid,comm [Pipeline] { [Pipeline] sh 04:13:20 + git config --global --add safe.directory /w/workspace/device-usb-camera/1 [Pipeline] fileExists [Pipeline] sh 04:13:21 + make test 04:13:21 go test ./... -coverprofile=coverage.out ./... 04:13:53 ? github.com/edgexfoundry/device-usb-camera [no test files] 04:15:45 ? github.com/edgexfoundry/device-usb-camera/cmd [no test files] 04:15:51 ok github.com/edgexfoundry/device-usb-camera/internal/driver 0.098s coverage: 5.2% of statements 04:15:51 WARNING: Linting skipped (not on x86_64 or linter not installed) 04:15:51 go vet ./... 04:16:24 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 04:16:24 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 04:16:24 ./bin/test-attribution-txt.sh [Pipeline] echo 04:16:24 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 04:16:24 $ docker stop --time=1 cdb9fa9b879919d62f10eeded8e175133f0704635ff841957921483dfcbea64b 04:16:27 $ docker rm -f --volumes cdb9fa9b879919d62f10eeded8e175133f0704635ff841957921483dfcbea64b [Pipeline] // withDockerContainer [Pipeline] sh 04:16:28 + sudo chown -R jenkins:jenkins . [Pipeline] stash 04:16:28 Warning: overwriting stash ‘coverage-report’ 04:16:28 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 04:16:29 + sudo chown -R jenkins:jenkins . [Pipeline] sh 04:16:29 + ls -al . 04:16:29 total 200 04:16:29 drwxrwxr-x 9 jenkins jenkins 4096 Aug 8 04:13 . 04:16:29 drwxrwxr-x 4 jenkins jenkins 4096 Aug 8 04:11 .. 04:16:29 drwxrwxr-x 8 jenkins jenkins 4096 Aug 8 04:11 .git 04:16:29 drwxrwxr-x 3 jenkins jenkins 4096 Aug 8 04:11 .github 04:16:29 -rw-rw-r-- 1 jenkins jenkins 414 Aug 8 04:11 .gitignore 04:16:29 -rw-rw-r-- 1 jenkins jenkins 45 Aug 8 04:11 .golangci.yml 04:16:29 -rw-rw-r-- 1 jenkins jenkins 77 Aug 8 04:11 .hadolint.yml 04:16:29 -rw-rw-r-- 1 jenkins jenkins 9783 Aug 8 04:11 Attribution.txt 04:16:29 -rw-rw-r-- 1 jenkins jenkins 11903 Aug 8 04:11 CHANGELOG.md 04:16:29 -rw-rw-r-- 1 jenkins jenkins 2453 Aug 8 04:11 Dockerfile 04:16:29 -rw-rw-r-- 1 jenkins jenkins 678 Aug 8 04:11 GOVERNANCE.md 04:16:29 -rw-rw-r-- 1 jenkins jenkins 659 Aug 8 04:11 Jenkinsfile 04:16:29 -rw-rw-r-- 1 jenkins jenkins 11348 Aug 8 04:11 LICENSE 04:16:29 -rw-rw-r-- 1 jenkins jenkins 2364 Aug 8 04:11 Makefile 04:16:29 -rw-rw-r-- 1 jenkins jenkins 622 Aug 8 04:11 OWNERS.md 04:16:29 -rw-rw-r-- 1 jenkins jenkins 2575 Aug 8 04:11 README.md 04:16:29 -rw-rw-r-- 1 jenkins jenkins 5 Aug 8 04:09 VERSION 04:16:29 drwxrwxr-x 2 jenkins jenkins 4096 Aug 8 04:11 bin 04:16:29 drwxrwxr-x 3 jenkins jenkins 4096 Aug 8 04:11 cmd 04:16:29 -rw-r--r-- 1 jenkins jenkins 44795 Aug 8 04:15 coverage.out 04:16:29 -rwxrwxr-x 1 jenkins jenkins 140 Aug 8 04:11 docker-entrypoint.sh 04:16:29 drwxrwxr-x 2 jenkins jenkins 4096 Aug 8 04:11 docs 04:16:29 -rw-rw-r-- 1 jenkins jenkins 3416 Aug 8 04:11 go.mod 04:16:29 -rw-rw-r-- 1 jenkins jenkins 31482 Aug 8 04:11 go.sum 04:16:29 drwxrwxr-x 3 jenkins jenkins 4096 Aug 8 04:11 internal 04:16:29 drwxrwxr-x 4 jenkins jenkins 4096 Aug 8 04:11 snap 04:16:29 -rw-rw-r-- 1 jenkins jenkins 231 Aug 8 04:11 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:16:30 + 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=4af3f945cdbb23f4ff425e83e2b699663686e1f0 --label arch=arm64 --label version=0.0.0 . 04:16:30 Sending build context to Docker daemon 1.269MB 04:16:30 Step 1/36 : ARG BASE=golang:1.20-alpine3.17 04:16:30 Step 2/36 : FROM ${BASE} AS builder 04:16:30 ---> e082bb8a8fc1 04:16:30 Step 3/36 : ARG ADD_BUILD_TAGS="" 04:16:30 ---> Running in 1add6090f363 04:16:30 Removing intermediate container 1add6090f363 04:16:30 ---> e51577dc3916 04:16:30 Step 4/36 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 04:16:30 ---> Running in 9ee80a7bf610 04:16:31 Removing intermediate container 9ee80a7bf610 04:16:31 ---> 99b91f8025d5 04:16:31 Step 5/36 : ARG ALPINE_PKG_BASE="make git gcc libc-dev curl" 04:16:31 ---> Running in af9edfccfdb9 04:16:31 Removing intermediate container af9edfccfdb9 04:16:31 ---> 74556f14730e 04:16:31 Step 6/36 : ARG ALPINE_PKG_EXTRA="v4l-utils-dev v4l-utils v4l-utils-libs linux-headers" 04:16:31 ---> Running in 6db0d64cd268 04:16:31 Removing intermediate container 6db0d64cd268 04:16:31 ---> e72b34f49175 04:16:31 Step 7/36 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 04:16:31 ---> Running in 30f9f94c62c5 04:16:32 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 04:16:33 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 04:16:34 OK: 271 MiB in 67 packages 04:16:35 Removing intermediate container 30f9f94c62c5 04:16:35 ---> c3970f299340 04:16:35 Step 8/36 : WORKDIR /device-usb-camera 04:16:35 ---> Running in e54551266c5f 04:16:35 Removing intermediate container e54551266c5f 04:16:35 ---> 466787d3ad51 04:16:35 Step 9/36 : COPY go.mod vendor* ./ 04:16:35 ---> 0f5530784aab 04:16:35 Step 10/36 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 04:16:35 ---> Running in 7b18ae9ba8a0 04:16:38 Removing intermediate container 7b18ae9ba8a0 04:16:38 ---> 4d7dc21bebca 04:16:38 Step 11/36 : COPY . . 04:16:39 ---> 3b1c6f3e8093 04:16:39 Step 12/36 : RUN curl -o LICENSE-rtsp-simple-server https://raw.githubusercontent.com/aler9/rtsp-simple-server/main/LICENSE 04:16:39 ---> Running in acb6bfc47aa1 04:16:40  % Total % Received % Xferd Average Speed Time Time Time Current 04:16:40  Dload Upload Total Spent Left Speed 04:16:41 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 1062 100 1062 0 0 3364  0 --:--:-- --:--:-- --:--:-- 3382 04:16:41 Removing intermediate container acb6bfc47aa1 04:16:41 ---> 4fc7926595ad 04:16:41 Step 13/36 : RUN ${MAKE} 04:16:41 ---> Running in 752246c3bd59 04:16:42 go build -tags "" -ldflags "-X github.com/edgexfoundry/device-usb-camera.Version=0.0.0" -trimpath -mod=readonly -o cmd/device-usb-camera ./cmd 04:19:04 Removing intermediate container 752246c3bd59 04:19:04 ---> 1662bb5d2b87 04:19:04 Step 14/36 : FROM aler9/rtsp-simple-server:v0.21.6 AS rtsp 04:19:04 v0.21.6: Pulling from aler9/rtsp-simple-server 04:19:04 8766b47fe142: Pulling fs layer 04:19:04 8766b47fe142: Verifying Checksum 04:19:04 8766b47fe142: Download complete 04:19:04 8766b47fe142: Pull complete 04:19:04 Digest: sha256:f020796eb25ff31728c4633d51d76ece857ae5036a0f706c94a090e7b6047b3f 04:19:04 Status: Downloaded newer image for aler9/rtsp-simple-server:v0.21.6 04:19:04 ---> 69d40e2cb93c 04:19:04 Step 15/36 : FROM alpine:3.17 04:19:04 3.17: Pulling from library/alpine 04:19:04 4060ece20d7a: Pulling fs layer 04:19:04 4060ece20d7a: Verifying Checksum 04:19:04 4060ece20d7a: Download complete 04:19:04 4060ece20d7a: Pull complete 04:19:04 Digest: sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc 04:19:04 Status: Downloaded newer image for alpine:3.17 04:19:04 ---> 8650cd65339b 04:19:04 Step 16/36 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel Corporation' 04:19:04 ---> Running in 0ce757bf3397 04:19:04 Removing intermediate container 0ce757bf3397 04:19:04 ---> 707425e420b7 04:19:04 Step 17/36 : RUN apk add --update --no-cache dumb-init ffmpeg udev 04:19:04 ---> Running in 23d0befdbdd0 04:19:04 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 04:19:05 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 04:19:06 (1/83) Installing dumb-init (1.2.5-r2) 04:19:06 (2/83) Installing sdl2 (2.26.5-r0) 04:19:06 (3/83) Installing libxau (1.0.10-r0) 04:19:06 (4/83) Installing libmd (1.0.4-r0) 04:19:06 (5/83) Installing libbsd (0.11.7-r0) 04:19:06 (6/83) Installing libxdmcp (1.1.4-r0) 04:19:06 (7/83) Installing libxcb (1.15-r0) 04:19:06 (8/83) Installing libx11 (1.8.4-r1) 04:19:06 (9/83) Installing aom-libs (3.5.0-r0) 04:19:06 (10/83) Installing alsa-lib (1.2.8-r0) 04:19:06 (11/83) Installing libexpat (2.5.0-r0) 04:19:06 (12/83) Installing brotli-libs (1.0.9-r9) 04:19:06 (13/83) Installing libbz2 (1.0.8-r4) 04:19:06 (14/83) Installing libpng (1.6.38-r0) 04:19:06 (15/83) Installing freetype (2.12.1-r0) 04:19:06 (16/83) Installing fontconfig (2.14.1-r0) 04:19:06 (17/83) Installing fribidi (1.0.12-r0) 04:19:06 (18/83) Installing libffi (3.4.4-r0) 04:19:06 (19/83) Installing libintl (0.21.1-r1) 04:19:06 (20/83) Installing libblkid (2.38.1-r1) 04:19:06 (21/83) Installing libmount (2.38.1-r1) 04:19:06 (22/83) Installing pcre2 (10.42-r0) 04:19:06 (23/83) Installing glib (2.74.7-r0) 04:19:07 (24/83) Installing graphite2 (1.3.14-r2) 04:19:07 (25/83) Installing harfbuzz (5.3.1-r1) 04:19:07 (26/83) Installing libass (0.16.0-r1) 04:19:07 (27/83) Installing libdav1d (1.0.0-r2) 04:19:07 (28/83) Installing libdrm (2.4.114-r0) 04:19:07 (29/83) Installing gmp (6.2.1-r2) 04:19:07 (30/83) Installing nettle (3.8.1-r0) 04:19:07 (31/83) Installing p11-kit (0.24.1-r1) 04:19:07 (32/83) Installing libtasn1 (4.19.0-r0) 04:19:07 (33/83) Installing libunistring (1.1-r0) 04:19:07 (34/83) Installing gnutls (3.7.8-r3) 04:19:07 (35/83) Installing ncurses-terminfo-base (6.3_p20221119-r1) 04:19:07 (36/83) Installing ncurses-libs (6.3_p20221119-r1) 04:19:07 (37/83) Installing lame (3.100-r2) 04:19:07 (38/83) Installing opus (1.3.1-r1) 04:19:07 (39/83) Installing libasyncns (0.8-r1) 04:19:07 (40/83) Installing dbus-libs (1.14.8-r0) 04:19:07 (41/83) Installing libltdl (2.4.7-r1) 04:19:07 (42/83) Installing orc (0.4.33-r0) 04:19:07 (43/83) Installing libgcc (12.2.1_git20220924-r4) 04:19:07 (44/83) Installing libogg (1.3.5-r2) 04:19:07 (45/83) Installing libstdc++ (12.2.1_git20220924-r4) 04:19:07 (46/83) Installing flac-libs (1.4.2-r0) 04:19:07 (47/83) Installing libvorbis (1.3.7-r0) 04:19:07 (48/83) Installing libsndfile (1.1.0-r2) 04:19:07 (49/83) Installing libgomp (12.2.1_git20220924-r4) 04:19:07 (50/83) Installing soxr (0.1.3-r3) 04:19:07 (51/83) Installing speexdsp (1.2.1-r0) 04:19:07 (52/83) Installing tdb-libs (1.4.6-r0) 04:19:07 (53/83) Installing libpulse (16.1-r6) 04:19:07 (54/83) Installing cjson (1.7.15-r3) 04:19:07 (55/83) Installing mbedtls (2.28.4-r0) 04:19:07 (56/83) Installing librist (0.2.7-r0) 04:19:07 (57/83) Installing libsrt (1.5.1-r0) 04:19:07 (58/83) Installing libssh (0.10.5-r0) 04:19:07 (59/83) Installing libtheora (1.1.1-r16) 04:19:07 (60/83) Installing libjpeg-turbo (2.1.4-r0) 04:19:07 (61/83) Installing v4l-utils-libs (1.22.1-r2) 04:19:07 (62/83) Installing libxext (1.3.5-r0) 04:19:07 (63/83) Installing libxfixes (6.0.0-r0) 04:19:07 (64/83) Installing wayland-libs-client (1.21.0-r1) 04:19:07 (65/83) Installing libva (2.16.0-r0) 04:19:07 (66/83) Installing libvdpau (1.5-r0) 04:19:07 (67/83) Installing vidstab (1.1.0-r2) 04:19:07 (68/83) Installing libvpx (1.12.0-r1) 04:19:07 (69/83) Installing libwebp (1.2.4-r2) 04:19:07 (70/83) Installing x264-libs (0.164_git20220602-r0) 04:19:07 (71/83) Installing numactl (2.0.16-r1) 04:19:07 (72/83) Installing x265-libs (3.5-r3) 04:19:08 (73/83) Installing xvidcore (1.3.7-r1) 04:19:08 (74/83) Installing libsodium (1.0.18-r2) 04:19:08 (75/83) Installing libzmq (4.3.4-r1) 04:19:08 (76/83) Installing ffmpeg-libs (5.1.3-r0) 04:19:08 (77/83) Installing ffmpeg (5.1.3-r0) 04:19:08 (78/83) Installing udev-init-scripts (35-r1) 04:19:08 (79/83) Installing eudev-libs (3.2.11-r4) 04:19:08 (80/83) Installing xz-libs (5.2.9-r0) 04:19:08 (81/83) Installing zstd-libs (1.5.5-r0) 04:19:08 (82/83) Installing kmod-libs (30-r1) 04:19:08 (83/83) Installing eudev (3.2.11-r4) 04:19:08 Executing busybox-1.35.0-r29.trigger 04:19:08 Executing eudev-3.2.11-r4.trigger 04:19:08 OK: 86 MiB in 98 packages 04:19:12 Removing intermediate container 23d0befdbdd0 04:19:12 ---> daa5f3c8dd31 04:19:12 Step 18/36 : WORKDIR / 04:19:12 ---> Running in 5af1be2cdbe0 04:19:12 Removing intermediate container 5af1be2cdbe0 04:19:12 ---> daf1f00782ef 04:19:12 Step 19/36 : COPY --from=builder /device-usb-camera/cmd / 04:19:13 ---> a00a6a8cb3f2 04:19:13 Step 20/36 : COPY --from=builder /device-usb-camera/LICENSE / 04:19:14 ---> 43aa4a35043b 04:19:14 Step 21/36 : COPY --from=builder /device-usb-camera/LICENSE-rtsp-simple-server / 04:19:14 ---> 34dbead166ce 04:19:14 Step 22/36 : COPY --from=builder /device-usb-camera/Attribution.txt / 04:19:15 ---> 9bb3b7965e4b 04:19:15 Step 23/36 : COPY --from=builder /device-usb-camera/docker-entrypoint.sh / 04:19:15 ---> 83fd814dbc44 04:19:15 Step 24/36 : COPY --from=rtsp /rtsp-simple-server.yml / 04:19:16 ---> 53c9db710d12 04:19:16 Step 25/36 : COPY --from=rtsp /rtsp-simple-server / 04:19:17 ---> 04412724c3c9 04:19:17 Step 26/36 : RUN sed -i 's/rtmpDisable: no/rtmpDisable: yes/g' rtsp-simple-server.yml 04:19:17 ---> Running in 448c0270777a 04:19:19 Removing intermediate container 448c0270777a 04:19:19 ---> 5ba5d6e14889 04:19:19 Step 27/36 : RUN sed -i 's/hlsDisable: no/hlsDisable: yes/g' rtsp-simple-server.yml 04:19:19 ---> Running in a6a695885fc7 04:19:20 Removing intermediate container a6a695885fc7 04:19:20 ---> 3b460505ea75 04:19:20 Step 28/36 : RUN sed -i 's/protocols: \[udp, multicast, tcp\]/protocols: \[tcp\]/g' rtsp-simple-server.yml 04:19:20 ---> Running in 6350a076d516 04:19:23 Removing intermediate container 6350a076d516 04:19:23 ---> 4702d56fe683 04:19:23 Step 29/36 : RUN sed -i 's,externalAuthenticationURL:,externalAuthenticationURL: http://localhost:8000/rtspauth,g' rtsp-simple-server.yml 04:19:23 ---> Running in 334d6e0b3c19 04:19:24 Removing intermediate container 334d6e0b3c19 04:19:24 ---> 478bad6cac88 04:19:24 Step 30/36 : EXPOSE 59983 04:19:25 ---> Running in 270bb9b0c312 04:19:25 Removing intermediate container 270bb9b0c312 04:19:25 ---> 5aa48f163e22 04:19:25 Step 31/36 : EXPOSE 8554 04:19:25 ---> Running in 8d06ad361569 04:19:25 Removing intermediate container 8d06ad361569 04:19:25 ---> 99d2845445b9 04:19:25 Step 32/36 : ENTRYPOINT ["/docker-entrypoint.sh"] 04:19:25 ---> Running in f09a33e63b3b 04:19:25 Removing intermediate container f09a33e63b3b 04:19:25 ---> 3482c4882830 04:19:25 Step 33/36 : CMD [ "--configProvider=consul.http://edgex-core-consul:8500", "--registry" ] 04:19:25 ---> Running in 730d4a05d772 04:19:26 Removing intermediate container 730d4a05d772 04:19:26 ---> 8124d6fddb71 04:19:26 Step 34/36 : LABEL arch=arm64 04:19:26 ---> Running in aacbaada48c6 04:19:26 Removing intermediate container aacbaada48c6 04:19:26 ---> cf48dae5c6b5 04:19:26 Step 35/36 : LABEL git_sha=4af3f945cdbb23f4ff425e83e2b699663686e1f0 04:19:26 ---> Running in 2a820d26dae6 04:19:26 Removing intermediate container 2a820d26dae6 04:19:26 ---> 73b4b60ad7bd 04:19:26 Step 36/36 : LABEL version=0.0.0 04:19:26 ---> Running in a57d4de76679 04:19:27 Removing intermediate container a57d4de76679 04:19:27 ---> 0d7002eddb61 04:19:27 [Warning] One or more build-args [ARCH] were not consumed 04:19:27 Successfully built 0d7002eddb61 04:19:27 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 04:19:27 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 04:19:27 04:19:27 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:19:28 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 04:19:28 arm64: Pulling from edgex-lftools-log-publisher 04:19:28 8998bd30e6a1: Pulling fs layer 04:19:28 04944245beec: Pulling fs layer 04:19:28 699f458cf7ca: Pulling fs layer 04:19:28 765212b225bb: Pulling fs layer 04:19:28 f23df028b6ca: Pulling fs layer 04:19:28 d65c8cfc05b1: Pulling fs layer 04:19:28 2437ff75d9bd: Pulling fs layer 04:19:28 f23df028b6ca: Waiting 04:19:28 765212b225bb: Waiting 04:19:28 d65c8cfc05b1: Waiting 04:19:28 2437ff75d9bd: Waiting 04:19:28 04944245beec: Verifying Checksum 04:19:28 04944245beec: Download complete 04:19:28 765212b225bb: Verifying Checksum 04:19:28 765212b225bb: Download complete 04:19:28 f23df028b6ca: Verifying Checksum 04:19:28 f23df028b6ca: Download complete 04:19:28 d65c8cfc05b1: Verifying Checksum 04:19:28 d65c8cfc05b1: Download complete 04:19:28 699f458cf7ca: Verifying Checksum 04:19:28 699f458cf7ca: Download complete 04:19:29 8998bd30e6a1: Verifying Checksum 04:19:29 8998bd30e6a1: Download complete 04:19:31 2437ff75d9bd: Verifying Checksum 04:19:31 2437ff75d9bd: Download complete 04:19:33 8998bd30e6a1: Pull complete 04:19:33 04944245beec: Pull complete 04:19:34 699f458cf7ca: Pull complete 04:19:36 765212b225bb: Pull complete 04:19:37 f23df028b6ca: Pull complete 04:19:37 d65c8cfc05b1: Pull complete 04:19:52 2437ff75d9bd: Pull complete 04:19:52 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 04:19:52 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 04:19:52 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 04:19:53 prd-ubuntu20.04-docker-arm64-4c-16g-3096 does not seem to be running inside a container 04:19:53 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/device-usb-camera/1 -v /w/workspace/device-usb-camera/1:/w/workspace/device-usb-camera/1:rw,z -v /w/workspace/device-usb-camera/1@tmp:/w/workspace/device-usb-camera/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat 04:19:55 $ docker top 74f9c2d44bbbcd55dd06bdf98348d653773cfbaaf06816a848b15ea13adcafea -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 04:19:56 ---> job-cost.sh 04:19:56 lf-activate-venv: SKIPPING 04:19:56 INFO: No Stack... 04:19:56 INFO: Retrieving Pricing Info for: v3-standard-4 04:19:57 INFO: Archiving Costs [Pipeline] sh 04:19:57 + cat /w/workspace/device-usb-camera/1/archives/cost.csv 04:19:57 + cut -d, -f6 [Pipeline] lock 04:19:57 Trying to acquire lock on [jenkins-edgexfoundry-device-usb-camera-PR-267-1-stack-cost] 04:19:57 Resource [jenkins-edgexfoundry-device-usb-camera-PR-267-1-stack-cost] did not exist. Created. 04:19:57 Lock acquired on [jenkins-edgexfoundry-device-usb-camera-PR-267-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 04:19:58 /w/workspace/device-usb-camera/1@tmp/durable-c3176577/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh 04:19:58 + echo total: 0.10999999940395355 [Pipeline] stash 04:19:58 Warning: overwriting stash ‘stack-cost’ 04:19:58 Stashed 1 file(s) [Pipeline] } 04:19:58 Lock released on resource [jenkins-edgexfoundry-device-usb-camera-PR-267-1-stack-cost] [Pipeline] // lock [Pipeline] } 04:19:58 $ docker stop --time=1 74f9c2d44bbbcd55dd06bdf98348d653773cfbaaf06816a848b15ea13adcafea 04:20:00 $ docker rm -f --volumes 74f9c2d44bbbcd55dd06bdf98348d653773cfbaaf06816a848b15ea13adcafea [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 04:20:01 provisioning config files... 04:20:01 copy managed file [device-usb-camera-codecov-token] to file:/w/workspace/foundry_device-usb-camera_PR-267@tmp/config7446774956467538629tmp [Pipeline] { [Pipeline] sh 04:20:01 + set +x 04:20:01 + curl -s https://codecov.io/bash 04:20:01 + bash -s -- 04:20:01 04:20:01 _____ _ 04:20:01 / ____| | | 04:20:01 | | ___ __| | ___ ___ _____ __ 04:20:01 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 04:20:01 | |___| (_) | (_| | __/ (_| (_) \ V / 04:20:01 \_____\___/ \__,_|\___|\___\___/ \_/ 04:20:01 Bash-1.0.6 04:20:01 04:20:01 04:20:01 ==> git version 2.25.1 found 04:20:01 ==> 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 04:20:01 Release-Date: 2020-01-08 04:20:01 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 04:20:01 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 04:20:01 ==> Jenkins CI detected. 04:20:01 current dir:  /w/workspace/foundry_device-usb-camera_PR-267 04:20:01 project root: . 04:20:01 --> token set from env 04:20:01 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 04:20:01 ==> Running gcov in . (disable via -X gcov) 04:20:01 ==> Python coveragepy not found 04:20:01 ==> Searching for coverage reports in: 04:20:01 + . 04:20:01 -> Found 1 reports 04:20:01 ==> Detecting git/mercurial file structure 04:20:01 ==> Reading reports 04:20:02 + ./coverage.out bytes=44795 04:20:02 ==> Appending adjustments 04:20:02 https://docs.codecov.io/docs/fixing-reports 04:20:02 + Found adjustments 04:20:02 ==> Gzipping contents 04:20:02 8.0K /tmp/codecov.iQlbew.gz 04:20:02 ==> Uploading reports 04:20:02 url: https://codecov.io 04:20:02 query: branch=PR-267&commit=4af3f945cdbb23f4ff425e83e2b699663686e1f0&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-usb-camera%2Fjob%2FPR-267%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-usb-camera&service=jenkins&flags=&pr=267&job=&cmd_args= 04:20:02 -> Pinging Codecov 04:20:02 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=6df5b310-220c-4ff1-ad85-d7a32441f080&branch=PR-267&commit=4af3f945cdbb23f4ff425e83e2b699663686e1f0&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-usb-camera%2Fjob%2FPR-267%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-usb-camera&service=jenkins&flags=&pr=267&job=&cmd_args= 04:20:02 -> Uploading to 04:20:02 https://storage.googleapis.com/codecov/v4/raw/2023-08-08/73D8F5FF140700D3E01443B452E23636/4af3f945cdbb23f4ff425e83e2b699663686e1f0/6685ebfb-c6c8-48a6-8f27-121b7ecaeec2.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230808%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230808T042002Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=4b390b7869204f82452a98298170a5009cf06b1c809ce4e8fcf55a40653a5edb 04:20:02 % Total % Received % Xferd Average Speed Time Time Time Current 04:20:02 Dload Upload Total Spent Left Speed 04:20:02 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 5913 0 0 100 5913 0 23939 --:--:-- --:--:-- --:--:-- 23939 04:20:02 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-usb-camera/commit/4af3f945cdbb23f4ff425e83e2b699663686e1f0 [Pipeline] } 04:20:02 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 04:20:04 + [ -d /w/workspace/foundry_device-usb-camera_PR-267/archives ] 04:20:04 + ls -al /w/workspace/foundry_device-usb-camera_PR-267/archives 04:20:04 total 16 04:20:04 drwxr-xr-x 3 root root 4096 Aug 8 04:11 . 04:20:04 drwxrwxr-x 11 jenkins jenkins 4096 Aug 8 04:11 .. 04:20:04 drwxr-xr-x 2 root root 4096 Aug 8 04:11 cost 04:20:04 -rw-r--r-- 1 root root 89 Aug 8 04:11 cost.csv 04:20:04 + sudo chown -R jenkins:jenkins /w/workspace/foundry_device-usb-camera_PR-267/archives 04:20:04 + ls -al /w/workspace/foundry_device-usb-camera_PR-267/archives 04:20:04 total 16 04:20:04 drwxr-xr-x 3 jenkins jenkins 4096 Aug 8 04:11 . 04:20:04 drwxrwxr-x 11 jenkins jenkins 4096 Aug 8 04:11 .. 04:20:04 drwxr-xr-x 2 jenkins jenkins 4096 Aug 8 04:11 cost 04:20:04 -rw-r--r-- 1 jenkins jenkins 89 Aug 8 04:11 cost.csv [Pipeline] libraryResource [Pipeline] sh 04:20:05 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 04:20:06 ---> package-listing.sh 04:20:06 ++ facter osfamily 04:20:06 ++ tr '[:upper:]' '[:lower:]' 04:20:06 + OS_FAMILY=debian 04:20:06 + workspace=/w/workspace/foundry_device-usb-camera_PR-267 04:20:06 + START_PACKAGES=/tmp/packages_start.txt 04:20:06 + END_PACKAGES=/tmp/packages_end.txt 04:20:06 + DIFF_PACKAGES=/tmp/packages_diff.txt 04:20:06 + PACKAGES=/tmp/packages_start.txt 04:20:06 + '[' /w/workspace/foundry_device-usb-camera_PR-267 ']' 04:20:06 + PACKAGES=/tmp/packages_end.txt 04:20:06 + case "${OS_FAMILY}" in 04:20:06 + dpkg -l 04:20:06 + grep '^ii' 04:20:06 + '[' -f /tmp/packages_start.txt ']' 04:20:06 + '[' -f /tmp/packages_end.txt ']' 04:20:06 + diff /tmp/packages_start.txt /tmp/packages_end.txt 04:20:06 + '[' /w/workspace/foundry_device-usb-camera_PR-267 ']' 04:20:06 + mkdir -p /w/workspace/foundry_device-usb-camera_PR-267/archives/ 04:20:06 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/foundry_device-usb-camera_PR-267/archives/ [Pipeline] echo 04:20:06 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-267/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 04:20:06 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 04:20:07 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 04:20:07 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 04:20:07 prd-ubuntu20.04-docker-8c-8g-3095 does not seem to be running inside a container 04:20:07 $ 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-267/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-267 -v /w/workspace/foundry_device-usb-camera_PR-267:/w/workspace/foundry_device-usb-camera_PR-267:rw,z -v /w/workspace/foundry_device-usb-camera_PR-267@tmp:/w/workspace/foundry_device-usb-camera_PR-267@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 04:20:07 $ docker top 08d8c7d80c5c08afea144eb9693635c42c747c3d1b2242d1866e3d60006e496d -eo pid,comm [Pipeline] { [Pipeline] sh 04:20:08 + touch /tmp/pre-build-complete [Pipeline] sh 04:20:08 + mkdir -p /var/log/sysstat [Pipeline] sh 04:20:08 + ls /var/log/sa-host 04:20:08 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 04:20:08 provisioning config files... 04:20:08 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/foundry_device-usb-camera_PR-267@tmp/config5316467305472021397tmp [Pipeline] { [Pipeline] echo 04:20:08 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 04:20:09 ---> create-netrc.sh [Pipeline] } 04:20:09 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 04:20:09 ---> python-tools-install.sh [Pipeline] echo 04:20:09 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 04:20:10 ---> sudo-logs.sh 04:20:10 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 04:20:10 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 04:20:12 ---> job-cost.sh 04:20:12 lf-activate-venv: SKIPPING 04:20:12 DEBUG: total: 0.2199999988079071 04:20:12 INFO: Retrieving Stack Cost... 04:20:12 INFO: Retrieving Pricing Info for: v3-standard-8 04:20:12 INFO: Archiving Costs [Pipeline] echo 04:20:12 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 04:20:13 ---> logs-deploy.sh 04:20:13 lf-activate-venv: SKIPPING 04:20:13 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-usb-camera/PR-267/1 04:20:13 INFO: archiving workspace using pattern(s): 04:20:14 Archives upload complete. 04:20:14 INFO: archiving logs to Nexus 04:20:14 ---> uname -a: 04:20:14 Linux prd-ubuntu20-04-docker-8c-8g-3095 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux 04:20:14 04:20:14 04:20:14 ---> lscpu: 04:20:14 Architecture: x86_64 04:20:14 CPU op-mode(s): 32-bit, 64-bit 04:20:14 Byte Order: Little Endian 04:20:14 Address sizes: 40 bits physical, 48 bits virtual 04:20:14 CPU(s): 8 04:20:14 On-line CPU(s) list: 0-7 04:20:14 Thread(s) per core: 1 04:20:14 Core(s) per socket: 1 04:20:14 Socket(s): 8 04:20:14 NUMA node(s): 1 04:20:14 Vendor ID: AuthenticAMD 04:20:14 CPU family: 23 04:20:14 Model: 49 04:20:14 Model name: AMD EPYC-Rome Processor 04:20:14 Stepping: 0 04:20:14 CPU MHz: 2799.998 04:20:14 BogoMIPS: 5599.99 04:20:14 Virtualization: AMD-V 04:20:14 Hypervisor vendor: KVM 04:20:14 Virtualization type: full 04:20:14 L1d cache: 256 KiB 04:20:14 L1i cache: 256 KiB 04:20:14 L2 cache: 4 MiB 04:20:14 L3 cache: 128 MiB 04:20:14 NUMA node0 CPU(s): 0-7 04:20:14 Vulnerability Itlb multihit: Not affected 04:20:14 Vulnerability L1tf: Not affected 04:20:14 Vulnerability Mds: Not affected 04:20:14 Vulnerability Meltdown: Not affected 04:20:14 Vulnerability Mmio stale data: Not affected 04:20:14 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 04:20:14 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 04:20:14 Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling 04:20:14 Vulnerability Srbds: Not affected 04:20:14 Vulnerability Tsx async abort: Not affected 04:20:14 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm rep_good nopl cpuid extd_apicid tsc_known_freq pni pclmulqdq ssse3 fma cx16 sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext perfctr_core ssbd ibrs ibpb stibp vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 xsaves clzero xsaveerptr wbnoinvd arat npt nrip_save umip rdpid arch_capabilities 04:20:14 04:20:14 04:20:14 ---> nproc: 04:20:14 8 04:20:14 04:20:14 04:20:14 ---> df -h: 04:20:14 Filesystem Size Used Avail Use% Mounted on 04:20:14 overlay 155G 12G 144G 8% / 04:20:14 tmpfs 64M 0 64M 0% /dev 04:20:14 tmpfs 16G 0 16G 0% /sys/fs/cgroup 04:20:14 shm 64M 0 64M 0% /dev/shm 04:20:14 /dev/vda1 155G 12G 144G 8% /facter-os 04:20:14 04:20:14 04:20:14 ---> sar -b -r -n DEV: 04:20:14 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-3095) 08/08/23 _x86_64_ (8 CPU) 04:20:14 04:20:14 04:08:09 LINUX RESTART (8 CPU) 04:20:14 04:20:14 04:09:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 04:20:14 04:10:01 211.41 4.32 207.10 0.00 417.40 72534.98 0.00 04:20:14 04:11:01 220.21 0.18 220.03 0.00 12.66 38350.14 0.00 04:20:14 04:12:01 30.88 0.02 30.86 0.00 1.33 16442.46 0.00 04:20:14 04:13:01 1.68 0.00 1.68 0.00 0.00 20.15 0.00 04:20:14 04:14:01 53.03 10.58 42.45 0.00 5154.02 8887.44 0.00 04:20:14 04:15:01 6.68 0.02 6.67 0.00 0.13 130.24 0.00 04:20:14 04:16:01 1.43 0.00 1.43 0.00 0.00 16.00 0.00 04:20:14 04:17:01 2.03 0.02 2.02 0.00 0.13 22.79 0.00 04:20:14 04:18:01 1.27 0.00 1.27 0.00 0.00 14.13 0.00 04:20:14 04:19:01 1.65 0.00 1.65 0.00 0.00 19.46 0.00 04:20:14 04:20:01 1.17 0.02 1.15 0.00 1.20 13.46 0.00 04:20:14 Average: 48.31 1.38 46.94 0.00 507.97 12404.61 0.00 04:20:14 04:20:14 04:09:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 04:20:14 04:10:01 28116744 31462028 837724 2.55 145448 3383044 2230976 6.57 1341520 2956400 185472 04:20:14 04:11:01 27586516 31541680 758552 2.31 155692 3958544 2048852 6.04 1298272 3503816 358640 04:20:14 04:12:01 27489012 31575872 723524 2.20 161268 4057384 1759624 5.19 1281284 3589636 320 04:20:14 04:13:01 27489576 31576460 722568 2.20 161316 4057376 1759624 5.19 1281196 3589636 12 04:20:14 04:14:01 26966104 31562184 718424 2.18 195040 4517604 1809444 5.33 1598200 3758112 1112 04:20:14 04:15:01 26973800 31565184 717132 2.18 193596 4514476 1802628 5.31 1596628 3755036 8 04:20:14 04:16:01 26975660 31567164 715248 2.18 193664 4514480 1802628 5.31 1594820 3755044 8 04:20:14 04:17:01 26974580 31566120 715788 2.18 193740 4514484 1802628 5.31 1595572 3755044 208 04:20:14 04:18:01 26975092 31566736 715120 2.17 193772 4514484 1802628 5.31 1594640 3755044 40 04:20:14 04:19:01 26975352 31567032 714788 2.17 193792 4514492 1802628 5.31 1594736 3755052 16 04:20:14 04:20:01 26974468 31566336 715576 2.18 193828 4514492 1818764 5.36 1596900 3755212 8 04:20:14 Average: 27226991 31556072 732222 2.23 180105 4278260 1858220 5.48 1488524 3629821 49622 04:20:14 04:20:14 04:09:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 04:20:14 04:10:01 docker0 180.55 315.26 14.54 1994.04 0.00 0.00 0.00 0.00 04:20:14 04:10:01 lo 2.67 2.67 0.26 0.26 0.00 0.00 0.00 0.00 04:20:14 04:10:01 veth387cf46 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 04:20:14 04:10:01 ens3 500.47 286.60 6241.90 44.70 0.00 0.00 0.00 0.00 04:20:14 04:11:01 docker0 14.25 38.28 1.06 713.94 0.00 0.00 0.00 0.00 04:20:14 04:11:01 lo 2.73 2.73 0.26 0.26 0.00 0.00 0.00 0.00 04:20:14 04:11:01 ens3 168.36 93.45 3524.65 21.35 0.00 0.00 0.00 0.00 04:20:14 04:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:20:14 04:12:01 lo 0.07 0.07 0.01 0.01 0.00 0.00 0.00 0.00 04:20:14 04:12:01 ens3 11.81 7.58 13.09 4.85 0.00 0.00 0.00 0.00 04:20:14 04:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:20:14 04:13:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 04:20:14 04:13:01 ens3 0.22 0.12 0.01 0.01 0.00 0.00 0.00 0.00 04:20:14 04:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:20:14 04:14:01 lo 0.60 0.60 0.06 0.06 0.00 0.00 0.00 0.00 04:20:14 04:14:01 ens3 217.51 106.61 2924.26 7.48 0.00 0.00 0.00 0.00 04:20:14 04:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:20:14 04:15:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 04:20:14 04:15:01 ens3 0.28 0.23 0.02 0.02 0.00 0.00 0.00 0.00 04:20:14 04:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:20:14 04:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:20:14 04:16:01 ens3 0.05 0.02 0.00 0.00 0.00 0.00 0.00 0.00 04:20:14 04:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:20:14 04:17:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 04:20:14 04:17:01 ens3 0.15 0.12 0.01 0.01 0.00 0.00 0.00 0.00 04:20:14 04:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:20:14 04:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:20:14 04:18:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:20:14 04:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:20:14 04:19:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 04:20:14 04:19:01 ens3 0.28 0.20 0.08 0.07 0.00 0.00 0.00 0.00 04:20:14 04:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 04:20:14 04:20:01 lo 0.07 0.07 0.00 0.00 0.00 0.00 0.00 0.00 04:20:14 04:20:01 ens3 2.27 1.73 2.84 0.72 0.00 0.00 0.00 0.00 04:20:14 Average: docker0 17.71 32.14 1.42 246.18 0.00 0.00 0.00 0.00 04:20:14 Average: lo 0.63 0.63 0.06 0.06 0.00 0.00 0.00 0.00 04:20:14 Average: ens3 81.95 45.15 1155.20 7.20 0.00 0.00 0.00 0.00 04:20:14 04:20:14 04:20:14 ---> sar -P ALL: 04:20:14 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-3095) 08/08/23 _x86_64_ (8 CPU) 04:20:14 04:20:14 04:08:09 LINUX RESTART (8 CPU) 04:20:14 04:20:14 04:09:01 CPU %user %nice %system %iowait %steal %idle 04:20:14 04:10:01 all 14.67 0.00 4.89 3.15 0.08 77.21 04:20:14 04:10:01 0 14.69 0.00 4.30 0.71 0.07 80.24 04:20:14 04:10:01 1 14.01 0.00 4.56 0.56 0.07 80.80 04:20:14 04:10:01 2 13.48 0.00 6.23 1.23 0.07 78.99 04:20:14 04:10:01 3 13.92 0.00 4.81 0.59 0.07 80.62 04:20:14 04:10:01 4 16.49 0.00 4.45 0.27 0.08 78.71 04:20:14 04:10:01 5 14.26 0.00 4.65 4.01 0.07 77.01 04:20:14 04:10:01 6 15.12 0.00 5.82 17.42 0.08 61.56 04:20:14 04:10:01 7 15.39 0.00 4.33 0.54 0.10 79.65 04:20:14 04:11:01 all 33.88 0.00 6.26 1.55 0.08 58.23 04:20:14 04:11:01 0 33.54 0.00 6.16 0.13 0.08 60.08 04:20:14 04:11:01 1 31.47 0.00 6.14 3.69 0.08 58.61 04:20:14 04:11:01 2 34.08 0.00 6.93 7.15 0.08 51.77 04:20:14 04:11:01 3 33.35 0.00 5.77 0.12 0.07 60.70 04:20:14 04:11:01 4 35.41 0.00 6.26 0.10 0.07 58.16 04:20:14 04:11:01 5 35.15 0.00 6.46 0.39 0.07 57.93 04:20:14 04:11:01 6 33.64 0.00 6.15 0.34 0.08 59.79 04:20:14 04:11:01 7 34.39 0.00 6.22 0.54 0.12 58.74 04:20:14 04:12:01 all 1.20 0.00 0.55 0.50 0.03 97.73 04:20:14 04:12:01 0 1.47 0.00 0.40 0.00 0.02 98.12 04:20:14 04:12:01 1 0.95 0.00 0.48 0.42 0.00 98.15 04:20:14 04:12:01 2 1.54 0.00 0.45 0.28 0.03 97.69 04:20:14 04:12:01 3 1.17 0.00 0.69 3.29 0.05 94.80 04:20:14 04:12:01 4 1.14 0.00 0.35 0.00 0.02 98.50 04:20:14 04:12:01 5 1.39 0.00 0.32 0.00 0.03 98.26 04:20:14 04:12:01 6 0.99 0.00 0.57 0.00 0.03 98.41 04:20:14 04:12:01 7 0.95 0.00 1.17 0.00 0.02 97.87 04:20:14 04:13:01 all 0.01 0.00 0.01 0.00 0.00 99.97 04:20:14 04:13:01 0 0.02 0.00 0.00 0.00 0.00 99.98 04:20:14 04:13:01 1 0.00 0.00 0.00 0.02 0.00 99.98 04:20:14 04:13:01 2 0.00 0.00 0.02 0.00 0.00 99.98 04:20:14 04:13:01 3 0.03 0.00 0.02 0.02 0.00 99.93 04:20:14 04:13:01 4 0.00 0.00 0.00 0.00 0.00 100.00 04:20:14 04:13:01 5 0.02 0.00 0.03 0.00 0.02 99.93 04:20:14 04:13:01 6 0.00 0.00 0.00 0.00 0.00 100.00 04:20:14 04:13:01 7 0.00 0.00 0.00 0.00 0.02 99.98 04:20:14 04:14:01 all 2.28 0.00 1.43 0.52 0.03 95.74 04:20:14 04:14:01 0 1.27 0.00 2.50 0.72 0.03 95.48 04:20:14 04:14:01 1 1.77 0.00 0.92 1.37 0.02 95.92 04:20:14 04:14:01 2 3.47 0.00 1.20 0.35 0.05 94.93 04:20:14 04:14:01 3 3.33 0.00 1.15 0.47 0.03 95.02 04:20:14 04:14:01 4 3.09 0.00 2.94 1.05 0.02 92.91 04:20:14 04:14:01 5 1.59 0.00 0.67 0.10 0.03 97.61 04:20:14 04:14:01 6 1.77 0.00 0.95 0.03 0.02 97.23 04:20:14 04:14:01 7 1.98 0.00 1.09 0.05 0.02 96.87 04:20:14 04:15:01 all 0.32 0.00 0.05 0.01 0.01 99.60 04:20:14 04:15:01 0 0.05 0.00 0.03 0.00 0.03 99.88 04:20:14 04:15:01 1 0.03 0.00 0.03 0.07 0.02 99.85 04:20:14 04:15:01 2 1.99 0.00 0.03 0.00 0.00 97.98 04:20:14 04:15:01 3 0.13 0.00 0.05 0.02 0.02 99.78 04:20:14 04:15:01 4 0.18 0.00 0.08 0.00 0.02 99.72 04:20:14 04:15:01 5 0.10 0.00 0.05 0.02 0.00 99.83 04:20:14 04:15:01 6 0.03 0.00 0.05 0.00 0.02 99.90 04:20:14 04:15:01 7 0.02 0.00 0.03 0.02 0.02 99.92 04:20:14 04:16:01 all 0.25 0.00 0.02 0.01 0.00 99.72 04:20:14 04:16:01 0 0.07 0.00 0.05 0.02 0.03 99.83 04:20:14 04:16:01 1 0.00 0.00 0.00 0.05 0.00 99.95 04:20:14 04:16:01 2 1.81 0.00 0.08 0.00 0.00 98.11 04:20:14 04:16:01 3 0.03 0.00 0.00 0.00 0.00 99.97 04:20:14 04:16:01 4 0.02 0.00 0.00 0.00 0.00 99.98 04:20:14 04:16:01 5 0.02 0.00 0.00 0.00 0.00 99.98 04:20:14 04:16:01 6 0.03 0.00 0.00 0.00 0.00 99.97 04:20:14 04:16:01 7 0.02 0.00 0.00 0.00 0.00 99.98 04:20:14 04:17:01 all 0.02 0.00 0.02 0.01 0.01 99.95 04:20:14 04:17:01 0 0.10 0.00 0.07 0.02 0.02 99.80 04:20:14 04:17:01 1 0.02 0.00 0.00 0.03 0.00 99.95 04:20:14 04:17:01 2 0.00 0.00 0.02 0.00 0.00 99.98 04:20:14 04:17:01 3 0.02 0.00 0.00 0.00 0.00 99.98 04:20:14 04:17:01 4 0.00 0.00 0.00 0.00 0.00 100.00 04:20:14 04:17:01 5 0.02 0.00 0.02 0.00 0.02 99.95 04:20:14 04:17:01 6 0.00 0.00 0.02 0.00 0.02 99.97 04:20:14 04:17:01 7 0.00 0.00 0.02 0.00 0.00 99.98 04:20:14 04:18:01 all 0.03 0.00 0.01 0.00 0.01 99.95 04:20:14 04:18:01 0 0.05 0.00 0.03 0.00 0.03 99.88 04:20:14 04:18:01 1 0.00 0.00 0.00 0.02 0.00 99.98 04:20:14 04:18:01 2 0.02 0.00 0.00 0.00 0.00 99.98 04:20:14 04:18:01 3 0.10 0.00 0.02 0.00 0.02 99.87 04:20:14 04:18:01 4 0.02 0.00 0.00 0.00 0.02 99.97 04:20:14 04:18:01 5 0.02 0.00 0.00 0.00 0.00 99.98 04:20:14 04:18:01 6 0.02 0.00 0.00 0.00 0.00 99.98 04:20:14 04:18:01 7 0.02 0.00 0.00 0.00 0.00 99.98 04:20:14 04:19:01 all 0.05 0.00 0.01 0.01 0.01 99.93 04:20:14 04:19:01 0 0.03 0.00 0.00 0.02 0.02 99.93 04:20:14 04:19:01 1 0.00 0.00 0.00 0.05 0.00 99.95 04:20:14 04:19:01 2 0.02 0.00 0.03 0.00 0.02 99.93 04:20:14 04:19:01 3 0.25 0.00 0.00 0.00 0.02 99.73 04:20:14 04:19:01 4 0.00 0.00 0.00 0.00 0.00 100.00 04:20:14 04:19:01 5 0.08 0.00 0.00 0.00 0.02 99.90 04:20:14 04:19:01 6 0.00 0.00 0.02 0.00 0.02 99.97 04:20:14 04:19:01 7 0.00 0.00 0.00 0.00 0.00 100.00 04:20:14 04:20:01 all 0.05 0.00 0.04 0.00 0.01 99.90 04:20:14 04:20:01 0 0.05 0.00 0.07 0.00 0.03 99.85 04:20:14 04:20:01 1 0.02 0.00 0.03 0.02 0.02 99.92 04:20:14 04:20:01 2 0.05 0.00 0.00 0.00 0.00 99.95 04:20:14 04:20:01 3 0.05 0.00 0.02 0.00 0.00 99.93 04:20:14 04:20:01 4 0.02 0.00 0.03 0.00 0.00 99.95 04:20:14 04:20:01 5 0.13 0.00 0.08 0.02 0.00 99.77 04:20:14 04:20:01 6 0.03 0.00 0.02 0.00 0.00 99.95 04:20:14 04:20:01 7 0.07 0.00 0.03 0.00 0.00 99.90 04:20:14 04:20:14 Average: CPU %user %nice %system %iowait %steal %idle 04:20:14 Average: all 4.76 0.00 1.20 0.52 0.02 93.49 04:20:14 Average: 0 4.65 0.00 1.23 0.15 0.03 93.94 04:20:14 Average: 1 4.35 0.00 1.10 0.57 0.02 93.96 04:20:14 Average: 2 5.08 0.00 1.35 0.81 0.02 92.74 04:20:14 Average: 3 4.73 0.00 1.13 0.41 0.02 93.70 04:20:14 Average: 4 5.09 0.00 1.28 0.13 0.02 93.48 04:20:14 Average: 5 4.76 0.00 1.11 0.41 0.02 93.70 04:20:14 Average: 6 4.65 0.00 1.22 1.60 0.02 92.50 04:20:14 Average: 7 4.76 0.00 1.16 0.10 0.03 93.94 04:20:14 04:20:14 04:20:14