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 [2023-08-08T04:08:46.873Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2023-08-08T04:08:47.058Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2023-08-08T04:08:47.273Z] ========================================================= [2023-08-08T04:08:47.273Z] EdgeX Global Pipelines Version Info [2023-08-08T04:08:47.273Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2023-08-08T04:08:48.035Z] ------------------- [2023-08-08T04:08:48.035Z] stable info: [2023-08-08T04:08:48.035Z] ------------------- [2023-08-08T04:08:48.035Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2023-08-08T04:08:48.035Z] Commit SHA: d4291cbe28daa2a40ca94d44cc831565108a4ea5 [2023-08-08T04:08:48.035Z] Message: update stable to v1.0.250 [2023-08-08T04:08:48.607Z] ------------------- [2023-08-08T04:08:48.607Z] experimental info: [2023-08-08T04:08:48.607Z] ------------------- [2023-08-08T04:08:48.607Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2023-08-08T04:08:48.607Z] Commit SHA: e40317f62605a4f3b5f0b8a3ca7537e8fb1ff910 [2023-08-08T04:08:48.607Z] Message: update experimental to v1.0.252 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2023-08-08T04:08:49.099Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-usb-camera-settings [Pipeline] echo [2023-08-08T04:08:49.139Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-usb-camera [Pipeline] echo [2023-08-08T04:08:49.176Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2023-08-08T04:08:49.281Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2023-08-08T04:08:49.322Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2023-08-08T04:08:49.360Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.20 [Pipeline] echo [2023-08-08T04:08:49.400Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2023-08-08T04:08:49.435Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2023-08-08T04:08:49.471Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2023-08-08T04:08:49.508Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2023-08-08T04:08:49.550Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2023-08-08T04:08:49.591Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-usb-camera [Pipeline] echo [2023-08-08T04:08:49.633Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2023-08-08T04:08:49.732Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2023-08-08T04:08:49.779Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2023-08-08T04:08:49.823Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2023-08-08T04:08:49.867Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2023-08-08T04:08:49.906Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2023-08-08T04:08:49.948Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2023-08-08T04:08:49.992Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2023-08-08T04:08:50.035Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2023-08-08T04:08:50.075Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2023-08-08T04:08:50.112Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2023-08-08T04:08:50.151Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2023-08-08T04:08:50.189Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2023-08-08T04:08:50.231Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2023-08-08T04:08:50.274Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2023-08-08T04:08:50.328Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-267 [Pipeline] echo [2023-08-08T04:08:50.418Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-267 [Pipeline] echo [2023-08-08T04:08:50.461Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-267 [Pipeline] echo [2023-08-08T04:08:50.503Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 4af3f945cdbb23f4ff425e83e2b699663686e1f0 [Pipeline] echo [2023-08-08T04:08:50.550Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 4af3f94 [Pipeline] echo [2023-08-08T04:08:50.590Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-08-08T04:08:50.703Z] provisioning config files... [2023-08-08T04:08:50.717Z] copy managed file [device-usb-camera-settings] to file:/w/workspace/foundry_device-usb-camera_PR-267@tmp/config14196688850566884242tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-08-08T04:08:51.059Z] ---> docker-login.sh [2023-08-08T04:08:51.059Z] nexus3.edgexfoundry.org:10001 [2023-08-08T04:08:51.319Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-08T04:08:51.319Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-08T04:08:51.319Z] Configure a credential helper to remove this warning. See [2023-08-08T04:08:51.319Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-08T04:08:51.319Z] [2023-08-08T04:08:51.319Z] Login Succeeded [2023-08-08T04:08:51.319Z] nexus3.edgexfoundry.org:10002 [2023-08-08T04:08:51.319Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-08T04:08:51.319Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-08T04:08:51.319Z] Configure a credential helper to remove this warning. See [2023-08-08T04:08:51.319Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-08T04:08:51.319Z] [2023-08-08T04:08:51.319Z] Login Succeeded [2023-08-08T04:08:51.579Z] nexus3.edgexfoundry.org:10003 [2023-08-08T04:08:51.579Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-08T04:08:51.579Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-08T04:08:51.579Z] Configure a credential helper to remove this warning. See [2023-08-08T04:08:51.579Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-08T04:08:51.579Z] [2023-08-08T04:08:51.579Z] Login Succeeded [2023-08-08T04:08:51.579Z] nexus3.edgexfoundry.org:10004 [2023-08-08T04:08:51.579Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-08T04:08:51.579Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-08T04:08:51.579Z] Configure a credential helper to remove this warning. See [2023-08-08T04:08:51.579Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-08T04:08:51.579Z] [2023-08-08T04:08:51.579Z] Login Succeeded [2023-08-08T04:08:51.579Z] docker.io [2023-08-08T04:08:51.838Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-08T04:08:52.098Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-08T04:08:52.098Z] Configure a credential helper to remove this warning. See [2023-08-08T04:08:52.098Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-08T04:08:52.098Z] [2023-08-08T04:08:52.098Z] Login Succeeded [2023-08-08T04:08:52.098Z] ---> docker-login.sh ends [Pipeline] } [2023-08-08T04:08:52.126Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2023-08-08T04:08:52.795Z] + git rev-list -1 --merges 4af3f945cdbb23f4ff425e83e2b699663686e1f0~1..4af3f945cdbb23f4ff425e83e2b699663686e1f0 [Pipeline] echo [2023-08-08T04:08:52.870Z] -----------> git rev-list -1 --merges 4af3f945cdbb23f4ff425e83e2b699663686e1f0~1..4af3f945cdbb23f4ff425e83e2b699663686e1f0 4af3f945cdbb23f4ff425e83e2b699663686e1f0 [false] [Pipeline] sh [2023-08-08T04:08:53.192Z] + git log --format=format:%s -1 4af3f945cdbb23f4ff425e83e2b699663686e1f0 [Pipeline] echo [2023-08-08T04:08:53.229Z] ========================================================= [2023-08-08T04:08:53.229Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2023-08-08T04:08:53.229Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-08-08T04:08:53.671Z] + git log --format=format:%s -1 4af3f945cdbb23f4ff425e83e2b699663686e1f0 [Pipeline] echo [2023-08-08T04:08:53.704Z] [semverPrep] GIT_COMMIT: 4af3f945cdbb23f4ff425e83e2b699663686e1f0, Commit Message: refactor: use PatchDevice calls instead of UpdateDevice [Pipeline] echo [2023-08-08T04:08:53.736Z] [semverPrep] This is not a build commit. [Pipeline] sh [2023-08-08T04:08:54.142Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-08-08T04:08:54.142Z] + grep -v github /etc/ssh/ssh_known_hosts [2023-08-08T04:08:54.142Z] + [ -e /tmp/ssh_known_hosts ] [2023-08-08T04:08:54.142Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2023-08-08T04:08:54.142Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2023-08-08T04:08:54.142Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2023-08-08T04:08:54.142Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-08T04:08:54.748Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-08-08T04:08:54.748Z] [2023-08-08T04:08:54.748Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-08T04:08:55.184Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-08-08T04:08:55.184Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2023-08-08T04:08:55.184Z] b85a868b505f: Pulling fs layer [2023-08-08T04:08:55.184Z] e2be974225ed: Pulling fs layer [2023-08-08T04:08:55.184Z] 339a4e72a1f5: Pulling fs layer [2023-08-08T04:08:55.184Z] 988bab9f4d93: Pulling fs layer [2023-08-08T04:08:55.184Z] 1469e6f7b9e6: Pulling fs layer [2023-08-08T04:08:55.184Z] eaf3925da568: Pulling fs layer [2023-08-08T04:08:55.184Z] bab4dde63d76: Pulling fs layer [2023-08-08T04:08:55.184Z] bde34c3a00c8: Pulling fs layer [2023-08-08T04:08:55.184Z] b352a97aabf1: Pulling fs layer [2023-08-08T04:08:55.184Z] 4872d77fe225: Pulling fs layer [2023-08-08T04:08:55.184Z] 5851b861e8e6: Pulling fs layer [2023-08-08T04:08:55.184Z] eaf3925da568: Waiting [2023-08-08T04:08:55.184Z] bab4dde63d76: Waiting [2023-08-08T04:08:55.185Z] 988bab9f4d93: Waiting [2023-08-08T04:08:55.185Z] bde34c3a00c8: Waiting [2023-08-08T04:08:55.185Z] 4872d77fe225: Waiting [2023-08-08T04:08:55.185Z] b352a97aabf1: Waiting [2023-08-08T04:08:55.185Z] 5851b861e8e6: Waiting [2023-08-08T04:08:55.185Z] 1469e6f7b9e6: Waiting [2023-08-08T04:08:55.185Z] e2be974225ed: Verifying Checksum [2023-08-08T04:08:55.185Z] e2be974225ed: Download complete [2023-08-08T04:08:55.185Z] 988bab9f4d93: Verifying Checksum [2023-08-08T04:08:55.185Z] 988bab9f4d93: Download complete [2023-08-08T04:08:55.443Z] 339a4e72a1f5: Verifying Checksum [2023-08-08T04:08:55.443Z] 339a4e72a1f5: Download complete [2023-08-08T04:08:55.443Z] 1469e6f7b9e6: Verifying Checksum [2023-08-08T04:08:55.443Z] 1469e6f7b9e6: Download complete [2023-08-08T04:08:55.443Z] eaf3925da568: Verifying Checksum [2023-08-08T04:08:55.443Z] eaf3925da568: Download complete [2023-08-08T04:08:55.443Z] bde34c3a00c8: Download complete [2023-08-08T04:08:55.443Z] b352a97aabf1: Download complete [2023-08-08T04:08:55.443Z] 4872d77fe225: Verifying Checksum [2023-08-08T04:08:55.443Z] 4872d77fe225: Download complete [2023-08-08T04:08:55.443Z] 5851b861e8e6: Download complete [2023-08-08T04:08:55.443Z] b85a868b505f: Verifying Checksum [2023-08-08T04:08:55.443Z] b85a868b505f: Download complete [2023-08-08T04:08:55.701Z] bab4dde63d76: Verifying Checksum [2023-08-08T04:08:55.701Z] bab4dde63d76: Download complete [2023-08-08T04:08:56.636Z] b85a868b505f: Pull complete [2023-08-08T04:08:56.894Z] e2be974225ed: Pull complete [2023-08-08T04:08:57.153Z] 339a4e72a1f5: Pull complete [2023-08-08T04:08:57.412Z] 988bab9f4d93: Pull complete [2023-08-08T04:08:57.670Z] 1469e6f7b9e6: Pull complete [2023-08-08T04:08:57.670Z] eaf3925da568: Pull complete [2023-08-08T04:08:59.572Z] bab4dde63d76: Pull complete [2023-08-08T04:08:59.572Z] bde34c3a00c8: Pull complete [2023-08-08T04:08:59.572Z] b352a97aabf1: Pull complete [2023-08-08T04:08:59.572Z] 4872d77fe225: Pull complete [2023-08-08T04:08:59.572Z] 5851b861e8e6: Pull complete [2023-08-08T04:08:59.572Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2023-08-08T04:08:59.572Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-08-08T04:08:59.572Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-08-08T04:08:59.797Z] prd-ubuntu20.04-docker-8c-8g-3095 does not seem to be running inside a container [2023-08-08T04:08:59.830Z] $ 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 [2023-08-08T04:09:02.178Z] $ docker top 9ba43c87cebec75465d865165ef618e5766f32263ef44d48ae7498886047a31a -eo pid,comm [2023-08-08T04:09:02.234Z] 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). [2023-08-08T04:09:02.234Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-08-08T04:09:02.362Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-08-08T04:09:02.362Z] [ssh-agent] Looking for ssh-agent implementation... [2023-08-08T04:09:02.481Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-08-08T04:09:02.489Z] $ docker exec 9ba43c87cebec75465d865165ef618e5766f32263ef44d48ae7498886047a31a ssh-agent [2023-08-08T04:09:02.589Z] SSH_AUTH_SOCK=/tmp/ssh-8mxDcalaBegp/agent.33 [2023-08-08T04:09:02.589Z] SSH_AGENT_PID=39 [2023-08-08T04:09:02.597Z] Running ssh-add (command line suppressed) [2023-08-08T04:09:02.697Z] 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) [2023-08-08T04:09:02.706Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-08-08T04:09:03.032Z] + git tag --points-at HEAD [Pipeline] } [2023-08-08T04:09:03.062Z] $ docker exec --env ******** --env ******** 9ba43c87cebec75465d865165ef618e5766f32263ef44d48ae7498886047a31a ssh-agent -k [2023-08-08T04:09:03.156Z] unset SSH_AUTH_SOCK; [2023-08-08T04:09:03.156Z] unset SSH_AGENT_PID; [2023-08-08T04:09:03.156Z] echo Agent pid 39 killed; [2023-08-08T04:09:03.161Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2023-08-08T04:09:03.254Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-08-08T04:09:03.254Z] [ssh-agent] Looking for ssh-agent implementation... [2023-08-08T04:09:03.369Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-08-08T04:09:03.376Z] $ docker exec 9ba43c87cebec75465d865165ef618e5766f32263ef44d48ae7498886047a31a ssh-agent [2023-08-08T04:09:03.476Z] SSH_AUTH_SOCK=/tmp/ssh-NaI3vNgoMHvP/agent.72 [2023-08-08T04:09:03.476Z] SSH_AGENT_PID=78 [2023-08-08T04:09:03.482Z] Running ssh-add (command line suppressed) [2023-08-08T04:09:03.583Z] 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) [2023-08-08T04:09:03.593Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-08-08T04:09:03.924Z] + git semver init [2023-08-08T04:09:04.185Z] 2023-08-08 04:09:04,096 [run_init] DEBUG init version:0.0.0 force:False [2023-08-08T04:09:04.185Z] 2023-08-08 04:09:04,097 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/foundry_device-usb-camera_PR-267/.semver [2023-08-08T04:09:04.185Z] 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 [2023-08-08T04:09:04.185Z] 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) [2023-08-08T04:09:05.124Z] 2023-08-08 04:09:04,843 [append_file] DEBUG append to file:/w/workspace/foundry_device-usb-camera_PR-267/.git/info/exclude [2023-08-08T04:09:05.124Z] 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 [2023-08-08T04:09:05.124Z] 2023-08-08 04:09:04,844 [write_file] DEBUG write to file:/w/workspace/foundry_device-usb-camera_PR-267/.semver/PR-267 [2023-08-08T04:09:05.124Z] 2023-08-08 04:09:04,847 [execute] INFO git cat-file --batch-check [2023-08-08T04:09:05.124Z] 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=) [2023-08-08T04:09:05.124Z] 2023-08-08 04:09:04,853 [execute] INFO git cat-file --batch [2023-08-08T04:09:05.124Z] 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=) [2023-08-08T04:09:05.124Z] 2023-08-08 04:09:04,860 [read_version] DEBUG read version from /w/workspace/foundry_device-usb-camera_PR-267/.semver/PR-267 [2023-08-08T04:09:05.124Z] 0.0.0 [Pipeline] } [2023-08-08T04:09:05.156Z] $ docker exec --env ******** --env ******** 9ba43c87cebec75465d865165ef618e5766f32263ef44d48ae7498886047a31a ssh-agent -k [2023-08-08T04:09:05.257Z] unset SSH_AUTH_SOCK; [2023-08-08T04:09:05.260Z] unset SSH_AGENT_PID; [2023-08-08T04:09:05.260Z] echo Agent pid 78 killed; [2023-08-08T04:09:05.265Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-08-08T04:09:05.694Z] + git semver [Pipeline] } [2023-08-08T04:09:05.982Z] $ docker stop --time=1 9ba43c87cebec75465d865165ef618e5766f32263ef44d48ae7498886047a31a [2023-08-08T04:09:07.298Z] $ docker rm -f --volumes 9ba43c87cebec75465d865165ef618e5766f32263ef44d48ae7498886047a31a [Pipeline] // withDockerContainer [Pipeline] sh [2023-08-08T04:09:07.694Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2023-08-08T04:09:07.975Z] Stashed 1 file(s) [Pipeline] echo [2023-08-08T04:09:07.991Z] [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 [2023-08-08T04:09:08.627Z] provisioning config files... [2023-08-08T04:09:08.637Z] copy managed file [device-usb-camera-settings] to file:/w/workspace/foundry_device-usb-camera_PR-267@tmp/config16472162262484825009tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-08-08T04:09:08.976Z] ---> docker-login.sh [2023-08-08T04:09:08.976Z] nexus3.edgexfoundry.org:10001 [2023-08-08T04:09:08.976Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-08T04:09:08.976Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-08T04:09:08.976Z] Configure a credential helper to remove this warning. See [2023-08-08T04:09:08.976Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-08T04:09:08.976Z] [2023-08-08T04:09:08.976Z] Login Succeeded [2023-08-08T04:09:08.976Z] nexus3.edgexfoundry.org:10002 [2023-08-08T04:09:08.976Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-08T04:09:08.976Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-08T04:09:08.976Z] Configure a credential helper to remove this warning. See [2023-08-08T04:09:08.976Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-08T04:09:08.976Z] [2023-08-08T04:09:08.976Z] Login Succeeded [2023-08-08T04:09:08.976Z] nexus3.edgexfoundry.org:10003 [2023-08-08T04:09:09.236Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-08T04:09:09.236Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-08T04:09:09.236Z] Configure a credential helper to remove this warning. See [2023-08-08T04:09:09.236Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-08T04:09:09.236Z] [2023-08-08T04:09:09.236Z] Login Succeeded [2023-08-08T04:09:09.236Z] nexus3.edgexfoundry.org:10004 [2023-08-08T04:09:09.236Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-08T04:09:09.236Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-08T04:09:09.236Z] Configure a credential helper to remove this warning. See [2023-08-08T04:09:09.236Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-08T04:09:09.236Z] [2023-08-08T04:09:09.236Z] Login Succeeded [2023-08-08T04:09:09.236Z] docker.io [2023-08-08T04:09:09.497Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-08T04:09:09.757Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-08T04:09:09.757Z] Configure a credential helper to remove this warning. See [2023-08-08T04:09:09.757Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-08T04:09:09.757Z] [2023-08-08T04:09:09.757Z] Login Succeeded [2023-08-08T04:09:09.757Z] ---> docker-login.sh ends [Pipeline] } [2023-08-08T04:09:09.785Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-08-08T04:09:09.982Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-08-08T04:09:10.016Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-08-08T04:09:10.052Z] ========================================================= [2023-08-08T04:09:10.052Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine] [2023-08-08T04:09:10.052Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-08T04:09:10.517Z] + 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 . [2023-08-08T04:09:10.517Z] Sending build context to Docker daemon 2.038MB [2023-08-08T04:09:10.517Z] Step 1/13 : ARG BASE=golang:1.20-alpine3.17 [2023-08-08T04:09:10.517Z] Step 2/13 : FROM ${BASE} AS builder [2023-08-08T04:09:10.517Z] 1.20-alpine: Pulling from edgex-devops/edgex-golang-base [2023-08-08T04:09:10.517Z] 4db1b89c0bd1: Pulling fs layer [2023-08-08T04:09:10.517Z] 6911f1a30b25: Pulling fs layer [2023-08-08T04:09:10.517Z] e194b8c5c2a9: Pulling fs layer [2023-08-08T04:09:10.517Z] 6863d3e3a2b1: Pulling fs layer [2023-08-08T04:09:10.517Z] ec0bb842ea78: Pulling fs layer [2023-08-08T04:09:10.517Z] 40a00589a448: Pulling fs layer [2023-08-08T04:09:10.517Z] 6c08303d61cc: Pulling fs layer [2023-08-08T04:09:10.517Z] 798269fcf238: Pulling fs layer [2023-08-08T04:09:10.517Z] 40a00589a448: Waiting [2023-08-08T04:09:10.517Z] 6863d3e3a2b1: Waiting [2023-08-08T04:09:10.517Z] 6c08303d61cc: Waiting [2023-08-08T04:09:10.517Z] ec0bb842ea78: Waiting [2023-08-08T04:09:10.517Z] 798269fcf238: Waiting [2023-08-08T04:09:10.517Z] 6911f1a30b25: Verifying Checksum [2023-08-08T04:09:10.517Z] 6911f1a30b25: Download complete [2023-08-08T04:09:10.517Z] 6863d3e3a2b1: Verifying Checksum [2023-08-08T04:09:10.517Z] 6863d3e3a2b1: Download complete [2023-08-08T04:09:10.517Z] ec0bb842ea78: Verifying Checksum [2023-08-08T04:09:10.517Z] ec0bb842ea78: Download complete [2023-08-08T04:09:10.775Z] 4db1b89c0bd1: Verifying Checksum [2023-08-08T04:09:10.775Z] 4db1b89c0bd1: Download complete [2023-08-08T04:09:10.775Z] 40a00589a448: Verifying Checksum [2023-08-08T04:09:10.775Z] 40a00589a448: Download complete [2023-08-08T04:09:10.775Z] 4db1b89c0bd1: Pull complete [2023-08-08T04:09:11.035Z] 6911f1a30b25: Pull complete [2023-08-08T04:09:11.294Z] 798269fcf238: Verifying Checksum [2023-08-08T04:09:11.294Z] e194b8c5c2a9: Verifying Checksum [2023-08-08T04:09:11.294Z] e194b8c5c2a9: Download complete [2023-08-08T04:09:11.552Z] 6c08303d61cc: Verifying Checksum [2023-08-08T04:09:11.552Z] 6c08303d61cc: Download complete [2023-08-08T04:09:14.833Z] e194b8c5c2a9: Pull complete [2023-08-08T04:09:14.833Z] 6863d3e3a2b1: Pull complete [2023-08-08T04:09:14.833Z] ec0bb842ea78: Pull complete [2023-08-08T04:09:14.833Z] 40a00589a448: Pull complete [2023-08-08T04:09:17.360Z] 6c08303d61cc: Pull complete [2023-08-08T04:09:17.925Z] 798269fcf238: Pull complete [2023-08-08T04:09:17.925Z] Digest: sha256:68752d3c5041900b879808a9c232fa800f64c2352b9991beceed63c007ae5301 [2023-08-08T04:09:17.925Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [2023-08-08T04:09:17.925Z] ---> ec979cd7f677 [2023-08-08T04:09:17.925Z] Step 3/13 : ARG ADD_BUILD_TAGS="" [2023-08-08T04:09:21.205Z] ---> Running in ca05ca8e6118 [2023-08-08T04:09:21.205Z] Removing intermediate container ca05ca8e6118 [2023-08-08T04:09:21.205Z] ---> 522e436c9821 [2023-08-08T04:09:21.205Z] Step 4/13 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-08-08T04:09:21.205Z] ---> Running in d60ab8784207 [2023-08-08T04:09:21.205Z] Removing intermediate container d60ab8784207 [2023-08-08T04:09:21.205Z] ---> 7d36b61bf4ba [2023-08-08T04:09:21.205Z] Step 5/13 : ARG ALPINE_PKG_BASE="make git gcc libc-dev curl" [2023-08-08T04:09:21.463Z] ---> Running in 616ba15da149 [2023-08-08T04:09:21.463Z] Removing intermediate container 616ba15da149 [2023-08-08T04:09:21.463Z] ---> 18117984786b [2023-08-08T04:09:21.463Z] Step 6/13 : ARG ALPINE_PKG_EXTRA="v4l-utils-dev v4l-utils v4l-utils-libs linux-headers" [2023-08-08T04:09:21.463Z] ---> Running in ab59628109eb [2023-08-08T04:09:21.463Z] Removing intermediate container ab59628109eb [2023-08-08T04:09:21.463Z] ---> 345b90f0d7f4 [2023-08-08T04:09:21.463Z] Step 7/13 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-08-08T04:09:21.463Z] ---> Running in 78565e4cbce0 [2023-08-08T04:09:21.721Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-08-08T04:09:21.979Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-08-08T04:09:22.238Z] (1/14) Installing libintl (0.21.1-r1) [2023-08-08T04:09:22.238Z] (2/14) Installing eudev-libs (3.2.11-r4) [2023-08-08T04:09:22.238Z] (3/14) Installing libjpeg-turbo (2.1.4-r0) [2023-08-08T04:09:22.238Z] (4/14) Installing v4l-utils-libs (1.22.1-r2) [2023-08-08T04:09:22.238Z] (5/14) Installing v4l-utils (1.22.1-r2) [2023-08-08T04:09:22.496Z] (6/14) Installing udev-init-scripts (35-r1) [2023-08-08T04:09:22.496Z] (7/14) Installing libblkid (2.38.1-r1) [2023-08-08T04:09:22.496Z] (8/14) Installing xz-libs (5.2.9-r0) [2023-08-08T04:09:22.496Z] (9/14) Installing zstd-libs (1.5.5-r0) [2023-08-08T04:09:22.496Z] (10/14) Installing kmod-libs (30-r1) [2023-08-08T04:09:22.496Z] (11/14) Installing eudev (3.2.11-r4) [2023-08-08T04:09:22.496Z] (12/14) Installing eudev-dev (3.2.11-r4) [2023-08-08T04:09:22.496Z] (13/14) Installing v4l-utils-dvbv5 (1.22.1-r2) [2023-08-08T04:09:22.496Z] (14/14) Installing v4l-utils-dev (1.22.1-r2) [2023-08-08T04:09:22.496Z] Executing busybox-1.35.0-r29.trigger [2023-08-08T04:09:22.496Z] Executing eudev-3.2.11-r4.trigger [2023-08-08T04:09:22.496Z] OK: 272 MiB in 67 packages [2023-08-08T04:09:23.062Z] Removing intermediate container 78565e4cbce0 [2023-08-08T04:09:23.062Z] ---> 09ff58d2929d [2023-08-08T04:09:23.062Z] Step 8/13 : WORKDIR /device-usb-camera [2023-08-08T04:09:23.062Z] ---> Running in 27f5b1f87467 [2023-08-08T04:09:23.062Z] Removing intermediate container 27f5b1f87467 [2023-08-08T04:09:23.062Z] ---> b3d991fec61e [2023-08-08T04:09:23.062Z] Step 9/13 : COPY go.mod vendor* ./ [2023-08-08T04:09:23.323Z] ---> 83b7e4b58b35 [2023-08-08T04:09:23.323Z] Step 10/13 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-08-08T04:09:23.323Z] ---> Running in 4c8a3c0851b5 [2023-08-08T04:09:23.433Z] Still waiting to schedule task [2023-08-08T04:09:23.434Z] All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline [2023-08-08T04:09:49.866Z] Removing intermediate container 4c8a3c0851b5 [2023-08-08T04:09:49.866Z] ---> 7db460b5f2e0 [2023-08-08T04:09:49.866Z] Step 11/13 : COPY . . [2023-08-08T04:09:49.866Z] ---> e1e37bb6d400 [2023-08-08T04:09:49.866Z] Step 12/13 : RUN curl -o LICENSE-rtsp-simple-server https://raw.githubusercontent.com/aler9/rtsp-simple-server/main/LICENSE [2023-08-08T04:09:49.866Z] ---> Running in 775ea2804474 [2023-08-08T04:09:49.866Z]  % Total % Received % Xferd Average Speed Time Time Time Current [2023-08-08T04:09:49.866Z] Dload Upload Total Spent Left Speed [2023-08-08T04:09:49.866Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 1062 100 1062 0 0 5041 0 --:--:-- --:--:-- --:--:-- 5057 [2023-08-08T04:09:50.125Z] Removing intermediate container 775ea2804474 [2023-08-08T04:09:50.125Z] ---> 192fd6cadb72 [2023-08-08T04:09:50.125Z] Step 13/13 : RUN ${MAKE} [2023-08-08T04:09:50.125Z] ---> Running in 527df3af9c7e [2023-08-08T04:09:50.383Z] noop [2023-08-08T04:09:50.643Z] Removing intermediate container 527df3af9c7e [2023-08-08T04:09:50.643Z] ---> c2d5081ce78d [2023-08-08T04:09:50.643Z] Successfully built c2d5081ce78d [2023-08-08T04:09:50.643Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-08T04:09:51.086Z] + docker inspect -f . ci-base-image-x86_64 [2023-08-08T04:09:51.086Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-08-08T04:09:51.229Z] prd-ubuntu20.04-docker-8c-8g-3095 does not seem to be running inside a container [2023-08-08T04:09:51.261Z] $ 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 [2023-08-08T04:09:51.586Z] $ docker top 10ba99fc8f78f52a2af16060825079fc7036163928a559239d56f4d39170bd08 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-08-08T04:09:51.979Z] + go version [2023-08-08T04:09:51.979Z] go version go1.20.6 linux/amd64 [Pipeline] } [2023-08-08T04:09:52.016Z] $ docker stop --time=1 10ba99fc8f78f52a2af16060825079fc7036163928a559239d56f4d39170bd08 [2023-08-08T04:09:53.277Z] $ 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 [2023-08-08T04:09:54.036Z] + docker inspect -f . ci-base-image-x86_64 [2023-08-08T04:09:54.036Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-08-08T04:09:54.188Z] prd-ubuntu20.04-docker-8c-8g-3095 does not seem to be running inside a container [2023-08-08T04:09:54.224Z] $ 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 [2023-08-08T04:09:54.536Z] $ docker top 14d7818a6c19a05bcbd449ec258ec708b7f3a8f5b3736b10d7d3d6a95c04ffb3 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-08-08T04:09:54.923Z] + git config --global --add safe.directory /w/workspace/foundry_device-usb-camera_PR-267 [Pipeline] fileExists [Pipeline] sh [2023-08-08T04:09:55.280Z] + make test [2023-08-08T04:09:55.280Z] go test ./... -coverprofile=coverage.out ./... [2023-08-08T04:10:00.546Z] ? github.com/edgexfoundry/device-usb-camera [no test files] [2023-08-08T04:10:10.514Z] ? github.com/edgexfoundry/device-usb-camera/cmd [no test files] [2023-08-08T04:10:10.514Z] ok github.com/edgexfoundry/device-usb-camera/internal/driver 0.019s coverage: 5.2% of statements [2023-08-08T04:10:15.772Z] go vet ./... [2023-08-08T04:10:19.052Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-08-08T04:10:19.052Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-08-08T04:10:19.052Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-08-08T04:10:19.087Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-08-08T04:10:19.117Z] $ docker stop --time=1 14d7818a6c19a05bcbd449ec258ec708b7f3a8f5b3736b10d7d3d6a95c04ffb3 [2023-08-08T04:10:21.849Z] $ docker rm -f --volumes 14d7818a6c19a05bcbd449ec258ec708b7f3a8f5b3736b10d7d3d6a95c04ffb3 [Pipeline] // withDockerContainer [Pipeline] sh [2023-08-08T04:10:22.358Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-08-08T04:10:22.433Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2023-08-08T04:10:23.093Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-08-08T04:10:23.400Z] + ls -al . [2023-08-08T04:10:23.400Z] total 204 [2023-08-08T04:10:23.400Z] drwxrwxr-x 10 jenkins jenkins 4096 Aug 8 04:09 . [2023-08-08T04:10:23.400Z] drwxrwxr-x 4 jenkins jenkins 4096 Aug 8 04:08 .. [2023-08-08T04:10:23.400Z] drwxrwxr-x 8 jenkins jenkins 4096 Aug 8 04:09 .git [2023-08-08T04:10:23.400Z] drwxrwxr-x 3 jenkins jenkins 4096 Aug 8 04:08 .github [2023-08-08T04:10:23.400Z] -rw-rw-r-- 1 jenkins jenkins 414 Aug 8 04:08 .gitignore [2023-08-08T04:10:23.400Z] -rw-rw-r-- 1 jenkins jenkins 45 Aug 8 04:08 .golangci.yml [2023-08-08T04:10:23.400Z] -rw-rw-r-- 1 jenkins jenkins 77 Aug 8 04:08 .hadolint.yml [2023-08-08T04:10:23.400Z] drwxr-xr-x 3 jenkins jenkins 4096 Aug 8 04:09 .semver [2023-08-08T04:10:23.400Z] -rw-rw-r-- 1 jenkins jenkins 9783 Aug 8 04:08 Attribution.txt [2023-08-08T04:10:23.400Z] -rw-rw-r-- 1 jenkins jenkins 11903 Aug 8 04:08 CHANGELOG.md [2023-08-08T04:10:23.400Z] -rw-rw-r-- 1 jenkins jenkins 2453 Aug 8 04:08 Dockerfile [2023-08-08T04:10:23.400Z] -rw-rw-r-- 1 jenkins jenkins 678 Aug 8 04:08 GOVERNANCE.md [2023-08-08T04:10:23.400Z] -rw-rw-r-- 1 jenkins jenkins 659 Aug 8 04:08 Jenkinsfile [2023-08-08T04:10:23.400Z] -rw-rw-r-- 1 jenkins jenkins 11348 Aug 8 04:08 LICENSE [2023-08-08T04:10:23.400Z] -rw-rw-r-- 1 jenkins jenkins 2364 Aug 8 04:08 Makefile [2023-08-08T04:10:23.400Z] -rw-rw-r-- 1 jenkins jenkins 622 Aug 8 04:08 OWNERS.md [2023-08-08T04:10:23.400Z] -rw-rw-r-- 1 jenkins jenkins 2575 Aug 8 04:08 README.md [2023-08-08T04:10:23.400Z] -rw-rw-r-- 1 jenkins jenkins 5 Aug 8 04:09 VERSION [2023-08-08T04:10:23.400Z] drwxrwxr-x 2 jenkins jenkins 4096 Aug 8 04:08 bin [2023-08-08T04:10:23.400Z] drwxrwxr-x 3 jenkins jenkins 4096 Aug 8 04:08 cmd [2023-08-08T04:10:23.400Z] -rw-r--r-- 1 jenkins jenkins 44795 Aug 8 04:10 coverage.out [2023-08-08T04:10:23.400Z] -rwxrwxr-x 1 jenkins jenkins 140 Aug 8 04:08 docker-entrypoint.sh [2023-08-08T04:10:23.400Z] drwxrwxr-x 2 jenkins jenkins 4096 Aug 8 04:08 docs [2023-08-08T04:10:23.400Z] -rw-rw-r-- 1 jenkins jenkins 3416 Aug 8 04:08 go.mod [2023-08-08T04:10:23.400Z] -rw-rw-r-- 1 jenkins jenkins 31482 Aug 8 04:08 go.sum [2023-08-08T04:10:23.400Z] drwxrwxr-x 3 jenkins jenkins 4096 Aug 8 04:08 internal [2023-08-08T04:10:23.400Z] drwxrwxr-x 4 jenkins jenkins 4096 Aug 8 04:08 snap [2023-08-08T04:10:23.400Z] -rw-rw-r-- 1 jenkins jenkins 231 Aug 8 04:08 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-08T04:10:23.794Z] + 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 . [2023-08-08T04:10:23.794Z] Sending build context to Docker daemon 2.083MB [2023-08-08T04:10:23.794Z] Step 1/36 : ARG BASE=golang:1.20-alpine3.17 [2023-08-08T04:10:23.794Z] Step 2/36 : FROM ${BASE} AS builder [2023-08-08T04:10:23.794Z] ---> c2d5081ce78d [2023-08-08T04:10:23.794Z] Step 3/36 : ARG ADD_BUILD_TAGS="" [2023-08-08T04:10:23.794Z] ---> Running in ceef5b19e296 [2023-08-08T04:10:24.052Z] Removing intermediate container ceef5b19e296 [2023-08-08T04:10:24.052Z] ---> 40dfc3fab6d0 [2023-08-08T04:10:24.052Z] Step 4/36 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-08-08T04:10:24.052Z] ---> Running in 77856085c75b [2023-08-08T04:10:24.052Z] Removing intermediate container 77856085c75b [2023-08-08T04:10:24.052Z] ---> 70dec0a94e92 [2023-08-08T04:10:24.052Z] Step 5/36 : ARG ALPINE_PKG_BASE="make git gcc libc-dev curl" [2023-08-08T04:10:24.052Z] ---> Running in b27f8cfa6452 [2023-08-08T04:10:24.052Z] Removing intermediate container b27f8cfa6452 [2023-08-08T04:10:24.052Z] ---> dfafa8e9083e [2023-08-08T04:10:24.052Z] Step 6/36 : ARG ALPINE_PKG_EXTRA="v4l-utils-dev v4l-utils v4l-utils-libs linux-headers" [2023-08-08T04:10:24.052Z] ---> Running in 5acccc34c0a7 [2023-08-08T04:10:24.311Z] Removing intermediate container 5acccc34c0a7 [2023-08-08T04:10:24.311Z] ---> c015a53740ce [2023-08-08T04:10:24.311Z] Step 7/36 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-08-08T04:10:24.311Z] ---> Running in 03cead95d2b3 [2023-08-08T04:10:24.569Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-08-08T04:10:24.569Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-08-08T04:10:24.828Z] OK: 272 MiB in 67 packages [2023-08-08T04:10:25.394Z] Removing intermediate container 03cead95d2b3 [2023-08-08T04:10:25.394Z] ---> 966b87c293c8 [2023-08-08T04:10:25.394Z] Step 8/36 : WORKDIR /device-usb-camera [2023-08-08T04:10:25.394Z] ---> Running in a7549e0e14f2 [2023-08-08T04:10:25.394Z] Removing intermediate container a7549e0e14f2 [2023-08-08T04:10:25.394Z] ---> 94711a685e79 [2023-08-08T04:10:25.395Z] Step 9/36 : COPY go.mod vendor* ./ [2023-08-08T04:10:25.395Z] ---> 67a4ee5801d1 [2023-08-08T04:10:25.395Z] Step 10/36 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-08-08T04:10:25.395Z] ---> Running in 63895a7db50c [2023-08-08T04:10:26.330Z] Removing intermediate container 63895a7db50c [2023-08-08T04:10:26.330Z] ---> 5a3657f4c944 [2023-08-08T04:10:26.330Z] Step 11/36 : COPY . . [2023-08-08T04:10:26.330Z] ---> ec3410448909 [2023-08-08T04:10:26.330Z] Step 12/36 : RUN curl -o LICENSE-rtsp-simple-server https://raw.githubusercontent.com/aler9/rtsp-simple-server/main/LICENSE [2023-08-08T04:10:26.588Z] ---> Running in 568cc699a302 [2023-08-08T04:10:26.588Z]  % Total % Received % Xferd Average Speed Time Time Time Current [2023-08-08T04:10:26.588Z] Dload Upload Total Spent Left Speed [2023-08-08T04:10:26.845Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100  1062  100  1062    0     0 21070      0 --:--:-- --:--:-- --:--:-- 21240 [2023-08-08T04:10:27.103Z] Removing intermediate container 568cc699a302 [2023-08-08T04:10:27.103Z] ---> 4143bcc7e2d4 [2023-08-08T04:10:27.103Z] Step 13/36 : RUN ${MAKE} [2023-08-08T04:10:27.103Z] ---> Running in 1faf968ab18c [2023-08-08T04:10:27.361Z] go build -tags "" -ldflags "-X github.com/edgexfoundry/device-usb-camera.Version=0.0.0" -trimpath -mod=readonly -o cmd/device-usb-camera ./cmd [2023-08-08T04:10:49.279Z] Removing intermediate container 1faf968ab18c [2023-08-08T04:10:49.279Z] ---> 09eeff7fe032 [2023-08-08T04:10:49.279Z] Step 14/36 : FROM aler9/rtsp-simple-server:v0.21.6 AS rtsp [2023-08-08T04:10:49.279Z] v0.21.6: Pulling from aler9/rtsp-simple-server [2023-08-08T04:10:49.279Z] 4acc49c71d14: Pulling fs layer [2023-08-08T04:10:49.279Z] 4acc49c71d14: Verifying Checksum [2023-08-08T04:10:49.279Z] 4acc49c71d14: Download complete [2023-08-08T04:10:49.279Z] 4acc49c71d14: Pull complete [2023-08-08T04:10:49.279Z] Digest: sha256:f020796eb25ff31728c4633d51d76ece857ae5036a0f706c94a090e7b6047b3f [2023-08-08T04:10:49.279Z] Status: Downloaded newer image for aler9/rtsp-simple-server:v0.21.6 [2023-08-08T04:10:49.279Z] ---> 01a2bd3e5fff [2023-08-08T04:10:49.279Z] Step 15/36 : FROM alpine:3.17 [2023-08-08T04:10:49.279Z] 3.17: Pulling from library/alpine [2023-08-08T04:10:49.279Z] 9398808236ff: Pulling fs layer [2023-08-08T04:10:49.279Z] 9398808236ff: Download complete [2023-08-08T04:10:49.279Z] 9398808236ff: Pull complete [2023-08-08T04:10:49.279Z] Digest: sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc [2023-08-08T04:10:49.279Z] Status: Downloaded newer image for alpine:3.17 [2023-08-08T04:10:49.279Z] ---> 1e0b8b5322fc [2023-08-08T04:10:49.279Z] Step 16/36 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel Corporation' [2023-08-08T04:10:49.279Z] ---> Running in eb8cabc63604 [2023-08-08T04:10:49.279Z] Removing intermediate container eb8cabc63604 [2023-08-08T04:10:49.279Z] ---> e5af6d1faa91 [2023-08-08T04:10:49.279Z] Step 17/36 : RUN apk add --update --no-cache dumb-init ffmpeg udev [2023-08-08T04:10:49.279Z] ---> Running in 81927b2f7433 [2023-08-08T04:10:49.279Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-08-08T04:10:49.537Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-08-08T04:10:49.796Z] (1/86) Installing dumb-init (1.2.5-r2) [2023-08-08T04:10:49.796Z] (2/86) Installing sdl2 (2.26.5-r0) [2023-08-08T04:10:49.796Z] (3/86) Installing svt-av1-libs (1.3.0-r0) [2023-08-08T04:10:49.796Z] (4/86) Installing libxau (1.0.10-r0) [2023-08-08T04:10:49.796Z] (5/86) Installing libmd (1.0.4-r0) [2023-08-08T04:10:49.796Z] (6/86) Installing libbsd (0.11.7-r0) [2023-08-08T04:10:49.796Z] (7/86) Installing libxdmcp (1.1.4-r0) [2023-08-08T04:10:49.796Z] (8/86) Installing libxcb (1.15-r0) [2023-08-08T04:10:49.796Z] (9/86) Installing libx11 (1.8.4-r1) [2023-08-08T04:10:50.054Z] (10/86) Installing aom-libs (3.5.0-r0) [2023-08-08T04:10:50.054Z] (11/86) Installing alsa-lib (1.2.8-r0) [2023-08-08T04:10:50.054Z] (12/86) Installing libexpat (2.5.0-r0) [2023-08-08T04:10:50.054Z] (13/86) Installing brotli-libs (1.0.9-r9) [2023-08-08T04:10:50.054Z] (14/86) Installing libbz2 (1.0.8-r4) [2023-08-08T04:10:50.054Z] (15/86) Installing libpng (1.6.38-r0) [2023-08-08T04:10:50.054Z] (16/86) Installing freetype (2.12.1-r0) [2023-08-08T04:10:50.054Z] (17/86) Installing fontconfig (2.14.1-r0) [2023-08-08T04:10:50.054Z] (18/86) Installing fribidi (1.0.12-r0) [2023-08-08T04:10:50.054Z] (19/86) Installing libffi (3.4.4-r0) [2023-08-08T04:10:50.054Z] (20/86) Installing libintl (0.21.1-r1) [2023-08-08T04:10:50.054Z] (21/86) Installing libblkid (2.38.1-r1) [2023-08-08T04:10:50.054Z] (22/86) Installing libmount (2.38.1-r1) [2023-08-08T04:10:50.054Z] (23/86) Installing pcre2 (10.42-r0) [2023-08-08T04:10:50.054Z] (24/86) Installing glib (2.74.7-r0) [2023-08-08T04:10:50.054Z] (25/86) Installing graphite2 (1.3.14-r2) [2023-08-08T04:10:50.054Z] (26/86) Installing harfbuzz (5.3.1-r1) [2023-08-08T04:10:50.054Z] (27/86) Installing libass (0.16.0-r1) [2023-08-08T04:10:50.054Z] (28/86) Installing libdav1d (1.0.0-r2) [2023-08-08T04:10:50.054Z] (29/86) Installing hwdata-pci (0.364-r0) [2023-08-08T04:10:50.312Z] (30/86) Installing libpciaccess (0.17-r0) [2023-08-08T04:10:50.312Z] (31/86) Installing libdrm (2.4.114-r0) [2023-08-08T04:10:50.312Z] (32/86) Installing gmp (6.2.1-r2) [2023-08-08T04:10:50.312Z] (33/86) Installing nettle (3.8.1-r0) [2023-08-08T04:10:50.312Z] (34/86) Installing p11-kit (0.24.1-r1) [2023-08-08T04:10:50.312Z] (35/86) Installing libtasn1 (4.19.0-r0) [2023-08-08T04:10:50.312Z] (36/86) Installing libunistring (1.1-r0) [2023-08-08T04:10:50.312Z] (37/86) Installing gnutls (3.7.8-r3) [2023-08-08T04:10:50.312Z] (38/86) Installing ncurses-terminfo-base (6.3_p20221119-r1) [2023-08-08T04:10:50.312Z] (39/86) Installing ncurses-libs (6.3_p20221119-r1) [2023-08-08T04:10:50.312Z] (40/86) Installing lame (3.100-r2) [2023-08-08T04:10:50.312Z] (41/86) Installing opus (1.3.1-r1) [2023-08-08T04:10:50.312Z] (42/86) Installing libasyncns (0.8-r1) [2023-08-08T04:10:50.312Z] (43/86) Installing dbus-libs (1.14.8-r0) [2023-08-08T04:10:50.312Z] (44/86) Installing libltdl (2.4.7-r1) [2023-08-08T04:10:50.312Z] (45/86) Installing orc (0.4.33-r0) [2023-08-08T04:10:50.312Z] (46/86) Installing libgcc (12.2.1_git20220924-r4) [2023-08-08T04:10:50.312Z] (47/86) Installing libogg (1.3.5-r2) [2023-08-08T04:10:50.312Z] (48/86) Installing libstdc++ (12.2.1_git20220924-r4) [2023-08-08T04:10:50.312Z] (49/86) Installing flac-libs (1.4.2-r0) [2023-08-08T04:10:50.312Z] (50/86) Installing libvorbis (1.3.7-r0) [2023-08-08T04:10:50.312Z] (51/86) Installing libsndfile (1.1.0-r2) [2023-08-08T04:10:50.312Z] (52/86) Installing libgomp (12.2.1_git20220924-r4) [2023-08-08T04:10:50.312Z] (53/86) Installing soxr (0.1.3-r3) [2023-08-08T04:10:50.312Z] (54/86) Installing speexdsp (1.2.1-r0) [2023-08-08T04:10:50.312Z] (55/86) Installing tdb-libs (1.4.6-r0) [2023-08-08T04:10:50.570Z] (56/86) Installing libpulse (16.1-r6) [2023-08-08T04:10:50.570Z] (57/86) Installing cjson (1.7.15-r3) [2023-08-08T04:10:50.570Z] (58/86) Installing mbedtls (2.28.4-r0) [2023-08-08T04:10:50.570Z] (59/86) Installing librist (0.2.7-r0) [2023-08-08T04:10:50.570Z] (60/86) Installing libsrt (1.5.1-r0) [2023-08-08T04:10:50.570Z] (61/86) Installing libssh (0.10.5-r0) [2023-08-08T04:10:50.570Z] (62/86) Installing libtheora (1.1.1-r16) [2023-08-08T04:10:50.570Z] (63/86) Installing libjpeg-turbo (2.1.4-r0) [2023-08-08T04:10:50.570Z] (64/86) Installing v4l-utils-libs (1.22.1-r2) [2023-08-08T04:10:50.570Z] (65/86) Installing libxext (1.3.5-r0) [2023-08-08T04:10:50.570Z] (66/86) Installing libxfixes (6.0.0-r0) [2023-08-08T04:10:50.570Z] (67/86) Installing wayland-libs-client (1.21.0-r1) [2023-08-08T04:10:50.570Z] (68/86) Installing libva (2.16.0-r0) [2023-08-08T04:10:50.570Z] (69/86) Installing libvdpau (1.5-r0) [2023-08-08T04:10:50.570Z] (70/86) Installing vidstab (1.1.0-r2) [2023-08-08T04:10:50.570Z] (71/86) Installing libvpx (1.12.0-r1) [2023-08-08T04:10:50.570Z] (72/86) Installing libwebp (1.2.4-r2) [2023-08-08T04:10:50.830Z] (73/86) Installing x264-libs (0.164_git20220602-r0) [2023-08-08T04:10:50.830Z] (74/86) Installing numactl (2.0.16-r1) [2023-08-08T04:10:50.830Z] (75/86) Installing x265-libs (3.5-r3) [2023-08-08T04:10:50.830Z] (76/86) Installing xvidcore (1.3.7-r1) [2023-08-08T04:10:50.830Z] (77/86) Installing libsodium (1.0.18-r2) [2023-08-08T04:10:50.830Z] (78/86) Installing libzmq (4.3.4-r1) [2023-08-08T04:10:50.830Z] (79/86) Installing ffmpeg-libs (5.1.3-r0) [2023-08-08T04:10:51.090Z] (80/86) Installing ffmpeg (5.1.3-r0) [2023-08-08T04:10:51.090Z] (81/86) Installing udev-init-scripts (35-r1) [2023-08-08T04:10:51.090Z] (82/86) Installing eudev-libs (3.2.11-r4) [2023-08-08T04:10:51.090Z] (83/86) Installing xz-libs (5.2.9-r0) [2023-08-08T04:10:51.090Z] (84/86) Installing zstd-libs (1.5.5-r0) [2023-08-08T04:10:51.090Z] (85/86) Installing kmod-libs (30-r1) [2023-08-08T04:10:51.090Z] (86/86) Installing eudev (3.2.11-r4) [2023-08-08T04:10:51.090Z] Executing busybox-1.35.0-r29.trigger [2023-08-08T04:10:51.090Z] Executing eudev-3.2.11-r4.trigger [2023-08-08T04:10:51.090Z] OK: 112 MiB in 101 packages [2023-08-08T04:10:53.008Z] Removing intermediate container 81927b2f7433 [2023-08-08T04:10:53.008Z] ---> 96154a077fcb [2023-08-08T04:10:53.008Z] Step 18/36 : WORKDIR / [2023-08-08T04:10:53.008Z] ---> Running in abb4be3e7ca9 [2023-08-08T04:10:53.008Z] Removing intermediate container abb4be3e7ca9 [2023-08-08T04:10:53.008Z] ---> 9b944d9e1886 [2023-08-08T04:10:53.008Z] Step 19/36 : COPY --from=builder /device-usb-camera/cmd / [2023-08-08T04:10:53.573Z] ---> 46a8a7e3f9f6 [2023-08-08T04:10:53.573Z] Step 20/36 : COPY --from=builder /device-usb-camera/LICENSE / [2023-08-08T04:10:53.831Z] ---> aa1e402d9f84 [2023-08-08T04:10:53.831Z] Step 21/36 : COPY --from=builder /device-usb-camera/LICENSE-rtsp-simple-server / [2023-08-08T04:10:53.831Z] ---> 815c1510058a [2023-08-08T04:10:53.831Z] Step 22/36 : COPY --from=builder /device-usb-camera/Attribution.txt / [2023-08-08T04:10:54.089Z] ---> 73f1f6acf4dd [2023-08-08T04:10:54.089Z] Step 23/36 : COPY --from=builder /device-usb-camera/docker-entrypoint.sh / [2023-08-08T04:10:54.089Z] ---> f18a120226db [2023-08-08T04:10:54.089Z] Step 24/36 : COPY --from=rtsp /rtsp-simple-server.yml / [2023-08-08T04:10:54.347Z] ---> afe57d7a194e [2023-08-08T04:10:54.347Z] Step 25/36 : COPY --from=rtsp /rtsp-simple-server / [2023-08-08T04:10:54.850Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-3096 in /w/workspace/foundry_device-usb-camera_PR-267 [Pipeline] { [Pipeline] ws [2023-08-08T04:10:54.911Z] Running in /w/workspace/device-usb-camera/1 [2023-08-08T04:10:54.913Z] ---> 67477e80c179 [2023-08-08T04:10:54.913Z] Step 26/36 : RUN sed -i 's/rtmpDisable: no/rtmpDisable: yes/g' rtsp-simple-server.yml [2023-08-08T04:10:54.913Z] ---> Running in 1802a3e4d3e9 [Pipeline] { [Pipeline] checkout [2023-08-08T04:10:55.002Z] Selected Git installation does not exist. Using Default [2023-08-08T04:10:55.002Z] The recommended git tool is: NONE [2023-08-08T04:10:55.479Z] Removing intermediate container 1802a3e4d3e9 [2023-08-08T04:10:55.479Z] ---> 2857d0e2c3f5 [2023-08-08T04:10:55.479Z] Step 27/36 : RUN sed -i 's/hlsDisable: no/hlsDisable: yes/g' rtsp-simple-server.yml [2023-08-08T04:10:55.479Z] ---> Running in 4226144b265a [2023-08-08T04:10:55.737Z] Removing intermediate container 4226144b265a [2023-08-08T04:10:55.737Z] ---> d3f12e3d4c9f [2023-08-08T04:10:55.737Z] Step 28/36 : RUN sed -i 's/protocols: \[udp, multicast, tcp\]/protocols: \[tcp\]/g' rtsp-simple-server.yml [2023-08-08T04:10:55.994Z] ---> Running in 456c48fd2aa7 [2023-08-08T04:10:56.559Z] Removing intermediate container 456c48fd2aa7 [2023-08-08T04:10:56.559Z] ---> 288ca4840bff [2023-08-08T04:10:56.559Z] Step 29/36 : RUN sed -i 's,externalAuthenticationURL:,externalAuthenticationURL: http://localhost:8000/rtspauth,g' rtsp-simple-server.yml [2023-08-08T04:10:56.559Z] ---> Running in 7bbdf7e0a7e9 [2023-08-08T04:10:56.817Z] Removing intermediate container 7bbdf7e0a7e9 [2023-08-08T04:10:56.817Z] ---> b4af54458727 [2023-08-08T04:10:56.817Z] Step 30/36 : EXPOSE 59983 [2023-08-08T04:10:56.817Z] ---> Running in a7e65e457382 [2023-08-08T04:10:57.076Z] Removing intermediate container a7e65e457382 [2023-08-08T04:10:57.076Z] ---> 9bdb1003f765 [2023-08-08T04:10:57.076Z] Step 31/36 : EXPOSE 8554 [2023-08-08T04:10:57.076Z] ---> Running in 6cda05e77740 [2023-08-08T04:10:57.076Z] Removing intermediate container 6cda05e77740 [2023-08-08T04:10:57.076Z] ---> d4e8539fa1b5 [2023-08-08T04:10:57.076Z] Step 32/36 : ENTRYPOINT ["/docker-entrypoint.sh"] [2023-08-08T04:10:57.076Z] ---> Running in 16a1af9dcf31 [2023-08-08T04:10:57.076Z] Removing intermediate container 16a1af9dcf31 [2023-08-08T04:10:57.076Z] ---> 3b3bba3c45c7 [2023-08-08T04:10:57.076Z] Step 33/36 : CMD [ "--configProvider=consul.http://edgex-core-consul:8500", "--registry" ] [2023-08-08T04:10:57.076Z] ---> Running in fef2b86a279c [2023-08-08T04:10:57.334Z] Removing intermediate container fef2b86a279c [2023-08-08T04:10:57.334Z] ---> fe42048f5aee [2023-08-08T04:10:57.334Z] Step 34/36 : LABEL arch=amd64 [2023-08-08T04:10:57.334Z] ---> Running in 345a79d64098 [2023-08-08T04:10:57.334Z] Removing intermediate container 345a79d64098 [2023-08-08T04:10:57.334Z] ---> 7ec672e22db7 [2023-08-08T04:10:57.334Z] Step 35/36 : LABEL git_sha=4af3f945cdbb23f4ff425e83e2b699663686e1f0 [2023-08-08T04:10:57.334Z] ---> Running in 96790da9b179 [2023-08-08T04:10:57.334Z] Removing intermediate container 96790da9b179 [2023-08-08T04:10:57.334Z] ---> 455656797765 [2023-08-08T04:10:57.334Z] Step 36/36 : LABEL version=0.0.0 [2023-08-08T04:10:57.334Z] ---> Running in b7d31a3d6e9f [2023-08-08T04:10:57.334Z] Removing intermediate container b7d31a3d6e9f [2023-08-08T04:10:57.334Z] ---> ad0bdeafd4a0 [2023-08-08T04:10:57.334Z] [Warning] One or more build-args [ARCH] were not consumed [2023-08-08T04:10:57.334Z] Successfully built ad0bdeafd4a0 [2023-08-08T04:10:57.593Z] 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 [2023-08-08T04:10:58.464Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-08-08T04:10:58.464Z] [2023-08-08T04:10:58.464Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-08T04:10:58.836Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-08-08T04:10:58.836Z] latest: Pulling from edgex-lftools-log-publisher [2023-08-08T04:10:58.836Z] 5eb5b503b376: Pulling fs layer [2023-08-08T04:10:58.836Z] 5c69ac0246d0: Pulling fs layer [2023-08-08T04:10:58.836Z] ec43610c2a17: Pulling fs layer [2023-08-08T04:10:58.836Z] 3a2ae6a8a46f: Pulling fs layer [2023-08-08T04:10:58.836Z] 33b1e0a273af: Pulling fs layer [2023-08-08T04:10:58.836Z] 5d3b04190fa2: Pulling fs layer [2023-08-08T04:10:58.836Z] 2f39f015ded8: Pulling fs layer [2023-08-08T04:10:58.836Z] 33b1e0a273af: Waiting [2023-08-08T04:10:58.836Z] 5d3b04190fa2: Waiting [2023-08-08T04:10:58.836Z] 2f39f015ded8: Waiting [2023-08-08T04:10:58.836Z] 3a2ae6a8a46f: Waiting [2023-08-08T04:10:58.836Z] 5c69ac0246d0: Verifying Checksum [2023-08-08T04:10:58.836Z] 5c69ac0246d0: Download complete [2023-08-08T04:10:58.836Z] 3a2ae6a8a46f: Verifying Checksum [2023-08-08T04:10:58.836Z] 3a2ae6a8a46f: Download complete [2023-08-08T04:10:58.836Z] 33b1e0a273af: Verifying Checksum [2023-08-08T04:10:58.836Z] 33b1e0a273af: Download complete [2023-08-08T04:10:58.836Z] 5d3b04190fa2: Verifying Checksum [2023-08-08T04:10:58.836Z] 5d3b04190fa2: Download complete [2023-08-08T04:10:59.095Z] ec43610c2a17: Verifying Checksum [2023-08-08T04:10:59.095Z] ec43610c2a17: Download complete [2023-08-08T04:10:59.095Z] 5eb5b503b376: Verifying Checksum [2023-08-08T04:10:59.095Z] 5eb5b503b376: Download complete [2023-08-08T04:10:59.663Z] 2f39f015ded8: Download complete [2023-08-08T04:11:00.151Z] using credential edgex-jenkins-ssh [2023-08-08T04:11:00.166Z] Cloning the remote Git repository [2023-08-08T04:11:00.228Z] 5eb5b503b376: Pull complete [2023-08-08T04:11:00.228Z] 5c69ac0246d0: Pull complete [2023-08-08T04:11:00.795Z] ec43610c2a17: Pull complete [2023-08-08T04:11:00.795Z] 3a2ae6a8a46f: Pull complete [2023-08-08T04:11:00.795Z] 33b1e0a273af: Pull complete [2023-08-08T04:11:01.052Z] 5d3b04190fa2: Pull complete [2023-08-08T04:11:00.219Z] Cloning repository git@github.com:edgexfoundry/device-usb-camera.git [2023-08-08T04:11:00.309Z] > git init /w/workspace/device-usb-camera/1 # timeout=10 [2023-08-08T04:11:00.441Z] Fetching upstream changes from git@github.com:edgexfoundry/device-usb-camera.git [2023-08-08T04:11:00.442Z] > git --version # timeout=10 [2023-08-08T04:11:00.464Z] > git --version # 'git version 2.25.1' [2023-08-08T04:11:00.466Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-08-08T04:11:00.613Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-usb-camera.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-08-08T04:11:01.389Z] > git config remote.origin.url git@github.com:edgexfoundry/device-usb-camera.git # timeout=10 [2023-08-08T04:11:01.416Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-08-08T04:11:02.333Z] > git config remote.origin.url git@github.com:edgexfoundry/device-usb-camera.git # timeout=10 [2023-08-08T04:11:02.375Z] Fetching upstream changes from git@github.com:edgexfoundry/device-usb-camera.git [2023-08-08T04:11:02.376Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-08-08T04:11:02.393Z] > 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 [2023-08-08T04:11:02.972Z] Merging remotes/origin/main commit 040a5a62acea184fdd41387d4dec6344494c5d71 into PR head commit 4af3f945cdbb23f4ff425e83e2b699663686e1f0 [2023-08-08T04:11:03.267Z] Merge succeeded, producing 4af3f945cdbb23f4ff425e83e2b699663686e1f0 [2023-08-08T04:11:03.268Z] Checking out Revision 4af3f945cdbb23f4ff425e83e2b699663686e1f0 (PR-267) [2023-08-08T04:11:02.998Z] > git config core.sparsecheckout # timeout=10 [2023-08-08T04:11:03.078Z] > git checkout -f 4af3f945cdbb23f4ff425e83e2b699663686e1f0 # timeout=10 [2023-08-08T04:11:03.164Z] > git remote # timeout=10 [2023-08-08T04:11:03.188Z] > git config --get remote.origin.url # timeout=10 [2023-08-08T04:11:03.214Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-08-08T04:11:03.228Z] > git merge 040a5a62acea184fdd41387d4dec6344494c5d71 # timeout=10 [2023-08-08T04:11:03.255Z] > git rev-parse HEAD^{commit} # timeout=10 [2023-08-08T04:11:03.282Z] > git config core.sparsecheckout # timeout=10 [2023-08-08T04:11:03.298Z] > git checkout -f 4af3f945cdbb23f4ff425e83e2b699663686e1f0 # timeout=10 [2023-08-08T04:11:05.245Z] 2f39f015ded8: Pull complete [2023-08-08T04:11:05.245Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2023-08-08T04:11:05.245Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-08-08T04:11:05.245Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-08-08T04:11:05.481Z] prd-ubuntu20.04-docker-8c-8g-3095 does not seem to be running inside a container [2023-08-08T04:11:05.514Z] $ 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 [2023-08-08T04:11:06.765Z] Commit message: "refactor: use PatchDevice calls instead of UpdateDevice" [2023-08-08T04:11:06.823Z] > git --version # timeout=10 [2023-08-08T04:11:06.834Z] > git --version # 'git version 2.25.1' [2023-08-08T04:11:06.850Z] fatal: bad object d4291cbe28daa2a40ca94d44cc831565108a4ea5 [2023-08-08T04:11:07.294Z] [2023-08-08T04:11:07.294Z] GitHub has been notified of this commit’s build result [2023-08-08T04:11:07.294Z] [2023-08-08T04:11:08.350Z] $ 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 [2023-08-08T04:11:08.812Z] ---> job-cost.sh [2023-08-08T04:11:08.812Z] lf-activate-venv: SKIPPING [2023-08-08T04:11:08.812Z] INFO: No Stack... [2023-08-08T04:11:09.071Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-08-08T04:11:09.260Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2023-08-08T04:11:09.260Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-08-08T04:11:09.260Z] Dload Upload Total Spent Left Speed [2023-08-08T04:11:09.260Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 98084 0 --:--:-- --:--:-- --:--:-- 98844 [Pipeline] sh [2023-08-08T04:11:09.638Z] INFO: Archiving Costs [Pipeline] sh [2023-08-08T04:11:09.874Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2023-08-08T04:11:09.952Z] + cat /w/workspace/foundry_device-usb-camera_PR-267/archives/cost.csv [2023-08-08T04:11:09.952Z] + cut -d, -f6 [Pipeline] lock [2023-08-08T04:11:10.024Z] Trying to acquire lock on [jenkins-edgexfoundry-device-usb-camera-PR-267-1-stack-cost] [2023-08-08T04:11:10.029Z] Resource [jenkins-edgexfoundry-device-usb-camera-PR-267-1-stack-cost] did not exist. Created. [2023-08-08T04:11:10.029Z] Lock acquired on [jenkins-edgexfoundry-device-usb-camera-PR-267-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-08-08T04:11:10.218Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2023-08-08T04:11:10.218Z] + sudo tee /etc/docker/daemon.new [2023-08-08T04:11:10.218Z] { [2023-08-08T04:11:10.218Z] "registry-mirrors": [ [2023-08-08T04:11:10.218Z] "https://nexus3.edgexfoundry.org:10001" [2023-08-08T04:11:10.218Z] ], [2023-08-08T04:11:10.218Z] "bip": "10.250.0.254/24", [2023-08-08T04:11:10.218Z] "hosts": [ [2023-08-08T04:11:10.218Z] "tcp://0.0.0.0:5555", [2023-08-08T04:11:10.218Z] "unix:///var/run/docker.sock" [2023-08-08T04:11:10.218Z] ], [2023-08-08T04:11:10.218Z] "mtu": 1458, [2023-08-08T04:11:10.218Z] "selinux-enabled": true, [2023-08-08T04:11:10.218Z] "seccomp-profile": "/etc/docker/seccomp.json" [2023-08-08T04:11:10.218Z] } [Pipeline] sh [2023-08-08T04:11:10.436Z] + echo total: 0.2199999988079071 [Pipeline] stash [2023-08-08T04:11:10.489Z] Stashed 1 file(s) [Pipeline] } [2023-08-08T04:11:10.515Z] Lock released on resource [jenkins-edgexfoundry-device-usb-camera-PR-267-1-stack-cost] [2023-08-08T04:11:10.552Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] // lock [Pipeline] } [2023-08-08T04:11:10.610Z] $ docker stop --time=1 d733e7a2a17543cc7ed758003f801060e790d94d690e1838de793de59c4826d7 [2023-08-08T04:11:11.734Z] $ docker rm -f --volumes d733e7a2a17543cc7ed758003f801060e790d94d690e1838de793de59c4826d7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] sh [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2023-08-08T04:11:12.148Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-08-08T04:11:30.464Z] provisioning config files... [2023-08-08T04:11:30.496Z] copy managed file [device-usb-camera-settings] to file:/w/workspace/device-usb-camera/1@tmp/config13536377635693378068tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-08-08T04:11:30.885Z] ---> docker-login.sh [2023-08-08T04:11:30.886Z] nexus3.edgexfoundry.org:10001 [2023-08-08T04:11:31.160Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-08T04:11:31.432Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-08T04:11:31.432Z] Configure a credential helper to remove this warning. See [2023-08-08T04:11:31.432Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-08T04:11:31.432Z] [2023-08-08T04:11:31.432Z] Login Succeeded [2023-08-08T04:11:31.432Z] nexus3.edgexfoundry.org:10002 [2023-08-08T04:11:31.701Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-08T04:11:31.701Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-08T04:11:31.701Z] Configure a credential helper to remove this warning. See [2023-08-08T04:11:31.701Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-08T04:11:31.701Z] [2023-08-08T04:11:31.701Z] Login Succeeded [2023-08-08T04:11:31.970Z] nexus3.edgexfoundry.org:10003 [2023-08-08T04:11:31.970Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-08T04:11:32.242Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-08T04:11:32.242Z] Configure a credential helper to remove this warning. See [2023-08-08T04:11:32.242Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-08T04:11:32.242Z] [2023-08-08T04:11:32.242Z] Login Succeeded [2023-08-08T04:11:32.242Z] nexus3.edgexfoundry.org:10004 [2023-08-08T04:11:32.516Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-08T04:11:32.516Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-08T04:11:32.516Z] Configure a credential helper to remove this warning. See [2023-08-08T04:11:32.516Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-08T04:11:32.516Z] [2023-08-08T04:11:32.516Z] Login Succeeded [2023-08-08T04:11:32.516Z] docker.io [2023-08-08T04:11:32.784Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-08-08T04:11:33.053Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-08-08T04:11:33.053Z] Configure a credential helper to remove this warning. See [2023-08-08T04:11:33.053Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-08-08T04:11:33.053Z] [2023-08-08T04:11:33.053Z] Login Succeeded [2023-08-08T04:11:33.053Z] ---> docker-login.sh ends [Pipeline] } [2023-08-08T04:11:33.084Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-08-08T04:11:33.432Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-08-08T04:11:33.467Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-08-08T04:11:33.503Z] ========================================================= [2023-08-08T04:11:33.503Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine] [2023-08-08T04:11:33.503Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-08T04:11:34.005Z] + 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 . [2023-08-08T04:11:34.275Z] Sending build context to Docker daemon 1.223MB [2023-08-08T04:11:34.275Z] Step 1/13 : ARG BASE=golang:1.20-alpine3.17 [2023-08-08T04:11:34.275Z] Step 2/13 : FROM ${BASE} AS builder [2023-08-08T04:11:34.553Z] 1.20-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2023-08-08T04:11:34.553Z] edb6bdbacee9: Pulling fs layer [2023-08-08T04:11:34.553Z] 5f9638ab2659: Pulling fs layer [2023-08-08T04:11:34.553Z] 8d51d6327a98: Pulling fs layer [2023-08-08T04:11:34.553Z] 8b374f2dd631: Pulling fs layer [2023-08-08T04:11:34.553Z] ec14aa9079de: Pulling fs layer [2023-08-08T04:11:34.553Z] 2f466654f4bb: Pulling fs layer [2023-08-08T04:11:34.553Z] 554e91adad29: Pulling fs layer [2023-08-08T04:11:34.553Z] ec14aa9079de: Waiting [2023-08-08T04:11:34.553Z] 8b374f2dd631: Waiting [2023-08-08T04:11:34.553Z] 2f466654f4bb: Waiting [2023-08-08T04:11:34.553Z] 5f9638ab2659: Verifying Checksum [2023-08-08T04:11:34.553Z] 5f9638ab2659: Download complete [2023-08-08T04:11:34.553Z] 8b374f2dd631: Verifying Checksum [2023-08-08T04:11:34.553Z] 8b374f2dd631: Download complete [2023-08-08T04:11:34.553Z] ec14aa9079de: Verifying Checksum [2023-08-08T04:11:34.553Z] ec14aa9079de: Download complete [2023-08-08T04:11:34.553Z] edb6bdbacee9: Verifying Checksum [2023-08-08T04:11:35.542Z] edb6bdbacee9: Pull complete [2023-08-08T04:11:35.820Z] 554e91adad29: Verifying Checksum [2023-08-08T04:11:35.820Z] 554e91adad29: Download complete [2023-08-08T04:11:36.089Z] 5f9638ab2659: Pull complete [2023-08-08T04:11:37.062Z] 8d51d6327a98: Verifying Checksum [2023-08-08T04:11:37.062Z] 8d51d6327a98: Download complete [2023-08-08T04:11:37.332Z] 2f466654f4bb: Verifying Checksum [2023-08-08T04:11:37.332Z] 2f466654f4bb: Download complete [2023-08-08T04:11:49.661Z] 8d51d6327a98: Pull complete [2023-08-08T04:11:49.661Z] 8b374f2dd631: Pull complete [2023-08-08T04:11:49.661Z] ec14aa9079de: Pull complete [2023-08-08T04:11:55.036Z] 2f466654f4bb: Pull complete [2023-08-08T04:11:57.643Z] 554e91adad29: Pull complete [2023-08-08T04:11:57.643Z] Digest: sha256:f4f79e0ab507ec6f613cbb0f842a80f635fe1a72038f554d66df6ea3828f3663 [2023-08-08T04:11:57.643Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine [2023-08-08T04:11:57.643Z] ---> 1e15ea492957 [2023-08-08T04:11:57.643Z] Step 3/13 : ARG ADD_BUILD_TAGS="" [2023-08-08T04:11:59.593Z] ---> Running in a6f76f2ed25b [2023-08-08T04:11:59.593Z] Removing intermediate container a6f76f2ed25b [2023-08-08T04:11:59.593Z] ---> 48ee08271f68 [2023-08-08T04:11:59.593Z] Step 4/13 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-08-08T04:11:59.593Z] ---> Running in 45db48f6b18e [2023-08-08T04:11:59.863Z] Removing intermediate container 45db48f6b18e [2023-08-08T04:11:59.863Z] ---> 668580995b07 [2023-08-08T04:11:59.863Z] Step 5/13 : ARG ALPINE_PKG_BASE="make git gcc libc-dev curl" [2023-08-08T04:12:00.130Z] ---> Running in 8f140f6d4f8b [2023-08-08T04:12:00.399Z] Removing intermediate container 8f140f6d4f8b [2023-08-08T04:12:00.399Z] ---> 667446e63e8d [2023-08-08T04:12:00.399Z] Step 6/13 : ARG ALPINE_PKG_EXTRA="v4l-utils-dev v4l-utils v4l-utils-libs linux-headers" [2023-08-08T04:12:00.399Z] ---> Running in 08543a1f9e99 [2023-08-08T04:12:00.670Z] Removing intermediate container 08543a1f9e99 [2023-08-08T04:12:00.670Z] ---> 827fd854771b [2023-08-08T04:12:00.670Z] Step 7/13 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-08-08T04:12:00.670Z] ---> Running in 94882545c653 [2023-08-08T04:12:02.092Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-08-08T04:12:02.360Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-08-08T04:12:03.318Z] (1/14) Installing libintl (0.21.1-r1) [2023-08-08T04:12:03.318Z] (2/14) Installing eudev-libs (3.2.11-r4) [2023-08-08T04:12:03.318Z] (3/14) Installing libjpeg-turbo (2.1.4-r0) [2023-08-08T04:12:03.318Z] (4/14) Installing v4l-utils-libs (1.22.1-r2) [2023-08-08T04:12:03.319Z] (5/14) Installing v4l-utils (1.22.1-r2) [2023-08-08T04:12:03.319Z] (6/14) Installing udev-init-scripts (35-r1) [2023-08-08T04:12:03.319Z] (7/14) Installing libblkid (2.38.1-r1) [2023-08-08T04:12:03.319Z] (8/14) Installing xz-libs (5.2.9-r0) [2023-08-08T04:12:03.319Z] (9/14) Installing zstd-libs (1.5.5-r0) [2023-08-08T04:12:03.587Z] (10/14) Installing kmod-libs (30-r1) [2023-08-08T04:12:03.587Z] (11/14) Installing eudev (3.2.11-r4) [2023-08-08T04:12:03.587Z] (12/14) Installing eudev-dev (3.2.11-r4) [2023-08-08T04:12:03.587Z] (13/14) Installing v4l-utils-dvbv5 (1.22.1-r2) [2023-08-08T04:12:03.587Z] (14/14) Installing v4l-utils-dev (1.22.1-r2) [2023-08-08T04:12:03.587Z] Executing busybox-1.35.0-r29.trigger [2023-08-08T04:12:03.587Z] Executing eudev-3.2.11-r4.trigger [2023-08-08T04:12:03.587Z] OK: 271 MiB in 67 packages [2023-08-08T04:12:05.001Z] Removing intermediate container 94882545c653 [2023-08-08T04:12:05.001Z] ---> b8946412cd4c [2023-08-08T04:12:05.001Z] Step 8/13 : WORKDIR /device-usb-camera [2023-08-08T04:12:05.001Z] ---> Running in 364a45062cf4 [2023-08-08T04:12:05.268Z] Removing intermediate container 364a45062cf4 [2023-08-08T04:12:05.268Z] ---> 3c09d6aeb6e1 [2023-08-08T04:12:05.268Z] Step 9/13 : COPY go.mod vendor* ./ [2023-08-08T04:12:05.537Z] ---> 7820a0314d36 [2023-08-08T04:12:05.537Z] Step 10/13 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-08-08T04:12:05.807Z] ---> Running in 8e484141f344 [2023-08-08T04:13:13.702Z] Removing intermediate container 8e484141f344 [2023-08-08T04:13:13.702Z] ---> 1933b1de7a87 [2023-08-08T04:13:13.702Z] Step 11/13 : COPY . . [2023-08-08T04:13:13.702Z] ---> 13f8337af40b [2023-08-08T04:13:13.702Z] Step 12/13 : RUN curl -o LICENSE-rtsp-simple-server https://raw.githubusercontent.com/aler9/rtsp-simple-server/main/LICENSE [2023-08-08T04:13:13.702Z] ---> Running in 7d212bfa6bf8 [2023-08-08T04:13:13.702Z]   % Total % Received % Xferd Average Speed Time Time Time Current [2023-08-08T04:13:13.702Z]  Dload Upload Total  Spent Left Speed [2023-08-08T04:13:13.702Z] 0 0  0 0 0 0  0 0 --:--:-- --:--:-- --:--:-- 0 100 1062 100 1062 0 0 4445 0 --:--:-- --:--:-- --:--:-- 4462 [2023-08-08T04:13:13.702Z] Removing intermediate container 7d212bfa6bf8 [2023-08-08T04:13:13.702Z] ---> 8dee46b14e7c [2023-08-08T04:13:13.702Z] Step 13/13 : RUN ${MAKE} [2023-08-08T04:13:13.702Z] ---> Running in 952ea753e5aa [2023-08-08T04:13:13.702Z] noop [2023-08-08T04:13:13.702Z] Removing intermediate container 952ea753e5aa [2023-08-08T04:13:13.702Z] ---> e082bb8a8fc1 [2023-08-08T04:13:13.702Z] Successfully built e082bb8a8fc1 [2023-08-08T04:13:13.702Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-08T04:13:14.173Z] + docker inspect -f . ci-base-image-arm64 [2023-08-08T04:13:14.173Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-08-08T04:13:14.451Z] prd-ubuntu20.04-docker-arm64-4c-16g-3096 does not seem to be running inside a container [2023-08-08T04:13:14.512Z] $ 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 [2023-08-08T04:13:15.690Z] $ docker top 770120b23a9a5040ce7bfbd63f7e725bb5a81de62e5af1432cf93f8b9b7e8909 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-08-08T04:13:16.555Z] + go version [2023-08-08T04:13:16.555Z] go version go1.20.6 linux/arm64 [Pipeline] } [2023-08-08T04:13:16.589Z] $ docker stop --time=1 770120b23a9a5040ce7bfbd63f7e725bb5a81de62e5af1432cf93f8b9b7e8909 [2023-08-08T04:13:18.169Z] $ 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 [2023-08-08T04:13:18.991Z] + docker inspect -f . ci-base-image-arm64 [2023-08-08T04:13:18.991Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-08-08T04:13:19.224Z] prd-ubuntu20.04-docker-arm64-4c-16g-3096 does not seem to be running inside a container [2023-08-08T04:13:19.281Z] $ 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 [2023-08-08T04:13:20.372Z] $ docker top cdb9fa9b879919d62f10eeded8e175133f0704635ff841957921483dfcbea64b -eo pid,comm [Pipeline] { [Pipeline] sh [2023-08-08T04:13:20.903Z] + git config --global --add safe.directory /w/workspace/device-usb-camera/1 [Pipeline] fileExists [Pipeline] sh [2023-08-08T04:13:21.283Z] + make test [2023-08-08T04:13:21.284Z] go test ./... -coverprofile=coverage.out ./... [2023-08-08T04:13:53.531Z] ? github.com/edgexfoundry/device-usb-camera [no test files] [2023-08-08T04:15:45.181Z] ? github.com/edgexfoundry/device-usb-camera/cmd [no test files] [2023-08-08T04:15:51.834Z] ok github.com/edgexfoundry/device-usb-camera/internal/driver 0.098s coverage: 5.2% of statements [2023-08-08T04:15:51.834Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2023-08-08T04:15:51.834Z] go vet ./... [2023-08-08T04:16:24.253Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-08-08T04:16:24.253Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-08-08T04:16:24.253Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-08-08T04:16:24.296Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-08-08T04:16:24.331Z] $ docker stop --time=1 cdb9fa9b879919d62f10eeded8e175133f0704635ff841957921483dfcbea64b [2023-08-08T04:16:27.176Z] $ docker rm -f --volumes cdb9fa9b879919d62f10eeded8e175133f0704635ff841957921483dfcbea64b [Pipeline] // withDockerContainer [Pipeline] sh [2023-08-08T04:16:28.284Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-08-08T04:16:28.316Z] Warning: overwriting stash ‘coverage-report’ [2023-08-08T04:16:28.746Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-08-08T04:16:29.332Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-08-08T04:16:29.664Z] + ls -al . [2023-08-08T04:16:29.664Z] total 200 [2023-08-08T04:16:29.664Z] drwxrwxr-x 9 jenkins jenkins 4096 Aug 8 04:13 . [2023-08-08T04:16:29.664Z] drwxrwxr-x 4 jenkins jenkins 4096 Aug 8 04:11 .. [2023-08-08T04:16:29.664Z] drwxrwxr-x 8 jenkins jenkins 4096 Aug 8 04:11 .git [2023-08-08T04:16:29.664Z] drwxrwxr-x 3 jenkins jenkins 4096 Aug 8 04:11 .github [2023-08-08T04:16:29.664Z] -rw-rw-r-- 1 jenkins jenkins 414 Aug 8 04:11 .gitignore [2023-08-08T04:16:29.664Z] -rw-rw-r-- 1 jenkins jenkins 45 Aug 8 04:11 .golangci.yml [2023-08-08T04:16:29.664Z] -rw-rw-r-- 1 jenkins jenkins 77 Aug 8 04:11 .hadolint.yml [2023-08-08T04:16:29.664Z] -rw-rw-r-- 1 jenkins jenkins 9783 Aug 8 04:11 Attribution.txt [2023-08-08T04:16:29.664Z] -rw-rw-r-- 1 jenkins jenkins 11903 Aug 8 04:11 CHANGELOG.md [2023-08-08T04:16:29.664Z] -rw-rw-r-- 1 jenkins jenkins 2453 Aug 8 04:11 Dockerfile [2023-08-08T04:16:29.664Z] -rw-rw-r-- 1 jenkins jenkins 678 Aug 8 04:11 GOVERNANCE.md [2023-08-08T04:16:29.664Z] -rw-rw-r-- 1 jenkins jenkins 659 Aug 8 04:11 Jenkinsfile [2023-08-08T04:16:29.664Z] -rw-rw-r-- 1 jenkins jenkins 11348 Aug 8 04:11 LICENSE [2023-08-08T04:16:29.664Z] -rw-rw-r-- 1 jenkins jenkins 2364 Aug 8 04:11 Makefile [2023-08-08T04:16:29.664Z] -rw-rw-r-- 1 jenkins jenkins 622 Aug 8 04:11 OWNERS.md [2023-08-08T04:16:29.664Z] -rw-rw-r-- 1 jenkins jenkins 2575 Aug 8 04:11 README.md [2023-08-08T04:16:29.664Z] -rw-rw-r-- 1 jenkins jenkins 5 Aug 8 04:09 VERSION [2023-08-08T04:16:29.664Z] drwxrwxr-x 2 jenkins jenkins 4096 Aug 8 04:11 bin [2023-08-08T04:16:29.664Z] drwxrwxr-x 3 jenkins jenkins 4096 Aug 8 04:11 cmd [2023-08-08T04:16:29.664Z] -rw-r--r-- 1 jenkins jenkins 44795 Aug 8 04:15 coverage.out [2023-08-08T04:16:29.664Z] -rwxrwxr-x 1 jenkins jenkins 140 Aug 8 04:11 docker-entrypoint.sh [2023-08-08T04:16:29.664Z] drwxrwxr-x 2 jenkins jenkins 4096 Aug 8 04:11 docs [2023-08-08T04:16:29.664Z] -rw-rw-r-- 1 jenkins jenkins 3416 Aug 8 04:11 go.mod [2023-08-08T04:16:29.664Z] -rw-rw-r-- 1 jenkins jenkins 31482 Aug 8 04:11 go.sum [2023-08-08T04:16:29.664Z] drwxrwxr-x 3 jenkins jenkins 4096 Aug 8 04:11 internal [2023-08-08T04:16:29.664Z] drwxrwxr-x 4 jenkins jenkins 4096 Aug 8 04:11 snap [2023-08-08T04:16:29.664Z] -rw-rw-r-- 1 jenkins jenkins 231 Aug 8 04:11 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-08T04:16:30.064Z] + 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 . [2023-08-08T04:16:30.331Z] Sending build context to Docker daemon 1.269MB [2023-08-08T04:16:30.331Z] Step 1/36 : ARG BASE=golang:1.20-alpine3.17 [2023-08-08T04:16:30.331Z] Step 2/36 : FROM ${BASE} AS builder [2023-08-08T04:16:30.331Z] ---> e082bb8a8fc1 [2023-08-08T04:16:30.331Z] Step 3/36 : ARG ADD_BUILD_TAGS="" [2023-08-08T04:16:30.599Z] ---> Running in 1add6090f363 [2023-08-08T04:16:30.864Z] Removing intermediate container 1add6090f363 [2023-08-08T04:16:30.864Z] ---> e51577dc3916 [2023-08-08T04:16:30.864Z] Step 4/36 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-08-08T04:16:30.864Z] ---> Running in 9ee80a7bf610 [2023-08-08T04:16:31.132Z] Removing intermediate container 9ee80a7bf610 [2023-08-08T04:16:31.132Z] ---> 99b91f8025d5 [2023-08-08T04:16:31.132Z] Step 5/36 : ARG ALPINE_PKG_BASE="make git gcc libc-dev curl" [2023-08-08T04:16:31.132Z] ---> Running in af9edfccfdb9 [2023-08-08T04:16:31.398Z] Removing intermediate container af9edfccfdb9 [2023-08-08T04:16:31.398Z] ---> 74556f14730e [2023-08-08T04:16:31.398Z] Step 6/36 : ARG ALPINE_PKG_EXTRA="v4l-utils-dev v4l-utils v4l-utils-libs linux-headers" [2023-08-08T04:16:31.398Z] ---> Running in 6db0d64cd268 [2023-08-08T04:16:31.665Z] Removing intermediate container 6db0d64cd268 [2023-08-08T04:16:31.665Z] ---> e72b34f49175 [2023-08-08T04:16:31.665Z] Step 7/36 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-08-08T04:16:31.665Z] ---> Running in 30f9f94c62c5 [2023-08-08T04:16:32.634Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-08-08T04:16:33.216Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-08-08T04:16:34.176Z] OK: 271 MiB in 67 packages [2023-08-08T04:16:35.149Z] Removing intermediate container 30f9f94c62c5 [2023-08-08T04:16:35.149Z] ---> c3970f299340 [2023-08-08T04:16:35.149Z] Step 8/36 : WORKDIR /device-usb-camera [2023-08-08T04:16:35.149Z] ---> Running in e54551266c5f [2023-08-08T04:16:35.415Z] Removing intermediate container e54551266c5f [2023-08-08T04:16:35.415Z] ---> 466787d3ad51 [2023-08-08T04:16:35.415Z] Step 9/36 : COPY go.mod vendor* ./ [2023-08-08T04:16:35.681Z] ---> 0f5530784aab [2023-08-08T04:16:35.681Z] Step 10/36 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-08-08T04:16:35.681Z] ---> Running in 7b18ae9ba8a0 [2023-08-08T04:16:38.262Z] Removing intermediate container 7b18ae9ba8a0 [2023-08-08T04:16:38.262Z] ---> 4d7dc21bebca [2023-08-08T04:16:38.262Z] Step 11/36 : COPY . . [2023-08-08T04:16:39.219Z] ---> 3b1c6f3e8093 [2023-08-08T04:16:39.219Z] Step 12/36 : RUN curl -o LICENSE-rtsp-simple-server https://raw.githubusercontent.com/aler9/rtsp-simple-server/main/LICENSE [2023-08-08T04:16:39.802Z] ---> Running in acb6bfc47aa1 [2023-08-08T04:16:40.773Z]  % Total % Received % Xferd Average Speed Time Time Time Current [2023-08-08T04:16:40.773Z]  Dload Upload Total Spent Left Speed [2023-08-08T04:16:41.039Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 1062 100 1062 0 0 3364  0 --:--:-- --:--:-- --:--:-- 3382 [2023-08-08T04:16:41.627Z] Removing intermediate container acb6bfc47aa1 [2023-08-08T04:16:41.627Z] ---> 4fc7926595ad [2023-08-08T04:16:41.627Z] Step 13/36 : RUN ${MAKE} [2023-08-08T04:16:41.897Z] ---> Running in 752246c3bd59 [2023-08-08T04:16:42.858Z] go build -tags "" -ldflags "-X github.com/edgexfoundry/device-usb-camera.Version=0.0.0" -trimpath -mod=readonly -o cmd/device-usb-camera ./cmd [2023-08-08T04:19:04.533Z] Removing intermediate container 752246c3bd59 [2023-08-08T04:19:04.533Z] ---> 1662bb5d2b87 [2023-08-08T04:19:04.533Z] Step 14/36 : FROM aler9/rtsp-simple-server:v0.21.6 AS rtsp [2023-08-08T04:19:04.533Z] v0.21.6: Pulling from aler9/rtsp-simple-server [2023-08-08T04:19:04.533Z] 8766b47fe142: Pulling fs layer [2023-08-08T04:19:04.533Z] 8766b47fe142: Verifying Checksum [2023-08-08T04:19:04.533Z] 8766b47fe142: Download complete [2023-08-08T04:19:04.533Z] 8766b47fe142: Pull complete [2023-08-08T04:19:04.533Z] Digest: sha256:f020796eb25ff31728c4633d51d76ece857ae5036a0f706c94a090e7b6047b3f [2023-08-08T04:19:04.533Z] Status: Downloaded newer image for aler9/rtsp-simple-server:v0.21.6 [2023-08-08T04:19:04.533Z] ---> 69d40e2cb93c [2023-08-08T04:19:04.533Z] Step 15/36 : FROM alpine:3.17 [2023-08-08T04:19:04.534Z] 3.17: Pulling from library/alpine [2023-08-08T04:19:04.534Z] 4060ece20d7a: Pulling fs layer [2023-08-08T04:19:04.534Z] 4060ece20d7a: Verifying Checksum [2023-08-08T04:19:04.534Z] 4060ece20d7a: Download complete [2023-08-08T04:19:04.534Z] 4060ece20d7a: Pull complete [2023-08-08T04:19:04.534Z] Digest: sha256:f71a5f071694a785e064f05fed657bf8277f1b2113a8ed70c90ad486d6ee54dc [2023-08-08T04:19:04.534Z] Status: Downloaded newer image for alpine:3.17 [2023-08-08T04:19:04.534Z] ---> 8650cd65339b [2023-08-08T04:19:04.534Z] Step 16/36 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel Corporation' [2023-08-08T04:19:04.534Z] ---> Running in 0ce757bf3397 [2023-08-08T04:19:04.534Z] Removing intermediate container 0ce757bf3397 [2023-08-08T04:19:04.534Z] ---> 707425e420b7 [2023-08-08T04:19:04.534Z] Step 17/36 : RUN apk add --update --no-cache dumb-init ffmpeg udev [2023-08-08T04:19:04.534Z] ---> Running in 23d0befdbdd0 [2023-08-08T04:19:04.800Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-08-08T04:19:05.379Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-08-08T04:19:06.333Z] (1/83) Installing dumb-init (1.2.5-r2) [2023-08-08T04:19:06.333Z] (2/83) Installing sdl2 (2.26.5-r0) [2023-08-08T04:19:06.333Z] (3/83) Installing libxau (1.0.10-r0) [2023-08-08T04:19:06.333Z] (4/83) Installing libmd (1.0.4-r0) [2023-08-08T04:19:06.333Z] (5/83) Installing libbsd (0.11.7-r0) [2023-08-08T04:19:06.333Z] (6/83) Installing libxdmcp (1.1.4-r0) [2023-08-08T04:19:06.333Z] (7/83) Installing libxcb (1.15-r0) [2023-08-08T04:19:06.333Z] (8/83) Installing libx11 (1.8.4-r1) [2023-08-08T04:19:06.599Z] (9/83) Installing aom-libs (3.5.0-r0) [2023-08-08T04:19:06.599Z] (10/83) Installing alsa-lib (1.2.8-r0) [2023-08-08T04:19:06.599Z] (11/83) Installing libexpat (2.5.0-r0) [2023-08-08T04:19:06.599Z] (12/83) Installing brotli-libs (1.0.9-r9) [2023-08-08T04:19:06.865Z] (13/83) Installing libbz2 (1.0.8-r4) [2023-08-08T04:19:06.865Z] (14/83) Installing libpng (1.6.38-r0) [2023-08-08T04:19:06.865Z] (15/83) Installing freetype (2.12.1-r0) [2023-08-08T04:19:06.865Z] (16/83) Installing fontconfig (2.14.1-r0) [2023-08-08T04:19:06.865Z] (17/83) Installing fribidi (1.0.12-r0) [2023-08-08T04:19:06.865Z] (18/83) Installing libffi (3.4.4-r0) [2023-08-08T04:19:06.865Z] (19/83) Installing libintl (0.21.1-r1) [2023-08-08T04:19:06.865Z] (20/83) Installing libblkid (2.38.1-r1) [2023-08-08T04:19:06.865Z] (21/83) Installing libmount (2.38.1-r1) [2023-08-08T04:19:06.865Z] (22/83) Installing pcre2 (10.42-r0) [2023-08-08T04:19:06.865Z] (23/83) Installing glib (2.74.7-r0) [2023-08-08T04:19:07.133Z] (24/83) Installing graphite2 (1.3.14-r2) [2023-08-08T04:19:07.133Z] (25/83) Installing harfbuzz (5.3.1-r1) [2023-08-08T04:19:07.133Z] (26/83) Installing libass (0.16.0-r1) [2023-08-08T04:19:07.133Z] (27/83) Installing libdav1d (1.0.0-r2) [2023-08-08T04:19:07.133Z] (28/83) Installing libdrm (2.4.114-r0) [2023-08-08T04:19:07.133Z] (29/83) Installing gmp (6.2.1-r2) [2023-08-08T04:19:07.133Z] (30/83) Installing nettle (3.8.1-r0) [2023-08-08T04:19:07.133Z] (31/83) Installing p11-kit (0.24.1-r1) [2023-08-08T04:19:07.133Z] (32/83) Installing libtasn1 (4.19.0-r0) [2023-08-08T04:19:07.133Z] (33/83) Installing libunistring (1.1-r0) [2023-08-08T04:19:07.133Z] (34/83) Installing gnutls (3.7.8-r3) [2023-08-08T04:19:07.399Z] (35/83) Installing ncurses-terminfo-base (6.3_p20221119-r1) [2023-08-08T04:19:07.399Z] (36/83) Installing ncurses-libs (6.3_p20221119-r1) [2023-08-08T04:19:07.399Z] (37/83) Installing lame (3.100-r2) [2023-08-08T04:19:07.399Z] (38/83) Installing opus (1.3.1-r1) [2023-08-08T04:19:07.399Z] (39/83) Installing libasyncns (0.8-r1) [2023-08-08T04:19:07.399Z] (40/83) Installing dbus-libs (1.14.8-r0) [2023-08-08T04:19:07.399Z] (41/83) Installing libltdl (2.4.7-r1) [2023-08-08T04:19:07.399Z] (42/83) Installing orc (0.4.33-r0) [2023-08-08T04:19:07.399Z] (43/83) Installing libgcc (12.2.1_git20220924-r4) [2023-08-08T04:19:07.399Z] (44/83) Installing libogg (1.3.5-r2) [2023-08-08T04:19:07.399Z] (45/83) Installing libstdc++ (12.2.1_git20220924-r4) [2023-08-08T04:19:07.399Z] (46/83) Installing flac-libs (1.4.2-r0) [2023-08-08T04:19:07.399Z] (47/83) Installing libvorbis (1.3.7-r0) [2023-08-08T04:19:07.399Z] (48/83) Installing libsndfile (1.1.0-r2) [2023-08-08T04:19:07.665Z] (49/83) Installing libgomp (12.2.1_git20220924-r4) [2023-08-08T04:19:07.665Z] (50/83) Installing soxr (0.1.3-r3) [2023-08-08T04:19:07.665Z] (51/83) Installing speexdsp (1.2.1-r0) [2023-08-08T04:19:07.665Z] (52/83) Installing tdb-libs (1.4.6-r0) [2023-08-08T04:19:07.665Z] (53/83) Installing libpulse (16.1-r6) [2023-08-08T04:19:07.665Z] (54/83) Installing cjson (1.7.15-r3) [2023-08-08T04:19:07.665Z] (55/83) Installing mbedtls (2.28.4-r0) [2023-08-08T04:19:07.665Z] (56/83) Installing librist (0.2.7-r0) [2023-08-08T04:19:07.665Z] (57/83) Installing libsrt (1.5.1-r0) [2023-08-08T04:19:07.665Z] (58/83) Installing libssh (0.10.5-r0) [2023-08-08T04:19:07.665Z] (59/83) Installing libtheora (1.1.1-r16) [2023-08-08T04:19:07.665Z] (60/83) Installing libjpeg-turbo (2.1.4-r0) [2023-08-08T04:19:07.665Z] (61/83) Installing v4l-utils-libs (1.22.1-r2) [2023-08-08T04:19:07.665Z] (62/83) Installing libxext (1.3.5-r0) [2023-08-08T04:19:07.665Z] (63/83) Installing libxfixes (6.0.0-r0) [2023-08-08T04:19:07.665Z] (64/83) Installing wayland-libs-client (1.21.0-r1) [2023-08-08T04:19:07.665Z] (65/83) Installing libva (2.16.0-r0) [2023-08-08T04:19:07.931Z] (66/83) Installing libvdpau (1.5-r0) [2023-08-08T04:19:07.931Z] (67/83) Installing vidstab (1.1.0-r2) [2023-08-08T04:19:07.931Z] (68/83) Installing libvpx (1.12.0-r1) [2023-08-08T04:19:07.931Z] (69/83) Installing libwebp (1.2.4-r2) [2023-08-08T04:19:07.931Z] (70/83) Installing x264-libs (0.164_git20220602-r0) [2023-08-08T04:19:07.931Z] (71/83) Installing numactl (2.0.16-r1) [2023-08-08T04:19:07.931Z] (72/83) Installing x265-libs (3.5-r3) [2023-08-08T04:19:08.198Z] (73/83) Installing xvidcore (1.3.7-r1) [2023-08-08T04:19:08.198Z] (74/83) Installing libsodium (1.0.18-r2) [2023-08-08T04:19:08.198Z] (75/83) Installing libzmq (4.3.4-r1) [2023-08-08T04:19:08.198Z] (76/83) Installing ffmpeg-libs (5.1.3-r0) [2023-08-08T04:19:08.464Z] (77/83) Installing ffmpeg (5.1.3-r0) [2023-08-08T04:19:08.464Z] (78/83) Installing udev-init-scripts (35-r1) [2023-08-08T04:19:08.464Z] (79/83) Installing eudev-libs (3.2.11-r4) [2023-08-08T04:19:08.464Z] (80/83) Installing xz-libs (5.2.9-r0) [2023-08-08T04:19:08.731Z] (81/83) Installing zstd-libs (1.5.5-r0) [2023-08-08T04:19:08.731Z] (82/83) Installing kmod-libs (30-r1) [2023-08-08T04:19:08.731Z] (83/83) Installing eudev (3.2.11-r4) [2023-08-08T04:19:08.731Z] Executing busybox-1.35.0-r29.trigger [2023-08-08T04:19:08.731Z] Executing eudev-3.2.11-r4.trigger [2023-08-08T04:19:08.731Z] OK: 86 MiB in 98 packages [2023-08-08T04:19:12.068Z] Removing intermediate container 23d0befdbdd0 [2023-08-08T04:19:12.068Z] ---> daa5f3c8dd31 [2023-08-08T04:19:12.068Z] Step 18/36 : WORKDIR / [2023-08-08T04:19:12.068Z] ---> Running in 5af1be2cdbe0 [2023-08-08T04:19:12.333Z] Removing intermediate container 5af1be2cdbe0 [2023-08-08T04:19:12.333Z] ---> daf1f00782ef [2023-08-08T04:19:12.333Z] Step 19/36 : COPY --from=builder /device-usb-camera/cmd / [2023-08-08T04:19:13.737Z] ---> a00a6a8cb3f2 [2023-08-08T04:19:13.737Z] Step 20/36 : COPY --from=builder /device-usb-camera/LICENSE / [2023-08-08T04:19:14.325Z] ---> 43aa4a35043b [2023-08-08T04:19:14.325Z] Step 21/36 : COPY --from=builder /device-usb-camera/LICENSE-rtsp-simple-server / [2023-08-08T04:19:14.592Z] ---> 34dbead166ce [2023-08-08T04:19:14.592Z] Step 22/36 : COPY --from=builder /device-usb-camera/Attribution.txt / [2023-08-08T04:19:15.174Z] ---> 9bb3b7965e4b [2023-08-08T04:19:15.174Z] Step 23/36 : COPY --from=builder /device-usb-camera/docker-entrypoint.sh / [2023-08-08T04:19:15.758Z] ---> 83fd814dbc44 [2023-08-08T04:19:15.758Z] Step 24/36 : COPY --from=rtsp /rtsp-simple-server.yml / [2023-08-08T04:19:16.025Z] ---> 53c9db710d12 [2023-08-08T04:19:16.025Z] Step 25/36 : COPY --from=rtsp /rtsp-simple-server / [2023-08-08T04:19:17.435Z] ---> 04412724c3c9 [2023-08-08T04:19:17.435Z] Step 26/36 : RUN sed -i 's/rtmpDisable: no/rtmpDisable: yes/g' rtsp-simple-server.yml [2023-08-08T04:19:17.435Z] ---> Running in 448c0270777a [2023-08-08T04:19:19.380Z] Removing intermediate container 448c0270777a [2023-08-08T04:19:19.380Z] ---> 5ba5d6e14889 [2023-08-08T04:19:19.380Z] Step 27/36 : RUN sed -i 's/hlsDisable: no/hlsDisable: yes/g' rtsp-simple-server.yml [2023-08-08T04:19:19.380Z] ---> Running in a6a695885fc7 [2023-08-08T04:19:20.789Z] Removing intermediate container a6a695885fc7 [2023-08-08T04:19:20.789Z] ---> 3b460505ea75 [2023-08-08T04:19:20.789Z] Step 28/36 : RUN sed -i 's/protocols: \[udp, multicast, tcp\]/protocols: \[tcp\]/g' rtsp-simple-server.yml [2023-08-08T04:19:20.789Z] ---> Running in 6350a076d516 [2023-08-08T04:19:23.364Z] Removing intermediate container 6350a076d516 [2023-08-08T04:19:23.364Z] ---> 4702d56fe683 [2023-08-08T04:19:23.364Z] Step 29/36 : RUN sed -i 's,externalAuthenticationURL:,externalAuthenticationURL: http://localhost:8000/rtspauth,g' rtsp-simple-server.yml [2023-08-08T04:19:23.364Z] ---> Running in 334d6e0b3c19 [2023-08-08T04:19:24.779Z] Removing intermediate container 334d6e0b3c19 [2023-08-08T04:19:24.779Z] ---> 478bad6cac88 [2023-08-08T04:19:24.779Z] Step 30/36 : EXPOSE 59983 [2023-08-08T04:19:25.045Z] ---> Running in 270bb9b0c312 [2023-08-08T04:19:25.312Z] Removing intermediate container 270bb9b0c312 [2023-08-08T04:19:25.312Z] ---> 5aa48f163e22 [2023-08-08T04:19:25.312Z] Step 31/36 : EXPOSE 8554 [2023-08-08T04:19:25.312Z] ---> Running in 8d06ad361569 [2023-08-08T04:19:25.579Z] Removing intermediate container 8d06ad361569 [2023-08-08T04:19:25.579Z] ---> 99d2845445b9 [2023-08-08T04:19:25.579Z] Step 32/36 : ENTRYPOINT ["/docker-entrypoint.sh"] [2023-08-08T04:19:25.579Z] ---> Running in f09a33e63b3b [2023-08-08T04:19:25.844Z] Removing intermediate container f09a33e63b3b [2023-08-08T04:19:25.844Z] ---> 3482c4882830 [2023-08-08T04:19:25.844Z] Step 33/36 : CMD [ "--configProvider=consul.http://edgex-core-consul:8500", "--registry" ] [2023-08-08T04:19:25.844Z] ---> Running in 730d4a05d772 [2023-08-08T04:19:26.112Z] Removing intermediate container 730d4a05d772 [2023-08-08T04:19:26.112Z] ---> 8124d6fddb71 [2023-08-08T04:19:26.112Z] Step 34/36 : LABEL arch=arm64 [2023-08-08T04:19:26.112Z] ---> Running in aacbaada48c6 [2023-08-08T04:19:26.379Z] Removing intermediate container aacbaada48c6 [2023-08-08T04:19:26.379Z] ---> cf48dae5c6b5 [2023-08-08T04:19:26.379Z] Step 35/36 : LABEL git_sha=4af3f945cdbb23f4ff425e83e2b699663686e1f0 [2023-08-08T04:19:26.646Z] ---> Running in 2a820d26dae6 [2023-08-08T04:19:26.911Z] Removing intermediate container 2a820d26dae6 [2023-08-08T04:19:26.911Z] ---> 73b4b60ad7bd [2023-08-08T04:19:26.911Z] Step 36/36 : LABEL version=0.0.0 [2023-08-08T04:19:26.911Z] ---> Running in a57d4de76679 [2023-08-08T04:19:27.176Z] Removing intermediate container a57d4de76679 [2023-08-08T04:19:27.176Z] ---> 0d7002eddb61 [2023-08-08T04:19:27.176Z] [Warning] One or more build-args [ARCH] were not consumed [2023-08-08T04:19:27.176Z] Successfully built 0d7002eddb61 [2023-08-08T04:19:27.176Z] 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 [2023-08-08T04:19:27.992Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-08-08T04:19:27.993Z] [2023-08-08T04:19:27.993Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-08T04:19:28.400Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-08-08T04:19:28.400Z] arm64: Pulling from edgex-lftools-log-publisher [2023-08-08T04:19:28.400Z] 8998bd30e6a1: Pulling fs layer [2023-08-08T04:19:28.400Z] 04944245beec: Pulling fs layer [2023-08-08T04:19:28.400Z] 699f458cf7ca: Pulling fs layer [2023-08-08T04:19:28.400Z] 765212b225bb: Pulling fs layer [2023-08-08T04:19:28.400Z] f23df028b6ca: Pulling fs layer [2023-08-08T04:19:28.400Z] d65c8cfc05b1: Pulling fs layer [2023-08-08T04:19:28.400Z] 2437ff75d9bd: Pulling fs layer [2023-08-08T04:19:28.400Z] f23df028b6ca: Waiting [2023-08-08T04:19:28.400Z] 765212b225bb: Waiting [2023-08-08T04:19:28.400Z] d65c8cfc05b1: Waiting [2023-08-08T04:19:28.400Z] 2437ff75d9bd: Waiting [2023-08-08T04:19:28.667Z] 04944245beec: Verifying Checksum [2023-08-08T04:19:28.667Z] 04944245beec: Download complete [2023-08-08T04:19:28.667Z] 765212b225bb: Verifying Checksum [2023-08-08T04:19:28.667Z] 765212b225bb: Download complete [2023-08-08T04:19:28.667Z] f23df028b6ca: Verifying Checksum [2023-08-08T04:19:28.667Z] f23df028b6ca: Download complete [2023-08-08T04:19:28.667Z] d65c8cfc05b1: Verifying Checksum [2023-08-08T04:19:28.667Z] d65c8cfc05b1: Download complete [2023-08-08T04:19:28.667Z] 699f458cf7ca: Verifying Checksum [2023-08-08T04:19:28.667Z] 699f458cf7ca: Download complete [2023-08-08T04:19:29.249Z] 8998bd30e6a1: Verifying Checksum [2023-08-08T04:19:29.249Z] 8998bd30e6a1: Download complete [2023-08-08T04:19:31.189Z] 2437ff75d9bd: Verifying Checksum [2023-08-08T04:19:31.189Z] 2437ff75d9bd: Download complete [2023-08-08T04:19:33.125Z] 8998bd30e6a1: Pull complete [2023-08-08T04:19:33.392Z] 04944245beec: Pull complete [2023-08-08T04:19:34.800Z] 699f458cf7ca: Pull complete [2023-08-08T04:19:36.768Z] 765212b225bb: Pull complete [2023-08-08T04:19:37.770Z] f23df028b6ca: Pull complete [2023-08-08T04:19:37.770Z] d65c8cfc05b1: Pull complete [2023-08-08T04:19:52.800Z] 2437ff75d9bd: Pull complete [2023-08-08T04:19:52.800Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2023-08-08T04:19:52.800Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-08-08T04:19:52.800Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-08-08T04:19:53.116Z] prd-ubuntu20.04-docker-arm64-4c-16g-3096 does not seem to be running inside a container [2023-08-08T04:19:53.177Z] $ 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 [2023-08-08T04:19:55.584Z] $ docker top 74f9c2d44bbbcd55dd06bdf98348d653773cfbaaf06816a848b15ea13adcafea -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-08-08T04:19:56.148Z] ---> job-cost.sh [2023-08-08T04:19:56.413Z] lf-activate-venv: SKIPPING [2023-08-08T04:19:56.413Z] INFO: No Stack... [2023-08-08T04:19:56.990Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2023-08-08T04:19:57.567Z] INFO: Archiving Costs [Pipeline] sh [2023-08-08T04:19:57.904Z] + cat /w/workspace/device-usb-camera/1/archives/cost.csv [2023-08-08T04:19:57.904Z] + cut -d, -f6 [Pipeline] lock [2023-08-08T04:19:57.978Z] Trying to acquire lock on [jenkins-edgexfoundry-device-usb-camera-PR-267-1-stack-cost] [2023-08-08T04:19:57.982Z] Resource [jenkins-edgexfoundry-device-usb-camera-PR-267-1-stack-cost] did not exist. Created. [2023-08-08T04:19:57.982Z] Lock acquired on [jenkins-edgexfoundry-device-usb-camera-PR-267-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-08-08T04:19:58.392Z] /w/workspace/device-usb-camera/1@tmp/durable-c3176577/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2023-08-08T04:19:58.739Z] + echo total: 0.10999999940395355 [Pipeline] stash [2023-08-08T04:19:58.776Z] Warning: overwriting stash ‘stack-cost’ [2023-08-08T04:19:58.825Z] Stashed 1 file(s) [Pipeline] } [2023-08-08T04:19:58.839Z] Lock released on resource [jenkins-edgexfoundry-device-usb-camera-PR-267-1-stack-cost] [Pipeline] // lock [Pipeline] } [2023-08-08T04:19:58.930Z] $ docker stop --time=1 74f9c2d44bbbcd55dd06bdf98348d653773cfbaaf06816a848b15ea13adcafea [2023-08-08T04:20:00.389Z] $ 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 [2023-08-08T04:20:01.456Z] provisioning config files... [2023-08-08T04:20:01.463Z] copy managed file [device-usb-camera-codecov-token] to file:/w/workspace/foundry_device-usb-camera_PR-267@tmp/config7446774956467538629tmp [Pipeline] { [Pipeline] sh [2023-08-08T04:20:01.793Z] + set +x [2023-08-08T04:20:01.793Z] + curl -s https://codecov.io/bash [2023-08-08T04:20:01.793Z] + bash -s -- [2023-08-08T04:20:01.793Z] [2023-08-08T04:20:01.793Z] _____ _ [2023-08-08T04:20:01.793Z] / ____| | | [2023-08-08T04:20:01.793Z] | | ___ __| | ___ ___ _____ __ [2023-08-08T04:20:01.793Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2023-08-08T04:20:01.793Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2023-08-08T04:20:01.793Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2023-08-08T04:20:01.793Z] Bash-1.0.6 [2023-08-08T04:20:01.793Z] [2023-08-08T04:20:01.793Z] [2023-08-08T04:20:01.793Z] ==> git version 2.25.1 found [2023-08-08T04:20:01.793Z] ==> 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 [2023-08-08T04:20:01.793Z] Release-Date: 2020-01-08 [2023-08-08T04:20:01.793Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp [2023-08-08T04:20:01.793Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2023-08-08T04:20:01.793Z] ==> Jenkins CI detected. [2023-08-08T04:20:01.793Z] current dir:  /w/workspace/foundry_device-usb-camera_PR-267 [2023-08-08T04:20:01.793Z] project root: . [2023-08-08T04:20:01.793Z] --> token set from env [2023-08-08T04:20:01.793Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2023-08-08T04:20:01.793Z] ==> Running gcov in . (disable via -X gcov) [2023-08-08T04:20:01.793Z] ==> Python coveragepy not found [2023-08-08T04:20:01.793Z] ==> Searching for coverage reports in: [2023-08-08T04:20:01.793Z] + . [2023-08-08T04:20:01.793Z] -> Found 1 reports [2023-08-08T04:20:01.793Z] ==> Detecting git/mercurial file structure [2023-08-08T04:20:01.793Z] ==> Reading reports [2023-08-08T04:20:02.052Z] + ./coverage.out bytes=44795 [2023-08-08T04:20:02.052Z] ==> Appending adjustments [2023-08-08T04:20:02.052Z] https://docs.codecov.io/docs/fixing-reports [2023-08-08T04:20:02.052Z] + Found adjustments [2023-08-08T04:20:02.052Z] ==> Gzipping contents [2023-08-08T04:20:02.052Z] 8.0K /tmp/codecov.iQlbew.gz [2023-08-08T04:20:02.052Z] ==> Uploading reports [2023-08-08T04:20:02.052Z] url: https://codecov.io [2023-08-08T04:20:02.052Z] 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= [2023-08-08T04:20:02.052Z] -> Pinging Codecov [2023-08-08T04:20:02.052Z] 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= [2023-08-08T04:20:02.052Z] -> Uploading to [2023-08-08T04:20:02.052Z] 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 [2023-08-08T04:20:02.052Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-08-08T04:20:02.052Z] Dload Upload Total Spent Left Speed [2023-08-08T04:20:02.310Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 5913 0 0 100 5913 0 23939 --:--:-- --:--:-- --:--:-- 23939 [2023-08-08T04:20:02.310Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-usb-camera/commit/4af3f945cdbb23f4ff425e83e2b699663686e1f0 [Pipeline] } [2023-08-08T04:20:02.334Z] 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 [2023-08-08T04:20:04.874Z] + [ -d /w/workspace/foundry_device-usb-camera_PR-267/archives ] [2023-08-08T04:20:04.875Z] + ls -al /w/workspace/foundry_device-usb-camera_PR-267/archives [2023-08-08T04:20:04.875Z] total 16 [2023-08-08T04:20:04.875Z] drwxr-xr-x 3 root root 4096 Aug 8 04:11 . [2023-08-08T04:20:04.875Z] drwxrwxr-x 11 jenkins jenkins 4096 Aug 8 04:11 .. [2023-08-08T04:20:04.875Z] drwxr-xr-x 2 root root 4096 Aug 8 04:11 cost [2023-08-08T04:20:04.875Z] -rw-r--r-- 1 root root 89 Aug 8 04:11 cost.csv [2023-08-08T04:20:04.875Z] + sudo chown -R jenkins:jenkins /w/workspace/foundry_device-usb-camera_PR-267/archives [2023-08-08T04:20:04.875Z] + ls -al /w/workspace/foundry_device-usb-camera_PR-267/archives [2023-08-08T04:20:04.875Z] total 16 [2023-08-08T04:20:04.875Z] drwxr-xr-x 3 jenkins jenkins 4096 Aug 8 04:11 . [2023-08-08T04:20:04.875Z] drwxrwxr-x 11 jenkins jenkins 4096 Aug 8 04:11 .. [2023-08-08T04:20:04.875Z] drwxr-xr-x 2 jenkins jenkins 4096 Aug 8 04:11 cost [2023-08-08T04:20:04.875Z] -rw-r--r-- 1 jenkins jenkins 89 Aug 8 04:11 cost.csv [Pipeline] libraryResource [Pipeline] sh [2023-08-08T04:20:05.210Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2023-08-08T04:20:06.089Z] ---> package-listing.sh [2023-08-08T04:20:06.090Z] ++ facter osfamily [2023-08-08T04:20:06.090Z] ++ tr '[:upper:]' '[:lower:]' [2023-08-08T04:20:06.348Z] + OS_FAMILY=debian [2023-08-08T04:20:06.348Z] + workspace=/w/workspace/foundry_device-usb-camera_PR-267 [2023-08-08T04:20:06.348Z] + START_PACKAGES=/tmp/packages_start.txt [2023-08-08T04:20:06.348Z] + END_PACKAGES=/tmp/packages_end.txt [2023-08-08T04:20:06.348Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2023-08-08T04:20:06.348Z] + PACKAGES=/tmp/packages_start.txt [2023-08-08T04:20:06.348Z] + '[' /w/workspace/foundry_device-usb-camera_PR-267 ']' [2023-08-08T04:20:06.348Z] + PACKAGES=/tmp/packages_end.txt [2023-08-08T04:20:06.348Z] + case "${OS_FAMILY}" in [2023-08-08T04:20:06.348Z] + dpkg -l [2023-08-08T04:20:06.348Z] + grep '^ii' [2023-08-08T04:20:06.348Z] + '[' -f /tmp/packages_start.txt ']' [2023-08-08T04:20:06.348Z] + '[' -f /tmp/packages_end.txt ']' [2023-08-08T04:20:06.348Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2023-08-08T04:20:06.348Z] + '[' /w/workspace/foundry_device-usb-camera_PR-267 ']' [2023-08-08T04:20:06.348Z] + mkdir -p /w/workspace/foundry_device-usb-camera_PR-267/archives/ [2023-08-08T04:20:06.348Z] + 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 [2023-08-08T04:20:06.377Z] 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 [2023-08-08T04:20:06.666Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-08-08T04:20:07.288Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-08-08T04:20:07.288Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-08-08T04:20:07.433Z] prd-ubuntu20.04-docker-8c-8g-3095 does not seem to be running inside a container [2023-08-08T04:20:07.461Z] $ 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 [2023-08-08T04:20:07.632Z] $ docker top 08d8c7d80c5c08afea144eb9693635c42c747c3d1b2242d1866e3d60006e496d -eo pid,comm [Pipeline] { [Pipeline] sh [2023-08-08T04:20:08.019Z] + touch /tmp/pre-build-complete [Pipeline] sh [2023-08-08T04:20:08.331Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2023-08-08T04:20:08.637Z] + ls /var/log/sa-host [2023-08-08T04:20:08.637Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-08-08T04:20:08.857Z] provisioning config files... [2023-08-08T04:20:08.868Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/foundry_device-usb-camera_PR-267@tmp/config5316467305472021397tmp [Pipeline] { [Pipeline] echo [2023-08-08T04:20:08.922Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2023-08-08T04:20:09.232Z] ---> create-netrc.sh [Pipeline] } [2023-08-08T04:20:09.263Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2023-08-08T04:20:09.670Z] ---> python-tools-install.sh [Pipeline] echo [2023-08-08T04:20:09.705Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2023-08-08T04:20:10.015Z] ---> sudo-logs.sh [2023-08-08T04:20:10.016Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2023-08-08T04:20:10.109Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2023-08-08T04:20:12.235Z] ---> job-cost.sh [2023-08-08T04:20:12.235Z] lf-activate-venv: SKIPPING [2023-08-08T04:20:12.235Z] DEBUG: total: 0.2199999988079071 [2023-08-08T04:20:12.235Z] INFO: Retrieving Stack Cost... [2023-08-08T04:20:12.235Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-08-08T04:20:12.803Z] INFO: Archiving Costs [Pipeline] echo [2023-08-08T04:20:12.841Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2023-08-08T04:20:13.152Z] ---> logs-deploy.sh [2023-08-08T04:20:13.152Z] lf-activate-venv: SKIPPING [2023-08-08T04:20:13.152Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-usb-camera/PR-267/1 [2023-08-08T04:20:13.152Z] INFO: archiving workspace using pattern(s): [2023-08-08T04:20:14.089Z] Archives upload complete. [2023-08-08T04:20:14.350Z] INFO: archiving logs to Nexus [2023-08-08T04:20:14.923Z] ---> uname -a: [2023-08-08T04:20:14.923Z] 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 [2023-08-08T04:20:14.923Z] [2023-08-08T04:20:14.923Z] [2023-08-08T04:20:14.923Z] ---> lscpu: [2023-08-08T04:20:14.923Z] Architecture: x86_64 [2023-08-08T04:20:14.923Z] CPU op-mode(s): 32-bit, 64-bit [2023-08-08T04:20:14.923Z] Byte Order: Little Endian [2023-08-08T04:20:14.923Z] Address sizes: 40 bits physical, 48 bits virtual [2023-08-08T04:20:14.923Z] CPU(s): 8 [2023-08-08T04:20:14.923Z] On-line CPU(s) list: 0-7 [2023-08-08T04:20:14.923Z] Thread(s) per core: 1 [2023-08-08T04:20:14.923Z] Core(s) per socket: 1 [2023-08-08T04:20:14.923Z] Socket(s): 8 [2023-08-08T04:20:14.923Z] NUMA node(s): 1 [2023-08-08T04:20:14.923Z] Vendor ID: AuthenticAMD [2023-08-08T04:20:14.923Z] CPU family: 23 [2023-08-08T04:20:14.923Z] Model: 49 [2023-08-08T04:20:14.923Z] Model name: AMD EPYC-Rome Processor [2023-08-08T04:20:14.923Z] Stepping: 0 [2023-08-08T04:20:14.923Z] CPU MHz: 2799.998 [2023-08-08T04:20:14.923Z] BogoMIPS: 5599.99 [2023-08-08T04:20:14.923Z] Virtualization: AMD-V [2023-08-08T04:20:14.923Z] Hypervisor vendor: KVM [2023-08-08T04:20:14.923Z] Virtualization type: full [2023-08-08T04:20:14.923Z] L1d cache: 256 KiB [2023-08-08T04:20:14.923Z] L1i cache: 256 KiB [2023-08-08T04:20:14.923Z] L2 cache: 4 MiB [2023-08-08T04:20:14.923Z] L3 cache: 128 MiB [2023-08-08T04:20:14.923Z] NUMA node0 CPU(s): 0-7 [2023-08-08T04:20:14.923Z] Vulnerability Itlb multihit: Not affected [2023-08-08T04:20:14.923Z] Vulnerability L1tf: Not affected [2023-08-08T04:20:14.923Z] Vulnerability Mds: Not affected [2023-08-08T04:20:14.923Z] Vulnerability Meltdown: Not affected [2023-08-08T04:20:14.923Z] Vulnerability Mmio stale data: Not affected [2023-08-08T04:20:14.923Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2023-08-08T04:20:14.923Z] Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization [2023-08-08T04:20:14.923Z] Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling [2023-08-08T04:20:14.923Z] Vulnerability Srbds: Not affected [2023-08-08T04:20:14.923Z] Vulnerability Tsx async abort: Not affected [2023-08-08T04:20:14.923Z] 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 [2023-08-08T04:20:14.923Z] [2023-08-08T04:20:14.923Z] [2023-08-08T04:20:14.923Z] ---> nproc: [2023-08-08T04:20:14.923Z] 8 [2023-08-08T04:20:14.923Z] [2023-08-08T04:20:14.923Z] [2023-08-08T04:20:14.923Z] ---> df -h: [2023-08-08T04:20:14.923Z] Filesystem Size Used Avail Use% Mounted on [2023-08-08T04:20:14.923Z] overlay 155G 12G 144G 8% / [2023-08-08T04:20:14.923Z] tmpfs 64M 0 64M 0% /dev [2023-08-08T04:20:14.923Z] tmpfs 16G 0 16G 0% /sys/fs/cgroup [2023-08-08T04:20:14.923Z] shm 64M 0 64M 0% /dev/shm [2023-08-08T04:20:14.923Z] /dev/vda1 155G 12G 144G 8% /facter-os [2023-08-08T04:20:14.923Z] [2023-08-08T04:20:14.923Z] [2023-08-08T04:20:14.923Z] ---> sar -b -r -n DEV: [2023-08-08T04:20:14.923Z] Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-3095) 08/08/23 _x86_64_ (8 CPU) [2023-08-08T04:20:14.923Z] [2023-08-08T04:20:14.923Z] 04:08:09 LINUX RESTART (8 CPU) [2023-08-08T04:20:14.923Z] [2023-08-08T04:20:14.923Z] 04:09:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2023-08-08T04:20:14.923Z] 04:10:01 211.41 4.32 207.10 0.00 417.40 72534.98 0.00 [2023-08-08T04:20:14.923Z] 04:11:01 220.21 0.18 220.03 0.00 12.66 38350.14 0.00 [2023-08-08T04:20:14.923Z] 04:12:01 30.88 0.02 30.86 0.00 1.33 16442.46 0.00 [2023-08-08T04:20:14.923Z] 04:13:01 1.68 0.00 1.68 0.00 0.00 20.15 0.00 [2023-08-08T04:20:14.923Z] 04:14:01 53.03 10.58 42.45 0.00 5154.02 8887.44 0.00 [2023-08-08T04:20:14.923Z] 04:15:01 6.68 0.02 6.67 0.00 0.13 130.24 0.00 [2023-08-08T04:20:14.923Z] 04:16:01 1.43 0.00 1.43 0.00 0.00 16.00 0.00 [2023-08-08T04:20:14.923Z] 04:17:01 2.03 0.02 2.02 0.00 0.13 22.79 0.00 [2023-08-08T04:20:14.923Z] 04:18:01 1.27 0.00 1.27 0.00 0.00 14.13 0.00 [2023-08-08T04:20:14.923Z] 04:19:01 1.65 0.00 1.65 0.00 0.00 19.46 0.00 [2023-08-08T04:20:14.923Z] 04:20:01 1.17 0.02 1.15 0.00 1.20 13.46 0.00 [2023-08-08T04:20:14.924Z] Average: 48.31 1.38 46.94 0.00 507.97 12404.61 0.00 [2023-08-08T04:20:14.924Z] [2023-08-08T04:20:14.924Z] 04:09:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2023-08-08T04:20:14.924Z] 04:10:01 28116744 31462028 837724 2.55 145448 3383044 2230976 6.57 1341520 2956400 185472 [2023-08-08T04:20:14.924Z] 04:11:01 27586516 31541680 758552 2.31 155692 3958544 2048852 6.04 1298272 3503816 358640 [2023-08-08T04:20:14.924Z] 04:12:01 27489012 31575872 723524 2.20 161268 4057384 1759624 5.19 1281284 3589636 320 [2023-08-08T04:20:14.924Z] 04:13:01 27489576 31576460 722568 2.20 161316 4057376 1759624 5.19 1281196 3589636 12 [2023-08-08T04:20:14.924Z] 04:14:01 26966104 31562184 718424 2.18 195040 4517604 1809444 5.33 1598200 3758112 1112 [2023-08-08T04:20:14.924Z] 04:15:01 26973800 31565184 717132 2.18 193596 4514476 1802628 5.31 1596628 3755036 8 [2023-08-08T04:20:14.924Z] 04:16:01 26975660 31567164 715248 2.18 193664 4514480 1802628 5.31 1594820 3755044 8 [2023-08-08T04:20:14.924Z] 04:17:01 26974580 31566120 715788 2.18 193740 4514484 1802628 5.31 1595572 3755044 208 [2023-08-08T04:20:14.924Z] 04:18:01 26975092 31566736 715120 2.17 193772 4514484 1802628 5.31 1594640 3755044 40 [2023-08-08T04:20:14.924Z] 04:19:01 26975352 31567032 714788 2.17 193792 4514492 1802628 5.31 1594736 3755052 16 [2023-08-08T04:20:14.924Z] 04:20:01 26974468 31566336 715576 2.18 193828 4514492 1818764 5.36 1596900 3755212 8 [2023-08-08T04:20:14.924Z] Average: 27226991 31556072 732222 2.23 180105 4278260 1858220 5.48 1488524 3629821 49622 [2023-08-08T04:20:14.924Z] [2023-08-08T04:20:14.924Z] 04:09:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2023-08-08T04:20:14.924Z] 04:10:01 docker0 180.55 315.26 14.54 1994.04 0.00 0.00 0.00 0.00 [2023-08-08T04:20:14.924Z] 04:10:01 lo 2.67 2.67 0.26 0.26 0.00 0.00 0.00 0.00 [2023-08-08T04:20:14.924Z] 04:10:01 veth387cf46 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 [2023-08-08T04:20:14.924Z] 04:10:01 ens3 500.47 286.60 6241.90 44.70 0.00 0.00 0.00 0.00 [2023-08-08T04:20:14.924Z] 04:11:01 docker0 14.25 38.28 1.06 713.94 0.00 0.00 0.00 0.00 [2023-08-08T04:20:14.924Z] 04:11:01 lo 2.73 2.73 0.26 0.26 0.00 0.00 0.00 0.00 [2023-08-08T04:20:14.924Z] 04:11:01 ens3 168.36 93.45 3524.65 21.35 0.00 0.00 0.00 0.00 [2023-08-08T04:20:14.924Z] 04:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-08-08T04:20:14.924Z] 04:12:01 lo 0.07 0.07 0.01 0.01 0.00 0.00 0.00 0.00 [2023-08-08T04:20:14.924Z] 04:12:01 ens3 11.81 7.58 13.09 4.85 0.00 0.00 0.00 0.00 [2023-08-08T04:20:14.924Z] 04:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-08-08T04:20:14.924Z] 04:13:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-08-08T04:20:14.924Z] 04:13:01 ens3 0.22 0.12 0.01 0.01 0.00 0.00 0.00 0.00 [2023-08-08T04:20:14.924Z] 04:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-08-08T04:20:14.924Z] 04:14:01 lo 0.60 0.60 0.06 0.06 0.00 0.00 0.00 0.00 [2023-08-08T04:20:14.924Z] 04:14:01 ens3 217.51 106.61 2924.26 7.48 0.00 0.00 0.00 0.00 [2023-08-08T04:20:14.924Z] 04:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-08-08T04:20:14.924Z] 04:15:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-08-08T04:20:14.924Z] 04:15:01 ens3 0.28 0.23 0.02 0.02 0.00 0.00 0.00 0.00 [2023-08-08T04:20:14.924Z] 04:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-08-08T04:20:14.924Z] 04:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-08-08T04:20:14.924Z] 04:16:01 ens3 0.05 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2023-08-08T04:20:14.924Z] 04:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-08-08T04:20:14.924Z] 04:17:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-08-08T04:20:14.924Z] 04:17:01 ens3 0.15 0.12 0.01 0.01 0.00 0.00 0.00 0.00 [2023-08-08T04:20:14.924Z] 04:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-08-08T04:20:14.924Z] 04:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-08-08T04:20:14.924Z] 04:18:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-08-08T04:20:14.924Z] 04:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-08-08T04:20:14.924Z] 04:19:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-08-08T04:20:14.924Z] 04:19:01 ens3 0.28 0.20 0.08 0.07 0.00 0.00 0.00 0.00 [2023-08-08T04:20:14.924Z] 04:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-08-08T04:20:14.924Z] 04:20:01 lo 0.07 0.07 0.00 0.00 0.00 0.00 0.00 0.00 [2023-08-08T04:20:14.924Z] 04:20:01 ens3 2.27 1.73 2.84 0.72 0.00 0.00 0.00 0.00 [2023-08-08T04:20:14.924Z] Average: docker0 17.71 32.14 1.42 246.18 0.00 0.00 0.00 0.00 [2023-08-08T04:20:14.924Z] Average: lo 0.63 0.63 0.06 0.06 0.00 0.00 0.00 0.00 [2023-08-08T04:20:14.924Z] Average: ens3 81.95 45.15 1155.20 7.20 0.00 0.00 0.00 0.00 [2023-08-08T04:20:14.924Z] [2023-08-08T04:20:14.924Z] [2023-08-08T04:20:14.924Z] ---> sar -P ALL: [2023-08-08T04:20:14.924Z] Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-3095) 08/08/23 _x86_64_ (8 CPU) [2023-08-08T04:20:14.924Z] [2023-08-08T04:20:14.924Z] 04:08:09 LINUX RESTART (8 CPU) [2023-08-08T04:20:14.924Z] [2023-08-08T04:20:14.924Z] 04:09:01 CPU %user %nice %system %iowait %steal %idle [2023-08-08T04:20:14.924Z] 04:10:01 all 14.67 0.00 4.89 3.15 0.08 77.21 [2023-08-08T04:20:14.924Z] 04:10:01 0 14.69 0.00 4.30 0.71 0.07 80.24 [2023-08-08T04:20:14.924Z] 04:10:01 1 14.01 0.00 4.56 0.56 0.07 80.80 [2023-08-08T04:20:14.924Z] 04:10:01 2 13.48 0.00 6.23 1.23 0.07 78.99 [2023-08-08T04:20:14.924Z] 04:10:01 3 13.92 0.00 4.81 0.59 0.07 80.62 [2023-08-08T04:20:14.924Z] 04:10:01 4 16.49 0.00 4.45 0.27 0.08 78.71 [2023-08-08T04:20:14.924Z] 04:10:01 5 14.26 0.00 4.65 4.01 0.07 77.01 [2023-08-08T04:20:14.924Z] 04:10:01 6 15.12 0.00 5.82 17.42 0.08 61.56 [2023-08-08T04:20:14.924Z] 04:10:01 7 15.39 0.00 4.33 0.54 0.10 79.65 [2023-08-08T04:20:14.924Z] 04:11:01 all 33.88 0.00 6.26 1.55 0.08 58.23 [2023-08-08T04:20:14.924Z] 04:11:01 0 33.54 0.00 6.16 0.13 0.08 60.08 [2023-08-08T04:20:14.924Z] 04:11:01 1 31.47 0.00 6.14 3.69 0.08 58.61 [2023-08-08T04:20:14.924Z] 04:11:01 2 34.08 0.00 6.93 7.15 0.08 51.77 [2023-08-08T04:20:14.924Z] 04:11:01 3 33.35 0.00 5.77 0.12 0.07 60.70 [2023-08-08T04:20:14.924Z] 04:11:01 4 35.41 0.00 6.26 0.10 0.07 58.16 [2023-08-08T04:20:14.924Z] 04:11:01 5 35.15 0.00 6.46 0.39 0.07 57.93 [2023-08-08T04:20:14.924Z] 04:11:01 6 33.64 0.00 6.15 0.34 0.08 59.79 [2023-08-08T04:20:14.924Z] 04:11:01 7 34.39 0.00 6.22 0.54 0.12 58.74 [2023-08-08T04:20:14.924Z] 04:12:01 all 1.20 0.00 0.55 0.50 0.03 97.73 [2023-08-08T04:20:14.924Z] 04:12:01 0 1.47 0.00 0.40 0.00 0.02 98.12 [2023-08-08T04:20:14.924Z] 04:12:01 1 0.95 0.00 0.48 0.42 0.00 98.15 [2023-08-08T04:20:14.924Z] 04:12:01 2 1.54 0.00 0.45 0.28 0.03 97.69 [2023-08-08T04:20:14.924Z] 04:12:01 3 1.17 0.00 0.69 3.29 0.05 94.80 [2023-08-08T04:20:14.924Z] 04:12:01 4 1.14 0.00 0.35 0.00 0.02 98.50 [2023-08-08T04:20:14.924Z] 04:12:01 5 1.39 0.00 0.32 0.00 0.03 98.26 [2023-08-08T04:20:14.924Z] 04:12:01 6 0.99 0.00 0.57 0.00 0.03 98.41 [2023-08-08T04:20:14.924Z] 04:12:01 7 0.95 0.00 1.17 0.00 0.02 97.87 [2023-08-08T04:20:14.924Z] 04:13:01 all 0.01 0.00 0.01 0.00 0.00 99.97 [2023-08-08T04:20:14.924Z] 04:13:01 0 0.02 0.00 0.00 0.00 0.00 99.98 [2023-08-08T04:20:14.924Z] 04:13:01 1 0.00 0.00 0.00 0.02 0.00 99.98 [2023-08-08T04:20:14.924Z] 04:13:01 2 0.00 0.00 0.02 0.00 0.00 99.98 [2023-08-08T04:20:14.924Z] 04:13:01 3 0.03 0.00 0.02 0.02 0.00 99.93 [2023-08-08T04:20:14.924Z] 04:13:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2023-08-08T04:20:14.924Z] 04:13:01 5 0.02 0.00 0.03 0.00 0.02 99.93 [2023-08-08T04:20:14.924Z] 04:13:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2023-08-08T04:20:14.924Z] 04:13:01 7 0.00 0.00 0.00 0.00 0.02 99.98 [2023-08-08T04:20:14.924Z] 04:14:01 all 2.28 0.00 1.43 0.52 0.03 95.74 [2023-08-08T04:20:14.924Z] 04:14:01 0 1.27 0.00 2.50 0.72 0.03 95.48 [2023-08-08T04:20:14.924Z] 04:14:01 1 1.77 0.00 0.92 1.37 0.02 95.92 [2023-08-08T04:20:14.924Z] 04:14:01 2 3.47 0.00 1.20 0.35 0.05 94.93 [2023-08-08T04:20:14.924Z] 04:14:01 3 3.33 0.00 1.15 0.47 0.03 95.02 [2023-08-08T04:20:14.924Z] 04:14:01 4 3.09 0.00 2.94 1.05 0.02 92.91 [2023-08-08T04:20:14.924Z] 04:14:01 5 1.59 0.00 0.67 0.10 0.03 97.61 [2023-08-08T04:20:14.924Z] 04:14:01 6 1.77 0.00 0.95 0.03 0.02 97.23 [2023-08-08T04:20:14.924Z] 04:14:01 7 1.98 0.00 1.09 0.05 0.02 96.87 [2023-08-08T04:20:14.924Z] 04:15:01 all 0.32 0.00 0.05 0.01 0.01 99.60 [2023-08-08T04:20:14.924Z] 04:15:01 0 0.05 0.00 0.03 0.00 0.03 99.88 [2023-08-08T04:20:14.924Z] 04:15:01 1 0.03 0.00 0.03 0.07 0.02 99.85 [2023-08-08T04:20:14.924Z] 04:15:01 2 1.99 0.00 0.03 0.00 0.00 97.98 [2023-08-08T04:20:14.924Z] 04:15:01 3 0.13 0.00 0.05 0.02 0.02 99.78 [2023-08-08T04:20:14.924Z] 04:15:01 4 0.18 0.00 0.08 0.00 0.02 99.72 [2023-08-08T04:20:14.924Z] 04:15:01 5 0.10 0.00 0.05 0.02 0.00 99.83 [2023-08-08T04:20:14.924Z] 04:15:01 6 0.03 0.00 0.05 0.00 0.02 99.90 [2023-08-08T04:20:14.924Z] 04:15:01 7 0.02 0.00 0.03 0.02 0.02 99.92 [2023-08-08T04:20:14.924Z] 04:16:01 all 0.25 0.00 0.02 0.01 0.00 99.72 [2023-08-08T04:20:14.924Z] 04:16:01 0 0.07 0.00 0.05 0.02 0.03 99.83 [2023-08-08T04:20:14.924Z] 04:16:01 1 0.00 0.00 0.00 0.05 0.00 99.95 [2023-08-08T04:20:14.924Z] 04:16:01 2 1.81 0.00 0.08 0.00 0.00 98.11 [2023-08-08T04:20:14.924Z] 04:16:01 3 0.03 0.00 0.00 0.00 0.00 99.97 [2023-08-08T04:20:14.924Z] 04:16:01 4 0.02 0.00 0.00 0.00 0.00 99.98 [2023-08-08T04:20:14.924Z] 04:16:01 5 0.02 0.00 0.00 0.00 0.00 99.98 [2023-08-08T04:20:14.924Z] 04:16:01 6 0.03 0.00 0.00 0.00 0.00 99.97 [2023-08-08T04:20:14.924Z] 04:16:01 7 0.02 0.00 0.00 0.00 0.00 99.98 [2023-08-08T04:20:14.924Z] 04:17:01 all 0.02 0.00 0.02 0.01 0.01 99.95 [2023-08-08T04:20:14.924Z] 04:17:01 0 0.10 0.00 0.07 0.02 0.02 99.80 [2023-08-08T04:20:14.924Z] 04:17:01 1 0.02 0.00 0.00 0.03 0.00 99.95 [2023-08-08T04:20:14.924Z] 04:17:01 2 0.00 0.00 0.02 0.00 0.00 99.98 [2023-08-08T04:20:14.924Z] 04:17:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2023-08-08T04:20:14.924Z] 04:17:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2023-08-08T04:20:14.924Z] 04:17:01 5 0.02 0.00 0.02 0.00 0.02 99.95 [2023-08-08T04:20:14.924Z] 04:17:01 6 0.00 0.00 0.02 0.00 0.02 99.97 [2023-08-08T04:20:14.924Z] 04:17:01 7 0.00 0.00 0.02 0.00 0.00 99.98 [2023-08-08T04:20:14.924Z] 04:18:01 all 0.03 0.00 0.01 0.00 0.01 99.95 [2023-08-08T04:20:14.924Z] 04:18:01 0 0.05 0.00 0.03 0.00 0.03 99.88 [2023-08-08T04:20:14.924Z] 04:18:01 1 0.00 0.00 0.00 0.02 0.00 99.98 [2023-08-08T04:20:14.924Z] 04:18:01 2 0.02 0.00 0.00 0.00 0.00 99.98 [2023-08-08T04:20:14.924Z] 04:18:01 3 0.10 0.00 0.02 0.00 0.02 99.87 [2023-08-08T04:20:14.924Z] 04:18:01 4 0.02 0.00 0.00 0.00 0.02 99.97 [2023-08-08T04:20:14.924Z] 04:18:01 5 0.02 0.00 0.00 0.00 0.00 99.98 [2023-08-08T04:20:14.924Z] 04:18:01 6 0.02 0.00 0.00 0.00 0.00 99.98 [2023-08-08T04:20:14.924Z] 04:18:01 7 0.02 0.00 0.00 0.00 0.00 99.98 [2023-08-08T04:20:14.924Z] 04:19:01 all 0.05 0.00 0.01 0.01 0.01 99.93 [2023-08-08T04:20:14.924Z] 04:19:01 0 0.03 0.00 0.00 0.02 0.02 99.93 [2023-08-08T04:20:14.924Z] 04:19:01 1 0.00 0.00 0.00 0.05 0.00 99.95 [2023-08-08T04:20:14.924Z] 04:19:01 2 0.02 0.00 0.03 0.00 0.02 99.93 [2023-08-08T04:20:14.924Z] 04:19:01 3 0.25 0.00 0.00 0.00 0.02 99.73 [2023-08-08T04:20:14.924Z] 04:19:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2023-08-08T04:20:14.924Z] 04:19:01 5 0.08 0.00 0.00 0.00 0.02 99.90 [2023-08-08T04:20:14.924Z] 04:19:01 6 0.00 0.00 0.02 0.00 0.02 99.97 [2023-08-08T04:20:14.924Z] 04:19:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2023-08-08T04:20:14.924Z] 04:20:01 all 0.05 0.00 0.04 0.00 0.01 99.90 [2023-08-08T04:20:14.924Z] 04:20:01 0 0.05 0.00 0.07 0.00 0.03 99.85 [2023-08-08T04:20:14.924Z] 04:20:01 1 0.02 0.00 0.03 0.02 0.02 99.92 [2023-08-08T04:20:14.924Z] 04:20:01 2 0.05 0.00 0.00 0.00 0.00 99.95 [2023-08-08T04:20:14.924Z] 04:20:01 3 0.05 0.00 0.02 0.00 0.00 99.93 [2023-08-08T04:20:14.924Z] 04:20:01 4 0.02 0.00 0.03 0.00 0.00 99.95 [2023-08-08T04:20:14.924Z] 04:20:01 5 0.13 0.00 0.08 0.02 0.00 99.77 [2023-08-08T04:20:14.924Z] 04:20:01 6 0.03 0.00 0.02 0.00 0.00 99.95 [2023-08-08T04:20:14.924Z] 04:20:01 7 0.07 0.00 0.03 0.00 0.00 99.90 [2023-08-08T04:20:14.924Z] [2023-08-08T04:20:14.924Z] Average: CPU %user %nice %system %iowait %steal %idle [2023-08-08T04:20:14.924Z] Average: all 4.76 0.00 1.20 0.52 0.02 93.49 [2023-08-08T04:20:14.924Z] Average: 0 4.65 0.00 1.23 0.15 0.03 93.94 [2023-08-08T04:20:14.924Z] Average: 1 4.35 0.00 1.10 0.57 0.02 93.96 [2023-08-08T04:20:14.924Z] Average: 2 5.08 0.00 1.35 0.81 0.02 92.74 [2023-08-08T04:20:14.924Z] Average: 3 4.73 0.00 1.13 0.41 0.02 93.70 [2023-08-08T04:20:14.924Z] Average: 4 5.09 0.00 1.28 0.13 0.02 93.48 [2023-08-08T04:20:14.924Z] Average: 5 4.76 0.00 1.11 0.41 0.02 93.70 [2023-08-08T04:20:14.924Z] Average: 6 4.65 0.00 1.22 1.60 0.02 92.50 [2023-08-08T04:20:14.924Z] Average: 7 4.76 0.00 1.16 0.10 0.03 93.94 [2023-08-08T04:20:14.924Z] [2023-08-08T04:20:14.924Z] [2023-08-08T04:20:14.924Z]