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 [2022-06-19T06:23:35.529Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2022-06-19T06:23:35.587Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2022-06-19T06:23:35.606Z] ========================================================= [2022-06-19T06:23:35.606Z] EdgeX Global Pipelines Version Info [2022-06-19T06:23:35.606Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2022-06-19T06:23:36.354Z] ------------------- [2022-06-19T06:23:36.354Z] stable info: [2022-06-19T06:23:36.354Z] ------------------- [2022-06-19T06:23:36.354Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2022-06-19T06:23:36.354Z] Commit SHA: 2c7614b56cb57ece5b5bdf52d827492071d4cc62 [2022-06-19T06:23:36.354Z] Message: update stable to v1.0.234 [2022-06-19T06:23:36.926Z] ------------------- [2022-06-19T06:23:36.926Z] experimental info: [2022-06-19T06:23:36.926Z] ------------------- [2022-06-19T06:23:36.926Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2022-06-19T06:23:36.926Z] Commit SHA: 2c7614b56cb57ece5b5bdf52d827492071d4cc62 [2022-06-19T06:23:36.926Z] Message: update experimental to v1.0.234 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2022-06-19T06:23:37.191Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-usb-camera-settings [Pipeline] echo [2022-06-19T06:23:37.203Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-usb-camera [Pipeline] echo [2022-06-19T06:23:37.216Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2022-06-19T06:23:37.232Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2022-06-19T06:23:37.241Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2022-06-19T06:23:37.253Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.17 [Pipeline] echo [2022-06-19T06:23:37.266Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2022-06-19T06:23:37.277Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2022-06-19T06:23:37.290Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2022-06-19T06:23:37.303Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2022-06-19T06:23:37.313Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2022-06-19T06:23:37.324Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-usb-camera [Pipeline] echo [2022-06-19T06:23:37.335Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2022-06-19T06:23:37.349Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2022-06-19T06:23:37.360Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2022-06-19T06:23:37.372Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2022-06-19T06:23:37.383Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2022-06-19T06:23:37.394Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2022-06-19T06:23:37.406Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2022-06-19T06:23:37.415Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2022-06-19T06:23:37.426Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2022-06-19T06:23:37.439Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2022-06-19T06:23:37.449Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2022-06-19T06:23:37.461Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2022-06-19T06:23:37.469Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2022-06-19T06:23:37.478Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2022-06-19T06:23:37.487Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2022-06-19T06:23:37.496Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2022-06-19T06:23:37.505Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2022-06-19T06:23:37.516Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2022-06-19T06:23:37.531Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 4dfceff4e3635e4a98b2ef8b67003446cda03de4 [Pipeline] echo [2022-06-19T06:23:37.554Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 4dfceff [Pipeline] echo [2022-06-19T06:23:37.564Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-06-19T06:23:37.607Z] provisioning config files... [2022-06-19T06:23:37.629Z] copy managed file [device-usb-camera-settings] to file:/w/workspace/exfoundry_device-usb-camera_main@tmp/config5164699584312270640tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-06-19T06:23:37.960Z] ---> docker-login.sh [2022-06-19T06:23:37.960Z] nexus3.edgexfoundry.org:10001 [2022-06-19T06:23:38.220Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-06-19T06:23:38.220Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-06-19T06:23:38.220Z] Configure a credential helper to remove this warning. See [2022-06-19T06:23:38.220Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-06-19T06:23:38.220Z] [2022-06-19T06:23:38.220Z] Login Succeeded [2022-06-19T06:23:38.220Z] nexus3.edgexfoundry.org:10002 [2022-06-19T06:23:38.482Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-06-19T06:23:38.482Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-06-19T06:23:38.482Z] Configure a credential helper to remove this warning. See [2022-06-19T06:23:38.482Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-06-19T06:23:38.482Z] [2022-06-19T06:23:38.482Z] Login Succeeded [2022-06-19T06:23:38.482Z] nexus3.edgexfoundry.org:10003 [2022-06-19T06:23:38.482Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-06-19T06:23:38.744Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-06-19T06:23:38.744Z] Configure a credential helper to remove this warning. See [2022-06-19T06:23:38.744Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-06-19T06:23:38.744Z] [2022-06-19T06:23:38.744Z] Login Succeeded [2022-06-19T06:23:38.744Z] nexus3.edgexfoundry.org:10004 [2022-06-19T06:23:38.744Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-06-19T06:23:38.744Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-06-19T06:23:38.744Z] Configure a credential helper to remove this warning. See [2022-06-19T06:23:38.744Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-06-19T06:23:38.744Z] [2022-06-19T06:23:38.744Z] Login Succeeded [2022-06-19T06:23:38.744Z] docker.io [2022-06-19T06:23:38.744Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-06-19T06:23:39.315Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-06-19T06:23:39.315Z] Configure a credential helper to remove this warning. See [2022-06-19T06:23:39.315Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-06-19T06:23:39.315Z] [2022-06-19T06:23:39.315Z] Login Succeeded [2022-06-19T06:23:39.315Z] ---> docker-login.sh ends [Pipeline] } [2022-06-19T06:23:39.323Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2022-06-19T06:23:39.703Z] + git rev-list -1 --merges 4dfceff4e3635e4a98b2ef8b67003446cda03de4~1..4dfceff4e3635e4a98b2ef8b67003446cda03de4 [Pipeline] echo [2022-06-19T06:23:39.729Z] -----------> git rev-list -1 --merges 4dfceff4e3635e4a98b2ef8b67003446cda03de4~1..4dfceff4e3635e4a98b2ef8b67003446cda03de4 4dfceff4e3635e4a98b2ef8b67003446cda03de4 [2022-06-19T06:23:39.729Z] 4dfceff4e3635e4a98b2ef8b67003446cda03de4 [false] [Pipeline] sh [2022-06-19T06:23:40.029Z] + git log --format=format:%s -1 4dfceff4e3635e4a98b2ef8b67003446cda03de4 [Pipeline] echo [2022-06-19T06:23:40.045Z] ========================================================= [2022-06-19T06:23:40.045Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2022-06-19T06:23:40.045Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-06-19T06:23:40.395Z] + git log --format=format:%s -1 4dfceff4e3635e4a98b2ef8b67003446cda03de4 [Pipeline] echo [2022-06-19T06:23:40.406Z] [semverPrep] GIT_COMMIT: 4dfceff4e3635e4a98b2ef8b67003446cda03de4, Commit Message: Merge pull request #42 from weichou1229/upgrade-sdk [Pipeline] echo [2022-06-19T06:23:40.415Z] [semverPrep] This is not a build commit. [Pipeline] sh [2022-06-19T06:23:40.773Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2022-06-19T06:23:40.773Z] + grep -v github /etc/ssh/ssh_known_hosts [2022-06-19T06:23:40.773Z] + [ -e /tmp/ssh_known_hosts ] [2022-06-19T06:23:40.773Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2022-06-19T06:23:40.773Z] + + sudo tee -a /etc/ssh/ssh_known_hosts [2022-06-19T06:23:40.773Z] echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2022-06-19T06:23:40.773Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-19T06:23:41.192Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-06-19T06:23:41.192Z] [2022-06-19T06:23:41.192Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-19T06:23:41.492Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-06-19T06:23:41.492Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2022-06-19T06:23:41.492Z] 42c077c10790: Pulling fs layer [2022-06-19T06:23:41.492Z] f63e77b7563a: Pulling fs layer [2022-06-19T06:23:41.492Z] bd5fdadae976: Pulling fs layer [2022-06-19T06:23:41.492Z] 205491f53016: Pulling fs layer [2022-06-19T06:23:41.492Z] df18705c85c3: Pulling fs layer [2022-06-19T06:23:41.492Z] bdb3f477010e: Pulling fs layer [2022-06-19T06:23:41.492Z] c8a8fc8e1c8f: Pulling fs layer [2022-06-19T06:23:41.492Z] 2c6e9b1d212d: Pulling fs layer [2022-06-19T06:23:41.492Z] bdb8f0575790: Pulling fs layer [2022-06-19T06:23:41.492Z] 386e3cb2ff24: Pulling fs layer [2022-06-19T06:23:41.492Z] 2343380bae48: Pulling fs layer [2022-06-19T06:23:41.492Z] bdb3f477010e: Waiting [2022-06-19T06:23:41.492Z] 205491f53016: Waiting [2022-06-19T06:23:41.492Z] c8a8fc8e1c8f: Waiting [2022-06-19T06:23:41.492Z] 2c6e9b1d212d: Waiting [2022-06-19T06:23:41.492Z] df18705c85c3: Waiting [2022-06-19T06:23:41.492Z] 386e3cb2ff24: Waiting [2022-06-19T06:23:41.492Z] bdb8f0575790: Waiting [2022-06-19T06:23:41.492Z] 2343380bae48: Waiting [2022-06-19T06:23:41.492Z] f63e77b7563a: Verifying Checksum [2022-06-19T06:23:41.492Z] f63e77b7563a: Download complete [2022-06-19T06:23:41.492Z] 205491f53016: Verifying Checksum [2022-06-19T06:23:41.492Z] 205491f53016: Download complete [2022-06-19T06:23:41.762Z] df18705c85c3: Verifying Checksum [2022-06-19T06:23:41.762Z] df18705c85c3: Download complete [2022-06-19T06:23:41.762Z] bdb3f477010e: Verifying Checksum [2022-06-19T06:23:41.762Z] bdb3f477010e: Download complete [2022-06-19T06:23:41.762Z] bd5fdadae976: Verifying Checksum [2022-06-19T06:23:41.762Z] bd5fdadae976: Download complete [2022-06-19T06:23:41.762Z] 2c6e9b1d212d: Download complete [2022-06-19T06:23:41.762Z] bdb8f0575790: Download complete [2022-06-19T06:23:41.762Z] 386e3cb2ff24: Download complete [2022-06-19T06:23:41.762Z] 2343380bae48: Verifying Checksum [2022-06-19T06:23:41.762Z] 2343380bae48: Download complete [2022-06-19T06:23:41.762Z] 42c077c10790: Download complete [2022-06-19T06:23:42.024Z] c8a8fc8e1c8f: Verifying Checksum [2022-06-19T06:23:42.024Z] c8a8fc8e1c8f: Download complete [2022-06-19T06:23:43.416Z] 42c077c10790: Pull complete [2022-06-19T06:23:43.416Z] f63e77b7563a: Pull complete [2022-06-19T06:23:43.994Z] bd5fdadae976: Pull complete [2022-06-19T06:23:43.994Z] 205491f53016: Pull complete [2022-06-19T06:23:44.569Z] df18705c85c3: Pull complete [2022-06-19T06:23:44.569Z] bdb3f477010e: Pull complete [2022-06-19T06:23:46.483Z] c8a8fc8e1c8f: Pull complete [2022-06-19T06:23:46.743Z] 2c6e9b1d212d: Pull complete [2022-06-19T06:23:46.743Z] bdb8f0575790: Pull complete [2022-06-19T06:23:47.004Z] 386e3cb2ff24: Pull complete [2022-06-19T06:23:47.004Z] 2343380bae48: Pull complete [2022-06-19T06:23:47.004Z] Digest: sha256:c3bf284c02da7271302b7a373f1d48320b54229aa5119b2a29c7f8015e6a9264 [2022-06-19T06:23:47.004Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-06-19T06:23:47.004Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-06-19T06:23:47.107Z] prd-ubuntu20.04-docker-8c-8g-3106 does not seem to be running inside a container [2022-06-19T06:23:47.149Z] $ 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 [2022-06-19T06:23:49.028Z] $ docker top f91125c28301562068098266ae3902a4ab2f25f33be6cc078e1c6421db602db8 -eo pid,comm [2022-06-19T06:23:49.096Z] 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). [2022-06-19T06:23:49.096Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2022-06-19T06:23:49.132Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-06-19T06:23:49.132Z] [ssh-agent] Looking for ssh-agent implementation... [2022-06-19T06:23:49.271Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-06-19T06:23:49.277Z] $ docker exec f91125c28301562068098266ae3902a4ab2f25f33be6cc078e1c6421db602db8 ssh-agent [2022-06-19T06:23:49.404Z] SSH_AUTH_SOCK=/tmp/ssh-r4AWeesYDyGp/agent.34 [2022-06-19T06:23:49.404Z] SSH_AGENT_PID=40 [2022-06-19T06:23:49.411Z] Running ssh-add (command line suppressed) [2022-06-19T06:23:49.526Z] 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) [2022-06-19T06:23:49.542Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-06-19T06:23:49.827Z] + git tag --points-at HEAD [Pipeline] } [2022-06-19T06:23:49.851Z] $ docker exec --env ******** --env ******** f91125c28301562068098266ae3902a4ab2f25f33be6cc078e1c6421db602db8 ssh-agent -k [2022-06-19T06:23:49.972Z] unset SSH_AUTH_SOCK; [2022-06-19T06:23:49.973Z] unset SSH_AGENT_PID; [2022-06-19T06:23:49.973Z] echo Agent pid 40 killed; [2022-06-19T06:23:49.981Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2022-06-19T06:23:50.004Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-06-19T06:23:50.004Z] [ssh-agent] Looking for ssh-agent implementation... [2022-06-19T06:23:50.147Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-06-19T06:23:50.152Z] $ docker exec f91125c28301562068098266ae3902a4ab2f25f33be6cc078e1c6421db602db8 ssh-agent [2022-06-19T06:23:50.285Z] SSH_AUTH_SOCK=/tmp/ssh-KHtbuo77pkb3/agent.73 [2022-06-19T06:23:50.285Z] SSH_AGENT_PID=79 [2022-06-19T06:23:50.290Z] Running ssh-add (command line suppressed) [2022-06-19T06:23:50.411Z] 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) [2022-06-19T06:23:50.425Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-06-19T06:23:50.713Z] + git semver init [2022-06-19T06:23:50.973Z] 2022-06-19 06:23:50,918 [run_init] DEBUG init version:0.0.0 force:False [2022-06-19T06:23:50.973Z] 2022-06-19 06:23:50,919 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/exfoundry_device-usb-camera_main/.semver [2022-06-19T06:23:50.973Z] 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 [2022-06-19T06:23:50.973Z] 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) [2022-06-19T06:23:51.544Z] 2022-06-19 06:23:51,427 [append_file] DEBUG append to file:/w/workspace/exfoundry_device-usb-camera_main/.git/info/exclude [2022-06-19T06:23:51.544Z] 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 [2022-06-19T06:23:51.544Z] 2022-06-19 06:23:51,428 [read_version] DEBUG read version from /w/workspace/exfoundry_device-usb-camera_main/.semver/main [2022-06-19T06:23:51.544Z] 2022-06-19 06:23:51,428 [read_version] DEBUG read version from /w/workspace/exfoundry_device-usb-camera_main/.semver/main [2022-06-19T06:23:51.544Z] 0.0.1-dev.8 [Pipeline] } [2022-06-19T06:23:51.556Z] $ docker exec --env ******** --env ******** f91125c28301562068098266ae3902a4ab2f25f33be6cc078e1c6421db602db8 ssh-agent -k [2022-06-19T06:23:51.664Z] unset SSH_AUTH_SOCK; [2022-06-19T06:23:51.665Z] unset SSH_AGENT_PID; [2022-06-19T06:23:51.665Z] echo Agent pid 79 killed; [2022-06-19T06:23:51.676Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-06-19T06:23:51.988Z] + git semver [Pipeline] } [2022-06-19T06:23:52.264Z] $ docker stop --time=1 f91125c28301562068098266ae3902a4ab2f25f33be6cc078e1c6421db602db8 [2022-06-19T06:23:53.547Z] $ docker rm -f f91125c28301562068098266ae3902a4ab2f25f33be6cc078e1c6421db602db8 [Pipeline] // withDockerContainer [Pipeline] sh [2022-06-19T06:23:53.911Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2022-06-19T06:23:54.182Z] Stashed 1 file(s) [Pipeline] echo [2022-06-19T06:23:54.185Z] [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 [2022-06-19T06:23:54.363Z] provisioning config files... [2022-06-19T06:23:54.374Z] copy managed file [device-usb-camera-settings] to file:/w/workspace/exfoundry_device-usb-camera_main@tmp/config1410788197780893954tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-06-19T06:23:54.673Z] ---> docker-login.sh [2022-06-19T06:23:54.673Z] nexus3.edgexfoundry.org:10001 [2022-06-19T06:23:54.673Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-06-19T06:23:54.673Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-06-19T06:23:54.673Z] Configure a credential helper to remove this warning. See [2022-06-19T06:23:54.673Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-06-19T06:23:54.673Z] [2022-06-19T06:23:54.673Z] Login Succeeded [2022-06-19T06:23:54.673Z] nexus3.edgexfoundry.org:10002 [2022-06-19T06:23:54.673Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-06-19T06:23:54.932Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-06-19T06:23:54.932Z] Configure a credential helper to remove this warning. See [2022-06-19T06:23:54.932Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-06-19T06:23:54.932Z] [2022-06-19T06:23:54.932Z] Login Succeeded [2022-06-19T06:23:54.932Z] nexus3.edgexfoundry.org:10003 [2022-06-19T06:23:54.932Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-06-19T06:23:54.932Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-06-19T06:23:54.932Z] Configure a credential helper to remove this warning. See [2022-06-19T06:23:54.932Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-06-19T06:23:54.932Z] [2022-06-19T06:23:54.932Z] Login Succeeded [2022-06-19T06:23:54.932Z] nexus3.edgexfoundry.org:10004 [2022-06-19T06:23:55.191Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-06-19T06:23:55.191Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-06-19T06:23:55.191Z] Configure a credential helper to remove this warning. See [2022-06-19T06:23:55.191Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-06-19T06:23:55.191Z] [2022-06-19T06:23:55.191Z] Login Succeeded [2022-06-19T06:23:55.191Z] docker.io [2022-06-19T06:23:55.191Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-06-19T06:23:55.492Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-06-19T06:23:55.492Z] Configure a credential helper to remove this warning. See [2022-06-19T06:23:55.492Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-06-19T06:23:55.492Z] [2022-06-19T06:23:55.492Z] Login Succeeded [2022-06-19T06:23:55.492Z] ---> docker-login.sh ends [Pipeline] } [2022-06-19T06:23:55.499Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2022-06-19T06:23:55.561Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-06-19T06:23:55.573Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-06-19T06:23:55.583Z] ========================================================= [2022-06-19T06:23:55.583Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine] [2022-06-19T06:23:55.583Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-19T06:23:55.902Z] + 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 . [2022-06-19T06:23:55.902Z] Sending build context to Docker daemon 613.9kB [2022-06-19T06:23:55.902Z] Step 1/12 : ARG BASE=golang:1.17-alpine3.15 [2022-06-19T06:23:55.902Z] Step 2/12 : FROM ${BASE} AS builder [2022-06-19T06:23:55.902Z] 1.17-alpine: Pulling from edgex-devops/edgex-golang-base [2022-06-19T06:23:55.902Z] 59bf1c3509f3: Pulling fs layer [2022-06-19T06:23:55.902Z] 666ba61612fd: Pulling fs layer [2022-06-19T06:23:55.902Z] 8ed8ca486205: Pulling fs layer [2022-06-19T06:23:55.902Z] cc1cd167ecdc: Pulling fs layer [2022-06-19T06:23:55.902Z] c516ae0d96e1: Pulling fs layer [2022-06-19T06:23:55.902Z] 684cea983483: Pulling fs layer [2022-06-19T06:23:55.902Z] dd3240ac7de5: Pulling fs layer [2022-06-19T06:23:55.902Z] b1e948a4e11c: Pulling fs layer [2022-06-19T06:23:55.902Z] a8fd76ee1af6: Pulling fs layer [2022-06-19T06:23:55.902Z] 646ad004c059: Pulling fs layer [2022-06-19T06:23:55.902Z] cc1cd167ecdc: Waiting [2022-06-19T06:23:55.902Z] c516ae0d96e1: Waiting [2022-06-19T06:23:55.902Z] 684cea983483: Waiting [2022-06-19T06:23:55.902Z] dd3240ac7de5: Waiting [2022-06-19T06:23:55.902Z] 646ad004c059: Waiting [2022-06-19T06:23:55.902Z] b1e948a4e11c: Waiting [2022-06-19T06:23:55.902Z] a8fd76ee1af6: Waiting [2022-06-19T06:23:55.902Z] 8ed8ca486205: Download complete [2022-06-19T06:23:55.902Z] 666ba61612fd: Verifying Checksum [2022-06-19T06:23:55.902Z] 666ba61612fd: Download complete [2022-06-19T06:23:55.902Z] c516ae0d96e1: Verifying Checksum [2022-06-19T06:23:55.902Z] c516ae0d96e1: Download complete [2022-06-19T06:23:55.902Z] 684cea983483: Download complete [2022-06-19T06:23:55.902Z] dd3240ac7de5: Download complete [2022-06-19T06:23:55.902Z] 59bf1c3509f3: Verifying Checksum [2022-06-19T06:23:56.163Z] b1e948a4e11c: Verifying Checksum [2022-06-19T06:23:56.163Z] b1e948a4e11c: Download complete [2022-06-19T06:23:56.163Z] 59bf1c3509f3: Pull complete [2022-06-19T06:23:56.429Z] 666ba61612fd: Pull complete [2022-06-19T06:23:56.429Z] 8ed8ca486205: Pull complete [2022-06-19T06:23:56.693Z] cc1cd167ecdc: Verifying Checksum [2022-06-19T06:23:56.693Z] cc1cd167ecdc: Download complete [2022-06-19T06:23:56.693Z] 646ad004c059: Verifying Checksum [2022-06-19T06:23:56.693Z] 646ad004c059: Download complete [2022-06-19T06:23:56.693Z] a8fd76ee1af6: Verifying Checksum [2022-06-19T06:24:00.903Z] cc1cd167ecdc: Pull complete [2022-06-19T06:24:00.903Z] c516ae0d96e1: Pull complete [2022-06-19T06:24:01.165Z] 684cea983483: Pull complete [2022-06-19T06:24:01.165Z] dd3240ac7de5: Pull complete [2022-06-19T06:24:01.165Z] b1e948a4e11c: Pull complete [2022-06-19T06:24:03.700Z] a8fd76ee1af6: Pull complete [2022-06-19T06:24:04.268Z] 646ad004c059: Pull complete [2022-06-19T06:24:04.532Z] Digest: sha256:bc8ce28cadebfaa099e5330588345fe90134e4027cf71364bfd2aff1e7ff8c16 [2022-06-19T06:24:04.532Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine [2022-06-19T06:24:04.532Z] ---> 8f69c11f6b0c [2022-06-19T06:24:04.532Z] Step 3/12 : ARG MAKE="make build" [2022-06-19T06:24:06.465Z] ---> Running in 423c4acc95c3 [2022-06-19T06:24:06.465Z] Removing intermediate container 423c4acc95c3 [2022-06-19T06:24:06.465Z] ---> 12ee541f66dd [2022-06-19T06:24:06.465Z] Step 4/12 : ARG ALPINE_PKG_BASE="make git gcc libc-dev zeromq-dev libsodium-dev" [2022-06-19T06:24:06.726Z] ---> Running in c211ecd79705 [2022-06-19T06:24:06.985Z] Removing intermediate container c211ecd79705 [2022-06-19T06:24:06.986Z] ---> 2fa0bd426c97 [2022-06-19T06:24:06.986Z] Step 5/12 : ARG ALPINE_PKG_EXTRA="v4l-utils-dev v4l-utils v4l-utils-libs linux-headers" [2022-06-19T06:24:06.986Z] ---> Running in 65f4b6f7f4b5 [2022-06-19T06:24:07.245Z] Removing intermediate container 65f4b6f7f4b5 [2022-06-19T06:24:07.245Z] ---> 80c78f94c557 [2022-06-19T06:24:07.245Z] Step 6/12 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-06-19T06:24:07.245Z] ---> Running in 1e4e75d892e2 [2022-06-19T06:24:08.185Z] Removing intermediate container 1e4e75d892e2 [2022-06-19T06:24:08.185Z] ---> fa5c2957e383 [2022-06-19T06:24:08.185Z] Step 7/12 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2022-06-19T06:24:08.185Z] ---> Running in 14ee5d6f2fb5 [2022-06-19T06:24:08.185Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-06-19T06:24:09.126Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-06-19T06:24:09.312Z] Still waiting to schedule task [2022-06-19T06:24:09.312Z] ‘prd-centos7-blackbox-4c-2g-2632’ doesn’t have label ‘ubuntu20.04-docker-arm64-4c-16g’ [2022-06-19T06:24:09.312Z] ‘prd-ubuntu20.04-docker-8c-8g-3097’ doesn’t have label ‘ubuntu20.04-docker-arm64-4c-16g’ [2022-06-19T06:24:09.313Z] ‘prd-ubuntu20.04-docker-arm64-4c-16g-3099’ is offline [2022-06-19T06:24:09.313Z] ‘prd-ubuntu20.04-docker-arm64-4c-16g-3128’ is offline [2022-06-19T06:24:09.386Z] (1/81) Installing mesa (21.2.6-r0) [2022-06-19T06:24:09.386Z] (2/81) Installing libxau (1.0.9-r0) [2022-06-19T06:24:09.645Z] (3/81) Installing libmd (1.0.3-r0) [2022-06-19T06:24:09.645Z] (4/81) Installing libbsd (0.11.3-r1) [2022-06-19T06:24:09.645Z] (5/81) Installing libxdmcp (1.1.3-r0) [2022-06-19T06:24:09.905Z] (6/81) Installing libxcb (1.14-r2) [2022-06-19T06:24:09.905Z] (7/81) Installing libx11 (1.7.2-r0) [2022-06-19T06:24:10.164Z] (8/81) Installing libxext (1.3.4-r0) [2022-06-19T06:24:10.164Z] (9/81) Installing libxfixes (6.0.0-r0) [2022-06-19T06:24:10.164Z] (10/81) Installing libxxf86vm (1.1.4-r2) [2022-06-19T06:24:10.424Z] (11/81) Installing libpciaccess (0.16-r0) [2022-06-19T06:24:10.424Z] (12/81) Installing libdrm (2.4.109-r0) [2022-06-19T06:24:10.424Z] (13/81) Installing mesa-glapi (21.2.6-r0) [2022-06-19T06:24:10.683Z] (14/81) Installing libxshmfence (1.3-r1) [2022-06-19T06:24:10.683Z] (15/81) Installing mesa-gl (21.2.6-r0) [2022-06-19T06:24:10.683Z] (16/81) Installing libice (1.0.10-r0) [2022-06-19T06:24:10.943Z] (17/81) Installing libuuid (2.37.4-r0) [2022-06-19T06:24:10.943Z] (18/81) Installing libsm (1.2.3-r0) [2022-06-19T06:24:10.943Z] (19/81) Installing libxt (1.2.1-r0) [2022-06-19T06:24:11.213Z] (20/81) Installing libxmu (1.1.3-r0) [2022-06-19T06:24:11.213Z] (21/81) Installing xset (1.2.4-r0) [2022-06-19T06:24:11.213Z] (22/81) Installing xprop (1.2.5-r0) [2022-06-19T06:24:11.474Z] (23/81) Installing xdg-utils (1.1.3-r0) [2022-06-19T06:24:11.474Z] (24/81) Installing dbus-libs (1.12.20-r4) [2022-06-19T06:24:11.474Z] (25/81) Installing libffi (3.4.2-r1) [2022-06-19T06:24:11.734Z] (26/81) Installing libintl (0.21-r0) [2022-06-19T06:24:11.735Z] (27/81) Installing libblkid (2.37.4-r0) [2022-06-19T06:24:11.735Z] (28/81) Installing libmount (2.37.4-r0) [2022-06-19T06:24:12.008Z] (29/81) Installing pcre (8.45-r1) [2022-06-19T06:24:12.008Z] (30/81) Installing glib (2.70.1-r0) [2022-06-19T06:24:12.008Z] (31/81) Installing icu-libs (69.1-r1) [2022-06-19T06:24:12.954Z] (32/81) Installing libpcre2-16 (10.40-r0) [2022-06-19T06:24:12.954Z] (33/81) Installing zstd-libs (1.5.0-r0) [2022-06-19T06:24:13.214Z] (34/81) Installing qt5-qtbase (5.15.3_git20210713-r5) [2022-06-19T06:24:13.476Z] (35/81) Installing hicolor-icon-theme (0.17-r1) [2022-06-19T06:24:13.738Z] (36/81) Installing wayland-libs-server (1.19.0-r1) [2022-06-19T06:24:13.738Z] (37/81) Installing mesa-gbm (21.2.6-r0) [2022-06-19T06:24:13.738Z] (38/81) Installing wayland-libs-client (1.19.0-r1) [2022-06-19T06:24:14.002Z] (39/81) Installing qt5-qtdeclarative (5.15.3_git20210531-r0) [2022-06-19T06:24:14.264Z] (40/81) Installing libxcomposite (0.4.5-r0) [2022-06-19T06:24:14.264Z] (41/81) Installing libbz2 (1.0.8-r1) [2022-06-19T06:24:14.531Z] (42/81) Installing libpng (1.6.37-r1) [2022-06-19T06:24:14.531Z] (43/81) Installing freetype (2.11.1-r2) [2022-06-19T06:24:14.531Z] (44/81) Installing fontconfig (2.13.1-r4) [2022-06-19T06:24:14.793Z] (45/81) Installing wayland-libs-cursor (1.19.0-r1) [2022-06-19T06:24:14.793Z] (46/81) Installing wayland-libs-egl (1.19.0-r1) [2022-06-19T06:24:14.793Z] (47/81) Installing xkeyboard-config (2.34-r0) [2022-06-19T06:24:15.056Z] (48/81) Installing xz-libs (5.2.5-r1) [2022-06-19T06:24:15.056Z] (49/81) Installing libxml2 (2.9.14-r0) [2022-06-19T06:24:15.316Z] (50/81) Installing libxkbcommon (1.3.1-r0) [2022-06-19T06:24:15.316Z] (51/81) Installing qt5-qtwayland (5.15.3_git20211028-r0) [2022-06-19T06:24:15.577Z] (52/81) Installing mesa-egl (21.2.6-r0) [2022-06-19T06:24:15.577Z] (53/81) Installing avahi-libs (0.8-r5) [2022-06-19T06:24:15.577Z] (54/81) Installing nettle (3.7.3-r0) [2022-06-19T06:24:15.839Z] (55/81) Installing p11-kit (0.24.0-r1) [2022-06-19T06:24:15.839Z] (56/81) Installing libtasn1 (4.18.0-r0) [2022-06-19T06:24:15.839Z] (57/81) Installing libunistring (0.9.10-r1) [2022-06-19T06:24:16.100Z] (58/81) Installing gnutls (3.7.1-r0) [2022-06-19T06:24:16.100Z] (59/81) Installing cups-libs (2.3.3-r6) [2022-06-19T06:24:16.100Z] (60/81) Installing graphite2 (1.3.14-r0) [2022-06-19T06:24:16.361Z] (61/81) Installing harfbuzz (3.0.0-r2) [2022-06-19T06:24:16.361Z] (62/81) Installing libevdev (1.12.0-r0) [2022-06-19T06:24:16.361Z] (63/81) Installing mtdev (1.1.6-r0) [2022-06-19T06:24:16.621Z] (64/81) Installing eudev-libs (3.2.11_pre1-r0) [2022-06-19T06:24:16.621Z] (65/81) Installing libinput-libs (1.19.4-r0) [2022-06-19T06:24:16.621Z] (66/81) Installing libjpeg-turbo (2.1.2-r0) [2022-06-19T06:24:16.881Z] (67/81) Installing xcb-util-wm (0.4.1-r1) [2022-06-19T06:24:16.881Z] (68/81) Installing xcb-util (0.4.0-r3) [2022-06-19T06:24:16.881Z] (69/81) Installing xcb-util-image (0.4.0-r1) [2022-06-19T06:24:17.141Z] (70/81) Installing xcb-util-keysyms (0.4.0-r1) [2022-06-19T06:24:17.141Z] (71/81) Installing xcb-util-renderutil (0.3.9-r1) [2022-06-19T06:24:17.141Z] (72/81) Installing libxkbcommon-x11 (1.3.1-r0) [2022-06-19T06:24:17.401Z] (73/81) Installing qt5-qtbase-x11 (5.15.3_git20210713-r5) [2022-06-19T06:24:17.977Z] (74/81) Installing v4l-utils-libs (1.22.1-r1) [2022-06-19T06:24:17.977Z] (75/81) Installing v4l-utils (1.22.1-r1) [2022-06-19T06:24:17.977Z] (76/81) Installing udev-init-scripts (35-r0) [2022-06-19T06:24:18.238Z] Executing udev-init-scripts-35-r0.post-install [2022-06-19T06:24:18.238Z] (77/81) Installing kmod-libs (29-r2) [2022-06-19T06:24:18.238Z] (78/81) Installing eudev (3.2.11_pre1-r0) [2022-06-19T06:24:18.500Z] (79/81) Installing eudev-dev (3.2.11_pre1-r0) [2022-06-19T06:24:18.500Z] (80/81) Installing v4l-utils-dvbv5 (1.22.1-r1) [2022-06-19T06:24:18.500Z] (81/81) Installing v4l-utils-dev (1.22.1-r1) [2022-06-19T06:24:18.760Z] Executing busybox-1.34.1-r3.trigger [2022-06-19T06:24:18.760Z] Executing eudev-3.2.11_pre1-r0.trigger [2022-06-19T06:24:18.760Z] OK: 335 MiB in 133 packages [2022-06-19T06:24:21.303Z] Removing intermediate container 14ee5d6f2fb5 [2022-06-19T06:24:21.303Z] ---> 0172d1bbe665 [2022-06-19T06:24:21.303Z] Step 8/12 : WORKDIR /device-usb-camera [2022-06-19T06:24:21.303Z] ---> Running in 4a19f26fba22 [2022-06-19T06:24:21.303Z] Removing intermediate container 4a19f26fba22 [2022-06-19T06:24:21.303Z] ---> 9fb51fa595dd [2022-06-19T06:24:21.303Z] Step 9/12 : COPY go.mod vendor* ./ [2022-06-19T06:24:21.303Z] ---> 0186f5c3735b [2022-06-19T06:24:21.303Z] Step 10/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-06-19T06:24:21.303Z] ---> Running in 77e7abe8b14a [2022-06-19T06:24:39.577Z] Removing intermediate container 77e7abe8b14a [2022-06-19T06:24:39.577Z] ---> 9f0c706f6770 [2022-06-19T06:24:39.577Z] Step 11/12 : COPY . . [2022-06-19T06:24:39.577Z] ---> 0fe87743973d [2022-06-19T06:24:39.577Z] Step 12/12 : RUN ${MAKE} [2022-06-19T06:24:39.577Z] ---> Running in cf6fc5923f21 [2022-06-19T06:24:39.577Z] noop [2022-06-19T06:24:39.577Z] Removing intermediate container cf6fc5923f21 [2022-06-19T06:24:39.577Z] ---> 1cb8d24258cd [2022-06-19T06:24:39.577Z] Successfully built 1cb8d24258cd [2022-06-19T06:24:39.577Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-19T06:24:39.894Z] + docker inspect -f . ci-base-image-x86_64 [2022-06-19T06:24:39.894Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-06-19T06:24:39.972Z] prd-ubuntu20.04-docker-8c-8g-3106 does not seem to be running inside a container [2022-06-19T06:24:40.005Z] $ 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 [2022-06-19T06:24:40.425Z] $ docker top 5801971d38526ffc9992e15ff20c94a4b52276a168409bdb5d5e914c80701354 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-06-19T06:24:40.778Z] + go version [2022-06-19T06:24:40.778Z] go version go1.17.7 linux/amd64 [Pipeline] } [2022-06-19T06:24:40.794Z] $ docker stop --time=1 5801971d38526ffc9992e15ff20c94a4b52276a168409bdb5d5e914c80701354 [2022-06-19T06:24:42.100Z] $ 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 [2022-06-19T06:24:42.529Z] + docker inspect -f . ci-base-image-x86_64 [2022-06-19T06:24:42.529Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-06-19T06:24:42.610Z] prd-ubuntu20.04-docker-8c-8g-3106 does not seem to be running inside a container [2022-06-19T06:24:42.649Z] $ 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 [2022-06-19T06:24:43.057Z] $ docker top d0a4603d12e91049c004035443bfcfba9a958d10aa8a43cd059b780a5238397f -eo pid,comm [Pipeline] { [Pipeline] fileExists [Pipeline] sh [2022-06-19T06:24:43.420Z] + make test [2022-06-19T06:24:43.420Z] CGO_ENABLED=1 go test ./... -coverprofile=coverage.out ./... [2022-06-19T06:24:43.679Z] ? github.com/edgexfoundry/device-usb-camera [no test files] [2022-06-19T06:24:55.923Z] ? github.com/edgexfoundry/device-usb-camera/cmd [no test files] [2022-06-19T06:24:55.924Z] ? github.com/edgexfoundry/device-usb-camera/internal/driver [no test files] [2022-06-19T06:25:01.222Z] CGO_ENABLED=1 go vet ./... [2022-06-19T06:25:06.505Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2022-06-19T06:25:06.505Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2022-06-19T06:25:06.505Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2022-06-19T06:25:06.517Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2022-06-19T06:25:06.531Z] $ docker stop --time=1 d0a4603d12e91049c004035443bfcfba9a958d10aa8a43cd059b780a5238397f [2022-06-19T06:25:08.355Z] $ docker rm -f d0a4603d12e91049c004035443bfcfba9a958d10aa8a43cd059b780a5238397f [Pipeline] // withDockerContainer [Pipeline] sh [2022-06-19T06:25:08.819Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2022-06-19T06:25:08.858Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2022-06-19T06:25:09.293Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2022-06-19T06:25:09.578Z] + ls -al . [2022-06-19T06:25:09.578Z] total 164 [2022-06-19T06:25:09.578Z] drwxrwxr-x 9 jenkins jenkins 4096 Jun 19 06:25 . [2022-06-19T06:25:09.578Z] drwxrwxr-x 4 jenkins jenkins 4096 Jun 19 06:23 .. [2022-06-19T06:25:09.578Z] drwxrwxr-x 8 jenkins jenkins 4096 Jun 19 06:23 .git [2022-06-19T06:25:09.578Z] drwxrwxr-x 2 jenkins jenkins 4096 Jun 19 06:23 .github [2022-06-19T06:25:09.578Z] -rw-rw-r-- 1 jenkins jenkins 349 Jun 19 06:23 .gitignore [2022-06-19T06:25:09.578Z] -rw-rw-r-- 1 jenkins jenkins 42 Jun 19 06:23 .golangci.yml [2022-06-19T06:25:09.578Z] -rw-rw-r-- 1 jenkins jenkins 77 Jun 19 06:23 .hadolint.yml [2022-06-19T06:25:09.578Z] drwxr-xr-x 3 jenkins jenkins 4096 Jun 19 06:23 .semver [2022-06-19T06:25:09.578Z] -rw-rw-r-- 1 jenkins jenkins 8834 Jun 19 06:23 Attribution.txt [2022-06-19T06:25:09.578Z] -rw-rw-r-- 1 jenkins jenkins 181 Jun 19 06:23 CHANGELOG.md [2022-06-19T06:25:09.578Z] -rw-rw-r-- 1 jenkins jenkins 1891 Jun 19 06:23 Dockerfile [2022-06-19T06:25:09.578Z] -rw-rw-r-- 1 jenkins jenkins 678 Jun 19 06:23 GOVERNANCE.md [2022-06-19T06:25:09.578Z] -rw-rw-r-- 1 jenkins jenkins 659 Jun 19 06:23 Jenkinsfile [2022-06-19T06:25:09.578Z] -rw-rw-r-- 1 jenkins jenkins 11348 Jun 19 06:23 LICENSE [2022-06-19T06:25:09.578Z] -rw-rw-r-- 1 jenkins jenkins 2345 Jun 19 06:23 Makefile [2022-06-19T06:25:09.578Z] -rw-rw-r-- 1 jenkins jenkins 622 Jun 19 06:23 OWNERS.md [2022-06-19T06:25:09.578Z] -rw-rw-r-- 1 jenkins jenkins 10754 Jun 19 06:23 README.md [2022-06-19T06:25:09.578Z] -rw-rw-r-- 1 jenkins jenkins 11 Jun 19 06:23 VERSION [2022-06-19T06:25:09.578Z] drwxrwxr-x 2 jenkins jenkins 4096 Jun 19 06:23 bin [2022-06-19T06:25:09.578Z] drwxrwxr-x 3 jenkins jenkins 4096 Jun 19 06:23 cmd [2022-06-19T06:25:09.578Z] -rw-r--r-- 1 jenkins jenkins 10 Jun 19 06:24 coverage.out [2022-06-19T06:25:09.578Z] drwxrwxr-x 2 jenkins jenkins 4096 Jun 19 06:23 docker-compose [2022-06-19T06:25:09.578Z] -rw-rw-r-- 1 jenkins jenkins 140 Jun 19 06:23 docker-entrypoint.sh [2022-06-19T06:25:09.578Z] -rw-rw-r-- 1 jenkins jenkins 3357 Jun 19 06:23 go.mod [2022-06-19T06:25:09.578Z] -rw-rw-r-- 1 jenkins jenkins 36325 Jun 19 06:23 go.sum [2022-06-19T06:25:09.578Z] drwxrwxr-x 3 jenkins jenkins 4096 Jun 19 06:23 internal [2022-06-19T06:25:09.578Z] -rw-rw-r-- 1 jenkins jenkins 231 Jun 19 06:23 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-19T06:25:09.882Z] + 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 . [2022-06-19T06:25:09.883Z] Sending build context to Docker daemon 614.9kB [2022-06-19T06:25:09.883Z] Step 1/29 : ARG BASE=golang:1.17-alpine3.15 [2022-06-19T06:25:09.883Z] Step 2/29 : FROM ${BASE} AS builder [2022-06-19T06:25:09.883Z] ---> 1cb8d24258cd [2022-06-19T06:25:09.883Z] Step 3/29 : ARG MAKE="make build" [2022-06-19T06:25:09.883Z] ---> Running in 769c4c323490 [2022-06-19T06:25:10.144Z] Removing intermediate container 769c4c323490 [2022-06-19T06:25:10.144Z] ---> 9c6743e10c1f [2022-06-19T06:25:10.144Z] Step 4/29 : ARG ALPINE_PKG_BASE="make git gcc libc-dev zeromq-dev libsodium-dev" [2022-06-19T06:25:10.144Z] ---> Running in a42f840b6fe0 [2022-06-19T06:25:10.144Z] Removing intermediate container a42f840b6fe0 [2022-06-19T06:25:10.144Z] ---> cc4f7dba22fb [2022-06-19T06:25:10.144Z] Step 5/29 : ARG ALPINE_PKG_EXTRA="v4l-utils-dev v4l-utils v4l-utils-libs linux-headers" [2022-06-19T06:25:10.144Z] ---> Running in 0e97a6b3f70b [2022-06-19T06:25:10.406Z] Removing intermediate container 0e97a6b3f70b [2022-06-19T06:25:10.406Z] ---> 263f202567bd [2022-06-19T06:25:10.406Z] Step 6/29 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-06-19T06:25:10.406Z] ---> Running in 827b3cfb1aa7 [2022-06-19T06:25:10.976Z] Removing intermediate container 827b3cfb1aa7 [2022-06-19T06:25:10.976Z] ---> c0f8934636e4 [2022-06-19T06:25:10.976Z] Step 7/29 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2022-06-19T06:25:10.976Z] ---> Running in e0ad88689869 [2022-06-19T06:25:11.236Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-06-19T06:25:12.177Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-06-19T06:25:12.437Z] OK: 335 MiB in 133 packages [2022-06-19T06:25:12.697Z] Removing intermediate container e0ad88689869 [2022-06-19T06:25:12.697Z] ---> 4d386c8193c4 [2022-06-19T06:25:12.697Z] Step 8/29 : WORKDIR /device-usb-camera [2022-06-19T06:25:12.697Z] ---> Running in 8e2171989cf7 [2022-06-19T06:25:12.957Z] Removing intermediate container 8e2171989cf7 [2022-06-19T06:25:12.957Z] ---> 8bcf94cc8c95 [2022-06-19T06:25:12.957Z] Step 9/29 : COPY go.mod vendor* ./ [2022-06-19T06:25:12.957Z] ---> b2abb9c1c0b0 [2022-06-19T06:25:12.957Z] Step 10/29 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-06-19T06:25:12.957Z] ---> Running in b604d9268cc0 [2022-06-19T06:25:13.898Z] Removing intermediate container b604d9268cc0 [2022-06-19T06:25:13.898Z] ---> 63a2beabb50b [2022-06-19T06:25:13.898Z] Step 11/29 : COPY . . [2022-06-19T06:25:13.898Z] ---> 3e0e53e16b62 [2022-06-19T06:25:13.898Z] Step 12/29 : RUN ${MAKE} [2022-06-19T06:25:13.898Z] ---> Running in e684c291fc9e [2022-06-19T06:25:14.159Z] 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 [2022-06-19T06:25:36.119Z] Removing intermediate container e684c291fc9e [2022-06-19T06:25:36.119Z] ---> 59eade8f2137 [2022-06-19T06:25:36.119Z] Step 13/29 : FROM aler9/rtsp-simple-server:v0.18.4 AS rtsp [2022-06-19T06:25:36.119Z] v0.18.4: Pulling from aler9/rtsp-simple-server [2022-06-19T06:25:36.119Z] af6660deedbd: Pulling fs layer [2022-06-19T06:25:36.119Z] 97cd0a44c592: Pulling fs layer [2022-06-19T06:25:36.119Z] 97cd0a44c592: Download complete [2022-06-19T06:25:36.119Z] af6660deedbd: Verifying Checksum [2022-06-19T06:25:36.119Z] af6660deedbd: Download complete [2022-06-19T06:25:36.381Z] af6660deedbd: Pull complete [2022-06-19T06:25:36.381Z] 97cd0a44c592: Pull complete [2022-06-19T06:25:36.381Z] Digest: sha256:1453d1d853d0ebdb57f9d2cbebc75114a1174f7b08edc414400166566d9ff563 [2022-06-19T06:25:36.381Z] Status: Downloaded newer image for aler9/rtsp-simple-server:v0.18.4 [2022-06-19T06:25:36.381Z] ---> fea57e182299 [2022-06-19T06:25:36.381Z] Step 14/29 : FROM alpine:3.15 [2022-06-19T06:25:36.950Z] 3.15: Pulling from library/alpine [2022-06-19T06:25:37.210Z] df9b9388f04a: Pulling fs layer [2022-06-19T06:25:37.210Z] df9b9388f04a: Verifying Checksum [2022-06-19T06:25:37.210Z] df9b9388f04a: Download complete [2022-06-19T06:25:37.468Z] df9b9388f04a: Pull complete [2022-06-19T06:25:37.468Z] Digest: sha256:4edbd2beb5f78b1014028f4fbb99f3237d9561100b6881aabbf5acce2c4f9454 [2022-06-19T06:25:37.468Z] Status: Downloaded newer image for alpine:3.15 [2022-06-19T06:25:37.468Z] ---> 0ac33e5f5afa [2022-06-19T06:25:37.468Z] Step 15/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel Corporation' [2022-06-19T06:25:37.468Z] ---> Running in 59f66fb27fbd [2022-06-19T06:25:37.727Z] Removing intermediate container 59f66fb27fbd [2022-06-19T06:25:37.727Z] ---> f1029e072d9e [2022-06-19T06:25:37.727Z] Step 16/29 : RUN apk add --update --no-cache zeromq dumb-init ffmpeg udev [2022-06-19T06:25:37.727Z] ---> Running in a93cd50d4f96 [2022-06-19T06:25:37.987Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-06-19T06:25:37.987Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-06-19T06:25:38.246Z] (1/74) Installing dumb-init (1.2.5-r1) [2022-06-19T06:25:38.246Z] (2/74) Installing sdl2 (2.0.16-r4) [2022-06-19T06:25:38.246Z] (3/74) Installing libxau (1.0.9-r0) [2022-06-19T06:25:38.246Z] (4/74) Installing libmd (1.0.3-r0) [2022-06-19T06:25:38.246Z] (5/74) Installing libbsd (0.11.3-r1) [2022-06-19T06:25:38.246Z] (6/74) Installing libxdmcp (1.1.3-r0) [2022-06-19T06:25:38.246Z] (7/74) Installing libxcb (1.14-r2) [2022-06-19T06:25:38.246Z] (8/74) Installing libx11 (1.7.2-r0) [2022-06-19T06:25:38.246Z] (9/74) Installing aom-libs (3.2.0-r0) [2022-06-19T06:25:38.246Z] (10/74) Installing alsa-lib (1.2.5.1-r1) [2022-06-19T06:25:38.511Z] (11/74) Installing expat (2.4.7-r0) [2022-06-19T06:25:38.511Z] (12/74) Installing brotli-libs (1.0.9-r5) [2022-06-19T06:25:38.511Z] (13/74) Installing libbz2 (1.0.8-r1) [2022-06-19T06:25:38.511Z] (14/74) Installing libpng (1.6.37-r1) [2022-06-19T06:25:38.511Z] (15/74) Installing freetype (2.11.1-r2) [2022-06-19T06:25:38.511Z] (16/74) Installing libuuid (2.37.4-r0) [2022-06-19T06:25:38.511Z] (17/74) Installing fontconfig (2.13.1-r4) [2022-06-19T06:25:38.511Z] (18/74) Installing fribidi (1.0.11-r0) [2022-06-19T06:25:38.511Z] (19/74) Installing libffi (3.4.2-r1) [2022-06-19T06:25:38.511Z] (20/74) Installing libintl (0.21-r0) [2022-06-19T06:25:38.511Z] (21/74) Installing libblkid (2.37.4-r0) [2022-06-19T06:25:38.511Z] (22/74) Installing libmount (2.37.4-r0) [2022-06-19T06:25:38.511Z] (23/74) Installing pcre (8.45-r1) [2022-06-19T06:25:38.511Z] (24/74) Installing glib (2.70.1-r0) [2022-06-19T06:25:38.511Z] (25/74) Installing graphite2 (1.3.14-r0) [2022-06-19T06:25:38.511Z] (26/74) Installing harfbuzz (3.0.0-r2) [2022-06-19T06:25:38.511Z] (27/74) Installing libass (0.15.2-r0) [2022-06-19T06:25:38.511Z] (28/74) Installing libdav1d (0.9.2-r0) [2022-06-19T06:25:38.511Z] (29/74) Installing gmp (6.2.1-r1) [2022-06-19T06:25:38.511Z] (30/74) Installing nettle (3.7.3-r0) [2022-06-19T06:25:38.511Z] (31/74) Installing p11-kit (0.24.0-r1) [2022-06-19T06:25:38.511Z] (32/74) Installing libtasn1 (4.18.0-r0) [2022-06-19T06:25:38.511Z] (33/74) Installing libunistring (0.9.10-r1) [2022-06-19T06:25:38.511Z] (34/74) Installing gnutls (3.7.1-r0) [2022-06-19T06:25:38.511Z] (35/74) Installing ncurses-terminfo-base (6.3_p20211120-r0) [2022-06-19T06:25:38.511Z] (36/74) Installing ncurses-libs (6.3_p20211120-r0) [2022-06-19T06:25:38.511Z] (37/74) Installing lame (3.100-r0) [2022-06-19T06:25:38.511Z] (38/74) Installing opus (1.3.1-r1) [2022-06-19T06:25:38.511Z] (39/74) Installing libgomp (10.3.1_git20211027-r0) [2022-06-19T06:25:38.511Z] (40/74) Installing soxr (0.1.3-r2) [2022-06-19T06:25:38.511Z] (41/74) Installing libgcc (10.3.1_git20211027-r0) [2022-06-19T06:25:38.511Z] (42/74) Installing libstdc++ (10.3.1_git20211027-r0) [2022-06-19T06:25:38.773Z] (43/74) Installing libsrt (1.4.2-r1) [2022-06-19T06:25:38.773Z] (44/74) Installing libssh (0.9.6-r1) [2022-06-19T06:25:38.773Z] (45/74) Installing libogg (1.3.5-r0) [2022-06-19T06:25:38.773Z] (46/74) Installing libtheora (1.1.1-r16) [2022-06-19T06:25:38.773Z] (47/74) Installing libjpeg-turbo (2.1.2-r0) [2022-06-19T06:25:38.773Z] (48/74) Installing v4l-utils-libs (1.22.1-r1) [2022-06-19T06:25:38.773Z] (49/74) Installing libxext (1.3.4-r0) [2022-06-19T06:25:38.773Z] (50/74) Installing libxfixes (6.0.0-r0) [2022-06-19T06:25:38.773Z] (51/74) Installing libpciaccess (0.16-r0) [2022-06-19T06:25:38.773Z] (52/74) Installing libdrm (2.4.109-r0) [2022-06-19T06:25:38.773Z] (53/74) Installing wayland-libs-client (1.19.0-r1) [2022-06-19T06:25:38.773Z] (54/74) Installing libva (2.13.0-r0) [2022-06-19T06:25:38.773Z] (55/74) Installing libvdpau (1.4-r0) [2022-06-19T06:25:38.773Z] (56/74) Installing vidstab (1.1.0-r1) [2022-06-19T06:25:38.773Z] (57/74) Installing libvorbis (1.3.7-r0) [2022-06-19T06:25:38.773Z] (58/74) Installing libvpx (1.10.0-r0) [2022-06-19T06:25:38.773Z] (59/74) Installing vulkan-loader (1.2.196-r0) [2022-06-19T06:25:38.773Z] (60/74) Installing libwebp (1.2.2-r0) [2022-06-19T06:25:38.773Z] (61/74) Installing x264-libs (20210613-r0) [2022-06-19T06:25:38.773Z] (62/74) Installing x265-libs (3.5-r0) [2022-06-19T06:25:38.773Z] (63/74) Installing xvidcore (1.3.7-r1) [2022-06-19T06:25:38.773Z] (64/74) Installing ffmpeg-libs (4.4.1-r2) [2022-06-19T06:25:39.033Z] (65/74) Installing ffmpeg (4.4.1-r2) [2022-06-19T06:25:39.033Z] (66/74) Installing udev-init-scripts (35-r0) [2022-06-19T06:25:39.033Z] Executing udev-init-scripts-35-r0.post-install [2022-06-19T06:25:39.033Z] (67/74) Installing eudev-libs (3.2.11_pre1-r0) [2022-06-19T06:25:39.033Z] (68/74) Installing xz-libs (5.2.5-r1) [2022-06-19T06:25:39.033Z] (69/74) Installing zstd-libs (1.5.0-r0) [2022-06-19T06:25:39.033Z] (70/74) Installing kmod-libs (29-r2) [2022-06-19T06:25:39.033Z] (71/74) Installing eudev (3.2.11_pre1-r0) [2022-06-19T06:25:39.033Z] (72/74) Installing libsodium (1.0.18-r0) [2022-06-19T06:25:39.033Z] (73/74) Installing libzmq (4.3.4-r0) [2022-06-19T06:25:39.033Z] (74/74) Installing zeromq (4.3.4-r0) [2022-06-19T06:25:39.033Z] Executing busybox-1.34.1-r5.trigger [2022-06-19T06:25:39.033Z] Executing eudev-3.2.11_pre1-r0.trigger [2022-06-19T06:25:39.033Z] OK: 78 MiB in 88 packages [2022-06-19T06:25:40.417Z] Removing intermediate container a93cd50d4f96 [2022-06-19T06:25:40.418Z] ---> 884bb365215d [2022-06-19T06:25:40.418Z] Step 17/29 : WORKDIR / [2022-06-19T06:25:40.678Z] ---> Running in f8b420893669 [2022-06-19T06:25:40.678Z] Removing intermediate container f8b420893669 [2022-06-19T06:25:40.678Z] ---> 08f3f5f8756a [2022-06-19T06:25:40.678Z] Step 18/29 : COPY --from=builder /device-usb-camera/cmd / [2022-06-19T06:25:41.247Z] ---> 1fd6ec34cba9 [2022-06-19T06:25:41.247Z] Step 19/29 : COPY --from=builder /device-usb-camera/LICENSE / [2022-06-19T06:25:41.507Z] ---> 424c9a60f134 [2022-06-19T06:25:41.507Z] Step 20/29 : COPY --from=builder /device-usb-camera/Attribution.txt / [2022-06-19T06:25:41.768Z] ---> 40875d78bcbd [2022-06-19T06:25:41.768Z] Step 21/29 : COPY --from=builder /device-usb-camera/docker-entrypoint.sh / [2022-06-19T06:25:41.768Z] ---> 3e725c2470e8 [2022-06-19T06:25:41.768Z] Step 22/29 : COPY --from=rtsp /rtsp-simple-server.yml / [2022-06-19T06:25:42.028Z] ---> a49b0963b93a [2022-06-19T06:25:42.028Z] Step 23/29 : COPY --from=rtsp /rtsp-simple-server / [2022-06-19T06:25:42.598Z] ---> 2d91bd706472 [2022-06-19T06:25:42.598Z] Step 24/29 : EXPOSE 59983 [2022-06-19T06:25:42.598Z] ---> Running in 2d449883eb52 [2022-06-19T06:25:42.598Z] Removing intermediate container 2d449883eb52 [2022-06-19T06:25:42.598Z] ---> de28b6ddf31c [2022-06-19T06:25:42.598Z] Step 25/29 : ENTRYPOINT ["/docker-entrypoint.sh"] [2022-06-19T06:25:42.598Z] ---> Running in f2c157dd29e4 [2022-06-19T06:25:42.598Z] Removing intermediate container f2c157dd29e4 [2022-06-19T06:25:42.598Z] ---> c109a47e6541 [2022-06-19T06:25:42.598Z] Step 26/29 : CMD [ "--configProvider=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res" ] [2022-06-19T06:25:42.859Z] ---> Running in 4634c7f38ba0 [2022-06-19T06:25:42.859Z] Removing intermediate container 4634c7f38ba0 [2022-06-19T06:25:42.859Z] ---> ab07471c07ad [2022-06-19T06:25:42.859Z] Step 27/29 : LABEL arch=amd64 [2022-06-19T06:25:42.859Z] ---> Running in 4847f0840b57 [2022-06-19T06:25:42.859Z] Removing intermediate container 4847f0840b57 [2022-06-19T06:25:42.859Z] ---> 86a5b84faff6 [2022-06-19T06:25:42.859Z] Step 28/29 : LABEL git_sha=4dfceff4e3635e4a98b2ef8b67003446cda03de4 [2022-06-19T06:25:43.121Z] ---> Running in 40509f2f5905 [2022-06-19T06:25:43.121Z] Removing intermediate container 40509f2f5905 [2022-06-19T06:25:43.121Z] ---> e711d913b726 [2022-06-19T06:25:43.121Z] Step 29/29 : LABEL version=0.0.1-dev.8 [2022-06-19T06:25:43.121Z] ---> Running in 9fa5994e0597 [2022-06-19T06:25:43.121Z] Removing intermediate container 9fa5994e0597 [2022-06-19T06:25:43.121Z] ---> 6898cbdd91ca [2022-06-19T06:25:43.121Z] [Warning] One or more build-args [ARCH] were not consumed [2022-06-19T06:25:43.121Z] Successfully built 6898cbdd91ca [2022-06-19T06:25:43.382Z] 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 [2022-06-19T06:25:43.494Z] provisioning config files... [2022-06-19T06:25:43.505Z] copy managed file [device-usb-camera-settings] to file:/w/workspace/exfoundry_device-usb-camera_main@tmp/config7397777895091851313tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-06-19T06:25:43.820Z] ---> docker-login.sh [2022-06-19T06:25:43.820Z] nexus3.edgexfoundry.org:10001 [2022-06-19T06:25:43.820Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-06-19T06:25:43.820Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-06-19T06:25:43.820Z] Configure a credential helper to remove this warning. See [2022-06-19T06:25:43.820Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-06-19T06:25:43.820Z] [2022-06-19T06:25:43.820Z] Login Succeeded [2022-06-19T06:25:43.820Z] nexus3.edgexfoundry.org:10002 [2022-06-19T06:25:43.820Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-06-19T06:25:44.080Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-06-19T06:25:44.080Z] Configure a credential helper to remove this warning. See [2022-06-19T06:25:44.080Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-06-19T06:25:44.080Z] [2022-06-19T06:25:44.080Z] Login Succeeded [2022-06-19T06:25:44.080Z] nexus3.edgexfoundry.org:10003 [2022-06-19T06:25:44.080Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-06-19T06:25:44.080Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-06-19T06:25:44.080Z] Configure a credential helper to remove this warning. See [2022-06-19T06:25:44.080Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-06-19T06:25:44.080Z] [2022-06-19T06:25:44.080Z] Login Succeeded [2022-06-19T06:25:44.080Z] nexus3.edgexfoundry.org:10004 [2022-06-19T06:25:44.340Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-06-19T06:25:44.340Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-06-19T06:25:44.340Z] Configure a credential helper to remove this warning. See [2022-06-19T06:25:44.340Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-06-19T06:25:44.340Z] [2022-06-19T06:25:44.340Z] Login Succeeded [2022-06-19T06:25:44.340Z] docker.io [2022-06-19T06:25:44.340Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-06-19T06:25:44.601Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-06-19T06:25:44.601Z] Configure a credential helper to remove this warning. See [2022-06-19T06:25:44.601Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-06-19T06:25:44.601Z] [2022-06-19T06:25:44.601Z] Login Succeeded [2022-06-19T06:25:44.601Z] ---> docker-login.sh ends [Pipeline] } [2022-06-19T06:25:44.638Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-06-19T06:25:44.678Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-06-19T06:25:44.693Z] [edgeXDocker.push] Tagging docker image device-usb-camera with the following tags: [2022-06-19T06:25:44.693Z] 4dfceff4e3635e4a98b2ef8b67003446cda03de4 [2022-06-19T06:25:44.693Z] latest [2022-06-19T06:25:44.693Z] 0.0.1-dev.8 [2022-06-19T06:25:44.693Z] 4dfceff4e3635e4a98b2ef8b67003446cda03de4-0.0.1-dev.8 [2022-06-19T06:25:44.693Z] main [2022-06-19T06:25:44.693Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-19T06:25:45.067Z] + docker tag device-usb-camera nexus3.edgexfoundry.org:10004/device-usb-camera:4dfceff4e3635e4a98b2ef8b67003446cda03de4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-19T06:25:45.398Z] + docker push nexus3.edgexfoundry.org:10004/device-usb-camera:4dfceff4e3635e4a98b2ef8b67003446cda03de4 [2022-06-19T06:25:45.398Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-usb-camera] [2022-06-19T06:25:45.398Z] 550e596c6d0e: Preparing [2022-06-19T06:25:45.398Z] 1207169bf42c: Preparing [2022-06-19T06:25:45.398Z] 0a938927e3b8: Preparing [2022-06-19T06:25:45.398Z] b5102b4fd511: Preparing [2022-06-19T06:25:45.398Z] 8be687caa53f: Preparing [2022-06-19T06:25:45.398Z] 4bd53a9fb70f: Preparing [2022-06-19T06:25:45.398Z] 08b3d8b7cec9: Preparing [2022-06-19T06:25:45.398Z] 4fc242d58285: Preparing [2022-06-19T06:25:45.398Z] 4bd53a9fb70f: Waiting [2022-06-19T06:25:45.398Z] 4fc242d58285: Waiting [2022-06-19T06:25:45.398Z] 1207169bf42c: Pushed [2022-06-19T06:25:45.398Z] 8be687caa53f: Pushed [2022-06-19T06:25:45.398Z] 0a938927e3b8: Pushed [2022-06-19T06:25:45.398Z] b5102b4fd511: Pushed [2022-06-19T06:25:45.398Z] 4fc242d58285: Layer already exists [2022-06-19T06:25:47.944Z] 550e596c6d0e: Pushed [2022-06-19T06:25:48.514Z] 4bd53a9fb70f: Pushed [2022-06-19T06:25:53.808Z] 08b3d8b7cec9: Pushed [2022-06-19T06:25:53.808Z] 4dfceff4e3635e4a98b2ef8b67003446cda03de4: digest: sha256:700d77f2726fc164793ca14a619686b3cb1e6caf31fb6f01fb2877b53eecd9b9 size: 1994 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-19T06:25:54.131Z] + docker tag device-usb-camera nexus3.edgexfoundry.org:10004/device-usb-camera:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-19T06:25:54.448Z] + docker push nexus3.edgexfoundry.org:10004/device-usb-camera:latest [2022-06-19T06:25:54.448Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-usb-camera] [2022-06-19T06:25:54.448Z] 550e596c6d0e: Preparing [2022-06-19T06:25:54.448Z] 1207169bf42c: Preparing [2022-06-19T06:25:54.448Z] 0a938927e3b8: Preparing [2022-06-19T06:25:54.448Z] b5102b4fd511: Preparing [2022-06-19T06:25:54.448Z] 8be687caa53f: Preparing [2022-06-19T06:25:54.448Z] 4bd53a9fb70f: Preparing [2022-06-19T06:25:54.448Z] 08b3d8b7cec9: Preparing [2022-06-19T06:25:54.448Z] 4fc242d58285: Preparing [2022-06-19T06:25:54.448Z] 4bd53a9fb70f: Waiting [2022-06-19T06:25:54.448Z] 4fc242d58285: Waiting [2022-06-19T06:25:54.448Z] 8be687caa53f: Layer already exists [2022-06-19T06:25:54.448Z] 1207169bf42c: Layer already exists [2022-06-19T06:25:54.448Z] 550e596c6d0e: Layer already exists [2022-06-19T06:25:54.448Z] b5102b4fd511: Layer already exists [2022-06-19T06:25:54.448Z] 0a938927e3b8: Layer already exists [2022-06-19T06:25:54.448Z] 4bd53a9fb70f: Layer already exists [2022-06-19T06:25:54.448Z] 08b3d8b7cec9: Layer already exists [2022-06-19T06:25:54.448Z] 4fc242d58285: Layer already exists [2022-06-19T06:25:54.448Z] latest: digest: sha256:700d77f2726fc164793ca14a619686b3cb1e6caf31fb6f01fb2877b53eecd9b9 size: 1994 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-19T06:25:54.762Z] + 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 [2022-06-19T06:25:55.079Z] + docker push nexus3.edgexfoundry.org:10004/device-usb-camera:0.0.1-dev.8 [2022-06-19T06:25:55.079Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-usb-camera] [2022-06-19T06:25:55.079Z] 550e596c6d0e: Preparing [2022-06-19T06:25:55.079Z] 1207169bf42c: Preparing [2022-06-19T06:25:55.079Z] 0a938927e3b8: Preparing [2022-06-19T06:25:55.079Z] b5102b4fd511: Preparing [2022-06-19T06:25:55.079Z] 8be687caa53f: Preparing [2022-06-19T06:25:55.079Z] 4bd53a9fb70f: Preparing [2022-06-19T06:25:55.079Z] 08b3d8b7cec9: Preparing [2022-06-19T06:25:55.079Z] 4fc242d58285: Preparing [2022-06-19T06:25:55.079Z] 4bd53a9fb70f: Waiting [2022-06-19T06:25:55.079Z] 08b3d8b7cec9: Waiting [2022-06-19T06:25:55.079Z] 4fc242d58285: Waiting [2022-06-19T06:25:55.079Z] 0a938927e3b8: Layer already exists [2022-06-19T06:25:55.079Z] b5102b4fd511: Layer already exists [2022-06-19T06:25:55.079Z] 1207169bf42c: Layer already exists [2022-06-19T06:25:55.079Z] 550e596c6d0e: Layer already exists [2022-06-19T06:25:55.079Z] 8be687caa53f: Layer already exists [2022-06-19T06:25:55.079Z] 4bd53a9fb70f: Layer already exists [2022-06-19T06:25:55.079Z] 08b3d8b7cec9: Layer already exists [2022-06-19T06:25:55.079Z] 4fc242d58285: Layer already exists [2022-06-19T06:25:55.079Z] 0.0.1-dev.8: digest: sha256:700d77f2726fc164793ca14a619686b3cb1e6caf31fb6f01fb2877b53eecd9b9 size: 1994 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-19T06:25:55.404Z] + 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 [2022-06-19T06:25:55.720Z] + docker push nexus3.edgexfoundry.org:10004/device-usb-camera:4dfceff4e3635e4a98b2ef8b67003446cda03de4-0.0.1-dev.8 [2022-06-19T06:25:55.720Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-usb-camera] [2022-06-19T06:25:55.720Z] 550e596c6d0e: Preparing [2022-06-19T06:25:55.720Z] 1207169bf42c: Preparing [2022-06-19T06:25:55.720Z] 0a938927e3b8: Preparing [2022-06-19T06:25:55.720Z] b5102b4fd511: Preparing [2022-06-19T06:25:55.720Z] 8be687caa53f: Preparing [2022-06-19T06:25:55.720Z] 4bd53a9fb70f: Preparing [2022-06-19T06:25:55.720Z] 08b3d8b7cec9: Preparing [2022-06-19T06:25:55.720Z] 4fc242d58285: Preparing [2022-06-19T06:25:55.720Z] 4bd53a9fb70f: Waiting [2022-06-19T06:25:55.720Z] 08b3d8b7cec9: Waiting [2022-06-19T06:25:55.720Z] 4fc242d58285: Waiting [2022-06-19T06:25:55.720Z] 0a938927e3b8: Layer already exists [2022-06-19T06:25:55.720Z] 1207169bf42c: Layer already exists [2022-06-19T06:25:55.720Z] b5102b4fd511: Layer already exists [2022-06-19T06:25:55.720Z] 550e596c6d0e: Layer already exists [2022-06-19T06:25:55.720Z] 8be687caa53f: Layer already exists [2022-06-19T06:25:55.720Z] 4bd53a9fb70f: Layer already exists [2022-06-19T06:25:55.720Z] 08b3d8b7cec9: Layer already exists [2022-06-19T06:25:55.720Z] 4fc242d58285: Layer already exists [2022-06-19T06:25:55.720Z] 4dfceff4e3635e4a98b2ef8b67003446cda03de4-0.0.1-dev.8: digest: sha256:700d77f2726fc164793ca14a619686b3cb1e6caf31fb6f01fb2877b53eecd9b9 size: 1994 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-19T06:25:56.053Z] + docker tag device-usb-camera nexus3.edgexfoundry.org:10004/device-usb-camera:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-19T06:25:56.358Z] + docker push nexus3.edgexfoundry.org:10004/device-usb-camera:main [2022-06-19T06:25:56.358Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-usb-camera] [2022-06-19T06:25:56.358Z] 550e596c6d0e: Preparing [2022-06-19T06:25:56.358Z] 1207169bf42c: Preparing [2022-06-19T06:25:56.358Z] 0a938927e3b8: Preparing [2022-06-19T06:25:56.358Z] b5102b4fd511: Preparing [2022-06-19T06:25:56.358Z] 8be687caa53f: Preparing [2022-06-19T06:25:56.358Z] 4bd53a9fb70f: Preparing [2022-06-19T06:25:56.358Z] 08b3d8b7cec9: Preparing [2022-06-19T06:25:56.358Z] 4fc242d58285: Preparing [2022-06-19T06:25:56.358Z] 4bd53a9fb70f: Waiting [2022-06-19T06:25:56.358Z] 08b3d8b7cec9: Waiting [2022-06-19T06:25:56.358Z] 1207169bf42c: Layer already exists [2022-06-19T06:25:56.358Z] 8be687caa53f: Layer already exists [2022-06-19T06:25:56.358Z] b5102b4fd511: Layer already exists [2022-06-19T06:25:56.358Z] 550e596c6d0e: Layer already exists [2022-06-19T06:25:56.358Z] 0a938927e3b8: Layer already exists [2022-06-19T06:25:56.358Z] 4bd53a9fb70f: Layer already exists [2022-06-19T06:25:56.358Z] 08b3d8b7cec9: Layer already exists [2022-06-19T06:25:56.358Z] 4fc242d58285: Layer already exists [2022-06-19T06:25:56.358Z] main: digest: sha256:700d77f2726fc164793ca14a619686b3cb1e6caf31fb6f01fb2877b53eecd9b9 size: 1994 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-06-19T06:25:56.411Z] ===================================================== [Pipeline] echo [2022-06-19T06:25:56.418Z] taggedImages: [2022-06-19T06:25:56.418Z] - nexus3.edgexfoundry.org:10004/device-usb-camera:4dfceff4e3635e4a98b2ef8b67003446cda03de4 [2022-06-19T06:25:56.418Z] - nexus3.edgexfoundry.org:10004/device-usb-camera:latest [2022-06-19T06:25:56.418Z] - nexus3.edgexfoundry.org:10004/device-usb-camera:0.0.1-dev.8 [2022-06-19T06:25:56.418Z] - nexus3.edgexfoundry.org:10004/device-usb-camera:4dfceff4e3635e4a98b2ef8b67003446cda03de4-0.0.1-dev.8 [2022-06-19T06:25:56.418Z] - 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 [2022-06-19T06:25:56.789Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-06-19T06:25:56.789Z] [2022-06-19T06:25:56.789Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-19T06:25:57.097Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-06-19T06:25:57.097Z] latest: Pulling from edgex-lftools-log-publisher [2022-06-19T06:25:57.097Z] 5eb5b503b376: Pulling fs layer [2022-06-19T06:25:57.097Z] 5c69ac0246d0: Pulling fs layer [2022-06-19T06:25:57.097Z] ec43610c2a17: Pulling fs layer [2022-06-19T06:25:57.097Z] 3a2ae6a8a46f: Pulling fs layer [2022-06-19T06:25:57.097Z] 33b1e0a273af: Pulling fs layer [2022-06-19T06:25:57.097Z] 5d3b04190fa2: Pulling fs layer [2022-06-19T06:25:57.097Z] 2f39f015ded8: Pulling fs layer [2022-06-19T06:25:57.097Z] 3a2ae6a8a46f: Waiting [2022-06-19T06:25:57.097Z] 33b1e0a273af: Waiting [2022-06-19T06:25:57.097Z] 2f39f015ded8: Waiting [2022-06-19T06:25:57.097Z] 5d3b04190fa2: Waiting [2022-06-19T06:25:57.097Z] 5c69ac0246d0: Verifying Checksum [2022-06-19T06:25:57.097Z] 5c69ac0246d0: Download complete [2022-06-19T06:25:57.097Z] 3a2ae6a8a46f: Verifying Checksum [2022-06-19T06:25:57.097Z] 3a2ae6a8a46f: Download complete [2022-06-19T06:25:57.097Z] 33b1e0a273af: Verifying Checksum [2022-06-19T06:25:57.097Z] 33b1e0a273af: Download complete [2022-06-19T06:25:57.097Z] 5d3b04190fa2: Download complete [2022-06-19T06:25:57.097Z] ec43610c2a17: Verifying Checksum [2022-06-19T06:25:57.097Z] ec43610c2a17: Download complete [2022-06-19T06:25:57.377Z] 5eb5b503b376: Verifying Checksum [2022-06-19T06:25:57.377Z] 5eb5b503b376: Download complete [2022-06-19T06:25:57.947Z] 2f39f015ded8: Verifying Checksum [2022-06-19T06:25:57.947Z] 2f39f015ded8: Download complete [2022-06-19T06:25:58.888Z] 5eb5b503b376: Pull complete [2022-06-19T06:25:58.888Z] 5c69ac0246d0: Pull complete [2022-06-19T06:25:59.458Z] ec43610c2a17: Pull complete [2022-06-19T06:25:59.458Z] 3a2ae6a8a46f: Pull complete [2022-06-19T06:25:59.716Z] 33b1e0a273af: Pull complete [2022-06-19T06:25:59.716Z] 5d3b04190fa2: Pull complete [2022-06-19T06:26:04.997Z] 2f39f015ded8: Pull complete [2022-06-19T06:26:04.997Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2022-06-19T06:26:04.997Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-06-19T06:26:04.997Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-06-19T06:26:05.096Z] prd-ubuntu20.04-docker-8c-8g-3106 does not seem to be running inside a container [2022-06-19T06:26:05.133Z] $ 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 [2022-06-19T06:26:06.949Z] $ docker top dad8347a6a08a121c4cfa1cae53bb6dfe5912049f517c620a2bd66ae00d27e6f -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-06-19T06:26:07.351Z] ---> job-cost.sh [2022-06-19T06:26:07.352Z] lf-activate-venv: SKIPPING [2022-06-19T06:26:07.352Z] INFO: No Stack... [2022-06-19T06:26:07.922Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2022-06-19T06:26:08.183Z] INFO: Archiving Costs [Pipeline] sh [2022-06-19T06:26:08.476Z] + cat /w/workspace/exfoundry_device-usb-camera_main/archives/cost.csv [2022-06-19T06:26:08.476Z] + cut -d, -f6 [Pipeline] lock [2022-06-19T06:26:08.492Z] Trying to acquire lock on [jenkins-edgexfoundry-device-usb-camera-main-19-stack-cost] [2022-06-19T06:26:08.503Z] Resource [jenkins-edgexfoundry-device-usb-camera-main-19-stack-cost] did not exist. Created. [2022-06-19T06:26:08.503Z] Lock acquired on [jenkins-edgexfoundry-device-usb-camera-main-19-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2022-06-19T06:26:08.810Z] + echo total: 0.2199999988079071 [Pipeline] stash [2022-06-19T06:26:08.840Z] Stashed 1 file(s) [Pipeline] } [2022-06-19T06:26:08.846Z] Lock released on resource [jenkins-edgexfoundry-device-usb-camera-main-19-stack-cost] [Pipeline] // lock [Pipeline] } [2022-06-19T06:26:08.868Z] $ docker stop --time=1 dad8347a6a08a121c4cfa1cae53bb6dfe5912049f517c620a2bd66ae00d27e6f [2022-06-19T06:26:10.029Z] $ docker rm -f dad8347a6a08a121c4cfa1cae53bb6dfe5912049f517c620a2bd66ae00d27e6f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-06-19T09:04:17.819Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-13948 in /w/workspace/exfoundry_device-usb-camera_main [Pipeline] { [Pipeline] ws [2022-06-19T09:04:17.836Z] Running in /w/workspace/device-usb-camera/19 [Pipeline] { [Pipeline] checkout [2022-06-19T09:04:17.891Z] Selected Git installation does not exist. Using Default [2022-06-19T09:04:17.891Z] The recommended git tool is: NONE [2022-06-19T09:04:24.296Z] using credential edgex-jenkins-ssh [2022-06-19T09:04:24.318Z] Cloning the remote Git repository [2022-06-19T09:04:24.384Z] Cloning repository git@github.com:edgexfoundry/device-usb-camera.git [2022-06-19T09:04:24.462Z] > git init /w/workspace/device-usb-camera/19 # timeout=10 [2022-06-19T09:04:25.263Z] Avoid second fetch [2022-06-19T09:04:25.264Z] Checking out Revision 4dfceff4e3635e4a98b2ef8b67003446cda03de4 (main) [2022-06-19T09:04:24.559Z] Fetching upstream changes from git@github.com:edgexfoundry/device-usb-camera.git [2022-06-19T09:04:24.560Z] > git --version # timeout=10 [2022-06-19T09:04:24.577Z] > git --version # 'git version 2.25.1' [2022-06-19T09:04:24.579Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-06-19T09:04:24.634Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-usb-camera.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-06-19T09:04:25.187Z] > git config remote.origin.url git@github.com:edgexfoundry/device-usb-camera.git # timeout=10 [2022-06-19T09:04:25.218Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-06-19T09:04:25.288Z] > git config core.sparsecheckout # timeout=10 [2022-06-19T09:04:25.304Z] > git checkout -f 4dfceff4e3635e4a98b2ef8b67003446cda03de4 # timeout=10 [2022-06-19T09:04:29.434Z] 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 [2022-06-19T09:04:30.295Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2022-06-19T09:04:30.295Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-06-19T09:04:30.295Z] Dload Upload Total Spent Left Speed [2022-06-19T09:04:30.295Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12253 100 12253 0 0 53506 0 --:--:-- --:--:-- --:--:-- 53506 [Pipeline] sh [2022-06-19T09:04:30.930Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2022-06-19T09:04:31.345Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2022-06-19T09:04:31.345Z] + sudo tee /etc/docker/daemon.new [2022-06-19T09:04:31.345Z] { [2022-06-19T09:04:31.345Z] "registry-mirrors": [ [2022-06-19T09:04:31.345Z] "https://nexus3.edgexfoundry.org:10001" [2022-06-19T09:04:31.345Z] ], [2022-06-19T09:04:31.345Z] "bip": "10.250.0.254/24", [2022-06-19T09:04:31.345Z] "hosts": [ [2022-06-19T09:04:31.345Z] "tcp://0.0.0.0:5555", [2022-06-19T09:04:31.345Z] "unix:///var/run/docker.sock" [2022-06-19T09:04:31.345Z] ], [2022-06-19T09:04:31.345Z] "mtu": 1458, [2022-06-19T09:04:31.345Z] "selinux-enabled": true, [2022-06-19T09:04:31.345Z] "seccomp-profile": "/etc/docker/seccomp.json" [2022-06-19T09:04:31.345Z] } [Pipeline] sh [2022-06-19T09:04:31.690Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2022-06-19T09:04:32.029Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-06-19T09:04:50.369Z] provisioning config files... [2022-06-19T09:04:50.391Z] copy managed file [device-usb-camera-settings] to file:/w/workspace/device-usb-camera/19@tmp/config1621969077642750326tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-06-19T09:04:50.757Z] ---> docker-login.sh [2022-06-19T09:04:50.757Z] nexus3.edgexfoundry.org:10001 [2022-06-19T09:04:51.353Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-06-19T09:04:51.628Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-06-19T09:04:51.628Z] Configure a credential helper to remove this warning. See [2022-06-19T09:04:51.628Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-06-19T09:04:51.628Z] [2022-06-19T09:04:51.628Z] Login Succeeded [2022-06-19T09:04:51.628Z] nexus3.edgexfoundry.org:10002 [2022-06-19T09:04:51.904Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-06-19T09:04:51.904Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-06-19T09:04:51.904Z] Configure a credential helper to remove this warning. See [2022-06-19T09:04:51.904Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-06-19T09:04:51.904Z] [2022-06-19T09:04:51.904Z] Login Succeeded [2022-06-19T09:04:51.904Z] nexus3.edgexfoundry.org:10003 [2022-06-19T09:04:52.503Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-06-19T09:04:52.503Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-06-19T09:04:52.503Z] Configure a credential helper to remove this warning. See [2022-06-19T09:04:52.503Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-06-19T09:04:52.503Z] [2022-06-19T09:04:52.503Z] Login Succeeded [2022-06-19T09:04:52.503Z] nexus3.edgexfoundry.org:10004 [2022-06-19T09:04:52.785Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-06-19T09:04:53.060Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-06-19T09:04:53.060Z] Configure a credential helper to remove this warning. See [2022-06-19T09:04:53.060Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-06-19T09:04:53.060Z] [2022-06-19T09:04:53.060Z] Login Succeeded [2022-06-19T09:04:53.060Z] docker.io [2022-06-19T09:04:53.334Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-06-19T09:04:53.608Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-06-19T09:04:53.608Z] Configure a credential helper to remove this warning. See [2022-06-19T09:04:53.608Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-06-19T09:04:53.608Z] [2022-06-19T09:04:53.608Z] Login Succeeded [2022-06-19T09:04:53.608Z] ---> docker-login.sh ends [Pipeline] } [2022-06-19T09:04:53.627Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2022-06-19T09:04:54.114Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-06-19T09:04:54.128Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-06-19T09:04:54.138Z] ========================================================= [2022-06-19T09:04:54.138Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine] [2022-06-19T09:04:54.138Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-19T09:04:54.494Z] + 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 . [2022-06-19T09:04:54.767Z] Sending build context to Docker daemon 414.2kB [2022-06-19T09:04:54.767Z] Step 1/12 : ARG BASE=golang:1.17-alpine3.15 [2022-06-19T09:04:54.767Z] Step 2/12 : FROM ${BASE} AS builder [2022-06-19T09:04:55.041Z] 1.17-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2022-06-19T09:04:55.041Z] 9b3977197b4f: Pulling fs layer [2022-06-19T09:04:55.041Z] 1a89e8eeedd5: Pulling fs layer [2022-06-19T09:04:55.041Z] 94645a83ff95: Pulling fs layer [2022-06-19T09:04:55.041Z] e6fb740bc735: Pulling fs layer [2022-06-19T09:04:55.041Z] 3a77bd46dcc9: Pulling fs layer [2022-06-19T09:04:55.041Z] 355e64cbe906: Pulling fs layer [2022-06-19T09:04:55.041Z] 63ab81a10011: Pulling fs layer [2022-06-19T09:04:55.041Z] 555d1d1c4555: Pulling fs layer [2022-06-19T09:04:55.041Z] 7d9057610161: Pulling fs layer [2022-06-19T09:04:55.041Z] e6fb740bc735: Waiting [2022-06-19T09:04:55.041Z] 3a77bd46dcc9: Waiting [2022-06-19T09:04:55.041Z] 355e64cbe906: Waiting [2022-06-19T09:04:55.041Z] 63ab81a10011: Waiting [2022-06-19T09:04:55.041Z] 555d1d1c4555: Waiting [2022-06-19T09:04:55.041Z] 7d9057610161: Waiting [2022-06-19T09:04:55.041Z] 94645a83ff95: Verifying Checksum [2022-06-19T09:04:55.041Z] 94645a83ff95: Download complete [2022-06-19T09:04:55.041Z] 1a89e8eeedd5: Verifying Checksum [2022-06-19T09:04:55.041Z] 1a89e8eeedd5: Download complete [2022-06-19T09:04:55.041Z] 3a77bd46dcc9: Verifying Checksum [2022-06-19T09:04:55.041Z] 3a77bd46dcc9: Download complete [2022-06-19T09:04:55.041Z] 355e64cbe906: Verifying Checksum [2022-06-19T09:04:55.041Z] 355e64cbe906: Download complete [2022-06-19T09:04:55.041Z] 9b3977197b4f: Download complete [2022-06-19T09:04:55.041Z] 63ab81a10011: Verifying Checksum [2022-06-19T09:04:55.042Z] 63ab81a10011: Download complete [2022-06-19T09:04:56.056Z] 9b3977197b4f: Pull complete [2022-06-19T09:04:56.056Z] 7d9057610161: Verifying Checksum [2022-06-19T09:04:56.056Z] 7d9057610161: Download complete [2022-06-19T09:04:56.668Z] 1a89e8eeedd5: Pull complete [2022-06-19T09:04:56.944Z] 94645a83ff95: Pull complete [2022-06-19T09:04:57.222Z] 555d1d1c4555: Verifying Checksum [2022-06-19T09:04:57.222Z] 555d1d1c4555: Download complete [2022-06-19T09:04:57.825Z] e6fb740bc735: Verifying Checksum [2022-06-19T09:04:57.825Z] e6fb740bc735: Download complete [2022-06-19T09:05:10.231Z] e6fb740bc735: Pull complete [2022-06-19T09:05:10.231Z] 3a77bd46dcc9: Pull complete [2022-06-19T09:05:10.231Z] 355e64cbe906: Pull complete [2022-06-19T09:05:10.510Z] 63ab81a10011: Pull complete [2022-06-19T09:05:17.232Z] 555d1d1c4555: Pull complete [2022-06-19T09:05:19.213Z] 7d9057610161: Pull complete [2022-06-19T09:05:19.213Z] Digest: sha256:2bfe06e9b82483759db2d79553298764cc23e00699169ff1c4d7513112b2d636 [2022-06-19T09:05:19.213Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine [2022-06-19T09:05:19.213Z] ---> 819e984ddca1 [2022-06-19T09:05:19.213Z] Step 3/12 : ARG MAKE="make build" [2022-06-19T09:05:19.815Z] ---> Running in 1a033309820e [2022-06-19T09:05:20.417Z] Removing intermediate container 1a033309820e [2022-06-19T09:05:20.417Z] ---> 37e95894d6fb [2022-06-19T09:05:20.417Z] Step 4/12 : ARG ALPINE_PKG_BASE="make git gcc libc-dev zeromq-dev libsodium-dev" [2022-06-19T09:05:20.417Z] ---> Running in 812f8fe71e79 [2022-06-19T09:05:20.692Z] Removing intermediate container 812f8fe71e79 [2022-06-19T09:05:20.692Z] ---> 507bc32d9bb4 [2022-06-19T09:05:20.692Z] Step 5/12 : ARG ALPINE_PKG_EXTRA="v4l-utils-dev v4l-utils v4l-utils-libs linux-headers" [2022-06-19T09:05:20.692Z] ---> Running in 66185716fd96 [2022-06-19T09:05:20.965Z] Removing intermediate container 66185716fd96 [2022-06-19T09:05:20.965Z] ---> 8aa86c93e3df [2022-06-19T09:05:20.965Z] Step 6/12 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-06-19T09:05:21.252Z] ---> Running in a43f6709cbf9 [2022-06-19T09:05:22.701Z] Removing intermediate container a43f6709cbf9 [2022-06-19T09:05:22.701Z] ---> 159cf3d614a6 [2022-06-19T09:05:22.701Z] Step 7/12 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2022-06-19T09:05:22.979Z] ---> Running in f57f49f6fd7e [2022-06-19T09:05:23.965Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-06-19T09:05:24.950Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-06-19T09:05:25.547Z] (1/14) Installing libintl (0.21-r0) [2022-06-19T09:05:25.820Z] (2/14) Installing eudev-libs (3.2.11_pre1-r0) [2022-06-19T09:05:25.820Z] (3/14) Installing libjpeg-turbo (2.1.2-r0) [2022-06-19T09:05:25.820Z] (4/14) Installing v4l-utils-libs (1.22.1-r1) [2022-06-19T09:05:26.091Z] (5/14) Installing v4l-utils (1.22.1-r1) [2022-06-19T09:05:26.091Z] (6/14) Installing udev-init-scripts (35-r0) [2022-06-19T09:05:26.363Z] Executing udev-init-scripts-35-r0.post-install [2022-06-19T09:05:26.363Z] (7/14) Installing libblkid (2.37.4-r0) [2022-06-19T09:05:26.363Z] (8/14) Installing xz-libs (5.2.5-r1) [2022-06-19T09:05:26.639Z] (9/14) Installing zstd-libs (1.5.0-r0) [2022-06-19T09:05:26.639Z] (10/14) Installing kmod-libs (29-r2) [2022-06-19T09:05:26.639Z] (11/14) Installing eudev (3.2.11_pre1-r0) [2022-06-19T09:05:26.911Z] (12/14) Installing eudev-dev (3.2.11_pre1-r0) [2022-06-19T09:05:26.911Z] (13/14) Installing v4l-utils-dvbv5 (1.22.1-r1) [2022-06-19T09:05:26.911Z] (14/14) Installing v4l-utils-dev (1.22.1-r1) [2022-06-19T09:05:27.186Z] Executing busybox-1.34.1-r3.trigger [2022-06-19T09:05:27.186Z] Executing eudev-3.2.11_pre1-r0.trigger [2022-06-19T09:05:27.186Z] OK: 228 MiB in 66 packages [2022-06-19T09:05:28.173Z] Removing intermediate container f57f49f6fd7e [2022-06-19T09:05:28.173Z] ---> ea644124e09d [2022-06-19T09:05:28.173Z] Step 8/12 : WORKDIR /device-usb-camera [2022-06-19T09:05:28.458Z] ---> Running in 7aa0b295cc55 [2022-06-19T09:05:28.733Z] Removing intermediate container 7aa0b295cc55 [2022-06-19T09:05:28.733Z] ---> fd135bce3fd1 [2022-06-19T09:05:28.733Z] Step 9/12 : COPY go.mod vendor* ./ [2022-06-19T09:05:29.348Z] ---> 22a66b02860e [2022-06-19T09:05:29.348Z] Step 10/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-06-19T09:05:29.348Z] ---> Running in 8c9199a67fae [2022-06-19T09:06:16.325Z] Removing intermediate container 8c9199a67fae [2022-06-19T09:06:16.325Z] ---> 2dfa24ed2e5c [2022-06-19T09:06:16.325Z] Step 11/12 : COPY . . [2022-06-19T09:06:16.325Z] ---> 1a2cd1280aaa [2022-06-19T09:06:16.325Z] Step 12/12 : RUN ${MAKE} [2022-06-19T09:06:16.326Z] ---> Running in 062c39aee0c6 [2022-06-19T09:06:16.326Z] noop [2022-06-19T09:06:16.326Z] Removing intermediate container 062c39aee0c6 [2022-06-19T09:06:16.326Z] ---> 99ba79ac8acf [2022-06-19T09:06:16.326Z] Successfully built 99ba79ac8acf [2022-06-19T09:06:16.326Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-19T09:06:16.687Z] + docker inspect -f . ci-base-image-arm64 [2022-06-19T09:06:16.687Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-06-19T09:06:16.933Z] prd-ubuntu20.04-docker-arm64-4c-16g-13948 does not seem to be running inside a container [2022-06-19T09:06:17.025Z] $ 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 [2022-06-19T09:06:18.329Z] $ docker top 66da7ecccbb311770d309303758ed133390ac27fa8e985140eab9de521848e81 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-06-19T09:06:19.238Z] + go version [2022-06-19T09:06:19.238Z] go version go1.17.7 linux/arm64 [Pipeline] } [2022-06-19T09:06:19.269Z] $ docker stop --time=1 66da7ecccbb311770d309303758ed133390ac27fa8e985140eab9de521848e81 [2022-06-19T09:06:20.905Z] $ 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 [2022-06-19T09:06:21.486Z] + docker inspect -f . ci-base-image-arm64 [2022-06-19T09:06:21.486Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-06-19T09:06:21.714Z] prd-ubuntu20.04-docker-arm64-4c-16g-13948 does not seem to be running inside a container [2022-06-19T09:06:21.800Z] $ 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 [2022-06-19T09:06:23.080Z] $ docker top 23c8a2e8f0664fe29a7704defcba35e284ee443238dccb19f2974b3e338a4b5f -eo pid,comm [Pipeline] { [Pipeline] fileExists [Pipeline] sh [2022-06-19T09:06:23.984Z] + make test [2022-06-19T09:06:23.984Z] CGO_ENABLED=1 go test ./... -coverprofile=coverage.out ./... [2022-06-19T09:06:25.428Z] ? github.com/edgexfoundry/device-usb-camera [no test files] [2022-06-19T09:07:47.262Z] ? github.com/edgexfoundry/device-usb-camera/cmd [no test files] [2022-06-19T09:07:47.262Z] ? github.com/edgexfoundry/device-usb-camera/internal/driver [no test files] [2022-06-19T09:07:47.262Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2022-06-19T09:07:47.262Z] CGO_ENABLED=1 go vet ./... [2022-06-19T09:08:09.451Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2022-06-19T09:08:09.451Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2022-06-19T09:08:09.451Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2022-06-19T09:08:12.090Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2022-06-19T09:08:12.103Z] $ docker stop --time=1 23c8a2e8f0664fe29a7704defcba35e284ee443238dccb19f2974b3e338a4b5f [2022-06-19T09:08:13.823Z] $ docker rm -f 23c8a2e8f0664fe29a7704defcba35e284ee443238dccb19f2974b3e338a4b5f [Pipeline] // withDockerContainer [Pipeline] sh [2022-06-19T09:08:14.739Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2022-06-19T09:08:14.762Z] Warning: overwriting stash ‘coverage-report’ [2022-06-19T09:08:15.179Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-06-19T09:08:15.551Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2022-06-19T09:08:15.884Z] + ls -al . [2022-06-19T09:08:15.884Z] total 160 [2022-06-19T09:08:15.884Z] drwxrwxr-x 8 jenkins jenkins 4096 Jun 19 09:08 . [2022-06-19T09:08:15.884Z] drwxrwxr-x 4 jenkins jenkins 4096 Jun 19 09:04 .. [2022-06-19T09:08:15.884Z] drwxrwxr-x 8 jenkins jenkins 4096 Jun 19 09:04 .git [2022-06-19T09:08:15.884Z] drwxrwxr-x 2 jenkins jenkins 4096 Jun 19 09:04 .github [2022-06-19T09:08:15.884Z] -rw-rw-r-- 1 jenkins jenkins 349 Jun 19 09:04 .gitignore [2022-06-19T09:08:15.884Z] -rw-rw-r-- 1 jenkins jenkins 42 Jun 19 09:04 .golangci.yml [2022-06-19T09:08:15.884Z] -rw-rw-r-- 1 jenkins jenkins 77 Jun 19 09:04 .hadolint.yml [2022-06-19T09:08:15.884Z] -rw-rw-r-- 1 jenkins jenkins 8834 Jun 19 09:04 Attribution.txt [2022-06-19T09:08:15.884Z] -rw-rw-r-- 1 jenkins jenkins 181 Jun 19 09:04 CHANGELOG.md [2022-06-19T09:08:15.884Z] -rw-rw-r-- 1 jenkins jenkins 1891 Jun 19 09:04 Dockerfile [2022-06-19T09:08:15.884Z] -rw-rw-r-- 1 jenkins jenkins 678 Jun 19 09:04 GOVERNANCE.md [2022-06-19T09:08:15.884Z] -rw-rw-r-- 1 jenkins jenkins 659 Jun 19 09:04 Jenkinsfile [2022-06-19T09:08:15.884Z] -rw-rw-r-- 1 jenkins jenkins 11348 Jun 19 09:04 LICENSE [2022-06-19T09:08:15.884Z] -rw-rw-r-- 1 jenkins jenkins 2345 Jun 19 09:04 Makefile [2022-06-19T09:08:15.884Z] -rw-rw-r-- 1 jenkins jenkins 622 Jun 19 09:04 OWNERS.md [2022-06-19T09:08:15.884Z] -rw-rw-r-- 1 jenkins jenkins 10754 Jun 19 09:04 README.md [2022-06-19T09:08:15.884Z] -rw-rw-r-- 1 jenkins jenkins 11 Jun 19 06:23 VERSION [2022-06-19T09:08:15.884Z] drwxrwxr-x 2 jenkins jenkins 4096 Jun 19 09:04 bin [2022-06-19T09:08:15.884Z] drwxrwxr-x 3 jenkins jenkins 4096 Jun 19 09:04 cmd [2022-06-19T09:08:15.884Z] -rw-r--r-- 1 jenkins jenkins 10 Jun 19 09:06 coverage.out [2022-06-19T09:08:15.884Z] drwxrwxr-x 2 jenkins jenkins 4096 Jun 19 09:04 docker-compose [2022-06-19T09:08:15.884Z] -rw-rw-r-- 1 jenkins jenkins 140 Jun 19 09:04 docker-entrypoint.sh [2022-06-19T09:08:15.884Z] -rw-rw-r-- 1 jenkins jenkins 3357 Jun 19 09:04 go.mod [2022-06-19T09:08:15.884Z] -rw-rw-r-- 1 jenkins jenkins 36325 Jun 19 09:04 go.sum [2022-06-19T09:08:15.884Z] drwxrwxr-x 3 jenkins jenkins 4096 Jun 19 09:04 internal [2022-06-19T09:08:15.884Z] -rw-rw-r-- 1 jenkins jenkins 231 Jun 19 09:04 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-19T09:08:16.233Z] + 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 . [2022-06-19T09:08:16.520Z] Sending build context to Docker daemon 415.2kB [2022-06-19T09:08:16.520Z] Step 1/29 : ARG BASE=golang:1.17-alpine3.15 [2022-06-19T09:08:16.520Z] Step 2/29 : FROM ${BASE} AS builder [2022-06-19T09:08:16.520Z] ---> 99ba79ac8acf [2022-06-19T09:08:16.520Z] Step 3/29 : ARG MAKE="make build" [2022-06-19T09:08:16.520Z] ---> Running in 7fd39819ec09 [2022-06-19T09:08:16.799Z] Removing intermediate container 7fd39819ec09 [2022-06-19T09:08:16.799Z] ---> 6c0181bc817e [2022-06-19T09:08:16.799Z] Step 4/29 : ARG ALPINE_PKG_BASE="make git gcc libc-dev zeromq-dev libsodium-dev" [2022-06-19T09:08:17.076Z] ---> Running in be4e25993ab6 [2022-06-19T09:08:17.348Z] Removing intermediate container be4e25993ab6 [2022-06-19T09:08:17.348Z] ---> 0b2963a00a7e [2022-06-19T09:08:17.348Z] Step 5/29 : ARG ALPINE_PKG_EXTRA="v4l-utils-dev v4l-utils v4l-utils-libs linux-headers" [2022-06-19T09:08:17.348Z] ---> Running in ee82f8ace81a [2022-06-19T09:08:17.623Z] Removing intermediate container ee82f8ace81a [2022-06-19T09:08:17.623Z] ---> 6765c3daa128 [2022-06-19T09:08:17.623Z] Step 6/29 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-06-19T09:08:17.623Z] ---> Running in 7d1f6219dabe [2022-06-19T09:08:19.601Z] Removing intermediate container 7d1f6219dabe [2022-06-19T09:08:19.601Z] ---> 89f5f55fe3d1 [2022-06-19T09:08:19.601Z] Step 7/29 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2022-06-19T09:08:19.601Z] ---> Running in f9be92623ea9 [2022-06-19T09:08:20.197Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-06-19T09:08:21.169Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-06-19T09:08:22.142Z] OK: 228 MiB in 66 packages [2022-06-19T09:08:22.737Z] Removing intermediate container f9be92623ea9 [2022-06-19T09:08:22.737Z] ---> e4515e5f766d [2022-06-19T09:08:22.737Z] Step 8/29 : WORKDIR /device-usb-camera [2022-06-19T09:08:22.737Z] ---> Running in 6c67b814fd32 [2022-06-19T09:08:23.337Z] Removing intermediate container 6c67b814fd32 [2022-06-19T09:08:23.337Z] ---> ac3de6556c90 [2022-06-19T09:08:23.337Z] Step 9/29 : COPY go.mod vendor* ./ [2022-06-19T09:08:23.609Z] ---> 51b381902a9d [2022-06-19T09:08:23.609Z] Step 10/29 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-06-19T09:08:23.883Z] ---> Running in 420e112fef0e [2022-06-19T09:08:25.859Z] Removing intermediate container 420e112fef0e [2022-06-19T09:08:25.859Z] ---> a61faf5826a2 [2022-06-19T09:08:25.859Z] Step 11/29 : COPY . . [2022-06-19T09:08:26.131Z] ---> 9afbbb6d6126 [2022-06-19T09:08:26.131Z] Step 12/29 : RUN ${MAKE} [2022-06-19T09:08:26.408Z] ---> Running in 673fcb9c7385 [2022-06-19T09:08:27.388Z] 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 [2022-06-19T09:10:34.282Z] Removing intermediate container 673fcb9c7385 [2022-06-19T09:10:34.282Z] ---> f161214ac60b [2022-06-19T09:10:34.282Z] Step 13/29 : FROM aler9/rtsp-simple-server:v0.18.4 AS rtsp [2022-06-19T09:10:34.282Z] v0.18.4: Pulling from aler9/rtsp-simple-server [2022-06-19T09:10:34.282Z] eab2503cf8f4: Pulling fs layer [2022-06-19T09:10:34.282Z] 97cd0a44c592: Pulling fs layer [2022-06-19T09:10:34.282Z] 97cd0a44c592: Verifying Checksum [2022-06-19T09:10:34.282Z] eab2503cf8f4: Verifying Checksum [2022-06-19T09:10:34.282Z] eab2503cf8f4: Download complete [2022-06-19T09:10:34.282Z] eab2503cf8f4: Pull complete [2022-06-19T09:10:34.282Z] 97cd0a44c592: Pull complete [2022-06-19T09:10:34.282Z] Digest: sha256:1453d1d853d0ebdb57f9d2cbebc75114a1174f7b08edc414400166566d9ff563 [2022-06-19T09:10:34.282Z] Status: Downloaded newer image for aler9/rtsp-simple-server:v0.18.4 [2022-06-19T09:10:34.282Z] ---> 7f763cca56b3 [2022-06-19T09:10:34.282Z] Step 14/29 : FROM alpine:3.15 [2022-06-19T09:10:34.282Z] 3.15: Pulling from library/alpine [2022-06-19T09:10:34.282Z] 9981e73032c8: Pulling fs layer [2022-06-19T09:10:34.282Z] 9981e73032c8: Verifying Checksum [2022-06-19T09:10:34.282Z] 9981e73032c8: Download complete [2022-06-19T09:10:34.282Z] 9981e73032c8: Pull complete [2022-06-19T09:10:34.282Z] Digest: sha256:4edbd2beb5f78b1014028f4fbb99f3237d9561100b6881aabbf5acce2c4f9454 [2022-06-19T09:10:34.282Z] Status: Downloaded newer image for alpine:3.15 [2022-06-19T09:10:34.282Z] ---> 3fb3c9af89a9 [2022-06-19T09:10:34.282Z] Step 15/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel Corporation' [2022-06-19T09:10:34.282Z] ---> Running in 2b2ab8340f1e [2022-06-19T09:10:34.282Z] Removing intermediate container 2b2ab8340f1e [2022-06-19T09:10:34.282Z] ---> 0256c16405ad [2022-06-19T09:10:34.282Z] Step 16/29 : RUN apk add --update --no-cache zeromq dumb-init ffmpeg udev [2022-06-19T09:10:34.282Z] ---> Running in 28cf2729acba [2022-06-19T09:10:34.282Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-06-19T09:10:34.282Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-06-19T09:10:34.282Z] (1/73) Installing dumb-init (1.2.5-r1) [2022-06-19T09:10:34.282Z] (2/73) Installing sdl2 (2.0.16-r4) [2022-06-19T09:10:34.282Z] (3/73) Installing libxau (1.0.9-r0) [2022-06-19T09:10:34.282Z] (4/73) Installing libmd (1.0.3-r0) [2022-06-19T09:10:34.282Z] (5/73) Installing libbsd (0.11.3-r1) [2022-06-19T09:10:34.282Z] (6/73) Installing libxdmcp (1.1.3-r0) [2022-06-19T09:10:34.282Z] (7/73) Installing libxcb (1.14-r2) [2022-06-19T09:10:34.282Z] (8/73) Installing libx11 (1.7.2-r0) [2022-06-19T09:10:34.282Z] (9/73) Installing aom-libs (3.2.0-r0) [2022-06-19T09:10:34.282Z] (10/73) Installing alsa-lib (1.2.5.1-r1) [2022-06-19T09:10:34.282Z] (11/73) Installing expat (2.4.7-r0) [2022-06-19T09:10:34.282Z] (12/73) Installing brotli-libs (1.0.9-r5) [2022-06-19T09:10:34.282Z] (13/73) Installing libbz2 (1.0.8-r1) [2022-06-19T09:10:34.282Z] (14/73) Installing libpng (1.6.37-r1) [2022-06-19T09:10:34.282Z] (15/73) Installing freetype (2.11.1-r2) [2022-06-19T09:10:34.282Z] (16/73) Installing libuuid (2.37.4-r0) [2022-06-19T09:10:34.282Z] (17/73) Installing fontconfig (2.13.1-r4) [2022-06-19T09:10:34.282Z] (18/73) Installing fribidi (1.0.11-r0) [2022-06-19T09:10:34.282Z] (19/73) Installing libffi (3.4.2-r1) [2022-06-19T09:10:34.282Z] (20/73) Installing libintl (0.21-r0) [2022-06-19T09:10:34.282Z] (21/73) Installing libblkid (2.37.4-r0) [2022-06-19T09:10:34.282Z] (22/73) Installing libmount (2.37.4-r0) [2022-06-19T09:10:34.282Z] (23/73) Installing pcre (8.45-r1) [2022-06-19T09:10:34.282Z] (24/73) Installing glib (2.70.1-r0) [2022-06-19T09:10:34.282Z] (25/73) Installing graphite2 (1.3.14-r0) [2022-06-19T09:10:34.282Z] (26/73) Installing harfbuzz (3.0.0-r2) [2022-06-19T09:10:34.282Z] (27/73) Installing libass (0.15.2-r0) [2022-06-19T09:10:34.282Z] (28/73) Installing libdav1d (0.9.2-r0) [2022-06-19T09:10:34.282Z] (29/73) Installing gmp (6.2.1-r1) [2022-06-19T09:10:34.283Z] (30/73) Installing nettle (3.7.3-r0) [2022-06-19T09:10:34.283Z] (31/73) Installing p11-kit (0.24.0-r1) [2022-06-19T09:10:34.283Z] (32/73) Installing libtasn1 (4.18.0-r0) [2022-06-19T09:10:34.283Z] (33/73) Installing libunistring (0.9.10-r1) [2022-06-19T09:10:34.283Z] (34/73) Installing gnutls (3.7.1-r0) [2022-06-19T09:10:34.283Z] (35/73) Installing ncurses-terminfo-base (6.3_p20211120-r0) [2022-06-19T09:10:34.283Z] (36/73) Installing ncurses-libs (6.3_p20211120-r0) [2022-06-19T09:10:34.283Z] (37/73) Installing lame (3.100-r0) [2022-06-19T09:10:34.283Z] (38/73) Installing opus (1.3.1-r1) [2022-06-19T09:10:34.283Z] (39/73) Installing libgomp (10.3.1_git20211027-r0) [2022-06-19T09:10:34.283Z] (40/73) Installing soxr (0.1.3-r2) [2022-06-19T09:10:34.283Z] (41/73) Installing libgcc (10.3.1_git20211027-r0) [2022-06-19T09:10:34.283Z] (42/73) Installing libstdc++ (10.3.1_git20211027-r0) [2022-06-19T09:10:34.283Z] (43/73) Installing libsrt (1.4.2-r1) [2022-06-19T09:10:34.283Z] (44/73) Installing libssh (0.9.6-r1) [2022-06-19T09:10:34.283Z] (45/73) Installing libogg (1.3.5-r0) [2022-06-19T09:10:34.283Z] (46/73) Installing libtheora (1.1.1-r16) [2022-06-19T09:10:34.283Z] (47/73) Installing libjpeg-turbo (2.1.2-r0) [2022-06-19T09:10:34.283Z] (48/73) Installing v4l-utils-libs (1.22.1-r1) [2022-06-19T09:10:34.283Z] (49/73) Installing libxext (1.3.4-r0) [2022-06-19T09:10:34.283Z] (50/73) Installing libxfixes (6.0.0-r0) [2022-06-19T09:10:34.283Z] (51/73) Installing libdrm (2.4.109-r0) [2022-06-19T09:10:34.283Z] (52/73) Installing wayland-libs-client (1.19.0-r1) [2022-06-19T09:10:34.283Z] (53/73) Installing libva (2.13.0-r0) [2022-06-19T09:10:34.283Z] (54/73) Installing libvdpau (1.4-r0) [2022-06-19T09:10:34.283Z] (55/73) Installing vidstab (1.1.0-r1) [2022-06-19T09:10:34.283Z] (56/73) Installing libvorbis (1.3.7-r0) [2022-06-19T09:10:34.283Z] (57/73) Installing libvpx (1.10.0-r0) [2022-06-19T09:10:34.283Z] (58/73) Installing vulkan-loader (1.2.196-r0) [2022-06-19T09:10:34.283Z] (59/73) Installing libwebp (1.2.2-r0) [2022-06-19T09:10:34.283Z] (60/73) Installing x264-libs (20210613-r0) [2022-06-19T09:10:34.283Z] (61/73) Installing x265-libs (3.5-r0) [2022-06-19T09:10:34.283Z] (62/73) Installing xvidcore (1.3.7-r1) [2022-06-19T09:10:34.283Z] (63/73) Installing ffmpeg-libs (4.4.1-r2) [2022-06-19T09:10:34.283Z] (64/73) Installing ffmpeg (4.4.1-r2) [2022-06-19T09:10:34.283Z] (65/73) Installing udev-init-scripts (35-r0) [2022-06-19T09:10:34.283Z] Executing udev-init-scripts-35-r0.post-install [2022-06-19T09:10:34.283Z] (66/73) Installing eudev-libs (3.2.11_pre1-r0) [2022-06-19T09:10:34.283Z] (67/73) Installing xz-libs (5.2.5-r1) [2022-06-19T09:10:34.283Z] (68/73) Installing zstd-libs (1.5.0-r0) [2022-06-19T09:10:34.283Z] (69/73) Installing kmod-libs (29-r2) [2022-06-19T09:10:34.283Z] (70/73) Installing eudev (3.2.11_pre1-r0) [2022-06-19T09:10:34.283Z] (71/73) Installing libsodium (1.0.18-r0) [2022-06-19T09:10:34.283Z] (72/73) Installing libzmq (4.3.4-r0) [2022-06-19T09:10:34.283Z] (73/73) Installing zeromq (4.3.4-r0) [2022-06-19T09:10:34.283Z] Executing busybox-1.34.1-r5.trigger [2022-06-19T09:10:34.283Z] Executing eudev-3.2.11_pre1-r0.trigger [2022-06-19T09:10:34.283Z] OK: 67 MiB in 87 packages [2022-06-19T09:10:34.283Z] Removing intermediate container 28cf2729acba [2022-06-19T09:10:34.283Z] ---> fd6c462ae97a [2022-06-19T09:10:34.283Z] Step 17/29 : WORKDIR / [2022-06-19T09:10:34.283Z] ---> Running in d1d8b9b9d40e [2022-06-19T09:10:34.561Z] Removing intermediate container d1d8b9b9d40e [2022-06-19T09:10:34.561Z] ---> 2f7e26b4c9c4 [2022-06-19T09:10:34.561Z] Step 18/29 : COPY --from=builder /device-usb-camera/cmd / [2022-06-19T09:10:36.000Z] ---> 15859587ba76 [2022-06-19T09:10:36.000Z] Step 19/29 : COPY --from=builder /device-usb-camera/LICENSE / [2022-06-19T09:10:36.598Z] ---> 6dada26999ef [2022-06-19T09:10:36.598Z] Step 20/29 : COPY --from=builder /device-usb-camera/Attribution.txt / [2022-06-19T09:10:37.199Z] ---> e3c455c6a194 [2022-06-19T09:10:37.199Z] Step 21/29 : COPY --from=builder /device-usb-camera/docker-entrypoint.sh / [2022-06-19T09:10:37.797Z] ---> e8c42d99d618 [2022-06-19T09:10:37.797Z] Step 22/29 : COPY --from=rtsp /rtsp-simple-server.yml / [2022-06-19T09:10:38.394Z] ---> ac7ab4406a77 [2022-06-19T09:10:38.394Z] Step 23/29 : COPY --from=rtsp /rtsp-simple-server / [2022-06-19T09:10:39.847Z] ---> 03cc35916960 [2022-06-19T09:10:39.847Z] Step 24/29 : EXPOSE 59983 [2022-06-19T09:10:39.847Z] ---> Running in ecfb7e89e11d [2022-06-19T09:10:39.847Z] Removing intermediate container ecfb7e89e11d [2022-06-19T09:10:39.847Z] ---> 8cd98d528092 [2022-06-19T09:10:39.847Z] Step 25/29 : ENTRYPOINT ["/docker-entrypoint.sh"] [2022-06-19T09:10:39.847Z] ---> Running in 09dac2d8aeac [2022-06-19T09:10:40.443Z] Removing intermediate container 09dac2d8aeac [2022-06-19T09:10:40.443Z] ---> b7562d443089 [2022-06-19T09:10:40.443Z] Step 26/29 : CMD [ "--configProvider=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res" ] [2022-06-19T09:10:40.443Z] ---> Running in d36c70905a9c [2022-06-19T09:10:40.735Z] Removing intermediate container d36c70905a9c [2022-06-19T09:10:40.735Z] ---> db5c514fd72b [2022-06-19T09:10:40.735Z] Step 27/29 : LABEL arch=arm64 [2022-06-19T09:10:40.735Z] ---> Running in cbfa8011353e [2022-06-19T09:10:41.008Z] Removing intermediate container cbfa8011353e [2022-06-19T09:10:41.008Z] ---> 4e54f3bab7d1 [2022-06-19T09:10:41.008Z] Step 28/29 : LABEL git_sha=4dfceff4e3635e4a98b2ef8b67003446cda03de4 [2022-06-19T09:10:41.008Z] ---> Running in 3ff3a90f1df6 [2022-06-19T09:10:41.282Z] Removing intermediate container 3ff3a90f1df6 [2022-06-19T09:10:41.282Z] ---> d3428a252f59 [2022-06-19T09:10:41.282Z] Step 29/29 : LABEL version=0.0.1-dev.8 [2022-06-19T09:10:41.558Z] ---> Running in 0f66dabfde07 [2022-06-19T09:10:41.835Z] Removing intermediate container 0f66dabfde07 [2022-06-19T09:10:41.835Z] ---> fe63979694ba [2022-06-19T09:10:41.835Z] [Warning] One or more build-args [ARCH] were not consumed [2022-06-19T09:10:41.835Z] Successfully built fe63979694ba [2022-06-19T09:10:41.835Z] 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 [2022-06-19T09:10:41.972Z] provisioning config files... [2022-06-19T09:10:41.991Z] copy managed file [device-usb-camera-settings] to file:/w/workspace/device-usb-camera/19@tmp/config5981763139608874919tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-06-19T09:10:42.344Z] ---> docker-login.sh [2022-06-19T09:10:42.344Z] nexus3.edgexfoundry.org:10001 [2022-06-19T09:10:42.617Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-06-19T09:10:42.617Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-06-19T09:10:42.617Z] Configure a credential helper to remove this warning. See [2022-06-19T09:10:42.617Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-06-19T09:10:42.617Z] [2022-06-19T09:10:42.617Z] Login Succeeded [2022-06-19T09:10:42.617Z] nexus3.edgexfoundry.org:10002 [2022-06-19T09:10:43.217Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-06-19T09:10:43.217Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-06-19T09:10:43.217Z] Configure a credential helper to remove this warning. See [2022-06-19T09:10:43.217Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-06-19T09:10:43.217Z] [2022-06-19T09:10:43.217Z] Login Succeeded [2022-06-19T09:10:43.217Z] nexus3.edgexfoundry.org:10003 [2022-06-19T09:10:43.493Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-06-19T09:10:43.769Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-06-19T09:10:43.769Z] Configure a credential helper to remove this warning. See [2022-06-19T09:10:43.769Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-06-19T09:10:43.769Z] [2022-06-19T09:10:43.769Z] Login Succeeded [2022-06-19T09:10:43.769Z] nexus3.edgexfoundry.org:10004 [2022-06-19T09:10:44.042Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-06-19T09:10:44.042Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-06-19T09:10:44.042Z] Configure a credential helper to remove this warning. See [2022-06-19T09:10:44.042Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-06-19T09:10:44.042Z] [2022-06-19T09:10:44.314Z] Login Succeeded [2022-06-19T09:10:44.314Z] docker.io [2022-06-19T09:10:44.586Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-06-19T09:10:44.862Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-06-19T09:10:44.862Z] Configure a credential helper to remove this warning. See [2022-06-19T09:10:44.862Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-06-19T09:10:44.862Z] [2022-06-19T09:10:44.862Z] Login Succeeded [2022-06-19T09:10:44.862Z] ---> docker-login.sh ends [Pipeline] } [2022-06-19T09:10:44.882Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-06-19T09:10:44.984Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-06-19T09:10:45.008Z] [edgeXDocker.push] Tagging docker image device-usb-camera-arm64 with the following tags: [2022-06-19T09:10:45.008Z] 4dfceff4e3635e4a98b2ef8b67003446cda03de4 [2022-06-19T09:10:45.008Z] latest [2022-06-19T09:10:45.008Z] 0.0.1-dev.8 [2022-06-19T09:10:45.008Z] 4dfceff4e3635e4a98b2ef8b67003446cda03de4-0.0.1-dev.8 [2022-06-19T09:10:45.008Z] main [2022-06-19T09:10:45.008Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-19T09:10:45.368Z] + 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 [2022-06-19T09:10:45.736Z] + docker push nexus3.edgexfoundry.org:10004/device-usb-camera-arm64:4dfceff4e3635e4a98b2ef8b67003446cda03de4 [2022-06-19T09:10:45.736Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-usb-camera-arm64] [2022-06-19T09:10:45.736Z] a43932d1df72: Preparing [2022-06-19T09:10:45.736Z] 1207169bf42c: Preparing [2022-06-19T09:10:45.736Z] 3f0cc450f2a6: Preparing [2022-06-19T09:10:45.736Z] 3163b10cabb1: Preparing [2022-06-19T09:10:45.736Z] a676d5c20eb3: Preparing [2022-06-19T09:10:45.736Z] 2c511a41aa85: Preparing [2022-06-19T09:10:45.736Z] 366fef4dd66c: Preparing [2022-06-19T09:10:45.736Z] 4f4ce317c6bb: Preparing [2022-06-19T09:10:45.736Z] 2c511a41aa85: Waiting [2022-06-19T09:10:45.736Z] 366fef4dd66c: Waiting [2022-06-19T09:10:45.736Z] 4f4ce317c6bb: Waiting [2022-06-19T09:10:46.012Z] 3163b10cabb1: Pushed [2022-06-19T09:10:46.012Z] a676d5c20eb3: Pushed [2022-06-19T09:10:46.012Z] 3f0cc450f2a6: Pushed [2022-06-19T09:10:46.012Z] 1207169bf42c: Pushed [2022-06-19T09:10:46.012Z] 4f4ce317c6bb: Layer already exists [2022-06-19T09:10:50.329Z] a43932d1df72: Pushed [2022-06-19T09:10:51.796Z] 2c511a41aa85: Pushed [2022-06-19T09:11:00.077Z] 366fef4dd66c: Pushed [2022-06-19T09:11:00.077Z] 4dfceff4e3635e4a98b2ef8b67003446cda03de4: digest: sha256:4c95a13ea66025ddd5194d60a9a44ece55f035708884334a14a4193eb63d1f2e size: 1994 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-19T09:11:00.446Z] + 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 [2022-06-19T09:11:00.807Z] + docker push nexus3.edgexfoundry.org:10004/device-usb-camera-arm64:latest [2022-06-19T09:11:00.807Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-usb-camera-arm64] [2022-06-19T09:11:00.807Z] a43932d1df72: Preparing [2022-06-19T09:11:00.807Z] 1207169bf42c: Preparing [2022-06-19T09:11:00.807Z] 3f0cc450f2a6: Preparing [2022-06-19T09:11:00.807Z] 3163b10cabb1: Preparing [2022-06-19T09:11:00.807Z] a676d5c20eb3: Preparing [2022-06-19T09:11:00.807Z] 2c511a41aa85: Preparing [2022-06-19T09:11:00.807Z] 366fef4dd66c: Preparing [2022-06-19T09:11:00.807Z] 4f4ce317c6bb: Preparing [2022-06-19T09:11:00.807Z] 2c511a41aa85: Waiting [2022-06-19T09:11:00.807Z] 366fef4dd66c: Waiting [2022-06-19T09:11:00.807Z] 4f4ce317c6bb: Waiting [2022-06-19T09:11:00.807Z] 3163b10cabb1: Layer already exists [2022-06-19T09:11:00.807Z] 3f0cc450f2a6: Layer already exists [2022-06-19T09:11:00.807Z] 1207169bf42c: Layer already exists [2022-06-19T09:11:00.807Z] a676d5c20eb3: Layer already exists [2022-06-19T09:11:00.807Z] a43932d1df72: Layer already exists [2022-06-19T09:11:01.081Z] 366fef4dd66c: Layer already exists [2022-06-19T09:11:01.081Z] 4f4ce317c6bb: Layer already exists [2022-06-19T09:11:01.081Z] 2c511a41aa85: Layer already exists [2022-06-19T09:11:01.081Z] latest: digest: sha256:4c95a13ea66025ddd5194d60a9a44ece55f035708884334a14a4193eb63d1f2e size: 1994 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-19T09:11:01.455Z] + 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 [2022-06-19T09:11:01.818Z] + docker push nexus3.edgexfoundry.org:10004/device-usb-camera-arm64:0.0.1-dev.8 [2022-06-19T09:11:01.818Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-usb-camera-arm64] [2022-06-19T09:11:01.818Z] a43932d1df72: Preparing [2022-06-19T09:11:01.818Z] 1207169bf42c: Preparing [2022-06-19T09:11:01.818Z] 3f0cc450f2a6: Preparing [2022-06-19T09:11:01.818Z] 3163b10cabb1: Preparing [2022-06-19T09:11:01.818Z] a676d5c20eb3: Preparing [2022-06-19T09:11:01.818Z] 2c511a41aa85: Preparing [2022-06-19T09:11:01.818Z] 366fef4dd66c: Preparing [2022-06-19T09:11:01.818Z] 4f4ce317c6bb: Preparing [2022-06-19T09:11:01.818Z] 2c511a41aa85: Waiting [2022-06-19T09:11:01.818Z] 366fef4dd66c: Waiting [2022-06-19T09:11:01.818Z] 4f4ce317c6bb: Waiting [2022-06-19T09:11:01.818Z] a43932d1df72: Layer already exists [2022-06-19T09:11:01.818Z] 1207169bf42c: Layer already exists [2022-06-19T09:11:01.818Z] 3f0cc450f2a6: Layer already exists [2022-06-19T09:11:01.818Z] a676d5c20eb3: Layer already exists [2022-06-19T09:11:01.818Z] 3163b10cabb1: Layer already exists [2022-06-19T09:11:01.818Z] 4f4ce317c6bb: Layer already exists [2022-06-19T09:11:01.818Z] 2c511a41aa85: Layer already exists [2022-06-19T09:11:02.089Z] 366fef4dd66c: Layer already exists [2022-06-19T09:11:02.089Z] 0.0.1-dev.8: digest: sha256:4c95a13ea66025ddd5194d60a9a44ece55f035708884334a14a4193eb63d1f2e size: 1994 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-19T09:11:02.458Z] + 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 [2022-06-19T09:11:02.822Z] + docker push nexus3.edgexfoundry.org:10004/device-usb-camera-arm64:4dfceff4e3635e4a98b2ef8b67003446cda03de4-0.0.1-dev.8 [2022-06-19T09:11:02.822Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-usb-camera-arm64] [2022-06-19T09:11:02.822Z] a43932d1df72: Preparing [2022-06-19T09:11:02.822Z] 1207169bf42c: Preparing [2022-06-19T09:11:02.822Z] 3f0cc450f2a6: Preparing [2022-06-19T09:11:02.822Z] 3163b10cabb1: Preparing [2022-06-19T09:11:02.822Z] a676d5c20eb3: Preparing [2022-06-19T09:11:02.822Z] 2c511a41aa85: Preparing [2022-06-19T09:11:02.822Z] 366fef4dd66c: Preparing [2022-06-19T09:11:02.822Z] 4f4ce317c6bb: Preparing [2022-06-19T09:11:02.822Z] 2c511a41aa85: Waiting [2022-06-19T09:11:02.822Z] 4f4ce317c6bb: Waiting [2022-06-19T09:11:02.822Z] 366fef4dd66c: Waiting [2022-06-19T09:11:02.822Z] a676d5c20eb3: Layer already exists [2022-06-19T09:11:02.822Z] 3163b10cabb1: Layer already exists [2022-06-19T09:11:02.822Z] 1207169bf42c: Layer already exists [2022-06-19T09:11:02.822Z] 3f0cc450f2a6: Layer already exists [2022-06-19T09:11:02.822Z] a43932d1df72: Layer already exists [2022-06-19T09:11:02.822Z] 4f4ce317c6bb: Layer already exists [2022-06-19T09:11:02.822Z] 2c511a41aa85: Layer already exists [2022-06-19T09:11:03.094Z] 366fef4dd66c: Layer already exists [2022-06-19T09:11:03.094Z] 4dfceff4e3635e4a98b2ef8b67003446cda03de4-0.0.1-dev.8: digest: sha256:4c95a13ea66025ddd5194d60a9a44ece55f035708884334a14a4193eb63d1f2e size: 1994 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-19T09:11:03.460Z] + 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 [2022-06-19T09:11:03.819Z] + docker push nexus3.edgexfoundry.org:10004/device-usb-camera-arm64:main [2022-06-19T09:11:03.819Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-usb-camera-arm64] [2022-06-19T09:11:03.819Z] a43932d1df72: Preparing [2022-06-19T09:11:03.819Z] 1207169bf42c: Preparing [2022-06-19T09:11:03.819Z] 3f0cc450f2a6: Preparing [2022-06-19T09:11:03.819Z] 3163b10cabb1: Preparing [2022-06-19T09:11:03.819Z] a676d5c20eb3: Preparing [2022-06-19T09:11:03.819Z] 2c511a41aa85: Preparing [2022-06-19T09:11:03.819Z] 366fef4dd66c: Preparing [2022-06-19T09:11:03.819Z] 4f4ce317c6bb: Preparing [2022-06-19T09:11:03.819Z] 366fef4dd66c: Waiting [2022-06-19T09:11:03.819Z] 4f4ce317c6bb: Waiting [2022-06-19T09:11:03.819Z] 2c511a41aa85: Waiting [2022-06-19T09:11:03.819Z] 1207169bf42c: Layer already exists [2022-06-19T09:11:03.819Z] 3f0cc450f2a6: Layer already exists [2022-06-19T09:11:03.819Z] 3163b10cabb1: Layer already exists [2022-06-19T09:11:03.819Z] a43932d1df72: Layer already exists [2022-06-19T09:11:03.819Z] a676d5c20eb3: Layer already exists [2022-06-19T09:11:03.819Z] 4f4ce317c6bb: Layer already exists [2022-06-19T09:11:03.819Z] 2c511a41aa85: Layer already exists [2022-06-19T09:11:03.819Z] 366fef4dd66c: Layer already exists [2022-06-19T09:11:04.091Z] main: digest: sha256:4c95a13ea66025ddd5194d60a9a44ece55f035708884334a14a4193eb63d1f2e size: 1994 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-06-19T09:11:04.154Z] ===================================================== [Pipeline] echo [2022-06-19T09:11:04.163Z] taggedImages: [2022-06-19T09:11:04.163Z] - nexus3.edgexfoundry.org:10004/device-usb-camera-arm64:4dfceff4e3635e4a98b2ef8b67003446cda03de4 [2022-06-19T09:11:04.163Z] - nexus3.edgexfoundry.org:10004/device-usb-camera-arm64:latest [2022-06-19T09:11:04.163Z] - nexus3.edgexfoundry.org:10004/device-usb-camera-arm64:0.0.1-dev.8 [2022-06-19T09:11:04.163Z] - nexus3.edgexfoundry.org:10004/device-usb-camera-arm64:4dfceff4e3635e4a98b2ef8b67003446cda03de4-0.0.1-dev.8 [2022-06-19T09:11:04.163Z] - 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 [2022-06-19T09:11:04.537Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-06-19T09:11:04.537Z] [2022-06-19T09:11:04.537Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-19T09:11:04.889Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-06-19T09:11:05.164Z] arm64: Pulling from edgex-lftools-log-publisher [2022-06-19T09:11:05.164Z] 8998bd30e6a1: Pulling fs layer [2022-06-19T09:11:05.164Z] 04944245beec: Pulling fs layer [2022-06-19T09:11:05.164Z] 699f458cf7ca: Pulling fs layer [2022-06-19T09:11:05.164Z] 765212b225bb: Pulling fs layer [2022-06-19T09:11:05.164Z] f23df028b6ca: Pulling fs layer [2022-06-19T09:11:05.164Z] d65c8cfc05b1: Pulling fs layer [2022-06-19T09:11:05.164Z] 2437ff75d9bd: Pulling fs layer [2022-06-19T09:11:05.164Z] 765212b225bb: Waiting [2022-06-19T09:11:05.164Z] d65c8cfc05b1: Waiting [2022-06-19T09:11:05.164Z] f23df028b6ca: Waiting [2022-06-19T09:11:05.164Z] 2437ff75d9bd: Waiting [2022-06-19T09:11:05.164Z] 04944245beec: Verifying Checksum [2022-06-19T09:11:05.164Z] 04944245beec: Download complete [2022-06-19T09:11:05.164Z] 765212b225bb: Verifying Checksum [2022-06-19T09:11:05.164Z] 765212b225bb: Download complete [2022-06-19T09:11:05.164Z] f23df028b6ca: Verifying Checksum [2022-06-19T09:11:05.164Z] f23df028b6ca: Download complete [2022-06-19T09:11:05.164Z] d65c8cfc05b1: Verifying Checksum [2022-06-19T09:11:05.164Z] d65c8cfc05b1: Download complete [2022-06-19T09:11:05.440Z] 699f458cf7ca: Verifying Checksum [2022-06-19T09:11:05.440Z] 699f458cf7ca: Download complete [2022-06-19T09:11:05.716Z] 8998bd30e6a1: Verifying Checksum [2022-06-19T09:11:05.716Z] 8998bd30e6a1: Download complete [2022-06-19T09:11:08.350Z] 2437ff75d9bd: Download complete [2022-06-19T09:11:10.336Z] 8998bd30e6a1: Pull complete [2022-06-19T09:11:10.611Z] 04944245beec: Pull complete [2022-06-19T09:11:12.056Z] 699f458cf7ca: Pull complete [2022-06-19T09:11:12.329Z] 765212b225bb: Pull complete [2022-06-19T09:11:12.926Z] f23df028b6ca: Pull complete [2022-06-19T09:11:13.200Z] d65c8cfc05b1: Pull complete [2022-06-19T09:11:28.302Z] 2437ff75d9bd: Pull complete [2022-06-19T09:11:28.302Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2022-06-19T09:11:28.302Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-06-19T09:11:28.302Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-06-19T09:11:28.548Z] prd-ubuntu20.04-docker-arm64-4c-16g-13948 does not seem to be running inside a container [2022-06-19T09:11:28.634Z] $ 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 [2022-06-19T09:11:31.073Z] $ docker top 66a5c146c821f77c44a20872cc4f9a7b271667e316f9fdde0e150bb73a64f3e3 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-06-19T09:11:31.988Z] ---> job-cost.sh [2022-06-19T09:11:31.988Z] lf-activate-venv: SKIPPING [2022-06-19T09:11:31.988Z] INFO: No Stack... [2022-06-19T09:11:32.581Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2022-06-19T09:11:33.558Z] INFO: Archiving Costs [Pipeline] sh [2022-06-19T09:11:34.227Z] + cat /w/workspace/device-usb-camera/19/archives/cost.csv [2022-06-19T09:11:34.227Z] + cut -d, -f6 [Pipeline] lock [2022-06-19T09:11:34.292Z] Trying to acquire lock on [jenkins-edgexfoundry-device-usb-camera-main-19-stack-cost] [2022-06-19T09:11:34.298Z] Resource [jenkins-edgexfoundry-device-usb-camera-main-19-stack-cost] did not exist. Created. [2022-06-19T09:11:34.298Z] Lock acquired on [jenkins-edgexfoundry-device-usb-camera-main-19-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2022-06-19T09:11:34.980Z] /w/workspace/device-usb-camera/19@tmp/durable-abe61c8f/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2022-06-19T09:11:35.657Z] + echo total: 0.10999999940395355 [Pipeline] stash [2022-06-19T09:11:35.679Z] Warning: overwriting stash ‘stack-cost’ [2022-06-19T09:11:35.720Z] Stashed 1 file(s) [Pipeline] } [2022-06-19T09:11:35.726Z] Lock released on resource [jenkins-edgexfoundry-device-usb-camera-main-19-stack-cost] [Pipeline] // lock [Pipeline] } [2022-06-19T09:11:35.743Z] $ docker stop --time=1 66a5c146c821f77c44a20872cc4f9a7b271667e316f9fdde0e150bb73a64f3e3 [2022-06-19T09:11:37.225Z] $ 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 [2022-06-19T09:11:37.763Z] provisioning config files... [2022-06-19T09:11:37.772Z] copy managed file [device-usb-camera-codecov-token] to file:/w/workspace/exfoundry_device-usb-camera_main@tmp/config3385069757794005751tmp [Pipeline] { [Pipeline] sh [2022-06-19T09:11:38.071Z] + set +x [2022-06-19T09:11:38.071Z] + curl -s https://codecov.io/bash [2022-06-19T09:11:38.071Z] + bash -s -- [2022-06-19T09:11:38.071Z] [2022-06-19T09:11:38.071Z] _____ _ [2022-06-19T09:11:38.071Z] / ____| | | [2022-06-19T09:11:38.071Z] | | ___ __| | ___ ___ _____ __ [2022-06-19T09:11:38.071Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2022-06-19T09:11:38.071Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2022-06-19T09:11:38.071Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2022-06-19T09:11:38.071Z] Bash-1.0.6 [2022-06-19T09:11:38.071Z] [2022-06-19T09:11:38.071Z] [2022-06-19T09:11:38.072Z] ==> git version 2.25.1 found [2022-06-19T09:11:38.072Z] ==> 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 [2022-06-19T09:11:38.072Z] Release-Date: 2020-01-08 [2022-06-19T09:11:38.072Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp [2022-06-19T09:11:38.072Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2022-06-19T09:11:38.072Z] ==> Jenkins CI detected. [2022-06-19T09:11:38.072Z] current dir:  /w/workspace/exfoundry_device-usb-camera_main [2022-06-19T09:11:38.072Z] project root: . [2022-06-19T09:11:38.072Z] --> token set from env [2022-06-19T09:11:38.072Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2022-06-19T09:11:38.072Z] ==> Running gcov in . (disable via -X gcov) [2022-06-19T09:11:38.072Z] ==> Python coveragepy not found [2022-06-19T09:11:38.072Z] ==> Searching for coverage reports in: [2022-06-19T09:11:38.072Z] + . [2022-06-19T09:11:38.072Z] -> Found 1 reports [2022-06-19T09:11:38.072Z] ==> Detecting git/mercurial file structure [2022-06-19T09:11:38.072Z] ==> Reading reports [2022-06-19T09:11:38.072Z] + ./coverage.out bytes=10 [2022-06-19T09:11:38.072Z] ==> Appending adjustments [2022-06-19T09:11:38.072Z] https://docs.codecov.io/docs/fixing-reports [2022-06-19T09:11:38.332Z] + Found adjustments [2022-06-19T09:11:38.332Z] ==> Gzipping contents [2022-06-19T09:11:38.332Z] 4.0K /tmp/codecov.NvovzI.gz [2022-06-19T09:11:38.332Z] ==> Uploading reports [2022-06-19T09:11:38.332Z] url: https://codecov.io [2022-06-19T09:11:38.332Z] 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= [2022-06-19T09:11:38.332Z] -> Pinging Codecov [2022-06-19T09:11:38.332Z] 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= [2022-06-19T09:11:38.594Z] -> Uploading to [2022-06-19T09:11:38.594Z] 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 [2022-06-19T09:11:38.594Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-06-19T09:11:38.594Z] Dload Upload Total Spent Left Speed [2022-06-19T09:11:38.856Z] 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 [2022-06-19T09:11:38.856Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/device-usb-camera/commit/4dfceff4e3635e4a98b2ef8b67003446cda03de4 [Pipeline] } [2022-06-19T09:11:38.865Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2022-06-19T09:11:39.050Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2022-06-19T09:11:39.058Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-19T09:11:39.356Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2022-06-19T09:11:39.356Z] [2022-06-19T09:11:39.356Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-19T09:11:39.667Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2022-06-19T09:11:39.667Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2022-06-19T09:11:39.667Z] df9b9388f04a: Already exists [2022-06-19T09:11:39.667Z] 52dc419b0ee2: Pulling fs layer [2022-06-19T09:11:39.667Z] 25bc292e5bac: Pulling fs layer [2022-06-19T09:11:39.667Z] 114826534d7a: Pulling fs layer [2022-06-19T09:11:39.667Z] 4657fd5d0bcf: Pulling fs layer [2022-06-19T09:11:39.667Z] 6ad1cebc031e: Pulling fs layer [2022-06-19T09:11:39.667Z] 8a3aa393b2d8: Pulling fs layer [2022-06-19T09:11:39.667Z] 4657fd5d0bcf: Waiting [2022-06-19T09:11:39.667Z] 6ad1cebc031e: Waiting [2022-06-19T09:11:39.667Z] 8a3aa393b2d8: Waiting [2022-06-19T09:11:39.667Z] 25bc292e5bac: Verifying Checksum [2022-06-19T09:11:39.667Z] 25bc292e5bac: Download complete [2022-06-19T09:11:39.667Z] 52dc419b0ee2: Download complete [2022-06-19T09:11:39.667Z] 4657fd5d0bcf: Verifying Checksum [2022-06-19T09:11:39.667Z] 4657fd5d0bcf: Download complete [2022-06-19T09:11:39.929Z] 52dc419b0ee2: Pull complete [2022-06-19T09:11:39.929Z] 6ad1cebc031e: Verifying Checksum [2022-06-19T09:11:39.929Z] 6ad1cebc031e: Download complete [2022-06-19T09:11:39.929Z] 25bc292e5bac: Pull complete [2022-06-19T09:11:40.501Z] 114826534d7a: Verifying Checksum [2022-06-19T09:11:40.501Z] 114826534d7a: Download complete [2022-06-19T09:11:40.501Z] 8a3aa393b2d8: Verifying Checksum [2022-06-19T09:11:40.501Z] 8a3aa393b2d8: Download complete [2022-06-19T09:11:43.787Z] 114826534d7a: Pull complete [2022-06-19T09:11:43.787Z] 4657fd5d0bcf: Pull complete [2022-06-19T09:11:44.356Z] 6ad1cebc031e: Pull complete [2022-06-19T09:11:46.895Z] 8a3aa393b2d8: Pull complete [2022-06-19T09:11:46.895Z] Digest: sha256:4b4dcd1004c4b70ae7ff23424eaa7ae18978b3759dc64bf5c8870aa20fc5e024 [2022-06-19T09:11:46.895Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2022-06-19T09:11:46.895Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-06-19T09:11:46.991Z] prd-ubuntu20.04-docker-8c-8g-3106 does not seem to be running inside a container [2022-06-19T09:11:47.031Z] $ 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 [2022-06-19T09:11:48.943Z] $ docker top 1f927d37a384eeb1218a64b81cc5fe088f69834041c80f5acf9168782766cccd -eo pid,comm [Pipeline] { [Pipeline] echo [2022-06-19T09:11:49.019Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/device-usb-camera:main' [Pipeline] sh [2022-06-19T09:11:49.300Z] + set -o pipefail [2022-06-19T09:11:49.301Z] + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/device-usb-camera:main' [2022-06-19T09:11:54.585Z] [2022-06-19T09:11:54.585Z] Monitoring /w/workspace/exfoundry_device-usb-camera_main (github.com/edgexfoundry/device-usb-camera)... [2022-06-19T09:11:54.585Z] [2022-06-19T09:11:54.585Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/bdb14ab0-0d5f-4d79-9d3c-333131f95750/history/3e42b340-eab8-4caf-a134-719038e48f7b [2022-06-19T09:11:54.585Z] [2022-06-19T09:11:54.585Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2022-06-19T09:11:54.585Z] [2022-06-19T09:11:54.585Z] [Pipeline] } [2022-06-19T09:11:54.615Z] $ docker stop --time=1 1f927d37a384eeb1218a64b81cc5fe088f69834041c80f5acf9168782766cccd [2022-06-19T09:11:56.832Z] $ 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 [2022-06-19T09:11:57.593Z] + git log --format=format:%s -1 4dfceff4e3635e4a98b2ef8b67003446cda03de4 [Pipeline] sh [2022-06-19T09:11:57.887Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2022-06-19T09:11:57.887Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-19T09:11:58.192Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-06-19T09:11:58.192Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-06-19T09:11:58.272Z] prd-ubuntu20.04-docker-8c-8g-3106 does not seem to be running inside a container [2022-06-19T09:11:58.325Z] $ 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 [2022-06-19T09:11:58.762Z] $ docker top 7e87ed08d110e3df17628a34a842b205075204a36cb8310e9b8598befa6c0e1d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2022-06-19T09:11:58.863Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-06-19T09:11:58.863Z] [ssh-agent] Looking for ssh-agent implementation... [2022-06-19T09:11:58.982Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-06-19T09:11:58.989Z] $ docker exec 7e87ed08d110e3df17628a34a842b205075204a36cb8310e9b8598befa6c0e1d ssh-agent [2022-06-19T09:11:59.117Z] SSH_AUTH_SOCK=/tmp/ssh-LwzBdB4ur1C8/agent.32 [2022-06-19T09:11:59.117Z] SSH_AGENT_PID=38 [2022-06-19T09:11:59.123Z] Running ssh-add (command line suppressed) [2022-06-19T09:11:59.252Z] 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) [2022-06-19T09:11:59.266Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-06-19T09:11:59.557Z] + git semver tag [2022-06-19T09:11:59.818Z] 2022-06-19 09:11:59,749 [run_tag] DEBUG tag force:False [2022-06-19T09:11:59.818Z] 2022-06-19 09:11:59,749 [check_head_tag] DEBUG check head tag [2022-06-19T09:11:59.818Z] 2022-06-19 09:11:59,749 [execute] INFO git cat-file --batch-check [2022-06-19T09:11:59.818Z] 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=) [2022-06-19T09:11:59.818Z] 2022-06-19 09:11:59,753 [execute] INFO git cat-file --batch [2022-06-19T09:11:59.818Z] 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=) [2022-06-19T09:11:59.818Z] 2022-06-19 09:11:59,759 [read_version] DEBUG read version from /w/workspace/exfoundry_device-usb-camera_main/.semver/main [2022-06-19T09:11:59.818Z] 2022-06-19 09:11:59,759 [execute] INFO git tag -a v0.0.1-dev.8 -m v0.0.1-dev.8 [2022-06-19T09:11:59.818Z] 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) [2022-06-19T09:11:59.818Z] 2022-06-19 09:11:59,764 [read_version] DEBUG read version from /w/workspace/exfoundry_device-usb-camera_main/.semver/main [2022-06-19T09:11:59.818Z] 0.0.1-dev.8 [Pipeline] } [2022-06-19T09:11:59.834Z] $ docker exec --env ******** --env ******** 7e87ed08d110e3df17628a34a842b205075204a36cb8310e9b8598befa6c0e1d ssh-agent -k [2022-06-19T09:11:59.936Z] unset SSH_AUTH_SOCK; [2022-06-19T09:11:59.937Z] unset SSH_AGENT_PID; [2022-06-19T09:11:59.937Z] echo Agent pid 38 killed; [2022-06-19T09:11:59.945Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-06-19T09:12:00.261Z] + git semver [Pipeline] } [2022-06-19T09:12:00.544Z] $ docker stop --time=1 7e87ed08d110e3df17628a34a842b205075204a36cb8310e9b8598befa6c0e1d [2022-06-19T09:12:01.868Z] $ docker rm -f 7e87ed08d110e3df17628a34a842b205075204a36cb8310e9b8598befa6c0e1d [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-19T09:12:02.255Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2022-06-19T09:12:02.256Z] [2022-06-19T09:12:02.256Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-19T09:12:02.561Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2022-06-19T09:12:02.561Z] 0.23.1-centos7: Pulling from edgex-lftools [2022-06-19T09:12:02.561Z] ab5ef0e58194: Pulling fs layer [2022-06-19T09:12:02.561Z] 9712f1f96733: Pulling fs layer [2022-06-19T09:12:02.561Z] 63f879dbbcfc: Pulling fs layer [2022-06-19T09:12:02.561Z] 0d9ebad4ef96: Pulling fs layer [2022-06-19T09:12:02.561Z] e9a5061849ea: Pulling fs layer [2022-06-19T09:12:02.561Z] d747dcd14b5f: Pulling fs layer [2022-06-19T09:12:02.561Z] 2de7ff778b66: Pulling fs layer [2022-06-19T09:12:02.561Z] 0d9ebad4ef96: Waiting [2022-06-19T09:12:02.561Z] d747dcd14b5f: Waiting [2022-06-19T09:12:02.561Z] e9a5061849ea: Waiting [2022-06-19T09:12:02.561Z] 2de7ff778b66: Waiting [2022-06-19T09:12:02.561Z] 9712f1f96733: Verifying Checksum [2022-06-19T09:12:02.561Z] 9712f1f96733: Download complete [2022-06-19T09:12:02.823Z] 63f879dbbcfc: Verifying Checksum [2022-06-19T09:12:02.823Z] 63f879dbbcfc: Download complete [2022-06-19T09:12:03.084Z] e9a5061849ea: Verifying Checksum [2022-06-19T09:12:03.084Z] e9a5061849ea: Download complete [2022-06-19T09:12:03.084Z] d747dcd14b5f: Verifying Checksum [2022-06-19T09:12:03.084Z] d747dcd14b5f: Download complete [2022-06-19T09:12:03.084Z] 0d9ebad4ef96: Verifying Checksum [2022-06-19T09:12:03.084Z] 0d9ebad4ef96: Download complete [2022-06-19T09:12:03.084Z] ab5ef0e58194: Download complete [2022-06-19T09:12:03.084Z] 2de7ff778b66: Verifying Checksum [2022-06-19T09:12:03.084Z] 2de7ff778b66: Download complete [2022-06-19T09:12:06.375Z] ab5ef0e58194: Pull complete [2022-06-19T09:12:06.375Z] 9712f1f96733: Pull complete [2022-06-19T09:12:06.635Z] 63f879dbbcfc: Pull complete [2022-06-19T09:12:10.828Z] 0d9ebad4ef96: Pull complete [2022-06-19T09:12:10.828Z] e9a5061849ea: Pull complete [2022-06-19T09:12:10.828Z] d747dcd14b5f: Pull complete [2022-06-19T09:12:11.766Z] 2de7ff778b66: Pull complete [2022-06-19T09:12:11.766Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2022-06-19T09:12:11.766Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2022-06-19T09:12:11.766Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-06-19T09:12:11.857Z] prd-ubuntu20.04-docker-8c-8g-3106 does not seem to be running inside a container [2022-06-19T09:12:11.896Z] $ 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 [2022-06-19T09:12:14.088Z] $ docker top 8e20ce67439cd563c1f3cfe262ca36ab63d049eaeb2ba795f28a07ebcd3f6110 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2022-06-19T09:12:14.170Z] provisioning config files... [2022-06-19T09:12:14.179Z] copy managed file [sigul-config] to file:/w/workspace/exfoundry_device-usb-camera_main@tmp/config8521150728730388121tmp [2022-06-19T09:12:14.191Z] copy managed file [sigul-password] to file:/w/workspace/exfoundry_device-usb-camera_main@tmp/config8440454589826018952tmp [2022-06-19T09:12:14.202Z] copy managed file [sigul-pki] to file:/w/workspace/exfoundry_device-usb-camera_main@tmp/config1098213173158622004tmp [Pipeline] { [Pipeline] echo [2022-06-19T09:12:14.217Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2022-06-19T09:12:14.498Z] ---> sigul-configuration.sh [2022-06-19T09:12:14.498Z] gpg: directory `/root/.gnupg' created [2022-06-19T09:12:14.498Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2022-06-19T09:12:14.498Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2022-06-19T09:12:14.498Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2022-06-19T09:12:14.498Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2022-06-19T09:12:14.498Z] gpg: CAST5 encrypted data [2022-06-19T09:12:14.498Z] gpg: encrypted with 1 passphrase [2022-06-19T09:12:14.498Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2022-06-19T09:12:14.788Z] + mkdir /home/jenkins [2022-06-19T09:12:14.788Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2022-06-19T09:12:15.076Z] + 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 [2022-06-19T09:12:15.084Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2022-06-19T09:12:15.372Z] ---> sigul-install.sh [2022-06-19T09:12:15.372Z] Sigul already installed; skipping installation. [Pipeline] sh [2022-06-19T09:12:15.659Z] + git tag --list [2022-06-19T09:12:15.659Z] v0.0.0 [2022-06-19T09:12:15.659Z] v0.0.1-dev.1 [2022-06-19T09:12:15.659Z] v0.0.1-dev.2 [2022-06-19T09:12:15.659Z] v0.0.1-dev.3 [2022-06-19T09:12:15.659Z] v0.0.1-dev.4 [2022-06-19T09:12:15.659Z] v0.0.1-dev.5 [2022-06-19T09:12:15.659Z] v0.0.1-dev.6 [2022-06-19T09:12:15.659Z] v0.0.1-dev.7 [2022-06-19T09:12:15.659Z] v0.0.1-dev.8 [Pipeline] sh [2022-06-19T09:12:15.947Z] + lftools sign git-tag v0.0.1-dev.8 [2022-06-19T09:12:16.516Z] Signing Git tag with Sigul... [2022-06-19T09:12:16.516Z] Signing v0.0.1-dev.8 [Pipeline] echo [2022-06-19T09:12:17.096Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2022-06-19T09:12:17.384Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2022-06-19T09:12:17.393Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2022-06-19T09:12:17.419Z] $ docker stop --time=1 8e20ce67439cd563c1f3cfe262ca36ab63d049eaeb2ba795f28a07ebcd3f6110 [2022-06-19T09:12:18.757Z] $ docker rm -f 8e20ce67439cd563c1f3cfe262ca36ab63d049eaeb2ba795f28a07ebcd3f6110 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh [2022-06-19T09:12:19.186Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2022-06-19T09:12:19.186Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-19T09:12:19.493Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-06-19T09:12:19.493Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-06-19T09:12:19.582Z] prd-ubuntu20.04-docker-8c-8g-3106 does not seem to be running inside a container [2022-06-19T09:12:19.632Z] $ 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 [2022-06-19T09:12:20.026Z] $ docker top 7b6afbe6e72619ab42914e6372481dd63366104133fbe95d08e6109690307875 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2022-06-19T09:12:20.130Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-06-19T09:12:20.130Z] [ssh-agent] Looking for ssh-agent implementation... [2022-06-19T09:12:20.265Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-06-19T09:12:20.272Z] $ docker exec 7b6afbe6e72619ab42914e6372481dd63366104133fbe95d08e6109690307875 ssh-agent [2022-06-19T09:12:20.395Z] SSH_AUTH_SOCK=/tmp/ssh-NYcxK1ElhZbx/agent.33 [2022-06-19T09:12:20.395Z] SSH_AGENT_PID=39 [2022-06-19T09:12:20.402Z] Running ssh-add (command line suppressed) [2022-06-19T09:12:20.533Z] 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) [2022-06-19T09:12:20.546Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-06-19T09:12:20.839Z] + git semver bump pre [2022-06-19T09:12:21.100Z] 2022-06-19 09:12:21,028 [read_version] DEBUG read version from /w/workspace/exfoundry_device-usb-camera_main/.semver/main [2022-06-19T09:12:21.100Z] 2022-06-19 09:12:21,028 [bump_version] DEBUG bumping version:0.0.1-dev.8 on axis:pre with prefix:dev [2022-06-19T09:12:21.100Z] 2022-06-19 09:12:21,028 [bump_version] DEBUG bumped version:0.0.1-dev.9 [2022-06-19T09:12:21.100Z] 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 [2022-06-19T09:12:21.100Z] 2022-06-19 09:12:21,028 [read_version] DEBUG read version from /w/workspace/exfoundry_device-usb-camera_main/.semver/main [2022-06-19T09:12:21.100Z] 2022-06-19 09:12:21,028 [write_file] DEBUG write to file:/w/workspace/exfoundry_device-usb-camera_main/.semver/main [2022-06-19T09:12:21.100Z] 2022-06-19 09:12:21,031 [execute] INFO git cat-file --batch-check [2022-06-19T09:12:21.100Z] 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=) [2022-06-19T09:12:21.100Z] 2022-06-19 09:12:21,037 [execute] INFO git cat-file --batch [2022-06-19T09:12:21.100Z] 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=) [2022-06-19T09:12:21.100Z] 2022-06-19 09:12:21,042 [read_version] DEBUG read version from /w/workspace/exfoundry_device-usb-camera_main/.semver/main [2022-06-19T09:12:21.100Z] 0.0.1-dev.9 [Pipeline] } [2022-06-19T09:12:21.115Z] $ docker exec --env ******** --env ******** 7b6afbe6e72619ab42914e6372481dd63366104133fbe95d08e6109690307875 ssh-agent -k [2022-06-19T09:12:21.215Z] unset SSH_AUTH_SOCK; [2022-06-19T09:12:21.215Z] unset SSH_AGENT_PID; [2022-06-19T09:12:21.215Z] echo Agent pid 39 killed; [2022-06-19T09:12:21.222Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-06-19T09:12:21.534Z] + git semver [Pipeline] } [2022-06-19T09:12:21.811Z] $ docker stop --time=1 7b6afbe6e72619ab42914e6372481dd63366104133fbe95d08e6109690307875 [2022-06-19T09:12:23.123Z] $ docker rm -f 7b6afbe6e72619ab42914e6372481dd63366104133fbe95d08e6109690307875 [Pipeline] // withDockerContainer [Pipeline] sh [2022-06-19T09:12:23.467Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2022-06-19T09:12:23.467Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-19T09:12:23.864Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-06-19T09:12:23.864Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-06-19T09:12:24.006Z] prd-ubuntu20.04-docker-8c-8g-3106 does not seem to be running inside a container [2022-06-19T09:12:24.046Z] $ 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 [2022-06-19T09:12:24.442Z] $ docker top 20aed75e2cea6bbc13ff87d6699a65af1059070ce12cea0ac91508dc1ecb1b60 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2022-06-19T09:12:24.544Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-06-19T09:12:24.544Z] [ssh-agent] Looking for ssh-agent implementation... [2022-06-19T09:12:24.671Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-06-19T09:12:24.678Z] $ docker exec 20aed75e2cea6bbc13ff87d6699a65af1059070ce12cea0ac91508dc1ecb1b60 ssh-agent [2022-06-19T09:12:24.800Z] SSH_AUTH_SOCK=/tmp/ssh-ufZgT5MhK3NO/agent.33 [2022-06-19T09:12:24.800Z] SSH_AGENT_PID=39 [2022-06-19T09:12:24.807Z] Running ssh-add (command line suppressed) [2022-06-19T09:12:24.925Z] 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) [2022-06-19T09:12:24.937Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-06-19T09:12:25.226Z] + git semver push [2022-06-19T09:12:25.487Z] 2022-06-19 09:12:25,420 [run_push] DEBUG push [2022-06-19T09:12:25.487Z] 2022-06-19 09:12:25,420 [execute] INFO git cat-file --batch-check [2022-06-19T09:12:25.487Z] 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=) [2022-06-19T09:12:25.487Z] 2022-06-19 09:12:25,425 [execute] INFO git rev-list 3121d145dea46de1e8be57989e6f664388735774 -- [2022-06-19T09:12:25.487Z] 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) [2022-06-19T09:12:25.487Z] 2022-06-19 09:12:25,431 [execute] INFO git fetch -v origin [2022-06-19T09:12:25.487Z] 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) [2022-06-19T09:12:26.060Z] 2022-06-19 09:12:25,911 [run_push] DEBUG no remote changes detected [2022-06-19T09:12:26.060Z] 2022-06-19 09:12:25,912 [execute] INFO git push origin semver [2022-06-19T09:12:26.060Z] 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) [2022-06-19T09:12:27.012Z] 2022-06-19 09:12:26,688 [run_push] DEBUG push all version tags [2022-06-19T09:12:27.012Z] 2022-06-19 09:12:26,688 [execute] INFO git push origin refs/tags/v*:refs/tags/v* [2022-06-19T09:12:27.012Z] 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) [2022-06-19T09:12:27.584Z] 2022-06-19 09:12:27,333 [read_version] DEBUG read version from /w/workspace/exfoundry_device-usb-camera_main/.semver/main [2022-06-19T09:12:27.584Z] 0.0.1-dev.9 [Pipeline] } [2022-06-19T09:12:27.598Z] $ docker exec --env ******** --env ******** 20aed75e2cea6bbc13ff87d6699a65af1059070ce12cea0ac91508dc1ecb1b60 ssh-agent -k [2022-06-19T09:12:27.714Z] unset SSH_AUTH_SOCK; [2022-06-19T09:12:27.714Z] unset SSH_AGENT_PID; [2022-06-19T09:12:27.714Z] echo Agent pid 39 killed; [2022-06-19T09:12:27.722Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-06-19T09:12:28.025Z] + git semver [Pipeline] } [2022-06-19T09:12:28.305Z] $ docker stop --time=1 20aed75e2cea6bbc13ff87d6699a65af1059070ce12cea0ac91508dc1ecb1b60 [2022-06-19T09:12:29.605Z] $ 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 [2022-06-19T09:12:30.194Z] + [ -d /w/workspace/exfoundry_device-usb-camera_main/archives ] [2022-06-19T09:12:30.194Z] + ls -al /w/workspace/exfoundry_device-usb-camera_main/archives [2022-06-19T09:12:30.194Z] total 16 [2022-06-19T09:12:30.194Z] drwxr-xr-x 3 root root 4096 Jun 19 06:26 . [2022-06-19T09:12:30.194Z] drwxrwxr-x 10 jenkins jenkins 4096 Jun 19 09:12 .. [2022-06-19T09:12:30.194Z] drwxr-xr-x 2 root root 4096 Jun 19 06:26 cost [2022-06-19T09:12:30.194Z] -rw-r--r-- 1 root root 87 Jun 19 06:26 cost.csv [2022-06-19T09:12:30.194Z] + sudo chown -R jenkins:jenkins /w/workspace/exfoundry_device-usb-camera_main/archives [2022-06-19T09:12:30.194Z] + ls -al /w/workspace/exfoundry_device-usb-camera_main/archives [2022-06-19T09:12:30.194Z] total 16 [2022-06-19T09:12:30.194Z] drwxr-xr-x 3 jenkins jenkins 4096 Jun 19 06:26 . [2022-06-19T09:12:30.194Z] drwxrwxr-x 10 jenkins jenkins 4096 Jun 19 09:12 .. [2022-06-19T09:12:30.194Z] drwxr-xr-x 2 jenkins jenkins 4096 Jun 19 06:26 cost [2022-06-19T09:12:30.194Z] -rw-r--r-- 1 jenkins jenkins 87 Jun 19 06:26 cost.csv [Pipeline] libraryResource [Pipeline] sh [2022-06-19T09:12:30.489Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2022-06-19T09:12:31.357Z] ---> package-listing.sh [2022-06-19T09:12:31.357Z] ++ facter osfamily [2022-06-19T09:12:31.357Z] ++ tr '[:upper:]' '[:lower:]' [2022-06-19T09:12:31.615Z] + OS_FAMILY=debian [2022-06-19T09:12:31.615Z] + workspace=/w/workspace/exfoundry_device-usb-camera_main [2022-06-19T09:12:31.615Z] + START_PACKAGES=/tmp/packages_start.txt [2022-06-19T09:12:31.615Z] + END_PACKAGES=/tmp/packages_end.txt [2022-06-19T09:12:31.615Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2022-06-19T09:12:31.615Z] + PACKAGES=/tmp/packages_start.txt [2022-06-19T09:12:31.615Z] + '[' /w/workspace/exfoundry_device-usb-camera_main ']' [2022-06-19T09:12:31.615Z] + PACKAGES=/tmp/packages_end.txt [2022-06-19T09:12:31.615Z] + case "${OS_FAMILY}" in [2022-06-19T09:12:31.615Z] + dpkg -l [2022-06-19T09:12:31.616Z] + grep '^ii' [2022-06-19T09:12:31.616Z] + '[' -f /tmp/packages_start.txt ']' [2022-06-19T09:12:31.616Z] + '[' -f /tmp/packages_end.txt ']' [2022-06-19T09:12:31.616Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2022-06-19T09:12:31.616Z] + '[' /w/workspace/exfoundry_device-usb-camera_main ']' [2022-06-19T09:12:31.616Z] + mkdir -p /w/workspace/exfoundry_device-usb-camera_main/archives/ [2022-06-19T09:12:31.616Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/exfoundry_device-usb-camera_main/archives/ [Pipeline] echo [2022-06-19T09:12:31.625Z] 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 [2022-06-19T09:12:31.900Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-19T09:12:32.461Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-06-19T09:12:32.461Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-06-19T09:12:32.558Z] prd-ubuntu20.04-docker-8c-8g-3106 does not seem to be running inside a container [2022-06-19T09:12:32.599Z] $ 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 [2022-06-19T09:12:32.874Z] $ docker top b08facd28d867ddd6a7b2b5daa5546466d740266ecf58b801ac37ad294309f88 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-06-19T09:12:33.235Z] + touch /tmp/pre-build-complete [Pipeline] sh [2022-06-19T09:12:33.520Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2022-06-19T09:12:33.807Z] + ls /var/log/sa-host [2022-06-19T09:12:33.807Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-06-19T09:12:33.940Z] provisioning config files... [2022-06-19T09:12:33.948Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/exfoundry_device-usb-camera_main@tmp/config6298728274668986087tmp [Pipeline] { [Pipeline] echo [2022-06-19T09:12:33.962Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2022-06-19T09:12:34.245Z] ---> create-netrc.sh [Pipeline] } [2022-06-19T09:12:34.253Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2022-06-19T09:12:34.591Z] ---> python-tools-install.sh [Pipeline] echo [2022-06-19T09:12:34.599Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2022-06-19T09:12:34.883Z] ---> sudo-logs.sh [2022-06-19T09:12:34.883Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2022-06-19T09:12:34.907Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2022-06-19T09:12:35.196Z] ---> job-cost.sh [2022-06-19T09:12:35.196Z] lf-activate-venv: SKIPPING [2022-06-19T09:12:35.196Z] DEBUG: total: 0.2199999988079071 [2022-06-19T09:12:35.196Z] INFO: Retrieving Stack Cost... [2022-06-19T09:12:35.766Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2022-06-19T09:12:36.025Z] INFO: Archiving Costs [Pipeline] echo [2022-06-19T09:12:36.037Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2022-06-19T09:12:36.322Z] ---> logs-deploy.sh [2022-06-19T09:12:36.322Z] lf-activate-venv: SKIPPING [2022-06-19T09:12:36.322Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-usb-camera/main/19 [2022-06-19T09:12:36.322Z] INFO: archiving workspace using pattern(s): [2022-06-19T09:12:37.261Z] Archives upload complete. [2022-06-19T09:12:37.521Z] INFO: archiving logs to Nexus [2022-06-19T09:12:38.096Z] ---> uname -a: [2022-06-19T09:12:38.096Z] 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 [2022-06-19T09:12:38.096Z] [2022-06-19T09:12:38.096Z] [2022-06-19T09:12:38.096Z] ---> lscpu: [2022-06-19T09:12:38.096Z] Architecture: x86_64 [2022-06-19T09:12:38.096Z] CPU op-mode(s): 32-bit, 64-bit [2022-06-19T09:12:38.096Z] Byte Order: Little Endian [2022-06-19T09:12:38.096Z] Address sizes: 40 bits physical, 48 bits virtual [2022-06-19T09:12:38.096Z] CPU(s): 8 [2022-06-19T09:12:38.096Z] On-line CPU(s) list: 0-7 [2022-06-19T09:12:38.096Z] Thread(s) per core: 1 [2022-06-19T09:12:38.096Z] Core(s) per socket: 1 [2022-06-19T09:12:38.096Z] Socket(s): 8 [2022-06-19T09:12:38.096Z] NUMA node(s): 1 [2022-06-19T09:12:38.096Z] Vendor ID: AuthenticAMD [2022-06-19T09:12:38.096Z] CPU family: 23 [2022-06-19T09:12:38.096Z] Model: 49 [2022-06-19T09:12:38.096Z] Model name: AMD EPYC-Rome Processor [2022-06-19T09:12:38.096Z] Stepping: 0 [2022-06-19T09:12:38.096Z] CPU MHz: 2799.996 [2022-06-19T09:12:38.096Z] BogoMIPS: 5599.99 [2022-06-19T09:12:38.096Z] Virtualization: AMD-V [2022-06-19T09:12:38.096Z] Hypervisor vendor: KVM [2022-06-19T09:12:38.096Z] Virtualization type: full [2022-06-19T09:12:38.096Z] L1d cache: 256 KiB [2022-06-19T09:12:38.096Z] L1i cache: 256 KiB [2022-06-19T09:12:38.096Z] L2 cache: 4 MiB [2022-06-19T09:12:38.096Z] L3 cache: 128 MiB [2022-06-19T09:12:38.096Z] NUMA node0 CPU(s): 0-7 [2022-06-19T09:12:38.096Z] Vulnerability Itlb multihit: Not affected [2022-06-19T09:12:38.096Z] Vulnerability L1tf: Not affected [2022-06-19T09:12:38.096Z] Vulnerability Mds: Not affected [2022-06-19T09:12:38.096Z] Vulnerability Meltdown: Not affected [2022-06-19T09:12:38.096Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2022-06-19T09:12:38.096Z] Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization [2022-06-19T09:12:38.096Z] Vulnerability Spectre v2: Mitigation; Full AMD retpoline, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling [2022-06-19T09:12:38.096Z] Vulnerability Srbds: Not affected [2022-06-19T09:12:38.096Z] Vulnerability Tsx async abort: Not affected [2022-06-19T09:12:38.096Z] 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 [2022-06-19T09:12:38.096Z] [2022-06-19T09:12:38.096Z] [2022-06-19T09:12:38.096Z] ---> nproc: [2022-06-19T09:12:38.096Z] 8 [2022-06-19T09:12:38.096Z] [2022-06-19T09:12:38.096Z] [2022-06-19T09:12:38.096Z] ---> df -h: [2022-06-19T09:12:38.096Z] Filesystem Size Used Avail Use% Mounted on [2022-06-19T09:12:38.096Z] overlay 155G 13G 143G 8% / [2022-06-19T09:12:38.096Z] tmpfs 64M 0 64M 0% /dev [2022-06-19T09:12:38.096Z] tmpfs 16G 0 16G 0% /sys/fs/cgroup [2022-06-19T09:12:38.096Z] shm 64M 0 64M 0% /dev/shm [2022-06-19T09:12:38.096Z] /dev/vda1 155G 13G 143G 8% /facter-os [2022-06-19T09:12:38.096Z] [2022-06-19T09:12:38.096Z] [2022-06-19T09:12:38.096Z] ---> sar -b -r -n DEV: [2022-06-19T09:12:38.096Z] Linux 5.4.0-94-generic (prd-ubuntu20-04-docker-8c-8g-3106) 06/19/22 _x86_64_ (8 CPU) [2022-06-19T09:12:38.096Z] [2022-06-19T09:12:38.096Z] 06:22:58 LINUX RESTART (8 CPU) [2022-06-19T09:12:38.096Z] [2022-06-19T09:12:38.096Z] 06:23:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2022-06-19T09:12:38.096Z] 06:24:01 379.05 66.94 312.11 0.00 10380.67 206551.57 0.00 [2022-06-19T09:12:38.096Z] 06:25:01 164.92 1.22 163.71 0.00 17.86 63120.41 0.00 [2022-06-19T09:12:38.096Z] 06:26:01 178.33 2.34 175.99 0.00 46.36 29141.36 0.00 [2022-06-19T09:12:38.096Z] 06:27:01 32.89 0.00 32.89 0.00 0.00 16450.92 0.00 [2022-06-19T09:12:38.096Z] 06:28:01 1.63 0.03 1.60 0.00 0.40 19.21 0.00 [2022-06-19T09:12:38.096Z] 06:29:01 1.00 0.00 1.00 0.00 0.00 10.80 0.00 [2022-06-19T09:12:38.096Z] 06:30:01 1.15 0.00 1.15 0.00 0.00 14.13 0.00 [2022-06-19T09:12:38.096Z] 06:31:01 1.07 0.00 1.07 0.00 0.00 12.66 0.00 [2022-06-19T09:12:38.096Z] 06:32:01 1.08 0.00 1.08 0.00 0.00 13.06 0.00 [2022-06-19T09:12:38.096Z] 06:33:01 1.05 0.00 1.05 0.00 0.00 12.66 0.00 [2022-06-19T09:12:38.096Z] 06:34:01 1.28 0.00 1.28 0.00 0.00 19.33 0.00 [2022-06-19T09:12:38.096Z] 06:35:01 0.92 0.00 0.92 0.00 0.00 11.33 0.00 [2022-06-19T09:12:38.096Z] 06:36:01 1.17 0.00 1.17 0.00 0.00 14.66 0.00 [2022-06-19T09:12:38.096Z] 06:37:01 0.98 0.00 0.98 0.00 0.00 11.60 0.00 [2022-06-19T09:12:38.096Z] 06:38:01 1.23 0.00 1.23 0.00 0.00 15.99 0.00 [2022-06-19T09:12:38.096Z] 06:39:01 1.42 0.02 1.40 0.00 0.13 17.46 0.00 [2022-06-19T09:12:38.096Z] 06:40:01 1.15 0.00 1.15 0.00 0.00 14.40 0.00 [2022-06-19T09:12:38.096Z] 06:41:01 3.03 0.87 2.17 0.00 18.40 29.86 0.00 [2022-06-19T09:12:38.096Z] 06:42:01 1.18 0.00 1.18 0.00 0.00 14.93 0.00 [2022-06-19T09:12:38.096Z] 06:43:01 1.10 0.00 1.10 0.00 0.00 13.20 0.00 [2022-06-19T09:12:38.096Z] 06:44:01 1.18 0.00 1.18 0.00 0.00 15.73 0.00 [2022-06-19T09:12:38.096Z] 06:45:01 1.72 0.63 1.08 0.00 22.53 13.06 0.00 [2022-06-19T09:12:38.096Z] 06:46:01 2.20 0.93 1.27 0.00 26.52 16.93 0.00 [2022-06-19T09:12:38.096Z] 06:47:01 0.97 0.03 0.93 0.00 0.27 11.25 0.00 [2022-06-19T09:12:38.096Z] 06:48:01 1.33 0.05 1.28 0.00 2.13 15.59 0.00 [2022-06-19T09:12:38.096Z] 06:49:01 1.13 0.00 1.13 0.00 0.00 13.33 0.00 [2022-06-19T09:12:38.096Z] 06:50:01 1.18 0.00 1.18 0.00 0.00 14.53 0.00 [2022-06-19T09:12:38.096Z] 06:51:01 1.02 0.00 1.02 0.00 0.00 11.06 0.00 [2022-06-19T09:12:38.096Z] 06:52:01 1.17 0.00 1.17 0.00 0.00 14.53 0.00 [2022-06-19T09:12:38.096Z] 06:53:01 0.93 0.00 0.93 0.00 0.00 10.53 0.00 [2022-06-19T09:12:38.096Z] 06:54:01 1.42 0.00 1.42 0.00 0.00 19.06 0.00 [2022-06-19T09:12:38.096Z] 06:55:01 0.98 0.00 0.98 0.00 0.00 11.06 0.00 [2022-06-19T09:12:38.096Z] 06:56:01 1.23 0.00 1.23 0.00 0.00 15.60 0.00 [2022-06-19T09:12:38.096Z] 06:57:01 0.97 0.00 0.97 0.00 0.00 11.06 0.00 [2022-06-19T09:12:38.096Z] 06:58:01 1.23 0.00 1.23 0.00 0.00 14.26 0.00 [2022-06-19T09:12:38.096Z] 06:59:01 1.12 0.00 1.12 0.00 0.00 13.60 0.00 [2022-06-19T09:12:38.096Z] 07:00:01 1.30 0.00 1.30 0.00 0.00 15.86 0.00 [2022-06-19T09:12:38.096Z] 07:01:01 1.03 0.00 1.03 0.00 0.00 11.73 0.00 [2022-06-19T09:12:38.096Z] 07:02:01 1.20 0.00 1.20 0.00 0.00 15.73 0.00 [2022-06-19T09:12:38.096Z] 07:03:01 1.07 0.00 1.07 0.00 0.00 11.86 0.00 [2022-06-19T09:12:38.096Z] 07:04:01 1.38 0.00 1.38 0.00 0.00 17.20 0.00 [2022-06-19T09:12:38.096Z] 07:05:01 1.03 0.00 1.03 0.00 0.00 13.06 0.00 [2022-06-19T09:12:38.096Z] 07:06:01 1.37 0.00 1.37 0.00 0.00 16.93 0.00 [2022-06-19T09:12:38.096Z] 07:07:01 1.00 0.00 1.00 0.00 0.00 11.60 0.00 [2022-06-19T09:12:38.096Z] 07:08:01 1.25 0.00 1.25 0.00 0.00 14.93 0.00 [2022-06-19T09:12:38.096Z] 07:09:01 1.13 0.00 1.13 0.00 0.00 13.33 0.00 [2022-06-19T09:12:38.096Z] 07:10:01 1.20 0.00 1.20 0.00 0.00 15.19 0.00 [2022-06-19T09:12:38.096Z] 07:11:01 0.98 0.00 0.98 0.00 0.00 12.66 0.00 [2022-06-19T09:12:38.096Z] 07:12:01 1.37 0.00 1.37 0.00 0.00 16.53 0.00 [2022-06-19T09:12:38.096Z] 07:13:01 1.05 0.00 1.05 0.00 0.00 12.66 0.00 [2022-06-19T09:12:38.097Z] 07:14:01 1.43 0.00 1.43 0.00 0.00 17.46 0.00 [2022-06-19T09:12:38.097Z] 07:15:01 1.12 0.00 1.12 0.00 0.00 13.60 0.00 [2022-06-19T09:12:38.097Z] 07:16:01 1.32 0.00 1.32 0.00 0.00 15.46 0.00 [2022-06-19T09:12:38.097Z] 07:17:01 1.03 0.02 1.02 0.00 0.13 11.73 0.00 [2022-06-19T09:12:38.097Z] 07:18:01 1.43 0.00 1.43 0.00 0.00 16.93 0.00 [2022-06-19T09:12:38.097Z] 07:19:01 1.12 0.00 1.12 0.00 0.00 12.00 0.00 [2022-06-19T09:12:38.097Z] 07:20:01 1.33 0.00 1.33 0.00 0.00 16.53 0.00 [2022-06-19T09:12:38.097Z] 07:21:01 1.20 0.00 1.20 0.00 0.00 13.60 0.00 [2022-06-19T09:12:38.097Z] 07:22:01 1.57 0.00 1.57 0.00 0.00 18.13 0.00 [2022-06-19T09:12:38.097Z] 07:23:01 0.95 0.00 0.95 0.00 0.00 10.80 0.00 [2022-06-19T09:12:38.097Z] 07:24:01 1.40 0.00 1.40 0.00 0.00 16.53 0.00 [2022-06-19T09:12:38.097Z] 07:25:01 1.02 0.00 1.02 0.00 0.00 12.00 0.00 [2022-06-19T09:12:38.097Z] 07:26:01 1.38 0.00 1.38 0.00 0.00 17.19 0.00 [2022-06-19T09:12:38.097Z] 07:27:01 1.02 0.00 1.02 0.00 0.00 11.33 0.00 [2022-06-19T09:12:38.097Z] 07:28:01 1.42 0.00 1.42 0.00 0.00 16.53 0.00 [2022-06-19T09:12:38.097Z] 07:29:01 1.05 0.00 1.05 0.00 0.00 12.40 0.00 [2022-06-19T09:12:38.097Z] 07:30:01 1.48 0.00 1.48 0.00 0.00 17.99 0.00 [2022-06-19T09:12:38.097Z] 07:31:01 1.05 0.00 1.05 0.00 0.00 12.00 0.00 [2022-06-19T09:12:38.097Z] 07:32:01 1.30 0.00 1.30 0.00 0.00 16.00 0.00 [2022-06-19T09:12:38.097Z] 07:33:01 1.00 0.00 1.00 0.00 0.00 11.33 0.00 [2022-06-19T09:12:38.097Z] 07:34:01 1.33 0.00 1.33 0.00 0.00 15.60 0.00 [2022-06-19T09:12:38.097Z] 07:35:01 1.03 0.00 1.03 0.00 0.00 11.60 0.00 [2022-06-19T09:12:38.097Z] 07:36:01 1.33 0.00 1.33 0.00 0.00 15.73 0.00 [2022-06-19T09:12:38.097Z] 07:37:01 1.08 0.00 1.08 0.00 0.00 11.73 0.00 [2022-06-19T09:12:38.097Z] 07:38:01 1.30 0.00 1.30 0.00 0.00 15.19 0.00 [2022-06-19T09:12:38.097Z] 07:39:01 1.15 0.00 1.15 0.00 0.00 14.39 0.00 [2022-06-19T09:12:38.097Z] 07:40:01 1.33 0.00 1.33 0.00 0.00 16.26 0.00 [2022-06-19T09:12:38.097Z] 07:41:01 1.07 0.00 1.07 0.00 0.00 12.13 0.00 [2022-06-19T09:12:38.097Z] 07:42:01 1.32 0.00 1.32 0.00 0.00 15.06 0.00 [2022-06-19T09:12:38.097Z] 07:43:01 1.18 0.00 1.18 0.00 0.00 13.86 0.00 [2022-06-19T09:12:38.097Z] 07:44:01 1.38 0.00 1.38 0.00 0.00 17.60 0.00 [2022-06-19T09:12:38.097Z] 07:45:01 1.15 0.00 1.15 0.00 0.00 12.40 0.00 [2022-06-19T09:12:38.097Z] 07:46:01 1.38 0.00 1.38 0.00 0.00 17.33 0.00 [2022-06-19T09:12:38.097Z] 07:47:01 1.05 0.00 1.05 0.00 0.00 11.60 0.00 [2022-06-19T09:12:38.097Z] 07:48:01 1.33 0.00 1.33 0.00 0.00 15.73 0.00 [2022-06-19T09:12:38.097Z] 07:49:01 1.18 0.00 1.18 0.00 0.00 13.60 0.00 [2022-06-19T09:12:38.097Z] 07:50:01 1.28 0.00 1.28 0.00 0.00 15.20 0.00 [2022-06-19T09:12:38.097Z] 07:51:01 1.08 0.00 1.08 0.00 0.00 11.60 0.00 [2022-06-19T09:12:38.097Z] 07:52:01 1.30 0.00 1.30 0.00 0.00 15.20 0.00 [2022-06-19T09:12:38.097Z] 07:53:01 1.12 0.00 1.12 0.00 0.00 11.86 0.00 [2022-06-19T09:12:38.097Z] 07:54:02 1.47 0.00 1.47 0.00 0.00 18.00 0.00 [2022-06-19T09:12:38.097Z] 07:55:01 1.15 0.00 1.15 0.00 0.00 12.34 0.00 [2022-06-19T09:12:38.097Z] 07:56:01 1.30 0.00 1.30 0.00 0.00 16.00 0.00 [2022-06-19T09:12:38.097Z] 07:57:01 1.05 0.00 1.05 0.00 0.00 11.86 0.00 [2022-06-19T09:12:38.097Z] 07:58:01 1.65 0.00 1.65 0.00 0.00 19.60 0.00 [2022-06-19T09:12:38.097Z] 07:59:01 0.98 0.00 0.98 0.00 0.00 11.20 0.00 [2022-06-19T09:12:38.097Z] 08:00:01 1.85 0.00 1.85 0.00 0.00 21.60 0.00 [2022-06-19T09:12:38.097Z] 08:01:01 1.02 0.00 1.02 0.00 0.00 11.20 0.00 [2022-06-19T09:12:38.097Z] 08:02:01 1.65 0.00 1.65 0.00 0.00 18.93 0.00 [2022-06-19T09:12:38.097Z] 08:03:01 1.00 0.00 1.00 0.00 0.00 11.06 0.00 [2022-06-19T09:12:38.097Z] 08:04:01 1.58 0.00 1.58 0.00 0.00 19.46 0.00 [2022-06-19T09:12:38.097Z] 08:05:01 1.08 0.00 1.08 0.00 0.00 12.66 0.00 [2022-06-19T09:12:38.097Z] 08:06:01 1.70 0.00 1.70 0.00 0.00 18.80 0.00 [2022-06-19T09:12:38.097Z] 08:07:01 1.05 0.00 1.05 0.00 0.00 12.40 0.00 [2022-06-19T09:12:38.097Z] 08:08:01 1.38 0.00 1.38 0.00 0.00 16.00 0.00 [2022-06-19T09:12:38.097Z] 08:09:01 1.05 0.00 1.05 0.00 0.00 12.13 0.00 [2022-06-19T09:12:38.097Z] 08:10:01 1.45 0.00 1.45 0.00 0.00 17.60 0.00 [2022-06-19T09:12:38.097Z] 08:11:01 1.03 0.00 1.03 0.00 0.00 12.00 0.00 [2022-06-19T09:12:38.097Z] 08:12:01 1.35 0.00 1.35 0.00 0.00 16.53 0.00 [2022-06-19T09:12:38.097Z] 08:13:01 1.05 0.00 1.05 0.00 0.00 11.86 0.00 [2022-06-19T09:12:38.097Z] 08:14:01 1.28 0.00 1.28 0.00 0.00 15.86 0.00 [2022-06-19T09:12:38.097Z] 08:15:01 1.17 0.00 1.17 0.00 0.00 14.13 0.00 [2022-06-19T09:12:38.097Z] 08:16:01 1.38 0.00 1.38 0.00 0.00 16.53 0.00 [2022-06-19T09:12:38.097Z] 08:17:01 1.03 0.00 1.03 0.00 0.00 12.53 0.00 [2022-06-19T09:12:38.097Z] 08:18:01 1.95 0.00 1.95 0.00 0.00 22.00 0.00 [2022-06-19T09:12:38.097Z] 08:19:01 1.08 0.00 1.08 0.00 0.00 12.26 0.00 [2022-06-19T09:12:38.097Z] 08:20:01 1.47 0.00 1.47 0.00 0.00 18.66 0.00 [2022-06-19T09:12:38.097Z] 08:21:01 1.08 0.00 1.08 0.00 0.00 11.73 0.00 [2022-06-19T09:12:38.097Z] 08:22:01 1.73 0.00 1.73 0.00 0.00 19.60 0.00 [2022-06-19T09:12:38.097Z] 08:23:01 1.02 0.00 1.02 0.00 0.00 12.00 0.00 [2022-06-19T09:12:38.097Z] 08:24:01 1.38 0.00 1.38 0.00 0.00 16.53 0.00 [2022-06-19T09:12:38.097Z] 08:25:01 1.20 0.00 1.20 0.00 0.00 14.40 0.00 [2022-06-19T09:12:38.097Z] 08:26:01 1.37 0.00 1.37 0.00 0.00 16.80 0.00 [2022-06-19T09:12:38.097Z] 08:27:01 1.10 0.00 1.10 0.00 0.00 12.00 0.00 [2022-06-19T09:12:38.097Z] 08:28:01 1.37 0.00 1.37 0.00 0.00 16.00 0.00 [2022-06-19T09:12:38.097Z] 08:29:01 1.08 0.00 1.08 0.00 0.00 12.40 0.00 [2022-06-19T09:12:38.097Z] 08:30:01 1.83 0.00 1.83 0.00 0.00 21.73 0.00 [2022-06-19T09:12:38.097Z] 08:31:01 1.05 0.00 1.05 0.00 0.00 11.73 0.00 [2022-06-19T09:12:38.097Z] 08:32:01 1.75 0.00 1.75 0.00 0.00 19.46 0.00 [2022-06-19T09:12:38.097Z] 08:33:01 1.05 0.00 1.05 0.00 0.00 12.66 0.00 [2022-06-19T09:12:38.097Z] 08:34:01 1.72 0.00 1.72 0.00 0.00 19.86 0.00 [2022-06-19T09:12:38.097Z] 08:35:01 1.12 0.00 1.12 0.00 0.00 13.73 0.00 [2022-06-19T09:12:38.097Z] 08:36:01 1.73 0.00 1.73 0.00 0.00 19.46 0.00 [2022-06-19T09:12:38.097Z] 08:37:01 1.00 0.00 1.00 0.00 0.00 10.80 0.00 [2022-06-19T09:12:38.097Z] 08:38:01 1.72 0.00 1.72 0.00 0.00 19.86 0.00 [2022-06-19T09:12:38.097Z] 08:39:01 1.03 0.00 1.03 0.00 0.00 12.26 0.00 [2022-06-19T09:12:38.097Z] 08:40:01 1.70 0.00 1.70 0.00 0.00 19.73 0.00 [2022-06-19T09:12:38.097Z] 08:41:01 1.03 0.00 1.03 0.00 0.00 12.00 0.00 [2022-06-19T09:12:38.097Z] 08:42:01 1.40 0.00 1.40 0.00 0.00 16.00 0.00 [2022-06-19T09:12:38.097Z] 08:43:01 1.02 0.00 1.02 0.00 0.00 12.00 0.00 [2022-06-19T09:12:38.097Z] 08:44:01 1.82 0.00 1.82 0.00 0.00 21.46 0.00 [2022-06-19T09:12:38.097Z] 08:45:01 1.17 0.00 1.17 0.00 0.00 13.73 0.00 [2022-06-19T09:12:38.097Z] 08:46:01 1.45 0.00 1.45 0.00 0.00 17.73 0.00 [2022-06-19T09:12:38.097Z] 08:47:01 1.00 0.00 1.00 0.00 0.00 10.80 0.00 [2022-06-19T09:12:38.097Z] 08:48:01 1.38 0.00 1.38 0.00 0.00 16.39 0.00 [2022-06-19T09:12:38.097Z] 08:49:01 1.15 0.00 1.15 0.00 0.00 12.67 0.00 [2022-06-19T09:12:38.097Z] 08:50:01 1.60 0.00 1.60 0.00 0.00 19.19 0.00 [2022-06-19T09:12:38.097Z] 08:51:01 1.07 0.00 1.07 0.00 0.00 11.86 0.00 [2022-06-19T09:12:38.097Z] 08:52:01 1.67 0.00 1.67 0.00 0.00 19.33 0.00 [2022-06-19T09:12:38.097Z] 08:53:01 1.07 0.00 1.07 0.00 0.00 11.06 0.00 [2022-06-19T09:12:38.097Z] 08:54:01 1.43 0.00 1.43 0.00 0.00 17.46 0.00 [2022-06-19T09:12:38.097Z] 08:55:01 1.18 0.00 1.18 0.00 0.00 13.33 0.00 [2022-06-19T09:12:38.097Z] 08:56:01 1.68 0.00 1.68 0.00 0.00 19.33 0.00 [2022-06-19T09:12:38.097Z] 08:57:01 1.07 0.00 1.07 0.00 0.00 12.00 0.00 [2022-06-19T09:12:38.097Z] 08:58:01 1.47 0.00 1.47 0.00 0.00 16.53 0.00 [2022-06-19T09:12:38.097Z] 08:59:01 1.12 0.00 1.12 0.00 0.00 12.93 0.00 [2022-06-19T09:12:38.097Z] 09:00:01 1.70 0.00 1.70 0.00 0.00 19.73 0.00 [2022-06-19T09:12:38.097Z] 09:01:01 1.13 0.00 1.13 0.00 0.00 12.40 0.00 [2022-06-19T09:12:38.097Z] 09:02:01 1.35 0.00 1.35 0.00 0.00 16.66 0.00 [2022-06-19T09:12:38.097Z] 09:03:01 1.18 0.00 1.18 0.00 0.00 12.40 0.00 [2022-06-19T09:12:38.097Z] 09:04:01 1.28 0.00 1.28 0.00 0.00 16.53 0.00 [2022-06-19T09:12:38.097Z] 09:05:01 1.28 0.00 1.28 0.00 0.00 15.33 0.00 [2022-06-19T09:12:38.097Z] 09:06:01 1.38 0.00 1.38 0.00 0.00 16.66 0.00 [2022-06-19T09:12:38.097Z] 09:07:01 1.08 0.00 1.08 0.00 0.00 12.53 0.00 [2022-06-19T09:12:38.097Z] 09:08:01 1.38 0.00 1.38 0.00 0.00 15.46 0.00 [2022-06-19T09:12:38.097Z] 09:09:01 1.20 0.00 1.20 0.00 0.00 13.33 0.00 [2022-06-19T09:12:38.097Z] 09:10:01 1.50 0.00 1.50 0.00 0.00 18.40 0.00 [2022-06-19T09:12:38.097Z] 09:11:01 1.13 0.00 1.13 0.00 0.00 12.13 0.00 [2022-06-19T09:12:38.097Z] 09:12:01 64.45 0.33 64.11 0.00 11.33 36830.52 0.00 [2022-06-19T09:12:38.097Z] Average: 6.09 0.43 5.65 0.00 62.30 2098.72 0.00 [2022-06-19T09:12:38.097Z] [2022-06-19T09:12:38.097Z] 06:23:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2022-06-19T09:12:38.097Z] 06:24:01 29079144 31744768 565932 1.72 116216 2823840 2240092 6.60 1136936 2302016 494108 [2022-06-19T09:12:38.097Z] 06:25:01 28188764 31749820 540248 1.64 163528 3583736 1960336 5.78 1235292 2985444 121392 [2022-06-19T09:12:38.097Z] 06:26:01 27487012 31709676 580736 1.77 171660 4208156 2247628 6.62 1336732 3553952 407740 [2022-06-19T09:12:38.097Z] 06:27:01 27466668 31763924 525156 1.60 175952 4257616 1861920 5.49 1296608 3591128 312 [2022-06-19T09:12:38.097Z] 06:28:01 27467620 31764916 524096 1.59 175984 4257636 1861920 5.49 1295904 3591136 20 [2022-06-19T09:12:38.097Z] 06:29:01 27472156 31769524 519468 1.58 176012 4257636 1861920 5.49 1291780 3591180 148 [2022-06-19T09:12:38.097Z] 06:30:01 27472644 31770064 518968 1.58 176052 4257640 1861920 5.49 1291260 3591188 28 [2022-06-19T09:12:38.097Z] 06:31:01 27479120 31776588 512596 1.56 176084 4257644 1861920 5.49 1285236 3591188 16 [2022-06-19T09:12:38.097Z] 06:32:01 27479120 31776616 512508 1.56 176124 4257644 1861920 5.49 1284856 3591188 24 [2022-06-19T09:12:38.097Z] 06:33:01 27479080 31776720 512356 1.56 176156 4257768 1861920 5.49 1284816 3591300 28 [2022-06-19T09:12:38.097Z] 06:34:01 27479064 31776740 512308 1.56 176176 4257752 1861920 5.49 1285572 3591296 16 [2022-06-19T09:12:38.097Z] 06:35:01 27479016 31776712 512268 1.56 176196 4257756 1861920 5.49 1284892 3591300 28 [2022-06-19T09:12:38.097Z] 06:36:01 27479000 31776732 512176 1.56 176236 4257764 1861920 5.49 1285100 3591308 48 [2022-06-19T09:12:38.097Z] 06:37:01 27479140 31776916 511944 1.56 176268 4257764 1861920 5.49 1285256 3591308 12 [2022-06-19T09:12:38.097Z] 06:38:01 27479376 31777192 511620 1.56 176292 4257768 1861920 5.49 1284980 3591324 40 [2022-06-19T09:12:38.097Z] 06:39:01 27479360 31777252 511536 1.56 176328 4257776 1864404 5.49 1285084 3591328 12 [2022-06-19T09:12:38.097Z] 06:40:01 27479240 31777152 511516 1.56 176348 4257776 1864404 5.49 1285188 3591328 184 [2022-06-19T09:12:38.097Z] 06:41:01 27477324 31776056 512576 1.56 176440 4258292 1891392 5.57 1285320 3591800 164 [2022-06-19T09:12:38.097Z] 06:42:01 27477508 31776276 512508 1.56 176464 4258292 1891392 5.57 1285724 3591800 196 [2022-06-19T09:12:38.097Z] 06:43:01 27477980 31776796 511936 1.56 176512 4258296 1891392 5.57 1285628 3591804 232 [2022-06-19T09:12:38.097Z] 06:44:01 27477648 31776472 512176 1.56 176536 4258304 1891392 5.57 1285892 3591812 196 [2022-06-19T09:12:38.097Z] 06:45:01 27477380 31776924 511672 1.56 176576 4258976 1891392 5.57 1287280 3592296 204 [2022-06-19T09:12:38.097Z] 06:46:01 27473832 31775152 513372 1.56 176604 4259780 1891392 5.57 1291120 3591336 20 [2022-06-19T09:12:38.097Z] 06:47:01 27473976 31775324 513352 1.56 176624 4259780 1874788 5.53 1290776 3591340 12 [2022-06-19T09:12:38.097Z] 06:48:01 27474016 31775484 513284 1.56 176640 4259852 1874788 5.53 1291036 3591396 192 [2022-06-19T09:12:38.097Z] 06:49:01 27473764 31775276 513436 1.56 176688 4259848 1874788 5.53 1291548 3591400 12 [2022-06-19T09:12:38.097Z] 06:50:01 27473464 31775132 513512 1.56 176712 4259984 1874788 5.53 1291192 3591528 184 [2022-06-19T09:12:38.097Z] 06:51:01 27473384 31775092 513500 1.56 176740 4259988 1874788 5.53 1291212 3591532 184 [2022-06-19T09:12:38.097Z] 06:52:01 27473248 31775028 513408 1.56 176768 4259992 1858500 5.48 1291968 3591536 172 [2022-06-19T09:12:38.097Z] 06:53:01 27473644 31775440 513112 1.56 176796 4259996 1858500 5.48 1291220 3591536 184 [2022-06-19T09:12:38.097Z] 06:54:01 27473368 31775188 513320 1.56 176844 4259988 1858500 5.48 1291196 3591540 12 [2022-06-19T09:12:38.097Z] 06:55:01 27473132 31774996 513484 1.56 176868 4260004 1858500 5.48 1290932 3591540 16 [2022-06-19T09:12:38.097Z] 06:56:01 27473084 31774984 513444 1.56 176892 4260008 1858500 5.48 1290964 3591544 8 [2022-06-19T09:12:38.097Z] 06:57:01 27472752 31774692 513688 1.56 176916 4260012 1858500 5.48 1291000 3591552 28 [2022-06-19T09:12:38.097Z] 06:58:01 27472956 31774908 513404 1.56 176936 4260012 1858500 5.48 1291016 3591548 8 [2022-06-19T09:12:38.097Z] 06:59:01 27472680 31774672 513684 1.56 176980 4260004 1858500 5.48 1291916 3591552 28 [2022-06-19T09:12:38.097Z] 07:00:01 27472608 31774644 513660 1.56 177008 4260020 1858500 5.48 1291092 3591556 12 [2022-06-19T09:12:38.097Z] 07:01:01 27473044 31775080 513452 1.56 177048 4260020 1858500 5.48 1291320 3591556 12 [2022-06-19T09:12:38.097Z] 07:02:01 27473076 31775176 513396 1.56 177072 4260028 1858500 5.48 1291148 3591560 40 [2022-06-19T09:12:38.097Z] 07:03:01 27473036 31775140 513408 1.56 177096 4260028 1858500 5.48 1291192 3591560 8 [2022-06-19T09:12:38.097Z] 07:04:01 27472248 31774412 514172 1.56 177120 4260020 1858500 5.48 1291704 3591564 12 [2022-06-19T09:12:38.097Z] 07:05:01 27472744 31774984 513564 1.56 177144 4260036 1858500 5.48 1291244 3591568 36 [2022-06-19T09:12:38.097Z] 07:06:01 27472696 31774944 513564 1.56 177172 4260036 1858500 5.48 1291252 3591568 24 [2022-06-19T09:12:38.097Z] 07:07:01 27472380 31774632 513748 1.56 177204 4260040 1858500 5.48 1291496 3591572 28 [2022-06-19T09:12:38.097Z] 07:08:01 27472372 31774680 513712 1.56 177228 4260040 1858500 5.48 1291328 3591572 12 [2022-06-19T09:12:38.098Z] 07:09:01 27472040 31774400 513936 1.56 177272 4260044 1858500 5.48 1291976 3591588 52 [2022-06-19T09:12:38.098Z] 07:10:01 27472276 31774680 513624 1.56 177288 4260048 1858500 5.48 1291392 3591592 28 [2022-06-19T09:12:38.098Z] 07:11:01 27471948 31774384 514092 1.56 177308 4260048 1858500 5.48 1292040 3591596 28 [2022-06-19T09:12:38.098Z] 07:12:01 27471932 31774392 514064 1.56 177328 4260056 1842160 5.43 1291496 3591600 24 [2022-06-19T09:12:38.098Z] 07:13:01 27471860 31774324 514048 1.56 177352 4260064 1842160 5.43 1291424 3591604 8 [2022-06-19T09:12:38.098Z] 07:14:01 27471844 31774492 513852 1.56 177396 4260176 1842160 5.43 1292656 3591740 24 [2022-06-19T09:12:38.098Z] 07:15:01 27471964 31774660 513816 1.56 177444 4260196 1858212 5.48 1291816 3591740 16 [2022-06-19T09:12:38.098Z] 07:16:01 27471956 31774688 513776 1.56 177476 4260196 1858212 5.48 1291664 3591740 20 [2022-06-19T09:12:38.098Z] 07:17:01 27471876 31774612 513776 1.56 177500 4260196 1858212 5.48 1291884 3591744 24 [2022-06-19T09:12:38.098Z] 07:18:01 27471868 31774680 513636 1.56 177524 4260204 1858212 5.48 1291656 3591748 12 [2022-06-19T09:12:38.098Z] 07:19:01 27471796 31774648 513624 1.56 177568 4260196 1858212 5.48 1291980 3591748 12 [2022-06-19T09:12:38.098Z] 07:20:01 27471560 31774468 513796 1.56 177600 4260208 1858212 5.48 1291924 3591752 28 [2022-06-19T09:12:38.098Z] 07:21:01 27471436 31774356 514016 1.56 177632 4260212 1858212 5.48 1291800 3591752 12 [2022-06-19T09:12:38.098Z] 07:22:01 27471640 31774596 513748 1.56 177648 4260216 1858212 5.48 1291788 3591756 12 [2022-06-19T09:12:38.098Z] 07:23:01 27471876 31774856 513472 1.56 177656 4260220 1858212 5.48 1291792 3591760 28 [2022-06-19T09:12:38.098Z] 07:24:01 27471640 31774628 513664 1.56 177680 4260208 1858212 5.48 1292184 3591760 16 [2022-06-19T09:12:38.098Z] 07:25:01 27471584 31774600 513648 1.56 177700 4260224 1858212 5.48 1292092 3591768 12 [2022-06-19T09:12:38.098Z] 07:26:01 27471512 31774568 513700 1.56 177732 4260232 1858212 5.48 1291924 3591776 12 [2022-06-19T09:12:38.098Z] 07:27:01 27471992 31775052 513224 1.56 177764 4260232 1858212 5.48 1292056 3591776 16 [2022-06-19T09:12:38.098Z] 07:28:01 27471692 31774808 513440 1.56 177796 4260236 1858212 5.48 1292176 3591780 12 [2022-06-19T09:12:38.098Z] 07:29:01 27471608 31774772 513672 1.56 177824 4260236 1858212 5.48 1292500 3591780 16 [2022-06-19T09:12:38.098Z] 07:30:01 27471828 31775024 513372 1.56 177852 4260244 1858212 5.48 1292252 3591788 8 [2022-06-19T09:12:38.098Z] 07:31:01 27471496 31774732 513608 1.56 177876 4260248 1858212 5.48 1292556 3591792 28 [2022-06-19T09:12:38.098Z] 07:32:01 27471924 31775172 513340 1.56 177884 4260248 1858212 5.48 1292244 3591792 8 [2022-06-19T09:12:38.098Z] 07:33:01 27471680 31774932 513520 1.56 177908 4260252 1858212 5.48 1292300 3591796 24 [2022-06-19T09:12:38.098Z] 07:34:01 27471600 31774896 513504 1.56 177940 4260252 1858212 5.48 1292856 3591796 12 [2022-06-19T09:12:38.098Z] 07:35:01 27471292 31774624 513680 1.56 177964 4260256 1858212 5.48 1292372 3591800 24 [2022-06-19T09:12:38.098Z] 07:36:01 27471768 31775116 513384 1.56 177988 4260260 1858212 5.48 1292244 3591804 12 [2022-06-19T09:12:38.098Z] 07:37:01 27471768 31775160 513296 1.56 178012 4260260 1874512 5.52 1291956 3591804 8 [2022-06-19T09:12:38.098Z] 07:38:01 27471656 31775060 513312 1.56 178040 4260264 1874512 5.52 1291976 3591808 20 [2022-06-19T09:12:38.098Z] 07:39:01 27471640 31775184 513104 1.56 178084 4260384 1874512 5.52 1292384 3591912 28 [2022-06-19T09:12:38.098Z] 07:40:01 27471624 31775236 513080 1.56 178092 4260400 1874512 5.52 1292116 3591940 12 [2022-06-19T09:12:38.098Z] 07:41:01 27471536 31775152 513084 1.56 178104 4260404 1874512 5.52 1292044 3591944 12 [2022-06-19T09:12:38.098Z] 07:42:01 27471196 31774828 513416 1.56 178128 4260404 1858436 5.48 1292376 3591944 32 [2022-06-19T09:12:38.098Z] 07:43:01 27471440 31775076 513084 1.56 178152 4260412 1858436 5.48 1292080 3591948 28 [2022-06-19T09:12:38.098Z] 07:44:01 27471600 31775288 513068 1.56 178188 4260412 1858436 5.48 1292380 3591952 28 [2022-06-19T09:12:38.098Z] 07:45:01 27471340 31775092 513252 1.56 178220 4260416 1858436 5.48 1292176 3591956 16 [2022-06-19T09:12:38.098Z] 07:46:01 27469052 31772992 515208 1.57 178256 4260420 1858084 5.48 1294308 3590940 200 [2022-06-19T09:12:38.098Z] 07:47:01 27469548 31773552 514652 1.57 178296 4260420 1858084 5.48 1293612 3590884 16 [2022-06-19T09:12:38.098Z] 07:48:01 27469768 31773784 514360 1.56 178316 4260428 1858084 5.48 1293516 3590888 8 [2022-06-19T09:12:38.098Z] 07:49:01 27469476 31773540 514560 1.56 178352 4260428 1858084 5.48 1294120 3590892 28 [2022-06-19T09:12:38.098Z] 07:50:01 27469700 31773792 514484 1.56 178368 4260432 1858084 5.48 1293524 3590892 12 [2022-06-19T09:12:38.098Z] 07:51:01 27469676 31773800 514444 1.56 178396 4260436 1858084 5.48 1293644 3590896 12 [2022-06-19T09:12:38.098Z] 07:52:01 27469904 31774060 514136 1.56 178428 4260440 1858084 5.48 1293580 3590900 28 [2022-06-19T09:12:38.098Z] 07:53:01 27469780 31773968 514384 1.56 178452 4260440 1858084 5.48 1293776 3590900 16 [2022-06-19T09:12:38.098Z] 07:54:02 27469504 31773720 514596 1.56 178496 4260428 1858084 5.48 1293884 3590904 12 [2022-06-19T09:12:38.098Z] 07:55:01 27469464 31773748 514500 1.56 178536 4260444 1858084 5.48 1293968 3590904 8 [2022-06-19T09:12:38.098Z] 07:56:01 27469140 31773436 514720 1.57 178576 4260448 1858084 5.48 1293860 3590908 28 [2022-06-19T09:12:38.098Z] 07:57:01 27469336 31773676 514392 1.56 178600 4260452 1858084 5.48 1294256 3590916 160 [2022-06-19T09:12:38.098Z] 07:58:01 27469328 31773692 514356 1.56 178624 4260456 1858084 5.48 1294036 3590912 12 [2022-06-19T09:12:38.098Z] 07:59:01 27469148 31773560 514608 1.56 178644 4260460 1858084 5.48 1294516 3590924 216 [2022-06-19T09:12:38.098Z] 08:00:01 27469456 31773896 514264 1.56 178684 4260464 1858084 5.48 1294004 3590928 204 [2022-06-19T09:12:38.098Z] 08:01:01 27469448 31773892 514224 1.56 178700 4260468 1858084 5.48 1293844 3590932 12 [2022-06-19T09:12:38.098Z] 08:02:01 27469652 31774140 514040 1.56 178720 4260472 1858084 5.48 1293904 3590936 12 [2022-06-19T09:12:38.098Z] 08:03:01 27469572 31774080 514048 1.56 178740 4260472 1858084 5.48 1294164 3590936 12 [2022-06-19T09:12:38.098Z] 08:04:01 27469556 31774096 514080 1.56 178764 4260476 1858084 5.48 1294372 3590940 8 [2022-06-19T09:12:38.098Z] 08:05:01 27469728 31774312 513820 1.56 178792 4260480 1858084 5.48 1293988 3590948 16 [2022-06-19T09:12:38.098Z] 08:06:01 27469964 31774552 513500 1.56 178816 4260480 1858084 5.48 1293992 3590944 12 [2022-06-19T09:12:38.098Z] 08:07:01 27469880 31774516 513700 1.56 178848 4260488 1858084 5.48 1294208 3590952 44 [2022-06-19T09:12:38.098Z] 08:08:01 27470140 31774828 513372 1.56 178880 4260488 1858084 5.48 1294072 3590956 20 [2022-06-19T09:12:38.098Z] 08:09:01 27469240 31773960 514172 1.56 178900 4260492 1858084 5.48 1294476 3590964 24 [2022-06-19T09:12:38.098Z] 08:10:01 27469508 31774232 513828 1.56 178940 4260484 1874340 5.52 1294108 3590968 12 [2022-06-19T09:12:38.098Z] 08:11:01 27469448 31774232 514008 1.56 178964 4260488 1874340 5.52 1294604 3590960 24 [2022-06-19T09:12:38.098Z] 08:12:01 27469344 31774152 514020 1.56 178988 4260500 1874340 5.52 1294568 3590964 36 [2022-06-19T09:12:38.098Z] 08:13:01 27469548 31774396 513732 1.56 179008 4260504 1874340 5.52 1294300 3590968 12 [2022-06-19T09:12:38.098Z] 08:14:01 27469764 31774752 513524 1.56 179040 4260632 1874340 5.52 1294472 3591096 16 [2022-06-19T09:12:38.098Z] 08:15:01 27469700 31774740 513512 1.56 179076 4260624 1874340 5.52 1294488 3591104 12 [2022-06-19T09:12:38.098Z] 08:16:01 27469652 31774712 513560 1.56 179104 4260640 1857960 5.48 1294788 3591100 8 [2022-06-19T09:12:38.098Z] 08:17:01 27469328 31774436 513808 1.56 179132 4260648 1857960 5.48 1294344 3591108 44 [2022-06-19T09:12:38.098Z] 08:18:01 27469512 31774668 513712 1.56 179152 4260652 1857960 5.48 1294360 3591108 12 [2022-06-19T09:12:38.098Z] 08:19:01 27469284 31774488 513904 1.56 179180 4260652 1857960 5.48 1294476 3591120 12 [2022-06-19T09:12:38.098Z] 08:20:01 27469488 31774712 513608 1.56 179220 4260640 1857960 5.48 1294424 3591120 12 [2022-06-19T09:12:38.098Z] 08:21:01 27469416 31774664 513604 1.56 179248 4260656 1841672 5.43 1294448 3591120 16 [2022-06-19T09:12:38.098Z] 08:22:01 27469644 31774936 513308 1.56 179268 4260660 1841672 5.43 1294488 3591124 8 [2022-06-19T09:12:38.098Z] 08:23:01 27469592 31774892 513496 1.56 179280 4260664 1841672 5.43 1294472 3591128 12 [2022-06-19T09:12:38.098Z] 08:24:01 27468740 31774084 514296 1.56 179304 4260664 1841672 5.43 1294596 3591128 12 [2022-06-19T09:12:38.098Z] 08:25:01 27468764 31774112 514172 1.56 179340 4260660 1841672 5.43 1294516 3591132 12 [2022-06-19T09:12:38.098Z] 08:26:01 27468968 31774364 513880 1.56 179352 4260676 1841672 5.43 1294576 3591136 12 [2022-06-19T09:12:38.098Z] 08:27:01 27468628 31774064 514128 1.56 179384 4260676 1841672 5.43 1294680 3591140 16 [2022-06-19T09:12:38.098Z] 08:28:01 27468588 31774040 514080 1.56 179408 4260680 1841672 5.43 1294628 3591140 20 [2022-06-19T09:12:38.098Z] 08:29:01 27468824 31774276 513764 1.56 179428 4260680 1841672 5.43 1294672 3591140 12 [2022-06-19T09:12:38.098Z] 08:30:01 27468208 31773712 514216 1.56 179480 4260668 1857732 5.47 1294932 3591144 24 [2022-06-19T09:12:38.098Z] 08:31:01 27468200 31773748 514168 1.56 179496 4260688 1857732 5.47 1294964 3591148 12 [2022-06-19T09:12:38.098Z] 08:32:01 27468356 31773936 513976 1.56 179528 4260688 1857732 5.47 1295004 3591148 12 [2022-06-19T09:12:38.098Z] 08:33:01 27468380 31774000 513916 1.56 179540 4260696 1857732 5.47 1294780 3591152 8 [2022-06-19T09:12:38.098Z] 08:34:01 27468760 31774408 513680 1.56 179568 4260700 1857732 5.47 1294856 3591164 12 [2022-06-19T09:12:38.098Z] 08:35:01 27468984 31774636 513612 1.56 179600 4260692 1857732 5.47 1294776 3591168 12 [2022-06-19T09:12:38.098Z] 08:36:01 27468684 31774392 513852 1.56 179616 4260708 1857732 5.47 1294844 3591172 8 [2022-06-19T09:12:38.098Z] 08:37:01 27468628 31774336 513836 1.56 179628 4260708 1857732 5.47 1294884 3591172 16 [2022-06-19T09:12:38.098Z] 08:38:01 27468588 31774324 513788 1.56 179652 4260712 1857732 5.47 1294868 3591176 12 [2022-06-19T09:12:38.098Z] 08:39:01 27468264 31774040 514024 1.56 179676 4260716 1857732 5.47 1294964 3591184 16 [2022-06-19T09:12:38.098Z] 08:40:01 27468492 31774416 513808 1.56 179692 4260840 1857732 5.47 1294936 3591308 8 [2022-06-19T09:12:38.098Z] 08:41:01 27468468 31774404 513756 1.56 179704 4260848 1857732 5.47 1294944 3591312 12 [2022-06-19T09:12:38.098Z] 08:42:01 27468416 31774372 513952 1.56 179724 4260848 1857732 5.47 1294960 3591312 16 [2022-06-19T09:12:38.098Z] 08:43:01 27468812 31774812 513696 1.56 179756 4260852 1873988 5.52 1294996 3591320 24 [2022-06-19T09:12:38.098Z] 08:44:01 27468780 31774808 513660 1.56 179796 4260860 1873988 5.52 1295264 3591324 12 [2022-06-19T09:12:38.098Z] 08:45:01 27467724 31773792 514640 1.57 179828 4260848 1857916 5.48 1295320 3591328 12 [2022-06-19T09:12:38.098Z] 08:46:01 27467984 31774012 514332 1.56 179864 4260864 1841140 5.43 1296092 3591328 20 [2022-06-19T09:12:38.098Z] 08:47:01 27467936 31774008 514332 1.56 179892 4260864 1841140 5.43 1295548 3591332 8 [2022-06-19T09:12:38.098Z] 08:48:01 27468212 31774316 513960 1.56 179920 4260868 1841140 5.43 1295548 3591332 12 [2022-06-19T09:12:38.098Z] 08:49:01 27468416 31774524 513712 1.56 179944 4260872 1841140 5.43 1295344 3591336 12 [2022-06-19T09:12:38.098Z] 08:50:01 27468308 31774508 513920 1.56 179996 4260868 1841140 5.43 1295656 3591340 40 [2022-06-19T09:12:38.098Z] 08:51:01 27468724 31774928 513484 1.56 180004 4260880 1841140 5.43 1295416 3591344 12 [2022-06-19T09:12:38.098Z] 08:52:01 27468732 31774964 513372 1.56 180024 4260888 1841140 5.43 1295392 3591348 28 [2022-06-19T09:12:38.098Z] 08:53:01 27468644 31774908 513328 1.56 180040 4260888 1841140 5.43 1295748 3591348 12 [2022-06-19T09:12:38.098Z] 08:54:01 27468604 31774884 513272 1.56 180068 4260892 1841140 5.43 1295836 3591356 12 [2022-06-19T09:12:38.098Z] 08:55:01 27468044 31774364 513740 1.56 180096 4260888 1841140 5.43 1296004 3591360 16 [2022-06-19T09:12:38.098Z] 08:56:01 27468216 31774568 513476 1.56 180120 4260896 1841140 5.43 1295764 3591360 16 [2022-06-19T09:12:38.098Z] 08:57:01 27468168 31774544 513444 1.56 180136 4260900 1841140 5.43 1295804 3591364 28 [2022-06-19T09:12:38.098Z] 08:58:01 27467964 31774348 513620 1.56 180164 4260900 1841140 5.43 1295532 3591364 12 [2022-06-19T09:12:38.098Z] 08:59:01 27467964 31774392 513556 1.56 180192 4260904 1841140 5.43 1295628 3591372 8 [2022-06-19T09:12:38.098Z] 09:00:01 27468148 31774608 513560 1.56 180224 4260900 1857200 5.47 1295864 3591368 16 [2022-06-19T09:12:38.098Z] 09:01:01 27468148 31774620 513516 1.56 180256 4260908 1857200 5.47 1295844 3591372 24 [2022-06-19T09:12:38.098Z] 09:02:01 27468108 31774624 513504 1.56 180292 4260916 1857200 5.47 1295912 3591376 40 [2022-06-19T09:12:38.098Z] 09:03:01 27467808 31774360 513708 1.56 180316 4260916 1857200 5.47 1296232 3591380 204 [2022-06-19T09:12:38.098Z] 09:04:01 27467832 31774416 513656 1.56 180340 4260920 1857200 5.47 1296096 3591384 32 [2022-06-19T09:12:38.098Z] 09:05:01 27467752 31774376 513744 1.56 180392 4260908 1857200 5.47 1296332 3591392 12 [2022-06-19T09:12:38.098Z] 09:06:01 27467704 31774368 513688 1.56 180432 4260924 1857200 5.47 1296024 3591388 8 [2022-06-19T09:12:38.098Z] 09:07:01 27468148 31774856 513364 1.56 180456 4260932 1857200 5.47 1295832 3591396 44 [2022-06-19T09:12:38.098Z] 09:08:01 27468324 31775060 513372 1.56 180480 4260932 1857200 5.47 1296060 3591396 12 [2022-06-19T09:12:38.098Z] 09:09:01 27467812 31774716 513684 1.56 180520 4261064 1857200 5.47 1295952 3591532 8 [2022-06-19T09:12:38.098Z] 09:10:01 27467788 31774728 513616 1.56 180568 4261052 1857200 5.47 1296108 3591532 12 [2022-06-19T09:12:38.098Z] 09:11:01 27467928 31774900 513364 1.56 180592 4261068 1857200 5.47 1296620 3591532 20 [2022-06-19T09:12:38.098Z] 09:12:01 26664604 31744848 540764 1.64 202436 4959392 1892164 5.58 1383440 4249180 280 [2022-06-19T09:12:38.098Z] Average: 27480089 31773672 514822 1.57 177978 4251496 1864151 5.49 1292375 3583833 6093 [2022-06-19T09:12:38.098Z] [2022-06-19T09:12:38.098Z] 06:23:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2022-06-19T09:12:38.098Z] 06:24:01 docker0 0.87 0.87 0.12 2.31 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.098Z] 06:24:01 lo 7.67 7.67 0.74 0.74 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.098Z] 06:24:01 ens3 863.87 545.43 8629.63 108.81 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.098Z] 06:25:01 docker0 157.32 245.23 12.22 1716.75 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.098Z] 06:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.098Z] 06:25:01 veth1923e89 0.00 0.18 0.00 0.02 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.098Z] 06:25:01 ens3 320.35 220.48 1758.56 88.97 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.098Z] 06:26:01 docker0 20.12 41.31 1.38 540.50 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.098Z] 06:26:01 lo 9.76 9.76 0.98 0.98 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.098Z] 06:26:01 ens3 312.02 235.07 3307.96 907.52 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.098Z] 06:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.098Z] 06:27:01 lo 0.07 0.07 0.01 0.01 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.098Z] 06:27:01 ens3 11.55 7.63 14.81 4.46 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.098Z] 06:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.098Z] 06:28:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.098Z] 06:28:01 ens3 0.20 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.098Z] 06:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.098Z] 06:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.098Z] 06:29:01 ens3 0.33 0.20 0.11 0.07 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.098Z] 06:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.098Z] 06:30:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.098Z] 06:30:01 ens3 0.17 0.12 0.01 0.01 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.098Z] 06:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.098Z] 06:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.098Z] 06:31:01 ens3 0.25 0.12 0.07 0.01 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.098Z] 06:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.098Z] 06:32:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.098Z] 06:32:01 ens3 0.13 0.07 0.01 0.01 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.098Z] 06:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.098Z] 06:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.098Z] 06:33:01 ens3 1.00 0.00 0.11 0.00 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.098Z] 06:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.098Z] 06:34:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.098Z] 06:34:01 ens3 0.82 0.60 0.35 0.29 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.098Z] 06:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.098Z] 06:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.098Z] 06:35:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.098Z] 06:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.098Z] 06:36:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.098Z] 06:36:01 ens3 0.23 0.12 0.07 0.01 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.098Z] 06:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.098Z] 06:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.098Z] 06:37:01 ens3 0.07 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.098Z] 06:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.098Z] 06:38:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.098Z] 06:38:01 ens3 0.15 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.098Z] 06:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.098Z] 06:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.098Z] 06:39:01 ens3 0.28 0.10 0.08 0.07 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.098Z] 06:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.098Z] 06:40:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.098Z] 06:40:01 ens3 0.18 0.12 0.01 0.01 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.098Z] 06:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.098Z] 06:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.098Z] 06:41:01 ens3 0.07 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.098Z] 06:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.099Z] 06:42:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.099Z] 06:42:01 ens3 0.28 0.12 0.07 0.01 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.099Z] 06:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.099Z] 06:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.099Z] 06:43:01 ens3 0.50 0.00 0.05 0.00 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.099Z] 06:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.099Z] 06:44:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.099Z] 06:44:01 ens3 1.32 0.65 0.53 0.36 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.099Z] 06:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.099Z] 06:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.099Z] 06:45:01 ens3 1.18 0.72 0.99 0.54 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.099Z] 06:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.099Z] 06:46:01 lo 0.33 0.33 0.03 0.03 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.099Z] 06:46:01 ens3 26.82 25.17 5.82 40.14 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.099Z] 06:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.099Z] 06:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.099Z] 06:47:01 ens3 0.10 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.099Z] 06:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.099Z] 06:48:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.099Z] 06:48:01 ens3 0.25 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.099Z] 06:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.099Z] 06:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.099Z] 06:49:01 ens3 0.33 0.12 0.08 0.07 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.099Z] 06:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.099Z] 06:50:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.099Z] 06:50:01 ens3 0.15 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.099Z] 06:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.099Z] 06:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.099Z] 06:51:01 ens3 0.05 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.099Z] 06:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.099Z] 06:52:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.099Z] 06:52:01 ens3 0.32 0.18 0.07 0.01 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.099Z] 06:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.099Z] 06:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.099Z] 06:53:01 ens3 0.05 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.099Z] 06:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.099Z] 06:54:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.099Z] 06:54:01 ens3 0.33 0.20 0.14 0.07 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.099Z] 06:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.099Z] 06:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.099Z] 06:55:01 ens3 0.08 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.099Z] 06:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.099Z] 06:56:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.099Z] 06:56:01 ens3 0.18 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.099Z] 06:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.099Z] 06:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.099Z] 06:57:01 ens3 0.13 0.05 0.01 0.00 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.099Z] 06:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.099Z] 06:58:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.099Z] 06:58:01 ens3 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.099Z] 06:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.099Z] 06:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.099Z] 06:59:01 ens3 0.30 0.12 0.08 0.07 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.099Z] 07:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.099Z] 07:00:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.099Z] 07:00:01 ens3 0.15 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.099Z] 07:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.099Z] 07:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.099Z] 07:01:01 ens3 0.22 0.10 0.07 0.01 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.099Z] 07:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.099Z] 07:02:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.099Z] 07:02:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.099Z] 07:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.099Z] 07:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.099Z] 07:03:01 ens3 0.13 0.00 0.01 0.00 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.099Z] 07:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.099Z] 07:04:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.099Z] 07:04:01 ens3 0.37 0.32 0.14 0.08 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.099Z] 07:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.099Z] 07:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.099Z] 07:05:01 ens3 0.07 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.099Z] 07:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.099Z] 07:06:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.099Z] 07:06:01 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.099Z] 07:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.099Z] 07:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.099Z] 07:07:01 ens3 0.10 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.099Z] 07:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.099Z] 07:08:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.099Z] 07:08:01 ens3 0.15 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.099Z] 07:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.099Z] 07:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.099Z] 07:09:01 ens3 0.38 0.27 0.14 0.08 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.099Z] 07:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.099Z] 07:10:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.099Z] 07:10:01 ens3 0.13 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.099Z] 07:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.099Z] 07:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.099Z] 07:11:01 ens3 0.60 0.53 0.29 0.22 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.099Z] 07:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.099Z] 07:12:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.099Z] 07:12:01 ens3 0.07 0.07 0.01 0.01 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.099Z] 07:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.099Z] 07:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.099Z] 07:13:01 ens3 0.10 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.099Z] 07:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.099Z] 07:14:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.099Z] 07:14:01 ens3 0.28 0.18 0.08 0.07 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.099Z] 07:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.099Z] 07:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.099Z] 07:15:01 ens3 0.18 0.05 0.06 0.00 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.099Z] 07:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.099Z] 07:16:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.099Z] 07:16:01 ens3 0.07 0.07 0.01 0.01 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.099Z] 07:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.099Z] 07:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.099Z] 07:17:01 ens3 0.12 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.099Z] 07:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.099Z] 07:18:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.099Z] 07:18:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.099Z] 07:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.099Z] 07:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.099Z] 07:19:01 ens3 0.30 0.13 0.08 0.07 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.099Z] 07:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.099Z] 07:20:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.099Z] 07:20:01 ens3 0.30 0.17 0.07 0.01 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.099Z] 07:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.099Z] 07:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.099Z] 07:21:01 ens3 0.05 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.099Z] 07:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.099Z] 07:22:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.099Z] 07:22:01 ens3 0.20 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.099Z] 07:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.099Z] 07:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.099Z] 07:23:01 ens3 0.10 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.099Z] 07:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.099Z] 07:24:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.099Z] 07:24:01 ens3 0.28 0.18 0.08 0.07 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.099Z] 07:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.099Z] 07:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.099Z] 07:25:01 ens3 0.17 0.03 0.06 0.00 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.099Z] 07:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.099Z] 07:26:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.099Z] 07:26:01 ens3 0.17 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.099Z] 07:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.099Z] 07:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.099Z] 07:27:01 ens3 0.07 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.099Z] 07:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.099Z] 07:28:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.099Z] 07:28:01 ens3 0.15 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.099Z] 07:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.099Z] 07:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.099Z] 07:29:01 ens3 0.30 0.12 0.08 0.07 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.099Z] 07:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.099Z] 07:30:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.099Z] 07:30:01 ens3 0.10 0.07 0.01 0.01 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.099Z] 07:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.099Z] 07:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.099Z] 07:31:01 ens3 0.25 0.10 0.07 0.01 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.099Z] 07:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.099Z] 07:32:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.099Z] 07:32:01 ens3 0.08 0.07 0.01 0.01 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.099Z] 07:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.099Z] 07:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.099Z] 07:33:01 ens3 0.10 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.099Z] 07:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.099Z] 07:34:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.099Z] 07:34:01 ens3 0.30 0.18 0.09 0.07 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.099Z] 07:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.099Z] 07:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.099Z] 07:35:01 ens3 0.08 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.099Z] 07:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.099Z] 07:36:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.099Z] 07:36:01 ens3 0.25 0.12 0.07 0.01 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.099Z] 07:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.099Z] 07:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.099Z] 07:37:01 ens3 0.05 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.099Z] 07:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.099Z] 07:38:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.099Z] 07:38:01 ens3 0.15 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.099Z] 07:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.099Z] 07:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.099Z] 07:39:01 ens3 0.30 0.10 0.08 0.06 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.099Z] 07:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.099Z] 07:40:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.099Z] 07:40:01 ens3 0.12 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.099Z] 07:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.099Z] 07:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.099Z] 07:41:01 ens3 0.08 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.099Z] 07:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.099Z] 07:42:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.099Z] 07:42:01 ens3 0.27 0.12 0.07 0.01 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.099Z] 07:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.099Z] 07:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.100Z] 07:43:01 ens3 0.05 0.03 0.00 0.00 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.100Z] 07:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.100Z] 07:44:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.100Z] 07:44:01 ens3 0.28 0.22 0.08 0.08 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.100Z] 07:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.100Z] 07:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.100Z] 07:45:01 ens3 0.10 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.100Z] 07:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.100Z] 07:46:01 lo 0.33 0.33 0.03 0.03 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.100Z] 07:46:01 ens3 4.17 3.15 2.39 4.90 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.100Z] 07:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.100Z] 07:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.100Z] 07:47:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.100Z] 07:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.100Z] 07:48:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.100Z] 07:48:01 ens3 0.15 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.100Z] 07:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.100Z] 07:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.100Z] 07:49:01 ens3 0.32 0.18 0.08 0.07 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.100Z] 07:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.100Z] 07:50:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.100Z] 07:50:01 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.100Z] 07:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.100Z] 07:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.100Z] 07:51:01 ens3 0.05 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.100Z] 07:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.100Z] 07:52:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.100Z] 07:52:01 ens3 0.15 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.100Z] 07:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.100Z] 07:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.100Z] 07:53:01 ens3 0.18 0.12 0.06 0.01 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.100Z] 07:54:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.100Z] 07:54:02 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.100Z] 07:54:02 ens3 0.27 0.25 0.08 0.08 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.100Z] 07:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.100Z] 07:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.100Z] 07:55:01 ens3 0.08 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.100Z] 07:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.100Z] 07:56:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.100Z] 07:56:01 ens3 0.17 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.100Z] 07:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.100Z] 07:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.100Z] 07:57:01 ens3 0.18 0.12 0.06 0.01 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.100Z] 07:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.100Z] 07:58:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.100Z] 07:58:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.100Z] 07:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.100Z] 07:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.100Z] 07:59:01 ens3 0.30 0.17 0.08 0.07 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.100Z] 08:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.100Z] 08:00:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.100Z] 08:00:01 ens3 0.13 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.100Z] 08:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.100Z] 08:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.100Z] 08:01:01 ens3 0.07 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.100Z] 08:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.100Z] 08:02:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.100Z] 08:02:01 ens3 0.18 0.10 0.02 0.01 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.100Z] 08:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.100Z] 08:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.100Z] 08:03:01 ens3 0.20 0.07 0.06 0.00 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.100Z] 08:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.100Z] 08:04:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.100Z] 08:04:01 ens3 0.23 0.18 0.08 0.07 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.100Z] 08:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.100Z] 08:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.100Z] 08:05:01 ens3 0.17 0.05 0.01 0.00 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.100Z] 08:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.100Z] 08:06:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.100Z] 08:06:01 ens3 0.15 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.100Z] 08:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.100Z] 08:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.100Z] 08:07:01 ens3 0.25 0.05 0.07 0.00 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.100Z] 08:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.100Z] 08:08:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.100Z] 08:08:01 ens3 0.07 0.07 0.01 0.01 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.100Z] 08:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.100Z] 08:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.100Z] 08:09:01 ens3 0.32 0.18 0.09 0.07 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.100Z] 08:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.100Z] 08:10:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.100Z] 08:10:01 ens3 0.13 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.100Z] 08:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.100Z] 08:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.100Z] 08:11:01 ens3 0.53 0.45 0.26 0.22 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.100Z] 08:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.100Z] 08:12:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.100Z] 08:12:01 ens3 0.15 0.10 0.06 0.01 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.100Z] 08:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.100Z] 08:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.100Z] 08:13:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.100Z] 08:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.100Z] 08:14:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.100Z] 08:14:01 ens3 0.30 0.20 0.08 0.07 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.100Z] 08:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.100Z] 08:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.100Z] 08:15:01 ens3 0.10 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.100Z] 08:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.100Z] 08:16:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.100Z] 08:16:01 ens3 0.25 0.13 0.07 0.01 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.100Z] 08:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.100Z] 08:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.100Z] 08:17:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.100Z] 08:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.100Z] 08:18:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.100Z] 08:18:01 ens3 0.17 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.100Z] 08:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.100Z] 08:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.100Z] 08:19:01 ens3 0.28 0.10 0.08 0.07 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.100Z] 08:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.100Z] 08:20:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.100Z] 08:20:01 ens3 0.17 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.100Z] 08:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.100Z] 08:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.100Z] 08:21:01 ens3 0.07 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.100Z] 08:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.100Z] 08:22:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.100Z] 08:22:01 ens3 0.15 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.100Z] 08:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.100Z] 08:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.100Z] 08:23:01 ens3 0.18 0.10 0.06 0.01 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.100Z] 08:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.100Z] 08:24:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.100Z] 08:24:01 ens3 0.27 0.18 0.08 0.07 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.100Z] 08:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.100Z] 08:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.100Z] 08:25:01 ens3 0.10 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.100Z] 08:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.100Z] 08:26:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.100Z] 08:26:01 ens3 0.15 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.100Z] 08:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.100Z] 08:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.100Z] 08:27:01 ens3 0.25 0.05 0.07 0.00 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.100Z] 08:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.100Z] 08:28:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.100Z] 08:28:01 ens3 0.08 0.07 0.01 0.01 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.100Z] 08:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.100Z] 08:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.100Z] 08:29:01 ens3 0.28 0.15 0.08 0.07 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.100Z] 08:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.100Z] 08:30:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.100Z] 08:30:01 ens3 0.17 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.100Z] 08:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.100Z] 08:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.100Z] 08:31:01 ens3 0.07 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.100Z] 08:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.100Z] 08:32:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.100Z] 08:32:01 ens3 0.23 0.17 0.07 0.01 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.100Z] 08:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.100Z] 08:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.100Z] 08:33:01 ens3 0.05 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.100Z] 08:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.100Z] 08:34:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.100Z] 08:34:01 ens3 0.28 0.18 0.08 0.07 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.100Z] 08:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.100Z] 08:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.100Z] 08:35:01 ens3 0.08 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.100Z] 08:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.100Z] 08:36:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.100Z] 08:36:01 ens3 0.30 0.18 0.07 0.01 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.100Z] 08:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.100Z] 08:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.100Z] 08:37:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.100Z] 08:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.100Z] 08:38:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.100Z] 08:38:01 ens3 0.15 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.100Z] 08:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.100Z] 08:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.100Z] 08:39:01 ens3 0.33 0.18 0.08 0.07 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.100Z] 08:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.100Z] 08:40:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.100Z] 08:40:01 ens3 0.13 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.100Z] 08:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.100Z] 08:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.100Z] 08:41:01 ens3 0.05 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.100Z] 08:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.100Z] 08:42:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.100Z] 08:42:01 ens3 0.32 0.15 0.07 0.01 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.100Z] 08:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.100Z] 08:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.100Z] 08:43:01 ens3 0.80 0.00 0.07 0.00 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.100Z] 08:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.100Z] 08:44:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.100Z] 08:44:01 ens3 0.90 0.45 0.37 0.28 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.100Z] 08:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.100Z] 08:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.100Z] 08:45:01 ens3 0.48 0.28 0.26 0.20 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.100Z] 08:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.100Z] 08:46:01 lo 0.33 0.33 0.03 0.03 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.100Z] 08:46:01 ens3 4.27 3.07 2.34 4.89 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.100Z] 08:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.100Z] 08:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.100Z] 08:47:01 ens3 0.10 0.03 0.06 0.00 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.100Z] 08:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.100Z] 08:48:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.100Z] 08:48:01 ens3 0.18 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.100Z] 08:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.100Z] 08:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.100Z] 08:49:01 ens3 0.38 0.13 0.14 0.07 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.100Z] 08:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.100Z] 08:50:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.100Z] 08:50:01 ens3 0.13 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.101Z] 08:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.101Z] 08:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.101Z] 08:51:01 ens3 0.07 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.101Z] 08:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.101Z] 08:52:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.101Z] 08:52:01 ens3 0.25 0.10 0.02 0.01 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.101Z] 08:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.101Z] 08:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.101Z] 08:53:01 ens3 0.53 0.00 0.04 0.00 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.101Z] 08:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.101Z] 08:54:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.101Z] 08:54:01 ens3 0.70 0.33 0.26 0.14 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.101Z] 08:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.101Z] 08:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.101Z] 08:55:01 ens3 0.43 0.28 0.26 0.20 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.101Z] 08:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.101Z] 08:56:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.101Z] 08:56:01 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.101Z] 08:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.101Z] 08:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.101Z] 08:57:01 ens3 0.08 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.101Z] 08:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.101Z] 08:58:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.101Z] 08:58:01 ens3 0.17 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.101Z] 08:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.101Z] 08:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.101Z] 08:59:01 ens3 0.32 0.18 0.08 0.07 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.101Z] 09:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.101Z] 09:00:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.101Z] 09:00:01 ens3 0.12 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.101Z] 09:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.101Z] 09:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.101Z] 09:01:01 ens3 0.18 0.12 0.06 0.01 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.101Z] 09:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.101Z] 09:02:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.101Z] 09:02:01 ens3 0.17 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.101Z] 09:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.101Z] 09:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.101Z] 09:03:01 ens3 1.03 0.00 0.10 0.00 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.101Z] 09:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.101Z] 09:04:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.101Z] 09:04:01 ens3 2.05 0.93 0.75 0.50 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.101Z] 09:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.101Z] 09:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.101Z] 09:05:01 ens3 0.93 0.55 0.52 0.40 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.101Z] 09:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.101Z] 09:06:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.101Z] 09:06:01 ens3 0.18 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.101Z] 09:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.101Z] 09:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.101Z] 09:07:01 ens3 0.10 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.101Z] 09:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.101Z] 09:08:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.101Z] 09:08:01 ens3 0.18 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.101Z] 09:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.101Z] 09:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.101Z] 09:09:01 ens3 0.25 0.15 0.08 0.07 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.101Z] 09:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.101Z] 09:10:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.101Z] 09:10:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.101Z] 09:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.101Z] 09:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.101Z] 09:11:01 ens3 0.63 0.32 0.32 0.21 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.101Z] 09:12:01 docker0 35.95 44.24 3.27 685.06 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.101Z] 09:12:01 lo 1.27 1.27 0.12 0.12 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.101Z] 09:12:01 ens3 222.23 149.13 4632.62 50.19 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.101Z] Average: docker0 1.27 1.96 0.10 17.44 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.101Z] Average: lo 0.21 0.21 0.02 0.02 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.101Z] Average: ens3 10.68 7.15 108.75 7.22 0.00 0.00 0.00 0.00 [2022-06-19T09:12:38.101Z] [2022-06-19T09:12:38.101Z]