Pull request #224 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 04d3159039878f9a4b0467ac0faab460dc658315+a96d24b1846f601a5cabef5dd86be8ade2ea54c6 (00d5ed6e4bb0c447b0577e6cd1a23eb2f90ebda1) 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-ssh12877858537890211989.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 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-ssh7552912536808402956.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 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 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-224/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-224/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh7751444108515196645.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-224/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh11034055447134380450.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 # timeout=10 Commit message: "fix: bug with isLTS relying on env.GIT_BRANCH inside cd-management repo (#429)" > 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-ssh17729973691230639829.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-224/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-224/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh18408970807138762216.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 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 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-11035 in /w/workspace/foundry_device-usb-camera_PR-224 [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-224 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-usb-camera.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-usb-camera.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-usb-camera.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-usb-camera.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-usb-camera.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-usb-camera.git +refs/pull/224/head:refs/remotes/origin/PR-224 +refs/heads/main:refs/remotes/origin/main # timeout=10 Merging remotes/origin/main commit a96d24b1846f601a5cabef5dd86be8ade2ea54c6 into PR head commit 04d3159039878f9a4b0467ac0faab460dc658315 Merge succeeded, producing 04d3159039878f9a4b0467ac0faab460dc658315 Checking out Revision 04d3159039878f9a4b0467ac0faab460dc658315 (PR-224) Commit message: "build(deps): Bump github.com/edgexfoundry/device-sdk-go/v3" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 18:01:50 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 18:01:50 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 18:01:50 ========================================================= 18:01:50 EdgeX Global Pipelines Version Info 18:01:50 ========================================================= > git config core.sparsecheckout # timeout=10 > git checkout -f 04d3159039878f9a4b0467ac0faab460dc658315 # 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 a96d24b1846f601a5cabef5dd86be8ade2ea54c6 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 04d3159039878f9a4b0467ac0faab460dc658315 # timeout=10 [Pipeline] libraryResource [Pipeline] sh 18:01:51 ------------------- 18:01:51 stable info: 18:01:51 ------------------- 18:01:51 Commited By: Bill Mahoney bill.mahoney@intel.com 18:01:51 Commit SHA: 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 18:01:51 Message: update stable to v1.0.248 18:01:52 ------------------- 18:01:52 experimental info: 18:01:52 ------------------- 18:01:52 Commited By: **** collab-it+edgex@linuxfoundation.org 18:01:52 Commit SHA: 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 18:01:52 Message: update experimental to v1.0.248 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 18:01:52 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-usb-camera-settings [Pipeline] echo 18:01:52 [edgeXSetupEnvironment]: set envvar PROJECT = device-usb-camera [Pipeline] echo 18:01:52 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 18:01:52 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 18:01:52 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 18:01:52 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.20 [Pipeline] echo 18:01:52 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 18:01:52 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 18:01:52 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 18:01:52 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 18:01:52 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 18:01:52 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-usb-camera [Pipeline] echo 18:01:52 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 18:01:52 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 18:01:52 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 18:01:53 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 18:01:53 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 18:01:53 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 18:01:53 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 18:01:53 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 18:01:53 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 18:01:53 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 18:01:53 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 18:01:53 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 18:01:53 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 18:01:53 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 18:01:53 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 18:01:53 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-224 [Pipeline] echo 18:01:53 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-224 [Pipeline] echo 18:01:53 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-224 [Pipeline] echo 18:01:53 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 04d3159039878f9a4b0467ac0faab460dc658315 [Pipeline] echo 18:01:53 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 04d3159 [Pipeline] echo 18:01:53 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 18:01:53 provisioning config files... 18:01:53 copy managed file [device-usb-camera-settings] to file:/w/workspace/foundry_device-usb-camera_PR-224@tmp/config10350955626889928804tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 18:01:54 ---> docker-login.sh 18:01:54 nexus3.edgexfoundry.org:10001 18:01:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:01:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:01:54 Configure a credential helper to remove this warning. See 18:01:54 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:01:54 18:01:54 Login Succeeded 18:01:54 nexus3.edgexfoundry.org:10002 18:01:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:01:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:01:54 Configure a credential helper to remove this warning. See 18:01:54 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:01:54 18:01:54 Login Succeeded 18:01:54 nexus3.edgexfoundry.org:10003 18:01:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:01:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:01:54 Configure a credential helper to remove this warning. See 18:01:54 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:01:54 18:01:54 Login Succeeded 18:01:54 nexus3.edgexfoundry.org:10004 18:01:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:01:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:01:54 Configure a credential helper to remove this warning. See 18:01:54 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:01:54 18:01:54 Login Succeeded 18:01:54 docker.io 18:01:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:01:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:01:55 Configure a credential helper to remove this warning. See 18:01:55 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:01:55 18:01:55 Login Succeeded 18:01:55 ---> docker-login.sh ends [Pipeline] } 18:01:55 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 18:01:55 + git rev-list -1 --merges 04d3159039878f9a4b0467ac0faab460dc658315~1..04d3159039878f9a4b0467ac0faab460dc658315 [Pipeline] echo 18:01:55 -----------> git rev-list -1 --merges 04d3159039878f9a4b0467ac0faab460dc658315~1..04d3159039878f9a4b0467ac0faab460dc658315 04d3159039878f9a4b0467ac0faab460dc658315 [false] [Pipeline] sh 18:01:56 + git log --format=format:%s -1 04d3159039878f9a4b0467ac0faab460dc658315 [Pipeline] echo 18:01:56 ========================================================= 18:01:56 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 18:01:56 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 18:01:56 + git log --format=format:%s -1 04d3159039878f9a4b0467ac0faab460dc658315 [Pipeline] echo 18:01:56 [semverPrep] GIT_COMMIT: 04d3159039878f9a4b0467ac0faab460dc658315, Commit Message: build(deps): Bump github.com/edgexfoundry/device-sdk-go/v3 [Pipeline] echo 18:01:56 [semverPrep] This is not a build commit. [Pipeline] sh 18:01:56 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 18:01:56 + grep -v github /etc/ssh/ssh_known_hosts 18:01:56 + [ -e /tmp/ssh_known_hosts ] 18:01:56 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 18:01:56 + + sudo tee -a /etc/ssh/ssh_known_hosts 18:01:56 echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 18:01:56 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:01:57 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 18:01:57 18:01:57 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:01:57 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 18:01:57 0.1.4: Pulling from edgex-devops/py-git-semver 18:01:57 b85a868b505f: Pulling fs layer 18:01:57 e2be974225ed: Pulling fs layer 18:01:57 339a4e72a1f5: Pulling fs layer 18:01:57 988bab9f4d93: Pulling fs layer 18:01:57 1469e6f7b9e6: Pulling fs layer 18:01:57 eaf3925da568: Pulling fs layer 18:01:57 bab4dde63d76: Pulling fs layer 18:01:57 bde34c3a00c8: Pulling fs layer 18:01:57 b352a97aabf1: Pulling fs layer 18:01:57 bab4dde63d76: Waiting 18:01:57 1469e6f7b9e6: Waiting 18:01:57 eaf3925da568: Waiting 18:01:57 bde34c3a00c8: Waiting 18:01:57 b352a97aabf1: Waiting 18:01:57 988bab9f4d93: Waiting 18:01:57 4872d77fe225: Pulling fs layer 18:01:57 5851b861e8e6: Pulling fs layer 18:01:57 5851b861e8e6: Waiting 18:01:57 e2be974225ed: Download complete 18:01:57 988bab9f4d93: Verifying Checksum 18:01:57 988bab9f4d93: Download complete 18:01:57 1469e6f7b9e6: Verifying Checksum 18:01:57 1469e6f7b9e6: Download complete 18:01:57 eaf3925da568: Verifying Checksum 18:01:57 eaf3925da568: Download complete 18:01:58 339a4e72a1f5: Verifying Checksum 18:01:58 339a4e72a1f5: Download complete 18:01:58 bde34c3a00c8: Verifying Checksum 18:01:58 bde34c3a00c8: Download complete 18:01:58 b352a97aabf1: Download complete 18:01:58 4872d77fe225: Download complete 18:01:58 5851b861e8e6: Verifying Checksum 18:01:58 5851b861e8e6: Download complete 18:01:58 b85a868b505f: Download complete 18:01:58 bab4dde63d76: Verifying Checksum 18:01:58 bab4dde63d76: Download complete 18:01:59 b85a868b505f: Pull complete 18:01:59 e2be974225ed: Pull complete 18:02:00 339a4e72a1f5: Pull complete 18:02:00 988bab9f4d93: Pull complete 18:02:00 1469e6f7b9e6: Pull complete 18:02:00 eaf3925da568: Pull complete 18:02:02 bab4dde63d76: Pull complete 18:02:02 bde34c3a00c8: Pull complete 18:02:02 b352a97aabf1: Pull complete 18:02:02 4872d77fe225: Pull complete 18:02:02 5851b861e8e6: Pull complete 18:02:02 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 18:02:02 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 18:02:02 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 18:02:03 prd-ubuntu20.04-docker-8c-8g-11035 does not seem to be running inside a container 18:02:03 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/foundry_device-usb-camera_PR-224 -v /w/workspace/foundry_device-usb-camera_PR-224:/w/workspace/foundry_device-usb-camera_PR-224:rw,z -v /w/workspace/foundry_device-usb-camera_PR-224@tmp:/w/workspace/foundry_device-usb-camera_PR-224@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 18:02:05 $ docker top c53c49c4f33f48a04097e1dc0a9037a88c15758d72cd5bf439060afe6453c52b -eo pid,comm 18:02:05 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). 18:02:05 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 18:02:05 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:02:05 [ssh-agent] Looking for ssh-agent implementation... 18:02:05 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:02:05 $ docker exec c53c49c4f33f48a04097e1dc0a9037a88c15758d72cd5bf439060afe6453c52b ssh-agent 18:02:05 SSH_AUTH_SOCK=/tmp/ssh-rut7W5oZG3jT/agent.32 18:02:05 SSH_AGENT_PID=38 18:02:05 Running ssh-add (command line suppressed) 18:02:05 Identity added: /w/workspace/foundry_device-usb-camera_PR-224@tmp/private_key_1896719372581219379.key (/w/workspace/foundry_device-usb-camera_PR-224@tmp/private_key_1896719372581219379.key) 18:02:05 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:02:06 + git tag --points-at HEAD [Pipeline] } 18:02:06 $ docker exec --env ******** --env ******** c53c49c4f33f48a04097e1dc0a9037a88c15758d72cd5bf439060afe6453c52b ssh-agent -k 18:02:06 unset SSH_AUTH_SOCK; 18:02:06 unset SSH_AGENT_PID; 18:02:06 echo Agent pid 38 killed; 18:02:06 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 18:02:06 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:02:06 [ssh-agent] Looking for ssh-agent implementation... 18:02:06 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:02:06 $ docker exec c53c49c4f33f48a04097e1dc0a9037a88c15758d72cd5bf439060afe6453c52b ssh-agent 18:02:06 SSH_AUTH_SOCK=/tmp/ssh-yWrwOdlfTKI7/agent.71 18:02:06 SSH_AGENT_PID=77 18:02:06 Running ssh-add (command line suppressed) 18:02:06 Identity added: /w/workspace/foundry_device-usb-camera_PR-224@tmp/private_key_8591861839949947901.key (/w/workspace/foundry_device-usb-camera_PR-224@tmp/private_key_8591861839949947901.key) 18:02:06 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:02:07 + git semver init 18:02:07 2023-04-26 18:02:07,266 [run_init] DEBUG init version:0.0.0 force:False 18:02:07 2023-04-26 18:02:07,267 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/foundry_device-usb-camera_PR-224/.semver 18:02:07 2023-04-26 18:02:07,267 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-usb-camera.git /w/workspace/foundry_device-usb-camera_PR-224/.semver 18:02:07 2023-04-26 18:02:07,267 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/device-usb-camera.git', '/w/workspace/foundry_device-usb-camera_PR-224/.semver'], cwd=/w/workspace/foundry_device-usb-camera_PR-224, universal_newlines=False, shell=None, istream=None) 18:02:08 2023-04-26 18:02:07,950 [append_file] DEBUG append to file:/w/workspace/foundry_device-usb-camera_PR-224/.git/info/exclude 18:02:08 2023-04-26 18:02:07,950 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/foundry_device-usb-camera_PR-224/.semver/PR-224 with force:False 18:02:08 2023-04-26 18:02:07,950 [write_file] DEBUG write to file:/w/workspace/foundry_device-usb-camera_PR-224/.semver/PR-224 18:02:08 2023-04-26 18:02:07,954 [execute] INFO git cat-file --batch-check 18:02:08 2023-04-26 18:02:07,955 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/foundry_device-usb-camera_PR-224/.semver, universal_newlines=False, shell=None, istream=) 18:02:08 2023-04-26 18:02:07,961 [execute] INFO git cat-file --batch 18:02:08 2023-04-26 18:02:07,962 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/foundry_device-usb-camera_PR-224/.semver, universal_newlines=False, shell=None, istream=) 18:02:08 2023-04-26 18:02:07,966 [read_version] DEBUG read version from /w/workspace/foundry_device-usb-camera_PR-224/.semver/PR-224 18:02:08 0.0.0 [Pipeline] } 18:02:08 $ docker exec --env ******** --env ******** c53c49c4f33f48a04097e1dc0a9037a88c15758d72cd5bf439060afe6453c52b ssh-agent -k 18:02:08 unset SSH_AUTH_SOCK; 18:02:08 unset SSH_AGENT_PID; 18:02:08 echo Agent pid 77 killed; 18:02:08 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 18:02:08 + git semver [Pipeline] } 18:02:09 $ docker stop --time=1 c53c49c4f33f48a04097e1dc0a9037a88c15758d72cd5bf439060afe6453c52b 18:02:10 $ docker rm -f --volumes c53c49c4f33f48a04097e1dc0a9037a88c15758d72cd5bf439060afe6453c52b [Pipeline] // withDockerContainer [Pipeline] sh 18:02:10 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 18:02:11 Stashed 1 file(s) [Pipeline] echo 18:02:11 [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 18:02:11 provisioning config files... 18:02:11 copy managed file [device-usb-camera-settings] to file:/w/workspace/foundry_device-usb-camera_PR-224@tmp/config3128333949721590184tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 18:02:12 ---> docker-login.sh 18:02:12 nexus3.edgexfoundry.org:10001 18:02:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:02:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:02:12 Configure a credential helper to remove this warning. See 18:02:12 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:02:12 18:02:12 Login Succeeded 18:02:12 nexus3.edgexfoundry.org:10002 18:02:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:02:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:02:12 Configure a credential helper to remove this warning. See 18:02:12 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:02:12 18:02:12 Login Succeeded 18:02:12 nexus3.edgexfoundry.org:10003 18:02:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:02:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:02:12 Configure a credential helper to remove this warning. See 18:02:12 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:02:12 18:02:12 Login Succeeded 18:02:12 nexus3.edgexfoundry.org:10004 18:02:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:02:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:02:12 Configure a credential helper to remove this warning. See 18:02:12 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:02:12 18:02:12 Login Succeeded 18:02:12 docker.io 18:02:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:02:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:02:12 Configure a credential helper to remove this warning. See 18:02:12 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:02:12 18:02:12 Login Succeeded 18:02:12 ---> docker-login.sh ends [Pipeline] } 18:02:12 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 18:02:12 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 18:02:12 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 18:02:12 ========================================================= 18:02:12 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine] 18:02:12 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:02:13 + 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 . 18:02:13 Sending build context to Docker daemon 1.961MB 18:02:13 Step 1/13 : ARG BASE=golang:1.20-alpine3.17 18:02:13 Step 2/13 : FROM ${BASE} AS builder 18:02:13 1.20-alpine: Pulling from edgex-devops/edgex-golang-base 18:02:13 f56be85fc22e: Pulling fs layer 18:02:13 85791d961cd3: Pulling fs layer 18:02:13 d694b5ae8c79: Pulling fs layer 18:02:13 9f32a84ed3da: Pulling fs layer 18:02:13 4d19c01a9841: Pulling fs layer 18:02:13 9325e15d5711: Pulling fs layer 18:02:13 556b6ee489ea: Pulling fs layer 18:02:13 c5a4b2cf53e6: Pulling fs layer 18:02:13 9f32a84ed3da: Waiting 18:02:13 4d19c01a9841: Waiting 18:02:13 9325e15d5711: Waiting 18:02:13 556b6ee489ea: Waiting 18:02:13 c5a4b2cf53e6: Waiting 18:02:13 85791d961cd3: Download complete 18:02:13 9f32a84ed3da: Verifying Checksum 18:02:13 9f32a84ed3da: Download complete 18:02:13 4d19c01a9841: Verifying Checksum 18:02:13 4d19c01a9841: Download complete 18:02:13 f56be85fc22e: Verifying Checksum 18:02:13 f56be85fc22e: Download complete 18:02:13 9325e15d5711: Verifying Checksum 18:02:13 9325e15d5711: Download complete 18:02:13 f56be85fc22e: Pull complete 18:02:13 85791d961cd3: Pull complete 18:02:14 c5a4b2cf53e6: Verifying Checksum 18:02:14 c5a4b2cf53e6: Download complete 18:02:14 d694b5ae8c79: Verifying Checksum 18:02:14 d694b5ae8c79: Download complete 18:02:14 556b6ee489ea: Verifying Checksum 18:02:14 556b6ee489ea: Download complete 18:02:17 d694b5ae8c79: Pull complete 18:02:17 9f32a84ed3da: Pull complete 18:02:17 4d19c01a9841: Pull complete 18:02:17 9325e15d5711: Pull complete 18:02:20 556b6ee489ea: Pull complete 18:02:20 c5a4b2cf53e6: Pull complete 18:02:20 Digest: sha256:cdb650785bd12602035d3ff87499385c169773a4d12d6eaf394b34464d3a0f2b 18:02:20 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine 18:02:20 ---> c4be618373d6 18:02:20 Step 3/13 : ARG ADD_BUILD_TAGS="" 18:02:23 ---> Running in ee98be68a642 18:02:23 Removing intermediate container ee98be68a642 18:02:23 ---> 76efef29097e 18:02:23 Step 4/13 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 18:02:23 ---> Running in 80c57ad2e984 18:02:24 Removing intermediate container 80c57ad2e984 18:02:24 ---> 345d6f226ee4 18:02:24 Step 5/13 : ARG ALPINE_PKG_BASE="make git gcc libc-dev curl" 18:02:24 ---> Running in b67297fd6c1d 18:02:24 Removing intermediate container b67297fd6c1d 18:02:24 ---> 5c548a25962c 18:02:24 Step 6/13 : ARG ALPINE_PKG_EXTRA="v4l-utils-dev v4l-utils v4l-utils-libs linux-headers" 18:02:24 ---> Running in c302ea691bf6 18:02:24 Removing intermediate container c302ea691bf6 18:02:24 ---> 0c95b623df3c 18:02:24 Step 7/13 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 18:02:24 ---> Running in 8b1ee461c989 18:02:24 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 18:02:24 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 18:02:24 (1/14) Installing libintl (0.21.1-r1) 18:02:24 (2/14) Installing eudev-libs (3.2.11-r4) 18:02:24 (3/14) Installing libjpeg-turbo (2.1.4-r0) 18:02:24 (4/14) Installing v4l-utils-libs (1.22.1-r2) 18:02:24 (5/14) Installing v4l-utils (1.22.1-r2) 18:02:24 (6/14) Installing udev-init-scripts (35-r1) 18:02:24 (7/14) Installing libblkid (2.38.1-r1) 18:02:24 (8/14) Installing xz-libs (5.2.9-r0) 18:02:24 (9/14) Installing zstd-libs (1.5.5-r0) 18:02:25 (10/14) Installing kmod-libs (30-r1) 18:02:25 (11/14) Installing eudev (3.2.11-r4) 18:02:25 (12/14) Installing eudev-dev (3.2.11-r4) 18:02:25 (13/14) Installing v4l-utils-dvbv5 (1.22.1-r2) 18:02:25 (14/14) Installing v4l-utils-dev (1.22.1-r2) 18:02:25 Executing busybox-1.35.0-r29.trigger 18:02:25 Executing eudev-3.2.11-r4.trigger 18:02:25 OK: 272 MiB in 67 packages 18:02:25 Removing intermediate container 8b1ee461c989 18:02:25 ---> dfd83c07409a 18:02:25 Step 8/13 : WORKDIR /device-usb-camera 18:02:25 ---> Running in cb13828e5bdf 18:02:25 Removing intermediate container cb13828e5bdf 18:02:25 ---> f6b79514efe1 18:02:25 Step 9/13 : COPY go.mod vendor* ./ 18:02:25 ---> 77d62299767f 18:02:25 Step 10/13 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 18:02:25 ---> Running in 2dd63c47862f 18:02:26 Still waiting to schedule task 18:02:26 All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline 18:02:57 Removing intermediate container 2dd63c47862f 18:02:57 ---> a151cc44d2b1 18:02:57 Step 11/13 : COPY . . 18:02:58 ---> 6cf0a825213c 18:02:58 Step 12/13 : RUN curl -o LICENSE-rtsp-simple-server https://raw.githubusercontent.com/aler9/rtsp-simple-server/main/LICENSE 18:02:58 ---> Running in 95e7a9dbc4c0 18:02:58  % Total % Received % Xferd Average Speed Time Time Time Current 18:02:58 Dload Upload Total Spent Left Speed 18:02:58 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 1062 100 1062 0 0 6808 0 --:--:-- --:--:-- --:--:-- 6851 18:02:59 Removing intermediate container 95e7a9dbc4c0 18:02:59 ---> f7e755c28fe9 18:02:59 Step 13/13 : RUN ${MAKE} 18:02:59 ---> Running in 711bf8a6c872 18:02:59 noop 18:02:59 Removing intermediate container 711bf8a6c872 18:02:59 ---> 079cd7777347 18:02:59 Successfully built 079cd7777347 18:02:59 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:03:00 + docker inspect -f . ci-base-image-x86_64 18:03:00 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 18:03:00 prd-ubuntu20.04-docker-8c-8g-11035 does not seem to be running inside a container 18:03:00 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/foundry_device-usb-camera_PR-224 -v /w/workspace/foundry_device-usb-camera_PR-224:/w/workspace/foundry_device-usb-camera_PR-224:rw,z -v /w/workspace/foundry_device-usb-camera_PR-224@tmp:/w/workspace/foundry_device-usb-camera_PR-224@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 ******** ci-base-image-x86_64 cat 18:03:00 $ docker top 0ac47953da641b9a82255ee240148b90dcbf6de16c9775c616af58c254ff21d2 -eo pid,comm [Pipeline] { [Pipeline] sh 18:03:01 + go version 18:03:01 go version go1.20.2 linux/amd64 [Pipeline] } 18:03:01 $ docker stop --time=1 0ac47953da641b9a82255ee240148b90dcbf6de16c9775c616af58c254ff21d2 18:03:02 $ docker rm -f --volumes 0ac47953da641b9a82255ee240148b90dcbf6de16c9775c616af58c254ff21d2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:03:03 + docker inspect -f . ci-base-image-x86_64 18:03:03 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 18:03:03 prd-ubuntu20.04-docker-8c-8g-11035 does not seem to be running inside a container 18:03:03 $ 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-224 -v /w/workspace/foundry_device-usb-camera_PR-224:/w/workspace/foundry_device-usb-camera_PR-224:rw,z -v /w/workspace/foundry_device-usb-camera_PR-224@tmp:/w/workspace/foundry_device-usb-camera_PR-224@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 ******** ci-base-image-x86_64 cat 18:03:03 $ docker top b26633f4aff53209193d038c4feb1e429bca12e31a294e60aa9f7bca7f5e17b7 -eo pid,comm [Pipeline] { [Pipeline] sh 18:03:04 + git config --global --add safe.directory /w/workspace/foundry_device-usb-camera_PR-224 [Pipeline] fileExists [Pipeline] sh 18:03:04 + make test 18:03:04 go test ./... -coverprofile=coverage.out ./... 18:03:09 ? github.com/edgexfoundry/device-usb-camera [no test files] 18:03:18 ? github.com/edgexfoundry/device-usb-camera/cmd [no test files] 18:03:18 ok github.com/edgexfoundry/device-usb-camera/internal/driver 0.016s coverage: 2.0% of statements 18:03:25 go vet ./... 18:03:27 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 18:03:27 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 18:03:27 ./bin/test-attribution-txt.sh [Pipeline] echo 18:03:27 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 18:03:27 $ docker stop --time=1 b26633f4aff53209193d038c4feb1e429bca12e31a294e60aa9f7bca7f5e17b7 18:03:30 $ docker rm -f --volumes b26633f4aff53209193d038c4feb1e429bca12e31a294e60aa9f7bca7f5e17b7 [Pipeline] // withDockerContainer [Pipeline] sh 18:03:31 + sudo chown -R jenkins:jenkins . [Pipeline] stash 18:03:31 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 18:03:31 + sudo chown -R jenkins:jenkins . [Pipeline] sh 18:03:32 + ls -al . 18:03:32 total 192 18:03:32 drwxrwxr-x 10 jenkins jenkins 4096 Apr 26 18:03 . 18:03:32 drwxrwxr-x 4 jenkins jenkins 4096 Apr 26 18:01 .. 18:03:32 drwxrwxr-x 8 jenkins jenkins 4096 Apr 26 18:02 .git 18:03:32 drwxrwxr-x 3 jenkins jenkins 4096 Apr 26 18:01 .github 18:03:32 -rw-rw-r-- 1 jenkins jenkins 414 Apr 26 18:01 .gitignore 18:03:32 -rw-rw-r-- 1 jenkins jenkins 42 Apr 26 18:01 .golangci.yml 18:03:32 -rw-rw-r-- 1 jenkins jenkins 77 Apr 26 18:01 .hadolint.yml 18:03:32 drwxr-xr-x 3 jenkins jenkins 4096 Apr 26 18:02 .semver 18:03:32 -rw-rw-r-- 1 jenkins jenkins 9665 Apr 26 18:01 Attribution.txt 18:03:32 -rw-rw-r-- 1 jenkins jenkins 6219 Apr 26 18:01 CHANGELOG.md 18:03:32 -rw-rw-r-- 1 jenkins jenkins 2328 Apr 26 18:01 Dockerfile 18:03:32 -rw-rw-r-- 1 jenkins jenkins 678 Apr 26 18:01 GOVERNANCE.md 18:03:32 -rw-rw-r-- 1 jenkins jenkins 659 Apr 26 18:01 Jenkinsfile 18:03:32 -rw-rw-r-- 1 jenkins jenkins 11348 Apr 26 18:01 LICENSE 18:03:32 -rw-rw-r-- 1 jenkins jenkins 2364 Apr 26 18:01 Makefile 18:03:32 -rw-rw-r-- 1 jenkins jenkins 622 Apr 26 18:01 OWNERS.md 18:03:32 -rw-rw-r-- 1 jenkins jenkins 5681 Apr 26 18:01 README.md 18:03:32 -rw-rw-r-- 1 jenkins jenkins 5 Apr 26 18:02 VERSION 18:03:32 drwxrwxr-x 2 jenkins jenkins 4096 Apr 26 18:01 bin 18:03:32 drwxrwxr-x 3 jenkins jenkins 4096 Apr 26 18:01 cmd 18:03:32 -rw-r--r-- 1 jenkins jenkins 28693 Apr 26 18:03 coverage.out 18:03:32 -rwxrwxr-x 1 jenkins jenkins 140 Apr 26 18:01 docker-entrypoint.sh 18:03:32 drwxrwxr-x 4 jenkins jenkins 4096 Apr 26 18:01 docs 18:03:32 -rw-rw-r-- 1 jenkins jenkins 3443 Apr 26 18:01 go.mod 18:03:32 -rw-rw-r-- 1 jenkins jenkins 31603 Apr 26 18:01 go.sum 18:03:32 drwxrwxr-x 3 jenkins jenkins 4096 Apr 26 18:01 internal 18:03:32 drwxrwxr-x 4 jenkins jenkins 4096 Apr 26 18:01 snap 18:03:32 -rw-rw-r-- 1 jenkins jenkins 231 Apr 26 18:01 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:03:32 + 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=04d3159039878f9a4b0467ac0faab460dc658315 --label arch=amd64 --label version=0.0.0 . 18:03:32 Sending build context to Docker daemon 1.991MB 18:03:32 Step 1/35 : ARG BASE=golang:1.20-alpine3.17 18:03:32 Step 2/35 : FROM ${BASE} AS builder 18:03:32 ---> 079cd7777347 18:03:32 Step 3/35 : ARG ADD_BUILD_TAGS="" 18:03:32 ---> Running in dd717311d890 18:03:32 Removing intermediate container dd717311d890 18:03:32 ---> 86c046dc5065 18:03:32 Step 4/35 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 18:03:32 ---> Running in 1af60170b6a5 18:03:32 Removing intermediate container 1af60170b6a5 18:03:32 ---> 5e8eb2626d62 18:03:32 Step 5/35 : ARG ALPINE_PKG_BASE="make git gcc libc-dev curl" 18:03:32 ---> Running in 01b2c1711572 18:03:32 Removing intermediate container 01b2c1711572 18:03:32 ---> 8e32a8b004dc 18:03:32 Step 6/35 : ARG ALPINE_PKG_EXTRA="v4l-utils-dev v4l-utils v4l-utils-libs linux-headers" 18:03:32 ---> Running in eadd851d59e0 18:03:33 Removing intermediate container eadd851d59e0 18:03:33 ---> 8ec462440374 18:03:33 Step 7/35 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 18:03:33 ---> Running in 7909fd2febc5 18:03:33 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 18:03:33 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 18:03:33 OK: 272 MiB in 67 packages 18:03:34 Removing intermediate container 7909fd2febc5 18:03:34 ---> b411b187d1a9 18:03:34 Step 8/35 : WORKDIR /device-usb-camera 18:03:34 ---> Running in ec81affb5769 18:03:34 Removing intermediate container ec81affb5769 18:03:34 ---> 34ce8bc4e517 18:03:34 Step 9/35 : COPY go.mod vendor* ./ 18:03:34 ---> aef6f559402b 18:03:34 Step 10/35 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 18:03:34 ---> Running in 3dc764b29e3a 18:03:35 Removing intermediate container 3dc764b29e3a 18:03:35 ---> 396fcf53f1e4 18:03:35 Step 11/35 : COPY . . 18:03:35 ---> d0e7aea77f94 18:03:35 Step 12/35 : RUN curl -o LICENSE-rtsp-simple-server https://raw.githubusercontent.com/aler9/rtsp-simple-server/main/LICENSE 18:03:35 ---> Running in 0b96c754b1db 18:03:35  % Total % Received % Xferd Average Speed Time Time Time Current 18:03:35 Dload Upload Total Spent Left Speed 18:03:35 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 1062 100 1062 0 0 20285 0 --:--:-- --:--:-- --:--:-- 20423 18:03:35 Removing intermediate container 0b96c754b1db 18:03:35 ---> af0d13dbb8e8 18:03:35 Step 13/35 : RUN ${MAKE} 18:03:35 ---> Running in ae708fe83d67 18:03:36 go build -tags "" -ldflags "-X github.com/edgexfoundry/device-usb-camera.Version=0.0.0" -trimpath -mod=readonly -o cmd/device-usb-camera ./cmd 18:03:58 Removing intermediate container ae708fe83d67 18:03:58 ---> 9a6fb16048d9 18:03:58 Step 14/35 : FROM aler9/rtsp-simple-server:v0.21.6 AS rtsp 18:03:58 v0.21.6: Pulling from aler9/rtsp-simple-server 18:03:58 4acc49c71d14: Pulling fs layer 18:03:58 4acc49c71d14: Download complete 18:03:58 4acc49c71d14: Pull complete 18:03:58 Digest: sha256:f020796eb25ff31728c4633d51d76ece857ae5036a0f706c94a090e7b6047b3f 18:03:58 Status: Downloaded newer image for aler9/rtsp-simple-server:v0.21.6 18:03:58 ---> 01a2bd3e5fff 18:03:58 Step 15/35 : FROM alpine:3.17 18:03:58 3.17: Pulling from library/alpine 18:03:58 f56be85fc22e: Already exists 18:03:58 Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 18:03:58 Status: Downloaded newer image for alpine:3.17 18:03:58 ---> 9ed4aefc74f6 18:03:58 Step 16/35 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel Corporation' 18:03:58 ---> Running in 454598c2670d 18:03:58 Removing intermediate container 454598c2670d 18:03:58 ---> 6355613479b3 18:03:58 Step 17/35 : RUN apk add --update --no-cache dumb-init ffmpeg udev 18:03:58 ---> Running in 339498e50ecc 18:03:58 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 18:03:58 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 18:03:58 (1/86) Installing dumb-init (1.2.5-r2) 18:03:58 (2/86) Installing sdl2 (2.26.5-r0) 18:03:58 (3/86) Installing svt-av1-libs (1.3.0-r0) 18:03:58 (4/86) Installing libxau (1.0.10-r0) 18:03:58 (5/86) Installing libmd (1.0.4-r0) 18:03:58 (6/86) Installing libbsd (0.11.7-r0) 18:03:58 (7/86) Installing libxdmcp (1.1.4-r0) 18:03:58 (8/86) Installing libxcb (1.15-r0) 18:03:58 (9/86) Installing libx11 (1.8.4-r0) 18:03:58 (10/86) Installing aom-libs (3.5.0-r0) 18:03:58 (11/86) Installing alsa-lib (1.2.8-r0) 18:03:58 (12/86) Installing libexpat (2.5.0-r0) 18:03:58 (13/86) Installing brotli-libs (1.0.9-r9) 18:03:58 (14/86) Installing libbz2 (1.0.8-r4) 18:03:58 (15/86) Installing libpng (1.6.38-r0) 18:03:58 (16/86) Installing freetype (2.12.1-r0) 18:03:58 (17/86) Installing fontconfig (2.14.1-r0) 18:03:58 (18/86) Installing fribidi (1.0.12-r0) 18:03:58 (19/86) Installing libffi (3.4.4-r0) 18:03:58 (20/86) Installing libintl (0.21.1-r1) 18:03:58 (21/86) Installing libblkid (2.38.1-r1) 18:03:58 (22/86) Installing libmount (2.38.1-r1) 18:03:58 (23/86) Installing pcre2 (10.42-r0) 18:03:58 (24/86) Installing glib (2.74.6-r0) 18:03:58 (25/86) Installing graphite2 (1.3.14-r2) 18:03:58 (26/86) Installing harfbuzz (5.3.1-r1) 18:03:58 (27/86) Installing libass (0.16.0-r1) 18:03:58 (28/86) Installing libdav1d (1.0.0-r2) 18:03:58 (29/86) Installing hwdata-pci (0.364-r0) 18:03:58 (30/86) Installing libpciaccess (0.17-r0) 18:03:58 (31/86) Installing libdrm (2.4.114-r0) 18:03:58 (32/86) Installing gmp (6.2.1-r2) 18:03:58 (33/86) Installing nettle (3.8.1-r0) 18:03:58 (34/86) Installing p11-kit (0.24.1-r1) 18:03:58 (35/86) Installing libtasn1 (4.19.0-r0) 18:03:58 (36/86) Installing libunistring (1.1-r0) 18:03:58 (37/86) Installing gnutls (3.7.8-r3) 18:03:58 (38/86) Installing ncurses-terminfo-base (6.3_p20221119-r0) 18:03:58 (39/86) Installing ncurses-libs (6.3_p20221119-r0) 18:03:58 (40/86) Installing lame (3.100-r2) 18:03:58 (41/86) Installing opus (1.3.1-r1) 18:03:58 (42/86) Installing libasyncns (0.8-r1) 18:03:58 (43/86) Installing dbus-libs (1.14.4-r0) 18:03:58 (44/86) Installing libltdl (2.4.7-r1) 18:03:58 (45/86) Installing orc (0.4.33-r0) 18:03:58 (46/86) Installing libgcc (12.2.1_git20220924-r4) 18:03:58 (47/86) Installing libogg (1.3.5-r2) 18:03:58 (48/86) Installing libstdc++ (12.2.1_git20220924-r4) 18:03:58 (49/86) Installing flac-libs (1.4.2-r0) 18:03:58 (50/86) Installing libvorbis (1.3.7-r0) 18:03:58 (51/86) Installing libsndfile (1.1.0-r2) 18:03:58 (52/86) Installing libgomp (12.2.1_git20220924-r4) 18:03:58 (53/86) Installing soxr (0.1.3-r3) 18:03:58 (54/86) Installing speexdsp (1.2.1-r0) 18:03:58 (55/86) Installing tdb-libs (1.4.6-r0) 18:03:58 (56/86) Installing libpulse (16.1-r6) 18:03:58 (57/86) Installing cjson (1.7.15-r3) 18:03:58 (58/86) Installing mbedtls (2.28.3-r0) 18:03:58 (59/86) Installing librist (0.2.7-r0) 18:03:58 (60/86) Installing libsrt (1.5.1-r0) 18:03:58 (61/86) Installing libssh (0.10.4-r0) 18:03:58 (62/86) Installing libtheora (1.1.1-r16) 18:03:59 (63/86) Installing libjpeg-turbo (2.1.4-r0) 18:03:59 (64/86) Installing v4l-utils-libs (1.22.1-r2) 18:03:59 (65/86) Installing libxext (1.3.5-r0) 18:03:59 (66/86) Installing libxfixes (6.0.0-r0) 18:03:59 (67/86) Installing wayland-libs-client (1.21.0-r1) 18:03:59 (68/86) Installing libva (2.16.0-r0) 18:03:59 (69/86) Installing libvdpau (1.5-r0) 18:03:59 (70/86) Installing vidstab (1.1.0-r2) 18:03:59 (71/86) Installing libvpx (1.12.0-r1) 18:03:59 (72/86) Installing libwebp (1.2.4-r1) 18:03:59 (73/86) Installing x264-libs (0.164_git20220602-r0) 18:03:59 (74/86) Installing numactl (2.0.16-r1) 18:03:59 (75/86) Installing x265-libs (3.5-r3) 18:03:59 (76/86) Installing xvidcore (1.3.7-r1) 18:03:59 (77/86) Installing libsodium (1.0.18-r2) 18:03:59 (78/86) Installing libzmq (4.3.4-r1) 18:03:59 (79/86) Installing ffmpeg-libs (5.1.3-r0) 18:03:59 (80/86) Installing ffmpeg (5.1.3-r0) 18:03:59 (81/86) Installing udev-init-scripts (35-r1) 18:03:59 (82/86) Installing eudev-libs (3.2.11-r4) 18:03:59 (83/86) Installing xz-libs (5.2.9-r0) 18:03:59 (84/86) Installing zstd-libs (1.5.5-r0) 18:03:59 (85/86) Installing kmod-libs (30-r1) 18:03:59 (86/86) Installing eudev (3.2.11-r4) 18:03:59 Executing busybox-1.35.0-r29.trigger 18:03:59 Executing eudev-3.2.11-r4.trigger 18:03:59 OK: 112 MiB in 101 packages 18:04:02 Running on prd-ubuntu20.04-docker-arm64-4c-16g-11037 in /w/workspace/foundry_device-usb-camera_PR-224 [Pipeline] { [Pipeline] ws 18:04:02 Running in /w/workspace/device-usb-camera/1 [Pipeline] { [Pipeline] checkout 18:04:02 Selected Git installation does not exist. Using Default 18:04:02 The recommended git tool is: NONE 18:04:02 Removing intermediate container 339498e50ecc 18:04:02 ---> 0ddc0230d4b8 18:04:02 Step 18/35 : WORKDIR / 18:04:02 ---> Running in 4d19c10904cf 18:04:02 Removing intermediate container 4d19c10904cf 18:04:02 ---> 66d935445936 18:04:02 Step 19/35 : COPY --from=builder /device-usb-camera/cmd / 18:04:02 ---> 33a7aeaabdd5 18:04:02 Step 20/35 : COPY --from=builder /device-usb-camera/LICENSE / 18:04:02 ---> 52fb67cf67de 18:04:02 Step 21/35 : COPY --from=builder /device-usb-camera/LICENSE-rtsp-simple-server / 18:04:02 ---> 5a169f8863d9 18:04:02 Step 22/35 : COPY --from=builder /device-usb-camera/Attribution.txt / 18:04:03 ---> 16a6aeb235ca 18:04:03 Step 23/35 : COPY --from=builder /device-usb-camera/docker-entrypoint.sh / 18:04:03 ---> 32f0eab51bf0 18:04:03 Step 24/35 : COPY --from=rtsp /rtsp-simple-server.yml / 18:04:03 ---> 3e86c3ca61bf 18:04:03 Step 25/35 : COPY --from=rtsp /rtsp-simple-server / 18:04:04 ---> 90dd784db296 18:04:04 Step 26/35 : RUN sed -i 's/rtmpDisable: no/rtmpDisable: yes/g' rtsp-simple-server.yml 18:04:04 ---> Running in a05a3964ad94 18:04:04 Removing intermediate container a05a3964ad94 18:04:04 ---> 8e2f05b9355e 18:04:04 Step 27/35 : RUN sed -i 's/hlsDisable: no/hlsDisable: yes/g' rtsp-simple-server.yml 18:04:04 ---> Running in 10d255d6ca75 18:04:04 Removing intermediate container 10d255d6ca75 18:04:04 ---> bd9799568db7 18:04:04 Step 28/35 : RUN sed -i 's/protocols: \[udp, multicast, tcp\]/protocols: \[tcp\]/g' rtsp-simple-server.yml 18:04:04 ---> Running in da843dd158c0 18:04:05 Removing intermediate container da843dd158c0 18:04:05 ---> b52f2fed9ebd 18:04:05 Step 29/35 : EXPOSE 59983 18:04:05 ---> Running in 0a2c852a22e4 18:04:05 Removing intermediate container 0a2c852a22e4 18:04:05 ---> adb1335d31ad 18:04:05 Step 30/35 : EXPOSE 8554 18:04:05 ---> Running in 347238ef9dc4 18:04:05 Removing intermediate container 347238ef9dc4 18:04:05 ---> e1abddb809eb 18:04:05 Step 31/35 : ENTRYPOINT ["/docker-entrypoint.sh"] 18:04:05 ---> Running in 091436e7d7a7 18:04:05 Removing intermediate container 091436e7d7a7 18:04:05 ---> e25e370cb090 18:04:05 Step 32/35 : CMD [ "--configProvider=consul.http://edgex-core-consul:8500", "--registry" ] 18:04:05 ---> Running in 5b9e4d27ea0b 18:04:06 Removing intermediate container 5b9e4d27ea0b 18:04:06 ---> 115d1ab3cf09 18:04:06 Step 33/35 : LABEL arch=amd64 18:04:06 ---> Running in 29d44798aa17 18:04:06 Removing intermediate container 29d44798aa17 18:04:06 ---> 77158f3989e6 18:04:06 Step 34/35 : LABEL git_sha=04d3159039878f9a4b0467ac0faab460dc658315 18:04:06 ---> Running in 636bc0a811d6 18:04:06 Removing intermediate container 636bc0a811d6 18:04:06 ---> 66f82011d393 18:04:06 Step 35/35 : LABEL version=0.0.0 18:04:06 ---> Running in 17910138087c 18:04:06 Removing intermediate container 17910138087c 18:04:06 ---> c43adb7d5d46 18:04:06 [Warning] One or more build-args [ARCH] were not consumed 18:04:06 Successfully built c43adb7d5d46 18:04:06 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 18:04:07 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 18:04:07 18:04:07 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:04:07 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 18:04:07 latest: Pulling from edgex-lftools-log-publisher 18:04:07 5eb5b503b376: Pulling fs layer 18:04:07 5c69ac0246d0: Pulling fs layer 18:04:07 ec43610c2a17: Pulling fs layer 18:04:07 3a2ae6a8a46f: Pulling fs layer 18:04:07 33b1e0a273af: Pulling fs layer 18:04:07 5d3b04190fa2: Pulling fs layer 18:04:07 2f39f015ded8: Pulling fs layer 18:04:07 3a2ae6a8a46f: Waiting 18:04:07 33b1e0a273af: Waiting 18:04:07 2f39f015ded8: Waiting 18:04:07 5d3b04190fa2: Waiting 18:04:07 5c69ac0246d0: Verifying Checksum 18:04:07 5c69ac0246d0: Download complete 18:04:07 3a2ae6a8a46f: Verifying Checksum 18:04:07 3a2ae6a8a46f: Download complete 18:04:07 33b1e0a273af: Verifying Checksum 18:04:07 33b1e0a273af: Download complete 18:04:07 ec43610c2a17: Verifying Checksum 18:04:07 ec43610c2a17: Download complete 18:04:07 5d3b04190fa2: Verifying Checksum 18:04:07 5d3b04190fa2: Download complete 18:04:07 5eb5b503b376: Download complete 18:04:08 2f39f015ded8: Download complete 18:04:08 using credential edgex-jenkins-ssh 18:04:08 Cloning the remote Git repository 18:04:08 Cloning repository git@github.com:edgexfoundry/device-usb-camera.git 18:04:08 5eb5b503b376: Pull complete 18:04:08 5c69ac0246d0: Pull complete 18:04:09 ec43610c2a17: Pull complete 18:04:09 3a2ae6a8a46f: Pull complete 18:04:09 33b1e0a273af: Pull complete 18:04:09 5d3b04190fa2: Pull complete 18:04:08 > git init /w/workspace/device-usb-camera/1 # timeout=10 18:04:09 Fetching upstream changes from git@github.com:edgexfoundry/device-usb-camera.git 18:04:09 > git --version # timeout=10 18:04:09 > git --version # 'git version 2.25.1' 18:04:09 using GIT_SSH to set credentials SSH Credentials for GitHub 18:04:09 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-usb-camera.git +refs/heads/*:refs/remotes/origin/* # timeout=10 18:04:09 > git config remote.origin.url git@github.com:edgexfoundry/device-usb-camera.git # timeout=10 18:04:10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 18:04:10 > git config remote.origin.url git@github.com:edgexfoundry/device-usb-camera.git # timeout=10 18:04:10 Fetching upstream changes from git@github.com:edgexfoundry/device-usb-camera.git 18:04:10 using GIT_SSH to set credentials SSH Credentials for GitHub 18:04:10 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-usb-camera.git +refs/pull/224/head:refs/remotes/origin/PR-224 +refs/heads/main:refs/remotes/origin/main # timeout=10 18:04:11 Merging remotes/origin/main commit a96d24b1846f601a5cabef5dd86be8ade2ea54c6 into PR head commit 04d3159039878f9a4b0467ac0faab460dc658315 18:04:11 Merge succeeded, producing 04d3159039878f9a4b0467ac0faab460dc658315 18:04:11 Checking out Revision 04d3159039878f9a4b0467ac0faab460dc658315 (PR-224) 18:04:12 Commit message: "build(deps): Bump github.com/edgexfoundry/device-sdk-go/v3" 18:04:12 > git --version # timeout=10 18:04:12 > git --version # 'git version 2.25.1' 18:04:12 fatal: bad object 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 18:04:11 > git config core.sparsecheckout # timeout=10 18:04:11 > git checkout -f 04d3159039878f9a4b0467ac0faab460dc658315 # timeout=10 18:04:11 > git remote # timeout=10 18:04:11 > git config --get remote.origin.url # timeout=10 18:04:11 using GIT_SSH to set credentials SSH Credentials for GitHub 18:04:11 > git merge a96d24b1846f601a5cabef5dd86be8ade2ea54c6 # timeout=10 18:04:11 > git rev-parse HEAD^{commit} # timeout=10 18:04:11 > git config core.sparsecheckout # timeout=10 18:04:11 > git checkout -f 04d3159039878f9a4b0467ac0faab460dc658315 # timeout=10 18:04:12 18:04:12 GitHub has been notified of this commit’s build result 18:04:12 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 18:04:13 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 18:04:13 % Total % Received % Xferd Average Speed Time Time Time Current 18:04:13 Dload Upload Total Spent Left Speed 18:04:13 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 89795 0 --:--:-- --:--:-- --:--:-- 89795 [Pipeline] sh 18:04:13 2f39f015ded8: Pull complete 18:04:13 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 18:04:13 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 18:04:13 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 18:04:14 prd-ubuntu20.04-docker-8c-8g-11035 does not seem to be running inside a container 18:04:14 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json 18:04:14 $ 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-224 -v /w/workspace/foundry_device-usb-camera_PR-224:/w/workspace/foundry_device-usb-camera_PR-224:rw,z -v /w/workspace/foundry_device-usb-camera_PR-224@tmp:/w/workspace/foundry_device-usb-camera_PR-224@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 18:04:17 $ docker top 1efb3d3deadaef42c3ab8d71b90edeb7116f3663251670bdf8b58851ee57a276 -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] libraryResource [Pipeline] sh 18:04:18 + sudo tee /etc/docker/daemon.new 18:04:18 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 18:04:18 { 18:04:18 "registry-mirrors": [ 18:04:18 "https://nexus3.edgexfoundry.org:10001" 18:04:18 ], 18:04:18 "bip": "10.250.0.254/24", 18:04:18 "hosts": [ 18:04:18 "tcp://0.0.0.0:5555", 18:04:18 "unix:///var/run/docker.sock" 18:04:18 ], 18:04:18 "mtu": 1458, 18:04:18 "selinux-enabled": true, 18:04:18 "seccomp-profile": "/etc/docker/seccomp.json" 18:04:18 } [Pipeline] sh 18:04:18 ---> job-cost.sh 18:04:18 lf-activate-venv: SKIPPING 18:04:18 INFO: No Stack... 18:04:18 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 18:04:18 INFO: Retrieving Pricing Info for: v3-standard-8 18:04:18 + sudo service docker restart 18:04:19 INFO: Archiving Costs [Pipeline] sh 18:04:19 + cat /w/workspace/foundry_device-usb-camera_PR-224/archives/cost.csv 18:04:19 + cut -d, -f6 [Pipeline] lock 18:04:19 Trying to acquire lock on [jenkins-edgexfoundry-device-usb-camera-PR-224-1-stack-cost] 18:04:19 Resource [jenkins-edgexfoundry-device-usb-camera-PR-224-1-stack-cost] did not exist. Created. 18:04:19 Lock acquired on [jenkins-edgexfoundry-device-usb-camera-PR-224-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 18:04:19 + echo total: 0.2199999988079071 [Pipeline] stash 18:04:19 Stashed 1 file(s) [Pipeline] } 18:04:19 Lock released on resource [jenkins-edgexfoundry-device-usb-camera-PR-224-1-stack-cost] [Pipeline] // lock [Pipeline] } 18:04:20 $ docker stop --time=1 1efb3d3deadaef42c3ab8d71b90edeb7116f3663251670bdf8b58851ee57a276 18:04:21 $ docker rm -f --volumes 1efb3d3deadaef42c3ab8d71b90edeb7116f3663251670bdf8b58851ee57a276 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 18:04:37 provisioning config files... 18:04:37 copy managed file [device-usb-camera-settings] to file:/w/workspace/device-usb-camera/1@tmp/config1611338416724448679tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 18:04:37 ---> docker-login.sh 18:04:37 nexus3.edgexfoundry.org:10001 18:04:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:04:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:04:38 Configure a credential helper to remove this warning. See 18:04:38 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:04:38 18:04:38 Login Succeeded 18:04:38 nexus3.edgexfoundry.org:10002 18:04:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:04:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:04:38 Configure a credential helper to remove this warning. See 18:04:38 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:04:38 18:04:38 Login Succeeded 18:04:38 nexus3.edgexfoundry.org:10003 18:04:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:04:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:04:39 Configure a credential helper to remove this warning. See 18:04:39 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:04:39 18:04:39 Login Succeeded 18:04:39 nexus3.edgexfoundry.org:10004 18:04:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:04:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:04:39 Configure a credential helper to remove this warning. See 18:04:39 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:04:39 18:04:39 Login Succeeded 18:04:39 docker.io 18:04:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:04:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:04:40 Configure a credential helper to remove this warning. See 18:04:40 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:04:40 18:04:40 Login Succeeded 18:04:40 ---> docker-login.sh ends [Pipeline] } 18:04:40 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 18:04:40 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 18:04:40 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 18:04:40 ========================================================= 18:04:40 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine] 18:04:40 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:04:41 + 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 . 18:04:41 Sending build context to Docker daemon 1.245MB 18:04:41 Step 1/13 : ARG BASE=golang:1.20-alpine3.17 18:04:41 Step 2/13 : FROM ${BASE} AS builder 18:04:41 1.20-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 18:04:41 c41833b44d91: Pulling fs layer 18:04:41 ed15518f5707: Pulling fs layer 18:04:41 feae8fd75edb: Pulling fs layer 18:04:41 242c74f7c9fa: Pulling fs layer 18:04:41 3cdef696dda3: Pulling fs layer 18:04:41 2ced38df9373: Pulling fs layer 18:04:41 58f1dce35555: Pulling fs layer 18:04:41 3cdef696dda3: Waiting 18:04:41 2ced38df9373: Waiting 18:04:41 242c74f7c9fa: Waiting 18:04:41 ed15518f5707: Download complete 18:04:41 242c74f7c9fa: Verifying Checksum 18:04:41 242c74f7c9fa: Download complete 18:04:41 3cdef696dda3: Verifying Checksum 18:04:41 3cdef696dda3: Download complete 18:04:41 c41833b44d91: Verifying Checksum 18:04:41 c41833b44d91: Download complete 18:04:42 c41833b44d91: Pull complete 18:04:43 58f1dce35555: Verifying Checksum 18:04:43 58f1dce35555: Download complete 18:04:43 ed15518f5707: Pull complete 18:04:44 feae8fd75edb: Verifying Checksum 18:04:44 feae8fd75edb: Download complete 18:04:44 2ced38df9373: Verifying Checksum 18:04:44 2ced38df9373: Download complete 18:04:59 feae8fd75edb: Pull complete 18:04:59 242c74f7c9fa: Pull complete 18:04:59 3cdef696dda3: Pull complete 18:05:04 2ced38df9373: Pull complete 18:05:07 58f1dce35555: Pull complete 18:05:07 Digest: sha256:3b55595e96c696ae732e8cb20cde5b1ff7282a1fe1423a8de67617af8d15ea1e 18:05:07 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine 18:05:07 ---> fadd8f120f05 18:05:07 Step 3/13 : ARG ADD_BUILD_TAGS="" 18:05:09 ---> Running in 6f8f604f586d 18:05:09 Removing intermediate container 6f8f604f586d 18:05:09 ---> 3a8c01bd21fd 18:05:09 Step 4/13 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 18:05:09 ---> Running in 4fadeb896d9e 18:05:10 Removing intermediate container 4fadeb896d9e 18:05:10 ---> 21a0a945e990 18:05:10 Step 5/13 : ARG ALPINE_PKG_BASE="make git gcc libc-dev curl" 18:05:10 ---> Running in 2bce549fece0 18:05:10 Removing intermediate container 2bce549fece0 18:05:10 ---> eacecacd000a 18:05:10 Step 6/13 : ARG ALPINE_PKG_EXTRA="v4l-utils-dev v4l-utils v4l-utils-libs linux-headers" 18:05:10 ---> Running in c98b45c3c75b 18:05:11 Removing intermediate container c98b45c3c75b 18:05:11 ---> 4ff53f2e545d 18:05:11 Step 7/13 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 18:05:11 ---> Running in 9ac059e62a16 18:05:12 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 18:05:13 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 18:05:14 (1/14) Installing libintl (0.21.1-r1) 18:05:14 (2/14) Installing eudev-libs (3.2.11-r4) 18:05:14 (3/14) Installing libjpeg-turbo (2.1.4-r0) 18:05:14 (4/14) Installing v4l-utils-libs (1.22.1-r2) 18:05:14 (5/14) Installing v4l-utils (1.22.1-r2) 18:05:14 (6/14) Installing udev-init-scripts (35-r1) 18:05:14 (7/14) Installing libblkid (2.38.1-r1) 18:05:14 (8/14) Installing xz-libs (5.2.9-r0) 18:05:14 (9/14) Installing zstd-libs (1.5.5-r0) 18:05:14 (10/14) Installing kmod-libs (30-r1) 18:05:14 (11/14) Installing eudev (3.2.11-r4) 18:05:14 (12/14) Installing eudev-dev (3.2.11-r4) 18:05:14 (13/14) Installing v4l-utils-dvbv5 (1.22.1-r2) 18:05:14 (14/14) Installing v4l-utils-dev (1.22.1-r2) 18:05:15 Executing busybox-1.35.0-r29.trigger 18:05:15 Executing eudev-3.2.11-r4.trigger 18:05:15 OK: 271 MiB in 67 packages 18:05:16 Removing intermediate container 9ac059e62a16 18:05:16 ---> 36f4667de03f 18:05:16 Step 8/13 : WORKDIR /device-usb-camera 18:05:16 ---> Running in 0d2f55201288 18:05:16 Removing intermediate container 0d2f55201288 18:05:16 ---> f2752edf2c03 18:05:16 Step 9/13 : COPY go.mod vendor* ./ 18:05:17 ---> be80c02cf6de 18:05:17 Step 10/13 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 18:05:17 ---> Running in 2b97ce7edc27 18:06:25 Removing intermediate container 2b97ce7edc27 18:06:25 ---> 38ce44a8daba 18:06:25 Step 11/13 : COPY . . 18:06:25 ---> f83c1387b0da 18:06:25 Step 12/13 : RUN curl -o LICENSE-rtsp-simple-server https://raw.githubusercontent.com/aler9/rtsp-simple-server/main/LICENSE 18:06:25 ---> Running in 9ec3028b6ced 18:06:25  % Total % Received % Xferd Average Speed Time Time Time Current 18:06:25 Dload Upload Total Spent Left Speed 18:06:25 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 1062 100 1062 0 0 4095 0 --:--:-- --:--:-- --:--:-- 4116 18:06:25 Removing intermediate container 9ec3028b6ced 18:06:25 ---> 73c26b3ab6da 18:06:25 Step 13/13 : RUN ${MAKE} 18:06:25 ---> Running in 1aa2a5c60856 18:06:25 noop 18:06:25 Removing intermediate container 1aa2a5c60856 18:06:25 ---> dd48bc281b5f 18:06:25 Successfully built dd48bc281b5f 18:06:25 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:06:25 + docker inspect -f . ci-base-image-arm64 18:06:25 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 18:06:25 prd-ubuntu20.04-docker-arm64-4c-16g-11037 does not seem to be running inside a container 18:06:26 $ 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 ******** ci-base-image-arm64 cat 18:06:27 $ docker top 80853ce72f2ddf21366e7fe9d04b51fc14d94e9e4f880e616ba3efdf3c97e848 -eo pid,comm [Pipeline] { [Pipeline] sh 18:06:28 + go version 18:06:28 go version go1.20.2 linux/arm64 [Pipeline] } 18:06:28 $ docker stop --time=1 80853ce72f2ddf21366e7fe9d04b51fc14d94e9e4f880e616ba3efdf3c97e848 18:06:29 $ docker rm -f --volumes 80853ce72f2ddf21366e7fe9d04b51fc14d94e9e4f880e616ba3efdf3c97e848 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:06:30 + docker inspect -f . ci-base-image-arm64 18:06:30 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 18:06:30 prd-ubuntu20.04-docker-arm64-4c-16g-11037 does not seem to be running inside a container 18:06:31 $ 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 ******** ci-base-image-arm64 cat 18:06:32 $ docker top dd09551547ec8228148e02e187ac6131ff5c9d7c28c4a27e809bca3b61423211 -eo pid,comm [Pipeline] { [Pipeline] sh 18:06:33 + git config --global --add safe.directory /w/workspace/device-usb-camera/1 [Pipeline] fileExists [Pipeline] sh 18:06:33 + make test 18:06:33 go test ./... -coverprofile=coverage.out ./... 18:07:12 ? github.com/edgexfoundry/device-usb-camera [no test files] 18:09:19 ? github.com/edgexfoundry/device-usb-camera/cmd [no test files] 18:09:23 ok github.com/edgexfoundry/device-usb-camera/internal/driver 0.063s coverage: 2.0% of statements 18:09:24 WARNING: Linting skipped (not on x86_64 or linter not installed) 18:09:24 go vet ./... 18:09:56 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 18:09:56 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 18:09:56 ./bin/test-attribution-txt.sh [Pipeline] echo 18:09:56 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 18:09:56 $ docker stop --time=1 dd09551547ec8228148e02e187ac6131ff5c9d7c28c4a27e809bca3b61423211 18:09:58 $ docker rm -f --volumes dd09551547ec8228148e02e187ac6131ff5c9d7c28c4a27e809bca3b61423211 [Pipeline] // withDockerContainer [Pipeline] sh 18:09:59 + sudo chown -R jenkins:jenkins . [Pipeline] stash 18:09:59 Warning: overwriting stash ‘coverage-report’ 18:10:00 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 18:10:00 + sudo chown -R jenkins:jenkins . [Pipeline] sh 18:10:01 + ls -al . 18:10:01 total 188 18:10:01 drwxrwxr-x 9 jenkins jenkins 4096 Apr 26 18:06 . 18:10:01 drwxrwxr-x 4 jenkins jenkins 4096 Apr 26 18:04 .. 18:10:01 drwxrwxr-x 8 jenkins jenkins 4096 Apr 26 18:04 .git 18:10:01 drwxrwxr-x 3 jenkins jenkins 4096 Apr 26 18:04 .github 18:10:01 -rw-rw-r-- 1 jenkins jenkins 414 Apr 26 18:04 .gitignore 18:10:01 -rw-rw-r-- 1 jenkins jenkins 42 Apr 26 18:04 .golangci.yml 18:10:01 -rw-rw-r-- 1 jenkins jenkins 77 Apr 26 18:04 .hadolint.yml 18:10:01 -rw-rw-r-- 1 jenkins jenkins 9665 Apr 26 18:04 Attribution.txt 18:10:01 -rw-rw-r-- 1 jenkins jenkins 6219 Apr 26 18:04 CHANGELOG.md 18:10:01 -rw-rw-r-- 1 jenkins jenkins 2328 Apr 26 18:04 Dockerfile 18:10:01 -rw-rw-r-- 1 jenkins jenkins 678 Apr 26 18:04 GOVERNANCE.md 18:10:01 -rw-rw-r-- 1 jenkins jenkins 659 Apr 26 18:04 Jenkinsfile 18:10:01 -rw-rw-r-- 1 jenkins jenkins 11348 Apr 26 18:04 LICENSE 18:10:01 -rw-rw-r-- 1 jenkins jenkins 2364 Apr 26 18:04 Makefile 18:10:01 -rw-rw-r-- 1 jenkins jenkins 622 Apr 26 18:04 OWNERS.md 18:10:01 -rw-rw-r-- 1 jenkins jenkins 5681 Apr 26 18:04 README.md 18:10:01 -rw-rw-r-- 1 jenkins jenkins 5 Apr 26 18:02 VERSION 18:10:01 drwxrwxr-x 2 jenkins jenkins 4096 Apr 26 18:04 bin 18:10:01 drwxrwxr-x 3 jenkins jenkins 4096 Apr 26 18:04 cmd 18:10:01 -rw-r--r-- 1 jenkins jenkins 28693 Apr 26 18:09 coverage.out 18:10:01 -rwxrwxr-x 1 jenkins jenkins 140 Apr 26 18:04 docker-entrypoint.sh 18:10:01 drwxrwxr-x 4 jenkins jenkins 4096 Apr 26 18:04 docs 18:10:01 -rw-rw-r-- 1 jenkins jenkins 3443 Apr 26 18:04 go.mod 18:10:01 -rw-rw-r-- 1 jenkins jenkins 31603 Apr 26 18:04 go.sum 18:10:01 drwxrwxr-x 3 jenkins jenkins 4096 Apr 26 18:04 internal 18:10:01 drwxrwxr-x 4 jenkins jenkins 4096 Apr 26 18:04 snap 18:10:01 -rw-rw-r-- 1 jenkins jenkins 231 Apr 26 18:04 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:10:01 + 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=04d3159039878f9a4b0467ac0faab460dc658315 --label arch=arm64 --label version=0.0.0 . 18:10:01 Sending build context to Docker daemon 1.275MB 18:10:01 Step 1/35 : ARG BASE=golang:1.20-alpine3.17 18:10:01 Step 2/35 : FROM ${BASE} AS builder 18:10:01 ---> dd48bc281b5f 18:10:01 Step 3/35 : ARG ADD_BUILD_TAGS="" 18:10:02 ---> Running in 84cf2a9e70e5 18:10:02 Removing intermediate container 84cf2a9e70e5 18:10:02 ---> 33d24615cd71 18:10:02 Step 4/35 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 18:10:02 ---> Running in 76ec36211562 18:10:02 Removing intermediate container 76ec36211562 18:10:02 ---> d70433cd79e6 18:10:02 Step 5/35 : ARG ALPINE_PKG_BASE="make git gcc libc-dev curl" 18:10:03 ---> Running in 2b9d4d9d7da6 18:10:03 Removing intermediate container 2b9d4d9d7da6 18:10:03 ---> ae1fda62bbcc 18:10:03 Step 6/35 : ARG ALPINE_PKG_EXTRA="v4l-utils-dev v4l-utils v4l-utils-libs linux-headers" 18:10:03 ---> Running in c12bccd7969e 18:10:03 Removing intermediate container c12bccd7969e 18:10:03 ---> c11aa29f375e 18:10:03 Step 7/35 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 18:10:03 ---> Running in cc776e707bea 18:10:04 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 18:10:05 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 18:10:06 OK: 271 MiB in 67 packages 18:10:07 Removing intermediate container cc776e707bea 18:10:07 ---> d9d6d40f7356 18:10:07 Step 8/35 : WORKDIR /device-usb-camera 18:10:07 ---> Running in e62fddbdbabb 18:10:07 Removing intermediate container e62fddbdbabb 18:10:07 ---> c30a5a8c3388 18:10:07 Step 9/35 : COPY go.mod vendor* ./ 18:10:08 ---> 2c22eb31c6ff 18:10:08 Step 10/35 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 18:10:08 ---> Running in 07d21271b389 18:10:10 Removing intermediate container 07d21271b389 18:10:10 ---> 1cf59cbb999a 18:10:10 Step 11/35 : COPY . . 18:10:11 ---> 7e711231b0ea 18:10:11 Step 12/35 : RUN curl -o LICENSE-rtsp-simple-server https://raw.githubusercontent.com/aler9/rtsp-simple-server/main/LICENSE 18:10:11 ---> Running in 30e2e7b28a94 18:10:12  % Total % Received % Xferd Average Speed Time Time Time Current 18:10:12 Dload Upload Total Spent Left Speed 18:10:13 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 1062 100 1062 0  0 2939 0 --:--:-- --:--:-- --:--:-- 2941 100 1062 100 1062 0 0 2933 0 --:--:-- --:--:-- --:--:-- 2933 18:10:13 Removing intermediate container 30e2e7b28a94 18:10:13 ---> 9a3a12924769 18:10:13 Step 13/35 : RUN ${MAKE} 18:10:14 ---> Running in da14dee28fe7 18:10:14 go build -tags "" -ldflags "-X github.com/edgexfoundry/device-usb-camera.Version=0.0.0" -trimpath -mod=readonly -o cmd/device-usb-camera ./cmd 18:12:51 Removing intermediate container da14dee28fe7 18:12:51 ---> b6be69d405d1 18:12:51 Step 14/35 : FROM aler9/rtsp-simple-server:v0.21.6 AS rtsp 18:12:51 v0.21.6: Pulling from aler9/rtsp-simple-server 18:12:51 8766b47fe142: Pulling fs layer 18:12:51 8766b47fe142: Verifying Checksum 18:12:51 8766b47fe142: Download complete 18:12:51 8766b47fe142: Pull complete 18:12:51 Digest: sha256:f020796eb25ff31728c4633d51d76ece857ae5036a0f706c94a090e7b6047b3f 18:12:51 Status: Downloaded newer image for aler9/rtsp-simple-server:v0.21.6 18:12:52 ---> 69d40e2cb93c 18:12:52 Step 15/35 : FROM alpine:3.17 18:12:52 3.17: Pulling from library/alpine 18:12:52 c41833b44d91: Already exists 18:12:52 Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 18:12:52 Status: Downloaded newer image for alpine:3.17 18:12:52 ---> 51e60588ff2c 18:12:52 Step 16/35 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel Corporation' 18:12:53 ---> Running in 53bf72a0f553 18:12:53 Removing intermediate container 53bf72a0f553 18:12:53 ---> 3f9e0b526497 18:12:53 Step 17/35 : RUN apk add --update --no-cache dumb-init ffmpeg udev 18:12:53 ---> Running in 32a680030c84 18:12:54 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 18:12:54 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 18:12:56 (1/83) Installing dumb-init (1.2.5-r2) 18:12:56 (2/83) Installing sdl2 (2.26.5-r0) 18:12:56 (3/83) Installing libxau (1.0.10-r0) 18:12:56 (4/83) Installing libmd (1.0.4-r0) 18:12:56 (5/83) Installing libbsd (0.11.7-r0) 18:12:56 (6/83) Installing libxdmcp (1.1.4-r0) 18:12:56 (7/83) Installing libxcb (1.15-r0) 18:12:56 (8/83) Installing libx11 (1.8.4-r0) 18:12:56 (9/83) Installing aom-libs (3.5.0-r0) 18:12:56 (10/83) Installing alsa-lib (1.2.8-r0) 18:12:56 (11/83) Installing libexpat (2.5.0-r0) 18:12:56 (12/83) Installing brotli-libs (1.0.9-r9) 18:12:56 (13/83) Installing libbz2 (1.0.8-r4) 18:12:56 (14/83) Installing libpng (1.6.38-r0) 18:12:56 (15/83) Installing freetype (2.12.1-r0) 18:12:56 (16/83) Installing fontconfig (2.14.1-r0) 18:12:56 (17/83) Installing fribidi (1.0.12-r0) 18:12:56 (18/83) Installing libffi (3.4.4-r0) 18:12:56 (19/83) Installing libintl (0.21.1-r1) 18:12:56 (20/83) Installing libblkid (2.38.1-r1) 18:12:56 (21/83) Installing libmount (2.38.1-r1) 18:12:56 (22/83) Installing pcre2 (10.42-r0) 18:12:56 (23/83) Installing glib (2.74.6-r0) 18:12:56 (24/83) Installing graphite2 (1.3.14-r2) 18:12:56 (25/83) Installing harfbuzz (5.3.1-r1) 18:12:57 (26/83) Installing libass (0.16.0-r1) 18:12:57 (27/83) Installing libdav1d (1.0.0-r2) 18:12:57 (28/83) Installing libdrm (2.4.114-r0) 18:12:57 (29/83) Installing gmp (6.2.1-r2) 18:12:57 (30/83) Installing nettle (3.8.1-r0) 18:12:57 (31/83) Installing p11-kit (0.24.1-r1) 18:12:57 (32/83) Installing libtasn1 (4.19.0-r0) 18:12:57 (33/83) Installing libunistring (1.1-r0) 18:12:57 (34/83) Installing gnutls (3.7.8-r3) 18:12:57 (35/83) Installing ncurses-terminfo-base (6.3_p20221119-r0) 18:12:57 (36/83) Installing ncurses-libs (6.3_p20221119-r0) 18:12:57 (37/83) Installing lame (3.100-r2) 18:12:57 (38/83) Installing opus (1.3.1-r1) 18:12:57 (39/83) Installing libasyncns (0.8-r1) 18:12:57 (40/83) Installing dbus-libs (1.14.4-r0) 18:12:57 (41/83) Installing libltdl (2.4.7-r1) 18:12:57 (42/83) Installing orc (0.4.33-r0) 18:12:57 (43/83) Installing libgcc (12.2.1_git20220924-r4) 18:12:57 (44/83) Installing libogg (1.3.5-r2) 18:12:57 (45/83) Installing libstdc++ (12.2.1_git20220924-r4) 18:12:57 (46/83) Installing flac-libs (1.4.2-r0) 18:12:57 (47/83) Installing libvorbis (1.3.7-r0) 18:12:57 (48/83) Installing libsndfile (1.1.0-r2) 18:12:57 (49/83) Installing libgomp (12.2.1_git20220924-r4) 18:12:57 (50/83) Installing soxr (0.1.3-r3) 18:12:57 (51/83) Installing speexdsp (1.2.1-r0) 18:12:57 (52/83) Installing tdb-libs (1.4.6-r0) 18:12:57 (53/83) Installing libpulse (16.1-r6) 18:12:57 (54/83) Installing cjson (1.7.15-r3) 18:12:57 (55/83) Installing mbedtls (2.28.3-r0) 18:12:57 (56/83) Installing librist (0.2.7-r0) 18:12:57 (57/83) Installing libsrt (1.5.1-r0) 18:12:57 (58/83) Installing libssh (0.10.4-r0) 18:12:57 (59/83) Installing libtheora (1.1.1-r16) 18:12:57 (60/83) Installing libjpeg-turbo (2.1.4-r0) 18:12:57 (61/83) Installing v4l-utils-libs (1.22.1-r2) 18:12:57 (62/83) Installing libxext (1.3.5-r0) 18:12:57 (63/83) Installing libxfixes (6.0.0-r0) 18:12:57 (64/83) Installing wayland-libs-client (1.21.0-r1) 18:12:57 (65/83) Installing libva (2.16.0-r0) 18:12:57 (66/83) Installing libvdpau (1.5-r0) 18:12:57 (67/83) Installing vidstab (1.1.0-r2) 18:12:57 (68/83) Installing libvpx (1.12.0-r1) 18:12:57 (69/83) Installing libwebp (1.2.4-r1) 18:12:57 (70/83) Installing x264-libs (0.164_git20220602-r0) 18:12:57 (71/83) Installing numactl (2.0.16-r1) 18:12:57 (72/83) Installing x265-libs (3.5-r3) 18:12:58 (73/83) Installing xvidcore (1.3.7-r1) 18:12:58 (74/83) Installing libsodium (1.0.18-r2) 18:12:58 (75/83) Installing libzmq (4.3.4-r1) 18:12:58 (76/83) Installing ffmpeg-libs (5.1.3-r0) 18:12:58 (77/83) Installing ffmpeg (5.1.3-r0) 18:12:58 (78/83) Installing udev-init-scripts (35-r1) 18:12:58 (79/83) Installing eudev-libs (3.2.11-r4) 18:12:58 (80/83) Installing xz-libs (5.2.9-r0) 18:12:58 (81/83) Installing zstd-libs (1.5.5-r0) 18:12:58 (82/83) Installing kmod-libs (30-r1) 18:12:58 (83/83) Installing eudev (3.2.11-r4) 18:12:58 Executing busybox-1.35.0-r29.trigger 18:12:58 Executing eudev-3.2.11-r4.trigger 18:12:58 OK: 86 MiB in 98 packages 18:13:02 Removing intermediate container 32a680030c84 18:13:02 ---> 0a705d5ba2c8 18:13:02 Step 18/35 : WORKDIR / 18:13:02 ---> Running in e6bc525c5cd8 18:13:02 Removing intermediate container e6bc525c5cd8 18:13:02 ---> 1cdcb50c1734 18:13:02 Step 19/35 : COPY --from=builder /device-usb-camera/cmd / 18:13:03 ---> 989992676b6e 18:13:03 Step 20/35 : COPY --from=builder /device-usb-camera/LICENSE / 18:13:04 ---> 3cbc66d1257f 18:13:04 Step 21/35 : COPY --from=builder /device-usb-camera/LICENSE-rtsp-simple-server / 18:13:04 ---> 4804be525f22 18:13:04 Step 22/35 : COPY --from=builder /device-usb-camera/Attribution.txt / 18:13:05 ---> 6b06bb2ee5f7 18:13:05 Step 23/35 : COPY --from=builder /device-usb-camera/docker-entrypoint.sh / 18:13:05 ---> f42ae8d277bf 18:13:05 Step 24/35 : COPY --from=rtsp /rtsp-simple-server.yml / 18:13:06 ---> 50d97e0e3b83 18:13:06 Step 25/35 : COPY --from=rtsp /rtsp-simple-server / 18:13:07 ---> ef0f80273199 18:13:07 Step 26/35 : RUN sed -i 's/rtmpDisable: no/rtmpDisable: yes/g' rtsp-simple-server.yml 18:13:07 ---> Running in 5a56ad32d018 18:13:10 Removing intermediate container 5a56ad32d018 18:13:10 ---> 3186da7e061a 18:13:10 Step 27/35 : RUN sed -i 's/hlsDisable: no/hlsDisable: yes/g' rtsp-simple-server.yml 18:13:10 ---> Running in 764702d8dd81 18:13:11 Removing intermediate container 764702d8dd81 18:13:11 ---> a0ef1a3a607e 18:13:11 Step 28/35 : RUN sed -i 's/protocols: \[udp, multicast, tcp\]/protocols: \[tcp\]/g' rtsp-simple-server.yml 18:13:11 ---> Running in 7e0fdf66a273 18:13:13 Removing intermediate container 7e0fdf66a273 18:13:13 ---> fb6cebb57ddd 18:13:13 Step 29/35 : EXPOSE 59983 18:13:13 ---> Running in 53da44d5fd49 18:13:13 Removing intermediate container 53da44d5fd49 18:13:13 ---> a6283b68f591 18:13:13 Step 30/35 : EXPOSE 8554 18:13:13 ---> Running in abbf221dca38 18:13:13 Removing intermediate container abbf221dca38 18:13:13 ---> 3ca380c78e1a 18:13:13 Step 31/35 : ENTRYPOINT ["/docker-entrypoint.sh"] 18:13:14 ---> Running in 1796c6f2521f 18:13:14 Removing intermediate container 1796c6f2521f 18:13:14 ---> d404061817fe 18:13:14 Step 32/35 : CMD [ "--configProvider=consul.http://edgex-core-consul:8500", "--registry" ] 18:13:14 ---> Running in b4bfbfe3fd0e 18:13:14 Removing intermediate container b4bfbfe3fd0e 18:13:14 ---> dcb4ffc6e702 18:13:14 Step 33/35 : LABEL arch=arm64 18:13:14 ---> Running in bfc26be22cf0 18:13:15 Removing intermediate container bfc26be22cf0 18:13:15 ---> 2f939bd55de6 18:13:15 Step 34/35 : LABEL git_sha=04d3159039878f9a4b0467ac0faab460dc658315 18:13:15 ---> Running in 5934da41ef8c 18:13:15 Removing intermediate container 5934da41ef8c 18:13:15 ---> dcb6e2692136 18:13:15 Step 35/35 : LABEL version=0.0.0 18:13:15 ---> Running in ec3e20c42e95 18:13:15 Removing intermediate container ec3e20c42e95 18:13:15 ---> 9c206cbfc69e 18:13:15 [Warning] One or more build-args [ARCH] were not consumed 18:13:15 Successfully built 9c206cbfc69e 18:13:16 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 18:13:16 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 18:13:16 18:13:16 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:13:17 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 18:13:17 arm64: Pulling from edgex-lftools-log-publisher 18:13:17 8998bd30e6a1: Pulling fs layer 18:13:17 04944245beec: Pulling fs layer 18:13:17 699f458cf7ca: Pulling fs layer 18:13:17 765212b225bb: Pulling fs layer 18:13:17 f23df028b6ca: Pulling fs layer 18:13:17 d65c8cfc05b1: Pulling fs layer 18:13:17 2437ff75d9bd: Pulling fs layer 18:13:17 765212b225bb: Waiting 18:13:17 f23df028b6ca: Waiting 18:13:17 d65c8cfc05b1: Waiting 18:13:17 2437ff75d9bd: Waiting 18:13:17 04944245beec: Verifying Checksum 18:13:17 04944245beec: Download complete 18:13:17 765212b225bb: Verifying Checksum 18:13:17 765212b225bb: Download complete 18:13:17 f23df028b6ca: Verifying Checksum 18:13:17 f23df028b6ca: Download complete 18:13:17 d65c8cfc05b1: Verifying Checksum 18:13:17 d65c8cfc05b1: Download complete 18:13:17 699f458cf7ca: Verifying Checksum 18:13:17 699f458cf7ca: Download complete 18:13:18 8998bd30e6a1: Verifying Checksum 18:13:18 8998bd30e6a1: Download complete 18:13:20 2437ff75d9bd: Verifying Checksum 18:13:20 2437ff75d9bd: Download complete 18:13:22 8998bd30e6a1: Pull complete 18:13:22 04944245beec: Pull complete 18:13:24 699f458cf7ca: Pull complete 18:13:24 765212b225bb: Pull complete 18:13:24 f23df028b6ca: Pull complete 18:13:25 d65c8cfc05b1: Pull complete 18:13:40 2437ff75d9bd: Pull complete 18:13:40 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 18:13:40 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 18:13:40 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 18:13:40 prd-ubuntu20.04-docker-arm64-4c-16g-11037 does not seem to be running inside a container 18:13:40 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat 18:13:43 $ docker top c1e4873b4abab08b9f7efc4af508158670230883337b863467af0459b41681cc -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 18:13:44 ---> job-cost.sh 18:13:44 lf-activate-venv: SKIPPING 18:13:44 INFO: No Stack... 18:13:44 INFO: Retrieving Pricing Info for: v3-standard-4 18:13:45 INFO: Archiving Costs [Pipeline] sh 18:13:46 + cat /w/workspace/device-usb-camera/1/archives/cost.csv 18:13:46 + cut -d, -f6 [Pipeline] lock 18:13:46 Trying to acquire lock on [jenkins-edgexfoundry-device-usb-camera-PR-224-1-stack-cost] 18:13:46 Resource [jenkins-edgexfoundry-device-usb-camera-PR-224-1-stack-cost] did not exist. Created. 18:13:46 Lock acquired on [jenkins-edgexfoundry-device-usb-camera-PR-224-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 18:13:46 /w/workspace/device-usb-camera/1@tmp/durable-45a068d9/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh 18:13:47 + echo total: 0.10999999940395355 [Pipeline] stash 18:13:47 Warning: overwriting stash ‘stack-cost’ 18:13:47 Stashed 1 file(s) [Pipeline] } 18:13:47 Lock released on resource [jenkins-edgexfoundry-device-usb-camera-PR-224-1-stack-cost] [Pipeline] // lock [Pipeline] } 18:13:47 $ docker stop --time=1 c1e4873b4abab08b9f7efc4af508158670230883337b863467af0459b41681cc 18:13:49 $ docker rm -f --volumes c1e4873b4abab08b9f7efc4af508158670230883337b863467af0459b41681cc [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 18:13:50 provisioning config files... 18:13:50 copy managed file [device-usb-camera-codecov-token] to file:/w/workspace/foundry_device-usb-camera_PR-224@tmp/config11956339887350228041tmp [Pipeline] { [Pipeline] sh 18:13:50 + set +x 18:13:50 + + curl -s https://codecov.io/bash 18:13:50 bash -s -- 18:13:50 18:13:50 _____ _ 18:13:50 / ____| | | 18:13:50 | | ___ __| | ___ ___ _____ __ 18:13:50 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 18:13:50 | |___| (_) | (_| | __/ (_| (_) \ V / 18:13:50 \_____\___/ \__,_|\___|\___\___/ \_/ 18:13:50 Bash-1.0.6 18:13:50 18:13:50 18:13:50 ==> git version 2.25.1 found 18:13:50 ==> 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 18:13:50 Release-Date: 2020-01-08 18:13:50 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 18:13:50 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 18:13:50 ==> Jenkins CI detected. 18:13:50 current dir:  /w/workspace/foundry_device-usb-camera_PR-224 18:13:50 project root: . 18:13:50 --> token set from env 18:13:50 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 18:13:50 ==> Running gcov in . (disable via -X gcov) 18:13:50 ==> Python coveragepy not found 18:13:50 ==> Searching for coverage reports in: 18:13:50 + . 18:13:50 -> Found 1 reports 18:13:50 ==> Detecting git/mercurial file structure 18:13:50 ==> Reading reports 18:13:50 + ./coverage.out bytes=28693 18:13:51 ==> Appending adjustments 18:13:51 https://docs.codecov.io/docs/fixing-reports 18:13:51 + Found adjustments 18:13:51 ==> Gzipping contents 18:13:51 4.0K /tmp/codecov.7XIOeJ.gz 18:13:51 ==> Uploading reports 18:13:51 url: https://codecov.io 18:13:51 query: branch=PR-224&commit=04d3159039878f9a4b0467ac0faab460dc658315&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-usb-camera%2Fjob%2FPR-224%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-usb-camera&service=jenkins&flags=&pr=224&job=&cmd_args= 18:13:51 -> Pinging Codecov 18:13:51 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=6df5b310-220c-4ff1-ad85-d7a32441f080&branch=PR-224&commit=04d3159039878f9a4b0467ac0faab460dc658315&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-usb-camera%2Fjob%2FPR-224%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-usb-camera&service=jenkins&flags=&pr=224&job=&cmd_args= 18:13:51 -> Uploading to 18:13:51 https://storage.googleapis.com/codecov/v4/raw/2023-04-26/73D8F5FF140700D3E01443B452E23636/04d3159039878f9a4b0467ac0faab460dc658315/5efbf9b4-4166-4ea6-8b6c-34d7b5dcf770.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230426%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230426T181351Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=554ae7b7db166119de9e7e4412d24ca7d89b7ed8ac1edf3a833bbcf886936b37 18:13:51 % Total % Received % Xferd Average Speed Time Time Time Current 18:13:51 Dload Upload Total Spent Left Speed 18:13:51 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 3929 0 0 100 3929 0 17157 --:--:-- --:--:-- --:--:-- 17157 18:13:51 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-usb-camera/commit/04d3159039878f9a4b0467ac0faab460dc658315 [Pipeline] } 18:13:51 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 18:13:53 + [ -d /w/workspace/foundry_device-usb-camera_PR-224/archives ] 18:13:53 + ls -al /w/workspace/foundry_device-usb-camera_PR-224/archives 18:13:53 total 16 18:13:53 drwxr-xr-x 3 root root 4096 Apr 26 18:04 . 18:13:53 drwxrwxr-x 11 jenkins jenkins 4096 Apr 26 18:04 .. 18:13:53 drwxr-xr-x 2 root root 4096 Apr 26 18:04 cost 18:13:53 -rw-r--r-- 1 root root 89 Apr 26 18:04 cost.csv 18:13:53 + sudo chown -R jenkins:jenkins /w/workspace/foundry_device-usb-camera_PR-224/archives 18:13:53 + ls -al /w/workspace/foundry_device-usb-camera_PR-224/archives 18:13:53 total 16 18:13:53 drwxr-xr-x 3 jenkins jenkins 4096 Apr 26 18:04 . 18:13:53 drwxrwxr-x 11 jenkins jenkins 4096 Apr 26 18:04 .. 18:13:53 drwxr-xr-x 2 jenkins jenkins 4096 Apr 26 18:04 cost 18:13:53 -rw-r--r-- 1 jenkins jenkins 89 Apr 26 18:04 cost.csv [Pipeline] libraryResource [Pipeline] sh 18:13:53 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 18:13:54 ---> package-listing.sh 18:13:54 ++ facter osfamily 18:13:54 ++ tr '[:upper:]' '[:lower:]' 18:13:54 + OS_FAMILY=debian 18:13:54 + workspace=/w/workspace/foundry_device-usb-camera_PR-224 18:13:54 + START_PACKAGES=/tmp/packages_start.txt 18:13:54 + END_PACKAGES=/tmp/packages_end.txt 18:13:54 + DIFF_PACKAGES=/tmp/packages_diff.txt 18:13:54 + PACKAGES=/tmp/packages_start.txt 18:13:54 + '[' /w/workspace/foundry_device-usb-camera_PR-224 ']' 18:13:54 + PACKAGES=/tmp/packages_end.txt 18:13:54 + case "${OS_FAMILY}" in 18:13:54 + dpkg -l 18:13:54 + grep '^ii' 18:13:54 + '[' -f /tmp/packages_start.txt ']' 18:13:54 + '[' -f /tmp/packages_end.txt ']' 18:13:54 + diff /tmp/packages_start.txt /tmp/packages_end.txt 18:13:54 + '[' /w/workspace/foundry_device-usb-camera_PR-224 ']' 18:13:54 + mkdir -p /w/workspace/foundry_device-usb-camera_PR-224/archives/ 18:13:54 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/foundry_device-usb-camera_PR-224/archives/ [Pipeline] echo 18:13:54 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-224/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 18:13:55 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 18:13:55 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 18:13:55 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 18:13:55 prd-ubuntu20.04-docker-8c-8g-11035 does not seem to be running inside a container 18:13:55 $ 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-224/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-224 -v /w/workspace/foundry_device-usb-camera_PR-224:/w/workspace/foundry_device-usb-camera_PR-224:rw,z -v /w/workspace/foundry_device-usb-camera_PR-224@tmp:/w/workspace/foundry_device-usb-camera_PR-224@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 18:13:56 $ docker top c967abaf6836da095eb43fad6f548ccd610aaf179fbfd5f1c9a50fe85a71de8b -eo pid,comm [Pipeline] { [Pipeline] sh 18:13:56 + touch /tmp/pre-build-complete [Pipeline] sh 18:13:56 + mkdir -p /var/log/sysstat [Pipeline] sh 18:13:57 + ls /var/log/sa-host 18:13:57 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 18:13:57 provisioning config files... 18:13:57 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/foundry_device-usb-camera_PR-224@tmp/config9665815406009445545tmp [Pipeline] { [Pipeline] echo 18:13:57 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 18:13:57 ---> create-netrc.sh [Pipeline] } 18:13:57 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 18:13:58 ---> python-tools-install.sh [Pipeline] echo 18:13:58 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 18:13:58 ---> sudo-logs.sh 18:13:58 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 18:13:58 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 18:13:58 ---> job-cost.sh 18:13:58 lf-activate-venv: SKIPPING 18:13:58 DEBUG: total: 0.2199999988079071 18:13:58 INFO: Retrieving Stack Cost... 18:13:59 INFO: Retrieving Pricing Info for: v3-standard-8 18:13:59 INFO: Archiving Costs [Pipeline] echo 18:13:59 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 18:13:59 ---> logs-deploy.sh 18:13:59 lf-activate-venv: SKIPPING 18:13:59 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-usb-camera/PR-224/1 18:13:59 INFO: archiving workspace using pattern(s): 18:14:00 Archives upload complete. 18:14:00 INFO: archiving logs to Nexus 18:14:01 ---> uname -a: 18:14:01 Linux prd-ubuntu20-04-docker-8c-8g-11035 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux 18:14:01 18:14:01 18:14:01 ---> lscpu: 18:14:01 Architecture: x86_64 18:14:01 CPU op-mode(s): 32-bit, 64-bit 18:14:01 Byte Order: Little Endian 18:14:01 Address sizes: 40 bits physical, 48 bits virtual 18:14:01 CPU(s): 8 18:14:01 On-line CPU(s) list: 0-7 18:14:01 Thread(s) per core: 1 18:14:01 Core(s) per socket: 1 18:14:01 Socket(s): 8 18:14:01 NUMA node(s): 1 18:14:01 Vendor ID: AuthenticAMD 18:14:01 CPU family: 23 18:14:01 Model: 49 18:14:01 Model name: AMD EPYC-Rome Processor 18:14:01 Stepping: 0 18:14:01 CPU MHz: 2800.000 18:14:01 BogoMIPS: 5600.00 18:14:01 Virtualization: AMD-V 18:14:01 Hypervisor vendor: KVM 18:14:01 Virtualization type: full 18:14:01 L1d cache: 256 KiB 18:14:01 L1i cache: 256 KiB 18:14:01 L2 cache: 4 MiB 18:14:01 L3 cache: 128 MiB 18:14:01 NUMA node0 CPU(s): 0-7 18:14:01 Vulnerability Itlb multihit: Not affected 18:14:01 Vulnerability L1tf: Not affected 18:14:01 Vulnerability Mds: Not affected 18:14:01 Vulnerability Meltdown: Not affected 18:14:01 Vulnerability Mmio stale data: Not affected 18:14:01 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 18:14:01 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 18:14:01 Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling 18:14:01 Vulnerability Srbds: Not affected 18:14:01 Vulnerability Tsx async abort: Not affected 18:14:01 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 18:14:01 18:14:01 18:14:01 ---> nproc: 18:14:01 8 18:14:01 18:14:01 18:14:01 ---> df -h: 18:14:01 Filesystem Size Used Avail Use% Mounted on 18:14:01 overlay 155G 12G 144G 8% / 18:14:01 tmpfs 64M 0 64M 0% /dev 18:14:01 tmpfs 16G 0 16G 0% /sys/fs/cgroup 18:14:01 shm 64M 0 64M 0% /dev/shm 18:14:01 /dev/vda1 155G 12G 144G 8% /facter-os 18:14:01 18:14:01 18:14:01 ---> sar -b -r -n DEV: 18:14:01 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-11035) 04/26/23 _x86_64_ (8 CPU) 18:14:01 18:14:01 18:01:15 LINUX RESTART (8 CPU) 18:14:01 18:14:01 18:02:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 18:14:01 18:03:01 222.53 4.33 218.20 0.00 443.26 82415.86 0.00 18:14:01 18:04:01 137.07 0.23 136.84 0.00 14.00 31096.57 0.00 18:14:01 18:05:01 125.23 0.05 125.18 0.00 9.20 23291.35 0.00 18:14:01 18:06:01 1.50 0.00 1.50 0.00 0.00 15.99 0.00 18:14:01 18:07:01 38.39 11.83 26.56 0.00 5448.16 6324.15 0.00 18:14:01 18:08:01 5.70 1.65 4.05 0.00 37.73 47.73 0.00 18:14:01 18:09:01 1.12 0.00 1.12 0.00 0.00 12.00 0.00 18:14:01 18:10:01 1.60 0.00 1.60 0.00 0.00 16.93 0.00 18:14:01 18:11:01 2.20 1.02 1.18 0.00 21.86 12.66 0.00 18:14:01 18:12:01 3.27 0.00 3.27 0.00 0.00 53.99 0.00 18:14:01 18:13:01 1.42 0.00 1.42 0.00 0.00 15.06 0.00 18:14:01 18:14:01 5.87 0.25 5.62 0.00 21.46 116.38 0.00 18:14:01 Average: 45.49 1.61 43.88 0.00 499.63 11951.33 0.00 18:14:01 18:14:01 18:02:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 18:14:01 18:03:01 28445984 31573772 734864 2.23 145196 3199424 1960732 5.78 1087560 2923360 792 18:14:01 18:04:01 27940528 31558328 746696 2.27 150544 3655484 1921968 5.66 1333564 3149328 4448 18:14:01 18:05:01 27506744 31576376 726688 2.21 161264 4049156 1779600 5.24 1287936 3577816 8 18:14:01 18:06:01 27506892 31576548 726384 2.21 161288 4049156 1779600 5.24 1287836 3577816 8 18:14:01 18:07:01 27136856 31562632 730692 2.22 169740 4382408 1838180 5.42 1516900 3691624 960 18:14:01 18:08:01 27127712 31555588 737620 2.24 169788 4383540 1838180 5.42 1528428 3691956 40 18:14:01 18:09:01 27132956 31560992 731856 2.23 169824 4383544 1838180 5.42 1521644 3691968 140 18:14:01 18:10:01 27133420 31561476 731292 2.22 169856 4383544 1838180 5.42 1521320 3691968 136 18:14:01 18:11:01 27121632 31551756 741928 2.26 169948 4384296 1869312 5.51 1533224 3693488 208 18:14:01 18:12:01 27130792 31560972 732676 2.23 170064 4384276 1851012 5.46 1520832 3693468 20 18:14:01 18:13:01 27131216 31561520 732104 2.23 170148 4384276 1851012 5.46 1520828 3693476 32 18:14:01 18:14:01 27037460 31473928 814748 2.48 170328 4385504 1924156 5.67 1620628 3675744 624 18:14:01 Average: 27362683 31556157 740629 2.25 164832 4168717 1857509 5.47 1440058 3562668 618 18:14:01 18:14:01 18:02:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 18:14:01 18:03:01 vethee5fc07 0.00 0.08 0.00 0.01 0.00 0.00 0.00 0.00 18:14:01 18:03:01 docker0 194.90 323.10 15.32 1992.98 0.00 0.00 0.00 0.00 18:14:01 18:03:01 lo 2.67 2.67 0.26 0.26 0.00 0.00 0.00 0.00 18:14:01 18:03:01 ens3 510.96 302.62 6269.99 43.59 0.00 0.00 0.00 0.00 18:14:01 18:04:01 docker0 15.54 45.10 1.16 714.55 0.00 0.00 0.00 0.00 18:14:01 18:04:01 lo 1.80 1.80 0.17 0.17 0.00 0.00 0.00 0.00 18:14:01 18:04:01 ens3 113.40 63.83 971.28 89.03 0.00 0.00 0.00 0.00 18:14:01 18:05:01 docker0 0.00 0.05 0.00 0.01 0.00 0.00 0.00 0.00 18:14:01 18:05:01 lo 0.93 0.93 0.09 0.09 0.00 0.00 0.00 0.00 18:14:01 18:05:01 ens3 97.43 57.28 2525.14 12.20 0.00 0.00 0.00 0.00 18:14:01 18:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:14:01 18:06:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 18:14:01 18:06:01 ens3 1.68 1.08 2.34 0.25 0.00 0.00 0.00 0.00 18:14:01 18:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:14:01 18:07:01 lo 0.40 0.40 0.04 0.04 0.00 0.00 0.00 0.00 18:14:01 18:07:01 ens3 149.79 78.72 1953.65 5.72 0.00 0.00 0.00 0.00 18:14:01 18:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:14:01 18:08:01 lo 0.33 0.33 0.03 0.03 0.00 0.00 0.00 0.00 18:14:01 18:08:01 ens3 8.90 7.07 5.44 6.08 0.00 0.00 0.00 0.00 18:14:01 18:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:14:01 18:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:14:01 18:09:01 ens3 1.02 0.62 0.71 0.47 0.00 0.00 0.00 0.00 18:14:01 18:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:14:01 18:10:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 18:14:01 18:10:01 ens3 0.18 0.13 0.01 0.01 0.00 0.00 0.00 0.00 18:14:01 18:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:14:01 18:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:14:01 18:11:01 ens3 1.37 0.43 0.43 0.28 0.00 0.00 0.00 0.00 18:14:01 18:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:14:01 18:12:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 18:14:01 18:12:01 ens3 0.70 0.50 0.34 0.28 0.00 0.00 0.00 0.00 18:14:01 18:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:14:01 18:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:14:01 18:13:01 ens3 0.05 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:14:01 18:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:14:01 18:14:01 lo 0.93 0.93 0.09 0.09 0.00 0.00 0.00 0.00 18:14:01 18:14:01 ens3 29.98 19.03 32.05 12.58 0.00 0.00 0.00 0.00 18:14:01 Average: docker0 17.54 30.69 1.37 225.63 0.00 0.00 0.00 0.00 18:14:01 Average: lo 0.64 0.64 0.06 0.06 0.00 0.00 0.00 0.00 18:14:01 Average: ens3 76.29 44.27 980.07 14.21 0.00 0.00 0.00 0.00 18:14:01 18:14:01 18:14:01 ---> sar -P ALL: 18:14:01 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-11035) 04/26/23 _x86_64_ (8 CPU) 18:14:01 18:14:01 18:01:15 LINUX RESTART (8 CPU) 18:14:01 18:14:01 18:02:01 CPU %user %nice %system %iowait %steal %idle 18:14:01 18:03:01 all 8.45 0.00 4.02 3.06 0.09 84.38 18:14:01 18:03:01 0 9.80 0.00 3.99 2.41 0.10 83.71 18:14:01 18:03:01 1 6.98 0.00 3.14 0.87 0.07 88.94 18:14:01 18:03:01 2 8.84 0.00 4.19 0.05 0.08 86.84 18:14:01 18:03:01 3 8.08 0.00 3.92 1.88 0.08 86.03 18:14:01 18:03:01 4 8.30 0.00 5.17 6.23 0.10 80.20 18:14:01 18:03:01 5 8.24 0.00 3.79 1.08 0.10 86.79 18:14:01 18:03:01 6 8.49 0.00 4.21 7.07 0.08 80.16 18:14:01 18:03:01 7 8.86 0.00 3.77 4.90 0.12 82.35 18:14:01 18:04:01 all 38.29 0.00 6.36 1.60 0.17 53.58 18:14:01 18:04:01 0 38.08 0.00 6.11 0.25 0.25 55.29 18:14:01 18:04:01 1 37.75 0.00 6.10 0.29 0.15 55.71 18:14:01 18:04:01 2 37.86 0.00 6.52 0.84 0.10 54.68 18:14:01 18:04:01 3 38.50 0.00 6.33 7.34 0.15 47.68 18:14:01 18:04:01 4 37.65 0.00 6.74 3.35 0.18 52.08 18:14:01 18:04:01 5 39.07 0.00 6.22 0.05 0.19 54.48 18:14:01 18:04:01 6 38.19 0.00 6.26 0.67 0.10 54.78 18:14:01 18:04:01 7 39.21 0.00 6.61 0.07 0.22 53.89 18:14:01 18:05:01 all 3.25 0.00 1.47 1.00 0.05 94.23 18:14:01 18:05:01 0 3.52 0.00 1.40 0.42 0.03 94.63 18:14:01 18:05:01 1 3.23 0.00 1.45 0.84 0.05 94.43 18:14:01 18:05:01 2 3.43 0.00 1.62 0.47 0.03 94.44 18:14:01 18:05:01 3 2.99 0.00 1.90 5.07 0.08 89.97 18:14:01 18:05:01 4 2.81 0.00 1.41 0.03 0.05 95.70 18:14:01 18:05:01 5 4.54 0.00 1.28 0.07 0.05 94.07 18:14:01 18:05:01 6 2.41 0.00 1.51 1.10 0.03 94.95 18:14:01 18:05:01 7 3.04 0.00 1.21 0.03 0.03 95.68 18:14:01 18:06:01 all 0.07 0.00 0.01 0.00 0.00 99.91 18:14:01 18:06:01 0 0.05 0.00 0.03 0.00 0.00 99.92 18:14:01 18:06:01 1 0.05 0.00 0.02 0.00 0.00 99.93 18:14:01 18:06:01 2 0.03 0.00 0.00 0.00 0.00 99.97 18:14:01 18:06:01 3 0.00 0.00 0.00 0.00 0.00 100.00 18:14:01 18:06:01 4 0.02 0.00 0.00 0.00 0.00 99.98 18:14:01 18:06:01 5 0.40 0.00 0.03 0.00 0.02 99.55 18:14:01 18:06:01 6 0.00 0.00 0.02 0.02 0.00 99.97 18:14:01 18:06:01 7 0.03 0.00 0.02 0.00 0.00 99.95 18:14:01 18:07:01 all 1.35 0.00 0.66 0.40 0.03 97.57 18:14:01 18:07:01 0 1.60 0.00 0.73 0.05 0.05 97.57 18:14:01 18:07:01 1 2.31 0.00 0.89 0.28 0.03 96.49 18:14:01 18:07:01 2 1.60 0.00 0.55 0.43 0.02 97.40 18:14:01 18:07:01 3 1.25 0.00 0.62 0.23 0.03 97.86 18:14:01 18:07:01 4 1.07 0.00 0.53 0.50 0.02 97.88 18:14:01 18:07:01 5 1.09 0.00 0.69 0.07 0.02 98.14 18:14:01 18:07:01 6 1.25 0.00 0.68 0.93 0.02 97.11 18:14:01 18:07:01 7 0.64 0.00 0.55 0.70 0.02 98.09 18:14:01 18:08:01 all 0.27 0.00 0.03 0.01 0.01 99.69 18:14:01 18:08:01 0 0.27 0.00 0.05 0.00 0.02 99.67 18:14:01 18:08:01 1 0.23 0.00 0.02 0.00 0.00 99.75 18:14:01 18:08:01 2 0.97 0.00 0.02 0.00 0.00 99.02 18:14:01 18:08:01 3 0.18 0.00 0.03 0.02 0.00 99.77 18:14:01 18:08:01 4 0.03 0.00 0.02 0.00 0.00 99.95 18:14:01 18:08:01 5 0.00 0.00 0.00 0.00 0.02 99.98 18:14:01 18:08:01 6 0.00 0.00 0.03 0.00 0.00 99.97 18:14:01 18:08:01 7 0.45 0.00 0.07 0.07 0.02 99.40 18:14:01 18:09:01 all 0.02 0.00 0.02 0.00 0.00 99.96 18:14:01 18:09:01 0 0.07 0.00 0.05 0.00 0.02 99.87 18:14:01 18:09:01 1 0.03 0.00 0.02 0.00 0.00 99.95 18:14:01 18:09:01 2 0.02 0.00 0.02 0.00 0.00 99.97 18:14:01 18:09:01 3 0.02 0.00 0.00 0.02 0.00 99.97 18:14:01 18:09:01 4 0.02 0.00 0.00 0.00 0.00 99.98 18:14:01 18:09:01 5 0.00 0.00 0.00 0.00 0.00 100.00 18:14:01 18:09:01 6 0.00 0.00 0.02 0.00 0.00 99.98 18:14:01 18:09:01 7 0.03 0.00 0.03 0.00 0.00 99.93 18:14:01 18:10:01 all 0.10 0.00 0.01 0.07 0.01 99.81 18:14:01 18:10:01 0 0.07 0.00 0.03 0.00 0.02 99.88 18:14:01 18:10:01 1 0.00 0.00 0.02 0.00 0.00 99.98 18:14:01 18:10:01 2 0.07 0.00 0.00 0.00 0.00 99.93 18:14:01 18:10:01 3 0.00 0.00 0.00 0.57 0.00 99.43 18:14:01 18:10:01 4 0.02 0.00 0.00 0.00 0.00 99.98 18:14:01 18:10:01 5 0.63 0.00 0.00 0.00 0.02 99.35 18:14:01 18:10:01 6 0.00 0.00 0.00 0.00 0.02 99.98 18:14:01 18:10:01 7 0.02 0.00 0.00 0.02 0.02 99.95 18:14:01 18:11:01 all 0.18 0.00 0.04 0.01 0.00 99.77 18:14:01 18:11:01 0 0.10 0.00 0.05 0.00 0.02 99.83 18:14:01 18:11:01 1 0.17 0.00 0.07 0.02 0.00 99.75 18:14:01 18:11:01 2 0.02 0.00 0.03 0.00 0.02 99.93 18:14:01 18:11:01 3 0.02 0.00 0.02 0.02 0.00 99.95 18:14:01 18:11:01 4 0.02 0.00 0.02 0.00 0.00 99.97 18:14:01 18:11:01 5 1.06 0.00 0.03 0.00 0.00 98.91 18:14:01 18:11:01 6 0.03 0.00 0.03 0.00 0.00 99.93 18:14:01 18:11:01 7 0.03 0.00 0.05 0.02 0.00 99.90 18:14:01 18:12:01 all 0.07 0.00 0.02 0.01 0.01 99.90 18:14:01 18:12:01 0 0.03 0.00 0.07 0.00 0.02 99.88 18:14:01 18:12:01 1 0.00 0.00 0.00 0.00 0.00 100.00 18:14:01 18:12:01 2 0.03 0.00 0.02 0.00 0.00 99.95 18:14:01 18:12:01 3 0.00 0.00 0.02 0.03 0.02 99.93 18:14:01 18:12:01 4 0.02 0.00 0.02 0.00 0.00 99.97 18:14:01 18:12:01 5 0.47 0.00 0.05 0.00 0.02 99.47 18:14:01 18:12:01 6 0.00 0.00 0.00 0.00 0.00 100.00 18:14:01 18:12:01 7 0.00 0.00 0.02 0.02 0.00 99.97 18:14:01 18:13:01 all 0.02 0.00 0.01 0.00 0.01 99.96 18:14:01 18:13:01 0 0.07 0.00 0.03 0.00 0.03 99.87 18:14:01 18:13:01 1 0.00 0.00 0.02 0.00 0.00 99.98 18:14:01 18:13:01 2 0.03 0.00 0.00 0.00 0.00 99.97 18:14:01 18:13:01 3 0.00 0.00 0.00 0.02 0.00 99.98 18:14:01 18:13:01 4 0.00 0.00 0.00 0.00 0.00 100.00 18:14:01 18:13:01 5 0.02 0.00 0.02 0.00 0.00 99.97 18:14:01 18:13:01 6 0.00 0.00 0.02 0.00 0.00 99.98 18:14:01 18:13:01 7 0.03 0.00 0.03 0.00 0.02 99.92 18:14:01 18:14:01 18:13:01 CPU %user %nice %system %iowait %steal %idle 18:14:01 18:14:01 all 0.92 0.00 0.29 0.03 0.01 98.74 18:14:01 18:14:01 0 0.85 0.00 0.40 0.00 0.02 98.73 18:14:01 18:14:01 1 0.63 0.00 0.28 0.00 0.02 99.07 18:14:01 18:14:01 2 2.17 0.00 0.30 0.03 0.02 97.48 18:14:01 18:14:01 3 0.33 0.00 0.28 0.07 0.02 99.30 18:14:01 18:14:01 4 0.30 0.00 0.22 0.05 0.02 99.42 18:14:01 18:14:01 5 0.55 0.00 0.22 0.02 0.02 99.20 18:14:01 18:14:01 6 1.84 0.00 0.30 0.03 0.02 97.81 18:14:01 18:14:01 7 0.70 0.00 0.35 0.00 0.00 98.95 18:14:01 Average: all 4.38 0.00 1.07 0.51 0.03 94.00 18:14:01 Average: 0 4.50 0.00 1.07 0.26 0.05 94.12 18:14:01 Average: 1 4.26 0.00 1.00 0.19 0.03 94.53 18:14:01 Average: 2 4.56 0.00 1.10 0.15 0.02 94.16 18:14:01 Average: 3 4.24 0.00 1.08 1.26 0.03 93.38 18:14:01 Average: 4 4.16 0.00 1.17 0.84 0.03 93.80 18:14:01 Average: 5 4.63 0.00 1.02 0.11 0.04 94.20 18:14:01 Average: 6 4.31 0.00 1.08 0.81 0.02 93.77 18:14:01 Average: 7 4.40 0.00 1.05 0.48 0.04 94.03 18:14:01 18:14:01 18:14:01