Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of ernestojeda for edgexfoundry/device-sdk-go Obtained Jenkinsfile from ea5f2fe995444737663861e42b9b0407e76b07bc+6125dba09cfc805438589ab7aad954d8cad7589e (227b4c016c12b0f7ea0611871ab79c88128d5dd7) Running in Durability level: PERFORMANCE_OPTIMIZED 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 > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 69a7e166112f335804d9fea76440e5140e47f034 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # 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 > 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 69a7e166112f335804d9fea76440e5140e47f034 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared 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 > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared 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-sdk-go, dockerImageName:device-sdk-simple, dockerFilePath:example/cmd/device-simple/Dockerfile, pushImage:false, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2]] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-sdk-go-settings PROJECT: device-sdk-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: example/cmd/device-simple/Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: device-sdk-simple DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Running on prd-centos7-docker-4c-2g-26765 in /w/workspace/dgexfoundry_device-sdk-go_PR-725 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/device-sdk-go.git > git init /w/workspace/dgexfoundry_device-sdk-go_PR-725 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.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-sdk-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/725/head:refs/remotes/origin/PR-725 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 6125dba09cfc805438589ab7aad954d8cad7589e into PR head commit ea5f2fe995444737663861e42b9b0407e76b07bc Merge succeeded, producing 406be32a71764f1645d8a166c6974ed03e36b812 Checking out Revision 406be32a71764f1645d8a166c6974ed03e36b812 (PR-725) > git config core.sparsecheckout # timeout=10 > git checkout -f ea5f2fe995444737663861e42b9b0407e76b07bc # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 6125dba09cfc805438589ab7aad954d8cad7589e # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 406be32a71764f1645d8a166c6974ed03e36b812 # timeout=10 Commit message: "Merge commit '6125dba09cfc805438589ab7aad954d8cad7589e' into HEAD" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-02-18T02:40:29.676Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-02-18T02:40:29.939Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { > git rev-list --no-walk 7c02c64c2daf04df6211f93624a24cb3be82836f # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-02-18T02:40:30.038Z] ========================================================= [2021-02-18T02:40:30.038Z] EdgeX Global Pipelines Version Info [2021-02-18T02:40:30.038Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-02-18T02:40:31.479Z] ------------------- [2021-02-18T02:40:31.479Z] stable info: [2021-02-18T02:40:31.479Z] ------------------- [2021-02-18T02:40:31.479Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-18T02:40:31.479Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-18T02:40:31.479Z] Message: update stable to v1.0.179 [2021-02-18T02:40:32.425Z] ------------------- [2021-02-18T02:40:32.425Z] experimental info: [2021-02-18T02:40:32.425Z] ------------------- [2021-02-18T02:40:32.425Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-18T02:40:32.425Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-18T02:40:32.425Z] Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-02-18T02:40:32.688Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo [2021-02-18T02:40:32.785Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo [2021-02-18T02:40:32.877Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-02-18T02:40:32.989Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-02-18T02:40:33.087Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-02-18T02:40:33.193Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-02-18T02:40:33.283Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-02-18T02:40:33.373Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-02-18T02:40:33.460Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo [2021-02-18T02:40:33.599Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-02-18T02:40:33.686Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-02-18T02:40:33.777Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-sdk-simple [Pipeline] echo [2021-02-18T02:40:33.869Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-02-18T02:40:33.968Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-02-18T02:40:34.055Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-02-18T02:40:34.144Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2021-02-18T02:40:34.245Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-02-18T02:40:34.329Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-02-18T02:40:34.414Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-02-18T02:40:34.502Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-02-18T02:40:34.609Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-02-18T02:40:34.703Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-02-18T02:40:34.797Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-02-18T02:40:34.884Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-02-18T02:40:35.017Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2021-02-18T02:40:35.103Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-02-18T02:40:35.190Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-02-18T02:40:35.280Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-725 [Pipeline] echo [2021-02-18T02:40:35.367Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-725 [Pipeline] echo [2021-02-18T02:40:35.454Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-725 [Pipeline] echo [2021-02-18T02:40:35.560Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 406be32a71764f1645d8a166c6974ed03e36b812 [Pipeline] echo [2021-02-18T02:40:35.725Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 406be32 [Pipeline] echo [2021-02-18T02:40:35.849Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-18T02:40:36.020Z] provisioning config files... [2021-02-18T02:40:36.049Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-725@tmp/config5026086125904316468tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-18T02:40:36.403Z] ---> docker-login.sh [2021-02-18T02:40:36.403Z] nexus3.edgexfoundry.org:10001 [2021-02-18T02:40:36.978Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-18T02:40:36.978Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-18T02:40:36.978Z] Configure a credential helper to remove this warning. See [2021-02-18T02:40:36.978Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-18T02:40:36.978Z] [2021-02-18T02:40:36.978Z] Login Succeeded [2021-02-18T02:40:36.978Z] nexus3.edgexfoundry.org:10002 [2021-02-18T02:40:37.241Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-18T02:40:37.241Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-18T02:40:37.241Z] Configure a credential helper to remove this warning. See [2021-02-18T02:40:37.241Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-18T02:40:37.241Z] [2021-02-18T02:40:37.241Z] Login Succeeded [2021-02-18T02:40:37.241Z] nexus3.edgexfoundry.org:10003 [2021-02-18T02:40:37.504Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-18T02:40:37.504Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-18T02:40:37.504Z] Configure a credential helper to remove this warning. See [2021-02-18T02:40:37.504Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-18T02:40:37.504Z] [2021-02-18T02:40:37.504Z] Login Succeeded [2021-02-18T02:40:37.504Z] nexus3.edgexfoundry.org:10004 [2021-02-18T02:40:37.504Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-18T02:40:37.767Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-18T02:40:37.768Z] Configure a credential helper to remove this warning. See [2021-02-18T02:40:37.768Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-18T02:40:37.768Z] [2021-02-18T02:40:37.768Z] Login Succeeded [2021-02-18T02:40:37.768Z] docker.io [2021-02-18T02:40:37.768Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-18T02:40:38.030Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-18T02:40:38.030Z] Configure a credential helper to remove this warning. See [2021-02-18T02:40:38.030Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-18T02:40:38.030Z] [2021-02-18T02:40:38.030Z] Login Succeeded [2021-02-18T02:40:38.030Z] ---> docker-login.sh ends [Pipeline] } [2021-02-18T02:40:38.062Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-18T02:40:38.907Z] + git log --format=format:%s -1 406be32a71764f1645d8a166c6974ed03e36b812 [Pipeline] echo [2021-02-18T02:40:38.978Z] GIT_COMMIT: 406be32a71764f1645d8a166c6974ed03e36b812, Commit Message: Merge commit '6125dba09cfc805438589ab7aad954d8cad7589e' into HEAD [Pipeline] echo [2021-02-18T02:40:39.023Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-02-18T02:40:40.042Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-18T02:40:40.042Z] [2021-02-18T02:40:40.042Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-02-18T02:40:40.387Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-18T02:40:40.387Z] latest: Pulling from edgex-devops/git-semver [2021-02-18T02:40:40.387Z] 31603596830f: Pulling fs layer [2021-02-18T02:40:40.387Z] 2a8b12db71e7: Pulling fs layer [2021-02-18T02:40:40.387Z] 6ca5941a6612: Pulling fs layer [2021-02-18T02:40:40.387Z] ecc8261a40a4: Pulling fs layer [2021-02-18T02:40:40.387Z] ecc8261a40a4: Waiting [2021-02-18T02:40:40.387Z] 2a8b12db71e7: Verifying Checksum [2021-02-18T02:40:40.387Z] 2a8b12db71e7: Download complete [2021-02-18T02:40:40.650Z] 31603596830f: Verifying Checksum [2021-02-18T02:40:40.650Z] 31603596830f: Download complete [2021-02-18T02:40:40.650Z] ecc8261a40a4: Verifying Checksum [2021-02-18T02:40:40.650Z] ecc8261a40a4: Download complete [2021-02-18T02:40:40.650Z] 6ca5941a6612: Verifying Checksum [2021-02-18T02:40:40.650Z] 6ca5941a6612: Download complete [2021-02-18T02:40:40.915Z] 31603596830f: Pull complete [2021-02-18T02:40:41.177Z] 2a8b12db71e7: Pull complete [2021-02-18T02:40:42.137Z] 6ca5941a6612: Pull complete [2021-02-18T02:40:42.137Z] ecc8261a40a4: Pull complete [2021-02-18T02:40:42.137Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-02-18T02:40:42.137Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-18T02:40:42.137Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-02-18T02:40:42.268Z] prd-centos7-docker-4c-2g-26765 does not seem to be running inside a container [2021-02-18T02:40:42.317Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_PR-725 -v /w/workspace/dgexfoundry_device-sdk-go_PR-725:/w/workspace/dgexfoundry_device-sdk-go_PR-725:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-725@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-725@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:10004/edgex-devops/git-semver:latest cat [2021-02-18T02:40:44.580Z] $ docker top 67cda480855f9c6615c661f30daeeeb1e323455ec23914ab3548bc252eba3ecf -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-18T02:40:44.903Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-18T02:40:44.903Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-18T02:40:45.140Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-18T02:40:45.143Z] $ docker exec 67cda480855f9c6615c661f30daeeeb1e323455ec23914ab3548bc252eba3ecf ssh-agent [2021-02-18T02:40:45.319Z] SSH_AUTH_SOCK=/tmp/ssh-cdAmSdYpmOAp/agent.12 [2021-02-18T02:40:45.319Z] SSH_AGENT_PID=17 [2021-02-18T02:40:45.336Z] Running ssh-add (command line suppressed) [2021-02-18T02:40:45.473Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-725@tmp/private_key_5446634870926507001.key (/w/workspace/dgexfoundry_device-sdk-go_PR-725@tmp/private_key_5446634870926507001.key) [2021-02-18T02:40:45.541Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-18T02:40:45.882Z] + git tag --points-at HEAD [Pipeline] } [2021-02-18T02:40:45.909Z] $ docker exec --env ******** --env ******** 67cda480855f9c6615c661f30daeeeb1e323455ec23914ab3548bc252eba3ecf ssh-agent -k [2021-02-18T02:40:46.028Z] unset SSH_AUTH_SOCK; [2021-02-18T02:40:46.028Z] unset SSH_AGENT_PID; [2021-02-18T02:40:46.028Z] echo Agent pid 17 killed; [2021-02-18T02:40:46.080Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-02-18T02:40:46.218Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-18T02:40:46.218Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-18T02:40:46.391Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-18T02:40:46.395Z] $ docker exec 67cda480855f9c6615c661f30daeeeb1e323455ec23914ab3548bc252eba3ecf ssh-agent [2021-02-18T02:40:46.571Z] SSH_AUTH_SOCK=/tmp/ssh-URJSCUb9SCYo/agent.47 [2021-02-18T02:40:46.571Z] SSH_AGENT_PID=52 [2021-02-18T02:40:46.578Z] Running ssh-add (command line suppressed) [2021-02-18T02:40:46.701Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-725@tmp/private_key_4479007924297255060.key (/w/workspace/dgexfoundry_device-sdk-go_PR-725@tmp/private_key_4479007924297255060.key) [2021-02-18T02:40:46.753Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-18T02:40:47.089Z] + git semver init [2021-02-18T02:40:47.090Z] # -> Open(): unable to determine branch for HEAD [2021-02-18T02:40:47.090Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-725/.git [2021-02-18T02:40:47.090Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_PR-725 [2021-02-18T02:40:47.090Z] # $SEMVER_REMOTE_NAME = origin [2021-02-18T02:40:47.090Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-18T02:40:47.090Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-18T02:40:47.090Z] # $SEMVER_BRANCH = PR-725 [2021-02-18T02:40:47.090Z] # $SEMVER_TEMP = /tmp/semver-530281982 [2021-02-18T02:40:47.090Z] # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP [2021-02-18T02:40:47.669Z] # '/tmp/semver-530281982' -> '/w/workspace/dgexfoundry_device-sdk-go_PR-725/.semver' [2021-02-18T02:40:47.669Z] # -> Force: false [2021-02-18T02:40:47.932Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-725/.semver [Pipeline] } [2021-02-18T02:40:47.944Z] $ docker exec --env ******** --env ******** 67cda480855f9c6615c661f30daeeeb1e323455ec23914ab3548bc252eba3ecf ssh-agent -k [2021-02-18T02:40:48.066Z] unset SSH_AUTH_SOCK; [2021-02-18T02:40:48.067Z] unset SSH_AGENT_PID; [2021-02-18T02:40:48.067Z] echo Agent pid 52 killed; [2021-02-18T02:40:48.117Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-18T02:40:48.659Z] + git semver [Pipeline] } [2021-02-18T02:40:48.676Z] $ docker stop --time=1 67cda480855f9c6615c661f30daeeeb1e323455ec23914ab3548bc252eba3ecf [2021-02-18T02:40:50.092Z] $ docker rm -f 67cda480855f9c6615c661f30daeeeb1e323455ec23914ab3548bc252eba3ecf [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-18T02:40:50.579Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-02-18T02:40:51.271Z] Stashed 1 file(s) [Pipeline] echo [2021-02-18T02:40:51.274Z] [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] node [Pipeline] node [2021-02-18T02:41:06.821Z] Still waiting to schedule task [2021-02-18T02:41:06.821Z] Waiting for next available executor on ‘prd-centos7-docker-4c-2g-26765’ [2021-02-18T02:41:06.823Z] Still waiting to schedule task [2021-02-18T02:41:06.823Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-26577’ is offline [2021-02-18T02:42:56.200Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-26767 in /w/workspace/dgexfoundry_device-sdk-go_PR-725 [Pipeline] { [Pipeline] ws [2021-02-18T02:42:56.298Z] Running in /w/workspace/device-sdk-go/12 [Pipeline] { [Pipeline] checkout [2021-02-18T02:43:01.529Z] using credential edgex-jenkins-ssh [2021-02-18T02:43:01.611Z] Cloning the remote Git repository [2021-02-18T02:43:01.688Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2021-02-18T02:43:01.799Z] > git init /w/workspace/device-sdk-go/12 # timeout=10 [2021-02-18T02:43:01.878Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-02-18T02:43:01.879Z] > git --version # timeout=10 [2021-02-18T02:43:01.896Z] > git --version # 'git version 2.17.1' [2021-02-18T02:43:01.897Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-18T02:43:01.958Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-18T02:43:03.831Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-02-18T02:43:03.849Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-18T02:43:03.885Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-02-18T02:43:03.930Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-02-18T02:43:03.930Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-18T02:43:03.943Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/725/head:refs/remotes/origin/PR-725 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-18T02:43:04.533Z] Merging remotes/origin/master commit 6125dba09cfc805438589ab7aad954d8cad7589e into PR head commit ea5f2fe995444737663861e42b9b0407e76b07bc [2021-02-18T02:43:04.943Z] Merge succeeded, producing a058785d67dc1ccf3f4503c31a7a5079365dd212 [2021-02-18T02:43:04.944Z] Checking out Revision a058785d67dc1ccf3f4503c31a7a5079365dd212 (PR-725) [2021-02-18T02:43:04.557Z] > git config core.sparsecheckout # timeout=10 [2021-02-18T02:43:04.579Z] > git checkout -f ea5f2fe995444737663861e42b9b0407e76b07bc # timeout=10 [2021-02-18T02:43:04.696Z] > git remote # timeout=10 [2021-02-18T02:43:04.716Z] > git config --get remote.origin.url # timeout=10 [2021-02-18T02:43:04.743Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-18T02:43:04.754Z] > git merge 6125dba09cfc805438589ab7aad954d8cad7589e # timeout=10 [2021-02-18T02:43:04.914Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-02-18T02:43:04.954Z] > git config core.sparsecheckout # timeout=10 [2021-02-18T02:43:04.968Z] > git checkout -f a058785d67dc1ccf3f4503c31a7a5079365dd212 # timeout=10 [2021-02-18T02:43:09.323Z] Commit message: "Merge commit '6125dba09cfc805438589ab7aad954d8cad7589e' into HEAD" [2021-02-18T02:43:09.350Z] First time build. Skipping changelog. [2021-02-18T02:43:09.333Z] > git rev-list --no-walk 7c02c64c2daf04df6211f93624a24cb3be82836f # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-18T02:43:11.056Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-02-18T02:43:11.480Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-18T02:43:11.825Z] + sudo service docker restart [2021-02-18T02:43:11.825Z] + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-18T02:43:14.539Z] provisioning config files... [2021-02-18T02:43:14.585Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/12@tmp/config290354292645500918tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-18T02:43:15.053Z] ---> docker-login.sh [2021-02-18T02:43:15.053Z] nexus3.edgexfoundry.org:10001 [2021-02-18T02:43:16.039Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-18T02:43:16.314Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-18T02:43:16.314Z] Configure a credential helper to remove this warning. See [2021-02-18T02:43:16.314Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-18T02:43:16.314Z] [2021-02-18T02:43:16.314Z] Login Succeeded [2021-02-18T02:43:16.314Z] nexus3.edgexfoundry.org:10002 [2021-02-18T02:43:16.914Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-18T02:43:16.914Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-18T02:43:16.914Z] Configure a credential helper to remove this warning. See [2021-02-18T02:43:16.914Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-18T02:43:16.914Z] [2021-02-18T02:43:16.914Z] Login Succeeded [2021-02-18T02:43:16.914Z] nexus3.edgexfoundry.org:10003 [2021-02-18T02:43:17.190Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-18T02:43:17.465Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-18T02:43:17.465Z] Configure a credential helper to remove this warning. See [2021-02-18T02:43:17.465Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-18T02:43:17.465Z] [2021-02-18T02:43:17.465Z] Login Succeeded [2021-02-18T02:43:17.465Z] nexus3.edgexfoundry.org:10004 [2021-02-18T02:43:17.746Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-18T02:43:18.021Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-18T02:43:18.021Z] Configure a credential helper to remove this warning. See [2021-02-18T02:43:18.021Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-18T02:43:18.021Z] [2021-02-18T02:43:18.021Z] Login Succeeded [2021-02-18T02:43:18.021Z] docker.io [2021-02-18T02:43:18.296Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-18T02:43:18.889Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-18T02:43:18.889Z] Configure a credential helper to remove this warning. See [2021-02-18T02:43:18.889Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-18T02:43:18.889Z] [2021-02-18T02:43:18.889Z] Login Succeeded [2021-02-18T02:43:18.889Z] ---> docker-login.sh ends [Pipeline] } [2021-02-18T02:43:18.908Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-02-18T02:43:19.393Z] ========================================================= [2021-02-18T02:43:19.393Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-02-18T02:43:19.393Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-18T02:43:19.773Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2021-02-18T02:43:20.059Z] Sending build context to Docker daemon 2.401MB [2021-02-18T02:43:20.332Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-02-18T02:43:20.332Z] Step 2/8 : FROM ${BASE} [2021-02-18T02:43:20.332Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-02-18T02:43:20.332Z] 5f621e34cdf4: Pulling fs layer [2021-02-18T02:43:20.332Z] a4357932f1b6: Pulling fs layer [2021-02-18T02:43:20.332Z] 18c013af1878: Pulling fs layer [2021-02-18T02:43:20.332Z] 00ac8860ef70: Pulling fs layer [2021-02-18T02:43:20.332Z] 63d7cb157983: Pulling fs layer [2021-02-18T02:43:20.332Z] b116817d02f9: Pulling fs layer [2021-02-18T02:43:20.332Z] 745a02a5169b: Pulling fs layer [2021-02-18T02:43:20.332Z] 00ac8860ef70: Waiting [2021-02-18T02:43:20.332Z] 63d7cb157983: Waiting [2021-02-18T02:43:20.332Z] b116817d02f9: Waiting [2021-02-18T02:43:20.332Z] 745a02a5169b: Waiting [2021-02-18T02:43:20.332Z] 18c013af1878: Verifying Checksum [2021-02-18T02:43:20.332Z] 18c013af1878: Download complete [2021-02-18T02:43:20.332Z] a4357932f1b6: Verifying Checksum [2021-02-18T02:43:20.332Z] a4357932f1b6: Download complete [2021-02-18T02:43:20.332Z] 63d7cb157983: Download complete [2021-02-18T02:43:20.936Z] b116817d02f9: Verifying Checksum [2021-02-18T02:43:20.936Z] b116817d02f9: Download complete [2021-02-18T02:43:21.212Z] 5f621e34cdf4: Download complete [2021-02-18T02:43:21.821Z] 5f621e34cdf4: Pull complete [2021-02-18T02:43:22.424Z] a4357932f1b6: Pull complete [2021-02-18T02:43:22.701Z] 18c013af1878: Pull complete [2021-02-18T02:43:23.306Z] 745a02a5169b: Verifying Checksum [2021-02-18T02:43:24.751Z] 00ac8860ef70: Verifying Checksum [2021-02-18T02:43:24.751Z] 00ac8860ef70: Download complete [2021-02-18T02:43:34.921Z] 00ac8860ef70: Pull complete [2021-02-18T02:43:35.193Z] 63d7cb157983: Pull complete [2021-02-18T02:43:35.466Z] b116817d02f9: Pull complete [2021-02-18T02:43:39.780Z] 745a02a5169b: Pull complete [2021-02-18T02:43:39.780Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-02-18T02:43:39.780Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-02-18T02:43:39.780Z] ---> b7e6874047d6 [2021-02-18T02:43:39.780Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-02-18T02:43:41.770Z] ---> Running in a5056b5da201 [2021-02-18T02:43:42.059Z] Removing intermediate container a5056b5da201 [2021-02-18T02:43:42.059Z] ---> b7b74f1081db [2021-02-18T02:43:42.059Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-18T02:43:42.334Z] ---> Running in 433d0bf137a4 [2021-02-18T02:43:44.968Z] Removing intermediate container 433d0bf137a4 [2021-02-18T02:43:44.968Z] ---> 14a1c1e05fb1 [2021-02-18T02:43:44.968Z] Step 5/8 : RUN apk add --update --no-cache make git [2021-02-18T02:43:44.968Z] ---> Running in f4093faa62cd [2021-02-18T02:43:45.565Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-18T02:43:46.536Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-18T02:43:47.129Z] OK: 142 MiB in 39 packages [2021-02-18T02:43:48.119Z] Removing intermediate container f4093faa62cd [2021-02-18T02:43:48.119Z] ---> f28699d34157 [2021-02-18T02:43:48.119Z] Step 6/8 : WORKDIR /device-sdk-go [2021-02-18T02:43:48.392Z] ---> Running in 36087798a26a [2021-02-18T02:43:48.987Z] Removing intermediate container 36087798a26a [2021-02-18T02:43:48.987Z] ---> c75eacda4e48 [2021-02-18T02:43:48.987Z] Step 7/8 : COPY . . [2021-02-18T02:43:49.994Z] ---> b0b63faad23b [2021-02-18T02:43:49.994Z] Step 8/8 : RUN go mod download [2021-02-18T02:43:50.270Z] ---> Running in fa858de2fed9 [2021-02-18T02:44:17.071Z] Removing intermediate container fa858de2fed9 [2021-02-18T02:44:17.071Z] ---> 8679dea2bae9 [2021-02-18T02:44:17.071Z] Successfully built 8679dea2bae9 [2021-02-18T02:44:17.071Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-18T02:44:17.414Z] + docker inspect -f . ci-base-image-arm64 [2021-02-18T02:44:17.414Z] . [Pipeline] withDockerContainer [2021-02-18T02:44:17.685Z] prd-ubuntu18.04-docker-arm64-4c-16g-26767 does not seem to be running inside a container [2021-02-18T02:44:17.763Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/12 -v /w/workspace/device-sdk-go/12:/w/workspace/device-sdk-go/12:rw,z -v /w/workspace/device-sdk-go/12@tmp:/w/workspace/device-sdk-go/12@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 ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-02-18T02:44:19.258Z] $ docker top c15e84bc8bed5d5c51e1dd0203f579a8870e53e3ffc87291bcfc7e53b3f2e482 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-18T02:44:20.309Z] + go version [2021-02-18T02:44:20.309Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-02-18T02:44:20.333Z] $ docker stop --time=1 c15e84bc8bed5d5c51e1dd0203f579a8870e53e3ffc87291bcfc7e53b3f2e482 [2021-02-18T02:44:22.270Z] $ docker rm -f c15e84bc8bed5d5c51e1dd0203f579a8870e53e3ffc87291bcfc7e53b3f2e482 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-18T02:44:23.257Z] + docker inspect -f . ci-base-image-arm64 [2021-02-18T02:44:23.258Z] . [Pipeline] withDockerContainer [2021-02-18T02:44:23.501Z] prd-ubuntu18.04-docker-arm64-4c-16g-26767 does not seem to be running inside a container [2021-02-18T02:44:23.583Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/12 -v /w/workspace/device-sdk-go/12:/w/workspace/device-sdk-go/12:rw,z -v /w/workspace/device-sdk-go/12@tmp:/w/workspace/device-sdk-go/12@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 ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-02-18T02:44:25.062Z] $ docker top c6e428e38922c1dbc1686a44fd42193990e64075a15f623efb89b5dfe988cc4c -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-18T02:44:26.080Z] + make test [2021-02-18T02:44:26.080Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-02-18T02:44:48.265Z] ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] [2021-02-18T02:45:35.317Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] [2021-02-18T02:45:35.317Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] [2021-02-18T02:45:35.317Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] [2021-02-18T02:45:35.317Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.140s coverage: 25.5% of statements [2021-02-18T02:46:02.131Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 30.163s coverage: 10.1% of statements [2021-02-18T02:46:02.131Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/common 0.115s coverage: 12.5% of statements [2021-02-18T02:46:02.131Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] [2021-02-18T02:46:02.131Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller 0.143s coverage: 84.8% of statements [2021-02-18T02:46:02.131Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/correlation [no test files] [2021-02-18T02:46:02.131Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/mock [no test files] [2021-02-18T02:46:02.131Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] [2021-02-18T02:46:02.131Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] [2021-02-18T02:46:02.131Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.205s coverage: 49.2% of statements [2021-02-18T02:46:02.131Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/v2/application [no test files] [2021-02-18T02:46:02.131Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/v2/cache [no test files] [2021-02-18T02:46:02.131Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/v2/controller/http 0.183s coverage: 24.8% of statements [2021-02-18T02:46:02.131Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 5.756s coverage: 83.5% of statements [2021-02-18T02:46:02.131Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.143s coverage: 5.3% of statements [2021-02-18T02:46:02.131Z] ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] [2021-02-18T02:46:02.131Z] GO111MODULE=on go vet ./... [2021-02-18T02:46:19.702Z] Running on prd-centos7-docker-4c-2g-26768 in /w/workspace/dgexfoundry_device-sdk-go_PR-725 [Pipeline] { [Pipeline] ws [2021-02-18T02:46:19.796Z] Running in /w/workspace/device-sdk-go/12 [Pipeline] { [Pipeline] checkout [2021-02-18T02:46:31.074Z] using credential edgex-jenkins-ssh [2021-02-18T02:46:31.146Z] Cloning the remote Git repository [2021-02-18T02:46:31.198Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2021-02-18T02:46:31.429Z] > git init /w/workspace/device-sdk-go/12 # timeout=10 [2021-02-18T02:46:31.599Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-02-18T02:46:31.599Z] > git --version # timeout=10 [2021-02-18T02:46:31.611Z] > git --version # 'git version 2.24.3' [2021-02-18T02:46:31.611Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-18T02:46:31.689Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-18T02:46:34.654Z] gofmt -l . [2021-02-18T02:46:34.654Z] [ "`gofmt -l .`" = "" ] [2021-02-18T02:46:33.953Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-02-18T02:46:34.032Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-18T02:46:34.093Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2021-02-18T02:46:34.189Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2021-02-18T02:46:34.191Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-18T02:46:34.198Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/725/head:refs/remotes/origin/PR-725 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-18T02:46:34.775Z] Merging remotes/origin/master commit 6125dba09cfc805438589ab7aad954d8cad7589e into PR head commit ea5f2fe995444737663861e42b9b0407e76b07bc [2021-02-18T02:46:34.942Z] ./bin/test-attribution-txt.sh [2021-02-18T02:46:36.004Z] Merge succeeded, producing 8ff95acdee383c7b0184503c4cf9f9cfdee96e7d [2021-02-18T02:46:36.004Z] Checking out Revision 8ff95acdee383c7b0184503c4cf9f9cfdee96e7d (PR-725) [2021-02-18T02:46:34.805Z] > git config core.sparsecheckout # timeout=10 [2021-02-18T02:46:34.886Z] > git checkout -f ea5f2fe995444737663861e42b9b0407e76b07bc # timeout=10 [2021-02-18T02:46:35.747Z] > git remote # timeout=10 [2021-02-18T02:46:35.794Z] > git config --get remote.origin.url # timeout=10 [2021-02-18T02:46:35.831Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-18T02:46:35.837Z] > git merge 6125dba09cfc805438589ab7aad954d8cad7589e # timeout=10 [2021-02-18T02:46:35.989Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-02-18T02:46:36.011Z] > git config core.sparsecheckout # timeout=10 [2021-02-18T02:46:36.028Z] > git checkout -f 8ff95acdee383c7b0184503c4cf9f9cfdee96e7d # timeout=10 [2021-02-18T02:46:36.379Z] ./bin/test-go-mod-tidy.sh [Pipeline] } [2021-02-18T02:46:36.667Z] $ docker stop --time=1 c6e428e38922c1dbc1686a44fd42193990e64075a15f623efb89b5dfe988cc4c [2021-02-18T02:46:38.905Z] $ docker rm -f c6e428e38922c1dbc1686a44fd42193990e64075a15f623efb89b5dfe988cc4c [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-18T02:46:40.043Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-02-18T02:46:40.828Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-18T02:46:43.460Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-02-18T02:46:43.786Z] + ls -al . [2021-02-18T02:46:43.786Z] total 208 [2021-02-18T02:46:43.786Z] drwxrwxr-x 10 jenkins jenkins 4096 Feb 18 02:46 . [2021-02-18T02:46:43.786Z] drwxrwxr-x 4 jenkins jenkins 4096 Feb 18 02:43 .. [2021-02-18T02:46:43.786Z] -rw-rw-r-- 1 jenkins jenkins 140 Feb 18 02:43 .dockerignore [2021-02-18T02:46:43.786Z] drwxrwxr-x 8 jenkins jenkins 4096 Feb 18 02:43 .git [2021-02-18T02:46:43.786Z] drwxrwxr-x 2 jenkins jenkins 4096 Feb 18 02:43 .github [2021-02-18T02:46:43.786Z] -rw-rw-r-- 1 jenkins jenkins 138 Feb 18 02:43 .gitignore [2021-02-18T02:46:43.786Z] -rw-rw-r-- 1 jenkins jenkins 949 Feb 18 02:43 Dockerfile.build [2021-02-18T02:46:43.786Z] -rw-rw-r-- 1 jenkins jenkins 894 Feb 18 02:43 Jenkinsfile [2021-02-18T02:46:43.786Z] -rw-rw-r-- 1 jenkins jenkins 11341 Feb 18 02:43 LICENSE [2021-02-18T02:46:43.786Z] -rw-rw-r-- 1 jenkins jenkins 1016 Feb 18 02:43 Makefile [2021-02-18T02:46:43.786Z] -rw-rw-r-- 1 jenkins jenkins 5897 Feb 18 02:43 README.md [2021-02-18T02:46:43.786Z] -rw-rw-r-- 1 jenkins jenkins 6616 Feb 18 02:43 RELEASE-NOTES.txt [2021-02-18T02:46:43.786Z] -rw-rw-r-- 1 jenkins jenkins 5 Feb 18 02:40 VERSION [2021-02-18T02:46:43.786Z] drwxrwxr-x 2 jenkins jenkins 4096 Feb 18 02:43 bin [2021-02-18T02:46:43.786Z] -rw-r--r-- 1 jenkins jenkins 89677 Feb 18 02:46 coverage.out [2021-02-18T02:46:43.786Z] drwxrwxr-x 4 jenkins jenkins 4096 Feb 18 02:43 example [2021-02-18T02:46:43.786Z] -rw-r--r-- 1 jenkins jenkins 515 Feb 18 02:46 go.mod [2021-02-18T02:46:43.786Z] -rw-r--r-- 1 jenkins jenkins 19062 Feb 18 02:46 go.sum [2021-02-18T02:46:43.786Z] drwxrwxr-x 13 jenkins jenkins 4096 Feb 18 02:43 internal [2021-02-18T02:46:43.786Z] drwxrwxr-x 4 jenkins jenkins 4096 Feb 18 02:43 openapi [2021-02-18T02:46:43.786Z] drwxrwxr-x 5 jenkins jenkins 4096 Feb 18 02:43 pkg [2021-02-18T02:46:43.786Z] drwxrwxr-x 4 jenkins jenkins 4096 Feb 18 02:43 snap [2021-02-18T02:46:43.786Z] -rw-rw-r-- 1 jenkins jenkins 222 Feb 18 02:43 version.go [Pipeline] isUnix [Pipeline] sh [2021-02-18T02:46:44.124Z] + docker build -t device-sdk-simple-arm64 -f example/cmd/device-simple/Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=406be32a71764f1645d8a166c6974ed03e36b812 --label arch=arm64 --label version=0.0.0 . [2021-02-18T02:46:44.560Z] Commit message: "Merge commit '6125dba09cfc805438589ab7aad954d8cad7589e' into HEAD" [2021-02-18T02:46:44.639Z] First time build. Skipping changelog. [2021-02-18T02:46:44.722Z] Sending build context to Docker daemon 2.492MB [2021-02-18T02:46:44.722Z] Step 1/24 : ARG BASE=golang:1.15-alpine3.12 [2021-02-18T02:46:44.722Z] Step 2/24 : FROM ${BASE} AS builder [2021-02-18T02:46:44.722Z] ---> 8679dea2bae9 [2021-02-18T02:46:44.722Z] Step 3/24 : ARG MAKE='make build' [2021-02-18T02:46:44.722Z] ---> Running in b6b568f9b104 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-18T02:46:45.318Z] Removing intermediate container b6b568f9b104 [2021-02-18T02:46:45.318Z] ---> 274d05148a1a [2021-02-18T02:46:45.318Z] Step 4/24 : WORKDIR /device-sdk-go [2021-02-18T02:46:45.318Z] ---> Running in f231d22cc317 [2021-02-18T02:46:44.575Z] > git rev-list --no-walk 7c02c64c2daf04df6211f93624a24cb3be82836f # timeout=10 [2021-02-18T02:46:45.920Z] Removing intermediate container f231d22cc317 [2021-02-18T02:46:45.920Z] ---> 742606ac6dd3 [2021-02-18T02:46:45.920Z] Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-02-18T02:46:45.920Z] ---> Running in cc5437cb63b4 [2021-02-18T02:46:46.516Z] Removing intermediate container cc5437cb63b4 [2021-02-18T02:46:46.516Z] ---> 09a2928ca18b [2021-02-18T02:46:46.516Z] Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-18T02:46:46.516Z] ---> Running in dbbe8d85e180 [2021-02-18T02:46:47.728Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-02-18T02:46:48.334Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-18T02:46:48.527Z] Removing intermediate container dbbe8d85e180 [2021-02-18T02:46:48.527Z] ---> 71a0f8d5f822 [2021-02-18T02:46:48.527Z] Step 7/24 : RUN apk add --update --no-cache make git [2021-02-18T02:46:48.527Z] ---> Running in 96e7d1ad64e8 [2021-02-18T02:46:48.794Z] + sudo service docker restart [2021-02-18T02:46:48.794Z] + true [2021-02-18T02:46:49.102Z] Redirecting to /bin/systemctl restart docker.service [2021-02-18T02:46:49.966Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [Pipeline] withEnv [Pipeline] { [2021-02-18T02:46:50.569Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [Pipeline] wrap [2021-02-18T02:46:50.659Z] provisioning config files... [2021-02-18T02:46:50.740Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/12@tmp/config8901720896479815295tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-18T02:46:51.167Z] OK: 142 MiB in 39 packages [2021-02-18T02:46:51.560Z] ---> docker-login.sh [2021-02-18T02:46:51.560Z] nexus3.edgexfoundry.org:10001 [2021-02-18T02:46:52.154Z] Removing intermediate container 96e7d1ad64e8 [2021-02-18T02:46:52.154Z] ---> cdbbb87a855c [2021-02-18T02:46:52.154Z] Step 8/24 : COPY . . [2021-02-18T02:46:52.670Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-18T02:46:52.958Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-18T02:46:52.958Z] Configure a credential helper to remove this warning. See [2021-02-18T02:46:52.958Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-18T02:46:52.958Z] [2021-02-18T02:46:52.958Z] Login Succeeded [2021-02-18T02:46:52.958Z] nexus3.edgexfoundry.org:10002 [2021-02-18T02:46:53.310Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-18T02:46:53.590Z] ---> 7dc376add908 [2021-02-18T02:46:53.590Z] Step 9/24 : RUN ${MAKE} [2021-02-18T02:46:53.590Z] ---> Running in 82770298c880 [2021-02-18T02:46:53.666Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-18T02:46:53.666Z] Configure a credential helper to remove this warning. See [2021-02-18T02:46:53.666Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-18T02:46:53.666Z] [2021-02-18T02:46:53.666Z] Login Succeeded [2021-02-18T02:46:53.666Z] nexus3.edgexfoundry.org:10003 [2021-02-18T02:46:54.496Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-18T02:46:54.566Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go/v2.Version=0.0.0" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple [2021-02-18T02:46:54.875Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-18T02:46:54.875Z] Configure a credential helper to remove this warning. See [2021-02-18T02:46:54.875Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-18T02:46:54.875Z] [2021-02-18T02:46:54.875Z] Login Succeeded [2021-02-18T02:46:54.875Z] nexus3.edgexfoundry.org:10004 [2021-02-18T02:46:55.162Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-18T02:46:55.476Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-18T02:46:55.476Z] Configure a credential helper to remove this warning. See [2021-02-18T02:46:55.476Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-18T02:46:55.476Z] [2021-02-18T02:46:55.476Z] Login Succeeded [2021-02-18T02:46:55.476Z] docker.io [2021-02-18T02:46:55.782Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-18T02:46:56.052Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-18T02:46:56.052Z] Configure a credential helper to remove this warning. See [2021-02-18T02:46:56.052Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-18T02:46:56.052Z] [2021-02-18T02:46:56.052Z] Login Succeeded [2021-02-18T02:46:56.052Z] ---> docker-login.sh ends [Pipeline] } [2021-02-18T02:46:56.087Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-02-18T02:46:56.820Z] ========================================================= [2021-02-18T02:46:56.820Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-02-18T02:46:56.820Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-18T02:46:57.396Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2021-02-18T02:46:58.280Z] Sending build context to Docker daemon 2.395MB [2021-02-18T02:46:58.570Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-02-18T02:46:58.570Z] Step 2/8 : FROM ${BASE} [2021-02-18T02:46:58.570Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-02-18T02:46:58.570Z] 188c0c94c7c5: Pulling fs layer [2021-02-18T02:46:58.570Z] 0ef7d3d256c8: Pulling fs layer [2021-02-18T02:46:58.570Z] de9db76c5a1d: Pulling fs layer [2021-02-18T02:46:58.570Z] bca2f99d35d6: Pulling fs layer [2021-02-18T02:46:58.570Z] 93359f2a8cfa: Pulling fs layer [2021-02-18T02:46:58.570Z] 7c6f9722023f: Pulling fs layer [2021-02-18T02:46:58.570Z] a35cf1a2eb13: Pulling fs layer [2021-02-18T02:46:58.570Z] 93359f2a8cfa: Waiting [2021-02-18T02:46:58.570Z] 7c6f9722023f: Waiting [2021-02-18T02:46:58.570Z] a35cf1a2eb13: Waiting [2021-02-18T02:46:58.570Z] bca2f99d35d6: Waiting [2021-02-18T02:46:58.570Z] de9db76c5a1d: Verifying Checksum [2021-02-18T02:46:58.570Z] de9db76c5a1d: Download complete [2021-02-18T02:46:58.570Z] 0ef7d3d256c8: Verifying Checksum [2021-02-18T02:46:58.570Z] 0ef7d3d256c8: Download complete [2021-02-18T02:46:59.428Z] 93359f2a8cfa: Verifying Checksum [2021-02-18T02:46:59.428Z] 93359f2a8cfa: Download complete [2021-02-18T02:46:59.428Z] 7c6f9722023f: Verifying Checksum [2021-02-18T02:46:59.428Z] 7c6f9722023f: Download complete [2021-02-18T02:47:00.230Z] 188c0c94c7c5: Verifying Checksum [2021-02-18T02:47:00.230Z] 188c0c94c7c5: Download complete [2021-02-18T02:47:01.252Z] 188c0c94c7c5: Pull complete [2021-02-18T02:47:02.405Z] 0ef7d3d256c8: Pull complete [2021-02-18T02:47:03.019Z] de9db76c5a1d: Pull complete [2021-02-18T02:47:06.714Z] a35cf1a2eb13: Verifying Checksum [2021-02-18T02:47:06.714Z] a35cf1a2eb13: Download complete [2021-02-18T02:47:08.738Z] bca2f99d35d6: Verifying Checksum [2021-02-18T02:47:08.738Z] bca2f99d35d6: Download complete [2021-02-18T02:47:21.362Z] CGO_ENABLED=0 GO111MODULE=on go install -tags=safe [2021-02-18T02:47:21.961Z] Removing intermediate container 82770298c880 [2021-02-18T02:47:21.961Z] ---> 3eb3ca4aafb1 [2021-02-18T02:47:21.961Z] Step 10/24 : FROM scratch [2021-02-18T02:47:21.961Z] ---> [2021-02-18T02:47:21.961Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-02-18T02:47:21.961Z] ---> Running in 1b2d7c78f30c [2021-02-18T02:47:22.556Z] Removing intermediate container 1b2d7c78f30c [2021-02-18T02:47:22.556Z] ---> 3608512084dc [2021-02-18T02:47:22.556Z] Step 12/24 : ENV APP_PORT=49990 [2021-02-18T02:47:22.556Z] ---> Running in db4a6ab7c022 [2021-02-18T02:47:22.830Z] Removing intermediate container db4a6ab7c022 [2021-02-18T02:47:22.830Z] ---> 4812faca49ba [2021-02-18T02:47:22.830Z] Step 13/24 : EXPOSE $APP_PORT [2021-02-18T02:47:23.105Z] ---> Running in 528468d69198 [2021-02-18T02:47:23.376Z] Removing intermediate container 528468d69198 [2021-02-18T02:47:23.376Z] ---> aa4423ab8362 [2021-02-18T02:47:23.376Z] Step 14/24 : WORKDIR / [2021-02-18T02:47:23.649Z] ---> Running in 52f11f9c327c [2021-02-18T02:47:23.922Z] Removing intermediate container 52f11f9c327c [2021-02-18T02:47:23.922Z] ---> 5363791c66b3 [2021-02-18T02:47:23.922Z] Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple [2021-02-18T02:47:25.360Z] ---> dc08a714b925 [2021-02-18T02:47:25.360Z] Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml [2021-02-18T02:47:25.954Z] ---> 8d7f2f199b85 [2021-02-18T02:47:25.955Z] Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml [2021-02-18T02:47:26.548Z] ---> 660bf4ed0557 [2021-02-18T02:47:26.548Z] Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png [2021-02-18T02:47:27.144Z] ---> 337a9827038c [2021-02-18T02:47:27.144Z] Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg [2021-02-18T02:47:27.889Z] bca2f99d35d6: Pull complete [2021-02-18T02:47:27.889Z] 93359f2a8cfa: Pull complete [2021-02-18T02:47:27.889Z] 7c6f9722023f: Pull complete [2021-02-18T02:47:28.119Z] ---> 2e3b66228202 [2021-02-18T02:47:28.119Z] Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] [2021-02-18T02:47:28.119Z] ---> Running in 4cadc0fcfd4b [2021-02-18T02:47:28.713Z] Removing intermediate container 4cadc0fcfd4b [2021-02-18T02:47:28.713Z] ---> a44072286b02 [2021-02-18T02:47:28.713Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-18T02:47:28.713Z] ---> Running in 2f3a0eb5037b [2021-02-18T02:47:29.307Z] Removing intermediate container 2f3a0eb5037b [2021-02-18T02:47:29.307Z] ---> cf69cfb202bd [2021-02-18T02:47:29.307Z] Step 22/24 : LABEL arch=arm64 [2021-02-18T02:47:29.307Z] ---> Running in 3cb9264fc5fa [2021-02-18T02:47:29.900Z] Removing intermediate container 3cb9264fc5fa [2021-02-18T02:47:29.900Z] ---> e945bf3f1eb1 [2021-02-18T02:47:29.900Z] Step 23/24 : LABEL git_sha=406be32a71764f1645d8a166c6974ed03e36b812 [2021-02-18T02:47:29.900Z] ---> Running in d2aba170dafe [2021-02-18T02:47:30.493Z] Removing intermediate container d2aba170dafe [2021-02-18T02:47:30.493Z] ---> f691d1dba159 [2021-02-18T02:47:30.493Z] Step 24/24 : LABEL version=0.0.0 [2021-02-18T02:47:30.493Z] ---> Running in 7c2735bcf425 [2021-02-18T02:47:30.766Z] Removing intermediate container 7c2735bcf425 [2021-02-18T02:47:30.766Z] ---> 7b73e81e438b [2021-02-18T02:47:30.766Z] [Warning] One or more build-args [ARCH] were not consumed [2021-02-18T02:47:31.037Z] Successfully built 7b73e81e438b [2021-02-18T02:47:31.037Z] Successfully tagged device-sdk-simple-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-02-18T02:47:34.503Z] a35cf1a2eb13: Pull complete [2021-02-18T02:47:34.504Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-02-18T02:47:34.504Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-02-18T02:47:34.504Z] ---> a62c8e92a672 [2021-02-18T02:47:34.504Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-02-18T02:47:35.042Z] ---> Running in 458fd9cfe430 [2021-02-18T02:47:35.844Z] Removing intermediate container 458fd9cfe430 [2021-02-18T02:47:35.844Z] ---> 137677d8a23c [2021-02-18T02:47:35.844Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-18T02:47:35.844Z] ---> Running in b4f21ce139e1 [2021-02-18T02:47:38.654Z] Removing intermediate container b4f21ce139e1 [2021-02-18T02:47:38.654Z] ---> 6a34c5101c39 [2021-02-18T02:47:38.654Z] Step 5/8 : RUN apk add --update --no-cache make git [2021-02-18T02:47:38.654Z] ---> Running in 9f211c0084b9 [2021-02-18T02:47:40.627Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-18T02:47:42.045Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-18T02:47:44.163Z] OK: 166 MiB in 39 packages [2021-02-18T02:47:45.211Z] Removing intermediate container 9f211c0084b9 [2021-02-18T02:47:45.211Z] ---> f2c7a491b0a5 [2021-02-18T02:47:45.211Z] Step 6/8 : WORKDIR /device-sdk-go [2021-02-18T02:47:45.211Z] ---> Running in 425dd1343765 [2021-02-18T02:47:45.817Z] Removing intermediate container 425dd1343765 [2021-02-18T02:47:45.817Z] ---> c330d0013c0b [2021-02-18T02:47:45.817Z] Step 7/8 : COPY . . [2021-02-18T02:47:47.935Z] ---> 322afb5e5be6 [2021-02-18T02:47:47.935Z] Step 8/8 : RUN go mod download [2021-02-18T02:47:48.266Z] ---> Running in d756ca410a2c [2021-02-18T02:48:28.115Z] Removing intermediate container d756ca410a2c [2021-02-18T02:48:28.115Z] ---> acf5ee143210 [2021-02-18T02:48:28.115Z] Successfully built acf5ee143210 [2021-02-18T02:48:28.115Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-18T02:48:28.619Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-18T02:48:28.926Z] . [Pipeline] withDockerContainer [2021-02-18T02:48:29.364Z] prd-centos7-docker-4c-2g-26768 does not seem to be running inside a container [2021-02-18T02:48:29.771Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/12 -v /w/workspace/device-sdk-go/12:/w/workspace/device-sdk-go/12:rw,z -v /w/workspace/device-sdk-go/12@tmp:/w/workspace/device-sdk-go/12@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 ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-02-18T02:48:31.377Z] $ docker top b259f3363207814c2d3ede20da572c3c7616ac7b62141060a0a2051e92bfcba9 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-18T02:48:32.536Z] + go version [2021-02-18T02:48:32.536Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-02-18T02:48:32.641Z] $ docker stop --time=1 b259f3363207814c2d3ede20da572c3c7616ac7b62141060a0a2051e92bfcba9 [2021-02-18T02:48:34.552Z] $ docker rm -f b259f3363207814c2d3ede20da572c3c7616ac7b62141060a0a2051e92bfcba9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-18T02:48:36.021Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-18T02:48:36.348Z] . [Pipeline] withDockerContainer [2021-02-18T02:48:36.628Z] prd-centos7-docker-4c-2g-26768 does not seem to be running inside a container [2021-02-18T02:48:36.916Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/12 -v /w/workspace/device-sdk-go/12:/w/workspace/device-sdk-go/12:rw,z -v /w/workspace/device-sdk-go/12@tmp:/w/workspace/device-sdk-go/12@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 ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-02-18T02:48:39.169Z] $ docker top 4324046522f204790fe424fbc274085a2c658b7f2d9296f737f3e40498543410 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-18T02:48:40.226Z] + make test [2021-02-18T02:48:40.226Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-02-18T02:48:59.535Z] ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] [2021-02-18T02:49:33.844Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] [2021-02-18T02:49:33.844Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] [2021-02-18T02:49:33.844Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] [2021-02-18T02:49:38.627Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.086s coverage: 25.5% of statements [2021-02-18T02:50:06.691Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 30.263s coverage: 10.1% of statements [2021-02-18T02:50:06.691Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/common 0.086s coverage: 12.5% of statements [2021-02-18T02:50:06.691Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] [2021-02-18T02:50:06.691Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller 0.122s coverage: 84.8% of statements [2021-02-18T02:50:06.691Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/correlation [no test files] [2021-02-18T02:50:06.691Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/mock [no test files] [2021-02-18T02:50:06.691Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] [2021-02-18T02:50:06.691Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] [2021-02-18T02:50:06.691Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.194s coverage: 49.2% of statements [2021-02-18T02:50:06.691Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/v2/application [no test files] [2021-02-18T02:50:06.691Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/v2/cache [no test files] [2021-02-18T02:50:06.691Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/v2/controller/http 0.614s coverage: 24.8% of statements [2021-02-18T02:50:06.691Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 7.504s coverage: 83.5% of statements [2021-02-18T02:50:06.691Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.176s coverage: 5.3% of statements [2021-02-18T02:50:06.691Z] ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] [2021-02-18T02:50:06.691Z] GO111MODULE=on go vet ./... [2021-02-18T02:50:40.408Z] gofmt -l . [2021-02-18T02:50:40.408Z] [ "`gofmt -l .`" = "" ] [2021-02-18T02:50:40.408Z] ./bin/test-attribution-txt.sh [2021-02-18T02:50:40.408Z] ./bin/test-go-mod-tidy.sh [Pipeline] } [2021-02-18T02:50:40.450Z] $ docker stop --time=1 4324046522f204790fe424fbc274085a2c658b7f2d9296f737f3e40498543410 [2021-02-18T02:50:43.323Z] $ docker rm -f 4324046522f204790fe424fbc274085a2c658b7f2d9296f737f3e40498543410 [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-18T02:50:44.559Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-02-18T02:50:44.711Z] Warning: overwriting stash ‘coverage-report’ [2021-02-18T02:50:45.340Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2021-02-18T02:50:46.118Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-02-18T02:50:46.606Z] + ls -al . [2021-02-18T02:50:46.606Z] total 172 [2021-02-18T02:50:46.606Z] drwxrwxr-x. 10 jenkins jenkins 4096 Feb 18 02:50 . [2021-02-18T02:50:46.606Z] drwxrwxr-x. 4 jenkins jenkins 30 Feb 18 02:46 .. [2021-02-18T02:50:46.606Z] drwxrwxr-x. 2 jenkins jenkins 64 Feb 18 02:46 bin [2021-02-18T02:50:46.606Z] -rw-r--r--. 1 jenkins jenkins 89677 Feb 18 02:50 coverage.out [2021-02-18T02:50:46.606Z] -rw-rw-r--. 1 jenkins jenkins 949 Feb 18 02:46 Dockerfile.build [2021-02-18T02:50:46.606Z] -rw-rw-r--. 1 jenkins jenkins 140 Feb 18 02:46 .dockerignore [2021-02-18T02:50:46.606Z] drwxrwxr-x. 4 jenkins jenkins 48 Feb 18 02:46 example [2021-02-18T02:50:46.606Z] drwxrwxr-x. 8 jenkins jenkins 179 Feb 18 02:46 .git [2021-02-18T02:50:46.606Z] drwxrwxr-x. 2 jenkins jenkins 103 Feb 18 02:46 .github [2021-02-18T02:50:46.606Z] -rw-rw-r--. 1 jenkins jenkins 138 Feb 18 02:46 .gitignore [2021-02-18T02:50:46.606Z] -rw-r--r--. 1 jenkins jenkins 515 Feb 18 02:50 go.mod [2021-02-18T02:50:46.606Z] -rw-r--r--. 1 jenkins jenkins 19062 Feb 18 02:50 go.sum [2021-02-18T02:50:46.606Z] drwxrwxr-x. 13 jenkins jenkins 183 Feb 18 02:46 internal [2021-02-18T02:50:46.606Z] -rw-rw-r--. 1 jenkins jenkins 894 Feb 18 02:46 Jenkinsfile [2021-02-18T02:50:46.606Z] -rw-rw-r--. 1 jenkins jenkins 11341 Feb 18 02:46 LICENSE [2021-02-18T02:50:46.606Z] -rw-rw-r--. 1 jenkins jenkins 1016 Feb 18 02:46 Makefile [2021-02-18T02:50:46.606Z] drwxrwxr-x. 4 jenkins jenkins 26 Feb 18 02:46 openapi [2021-02-18T02:50:46.606Z] drwxrwxr-x. 5 jenkins jenkins 50 Feb 18 02:46 pkg [2021-02-18T02:50:46.606Z] -rw-rw-r--. 1 jenkins jenkins 5897 Feb 18 02:46 README.md [2021-02-18T02:50:46.606Z] -rw-rw-r--. 1 jenkins jenkins 6616 Feb 18 02:46 RELEASE-NOTES.txt [2021-02-18T02:50:46.606Z] drwxrwxr-x. 4 jenkins jenkins 54 Feb 18 02:46 snap [2021-02-18T02:50:46.606Z] -rw-rw-r--. 1 jenkins jenkins 5 Feb 18 02:40 VERSION [2021-02-18T02:50:46.606Z] -rw-rw-r--. 1 jenkins jenkins 222 Feb 18 02:46 version.go [Pipeline] isUnix [Pipeline] sh [2021-02-18T02:50:47.062Z] + docker build -t device-sdk-simple -f example/cmd/device-simple/Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg 'MAKE=make build' --build-arg ARCH=amd64 --label git_sha=406be32a71764f1645d8a166c6974ed03e36b812 --label arch=amd64 --label version=0.0.0 . [2021-02-18T02:50:48.522Z] Sending build context to Docker daemon 2.485MB [2021-02-18T02:50:48.522Z] Step 1/24 : ARG BASE=golang:1.15-alpine3.12 [2021-02-18T02:50:48.522Z] Step 2/24 : FROM ${BASE} AS builder [2021-02-18T02:50:48.522Z] ---> acf5ee143210 [2021-02-18T02:50:48.522Z] Step 3/24 : ARG MAKE='make build' [2021-02-18T02:50:48.522Z] ---> Running in aa8313e16ccd [2021-02-18T02:50:48.908Z] Removing intermediate container aa8313e16ccd [2021-02-18T02:50:48.908Z] ---> 99ef566c0d1b [2021-02-18T02:50:48.908Z] Step 4/24 : WORKDIR /device-sdk-go [2021-02-18T02:50:49.202Z] ---> Running in ed38104141f3 [2021-02-18T02:50:49.479Z] Removing intermediate container ed38104141f3 [2021-02-18T02:50:49.479Z] ---> b47f878087a0 [2021-02-18T02:50:49.479Z] Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-02-18T02:50:49.479Z] ---> Running in ad27eaf0cdfc [2021-02-18T02:50:49.791Z] Removing intermediate container ad27eaf0cdfc [2021-02-18T02:50:49.791Z] ---> d9ca4b9fb115 [2021-02-18T02:50:49.791Z] Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-18T02:50:50.065Z] ---> Running in c9eedc8734e0 [2021-02-18T02:50:52.873Z] Removing intermediate container c9eedc8734e0 [2021-02-18T02:50:52.873Z] ---> 5fa30c93a448 [2021-02-18T02:50:52.873Z] Step 7/24 : RUN apk add --update --no-cache make git [2021-02-18T02:50:52.873Z] ---> Running in ec34786fc188 [2021-02-18T02:50:53.867Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-18T02:50:54.473Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-18T02:50:55.174Z] OK: 166 MiB in 39 packages [2021-02-18T02:50:55.822Z] Removing intermediate container ec34786fc188 [2021-02-18T02:50:55.822Z] ---> b6d5e0d8bc95 [2021-02-18T02:50:55.822Z] Step 8/24 : COPY . . [2021-02-18T02:50:56.848Z] ---> 9345d0f40e4e [2021-02-18T02:50:56.848Z] Step 9/24 : RUN ${MAKE} [2021-02-18T02:50:56.848Z] ---> Running in 33b6fb51261a [2021-02-18T02:50:57.982Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go/v2.Version=0.0.0" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple [2021-02-18T02:51:26.093Z] CGO_ENABLED=0 GO111MODULE=on go install -tags=safe [2021-02-18T02:51:29.669Z] Removing intermediate container 33b6fb51261a [2021-02-18T02:51:29.669Z] ---> 6920b620d92e [2021-02-18T02:51:29.669Z] Step 10/24 : FROM scratch [2021-02-18T02:51:29.669Z] ---> [2021-02-18T02:51:29.669Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-02-18T02:51:29.669Z] ---> Running in f89792f4fa77 [2021-02-18T02:51:29.937Z] Removing intermediate container f89792f4fa77 [2021-02-18T02:51:29.937Z] ---> 6139bab2bfba [2021-02-18T02:51:29.937Z] Step 12/24 : ENV APP_PORT=49990 [2021-02-18T02:51:29.937Z] ---> Running in 28f79238ea30 [2021-02-18T02:51:30.239Z] Removing intermediate container 28f79238ea30 [2021-02-18T02:51:30.239Z] ---> 6b32ac03e9c6 [2021-02-18T02:51:30.239Z] Step 13/24 : EXPOSE $APP_PORT [2021-02-18T02:51:30.239Z] ---> Running in 78f9d59252ec [2021-02-18T02:51:30.927Z] Removing intermediate container 78f9d59252ec [2021-02-18T02:51:30.927Z] ---> fbc0d510c5fd [2021-02-18T02:51:30.927Z] Step 14/24 : WORKDIR / [2021-02-18T02:51:30.927Z] ---> Running in e8c410cade5d [2021-02-18T02:51:31.652Z] Removing intermediate container e8c410cade5d [2021-02-18T02:51:31.652Z] ---> 47efcde20042 [2021-02-18T02:51:31.652Z] Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple [2021-02-18T02:51:32.987Z] ---> fd4ac525804d [2021-02-18T02:51:32.987Z] Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml [2021-02-18T02:51:32.987Z] ---> d6575e349389 [2021-02-18T02:51:32.987Z] Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml [2021-02-18T02:51:34.204Z] ---> 5285c16273db [2021-02-18T02:51:34.204Z] Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png [2021-02-18T02:51:34.204Z] ---> e51ca34e8ff3 [2021-02-18T02:51:34.204Z] Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg [2021-02-18T02:51:34.498Z] ---> 78dd5745cc2d [2021-02-18T02:51:34.498Z] Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] [2021-02-18T02:51:34.840Z] ---> Running in 32cf9e973364 [2021-02-18T02:51:34.840Z] Removing intermediate container 32cf9e973364 [2021-02-18T02:51:34.840Z] ---> 2249924dd936 [2021-02-18T02:51:34.840Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-18T02:51:34.840Z] ---> Running in e7e741bd6969 [2021-02-18T02:51:35.492Z] Removing intermediate container e7e741bd6969 [2021-02-18T02:51:35.492Z] ---> 2a82f7836e5e [2021-02-18T02:51:35.492Z] Step 22/24 : LABEL arch=amd64 [2021-02-18T02:51:35.492Z] ---> Running in 251034b1ff6d [2021-02-18T02:51:35.776Z] Removing intermediate container 251034b1ff6d [2021-02-18T02:51:35.776Z] ---> f2bcbd4ce452 [2021-02-18T02:51:35.776Z] Step 23/24 : LABEL git_sha=406be32a71764f1645d8a166c6974ed03e36b812 [2021-02-18T02:51:35.776Z] ---> Running in a08bcaf6c72d [2021-02-18T02:51:36.052Z] Removing intermediate container a08bcaf6c72d [2021-02-18T02:51:36.052Z] ---> 6a15a4d80872 [2021-02-18T02:51:36.052Z] Step 24/24 : LABEL version=0.0.0 [2021-02-18T02:51:36.351Z] ---> Running in bd92c01a1488 [2021-02-18T02:51:36.842Z] Removing intermediate container bd92c01a1488 [2021-02-18T02:51:36.842Z] ---> e20569251a9b [2021-02-18T02:51:36.842Z] [Warning] One or more build-args [ARCH] were not consumed [2021-02-18T02:51:36.842Z] Successfully built e20569251a9b [2021-02-18T02:51:36.842Z] Successfully tagged device-sdk-simple:latest [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 [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] wrap [2021-02-18T02:51:39.004Z] provisioning config files... [2021-02-18T02:51:39.017Z] copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-725@tmp/config8789100649516228135tmp [Pipeline] { [Pipeline] sh [2021-02-18T02:51:39.436Z] + set +x [2021-02-18T02:51:39.436Z] + curl -s https://codecov.io/bash [2021-02-18T02:51:39.436Z] + bash -s -- [2021-02-18T02:51:39.699Z] [2021-02-18T02:51:39.699Z] _____ _ [2021-02-18T02:51:39.699Z] / ____| | | [2021-02-18T02:51:39.699Z] | | ___ __| | ___ ___ _____ __ [2021-02-18T02:51:39.699Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-02-18T02:51:39.699Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-02-18T02:51:39.699Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-02-18T02:51:39.699Z] Bash-20210129-7c25fce [2021-02-18T02:51:39.699Z] [2021-02-18T02:51:39.699Z] [2021-02-18T02:51:39.699Z] ==> git version 2.24.3 found [2021-02-18T02:51:39.699Z] ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 [2021-02-18T02:51:39.699Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-02-18T02:51:39.700Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-02-18T02:51:39.700Z] ==> Jenkins CI detected. [2021-02-18T02:51:39.700Z] project root: . [2021-02-18T02:51:39.700Z] --> token set from env [2021-02-18T02:51:39.700Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-02-18T02:51:39.700Z] ==> Running gcov in . (disable via -X gcov) [2021-02-18T02:51:39.700Z] ==> Python coveragepy not found [2021-02-18T02:51:39.700Z] ==> Searching for coverage reports in: [2021-02-18T02:51:39.700Z] + . [2021-02-18T02:51:39.700Z] -> Found 1 reports [2021-02-18T02:51:39.700Z] ==> Detecting git/mercurial file structure [2021-02-18T02:51:39.700Z] ==> Reading reports [2021-02-18T02:51:39.700Z] + ./coverage.out bytes=89677 [2021-02-18T02:51:39.700Z] ==> Appending adjustments [2021-02-18T02:51:39.700Z] https://docs.codecov.io/docs/fixing-reports [2021-02-18T02:51:40.280Z] + Found adjustments [2021-02-18T02:51:40.280Z] ==> Gzipping contents [2021-02-18T02:51:40.280Z] 16K /tmp/codecov.S8GvVg.gz [2021-02-18T02:51:40.280Z] ==> Uploading reports [2021-02-18T02:51:40.280Z] url: https://codecov.io [2021-02-18T02:51:40.280Z] query: branch=PR-725&commit=406be32a71764f1645d8a166c6974ed03e36b812&build=12&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-725%2F12%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=725&job=&cmd_args= [2021-02-18T02:51:40.280Z] -> Pinging Codecov [2021-02-18T02:51:40.280Z] https://codecov.io/upload/v4?package=bash-20210129-7c25fce&token=secret&branch=PR-725&commit=406be32a71764f1645d8a166c6974ed03e36b812&build=12&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-725%2F12%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=725&job=&cmd_args= [2021-02-18T02:51:40.857Z] -> Uploading to [2021-02-18T02:51:40.857Z] https://storage.googleapis.com/codecov/v4/raw/2021-02-18/7E55EF52A471D76F132DFD9A03CDDE97/406be32a71764f1645d8a166c6974ed03e36b812/129811fd-b055-445d-bb03-a6b8f8794761.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210218%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210218T025140Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=f39d0e9246b556ceb9eed0e8f83950c6c2959157a52f77d74ea3b25a51575145 [2021-02-18T02:51:40.857Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-18T02:51:40.857Z] Dload Upload Total Spent Left Speed [2021-02-18T02:51:41.119Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 15166 0 0 100 15166 0 30420 --:--:-- --:--:-- --:--:-- 30453 [2021-02-18T02:51:41.119Z] -> View reports at https://codecov.io/github/edgexfoundry/device-sdk-go/commit/406be32a71764f1645d8a166c6974ed03e36b812 [Pipeline] } [2021-02-18T02:51:41.130Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image 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] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2021-02-18T02:51:44.262Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-18T02:51:44.839Z] ---> package-listing.sh [2021-02-18T02:51:44.839Z] ++ facter osfamily [2021-02-18T02:51:44.839Z] ++ tr '[:upper:]' '[:lower:]' [2021-02-18T02:51:44.839Z] + OS_FAMILY=redhat [2021-02-18T02:51:44.839Z] + workspace=/w/workspace/dgexfoundry_device-sdk-go_PR-725 [2021-02-18T02:51:44.839Z] + START_PACKAGES=/tmp/packages_start.txt [2021-02-18T02:51:44.839Z] + END_PACKAGES=/tmp/packages_end.txt [2021-02-18T02:51:44.839Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-02-18T02:51:44.839Z] + PACKAGES=/tmp/packages_start.txt [2021-02-18T02:51:44.839Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-725 ']' [2021-02-18T02:51:44.839Z] + PACKAGES=/tmp/packages_end.txt [2021-02-18T02:51:44.839Z] + case "${OS_FAMILY}" in [2021-02-18T02:51:44.839Z] + rpm -qa [2021-02-18T02:51:44.839Z] + sort [2021-02-18T02:51:50.162Z] + '[' -f /tmp/packages_start.txt ']' [2021-02-18T02:51:50.162Z] + '[' -f /tmp/packages_end.txt ']' [2021-02-18T02:51:50.162Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-02-18T02:51:50.162Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-725 ']' [2021-02-18T02:51:50.162Z] + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_PR-725/archives/ [2021-02-18T02:51:50.162Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-sdk-go_PR-725/archives/ [Pipeline] echo [2021-02-18T02:51:50.178Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/dgexfoundry_device-sdk-go_PR-725/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-02-18T02:51:50.475Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-02-18T02:51:50.788Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-18T02:51:51.054Z] [2021-02-18T02:51:51.054Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-02-18T02:51:51.421Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-18T02:51:51.421Z] alpine: Pulling from edgex-lftools-log-publisher [2021-02-18T02:51:51.421Z] df20fa9351a1: Pulling fs layer [2021-02-18T02:51:51.421Z] 36b3adc4ff6f: Pulling fs layer [2021-02-18T02:51:51.421Z] 8ad3a11d3b57: Pulling fs layer [2021-02-18T02:51:51.421Z] 46f8f816bc3b: Pulling fs layer [2021-02-18T02:51:51.421Z] 93b61091891f: Pulling fs layer [2021-02-18T02:51:51.421Z] 93b9cdb0e59b: Pulling fs layer [2021-02-18T02:51:51.421Z] 5e14af77c1be: Pulling fs layer [2021-02-18T02:51:51.421Z] 01666e4c0597: Pulling fs layer [2021-02-18T02:51:51.421Z] aa168da1d23b: Pulling fs layer [2021-02-18T02:51:51.421Z] 46f8f816bc3b: Waiting [2021-02-18T02:51:51.421Z] 93b61091891f: Waiting [2021-02-18T02:51:51.421Z] 5e14af77c1be: Waiting [2021-02-18T02:51:51.421Z] 01666e4c0597: Waiting [2021-02-18T02:51:51.421Z] aa168da1d23b: Waiting [2021-02-18T02:51:51.421Z] 93b9cdb0e59b: Waiting [2021-02-18T02:51:51.421Z] 36b3adc4ff6f: Verifying Checksum [2021-02-18T02:51:51.421Z] 46f8f816bc3b: Download complete [2021-02-18T02:51:51.685Z] df20fa9351a1: Verifying Checksum [2021-02-18T02:51:51.685Z] 93b9cdb0e59b: Verifying Checksum [2021-02-18T02:51:51.685Z] 93b9cdb0e59b: Download complete [2021-02-18T02:51:51.685Z] 5e14af77c1be: Verifying Checksum [2021-02-18T02:51:51.685Z] 5e14af77c1be: Download complete [2021-02-18T02:51:51.685Z] 93b61091891f: Verifying Checksum [2021-02-18T02:51:51.685Z] 93b61091891f: Download complete [2021-02-18T02:51:51.685Z] 01666e4c0597: Verifying Checksum [2021-02-18T02:51:51.685Z] 01666e4c0597: Download complete [2021-02-18T02:51:52.264Z] df20fa9351a1: Pull complete [2021-02-18T02:51:52.264Z] 36b3adc4ff6f: Pull complete [2021-02-18T02:51:52.529Z] 8ad3a11d3b57: Verifying Checksum [2021-02-18T02:51:52.529Z] 8ad3a11d3b57: Download complete [2021-02-18T02:51:53.492Z] 8ad3a11d3b57: Pull complete [2021-02-18T02:51:54.072Z] 46f8f816bc3b: Pull complete [2021-02-18T02:51:54.341Z] aa168da1d23b: Verifying Checksum [2021-02-18T02:51:54.341Z] aa168da1d23b: Download complete [2021-02-18T02:51:54.604Z] 93b61091891f: Pull complete [2021-02-18T02:51:55.181Z] 93b9cdb0e59b: Pull complete [2021-02-18T02:51:55.181Z] 5e14af77c1be: Pull complete [2021-02-18T02:51:55.181Z] 01666e4c0597: Pull complete [2021-02-18T02:52:03.373Z] aa168da1d23b: Pull complete [2021-02-18T02:52:03.374Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-02-18T02:52:03.374Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-18T02:52:03.374Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-02-18T02:52:03.625Z] prd-centos7-docker-4c-2g-26765 does not seem to be running inside a container [2021-02-18T02:52:03.684Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/dgexfoundry_device-sdk-go_PR-725/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/dgexfoundry_device-sdk-go_PR-725 -v /w/workspace/dgexfoundry_device-sdk-go_PR-725:/w/workspace/dgexfoundry_device-sdk-go_PR-725:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-725@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-725@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 ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-02-18T02:52:07.058Z] $ docker top 9ac93ebd428e09dc6cc2ae84e99f7f294af442ab8e2ff4ee99bdaec472c8c83d -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-18T02:52:07.633Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-02-18T02:52:07.935Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-02-18T02:52:08.236Z] + ls /var/log/sa-host [2021-02-18T02:52:08.236Z] + sadf -c /var/log/sa-host/sa18 [2021-02-18T02:52:08.236Z] file_magic: OK [2021-02-18T02:52:08.236Z] HZ: Using current value: 100 [2021-02-18T02:52:08.236Z] file_header: OK [2021-02-18T02:52:08.236Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-02-18T02:52:08.236Z] Statistics: [2021-02-18T02:52:08.236Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-02-18T02:52:08.236Z] File successfully converted to sysstat format version 12.2.1 [2021-02-18T02:52:08.236Z] + sadf -c /var/log/sa-host/sa23 [2021-02-18T02:52:08.236Z] file_magic: OK [2021-02-18T02:52:08.236Z] HZ: Using current value: 100 [2021-02-18T02:52:08.236Z] file_header: OK [2021-02-18T02:52:08.236Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-02-18T02:52:08.236Z] Statistics: [2021-02-18T02:52:08.236Z] Hnuu...uuuununununu... [2021-02-18T02:52:08.236Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-02-18T02:52:08.936Z] provisioning config files... [2021-02-18T02:52:08.955Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-725@tmp/config4611355952759647979tmp [Pipeline] { [Pipeline] echo [2021-02-18T02:52:09.031Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-18T02:52:09.339Z] ---> create-netrc.sh [Pipeline] } [2021-02-18T02:52:09.350Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-02-18T02:52:09.635Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-18T02:52:09.934Z] ---> python-tools-install.sh [Pipeline] echo [2021-02-18T02:52:09.945Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-18T02:52:10.242Z] ---> sudo-logs.sh [2021-02-18T02:52:10.243Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-02-18T02:52:10.310Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-18T02:52:10.607Z] ---> job-cost.sh [2021-02-18T02:52:10.607Z] lf-activate-venv: SKIPPING [2021-02-18T02:52:10.607Z] INFO: No Stack... [2021-02-18T02:52:12.000Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-02-18T02:52:12.262Z] INFO: Archiving Costs [Pipeline] echo [2021-02-18T02:52:12.276Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-18T02:52:12.573Z] ---> logs-deploy.sh [2021-02-18T02:52:12.573Z] lf-activate-venv: SKIPPING [2021-02-18T02:52:12.573Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-725/12 [2021-02-18T02:52:12.573Z] INFO: archiving workspace using pattern(s): [2021-02-18T02:52:14.497Z] Archives upload complete. [2021-02-18T02:52:14.497Z] INFO: archiving logs to Nexus [2021-02-18T02:52:15.447Z] ---> uname -a: [2021-02-18T02:52:15.447Z] Linux prd-centos7-docker-4c-2g-26765.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux [2021-02-18T02:52:15.447Z] [2021-02-18T02:52:15.447Z] [2021-02-18T02:52:15.447Z] ---> lscpu: [2021-02-18T02:52:15.447Z] Architecture: x86_64 [2021-02-18T02:52:15.447Z] CPU op-mode(s): 32-bit, 64-bit [2021-02-18T02:52:15.447Z] Byte Order: Little Endian [2021-02-18T02:52:15.447Z] Address sizes: 40 bits physical, 48 bits virtual [2021-02-18T02:52:15.447Z] CPU(s): 4 [2021-02-18T02:52:15.447Z] On-line CPU(s) list: 0-3 [2021-02-18T02:52:15.447Z] Thread(s) per core: 1 [2021-02-18T02:52:15.447Z] Core(s) per socket: 1 [2021-02-18T02:52:15.447Z] Socket(s): 4 [2021-02-18T02:52:15.447Z] NUMA node(s): 1 [2021-02-18T02:52:15.447Z] Vendor ID: GenuineIntel [2021-02-18T02:52:15.447Z] CPU family: 6 [2021-02-18T02:52:15.447Z] Model: 44 [2021-02-18T02:52:15.447Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2021-02-18T02:52:15.447Z] Stepping: 1 [2021-02-18T02:52:15.447Z] CPU MHz: 2933.442 [2021-02-18T02:52:15.447Z] BogoMIPS: 5866.88 [2021-02-18T02:52:15.447Z] Virtualization: VT-x [2021-02-18T02:52:15.447Z] Hypervisor vendor: KVM [2021-02-18T02:52:15.447Z] Virtualization type: full [2021-02-18T02:52:15.447Z] L1d cache: 128 KiB [2021-02-18T02:52:15.447Z] L1i cache: 128 KiB [2021-02-18T02:52:15.447Z] L2 cache: 16 MiB [2021-02-18T02:52:15.447Z] L3 cache: 64 MiB [2021-02-18T02:52:15.447Z] NUMA node0 CPU(s): 0-3 [2021-02-18T02:52:15.447Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2021-02-18T02:52:15.447Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2021-02-18T02:52:15.447Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2021-02-18T02:52:15.447Z] Vulnerability Meltdown: Mitigation; PTI [2021-02-18T02:52:15.447Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2021-02-18T02:52:15.447Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2021-02-18T02:52:15.447Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2021-02-18T02:52:15.447Z] Vulnerability Srbds: Not affected [2021-02-18T02:52:15.447Z] Vulnerability Tsx async abort: Not affected [2021-02-18T02:52:15.447Z] Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp [2021-02-18T02:52:15.447Z] [2021-02-18T02:52:15.447Z] [2021-02-18T02:52:15.447Z] ---> nproc: [2021-02-18T02:52:15.447Z] 4 [2021-02-18T02:52:15.447Z] [2021-02-18T02:52:15.447Z] [2021-02-18T02:52:15.447Z] ---> df -h: [2021-02-18T02:52:15.447Z] Filesystem Size Used Available Use% Mounted on [2021-02-18T02:52:15.447Z] overlay 50.0G 6.9G 43.1G 14% / [2021-02-18T02:52:15.447Z] tmpfs 64.0M 0 64.0M 0% /dev [2021-02-18T02:52:15.447Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2021-02-18T02:52:15.447Z] shm 64.0M 0 64.0M 0% /dev/shm [2021-02-18T02:52:15.447Z] /dev/vda1 50.0G 6.9G 43.1G 14% /facter-os [2021-02-18T02:52:15.447Z] /dev/vda1 50.0G 6.9G 43.1G 14% /etc/resolv.conf [2021-02-18T02:52:15.447Z] /dev/vda1 50.0G 6.9G 43.1G 14% /etc/hostname [2021-02-18T02:52:15.447Z] /dev/vda1 50.0G 6.9G 43.1G 14% /etc/hosts [2021-02-18T02:52:15.447Z] /dev/vda1 50.0G 6.9G 43.1G 14% /var/log/auth.log [2021-02-18T02:52:15.447Z] /dev/vda1 50.0G 6.9G 43.1G 14% /run/cloud-init/result.json [2021-02-18T02:52:15.447Z] /dev/vda1 50.0G 6.9G 43.1G 14% /w/workspace/dgexfoundry_device-sdk-go_PR-725 [2021-02-18T02:52:15.447Z] /dev/vda1 50.0G 6.9G 43.1G 14% /w/workspace/dgexfoundry_device-sdk-go_PR-725@tmp [2021-02-18T02:52:15.447Z] /dev/vda1 50.0G 6.9G 43.1G 14% /var/log/sa-host [2021-02-18T02:52:15.447Z] /dev/vda1 50.0G 6.9G 43.1G 14% /var/log/secure [2021-02-18T02:52:15.447Z] [2021-02-18T02:52:15.447Z] [2021-02-18T02:52:15.447Z] ---> free -m: [2021-02-18T02:52:15.447Z] total used free shared buff/cache available [2021-02-18T02:52:15.447Z] Mem: 1837 765 117 0 954 979 [2021-02-18T02:52:15.447Z] Swap: 1023 1 1022 [2021-02-18T02:52:15.447Z] [2021-02-18T02:52:15.447Z] [2021-02-18T02:52:15.447Z] ---> ip addr: [2021-02-18T02:52:15.447Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2021-02-18T02:52:15.447Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2021-02-18T02:52:15.447Z] inet 127.0.0.1/8 scope host lo [2021-02-18T02:52:15.447Z] valid_lft forever preferred_lft forever [2021-02-18T02:52:15.447Z] inet6 ::1/128 scope host [2021-02-18T02:52:15.447Z] valid_lft forever preferred_lft forever [2021-02-18T02:52:15.447Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2021-02-18T02:52:15.447Z] link/ether fa:16:3e:24:28:28 brd ff:ff:ff:ff:ff:ff [2021-02-18T02:52:15.447Z] inet 10.30.123.62/23 brd 10.30.123.255 scope global dynamic eth0 [2021-02-18T02:52:15.447Z] valid_lft 82737sec preferred_lft 82737sec [2021-02-18T02:52:15.447Z] inet6 fe80::f816:3eff:fe24:2828/64 scope link [2021-02-18T02:52:15.447Z] valid_lft forever preferred_lft forever [2021-02-18T02:52:15.447Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2021-02-18T02:52:15.447Z] link/ether 02:42:85:0d:e5:6e brd ff:ff:ff:ff:ff:ff [2021-02-18T02:52:15.447Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2021-02-18T02:52:15.447Z] valid_lft forever preferred_lft forever [2021-02-18T02:52:15.447Z] inet6 fe80::42:85ff:fe0d:e56e/64 scope link [2021-02-18T02:52:15.447Z] valid_lft forever preferred_lft forever [2021-02-18T02:52:15.447Z] [2021-02-18T02:52:15.447Z] [2021-02-18T02:52:15.447Z] ---> sar -b -r -n DEV: [2021-02-18T02:52:15.447Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/18/21 _x86_64_ (4 CPU) [2021-02-18T02:52:15.447Z] [2021-02-18T02:52:15.448Z] 01:51:00 LINUX RESTART (4 CPU) [2021-02-18T02:52:15.448Z] [2021-02-18T02:52:15.448Z] 01:52:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2021-02-18T02:52:15.448Z] 01:53:01 2.15 0.00 2.15 0.00 0.00 198.92 0.00 [2021-02-18T02:52:15.448Z] 01:54:01 0.25 0.00 0.25 0.00 0.00 2.60 0.00 [2021-02-18T02:52:15.448Z] 01:55:01 0.35 0.00 0.35 0.00 0.00 3.91 0.00 [2021-02-18T02:52:15.448Z] 01:56:01 0.23 0.00 0.23 0.00 0.00 2.73 0.00 [2021-02-18T02:52:15.448Z] 01:57:01 0.30 0.00 0.30 0.00 0.00 4.63 0.00 [2021-02-18T02:52:15.448Z] 01:58:01 0.25 0.00 0.25 0.00 0.00 2.61 0.00 [2021-02-18T02:52:15.448Z] 01:59:01 0.20 0.00 0.20 0.00 0.00 1.65 0.00 [2021-02-18T02:52:15.448Z] 02:00:01 0.28 0.00 0.28 0.00 0.00 3.25 0.00 [2021-02-18T02:52:15.448Z] 02:01:01 0.25 0.02 0.23 0.00 0.13 3.15 0.00 [2021-02-18T02:52:15.448Z] 02:02:01 0.42 0.08 0.33 0.00 1.60 5.31 0.00 [2021-02-18T02:52:15.448Z] 02:03:01 0.28 0.00 0.28 0.00 0.00 3.06 0.00 [2021-02-18T02:52:15.448Z] 02:04:01 0.22 0.00 0.22 0.00 0.00 2.20 0.00 [2021-02-18T02:52:15.448Z] 02:05:01 0.22 0.00 0.22 0.00 0.00 1.80 0.00 [2021-02-18T02:52:15.448Z] 02:06:01 1.02 0.20 0.82 0.00 6.39 15.99 0.00 [2021-02-18T02:52:15.448Z] 02:07:01 0.27 0.00 0.27 0.00 0.00 3.33 0.00 [2021-02-18T02:52:15.448Z] 02:08:01 0.30 0.00 0.30 0.00 0.00 4.28 0.00 [2021-02-18T02:52:15.448Z] 02:09:01 0.23 0.00 0.23 0.00 0.00 3.50 0.00 [2021-02-18T02:52:15.448Z] 02:10:01 0.20 0.00 0.20 0.00 0.00 3.32 0.00 [2021-02-18T02:52:15.448Z] 02:11:01 0.25 0.00 0.25 0.00 0.00 3.63 0.00 [2021-02-18T02:52:15.448Z] 02:12:01 0.35 0.00 0.35 0.00 0.00 5.05 0.00 [2021-02-18T02:52:15.448Z] 02:13:01 0.30 0.00 0.30 0.00 0.00 4.34 0.00 [2021-02-18T02:52:15.448Z] 02:14:01 0.25 0.00 0.25 0.00 0.00 4.11 0.00 [2021-02-18T02:52:15.448Z] 02:15:01 0.25 0.00 0.25 0.00 0.00 3.08 0.00 [2021-02-18T02:52:15.448Z] 02:16:01 0.23 0.00 0.23 0.00 0.00 3.03 0.00 [2021-02-18T02:52:15.448Z] 02:17:01 0.33 0.00 0.33 0.00 0.00 5.31 0.00 [2021-02-18T02:52:15.448Z] 02:18:01 0.27 0.00 0.27 0.00 0.00 4.01 0.00 [2021-02-18T02:52:15.448Z] 02:19:01 0.23 0.00 0.23 0.00 0.00 2.83 0.00 [2021-02-18T02:52:15.448Z] 02:20:01 0.20 0.00 0.20 0.00 0.00 1.65 0.00 [2021-02-18T02:52:15.448Z] 02:21:01 0.18 0.00 0.18 0.00 0.00 1.87 0.00 [2021-02-18T02:52:15.448Z] 02:22:01 0.25 0.00 0.25 0.00 0.00 2.91 0.00 [2021-02-18T02:52:15.448Z] 02:23:01 0.22 0.00 0.22 0.00 0.00 2.55 0.00 [2021-02-18T02:52:15.448Z] 02:24:01 0.17 0.00 0.17 0.00 0.00 1.33 0.00 [2021-02-18T02:52:15.448Z] 02:25:01 0.18 0.00 0.18 0.00 0.00 1.48 0.00 [2021-02-18T02:52:15.448Z] 02:26:01 0.20 0.00 0.20 0.00 0.00 1.62 0.00 [2021-02-18T02:52:15.448Z] 02:27:01 0.28 0.00 0.28 0.00 0.00 3.23 0.00 [2021-02-18T02:52:15.448Z] 02:28:01 0.22 0.00 0.22 0.00 0.00 2.28 0.00 [2021-02-18T02:52:15.448Z] 02:29:01 0.17 0.00 0.17 0.00 0.00 1.47 0.00 [2021-02-18T02:52:15.448Z] 02:30:01 0.18 0.00 0.18 0.00 0.00 1.50 0.00 [2021-02-18T02:52:15.448Z] 02:31:01 0.20 0.00 0.20 0.00 0.00 1.48 0.00 [2021-02-18T02:52:15.448Z] 02:32:01 0.25 0.00 0.25 0.00 0.00 3.46 0.00 [2021-02-18T02:52:15.448Z] 02:33:01 0.22 0.00 0.22 0.00 0.00 2.28 0.00 [2021-02-18T02:52:15.448Z] 02:34:01 0.20 0.00 0.20 0.00 0.00 1.65 0.00 [2021-02-18T02:52:15.448Z] 02:35:02 2.55 2.31 0.23 0.00 40.37 2.93 0.00 [2021-02-18T02:52:15.448Z] 02:36:01 289.49 268.88 20.60 0.00 3734.69 925.90 0.00 [2021-02-18T02:52:15.448Z] 02:37:01 2.88 0.00 2.88 0.00 0.00 93.45 0.00 [2021-02-18T02:52:15.448Z] 02:38:01 0.25 0.00 0.25 0.00 0.00 2.78 0.00 [2021-02-18T02:52:15.448Z] 02:39:01 0.22 0.00 0.22 0.00 0.00 2.32 0.00 [2021-02-18T02:52:15.448Z] 02:40:01 0.20 0.00 0.20 0.00 0.00 1.75 0.00 [2021-02-18T02:52:15.448Z] 02:41:01 50.06 16.48 33.58 0.00 4956.48 2582.89 0.00 [2021-02-18T02:52:15.448Z] 02:42:01 3.40 0.00 3.40 0.00 0.00 107.19 0.00 [2021-02-18T02:52:15.448Z] 02:43:01 5.73 0.00 5.73 0.00 0.00 62.81 0.00 [2021-02-18T02:52:15.448Z] 02:44:01 0.23 0.00 0.23 0.00 0.00 3.10 0.00 [2021-02-18T02:52:15.448Z] 02:45:01 0.17 0.00 0.17 0.00 0.00 1.47 0.00 [2021-02-18T02:52:15.448Z] 02:46:01 0.20 0.00 0.20 0.00 0.00 1.72 0.00 [2021-02-18T02:52:15.448Z] 02:47:01 0.28 0.00 0.28 0.00 0.00 3.66 0.00 [2021-02-18T02:52:15.448Z] 02:48:01 0.22 0.00 0.22 0.00 0.00 2.41 0.00 [2021-02-18T02:52:15.448Z] 02:49:01 0.15 0.00 0.15 0.00 0.00 1.73 0.00 [2021-02-18T02:52:15.448Z] 02:50:01 0.17 0.00 0.17 0.00 0.00 1.47 0.00 [2021-02-18T02:52:15.448Z] 02:51:01 0.17 0.00 0.17 0.00 0.00 1.33 0.00 [2021-02-18T02:52:15.448Z] 02:52:01 119.96 72.54 47.42 0.00 5191.30 15086.47 0.00 [2021-02-18T02:52:15.448Z] Average: 8.09 5.94 2.14 0.00 231.65 321.02 0.00 [2021-02-18T02:52:15.448Z] [2021-02-18T02:52:15.448Z] 01:52:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2021-02-18T02:52:15.448Z] 01:53:01 95340 0 472712 25.12 2620 1310872 959928 32.76 287892 1302604 20 [2021-02-18T02:52:15.448Z] 01:54:01 95316 0 472728 25.12 2620 1310880 959928 32.76 286516 1303996 12 [2021-02-18T02:52:15.448Z] 01:55:01 95744 0 472296 25.10 2620 1310884 959928 32.76 286540 1303996 8 [2021-02-18T02:52:15.448Z] 01:56:01 95608 0 472428 25.11 2620 1310888 959928 32.76 286668 1303996 8 [2021-02-18T02:52:15.448Z] 01:57:01 94736 0 473296 25.15 2620 1310892 960000 32.76 286976 1303996 8 [2021-02-18T02:52:15.448Z] 01:58:01 95284 0 472744 25.13 2620 1310896 959928 32.76 286372 1304228 8 [2021-02-18T02:52:15.448Z] 01:59:01 95228 0 472796 25.13 2620 1310900 959928 32.76 286504 1304228 8 [2021-02-18T02:52:15.448Z] 02:00:01 95096 0 472920 25.13 2620 1310908 959984 32.76 286712 1304228 20 [2021-02-18T02:52:15.448Z] 02:01:01 94212 0 473796 25.18 2620 1310916 962272 32.84 287156 1304228 12 [2021-02-18T02:52:15.448Z] 02:02:01 94272 0 473608 25.17 2620 1311044 960520 32.78 287012 1304292 8 [2021-02-18T02:52:15.448Z] 02:03:01 94524 0 473356 25.16 2620 1311044 960436 32.78 286816 1304292 8 [2021-02-18T02:52:15.448Z] 02:04:01 94624 0 473252 25.15 2620 1311048 960436 32.78 286696 1304292 8 [2021-02-18T02:52:15.448Z] 02:05:01 95060 0 472808 25.13 2620 1311056 960436 32.78 286724 1304292 8 [2021-02-18T02:52:15.448Z] 02:06:01 92900 0 474968 25.24 2620 1311056 960704 32.79 287888 1304292 8 [2021-02-18T02:52:15.448Z] 02:07:01 93708 0 474152 25.20 2620 1311064 960560 32.78 287116 1304292 8 [2021-02-18T02:52:15.448Z] 02:08:01 94072 0 473784 25.18 2620 1311068 960500 32.78 286776 1304292 8 [2021-02-18T02:52:15.448Z] 02:09:01 94096 0 473756 25.18 2620 1311072 960500 32.78 286656 1304292 8 [2021-02-18T02:52:15.448Z] 02:10:01 94180 0 473668 25.17 2620 1311076 960536 32.78 287104 1304292 16 [2021-02-18T02:52:15.448Z] 02:11:01 94632 0 473208 25.15 2620 1311084 960500 32.78 286684 1304296 12 [2021-02-18T02:52:15.448Z] 02:12:01 93992 0 473848 25.18 2620 1311084 960572 32.78 287192 1304292 8 [2021-02-18T02:52:15.448Z] 02:13:01 94508 0 473324 25.16 2620 1311092 960500 32.78 286692 1304296 16 [2021-02-18T02:52:15.448Z] 02:14:01 94552 0 473244 25.15 2620 1311128 960500 32.78 286888 1304300 20 [2021-02-18T02:52:15.448Z] 02:15:01 94368 0 473460 25.16 2620 1311096 960500 32.78 286804 1304292 8 [2021-02-18T02:52:15.448Z] 02:16:01 94452 0 473368 25.16 2620 1311104 960500 32.78 286832 1304292 8 [2021-02-18T02:52:15.448Z] 02:17:01 94032 0 473784 25.18 2620 1311108 960560 32.78 287144 1304292 8 [2021-02-18T02:52:15.448Z] 02:18:01 94500 0 473308 25.16 2620 1311116 960500 32.78 286840 1304296 8 [2021-02-18T02:52:15.448Z] 02:19:01 94476 0 473332 25.16 2620 1311116 960500 32.78 286844 1304292 8 [2021-02-18T02:52:15.448Z] 02:20:01 94584 0 473216 25.15 2620 1311124 960500 32.78 286996 1304296 8 [2021-02-18T02:52:15.448Z] 02:21:01 94220 0 473576 25.17 2620 1311128 960500 32.78 286980 1304292 8 [2021-02-18T02:52:15.448Z] 02:22:01 93836 0 473960 25.19 2620 1311128 960572 32.78 287224 1304292 8 [2021-02-18T02:52:15.448Z] 02:23:01 94476 0 473312 25.16 2620 1311136 960500 32.78 286868 1304292 8 [2021-02-18T02:52:15.448Z] 02:24:01 94040 0 473744 25.18 2620 1311140 960500 32.78 286780 1304288 8 [2021-02-18T02:52:15.448Z] 02:25:01 94476 0 473300 25.15 2620 1311148 960500 32.78 286780 1304296 8 [2021-02-18T02:52:15.448Z] 02:26:01 94476 0 473296 25.15 2620 1311152 960500 32.78 286888 1304292 8 [2021-02-18T02:52:15.448Z] 02:27:01 91508 0 476256 25.31 2620 1311160 960572 32.78 289980 1304292 8 [2021-02-18T02:52:15.448Z] 02:28:01 91668 0 476096 25.30 2620 1311160 960560 32.78 290024 1304292 8 [2021-02-18T02:52:15.448Z] 02:29:01 92052 0 475708 25.28 2620 1311164 960500 32.78 289832 1304292 8 [2021-02-18T02:52:15.448Z] 02:30:01 91772 0 475980 25.30 2620 1311172 960500 32.78 289716 1304292 8 [2021-02-18T02:52:15.448Z] 02:31:01 91840 0 475912 25.29 2620 1311172 960500 32.78 289716 1304292 8 [2021-02-18T02:52:15.448Z] 02:32:01 91372 0 476372 25.32 2620 1311180 960584 32.78 290052 1304292 8 [2021-02-18T02:52:15.448Z] 02:33:01 91476 0 476264 25.31 2620 1311184 960500 32.78 289856 1304292 8 [2021-02-18T02:52:15.448Z] 02:34:01 91772 0 475960 25.30 2620 1311192 960500 32.78 289616 1304292 8 [2021-02-18T02:52:15.448Z] 02:35:02 87952 0 478672 25.44 2620 1312300 963660 32.89 291420 1304644 16 [2021-02-18T02:52:15.448Z] 02:36:01 74164 0 576488 30.64 2620 1228272 960532 32.78 317332 1193788 24 [2021-02-18T02:52:15.448Z] 02:37:01 73788 0 576892 30.66 2620 1228244 960604 32.78 317596 1193776 8 [2021-02-18T02:52:15.448Z] 02:38:01 74016 0 576664 30.65 2620 1228244 960532 32.78 317216 1193776 8 [2021-02-18T02:52:15.448Z] 02:39:01 74248 0 576424 30.64 2620 1228252 960532 32.78 317348 1193776 8 [2021-02-18T02:52:15.448Z] 02:40:01 73960 0 576704 30.65 2620 1228260 960532 32.78 317392 1193772 8 [2021-02-18T02:52:15.448Z] 02:41:01 142120 0 679196 36.10 2620 1057608 1077956 36.79 396520 1042632 132 [2021-02-18T02:52:15.448Z] 02:42:01 146428 0 674808 35.86 2620 1057688 1064720 36.34 395132 1040468 20 [2021-02-18T02:52:15.448Z] 02:43:01 146004 0 675220 35.89 2620 1057700 1063340 36.29 396900 1038736 16 [2021-02-18T02:52:15.448Z] 02:44:01 148756 0 672464 35.74 2620 1057704 1055928 36.04 395108 1038736 12 [2021-02-18T02:52:15.448Z] 02:45:01 148752 0 672464 35.74 2620 1057708 1055928 36.04 395072 1038784 8 [2021-02-18T02:52:15.448Z] 02:46:01 148264 0 672944 35.77 2620 1057716 1055928 36.04 392560 1041304 8 [2021-02-18T02:52:15.448Z] 02:47:01 147520 0 673688 35.81 2620 1057716 1056084 36.04 393384 1041304 8 [2021-02-18T02:52:15.448Z] 02:48:01 148356 0 672844 35.76 2620 1057724 1055928 36.04 392568 1041304 8 [2021-02-18T02:52:15.448Z] 02:49:01 148100 0 673096 35.77 2620 1057728 1055992 36.04 392488 1041300 8 [2021-02-18T02:52:15.448Z] 02:50:01 148332 0 672860 35.76 2620 1057732 1055992 36.04 392476 1041300 8 [2021-02-18T02:52:15.448Z] 02:51:01 148504 0 672684 35.75 2620 1057736 1055992 36.04 392476 1041300 16 [2021-02-18T02:52:15.448Z] 02:52:01 223996 0 756536 40.21 2604 898408 1276360 43.56 443944 865832 85432 [2021-02-18T02:52:15.448Z] Average: 104172 0 523892 27.84 2620 1250860 983924 33.58 312171 1239395 1436 [2021-02-18T02:52:15.448Z] [2021-02-18T02:52:15.448Z] 01:52:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2021-02-18T02:52:15.448Z] 01:53:01 eth0 0.15 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-02-18T02:52:15.448Z] 01:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-18T02:52:15.448Z] 01:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-18T02:52:15.448Z] 01:54:01 eth0 0.13 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-02-18T02:52:15.448Z] 01:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-18T02:52:15.448Z] 01:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-18T02:52:15.448Z] 01:55:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-02-18T02:52:15.448Z] 01:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-18T02:52:15.448Z] 01:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-18T02:52:15.449Z] 01:56:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-02-18T02:52:15.449Z] 01:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-18T02:52:15.449Z] 01:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-18T02:52:15.449Z] 01:57:01 eth0 0.18 0.15 0.08 0.07 0.00 0.00 0.00 0.00 [2021-02-18T02:52:15.449Z] 01:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-18T02:52:15.449Z] 01:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-18T02:52:15.449Z] 01:58:01 eth0 0.02 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-18T02:52:15.449Z] 01:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-18T02:52:15.449Z] 01:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-18T02:52:15.449Z] 01:59:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-02-18T02:52:15.449Z] 01:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-18T02:52:15.449Z] 01:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-18T02:52:15.449Z] 02:00:01 eth0 0.22 0.20 0.09 0.01 0.00 0.00 0.00 0.00 [2021-02-18T02:52:15.449Z] 02:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-18T02:52:15.449Z] 02:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-18T02:52:15.449Z] 02:01:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-02-18T02:52:15.449Z] 02:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-18T02:52:15.449Z] 02:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-18T02:52:15.449Z] 02:02:01 eth0 0.22 0.20 0.08 0.07 0.00 0.00 0.00 0.00 [2021-02-18T02:52:15.449Z] 02:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-18T02:52:15.449Z] 02:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-18T02:52:15.449Z] 02:03:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-02-18T02:52:15.449Z] 02:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-18T02:52:15.449Z] 02:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-18T02:52:15.449Z] 02:04:01 eth0 0.43 0.08 0.02 0.01 0.00 0.00 0.00 0.00 [2021-02-18T02:52:15.449Z] 02:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-18T02:52:15.449Z] 02:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-18T02:52:15.449Z] 02:05:01 eth0 0.50 0.08 0.05 0.01 0.00 0.00 0.00 0.00 [2021-02-18T02:52:15.449Z] 02:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-18T02:52:15.449Z] 02:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-18T02:52:15.449Z] 02:06:01 eth0 0.60 0.57 0.35 0.22 0.00 0.00 0.00 0.00 [2021-02-18T02:52:15.449Z] 02:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-18T02:52:15.449Z] 02:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-18T02:52:15.449Z] 02:07:01 eth0 0.20 0.18 0.08 0.07 0.00 0.00 0.00 0.00 [2021-02-18T02:52:15.449Z] 02:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-18T02:52:15.449Z] 02:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-18T02:52:15.449Z] 02:08:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-02-18T02:52:15.449Z] 02:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-18T02:52:15.449Z] 02:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-18T02:52:15.449Z] 02:09:01 eth0 0.08 0.07 0.01 0.01 0.00 0.00 0.00 0.00 [2021-02-18T02:52:15.449Z] 02:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-18T02:52:15.449Z] 02:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-18T02:52:15.449Z] 02:10:01 eth0 0.17 0.13 0.07 0.01 0.00 0.00 0.00 0.00 [2021-02-18T02:52:15.449Z] 02:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-18T02:52:15.449Z] 02:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-18T02:52:15.449Z] 02:11:01 eth0 0.07 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-02-18T02:52:15.449Z] 02:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-18T02:52:15.449Z] 02:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-18T02:52:15.449Z] 02:12:01 eth0 0.15 0.13 0.08 0.07 0.00 0.00 0.00 0.00 [2021-02-18T02:52:15.449Z] 02:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-18T02:52:15.449Z] 02:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-18T02:52:15.449Z] 02:13:01 eth0 0.05 0.05 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-18T02:52:15.449Z] 02:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-18T02:52:15.449Z] 02:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-18T02:52:15.449Z] 02:14:01 eth0 0.05 0.05 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-18T02:52:15.449Z] 02:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-18T02:52:15.449Z] 02:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-18T02:52:15.449Z] 02:15:01 eth0 0.05 0.05 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-18T02:52:15.449Z] 02:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-18T02:52:15.449Z] 02:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-18T02:52:15.449Z] 02:16:01 eth0 0.05 0.05 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-18T02:52:15.449Z] 02:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-18T02:52:15.449Z] 02:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-18T02:52:15.449Z] 02:17:01 eth0 0.17 0.13 0.08 0.04 0.00 0.00 0.00 0.00 [2021-02-18T02:52:15.449Z] 02:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-18T02:52:15.449Z] 02:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-18T02:52:15.449Z] 02:18:01 eth0 0.05 0.05 0.00 0.03 0.00 0.00 0.00 0.00 [2021-02-18T02:52:15.449Z] 02:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-18T02:52:15.449Z] 02:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-18T02:52:15.449Z] 02:19:01 eth0 0.03 0.05 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-18T02:52:15.449Z] 02:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-18T02:52:15.449Z] 02:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-18T02:52:15.449Z] 02:20:01 eth0 0.05 0.05 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-18T02:52:15.449Z] 02:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-18T02:52:15.449Z] 02:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-18T02:52:15.449Z] 02:21:01 eth0 0.03 0.05 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-18T02:52:15.449Z] 02:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-18T02:52:15.449Z] 02:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-18T02:52:15.449Z] 02:22:01 eth0 0.13 0.08 0.08 0.06 0.00 0.00 0.00 0.00 [2021-02-18T02:52:15.449Z] 02:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-18T02:52:15.449Z] 02:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-18T02:52:15.449Z] 02:23:01 eth0 0.02 0.03 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-18T02:52:15.449Z] 02:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-18T02:52:15.449Z] 02:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-18T02:52:15.449Z] 02:24:01 eth0 0.05 0.05 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-18T02:52:15.449Z] 02:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-18T02:52:15.449Z] 02:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-18T02:52:15.449Z] 02:25:01 eth0 0.02 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-18T02:52:15.449Z] 02:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-18T02:52:15.449Z] 02:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-18T02:52:15.449Z] 02:26:01 eth0 0.02 0.03 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-18T02:52:15.449Z] 02:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-18T02:52:15.449Z] 02:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-18T02:52:15.449Z] 02:27:01 eth0 0.13 0.08 0.08 0.06 0.00 0.00 0.00 0.00 [2021-02-18T02:52:15.449Z] 02:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-18T02:52:15.449Z] 02:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-18T02:52:15.449Z] 02:28:01 eth0 0.20 0.20 0.23 0.01 0.00 0.00 0.00 0.00 [2021-02-18T02:52:15.449Z] 02:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-18T02:52:15.449Z] 02:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-18T02:52:15.449Z] 02:29:01 eth0 0.05 0.05 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-18T02:52:15.449Z] 02:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-18T02:52:15.449Z] 02:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-18T02:52:15.449Z] 02:30:01 eth0 0.03 0.05 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-18T02:52:15.449Z] 02:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-18T02:52:15.449Z] 02:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-18T02:52:15.449Z] 02:31:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-18T02:52:15.449Z] 02:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-18T02:52:15.449Z] 02:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-18T02:52:15.449Z] 02:32:01 eth0 0.13 0.12 0.08 0.07 0.00 0.00 0.00 0.00 [2021-02-18T02:52:15.449Z] 02:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-18T02:52:15.449Z] 02:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-18T02:52:15.449Z] 02:33:01 eth0 0.05 0.05 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-18T02:52:15.449Z] 02:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-18T02:52:15.449Z] 02:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-18T02:52:15.449Z] 02:34:01 eth0 0.03 0.05 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-18T02:52:15.449Z] 02:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-18T02:52:15.449Z] 02:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-18T02:52:15.449Z] 02:35:02 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-18T02:52:15.449Z] 02:35:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-18T02:52:15.449Z] 02:35:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-18T02:52:15.449Z] 02:36:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-18T02:52:15.449Z] 02:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-18T02:52:15.449Z] 02:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-18T02:52:15.449Z] 02:37:01 eth0 0.17 0.13 0.08 0.07 0.00 0.00 0.00 0.00 [2021-02-18T02:52:15.449Z] 02:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-18T02:52:15.449Z] 02:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-18T02:52:15.449Z] 02:38:01 eth0 0.03 0.05 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-18T02:52:15.449Z] 02:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-18T02:52:15.449Z] 02:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-18T02:52:15.449Z] 02:39:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-18T02:52:15.449Z] 02:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-18T02:52:15.449Z] 02:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-18T02:52:15.449Z] 02:40:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-18T02:52:15.449Z] 02:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-18T02:52:15.449Z] 02:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-18T02:52:15.449Z] 02:41:01 eth0 338.51 244.46 728.16 81.03 0.00 0.00 0.00 0.00 [2021-02-18T02:52:15.449Z] 02:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-18T02:52:15.449Z] 02:41:01 docker0 13.62 11.10 1.62 23.28 0.00 0.00 0.00 0.00 [2021-02-18T02:52:15.449Z] 02:42:01 eth0 0.67 0.08 0.11 0.06 0.00 0.00 0.00 0.00 [2021-02-18T02:52:15.449Z] 02:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-18T02:52:15.449Z] 02:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-18T02:52:15.449Z] 02:43:01 eth0 91.87 61.08 63.02 67.71 0.00 0.00 0.00 0.00 [2021-02-18T02:52:15.449Z] 02:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-18T02:52:15.449Z] 02:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-18T02:52:15.449Z] 02:44:01 eth0 0.03 0.02 0.00 0.03 0.00 0.00 0.00 0.00 [2021-02-18T02:52:15.449Z] 02:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-18T02:52:15.449Z] 02:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-18T02:52:15.449Z] 02:45:01 eth0 0.72 0.00 0.04 0.00 0.00 0.00 0.00 0.00 [2021-02-18T02:52:15.449Z] 02:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-18T02:52:15.449Z] 02:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-18T02:52:15.449Z] 02:46:01 eth0 0.25 0.05 0.03 0.00 0.00 0.00 0.00 0.00 [2021-02-18T02:52:15.449Z] 02:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-18T02:52:15.449Z] 02:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-18T02:52:15.449Z] 02:47:01 eth0 0.65 0.33 0.40 0.26 0.00 0.00 0.00 0.00 [2021-02-18T02:52:15.449Z] 02:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-18T02:52:15.449Z] 02:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-18T02:52:15.449Z] 02:48:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-18T02:52:15.449Z] 02:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-18T02:52:15.450Z] 02:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-18T02:52:15.450Z] 02:49:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-18T02:52:15.450Z] 02:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-18T02:52:15.450Z] 02:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-18T02:52:15.450Z] 02:50:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-18T02:52:15.450Z] 02:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-18T02:52:15.450Z] 02:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-18T02:52:15.450Z] 02:51:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-02-18T02:52:15.450Z] 02:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-18T02:52:15.450Z] 02:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-18T02:52:15.450Z] 02:52:01 eth0 195.98 158.72 2165.89 17.97 0.00 0.00 0.00 0.00 [2021-02-18T02:52:15.450Z] 02:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-18T02:52:15.450Z] 02:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-18T02:52:15.450Z] Average: eth0 10.59 7.83 49.48 2.80 0.00 0.00 0.00 0.00 [2021-02-18T02:52:15.450Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-18T02:52:15.450Z] Average: docker0 0.23 0.19 0.03 0.39 0.00 0.00 0.00 0.00 [2021-02-18T02:52:15.450Z] [2021-02-18T02:52:15.450Z] [2021-02-18T02:52:15.450Z] ---> sar -P ALL: [2021-02-18T02:52:15.450Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/18/21 _x86_64_ (4 CPU) [2021-02-18T02:52:15.450Z] [2021-02-18T02:52:15.450Z] 01:51:00 LINUX RESTART (4 CPU) [2021-02-18T02:52:15.450Z] [2021-02-18T02:52:15.450Z] 01:52:02 CPU %user %nice %system %iowait %steal %idle [2021-02-18T02:52:15.450Z] 01:53:01 all 0.12 0.00 0.05 0.00 0.00 99.83 [2021-02-18T02:52:15.450Z] 01:53:01 0 0.02 0.00 0.05 0.00 0.00 99.93 [2021-02-18T02:52:15.450Z] 01:53:01 1 0.39 0.00 0.07 0.00 0.00 99.54 [2021-02-18T02:52:15.450Z] 01:53:01 2 0.03 0.00 0.05 0.00 0.00 99.92 [2021-02-18T02:52:15.450Z] 01:53:01 3 0.03 0.00 0.02 0.00 0.00 99.95 [2021-02-18T02:52:15.450Z] 01:54:01 all 0.16 0.00 0.04 0.00 0.00 99.80 [2021-02-18T02:52:15.450Z] 01:54:01 0 0.05 0.00 0.03 0.00 0.02 99.90 [2021-02-18T02:52:15.450Z] 01:54:01 1 0.52 0.00 0.03 0.00 0.00 99.45 [2021-02-18T02:52:15.450Z] 01:54:01 2 0.05 0.00 0.03 0.00 0.00 99.92 [2021-02-18T02:52:15.450Z] 01:54:01 3 0.03 0.00 0.05 0.00 0.00 99.92 [2021-02-18T02:52:15.450Z] 01:55:01 all 0.15 0.00 0.04 0.00 0.00 99.80 [2021-02-18T02:52:15.450Z] 01:55:01 0 0.05 0.00 0.05 0.00 0.00 99.90 [2021-02-18T02:52:15.450Z] 01:55:01 1 0.03 0.00 0.03 0.00 0.00 99.93 [2021-02-18T02:52:15.450Z] 01:55:01 2 0.52 0.00 0.05 0.00 0.00 99.43 [2021-02-18T02:52:15.450Z] 01:55:01 3 0.02 0.00 0.03 0.00 0.00 99.95 [2021-02-18T02:52:15.450Z] 01:56:01 all 0.16 0.00 0.03 0.00 0.00 99.81 [2021-02-18T02:52:15.450Z] 01:56:01 0 0.05 0.00 0.03 0.00 0.00 99.92 [2021-02-18T02:52:15.450Z] 01:56:01 1 0.12 0.00 0.02 0.00 0.00 99.87 [2021-02-18T02:52:15.450Z] 01:56:01 2 0.43 0.00 0.03 0.00 0.00 99.53 [2021-02-18T02:52:15.450Z] 01:56:01 3 0.03 0.00 0.03 0.00 0.00 99.93 [2021-02-18T02:52:15.450Z] 01:57:01 all 0.16 0.00 0.06 0.00 0.00 99.78 [2021-02-18T02:52:15.450Z] 01:57:01 0 0.18 0.00 0.05 0.00 0.00 99.77 [2021-02-18T02:52:15.450Z] 01:57:01 1 0.32 0.00 0.12 0.00 0.00 99.57 [2021-02-18T02:52:15.450Z] 01:57:01 2 0.07 0.00 0.05 0.00 0.00 99.88 [2021-02-18T02:52:15.450Z] 01:57:01 3 0.07 0.00 0.03 0.00 0.00 99.90 [2021-02-18T02:52:15.450Z] 01:58:01 all 0.03 0.00 0.03 0.00 0.00 99.94 [2021-02-18T02:52:15.450Z] 01:58:01 0 0.02 0.00 0.03 0.00 0.00 99.95 [2021-02-18T02:52:15.450Z] 01:58:01 1 0.03 0.00 0.02 0.00 0.02 99.93 [2021-02-18T02:52:15.450Z] 01:58:01 2 0.03 0.00 0.02 0.00 0.00 99.95 [2021-02-18T02:52:15.450Z] 01:58:01 3 0.03 0.00 0.03 0.00 0.00 99.93 [2021-02-18T02:52:15.450Z] 01:59:01 all 0.03 0.00 0.04 0.00 0.00 99.93 [2021-02-18T02:52:15.450Z] 01:59:01 0 0.00 0.00 0.02 0.00 0.00 99.98 [2021-02-18T02:52:15.450Z] 01:59:01 1 0.05 0.00 0.08 0.00 0.00 99.87 [2021-02-18T02:52:15.450Z] 01:59:01 2 0.03 0.00 0.03 0.00 0.00 99.93 [2021-02-18T02:52:15.450Z] 01:59:01 3 0.03 0.00 0.02 0.00 0.00 99.95 [2021-02-18T02:52:15.450Z] 02:00:01 all 0.17 0.00 0.04 0.00 0.00 99.79 [2021-02-18T02:52:15.450Z] 02:00:01 0 0.07 0.00 0.03 0.00 0.00 99.90 [2021-02-18T02:52:15.450Z] 02:00:01 1 0.52 0.00 0.02 0.00 0.00 99.47 [2021-02-18T02:52:15.450Z] 02:00:01 2 0.05 0.00 0.05 0.00 0.00 99.90 [2021-02-18T02:52:15.450Z] 02:00:01 3 0.07 0.00 0.05 0.00 0.00 99.88 [2021-02-18T02:52:15.450Z] 02:01:01 all 0.17 0.00 0.04 0.00 0.00 99.79 [2021-02-18T02:52:15.450Z] 02:01:01 0 0.03 0.00 0.02 0.00 0.00 99.95 [2021-02-18T02:52:15.450Z] 02:01:01 1 0.52 0.00 0.03 0.00 0.00 99.45 [2021-02-18T02:52:15.450Z] 02:01:01 2 0.03 0.00 0.03 0.00 0.00 99.93 [2021-02-18T02:52:15.450Z] 02:01:01 3 0.08 0.00 0.08 0.00 0.00 99.83 [2021-02-18T02:52:15.450Z] 02:02:01 all 0.15 0.00 0.04 0.00 0.00 99.80 [2021-02-18T02:52:15.450Z] 02:02:01 0 0.00 0.00 0.05 0.02 0.00 99.93 [2021-02-18T02:52:15.450Z] 02:02:01 1 0.53 0.00 0.03 0.00 0.00 99.43 [2021-02-18T02:52:15.450Z] 02:02:01 2 0.05 0.00 0.05 0.00 0.00 99.90 [2021-02-18T02:52:15.450Z] 02:02:01 3 0.02 0.00 0.03 0.00 0.00 99.95 [2021-02-18T02:52:15.450Z] 02:03:01 all 0.15 0.00 0.02 0.00 0.00 99.83 [2021-02-18T02:52:15.450Z] 02:03:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2021-02-18T02:52:15.450Z] 02:03:01 1 0.50 0.00 0.02 0.00 0.00 99.48 [2021-02-18T02:52:15.450Z] 02:03:01 2 0.03 0.00 0.05 0.00 0.00 99.92 [2021-02-18T02:52:15.450Z] 02:03:01 3 0.03 0.00 0.02 0.00 0.00 99.95 [2021-02-18T02:52:15.450Z] [2021-02-18T02:52:15.450Z] 02:03:01 CPU %user %nice %system %iowait %steal %idle [2021-02-18T02:52:15.450Z] 02:04:01 all 0.14 0.00 0.04 0.00 0.00 99.82 [2021-02-18T02:52:15.450Z] 02:04:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2021-02-18T02:52:15.450Z] 02:04:01 1 0.50 0.00 0.02 0.00 0.00 99.48 [2021-02-18T02:52:15.450Z] 02:04:01 2 0.03 0.00 0.10 0.00 0.00 99.87 [2021-02-18T02:52:15.450Z] 02:04:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2021-02-18T02:52:15.450Z] 02:05:01 all 0.15 0.00 0.02 0.00 0.00 99.82 [2021-02-18T02:52:15.450Z] 02:05:01 0 0.03 0.00 0.03 0.00 0.00 99.93 [2021-02-18T02:52:15.450Z] 02:05:01 1 0.52 0.00 0.02 0.00 0.00 99.47 [2021-02-18T02:52:15.450Z] 02:05:01 2 0.05 0.00 0.05 0.00 0.00 99.90 [2021-02-18T02:52:15.450Z] 02:05:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2021-02-18T02:52:15.450Z] 02:06:01 all 0.20 0.00 0.07 0.00 0.00 99.73 [2021-02-18T02:52:15.450Z] 02:06:01 0 0.20 0.00 0.08 0.00 0.00 99.72 [2021-02-18T02:52:15.450Z] 02:06:01 1 0.52 0.00 0.07 0.00 0.00 99.42 [2021-02-18T02:52:15.450Z] 02:06:01 2 0.07 0.00 0.10 0.00 0.00 99.83 [2021-02-18T02:52:15.450Z] 02:06:01 3 0.03 0.00 0.02 0.00 0.02 99.93 [2021-02-18T02:52:15.450Z] 02:07:01 all 0.15 0.00 0.05 0.00 0.00 99.80 [2021-02-18T02:52:15.450Z] 02:07:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2021-02-18T02:52:15.450Z] 02:07:01 1 0.48 0.00 0.10 0.00 0.00 99.42 [2021-02-18T02:52:15.450Z] 02:07:01 2 0.03 0.00 0.07 0.00 0.00 99.90 [2021-02-18T02:52:15.450Z] 02:07:01 3 0.05 0.00 0.02 0.00 0.00 99.93 [2021-02-18T02:52:15.450Z] 02:08:01 all 0.05 0.00 0.04 0.00 0.00 99.91 [2021-02-18T02:52:15.450Z] 02:08:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2021-02-18T02:52:15.450Z] 02:08:01 1 0.15 0.00 0.12 0.00 0.00 99.73 [2021-02-18T02:52:15.450Z] 02:08:01 2 0.02 0.00 0.02 0.00 0.00 99.97 [2021-02-18T02:52:15.450Z] 02:08:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2021-02-18T02:52:15.450Z] 02:09:01 all 0.03 0.00 0.03 0.00 0.00 99.94 [2021-02-18T02:52:15.450Z] 02:09:01 0 0.00 0.00 0.00 0.00 0.00 100.00 [2021-02-18T02:52:15.450Z] 02:09:01 1 0.05 0.00 0.05 0.00 0.00 99.90 [2021-02-18T02:52:15.450Z] 02:09:01 2 0.03 0.00 0.05 0.00 0.00 99.92 [2021-02-18T02:52:15.450Z] 02:09:01 3 0.03 0.00 0.02 0.00 0.00 99.95 [2021-02-18T02:52:15.450Z] 02:10:01 all 0.11 0.00 0.03 0.00 0.00 99.86 [2021-02-18T02:52:15.450Z] 02:10:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2021-02-18T02:52:15.450Z] 02:10:01 1 0.37 0.00 0.07 0.00 0.00 99.57 [2021-02-18T02:52:15.450Z] 02:10:01 2 0.03 0.00 0.02 0.00 0.00 99.95 [2021-02-18T02:52:15.450Z] 02:10:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2021-02-18T02:52:15.450Z] 02:11:01 all 0.15 0.00 0.03 0.00 0.00 99.82 [2021-02-18T02:52:15.450Z] 02:11:01 0 0.02 0.00 0.00 0.00 0.00 99.98 [2021-02-18T02:52:15.450Z] 02:11:01 1 0.55 0.00 0.05 0.00 0.00 99.40 [2021-02-18T02:52:15.450Z] 02:11:01 2 0.03 0.00 0.05 0.00 0.02 99.90 [2021-02-18T02:52:15.450Z] 02:11:01 3 0.00 0.00 0.02 0.00 0.00 99.98 [2021-02-18T02:52:15.450Z] 02:12:01 all 0.15 0.00 0.03 0.00 0.00 99.82 [2021-02-18T02:52:15.450Z] 02:12:01 0 0.52 0.00 0.02 0.00 0.00 99.47 [2021-02-18T02:52:15.450Z] 02:12:01 1 0.03 0.00 0.03 0.00 0.00 99.93 [2021-02-18T02:52:15.450Z] 02:12:01 2 0.03 0.00 0.07 0.00 0.00 99.90 [2021-02-18T02:52:15.450Z] 02:12:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2021-02-18T02:52:15.450Z] 02:13:01 all 0.17 0.00 0.04 0.00 0.00 99.79 [2021-02-18T02:52:15.450Z] 02:13:01 0 0.51 0.00 0.03 0.00 0.00 99.46 [2021-02-18T02:52:15.450Z] 02:13:01 1 0.08 0.00 0.05 0.00 0.00 99.86 [2021-02-18T02:52:15.450Z] 02:13:01 2 0.05 0.00 0.03 0.00 0.00 99.92 [2021-02-18T02:52:15.450Z] 02:13:01 3 0.05 0.00 0.03 0.00 0.00 99.92 [2021-02-18T02:52:15.450Z] 02:14:01 all 0.15 0.00 0.02 0.00 0.00 99.83 [2021-02-18T02:52:15.450Z] 02:14:01 0 0.52 0.00 0.02 0.00 0.00 99.47 [2021-02-18T02:52:15.450Z] 02:14:01 1 0.05 0.00 0.05 0.00 0.02 99.88 [2021-02-18T02:52:15.450Z] 02:14:01 2 0.02 0.00 0.02 0.00 0.00 99.97 [2021-02-18T02:52:15.450Z] 02:14:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2021-02-18T02:52:15.450Z] [2021-02-18T02:52:15.450Z] 02:14:01 CPU %user %nice %system %iowait %steal %idle [2021-02-18T02:52:15.450Z] 02:15:01 all 0.15 0.00 0.03 0.00 0.00 99.82 [2021-02-18T02:52:15.450Z] 02:15:01 0 0.50 0.00 0.02 0.00 0.00 99.48 [2021-02-18T02:52:15.450Z] 02:15:01 1 0.05 0.00 0.05 0.00 0.00 99.90 [2021-02-18T02:52:15.450Z] 02:15:01 2 0.03 0.00 0.03 0.00 0.00 99.93 [2021-02-18T02:52:15.450Z] 02:15:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2021-02-18T02:52:15.450Z] 02:16:01 all 0.16 0.00 0.04 0.00 0.00 99.80 [2021-02-18T02:52:15.450Z] 02:16:01 0 0.52 0.00 0.02 0.00 0.00 99.47 [2021-02-18T02:52:15.450Z] 02:16:01 1 0.07 0.00 0.08 0.00 0.00 99.85 [2021-02-18T02:52:15.450Z] 02:16:01 2 0.03 0.00 0.03 0.00 0.00 99.93 [2021-02-18T02:52:15.450Z] 02:16:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2021-02-18T02:52:15.450Z] 02:17:01 all 0.17 0.00 0.04 0.00 0.00 99.80 [2021-02-18T02:52:15.450Z] 02:17:01 0 0.52 0.00 0.02 0.00 0.00 99.47 [2021-02-18T02:52:15.450Z] 02:17:01 1 0.05 0.00 0.07 0.00 0.00 99.88 [2021-02-18T02:52:15.450Z] 02:17:01 2 0.03 0.00 0.03 0.00 0.00 99.93 [2021-02-18T02:52:15.450Z] 02:17:01 3 0.07 0.00 0.03 0.00 0.00 99.90 [2021-02-18T02:52:15.450Z] 02:18:01 all 0.15 0.00 0.03 0.00 0.00 99.81 [2021-02-18T02:52:15.450Z] 02:18:01 0 0.50 0.00 0.02 0.00 0.02 99.47 [2021-02-18T02:52:15.450Z] 02:18:01 1 0.07 0.00 0.07 0.00 0.00 99.87 [2021-02-18T02:52:15.450Z] 02:18:01 2 0.02 0.00 0.02 0.00 0.00 99.97 [2021-02-18T02:52:15.450Z] 02:18:01 3 0.03 0.00 0.02 0.00 0.00 99.95 [2021-02-18T02:52:15.450Z] 02:19:01 all 0.15 0.00 0.04 0.00 0.00 99.81 [2021-02-18T02:52:15.450Z] 02:19:01 0 0.27 0.00 0.02 0.00 0.00 99.72 [2021-02-18T02:52:15.450Z] 02:19:01 1 0.05 0.00 0.10 0.00 0.00 99.85 [2021-02-18T02:52:15.450Z] 02:19:01 2 0.27 0.00 0.02 0.00 0.00 99.72 [2021-02-18T02:52:15.450Z] 02:19:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2021-02-18T02:52:15.450Z] 02:20:01 all 0.14 0.00 0.03 0.00 0.00 99.83 [2021-02-18T02:52:15.450Z] 02:20:01 0 0.00 0.00 0.02 0.00 0.00 99.98 [2021-02-18T02:52:15.450Z] 02:20:01 1 0.05 0.00 0.07 0.00 0.00 99.88 [2021-02-18T02:52:15.450Z] 02:20:01 2 0.50 0.00 0.02 0.00 0.00 99.48 [2021-02-18T02:52:15.450Z] 02:20:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2021-02-18T02:52:15.450Z] 02:21:01 all 0.15 0.00 0.03 0.00 0.00 99.82 [2021-02-18T02:52:15.450Z] 02:21:01 0 0.50 0.00 0.02 0.00 0.00 99.48 [2021-02-18T02:52:15.450Z] 02:21:01 1 0.05 0.00 0.05 0.00 0.00 99.90 [2021-02-18T02:52:15.450Z] 02:21:01 2 0.02 0.00 0.05 0.00 0.00 99.93 [2021-02-18T02:52:15.450Z] 02:21:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2021-02-18T02:52:15.450Z] 02:22:01 all 0.17 0.00 0.05 0.00 0.00 99.78 [2021-02-18T02:52:15.450Z] 02:22:01 0 0.50 0.00 0.03 0.00 0.00 99.47 [2021-02-18T02:52:15.450Z] 02:22:01 1 0.07 0.00 0.07 0.00 0.00 99.87 [2021-02-18T02:52:15.450Z] 02:22:01 2 0.07 0.00 0.05 0.00 0.00 99.88 [2021-02-18T02:52:15.451Z] 02:22:01 3 0.05 0.00 0.03 0.00 0.00 99.92 [2021-02-18T02:52:15.451Z] 02:23:01 all 0.12 0.00 0.03 0.00 0.00 99.85 [2021-02-18T02:52:15.451Z] 02:23:01 0 0.38 0.00 0.03 0.00 0.00 99.58 [2021-02-18T02:52:15.451Z] 02:23:01 1 0.03 0.00 0.05 0.00 0.00 99.92 [2021-02-18T02:52:15.451Z] 02:23:01 2 0.02 0.00 0.03 0.00 0.00 99.95 [2021-02-18T02:52:15.451Z] 02:23:01 3 0.03 0.00 0.02 0.00 0.00 99.95 [2021-02-18T02:52:15.451Z] 02:24:01 all 0.04 0.00 0.04 0.00 0.00 99.92 [2021-02-18T02:52:15.451Z] 02:24:01 0 0.05 0.00 0.07 0.00 0.00 99.88 [2021-02-18T02:52:15.451Z] 02:24:01 1 0.05 0.00 0.03 0.00 0.00 99.92 [2021-02-18T02:52:15.451Z] 02:24:01 2 0.03 0.00 0.02 0.00 0.00 99.95 [2021-02-18T02:52:15.451Z] 02:24:01 3 0.02 0.00 0.03 0.00 0.00 99.95 [2021-02-18T02:52:15.451Z] 02:25:01 all 0.03 0.00 0.04 0.00 0.00 99.94 [2021-02-18T02:52:15.451Z] 02:25:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2021-02-18T02:52:15.451Z] 02:25:01 1 0.05 0.00 0.07 0.00 0.00 99.88 [2021-02-18T02:52:15.451Z] 02:25:01 2 0.02 0.00 0.03 0.00 0.00 99.95 [2021-02-18T02:52:15.451Z] 02:25:01 3 0.02 0.00 0.03 0.00 0.00 99.95 [2021-02-18T02:52:15.451Z] [2021-02-18T02:52:15.451Z] 02:25:01 CPU %user %nice %system %iowait %steal %idle [2021-02-18T02:52:15.451Z] 02:26:01 all 0.10 0.00 0.04 0.00 0.00 99.85 [2021-02-18T02:52:15.451Z] 02:26:01 0 0.28 0.00 0.05 0.00 0.00 99.67 [2021-02-18T02:52:15.451Z] 02:26:01 1 0.05 0.00 0.08 0.00 0.00 99.87 [2021-02-18T02:52:15.451Z] 02:26:01 2 0.05 0.00 0.02 0.00 0.00 99.93 [2021-02-18T02:52:15.451Z] 02:26:01 3 0.03 0.00 0.02 0.00 0.00 99.95 [2021-02-18T02:52:15.451Z] 02:27:01 all 0.15 0.00 0.04 0.00 0.00 99.81 [2021-02-18T02:52:15.451Z] 02:27:01 0 0.52 0.00 0.02 0.00 0.00 99.47 [2021-02-18T02:52:15.451Z] 02:27:01 1 0.05 0.00 0.05 0.00 0.02 99.88 [2021-02-18T02:52:15.451Z] 02:27:01 2 0.00 0.00 0.03 0.00 0.00 99.97 [2021-02-18T02:52:15.451Z] 02:27:01 3 0.03 0.00 0.05 0.00 0.00 99.92 [2021-02-18T02:52:15.451Z] 02:28:01 all 0.16 0.00 0.03 0.00 0.00 99.81 [2021-02-18T02:52:15.451Z] 02:28:01 0 0.50 0.00 0.02 0.00 0.00 99.48 [2021-02-18T02:52:15.451Z] 02:28:01 1 0.08 0.00 0.07 0.00 0.00 99.85 [2021-02-18T02:52:15.451Z] 02:28:01 2 0.02 0.00 0.00 0.00 0.00 99.98 [2021-02-18T02:52:15.451Z] 02:28:01 3 0.03 0.00 0.03 0.00 0.00 99.93 [2021-02-18T02:52:15.451Z] 02:29:01 all 0.15 0.00 0.03 0.00 0.00 99.83 [2021-02-18T02:52:15.451Z] 02:29:01 0 0.50 0.00 0.02 0.00 0.00 99.48 [2021-02-18T02:52:15.451Z] 02:29:01 1 0.03 0.00 0.05 0.00 0.00 99.92 [2021-02-18T02:52:15.451Z] 02:29:01 2 0.02 0.00 0.03 0.00 0.00 99.95 [2021-02-18T02:52:15.451Z] 02:29:01 3 0.03 0.00 0.02 0.00 0.00 99.95 [2021-02-18T02:52:15.451Z] 02:30:01 all 0.16 0.00 0.02 0.00 0.00 99.82 [2021-02-18T02:52:15.451Z] 02:30:01 0 0.50 0.00 0.02 0.00 0.00 99.48 [2021-02-18T02:52:15.451Z] 02:30:01 1 0.03 0.00 0.02 0.00 0.00 99.95 [2021-02-18T02:52:15.451Z] 02:30:01 2 0.05 0.00 0.03 0.00 0.00 99.92 [2021-02-18T02:52:15.451Z] 02:30:01 3 0.05 0.00 0.03 0.00 0.00 99.92 [2021-02-18T02:52:15.451Z] 02:31:01 all 0.15 0.00 0.04 0.00 0.00 99.81 [2021-02-18T02:52:15.451Z] 02:31:01 0 0.52 0.00 0.02 0.00 0.00 99.47 [2021-02-18T02:52:15.451Z] 02:31:01 1 0.03 0.00 0.07 0.00 0.00 99.90 [2021-02-18T02:52:15.451Z] 02:31:01 2 0.02 0.00 0.05 0.00 0.00 99.93 [2021-02-18T02:52:15.451Z] 02:31:01 3 0.02 0.00 0.03 0.00 0.02 99.93 [2021-02-18T02:52:15.451Z] 02:32:01 all 0.17 0.00 0.03 0.00 0.00 99.79 [2021-02-18T02:52:15.451Z] 02:32:01 0 0.50 0.00 0.02 0.00 0.00 99.48 [2021-02-18T02:52:15.451Z] 02:32:01 1 0.05 0.00 0.03 0.00 0.00 99.92 [2021-02-18T02:52:15.451Z] 02:32:01 2 0.08 0.00 0.03 0.00 0.00 99.88 [2021-02-18T02:52:15.451Z] 02:32:01 3 0.07 0.00 0.05 0.00 0.00 99.88 [2021-02-18T02:52:15.451Z] 02:33:01 all 0.15 0.00 0.03 0.00 0.00 99.82 [2021-02-18T02:52:15.451Z] 02:33:01 0 0.23 0.00 0.03 0.00 0.00 99.73 [2021-02-18T02:52:15.451Z] 02:33:01 1 0.02 0.00 0.02 0.00 0.00 99.97 [2021-02-18T02:52:15.451Z] 02:33:01 2 0.30 0.00 0.03 0.00 0.00 99.67 [2021-02-18T02:52:15.451Z] 02:33:01 3 0.05 0.00 0.03 0.00 0.00 99.92 [2021-02-18T02:52:15.451Z] 02:34:01 all 0.14 0.00 0.03 0.00 0.00 99.83 [2021-02-18T02:52:15.451Z] 02:34:01 0 0.00 0.00 0.02 0.00 0.00 99.98 [2021-02-18T02:52:15.451Z] 02:34:01 1 0.03 0.00 0.03 0.00 0.00 99.93 [2021-02-18T02:52:15.451Z] 02:34:01 2 0.52 0.00 0.02 0.00 0.00 99.47 [2021-02-18T02:52:15.451Z] 02:34:01 3 0.00 0.00 0.05 0.00 0.00 99.95 [2021-02-18T02:52:15.451Z] 02:35:02 all 0.15 0.01 0.11 0.06 0.00 99.68 [2021-02-18T02:52:15.451Z] 02:35:02 0 0.02 0.00 0.05 0.02 0.00 99.92 [2021-02-18T02:52:15.451Z] 02:35:02 1 0.03 0.02 0.15 0.07 0.00 99.73 [2021-02-18T02:52:15.451Z] 02:35:02 2 0.52 0.02 0.17 0.15 0.00 99.15 [2021-02-18T02:52:15.451Z] 02:35:02 3 0.03 0.00 0.07 0.00 0.00 99.90 [2021-02-18T02:52:15.451Z] 02:36:01 all 0.16 2.70 12.08 5.95 0.07 79.04 [2021-02-18T02:52:15.451Z] 02:36:01 0 0.10 2.80 12.23 5.83 0.07 78.97 [2021-02-18T02:52:15.451Z] 02:36:01 1 0.20 2.76 12.57 6.72 0.05 77.69 [2021-02-18T02:52:15.451Z] 02:36:01 2 0.27 2.60 12.18 4.60 0.09 80.26 [2021-02-18T02:52:15.451Z] 02:36:01 3 0.07 2.64 11.32 6.66 0.07 79.24 [2021-02-18T02:52:15.451Z] [2021-02-18T02:52:15.451Z] 02:36:01 CPU %user %nice %system %iowait %steal %idle [2021-02-18T02:52:15.451Z] 02:37:01 all 0.17 0.00 0.05 0.00 0.00 99.79 [2021-02-18T02:52:15.451Z] 02:37:01 0 0.02 0.00 0.03 0.00 0.00 99.95 [2021-02-18T02:52:15.451Z] 02:37:01 1 0.07 0.00 0.08 0.00 0.00 99.85 [2021-02-18T02:52:15.451Z] 02:37:01 2 0.32 0.00 0.02 0.00 0.00 99.67 [2021-02-18T02:52:15.451Z] 02:37:01 3 0.27 0.00 0.05 0.00 0.00 99.68 [2021-02-18T02:52:15.451Z] 02:38:01 all 0.14 0.00 0.03 0.00 0.00 99.83 [2021-02-18T02:52:15.451Z] 02:38:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2021-02-18T02:52:15.451Z] 02:38:01 1 0.03 0.00 0.05 0.00 0.00 99.92 [2021-02-18T02:52:15.451Z] 02:38:01 2 0.02 0.00 0.05 0.00 0.00 99.93 [2021-02-18T02:52:15.451Z] 02:38:01 3 0.50 0.00 0.00 0.00 0.00 99.50 [2021-02-18T02:52:15.451Z] 02:39:01 all 0.16 0.00 0.02 0.00 0.00 99.81 [2021-02-18T02:52:15.451Z] 02:39:01 0 0.02 0.00 0.00 0.00 0.00 99.98 [2021-02-18T02:52:15.451Z] 02:39:01 1 0.05 0.00 0.05 0.00 0.02 99.88 [2021-02-18T02:52:15.451Z] 02:39:01 2 0.05 0.00 0.03 0.00 0.00 99.92 [2021-02-18T02:52:15.451Z] 02:39:01 3 0.52 0.00 0.02 0.00 0.00 99.47 [2021-02-18T02:52:15.451Z] 02:40:01 all 0.15 0.00 0.03 0.00 0.00 99.83 [2021-02-18T02:52:15.451Z] 02:40:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2021-02-18T02:52:15.451Z] 02:40:01 1 0.02 0.00 0.03 0.00 0.00 99.95 [2021-02-18T02:52:15.451Z] 02:40:01 2 0.03 0.00 0.03 0.00 0.00 99.93 [2021-02-18T02:52:15.451Z] 02:40:01 3 0.52 0.00 0.03 0.00 0.00 99.45 [2021-02-18T02:52:15.451Z] 02:41:01 all 5.98 0.00 2.97 1.26 0.03 89.76 [2021-02-18T02:52:15.451Z] 02:41:01 0 6.06 0.00 3.30 3.23 0.02 87.39 [2021-02-18T02:52:15.451Z] 02:41:01 1 5.84 0.00 2.76 0.96 0.05 90.40 [2021-02-18T02:52:15.451Z] 02:41:01 2 6.06 0.00 2.79 0.47 0.03 90.64 [2021-02-18T02:52:15.451Z] 02:41:01 3 5.97 0.00 3.01 0.37 0.02 90.63 [2021-02-18T02:52:15.451Z] 02:42:01 all 0.19 0.00 0.07 0.00 0.00 99.74 [2021-02-18T02:52:15.451Z] 02:42:01 0 0.07 0.00 0.07 0.00 0.00 99.87 [2021-02-18T02:52:15.451Z] 02:42:01 1 0.10 0.00 0.07 0.00 0.00 99.83 [2021-02-18T02:52:15.451Z] 02:42:01 2 0.52 0.00 0.05 0.00 0.00 99.43 [2021-02-18T02:52:15.451Z] 02:42:01 3 0.07 0.00 0.12 0.00 0.00 99.82 [2021-02-18T02:52:15.451Z] 02:43:01 all 1.28 0.00 0.44 0.03 0.01 98.24 [2021-02-18T02:52:15.451Z] 02:43:01 0 1.07 0.00 0.45 0.02 0.02 98.44 [2021-02-18T02:52:15.451Z] 02:43:01 1 1.25 0.00 0.43 0.03 0.00 98.28 [2021-02-18T02:52:15.451Z] 02:43:01 2 1.70 0.00 0.43 0.03 0.00 97.83 [2021-02-18T02:52:15.451Z] 02:43:01 3 1.09 0.00 0.45 0.02 0.02 98.43 [2021-02-18T02:52:15.451Z] 02:44:01 all 0.15 0.00 0.04 0.00 0.00 99.82 [2021-02-18T02:52:15.451Z] 02:44:01 0 0.02 0.00 0.05 0.00 0.00 99.93 [2021-02-18T02:52:15.451Z] 02:44:01 1 0.02 0.00 0.02 0.00 0.00 99.97 [2021-02-18T02:52:15.451Z] 02:44:01 2 0.52 0.00 0.03 0.00 0.00 99.45 [2021-02-18T02:52:15.451Z] 02:44:01 3 0.03 0.00 0.05 0.00 0.00 99.92 [2021-02-18T02:52:15.451Z] 02:45:01 all 0.15 0.00 0.03 0.00 0.00 99.83 [2021-02-18T02:52:15.451Z] 02:45:01 0 0.00 0.00 0.02 0.00 0.00 99.98 [2021-02-18T02:52:15.451Z] 02:45:01 1 0.40 0.00 0.03 0.00 0.00 99.57 [2021-02-18T02:52:15.451Z] 02:45:01 2 0.17 0.00 0.03 0.00 0.00 99.80 [2021-02-18T02:52:15.451Z] 02:45:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2021-02-18T02:52:15.451Z] 02:46:01 all 0.12 0.00 0.05 0.00 0.00 99.83 [2021-02-18T02:52:15.451Z] 02:46:01 0 0.02 0.00 0.03 0.00 0.00 99.95 [2021-02-18T02:52:15.451Z] 02:46:01 1 0.38 0.00 0.07 0.00 0.00 99.55 [2021-02-18T02:52:15.451Z] 02:46:01 2 0.07 0.00 0.07 0.00 0.00 99.87 [2021-02-18T02:52:15.451Z] 02:46:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2021-02-18T02:52:15.451Z] 02:47:01 all 0.15 0.00 0.03 0.00 0.00 99.82 [2021-02-18T02:52:15.451Z] 02:47:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2021-02-18T02:52:15.451Z] 02:47:01 1 0.50 0.00 0.03 0.00 0.00 99.47 [2021-02-18T02:52:15.452Z] 02:47:01 2 0.07 0.00 0.07 0.00 0.00 99.87 [2021-02-18T02:52:15.452Z] 02:47:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2021-02-18T02:52:15.452Z] [2021-02-18T02:52:15.452Z] 02:47:01 CPU %user %nice %system %iowait %steal %idle [2021-02-18T02:52:15.452Z] 02:48:01 all 0.17 0.00 0.04 0.00 0.00 99.79 [2021-02-18T02:52:15.452Z] 02:48:01 0 0.02 0.00 0.03 0.00 0.00 99.95 [2021-02-18T02:52:15.452Z] 02:48:01 1 0.53 0.00 0.03 0.00 0.00 99.43 [2021-02-18T02:52:15.452Z] 02:48:01 2 0.07 0.00 0.07 0.00 0.02 99.85 [2021-02-18T02:52:15.452Z] 02:48:01 3 0.05 0.00 0.03 0.00 0.00 99.92 [2021-02-18T02:52:15.452Z] 02:49:01 all 0.17 0.00 0.03 0.00 0.00 99.79 [2021-02-18T02:52:15.452Z] 02:49:01 0 0.03 0.00 0.02 0.00 0.00 99.95 [2021-02-18T02:52:15.452Z] 02:49:01 1 0.55 0.00 0.03 0.00 0.02 99.40 [2021-02-18T02:52:15.452Z] 02:49:01 2 0.05 0.00 0.03 0.00 0.00 99.92 [2021-02-18T02:52:15.452Z] 02:49:01 3 0.05 0.00 0.05 0.00 0.00 99.90 [2021-02-18T02:52:15.452Z] 02:50:01 all 0.17 0.00 0.03 0.00 0.00 99.80 [2021-02-18T02:52:15.452Z] 02:50:01 0 0.03 0.00 0.02 0.00 0.00 99.95 [2021-02-18T02:52:15.452Z] 02:50:01 1 0.55 0.00 0.03 0.00 0.00 99.42 [2021-02-18T02:52:15.452Z] 02:50:01 2 0.05 0.00 0.03 0.00 0.00 99.92 [2021-02-18T02:52:15.452Z] 02:50:01 3 0.03 0.00 0.05 0.00 0.02 99.90 [2021-02-18T02:52:15.452Z] 02:51:01 all 0.15 0.00 0.04 0.00 0.00 99.80 [2021-02-18T02:52:15.452Z] 02:51:01 0 0.02 0.00 0.05 0.00 0.00 99.93 [2021-02-18T02:52:15.452Z] 02:51:01 1 0.52 0.00 0.03 0.00 0.00 99.45 [2021-02-18T02:52:15.452Z] 02:51:01 2 0.05 0.00 0.05 0.00 0.00 99.90 [2021-02-18T02:52:15.452Z] 02:51:01 3 0.03 0.00 0.03 0.00 0.00 99.93 [2021-02-18T02:52:15.452Z] 02:52:01 all 5.60 0.00 4.13 1.59 0.03 88.64 [2021-02-18T02:52:15.452Z] 02:52:01 0 5.56 0.00 4.08 1.92 0.05 88.39 [2021-02-18T02:52:15.452Z] 02:52:01 1 6.24 0.00 4.86 2.31 0.02 86.57 [2021-02-18T02:52:15.452Z] 02:52:01 2 5.10 0.00 4.61 0.94 0.03 89.32 [2021-02-18T02:52:15.452Z] 02:52:01 3 5.49 0.00 2.98 1.21 0.03 90.29 [2021-02-18T02:52:15.452Z] Average: all 0.35 0.04 0.36 0.15 0.00 99.11 [2021-02-18T02:52:15.452Z] Average: 0 0.38 0.05 0.35 0.18 0.00 99.04 [2021-02-18T02:52:15.452Z] Average: 1 0.42 0.05 0.39 0.17 0.00 98.98 [2021-02-18T02:52:15.452Z] Average: 2 0.32 0.04 0.37 0.10 0.00 99.16 [2021-02-18T02:52:15.452Z] Average: 3 0.27 0.04 0.32 0.13 0.00 99.24 [2021-02-18T02:52:15.452Z] [2021-02-18T02:52:15.452Z] [2021-02-18T02:52:15.452Z]