Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 4dfceff4e3635e4a98b2ef8b67003446cda03de4 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-ssh1960224931850423080.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 2c7614b56cb57ece5b5bdf52d827492071d4cc62 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-ssh15352752465937392464.key > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 2c7614b56cb57ece5b5bdf52d827492071d4cc62 The recommended git tool is: git using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/device-usb-camera/branches/main/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82/.git # timeout=10 Fetching changes from the remote Git repository > 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 > 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/main/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh13648841534184083425.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 2c7614b56cb57ece5b5bdf52d827492071d4cc62 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 2c7614b56cb57ece5b5bdf52d827492071d4cc62 # timeout=10 Commit message: "Merge pull request #399 from ernestojeda/fix-go-mod-version" > 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 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-ssh2836793035222414885.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 0f180ed1236c637af8c254f95ad106931cc77145 The recommended git tool is: NONE using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/device-usb-camera/branches/main/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags 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/main/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh5276518254688281706.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 0f180ed1236c637af8c254f95ad106931cc77145 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 0f180ed1236c637af8c254f95ad106931cc77145 # timeout=10 Commit message: "Feat: Add initial docker pipelines" > 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 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.17 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-3106 in /w/workspace/exfoundry_device-usb-camera_main [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 Avoid second fetch Checking out Revision 4dfceff4e3635e4a98b2ef8b67003446cda03de4 (main) Cloning repository git@github.com:edgexfoundry/device-usb-camera.git > git init /w/workspace/exfoundry_device-usb-camera_main # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-usb-camera.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-usb-camera.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-usb-camera.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 4dfceff4e3635e4a98b2ef8b67003446cda03de4 # timeout=10 Commit message: "Merge pull request #42 from weichou1229/upgrade-sdk" > git rev-list --no-walk 455d5982027557f38f4688dafc55c743213ab3fb # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 06:23:35 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 06:23:35 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 06:23:35 ========================================================= 06:23:35 EdgeX Global Pipelines Version Info 06:23:35 ========================================================= [Pipeline] libraryResource [Pipeline] sh 06:23:36 ------------------- 06:23:36 stable info: 06:23:36 ------------------- 06:23:36 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 06:23:36 Commit SHA: 2c7614b56cb57ece5b5bdf52d827492071d4cc62 06:23:36 Message: update stable to v1.0.234 06:23:36 ------------------- 06:23:36 experimental info: 06:23:36 ------------------- 06:23:36 Commited By: **** collab-it+edgex@linuxfoundation.org 06:23:36 Commit SHA: 2c7614b56cb57ece5b5bdf52d827492071d4cc62 06:23:36 Message: update experimental to v1.0.234 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 06:23:37 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-usb-camera-settings [Pipeline] echo 06:23:37 [edgeXSetupEnvironment]: set envvar PROJECT = device-usb-camera [Pipeline] echo 06:23:37 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 06:23:37 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 06:23:37 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 06:23:37 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.17 [Pipeline] echo 06:23:37 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 06:23:37 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 06:23:37 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 06:23:37 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 06:23:37 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 06:23:37 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-usb-camera [Pipeline] echo 06:23:37 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 06:23:37 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 06:23:37 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 06:23:37 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 06:23:37 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 06:23:37 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 06:23:37 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 06:23:37 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 06:23:37 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 06:23:37 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 06:23:37 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 06:23:37 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 06:23:37 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 06:23:37 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 06:23:37 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 06:23:37 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo 06:23:37 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo 06:23:37 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo 06:23:37 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 4dfceff4e3635e4a98b2ef8b67003446cda03de4 [Pipeline] echo 06:23:37 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 4dfceff [Pipeline] echo 06:23:37 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 06:23:37 provisioning config files... 06:23:37 copy managed file [device-usb-camera-settings] to file:/w/workspace/exfoundry_device-usb-camera_main@tmp/config5164699584312270640tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 06:23:37 ---> docker-login.sh 06:23:37 nexus3.edgexfoundry.org:10001 06:23:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:23:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:23:38 Configure a credential helper to remove this warning. See 06:23:38 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:23:38 06:23:38 Login Succeeded 06:23:38 nexus3.edgexfoundry.org:10002 06:23:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:23:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:23:38 Configure a credential helper to remove this warning. See 06:23:38 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:23:38 06:23:38 Login Succeeded 06:23:38 nexus3.edgexfoundry.org:10003 06:23:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:23:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:23:38 Configure a credential helper to remove this warning. See 06:23:38 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:23:38 06:23:38 Login Succeeded 06:23:38 nexus3.edgexfoundry.org:10004 06:23:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:23:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:23:38 Configure a credential helper to remove this warning. See 06:23:38 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:23:38 06:23:38 Login Succeeded 06:23:38 docker.io 06:23:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:23:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:23:39 Configure a credential helper to remove this warning. See 06:23:39 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:23:39 06:23:39 Login Succeeded 06:23:39 ---> docker-login.sh ends [Pipeline] } 06:23:39 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 06:23:39 + git rev-list -1 --merges 4dfceff4e3635e4a98b2ef8b67003446cda03de4~1..4dfceff4e3635e4a98b2ef8b67003446cda03de4 [Pipeline] echo 06:23:39 -----------> git rev-list -1 --merges 4dfceff4e3635e4a98b2ef8b67003446cda03de4~1..4dfceff4e3635e4a98b2ef8b67003446cda03de4 4dfceff4e3635e4a98b2ef8b67003446cda03de4 06:23:39 4dfceff4e3635e4a98b2ef8b67003446cda03de4 [false] [Pipeline] sh 06:23:40 + git log --format=format:%s -1 4dfceff4e3635e4a98b2ef8b67003446cda03de4 [Pipeline] echo 06:23:40 ========================================================= 06:23:40 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 06:23:40 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 06:23:40 + git log --format=format:%s -1 4dfceff4e3635e4a98b2ef8b67003446cda03de4 [Pipeline] echo 06:23:40 [semverPrep] GIT_COMMIT: 4dfceff4e3635e4a98b2ef8b67003446cda03de4, Commit Message: Merge pull request #42 from weichou1229/upgrade-sdk [Pipeline] echo 06:23:40 [semverPrep] This is not a build commit. [Pipeline] sh 06:23:40 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 06:23:40 + grep -v github /etc/ssh/ssh_known_hosts 06:23:40 + [ -e /tmp/ssh_known_hosts ] 06:23:40 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 06:23:40 + + sudo tee -a /etc/ssh/ssh_known_hosts 06:23:40 echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 06:23:40 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:23:41 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 06:23:41 06:23:41 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:23:41 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 06:23:41 0.1.4: Pulling from edgex-devops/py-git-semver 06:23:41 42c077c10790: Pulling fs layer 06:23:41 f63e77b7563a: Pulling fs layer 06:23:41 bd5fdadae976: Pulling fs layer 06:23:41 205491f53016: Pulling fs layer 06:23:41 df18705c85c3: Pulling fs layer 06:23:41 bdb3f477010e: Pulling fs layer 06:23:41 c8a8fc8e1c8f: Pulling fs layer 06:23:41 2c6e9b1d212d: Pulling fs layer 06:23:41 bdb8f0575790: Pulling fs layer 06:23:41 386e3cb2ff24: Pulling fs layer 06:23:41 2343380bae48: Pulling fs layer 06:23:41 bdb3f477010e: Waiting 06:23:41 205491f53016: Waiting 06:23:41 c8a8fc8e1c8f: Waiting 06:23:41 2c6e9b1d212d: Waiting 06:23:41 df18705c85c3: Waiting 06:23:41 386e3cb2ff24: Waiting 06:23:41 bdb8f0575790: Waiting 06:23:41 2343380bae48: Waiting 06:23:41 f63e77b7563a: Verifying Checksum 06:23:41 f63e77b7563a: Download complete 06:23:41 205491f53016: Verifying Checksum 06:23:41 205491f53016: Download complete 06:23:41 df18705c85c3: Verifying Checksum 06:23:41 df18705c85c3: Download complete 06:23:41 bdb3f477010e: Verifying Checksum 06:23:41 bdb3f477010e: Download complete 06:23:41 bd5fdadae976: Verifying Checksum 06:23:41 bd5fdadae976: Download complete 06:23:41 2c6e9b1d212d: Download complete 06:23:41 bdb8f0575790: Download complete 06:23:41 386e3cb2ff24: Download complete 06:23:41 2343380bae48: Verifying Checksum 06:23:41 2343380bae48: Download complete 06:23:41 42c077c10790: Download complete 06:23:42 c8a8fc8e1c8f: Verifying Checksum 06:23:42 c8a8fc8e1c8f: Download complete 06:23:43 42c077c10790: Pull complete 06:23:43 f63e77b7563a: Pull complete 06:23:43 bd5fdadae976: Pull complete 06:23:43 205491f53016: Pull complete 06:23:44 df18705c85c3: Pull complete 06:23:44 bdb3f477010e: Pull complete 06:23:46 c8a8fc8e1c8f: Pull complete 06:23:46 2c6e9b1d212d: Pull complete 06:23:46 bdb8f0575790: Pull complete 06:23:47 386e3cb2ff24: Pull complete 06:23:47 2343380bae48: Pull complete 06:23:47 Digest: sha256:c3bf284c02da7271302b7a373f1d48320b54229aa5119b2a29c7f8015e6a9264 06:23:47 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 06:23:47 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 06:23:47 prd-ubuntu20.04-docker-8c-8g-3106 does not seem to be running inside a container 06:23:47 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/exfoundry_device-usb-camera_main -v /w/workspace/exfoundry_device-usb-camera_main:/w/workspace/exfoundry_device-usb-camera_main:rw,z -v /w/workspace/exfoundry_device-usb-camera_main@tmp:/w/workspace/exfoundry_device-usb-camera_main@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 06:23:49 $ docker top f91125c28301562068098266ae3902a4ab2f25f33be6cc078e1c6421db602db8 -eo pid,comm 06:23:49 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). 06:23:49 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 06:23:49 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 06:23:49 [ssh-agent] Looking for ssh-agent implementation... 06:23:49 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 06:23:49 $ docker exec f91125c28301562068098266ae3902a4ab2f25f33be6cc078e1c6421db602db8 ssh-agent 06:23:49 SSH_AUTH_SOCK=/tmp/ssh-r4AWeesYDyGp/agent.34 06:23:49 SSH_AGENT_PID=40 06:23:49 Running ssh-add (command line suppressed) 06:23:49 Identity added: /w/workspace/exfoundry_device-usb-camera_main@tmp/private_key_8525399053192637419.key (/w/workspace/exfoundry_device-usb-camera_main@tmp/private_key_8525399053192637419.key) 06:23:49 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 06:23:49 + git tag --points-at HEAD [Pipeline] } 06:23:49 $ docker exec --env ******** --env ******** f91125c28301562068098266ae3902a4ab2f25f33be6cc078e1c6421db602db8 ssh-agent -k 06:23:49 unset SSH_AUTH_SOCK; 06:23:49 unset SSH_AGENT_PID; 06:23:49 echo Agent pid 40 killed; 06:23:49 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 06:23:50 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 06:23:50 [ssh-agent] Looking for ssh-agent implementation... 06:23:50 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 06:23:50 $ docker exec f91125c28301562068098266ae3902a4ab2f25f33be6cc078e1c6421db602db8 ssh-agent 06:23:50 SSH_AUTH_SOCK=/tmp/ssh-KHtbuo77pkb3/agent.73 06:23:50 SSH_AGENT_PID=79 06:23:50 Running ssh-add (command line suppressed) 06:23:50 Identity added: /w/workspace/exfoundry_device-usb-camera_main@tmp/private_key_4012828724866369549.key (/w/workspace/exfoundry_device-usb-camera_main@tmp/private_key_4012828724866369549.key) 06:23:50 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 06:23:50 + git semver init 06:23:50 2022-06-19 06:23:50,918 [run_init] DEBUG init version:0.0.0 force:False 06:23:50 2022-06-19 06:23:50,919 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/exfoundry_device-usb-camera_main/.semver 06:23:50 2022-06-19 06:23:50,919 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-usb-camera.git /w/workspace/exfoundry_device-usb-camera_main/.semver 06:23:50 2022-06-19 06:23:50,919 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/device-usb-camera.git', '/w/workspace/exfoundry_device-usb-camera_main/.semver'], cwd=/w/workspace/exfoundry_device-usb-camera_main, universal_newlines=False, shell=None, istream=None) 06:23:51 2022-06-19 06:23:51,427 [append_file] DEBUG append to file:/w/workspace/exfoundry_device-usb-camera_main/.git/info/exclude 06:23:51 2022-06-19 06:23:51,428 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/exfoundry_device-usb-camera_main/.semver/main with force:False 06:23:51 2022-06-19 06:23:51,428 [read_version] DEBUG read version from /w/workspace/exfoundry_device-usb-camera_main/.semver/main 06:23:51 2022-06-19 06:23:51,428 [read_version] DEBUG read version from /w/workspace/exfoundry_device-usb-camera_main/.semver/main 06:23:51 0.0.1-dev.8 [Pipeline] } 06:23:51 $ docker exec --env ******** --env ******** f91125c28301562068098266ae3902a4ab2f25f33be6cc078e1c6421db602db8 ssh-agent -k 06:23:51 unset SSH_AUTH_SOCK; 06:23:51 unset SSH_AGENT_PID; 06:23:51 echo Agent pid 79 killed; 06:23:51 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 06:23:51 + git semver [Pipeline] } 06:23:52 $ docker stop --time=1 f91125c28301562068098266ae3902a4ab2f25f33be6cc078e1c6421db602db8 06:23:53 $ docker rm -f f91125c28301562068098266ae3902a4ab2f25f33be6cc078e1c6421db602db8 [Pipeline] // withDockerContainer [Pipeline] sh 06:23:53 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 06:23:54 Stashed 1 file(s) [Pipeline] echo 06:23:54 [edgeXSemver]: initialized semver on version 0.0.1-dev.8 [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 06:23:54 provisioning config files... 06:23:54 copy managed file [device-usb-camera-settings] to file:/w/workspace/exfoundry_device-usb-camera_main@tmp/config1410788197780893954tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 06:23:54 ---> docker-login.sh 06:23:54 nexus3.edgexfoundry.org:10001 06:23:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:23:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:23:54 Configure a credential helper to remove this warning. See 06:23:54 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:23:54 06:23:54 Login Succeeded 06:23:54 nexus3.edgexfoundry.org:10002 06:23:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:23:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:23:54 Configure a credential helper to remove this warning. See 06:23:54 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:23:54 06:23:54 Login Succeeded 06:23:54 nexus3.edgexfoundry.org:10003 06:23:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:23:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:23:54 Configure a credential helper to remove this warning. See 06:23:54 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:23:54 06:23:54 Login Succeeded 06:23:54 nexus3.edgexfoundry.org:10004 06:23:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:23:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:23:55 Configure a credential helper to remove this warning. See 06:23:55 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:23:55 06:23:55 Login Succeeded 06:23:55 docker.io 06:23:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:23:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:23:55 Configure a credential helper to remove this warning. See 06:23:55 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:23:55 06:23:55 Login Succeeded 06:23:55 ---> docker-login.sh ends [Pipeline] } 06:23:55 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 06:23:55 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 06:23:55 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 06:23:55 ========================================================= 06:23:55 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine] 06:23:55 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:23:55 + docker build -t ci-base-image-x86_64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine --build-arg MAKE=echo noop --target=builder . 06:23:55 Sending build context to Docker daemon 613.9kB 06:23:55 Step 1/12 : ARG BASE=golang:1.17-alpine3.15 06:23:55 Step 2/12 : FROM ${BASE} AS builder 06:23:55 1.17-alpine: Pulling from edgex-devops/edgex-golang-base 06:23:55 59bf1c3509f3: Pulling fs layer 06:23:55 666ba61612fd: Pulling fs layer 06:23:55 8ed8ca486205: Pulling fs layer 06:23:55 cc1cd167ecdc: Pulling fs layer 06:23:55 c516ae0d96e1: Pulling fs layer 06:23:55 684cea983483: Pulling fs layer 06:23:55 dd3240ac7de5: Pulling fs layer 06:23:55 b1e948a4e11c: Pulling fs layer 06:23:55 a8fd76ee1af6: Pulling fs layer 06:23:55 646ad004c059: Pulling fs layer 06:23:55 cc1cd167ecdc: Waiting 06:23:55 c516ae0d96e1: Waiting 06:23:55 684cea983483: Waiting 06:23:55 dd3240ac7de5: Waiting 06:23:55 646ad004c059: Waiting 06:23:55 b1e948a4e11c: Waiting 06:23:55 a8fd76ee1af6: Waiting 06:23:55 8ed8ca486205: Download complete 06:23:55 666ba61612fd: Verifying Checksum 06:23:55 666ba61612fd: Download complete 06:23:55 c516ae0d96e1: Verifying Checksum 06:23:55 c516ae0d96e1: Download complete 06:23:55 684cea983483: Download complete 06:23:55 dd3240ac7de5: Download complete 06:23:55 59bf1c3509f3: Verifying Checksum 06:23:56 b1e948a4e11c: Verifying Checksum 06:23:56 b1e948a4e11c: Download complete 06:23:56 59bf1c3509f3: Pull complete 06:23:56 666ba61612fd: Pull complete 06:23:56 8ed8ca486205: Pull complete 06:23:56 cc1cd167ecdc: Verifying Checksum 06:23:56 cc1cd167ecdc: Download complete 06:23:56 646ad004c059: Verifying Checksum 06:23:56 646ad004c059: Download complete 06:23:56 a8fd76ee1af6: Verifying Checksum 06:24:00 cc1cd167ecdc: Pull complete 06:24:00 c516ae0d96e1: Pull complete 06:24:01 684cea983483: Pull complete 06:24:01 dd3240ac7de5: Pull complete 06:24:01 b1e948a4e11c: Pull complete 06:24:03 a8fd76ee1af6: Pull complete 06:24:04 646ad004c059: Pull complete 06:24:04 Digest: sha256:bc8ce28cadebfaa099e5330588345fe90134e4027cf71364bfd2aff1e7ff8c16 06:24:04 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine 06:24:04 ---> 8f69c11f6b0c 06:24:04 Step 3/12 : ARG MAKE="make build" 06:24:06 ---> Running in 423c4acc95c3 06:24:06 Removing intermediate container 423c4acc95c3 06:24:06 ---> 12ee541f66dd 06:24:06 Step 4/12 : ARG ALPINE_PKG_BASE="make git gcc libc-dev zeromq-dev libsodium-dev" 06:24:06 ---> Running in c211ecd79705 06:24:06 Removing intermediate container c211ecd79705 06:24:06 ---> 2fa0bd426c97 06:24:06 Step 5/12 : ARG ALPINE_PKG_EXTRA="v4l-utils-dev v4l-utils v4l-utils-libs linux-headers" 06:24:06 ---> Running in 65f4b6f7f4b5 06:24:07 Removing intermediate container 65f4b6f7f4b5 06:24:07 ---> 80c78f94c557 06:24:07 Step 6/12 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:24:07 ---> Running in 1e4e75d892e2 06:24:08 Removing intermediate container 1e4e75d892e2 06:24:08 ---> fa5c2957e383 06:24:08 Step 7/12 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 06:24:08 ---> Running in 14ee5d6f2fb5 06:24:08 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 06:24:09 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 06:24:09 Still waiting to schedule task 06:24:09 ‘prd-centos7-blackbox-4c-2g-2632’ doesn’t have label ‘ubuntu20.04-docker-arm64-4c-16g’ 06:24:09 ‘prd-ubuntu20.04-docker-8c-8g-3097’ doesn’t have label ‘ubuntu20.04-docker-arm64-4c-16g’ 06:24:09 ‘prd-ubuntu20.04-docker-arm64-4c-16g-3099’ is offline 06:24:09 ‘prd-ubuntu20.04-docker-arm64-4c-16g-3128’ is offline 06:24:09 (1/81) Installing mesa (21.2.6-r0) 06:24:09 (2/81) Installing libxau (1.0.9-r0) 06:24:09 (3/81) Installing libmd (1.0.3-r0) 06:24:09 (4/81) Installing libbsd (0.11.3-r1) 06:24:09 (5/81) Installing libxdmcp (1.1.3-r0) 06:24:09 (6/81) Installing libxcb (1.14-r2) 06:24:09 (7/81) Installing libx11 (1.7.2-r0) 06:24:10 (8/81) Installing libxext (1.3.4-r0) 06:24:10 (9/81) Installing libxfixes (6.0.0-r0) 06:24:10 (10/81) Installing libxxf86vm (1.1.4-r2) 06:24:10 (11/81) Installing libpciaccess (0.16-r0) 06:24:10 (12/81) Installing libdrm (2.4.109-r0) 06:24:10 (13/81) Installing mesa-glapi (21.2.6-r0) 06:24:10 (14/81) Installing libxshmfence (1.3-r1) 06:24:10 (15/81) Installing mesa-gl (21.2.6-r0) 06:24:10 (16/81) Installing libice (1.0.10-r0) 06:24:10 (17/81) Installing libuuid (2.37.4-r0) 06:24:10 (18/81) Installing libsm (1.2.3-r0) 06:24:10 (19/81) Installing libxt (1.2.1-r0) 06:24:11 (20/81) Installing libxmu (1.1.3-r0) 06:24:11 (21/81) Installing xset (1.2.4-r0) 06:24:11 (22/81) Installing xprop (1.2.5-r0) 06:24:11 (23/81) Installing xdg-utils (1.1.3-r0) 06:24:11 (24/81) Installing dbus-libs (1.12.20-r4) 06:24:11 (25/81) Installing libffi (3.4.2-r1) 06:24:11 (26/81) Installing libintl (0.21-r0) 06:24:11 (27/81) Installing libblkid (2.37.4-r0) 06:24:11 (28/81) Installing libmount (2.37.4-r0) 06:24:12 (29/81) Installing pcre (8.45-r1) 06:24:12 (30/81) Installing glib (2.70.1-r0) 06:24:12 (31/81) Installing icu-libs (69.1-r1) 06:24:12 (32/81) Installing libpcre2-16 (10.40-r0) 06:24:12 (33/81) Installing zstd-libs (1.5.0-r0) 06:24:13 (34/81) Installing qt5-qtbase (5.15.3_git20210713-r5) 06:24:13 (35/81) Installing hicolor-icon-theme (0.17-r1) 06:24:13 (36/81) Installing wayland-libs-server (1.19.0-r1) 06:24:13 (37/81) Installing mesa-gbm (21.2.6-r0) 06:24:13 (38/81) Installing wayland-libs-client (1.19.0-r1) 06:24:14 (39/81) Installing qt5-qtdeclarative (5.15.3_git20210531-r0) 06:24:14 (40/81) Installing libxcomposite (0.4.5-r0) 06:24:14 (41/81) Installing libbz2 (1.0.8-r1) 06:24:14 (42/81) Installing libpng (1.6.37-r1) 06:24:14 (43/81) Installing freetype (2.11.1-r2) 06:24:14 (44/81) Installing fontconfig (2.13.1-r4) 06:24:14 (45/81) Installing wayland-libs-cursor (1.19.0-r1) 06:24:14 (46/81) Installing wayland-libs-egl (1.19.0-r1) 06:24:14 (47/81) Installing xkeyboard-config (2.34-r0) 06:24:15 (48/81) Installing xz-libs (5.2.5-r1) 06:24:15 (49/81) Installing libxml2 (2.9.14-r0) 06:24:15 (50/81) Installing libxkbcommon (1.3.1-r0) 06:24:15 (51/81) Installing qt5-qtwayland (5.15.3_git20211028-r0) 06:24:15 (52/81) Installing mesa-egl (21.2.6-r0) 06:24:15 (53/81) Installing avahi-libs (0.8-r5) 06:24:15 (54/81) Installing nettle (3.7.3-r0) 06:24:15 (55/81) Installing p11-kit (0.24.0-r1) 06:24:15 (56/81) Installing libtasn1 (4.18.0-r0) 06:24:15 (57/81) Installing libunistring (0.9.10-r1) 06:24:16 (58/81) Installing gnutls (3.7.1-r0) 06:24:16 (59/81) Installing cups-libs (2.3.3-r6) 06:24:16 (60/81) Installing graphite2 (1.3.14-r0) 06:24:16 (61/81) Installing harfbuzz (3.0.0-r2) 06:24:16 (62/81) Installing libevdev (1.12.0-r0) 06:24:16 (63/81) Installing mtdev (1.1.6-r0) 06:24:16 (64/81) Installing eudev-libs (3.2.11_pre1-r0) 06:24:16 (65/81) Installing libinput-libs (1.19.4-r0) 06:24:16 (66/81) Installing libjpeg-turbo (2.1.2-r0) 06:24:16 (67/81) Installing xcb-util-wm (0.4.1-r1) 06:24:16 (68/81) Installing xcb-util (0.4.0-r3) 06:24:16 (69/81) Installing xcb-util-image (0.4.0-r1) 06:24:17 (70/81) Installing xcb-util-keysyms (0.4.0-r1) 06:24:17 (71/81) Installing xcb-util-renderutil (0.3.9-r1) 06:24:17 (72/81) Installing libxkbcommon-x11 (1.3.1-r0) 06:24:17 (73/81) Installing qt5-qtbase-x11 (5.15.3_git20210713-r5) 06:24:17 (74/81) Installing v4l-utils-libs (1.22.1-r1) 06:24:17 (75/81) Installing v4l-utils (1.22.1-r1) 06:24:17 (76/81) Installing udev-init-scripts (35-r0) 06:24:18 Executing udev-init-scripts-35-r0.post-install 06:24:18 (77/81) Installing kmod-libs (29-r2) 06:24:18 (78/81) Installing eudev (3.2.11_pre1-r0) 06:24:18 (79/81) Installing eudev-dev (3.2.11_pre1-r0) 06:24:18 (80/81) Installing v4l-utils-dvbv5 (1.22.1-r1) 06:24:18 (81/81) Installing v4l-utils-dev (1.22.1-r1) 06:24:18 Executing busybox-1.34.1-r3.trigger 06:24:18 Executing eudev-3.2.11_pre1-r0.trigger 06:24:18 OK: 335 MiB in 133 packages 06:24:21 Removing intermediate container 14ee5d6f2fb5 06:24:21 ---> 0172d1bbe665 06:24:21 Step 8/12 : WORKDIR /device-usb-camera 06:24:21 ---> Running in 4a19f26fba22 06:24:21 Removing intermediate container 4a19f26fba22 06:24:21 ---> 9fb51fa595dd 06:24:21 Step 9/12 : COPY go.mod vendor* ./ 06:24:21 ---> 0186f5c3735b 06:24:21 Step 10/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 06:24:21 ---> Running in 77e7abe8b14a 06:24:39 Removing intermediate container 77e7abe8b14a 06:24:39 ---> 9f0c706f6770 06:24:39 Step 11/12 : COPY . . 06:24:39 ---> 0fe87743973d 06:24:39 Step 12/12 : RUN ${MAKE} 06:24:39 ---> Running in cf6fc5923f21 06:24:39 noop 06:24:39 Removing intermediate container cf6fc5923f21 06:24:39 ---> 1cb8d24258cd 06:24:39 Successfully built 1cb8d24258cd 06:24:39 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:24:39 + docker inspect -f . ci-base-image-x86_64 06:24:39 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 06:24:39 prd-ubuntu20.04-docker-8c-8g-3106 does not seem to be running inside a container 06:24:40 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/exfoundry_device-usb-camera_main -v /w/workspace/exfoundry_device-usb-camera_main:/w/workspace/exfoundry_device-usb-camera_main:rw,z -v /w/workspace/exfoundry_device-usb-camera_main@tmp:/w/workspace/exfoundry_device-usb-camera_main@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 ******** ci-base-image-x86_64 cat 06:24:40 $ docker top 5801971d38526ffc9992e15ff20c94a4b52276a168409bdb5d5e914c80701354 -eo pid,comm [Pipeline] { [Pipeline] sh 06:24:40 + go version 06:24:40 go version go1.17.7 linux/amd64 [Pipeline] } 06:24:40 $ docker stop --time=1 5801971d38526ffc9992e15ff20c94a4b52276a168409bdb5d5e914c80701354 06:24:42 $ docker rm -f 5801971d38526ffc9992e15ff20c94a4b52276a168409bdb5d5e914c80701354 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:24:42 + docker inspect -f . ci-base-image-x86_64 06:24:42 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 06:24:42 prd-ubuntu20.04-docker-8c-8g-3106 does not seem to be running inside a container 06:24:42 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/exfoundry_device-usb-camera_main -v /w/workspace/exfoundry_device-usb-camera_main:/w/workspace/exfoundry_device-usb-camera_main:rw,z -v /w/workspace/exfoundry_device-usb-camera_main@tmp:/w/workspace/exfoundry_device-usb-camera_main@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 ******** ci-base-image-x86_64 cat 06:24:43 $ docker top d0a4603d12e91049c004035443bfcfba9a958d10aa8a43cd059b780a5238397f -eo pid,comm [Pipeline] { [Pipeline] fileExists [Pipeline] sh 06:24:43 + make test 06:24:43 CGO_ENABLED=1 go test ./... -coverprofile=coverage.out ./... 06:24:43 ? github.com/edgexfoundry/device-usb-camera [no test files] 06:24:55 ? github.com/edgexfoundry/device-usb-camera/cmd [no test files] 06:24:55 ? github.com/edgexfoundry/device-usb-camera/internal/driver [no test files] 06:25:01 CGO_ENABLED=1 go vet ./... 06:25:06 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 06:25:06 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 06:25:06 ./bin/test-attribution-txt.sh [Pipeline] echo 06:25:06 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 06:25:06 $ docker stop --time=1 d0a4603d12e91049c004035443bfcfba9a958d10aa8a43cd059b780a5238397f 06:25:08 $ docker rm -f d0a4603d12e91049c004035443bfcfba9a958d10aa8a43cd059b780a5238397f [Pipeline] // withDockerContainer [Pipeline] sh 06:25:08 + sudo chown -R jenkins:jenkins . [Pipeline] stash 06:25:08 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 06:25:09 + sudo chown -R jenkins:jenkins . [Pipeline] sh 06:25:09 + ls -al . 06:25:09 total 164 06:25:09 drwxrwxr-x 9 jenkins jenkins 4096 Jun 19 06:25 . 06:25:09 drwxrwxr-x 4 jenkins jenkins 4096 Jun 19 06:23 .. 06:25:09 drwxrwxr-x 8 jenkins jenkins 4096 Jun 19 06:23 .git 06:25:09 drwxrwxr-x 2 jenkins jenkins 4096 Jun 19 06:23 .github 06:25:09 -rw-rw-r-- 1 jenkins jenkins 349 Jun 19 06:23 .gitignore 06:25:09 -rw-rw-r-- 1 jenkins jenkins 42 Jun 19 06:23 .golangci.yml 06:25:09 -rw-rw-r-- 1 jenkins jenkins 77 Jun 19 06:23 .hadolint.yml 06:25:09 drwxr-xr-x 3 jenkins jenkins 4096 Jun 19 06:23 .semver 06:25:09 -rw-rw-r-- 1 jenkins jenkins 8834 Jun 19 06:23 Attribution.txt 06:25:09 -rw-rw-r-- 1 jenkins jenkins 181 Jun 19 06:23 CHANGELOG.md 06:25:09 -rw-rw-r-- 1 jenkins jenkins 1891 Jun 19 06:23 Dockerfile 06:25:09 -rw-rw-r-- 1 jenkins jenkins 678 Jun 19 06:23 GOVERNANCE.md 06:25:09 -rw-rw-r-- 1 jenkins jenkins 659 Jun 19 06:23 Jenkinsfile 06:25:09 -rw-rw-r-- 1 jenkins jenkins 11348 Jun 19 06:23 LICENSE 06:25:09 -rw-rw-r-- 1 jenkins jenkins 2345 Jun 19 06:23 Makefile 06:25:09 -rw-rw-r-- 1 jenkins jenkins 622 Jun 19 06:23 OWNERS.md 06:25:09 -rw-rw-r-- 1 jenkins jenkins 10754 Jun 19 06:23 README.md 06:25:09 -rw-rw-r-- 1 jenkins jenkins 11 Jun 19 06:23 VERSION 06:25:09 drwxrwxr-x 2 jenkins jenkins 4096 Jun 19 06:23 bin 06:25:09 drwxrwxr-x 3 jenkins jenkins 4096 Jun 19 06:23 cmd 06:25:09 -rw-r--r-- 1 jenkins jenkins 10 Jun 19 06:24 coverage.out 06:25:09 drwxrwxr-x 2 jenkins jenkins 4096 Jun 19 06:23 docker-compose 06:25:09 -rw-rw-r-- 1 jenkins jenkins 140 Jun 19 06:23 docker-entrypoint.sh 06:25:09 -rw-rw-r-- 1 jenkins jenkins 3357 Jun 19 06:23 go.mod 06:25:09 -rw-rw-r-- 1 jenkins jenkins 36325 Jun 19 06:23 go.sum 06:25:09 drwxrwxr-x 3 jenkins jenkins 4096 Jun 19 06:23 internal 06:25:09 -rw-rw-r-- 1 jenkins jenkins 231 Jun 19 06:23 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:25:09 + 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=4dfceff4e3635e4a98b2ef8b67003446cda03de4 --label arch=amd64 --label version=0.0.1-dev.8 . 06:25:09 Sending build context to Docker daemon 614.9kB 06:25:09 Step 1/29 : ARG BASE=golang:1.17-alpine3.15 06:25:09 Step 2/29 : FROM ${BASE} AS builder 06:25:09 ---> 1cb8d24258cd 06:25:09 Step 3/29 : ARG MAKE="make build" 06:25:09 ---> Running in 769c4c323490 06:25:10 Removing intermediate container 769c4c323490 06:25:10 ---> 9c6743e10c1f 06:25:10 Step 4/29 : ARG ALPINE_PKG_BASE="make git gcc libc-dev zeromq-dev libsodium-dev" 06:25:10 ---> Running in a42f840b6fe0 06:25:10 Removing intermediate container a42f840b6fe0 06:25:10 ---> cc4f7dba22fb 06:25:10 Step 5/29 : ARG ALPINE_PKG_EXTRA="v4l-utils-dev v4l-utils v4l-utils-libs linux-headers" 06:25:10 ---> Running in 0e97a6b3f70b 06:25:10 Removing intermediate container 0e97a6b3f70b 06:25:10 ---> 263f202567bd 06:25:10 Step 6/29 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:25:10 ---> Running in 827b3cfb1aa7 06:25:10 Removing intermediate container 827b3cfb1aa7 06:25:10 ---> c0f8934636e4 06:25:10 Step 7/29 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 06:25:10 ---> Running in e0ad88689869 06:25:11 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 06:25:12 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 06:25:12 OK: 335 MiB in 133 packages 06:25:12 Removing intermediate container e0ad88689869 06:25:12 ---> 4d386c8193c4 06:25:12 Step 8/29 : WORKDIR /device-usb-camera 06:25:12 ---> Running in 8e2171989cf7 06:25:12 Removing intermediate container 8e2171989cf7 06:25:12 ---> 8bcf94cc8c95 06:25:12 Step 9/29 : COPY go.mod vendor* ./ 06:25:12 ---> b2abb9c1c0b0 06:25:12 Step 10/29 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 06:25:12 ---> Running in b604d9268cc0 06:25:13 Removing intermediate container b604d9268cc0 06:25:13 ---> 63a2beabb50b 06:25:13 Step 11/29 : COPY . . 06:25:13 ---> 3e0e53e16b62 06:25:13 Step 12/29 : RUN ${MAKE} 06:25:13 ---> Running in e684c291fc9e 06:25:14 CGO_ENABLED=1 go build -ldflags "-linkmode=external -X github.com/edgexfoundry/device-usb-camera.Version=0.0.1-dev.8 -X github.com/edgexfoundry/device-sdk-go/v2/internal/common.SDKVersion=v2.2.1-dev.5" -trimpath -mod=readonly -buildmode=pie -o cmd/device-usb-camera ./cmd 06:25:36 Removing intermediate container e684c291fc9e 06:25:36 ---> 59eade8f2137 06:25:36 Step 13/29 : FROM aler9/rtsp-simple-server:v0.18.4 AS rtsp 06:25:36 v0.18.4: Pulling from aler9/rtsp-simple-server 06:25:36 af6660deedbd: Pulling fs layer 06:25:36 97cd0a44c592: Pulling fs layer 06:25:36 97cd0a44c592: Download complete 06:25:36 af6660deedbd: Verifying Checksum 06:25:36 af6660deedbd: Download complete 06:25:36 af6660deedbd: Pull complete 06:25:36 97cd0a44c592: Pull complete 06:25:36 Digest: sha256:1453d1d853d0ebdb57f9d2cbebc75114a1174f7b08edc414400166566d9ff563 06:25:36 Status: Downloaded newer image for aler9/rtsp-simple-server:v0.18.4 06:25:36 ---> fea57e182299 06:25:36 Step 14/29 : FROM alpine:3.15 06:25:36 3.15: Pulling from library/alpine 06:25:37 df9b9388f04a: Pulling fs layer 06:25:37 df9b9388f04a: Verifying Checksum 06:25:37 df9b9388f04a: Download complete 06:25:37 df9b9388f04a: Pull complete 06:25:37 Digest: sha256:4edbd2beb5f78b1014028f4fbb99f3237d9561100b6881aabbf5acce2c4f9454 06:25:37 Status: Downloaded newer image for alpine:3.15 06:25:37 ---> 0ac33e5f5afa 06:25:37 Step 15/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel Corporation' 06:25:37 ---> Running in 59f66fb27fbd 06:25:37 Removing intermediate container 59f66fb27fbd 06:25:37 ---> f1029e072d9e 06:25:37 Step 16/29 : RUN apk add --update --no-cache zeromq dumb-init ffmpeg udev 06:25:37 ---> Running in a93cd50d4f96 06:25:37 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 06:25:37 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 06:25:38 (1/74) Installing dumb-init (1.2.5-r1) 06:25:38 (2/74) Installing sdl2 (2.0.16-r4) 06:25:38 (3/74) Installing libxau (1.0.9-r0) 06:25:38 (4/74) Installing libmd (1.0.3-r0) 06:25:38 (5/74) Installing libbsd (0.11.3-r1) 06:25:38 (6/74) Installing libxdmcp (1.1.3-r0) 06:25:38 (7/74) Installing libxcb (1.14-r2) 06:25:38 (8/74) Installing libx11 (1.7.2-r0) 06:25:38 (9/74) Installing aom-libs (3.2.0-r0) 06:25:38 (10/74) Installing alsa-lib (1.2.5.1-r1) 06:25:38 (11/74) Installing expat (2.4.7-r0) 06:25:38 (12/74) Installing brotli-libs (1.0.9-r5) 06:25:38 (13/74) Installing libbz2 (1.0.8-r1) 06:25:38 (14/74) Installing libpng (1.6.37-r1) 06:25:38 (15/74) Installing freetype (2.11.1-r2) 06:25:38 (16/74) Installing libuuid (2.37.4-r0) 06:25:38 (17/74) Installing fontconfig (2.13.1-r4) 06:25:38 (18/74) Installing fribidi (1.0.11-r0) 06:25:38 (19/74) Installing libffi (3.4.2-r1) 06:25:38 (20/74) Installing libintl (0.21-r0) 06:25:38 (21/74) Installing libblkid (2.37.4-r0) 06:25:38 (22/74) Installing libmount (2.37.4-r0) 06:25:38 (23/74) Installing pcre (8.45-r1) 06:25:38 (24/74) Installing glib (2.70.1-r0) 06:25:38 (25/74) Installing graphite2 (1.3.14-r0) 06:25:38 (26/74) Installing harfbuzz (3.0.0-r2) 06:25:38 (27/74) Installing libass (0.15.2-r0) 06:25:38 (28/74) Installing libdav1d (0.9.2-r0) 06:25:38 (29/74) Installing gmp (6.2.1-r1) 06:25:38 (30/74) Installing nettle (3.7.3-r0) 06:25:38 (31/74) Installing p11-kit (0.24.0-r1) 06:25:38 (32/74) Installing libtasn1 (4.18.0-r0) 06:25:38 (33/74) Installing libunistring (0.9.10-r1) 06:25:38 (34/74) Installing gnutls (3.7.1-r0) 06:25:38 (35/74) Installing ncurses-terminfo-base (6.3_p20211120-r0) 06:25:38 (36/74) Installing ncurses-libs (6.3_p20211120-r0) 06:25:38 (37/74) Installing lame (3.100-r0) 06:25:38 (38/74) Installing opus (1.3.1-r1) 06:25:38 (39/74) Installing libgomp (10.3.1_git20211027-r0) 06:25:38 (40/74) Installing soxr (0.1.3-r2) 06:25:38 (41/74) Installing libgcc (10.3.1_git20211027-r0) 06:25:38 (42/74) Installing libstdc++ (10.3.1_git20211027-r0) 06:25:38 (43/74) Installing libsrt (1.4.2-r1) 06:25:38 (44/74) Installing libssh (0.9.6-r1) 06:25:38 (45/74) Installing libogg (1.3.5-r0) 06:25:38 (46/74) Installing libtheora (1.1.1-r16) 06:25:38 (47/74) Installing libjpeg-turbo (2.1.2-r0) 06:25:38 (48/74) Installing v4l-utils-libs (1.22.1-r1) 06:25:38 (49/74) Installing libxext (1.3.4-r0) 06:25:38 (50/74) Installing libxfixes (6.0.0-r0) 06:25:38 (51/74) Installing libpciaccess (0.16-r0) 06:25:38 (52/74) Installing libdrm (2.4.109-r0) 06:25:38 (53/74) Installing wayland-libs-client (1.19.0-r1) 06:25:38 (54/74) Installing libva (2.13.0-r0) 06:25:38 (55/74) Installing libvdpau (1.4-r0) 06:25:38 (56/74) Installing vidstab (1.1.0-r1) 06:25:38 (57/74) Installing libvorbis (1.3.7-r0) 06:25:38 (58/74) Installing libvpx (1.10.0-r0) 06:25:38 (59/74) Installing vulkan-loader (1.2.196-r0) 06:25:38 (60/74) Installing libwebp (1.2.2-r0) 06:25:38 (61/74) Installing x264-libs (20210613-r0) 06:25:38 (62/74) Installing x265-libs (3.5-r0) 06:25:38 (63/74) Installing xvidcore (1.3.7-r1) 06:25:38 (64/74) Installing ffmpeg-libs (4.4.1-r2) 06:25:39 (65/74) Installing ffmpeg (4.4.1-r2) 06:25:39 (66/74) Installing udev-init-scripts (35-r0) 06:25:39 Executing udev-init-scripts-35-r0.post-install 06:25:39 (67/74) Installing eudev-libs (3.2.11_pre1-r0) 06:25:39 (68/74) Installing xz-libs (5.2.5-r1) 06:25:39 (69/74) Installing zstd-libs (1.5.0-r0) 06:25:39 (70/74) Installing kmod-libs (29-r2) 06:25:39 (71/74) Installing eudev (3.2.11_pre1-r0) 06:25:39 (72/74) Installing libsodium (1.0.18-r0) 06:25:39 (73/74) Installing libzmq (4.3.4-r0) 06:25:39 (74/74) Installing zeromq (4.3.4-r0) 06:25:39 Executing busybox-1.34.1-r5.trigger 06:25:39 Executing eudev-3.2.11_pre1-r0.trigger 06:25:39 OK: 78 MiB in 88 packages 06:25:40 Removing intermediate container a93cd50d4f96 06:25:40 ---> 884bb365215d 06:25:40 Step 17/29 : WORKDIR / 06:25:40 ---> Running in f8b420893669 06:25:40 Removing intermediate container f8b420893669 06:25:40 ---> 08f3f5f8756a 06:25:40 Step 18/29 : COPY --from=builder /device-usb-camera/cmd / 06:25:41 ---> 1fd6ec34cba9 06:25:41 Step 19/29 : COPY --from=builder /device-usb-camera/LICENSE / 06:25:41 ---> 424c9a60f134 06:25:41 Step 20/29 : COPY --from=builder /device-usb-camera/Attribution.txt / 06:25:41 ---> 40875d78bcbd 06:25:41 Step 21/29 : COPY --from=builder /device-usb-camera/docker-entrypoint.sh / 06:25:41 ---> 3e725c2470e8 06:25:41 Step 22/29 : COPY --from=rtsp /rtsp-simple-server.yml / 06:25:42 ---> a49b0963b93a 06:25:42 Step 23/29 : COPY --from=rtsp /rtsp-simple-server / 06:25:42 ---> 2d91bd706472 06:25:42 Step 24/29 : EXPOSE 59983 06:25:42 ---> Running in 2d449883eb52 06:25:42 Removing intermediate container 2d449883eb52 06:25:42 ---> de28b6ddf31c 06:25:42 Step 25/29 : ENTRYPOINT ["/docker-entrypoint.sh"] 06:25:42 ---> Running in f2c157dd29e4 06:25:42 Removing intermediate container f2c157dd29e4 06:25:42 ---> c109a47e6541 06:25:42 Step 26/29 : CMD [ "--configProvider=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res" ] 06:25:42 ---> Running in 4634c7f38ba0 06:25:42 Removing intermediate container 4634c7f38ba0 06:25:42 ---> ab07471c07ad 06:25:42 Step 27/29 : LABEL arch=amd64 06:25:42 ---> Running in 4847f0840b57 06:25:42 Removing intermediate container 4847f0840b57 06:25:42 ---> 86a5b84faff6 06:25:42 Step 28/29 : LABEL git_sha=4dfceff4e3635e4a98b2ef8b67003446cda03de4 06:25:43 ---> Running in 40509f2f5905 06:25:43 Removing intermediate container 40509f2f5905 06:25:43 ---> e711d913b726 06:25:43 Step 29/29 : LABEL version=0.0.1-dev.8 06:25:43 ---> Running in 9fa5994e0597 06:25:43 Removing intermediate container 9fa5994e0597 06:25:43 ---> 6898cbdd91ca 06:25:43 [Warning] One or more build-args [ARCH] were not consumed 06:25:43 Successfully built 6898cbdd91ca 06:25:43 Successfully tagged device-usb-camera:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 06:25:43 provisioning config files... 06:25:43 copy managed file [device-usb-camera-settings] to file:/w/workspace/exfoundry_device-usb-camera_main@tmp/config7397777895091851313tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 06:25:43 ---> docker-login.sh 06:25:43 nexus3.edgexfoundry.org:10001 06:25:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:25:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:25:43 Configure a credential helper to remove this warning. See 06:25:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:25:43 06:25:43 Login Succeeded 06:25:43 nexus3.edgexfoundry.org:10002 06:25:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:25:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:25:44 Configure a credential helper to remove this warning. See 06:25:44 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:25:44 06:25:44 Login Succeeded 06:25:44 nexus3.edgexfoundry.org:10003 06:25:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:25:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:25:44 Configure a credential helper to remove this warning. See 06:25:44 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:25:44 06:25:44 Login Succeeded 06:25:44 nexus3.edgexfoundry.org:10004 06:25:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:25:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:25:44 Configure a credential helper to remove this warning. See 06:25:44 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:25:44 06:25:44 Login Succeeded 06:25:44 docker.io 06:25:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:25:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:25:44 Configure a credential helper to remove this warning. See 06:25:44 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:25:44 06:25:44 Login Succeeded 06:25:44 ---> docker-login.sh ends [Pipeline] } 06:25:44 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 06:25:44 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 06:25:44 [edgeXDocker.push] Tagging docker image device-usb-camera with the following tags: 06:25:44 4dfceff4e3635e4a98b2ef8b67003446cda03de4 06:25:44 latest 06:25:44 0.0.1-dev.8 06:25:44 4dfceff4e3635e4a98b2ef8b67003446cda03de4-0.0.1-dev.8 06:25:44 main 06:25:44 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:25:45 + docker tag device-usb-camera nexus3.edgexfoundry.org:10004/device-usb-camera:4dfceff4e3635e4a98b2ef8b67003446cda03de4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:25:45 + docker push nexus3.edgexfoundry.org:10004/device-usb-camera:4dfceff4e3635e4a98b2ef8b67003446cda03de4 06:25:45 The push refers to repository [nexus3.edgexfoundry.org:10004/device-usb-camera] 06:25:45 550e596c6d0e: Preparing 06:25:45 1207169bf42c: Preparing 06:25:45 0a938927e3b8: Preparing 06:25:45 b5102b4fd511: Preparing 06:25:45 8be687caa53f: Preparing 06:25:45 4bd53a9fb70f: Preparing 06:25:45 08b3d8b7cec9: Preparing 06:25:45 4fc242d58285: Preparing 06:25:45 4bd53a9fb70f: Waiting 06:25:45 4fc242d58285: Waiting 06:25:45 1207169bf42c: Pushed 06:25:45 8be687caa53f: Pushed 06:25:45 0a938927e3b8: Pushed 06:25:45 b5102b4fd511: Pushed 06:25:45 4fc242d58285: Layer already exists 06:25:47 550e596c6d0e: Pushed 06:25:48 4bd53a9fb70f: Pushed 06:25:53 08b3d8b7cec9: Pushed 06:25:53 4dfceff4e3635e4a98b2ef8b67003446cda03de4: digest: sha256:700d77f2726fc164793ca14a619686b3cb1e6caf31fb6f01fb2877b53eecd9b9 size: 1994 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:25:54 + docker tag device-usb-camera nexus3.edgexfoundry.org:10004/device-usb-camera:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:25:54 + docker push nexus3.edgexfoundry.org:10004/device-usb-camera:latest 06:25:54 The push refers to repository [nexus3.edgexfoundry.org:10004/device-usb-camera] 06:25:54 550e596c6d0e: Preparing 06:25:54 1207169bf42c: Preparing 06:25:54 0a938927e3b8: Preparing 06:25:54 b5102b4fd511: Preparing 06:25:54 8be687caa53f: Preparing 06:25:54 4bd53a9fb70f: Preparing 06:25:54 08b3d8b7cec9: Preparing 06:25:54 4fc242d58285: Preparing 06:25:54 4bd53a9fb70f: Waiting 06:25:54 4fc242d58285: Waiting 06:25:54 8be687caa53f: Layer already exists 06:25:54 1207169bf42c: Layer already exists 06:25:54 550e596c6d0e: Layer already exists 06:25:54 b5102b4fd511: Layer already exists 06:25:54 0a938927e3b8: Layer already exists 06:25:54 4bd53a9fb70f: Layer already exists 06:25:54 08b3d8b7cec9: Layer already exists 06:25:54 4fc242d58285: Layer already exists 06:25:54 latest: digest: sha256:700d77f2726fc164793ca14a619686b3cb1e6caf31fb6f01fb2877b53eecd9b9 size: 1994 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:25:54 + docker tag device-usb-camera nexus3.edgexfoundry.org:10004/device-usb-camera:0.0.1-dev.8 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:25:55 + docker push nexus3.edgexfoundry.org:10004/device-usb-camera:0.0.1-dev.8 06:25:55 The push refers to repository [nexus3.edgexfoundry.org:10004/device-usb-camera] 06:25:55 550e596c6d0e: Preparing 06:25:55 1207169bf42c: Preparing 06:25:55 0a938927e3b8: Preparing 06:25:55 b5102b4fd511: Preparing 06:25:55 8be687caa53f: Preparing 06:25:55 4bd53a9fb70f: Preparing 06:25:55 08b3d8b7cec9: Preparing 06:25:55 4fc242d58285: Preparing 06:25:55 4bd53a9fb70f: Waiting 06:25:55 08b3d8b7cec9: Waiting 06:25:55 4fc242d58285: Waiting 06:25:55 0a938927e3b8: Layer already exists 06:25:55 b5102b4fd511: Layer already exists 06:25:55 1207169bf42c: Layer already exists 06:25:55 550e596c6d0e: Layer already exists 06:25:55 8be687caa53f: Layer already exists 06:25:55 4bd53a9fb70f: Layer already exists 06:25:55 08b3d8b7cec9: Layer already exists 06:25:55 4fc242d58285: Layer already exists 06:25:55 0.0.1-dev.8: digest: sha256:700d77f2726fc164793ca14a619686b3cb1e6caf31fb6f01fb2877b53eecd9b9 size: 1994 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:25:55 + docker tag device-usb-camera nexus3.edgexfoundry.org:10004/device-usb-camera:4dfceff4e3635e4a98b2ef8b67003446cda03de4-0.0.1-dev.8 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:25:55 + docker push nexus3.edgexfoundry.org:10004/device-usb-camera:4dfceff4e3635e4a98b2ef8b67003446cda03de4-0.0.1-dev.8 06:25:55 The push refers to repository [nexus3.edgexfoundry.org:10004/device-usb-camera] 06:25:55 550e596c6d0e: Preparing 06:25:55 1207169bf42c: Preparing 06:25:55 0a938927e3b8: Preparing 06:25:55 b5102b4fd511: Preparing 06:25:55 8be687caa53f: Preparing 06:25:55 4bd53a9fb70f: Preparing 06:25:55 08b3d8b7cec9: Preparing 06:25:55 4fc242d58285: Preparing 06:25:55 4bd53a9fb70f: Waiting 06:25:55 08b3d8b7cec9: Waiting 06:25:55 4fc242d58285: Waiting 06:25:55 0a938927e3b8: Layer already exists 06:25:55 1207169bf42c: Layer already exists 06:25:55 b5102b4fd511: Layer already exists 06:25:55 550e596c6d0e: Layer already exists 06:25:55 8be687caa53f: Layer already exists 06:25:55 4bd53a9fb70f: Layer already exists 06:25:55 08b3d8b7cec9: Layer already exists 06:25:55 4fc242d58285: Layer already exists 06:25:55 4dfceff4e3635e4a98b2ef8b67003446cda03de4-0.0.1-dev.8: digest: sha256:700d77f2726fc164793ca14a619686b3cb1e6caf31fb6f01fb2877b53eecd9b9 size: 1994 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:25:56 + docker tag device-usb-camera nexus3.edgexfoundry.org:10004/device-usb-camera:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:25:56 + docker push nexus3.edgexfoundry.org:10004/device-usb-camera:main 06:25:56 The push refers to repository [nexus3.edgexfoundry.org:10004/device-usb-camera] 06:25:56 550e596c6d0e: Preparing 06:25:56 1207169bf42c: Preparing 06:25:56 0a938927e3b8: Preparing 06:25:56 b5102b4fd511: Preparing 06:25:56 8be687caa53f: Preparing 06:25:56 4bd53a9fb70f: Preparing 06:25:56 08b3d8b7cec9: Preparing 06:25:56 4fc242d58285: Preparing 06:25:56 4bd53a9fb70f: Waiting 06:25:56 08b3d8b7cec9: Waiting 06:25:56 1207169bf42c: Layer already exists 06:25:56 8be687caa53f: Layer already exists 06:25:56 b5102b4fd511: Layer already exists 06:25:56 550e596c6d0e: Layer already exists 06:25:56 0a938927e3b8: Layer already exists 06:25:56 4bd53a9fb70f: Layer already exists 06:25:56 08b3d8b7cec9: Layer already exists 06:25:56 4fc242d58285: Layer already exists 06:25:56 main: digest: sha256:700d77f2726fc164793ca14a619686b3cb1e6caf31fb6f01fb2877b53eecd9b9 size: 1994 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 06:25:56 ===================================================== [Pipeline] echo 06:25:56 taggedImages: 06:25:56 - nexus3.edgexfoundry.org:10004/device-usb-camera:4dfceff4e3635e4a98b2ef8b67003446cda03de4 06:25:56 - nexus3.edgexfoundry.org:10004/device-usb-camera:latest 06:25:56 - nexus3.edgexfoundry.org:10004/device-usb-camera:0.0.1-dev.8 06:25:56 - nexus3.edgexfoundry.org:10004/device-usb-camera:4dfceff4e3635e4a98b2ef8b67003446cda03de4-0.0.1-dev.8 06:25:56 - nexus3.edgexfoundry.org:10004/device-usb-camera:main [Pipeline] } [Pipeline] // script [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 06:25:56 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 06:25:56 06:25:56 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:25:57 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 06:25:57 latest: Pulling from edgex-lftools-log-publisher 06:25:57 5eb5b503b376: Pulling fs layer 06:25:57 5c69ac0246d0: Pulling fs layer 06:25:57 ec43610c2a17: Pulling fs layer 06:25:57 3a2ae6a8a46f: Pulling fs layer 06:25:57 33b1e0a273af: Pulling fs layer 06:25:57 5d3b04190fa2: Pulling fs layer 06:25:57 2f39f015ded8: Pulling fs layer 06:25:57 3a2ae6a8a46f: Waiting 06:25:57 33b1e0a273af: Waiting 06:25:57 2f39f015ded8: Waiting 06:25:57 5d3b04190fa2: Waiting 06:25:57 5c69ac0246d0: Verifying Checksum 06:25:57 5c69ac0246d0: Download complete 06:25:57 3a2ae6a8a46f: Verifying Checksum 06:25:57 3a2ae6a8a46f: Download complete 06:25:57 33b1e0a273af: Verifying Checksum 06:25:57 33b1e0a273af: Download complete 06:25:57 5d3b04190fa2: Download complete 06:25:57 ec43610c2a17: Verifying Checksum 06:25:57 ec43610c2a17: Download complete 06:25:57 5eb5b503b376: Verifying Checksum 06:25:57 5eb5b503b376: Download complete 06:25:57 2f39f015ded8: Verifying Checksum 06:25:57 2f39f015ded8: Download complete 06:25:58 5eb5b503b376: Pull complete 06:25:58 5c69ac0246d0: Pull complete 06:25:59 ec43610c2a17: Pull complete 06:25:59 3a2ae6a8a46f: Pull complete 06:25:59 33b1e0a273af: Pull complete 06:25:59 5d3b04190fa2: Pull complete 06:26:04 2f39f015ded8: Pull complete 06:26:04 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 06:26:04 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 06:26:04 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 06:26:05 prd-ubuntu20.04-docker-8c-8g-3106 does not seem to be running inside a container 06:26:05 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/exfoundry_device-usb-camera_main -v /w/workspace/exfoundry_device-usb-camera_main:/w/workspace/exfoundry_device-usb-camera_main:rw,z -v /w/workspace/exfoundry_device-usb-camera_main@tmp:/w/workspace/exfoundry_device-usb-camera_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 06:26:06 $ docker top dad8347a6a08a121c4cfa1cae53bb6dfe5912049f517c620a2bd66ae00d27e6f -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 06:26:07 ---> job-cost.sh 06:26:07 lf-activate-venv: SKIPPING 06:26:07 INFO: No Stack... 06:26:07 INFO: Retrieving Pricing Info for: v3-standard-8 06:26:08 INFO: Archiving Costs [Pipeline] sh 06:26:08 + cat /w/workspace/exfoundry_device-usb-camera_main/archives/cost.csv 06:26:08 + cut -d, -f6 [Pipeline] lock 06:26:08 Trying to acquire lock on [jenkins-edgexfoundry-device-usb-camera-main-19-stack-cost] 06:26:08 Resource [jenkins-edgexfoundry-device-usb-camera-main-19-stack-cost] did not exist. Created. 06:26:08 Lock acquired on [jenkins-edgexfoundry-device-usb-camera-main-19-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 06:26:08 + echo total: 0.2199999988079071 [Pipeline] stash 06:26:08 Stashed 1 file(s) [Pipeline] } 06:26:08 Lock released on resource [jenkins-edgexfoundry-device-usb-camera-main-19-stack-cost] [Pipeline] // lock [Pipeline] } 06:26:08 $ docker stop --time=1 dad8347a6a08a121c4cfa1cae53bb6dfe5912049f517c620a2bd66ae00d27e6f 06:26:10 $ docker rm -f dad8347a6a08a121c4cfa1cae53bb6dfe5912049f517c620a2bd66ae00d27e6f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 09:04:17 Running on prd-ubuntu20.04-docker-arm64-4c-16g-13948 in /w/workspace/exfoundry_device-usb-camera_main [Pipeline] { [Pipeline] ws 09:04:17 Running in /w/workspace/device-usb-camera/19 [Pipeline] { [Pipeline] checkout 09:04:17 Selected Git installation does not exist. Using Default 09:04:17 The recommended git tool is: NONE 09:04:24 using credential edgex-jenkins-ssh 09:04:24 Cloning the remote Git repository 09:04:24 Cloning repository git@github.com:edgexfoundry/device-usb-camera.git 09:04:24 > git init /w/workspace/device-usb-camera/19 # timeout=10 09:04:25 Avoid second fetch 09:04:25 Checking out Revision 4dfceff4e3635e4a98b2ef8b67003446cda03de4 (main) 09:04:24 Fetching upstream changes from git@github.com:edgexfoundry/device-usb-camera.git 09:04:24 > git --version # timeout=10 09:04:24 > git --version # 'git version 2.25.1' 09:04:24 using GIT_SSH to set credentials SSH Credentials for GitHub 09:04:24 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-usb-camera.git +refs/heads/*:refs/remotes/origin/* # timeout=10 09:04:25 > git config remote.origin.url git@github.com:edgexfoundry/device-usb-camera.git # timeout=10 09:04:25 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 09:04:25 > git config core.sparsecheckout # timeout=10 09:04:25 > git checkout -f 4dfceff4e3635e4a98b2ef8b67003446cda03de4 # timeout=10 09:04:29 Commit message: "Merge pull request #42 from weichou1229/upgrade-sdk" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 09:04:30 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 09:04:30 % Total % Received % Xferd Average Speed Time Time Time Current 09:04:30 Dload Upload Total Spent Left Speed 09:04:30 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12253 100 12253 0 0 53506 0 --:--:-- --:--:-- --:--:-- 53506 [Pipeline] sh 09:04:30 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 09:04:31 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 09:04:31 + sudo tee /etc/docker/daemon.new 09:04:31 { 09:04:31 "registry-mirrors": [ 09:04:31 "https://nexus3.edgexfoundry.org:10001" 09:04:31 ], 09:04:31 "bip": "10.250.0.254/24", 09:04:31 "hosts": [ 09:04:31 "tcp://0.0.0.0:5555", 09:04:31 "unix:///var/run/docker.sock" 09:04:31 ], 09:04:31 "mtu": 1458, 09:04:31 "selinux-enabled": true, 09:04:31 "seccomp-profile": "/etc/docker/seccomp.json" 09:04:31 } [Pipeline] sh 09:04:31 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 09:04:32 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 09:04:50 provisioning config files... 09:04:50 copy managed file [device-usb-camera-settings] to file:/w/workspace/device-usb-camera/19@tmp/config1621969077642750326tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 09:04:50 ---> docker-login.sh 09:04:50 nexus3.edgexfoundry.org:10001 09:04:51 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:04:51 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:04:51 Configure a credential helper to remove this warning. See 09:04:51 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:04:51 09:04:51 Login Succeeded 09:04:51 nexus3.edgexfoundry.org:10002 09:04:51 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:04:51 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:04:51 Configure a credential helper to remove this warning. See 09:04:51 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:04:51 09:04:51 Login Succeeded 09:04:51 nexus3.edgexfoundry.org:10003 09:04:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:04:52 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:04:52 Configure a credential helper to remove this warning. See 09:04:52 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:04:52 09:04:52 Login Succeeded 09:04:52 nexus3.edgexfoundry.org:10004 09:04:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:04:53 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:04:53 Configure a credential helper to remove this warning. See 09:04:53 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:04:53 09:04:53 Login Succeeded 09:04:53 docker.io 09:04:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:04:53 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:04:53 Configure a credential helper to remove this warning. See 09:04:53 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:04:53 09:04:53 Login Succeeded 09:04:53 ---> docker-login.sh ends [Pipeline] } 09:04:53 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 09:04:54 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 09:04:54 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 09:04:54 ========================================================= 09:04:54 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine] 09:04:54 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:04:54 + docker build -t ci-base-image-arm64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine --build-arg MAKE=echo noop --target=builder . 09:04:54 Sending build context to Docker daemon 414.2kB 09:04:54 Step 1/12 : ARG BASE=golang:1.17-alpine3.15 09:04:54 Step 2/12 : FROM ${BASE} AS builder 09:04:55 1.17-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 09:04:55 9b3977197b4f: Pulling fs layer 09:04:55 1a89e8eeedd5: Pulling fs layer 09:04:55 94645a83ff95: Pulling fs layer 09:04:55 e6fb740bc735: Pulling fs layer 09:04:55 3a77bd46dcc9: Pulling fs layer 09:04:55 355e64cbe906: Pulling fs layer 09:04:55 63ab81a10011: Pulling fs layer 09:04:55 555d1d1c4555: Pulling fs layer 09:04:55 7d9057610161: Pulling fs layer 09:04:55 e6fb740bc735: Waiting 09:04:55 3a77bd46dcc9: Waiting 09:04:55 355e64cbe906: Waiting 09:04:55 63ab81a10011: Waiting 09:04:55 555d1d1c4555: Waiting 09:04:55 7d9057610161: Waiting 09:04:55 94645a83ff95: Verifying Checksum 09:04:55 94645a83ff95: Download complete 09:04:55 1a89e8eeedd5: Verifying Checksum 09:04:55 1a89e8eeedd5: Download complete 09:04:55 3a77bd46dcc9: Verifying Checksum 09:04:55 3a77bd46dcc9: Download complete 09:04:55 355e64cbe906: Verifying Checksum 09:04:55 355e64cbe906: Download complete 09:04:55 9b3977197b4f: Download complete 09:04:55 63ab81a10011: Verifying Checksum 09:04:55 63ab81a10011: Download complete 09:04:56 9b3977197b4f: Pull complete 09:04:56 7d9057610161: Verifying Checksum 09:04:56 7d9057610161: Download complete 09:04:56 1a89e8eeedd5: Pull complete 09:04:56 94645a83ff95: Pull complete 09:04:57 555d1d1c4555: Verifying Checksum 09:04:57 555d1d1c4555: Download complete 09:04:57 e6fb740bc735: Verifying Checksum 09:04:57 e6fb740bc735: Download complete 09:05:10 e6fb740bc735: Pull complete 09:05:10 3a77bd46dcc9: Pull complete 09:05:10 355e64cbe906: Pull complete 09:05:10 63ab81a10011: Pull complete 09:05:17 555d1d1c4555: Pull complete 09:05:19 7d9057610161: Pull complete 09:05:19 Digest: sha256:2bfe06e9b82483759db2d79553298764cc23e00699169ff1c4d7513112b2d636 09:05:19 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine 09:05:19 ---> 819e984ddca1 09:05:19 Step 3/12 : ARG MAKE="make build" 09:05:19 ---> Running in 1a033309820e 09:05:20 Removing intermediate container 1a033309820e 09:05:20 ---> 37e95894d6fb 09:05:20 Step 4/12 : ARG ALPINE_PKG_BASE="make git gcc libc-dev zeromq-dev libsodium-dev" 09:05:20 ---> Running in 812f8fe71e79 09:05:20 Removing intermediate container 812f8fe71e79 09:05:20 ---> 507bc32d9bb4 09:05:20 Step 5/12 : ARG ALPINE_PKG_EXTRA="v4l-utils-dev v4l-utils v4l-utils-libs linux-headers" 09:05:20 ---> Running in 66185716fd96 09:05:20 Removing intermediate container 66185716fd96 09:05:20 ---> 8aa86c93e3df 09:05:20 Step 6/12 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:05:21 ---> Running in a43f6709cbf9 09:05:22 Removing intermediate container a43f6709cbf9 09:05:22 ---> 159cf3d614a6 09:05:22 Step 7/12 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 09:05:22 ---> Running in f57f49f6fd7e 09:05:23 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 09:05:24 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 09:05:25 (1/14) Installing libintl (0.21-r0) 09:05:25 (2/14) Installing eudev-libs (3.2.11_pre1-r0) 09:05:25 (3/14) Installing libjpeg-turbo (2.1.2-r0) 09:05:25 (4/14) Installing v4l-utils-libs (1.22.1-r1) 09:05:26 (5/14) Installing v4l-utils (1.22.1-r1) 09:05:26 (6/14) Installing udev-init-scripts (35-r0) 09:05:26 Executing udev-init-scripts-35-r0.post-install 09:05:26 (7/14) Installing libblkid (2.37.4-r0) 09:05:26 (8/14) Installing xz-libs (5.2.5-r1) 09:05:26 (9/14) Installing zstd-libs (1.5.0-r0) 09:05:26 (10/14) Installing kmod-libs (29-r2) 09:05:26 (11/14) Installing eudev (3.2.11_pre1-r0) 09:05:26 (12/14) Installing eudev-dev (3.2.11_pre1-r0) 09:05:26 (13/14) Installing v4l-utils-dvbv5 (1.22.1-r1) 09:05:26 (14/14) Installing v4l-utils-dev (1.22.1-r1) 09:05:27 Executing busybox-1.34.1-r3.trigger 09:05:27 Executing eudev-3.2.11_pre1-r0.trigger 09:05:27 OK: 228 MiB in 66 packages 09:05:28 Removing intermediate container f57f49f6fd7e 09:05:28 ---> ea644124e09d 09:05:28 Step 8/12 : WORKDIR /device-usb-camera 09:05:28 ---> Running in 7aa0b295cc55 09:05:28 Removing intermediate container 7aa0b295cc55 09:05:28 ---> fd135bce3fd1 09:05:28 Step 9/12 : COPY go.mod vendor* ./ 09:05:29 ---> 22a66b02860e 09:05:29 Step 10/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 09:05:29 ---> Running in 8c9199a67fae 09:06:16 Removing intermediate container 8c9199a67fae 09:06:16 ---> 2dfa24ed2e5c 09:06:16 Step 11/12 : COPY . . 09:06:16 ---> 1a2cd1280aaa 09:06:16 Step 12/12 : RUN ${MAKE} 09:06:16 ---> Running in 062c39aee0c6 09:06:16 noop 09:06:16 Removing intermediate container 062c39aee0c6 09:06:16 ---> 99ba79ac8acf 09:06:16 Successfully built 99ba79ac8acf 09:06:16 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:06:16 + docker inspect -f . ci-base-image-arm64 09:06:16 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 09:06:16 prd-ubuntu20.04-docker-arm64-4c-16g-13948 does not seem to be running inside a container 09:06:17 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-usb-camera/19 -v /w/workspace/device-usb-camera/19:/w/workspace/device-usb-camera/19:rw,z -v /w/workspace/device-usb-camera/19@tmp:/w/workspace/device-usb-camera/19@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 ******** ci-base-image-arm64 cat 09:06:18 $ docker top 66da7ecccbb311770d309303758ed133390ac27fa8e985140eab9de521848e81 -eo pid,comm [Pipeline] { [Pipeline] sh 09:06:19 + go version 09:06:19 go version go1.17.7 linux/arm64 [Pipeline] } 09:06:19 $ docker stop --time=1 66da7ecccbb311770d309303758ed133390ac27fa8e985140eab9de521848e81 09:06:20 $ docker rm -f 66da7ecccbb311770d309303758ed133390ac27fa8e985140eab9de521848e81 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:06:21 + docker inspect -f . ci-base-image-arm64 09:06:21 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 09:06:21 prd-ubuntu20.04-docker-arm64-4c-16g-13948 does not seem to be running inside a container 09:06:21 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-usb-camera/19 -v /w/workspace/device-usb-camera/19:/w/workspace/device-usb-camera/19:rw,z -v /w/workspace/device-usb-camera/19@tmp:/w/workspace/device-usb-camera/19@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 ******** ci-base-image-arm64 cat 09:06:23 $ docker top 23c8a2e8f0664fe29a7704defcba35e284ee443238dccb19f2974b3e338a4b5f -eo pid,comm [Pipeline] { [Pipeline] fileExists [Pipeline] sh 09:06:23 + make test 09:06:23 CGO_ENABLED=1 go test ./... -coverprofile=coverage.out ./... 09:06:25 ? github.com/edgexfoundry/device-usb-camera [no test files] 09:07:47 ? github.com/edgexfoundry/device-usb-camera/cmd [no test files] 09:07:47 ? github.com/edgexfoundry/device-usb-camera/internal/driver [no test files] 09:07:47 WARNING: Linting skipped (not on x86_64 or linter not installed) 09:07:47 CGO_ENABLED=1 go vet ./... 09:08:09 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 09:08:09 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 09:08:09 ./bin/test-attribution-txt.sh [Pipeline] echo 09:08:12 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 09:08:12 $ docker stop --time=1 23c8a2e8f0664fe29a7704defcba35e284ee443238dccb19f2974b3e338a4b5f 09:08:13 $ docker rm -f 23c8a2e8f0664fe29a7704defcba35e284ee443238dccb19f2974b3e338a4b5f [Pipeline] // withDockerContainer [Pipeline] sh 09:08:14 + sudo chown -R jenkins:jenkins . [Pipeline] stash 09:08:14 Warning: overwriting stash ‘coverage-report’ 09:08:15 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 09:08:15 + sudo chown -R jenkins:jenkins . [Pipeline] sh 09:08:15 + ls -al . 09:08:15 total 160 09:08:15 drwxrwxr-x 8 jenkins jenkins 4096 Jun 19 09:08 . 09:08:15 drwxrwxr-x 4 jenkins jenkins 4096 Jun 19 09:04 .. 09:08:15 drwxrwxr-x 8 jenkins jenkins 4096 Jun 19 09:04 .git 09:08:15 drwxrwxr-x 2 jenkins jenkins 4096 Jun 19 09:04 .github 09:08:15 -rw-rw-r-- 1 jenkins jenkins 349 Jun 19 09:04 .gitignore 09:08:15 -rw-rw-r-- 1 jenkins jenkins 42 Jun 19 09:04 .golangci.yml 09:08:15 -rw-rw-r-- 1 jenkins jenkins 77 Jun 19 09:04 .hadolint.yml 09:08:15 -rw-rw-r-- 1 jenkins jenkins 8834 Jun 19 09:04 Attribution.txt 09:08:15 -rw-rw-r-- 1 jenkins jenkins 181 Jun 19 09:04 CHANGELOG.md 09:08:15 -rw-rw-r-- 1 jenkins jenkins 1891 Jun 19 09:04 Dockerfile 09:08:15 -rw-rw-r-- 1 jenkins jenkins 678 Jun 19 09:04 GOVERNANCE.md 09:08:15 -rw-rw-r-- 1 jenkins jenkins 659 Jun 19 09:04 Jenkinsfile 09:08:15 -rw-rw-r-- 1 jenkins jenkins 11348 Jun 19 09:04 LICENSE 09:08:15 -rw-rw-r-- 1 jenkins jenkins 2345 Jun 19 09:04 Makefile 09:08:15 -rw-rw-r-- 1 jenkins jenkins 622 Jun 19 09:04 OWNERS.md 09:08:15 -rw-rw-r-- 1 jenkins jenkins 10754 Jun 19 09:04 README.md 09:08:15 -rw-rw-r-- 1 jenkins jenkins 11 Jun 19 06:23 VERSION 09:08:15 drwxrwxr-x 2 jenkins jenkins 4096 Jun 19 09:04 bin 09:08:15 drwxrwxr-x 3 jenkins jenkins 4096 Jun 19 09:04 cmd 09:08:15 -rw-r--r-- 1 jenkins jenkins 10 Jun 19 09:06 coverage.out 09:08:15 drwxrwxr-x 2 jenkins jenkins 4096 Jun 19 09:04 docker-compose 09:08:15 -rw-rw-r-- 1 jenkins jenkins 140 Jun 19 09:04 docker-entrypoint.sh 09:08:15 -rw-rw-r-- 1 jenkins jenkins 3357 Jun 19 09:04 go.mod 09:08:15 -rw-rw-r-- 1 jenkins jenkins 36325 Jun 19 09:04 go.sum 09:08:15 drwxrwxr-x 3 jenkins jenkins 4096 Jun 19 09:04 internal 09:08:15 -rw-rw-r-- 1 jenkins jenkins 231 Jun 19 09:04 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:08:16 + 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=4dfceff4e3635e4a98b2ef8b67003446cda03de4 --label arch=arm64 --label version=0.0.1-dev.8 . 09:08:16 Sending build context to Docker daemon 415.2kB 09:08:16 Step 1/29 : ARG BASE=golang:1.17-alpine3.15 09:08:16 Step 2/29 : FROM ${BASE} AS builder 09:08:16 ---> 99ba79ac8acf 09:08:16 Step 3/29 : ARG MAKE="make build" 09:08:16 ---> Running in 7fd39819ec09 09:08:16 Removing intermediate container 7fd39819ec09 09:08:16 ---> 6c0181bc817e 09:08:16 Step 4/29 : ARG ALPINE_PKG_BASE="make git gcc libc-dev zeromq-dev libsodium-dev" 09:08:17 ---> Running in be4e25993ab6 09:08:17 Removing intermediate container be4e25993ab6 09:08:17 ---> 0b2963a00a7e 09:08:17 Step 5/29 : ARG ALPINE_PKG_EXTRA="v4l-utils-dev v4l-utils v4l-utils-libs linux-headers" 09:08:17 ---> Running in ee82f8ace81a 09:08:17 Removing intermediate container ee82f8ace81a 09:08:17 ---> 6765c3daa128 09:08:17 Step 6/29 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:08:17 ---> Running in 7d1f6219dabe 09:08:19 Removing intermediate container 7d1f6219dabe 09:08:19 ---> 89f5f55fe3d1 09:08:19 Step 7/29 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 09:08:19 ---> Running in f9be92623ea9 09:08:20 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 09:08:21 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 09:08:22 OK: 228 MiB in 66 packages 09:08:22 Removing intermediate container f9be92623ea9 09:08:22 ---> e4515e5f766d 09:08:22 Step 8/29 : WORKDIR /device-usb-camera 09:08:22 ---> Running in 6c67b814fd32 09:08:23 Removing intermediate container 6c67b814fd32 09:08:23 ---> ac3de6556c90 09:08:23 Step 9/29 : COPY go.mod vendor* ./ 09:08:23 ---> 51b381902a9d 09:08:23 Step 10/29 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 09:08:23 ---> Running in 420e112fef0e 09:08:25 Removing intermediate container 420e112fef0e 09:08:25 ---> a61faf5826a2 09:08:25 Step 11/29 : COPY . . 09:08:26 ---> 9afbbb6d6126 09:08:26 Step 12/29 : RUN ${MAKE} 09:08:26 ---> Running in 673fcb9c7385 09:08:27 CGO_ENABLED=1 go build -ldflags "-linkmode=external -X github.com/edgexfoundry/device-usb-camera.Version=0.0.1-dev.8 -X github.com/edgexfoundry/device-sdk-go/v2/internal/common.SDKVersion=v2.2.1-dev.5" -trimpath -mod=readonly -buildmode=pie -o cmd/device-usb-camera ./cmd 09:10:34 Removing intermediate container 673fcb9c7385 09:10:34 ---> f161214ac60b 09:10:34 Step 13/29 : FROM aler9/rtsp-simple-server:v0.18.4 AS rtsp 09:10:34 v0.18.4: Pulling from aler9/rtsp-simple-server 09:10:34 eab2503cf8f4: Pulling fs layer 09:10:34 97cd0a44c592: Pulling fs layer 09:10:34 97cd0a44c592: Verifying Checksum 09:10:34 eab2503cf8f4: Verifying Checksum 09:10:34 eab2503cf8f4: Download complete 09:10:34 eab2503cf8f4: Pull complete 09:10:34 97cd0a44c592: Pull complete 09:10:34 Digest: sha256:1453d1d853d0ebdb57f9d2cbebc75114a1174f7b08edc414400166566d9ff563 09:10:34 Status: Downloaded newer image for aler9/rtsp-simple-server:v0.18.4 09:10:34 ---> 7f763cca56b3 09:10:34 Step 14/29 : FROM alpine:3.15 09:10:34 3.15: Pulling from library/alpine 09:10:34 9981e73032c8: Pulling fs layer 09:10:34 9981e73032c8: Verifying Checksum 09:10:34 9981e73032c8: Download complete 09:10:34 9981e73032c8: Pull complete 09:10:34 Digest: sha256:4edbd2beb5f78b1014028f4fbb99f3237d9561100b6881aabbf5acce2c4f9454 09:10:34 Status: Downloaded newer image for alpine:3.15 09:10:34 ---> 3fb3c9af89a9 09:10:34 Step 15/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel Corporation' 09:10:34 ---> Running in 2b2ab8340f1e 09:10:34 Removing intermediate container 2b2ab8340f1e 09:10:34 ---> 0256c16405ad 09:10:34 Step 16/29 : RUN apk add --update --no-cache zeromq dumb-init ffmpeg udev 09:10:34 ---> Running in 28cf2729acba 09:10:34 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 09:10:34 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 09:10:34 (1/73) Installing dumb-init (1.2.5-r1) 09:10:34 (2/73) Installing sdl2 (2.0.16-r4) 09:10:34 (3/73) Installing libxau (1.0.9-r0) 09:10:34 (4/73) Installing libmd (1.0.3-r0) 09:10:34 (5/73) Installing libbsd (0.11.3-r1) 09:10:34 (6/73) Installing libxdmcp (1.1.3-r0) 09:10:34 (7/73) Installing libxcb (1.14-r2) 09:10:34 (8/73) Installing libx11 (1.7.2-r0) 09:10:34 (9/73) Installing aom-libs (3.2.0-r0) 09:10:34 (10/73) Installing alsa-lib (1.2.5.1-r1) 09:10:34 (11/73) Installing expat (2.4.7-r0) 09:10:34 (12/73) Installing brotli-libs (1.0.9-r5) 09:10:34 (13/73) Installing libbz2 (1.0.8-r1) 09:10:34 (14/73) Installing libpng (1.6.37-r1) 09:10:34 (15/73) Installing freetype (2.11.1-r2) 09:10:34 (16/73) Installing libuuid (2.37.4-r0) 09:10:34 (17/73) Installing fontconfig (2.13.1-r4) 09:10:34 (18/73) Installing fribidi (1.0.11-r0) 09:10:34 (19/73) Installing libffi (3.4.2-r1) 09:10:34 (20/73) Installing libintl (0.21-r0) 09:10:34 (21/73) Installing libblkid (2.37.4-r0) 09:10:34 (22/73) Installing libmount (2.37.4-r0) 09:10:34 (23/73) Installing pcre (8.45-r1) 09:10:34 (24/73) Installing glib (2.70.1-r0) 09:10:34 (25/73) Installing graphite2 (1.3.14-r0) 09:10:34 (26/73) Installing harfbuzz (3.0.0-r2) 09:10:34 (27/73) Installing libass (0.15.2-r0) 09:10:34 (28/73) Installing libdav1d (0.9.2-r0) 09:10:34 (29/73) Installing gmp (6.2.1-r1) 09:10:34 (30/73) Installing nettle (3.7.3-r0) 09:10:34 (31/73) Installing p11-kit (0.24.0-r1) 09:10:34 (32/73) Installing libtasn1 (4.18.0-r0) 09:10:34 (33/73) Installing libunistring (0.9.10-r1) 09:10:34 (34/73) Installing gnutls (3.7.1-r0) 09:10:34 (35/73) Installing ncurses-terminfo-base (6.3_p20211120-r0) 09:10:34 (36/73) Installing ncurses-libs (6.3_p20211120-r0) 09:10:34 (37/73) Installing lame (3.100-r0) 09:10:34 (38/73) Installing opus (1.3.1-r1) 09:10:34 (39/73) Installing libgomp (10.3.1_git20211027-r0) 09:10:34 (40/73) Installing soxr (0.1.3-r2) 09:10:34 (41/73) Installing libgcc (10.3.1_git20211027-r0) 09:10:34 (42/73) Installing libstdc++ (10.3.1_git20211027-r0) 09:10:34 (43/73) Installing libsrt (1.4.2-r1) 09:10:34 (44/73) Installing libssh (0.9.6-r1) 09:10:34 (45/73) Installing libogg (1.3.5-r0) 09:10:34 (46/73) Installing libtheora (1.1.1-r16) 09:10:34 (47/73) Installing libjpeg-turbo (2.1.2-r0) 09:10:34 (48/73) Installing v4l-utils-libs (1.22.1-r1) 09:10:34 (49/73) Installing libxext (1.3.4-r0) 09:10:34 (50/73) Installing libxfixes (6.0.0-r0) 09:10:34 (51/73) Installing libdrm (2.4.109-r0) 09:10:34 (52/73) Installing wayland-libs-client (1.19.0-r1) 09:10:34 (53/73) Installing libva (2.13.0-r0) 09:10:34 (54/73) Installing libvdpau (1.4-r0) 09:10:34 (55/73) Installing vidstab (1.1.0-r1) 09:10:34 (56/73) Installing libvorbis (1.3.7-r0) 09:10:34 (57/73) Installing libvpx (1.10.0-r0) 09:10:34 (58/73) Installing vulkan-loader (1.2.196-r0) 09:10:34 (59/73) Installing libwebp (1.2.2-r0) 09:10:34 (60/73) Installing x264-libs (20210613-r0) 09:10:34 (61/73) Installing x265-libs (3.5-r0) 09:10:34 (62/73) Installing xvidcore (1.3.7-r1) 09:10:34 (63/73) Installing ffmpeg-libs (4.4.1-r2) 09:10:34 (64/73) Installing ffmpeg (4.4.1-r2) 09:10:34 (65/73) Installing udev-init-scripts (35-r0) 09:10:34 Executing udev-init-scripts-35-r0.post-install 09:10:34 (66/73) Installing eudev-libs (3.2.11_pre1-r0) 09:10:34 (67/73) Installing xz-libs (5.2.5-r1) 09:10:34 (68/73) Installing zstd-libs (1.5.0-r0) 09:10:34 (69/73) Installing kmod-libs (29-r2) 09:10:34 (70/73) Installing eudev (3.2.11_pre1-r0) 09:10:34 (71/73) Installing libsodium (1.0.18-r0) 09:10:34 (72/73) Installing libzmq (4.3.4-r0) 09:10:34 (73/73) Installing zeromq (4.3.4-r0) 09:10:34 Executing busybox-1.34.1-r5.trigger 09:10:34 Executing eudev-3.2.11_pre1-r0.trigger 09:10:34 OK: 67 MiB in 87 packages 09:10:34 Removing intermediate container 28cf2729acba 09:10:34 ---> fd6c462ae97a 09:10:34 Step 17/29 : WORKDIR / 09:10:34 ---> Running in d1d8b9b9d40e 09:10:34 Removing intermediate container d1d8b9b9d40e 09:10:34 ---> 2f7e26b4c9c4 09:10:34 Step 18/29 : COPY --from=builder /device-usb-camera/cmd / 09:10:36 ---> 15859587ba76 09:10:36 Step 19/29 : COPY --from=builder /device-usb-camera/LICENSE / 09:10:36 ---> 6dada26999ef 09:10:36 Step 20/29 : COPY --from=builder /device-usb-camera/Attribution.txt / 09:10:37 ---> e3c455c6a194 09:10:37 Step 21/29 : COPY --from=builder /device-usb-camera/docker-entrypoint.sh / 09:10:37 ---> e8c42d99d618 09:10:37 Step 22/29 : COPY --from=rtsp /rtsp-simple-server.yml / 09:10:38 ---> ac7ab4406a77 09:10:38 Step 23/29 : COPY --from=rtsp /rtsp-simple-server / 09:10:39 ---> 03cc35916960 09:10:39 Step 24/29 : EXPOSE 59983 09:10:39 ---> Running in ecfb7e89e11d 09:10:39 Removing intermediate container ecfb7e89e11d 09:10:39 ---> 8cd98d528092 09:10:39 Step 25/29 : ENTRYPOINT ["/docker-entrypoint.sh"] 09:10:39 ---> Running in 09dac2d8aeac 09:10:40 Removing intermediate container 09dac2d8aeac 09:10:40 ---> b7562d443089 09:10:40 Step 26/29 : CMD [ "--configProvider=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res" ] 09:10:40 ---> Running in d36c70905a9c 09:10:40 Removing intermediate container d36c70905a9c 09:10:40 ---> db5c514fd72b 09:10:40 Step 27/29 : LABEL arch=arm64 09:10:40 ---> Running in cbfa8011353e 09:10:41 Removing intermediate container cbfa8011353e 09:10:41 ---> 4e54f3bab7d1 09:10:41 Step 28/29 : LABEL git_sha=4dfceff4e3635e4a98b2ef8b67003446cda03de4 09:10:41 ---> Running in 3ff3a90f1df6 09:10:41 Removing intermediate container 3ff3a90f1df6 09:10:41 ---> d3428a252f59 09:10:41 Step 29/29 : LABEL version=0.0.1-dev.8 09:10:41 ---> Running in 0f66dabfde07 09:10:41 Removing intermediate container 0f66dabfde07 09:10:41 ---> fe63979694ba 09:10:41 [Warning] One or more build-args [ARCH] were not consumed 09:10:41 Successfully built fe63979694ba 09:10:41 Successfully tagged device-usb-camera-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 09:10:41 provisioning config files... 09:10:41 copy managed file [device-usb-camera-settings] to file:/w/workspace/device-usb-camera/19@tmp/config5981763139608874919tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 09:10:42 ---> docker-login.sh 09:10:42 nexus3.edgexfoundry.org:10001 09:10:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:10:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:10:42 Configure a credential helper to remove this warning. See 09:10:42 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:10:42 09:10:42 Login Succeeded 09:10:42 nexus3.edgexfoundry.org:10002 09:10:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:10:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:10:43 Configure a credential helper to remove this warning. See 09:10:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:10:43 09:10:43 Login Succeeded 09:10:43 nexus3.edgexfoundry.org:10003 09:10:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:10:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:10:43 Configure a credential helper to remove this warning. See 09:10:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:10:43 09:10:43 Login Succeeded 09:10:43 nexus3.edgexfoundry.org:10004 09:10:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:10:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:10:44 Configure a credential helper to remove this warning. See 09:10:44 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:10:44 09:10:44 Login Succeeded 09:10:44 docker.io 09:10:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:10:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:10:44 Configure a credential helper to remove this warning. See 09:10:44 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:10:44 09:10:44 Login Succeeded 09:10:44 ---> docker-login.sh ends [Pipeline] } 09:10:44 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 09:10:44 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 09:10:45 [edgeXDocker.push] Tagging docker image device-usb-camera-arm64 with the following tags: 09:10:45 4dfceff4e3635e4a98b2ef8b67003446cda03de4 09:10:45 latest 09:10:45 0.0.1-dev.8 09:10:45 4dfceff4e3635e4a98b2ef8b67003446cda03de4-0.0.1-dev.8 09:10:45 main 09:10:45 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:10:45 + docker tag device-usb-camera-arm64 nexus3.edgexfoundry.org:10004/device-usb-camera-arm64:4dfceff4e3635e4a98b2ef8b67003446cda03de4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:10:45 + docker push nexus3.edgexfoundry.org:10004/device-usb-camera-arm64:4dfceff4e3635e4a98b2ef8b67003446cda03de4 09:10:45 The push refers to repository [nexus3.edgexfoundry.org:10004/device-usb-camera-arm64] 09:10:45 a43932d1df72: Preparing 09:10:45 1207169bf42c: Preparing 09:10:45 3f0cc450f2a6: Preparing 09:10:45 3163b10cabb1: Preparing 09:10:45 a676d5c20eb3: Preparing 09:10:45 2c511a41aa85: Preparing 09:10:45 366fef4dd66c: Preparing 09:10:45 4f4ce317c6bb: Preparing 09:10:45 2c511a41aa85: Waiting 09:10:45 366fef4dd66c: Waiting 09:10:45 4f4ce317c6bb: Waiting 09:10:46 3163b10cabb1: Pushed 09:10:46 a676d5c20eb3: Pushed 09:10:46 3f0cc450f2a6: Pushed 09:10:46 1207169bf42c: Pushed 09:10:46 4f4ce317c6bb: Layer already exists 09:10:50 a43932d1df72: Pushed 09:10:51 2c511a41aa85: Pushed 09:11:00 366fef4dd66c: Pushed 09:11:00 4dfceff4e3635e4a98b2ef8b67003446cda03de4: digest: sha256:4c95a13ea66025ddd5194d60a9a44ece55f035708884334a14a4193eb63d1f2e size: 1994 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:11:00 + docker tag device-usb-camera-arm64 nexus3.edgexfoundry.org:10004/device-usb-camera-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:11:00 + docker push nexus3.edgexfoundry.org:10004/device-usb-camera-arm64:latest 09:11:00 The push refers to repository [nexus3.edgexfoundry.org:10004/device-usb-camera-arm64] 09:11:00 a43932d1df72: Preparing 09:11:00 1207169bf42c: Preparing 09:11:00 3f0cc450f2a6: Preparing 09:11:00 3163b10cabb1: Preparing 09:11:00 a676d5c20eb3: Preparing 09:11:00 2c511a41aa85: Preparing 09:11:00 366fef4dd66c: Preparing 09:11:00 4f4ce317c6bb: Preparing 09:11:00 2c511a41aa85: Waiting 09:11:00 366fef4dd66c: Waiting 09:11:00 4f4ce317c6bb: Waiting 09:11:00 3163b10cabb1: Layer already exists 09:11:00 3f0cc450f2a6: Layer already exists 09:11:00 1207169bf42c: Layer already exists 09:11:00 a676d5c20eb3: Layer already exists 09:11:00 a43932d1df72: Layer already exists 09:11:01 366fef4dd66c: Layer already exists 09:11:01 4f4ce317c6bb: Layer already exists 09:11:01 2c511a41aa85: Layer already exists 09:11:01 latest: digest: sha256:4c95a13ea66025ddd5194d60a9a44ece55f035708884334a14a4193eb63d1f2e size: 1994 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:11:01 + docker tag device-usb-camera-arm64 nexus3.edgexfoundry.org:10004/device-usb-camera-arm64:0.0.1-dev.8 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:11:01 + docker push nexus3.edgexfoundry.org:10004/device-usb-camera-arm64:0.0.1-dev.8 09:11:01 The push refers to repository [nexus3.edgexfoundry.org:10004/device-usb-camera-arm64] 09:11:01 a43932d1df72: Preparing 09:11:01 1207169bf42c: Preparing 09:11:01 3f0cc450f2a6: Preparing 09:11:01 3163b10cabb1: Preparing 09:11:01 a676d5c20eb3: Preparing 09:11:01 2c511a41aa85: Preparing 09:11:01 366fef4dd66c: Preparing 09:11:01 4f4ce317c6bb: Preparing 09:11:01 2c511a41aa85: Waiting 09:11:01 366fef4dd66c: Waiting 09:11:01 4f4ce317c6bb: Waiting 09:11:01 a43932d1df72: Layer already exists 09:11:01 1207169bf42c: Layer already exists 09:11:01 3f0cc450f2a6: Layer already exists 09:11:01 a676d5c20eb3: Layer already exists 09:11:01 3163b10cabb1: Layer already exists 09:11:01 4f4ce317c6bb: Layer already exists 09:11:01 2c511a41aa85: Layer already exists 09:11:02 366fef4dd66c: Layer already exists 09:11:02 0.0.1-dev.8: digest: sha256:4c95a13ea66025ddd5194d60a9a44ece55f035708884334a14a4193eb63d1f2e size: 1994 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:11:02 + docker tag device-usb-camera-arm64 nexus3.edgexfoundry.org:10004/device-usb-camera-arm64:4dfceff4e3635e4a98b2ef8b67003446cda03de4-0.0.1-dev.8 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:11:02 + docker push nexus3.edgexfoundry.org:10004/device-usb-camera-arm64:4dfceff4e3635e4a98b2ef8b67003446cda03de4-0.0.1-dev.8 09:11:02 The push refers to repository [nexus3.edgexfoundry.org:10004/device-usb-camera-arm64] 09:11:02 a43932d1df72: Preparing 09:11:02 1207169bf42c: Preparing 09:11:02 3f0cc450f2a6: Preparing 09:11:02 3163b10cabb1: Preparing 09:11:02 a676d5c20eb3: Preparing 09:11:02 2c511a41aa85: Preparing 09:11:02 366fef4dd66c: Preparing 09:11:02 4f4ce317c6bb: Preparing 09:11:02 2c511a41aa85: Waiting 09:11:02 4f4ce317c6bb: Waiting 09:11:02 366fef4dd66c: Waiting 09:11:02 a676d5c20eb3: Layer already exists 09:11:02 3163b10cabb1: Layer already exists 09:11:02 1207169bf42c: Layer already exists 09:11:02 3f0cc450f2a6: Layer already exists 09:11:02 a43932d1df72: Layer already exists 09:11:02 4f4ce317c6bb: Layer already exists 09:11:02 2c511a41aa85: Layer already exists 09:11:03 366fef4dd66c: Layer already exists 09:11:03 4dfceff4e3635e4a98b2ef8b67003446cda03de4-0.0.1-dev.8: digest: sha256:4c95a13ea66025ddd5194d60a9a44ece55f035708884334a14a4193eb63d1f2e size: 1994 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:11:03 + docker tag device-usb-camera-arm64 nexus3.edgexfoundry.org:10004/device-usb-camera-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:11:03 + docker push nexus3.edgexfoundry.org:10004/device-usb-camera-arm64:main 09:11:03 The push refers to repository [nexus3.edgexfoundry.org:10004/device-usb-camera-arm64] 09:11:03 a43932d1df72: Preparing 09:11:03 1207169bf42c: Preparing 09:11:03 3f0cc450f2a6: Preparing 09:11:03 3163b10cabb1: Preparing 09:11:03 a676d5c20eb3: Preparing 09:11:03 2c511a41aa85: Preparing 09:11:03 366fef4dd66c: Preparing 09:11:03 4f4ce317c6bb: Preparing 09:11:03 366fef4dd66c: Waiting 09:11:03 4f4ce317c6bb: Waiting 09:11:03 2c511a41aa85: Waiting 09:11:03 1207169bf42c: Layer already exists 09:11:03 3f0cc450f2a6: Layer already exists 09:11:03 3163b10cabb1: Layer already exists 09:11:03 a43932d1df72: Layer already exists 09:11:03 a676d5c20eb3: Layer already exists 09:11:03 4f4ce317c6bb: Layer already exists 09:11:03 2c511a41aa85: Layer already exists 09:11:03 366fef4dd66c: Layer already exists 09:11:04 main: digest: sha256:4c95a13ea66025ddd5194d60a9a44ece55f035708884334a14a4193eb63d1f2e size: 1994 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 09:11:04 ===================================================== [Pipeline] echo 09:11:04 taggedImages: 09:11:04 - nexus3.edgexfoundry.org:10004/device-usb-camera-arm64:4dfceff4e3635e4a98b2ef8b67003446cda03de4 09:11:04 - nexus3.edgexfoundry.org:10004/device-usb-camera-arm64:latest 09:11:04 - nexus3.edgexfoundry.org:10004/device-usb-camera-arm64:0.0.1-dev.8 09:11:04 - nexus3.edgexfoundry.org:10004/device-usb-camera-arm64:4dfceff4e3635e4a98b2ef8b67003446cda03de4-0.0.1-dev.8 09:11:04 - nexus3.edgexfoundry.org:10004/device-usb-camera-arm64:main [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:11:04 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 09:11:04 09:11:04 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:11:04 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 09:11:05 arm64: Pulling from edgex-lftools-log-publisher 09:11:05 8998bd30e6a1: Pulling fs layer 09:11:05 04944245beec: Pulling fs layer 09:11:05 699f458cf7ca: Pulling fs layer 09:11:05 765212b225bb: Pulling fs layer 09:11:05 f23df028b6ca: Pulling fs layer 09:11:05 d65c8cfc05b1: Pulling fs layer 09:11:05 2437ff75d9bd: Pulling fs layer 09:11:05 765212b225bb: Waiting 09:11:05 d65c8cfc05b1: Waiting 09:11:05 f23df028b6ca: Waiting 09:11:05 2437ff75d9bd: Waiting 09:11:05 04944245beec: Verifying Checksum 09:11:05 04944245beec: Download complete 09:11:05 765212b225bb: Verifying Checksum 09:11:05 765212b225bb: Download complete 09:11:05 f23df028b6ca: Verifying Checksum 09:11:05 f23df028b6ca: Download complete 09:11:05 d65c8cfc05b1: Verifying Checksum 09:11:05 d65c8cfc05b1: Download complete 09:11:05 699f458cf7ca: Verifying Checksum 09:11:05 699f458cf7ca: Download complete 09:11:05 8998bd30e6a1: Verifying Checksum 09:11:05 8998bd30e6a1: Download complete 09:11:08 2437ff75d9bd: Download complete 09:11:10 8998bd30e6a1: Pull complete 09:11:10 04944245beec: Pull complete 09:11:12 699f458cf7ca: Pull complete 09:11:12 765212b225bb: Pull complete 09:11:12 f23df028b6ca: Pull complete 09:11:13 d65c8cfc05b1: Pull complete 09:11:28 2437ff75d9bd: Pull complete 09:11:28 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 09:11:28 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 09:11:28 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 09:11:28 prd-ubuntu20.04-docker-arm64-4c-16g-13948 does not seem to be running inside a container 09:11:28 $ 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/19 -v /w/workspace/device-usb-camera/19:/w/workspace/device-usb-camera/19:rw,z -v /w/workspace/device-usb-camera/19@tmp:/w/workspace/device-usb-camera/19@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat 09:11:31 $ docker top 66a5c146c821f77c44a20872cc4f9a7b271667e316f9fdde0e150bb73a64f3e3 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 09:11:31 ---> job-cost.sh 09:11:31 lf-activate-venv: SKIPPING 09:11:31 INFO: No Stack... 09:11:32 INFO: Retrieving Pricing Info for: v3-standard-4 09:11:33 INFO: Archiving Costs [Pipeline] sh 09:11:34 + cat /w/workspace/device-usb-camera/19/archives/cost.csv 09:11:34 + cut -d, -f6 [Pipeline] lock 09:11:34 Trying to acquire lock on [jenkins-edgexfoundry-device-usb-camera-main-19-stack-cost] 09:11:34 Resource [jenkins-edgexfoundry-device-usb-camera-main-19-stack-cost] did not exist. Created. 09:11:34 Lock acquired on [jenkins-edgexfoundry-device-usb-camera-main-19-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 09:11:34 /w/workspace/device-usb-camera/19@tmp/durable-abe61c8f/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh 09:11:35 + echo total: 0.10999999940395355 [Pipeline] stash 09:11:35 Warning: overwriting stash ‘stack-cost’ 09:11:35 Stashed 1 file(s) [Pipeline] } 09:11:35 Lock released on resource [jenkins-edgexfoundry-device-usb-camera-main-19-stack-cost] [Pipeline] // lock [Pipeline] } 09:11:35 $ docker stop --time=1 66a5c146c821f77c44a20872cc4f9a7b271667e316f9fdde0e150bb73a64f3e3 09:11:37 $ docker rm -f 66a5c146c821f77c44a20872cc4f9a7b271667e316f9fdde0e150bb73a64f3e3 [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 09:11:37 provisioning config files... 09:11:37 copy managed file [device-usb-camera-codecov-token] to file:/w/workspace/exfoundry_device-usb-camera_main@tmp/config3385069757794005751tmp [Pipeline] { [Pipeline] sh 09:11:38 + set +x 09:11:38 + curl -s https://codecov.io/bash 09:11:38 + bash -s -- 09:11:38 09:11:38 _____ _ 09:11:38 / ____| | | 09:11:38 | | ___ __| | ___ ___ _____ __ 09:11:38 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 09:11:38 | |___| (_) | (_| | __/ (_| (_) \ V / 09:11:38 \_____\___/ \__,_|\___|\___\___/ \_/ 09:11:38 Bash-1.0.6 09:11:38 09:11:38 09:11:38 ==> git version 2.25.1 found 09:11:38 ==> 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 09:11:38 Release-Date: 2020-01-08 09:11:38 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 09:11:38 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 09:11:38 ==> Jenkins CI detected. 09:11:38 current dir:  /w/workspace/exfoundry_device-usb-camera_main 09:11:38 project root: . 09:11:38 --> token set from env 09:11:38 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 09:11:38 ==> Running gcov in . (disable via -X gcov) 09:11:38 ==> Python coveragepy not found 09:11:38 ==> Searching for coverage reports in: 09:11:38 + . 09:11:38 -> Found 1 reports 09:11:38 ==> Detecting git/mercurial file structure 09:11:38 ==> Reading reports 09:11:38 + ./coverage.out bytes=10 09:11:38 ==> Appending adjustments 09:11:38 https://docs.codecov.io/docs/fixing-reports 09:11:38 + Found adjustments 09:11:38 ==> Gzipping contents 09:11:38 4.0K /tmp/codecov.NvovzI.gz 09:11:38 ==> Uploading reports 09:11:38 url: https://codecov.io 09:11:38 query: branch=main&commit=4dfceff4e3635e4a98b2ef8b67003446cda03de4&build=19&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-usb-camera%2Fjob%2Fmain%2F19%2F&name=&tag=&slug=edgexfoundry%2Fdevice-usb-camera&service=jenkins&flags=&pr=&job=&cmd_args= 09:11:38 -> Pinging Codecov 09:11:38 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=6df5b310-220c-4ff1-ad85-d7a32441f080&branch=main&commit=4dfceff4e3635e4a98b2ef8b67003446cda03de4&build=19&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-usb-camera%2Fjob%2Fmain%2F19%2F&name=&tag=&slug=edgexfoundry%2Fdevice-usb-camera&service=jenkins&flags=&pr=&job=&cmd_args= 09:11:38 -> Uploading to 09:11:38 https://storage.googleapis.com/codecov/v4/raw/2022-06-19/73D8F5FF140700D3E01443B452E23636/4dfceff4e3635e4a98b2ef8b67003446cda03de4/540c2dcb-3669-4606-b603-b7b747fbb7a1.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EKKHVKCKHW7KBCGM7IHR55T63V2PAVJWLVFNITJHDU5G6R5IRN3LMWJA%2F20220619%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20220619T091138Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=5e9cb39567ceb5a9e0cdd31f88fc265822df7495a01b6dafead3afbc2ab5f8b3 09:11:38 % Total % Received % Xferd Average Speed Time Time Time Current 09:11:38 Dload Upload Total Spent Left Speed 09:11:38 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 1019 0 0 100 1019 0 4590 --:--:-- --:--:-- --:--:-- 4569 100 1019 0 0 100 1019 0 4430 --:--:-- --:--:-- --:--:-- 4411 09:11:38 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/device-usb-camera/commit/4dfceff4e3635e4a98b2ef8b67003446cda03de4 [Pipeline] } 09:11:38 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 09:11:39 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 09:11:39 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:11:39 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 09:11:39 09:11:39 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:11:39 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 09:11:39 1.410.4: Pulling from edgex-devops/edgex-snyk-go 09:11:39 df9b9388f04a: Already exists 09:11:39 52dc419b0ee2: Pulling fs layer 09:11:39 25bc292e5bac: Pulling fs layer 09:11:39 114826534d7a: Pulling fs layer 09:11:39 4657fd5d0bcf: Pulling fs layer 09:11:39 6ad1cebc031e: Pulling fs layer 09:11:39 8a3aa393b2d8: Pulling fs layer 09:11:39 4657fd5d0bcf: Waiting 09:11:39 6ad1cebc031e: Waiting 09:11:39 8a3aa393b2d8: Waiting 09:11:39 25bc292e5bac: Verifying Checksum 09:11:39 25bc292e5bac: Download complete 09:11:39 52dc419b0ee2: Download complete 09:11:39 4657fd5d0bcf: Verifying Checksum 09:11:39 4657fd5d0bcf: Download complete 09:11:39 52dc419b0ee2: Pull complete 09:11:39 6ad1cebc031e: Verifying Checksum 09:11:39 6ad1cebc031e: Download complete 09:11:39 25bc292e5bac: Pull complete 09:11:40 114826534d7a: Verifying Checksum 09:11:40 114826534d7a: Download complete 09:11:40 8a3aa393b2d8: Verifying Checksum 09:11:40 8a3aa393b2d8: Download complete 09:11:43 114826534d7a: Pull complete 09:11:43 4657fd5d0bcf: Pull complete 09:11:44 6ad1cebc031e: Pull complete 09:11:46 8a3aa393b2d8: Pull complete 09:11:46 Digest: sha256:4b4dcd1004c4b70ae7ff23424eaa7ae18978b3759dc64bf5c8870aa20fc5e024 09:11:46 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 09:11:46 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 09:11:46 prd-ubuntu20.04-docker-8c-8g-3106 does not seem to be running inside a container 09:11:47 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/exfoundry_device-usb-camera_main -v /w/workspace/exfoundry_device-usb-camera_main:/w/workspace/exfoundry_device-usb-camera_main:rw,z -v /w/workspace/exfoundry_device-usb-camera_main@tmp:/w/workspace/exfoundry_device-usb-camera_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 09:11:48 $ docker top 1f927d37a384eeb1218a64b81cc5fe088f69834041c80f5acf9168782766cccd -eo pid,comm [Pipeline] { [Pipeline] echo 09:11:49 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/device-usb-camera:main' [Pipeline] sh 09:11:49 + set -o pipefail 09:11:49 + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/device-usb-camera:main' 09:11:54 09:11:54 Monitoring /w/workspace/exfoundry_device-usb-camera_main (github.com/edgexfoundry/device-usb-camera)... 09:11:54 09:11:54 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/bdb14ab0-0d5f-4d79-9d3c-333131f95750/history/3e42b340-eab8-4caf-a134-719038e48f7b 09:11:54 09:11:54 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 09:11:54 09:11:54 [Pipeline] } 09:11:54 $ docker stop --time=1 1f927d37a384eeb1218a64b81cc5fe088f69834041c80f5acf9168782766cccd 09:11:56 $ docker rm -f 1f927d37a384eeb1218a64b81cc5fe088f69834041c80f5acf9168782766cccd [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [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) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] sh 09:11:57 + git log --format=format:%s -1 4dfceff4e3635e4a98b2ef8b67003446cda03de4 [Pipeline] sh 09:11:57 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 09:11:57 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:11:58 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 09:11:58 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 09:11:58 prd-ubuntu20.04-docker-8c-8g-3106 does not seem to be running inside a container 09:11:58 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/exfoundry_device-usb-camera_main -v /w/workspace/exfoundry_device-usb-camera_main:/w/workspace/exfoundry_device-usb-camera_main:rw,z -v /w/workspace/exfoundry_device-usb-camera_main@tmp:/w/workspace/exfoundry_device-usb-camera_main@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 09:11:58 $ docker top 7e87ed08d110e3df17628a34a842b205075204a36cb8310e9b8598befa6c0e1d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 09:11:58 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 09:11:58 [ssh-agent] Looking for ssh-agent implementation... 09:11:58 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 09:11:58 $ docker exec 7e87ed08d110e3df17628a34a842b205075204a36cb8310e9b8598befa6c0e1d ssh-agent 09:11:59 SSH_AUTH_SOCK=/tmp/ssh-LwzBdB4ur1C8/agent.32 09:11:59 SSH_AGENT_PID=38 09:11:59 Running ssh-add (command line suppressed) 09:11:59 Identity added: /w/workspace/exfoundry_device-usb-camera_main@tmp/private_key_3473038824883470673.key (/w/workspace/exfoundry_device-usb-camera_main@tmp/private_key_3473038824883470673.key) 09:11:59 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 09:11:59 + git semver tag 09:11:59 2022-06-19 09:11:59,749 [run_tag] DEBUG tag force:False 09:11:59 2022-06-19 09:11:59,749 [check_head_tag] DEBUG check head tag 09:11:59 2022-06-19 09:11:59,749 [execute] INFO git cat-file --batch-check 09:11:59 2022-06-19 09:11:59,749 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/exfoundry_device-usb-camera_main, universal_newlines=False, shell=None, istream=) 09:11:59 2022-06-19 09:11:59,753 [execute] INFO git cat-file --batch 09:11:59 2022-06-19 09:11:59,753 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/exfoundry_device-usb-camera_main, universal_newlines=False, shell=None, istream=) 09:11:59 2022-06-19 09:11:59,759 [read_version] DEBUG read version from /w/workspace/exfoundry_device-usb-camera_main/.semver/main 09:11:59 2022-06-19 09:11:59,759 [execute] INFO git tag -a v0.0.1-dev.8 -m v0.0.1-dev.8 09:11:59 2022-06-19 09:11:59,759 [execute] DEBUG Popen(['git', 'tag', '-a', 'v0.0.1-dev.8', '-m', 'v0.0.1-dev.8'], cwd=/w/workspace/exfoundry_device-usb-camera_main, universal_newlines=False, shell=None, istream=None) 09:11:59 2022-06-19 09:11:59,764 [read_version] DEBUG read version from /w/workspace/exfoundry_device-usb-camera_main/.semver/main 09:11:59 0.0.1-dev.8 [Pipeline] } 09:11:59 $ docker exec --env ******** --env ******** 7e87ed08d110e3df17628a34a842b205075204a36cb8310e9b8598befa6c0e1d ssh-agent -k 09:11:59 unset SSH_AUTH_SOCK; 09:11:59 unset SSH_AGENT_PID; 09:11:59 echo Agent pid 38 killed; 09:11:59 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 09:12:00 + git semver [Pipeline] } 09:12:00 $ docker stop --time=1 7e87ed08d110e3df17628a34a842b205075204a36cb8310e9b8598befa6c0e1d 09:12:01 $ docker rm -f 7e87ed08d110e3df17628a34a842b205075204a36cb8310e9b8598befa6c0e1d [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:12:02 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 09:12:02 09:12:02 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:12:02 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 09:12:02 0.23.1-centos7: Pulling from edgex-lftools 09:12:02 ab5ef0e58194: Pulling fs layer 09:12:02 9712f1f96733: Pulling fs layer 09:12:02 63f879dbbcfc: Pulling fs layer 09:12:02 0d9ebad4ef96: Pulling fs layer 09:12:02 e9a5061849ea: Pulling fs layer 09:12:02 d747dcd14b5f: Pulling fs layer 09:12:02 2de7ff778b66: Pulling fs layer 09:12:02 0d9ebad4ef96: Waiting 09:12:02 d747dcd14b5f: Waiting 09:12:02 e9a5061849ea: Waiting 09:12:02 2de7ff778b66: Waiting 09:12:02 9712f1f96733: Verifying Checksum 09:12:02 9712f1f96733: Download complete 09:12:02 63f879dbbcfc: Verifying Checksum 09:12:02 63f879dbbcfc: Download complete 09:12:03 e9a5061849ea: Verifying Checksum 09:12:03 e9a5061849ea: Download complete 09:12:03 d747dcd14b5f: Verifying Checksum 09:12:03 d747dcd14b5f: Download complete 09:12:03 0d9ebad4ef96: Verifying Checksum 09:12:03 0d9ebad4ef96: Download complete 09:12:03 ab5ef0e58194: Download complete 09:12:03 2de7ff778b66: Verifying Checksum 09:12:03 2de7ff778b66: Download complete 09:12:06 ab5ef0e58194: Pull complete 09:12:06 9712f1f96733: Pull complete 09:12:06 63f879dbbcfc: Pull complete 09:12:10 0d9ebad4ef96: Pull complete 09:12:10 e9a5061849ea: Pull complete 09:12:10 d747dcd14b5f: Pull complete 09:12:11 2de7ff778b66: Pull complete 09:12:11 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 09:12:11 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 09:12:11 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 09:12:11 prd-ubuntu20.04-docker-8c-8g-3106 does not seem to be running inside a container 09:12:11 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/exfoundry_device-usb-camera_main -v /w/workspace/exfoundry_device-usb-camera_main:/w/workspace/exfoundry_device-usb-camera_main:rw,z -v /w/workspace/exfoundry_device-usb-camera_main@tmp:/w/workspace/exfoundry_device-usb-camera_main@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-lftools:0.23.1-centos7 cat 09:12:14 $ docker top 8e20ce67439cd563c1f3cfe262ca36ab63d049eaeb2ba795f28a07ebcd3f6110 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 09:12:14 provisioning config files... 09:12:14 copy managed file [sigul-config] to file:/w/workspace/exfoundry_device-usb-camera_main@tmp/config8521150728730388121tmp 09:12:14 copy managed file [sigul-password] to file:/w/workspace/exfoundry_device-usb-camera_main@tmp/config8440454589826018952tmp 09:12:14 copy managed file [sigul-pki] to file:/w/workspace/exfoundry_device-usb-camera_main@tmp/config1098213173158622004tmp [Pipeline] { [Pipeline] echo 09:12:14 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 09:12:14 ---> sigul-configuration.sh 09:12:14 gpg: directory `/root/.gnupg' created 09:12:14 gpg: new configuration file `/root/.gnupg/gpg.conf' created 09:12:14 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 09:12:14 gpg: keyring `/root/.gnupg/secring.gpg' created 09:12:14 gpg: keyring `/root/.gnupg/pubring.gpg' created 09:12:14 gpg: CAST5 encrypted data 09:12:14 gpg: encrypted with 1 passphrase 09:12:14 gpg: WARNING: message was not integrity protected [Pipeline] sh 09:12:14 + mkdir /home/jenkins 09:12:14 + mkdir /home/jenkins/sigul [Pipeline] sh 09:12:15 + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo 09:12:15 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 09:12:15 ---> sigul-install.sh 09:12:15 Sigul already installed; skipping installation. [Pipeline] sh 09:12:15 + git tag --list 09:12:15 v0.0.0 09:12:15 v0.0.1-dev.1 09:12:15 v0.0.1-dev.2 09:12:15 v0.0.1-dev.3 09:12:15 v0.0.1-dev.4 09:12:15 v0.0.1-dev.5 09:12:15 v0.0.1-dev.6 09:12:15 v0.0.1-dev.7 09:12:15 v0.0.1-dev.8 [Pipeline] sh 09:12:15 + lftools sign git-tag v0.0.1-dev.8 09:12:16 Signing Git tag with Sigul... 09:12:16 Signing v0.0.1-dev.8 [Pipeline] echo 09:12:17 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 09:12:17 ---> sigul-configuration-cleanup.sh [Pipeline] } 09:12:17 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 09:12:17 $ docker stop --time=1 8e20ce67439cd563c1f3cfe262ca36ab63d049eaeb2ba795f28a07ebcd3f6110 09:12:18 $ docker rm -f 8e20ce67439cd563c1f3cfe262ca36ab63d049eaeb2ba795f28a07ebcd3f6110 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh 09:12:19 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 09:12:19 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:12:19 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 09:12:19 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 09:12:19 prd-ubuntu20.04-docker-8c-8g-3106 does not seem to be running inside a container 09:12:19 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/exfoundry_device-usb-camera_main -v /w/workspace/exfoundry_device-usb-camera_main:/w/workspace/exfoundry_device-usb-camera_main:rw,z -v /w/workspace/exfoundry_device-usb-camera_main@tmp:/w/workspace/exfoundry_device-usb-camera_main@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 09:12:20 $ docker top 7b6afbe6e72619ab42914e6372481dd63366104133fbe95d08e6109690307875 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 09:12:20 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 09:12:20 [ssh-agent] Looking for ssh-agent implementation... 09:12:20 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 09:12:20 $ docker exec 7b6afbe6e72619ab42914e6372481dd63366104133fbe95d08e6109690307875 ssh-agent 09:12:20 SSH_AUTH_SOCK=/tmp/ssh-NYcxK1ElhZbx/agent.33 09:12:20 SSH_AGENT_PID=39 09:12:20 Running ssh-add (command line suppressed) 09:12:20 Identity added: /w/workspace/exfoundry_device-usb-camera_main@tmp/private_key_6721800315008783246.key (/w/workspace/exfoundry_device-usb-camera_main@tmp/private_key_6721800315008783246.key) 09:12:20 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 09:12:20 + git semver bump pre 09:12:21 2022-06-19 09:12:21,028 [read_version] DEBUG read version from /w/workspace/exfoundry_device-usb-camera_main/.semver/main 09:12:21 2022-06-19 09:12:21,028 [bump_version] DEBUG bumping version:0.0.1-dev.8 on axis:pre with prefix:dev 09:12:21 2022-06-19 09:12:21,028 [bump_version] DEBUG bumped version:0.0.1-dev.9 09:12:21 2022-06-19 09:12:21,028 [write_version] DEBUG write version:0.0.1-dev.9 to path:/w/workspace/exfoundry_device-usb-camera_main/.semver/main with force:True 09:12:21 2022-06-19 09:12:21,028 [read_version] DEBUG read version from /w/workspace/exfoundry_device-usb-camera_main/.semver/main 09:12:21 2022-06-19 09:12:21,028 [write_file] DEBUG write to file:/w/workspace/exfoundry_device-usb-camera_main/.semver/main 09:12:21 2022-06-19 09:12:21,031 [execute] INFO git cat-file --batch-check 09:12:21 2022-06-19 09:12:21,031 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/exfoundry_device-usb-camera_main/.semver, universal_newlines=False, shell=None, istream=) 09:12:21 2022-06-19 09:12:21,037 [execute] INFO git cat-file --batch 09:12:21 2022-06-19 09:12:21,037 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/exfoundry_device-usb-camera_main/.semver, universal_newlines=False, shell=None, istream=) 09:12:21 2022-06-19 09:12:21,042 [read_version] DEBUG read version from /w/workspace/exfoundry_device-usb-camera_main/.semver/main 09:12:21 0.0.1-dev.9 [Pipeline] } 09:12:21 $ docker exec --env ******** --env ******** 7b6afbe6e72619ab42914e6372481dd63366104133fbe95d08e6109690307875 ssh-agent -k 09:12:21 unset SSH_AUTH_SOCK; 09:12:21 unset SSH_AGENT_PID; 09:12:21 echo Agent pid 39 killed; 09:12:21 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 09:12:21 + git semver [Pipeline] } 09:12:21 $ docker stop --time=1 7b6afbe6e72619ab42914e6372481dd63366104133fbe95d08e6109690307875 09:12:23 $ docker rm -f 7b6afbe6e72619ab42914e6372481dd63366104133fbe95d08e6109690307875 [Pipeline] // withDockerContainer [Pipeline] sh 09:12:23 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 09:12:23 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:12:23 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 09:12:23 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 09:12:24 prd-ubuntu20.04-docker-8c-8g-3106 does not seem to be running inside a container 09:12:24 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/exfoundry_device-usb-camera_main -v /w/workspace/exfoundry_device-usb-camera_main:/w/workspace/exfoundry_device-usb-camera_main:rw,z -v /w/workspace/exfoundry_device-usb-camera_main@tmp:/w/workspace/exfoundry_device-usb-camera_main@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 09:12:24 $ docker top 20aed75e2cea6bbc13ff87d6699a65af1059070ce12cea0ac91508dc1ecb1b60 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 09:12:24 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 09:12:24 [ssh-agent] Looking for ssh-agent implementation... 09:12:24 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 09:12:24 $ docker exec 20aed75e2cea6bbc13ff87d6699a65af1059070ce12cea0ac91508dc1ecb1b60 ssh-agent 09:12:24 SSH_AUTH_SOCK=/tmp/ssh-ufZgT5MhK3NO/agent.33 09:12:24 SSH_AGENT_PID=39 09:12:24 Running ssh-add (command line suppressed) 09:12:24 Identity added: /w/workspace/exfoundry_device-usb-camera_main@tmp/private_key_9184876660648131211.key (/w/workspace/exfoundry_device-usb-camera_main@tmp/private_key_9184876660648131211.key) 09:12:24 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 09:12:25 + git semver push 09:12:25 2022-06-19 09:12:25,420 [run_push] DEBUG push 09:12:25 2022-06-19 09:12:25,420 [execute] INFO git cat-file --batch-check 09:12:25 2022-06-19 09:12:25,421 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/exfoundry_device-usb-camera_main/.semver, universal_newlines=False, shell=None, istream=) 09:12:25 2022-06-19 09:12:25,425 [execute] INFO git rev-list 3121d145dea46de1e8be57989e6f664388735774 -- 09:12:25 2022-06-19 09:12:25,425 [execute] DEBUG Popen(['git', 'rev-list', '3121d145dea46de1e8be57989e6f664388735774', '--'], cwd=/w/workspace/exfoundry_device-usb-camera_main/.semver, universal_newlines=False, shell=None, istream=None) 09:12:25 2022-06-19 09:12:25,431 [execute] INFO git fetch -v origin 09:12:25 2022-06-19 09:12:25,432 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/exfoundry_device-usb-camera_main/.semver, universal_newlines=True, shell=None, istream=None) 09:12:26 2022-06-19 09:12:25,911 [run_push] DEBUG no remote changes detected 09:12:26 2022-06-19 09:12:25,912 [execute] INFO git push origin semver 09:12:26 2022-06-19 09:12:25,912 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/exfoundry_device-usb-camera_main/.semver, universal_newlines=False, shell=None, istream=None) 09:12:27 2022-06-19 09:12:26,688 [run_push] DEBUG push all version tags 09:12:27 2022-06-19 09:12:26,688 [execute] INFO git push origin refs/tags/v*:refs/tags/v* 09:12:27 2022-06-19 09:12:26,689 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/exfoundry_device-usb-camera_main, universal_newlines=False, shell=None, istream=None) 09:12:27 2022-06-19 09:12:27,333 [read_version] DEBUG read version from /w/workspace/exfoundry_device-usb-camera_main/.semver/main 09:12:27 0.0.1-dev.9 [Pipeline] } 09:12:27 $ docker exec --env ******** --env ******** 20aed75e2cea6bbc13ff87d6699a65af1059070ce12cea0ac91508dc1ecb1b60 ssh-agent -k 09:12:27 unset SSH_AUTH_SOCK; 09:12:27 unset SSH_AGENT_PID; 09:12:27 echo Agent pid 39 killed; 09:12:27 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 09:12:28 + git semver [Pipeline] } 09:12:28 $ docker stop --time=1 20aed75e2cea6bbc13ff87d6699a65af1059070ce12cea0ac91508dc1ecb1b60 09:12:29 $ docker rm -f 20aed75e2cea6bbc13ff87d6699a65af1059070ce12cea0ac91508dc1ecb1b60 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Bump Experimental Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Bump Stable (Named) Tag" 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 09:12:30 + [ -d /w/workspace/exfoundry_device-usb-camera_main/archives ] 09:12:30 + ls -al /w/workspace/exfoundry_device-usb-camera_main/archives 09:12:30 total 16 09:12:30 drwxr-xr-x 3 root root 4096 Jun 19 06:26 . 09:12:30 drwxrwxr-x 10 jenkins jenkins 4096 Jun 19 09:12 .. 09:12:30 drwxr-xr-x 2 root root 4096 Jun 19 06:26 cost 09:12:30 -rw-r--r-- 1 root root 87 Jun 19 06:26 cost.csv 09:12:30 + sudo chown -R jenkins:jenkins /w/workspace/exfoundry_device-usb-camera_main/archives 09:12:30 + ls -al /w/workspace/exfoundry_device-usb-camera_main/archives 09:12:30 total 16 09:12:30 drwxr-xr-x 3 jenkins jenkins 4096 Jun 19 06:26 . 09:12:30 drwxrwxr-x 10 jenkins jenkins 4096 Jun 19 09:12 .. 09:12:30 drwxr-xr-x 2 jenkins jenkins 4096 Jun 19 06:26 cost 09:12:30 -rw-r--r-- 1 jenkins jenkins 87 Jun 19 06:26 cost.csv [Pipeline] libraryResource [Pipeline] sh 09:12:30 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 09:12:31 ---> package-listing.sh 09:12:31 ++ facter osfamily 09:12:31 ++ tr '[:upper:]' '[:lower:]' 09:12:31 + OS_FAMILY=debian 09:12:31 + workspace=/w/workspace/exfoundry_device-usb-camera_main 09:12:31 + START_PACKAGES=/tmp/packages_start.txt 09:12:31 + END_PACKAGES=/tmp/packages_end.txt 09:12:31 + DIFF_PACKAGES=/tmp/packages_diff.txt 09:12:31 + PACKAGES=/tmp/packages_start.txt 09:12:31 + '[' /w/workspace/exfoundry_device-usb-camera_main ']' 09:12:31 + PACKAGES=/tmp/packages_end.txt 09:12:31 + case "${OS_FAMILY}" in 09:12:31 + dpkg -l 09:12:31 + grep '^ii' 09:12:31 + '[' -f /tmp/packages_start.txt ']' 09:12:31 + '[' -f /tmp/packages_end.txt ']' 09:12:31 + diff /tmp/packages_start.txt /tmp/packages_end.txt 09:12:31 + '[' /w/workspace/exfoundry_device-usb-camera_main ']' 09:12:31 + mkdir -p /w/workspace/exfoundry_device-usb-camera_main/archives/ 09:12:31 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/exfoundry_device-usb-camera_main/archives/ [Pipeline] echo 09:12:31 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/exfoundry_device-usb-camera_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 09:12:31 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 09:12:32 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 09:12:32 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 09:12:32 prd-ubuntu20.04-docker-8c-8g-3106 does not seem to be running inside a container 09:12:32 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/exfoundry_device-usb-camera_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/exfoundry_device-usb-camera_main -v /w/workspace/exfoundry_device-usb-camera_main:/w/workspace/exfoundry_device-usb-camera_main:rw,z -v /w/workspace/exfoundry_device-usb-camera_main@tmp:/w/workspace/exfoundry_device-usb-camera_main@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-lftools-log-publisher:latest cat 09:12:32 $ docker top b08facd28d867ddd6a7b2b5daa5546466d740266ecf58b801ac37ad294309f88 -eo pid,comm [Pipeline] { [Pipeline] sh 09:12:33 + touch /tmp/pre-build-complete [Pipeline] sh 09:12:33 + mkdir -p /var/log/sysstat [Pipeline] sh 09:12:33 + ls /var/log/sa-host 09:12:33 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 09:12:33 provisioning config files... 09:12:33 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/exfoundry_device-usb-camera_main@tmp/config6298728274668986087tmp [Pipeline] { [Pipeline] echo 09:12:33 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 09:12:34 ---> create-netrc.sh [Pipeline] } 09:12:34 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 09:12:34 ---> python-tools-install.sh [Pipeline] echo 09:12:34 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 09:12:34 ---> sudo-logs.sh 09:12:34 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 09:12:34 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 09:12:35 ---> job-cost.sh 09:12:35 lf-activate-venv: SKIPPING 09:12:35 DEBUG: total: 0.2199999988079071 09:12:35 INFO: Retrieving Stack Cost... 09:12:35 INFO: Retrieving Pricing Info for: v3-standard-8 09:12:36 INFO: Archiving Costs [Pipeline] echo 09:12:36 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 09:12:36 ---> logs-deploy.sh 09:12:36 lf-activate-venv: SKIPPING 09:12:36 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-usb-camera/main/19 09:12:36 INFO: archiving workspace using pattern(s): 09:12:37 Archives upload complete. 09:12:37 INFO: archiving logs to Nexus 09:12:38 ---> uname -a: 09:12:38 Linux prd-ubuntu20-04-docker-8c-8g-3106 5.4.0-94-generic #106-Ubuntu SMP Thu Jan 6 23:58:14 UTC 2022 x86_64 GNU/Linux 09:12:38 09:12:38 09:12:38 ---> lscpu: 09:12:38 Architecture: x86_64 09:12:38 CPU op-mode(s): 32-bit, 64-bit 09:12:38 Byte Order: Little Endian 09:12:38 Address sizes: 40 bits physical, 48 bits virtual 09:12:38 CPU(s): 8 09:12:38 On-line CPU(s) list: 0-7 09:12:38 Thread(s) per core: 1 09:12:38 Core(s) per socket: 1 09:12:38 Socket(s): 8 09:12:38 NUMA node(s): 1 09:12:38 Vendor ID: AuthenticAMD 09:12:38 CPU family: 23 09:12:38 Model: 49 09:12:38 Model name: AMD EPYC-Rome Processor 09:12:38 Stepping: 0 09:12:38 CPU MHz: 2799.996 09:12:38 BogoMIPS: 5599.99 09:12:38 Virtualization: AMD-V 09:12:38 Hypervisor vendor: KVM 09:12:38 Virtualization type: full 09:12:38 L1d cache: 256 KiB 09:12:38 L1i cache: 256 KiB 09:12:38 L2 cache: 4 MiB 09:12:38 L3 cache: 128 MiB 09:12:38 NUMA node0 CPU(s): 0-7 09:12:38 Vulnerability Itlb multihit: Not affected 09:12:38 Vulnerability L1tf: Not affected 09:12:38 Vulnerability Mds: Not affected 09:12:38 Vulnerability Meltdown: Not affected 09:12:38 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 09:12:38 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 09:12:38 Vulnerability Spectre v2: Mitigation; Full AMD retpoline, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling 09:12:38 Vulnerability Srbds: Not affected 09:12:38 Vulnerability Tsx async abort: Not affected 09:12:38 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 09:12:38 09:12:38 09:12:38 ---> nproc: 09:12:38 8 09:12:38 09:12:38 09:12:38 ---> df -h: 09:12:38 Filesystem Size Used Avail Use% Mounted on 09:12:38 overlay 155G 13G 143G 8% / 09:12:38 tmpfs 64M 0 64M 0% /dev 09:12:38 tmpfs 16G 0 16G 0% /sys/fs/cgroup 09:12:38 shm 64M 0 64M 0% /dev/shm 09:12:38 /dev/vda1 155G 13G 143G 8% /facter-os 09:12:38 09:12:38 09:12:38 ---> sar -b -r -n DEV: 09:12:38 Linux 5.4.0-94-generic (prd-ubuntu20-04-docker-8c-8g-3106) 06/19/22 _x86_64_ (8 CPU) 09:12:38 09:12:38 06:22:58 LINUX RESTART (8 CPU) 09:12:38 09:12:38 06:23:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 09:12:38 06:24:01 379.05 66.94 312.11 0.00 10380.67 206551.57 0.00 09:12:38 06:25:01 164.92 1.22 163.71 0.00 17.86 63120.41 0.00 09:12:38 06:26:01 178.33 2.34 175.99 0.00 46.36 29141.36 0.00 09:12:38 06:27:01 32.89 0.00 32.89 0.00 0.00 16450.92 0.00 09:12:38 06:28:01 1.63 0.03 1.60 0.00 0.40 19.21 0.00 09:12:38 06:29:01 1.00 0.00 1.00 0.00 0.00 10.80 0.00 09:12:38 06:30:01 1.15 0.00 1.15 0.00 0.00 14.13 0.00 09:12:38 06:31:01 1.07 0.00 1.07 0.00 0.00 12.66 0.00 09:12:38 06:32:01 1.08 0.00 1.08 0.00 0.00 13.06 0.00 09:12:38 06:33:01 1.05 0.00 1.05 0.00 0.00 12.66 0.00 09:12:38 06:34:01 1.28 0.00 1.28 0.00 0.00 19.33 0.00 09:12:38 06:35:01 0.92 0.00 0.92 0.00 0.00 11.33 0.00 09:12:38 06:36:01 1.17 0.00 1.17 0.00 0.00 14.66 0.00 09:12:38 06:37:01 0.98 0.00 0.98 0.00 0.00 11.60 0.00 09:12:38 06:38:01 1.23 0.00 1.23 0.00 0.00 15.99 0.00 09:12:38 06:39:01 1.42 0.02 1.40 0.00 0.13 17.46 0.00 09:12:38 06:40:01 1.15 0.00 1.15 0.00 0.00 14.40 0.00 09:12:38 06:41:01 3.03 0.87 2.17 0.00 18.40 29.86 0.00 09:12:38 06:42:01 1.18 0.00 1.18 0.00 0.00 14.93 0.00 09:12:38 06:43:01 1.10 0.00 1.10 0.00 0.00 13.20 0.00 09:12:38 06:44:01 1.18 0.00 1.18 0.00 0.00 15.73 0.00 09:12:38 06:45:01 1.72 0.63 1.08 0.00 22.53 13.06 0.00 09:12:38 06:46:01 2.20 0.93 1.27 0.00 26.52 16.93 0.00 09:12:38 06:47:01 0.97 0.03 0.93 0.00 0.27 11.25 0.00 09:12:38 06:48:01 1.33 0.05 1.28 0.00 2.13 15.59 0.00 09:12:38 06:49:01 1.13 0.00 1.13 0.00 0.00 13.33 0.00 09:12:38 06:50:01 1.18 0.00 1.18 0.00 0.00 14.53 0.00 09:12:38 06:51:01 1.02 0.00 1.02 0.00 0.00 11.06 0.00 09:12:38 06:52:01 1.17 0.00 1.17 0.00 0.00 14.53 0.00 09:12:38 06:53:01 0.93 0.00 0.93 0.00 0.00 10.53 0.00 09:12:38 06:54:01 1.42 0.00 1.42 0.00 0.00 19.06 0.00 09:12:38 06:55:01 0.98 0.00 0.98 0.00 0.00 11.06 0.00 09:12:38 06:56:01 1.23 0.00 1.23 0.00 0.00 15.60 0.00 09:12:38 06:57:01 0.97 0.00 0.97 0.00 0.00 11.06 0.00 09:12:38 06:58:01 1.23 0.00 1.23 0.00 0.00 14.26 0.00 09:12:38 06:59:01 1.12 0.00 1.12 0.00 0.00 13.60 0.00 09:12:38 07:00:01 1.30 0.00 1.30 0.00 0.00 15.86 0.00 09:12:38 07:01:01 1.03 0.00 1.03 0.00 0.00 11.73 0.00 09:12:38 07:02:01 1.20 0.00 1.20 0.00 0.00 15.73 0.00 09:12:38 07:03:01 1.07 0.00 1.07 0.00 0.00 11.86 0.00 09:12:38 07:04:01 1.38 0.00 1.38 0.00 0.00 17.20 0.00 09:12:38 07:05:01 1.03 0.00 1.03 0.00 0.00 13.06 0.00 09:12:38 07:06:01 1.37 0.00 1.37 0.00 0.00 16.93 0.00 09:12:38 07:07:01 1.00 0.00 1.00 0.00 0.00 11.60 0.00 09:12:38 07:08:01 1.25 0.00 1.25 0.00 0.00 14.93 0.00 09:12:38 07:09:01 1.13 0.00 1.13 0.00 0.00 13.33 0.00 09:12:38 07:10:01 1.20 0.00 1.20 0.00 0.00 15.19 0.00 09:12:38 07:11:01 0.98 0.00 0.98 0.00 0.00 12.66 0.00 09:12:38 07:12:01 1.37 0.00 1.37 0.00 0.00 16.53 0.00 09:12:38 07:13:01 1.05 0.00 1.05 0.00 0.00 12.66 0.00 09:12:38 07:14:01 1.43 0.00 1.43 0.00 0.00 17.46 0.00 09:12:38 07:15:01 1.12 0.00 1.12 0.00 0.00 13.60 0.00 09:12:38 07:16:01 1.32 0.00 1.32 0.00 0.00 15.46 0.00 09:12:38 07:17:01 1.03 0.02 1.02 0.00 0.13 11.73 0.00 09:12:38 07:18:01 1.43 0.00 1.43 0.00 0.00 16.93 0.00 09:12:38 07:19:01 1.12 0.00 1.12 0.00 0.00 12.00 0.00 09:12:38 07:20:01 1.33 0.00 1.33 0.00 0.00 16.53 0.00 09:12:38 07:21:01 1.20 0.00 1.20 0.00 0.00 13.60 0.00 09:12:38 07:22:01 1.57 0.00 1.57 0.00 0.00 18.13 0.00 09:12:38 07:23:01 0.95 0.00 0.95 0.00 0.00 10.80 0.00 09:12:38 07:24:01 1.40 0.00 1.40 0.00 0.00 16.53 0.00 09:12:38 07:25:01 1.02 0.00 1.02 0.00 0.00 12.00 0.00 09:12:38 07:26:01 1.38 0.00 1.38 0.00 0.00 17.19 0.00 09:12:38 07:27:01 1.02 0.00 1.02 0.00 0.00 11.33 0.00 09:12:38 07:28:01 1.42 0.00 1.42 0.00 0.00 16.53 0.00 09:12:38 07:29:01 1.05 0.00 1.05 0.00 0.00 12.40 0.00 09:12:38 07:30:01 1.48 0.00 1.48 0.00 0.00 17.99 0.00 09:12:38 07:31:01 1.05 0.00 1.05 0.00 0.00 12.00 0.00 09:12:38 07:32:01 1.30 0.00 1.30 0.00 0.00 16.00 0.00 09:12:38 07:33:01 1.00 0.00 1.00 0.00 0.00 11.33 0.00 09:12:38 07:34:01 1.33 0.00 1.33 0.00 0.00 15.60 0.00 09:12:38 07:35:01 1.03 0.00 1.03 0.00 0.00 11.60 0.00 09:12:38 07:36:01 1.33 0.00 1.33 0.00 0.00 15.73 0.00 09:12:38 07:37:01 1.08 0.00 1.08 0.00 0.00 11.73 0.00 09:12:38 07:38:01 1.30 0.00 1.30 0.00 0.00 15.19 0.00 09:12:38 07:39:01 1.15 0.00 1.15 0.00 0.00 14.39 0.00 09:12:38 07:40:01 1.33 0.00 1.33 0.00 0.00 16.26 0.00 09:12:38 07:41:01 1.07 0.00 1.07 0.00 0.00 12.13 0.00 09:12:38 07:42:01 1.32 0.00 1.32 0.00 0.00 15.06 0.00 09:12:38 07:43:01 1.18 0.00 1.18 0.00 0.00 13.86 0.00 09:12:38 07:44:01 1.38 0.00 1.38 0.00 0.00 17.60 0.00 09:12:38 07:45:01 1.15 0.00 1.15 0.00 0.00 12.40 0.00 09:12:38 07:46:01 1.38 0.00 1.38 0.00 0.00 17.33 0.00 09:12:38 07:47:01 1.05 0.00 1.05 0.00 0.00 11.60 0.00 09:12:38 07:48:01 1.33 0.00 1.33 0.00 0.00 15.73 0.00 09:12:38 07:49:01 1.18 0.00 1.18 0.00 0.00 13.60 0.00 09:12:38 07:50:01 1.28 0.00 1.28 0.00 0.00 15.20 0.00 09:12:38 07:51:01 1.08 0.00 1.08 0.00 0.00 11.60 0.00 09:12:38 07:52:01 1.30 0.00 1.30 0.00 0.00 15.20 0.00 09:12:38 07:53:01 1.12 0.00 1.12 0.00 0.00 11.86 0.00 09:12:38 07:54:02 1.47 0.00 1.47 0.00 0.00 18.00 0.00 09:12:38 07:55:01 1.15 0.00 1.15 0.00 0.00 12.34 0.00 09:12:38 07:56:01 1.30 0.00 1.30 0.00 0.00 16.00 0.00 09:12:38 07:57:01 1.05 0.00 1.05 0.00 0.00 11.86 0.00 09:12:38 07:58:01 1.65 0.00 1.65 0.00 0.00 19.60 0.00 09:12:38 07:59:01 0.98 0.00 0.98 0.00 0.00 11.20 0.00 09:12:38 08:00:01 1.85 0.00 1.85 0.00 0.00 21.60 0.00 09:12:38 08:01:01 1.02 0.00 1.02 0.00 0.00 11.20 0.00 09:12:38 08:02:01 1.65 0.00 1.65 0.00 0.00 18.93 0.00 09:12:38 08:03:01 1.00 0.00 1.00 0.00 0.00 11.06 0.00 09:12:38 08:04:01 1.58 0.00 1.58 0.00 0.00 19.46 0.00 09:12:38 08:05:01 1.08 0.00 1.08 0.00 0.00 12.66 0.00 09:12:38 08:06:01 1.70 0.00 1.70 0.00 0.00 18.80 0.00 09:12:38 08:07:01 1.05 0.00 1.05 0.00 0.00 12.40 0.00 09:12:38 08:08:01 1.38 0.00 1.38 0.00 0.00 16.00 0.00 09:12:38 08:09:01 1.05 0.00 1.05 0.00 0.00 12.13 0.00 09:12:38 08:10:01 1.45 0.00 1.45 0.00 0.00 17.60 0.00 09:12:38 08:11:01 1.03 0.00 1.03 0.00 0.00 12.00 0.00 09:12:38 08:12:01 1.35 0.00 1.35 0.00 0.00 16.53 0.00 09:12:38 08:13:01 1.05 0.00 1.05 0.00 0.00 11.86 0.00 09:12:38 08:14:01 1.28 0.00 1.28 0.00 0.00 15.86 0.00 09:12:38 08:15:01 1.17 0.00 1.17 0.00 0.00 14.13 0.00 09:12:38 08:16:01 1.38 0.00 1.38 0.00 0.00 16.53 0.00 09:12:38 08:17:01 1.03 0.00 1.03 0.00 0.00 12.53 0.00 09:12:38 08:18:01 1.95 0.00 1.95 0.00 0.00 22.00 0.00 09:12:38 08:19:01 1.08 0.00 1.08 0.00 0.00 12.26 0.00 09:12:38 08:20:01 1.47 0.00 1.47 0.00 0.00 18.66 0.00 09:12:38 08:21:01 1.08 0.00 1.08 0.00 0.00 11.73 0.00 09:12:38 08:22:01 1.73 0.00 1.73 0.00 0.00 19.60 0.00 09:12:38 08:23:01 1.02 0.00 1.02 0.00 0.00 12.00 0.00 09:12:38 08:24:01 1.38 0.00 1.38 0.00 0.00 16.53 0.00 09:12:38 08:25:01 1.20 0.00 1.20 0.00 0.00 14.40 0.00 09:12:38 08:26:01 1.37 0.00 1.37 0.00 0.00 16.80 0.00 09:12:38 08:27:01 1.10 0.00 1.10 0.00 0.00 12.00 0.00 09:12:38 08:28:01 1.37 0.00 1.37 0.00 0.00 16.00 0.00 09:12:38 08:29:01 1.08 0.00 1.08 0.00 0.00 12.40 0.00 09:12:38 08:30:01 1.83 0.00 1.83 0.00 0.00 21.73 0.00 09:12:38 08:31:01 1.05 0.00 1.05 0.00 0.00 11.73 0.00 09:12:38 08:32:01 1.75 0.00 1.75 0.00 0.00 19.46 0.00 09:12:38 08:33:01 1.05 0.00 1.05 0.00 0.00 12.66 0.00 09:12:38 08:34:01 1.72 0.00 1.72 0.00 0.00 19.86 0.00 09:12:38 08:35:01 1.12 0.00 1.12 0.00 0.00 13.73 0.00 09:12:38 08:36:01 1.73 0.00 1.73 0.00 0.00 19.46 0.00 09:12:38 08:37:01 1.00 0.00 1.00 0.00 0.00 10.80 0.00 09:12:38 08:38:01 1.72 0.00 1.72 0.00 0.00 19.86 0.00 09:12:38 08:39:01 1.03 0.00 1.03 0.00 0.00 12.26 0.00 09:12:38 08:40:01 1.70 0.00 1.70 0.00 0.00 19.73 0.00 09:12:38 08:41:01 1.03 0.00 1.03 0.00 0.00 12.00 0.00 09:12:38 08:42:01 1.40 0.00 1.40 0.00 0.00 16.00 0.00 09:12:38 08:43:01 1.02 0.00 1.02 0.00 0.00 12.00 0.00 09:12:38 08:44:01 1.82 0.00 1.82 0.00 0.00 21.46 0.00 09:12:38 08:45:01 1.17 0.00 1.17 0.00 0.00 13.73 0.00 09:12:38 08:46:01 1.45 0.00 1.45 0.00 0.00 17.73 0.00 09:12:38 08:47:01 1.00 0.00 1.00 0.00 0.00 10.80 0.00 09:12:38 08:48:01 1.38 0.00 1.38 0.00 0.00 16.39 0.00 09:12:38 08:49:01 1.15 0.00 1.15 0.00 0.00 12.67 0.00 09:12:38 08:50:01 1.60 0.00 1.60 0.00 0.00 19.19 0.00 09:12:38 08:51:01 1.07 0.00 1.07 0.00 0.00 11.86 0.00 09:12:38 08:52:01 1.67 0.00 1.67 0.00 0.00 19.33 0.00 09:12:38 08:53:01 1.07 0.00 1.07 0.00 0.00 11.06 0.00 09:12:38 08:54:01 1.43 0.00 1.43 0.00 0.00 17.46 0.00 09:12:38 08:55:01 1.18 0.00 1.18 0.00 0.00 13.33 0.00 09:12:38 08:56:01 1.68 0.00 1.68 0.00 0.00 19.33 0.00 09:12:38 08:57:01 1.07 0.00 1.07 0.00 0.00 12.00 0.00 09:12:38 08:58:01 1.47 0.00 1.47 0.00 0.00 16.53 0.00 09:12:38 08:59:01 1.12 0.00 1.12 0.00 0.00 12.93 0.00 09:12:38 09:00:01 1.70 0.00 1.70 0.00 0.00 19.73 0.00 09:12:38 09:01:01 1.13 0.00 1.13 0.00 0.00 12.40 0.00 09:12:38 09:02:01 1.35 0.00 1.35 0.00 0.00 16.66 0.00 09:12:38 09:03:01 1.18 0.00 1.18 0.00 0.00 12.40 0.00 09:12:38 09:04:01 1.28 0.00 1.28 0.00 0.00 16.53 0.00 09:12:38 09:05:01 1.28 0.00 1.28 0.00 0.00 15.33 0.00 09:12:38 09:06:01 1.38 0.00 1.38 0.00 0.00 16.66 0.00 09:12:38 09:07:01 1.08 0.00 1.08 0.00 0.00 12.53 0.00 09:12:38 09:08:01 1.38 0.00 1.38 0.00 0.00 15.46 0.00 09:12:38 09:09:01 1.20 0.00 1.20 0.00 0.00 13.33 0.00 09:12:38 09:10:01 1.50 0.00 1.50 0.00 0.00 18.40 0.00 09:12:38 09:11:01 1.13 0.00 1.13 0.00 0.00 12.13 0.00 09:12:38 09:12:01 64.45 0.33 64.11 0.00 11.33 36830.52 0.00 09:12:38 Average: 6.09 0.43 5.65 0.00 62.30 2098.72 0.00 09:12:38 09:12:38 06:23:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 09:12:38 06:24:01 29079144 31744768 565932 1.72 116216 2823840 2240092 6.60 1136936 2302016 494108 09:12:38 06:25:01 28188764 31749820 540248 1.64 163528 3583736 1960336 5.78 1235292 2985444 121392 09:12:38 06:26:01 27487012 31709676 580736 1.77 171660 4208156 2247628 6.62 1336732 3553952 407740 09:12:38 06:27:01 27466668 31763924 525156 1.60 175952 4257616 1861920 5.49 1296608 3591128 312 09:12:38 06:28:01 27467620 31764916 524096 1.59 175984 4257636 1861920 5.49 1295904 3591136 20 09:12:38 06:29:01 27472156 31769524 519468 1.58 176012 4257636 1861920 5.49 1291780 3591180 148 09:12:38 06:30:01 27472644 31770064 518968 1.58 176052 4257640 1861920 5.49 1291260 3591188 28 09:12:38 06:31:01 27479120 31776588 512596 1.56 176084 4257644 1861920 5.49 1285236 3591188 16 09:12:38 06:32:01 27479120 31776616 512508 1.56 176124 4257644 1861920 5.49 1284856 3591188 24 09:12:38 06:33:01 27479080 31776720 512356 1.56 176156 4257768 1861920 5.49 1284816 3591300 28 09:12:38 06:34:01 27479064 31776740 512308 1.56 176176 4257752 1861920 5.49 1285572 3591296 16 09:12:38 06:35:01 27479016 31776712 512268 1.56 176196 4257756 1861920 5.49 1284892 3591300 28 09:12:38 06:36:01 27479000 31776732 512176 1.56 176236 4257764 1861920 5.49 1285100 3591308 48 09:12:38 06:37:01 27479140 31776916 511944 1.56 176268 4257764 1861920 5.49 1285256 3591308 12 09:12:38 06:38:01 27479376 31777192 511620 1.56 176292 4257768 1861920 5.49 1284980 3591324 40 09:12:38 06:39:01 27479360 31777252 511536 1.56 176328 4257776 1864404 5.49 1285084 3591328 12 09:12:38 06:40:01 27479240 31777152 511516 1.56 176348 4257776 1864404 5.49 1285188 3591328 184 09:12:38 06:41:01 27477324 31776056 512576 1.56 176440 4258292 1891392 5.57 1285320 3591800 164 09:12:38 06:42:01 27477508 31776276 512508 1.56 176464 4258292 1891392 5.57 1285724 3591800 196 09:12:38 06:43:01 27477980 31776796 511936 1.56 176512 4258296 1891392 5.57 1285628 3591804 232 09:12:38 06:44:01 27477648 31776472 512176 1.56 176536 4258304 1891392 5.57 1285892 3591812 196 09:12:38 06:45:01 27477380 31776924 511672 1.56 176576 4258976 1891392 5.57 1287280 3592296 204 09:12:38 06:46:01 27473832 31775152 513372 1.56 176604 4259780 1891392 5.57 1291120 3591336 20 09:12:38 06:47:01 27473976 31775324 513352 1.56 176624 4259780 1874788 5.53 1290776 3591340 12 09:12:38 06:48:01 27474016 31775484 513284 1.56 176640 4259852 1874788 5.53 1291036 3591396 192 09:12:38 06:49:01 27473764 31775276 513436 1.56 176688 4259848 1874788 5.53 1291548 3591400 12 09:12:38 06:50:01 27473464 31775132 513512 1.56 176712 4259984 1874788 5.53 1291192 3591528 184 09:12:38 06:51:01 27473384 31775092 513500 1.56 176740 4259988 1874788 5.53 1291212 3591532 184 09:12:38 06:52:01 27473248 31775028 513408 1.56 176768 4259992 1858500 5.48 1291968 3591536 172 09:12:38 06:53:01 27473644 31775440 513112 1.56 176796 4259996 1858500 5.48 1291220 3591536 184 09:12:38 06:54:01 27473368 31775188 513320 1.56 176844 4259988 1858500 5.48 1291196 3591540 12 09:12:38 06:55:01 27473132 31774996 513484 1.56 176868 4260004 1858500 5.48 1290932 3591540 16 09:12:38 06:56:01 27473084 31774984 513444 1.56 176892 4260008 1858500 5.48 1290964 3591544 8 09:12:38 06:57:01 27472752 31774692 513688 1.56 176916 4260012 1858500 5.48 1291000 3591552 28 09:12:38 06:58:01 27472956 31774908 513404 1.56 176936 4260012 1858500 5.48 1291016 3591548 8 09:12:38 06:59:01 27472680 31774672 513684 1.56 176980 4260004 1858500 5.48 1291916 3591552 28 09:12:38 07:00:01 27472608 31774644 513660 1.56 177008 4260020 1858500 5.48 1291092 3591556 12 09:12:38 07:01:01 27473044 31775080 513452 1.56 177048 4260020 1858500 5.48 1291320 3591556 12 09:12:38 07:02:01 27473076 31775176 513396 1.56 177072 4260028 1858500 5.48 1291148 3591560 40 09:12:38 07:03:01 27473036 31775140 513408 1.56 177096 4260028 1858500 5.48 1291192 3591560 8 09:12:38 07:04:01 27472248 31774412 514172 1.56 177120 4260020 1858500 5.48 1291704 3591564 12 09:12:38 07:05:01 27472744 31774984 513564 1.56 177144 4260036 1858500 5.48 1291244 3591568 36 09:12:38 07:06:01 27472696 31774944 513564 1.56 177172 4260036 1858500 5.48 1291252 3591568 24 09:12:38 07:07:01 27472380 31774632 513748 1.56 177204 4260040 1858500 5.48 1291496 3591572 28 09:12:38 07:08:01 27472372 31774680 513712 1.56 177228 4260040 1858500 5.48 1291328 3591572 12 09:12:38 07:09:01 27472040 31774400 513936 1.56 177272 4260044 1858500 5.48 1291976 3591588 52 09:12:38 07:10:01 27472276 31774680 513624 1.56 177288 4260048 1858500 5.48 1291392 3591592 28 09:12:38 07:11:01 27471948 31774384 514092 1.56 177308 4260048 1858500 5.48 1292040 3591596 28 09:12:38 07:12:01 27471932 31774392 514064 1.56 177328 4260056 1842160 5.43 1291496 3591600 24 09:12:38 07:13:01 27471860 31774324 514048 1.56 177352 4260064 1842160 5.43 1291424 3591604 8 09:12:38 07:14:01 27471844 31774492 513852 1.56 177396 4260176 1842160 5.43 1292656 3591740 24 09:12:38 07:15:01 27471964 31774660 513816 1.56 177444 4260196 1858212 5.48 1291816 3591740 16 09:12:38 07:16:01 27471956 31774688 513776 1.56 177476 4260196 1858212 5.48 1291664 3591740 20 09:12:38 07:17:01 27471876 31774612 513776 1.56 177500 4260196 1858212 5.48 1291884 3591744 24 09:12:38 07:18:01 27471868 31774680 513636 1.56 177524 4260204 1858212 5.48 1291656 3591748 12 09:12:38 07:19:01 27471796 31774648 513624 1.56 177568 4260196 1858212 5.48 1291980 3591748 12 09:12:38 07:20:01 27471560 31774468 513796 1.56 177600 4260208 1858212 5.48 1291924 3591752 28 09:12:38 07:21:01 27471436 31774356 514016 1.56 177632 4260212 1858212 5.48 1291800 3591752 12 09:12:38 07:22:01 27471640 31774596 513748 1.56 177648 4260216 1858212 5.48 1291788 3591756 12 09:12:38 07:23:01 27471876 31774856 513472 1.56 177656 4260220 1858212 5.48 1291792 3591760 28 09:12:38 07:24:01 27471640 31774628 513664 1.56 177680 4260208 1858212 5.48 1292184 3591760 16 09:12:38 07:25:01 27471584 31774600 513648 1.56 177700 4260224 1858212 5.48 1292092 3591768 12 09:12:38 07:26:01 27471512 31774568 513700 1.56 177732 4260232 1858212 5.48 1291924 3591776 12 09:12:38 07:27:01 27471992 31775052 513224 1.56 177764 4260232 1858212 5.48 1292056 3591776 16 09:12:38 07:28:01 27471692 31774808 513440 1.56 177796 4260236 1858212 5.48 1292176 3591780 12 09:12:38 07:29:01 27471608 31774772 513672 1.56 177824 4260236 1858212 5.48 1292500 3591780 16 09:12:38 07:30:01 27471828 31775024 513372 1.56 177852 4260244 1858212 5.48 1292252 3591788 8 09:12:38 07:31:01 27471496 31774732 513608 1.56 177876 4260248 1858212 5.48 1292556 3591792 28 09:12:38 07:32:01 27471924 31775172 513340 1.56 177884 4260248 1858212 5.48 1292244 3591792 8 09:12:38 07:33:01 27471680 31774932 513520 1.56 177908 4260252 1858212 5.48 1292300 3591796 24 09:12:38 07:34:01 27471600 31774896 513504 1.56 177940 4260252 1858212 5.48 1292856 3591796 12 09:12:38 07:35:01 27471292 31774624 513680 1.56 177964 4260256 1858212 5.48 1292372 3591800 24 09:12:38 07:36:01 27471768 31775116 513384 1.56 177988 4260260 1858212 5.48 1292244 3591804 12 09:12:38 07:37:01 27471768 31775160 513296 1.56 178012 4260260 1874512 5.52 1291956 3591804 8 09:12:38 07:38:01 27471656 31775060 513312 1.56 178040 4260264 1874512 5.52 1291976 3591808 20 09:12:38 07:39:01 27471640 31775184 513104 1.56 178084 4260384 1874512 5.52 1292384 3591912 28 09:12:38 07:40:01 27471624 31775236 513080 1.56 178092 4260400 1874512 5.52 1292116 3591940 12 09:12:38 07:41:01 27471536 31775152 513084 1.56 178104 4260404 1874512 5.52 1292044 3591944 12 09:12:38 07:42:01 27471196 31774828 513416 1.56 178128 4260404 1858436 5.48 1292376 3591944 32 09:12:38 07:43:01 27471440 31775076 513084 1.56 178152 4260412 1858436 5.48 1292080 3591948 28 09:12:38 07:44:01 27471600 31775288 513068 1.56 178188 4260412 1858436 5.48 1292380 3591952 28 09:12:38 07:45:01 27471340 31775092 513252 1.56 178220 4260416 1858436 5.48 1292176 3591956 16 09:12:38 07:46:01 27469052 31772992 515208 1.57 178256 4260420 1858084 5.48 1294308 3590940 200 09:12:38 07:47:01 27469548 31773552 514652 1.57 178296 4260420 1858084 5.48 1293612 3590884 16 09:12:38 07:48:01 27469768 31773784 514360 1.56 178316 4260428 1858084 5.48 1293516 3590888 8 09:12:38 07:49:01 27469476 31773540 514560 1.56 178352 4260428 1858084 5.48 1294120 3590892 28 09:12:38 07:50:01 27469700 31773792 514484 1.56 178368 4260432 1858084 5.48 1293524 3590892 12 09:12:38 07:51:01 27469676 31773800 514444 1.56 178396 4260436 1858084 5.48 1293644 3590896 12 09:12:38 07:52:01 27469904 31774060 514136 1.56 178428 4260440 1858084 5.48 1293580 3590900 28 09:12:38 07:53:01 27469780 31773968 514384 1.56 178452 4260440 1858084 5.48 1293776 3590900 16 09:12:38 07:54:02 27469504 31773720 514596 1.56 178496 4260428 1858084 5.48 1293884 3590904 12 09:12:38 07:55:01 27469464 31773748 514500 1.56 178536 4260444 1858084 5.48 1293968 3590904 8 09:12:38 07:56:01 27469140 31773436 514720 1.57 178576 4260448 1858084 5.48 1293860 3590908 28 09:12:38 07:57:01 27469336 31773676 514392 1.56 178600 4260452 1858084 5.48 1294256 3590916 160 09:12:38 07:58:01 27469328 31773692 514356 1.56 178624 4260456 1858084 5.48 1294036 3590912 12 09:12:38 07:59:01 27469148 31773560 514608 1.56 178644 4260460 1858084 5.48 1294516 3590924 216 09:12:38 08:00:01 27469456 31773896 514264 1.56 178684 4260464 1858084 5.48 1294004 3590928 204 09:12:38 08:01:01 27469448 31773892 514224 1.56 178700 4260468 1858084 5.48 1293844 3590932 12 09:12:38 08:02:01 27469652 31774140 514040 1.56 178720 4260472 1858084 5.48 1293904 3590936 12 09:12:38 08:03:01 27469572 31774080 514048 1.56 178740 4260472 1858084 5.48 1294164 3590936 12 09:12:38 08:04:01 27469556 31774096 514080 1.56 178764 4260476 1858084 5.48 1294372 3590940 8 09:12:38 08:05:01 27469728 31774312 513820 1.56 178792 4260480 1858084 5.48 1293988 3590948 16 09:12:38 08:06:01 27469964 31774552 513500 1.56 178816 4260480 1858084 5.48 1293992 3590944 12 09:12:38 08:07:01 27469880 31774516 513700 1.56 178848 4260488 1858084 5.48 1294208 3590952 44 09:12:38 08:08:01 27470140 31774828 513372 1.56 178880 4260488 1858084 5.48 1294072 3590956 20 09:12:38 08:09:01 27469240 31773960 514172 1.56 178900 4260492 1858084 5.48 1294476 3590964 24 09:12:38 08:10:01 27469508 31774232 513828 1.56 178940 4260484 1874340 5.52 1294108 3590968 12 09:12:38 08:11:01 27469448 31774232 514008 1.56 178964 4260488 1874340 5.52 1294604 3590960 24 09:12:38 08:12:01 27469344 31774152 514020 1.56 178988 4260500 1874340 5.52 1294568 3590964 36 09:12:38 08:13:01 27469548 31774396 513732 1.56 179008 4260504 1874340 5.52 1294300 3590968 12 09:12:38 08:14:01 27469764 31774752 513524 1.56 179040 4260632 1874340 5.52 1294472 3591096 16 09:12:38 08:15:01 27469700 31774740 513512 1.56 179076 4260624 1874340 5.52 1294488 3591104 12 09:12:38 08:16:01 27469652 31774712 513560 1.56 179104 4260640 1857960 5.48 1294788 3591100 8 09:12:38 08:17:01 27469328 31774436 513808 1.56 179132 4260648 1857960 5.48 1294344 3591108 44 09:12:38 08:18:01 27469512 31774668 513712 1.56 179152 4260652 1857960 5.48 1294360 3591108 12 09:12:38 08:19:01 27469284 31774488 513904 1.56 179180 4260652 1857960 5.48 1294476 3591120 12 09:12:38 08:20:01 27469488 31774712 513608 1.56 179220 4260640 1857960 5.48 1294424 3591120 12 09:12:38 08:21:01 27469416 31774664 513604 1.56 179248 4260656 1841672 5.43 1294448 3591120 16 09:12:38 08:22:01 27469644 31774936 513308 1.56 179268 4260660 1841672 5.43 1294488 3591124 8 09:12:38 08:23:01 27469592 31774892 513496 1.56 179280 4260664 1841672 5.43 1294472 3591128 12 09:12:38 08:24:01 27468740 31774084 514296 1.56 179304 4260664 1841672 5.43 1294596 3591128 12 09:12:38 08:25:01 27468764 31774112 514172 1.56 179340 4260660 1841672 5.43 1294516 3591132 12 09:12:38 08:26:01 27468968 31774364 513880 1.56 179352 4260676 1841672 5.43 1294576 3591136 12 09:12:38 08:27:01 27468628 31774064 514128 1.56 179384 4260676 1841672 5.43 1294680 3591140 16 09:12:38 08:28:01 27468588 31774040 514080 1.56 179408 4260680 1841672 5.43 1294628 3591140 20 09:12:38 08:29:01 27468824 31774276 513764 1.56 179428 4260680 1841672 5.43 1294672 3591140 12 09:12:38 08:30:01 27468208 31773712 514216 1.56 179480 4260668 1857732 5.47 1294932 3591144 24 09:12:38 08:31:01 27468200 31773748 514168 1.56 179496 4260688 1857732 5.47 1294964 3591148 12 09:12:38 08:32:01 27468356 31773936 513976 1.56 179528 4260688 1857732 5.47 1295004 3591148 12 09:12:38 08:33:01 27468380 31774000 513916 1.56 179540 4260696 1857732 5.47 1294780 3591152 8 09:12:38 08:34:01 27468760 31774408 513680 1.56 179568 4260700 1857732 5.47 1294856 3591164 12 09:12:38 08:35:01 27468984 31774636 513612 1.56 179600 4260692 1857732 5.47 1294776 3591168 12 09:12:38 08:36:01 27468684 31774392 513852 1.56 179616 4260708 1857732 5.47 1294844 3591172 8 09:12:38 08:37:01 27468628 31774336 513836 1.56 179628 4260708 1857732 5.47 1294884 3591172 16 09:12:38 08:38:01 27468588 31774324 513788 1.56 179652 4260712 1857732 5.47 1294868 3591176 12 09:12:38 08:39:01 27468264 31774040 514024 1.56 179676 4260716 1857732 5.47 1294964 3591184 16 09:12:38 08:40:01 27468492 31774416 513808 1.56 179692 4260840 1857732 5.47 1294936 3591308 8 09:12:38 08:41:01 27468468 31774404 513756 1.56 179704 4260848 1857732 5.47 1294944 3591312 12 09:12:38 08:42:01 27468416 31774372 513952 1.56 179724 4260848 1857732 5.47 1294960 3591312 16 09:12:38 08:43:01 27468812 31774812 513696 1.56 179756 4260852 1873988 5.52 1294996 3591320 24 09:12:38 08:44:01 27468780 31774808 513660 1.56 179796 4260860 1873988 5.52 1295264 3591324 12 09:12:38 08:45:01 27467724 31773792 514640 1.57 179828 4260848 1857916 5.48 1295320 3591328 12 09:12:38 08:46:01 27467984 31774012 514332 1.56 179864 4260864 1841140 5.43 1296092 3591328 20 09:12:38 08:47:01 27467936 31774008 514332 1.56 179892 4260864 1841140 5.43 1295548 3591332 8 09:12:38 08:48:01 27468212 31774316 513960 1.56 179920 4260868 1841140 5.43 1295548 3591332 12 09:12:38 08:49:01 27468416 31774524 513712 1.56 179944 4260872 1841140 5.43 1295344 3591336 12 09:12:38 08:50:01 27468308 31774508 513920 1.56 179996 4260868 1841140 5.43 1295656 3591340 40 09:12:38 08:51:01 27468724 31774928 513484 1.56 180004 4260880 1841140 5.43 1295416 3591344 12 09:12:38 08:52:01 27468732 31774964 513372 1.56 180024 4260888 1841140 5.43 1295392 3591348 28 09:12:38 08:53:01 27468644 31774908 513328 1.56 180040 4260888 1841140 5.43 1295748 3591348 12 09:12:38 08:54:01 27468604 31774884 513272 1.56 180068 4260892 1841140 5.43 1295836 3591356 12 09:12:38 08:55:01 27468044 31774364 513740 1.56 180096 4260888 1841140 5.43 1296004 3591360 16 09:12:38 08:56:01 27468216 31774568 513476 1.56 180120 4260896 1841140 5.43 1295764 3591360 16 09:12:38 08:57:01 27468168 31774544 513444 1.56 180136 4260900 1841140 5.43 1295804 3591364 28 09:12:38 08:58:01 27467964 31774348 513620 1.56 180164 4260900 1841140 5.43 1295532 3591364 12 09:12:38 08:59:01 27467964 31774392 513556 1.56 180192 4260904 1841140 5.43 1295628 3591372 8 09:12:38 09:00:01 27468148 31774608 513560 1.56 180224 4260900 1857200 5.47 1295864 3591368 16 09:12:38 09:01:01 27468148 31774620 513516 1.56 180256 4260908 1857200 5.47 1295844 3591372 24 09:12:38 09:02:01 27468108 31774624 513504 1.56 180292 4260916 1857200 5.47 1295912 3591376 40 09:12:38 09:03:01 27467808 31774360 513708 1.56 180316 4260916 1857200 5.47 1296232 3591380 204 09:12:38 09:04:01 27467832 31774416 513656 1.56 180340 4260920 1857200 5.47 1296096 3591384 32 09:12:38 09:05:01 27467752 31774376 513744 1.56 180392 4260908 1857200 5.47 1296332 3591392 12 09:12:38 09:06:01 27467704 31774368 513688 1.56 180432 4260924 1857200 5.47 1296024 3591388 8 09:12:38 09:07:01 27468148 31774856 513364 1.56 180456 4260932 1857200 5.47 1295832 3591396 44 09:12:38 09:08:01 27468324 31775060 513372 1.56 180480 4260932 1857200 5.47 1296060 3591396 12 09:12:38 09:09:01 27467812 31774716 513684 1.56 180520 4261064 1857200 5.47 1295952 3591532 8 09:12:38 09:10:01 27467788 31774728 513616 1.56 180568 4261052 1857200 5.47 1296108 3591532 12 09:12:38 09:11:01 27467928 31774900 513364 1.56 180592 4261068 1857200 5.47 1296620 3591532 20 09:12:38 09:12:01 26664604 31744848 540764 1.64 202436 4959392 1892164 5.58 1383440 4249180 280 09:12:38 Average: 27480089 31773672 514822 1.57 177978 4251496 1864151 5.49 1292375 3583833 6093 09:12:38 09:12:38 06:23:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 09:12:38 06:24:01 docker0 0.87 0.87 0.12 2.31 0.00 0.00 0.00 0.00 09:12:38 06:24:01 lo 7.67 7.67 0.74 0.74 0.00 0.00 0.00 0.00 09:12:38 06:24:01 ens3 863.87 545.43 8629.63 108.81 0.00 0.00 0.00 0.00 09:12:38 06:25:01 docker0 157.32 245.23 12.22 1716.75 0.00 0.00 0.00 0.00 09:12:38 06:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:12:38 06:25:01 veth1923e89 0.00 0.18 0.00 0.02 0.00 0.00 0.00 0.00 09:12:38 06:25:01 ens3 320.35 220.48 1758.56 88.97 0.00 0.00 0.00 0.00 09:12:38 06:26:01 docker0 20.12 41.31 1.38 540.50 0.00 0.00 0.00 0.00 09:12:38 06:26:01 lo 9.76 9.76 0.98 0.98 0.00 0.00 0.00 0.00 09:12:38 06:26:01 ens3 312.02 235.07 3307.96 907.52 0.00 0.00 0.00 0.00 09:12:38 06:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:12:38 06:27:01 lo 0.07 0.07 0.01 0.01 0.00 0.00 0.00 0.00 09:12:38 06:27:01 ens3 11.55 7.63 14.81 4.46 0.00 0.00 0.00 0.00 09:12:38 06:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:12:38 06:28:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 09:12:38 06:28:01 ens3 0.20 0.10 0.01 0.01 0.00 0.00 0.00 0.00 09:12:38 06:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:12:38 06:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:12:38 06:29:01 ens3 0.33 0.20 0.11 0.07 0.00 0.00 0.00 0.00 09:12:38 06:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:12:38 06:30:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 09:12:38 06:30:01 ens3 0.17 0.12 0.01 0.01 0.00 0.00 0.00 0.00 09:12:38 06:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:12:38 06:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:12:38 06:31:01 ens3 0.25 0.12 0.07 0.01 0.00 0.00 0.00 0.00 09:12:38 06:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:12:38 06:32:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 09:12:38 06:32:01 ens3 0.13 0.07 0.01 0.01 0.00 0.00 0.00 0.00 09:12:38 06:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:12:38 06:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:12:38 06:33:01 ens3 1.00 0.00 0.11 0.00 0.00 0.00 0.00 0.00 09:12:38 06:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:12:38 06:34:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 09:12:38 06:34:01 ens3 0.82 0.60 0.35 0.29 0.00 0.00 0.00 0.00 09:12:38 06:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:12:38 06:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:12:38 06:35:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:12:38 06:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:12:38 06:36:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 09:12:38 06:36:01 ens3 0.23 0.12 0.07 0.01 0.00 0.00 0.00 0.00 09:12:38 06:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:12:38 06:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:12:38 06:37:01 ens3 0.07 0.02 0.00 0.00 0.00 0.00 0.00 0.00 09:12:38 06:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:12:38 06:38:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 09:12:38 06:38:01 ens3 0.15 0.10 0.01 0.01 0.00 0.00 0.00 0.00 09:12:38 06:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:12:38 06:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:12:38 06:39:01 ens3 0.28 0.10 0.08 0.07 0.00 0.00 0.00 0.00 09:12:38 06:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:12:38 06:40:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 09:12:38 06:40:01 ens3 0.18 0.12 0.01 0.01 0.00 0.00 0.00 0.00 09:12:38 06:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:12:38 06:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:12:38 06:41:01 ens3 0.07 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:12:38 06:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:12:38 06:42:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 09:12:38 06:42:01 ens3 0.28 0.12 0.07 0.01 0.00 0.00 0.00 0.00 09:12:38 06:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:12:38 06:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:12:38 06:43:01 ens3 0.50 0.00 0.05 0.00 0.00 0.00 0.00 0.00 09:12:38 06:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:12:38 06:44:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 09:12:38 06:44:01 ens3 1.32 0.65 0.53 0.36 0.00 0.00 0.00 0.00 09:12:38 06:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:12:38 06:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:12:38 06:45:01 ens3 1.18 0.72 0.99 0.54 0.00 0.00 0.00 0.00 09:12:38 06:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:12:38 06:46:01 lo 0.33 0.33 0.03 0.03 0.00 0.00 0.00 0.00 09:12:38 06:46:01 ens3 26.82 25.17 5.82 40.14 0.00 0.00 0.00 0.00 09:12:38 06:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:12:38 06:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:12:38 06:47:01 ens3 0.10 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:12:38 06:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:12:38 06:48:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 09:12:38 06:48:01 ens3 0.25 0.10 0.01 0.01 0.00 0.00 0.00 0.00 09:12:38 06:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:12:38 06:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:12:38 06:49:01 ens3 0.33 0.12 0.08 0.07 0.00 0.00 0.00 0.00 09:12:38 06:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:12:38 06:50:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 09:12:38 06:50:01 ens3 0.15 0.10 0.01 0.01 0.00 0.00 0.00 0.00 09:12:38 06:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:12:38 06:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:12:38 06:51:01 ens3 0.05 0.02 0.00 0.00 0.00 0.00 0.00 0.00 09:12:38 06:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:12:38 06:52:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 09:12:38 06:52:01 ens3 0.32 0.18 0.07 0.01 0.00 0.00 0.00 0.00 09:12:38 06:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:12:38 06:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:12:38 06:53:01 ens3 0.05 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:12:38 06:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:12:38 06:54:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 09:12:38 06:54:01 ens3 0.33 0.20 0.14 0.07 0.00 0.00 0.00 0.00 09:12:38 06:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:12:38 06:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:12:38 06:55:01 ens3 0.08 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:12:38 06:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:12:38 06:56:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 09:12:38 06:56:01 ens3 0.18 0.10 0.01 0.01 0.00 0.00 0.00 0.00 09:12:38 06:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:12:38 06:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:12:38 06:57:01 ens3 0.13 0.05 0.01 0.00 0.00 0.00 0.00 0.00 09:12:38 06:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:12:38 06:58:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 09:12:38 06:58:01 ens3 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 09:12:38 06:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:12:38 06:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:12:38 06:59:01 ens3 0.30 0.12 0.08 0.07 0.00 0.00 0.00 0.00 09:12:38 07:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:12:38 07:00:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 09:12:38 07:00:01 ens3 0.15 0.08 0.01 0.01 0.00 0.00 0.00 0.00 09:12:38 07:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:12:38 07:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:12:38 07:01:01 ens3 0.22 0.10 0.07 0.01 0.00 0.00 0.00 0.00 09:12:38 07:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:12:38 07:02:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 09:12:38 07:02:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 09:12:38 07:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:12:38 07:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:12:38 07:03:01 ens3 0.13 0.00 0.01 0.00 0.00 0.00 0.00 0.00 09:12:38 07:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:12:38 07:04:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 09:12:38 07:04:01 ens3 0.37 0.32 0.14 0.08 0.00 0.00 0.00 0.00 09:12:38 07:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:12:38 07:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:12:38 07:05:01 ens3 0.07 0.02 0.00 0.00 0.00 0.00 0.00 0.00 09:12:38 07:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:12:38 07:06:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 09:12:38 07:06:01 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 09:12:38 07:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:12:38 07:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:12:38 07:07:01 ens3 0.10 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:12:38 07:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:12:38 07:08:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 09:12:38 07:08:01 ens3 0.15 0.10 0.01 0.01 0.00 0.00 0.00 0.00 09:12:38 07:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:12:38 07:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:12:38 07:09:01 ens3 0.38 0.27 0.14 0.08 0.00 0.00 0.00 0.00 09:12:38 07:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:12:38 07:10:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 09:12:38 07:10:01 ens3 0.13 0.08 0.01 0.01 0.00 0.00 0.00 0.00 09:12:38 07:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:12:38 07:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:12:38 07:11:01 ens3 0.60 0.53 0.29 0.22 0.00 0.00 0.00 0.00 09:12:38 07:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:12:38 07:12:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 09:12:38 07:12:01 ens3 0.07 0.07 0.01 0.01 0.00 0.00 0.00 0.00 09:12:38 07:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:12:38 07:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:12:38 07:13:01 ens3 0.10 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:12:38 07:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:12:38 07:14:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 09:12:38 07:14:01 ens3 0.28 0.18 0.08 0.07 0.00 0.00 0.00 0.00 09:12:38 07:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:12:38 07:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:12:38 07:15:01 ens3 0.18 0.05 0.06 0.00 0.00 0.00 0.00 0.00 09:12:38 07:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:12:38 07:16:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 09:12:38 07:16:01 ens3 0.07 0.07 0.01 0.01 0.00 0.00 0.00 0.00 09:12:38 07:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:12:38 07:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:12:38 07:17:01 ens3 0.12 0.02 0.00 0.00 0.00 0.00 0.00 0.00 09:12:38 07:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:12:38 07:18:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 09:12:38 07:18:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 09:12:38 07:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:12:38 07:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:12:38 07:19:01 ens3 0.30 0.13 0.08 0.07 0.00 0.00 0.00 0.00 09:12:38 07:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:12:38 07:20:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 09:12:38 07:20:01 ens3 0.30 0.17 0.07 0.01 0.00 0.00 0.00 0.00 09:12:38 07:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:12:38 07:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:12:38 07:21:01 ens3 0.05 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:12:38 07:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:12:38 07:22:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 09:12:38 07:22:01 ens3 0.20 0.10 0.01 0.01 0.00 0.00 0.00 0.00 09:12:38 07:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:12:38 07:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:12:38 07:23:01 ens3 0.10 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:12:38 07:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:12:38 07:24:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 09:12:38 07:24:01 ens3 0.28 0.18 0.08 0.07 0.00 0.00 0.00 0.00 09:12:38 07:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:12:38 07:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:12:38 07:25:01 ens3 0.17 0.03 0.06 0.00 0.00 0.00 0.00 0.00 09:12:38 07:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:12:38 07:26:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 09:12:38 07:26:01 ens3 0.17 0.10 0.01 0.01 0.00 0.00 0.00 0.00 09:12:38 07:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:12:38 07:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:12:38 07:27:01 ens3 0.07 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:12:38 07:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:12:38 07:28:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 09:12:38 07:28:01 ens3 0.15 0.10 0.01 0.01 0.00 0.00 0.00 0.00 09:12:38 07:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:12:38 07:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:12:38 07:29:01 ens3 0.30 0.12 0.08 0.07 0.00 0.00 0.00 0.00 09:12:38 07:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:12:38 07:30:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 09:12:38 07:30:01 ens3 0.10 0.07 0.01 0.01 0.00 0.00 0.00 0.00 09:12:38 07:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:12:38 07:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:12:38 07:31:01 ens3 0.25 0.10 0.07 0.01 0.00 0.00 0.00 0.00 09:12:38 07:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:12:38 07:32:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 09:12:38 07:32:01 ens3 0.08 0.07 0.01 0.01 0.00 0.00 0.00 0.00 09:12:38 07:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:12:38 07:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:12:38 07:33:01 ens3 0.10 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:12:38 07:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:12:38 07:34:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 09:12:38 07:34:01 ens3 0.30 0.18 0.09 0.07 0.00 0.00 0.00 0.00 09:12:38 07:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:12:38 07:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:12:38 07:35:01 ens3 0.08 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:12:38 07:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:12:38 07:36:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 09:12:38 07:36:01 ens3 0.25 0.12 0.07 0.01 0.00 0.00 0.00 0.00 09:12:38 07:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:12:38 07:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:12:38 07:37:01 ens3 0.05 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:12:38 07:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:12:38 07:38:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 09:12:38 07:38:01 ens3 0.15 0.10 0.01 0.01 0.00 0.00 0.00 0.00 09:12:38 07:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:12:38 07:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:12:38 07:39:01 ens3 0.30 0.10 0.08 0.06 0.00 0.00 0.00 0.00 09:12:38 07:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:12:38 07:40:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 09:12:38 07:40:01 ens3 0.12 0.08 0.01 0.01 0.00 0.00 0.00 0.00 09:12:38 07:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:12:38 07:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:12:38 07:41:01 ens3 0.08 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:12:38 07:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:12:38 07:42:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 09:12:38 07:42:01 ens3 0.27 0.12 0.07 0.01 0.00 0.00 0.00 0.00 09:12:38 07:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:12:38 07:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:12:38 07:43:01 ens3 0.05 0.03 0.00 0.00 0.00 0.00 0.00 0.00 09:12:38 07:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:12:38 07:44:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 09:12:38 07:44:01 ens3 0.28 0.22 0.08 0.08 0.00 0.00 0.00 0.00 09:12:38 07:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:12:38 07:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:12:38 07:45:01 ens3 0.10 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:12:38 07:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:12:38 07:46:01 lo 0.33 0.33 0.03 0.03 0.00 0.00 0.00 0.00 09:12:38 07:46:01 ens3 4.17 3.15 2.39 4.90 0.00 0.00 0.00 0.00 09:12:38 07:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:12:38 07:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:12:38 07:47:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:12:38 07:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:12:38 07:48:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 09:12:38 07:48:01 ens3 0.15 0.10 0.01 0.01 0.00 0.00 0.00 0.00 09:12:38 07:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:12:38 07:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:12:38 07:49:01 ens3 0.32 0.18 0.08 0.07 0.00 0.00 0.00 0.00 09:12:38 07:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:12:38 07:50:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 09:12:38 07:50:01 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 09:12:38 07:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:12:38 07:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:12:38 07:51:01 ens3 0.05 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:12:38 07:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:12:38 07:52:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 09:12:38 07:52:01 ens3 0.15 0.10 0.01 0.01 0.00 0.00 0.00 0.00 09:12:38 07:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:12:38 07:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:12:38 07:53:01 ens3 0.18 0.12 0.06 0.01 0.00 0.00 0.00 0.00 09:12:38 07:54:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:12:38 07:54:02 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 09:12:38 07:54:02 ens3 0.27 0.25 0.08 0.08 0.00 0.00 0.00 0.00 09:12:38 07:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:12:38 07:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:12:38 07:55:01 ens3 0.08 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:12:38 07:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:12:38 07:56:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 09:12:38 07:56:01 ens3 0.17 0.10 0.01 0.01 0.00 0.00 0.00 0.00 09:12:38 07:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:12:38 07:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:12:38 07:57:01 ens3 0.18 0.12 0.06 0.01 0.00 0.00 0.00 0.00 09:12:38 07:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:12:38 07:58:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 09:12:38 07:58:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 09:12:38 07:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:12:38 07:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:12:38 07:59:01 ens3 0.30 0.17 0.08 0.07 0.00 0.00 0.00 0.00 09:12:38 08:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:12:38 08:00:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 09:12:38 08:00:01 ens3 0.13 0.08 0.01 0.01 0.00 0.00 0.00 0.00 09:12:38 08:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:12:38 08:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:12:38 08:01:01 ens3 0.07 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:12:38 08:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:12:38 08:02:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 09:12:38 08:02:01 ens3 0.18 0.10 0.02 0.01 0.00 0.00 0.00 0.00 09:12:38 08:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:12:38 08:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:12:38 08:03:01 ens3 0.20 0.07 0.06 0.00 0.00 0.00 0.00 0.00 09:12:38 08:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:12:38 08:04:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 09:12:38 08:04:01 ens3 0.23 0.18 0.08 0.07 0.00 0.00 0.00 0.00 09:12:38 08:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:12:38 08:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:12:38 08:05:01 ens3 0.17 0.05 0.01 0.00 0.00 0.00 0.00 0.00 09:12:38 08:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:12:38 08:06:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 09:12:38 08:06:01 ens3 0.15 0.10 0.01 0.01 0.00 0.00 0.00 0.00 09:12:38 08:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:12:38 08:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:12:38 08:07:01 ens3 0.25 0.05 0.07 0.00 0.00 0.00 0.00 0.00 09:12:38 08:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:12:38 08:08:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 09:12:38 08:08:01 ens3 0.07 0.07 0.01 0.01 0.00 0.00 0.00 0.00 09:12:38 08:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:12:38 08:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:12:38 08:09:01 ens3 0.32 0.18 0.09 0.07 0.00 0.00 0.00 0.00 09:12:38 08:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:12:38 08:10:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 09:12:38 08:10:01 ens3 0.13 0.08 0.01 0.01 0.00 0.00 0.00 0.00 09:12:38 08:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:12:38 08:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:12:38 08:11:01 ens3 0.53 0.45 0.26 0.22 0.00 0.00 0.00 0.00 09:12:38 08:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:12:38 08:12:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 09:12:38 08:12:01 ens3 0.15 0.10 0.06 0.01 0.00 0.00 0.00 0.00 09:12:38 08:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:12:38 08:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:12:38 08:13:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:12:38 08:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:12:38 08:14:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 09:12:38 08:14:01 ens3 0.30 0.20 0.08 0.07 0.00 0.00 0.00 0.00 09:12:38 08:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:12:38 08:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:12:38 08:15:01 ens3 0.10 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:12:38 08:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:12:38 08:16:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 09:12:38 08:16:01 ens3 0.25 0.13 0.07 0.01 0.00 0.00 0.00 0.00 09:12:38 08:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:12:38 08:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:12:38 08:17:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:12:38 08:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:12:38 08:18:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 09:12:38 08:18:01 ens3 0.17 0.10 0.01 0.01 0.00 0.00 0.00 0.00 09:12:38 08:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:12:38 08:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:12:38 08:19:01 ens3 0.28 0.10 0.08 0.07 0.00 0.00 0.00 0.00 09:12:38 08:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:12:38 08:20:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 09:12:38 08:20:01 ens3 0.17 0.10 0.01 0.01 0.00 0.00 0.00 0.00 09:12:38 08:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:12:38 08:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:12:38 08:21:01 ens3 0.07 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:12:38 08:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:12:38 08:22:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 09:12:38 08:22:01 ens3 0.15 0.10 0.01 0.01 0.00 0.00 0.00 0.00 09:12:38 08:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:12:38 08:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:12:38 08:23:01 ens3 0.18 0.10 0.06 0.01 0.00 0.00 0.00 0.00 09:12:38 08:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:12:38 08:24:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 09:12:38 08:24:01 ens3 0.27 0.18 0.08 0.07 0.00 0.00 0.00 0.00 09:12:38 08:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:12:38 08:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:12:38 08:25:01 ens3 0.10 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:12:38 08:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:12:38 08:26:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 09:12:38 08:26:01 ens3 0.15 0.10 0.01 0.01 0.00 0.00 0.00 0.00 09:12:38 08:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:12:38 08:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:12:38 08:27:01 ens3 0.25 0.05 0.07 0.00 0.00 0.00 0.00 0.00 09:12:38 08:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:12:38 08:28:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 09:12:38 08:28:01 ens3 0.08 0.07 0.01 0.01 0.00 0.00 0.00 0.00 09:12:38 08:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:12:38 08:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:12:38 08:29:01 ens3 0.28 0.15 0.08 0.07 0.00 0.00 0.00 0.00 09:12:38 08:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:12:38 08:30:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 09:12:38 08:30:01 ens3 0.17 0.10 0.01 0.01 0.00 0.00 0.00 0.00 09:12:38 08:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:12:38 08:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:12:38 08:31:01 ens3 0.07 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:12:38 08:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:12:38 08:32:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 09:12:38 08:32:01 ens3 0.23 0.17 0.07 0.01 0.00 0.00 0.00 0.00 09:12:38 08:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:12:38 08:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:12:38 08:33:01 ens3 0.05 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:12:38 08:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:12:38 08:34:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 09:12:38 08:34:01 ens3 0.28 0.18 0.08 0.07 0.00 0.00 0.00 0.00 09:12:38 08:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:12:38 08:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:12:38 08:35:01 ens3 0.08 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:12:38 08:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:12:38 08:36:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 09:12:38 08:36:01 ens3 0.30 0.18 0.07 0.01 0.00 0.00 0.00 0.00 09:12:38 08:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:12:38 08:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:12:38 08:37:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:12:38 08:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:12:38 08:38:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 09:12:38 08:38:01 ens3 0.15 0.10 0.01 0.01 0.00 0.00 0.00 0.00 09:12:38 08:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:12:38 08:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:12:38 08:39:01 ens3 0.33 0.18 0.08 0.07 0.00 0.00 0.00 0.00 09:12:38 08:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:12:38 08:40:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 09:12:38 08:40:01 ens3 0.13 0.08 0.01 0.01 0.00 0.00 0.00 0.00 09:12:38 08:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:12:38 08:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:12:38 08:41:01 ens3 0.05 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:12:38 08:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:12:38 08:42:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 09:12:38 08:42:01 ens3 0.32 0.15 0.07 0.01 0.00 0.00 0.00 0.00 09:12:38 08:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:12:38 08:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:12:38 08:43:01 ens3 0.80 0.00 0.07 0.00 0.00 0.00 0.00 0.00 09:12:38 08:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:12:38 08:44:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 09:12:38 08:44:01 ens3 0.90 0.45 0.37 0.28 0.00 0.00 0.00 0.00 09:12:38 08:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:12:38 08:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:12:38 08:45:01 ens3 0.48 0.28 0.26 0.20 0.00 0.00 0.00 0.00 09:12:38 08:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:12:38 08:46:01 lo 0.33 0.33 0.03 0.03 0.00 0.00 0.00 0.00 09:12:38 08:46:01 ens3 4.27 3.07 2.34 4.89 0.00 0.00 0.00 0.00 09:12:38 08:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:12:38 08:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:12:38 08:47:01 ens3 0.10 0.03 0.06 0.00 0.00 0.00 0.00 0.00 09:12:38 08:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:12:38 08:48:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 09:12:38 08:48:01 ens3 0.18 0.10 0.01 0.01 0.00 0.00 0.00 0.00 09:12:38 08:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:12:38 08:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:12:38 08:49:01 ens3 0.38 0.13 0.14 0.07 0.00 0.00 0.00 0.00 09:12:38 08:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:12:38 08:50:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 09:12:38 08:50:01 ens3 0.13 0.08 0.01 0.01 0.00 0.00 0.00 0.00 09:12:38 08:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:12:38 08:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:12:38 08:51:01 ens3 0.07 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:12:38 08:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:12:38 08:52:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 09:12:38 08:52:01 ens3 0.25 0.10 0.02 0.01 0.00 0.00 0.00 0.00 09:12:38 08:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:12:38 08:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:12:38 08:53:01 ens3 0.53 0.00 0.04 0.00 0.00 0.00 0.00 0.00 09:12:38 08:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:12:38 08:54:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 09:12:38 08:54:01 ens3 0.70 0.33 0.26 0.14 0.00 0.00 0.00 0.00 09:12:38 08:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:12:38 08:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:12:38 08:55:01 ens3 0.43 0.28 0.26 0.20 0.00 0.00 0.00 0.00 09:12:38 08:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:12:38 08:56:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 09:12:38 08:56:01 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 09:12:38 08:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:12:38 08:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:12:38 08:57:01 ens3 0.08 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:12:38 08:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:12:38 08:58:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 09:12:38 08:58:01 ens3 0.17 0.10 0.01 0.01 0.00 0.00 0.00 0.00 09:12:38 08:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:12:38 08:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:12:38 08:59:01 ens3 0.32 0.18 0.08 0.07 0.00 0.00 0.00 0.00 09:12:38 09:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:12:38 09:00:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 09:12:38 09:00:01 ens3 0.12 0.08 0.01 0.01 0.00 0.00 0.00 0.00 09:12:38 09:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:12:38 09:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:12:38 09:01:01 ens3 0.18 0.12 0.06 0.01 0.00 0.00 0.00 0.00 09:12:38 09:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:12:38 09:02:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 09:12:38 09:02:01 ens3 0.17 0.08 0.01 0.01 0.00 0.00 0.00 0.00 09:12:38 09:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:12:38 09:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:12:38 09:03:01 ens3 1.03 0.00 0.10 0.00 0.00 0.00 0.00 0.00 09:12:38 09:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:12:38 09:04:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 09:12:38 09:04:01 ens3 2.05 0.93 0.75 0.50 0.00 0.00 0.00 0.00 09:12:38 09:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:12:38 09:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:12:38 09:05:01 ens3 0.93 0.55 0.52 0.40 0.00 0.00 0.00 0.00 09:12:38 09:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:12:38 09:06:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 09:12:38 09:06:01 ens3 0.18 0.10 0.01 0.01 0.00 0.00 0.00 0.00 09:12:38 09:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:12:38 09:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:12:38 09:07:01 ens3 0.10 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:12:38 09:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:12:38 09:08:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 09:12:38 09:08:01 ens3 0.18 0.10 0.01 0.01 0.00 0.00 0.00 0.00 09:12:38 09:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:12:38 09:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:12:38 09:09:01 ens3 0.25 0.15 0.08 0.07 0.00 0.00 0.00 0.00 09:12:38 09:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:12:38 09:10:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 09:12:38 09:10:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 09:12:38 09:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:12:38 09:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:12:38 09:11:01 ens3 0.63 0.32 0.32 0.21 0.00 0.00 0.00 0.00 09:12:38 09:12:01 docker0 35.95 44.24 3.27 685.06 0.00 0.00 0.00 0.00 09:12:38 09:12:01 lo 1.27 1.27 0.12 0.12 0.00 0.00 0.00 0.00 09:12:38 09:12:01 ens3 222.23 149.13 4632.62 50.19 0.00 0.00 0.00 0.00 09:12:38 Average: docker0 1.27 1.96 0.10 17.44 0.00 0.00 0.00 0.00 09:12:38 Average: lo 0.21 0.21 0.02 0.02 0.00 0.00 0.00 0.00 09:12:38 Average: ens3 10.68 7.15 108.75 7.22 0.00 0.00 0.00 0.00 09:12:38 09:12:38