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