Pull request #105 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 3fba89a2f465b3f2c70ba55ba2cb291a52892bbb+695cbf35e7563b7af803532131954c37e2b367cb (0fe69610b02e05a87e4bef8f32a5848fdfe8b030) 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-ssh16565775297290131629.key Verifying host key using known hosts file > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 6c1167a966ce7273a24629bf6583a1975ad218c3 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-ssh12443607795840405954.key Verifying host key using known hosts file > 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 6c1167a966ce7273a24629bf6583a1975ad218c3 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-105/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-105/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh8631843018588225272.key Verifying host key using known hosts file > 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-105/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh13357785858505049970.key Verifying host key using known hosts file > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 6c1167a966ce7273a24629bf6583a1975ad218c3 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 6c1167a966ce7273a24629bf6583a1975ad218c3 # timeout=10 Commit message: "Merge pull request #418 from cjoyv/upgrade-gradle" > 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-ssh9240485467182742579.key Verifying host key using known hosts file > 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-105/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-105/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh11836712737865174695.key Verifying host key using known hosts file > 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 6c1167a966ce7273a24629bf6583a1975ad218c3 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-usb-camera] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-usb-camera-settings PROJECT: device-usb-camera USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.18 USE_ALPINE: true DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_IMAGE_NAME: device-usb-camera DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘ubuntu20.04-docker-8c-8g’ Running on prd-ubuntu20.04-docker-8c-8g-34084 in /w/workspace/foundry_device-usb-camera_PR-105 [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-105 # 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 Verifying host key using known hosts file You're using 'Known hosts file' strategy to verify ssh host keys, but your known_hosts file does not exist, please go to 'Manage Jenkins' -> 'Configure Global Security' -> 'Git Host Key Verification Configuration' and configure host key verification. > 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 Verifying host key using known hosts file You're using 'Known hosts file' strategy to verify ssh host keys, but your known_hosts file does not exist, please go to 'Manage Jenkins' -> 'Configure Global Security' -> 'Git Host Key Verification Configuration' and configure host key verification. > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-usb-camera.git +refs/pull/105/head:refs/remotes/origin/PR-105 +refs/heads/main:refs/remotes/origin/main # timeout=10 Merging remotes/origin/main commit 695cbf35e7563b7af803532131954c37e2b367cb into PR head commit 3fba89a2f465b3f2c70ba55ba2cb291a52892bbb Merge succeeded, producing 3fba89a2f465b3f2c70ba55ba2cb291a52892bbb Checking out Revision 3fba89a2f465b3f2c70ba55ba2cb291a52892bbb (PR-105) Commit message: "build(deps): Bump github.com/stretchr/testify from 1.8.0 to 1.8.1" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object 6c1167a966ce7273a24629bf6583a1975ad218c3 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 20:40:08 Timeout set to expire in 6 hr 0 min [Pipeline] { > git config core.sparsecheckout # timeout=10 > git checkout -f 3fba89a2f465b3f2c70ba55ba2cb291a52892bbb # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub Verifying host key using known hosts file You're using 'Known hosts file' strategy to verify ssh host keys, but your known_hosts file does not exist, please go to 'Manage Jenkins' -> 'Configure Global Security' -> 'Git Host Key Verification Configuration' and configure host key verification. > git merge 695cbf35e7563b7af803532131954c37e2b367cb # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 3fba89a2f465b3f2c70ba55ba2cb291a52892bbb # timeout=10 [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 20:40:09 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 20:40:09 ========================================================= 20:40:09 EdgeX Global Pipelines Version Info 20:40:09 ========================================================= [Pipeline] libraryResource [Pipeline] sh 20:40:10 ------------------- 20:40:10 stable info: 20:40:10 ------------------- 20:40:10 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 20:40:10 Commit SHA: 6c1167a966ce7273a24629bf6583a1975ad218c3 20:40:10 Message: update stable to v1.0.243 20:40:10 ------------------- 20:40:10 experimental info: 20:40:10 ------------------- 20:40:10 Commited By: **** collab-it+edgex@linuxfoundation.org 20:40:10 Commit SHA: 6c1167a966ce7273a24629bf6583a1975ad218c3 20:40:10 Message: update experimental to v1.0.243 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 20:40:11 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-usb-camera-settings [Pipeline] echo 20:40:11 [edgeXSetupEnvironment]: set envvar PROJECT = device-usb-camera [Pipeline] echo 20:40:11 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 20:40:11 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 20:40:11 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 20:40:11 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo 20:40:11 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 20:40:11 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 20:40:11 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 20:40:11 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 20:40:11 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 20:40:11 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-usb-camera [Pipeline] echo 20:40:11 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 20:40:11 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 20:40:11 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 20:40:11 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 20:40:11 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 20:40:11 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 20:40:11 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 20:40:11 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 20:40:11 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 20:40:11 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 20:40:12 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 20:40:12 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 20:40:12 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 20:40:12 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 20:40:12 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 20:40:12 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-105 [Pipeline] echo 20:40:12 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-105 [Pipeline] echo 20:40:12 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-105 [Pipeline] echo 20:40:12 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 3fba89a2f465b3f2c70ba55ba2cb291a52892bbb [Pipeline] echo 20:40:12 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 3fba89a [Pipeline] echo 20:40:12 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 20:40:12 provisioning config files... 20:40:12 copy managed file [device-usb-camera-settings] to file:/w/workspace/foundry_device-usb-camera_PR-105@tmp/config3183847919737056389tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 20:40:12 ---> docker-login.sh 20:40:12 nexus3.edgexfoundry.org:10001 20:40:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:40:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:40:13 Configure a credential helper to remove this warning. See 20:40:13 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:40:13 20:40:13 Login Succeeded 20:40:13 nexus3.edgexfoundry.org:10002 20:40:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:40:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:40:13 Configure a credential helper to remove this warning. See 20:40:13 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:40:13 20:40:13 Login Succeeded 20:40:13 nexus3.edgexfoundry.org:10003 20:40:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:40:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:40:13 Configure a credential helper to remove this warning. See 20:40:13 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:40:13 20:40:13 Login Succeeded 20:40:13 nexus3.edgexfoundry.org:10004 20:40:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:40:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:40:13 Configure a credential helper to remove this warning. See 20:40:13 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:40:13 20:40:13 Login Succeeded 20:40:13 docker.io 20:40:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:40:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:40:14 Configure a credential helper to remove this warning. See 20:40:14 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:40:14 20:40:14 Login Succeeded 20:40:14 ---> docker-login.sh ends [Pipeline] } 20:40:14 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 20:40:14 + git rev-list -1 --merges 3fba89a2f465b3f2c70ba55ba2cb291a52892bbb~1..3fba89a2f465b3f2c70ba55ba2cb291a52892bbb [Pipeline] echo 20:40:14 -----------> git rev-list -1 --merges 3fba89a2f465b3f2c70ba55ba2cb291a52892bbb~1..3fba89a2f465b3f2c70ba55ba2cb291a52892bbb 3fba89a2f465b3f2c70ba55ba2cb291a52892bbb [false] [Pipeline] sh 20:40:15 + git log --format=format:%s -1 3fba89a2f465b3f2c70ba55ba2cb291a52892bbb [Pipeline] echo 20:40:15 ========================================================= 20:40:15 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 20:40:15 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 20:40:15 + git log --format=format:%s -1 3fba89a2f465b3f2c70ba55ba2cb291a52892bbb [Pipeline] echo 20:40:15 [semverPrep] GIT_COMMIT: 3fba89a2f465b3f2c70ba55ba2cb291a52892bbb, Commit Message: build(deps): Bump github.com/stretchr/testify from 1.8.0 to 1.8.1 [Pipeline] echo 20:40:15 [semverPrep] This is not a build commit. [Pipeline] sh 20:40:16 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 20:40:16 + grep -v github /etc/ssh/ssh_known_hosts 20:40:16 + [ -e /tmp/ssh_known_hosts ] 20:40:16 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 20:40:16 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 20:40:16 + sudo tee -a /etc/ssh/ssh_known_hosts 20:40:16 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:40:16 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 20:40:16 20:40:16 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:40:17 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 20:40:17 0.1.4: Pulling from edgex-devops/py-git-semver 20:40:17 b85a868b505f: Pulling fs layer 20:40:17 e2be974225ed: Pulling fs layer 20:40:17 339a4e72a1f5: Pulling fs layer 20:40:17 988bab9f4d93: Pulling fs layer 20:40:17 1469e6f7b9e6: Pulling fs layer 20:40:17 eaf3925da568: Pulling fs layer 20:40:17 bab4dde63d76: Pulling fs layer 20:40:17 bde34c3a00c8: Pulling fs layer 20:40:17 b352a97aabf1: Pulling fs layer 20:40:17 4872d77fe225: Pulling fs layer 20:40:17 5851b861e8e6: Pulling fs layer 20:40:17 bab4dde63d76: Waiting 20:40:17 b352a97aabf1: Waiting 20:40:17 4872d77fe225: Waiting 20:40:17 5851b861e8e6: Waiting 20:40:17 bde34c3a00c8: Waiting 20:40:17 988bab9f4d93: Waiting 20:40:17 eaf3925da568: Waiting 20:40:17 1469e6f7b9e6: Waiting 20:40:17 e2be974225ed: Download complete 20:40:17 988bab9f4d93: Verifying Checksum 20:40:17 988bab9f4d93: Download complete 20:40:17 1469e6f7b9e6: Verifying Checksum 20:40:17 1469e6f7b9e6: Download complete 20:40:17 339a4e72a1f5: Verifying Checksum 20:40:17 339a4e72a1f5: Download complete 20:40:17 eaf3925da568: Verifying Checksum 20:40:17 eaf3925da568: Download complete 20:40:17 bde34c3a00c8: Verifying Checksum 20:40:17 bde34c3a00c8: Download complete 20:40:17 b352a97aabf1: Download complete 20:40:17 4872d77fe225: Download complete 20:40:17 5851b861e8e6: Verifying Checksum 20:40:17 5851b861e8e6: Download complete 20:40:17 b85a868b505f: Download complete 20:40:17 bab4dde63d76: Verifying Checksum 20:40:17 bab4dde63d76: Download complete 20:40:18 b85a868b505f: Pull complete 20:40:18 e2be974225ed: Pull complete 20:40:19 339a4e72a1f5: Pull complete 20:40:19 988bab9f4d93: Pull complete 20:40:19 1469e6f7b9e6: Pull complete 20:40:19 eaf3925da568: Pull complete 20:40:21 bab4dde63d76: Pull complete 20:40:21 bde34c3a00c8: Pull complete 20:40:21 b352a97aabf1: Pull complete 20:40:21 4872d77fe225: Pull complete 20:40:21 5851b861e8e6: Pull complete 20:40:21 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 20:40:21 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 20:40:21 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:40:21 prd-ubuntu20.04-docker-8c-8g-34084 does not seem to be running inside a container 20:40:22 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/foundry_device-usb-camera_PR-105 -v /w/workspace/foundry_device-usb-camera_PR-105:/w/workspace/foundry_device-usb-camera_PR-105:rw,z -v /w/workspace/foundry_device-usb-camera_PR-105@tmp:/w/workspace/foundry_device-usb-camera_PR-105@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 20:40:23 $ docker top 1bc6ab1dff96229cbd72f0e4e07bb7d0fb0e976593b783bb78ec3185f0b3c88b -eo pid,comm 20:40:23 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). 20:40:23 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 20:40:23 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 20:40:23 [ssh-agent] Looking for ssh-agent implementation... 20:40:23 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:40:23 $ docker exec 1bc6ab1dff96229cbd72f0e4e07bb7d0fb0e976593b783bb78ec3185f0b3c88b ssh-agent 20:40:23 SSH_AUTH_SOCK=/tmp/ssh-bhTS66qdqcQr/agent.33 20:40:23 SSH_AGENT_PID=39 20:40:23 Running ssh-add (command line suppressed) 20:40:24 Identity added: /w/workspace/foundry_device-usb-camera_PR-105@tmp/private_key_10940585576963787282.key (/w/workspace/foundry_device-usb-camera_PR-105@tmp/private_key_10940585576963787282.key) 20:40:24 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 20:40:24 + git tag --points-at HEAD [Pipeline] } 20:40:24 $ docker exec --env ******** --env ******** 1bc6ab1dff96229cbd72f0e4e07bb7d0fb0e976593b783bb78ec3185f0b3c88b ssh-agent -k 20:40:24 unset SSH_AUTH_SOCK; 20:40:24 unset SSH_AGENT_PID; 20:40:24 echo Agent pid 39 killed; 20:40:24 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 20:40:24 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 20:40:24 [ssh-agent] Looking for ssh-agent implementation... 20:40:24 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:40:24 $ docker exec 1bc6ab1dff96229cbd72f0e4e07bb7d0fb0e976593b783bb78ec3185f0b3c88b ssh-agent 20:40:24 SSH_AUTH_SOCK=/tmp/ssh-o7dKPWQoTnk1/agent.71 20:40:24 SSH_AGENT_PID=77 20:40:24 Running ssh-add (command line suppressed) 20:40:24 Identity added: /w/workspace/foundry_device-usb-camera_PR-105@tmp/private_key_18069795001607482272.key (/w/workspace/foundry_device-usb-camera_PR-105@tmp/private_key_18069795001607482272.key) 20:40:24 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 20:40:25 + git semver init 20:40:25 2022-10-24 20:40:25,461 [run_init] DEBUG init version:0.0.0 force:False 20:40:25 2022-10-24 20:40:25,462 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/foundry_device-usb-camera_PR-105/.semver 20:40:25 2022-10-24 20:40:25,462 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-usb-camera.git /w/workspace/foundry_device-usb-camera_PR-105/.semver 20:40:25 2022-10-24 20:40:25,462 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/device-usb-camera.git', '/w/workspace/foundry_device-usb-camera_PR-105/.semver'], cwd=/w/workspace/foundry_device-usb-camera_PR-105, universal_newlines=False, shell=None, istream=None) 20:40:26 2022-10-24 20:40:26,289 [append_file] DEBUG append to file:/w/workspace/foundry_device-usb-camera_PR-105/.git/info/exclude 20:40:26 2022-10-24 20:40:26,290 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/foundry_device-usb-camera_PR-105/.semver/PR-105 with force:False 20:40:26 2022-10-24 20:40:26,290 [write_file] DEBUG write to file:/w/workspace/foundry_device-usb-camera_PR-105/.semver/PR-105 20:40:26 2022-10-24 20:40:26,293 [execute] INFO git cat-file --batch-check 20:40:26 2022-10-24 20:40:26,293 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/foundry_device-usb-camera_PR-105/.semver, universal_newlines=False, shell=None, istream=) 20:40:26 2022-10-24 20:40:26,299 [execute] INFO git cat-file --batch 20:40:26 2022-10-24 20:40:26,299 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/foundry_device-usb-camera_PR-105/.semver, universal_newlines=False, shell=None, istream=) 20:40:26 2022-10-24 20:40:26,305 [read_version] DEBUG read version from /w/workspace/foundry_device-usb-camera_PR-105/.semver/PR-105 20:40:26 0.0.0 [Pipeline] } 20:40:26 $ docker exec --env ******** --env ******** 1bc6ab1dff96229cbd72f0e4e07bb7d0fb0e976593b783bb78ec3185f0b3c88b ssh-agent -k 20:40:26 unset SSH_AUTH_SOCK; 20:40:26 unset SSH_AGENT_PID; 20:40:26 echo Agent pid 77 killed; 20:40:26 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 20:40:27 + git semver [Pipeline] } 20:40:27 $ docker stop --time=1 1bc6ab1dff96229cbd72f0e4e07bb7d0fb0e976593b783bb78ec3185f0b3c88b 20:40:28 $ docker rm -f 1bc6ab1dff96229cbd72f0e4e07bb7d0fb0e976593b783bb78ec3185f0b3c88b [Pipeline] // withDockerContainer [Pipeline] sh 20:40:29 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 20:40:29 Stashed 1 file(s) [Pipeline] echo 20:40:29 [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 20:40:30 provisioning config files... 20:40:30 copy managed file [device-usb-camera-settings] to file:/w/workspace/foundry_device-usb-camera_PR-105@tmp/config1311675165831036513tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 20:40:30 ---> docker-login.sh 20:40:30 nexus3.edgexfoundry.org:10001 20:40:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:40:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:40:30 Configure a credential helper to remove this warning. See 20:40:30 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:40:30 20:40:30 Login Succeeded 20:40:30 nexus3.edgexfoundry.org:10002 20:40:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:40:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:40:30 Configure a credential helper to remove this warning. See 20:40:30 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:40:30 20:40:30 Login Succeeded 20:40:30 nexus3.edgexfoundry.org:10003 20:40:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:40:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:40:30 Configure a credential helper to remove this warning. See 20:40:30 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:40:30 20:40:30 Login Succeeded 20:40:30 nexus3.edgexfoundry.org:10004 20:40:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:40:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:40:30 Configure a credential helper to remove this warning. See 20:40:30 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:40:30 20:40:30 Login Succeeded 20:40:30 docker.io 20:40:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:40:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:40:31 Configure a credential helper to remove this warning. See 20:40:31 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:40:31 20:40:31 Login Succeeded 20:40:31 ---> docker-login.sh ends [Pipeline] } 20:40:31 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 20:40:31 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 20:40:31 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 20:40:31 ========================================================= 20:40:31 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] 20:40:31 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:40:31 + docker build -t ci-base-image-x86_64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine --build-arg MAKE=echo noop --target=builder . 20:40:31 Sending build context to Docker daemon 1.541MB 20:40:31 Step 1/14 : ARG BASE=golang:1.18-alpine3.16 20:40:31 Step 2/14 : FROM ${BASE} AS builder 20:40:31 1.18-alpine: Pulling from edgex-devops/edgex-golang-base 20:40:31 213ec9aee27d: Pulling fs layer 20:40:31 4583459ba037: Pulling fs layer 20:40:31 93c1e223e6f2: Pulling fs layer 20:40:31 53926ce57604: Pulling fs layer 20:40:31 21b2b0c7a3f4: Pulling fs layer 20:40:31 30f14e443154: Pulling fs layer 20:40:31 801331c1e519: Pulling fs layer 20:40:31 99cc6dd402b0: Pulling fs layer 20:40:31 7d9ed39f4882: Pulling fs layer 20:40:31 53926ce57604: Waiting 20:40:31 21b2b0c7a3f4: Waiting 20:40:31 30f14e443154: Waiting 20:40:31 801331c1e519: Waiting 20:40:31 99cc6dd402b0: Waiting 20:40:31 7d9ed39f4882: Waiting 20:40:31 93c1e223e6f2: Verifying Checksum 20:40:31 93c1e223e6f2: Download complete 20:40:31 4583459ba037: Download complete 20:40:31 21b2b0c7a3f4: Download complete 20:40:32 30f14e443154: Verifying Checksum 20:40:32 30f14e443154: Download complete 20:40:32 213ec9aee27d: Verifying Checksum 20:40:32 213ec9aee27d: Download complete 20:40:32 801331c1e519: Download complete 20:40:32 213ec9aee27d: Pull complete 20:40:32 4583459ba037: Pull complete 20:40:32 93c1e223e6f2: Pull complete 20:40:32 7d9ed39f4882: Verifying Checksum 20:40:32 7d9ed39f4882: Download complete 20:40:33 53926ce57604: Download complete 20:40:33 99cc6dd402b0: Verifying Checksum 20:40:33 99cc6dd402b0: Download complete 20:40:37 53926ce57604: Pull complete 20:40:37 21b2b0c7a3f4: Pull complete 20:40:37 30f14e443154: Pull complete 20:40:37 801331c1e519: Pull complete 20:40:39 99cc6dd402b0: Pull complete 20:40:40 7d9ed39f4882: Pull complete 20:40:40 Digest: sha256:1f16063191d1a9870fce7bbdb1825a1eb962d13bb3ce54f6dd36240110f048b3 20:40:40 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 20:40:40 ---> 1dedd983c030 20:40:40 Step 3/14 : ARG ADD_BUILD_TAGS="" 20:40:42 ---> Running in f8e615db6f66 20:40:42 Removing intermediate container f8e615db6f66 20:40:42 ---> a85bfb47b18e 20:40:42 Step 4/14 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 20:40:42 ---> Running in 6ff66fa6215f 20:40:42 Removing intermediate container 6ff66fa6215f 20:40:42 ---> 8279a506e987 20:40:42 Step 5/14 : ARG ALPINE_PKG_BASE="make git gcc libc-dev zeromq-dev libsodium-dev curl" 20:40:42 ---> Running in 761a9dcf2a88 20:40:42 Removing intermediate container 761a9dcf2a88 20:40:42 ---> 061011c9c477 20:40:42 Step 6/14 : ARG ALPINE_PKG_EXTRA="v4l-utils-dev v4l-utils v4l-utils-libs linux-headers" 20:40:42 ---> Running in cf2c71d1b719 20:40:42 Removing intermediate container cf2c71d1b719 20:40:42 ---> b12d1d6ff199 20:40:42 Step 7/14 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 20:40:42 ---> Running in acda82fb7ed6 20:40:43 Removing intermediate container acda82fb7ed6 20:40:43 ---> a0f4aa1b5898 20:40:43 Step 8/14 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 20:40:43 ---> Running in dbff160875dd 20:40:43 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 20:40:44 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 20:40:44 Still waiting to schedule task 20:40:44 ‘prd-ubuntu20.04-docker-arm64-4c-16g-34112’ is offline 20:40:44 (1/80) Installing mesa (21.3.8-r2) 20:40:44 (2/80) Installing libxau (1.0.9-r0) 20:40:45 (3/80) Installing libxdmcp (1.1.3-r0) 20:40:45 (4/80) Installing libxcb (1.15-r0) 20:40:45 (5/80) Installing libx11 (1.8-r0) 20:40:45 (6/80) Installing libxext (1.3.4-r0) 20:40:45 (7/80) Installing libxfixes (6.0.0-r0) 20:40:45 (8/80) Installing libxxf86vm (1.1.4-r2) 20:40:45 (9/80) Installing libpciaccess (0.16-r0) 20:40:45 (10/80) Installing libdrm (2.4.110-r0) 20:40:45 (11/80) Installing mesa-glapi (21.3.8-r2) 20:40:45 (12/80) Installing libxshmfence (1.3-r1) 20:40:45 (13/80) Installing mesa-gl (21.3.8-r2) 20:40:46 (14/80) Installing icu-data-full (71.1-r2) 20:40:47 (15/80) Installing libice (1.0.10-r0) 20:40:47 (16/80) Installing libuuid (2.38-r1) 20:40:47 (17/80) Installing libsm (1.2.3-r0) 20:40:47 (18/80) Installing libxt (1.2.1-r0) 20:40:47 (19/80) Installing libxmu (1.1.3-r0) 20:40:47 (20/80) Installing xset (1.2.4-r0) 20:40:47 (21/80) Installing xprop (1.2.5-r0) 20:40:47 (22/80) Installing xdg-utils (1.1.3-r3) 20:40:47 (23/80) Installing dbus-libs (1.14.4-r0) 20:40:47 (24/80) Installing libffi (3.4.2-r1) 20:40:47 (25/80) Installing libintl (0.21-r2) 20:40:47 (26/80) Installing libblkid (2.38-r1) 20:40:47 (27/80) Installing libmount (2.38-r1) 20:40:48 (28/80) Installing pcre (8.45-r2) 20:40:48 (29/80) Installing glib (2.72.1-r0) 20:40:48 (30/80) Installing icu-libs (71.1-r2) 20:40:48 (31/80) Installing libpcre2-16 (10.40-r0) 20:40:48 (32/80) Installing zstd-libs (1.5.2-r1) 20:40:48 (33/80) Installing qt5-qtbase (5.15.4_git20220511-r2) 20:40:49 (34/80) Installing hicolor-icon-theme (0.17-r1) 20:40:49 (35/80) Installing wayland-libs-server (1.20.0-r0) 20:40:49 (36/80) Installing mesa-gbm (21.3.8-r2) 20:40:49 (37/80) Installing wayland-libs-client (1.20.0-r0) 20:40:49 (38/80) Installing qt5-qtdeclarative (5.15.4_git20220514-r1) 20:40:50 (39/80) Installing libxcomposite (0.4.5-r0) 20:40:50 (40/80) Installing libbz2 (1.0.8-r1) 20:40:50 (41/80) Installing libpng (1.6.37-r1) 20:40:50 (42/80) Installing freetype (2.12.1-r0) 20:40:50 (43/80) Installing fontconfig (2.14.0-r0) 20:40:50 (44/80) Installing wayland-libs-cursor (1.20.0-r0) 20:40:50 (45/80) Installing wayland-libs-egl (1.20.0-r0) 20:40:50 (46/80) Installing xkeyboard-config (2.35.1-r0) 20:40:50 (47/80) Installing xz-libs (5.2.5-r1) 20:40:50 (48/80) Installing libxml2 (2.9.14-r2) 20:40:50 (49/80) Installing libxkbcommon (1.4.1-r0) 20:40:51 (50/80) Installing qt5-qtwayland (5.15.4_git20220511-r0) 20:40:52 (51/80) Installing mesa-egl (21.3.8-r2) 20:40:52 (52/80) Installing avahi-libs (0.8-r6) 20:40:52 (53/80) Installing nettle (3.7.3-r0) 20:40:52 (54/80) Installing p11-kit (0.24.1-r0) 20:40:52 (55/80) Installing libtasn1 (4.18.0-r0) 20:40:52 (56/80) Installing libunistring (1.0-r0) 20:40:52 (57/80) Installing gnutls (3.7.7-r0) 20:40:53 (58/80) Installing cups-libs (2.4.2-r0) 20:40:53 (59/80) Installing graphite2 (1.3.14-r1) 20:40:53 (60/80) Installing harfbuzz (4.3.0-r0) 20:40:53 (61/80) Installing libevdev (1.12.1-r0) 20:40:53 (62/80) Installing mtdev (1.1.6-r0) 20:40:53 (63/80) Installing eudev-libs (3.2.11-r0) 20:40:53 (64/80) Installing libinput-libs (1.20.1-r0) 20:40:53 (65/80) Installing libjpeg-turbo (2.1.3-r1) 20:40:53 (66/80) Installing xcb-util-wm (0.4.1-r1) 20:40:53 (67/80) Installing xcb-util (0.4.0-r3) 20:40:54 (68/80) Installing xcb-util-image (0.4.0-r1) 20:40:54 (69/80) Installing xcb-util-keysyms (0.4.0-r1) 20:40:54 (70/80) Installing xcb-util-renderutil (0.3.9-r1) 20:40:54 (71/80) Installing libxkbcommon-x11 (1.4.1-r0) 20:40:54 (72/80) Installing qt5-qtbase-x11 (5.15.4_git20220511-r2) 20:40:55 (73/80) Installing v4l-utils-libs (1.22.1-r1) 20:40:55 (74/80) Installing v4l-utils (1.22.1-r1) 20:40:55 (75/80) Installing udev-init-scripts (35-r0) 20:40:55 Executing udev-init-scripts-35-r0.post-install 20:40:55 (76/80) Installing kmod-libs (29-r2) 20:40:55 (77/80) Installing eudev (3.2.11-r0) 20:40:55 (78/80) Installing eudev-dev (3.2.11-r0) 20:40:55 (79/80) Installing v4l-utils-dvbv5 (1.22.1-r1) 20:40:55 (80/80) Installing v4l-utils-dev (1.22.1-r1) 20:40:55 Executing busybox-1.35.0-r17.trigger 20:40:55 Executing eudev-3.2.11-r0.trigger 20:40:55 OK: 330 MiB in 131 packages 20:40:58 Removing intermediate container dbff160875dd 20:40:58 ---> c5024c88229d 20:40:58 Step 9/14 : WORKDIR /device-usb-camera 20:40:58 ---> Running in ebc3e4dd4fc8 20:40:58 Removing intermediate container ebc3e4dd4fc8 20:40:58 ---> 39d298481a68 20:40:58 Step 10/14 : COPY go.mod vendor* ./ 20:40:58 ---> c4be1833576a 20:40:58 Step 11/14 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:40:58 ---> Running in 029b907f7a07 20:41:16 Removing intermediate container 029b907f7a07 20:41:16 ---> 778d2ad3ada1 20:41:16 Step 12/14 : COPY . . 20:41:16 ---> 33eceed65557 20:41:16 Step 13/14 : RUN curl -o LICENSE-rtsp-simple-server https://raw.githubusercontent.com/aler9/rtsp-simple-server/main/LICENSE 20:41:16 ---> Running in c7be10c5e823 20:41:16  % Total % Received % Xferd Average Speed Time Time Time Current 20:41:16  Dload Upload Total Spent Left Speed 20:41:16 0  0 0 0 0 0 0  0 --:--:-- --:--:-- --:--:-- 0 100 1062 100 1062 0 0 8757 0 --:--:-- --:--:-- --:--:-- 8776 20:41:16 Removing intermediate container c7be10c5e823 20:41:16 ---> 95d51225a29b 20:41:16 Step 14/14 : RUN ${MAKE} 20:41:16 ---> Running in 67257ba82298 20:41:16 noop 20:41:17 Removing intermediate container 67257ba82298 20:41:17 ---> 02f5d6cd4db0 20:41:17 Successfully built 02f5d6cd4db0 20:41:17 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:41:17 + docker inspect -f . ci-base-image-x86_64 20:41:17 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:41:17 prd-ubuntu20.04-docker-8c-8g-34084 does not seem to be running inside a container 20:41:17 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/foundry_device-usb-camera_PR-105 -v /w/workspace/foundry_device-usb-camera_PR-105:/w/workspace/foundry_device-usb-camera_PR-105:rw,z -v /w/workspace/foundry_device-usb-camera_PR-105@tmp:/w/workspace/foundry_device-usb-camera_PR-105@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-x86_64 cat 20:41:18 $ docker top 21b97588e24dcffbc1cf870eb48293b9b2567d17022980624cbd3baac892ead6 -eo pid,comm [Pipeline] { [Pipeline] sh 20:41:18 + go version 20:41:18 go version go1.18.7 linux/amd64 [Pipeline] } 20:41:18 $ docker stop --time=1 21b97588e24dcffbc1cf870eb48293b9b2567d17022980624cbd3baac892ead6 20:41:19 $ docker rm -f 21b97588e24dcffbc1cf870eb48293b9b2567d17022980624cbd3baac892ead6 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:41:20 + docker inspect -f . ci-base-image-x86_64 20:41:20 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:41:20 prd-ubuntu20.04-docker-8c-8g-34084 does not seem to be running inside a container 20:41:20 $ 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-105 -v /w/workspace/foundry_device-usb-camera_PR-105:/w/workspace/foundry_device-usb-camera_PR-105:rw,z -v /w/workspace/foundry_device-usb-camera_PR-105@tmp:/w/workspace/foundry_device-usb-camera_PR-105@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-x86_64 cat 20:41:21 $ docker top 61b8605a9a5abcf64401fa32102ea45606ca778a69b89ba139038b8c624feb25 -eo pid,comm [Pipeline] { [Pipeline] sh 20:41:21 + git config --global --add safe.directory /w/workspace/foundry_device-usb-camera_PR-105 [Pipeline] fileExists [Pipeline] sh 20:41:22 + make test 20:41:22 CGO_ENABLED=1 go test ./... -coverprofile=coverage.out ./... 20:41:22 ? github.com/edgexfoundry/device-usb-camera [no test files] 20:41:32 ? github.com/edgexfoundry/device-usb-camera/cmd [no test files] 20:41:32 ok github.com/edgexfoundry/device-usb-camera/internal/driver 0.016s coverage: 1.9% of statements 20:41:38 level=warning msg="[linters context] structcheck is disabled because of go1.18. You can track the evolution of the go1.18 support by following the https://github.com/golangci/golangci-lint/issues/2649." 20:41:38 CGO_ENABLED=1 go vet ./... 20:41:40 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 20:41:40 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 20:41:40 ./bin/test-attribution-txt.sh [Pipeline] echo 20:41:40 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 20:41:40 $ docker stop --time=1 61b8605a9a5abcf64401fa32102ea45606ca778a69b89ba139038b8c624feb25 20:41:42 $ docker rm -f 61b8605a9a5abcf64401fa32102ea45606ca778a69b89ba139038b8c624feb25 [Pipeline] // withDockerContainer [Pipeline] sh 20:41:43 + sudo chown -R jenkins:jenkins . [Pipeline] stash 20:41:43 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 20:41:43 + sudo chown -R jenkins:jenkins . [Pipeline] sh 20:41:44 + ls -al . 20:41:44 total 196 20:41:44 drwxrwxr-x 10 jenkins jenkins 4096 Oct 24 20:41 . 20:41:44 drwxrwxr-x 4 jenkins jenkins 4096 Oct 24 20:40 .. 20:41:44 drwxrwxr-x 8 jenkins jenkins 4096 Oct 24 20:41 .git 20:41:44 drwxrwxr-x 3 jenkins jenkins 4096 Oct 24 20:40 .github 20:41:44 -rw-rw-r-- 1 jenkins jenkins 414 Oct 24 20:40 .gitignore 20:41:44 -rw-rw-r-- 1 jenkins jenkins 42 Oct 24 20:40 .golangci.yml 20:41:44 -rw-rw-r-- 1 jenkins jenkins 77 Oct 24 20:40 .hadolint.yml 20:41:44 drwxr-xr-x 3 jenkins jenkins 4096 Oct 24 20:40 .semver 20:41:44 -rw-rw-r-- 1 jenkins jenkins 9702 Oct 24 20:40 Attribution.txt 20:41:44 -rw-rw-r-- 1 jenkins jenkins 1206 Oct 24 20:40 CHANGELOG.md 20:41:44 -rw-rw-r-- 1 jenkins jenkins 2467 Oct 24 20:40 Dockerfile 20:41:44 -rw-rw-r-- 1 jenkins jenkins 678 Oct 24 20:40 GOVERNANCE.md 20:41:44 -rw-rw-r-- 1 jenkins jenkins 659 Oct 24 20:40 Jenkinsfile 20:41:44 -rw-rw-r-- 1 jenkins jenkins 11348 Oct 24 20:40 LICENSE 20:41:44 -rw-rw-r-- 1 jenkins jenkins 2554 Oct 24 20:40 Makefile 20:41:44 -rw-rw-r-- 1 jenkins jenkins 622 Oct 24 20:40 OWNERS.md 20:41:44 -rw-rw-r-- 1 jenkins jenkins 5773 Oct 24 20:40 README.md 20:41:44 -rw-rw-r-- 1 jenkins jenkins 5 Oct 24 20:40 VERSION 20:41:44 drwxrwxr-x 2 jenkins jenkins 4096 Oct 24 20:40 bin 20:41:44 drwxrwxr-x 3 jenkins jenkins 4096 Oct 24 20:40 cmd 20:41:44 -rw-r--r-- 1 jenkins jenkins 29387 Oct 24 20:41 coverage.out 20:41:44 -rwxrwxr-x 1 jenkins jenkins 140 Oct 24 20:40 docker-entrypoint.sh 20:41:44 drwxrwxr-x 3 jenkins jenkins 4096 Oct 24 20:40 docs 20:41:44 -rw-rw-r-- 1 jenkins jenkins 3633 Oct 24 20:40 go.mod 20:41:44 -rw-rw-r-- 1 jenkins jenkins 38280 Oct 24 20:40 go.sum 20:41:44 drwxrwxr-x 3 jenkins jenkins 4096 Oct 24 20:40 internal 20:41:44 drwxrwxr-x 4 jenkins jenkins 4096 Oct 24 20:40 snap 20:41:44 -rw-rw-r-- 1 jenkins jenkins 231 Oct 24 20:40 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:41:44 + 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=3fba89a2f465b3f2c70ba55ba2cb291a52892bbb --label arch=amd64 --label version=0.0.0 . 20:41:44 Sending build context to Docker daemon 1.571MB 20:41:44 Step 1/36 : ARG BASE=golang:1.18-alpine3.16 20:41:44 Step 2/36 : FROM ${BASE} AS builder 20:41:44 ---> 02f5d6cd4db0 20:41:44 Step 3/36 : ARG ADD_BUILD_TAGS="" 20:41:44 ---> Running in 180a07ecde10 20:41:44 Removing intermediate container 180a07ecde10 20:41:44 ---> ee8e103b1eff 20:41:44 Step 4/36 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 20:41:44 ---> Running in bb80094ad3c1 20:41:44 Removing intermediate container bb80094ad3c1 20:41:44 ---> 670672a62322 20:41:44 Step 5/36 : ARG ALPINE_PKG_BASE="make git gcc libc-dev zeromq-dev libsodium-dev curl" 20:41:44 ---> Running in bb78d9d14edc 20:41:44 Removing intermediate container bb78d9d14edc 20:41:44 ---> a072697aaa4c 20:41:44 Step 6/36 : ARG ALPINE_PKG_EXTRA="v4l-utils-dev v4l-utils v4l-utils-libs linux-headers" 20:41:45 ---> Running in a9c016645a9b 20:41:45 Removing intermediate container a9c016645a9b 20:41:45 ---> 7cf7ecf07816 20:41:45 Step 7/36 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 20:41:45 ---> Running in 452b28147d64 20:41:45 Removing intermediate container 452b28147d64 20:41:45 ---> b1c7d1ae8b5e 20:41:45 Step 8/36 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 20:41:45 ---> Running in 2d3765e524b3 20:41:46 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 20:41:46 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 20:41:47 OK: 330 MiB in 131 packages 20:41:47 Removing intermediate container 2d3765e524b3 20:41:47 ---> 5f432578ccfd 20:41:47 Step 9/36 : WORKDIR /device-usb-camera 20:41:47 ---> Running in 75c0a3651d5c 20:41:47 Removing intermediate container 75c0a3651d5c 20:41:47 ---> 759de465d9ce 20:41:47 Step 10/36 : COPY go.mod vendor* ./ 20:41:47 ---> e7ad0ee820a3 20:41:47 Step 11/36 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:41:47 ---> Running in d59c33cd606c 20:41:48 Removing intermediate container d59c33cd606c 20:41:48 ---> 048b7be6c0aa 20:41:48 Step 12/36 : COPY . . 20:41:48 ---> 10357c3173e2 20:41:48 Step 13/36 : RUN curl -o LICENSE-rtsp-simple-server https://raw.githubusercontent.com/aler9/rtsp-simple-server/main/LICENSE 20:41:48 ---> Running in 863d4ddc0243 20:41:49  % Total % Received % Xferd Average Speed Time Time Time Current 20:41:49 Dload Upload Total Spent Left Speed 20:41:49 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 1062 100 1062 0 0 39778 0 --:--:-- --:--:-- --:--:-- 40846 20:41:49 Removing intermediate container 863d4ddc0243 20:41:49 ---> 5c8d2cf5719f 20:41:49 Step 14/36 : RUN ${MAKE} 20:41:49 ---> Running in 256d5192401e 20:41:49 CGO_ENABLED=1 go build -tags "" -ldflags "-linkmode=external -X github.com/edgexfoundry/device-usb-camera.Version=0.0.0 -X github.com/edgexfoundry/device-sdk-go/v2/internal/common.SDKVersion=v2.3.0-dev.40" -trimpath -mod=readonly -buildmode=pie -o cmd/device-usb-camera ./cmd 20:42:11 Removing intermediate container 256d5192401e 20:42:11 ---> 94de90f36a9e 20:42:11 Step 15/36 : FROM aler9/rtsp-simple-server:v0.18.4 AS rtsp 20:42:11 v0.18.4: Pulling from aler9/rtsp-simple-server 20:42:11 af6660deedbd: Pulling fs layer 20:42:11 97cd0a44c592: Pulling fs layer 20:42:11 97cd0a44c592: Download complete 20:42:11 af6660deedbd: Verifying Checksum 20:42:11 af6660deedbd: Download complete 20:42:11 af6660deedbd: Pull complete 20:42:11 97cd0a44c592: Pull complete 20:42:11 Digest: sha256:1453d1d853d0ebdb57f9d2cbebc75114a1174f7b08edc414400166566d9ff563 20:42:11 Status: Downloaded newer image for aler9/rtsp-simple-server:v0.18.4 20:42:11 ---> fea57e182299 20:42:11 Step 16/36 : FROM alpine:3.16 20:42:11 3.16: Pulling from library/alpine 20:42:11 213ec9aee27d: Already exists 20:42:11 Digest: sha256:bc41182d7ef5ffc53a40b044e725193bc10142a1243f395ee852a8d9730fc2ad 20:42:11 Status: Downloaded newer image for alpine:3.16 20:42:11 ---> 9c6f07244728 20:42:11 Step 17/36 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel Corporation' 20:42:11 ---> Running in 31675104e076 20:42:11 Removing intermediate container 31675104e076 20:42:11 ---> 6d517be97b61 20:42:11 Step 18/36 : RUN apk add --update --no-cache zeromq dumb-init ffmpeg udev 20:42:11 ---> Running in 1800cf895c9d 20:42:11 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 20:42:11 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 20:42:11 (1/83) Installing dumb-init (1.2.5-r1) 20:42:11 (2/83) Installing sdl2 (2.0.22-r0) 20:42:11 (3/83) Installing libxau (1.0.9-r0) 20:42:11 (4/83) Installing libxdmcp (1.1.3-r0) 20:42:11 (5/83) Installing libxcb (1.15-r0) 20:42:11 (6/83) Installing libx11 (1.8-r0) 20:42:11 (7/83) Installing aom-libs (3.3.0-r0) 20:42:11 (8/83) Installing alsa-lib (1.2.7.2-r0) 20:42:11 (9/83) Installing expat (2.4.9-r0) 20:42:11 (10/83) Installing brotli-libs (1.0.9-r6) 20:42:11 (11/83) Installing libbz2 (1.0.8-r1) 20:42:11 (12/83) Installing libpng (1.6.37-r1) 20:42:11 (13/83) Installing freetype (2.12.1-r0) 20:42:11 (14/83) Installing fontconfig (2.14.0-r0) 20:42:12 (15/83) Installing fribidi (1.0.12-r0) 20:42:12 (16/83) Installing libffi (3.4.2-r1) 20:42:12 (17/83) Installing libintl (0.21-r2) 20:42:12 (18/83) Installing libblkid (2.38-r1) 20:42:12 (19/83) Installing libmount (2.38-r1) 20:42:12 (20/83) Installing pcre (8.45-r2) 20:42:12 (21/83) Installing glib (2.72.1-r0) 20:42:12 (22/83) Installing graphite2 (1.3.14-r1) 20:42:12 (23/83) Installing harfbuzz (4.3.0-r0) 20:42:12 (24/83) Installing libass (0.16.0-r0) 20:42:12 (25/83) Installing libdav1d (1.0.0-r0) 20:42:12 (26/83) Installing libpciaccess (0.16-r0) 20:42:12 (27/83) Installing libdrm (2.4.110-r0) 20:42:12 (28/83) Installing gmp (6.2.1-r2) 20:42:12 (29/83) Installing nettle (3.7.3-r0) 20:42:12 (30/83) Installing p11-kit (0.24.1-r0) 20:42:12 (31/83) Installing libtasn1 (4.18.0-r0) 20:42:12 (32/83) Installing libunistring (1.0-r0) 20:42:12 (33/83) Installing gnutls (3.7.7-r0) 20:42:12 (34/83) Installing ncurses-terminfo-base (6.3_p20220521-r0) 20:42:12 (35/83) Installing ncurses-libs (6.3_p20220521-r0) 20:42:12 (36/83) Installing lame (3.100-r0) 20:42:12 (37/83) Installing opus (1.3.1-r1) 20:42:12 (38/83) Installing libasyncns (0.8-r1) 20:42:12 (39/83) Installing dbus-libs (1.14.4-r0) 20:42:12 (40/83) Installing libltdl (2.4.7-r0) 20:42:12 (41/83) Installing orc (0.4.32-r0) 20:42:12 (42/83) Installing libgcc (11.2.1_git20220219-r2) 20:42:12 (43/83) Installing libogg (1.3.5-r1) 20:42:12 (44/83) Installing libstdc++ (11.2.1_git20220219-r2) 20:42:12 (45/83) Installing flac (1.3.4-r0) 20:42:12 (46/83) Installing libvorbis (1.3.7-r0) 20:42:12 (47/83) Installing libsndfile (1.1.0-r0) 20:42:12 (48/83) Installing libgomp (11.2.1_git20220219-r2) 20:42:12 (49/83) Installing soxr (0.1.3-r2) 20:42:12 (50/83) Installing speexdsp (1.2.0-r0) 20:42:12 (51/83) Installing tdb-libs (1.4.6-r0) 20:42:12 (52/83) Installing libpulse (15.0-r2) 20:42:12 (53/83) Installing cjson (1.7.15-r3) 20:42:12 (54/83) Installing mbedtls (2.28.1-r0) 20:42:12 (55/83) Installing librist (0.2.6-r1) 20:42:12 (56/83) Installing libsrt (1.4.4-r0) 20:42:12 (57/83) Installing libssh (0.9.6-r1) 20:42:12 (58/83) Installing libtheora (1.1.1-r16) 20:42:12 (59/83) Installing libjpeg-turbo (2.1.3-r1) 20:42:12 (60/83) Installing v4l-utils-libs (1.22.1-r1) 20:42:12 (61/83) Installing libxext (1.3.4-r0) 20:42:12 (62/83) Installing libxfixes (6.0.0-r0) 20:42:12 (63/83) Installing wayland-libs-client (1.20.0-r0) 20:42:12 (64/83) Installing libva (2.14.0-r0) 20:42:12 (65/83) Installing libvdpau (1.5-r0) 20:42:12 (66/83) Installing vidstab (1.1.0-r1) 20:42:12 (67/83) Installing libvpx (1.11.0-r1) 20:42:12 (68/83) Installing libwebp (1.2.3-r0) 20:42:12 (69/83) Installing x264-libs (0.163_git20210613-r0) 20:42:12 (70/83) Installing numactl (2.0.14-r0) 20:42:12 (71/83) Installing x265-libs (3.5-r3) 20:42:12 (72/83) Installing xvidcore (1.3.7-r1) 20:42:12 (73/83) Installing ffmpeg-libs (5.0.1-r1) 20:42:12 (74/83) Installing ffmpeg (5.0.1-r1) 20:42:12 (75/83) Installing udev-init-scripts (35-r0) 20:42:12 Executing udev-init-scripts-35-r0.post-install 20:42:12 (76/83) Installing eudev-libs (3.2.11-r0) 20:42:12 (77/83) Installing xz-libs (5.2.5-r1) 20:42:12 (78/83) Installing zstd-libs (1.5.2-r1) 20:42:12 (79/83) Installing kmod-libs (29-r2) 20:42:12 (80/83) Installing eudev (3.2.11-r0) 20:42:12 (81/83) Installing libsodium (1.0.18-r0) 20:42:12 (82/83) Installing libzmq (4.3.4-r0) 20:42:12 (83/83) Installing zeromq (4.3.4-r0) 20:42:12 Executing busybox-1.35.0-r17.trigger 20:42:12 Executing eudev-3.2.11-r0.trigger 20:42:12 OK: 101 MiB in 97 packages 20:42:14 Removing intermediate container 1800cf895c9d 20:42:14 ---> a09869e529c1 20:42:14 Step 19/36 : WORKDIR / 20:42:14 ---> Running in ff203fa0a709 20:42:14 Removing intermediate container ff203fa0a709 20:42:14 ---> 404da6aa3341 20:42:14 Step 20/36 : COPY --from=builder /device-usb-camera/cmd / 20:42:14 ---> fc2d4d378a5c 20:42:14 Step 21/36 : COPY --from=builder /device-usb-camera/LICENSE / 20:42:15 ---> 7ef0f41f8458 20:42:15 Step 22/36 : COPY --from=builder /device-usb-camera/LICENSE-rtsp-simple-server / 20:42:15 ---> 61d0e9916041 20:42:15 Step 23/36 : COPY --from=builder /device-usb-camera/Attribution.txt / 20:42:15 ---> 02c44dcf5102 20:42:15 Step 24/36 : COPY --from=builder /device-usb-camera/docker-entrypoint.sh / 20:42:15 ---> d60c6a88cf0d 20:42:15 Step 25/36 : COPY --from=rtsp /rtsp-simple-server.yml / 20:42:15 ---> 6e0bf211c2a2 20:42:15 Step 26/36 : COPY --from=rtsp /rtsp-simple-server / 20:42:16 ---> 2e9a3244286b 20:42:16 Step 27/36 : RUN sed -i 's/rtmpDisable: no/rtmpDisable: yes/g' rtsp-simple-server.yml 20:42:16 ---> Running in 50c1126170c6 20:42:16 Removing intermediate container 50c1126170c6 20:42:16 ---> a7e3da8a8fba 20:42:16 Step 28/36 : RUN sed -i 's/hlsDisable: no/hlsDisable: yes/g' rtsp-simple-server.yml 20:42:16 ---> Running in 1f4bbdea481f 20:42:17 Removing intermediate container 1f4bbdea481f 20:42:17 ---> 7439f1761163 20:42:17 Step 29/36 : RUN sed -i 's/protocols: \[udp, multicast, tcp\]/protocols: \[tcp\]/g' rtsp-simple-server.yml 20:42:17 ---> Running in bd6cf4c4e882 20:42:17 Removing intermediate container bd6cf4c4e882 20:42:17 ---> 51fc61795c26 20:42:17 Step 30/36 : EXPOSE 59983 20:42:17 ---> Running in 935edfe7d3ad 20:42:17 Removing intermediate container 935edfe7d3ad 20:42:17 ---> 9ff7214325b2 20:42:17 Step 31/36 : EXPOSE 8554 20:42:18 ---> Running in 2cfa53685585 20:42:18 Removing intermediate container 2cfa53685585 20:42:18 ---> 1efe78d7ba15 20:42:18 Step 32/36 : ENTRYPOINT ["/docker-entrypoint.sh"] 20:42:18 ---> Running in 3dad918af502 20:42:18 Removing intermediate container 3dad918af502 20:42:18 ---> 08d0c8c67797 20:42:18 Step 33/36 : CMD [ "--configProvider=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res" ] 20:42:18 ---> Running in 0125c0732a91 20:42:18 Removing intermediate container 0125c0732a91 20:42:18 ---> 310bc39f2bbd 20:42:18 Step 34/36 : LABEL arch=amd64 20:42:18 ---> Running in 155621e2d80b 20:42:18 Removing intermediate container 155621e2d80b 20:42:18 ---> 4e65aed4fc20 20:42:18 Step 35/36 : LABEL git_sha=3fba89a2f465b3f2c70ba55ba2cb291a52892bbb 20:42:18 ---> Running in c6b2b24865ab 20:42:18 Removing intermediate container c6b2b24865ab 20:42:18 ---> 9fbb57884ba9 20:42:18 Step 36/36 : LABEL version=0.0.0 20:42:18 ---> Running in a32a62853f57 20:42:18 Removing intermediate container a32a62853f57 20:42:18 ---> 584984f356cf 20:42:18 [Warning] One or more build-args [ARCH] were not consumed 20:42:18 Successfully built 584984f356cf 20:42:18 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 20:42:19 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 20:42:19 20:42:19 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:42:19 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 20:42:19 latest: Pulling from edgex-lftools-log-publisher 20:42:19 5eb5b503b376: Pulling fs layer 20:42:19 5c69ac0246d0: Pulling fs layer 20:42:19 ec43610c2a17: Pulling fs layer 20:42:19 3a2ae6a8a46f: Pulling fs layer 20:42:19 33b1e0a273af: Pulling fs layer 20:42:19 5d3b04190fa2: Pulling fs layer 20:42:19 2f39f015ded8: Pulling fs layer 20:42:19 3a2ae6a8a46f: Waiting 20:42:19 33b1e0a273af: Waiting 20:42:19 5d3b04190fa2: Waiting 20:42:19 2f39f015ded8: Waiting 20:42:19 5c69ac0246d0: Verifying Checksum 20:42:19 5c69ac0246d0: Download complete 20:42:19 3a2ae6a8a46f: Verifying Checksum 20:42:19 3a2ae6a8a46f: Download complete 20:42:19 33b1e0a273af: Verifying Checksum 20:42:19 33b1e0a273af: Download complete 20:42:19 5d3b04190fa2: Verifying Checksum 20:42:19 5d3b04190fa2: Download complete 20:42:20 ec43610c2a17: Verifying Checksum 20:42:20 ec43610c2a17: Download complete 20:42:20 5eb5b503b376: Verifying Checksum 20:42:20 5eb5b503b376: Download complete 20:42:21 2f39f015ded8: Verifying Checksum 20:42:21 2f39f015ded8: Download complete 20:42:21 5eb5b503b376: Pull complete 20:42:21 5c69ac0246d0: Pull complete 20:42:21 ec43610c2a17: Pull complete 20:42:21 3a2ae6a8a46f: Pull complete 20:42:22 33b1e0a273af: Pull complete 20:42:22 5d3b04190fa2: Pull complete 20:42:26 2f39f015ded8: Pull complete 20:42:26 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 20:42:26 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 20:42:26 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:42:26 prd-ubuntu20.04-docker-8c-8g-34084 does not seem to be running inside a container 20:42:26 $ 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-105 -v /w/workspace/foundry_device-usb-camera_PR-105:/w/workspace/foundry_device-usb-camera_PR-105:rw,z -v /w/workspace/foundry_device-usb-camera_PR-105@tmp:/w/workspace/foundry_device-usb-camera_PR-105@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:latest cat 20:42:28 $ docker top 62bc21edc8d26a73c0159003f00641cc7e852d7e7b40a7095bdf0dd39a411415 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 20:42:28 ---> job-cost.sh 20:42:28 lf-activate-venv: SKIPPING 20:42:28 INFO: No Stack... 20:42:28 INFO: Retrieving Pricing Info for: v3-standard-8 20:42:29 INFO: Archiving Costs [Pipeline] sh 20:42:29 + cat /w/workspace/foundry_device-usb-camera_PR-105/archives/cost.csv 20:42:29 + cut -d, -f6 [Pipeline] lock 20:42:29 Trying to acquire lock on [jenkins-edgexfoundry-device-usb-camera-PR-105-1-stack-cost] 20:42:29 Resource [jenkins-edgexfoundry-device-usb-camera-PR-105-1-stack-cost] did not exist. Created. 20:42:29 Lock acquired on [jenkins-edgexfoundry-device-usb-camera-PR-105-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 20:42:29 + echo total: 0.2199999988079071 [Pipeline] stash 20:42:29 Stashed 1 file(s) [Pipeline] } 20:42:30 Lock released on resource [jenkins-edgexfoundry-device-usb-camera-PR-105-1-stack-cost] [Pipeline] // lock [Pipeline] } 20:42:30 $ docker stop --time=1 62bc21edc8d26a73c0159003f00641cc7e852d7e7b40a7095bdf0dd39a411415 20:42:31 $ docker rm -f 62bc21edc8d26a73c0159003f00641cc7e852d7e7b40a7095bdf0dd39a411415 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 01:21:05 Running on prd-ubuntu20.04-docker-arm64-4c-16g-63855 in /w/workspace/foundry_device-usb-camera_PR-105 [Pipeline] { [Pipeline] ws 01:21:05 Running in /w/workspace/device-usb-camera/1 [Pipeline] { [Pipeline] checkout 01:21:05 Selected Git installation does not exist. Using Default 01:21:05 The recommended git tool is: NONE 01:21:11 using credential edgex-jenkins-ssh 01:21:11 Cloning the remote Git repository 01:21:11 Cloning repository git@github.com:edgexfoundry/device-usb-camera.git 01:21:11 > git init /w/workspace/device-usb-camera/1 # timeout=10 01:21:11 Fetching upstream changes from git@github.com:edgexfoundry/device-usb-camera.git 01:21:11 > git --version # timeout=10 01:21:11 > git --version # 'git version 2.25.1' 01:21:11 using GIT_SSH to set credentials SSH Credentials for GitHub 01:21:11 Verifying host key using known hosts file 01:21:11 You're using 'Known hosts file' strategy to verify ssh host keys, but your known_hosts file does not exist, please go to 'Manage Jenkins' -> 'Configure Global Security' -> 'Git Host Key Verification Configuration' and configure host key verification. 01:21:11 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-usb-camera.git +refs/heads/*:refs/remotes/origin/* # timeout=10 01:21:12 > git config remote.origin.url git@github.com:edgexfoundry/device-usb-camera.git # timeout=10 01:21:12 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 01:21:14 Merging remotes/origin/main commit 695cbf35e7563b7af803532131954c37e2b367cb into PR head commit 3fba89a2f465b3f2c70ba55ba2cb291a52892bbb 01:21:14 Merge succeeded, producing 3fba89a2f465b3f2c70ba55ba2cb291a52892bbb 01:21:14 Checking out Revision 3fba89a2f465b3f2c70ba55ba2cb291a52892bbb (PR-105) 01:21:13 > git config remote.origin.url git@github.com:edgexfoundry/device-usb-camera.git # timeout=10 01:21:13 Fetching upstream changes from git@github.com:edgexfoundry/device-usb-camera.git 01:21:13 using GIT_SSH to set credentials SSH Credentials for GitHub 01:21:13 Verifying host key using known hosts file 01:21:13 You're using 'Known hosts file' strategy to verify ssh host keys, but your known_hosts file does not exist, please go to 'Manage Jenkins' -> 'Configure Global Security' -> 'Git Host Key Verification Configuration' and configure host key verification. 01:21:13 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-usb-camera.git +refs/pull/105/head:refs/remotes/origin/PR-105 +refs/heads/main:refs/remotes/origin/main # timeout=10 01:21:14 > git config core.sparsecheckout # timeout=10 01:21:14 > git checkout -f 3fba89a2f465b3f2c70ba55ba2cb291a52892bbb # timeout=10 01:21:14 > git remote # timeout=10 01:21:14 > git config --get remote.origin.url # timeout=10 01:21:14 using GIT_SSH to set credentials SSH Credentials for GitHub 01:21:14 Verifying host key using known hosts file 01:21:14 You're using 'Known hosts file' strategy to verify ssh host keys, but your known_hosts file does not exist, please go to 'Manage Jenkins' -> 'Configure Global Security' -> 'Git Host Key Verification Configuration' and configure host key verification. 01:21:14 > git merge 695cbf35e7563b7af803532131954c37e2b367cb # timeout=10 01:21:14 > git rev-parse HEAD^{commit} # timeout=10 01:21:14 > git config core.sparsecheckout # timeout=10 01:21:14 > git checkout -f 3fba89a2f465b3f2c70ba55ba2cb291a52892bbb # timeout=10 01:21:14 Commit message: "build(deps): Bump github.com/stretchr/testify from 1.8.0 to 1.8.1" 01:21:14 > git --version # timeout=10 01:21:14 > git --version # 'git version 2.25.1' 01:21:14 fatal: bad object 6c1167a966ce7273a24629bf6583a1975ad218c3 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 01:21:16 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 01:21:16 % Total % Received % Xferd Average Speed Time Time Time Current 01:21:16 Dload Upload Total Spent Left Speed 01:21:16 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12602 100 12602 0 0 83456 0 --:--:-- --:--:-- --:--:-- 84013 [Pipeline] sh 01:21:16 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 01:21:16 + sudo tee /etc/docker/daemon.new 01:21:16 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 01:21:16 { 01:21:16 "registry-mirrors": [ 01:21:16 "https://nexus3.edgexfoundry.org:10001" 01:21:16 ], 01:21:16 "bip": "10.250.0.254/24", 01:21:16 "hosts": [ 01:21:16 "tcp://0.0.0.0:5555", 01:21:16 "unix:///var/run/docker.sock" 01:21:16 ], 01:21:16 "mtu": 1458, 01:21:16 "selinux-enabled": true, 01:21:16 "seccomp-profile": "/etc/docker/seccomp.json" 01:21:16 } [Pipeline] sh 01:21:17 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 01:21:17 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 01:21:35 provisioning config files... 01:21:35 copy managed file [device-usb-camera-settings] to file:/w/workspace/device-usb-camera/1@tmp/config15810260214868739583tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 01:21:36 ---> docker-login.sh 01:21:36 nexus3.edgexfoundry.org:10001 01:21:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:21:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:21:36 Configure a credential helper to remove this warning. See 01:21:36 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:21:36 01:21:36 Login Succeeded 01:21:36 nexus3.edgexfoundry.org:10002 01:21:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:21:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:21:37 Configure a credential helper to remove this warning. See 01:21:37 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:21:37 01:21:37 Login Succeeded 01:21:37 nexus3.edgexfoundry.org:10003 01:21:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:21:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:21:37 Configure a credential helper to remove this warning. See 01:21:37 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:21:37 01:21:37 Login Succeeded 01:21:37 nexus3.edgexfoundry.org:10004 01:21:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:21:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:21:38 Configure a credential helper to remove this warning. See 01:21:38 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:21:38 01:21:38 Login Succeeded 01:21:38 docker.io 01:21:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:21:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:21:38 Configure a credential helper to remove this warning. See 01:21:38 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:21:38 01:21:38 Login Succeeded 01:21:38 ---> docker-login.sh ends [Pipeline] } 01:21:38 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 01:21:39 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 01:21:39 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 01:21:39 ========================================================= 01:21:39 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] 01:21:39 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:21:39 + docker build -t ci-base-image-arm64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine --build-arg MAKE=echo noop --target=builder . 01:21:40 Sending build context to Docker daemon 1.009MB 01:21:40 Step 1/14 : ARG BASE=golang:1.18-alpine3.16 01:21:40 Step 2/14 : FROM ${BASE} AS builder 01:21:40 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 01:21:40 9b18e9b68314: Pulling fs layer 01:21:40 d32db5db7311: Pulling fs layer 01:21:40 d0c4b47475fc: Pulling fs layer 01:21:40 5831b945b038: Pulling fs layer 01:21:40 86bbec2aaacd: Pulling fs layer 01:21:40 e10730c5d714: Pulling fs layer 01:21:40 5dd5c2283517: Pulling fs layer 01:21:40 d5ac0230b979: Pulling fs layer 01:21:40 5831b945b038: Waiting 01:21:40 e10730c5d714: Waiting 01:21:40 5dd5c2283517: Waiting 01:21:40 d5ac0230b979: Waiting 01:21:40 86bbec2aaacd: Waiting 01:21:40 d0c4b47475fc: Download complete 01:21:40 d32db5db7311: Verifying Checksum 01:21:40 d32db5db7311: Download complete 01:21:40 86bbec2aaacd: Verifying Checksum 01:21:40 86bbec2aaacd: Download complete 01:21:40 e10730c5d714: Verifying Checksum 01:21:40 e10730c5d714: Download complete 01:21:40 9b18e9b68314: Verifying Checksum 01:21:40 9b18e9b68314: Download complete 01:21:41 9b18e9b68314: Pull complete 01:21:41 d5ac0230b979: Verifying Checksum 01:21:41 d5ac0230b979: Download complete 01:21:41 d32db5db7311: Pull complete 01:21:42 d0c4b47475fc: Pull complete 01:21:42 5dd5c2283517: Verifying Checksum 01:21:43 5831b945b038: Verifying Checksum 01:21:43 5831b945b038: Download complete 01:21:55 5831b945b038: Pull complete 01:21:55 86bbec2aaacd: Pull complete 01:21:55 e10730c5d714: Pull complete 01:22:01 5dd5c2283517: Pull complete 01:22:03 d5ac0230b979: Pull complete 01:22:03 Digest: sha256:20129d036edcc9aeb260ee0df12cfa5280992c4a8e5b89377467d541f90c94a2 01:22:03 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 01:22:03 ---> 59b3b1a385d4 01:22:03 Step 3/14 : ARG ADD_BUILD_TAGS="" 01:22:05 ---> Running in bc94261511bb 01:22:05 Removing intermediate container bc94261511bb 01:22:05 ---> 00fc99d10cbe 01:22:05 Step 4/14 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 01:22:05 ---> Running in 56b2cb9c757c 01:22:05 Removing intermediate container 56b2cb9c757c 01:22:05 ---> 664bbf1c48a3 01:22:05 Step 5/14 : ARG ALPINE_PKG_BASE="make git gcc libc-dev zeromq-dev libsodium-dev curl" 01:22:05 ---> Running in 0fc54e5f3c70 01:22:05 Removing intermediate container 0fc54e5f3c70 01:22:05 ---> df1d6a7402e6 01:22:05 Step 6/14 : ARG ALPINE_PKG_EXTRA="v4l-utils-dev v4l-utils v4l-utils-libs linux-headers" 01:22:05 ---> Running in dbcbcb1e077d 01:22:06 Removing intermediate container dbcbcb1e077d 01:22:06 ---> c7e77285296c 01:22:06 Step 7/14 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 01:22:06 ---> Running in 2dd5b4f689cd 01:22:08 Removing intermediate container 2dd5b4f689cd 01:22:08 ---> 228c7e2f0791 01:22:08 Step 8/14 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 01:22:08 ---> Running in a889a12c83d0 01:22:09 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 01:22:10 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 01:22:11 (1/14) Installing libintl (0.21-r2) 01:22:11 (2/14) Installing eudev-libs (3.2.11-r0) 01:22:11 (3/14) Installing libjpeg-turbo (2.1.3-r1) 01:22:11 (4/14) Installing v4l-utils-libs (1.22.1-r1) 01:22:11 (5/14) Installing v4l-utils (1.22.1-r1) 01:22:11 (6/14) Installing udev-init-scripts (35-r0) 01:22:12 Executing udev-init-scripts-35-r0.post-install 01:22:12 (7/14) Installing libblkid (2.38-r1) 01:22:12 (8/14) Installing xz-libs (5.2.5-r1) 01:22:12 (9/14) Installing zstd-libs (1.5.2-r1) 01:22:12 (10/14) Installing kmod-libs (29-r2) 01:22:12 (11/14) Installing eudev (3.2.11-r0) 01:22:12 (12/14) Installing eudev-dev (3.2.11-r0) 01:22:12 (13/14) Installing v4l-utils-dvbv5 (1.22.1-r1) 01:22:12 (14/14) Installing v4l-utils-dev (1.22.1-r1) 01:22:12 Executing busybox-1.35.0-r17.trigger 01:22:12 Executing eudev-3.2.11-r0.trigger 01:22:12 OK: 228 MiB in 65 packages 01:22:13 Removing intermediate container a889a12c83d0 01:22:13 ---> 36169a5909e0 01:22:13 Step 9/14 : WORKDIR /device-usb-camera 01:22:14 ---> Running in fb6d4fed8e70 01:22:14 Removing intermediate container fb6d4fed8e70 01:22:14 ---> 427a77f952f7 01:22:14 Step 10/14 : COPY go.mod vendor* ./ 01:22:14 ---> 51670d1d610c 01:22:14 Step 11/14 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:22:14 ---> Running in 330790364e73 01:23:11 Removing intermediate container 330790364e73 01:23:11 ---> c8849a209f1c 01:23:11 Step 12/14 : COPY . . 01:23:11 ---> 030ca4de63df 01:23:11 Step 13/14 : RUN curl -o LICENSE-rtsp-simple-server https://raw.githubusercontent.com/aler9/rtsp-simple-server/main/LICENSE 01:23:11 ---> Running in a8baf1ca60d9 01:23:11  % Total % Received % Xferd Average Speed Time Time Time Current 01:23:11  Dload Upload  Total Spent Left Speed 01:23:11  0 0  0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 1062 100 1062 0 0 6873 0 --:--:-- --:--:-- --:--:-- 6896 01:23:11 Removing intermediate container a8baf1ca60d9 01:23:11 ---> 8759be1d8cd5 01:23:11 Step 14/14 : RUN ${MAKE} 01:23:11 ---> Running in 7cccb9a13aeb 01:23:11 noop 01:23:11 Removing intermediate container 7cccb9a13aeb 01:23:11 ---> ac90c422bbdc 01:23:11 Successfully built ac90c422bbdc 01:23:11 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:23:11 + docker inspect -f . ci-base-image-arm64 01:23:11 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 01:23:12 prd-ubuntu20.04-docker-arm64-4c-16g-63855 does not seem to be running inside a container 01:23:12 $ 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 01:23:13 $ docker top f3ceca6b8d0e9f22c919a7dff74fea1d8ae75c4f3d5765a66f9d1de254d6cf91 -eo pid,comm [Pipeline] { [Pipeline] sh 01:23:14 + go version 01:23:14 go version go1.18.7 linux/arm64 [Pipeline] } 01:23:14 $ docker stop --time=1 f3ceca6b8d0e9f22c919a7dff74fea1d8ae75c4f3d5765a66f9d1de254d6cf91 01:23:15 $ docker rm -f f3ceca6b8d0e9f22c919a7dff74fea1d8ae75c4f3d5765a66f9d1de254d6cf91 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:23:16 + docker inspect -f . ci-base-image-arm64 01:23:16 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 01:23:16 prd-ubuntu20.04-docker-arm64-4c-16g-63855 does not seem to be running inside a container 01:23:16 $ 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 01:23:18 $ docker top 0fa3b18907a07da9c43fef5aaff9bdb35c713e5832c535e1cb5bd61694a8eceb -eo pid,comm [Pipeline] { [Pipeline] sh 01:23:18 + git config --global --add safe.directory /w/workspace/device-usb-camera/1 [Pipeline] fileExists [Pipeline] sh 01:23:19 + make test 01:23:19 CGO_ENABLED=1 go test ./... -coverprofile=coverage.out ./... 01:23:21 ? github.com/edgexfoundry/device-usb-camera [no test files] 01:24:58 ? github.com/edgexfoundry/device-usb-camera/cmd [no test files] 01:25:02 ok github.com/edgexfoundry/device-usb-camera/internal/driver 0.067s coverage: 1.9% of statements 01:25:02 WARNING: Linting skipped (not on x86_64 or linter not installed) 01:25:02 CGO_ENABLED=1 go vet ./... 01:25:28 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 01:25:28 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 01:25:28 ./bin/test-attribution-txt.sh [Pipeline] echo 01:25:28 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 01:25:29 $ docker stop --time=1 0fa3b18907a07da9c43fef5aaff9bdb35c713e5832c535e1cb5bd61694a8eceb 01:25:30 $ docker rm -f 0fa3b18907a07da9c43fef5aaff9bdb35c713e5832c535e1cb5bd61694a8eceb [Pipeline] // withDockerContainer [Pipeline] sh 01:25:31 + sudo chown -R jenkins:jenkins . [Pipeline] stash 01:25:31 Warning: overwriting stash ‘coverage-report’ 01:25:32 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 01:25:32 + sudo chown -R jenkins:jenkins . [Pipeline] sh 01:25:33 + ls -al . 01:25:33 total 192 01:25:33 drwxrwxr-x 9 jenkins jenkins 4096 Oct 25 01:23 . 01:25:33 drwxrwxr-x 4 jenkins jenkins 4096 Oct 25 01:21 .. 01:25:33 drwxrwxr-x 8 jenkins jenkins 4096 Oct 25 01:21 .git 01:25:33 drwxrwxr-x 3 jenkins jenkins 4096 Oct 25 01:21 .github 01:25:33 -rw-rw-r-- 1 jenkins jenkins 414 Oct 25 01:21 .gitignore 01:25:33 -rw-rw-r-- 1 jenkins jenkins 42 Oct 25 01:21 .golangci.yml 01:25:33 -rw-rw-r-- 1 jenkins jenkins 77 Oct 25 01:21 .hadolint.yml 01:25:33 -rw-rw-r-- 1 jenkins jenkins 9702 Oct 25 01:21 Attribution.txt 01:25:33 -rw-rw-r-- 1 jenkins jenkins 1206 Oct 25 01:21 CHANGELOG.md 01:25:33 -rw-rw-r-- 1 jenkins jenkins 2467 Oct 25 01:21 Dockerfile 01:25:33 -rw-rw-r-- 1 jenkins jenkins 678 Oct 25 01:21 GOVERNANCE.md 01:25:33 -rw-rw-r-- 1 jenkins jenkins 659 Oct 25 01:21 Jenkinsfile 01:25:33 -rw-rw-r-- 1 jenkins jenkins 11348 Oct 25 01:21 LICENSE 01:25:33 -rw-rw-r-- 1 jenkins jenkins 2554 Oct 25 01:21 Makefile 01:25:33 -rw-rw-r-- 1 jenkins jenkins 622 Oct 25 01:21 OWNERS.md 01:25:33 -rw-rw-r-- 1 jenkins jenkins 5773 Oct 25 01:21 README.md 01:25:33 -rw-rw-r-- 1 jenkins jenkins 5 Oct 24 20:40 VERSION 01:25:33 drwxrwxr-x 2 jenkins jenkins 4096 Oct 25 01:21 bin 01:25:33 drwxrwxr-x 3 jenkins jenkins 4096 Oct 25 01:21 cmd 01:25:33 -rw-r--r-- 1 jenkins jenkins 29387 Oct 25 01:25 coverage.out 01:25:33 -rwxrwxr-x 1 jenkins jenkins 140 Oct 25 01:21 docker-entrypoint.sh 01:25:33 drwxrwxr-x 3 jenkins jenkins 4096 Oct 25 01:21 docs 01:25:33 -rw-rw-r-- 1 jenkins jenkins 3633 Oct 25 01:21 go.mod 01:25:33 -rw-rw-r-- 1 jenkins jenkins 38280 Oct 25 01:21 go.sum 01:25:33 drwxrwxr-x 3 jenkins jenkins 4096 Oct 25 01:21 internal 01:25:33 drwxrwxr-x 4 jenkins jenkins 4096 Oct 25 01:21 snap 01:25:33 -rw-rw-r-- 1 jenkins jenkins 231 Oct 25 01:21 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:25:33 + 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=3fba89a2f465b3f2c70ba55ba2cb291a52892bbb --label arch=arm64 --label version=0.0.0 . 01:25:34 Sending build context to Docker daemon 1.039MB 01:25:34 Step 1/36 : ARG BASE=golang:1.18-alpine3.16 01:25:34 Step 2/36 : FROM ${BASE} AS builder 01:25:34 ---> ac90c422bbdc 01:25:34 Step 3/36 : ARG ADD_BUILD_TAGS="" 01:25:34 ---> Running in d20124bc7f81 01:25:34 Removing intermediate container d20124bc7f81 01:25:34 ---> 3dd4389d7598 01:25:34 Step 4/36 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 01:25:34 ---> Running in f8ba1f9a102b 01:25:34 Removing intermediate container f8ba1f9a102b 01:25:34 ---> 661d168f1faa 01:25:34 Step 5/36 : ARG ALPINE_PKG_BASE="make git gcc libc-dev zeromq-dev libsodium-dev curl" 01:25:35 ---> Running in 297918ebeed5 01:25:35 Removing intermediate container 297918ebeed5 01:25:35 ---> 6e5a2ba9fbed 01:25:35 Step 6/36 : ARG ALPINE_PKG_EXTRA="v4l-utils-dev v4l-utils v4l-utils-libs linux-headers" 01:25:35 ---> Running in d7a106e4223d 01:25:35 Removing intermediate container d7a106e4223d 01:25:35 ---> f776c4d3eb9e 01:25:35 Step 7/36 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories 01:25:36 ---> Running in cf1615700616 01:25:38 Removing intermediate container cf1615700616 01:25:38 ---> c52b977ba5c3 01:25:38 Step 8/36 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 01:25:38 ---> Running in e0c682a5fb5f 01:25:39 fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 01:25:40 fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 01:25:41 OK: 228 MiB in 65 packages 01:25:42 Removing intermediate container e0c682a5fb5f 01:25:42 ---> d4ce8694f35a 01:25:42 Step 9/36 : WORKDIR /device-usb-camera 01:25:42 ---> Running in ae0eec7cd1af 01:25:42 Removing intermediate container ae0eec7cd1af 01:25:42 ---> 9eacb1e58b42 01:25:42 Step 10/36 : COPY go.mod vendor* ./ 01:25:43 ---> a80c085ad769 01:25:43 Step 11/36 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 01:25:43 ---> Running in fa322671d868 01:25:46 Removing intermediate container fa322671d868 01:25:46 ---> 1de0a3bc09e9 01:25:46 Step 12/36 : COPY . . 01:25:46 ---> cb8d07309598 01:25:46 Step 13/36 : RUN curl -o LICENSE-rtsp-simple-server https://raw.githubusercontent.com/aler9/rtsp-simple-server/main/LICENSE 01:25:46 ---> Running in f303f33cfe9f 01:25:47  % Total % Received % Xferd Average Speed Time Time Time Current 01:25:47 Dload Upload Total Spent Left Speed 01:25:47 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 1062 100 1062 0 0 13390 0 --:--:-- --:--:-- --:--:-- 13615 01:25:48 Removing intermediate container f303f33cfe9f 01:25:48 ---> 83aae4a185f3 01:25:48 Step 14/36 : RUN ${MAKE} 01:25:48 ---> Running in 8f13ec3c42a8 01:25:49 CGO_ENABLED=1 go build -tags "" -ldflags "-linkmode=external -X github.com/edgexfoundry/device-usb-camera.Version=0.0.0 -X github.com/edgexfoundry/device-sdk-go/v2/internal/common.SDKVersion=v2.3.0-dev.40" -trimpath -mod=readonly -buildmode=pie -o cmd/device-usb-camera ./cmd 01:28:41 Removing intermediate container 8f13ec3c42a8 01:28:41 ---> 34eb25f7b39e 01:28:41 Step 15/36 : FROM aler9/rtsp-simple-server:v0.18.4 AS rtsp 01:28:41 v0.18.4: Pulling from aler9/rtsp-simple-server 01:28:41 eab2503cf8f4: Pulling fs layer 01:28:41 97cd0a44c592: Pulling fs layer 01:28:41 97cd0a44c592: Verifying Checksum 01:28:41 97cd0a44c592: Download complete 01:28:41 eab2503cf8f4: Verifying Checksum 01:28:41 eab2503cf8f4: Download complete 01:28:41 eab2503cf8f4: Pull complete 01:28:41 97cd0a44c592: Pull complete 01:28:41 Digest: sha256:1453d1d853d0ebdb57f9d2cbebc75114a1174f7b08edc414400166566d9ff563 01:28:41 Status: Downloaded newer image for aler9/rtsp-simple-server:v0.18.4 01:28:41 ---> 7f763cca56b3 01:28:41 Step 16/36 : FROM alpine:3.16 01:28:41 3.16: Pulling from library/alpine 01:28:41 9b18e9b68314: Already exists 01:28:41 Digest: sha256:bc41182d7ef5ffc53a40b044e725193bc10142a1243f395ee852a8d9730fc2ad 01:28:41 Status: Downloaded newer image for alpine:3.16 01:28:41 ---> a6215f271958 01:28:41 Step 17/36 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel Corporation' 01:28:41 ---> Running in 4040702a1041 01:28:41 Removing intermediate container 4040702a1041 01:28:41 ---> e76088a91bf2 01:28:41 Step 18/36 : RUN apk add --update --no-cache zeromq dumb-init ffmpeg udev 01:28:41 ---> Running in 5e0fe0dbf604 01:28:41 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 01:28:41 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 01:28:41 (1/82) Installing dumb-init (1.2.5-r1) 01:28:41 (2/82) Installing sdl2 (2.0.22-r0) 01:28:41 (3/82) Installing libxau (1.0.9-r0) 01:28:41 (4/82) Installing libxdmcp (1.1.3-r0) 01:28:41 (5/82) Installing libxcb (1.15-r0) 01:28:41 (6/82) Installing libx11 (1.8-r0) 01:28:41 (7/82) Installing aom-libs (3.3.0-r0) 01:28:41 (8/82) Installing alsa-lib (1.2.7.2-r0) 01:28:41 (9/82) Installing expat (2.4.9-r0) 01:28:41 (10/82) Installing brotli-libs (1.0.9-r6) 01:28:41 (11/82) Installing libbz2 (1.0.8-r1) 01:28:41 (12/82) Installing libpng (1.6.37-r1) 01:28:41 (13/82) Installing freetype (2.12.1-r0) 01:28:41 (14/82) Installing fontconfig (2.14.0-r0) 01:28:41 (15/82) Installing fribidi (1.0.12-r0) 01:28:41 (16/82) Installing libffi (3.4.2-r1) 01:28:41 (17/82) Installing libintl (0.21-r2) 01:28:41 (18/82) Installing libblkid (2.38-r1) 01:28:41 (19/82) Installing libmount (2.38-r1) 01:28:41 (20/82) Installing pcre (8.45-r2) 01:28:41 (21/82) Installing glib (2.72.1-r0) 01:28:41 (22/82) Installing graphite2 (1.3.14-r1) 01:28:41 (23/82) Installing harfbuzz (4.3.0-r0) 01:28:41 (24/82) Installing libass (0.16.0-r0) 01:28:41 (25/82) Installing libdav1d (1.0.0-r0) 01:28:41 (26/82) Installing libdrm (2.4.110-r0) 01:28:41 (27/82) Installing gmp (6.2.1-r2) 01:28:41 (28/82) Installing nettle (3.7.3-r0) 01:28:41 (29/82) Installing p11-kit (0.24.1-r0) 01:28:41 (30/82) Installing libtasn1 (4.18.0-r0) 01:28:41 (31/82) Installing libunistring (1.0-r0) 01:28:41 (32/82) Installing gnutls (3.7.7-r0) 01:28:41 (33/82) Installing ncurses-terminfo-base (6.3_p20220521-r0) 01:28:41 (34/82) Installing ncurses-libs (6.3_p20220521-r0) 01:28:41 (35/82) Installing lame (3.100-r0) 01:28:41 (36/82) Installing opus (1.3.1-r1) 01:28:41 (37/82) Installing libasyncns (0.8-r1) 01:28:41 (38/82) Installing dbus-libs (1.14.4-r0) 01:28:41 (39/82) Installing libltdl (2.4.7-r0) 01:28:41 (40/82) Installing orc (0.4.32-r0) 01:28:41 (41/82) Installing libgcc (11.2.1_git20220219-r2) 01:28:41 (42/82) Installing libogg (1.3.5-r1) 01:28:41 (43/82) Installing libstdc++ (11.2.1_git20220219-r2) 01:28:41 (44/82) Installing flac (1.3.4-r0) 01:28:41 (45/82) Installing libvorbis (1.3.7-r0) 01:28:41 (46/82) Installing libsndfile (1.1.0-r0) 01:28:41 (47/82) Installing libgomp (11.2.1_git20220219-r2) 01:28:41 (48/82) Installing soxr (0.1.3-r2) 01:28:41 (49/82) Installing speexdsp (1.2.0-r0) 01:28:41 (50/82) Installing tdb-libs (1.4.6-r0) 01:28:41 (51/82) Installing libpulse (15.0-r2) 01:28:41 (52/82) Installing cjson (1.7.15-r3) 01:28:41 (53/82) Installing mbedtls (2.28.1-r0) 01:28:41 (54/82) Installing librist (0.2.6-r1) 01:28:41 (55/82) Installing libsrt (1.4.4-r0) 01:28:41 (56/82) Installing libssh (0.9.6-r1) 01:28:41 (57/82) Installing libtheora (1.1.1-r16) 01:28:41 (58/82) Installing libjpeg-turbo (2.1.3-r1) 01:28:41 (59/82) Installing v4l-utils-libs (1.22.1-r1) 01:28:41 (60/82) Installing libxext (1.3.4-r0) 01:28:41 (61/82) Installing libxfixes (6.0.0-r0) 01:28:41 (62/82) Installing wayland-libs-client (1.20.0-r0) 01:28:41 (63/82) Installing libva (2.14.0-r0) 01:28:41 (64/82) Installing libvdpau (1.5-r0) 01:28:41 (65/82) Installing vidstab (1.1.0-r1) 01:28:41 (66/82) Installing libvpx (1.11.0-r1) 01:28:41 (67/82) Installing libwebp (1.2.3-r0) 01:28:41 (68/82) Installing x264-libs (0.163_git20210613-r0) 01:28:41 (69/82) Installing numactl (2.0.14-r0) 01:28:41 (70/82) Installing x265-libs (3.5-r3) 01:28:41 (71/82) Installing xvidcore (1.3.7-r1) 01:28:41 (72/82) Installing ffmpeg-libs (5.0.1-r1) 01:28:41 (73/82) Installing ffmpeg (5.0.1-r1) 01:28:41 (74/82) Installing udev-init-scripts (35-r0) 01:28:41 Executing udev-init-scripts-35-r0.post-install 01:28:41 (75/82) Installing eudev-libs (3.2.11-r0) 01:28:41 (76/82) Installing xz-libs (5.2.5-r1) 01:28:41 (77/82) Installing zstd-libs (1.5.2-r1) 01:28:41 (78/82) Installing kmod-libs (29-r2) 01:28:41 (79/82) Installing eudev (3.2.11-r0) 01:28:41 (80/82) Installing libsodium (1.0.18-r0) 01:28:41 (81/82) Installing libzmq (4.3.4-r0) 01:28:41 (82/82) Installing zeromq (4.3.4-r0) 01:28:41 Executing busybox-1.35.0-r17.trigger 01:28:41 Executing eudev-3.2.11-r0.trigger 01:28:41 OK: 78 MiB in 96 packages 01:28:42 Removing intermediate container 5e0fe0dbf604 01:28:42 ---> 08e715583b39 01:28:42 Step 19/36 : WORKDIR / 01:28:42 ---> Running in 0837d874d81c 01:28:43 Removing intermediate container 0837d874d81c 01:28:43 ---> 48904d85e20e 01:28:43 Step 20/36 : COPY --from=builder /device-usb-camera/cmd / 01:28:44 ---> c612cee3bb09 01:28:44 Step 21/36 : COPY --from=builder /device-usb-camera/LICENSE / 01:28:45 ---> 63c9acd867e8 01:28:45 Step 22/36 : COPY --from=builder /device-usb-camera/LICENSE-rtsp-simple-server / 01:28:45 ---> 9f04b933b549 01:28:45 Step 23/36 : COPY --from=builder /device-usb-camera/Attribution.txt / 01:28:46 ---> 658423eb894a 01:28:46 Step 24/36 : COPY --from=builder /device-usb-camera/docker-entrypoint.sh / 01:28:46 ---> 8981d444de75 01:28:46 Step 25/36 : COPY --from=rtsp /rtsp-simple-server.yml / 01:28:47 ---> 23740582662d 01:28:47 Step 26/36 : COPY --from=rtsp /rtsp-simple-server / 01:28:48 ---> 5073195021f9 01:28:48 Step 27/36 : RUN sed -i 's/rtmpDisable: no/rtmpDisable: yes/g' rtsp-simple-server.yml 01:28:48 ---> Running in debbaf422ad5 01:28:50 Removing intermediate container debbaf422ad5 01:28:50 ---> 03626f2ae14d 01:28:50 Step 28/36 : RUN sed -i 's/hlsDisable: no/hlsDisable: yes/g' rtsp-simple-server.yml 01:28:50 ---> Running in af73af4b4a4c 01:28:51 Removing intermediate container af73af4b4a4c 01:28:51 ---> 8e2324f6c8f0 01:28:51 Step 29/36 : RUN sed -i 's/protocols: \[udp, multicast, tcp\]/protocols: \[tcp\]/g' rtsp-simple-server.yml 01:28:51 ---> Running in e1387666e45d 01:28:54 Removing intermediate container e1387666e45d 01:28:54 ---> 3746f26cc6f2 01:28:54 Step 30/36 : EXPOSE 59983 01:28:54 ---> Running in 825828bb281c 01:28:54 Removing intermediate container 825828bb281c 01:28:54 ---> ee1a12bafbee 01:28:54 Step 31/36 : EXPOSE 8554 01:28:54 ---> Running in e371e1779500 01:28:54 Removing intermediate container e371e1779500 01:28:54 ---> 7ee9163823fc 01:28:54 Step 32/36 : ENTRYPOINT ["/docker-entrypoint.sh"] 01:28:54 ---> Running in bbf322d568b5 01:28:54 Removing intermediate container bbf322d568b5 01:28:54 ---> 321fec42ce29 01:28:54 Step 33/36 : CMD [ "--configProvider=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res" ] 01:28:54 ---> Running in 82a01a4e2e22 01:28:55 Removing intermediate container 82a01a4e2e22 01:28:55 ---> 6c6a3870cd7e 01:28:55 Step 34/36 : LABEL arch=arm64 01:28:55 ---> Running in 814d11b9000f 01:28:55 Removing intermediate container 814d11b9000f 01:28:55 ---> 74f45267d3ec 01:28:55 Step 35/36 : LABEL git_sha=3fba89a2f465b3f2c70ba55ba2cb291a52892bbb 01:28:55 ---> Running in f9c9aff421b2 01:28:55 Removing intermediate container f9c9aff421b2 01:28:55 ---> d8000aff5569 01:28:55 Step 36/36 : LABEL version=0.0.0 01:28:55 ---> Running in 3ff31b83addf 01:28:56 Removing intermediate container 3ff31b83addf 01:28:56 ---> cd3b89008bd0 01:28:56 [Warning] One or more build-args [ARCH] were not consumed 01:28:56 Successfully built cd3b89008bd0 01:28:56 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 01:28:57 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 01:28:57 01:28:57 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:28:57 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 01:28:57 arm64: Pulling from edgex-lftools-log-publisher 01:28:57 8998bd30e6a1: Pulling fs layer 01:28:57 04944245beec: Pulling fs layer 01:28:57 699f458cf7ca: Pulling fs layer 01:28:57 765212b225bb: Pulling fs layer 01:28:57 f23df028b6ca: Pulling fs layer 01:28:57 d65c8cfc05b1: Pulling fs layer 01:28:57 2437ff75d9bd: Pulling fs layer 01:28:57 765212b225bb: Waiting 01:28:57 d65c8cfc05b1: Waiting 01:28:57 2437ff75d9bd: Waiting 01:28:57 f23df028b6ca: Waiting 01:28:57 04944245beec: Verifying Checksum 01:28:57 04944245beec: Download complete 01:28:57 765212b225bb: Verifying Checksum 01:28:57 765212b225bb: Download complete 01:28:57 f23df028b6ca: Verifying Checksum 01:28:57 f23df028b6ca: Download complete 01:28:57 d65c8cfc05b1: Verifying Checksum 01:28:57 d65c8cfc05b1: Download complete 01:28:57 699f458cf7ca: Verifying Checksum 01:28:58 699f458cf7ca: Download complete 01:28:58 8998bd30e6a1: Verifying Checksum 01:28:58 8998bd30e6a1: Download complete 01:29:01 2437ff75d9bd: Verifying Checksum 01:29:01 2437ff75d9bd: Download complete 01:29:02 8998bd30e6a1: Pull complete 01:29:02 04944245beec: Pull complete 01:29:04 699f458cf7ca: Pull complete 01:29:04 765212b225bb: Pull complete 01:29:04 f23df028b6ca: Pull complete 01:29:04 d65c8cfc05b1: Pull complete 01:29:19 2437ff75d9bd: Pull complete 01:29:19 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 01:29:19 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 01:29:19 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 01:29:20 prd-ubuntu20.04-docker-arm64-4c-16g-63855 does not seem to be running inside a container 01:29:20 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/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 01:29:22 $ docker top 01b0edfcb2251030e15ed6ecdcd366a2de30e8ad838e4dc8ff1b1197c030bff8 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 01:29:23 ---> job-cost.sh 01:29:23 lf-activate-venv: SKIPPING 01:29:23 INFO: No Stack... 01:29:24 INFO: Retrieving Pricing Info for: v3-standard-4 01:29:24 INFO: Archiving Costs [Pipeline] sh 01:29:25 + cat /w/workspace/device-usb-camera/1/archives/cost.csv 01:29:25 + cut -d, -f6 [Pipeline] lock 01:29:25 Trying to acquire lock on [jenkins-edgexfoundry-device-usb-camera-PR-105-1-stack-cost] 01:29:25 Resource [jenkins-edgexfoundry-device-usb-camera-PR-105-1-stack-cost] did not exist. Created. 01:29:25 Lock acquired on [jenkins-edgexfoundry-device-usb-camera-PR-105-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 01:29:26 /w/workspace/device-usb-camera/1@tmp/durable-4201f8a0/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh 01:29:27 + echo total: 0.10999999940395355 [Pipeline] stash 01:29:27 Warning: overwriting stash ‘stack-cost’ 01:29:27 Stashed 1 file(s) [Pipeline] } 01:29:27 Lock released on resource [jenkins-edgexfoundry-device-usb-camera-PR-105-1-stack-cost] [Pipeline] // lock [Pipeline] } 01:29:27 $ docker stop --time=1 01b0edfcb2251030e15ed6ecdcd366a2de30e8ad838e4dc8ff1b1197c030bff8 01:29:28 $ docker rm -f 01b0edfcb2251030e15ed6ecdcd366a2de30e8ad838e4dc8ff1b1197c030bff8 [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 01:29:29 provisioning config files... 01:29:29 copy managed file [device-usb-camera-codecov-token] to file:/w/workspace/foundry_device-usb-camera_PR-105@tmp/config14370230877404030197tmp [Pipeline] { [Pipeline] sh 01:29:30 + set +x 01:29:30 + curl -s https://codecov.io/bash 01:29:30 + bash -s -- 01:29:30 01:29:30 _____ _ 01:29:30 / ____| | | 01:29:30 | | ___ __| | ___ ___ _____ __ 01:29:30 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 01:29:30 | |___| (_) | (_| | __/ (_| (_) \ V / 01:29:30 \_____\___/ \__,_|\___|\___\___/ \_/ 01:29:30 Bash-1.0.6 01:29:30 01:29:30 01:29:30 ==> git version 2.25.1 found 01:29:30 ==> 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 01:29:30 Release-Date: 2020-01-08 01:29:30 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 01:29:30 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 01:29:30 ==> Jenkins CI detected. 01:29:30 current dir:  /w/workspace/foundry_device-usb-camera_PR-105 01:29:30 project root: . 01:29:30 --> token set from env 01:29:30 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 01:29:30 ==> Running gcov in . (disable via -X gcov) 01:29:30 ==> Python coveragepy not found 01:29:30 ==> Searching for coverage reports in: 01:29:30 + . 01:29:30 -> Found 1 reports 01:29:30 ==> Detecting git/mercurial file structure 01:29:30 ==> Reading reports 01:29:30 + ./coverage.out bytes=29387 01:29:30 ==> Appending adjustments 01:29:30 https://docs.codecov.io/docs/fixing-reports 01:29:30 + Found adjustments 01:29:30 ==> Gzipping contents 01:29:30 8.0K /tmp/codecov.dA8Cot.gz 01:29:30 ==> Uploading reports 01:29:30 url: https://codecov.io 01:29:30 query: branch=PR-105&commit=3fba89a2f465b3f2c70ba55ba2cb291a52892bbb&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-usb-camera%2Fjob%2FPR-105%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-usb-camera&service=jenkins&flags=&pr=105&job=&cmd_args= 01:29:30 -> Pinging Codecov 01:29:30 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=6df5b310-220c-4ff1-ad85-d7a32441f080&branch=PR-105&commit=3fba89a2f465b3f2c70ba55ba2cb291a52892bbb&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-usb-camera%2Fjob%2FPR-105%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-usb-camera&service=jenkins&flags=&pr=105&job=&cmd_args= 01:29:30 -> Uploading to 01:29:30 https://storage.googleapis.com/codecov/v4/raw/2022-10-25/73D8F5FF140700D3E01443B452E23636/3fba89a2f465b3f2c70ba55ba2cb291a52892bbb/609b4d5d-d33e-4a72-a783-ca96dae7aad6.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20221025%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20221025T012930Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=9968e2ec9d28d62c3e8ab7e9e6f6c1d45d4f4ae08c63a91d668b76ee46eb4288 01:29:30 % Total % Received % Xferd Average Speed Time Time Time Current 01:29:30 Dload Upload Total Spent Left Speed 01:29:31 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 4191 0 0 100 4191 0 20149 --:--:-- --:--:-- --:--:-- 20149 01:29:31 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-usb-camera/commit/3fba89a2f465b3f2c70ba55ba2cb291a52892bbb [Pipeline] } 01:29:31 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 01:29:32 + [ -d /w/workspace/foundry_device-usb-camera_PR-105/archives ] 01:29:32 + ls -al /w/workspace/foundry_device-usb-camera_PR-105/archives 01:29:32 total 16 01:29:32 drwxr-xr-x 3 root root 4096 Oct 24 20:42 . 01:29:32 drwxrwxr-x 11 jenkins jenkins 4096 Oct 24 20:42 .. 01:29:32 drwxr-xr-x 2 root root 4096 Oct 24 20:42 cost 01:29:32 -rw-r--r-- 1 root root 89 Oct 24 20:42 cost.csv 01:29:32 + sudo chown -R jenkins:jenkins /w/workspace/foundry_device-usb-camera_PR-105/archives 01:29:32 + ls -al /w/workspace/foundry_device-usb-camera_PR-105/archives 01:29:32 total 16 01:29:32 drwxr-xr-x 3 jenkins jenkins 4096 Oct 24 20:42 . 01:29:32 drwxrwxr-x 11 jenkins jenkins 4096 Oct 24 20:42 .. 01:29:32 drwxr-xr-x 2 jenkins jenkins 4096 Oct 24 20:42 cost 01:29:32 -rw-r--r-- 1 jenkins jenkins 89 Oct 24 20:42 cost.csv [Pipeline] libraryResource [Pipeline] sh 01:29:33 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 01:29:34 ---> package-listing.sh 01:29:34 ++ facter osfamily 01:29:34 ++ tr '[:upper:]' '[:lower:]' 01:29:34 + OS_FAMILY=debian 01:29:34 + workspace=/w/workspace/foundry_device-usb-camera_PR-105 01:29:34 + START_PACKAGES=/tmp/packages_start.txt 01:29:34 + END_PACKAGES=/tmp/packages_end.txt 01:29:34 + DIFF_PACKAGES=/tmp/packages_diff.txt 01:29:34 + PACKAGES=/tmp/packages_start.txt 01:29:34 + '[' /w/workspace/foundry_device-usb-camera_PR-105 ']' 01:29:34 + PACKAGES=/tmp/packages_end.txt 01:29:34 + case "${OS_FAMILY}" in 01:29:34 + dpkg -l 01:29:34 + grep '^ii' 01:29:34 + '[' -f /tmp/packages_start.txt ']' 01:29:34 + '[' -f /tmp/packages_end.txt ']' 01:29:34 + diff /tmp/packages_start.txt /tmp/packages_end.txt 01:29:34 + '[' /w/workspace/foundry_device-usb-camera_PR-105 ']' 01:29:34 + mkdir -p /w/workspace/foundry_device-usb-camera_PR-105/archives/ 01:29:34 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/foundry_device-usb-camera_PR-105/archives/ [Pipeline] echo 01:29:34 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-105/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 01:29:34 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 01:29:35 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 01:29:35 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 01:29:35 prd-ubuntu20.04-docker-8c-8g-34084 does not seem to be running inside a container 01:29:35 $ 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-105/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-105 -v /w/workspace/foundry_device-usb-camera_PR-105:/w/workspace/foundry_device-usb-camera_PR-105:rw,z -v /w/workspace/foundry_device-usb-camera_PR-105@tmp:/w/workspace/foundry_device-usb-camera_PR-105@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 01:29:35 $ docker top a47e200feee0549fa527d909a46861d50823dd93a9a9b638fb7e7b42849a546a -eo pid,comm [Pipeline] { [Pipeline] sh 01:29:36 + touch /tmp/pre-build-complete [Pipeline] sh 01:29:36 + mkdir -p /var/log/sysstat [Pipeline] sh 01:29:36 + ls /var/log/sa-host 01:29:36 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 01:29:36 provisioning config files... 01:29:36 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/foundry_device-usb-camera_PR-105@tmp/config336768714398485681tmp [Pipeline] { [Pipeline] echo 01:29:36 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 01:29:37 ---> create-netrc.sh [Pipeline] } 01:29:37 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 01:29:37 ---> python-tools-install.sh [Pipeline] echo 01:29:37 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 01:29:38 ---> sudo-logs.sh 01:29:38 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 01:29:38 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 01:29:38 ---> job-cost.sh 01:29:38 lf-activate-venv: SKIPPING 01:29:38 DEBUG: total: 0.2199999988079071 01:29:38 INFO: Retrieving Stack Cost... 01:29:39 INFO: Retrieving Pricing Info for: v3-standard-8 01:29:39 INFO: Archiving Costs [Pipeline] echo 01:29:39 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 01:29:39 ---> logs-deploy.sh 01:29:39 lf-activate-venv: SKIPPING 01:29:39 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-usb-camera/PR-105/1 01:29:39 INFO: archiving workspace using pattern(s): 01:29:40 Archives upload complete. 01:29:40 INFO: archiving logs to Nexus 01:29:41 ---> uname -a: 01:29:41 Linux prd-ubuntu20-04-docker-8c-8g-34084 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux 01:29:41 01:29:41 01:29:41 ---> lscpu: 01:29:41 Architecture: x86_64 01:29:41 CPU op-mode(s): 32-bit, 64-bit 01:29:41 Byte Order: Little Endian 01:29:41 Address sizes: 40 bits physical, 48 bits virtual 01:29:41 CPU(s): 8 01:29:41 On-line CPU(s) list: 0-7 01:29:41 Thread(s) per core: 1 01:29:41 Core(s) per socket: 1 01:29:41 Socket(s): 8 01:29:41 NUMA node(s): 1 01:29:41 Vendor ID: AuthenticAMD 01:29:41 CPU family: 23 01:29:41 Model: 49 01:29:41 Model name: AMD EPYC-Rome Processor 01:29:41 Stepping: 0 01:29:41 CPU MHz: 2799.998 01:29:41 BogoMIPS: 5599.99 01:29:41 Virtualization: AMD-V 01:29:41 Hypervisor vendor: KVM 01:29:41 Virtualization type: full 01:29:41 L1d cache: 256 KiB 01:29:41 L1i cache: 256 KiB 01:29:41 L2 cache: 4 MiB 01:29:41 L3 cache: 128 MiB 01:29:41 NUMA node0 CPU(s): 0-7 01:29:41 Vulnerability Itlb multihit: Not affected 01:29:41 Vulnerability L1tf: Not affected 01:29:41 Vulnerability Mds: Not affected 01:29:41 Vulnerability Meltdown: Not affected 01:29:41 Vulnerability Mmio stale data: Not affected 01:29:41 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 01:29:41 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 01:29:41 Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling 01:29:41 Vulnerability Srbds: Not affected 01:29:41 Vulnerability Tsx async abort: Not affected 01:29:41 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 01:29:41 01:29:41 01:29:41 ---> nproc: 01:29:41 8 01:29:41 01:29:41 01:29:41 ---> df -h: 01:29:41 Filesystem Size Used Avail Use% Mounted on 01:29:41 overlay 155G 12G 144G 8% / 01:29:41 tmpfs 64M 0 64M 0% /dev 01:29:41 tmpfs 16G 0 16G 0% /sys/fs/cgroup 01:29:41 shm 64M 0 64M 0% /dev/shm 01:29:41 /dev/vda1 155G 12G 144G 8% /facter-os 01:29:41 01:29:41 01:29:41 ---> sar -b -r -n DEV: 01:29:41 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-34084) 10/25/22 _x86_64_ (8 CPU) 01:29:41 01:29:41 00:00:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 01:29:41 00:00:01 200.00 0.00 200.00 0.00 0.00 3600.00 0.00 01:29:41 00:01:01 6.63 0.03 6.60 0.00 0.27 159.84 0.00 01:29:41 00:02:01 1.40 0.00 1.40 0.00 0.00 15.73 0.00 01:29:41 00:03:01 1.33 0.00 1.33 0.00 0.00 14.66 0.00 01:29:41 00:04:01 1.97 0.00 1.97 0.00 0.00 21.20 0.00 01:29:41 00:05:01 1.07 0.00 1.07 0.00 0.00 11.20 0.00 01:29:41 00:06:01 1.78 0.00 1.78 0.00 0.00 19.33 0.00 01:29:41 00:07:01 1.67 0.00 1.67 0.00 0.00 18.66 0.00 01:29:41 00:08:01 1.88 0.00 1.88 0.00 0.00 20.13 0.00 01:29:41 00:09:01 1.10 0.00 1.10 0.00 0.00 12.40 0.00 01:29:41 00:10:01 1.87 0.00 1.87 0.00 0.00 21.33 0.00 01:29:41 00:11:01 1.10 0.00 1.10 0.00 0.00 11.73 0.00 01:29:41 00:12:01 1.98 0.00 1.98 0.00 0.00 22.13 0.00 01:29:41 00:13:01 1.03 0.00 1.03 0.00 0.00 10.80 0.00 01:29:41 00:14:01 1.62 0.00 1.62 0.00 0.00 18.00 0.00 01:29:41 00:15:01 1.05 0.00 1.05 0.00 0.00 11.06 0.00 01:29:41 00:16:01 1.68 0.00 1.68 0.00 0.00 18.66 0.00 01:29:41 00:17:01 1.18 0.00 1.18 0.00 0.00 13.20 0.00 01:29:41 00:18:01 1.83 0.00 1.83 0.00 0.00 21.46 0.00 01:29:41 00:19:02 1.20 0.00 1.20 0.00 0.00 12.80 0.00 01:29:41 00:20:01 1.03 0.00 1.03 0.00 0.00 11.93 0.00 01:29:41 00:21:01 1.45 0.00 1.45 0.00 0.00 15.20 0.00 01:29:41 00:22:01 1.05 0.00 1.05 0.00 0.00 12.26 0.00 01:29:41 00:23:01 1.52 0.00 1.52 0.00 0.00 17.20 0.00 01:29:41 00:24:01 1.10 0.00 1.10 0.00 0.00 12.80 0.00 01:29:41 00:25:01 1.32 0.00 1.32 0.00 0.00 13.86 0.00 01:29:41 00:26:01 1.05 0.00 1.05 0.00 0.00 12.40 0.00 01:29:41 00:27:01 1.42 0.00 1.42 0.00 0.00 16.00 0.00 01:29:41 00:28:01 1.70 0.00 1.70 0.00 0.00 18.80 0.00 01:29:41 00:29:01 1.20 0.00 1.20 0.00 0.00 13.73 0.00 01:29:41 00:30:01 1.30 0.00 1.30 0.00 0.00 14.00 0.00 01:29:41 00:31:01 1.33 0.00 1.33 0.00 0.00 14.93 0.00 01:29:41 00:32:01 1.25 0.00 1.25 0.00 0.00 13.86 0.00 01:29:41 00:33:01 1.43 0.00 1.43 0.00 0.00 17.20 0.00 01:29:41 00:34:01 1.38 0.00 1.38 0.00 0.00 15.86 0.00 01:29:41 00:35:01 1.25 0.00 1.25 0.00 0.00 13.86 0.00 01:29:41 00:36:01 1.05 0.00 1.05 0.00 0.00 12.93 0.00 01:29:41 00:37:01 1.57 0.00 1.57 0.00 0.00 17.60 0.00 01:29:41 00:38:01 1.72 0.00 1.72 0.00 0.00 19.86 0.00 01:29:41 00:39:01 1.25 0.00 1.25 0.00 0.00 13.46 0.00 01:29:41 00:40:01 1.18 0.00 1.18 0.00 0.00 13.60 0.00 01:29:41 00:41:01 1.43 0.00 1.43 0.00 0.00 16.13 0.00 01:29:41 00:42:01 1.10 0.00 1.10 0.00 0.00 12.66 0.00 01:29:41 00:43:01 1.52 0.00 1.52 0.00 0.00 18.13 0.00 01:29:41 00:44:01 1.13 0.00 1.13 0.00 0.00 13.73 0.00 01:29:41 00:45:01 1.42 0.00 1.42 0.00 0.00 15.20 0.00 01:29:41 00:46:01 1.05 0.00 1.05 0.00 0.00 12.66 0.00 01:29:41 00:47:01 1.43 0.00 1.43 0.00 0.00 16.53 0.00 01:29:41 00:48:01 1.50 0.00 1.50 0.00 0.00 16.53 0.00 01:29:41 00:49:01 1.32 0.00 1.32 0.00 0.00 15.20 0.00 01:29:41 00:50:01 1.27 0.00 1.27 0.00 0.00 14.53 0.00 01:29:41 00:51:01 1.43 0.00 1.43 0.00 0.00 16.40 0.00 01:29:41 00:52:01 1.08 0.00 1.08 0.00 0.00 12.66 0.00 01:29:41 00:53:01 2.40 0.18 2.22 0.00 18.53 26.93 0.00 01:29:41 00:54:01 1.07 0.00 1.07 0.00 0.00 13.73 0.00 01:29:41 00:55:01 1.37 0.00 1.37 0.00 0.00 14.93 0.00 01:29:41 00:56:01 1.18 0.00 1.18 0.00 0.00 13.86 0.00 01:29:41 00:57:01 1.30 0.00 1.30 0.00 0.00 14.53 0.00 01:29:41 00:58:01 1.05 0.00 1.05 0.00 0.00 12.66 0.00 01:29:41 00:59:01 1.67 0.00 1.67 0.00 0.00 18.53 0.00 01:29:41 01:00:01 1.13 0.00 1.13 0.00 0.00 12.80 0.00 01:29:41 01:01:01 1.42 0.00 1.42 0.00 0.00 15.46 0.00 01:29:41 01:02:01 1.05 0.00 1.05 0.00 0.00 12.00 0.00 01:29:41 01:03:01 1.47 0.00 1.47 0.00 0.00 17.06 0.00 01:29:41 01:04:01 1.03 0.00 1.03 0.00 0.00 12.66 0.00 01:29:41 01:05:01 1.43 0.00 1.43 0.00 0.00 15.46 0.00 01:29:41 01:06:01 1.08 0.00 1.08 0.00 0.00 13.20 0.00 01:29:41 01:07:01 1.38 0.00 1.38 0.00 0.00 15.46 0.00 01:29:41 01:08:01 1.35 0.00 1.35 0.00 0.00 15.20 0.00 01:29:41 01:09:01 1.37 0.00 1.37 0.00 0.00 15.73 0.00 01:29:41 01:10:01 1.18 0.00 1.18 0.00 0.00 13.46 0.00 01:29:41 01:11:01 1.48 0.00 1.48 0.00 0.00 16.66 0.00 01:29:41 01:12:01 1.23 0.00 1.23 0.00 0.00 14.13 0.00 01:29:41 01:13:01 1.47 0.00 1.47 0.00 0.00 18.13 0.00 01:29:41 01:14:01 1.32 0.00 1.32 0.00 0.00 15.06 0.00 01:29:41 01:15:01 1.45 0.00 1.45 0.00 0.00 15.46 0.00 01:29:41 01:16:01 1.15 0.00 1.15 0.00 0.00 13.60 0.00 01:29:41 01:17:01 1.47 0.00 1.47 0.00 0.00 15.60 0.00 01:29:41 01:18:01 1.28 0.00 1.28 0.00 0.00 15.06 0.00 01:29:41 01:19:01 1.73 0.00 1.73 0.00 0.00 18.13 0.00 01:29:41 01:20:01 1.15 0.00 1.15 0.00 0.00 13.86 0.00 01:29:41 01:21:01 1.38 0.00 1.38 0.00 0.00 15.20 0.00 01:29:41 01:22:01 1.10 0.00 1.10 0.00 0.00 12.93 0.00 01:29:41 01:23:01 1.65 0.00 1.65 0.00 0.00 18.66 0.00 01:29:41 01:24:01 1.12 0.00 1.12 0.00 0.00 12.40 0.00 01:29:41 01:25:01 1.38 0.00 1.38 0.00 0.00 15.20 0.00 01:29:41 01:26:01 1.08 0.00 1.08 0.00 0.00 12.93 0.00 01:29:41 01:27:01 1.45 0.00 1.45 0.00 0.00 15.33 0.00 01:29:41 01:28:01 1.75 0.00 1.75 0.00 0.00 20.12 0.00 01:29:41 01:29:01 1.20 0.00 1.20 0.00 0.00 12.66 0.00 01:29:41 Average: 1.42 0.00 1.42 0.00 0.21 16.99 0.00 01:29:41 01:29:41 00:00:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 01:29:41 00:00:01 27295032 31580236 706580 2.15 174184 4246588 1781156 5.25 1375416 3681528 224 01:29:41 00:01:01 27291828 31577704 708764 2.16 174460 4246608 1773576 5.23 1376356 3680844 216 01:29:41 00:02:01 27291716 31577624 708752 2.16 174488 4246612 1773576 5.23 1376280 3680844 216 01:29:41 00:03:01 27291668 31577600 708712 2.16 174512 4246612 1773576 5.23 1376308 3680844 220 01:29:41 00:04:01 27291636 31577604 708640 2.16 174544 4246616 1773576 5.23 1376428 3680848 200 01:29:41 00:05:01 27291312 31577316 708868 2.16 174576 4246616 1773576 5.23 1376324 3680848 204 01:29:41 00:06:01 27291544 31577576 708796 2.16 174596 4246620 1773576 5.23 1376388 3680852 196 01:29:41 00:07:01 27291716 31577852 708424 2.15 174708 4246608 1773576 5.23 1376424 3680856 12 01:29:41 00:08:01 27291644 31577848 708360 2.15 174740 4246624 1773576 5.23 1376556 3680856 208 01:29:41 00:09:01 27291108 31577232 708856 2.16 174764 4246632 1773576 5.23 1377632 3680860 216 01:29:41 00:10:01 27290840 31577016 709016 2.16 174808 4246632 1773576 5.23 1377576 3680864 216 01:29:41 00:11:01 27290716 31577024 709140 2.16 174824 4246764 1773576 5.23 1377732 3680980 212 01:29:41 00:12:01 27290992 31577332 708808 2.16 174860 4246760 1773576 5.23 1377344 3680984 16 01:29:41 00:13:01 27290944 31577324 708776 2.16 174868 4246768 1773576 5.23 1377432 3681000 196 01:29:41 00:14:01 27290368 31576756 709284 2.16 174872 4246772 1773576 5.23 1377320 3681004 232 01:29:41 00:15:01 27290312 31576712 709268 2.16 174884 4246772 1757444 5.18 1377440 3681004 204 01:29:41 00:16:01 27290816 31577132 708816 2.16 174900 4246776 1757444 5.18 1377380 3681008 40 01:29:41 00:17:01 27290608 31577004 708816 2.16 174920 4246780 1757444 5.18 1377616 3681008 20 01:29:41 00:18:01 27290552 31576976 708704 2.16 174932 4246788 1757444 5.18 1377340 3681016 244 01:29:41 00:19:02 27290512 31577016 708672 2.16 174956 4246792 1757444 5.18 1377452 3681024 200 01:29:41 00:20:01 27290504 31577008 708656 2.16 174980 4246792 1757444 5.18 1377148 3681024 204 01:29:41 00:21:01 27290132 31576676 708892 2.16 174992 4246796 1757444 5.18 1377608 3681028 216 01:29:41 00:22:01 27290332 31576892 708928 2.16 175008 4246796 1757444 5.18 1377468 3681028 320 01:29:41 00:23:01 27290568 31577176 708628 2.15 175056 4246796 1757444 5.18 1377616 3681032 8 01:29:41 00:24:01 27290512 31577156 708600 2.15 175080 4246804 1757444 5.18 1377596 3681036 320 01:29:41 00:25:01 27289968 31576628 709064 2.16 175096 4246804 1757444 5.18 1377564 3681036 204 01:29:41 00:26:01 27290204 31576868 708808 2.16 175112 4246808 1757444 5.18 1377348 3681040 220 01:29:41 00:27:01 27290408 31577088 708516 2.15 175140 4246808 1773672 5.23 1377292 3681040 8 01:29:41 00:28:01 27290084 31576800 708724 2.16 175172 4246816 1773672 5.23 1377496 3681048 204 01:29:41 00:29:01 27290292 31577084 708652 2.16 175208 4246820 1773672 5.23 1377768 3681052 228 01:29:41 00:30:01 27290420 31577240 708644 2.16 175236 4246820 1789724 5.27 1377912 3681052 292 01:29:41 00:31:01 27290152 31577016 708840 2.16 175272 4246824 1789724 5.27 1377852 3681056 212 01:29:41 00:32:01 27290128 31577024 708764 2.16 175304 4246824 1789724 5.27 1377856 3681056 300 01:29:41 00:33:01 27289804 31576744 708980 2.16 175356 4246816 1789724 5.27 1377880 3681060 40 01:29:41 00:34:01 27289504 31576508 709160 2.16 175392 4246836 1789724 5.27 1377916 3681068 292 01:29:41 00:35:01 27289480 31576508 709100 2.16 175412 4246836 1789724 5.27 1377988 3681068 192 01:29:41 00:36:01 27289600 31576672 709072 2.16 175452 4246844 1789724 5.27 1378064 3681072 340 01:29:41 00:37:01 27289640 31576716 709004 2.16 175496 4246844 1789724 5.27 1377668 3681072 8 01:29:41 00:38:01 27289616 31576748 708936 2.16 175544 4246840 1789724 5.27 1377692 3681076 204 01:29:41 00:39:01 27289772 31576992 708716 2.16 175580 4246852 1773352 5.23 1378096 3681080 228 01:29:41 00:40:01 27289196 31576452 709320 2.16 175608 4246852 1773352 5.23 1378080 3681084 328 01:29:41 00:41:01 27289252 31576512 709236 2.16 175632 4246856 1773352 5.23 1377864 3681088 8 01:29:41 00:42:01 27289652 31576980 708688 2.16 175672 4246856 1773352 5.23 1378132 3681088 320 01:29:41 00:43:01 27289828 31577204 708640 2.16 175720 4246860 1773352 5.23 1378560 3681092 56 01:29:41 00:44:01 27289536 31577060 708708 2.16 175756 4246992 1773352 5.23 1378288 3681196 344 01:29:41 00:45:01 27289488 31577040 708668 2.16 175784 4246992 1773352 5.23 1378272 3681196 192 01:29:41 00:46:01 27289652 31577252 708392 2.15 175816 4247000 1773352 5.23 1378440 3681200 344 01:29:41 00:47:01 27289344 31576968 708608 2.15 175840 4247000 1773352 5.23 1378448 3681200 212 01:29:41 00:48:01 27289528 31577196 708520 2.15 175880 4247004 1773352 5.23 1378476 3681204 60 01:29:41 00:49:01 27289520 31577236 708460 2.15 175920 4247008 1773352 5.23 1378616 3681208 236 01:29:41 00:50:01 27289448 31577228 708440 2.15 175960 4247012 1773352 5.23 1378468 3681244 340 01:29:41 00:51:01 27289164 31576980 708628 2.15 175984 4247016 1773352 5.23 1378596 3681248 204 01:29:41 00:52:01 27289596 31577452 708096 2.15 176024 4247016 1773352 5.23 1378636 3681248 328 01:29:41 00:53:01 27287596 31576156 709484 2.16 176068 4247564 1795676 5.29 1378620 3681748 12 01:29:41 00:54:01 27287992 31576620 709156 2.16 176112 4247584 1795676 5.29 1378804 3681752 352 01:29:41 00:55:01 27287700 31576348 709512 2.16 176128 4247584 1795676 5.29 1378732 3681752 212 01:29:41 00:56:01 27287684 31576376 709436 2.16 176164 4247588 1795676 5.29 1378900 3681760 332 01:29:41 00:57:01 27287392 31576104 709656 2.16 176180 4247588 1795676 5.29 1378796 3681760 212 01:29:41 00:58:01 27287804 31576548 709400 2.16 176204 4247592 1795676 5.29 1378912 3681764 240 01:29:41 00:59:01 27287764 31576556 709328 2.16 176240 4247596 1795676 5.29 1378824 3681768 220 01:29:41 01:00:01 27288184 31576936 709088 2.16 176276 4247596 1795676 5.29 1378952 3681768 336 01:29:41 01:01:01 27287640 31576408 709588 2.16 176288 4247600 1795676 5.29 1379220 3681772 208 01:29:41 01:02:01 27288096 31576876 709056 2.16 176300 4247604 1795676 5.29 1379008 3681772 320 01:29:41 01:03:01 27288340 31577128 708776 2.16 176316 4247608 1795676 5.29 1378976 3681780 16 01:29:41 01:04:01 27288056 31576884 708976 2.16 176336 4247612 1795676 5.29 1379084 3681784 344 01:29:41 01:05:01 27288024 31576876 708924 2.16 176360 4247612 1795676 5.29 1378948 3681784 212 01:29:41 01:06:01 27287992 31576868 708860 2.16 176380 4247620 1795676 5.29 1379136 3681788 344 01:29:41 01:07:01 27288196 31577088 708580 2.15 176396 4247620 1795676 5.29 1379128 3681788 212 01:29:41 01:08:01 27287840 31576752 708856 2.16 176412 4247624 1795676 5.29 1379016 3681792 240 01:29:41 01:09:01 27287440 31576456 709324 2.16 176432 4247628 1795676 5.29 1379452 3681788 236 01:29:41 01:10:01 27287628 31576664 709052 2.16 176444 4247628 1795676 5.29 1379412 3681792 320 01:29:41 01:11:01 27287588 31576668 708988 2.16 176480 4247632 1795676 5.29 1379404 3681796 220 01:29:41 01:12:01 27287540 31576668 709028 2.16 176528 4247636 1795676 5.29 1379352 3681796 324 01:29:41 01:13:01 27287572 31576740 709020 2.16 176564 4247636 1779544 5.24 1379760 3681804 44 01:29:41 01:14:01 27287208 31576392 709312 2.16 176604 4247644 1779544 5.24 1379200 3681808 328 01:29:41 01:15:01 27287652 31576908 708988 2.16 176636 4247644 1779544 5.24 1379516 3681808 208 01:29:41 01:16:01 27287360 31576652 709188 2.16 176664 4247648 1779544 5.24 1379548 3681812 340 01:29:41 01:17:01 27287328 31576648 709160 2.16 176692 4247648 1795640 5.29 1379304 3681812 12 01:29:41 01:18:01 27287004 31576368 709356 2.16 176716 4247652 1795640 5.29 1379528 3681816 160 01:29:41 01:19:01 27286964 31576484 709168 2.16 176756 4247780 1795640 5.29 1379788 3681932 196 01:29:41 01:20:01 27286956 31576500 709132 2.16 176784 4247788 1795640 5.29 1379412 3681948 212 01:29:41 01:21:01 27287108 31576700 709080 2.16 176792 4247792 1795640 5.29 1379828 3681952 204 01:29:41 01:22:01 27287260 31576884 709032 2.16 176816 4247796 1795640 5.29 1379784 3681952 344 01:29:41 01:23:01 27287244 31576900 708996 2.16 176844 4247796 1811736 5.34 1379672 3681964 8 01:29:41 01:24:01 27287456 31577160 708684 2.16 176872 4247800 1811736 5.34 1379796 3681964 332 01:29:41 01:25:01 27287416 31577140 708644 2.16 176888 4247804 1811736 5.34 1379656 3681968 212 01:29:41 01:26:01 27286572 31576312 709412 2.16 176896 4247808 1795552 5.29 1379888 3681972 352 01:29:41 01:27:01 27286516 31576280 709384 2.16 176916 4247808 1795552 5.29 1379824 3681972 212 01:29:41 01:28:01 27286556 31576324 709280 2.16 176956 4247812 1795552 5.29 1379656 3681976 80 01:29:41 01:29:01 27286996 31576836 708748 2.16 176988 4247812 1795552 5.29 1379884 3681976 208 01:29:41 Average: 27289198 31576936 708898 2.16 175737 4247160 1781988 5.25 1378291 3681370 210 01:29:41 01:29:41 00:00:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 01:29:41 00:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:29:41 00:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:29:41 00:00:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:29:41 00:01:01 lo 0.13 0.13 0.01 0.01 0.00 0.00 0.00 0.00 01:29:41 00:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:29:41 00:01:01 ens3 0.23 0.15 0.09 0.07 0.00 0.00 0.00 0.00 01:29:41 00:02:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 01:29:41 00:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:29:41 00:02:01 ens3 0.22 0.10 0.01 0.01 0.00 0.00 0.00 0.00 01:29:41 00:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:29:41 00:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:29:41 00:03:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:29:41 00:04:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 01:29:41 00:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:29:41 00:04:01 ens3 0.30 0.15 0.07 0.01 0.00 0.00 0.00 0.00 01:29:41 00:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:29:41 00:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:29:41 00:05:01 ens3 0.20 0.03 0.01 0.00 0.00 0.00 0.00 0.00 01:29:41 00:06:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 01:29:41 00:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:29:41 00:06:01 ens3 0.30 0.25 0.08 0.08 0.00 0.00 0.00 0.00 01:29:41 00:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:29:41 00:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:29:41 00:07:01 ens3 0.08 0.00 0.01 0.00 0.00 0.00 0.00 0.00 01:29:41 00:08:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 01:29:41 00:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:29:41 00:08:01 ens3 0.35 0.15 0.07 0.01 0.00 0.00 0.00 0.00 01:29:41 00:09:01 lo 0.13 0.13 0.01 0.01 0.00 0.00 0.00 0.00 01:29:41 00:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:29:41 00:09:01 ens3 4.17 3.77 2.32 5.04 0.00 0.00 0.00 0.00 01:29:41 00:10:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 01:29:41 00:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:29:41 00:10:01 ens3 1.48 0.70 0.48 0.30 0.00 0.00 0.00 0.00 01:29:41 00:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:29:41 00:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:29:41 00:11:01 ens3 0.47 0.32 0.33 0.27 0.00 0.00 0.00 0.00 01:29:41 00:12:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 01:29:41 00:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:29:41 00:12:01 ens3 0.25 0.10 0.01 0.01 0.00 0.00 0.00 0.00 01:29:41 00:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:29:41 00:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:29:41 00:13:01 ens3 0.10 0.08 0.06 0.01 0.00 0.00 0.00 0.00 01:29:41 00:14:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 01:29:41 00:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:29:41 00:14:01 ens3 0.25 0.10 0.01 0.01 0.00 0.00 0.00 0.00 01:29:41 00:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:29:41 00:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:29:41 00:15:01 ens3 0.08 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:29:41 00:16:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 01:29:41 00:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:29:41 00:16:01 ens3 0.35 0.27 0.14 0.08 0.00 0.00 0.00 0.00 01:29:41 00:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:29:41 00:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:29:41 00:17:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:29:41 00:18:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 01:29:41 00:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:29:41 00:18:01 ens3 0.22 0.10 0.01 0.01 0.00 0.00 0.00 0.00 01:29:41 00:19:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:29:41 00:19:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:29:41 00:19:02 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:29:41 00:20:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 01:29:41 00:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:29:41 00:20:01 ens3 0.24 0.10 0.01 0.01 0.00 0.00 0.00 0.00 01:29:41 00:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:29:41 00:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:29:41 00:21:01 ens3 0.12 0.08 0.07 0.06 0.00 0.00 0.00 0.00 01:29:41 00:22:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 01:29:41 00:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:29:41 00:22:01 ens3 0.23 0.10 0.01 0.01 0.00 0.00 0.00 0.00 01:29:41 00:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:29:41 00:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:29:41 00:23:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:29:41 00:24:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 01:29:41 00:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:29:41 00:24:01 ens3 0.32 0.13 0.07 0.01 0.00 0.00 0.00 0.00 01:29:41 00:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:29:41 00:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:29:41 00:25:01 ens3 0.08 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:29:41 00:26:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 01:29:41 00:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:29:41 00:26:01 ens3 0.25 0.22 0.08 0.07 0.00 0.00 0.00 0.00 01:29:41 00:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:29:41 00:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:29:41 00:27:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:29:41 00:28:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 01:29:41 00:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:29:41 00:28:01 ens3 0.20 0.10 0.01 0.01 0.00 0.00 0.00 0.00 01:29:41 00:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:29:41 00:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:29:41 00:29:01 ens3 0.12 0.02 0.06 0.00 0.00 0.00 0.00 0.00 01:29:41 00:30:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 01:29:41 00:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:29:41 00:30:01 ens3 0.22 0.10 0.01 0.01 0.00 0.00 0.00 0.00 01:29:41 00:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:29:41 00:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:29:41 00:31:01 ens3 0.12 0.08 0.07 0.06 0.00 0.00 0.00 0.00 01:29:41 00:32:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 01:29:41 00:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:29:41 00:32:01 ens3 0.25 0.10 0.01 0.01 0.00 0.00 0.00 0.00 01:29:41 00:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:29:41 00:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:29:41 00:33:01 ens3 0.07 0.03 0.06 0.00 0.00 0.00 0.00 0.00 01:29:41 00:34:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 01:29:41 00:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:29:41 00:34:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 01:29:41 00:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:29:41 00:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:29:41 00:35:01 ens3 0.15 0.00 0.01 0.00 0.00 0.00 0.00 0.00 01:29:41 00:36:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 01:29:41 00:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:29:41 00:36:01 ens3 0.27 0.25 0.09 0.08 0.00 0.00 0.00 0.00 01:29:41 00:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:29:41 00:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:29:41 00:37:01 ens3 0.20 0.12 0.07 0.01 0.00 0.00 0.00 0.00 01:29:41 00:38:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 01:29:41 00:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:29:41 00:38:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 01:29:41 00:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:29:41 00:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:29:41 00:39:01 ens3 0.05 0.02 0.01 0.00 0.00 0.00 0.00 0.00 01:29:41 00:40:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 01:29:41 00:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:29:41 00:40:01 ens3 0.25 0.10 0.01 0.01 0.00 0.00 0.00 0.00 01:29:41 00:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:29:41 00:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:29:41 00:41:01 ens3 0.12 0.13 0.07 0.07 0.00 0.00 0.00 0.00 01:29:41 00:42:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 01:29:41 00:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:29:41 00:42:01 ens3 0.28 0.17 0.07 0.01 0.00 0.00 0.00 0.00 01:29:41 00:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:29:41 00:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:29:41 00:43:01 ens3 0.43 0.42 0.26 0.21 0.00 0.00 0.00 0.00 01:29:41 00:44:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 01:29:41 00:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:29:41 00:44:01 ens3 0.20 0.10 0.01 0.01 0.00 0.00 0.00 0.00 01:29:41 00:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:29:41 00:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:29:41 00:45:01 ens3 0.13 0.00 0.01 0.00 0.00 0.00 0.00 0.00 01:29:41 00:46:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 01:29:41 00:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:29:41 00:46:01 ens3 0.35 0.32 0.14 0.08 0.00 0.00 0.00 0.00 01:29:41 00:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:29:41 00:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:29:41 00:47:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:29:41 00:48:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 01:29:41 00:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:29:41 00:48:01 ens3 0.27 0.10 0.01 0.01 0.00 0.00 0.00 0.00 01:29:41 00:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:29:41 00:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:29:41 00:49:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:29:41 00:50:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 01:29:41 00:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:29:41 00:50:01 ens3 0.25 0.10 0.01 0.01 0.00 0.00 0.00 0.00 01:29:41 00:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:29:41 00:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:29:41 00:51:01 ens3 0.23 0.23 0.13 0.07 0.00 0.00 0.00 0.00 01:29:41 00:52:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 01:29:41 00:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:29:41 00:52:01 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 01:29:41 00:53:01 lo 0.07 0.07 0.01 0.01 0.00 0.00 0.00 0.00 01:29:41 00:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:29:41 00:53:01 ens3 0.18 0.23 0.10 0.03 0.00 0.00 0.00 0.00 01:29:41 00:54:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 01:29:41 00:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:29:41 00:54:01 ens3 0.23 0.10 0.01 0.01 0.00 0.00 0.00 0.00 01:29:41 00:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:29:41 00:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:29:41 00:55:01 ens3 0.13 0.00 0.01 0.00 0.00 0.00 0.00 0.00 01:29:41 00:56:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 01:29:41 00:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:29:41 00:56:01 ens3 0.32 0.27 0.14 0.08 0.00 0.00 0.00 0.00 01:29:41 00:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:29:41 00:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:29:41 00:57:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:29:41 00:58:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 01:29:41 00:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:29:41 00:58:01 ens3 0.23 0.10 0.01 0.01 0.00 0.00 0.00 0.00 01:29:41 00:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:29:41 00:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:29:41 00:59:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:29:41 01:00:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 01:29:41 01:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:29:41 01:00:01 ens3 0.25 0.10 0.01 0.01 0.00 0.00 0.00 0.00 01:29:41 01:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:29:41 01:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:29:41 01:01:01 ens3 0.17 0.08 0.08 0.06 0.00 0.00 0.00 0.00 01:29:41 01:02:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 01:29:41 01:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:29:41 01:02:01 ens3 0.23 0.10 0.01 0.01 0.00 0.00 0.00 0.00 01:29:41 01:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:29:41 01:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:29:41 01:03:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:29:41 01:04:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 01:29:41 01:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:29:41 01:04:01 ens3 0.25 0.12 0.01 0.01 0.00 0.00 0.00 0.00 01:29:41 01:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:29:41 01:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:29:41 01:05:01 ens3 0.20 0.02 0.06 0.00 0.00 0.00 0.00 0.00 01:29:41 01:06:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 01:29:41 01:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:29:41 01:06:01 ens3 0.27 0.23 0.08 0.07 0.00 0.00 0.00 0.00 01:29:41 01:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:29:41 01:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:29:41 01:07:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:29:41 01:08:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 01:29:41 01:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:29:41 01:08:01 ens3 0.23 0.10 0.01 0.01 0.00 0.00 0.00 0.00 01:29:41 01:09:01 lo 0.13 0.13 0.01 0.01 0.00 0.00 0.00 0.00 01:29:41 01:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:29:41 01:09:01 ens3 4.15 3.73 2.37 5.01 0.00 0.00 0.00 0.00 01:29:41 01:10:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 01:29:41 01:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:29:41 01:10:01 ens3 1.52 0.32 0.36 0.21 0.00 0.00 0.00 0.00 01:29:41 01:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:29:41 01:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:29:41 01:11:01 ens3 1.37 0.70 0.69 0.48 0.00 0.00 0.00 0.00 01:29:41 01:12:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 01:29:41 01:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:29:41 01:12:01 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 01:29:41 01:13:01 lo 0.13 0.13 0.01 0.01 0.00 0.00 0.00 0.00 01:29:41 01:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:29:41 01:13:01 ens3 0.75 0.58 0.45 0.92 0.00 0.00 0.00 0.00 01:29:41 01:14:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 01:29:41 01:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:29:41 01:14:01 ens3 0.15 0.10 0.01 0.01 0.00 0.00 0.00 0.00 01:29:41 01:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:29:41 01:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:29:41 01:15:01 ens3 0.13 0.00 0.01 0.00 0.00 0.00 0.00 0.00 01:29:41 01:16:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 01:29:41 01:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:29:41 01:16:01 ens3 0.27 0.22 0.08 0.07 0.00 0.00 0.00 0.00 01:29:41 01:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:29:41 01:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:29:41 01:17:01 ens3 0.05 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:29:41 01:18:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 01:29:41 01:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:29:41 01:18:01 ens3 0.20 0.10 0.01 0.01 0.00 0.00 0.00 0.00 01:29:41 01:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:29:41 01:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:29:41 01:19:01 ens3 0.73 0.20 0.20 0.08 0.00 0.00 0.00 0.00 01:29:41 01:20:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 01:29:41 01:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:29:41 01:20:01 ens3 2.72 1.08 1.00 0.69 0.00 0.00 0.00 0.00 01:29:41 01:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:29:41 01:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:29:41 01:21:01 ens3 0.52 0.18 0.18 0.13 0.00 0.00 0.00 0.00 01:29:41 01:22:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 01:29:41 01:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:29:41 01:22:01 ens3 0.65 0.35 0.32 0.20 0.00 0.00 0.00 0.00 01:29:41 01:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:29:41 01:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:29:41 01:23:01 ens3 0.05 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:29:41 01:24:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 01:29:41 01:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:29:41 01:24:01 ens3 0.23 0.10 0.01 0.01 0.00 0.00 0.00 0.00 01:29:41 01:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:29:41 01:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:29:41 01:25:01 ens3 0.13 0.00 0.01 0.00 0.00 0.00 0.00 0.00 01:29:41 01:26:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 01:29:41 01:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:29:41 01:26:01 ens3 0.27 0.22 0.08 0.07 0.00 0.00 0.00 0.00 01:29:41 01:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:29:41 01:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:29:41 01:27:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:29:41 01:28:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 01:29:41 01:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:29:41 01:28:01 ens3 0.23 0.10 0.01 0.01 0.00 0.00 0.00 0.00 01:29:41 01:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:29:41 01:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:29:41 01:29:01 ens3 0.17 0.05 0.06 0.00 0.00 0.00 0.00 0.00 01:29:41 Average: lo 0.11 0.11 0.01 0.01 0.00 0.00 0.00 0.00 01:29:41 Average: docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:29:41 Average: ens3 0.36 0.22 0.13 0.17 0.00 0.00 0.00 0.00 01:29:41 01:29:41