Pull request #4362 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from cacbc01dbf264f01fcaaf584ccd39c6a0a3592de+8776ce55658615d64e1aa8a64582242181f551ac (8111baa61e645987ea1d307f94219f95d272069c) Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh995958973982155868.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --resolve-git-dir /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f/.git # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f@tmp/jenkins-gitclient-ssh16122692156743219246.key > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and with tags Cloning repository git@github.com:edgexfoundry/edgex-global-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-4362/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-4362/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh5110954594198687421.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-4362/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh9582260831616837389.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 # timeout=10 Commit message: "Merge pull request #420 from bill-mahoney/levski-update" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.16.6' Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh7867154598033264435.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 65355178549468b165f8106641c96c3190b1d843 The recommended git tool is: NONE using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:lfit/releng-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-4362/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e # timeout=10 Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-4362/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh2072207169417377008.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.16.6' fatal: bad object cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v2], buildSnap:false] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.18 USE_ALPINE: true DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: DOCKER_IMAGE_NAME_SUFFIX: DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v2 BUILD_SNAP: false BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Running on prd-ubuntu20.04-docker-8c-8g-6182 in /w/workspace/edgexfoundry_edgex-go_PR-4362 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/1 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/main commit 8776ce55658615d64e1aa8a64582242181f551ac into PR head commit cacbc01dbf264f01fcaaf584ccd39c6a0a3592de Merge succeeded, producing cacbc01dbf264f01fcaaf584ccd39c6a0a3592de Checking out Revision cacbc01dbf264f01fcaaf584ccd39c6a0a3592de (PR-4362) Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-bootstrap/v3" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [Pipeline] } [Pipeline] // stage > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/4362/head:refs/remotes/origin/PR-4362 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f cacbc01dbf264f01fcaaf584ccd39c6a0a3592de # 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 8776ce55658615d64e1aa8a64582242181f551ac # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f cacbc01dbf264f01fcaaf584ccd39c6a0a3592de # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2023-02-15T19:58:33.558Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2023-02-15T19:58:33.728Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2023-02-15T19:58:33.817Z] ========================================================= [2023-02-15T19:58:33.817Z] EdgeX Global Pipelines Version Info [2023-02-15T19:58:33.817Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2023-02-15T19:58:34.556Z] ------------------- [2023-02-15T19:58:34.556Z] stable info: [2023-02-15T19:58:34.556Z] ------------------- [2023-02-15T19:58:34.556Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2023-02-15T19:58:34.556Z] Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [2023-02-15T19:58:34.556Z] Message: update stable to v1.0.244 [2023-02-15T19:58:35.127Z] ------------------- [2023-02-15T19:58:35.127Z] experimental info: [2023-02-15T19:58:35.127Z] ------------------- [2023-02-15T19:58:35.127Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2023-02-15T19:58:35.127Z] Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [2023-02-15T19:58:35.127Z] Message: update experimental to v1.0.244 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2023-02-15T19:58:35.394Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2023-02-15T19:58:35.431Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2023-02-15T19:58:35.469Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2023-02-15T19:58:35.507Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2023-02-15T19:58:35.552Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2023-02-15T19:58:35.595Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo [2023-02-15T19:58:35.630Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2023-02-15T19:58:35.671Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2023-02-15T19:58:35.710Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo [2023-02-15T19:58:35.747Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo [2023-02-15T19:58:35.784Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2023-02-15T19:58:35.824Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2023-02-15T19:58:35.862Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2023-02-15T19:58:35.907Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2023-02-15T19:58:35.946Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2023-02-15T19:58:35.988Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2023-02-15T19:58:36.024Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2023-02-15T19:58:36.061Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2023-02-15T19:58:36.102Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2023-02-15T19:58:36.143Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo [2023-02-15T19:58:36.183Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2023-02-15T19:58:36.225Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2023-02-15T19:58:36.264Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2023-02-15T19:58:36.296Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-4362 [Pipeline] echo [2023-02-15T19:58:36.337Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-4362 [Pipeline] echo [2023-02-15T19:58:36.380Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-4362 [Pipeline] echo [2023-02-15T19:58:36.418Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = cacbc01dbf264f01fcaaf584ccd39c6a0a3592de [Pipeline] echo [2023-02-15T19:58:36.452Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = cacbc01 [Pipeline] echo [2023-02-15T19:58:36.493Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-02-15T19:58:36.602Z] provisioning config files... [2023-02-15T19:58:36.619Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config8205698737092158572tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-02-15T19:58:36.985Z] ---> docker-login.sh [2023-02-15T19:58:36.985Z] nexus3.edgexfoundry.org:10001 [2023-02-15T19:58:36.985Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-15T19:58:37.244Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-15T19:58:37.245Z] Configure a credential helper to remove this warning. See [2023-02-15T19:58:37.245Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-15T19:58:37.245Z] [2023-02-15T19:58:37.245Z] Login Succeeded [2023-02-15T19:58:37.245Z] nexus3.edgexfoundry.org:10002 [2023-02-15T19:58:37.506Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-15T19:58:37.506Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-15T19:58:37.506Z] Configure a credential helper to remove this warning. See [2023-02-15T19:58:37.506Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-15T19:58:37.506Z] [2023-02-15T19:58:37.506Z] Login Succeeded [2023-02-15T19:58:37.506Z] nexus3.edgexfoundry.org:10003 [2023-02-15T19:58:37.506Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-15T19:58:37.506Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-15T19:58:37.506Z] Configure a credential helper to remove this warning. See [2023-02-15T19:58:37.506Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-15T19:58:37.506Z] [2023-02-15T19:58:37.506Z] Login Succeeded [2023-02-15T19:58:37.506Z] nexus3.edgexfoundry.org:10004 [2023-02-15T19:58:37.506Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-15T19:58:37.765Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-15T19:58:37.765Z] Configure a credential helper to remove this warning. See [2023-02-15T19:58:37.765Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-15T19:58:37.765Z] [2023-02-15T19:58:37.765Z] Login Succeeded [2023-02-15T19:58:37.765Z] docker.io [2023-02-15T19:58:37.765Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-15T19:58:38.025Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-15T19:58:38.025Z] Configure a credential helper to remove this warning. See [2023-02-15T19:58:38.025Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-15T19:58:38.025Z] [2023-02-15T19:58:38.025Z] Login Succeeded [2023-02-15T19:58:38.025Z] ---> docker-login.sh ends [Pipeline] } [2023-02-15T19:58:38.055Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-02-15T19:58:38.481Z] + ls cmd/core-command/Dockerfile cmd/core-common-config-bootstrapper/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/security-spiffe-token-provider/Dockerfile cmd/security-spire-agent/Dockerfile cmd/security-spire-config/Dockerfile cmd/security-spire-server/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile [2023-02-15T19:58:38.481Z] + dirname cmd/core-command/Dockerfile [2023-02-15T19:58:38.481Z] + cut -d/ -f2 [2023-02-15T19:58:38.481Z] + echo core-command,cmd/core-command/Dockerfile [2023-02-15T19:58:38.481Z] + dirname cmd/core-common-config-bootstrapper/Dockerfile [2023-02-15T19:58:38.481Z] + cut -d/ -f2 [2023-02-15T19:58:38.481Z] + echo core-common-config-bootstrapper,cmd/core-common-config-bootstrapper/Dockerfile [2023-02-15T19:58:38.481Z] + + cut -d/ -f2 [2023-02-15T19:58:38.481Z] dirname cmd/core-data/Dockerfile [2023-02-15T19:58:38.481Z] + echo core-data,cmd/core-data/Dockerfile [2023-02-15T19:58:38.481Z] + + dirname cmd/core-metadata/Dockerfile [2023-02-15T19:58:38.481Z] cut -d/ -f2 [2023-02-15T19:58:38.481Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2023-02-15T19:58:38.481Z] + dirname cmd/security-bootstrapper/Dockerfile [2023-02-15T19:58:38.481Z] + cut -d/ -f2 [2023-02-15T19:58:38.481Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2023-02-15T19:58:38.481Z] + + cutdirname -d/ cmd/security-proxy-setup/Dockerfile -f2 [2023-02-15T19:58:38.481Z] [2023-02-15T19:58:38.481Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2023-02-15T19:58:38.481Z] + dirname cmd/security-secretstore-setup/Dockerfile [2023-02-15T19:58:38.481Z] + cut -d/ -f2 [2023-02-15T19:58:38.481Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2023-02-15T19:58:38.481Z] + dirname cmd/security-spiffe-token-provider/Dockerfile [2023-02-15T19:58:38.481Z] + cut -d/ -f2 [2023-02-15T19:58:38.481Z] + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile [2023-02-15T19:58:38.481Z] + dirname cmd/security-spire-agent/Dockerfile [2023-02-15T19:58:38.481Z] + cut -d/ -f2 [2023-02-15T19:58:38.481Z] + echo security-spire-agent,cmd/security-spire-agent/Dockerfile [2023-02-15T19:58:38.481Z] + dirname cmd/security-spire-config/Dockerfile [2023-02-15T19:58:38.481Z] + cut -d/ -f2 [2023-02-15T19:58:38.481Z] + echo security-spire-config,cmd/security-spire-config/Dockerfile [2023-02-15T19:58:38.481Z] + dirname cmd/security-spire-server/Dockerfile [2023-02-15T19:58:38.481Z] + cut -d/ -f2 [2023-02-15T19:58:38.481Z] + echo security-spire-server,cmd/security-spire-server/Dockerfile [2023-02-15T19:58:38.481Z] + dirname cmd/support-notifications/Dockerfile [2023-02-15T19:58:38.481Z] + cut -d/ -f2 [2023-02-15T19:58:38.481Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2023-02-15T19:58:38.481Z] + dirname cmd/support-scheduler/Dockerfile [2023-02-15T19:58:38.481Z] + cut -d/ -f2 [2023-02-15T19:58:38.481Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [Pipeline] echo [2023-02-15T19:58:38.520Z] Generate Dockers from filesystem: [[image:core-command, dockerfile:cmd/core-command/Dockerfile], [image:core-common-config-bootstrapper, dockerfile:cmd/core-common-config-bootstrapper/Dockerfile], [image:core-data, dockerfile:cmd/core-data/Dockerfile], [image:core-metadata, dockerfile:cmd/core-metadata/Dockerfile], [image:security-bootstrapper, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:security-proxy-setup, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:security-secretstore-setup, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:security-spiffe-token-provider, dockerfile:cmd/security-spiffe-token-provider/Dockerfile], [image:security-spire-agent, dockerfile:cmd/security-spire-agent/Dockerfile], [image:security-spire-config, dockerfile:cmd/security-spire-config/Dockerfile], [image:security-spire-server, dockerfile:cmd/security-spire-server/Dockerfile], [image:support-notifications, dockerfile:cmd/support-notifications/Dockerfile], [image:support-scheduler, dockerfile:cmd/support-scheduler/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2023-02-15T19:58:39.008Z] + git rev-list -1 --merges cacbc01dbf264f01fcaaf584ccd39c6a0a3592de~1..cacbc01dbf264f01fcaaf584ccd39c6a0a3592de [Pipeline] echo [2023-02-15T19:58:39.040Z] -----------> git rev-list -1 --merges cacbc01dbf264f01fcaaf584ccd39c6a0a3592de~1..cacbc01dbf264f01fcaaf584ccd39c6a0a3592de cacbc01dbf264f01fcaaf584ccd39c6a0a3592de [false] [Pipeline] sh [2023-02-15T19:58:39.350Z] + git log --format=format:%s -1 cacbc01dbf264f01fcaaf584ccd39c6a0a3592de [Pipeline] echo [2023-02-15T19:58:39.384Z] ========================================================= [2023-02-15T19:58:39.384Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2023-02-15T19:58:39.384Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh [2023-02-15T19:58:39.876Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-02-15T19:58:39.876Z] + grep -v github /etc/ssh/ssh_known_hosts [2023-02-15T19:58:39.876Z] + [ -e /tmp/ssh_known_hosts ] [2023-02-15T19:58:39.876Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2023-02-15T19:58:39.876Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2023-02-15T19:58:39.876Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2023-02-15T19:58:39.876Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T19:58:40.351Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-02-15T19:58:40.351Z] [2023-02-15T19:58:40.351Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T19:58:40.727Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-02-15T19:58:40.727Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2023-02-15T19:58:40.727Z] b85a868b505f: Pulling fs layer [2023-02-15T19:58:40.727Z] e2be974225ed: Pulling fs layer [2023-02-15T19:58:40.727Z] 339a4e72a1f5: Pulling fs layer [2023-02-15T19:58:40.727Z] 988bab9f4d93: Pulling fs layer [2023-02-15T19:58:40.727Z] 1469e6f7b9e6: Pulling fs layer [2023-02-15T19:58:40.727Z] eaf3925da568: Pulling fs layer [2023-02-15T19:58:40.727Z] bab4dde63d76: Pulling fs layer [2023-02-15T19:58:40.727Z] bde34c3a00c8: Pulling fs layer [2023-02-15T19:58:40.727Z] b352a97aabf1: Pulling fs layer [2023-02-15T19:58:40.727Z] 4872d77fe225: Pulling fs layer [2023-02-15T19:58:40.727Z] 5851b861e8e6: Pulling fs layer [2023-02-15T19:58:40.727Z] bab4dde63d76: Waiting [2023-02-15T19:58:40.727Z] 988bab9f4d93: Waiting [2023-02-15T19:58:40.727Z] bde34c3a00c8: Waiting [2023-02-15T19:58:40.727Z] 4872d77fe225: Waiting [2023-02-15T19:58:40.727Z] 1469e6f7b9e6: Waiting [2023-02-15T19:58:40.727Z] 5851b861e8e6: Waiting [2023-02-15T19:58:40.727Z] eaf3925da568: Waiting [2023-02-15T19:58:40.727Z] e2be974225ed: Download complete [2023-02-15T19:58:40.727Z] 988bab9f4d93: Verifying Checksum [2023-02-15T19:58:40.727Z] 988bab9f4d93: Download complete [2023-02-15T19:58:41.301Z] 339a4e72a1f5: Verifying Checksum [2023-02-15T19:58:41.301Z] 339a4e72a1f5: Download complete [2023-02-15T19:58:41.301Z] 1469e6f7b9e6: Download complete [2023-02-15T19:58:41.301Z] eaf3925da568: Verifying Checksum [2023-02-15T19:58:41.301Z] eaf3925da568: Download complete [2023-02-15T19:58:41.301Z] bde34c3a00c8: Download complete [2023-02-15T19:58:41.301Z] b352a97aabf1: Verifying Checksum [2023-02-15T19:58:41.301Z] b352a97aabf1: Download complete [2023-02-15T19:58:41.301Z] 4872d77fe225: Download complete [2023-02-15T19:58:41.301Z] 5851b861e8e6: Download complete [2023-02-15T19:58:41.301Z] b85a868b505f: Download complete [2023-02-15T19:58:41.561Z] bab4dde63d76: Verifying Checksum [2023-02-15T19:58:41.561Z] bab4dde63d76: Download complete [2023-02-15T19:58:42.938Z] b85a868b505f: Pull complete [2023-02-15T19:58:42.938Z] e2be974225ed: Pull complete [2023-02-15T19:58:43.197Z] 339a4e72a1f5: Pull complete [2023-02-15T19:58:43.455Z] 988bab9f4d93: Pull complete [2023-02-15T19:58:43.714Z] 1469e6f7b9e6: Pull complete [2023-02-15T19:58:43.974Z] eaf3925da568: Pull complete [2023-02-15T19:58:45.881Z] bab4dde63d76: Pull complete [2023-02-15T19:58:45.881Z] bde34c3a00c8: Pull complete [2023-02-15T19:58:45.881Z] b352a97aabf1: Pull complete [2023-02-15T19:58:45.881Z] 4872d77fe225: Pull complete [2023-02-15T19:58:46.142Z] 5851b861e8e6: Pull complete [2023-02-15T19:58:46.142Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2023-02-15T19:58:46.142Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-02-15T19:58:46.142Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-15T19:58:46.361Z] prd-ubuntu20.04-docker-8c-8g-6182 does not seem to be running inside a container [2023-02-15T19:58:46.391Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-02-15T19:58:48.591Z] $ docker top b15b8769bc63ffe1d9f679ec968bd45a8a25a7720e060b7a60b1a43e962d3cab -eo pid,comm [2023-02-15T19:58:48.643Z] ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). [2023-02-15T19:58:48.643Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-02-15T19:58:48.803Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-02-15T19:58:48.803Z] [ssh-agent] Looking for ssh-agent implementation... [2023-02-15T19:58:48.922Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-02-15T19:58:48.924Z] $ docker exec b15b8769bc63ffe1d9f679ec968bd45a8a25a7720e060b7a60b1a43e962d3cab ssh-agent [2023-02-15T19:58:49.039Z] SSH_AUTH_SOCK=/tmp/ssh-rA40QyXhhiSZ/agent.33 [2023-02-15T19:58:49.039Z] SSH_AGENT_PID=39 [2023-02-15T19:58:49.045Z] Running ssh-add (command line suppressed) [2023-02-15T19:58:49.139Z] Identity added: /w/workspace/edgex-go/1@tmp/private_key_5352299071720279044.key (/w/workspace/edgex-go/1@tmp/private_key_5352299071720279044.key) [2023-02-15T19:58:49.156Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-02-15T19:58:49.479Z] + git tag --points-at HEAD [Pipeline] } [2023-02-15T19:58:49.509Z] $ docker exec --env ******** --env ******** b15b8769bc63ffe1d9f679ec968bd45a8a25a7720e060b7a60b1a43e962d3cab ssh-agent -k [2023-02-15T19:58:49.619Z] unset SSH_AUTH_SOCK; [2023-02-15T19:58:49.619Z] unset SSH_AGENT_PID; [2023-02-15T19:58:49.619Z] echo Agent pid 39 killed; [2023-02-15T19:58:49.631Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2023-02-15T19:58:49.749Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-02-15T19:58:49.749Z] [ssh-agent] Looking for ssh-agent implementation... [2023-02-15T19:58:49.857Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-02-15T19:58:49.859Z] $ docker exec b15b8769bc63ffe1d9f679ec968bd45a8a25a7720e060b7a60b1a43e962d3cab ssh-agent [2023-02-15T19:58:49.967Z] SSH_AUTH_SOCK=/tmp/ssh-sSKXa2xB1Mtd/agent.71 [2023-02-15T19:58:49.967Z] SSH_AGENT_PID=77 [2023-02-15T19:58:49.971Z] Running ssh-add (command line suppressed) [2023-02-15T19:58:50.068Z] Identity added: /w/workspace/edgex-go/1@tmp/private_key_2686456510303589533.key (/w/workspace/edgex-go/1@tmp/private_key_2686456510303589533.key) [2023-02-15T19:58:50.085Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-02-15T19:58:50.412Z] + git semver init [2023-02-15T19:58:50.670Z] 2023-02-15 19:58:50,590 [run_init] DEBUG init version:0.0.0 force:False [2023-02-15T19:58:50.670Z] 2023-02-15 19:58:50,590 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/1/.semver [2023-02-15T19:58:50.670Z] 2023-02-15 19:58:50,591 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/1/.semver [2023-02-15T19:58:50.670Z] 2023-02-15 19:58:50,591 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/edgex-go.git', '/w/workspace/edgex-go/1/.semver'], cwd=/w/workspace/edgex-go/1, universal_newlines=False, shell=None, istream=None) [2023-02-15T19:58:55.945Z] 2023-02-15 19:58:55,907 [append_file] DEBUG append to file:/w/workspace/edgex-go/1/.git/info/exclude [2023-02-15T19:58:55.945Z] 2023-02-15 19:58:55,907 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/1/.semver/PR-4362 with force:False [2023-02-15T19:58:55.945Z] 2023-02-15 19:58:55,908 [write_file] DEBUG write to file:/w/workspace/edgex-go/1/.semver/PR-4362 [2023-02-15T19:58:55.945Z] 2023-02-15 19:58:55,911 [execute] INFO git cat-file --batch-check [2023-02-15T19:58:55.945Z] 2023-02-15 19:58:55,912 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/1/.semver, universal_newlines=False, shell=None, istream=) [2023-02-15T19:58:55.945Z] 2023-02-15 19:58:55,917 [execute] INFO git cat-file --batch [2023-02-15T19:58:55.945Z] 2023-02-15 19:58:55,917 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/1/.semver, universal_newlines=False, shell=None, istream=) [2023-02-15T19:58:55.945Z] 2023-02-15 19:58:55,921 [read_version] DEBUG read version from /w/workspace/edgex-go/1/.semver/PR-4362 [2023-02-15T19:58:55.945Z] 0.0.0 [Pipeline] } [2023-02-15T19:58:55.987Z] $ docker exec --env ******** --env ******** b15b8769bc63ffe1d9f679ec968bd45a8a25a7720e060b7a60b1a43e962d3cab ssh-agent -k [2023-02-15T19:58:56.084Z] unset SSH_AUTH_SOCK; [2023-02-15T19:58:56.084Z] unset SSH_AGENT_PID; [2023-02-15T19:58:56.085Z] echo Agent pid 77 killed; [2023-02-15T19:58:56.095Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-02-15T19:58:56.515Z] + git semver [Pipeline] } [2023-02-15T19:58:56.801Z] $ docker stop --time=1 b15b8769bc63ffe1d9f679ec968bd45a8a25a7720e060b7a60b1a43e962d3cab [2023-02-15T19:58:58.622Z] $ docker rm -f --volumes b15b8769bc63ffe1d9f679ec968bd45a8a25a7720e060b7a60b1a43e962d3cab [Pipeline] // withDockerContainer [Pipeline] sh [2023-02-15T19:58:59.007Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2023-02-15T19:58:59.280Z] Stashed 1 file(s) [Pipeline] echo [2023-02-15T19:58:59.297Z] [edgeXSemver]: initialized semver on version 0.0.0 [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] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [2023-02-15T19:58:59.715Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-6192 in /w/workspace/edgexfoundry_edgex-go_PR-4362 [Pipeline] { [Pipeline] ws [2023-02-15T19:58:59.773Z] Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] checkout [2023-02-15T19:58:59.837Z] The recommended git tool is: git [Pipeline] script [Pipeline] { [Pipeline] sh [2023-02-15T19:59:00.168Z] + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] echo [2023-02-15T19:59:00.209Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-02-15T19:59:00.253Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-02-15T19:59:00.284Z] ========================================================= [2023-02-15T19:59:00.284Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] [2023-02-15T19:59:00.284Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2023-02-15T19:59:00.627Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2023-02-15T19:59:00.627Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base [2023-02-15T19:59:00.627Z] 213ec9aee27d: Pulling fs layer [2023-02-15T19:59:00.627Z] 4583459ba037: Pulling fs layer [2023-02-15T19:59:00.627Z] 93c1e223e6f2: Pulling fs layer [2023-02-15T19:59:00.627Z] 53926ce57604: Pulling fs layer [2023-02-15T19:59:00.627Z] 21b2b0c7a3f4: Pulling fs layer [2023-02-15T19:59:00.627Z] 22ff95d597cd: Pulling fs layer [2023-02-15T19:59:00.627Z] 12d6caf4c0d1: Pulling fs layer [2023-02-15T19:59:00.627Z] 96b7cbca73a9: Pulling fs layer [2023-02-15T19:59:00.627Z] a7acece74701: Pulling fs layer [2023-02-15T19:59:00.627Z] 53926ce57604: Waiting [2023-02-15T19:59:00.627Z] 96b7cbca73a9: Waiting [2023-02-15T19:59:00.627Z] 21b2b0c7a3f4: Waiting [2023-02-15T19:59:00.627Z] 12d6caf4c0d1: Waiting [2023-02-15T19:59:00.627Z] a7acece74701: Waiting [2023-02-15T19:59:00.627Z] 22ff95d597cd: Waiting [2023-02-15T19:59:00.627Z] 93c1e223e6f2: Verifying Checksum [2023-02-15T19:59:00.627Z] 93c1e223e6f2: Download complete [2023-02-15T19:59:00.628Z] 4583459ba037: Verifying Checksum [2023-02-15T19:59:00.628Z] 4583459ba037: Download complete [2023-02-15T19:59:00.628Z] 21b2b0c7a3f4: Verifying Checksum [2023-02-15T19:59:00.628Z] 21b2b0c7a3f4: Download complete [2023-02-15T19:59:00.628Z] 22ff95d597cd: Verifying Checksum [2023-02-15T19:59:00.628Z] 22ff95d597cd: Download complete [2023-02-15T19:59:00.892Z] 213ec9aee27d: Verifying Checksum [2023-02-15T19:59:00.892Z] 213ec9aee27d: Download complete [2023-02-15T19:59:00.892Z] 12d6caf4c0d1: Verifying Checksum [2023-02-15T19:59:00.892Z] 12d6caf4c0d1: Download complete [2023-02-15T19:59:00.892Z] 213ec9aee27d: Pull complete [2023-02-15T19:59:01.162Z] 4583459ba037: Pull complete [2023-02-15T19:59:01.162Z] 93c1e223e6f2: Pull complete [2023-02-15T19:59:02.212Z] a7acece74701: Verifying Checksum [2023-02-15T19:59:02.212Z] a7acece74701: Download complete [2023-02-15T19:59:02.495Z] 53926ce57604: Verifying Checksum [2023-02-15T19:59:02.495Z] 53926ce57604: Download complete [2023-02-15T19:59:02.753Z] 96b7cbca73a9: Verifying Checksum [2023-02-15T19:59:02.753Z] 96b7cbca73a9: Download complete [2023-02-15T19:59:04.501Z] using credential edgex-jenkins-ssh [2023-02-15T19:59:04.520Z] Cloning the remote Git repository [2023-02-15T19:59:04.584Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2023-02-15T19:59:04.654Z] > git init /w/workspace/edgex-go/1 # timeout=10 [2023-02-15T19:59:06.938Z] 53926ce57604: Pull complete [2023-02-15T19:59:06.938Z] 21b2b0c7a3f4: Pull complete [2023-02-15T19:59:06.938Z] 22ff95d597cd: Pull complete [2023-02-15T19:59:06.938Z] 12d6caf4c0d1: Pull complete [2023-02-15T19:59:06.783Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2023-02-15T19:59:06.784Z] > git --version # timeout=10 [2023-02-15T19:59:06.808Z] > git --version # 'git version 2.25.1' [2023-02-15T19:59:06.810Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-02-15T19:59:06.876Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-02-15T19:59:08.835Z] 96b7cbca73a9: Pull complete [2023-02-15T19:59:09.093Z] a7acece74701: Pull complete [2023-02-15T19:59:09.093Z] Digest: sha256:f6a9ef70c52da88a2ff63a0c6767b24654f9f5185d1d85ca6cc3004fb48f6c2d [2023-02-15T19:59:09.093Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2023-02-15T19:59:09.093Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [Pipeline] fileExists [Pipeline] sh [2023-02-15T19:59:09.457Z] + + docker build -t ci-base-image-x86_64 -fecho - FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2023-02-15T19:59:09.457Z] WORKDIR /edgex [2023-02-15T19:59:09.457Z] COPY go.mod . [2023-02-15T19:59:09.457Z] RUN go mod download . [2023-02-15T19:59:09.457Z] [2023-02-15T19:59:10.022Z] Sending build context to Docker daemon 170.3MB [2023-02-15T19:59:10.280Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2023-02-15T19:59:10.280Z] ---> db6d94c90886 [2023-02-15T19:59:10.280Z] Step 2/4 : WORKDIR /edgex [2023-02-15T19:59:14.532Z] ---> Running in 5d748f853d4f [2023-02-15T19:59:14.532Z] Removing intermediate container 5d748f853d4f [2023-02-15T19:59:14.532Z] ---> 70bd0e866bd1 [2023-02-15T19:59:14.532Z] Step 3/4 : COPY go.mod . [2023-02-15T19:59:14.532Z] ---> 7e0c24444298 [2023-02-15T19:59:14.532Z] Step 4/4 : RUN go mod download [2023-02-15T19:59:14.532Z] ---> Running in 5eb7f0f8cad0 [2023-02-15T19:59:22.450Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2023-02-15T19:59:22.482Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-02-15T19:59:24.102Z] Merging remotes/origin/main commit 8776ce55658615d64e1aa8a64582242181f551ac into PR head commit cacbc01dbf264f01fcaaf584ccd39c6a0a3592de [2023-02-15T19:59:24.565Z] Merge succeeded, producing cacbc01dbf264f01fcaaf584ccd39c6a0a3592de [2023-02-15T19:59:24.566Z] Checking out Revision cacbc01dbf264f01fcaaf584ccd39c6a0a3592de (PR-4362) [2023-02-15T19:59:23.335Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2023-02-15T19:59:23.375Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2023-02-15T19:59:23.376Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-02-15T19:59:23.391Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/4362/head:refs/remotes/origin/PR-4362 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2023-02-15T19:59:24.108Z] > git config core.sparsecheckout # timeout=10 [2023-02-15T19:59:24.136Z] > git checkout -f cacbc01dbf264f01fcaaf584ccd39c6a0a3592de # timeout=10 [2023-02-15T19:59:24.377Z] > git remote # timeout=10 [2023-02-15T19:59:24.396Z] > git config --get remote.origin.url # timeout=10 [2023-02-15T19:59:24.415Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-02-15T19:59:24.429Z] > git merge 8776ce55658615d64e1aa8a64582242181f551ac # timeout=10 [2023-02-15T19:59:24.526Z] > git rev-parse HEAD^{commit} # timeout=10 [2023-02-15T19:59:24.560Z] > git config core.sparsecheckout # timeout=10 [2023-02-15T19:59:24.579Z] > git checkout -f cacbc01dbf264f01fcaaf584ccd39c6a0a3592de # timeout=10 [2023-02-15T19:59:25.242Z] Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-bootstrap/v3" [2023-02-15T19:59:25.307Z] > git --version # timeout=10 [2023-02-15T19:59:25.318Z] > git --version # 'git version 2.25.1' [2023-02-15T19:59:25.334Z] fatal: bad object cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-02-15T19:59:26.425Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2023-02-15T19:59:26.425Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-02-15T19:59:26.425Z] Dload Upload Total Spent Left Speed [2023-02-15T19:59:26.425Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 97 12751 97 12393 0 0 65920 0 --:--:-- --:--:-- --:--:-- 65920 100 12751 100 12751 0 0 67465 0 --:--:-- --:--:-- --:--:-- 67110 [Pipeline] sh [2023-02-15T19:59:26.999Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2023-02-15T19:59:27.346Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2023-02-15T19:59:27.346Z] + sudo tee /etc/docker/daemon.new [2023-02-15T19:59:27.346Z] { [2023-02-15T19:59:27.346Z] "registry-mirrors": [ [2023-02-15T19:59:27.346Z] "https://nexus3.edgexfoundry.org:10001" [2023-02-15T19:59:27.346Z] ], [2023-02-15T19:59:27.346Z] "bip": "10.250.0.254/24", [2023-02-15T19:59:27.346Z] "hosts": [ [2023-02-15T19:59:27.346Z] "tcp://0.0.0.0:5555", [2023-02-15T19:59:27.346Z] "unix:///var/run/docker.sock" [2023-02-15T19:59:27.346Z] ], [2023-02-15T19:59:27.346Z] "mtu": 1458, [2023-02-15T19:59:27.346Z] "selinux-enabled": true, [2023-02-15T19:59:27.346Z] "seccomp-profile": "/etc/docker/seccomp.json" [2023-02-15T19:59:27.346Z] } [Pipeline] sh [2023-02-15T19:59:27.685Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2023-02-15T19:59:28.024Z] + sudo service docker restart [2023-02-15T19:59:29.457Z] Removing intermediate container 5eb7f0f8cad0 [2023-02-15T19:59:29.457Z] ---> 8265f0de8156 [2023-02-15T19:59:29.457Z] Successfully built 8265f0de8156 [2023-02-15T19:59:29.457Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T19:59:29.840Z] + docker inspect -f . ci-base-image-x86_64 [2023-02-15T19:59:29.840Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-15T19:59:29.992Z] prd-ubuntu20.04-docker-8c-8g-6182 does not seem to be running inside a container [2023-02-15T19:59:30.023Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2023-02-15T19:59:30.417Z] $ docker top 06ef744ecaf049f6ab7c373e6d70780788085770719f9d611e311d1b9b3e16ea -eo pid,comm [Pipeline] { [Pipeline] sh [2023-02-15T19:59:30.816Z] + go version [2023-02-15T19:59:30.816Z] go version go1.18.7 linux/amd64 [Pipeline] } [2023-02-15T19:59:30.847Z] $ docker stop --time=1 06ef744ecaf049f6ab7c373e6d70780788085770719f9d611e311d1b9b3e16ea [2023-02-15T19:59:32.151Z] $ docker rm -f --volumes 06ef744ecaf049f6ab7c373e6d70780788085770719f9d611e311d1b9b3e16ea [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T19:59:32.923Z] + docker inspect -f . ci-base-image-x86_64 [2023-02-15T19:59:32.924Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-15T19:59:33.087Z] prd-ubuntu20.04-docker-8c-8g-6182 does not seem to be running inside a container [2023-02-15T19:59:33.117Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2023-02-15T19:59:33.478Z] $ docker top 90ab91c42f5c22f6d95d00133c41446f05d9d91f9121c0e427512d1c782c9591 -eo pid,comm [Pipeline] { [Pipeline] echo [2023-02-15T19:59:33.589Z] ========================================================= [2023-02-15T19:59:33.589Z] [edgeXBuildGoParallel] Running Tests and Build... [2023-02-15T19:59:33.589Z] ========================================================= [Pipeline] sh [2023-02-15T19:59:33.882Z] + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] fileExists [Pipeline] sh [2023-02-15T19:59:34.234Z] + make test [2023-02-15T19:59:34.234Z] go test -race -coverprofile=coverage.out ./... [2023-02-15T19:59:40.815Z] ? github.com/edgexfoundry/edgex-go [no test files] [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-02-15T19:59:46.341Z] provisioning config files... [2023-02-15T19:59:46.365Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config11781615416319045147tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-02-15T19:59:46.758Z] ---> docker-login.sh [2023-02-15T19:59:46.758Z] nexus3.edgexfoundry.org:10001 [2023-02-15T19:59:47.344Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-15T19:59:47.344Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-15T19:59:47.344Z] Configure a credential helper to remove this warning. See [2023-02-15T19:59:47.344Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-15T19:59:47.344Z] [2023-02-15T19:59:47.344Z] Login Succeeded [2023-02-15T19:59:47.344Z] nexus3.edgexfoundry.org:10002 [2023-02-15T19:59:47.611Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-15T19:59:47.611Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-15T19:59:47.611Z] Configure a credential helper to remove this warning. See [2023-02-15T19:59:47.611Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-15T19:59:47.611Z] [2023-02-15T19:59:47.611Z] Login Succeeded [2023-02-15T19:59:47.611Z] nexus3.edgexfoundry.org:10003 [2023-02-15T19:59:47.878Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-15T19:59:48.150Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-15T19:59:48.150Z] Configure a credential helper to remove this warning. See [2023-02-15T19:59:48.150Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-15T19:59:48.150Z] [2023-02-15T19:59:48.150Z] Login Succeeded [2023-02-15T19:59:48.150Z] nexus3.edgexfoundry.org:10004 [2023-02-15T19:59:48.419Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-15T19:59:48.419Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-15T19:59:48.419Z] Configure a credential helper to remove this warning. See [2023-02-15T19:59:48.419Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-15T19:59:48.419Z] [2023-02-15T19:59:48.419Z] Login Succeeded [2023-02-15T19:59:48.419Z] docker.io [2023-02-15T19:59:48.687Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-15T19:59:48.952Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-15T19:59:48.952Z] Configure a credential helper to remove this warning. See [2023-02-15T19:59:48.952Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-15T19:59:48.952Z] [2023-02-15T19:59:48.952Z] Login Succeeded [2023-02-15T19:59:48.952Z] ---> docker-login.sh ends [Pipeline] } [2023-02-15T19:59:48.984Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] sh [2023-02-15T19:59:49.619Z] + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] echo [2023-02-15T19:59:49.658Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-02-15T19:59:49.693Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-02-15T19:59:49.725Z] ========================================================= [2023-02-15T19:59:49.725Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] [2023-02-15T19:59:49.725Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2023-02-15T19:59:50.097Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2023-02-15T19:59:50.097Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2023-02-15T19:59:50.097Z] 9b18e9b68314: Pulling fs layer [2023-02-15T19:59:50.097Z] 35d82f9e3411: Pulling fs layer [2023-02-15T19:59:50.097Z] e16973657156: Pulling fs layer [2023-02-15T19:59:50.097Z] fc693d55d65f: Pulling fs layer [2023-02-15T19:59:50.097Z] 7e9fc2657dce: Pulling fs layer [2023-02-15T19:59:50.097Z] dda99020689f: Pulling fs layer [2023-02-15T19:59:50.097Z] db1c61fa0a46: Pulling fs layer [2023-02-15T19:59:50.097Z] 891c053d2c06: Pulling fs layer [2023-02-15T19:59:50.097Z] fc693d55d65f: Waiting [2023-02-15T19:59:50.097Z] 7e9fc2657dce: Waiting [2023-02-15T19:59:50.097Z] dda99020689f: Waiting [2023-02-15T19:59:50.097Z] db1c61fa0a46: Waiting [2023-02-15T19:59:50.097Z] 891c053d2c06: Waiting [2023-02-15T19:59:50.366Z] e16973657156: Download complete [2023-02-15T19:59:50.366Z] 35d82f9e3411: Verifying Checksum [2023-02-15T19:59:50.366Z] 35d82f9e3411: Download complete [2023-02-15T19:59:50.366Z] 7e9fc2657dce: Verifying Checksum [2023-02-15T19:59:50.366Z] 7e9fc2657dce: Download complete [2023-02-15T19:59:50.366Z] dda99020689f: Download complete [2023-02-15T19:59:50.366Z] 9b18e9b68314: Verifying Checksum [2023-02-15T19:59:50.366Z] 9b18e9b68314: Download complete [2023-02-15T19:59:51.339Z] 9b18e9b68314: Pull complete [2023-02-15T19:59:51.339Z] 891c053d2c06: Verifying Checksum [2023-02-15T19:59:51.339Z] 891c053d2c06: Download complete [2023-02-15T19:59:51.930Z] 35d82f9e3411: Pull complete [2023-02-15T19:59:51.930Z] e16973657156: Pull complete [2023-02-15T19:59:52.516Z] db1c61fa0a46: Verifying Checksum [2023-02-15T19:59:53.098Z] fc693d55d65f: Verifying Checksum [2023-02-15T19:59:53.098Z] fc693d55d65f: Download complete [2023-02-15T19:59:56.058Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2023-02-15T19:59:56.059Z] ? github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper [no test files] [2023-02-15T19:59:56.059Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2023-02-15T19:59:56.320Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2023-02-15T19:59:56.320Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2023-02-15T19:59:56.320Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2023-02-15T19:59:56.582Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2023-02-15T19:59:56.582Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2023-02-15T19:59:56.582Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2023-02-15T19:59:56.582Z] ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] [2023-02-15T19:59:56.582Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2023-02-15T19:59:56.582Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2023-02-15T19:59:56.582Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2023-02-15T19:59:56.582Z] ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] [2023-02-15T19:59:57.526Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.059s coverage: 28.7% of statements [2023-02-15T19:59:57.526Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2023-02-15T19:59:57.526Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2023-02-15T19:59:57.526Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.104s coverage: 98.5% of statements [2023-02-15T20:00:00.823Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 3.167s coverage: 73.7% of statements [2023-02-15T20:00:00.823Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] [2023-02-15T20:00:00.823Z] ? github.com/edgexfoundry/edgex-go/internal/core/common_config [no test files] [2023-02-15T20:00:00.823Z] ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] [2023-02-15T20:00:00.823Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.127s coverage: 54.0% of statements [2023-02-15T20:00:00.823Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2023-02-15T20:00:00.823Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2023-02-15T20:00:02.207Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 3.831s coverage: 88.5% of statements [2023-02-15T20:00:02.207Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] [2023-02-15T20:00:02.207Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2023-02-15T20:00:02.207Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] [2023-02-15T20:00:02.207Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2023-02-15T20:00:02.207Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] [2023-02-15T20:00:02.207Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 0.093s coverage: 3.9% of statements [2023-02-15T20:00:02.207Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2023-02-15T20:00:02.207Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2023-02-15T20:00:02.207Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 0.512s coverage: 95.6% of statements [2023-02-15T20:00:02.207Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2023-02-15T20:00:02.207Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] [2023-02-15T20:00:02.207Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] [2023-02-15T20:00:02.207Z] ok github.com/edgexfoundry/edgex-go/internal/io 0.073s coverage: 72.2% of statements [2023-02-15T20:00:02.207Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2023-02-15T20:00:02.207Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] [2023-02-15T20:00:02.207Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] [2023-02-15T20:00:02.207Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2023-02-15T20:00:02.207Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2023-02-15T20:00:02.207Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.054s coverage: 65.9% of statements [2023-02-15T20:00:02.207Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2023-02-15T20:00:02.207Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2023-02-15T20:00:02.207Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2023-02-15T20:00:02.207Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.054s coverage: 0.9% of statements [2023-02-15T20:00:02.207Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2023-02-15T20:00:02.207Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.083s coverage: 29.6% of statements [2023-02-15T20:00:02.207Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2023-02-15T20:00:02.207Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.062s coverage: 47.1% of statements [2023-02-15T20:00:02.207Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.092s coverage: 82.9% of statements [2023-02-15T20:00:02.207Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.069s coverage: 94.1% of statements [2023-02-15T20:00:02.207Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.080s coverage: 96.3% of statements [2023-02-15T20:00:02.207Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.062s coverage: 87.5% of statements [2023-02-15T20:00:04.221Z] fc693d55d65f: Pull complete [2023-02-15T20:00:04.221Z] 7e9fc2657dce: Pull complete [2023-02-15T20:00:04.221Z] dda99020689f: Pull complete [2023-02-15T20:00:07.501Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.101s coverage: 94.4% of statements [2023-02-15T20:00:07.501Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.053s coverage: 44.8% of statements [2023-02-15T20:00:09.562Z] db1c61fa0a46: Pull complete [2023-02-15T20:00:10.971Z] 891c053d2c06: Pull complete [2023-02-15T20:00:10.971Z] Digest: sha256:2cacf8bfc28650abd52610e42dcfc04852e818eb73900ea96edaef96a54d0b45 [2023-02-15T20:00:10.971Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2023-02-15T20:00:10.971Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [Pipeline] fileExists [Pipeline] sh [2023-02-15T20:00:11.373Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2023-02-15T20:00:11.373Z] WORKDIR /edgex [2023-02-15T20:00:11.373Z] COPY go.mod . [2023-02-15T20:00:11.373Z] RUN go mod download [2023-02-15T20:00:11.373Z] + docker build -t ci-base-image-arm64 -f - . [2023-02-15T20:00:11.964Z] Sending build context to Docker daemon 3.099MB [2023-02-15T20:00:11.964Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2023-02-15T20:00:11.964Z] ---> f96f9c87975a [2023-02-15T20:00:11.964Z] Step 2/4 : WORKDIR /edgex [2023-02-15T20:00:13.906Z] ---> Running in 84b3f7c1cdeb [2023-02-15T20:00:14.174Z] Removing intermediate container 84b3f7c1cdeb [2023-02-15T20:00:14.174Z] ---> 6b1120ef3856 [2023-02-15T20:00:14.174Z] Step 3/4 : COPY go.mod . [2023-02-15T20:00:14.450Z] ---> c3f118aa4145 [2023-02-15T20:00:14.450Z] Step 4/4 : RUN go mod download [2023-02-15T20:00:14.718Z] ---> Running in c82ee4bd6c57 [2023-02-15T20:00:25.640Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 23.393s coverage: 79.9% of statements [2023-02-15T20:00:25.640Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2023-02-15T20:00:25.640Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.094s coverage: 92.9% of statements [2023-02-15T20:00:25.640Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2023-02-15T20:00:25.640Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2023-02-15T20:00:25.640Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2023-02-15T20:00:25.640Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.025s coverage: 64.4% of statements [2023-02-15T20:00:25.640Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2023-02-15T20:00:25.640Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] [2023-02-15T20:00:25.640Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] [2023-02-15T20:00:25.640Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] [2023-02-15T20:00:25.640Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 6.067s coverage: 86.9% of statements [2023-02-15T20:00:25.640Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2023-02-15T20:00:25.640Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2023-02-15T20:00:25.640Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2023-02-15T20:00:25.640Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2023-02-15T20:00:25.640Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.059s coverage: 87.2% of statements [2023-02-15T20:00:25.640Z] ok github.com/edgexfoundry/edgex-go/internal/security/common 0.053s coverage: 20.0% of statements [2023-02-15T20:00:25.640Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2023-02-15T20:00:25.640Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2023-02-15T20:00:25.640Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.053s coverage: 100.0% of statements [2023-02-15T20:00:25.640Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2023-02-15T20:00:25.640Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.097s coverage: 77.4% of statements [2023-02-15T20:00:25.640Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2023-02-15T20:00:25.640Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.061s coverage: 80.0% of statements [2023-02-15T20:00:25.640Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.064s coverage: 87.2% of statements [2023-02-15T20:00:25.640Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.250s coverage: 91.2% of statements [2023-02-15T20:00:25.640Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2023-02-15T20:00:25.640Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.219s coverage: 63.1% of statements [2023-02-15T20:00:25.640Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2023-02-15T20:00:25.640Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2023-02-15T20:00:25.640Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.067s coverage: 100.0% of statements [2023-02-15T20:00:25.640Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.031s coverage: 89.4% of statements [2023-02-15T20:00:25.640Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.033s coverage: 100.0% of statements [2023-02-15T20:00:25.640Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.031s coverage: 73.7% of statements [2023-02-15T20:00:25.640Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.020s coverage: 100.0% of statements [2023-02-15T20:00:25.640Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.360s coverage: 65.3% of statements [2023-02-15T20:00:25.640Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2023-02-15T20:00:25.640Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2023-02-15T20:00:25.640Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2023-02-15T20:00:25.640Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.186s coverage: 41.0% of statements [2023-02-15T20:00:25.640Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2023-02-15T20:00:25.640Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2023-02-15T20:00:25.640Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.064s coverage: 89.5% of statements [2023-02-15T20:00:25.640Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2023-02-15T20:00:25.640Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.055s coverage: 84.8% of statements [2023-02-15T20:00:25.640Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] [2023-02-15T20:00:25.640Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] [2023-02-15T20:00:25.640Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] [2023-02-15T20:00:25.640Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] [2023-02-15T20:00:25.640Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.078s coverage: 17.7% of statements [2023-02-15T20:00:25.640Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] [2023-02-15T20:00:25.640Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] [2023-02-15T20:00:25.640Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2023-02-15T20:00:25.640Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2023-02-15T20:00:25.640Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.164s coverage: 92.3% of statements [2023-02-15T20:00:25.640Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2023-02-15T20:00:25.640Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] [2023-02-15T20:00:25.640Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] [2023-02-15T20:00:25.640Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] [2023-02-15T20:00:25.640Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.056s coverage: 63.2% of statements [2023-02-15T20:00:25.640Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2023-02-15T20:00:25.640Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2023-02-15T20:00:25.640Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.111s coverage: 97.7% of statements [2023-02-15T20:00:25.640Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2023-02-15T20:00:25.640Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] [2023-02-15T20:00:25.640Z] if which hadolint > /dev/null ; then hadolint --config .hadolint.yml `find * -type f -name 'Dockerfile*' -print` ; elif test "x86_64" = "x86_64" && which docker > /dev/null ; then docker run --rm -v `pwd`:/host:ro,z --entrypoint /bin/hadolint hadolint/hadolint:latest --config /host/.hadolint.yml `find * -type f -name 'Dockerfile*' | xargs -i echo '/host/{}'` ; fi [2023-02-15T20:00:43.721Z] level=warning msg="[linters context] structcheck is disabled because of go1.18. You can track the evolution of the go1.18 support by following the https://github.com/golangci/golangci-lint/issues/2649." [2023-02-15T20:00:43.721Z] go vet ./... [2023-02-15T20:00:46.938Z] Removing intermediate container c82ee4bd6c57 [2023-02-15T20:00:46.938Z] ---> 62e28e230fea [2023-02-15T20:00:46.938Z] Successfully built 62e28e230fea [2023-02-15T20:00:46.938Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T20:00:47.351Z] + docker inspect -f . ci-base-image-arm64 [2023-02-15T20:00:47.351Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-15T20:00:47.614Z] prd-ubuntu20.04-docker-arm64-4c-16g-6192 does not seem to be running inside a container [2023-02-15T20:00:47.670Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2023-02-15T20:00:47.927Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-02-15T20:00:47.927Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-02-15T20:00:47.927Z] ./bin/test-attribution-txt.sh [2023-02-15T20:00:50.240Z] $ docker top 5cd94b0cc75ff7abf96c3f69ebb2bce27765e51a7b37a6e87c3ff31d2242a1db -eo pid,comm [Pipeline] { [Pipeline] echo [2023-02-15T20:00:50.521Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh [Pipeline] sh [2023-02-15T20:00:50.888Z] + ls -al . [2023-02-15T20:00:50.888Z] total 748 [2023-02-15T20:00:50.888Z] drwxrwxr-x 11 1001 1001 4096 Feb 15 19:59 . [2023-02-15T20:00:50.888Z] drwxr-xr-x 4 root root 4096 Feb 15 19:59 .. [2023-02-15T20:00:50.888Z] drwxrwxr-x 2 1001 1001 4096 Feb 15 19:58 .blubracket [2023-02-15T20:00:50.888Z] -rw-rw-r-- 1 1001 1001 16 Feb 15 19:58 .dockerignore [2023-02-15T20:00:50.888Z] drwxrwxr-x 8 1001 1001 4096 Feb 15 20:00 .git [2023-02-15T20:00:50.888Z] drwxrwxr-x 3 1001 1001 4096 Feb 15 19:58 .github [2023-02-15T20:00:50.888Z] -rw-rw-r-- 1 1001 1001 1024 Feb 15 19:58 .gitignore [2023-02-15T20:00:50.888Z] -rw-rw-r-- 1 1001 1001 42 Feb 15 19:58 .golangci.yml [2023-02-15T20:00:50.888Z] -rw-rw-r-- 1 1001 1001 87 Feb 15 19:58 .hadolint.yml [2023-02-15T20:00:50.888Z] drwxr-xr-x 3 1001 1001 4096 Feb 15 19:58 .semver [2023-02-15T20:00:50.888Z] -rw-rw-r-- 1 1001 1001 166 Feb 15 19:58 .sonarcloud.properties [2023-02-15T20:00:50.888Z] -rw-rw-r-- 1 1001 1001 1171 Feb 15 19:58 ADOPTERS.md [2023-02-15T20:00:50.888Z] -rw-rw-r-- 1 1001 1001 10825 Feb 15 19:58 Attribution.txt [2023-02-15T20:00:50.888Z] -rw-rw-r-- 1 1001 1001 73765 Feb 15 19:58 CHANGELOG.md [2023-02-15T20:00:50.888Z] -rw-rw-r-- 1 1001 1001 3804 Feb 15 19:58 CONTRIBUTING.md [2023-02-15T20:00:50.888Z] -rw-rw-r-- 1 1001 1001 677 Feb 15 19:58 GOVERNANCE.md [2023-02-15T20:00:50.888Z] -rw-rw-r-- 1 1001 1001 850 Feb 15 19:58 Jenkinsfile [2023-02-15T20:00:50.888Z] -rw-rw-r-- 1 1001 1001 10775 Feb 15 19:58 LICENSE [2023-02-15T20:00:50.888Z] -rw-rw-r-- 1 1001 1001 13375 Feb 15 19:58 Makefile [2023-02-15T20:00:50.888Z] -rw-rw-r-- 1 1001 1001 582 Feb 15 19:58 OWNERS.md [2023-02-15T20:00:50.888Z] -rw-rw-r-- 1 1001 1001 9403 Feb 15 19:58 README.md [2023-02-15T20:00:50.888Z] -rw-rw-r-- 1 1001 1001 6912 Feb 15 19:58 SECURITY.md [2023-02-15T20:00:50.888Z] -rw-rw-r-- 1 1001 1001 5 Feb 15 19:58 VERSION [2023-02-15T20:00:50.888Z] drwxrwxr-x 2 1001 1001 4096 Feb 15 19:58 bin [2023-02-15T20:00:50.888Z] drwxrwxr-x 17 1001 1001 4096 Feb 15 19:58 cmd [2023-02-15T20:00:50.888Z] -rw-r--r-- 1 root root 487529 Feb 15 20:00 coverage.out [2023-02-15T20:00:50.888Z] -rw-rw-r-- 1 1001 1001 3295 Feb 15 19:58 go.mod [2023-02-15T20:00:50.888Z] -rw-rw-r-- 1 1001 1001 33318 Feb 15 19:58 go.sum [2023-02-15T20:00:50.888Z] drwxrwxr-x 7 1001 1001 4096 Feb 15 19:58 internal [2023-02-15T20:00:50.888Z] drwxrwxr-x 3 1001 1001 4096 Feb 15 19:58 openapi [2023-02-15T20:00:50.888Z] drwxrwxr-x 4 1001 1001 4096 Feb 15 19:58 snap [2023-02-15T20:00:50.888Z] -rw-rw-r-- 1 1001 1001 204 Feb 15 19:58 version.go [Pipeline] sh [2023-02-15T20:00:51.156Z] + go version [2023-02-15T20:00:51.156Z] go version go1.18.7 linux/arm64 [Pipeline] } [2023-02-15T20:00:51.180Z] $ docker stop --time=1 5cd94b0cc75ff7abf96c3f69ebb2bce27765e51a7b37a6e87c3ff31d2242a1db [2023-02-15T20:00:51.202Z] + '[' -e coverage.out ] [2023-02-15T20:00:51.202Z] + chown 1001:1001 coverage.out [2023-02-15T20:00:52.770Z] $ docker rm -f --volumes 5cd94b0cc75ff7abf96c3f69ebb2bce27765e51a7b37a6e87c3ff31d2242a1db [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] stash [Pipeline] // script [Pipeline] } [2023-02-15T20:00:53.112Z] Stashed 1 file(s) [Pipeline] // stage [Pipeline] sh [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T20:00:53.464Z] + make build [2023-02-15T20:00:53.464Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data [2023-02-15T20:00:53.729Z] + docker inspect -f . ci-base-image-arm64 [2023-02-15T20:00:53.730Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-15T20:00:53.983Z] prd-ubuntu20.04-docker-arm64-4c-16g-6192 does not seem to be running inside a container [2023-02-15T20:00:54.035Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2023-02-15T20:00:55.224Z] $ docker top da60c1c3f3355ec2e5274e83983e1135bf50262e97d518b9944e0c4c2e51c827 -eo pid,comm [Pipeline] { [Pipeline] echo [2023-02-15T20:00:55.477Z] ========================================================= [2023-02-15T20:00:55.477Z] [edgeXBuildGoParallel] Running Tests and Build... [2023-02-15T20:00:55.477Z] ========================================================= [Pipeline] sh [2023-02-15T20:00:55.795Z] + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] fileExists [Pipeline] sh [2023-02-15T20:00:56.456Z] + make test [2023-02-15T20:00:56.456Z] go test -race -coverprofile=coverage.out ./... [2023-02-15T20:01:05.657Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2023-02-15T20:01:05.916Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2023-02-15T20:01:07.291Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2023-02-15T20:01:07.858Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2023-02-15T20:01:14.457Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2023-02-15T20:01:16.372Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2023-02-15T20:01:17.316Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2023-02-15T20:01:18.258Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2023-02-15T20:01:19.196Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2023-02-15T20:01:19.761Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2023-02-15T20:01:22.289Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } [2023-02-15T20:01:23.687Z] $ docker stop --time=1 90ab91c42f5c22f6d95d00133c41446f05d9d91f9121c0e427512d1c782c9591 [2023-02-15T20:01:28.116Z] $ docker rm -f --volumes 90ab91c42f5c22f6d95d00133c41446f05d9d91f9121c0e427512d1c782c9591 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T20:01:29.286Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-02-15T20:01:29.287Z] [2023-02-15T20:01:29.287Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T20:01:29.665Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-02-15T20:01:29.665Z] latest: Pulling from edgex-devops/edgex-compose [2023-02-15T20:01:29.665Z] cbdbe7a5bc2a: Pulling fs layer [2023-02-15T20:01:29.665Z] ca9280d653b3: Pulling fs layer [2023-02-15T20:01:29.665Z] 7e9c9ca2126c: Pulling fs layer [2023-02-15T20:01:29.930Z] cbdbe7a5bc2a: Download complete [2023-02-15T20:01:29.930Z] cbdbe7a5bc2a: Pull complete [2023-02-15T20:01:29.930Z] ca9280d653b3: Verifying Checksum [2023-02-15T20:01:29.930Z] ca9280d653b3: Download complete [2023-02-15T20:01:30.150Z] ? github.com/edgexfoundry/edgex-go [no test files] [2023-02-15T20:01:30.497Z] 7e9c9ca2126c: Download complete [2023-02-15T20:01:30.497Z] ca9280d653b3: Pull complete [2023-02-15T20:01:33.782Z] 7e9c9ca2126c: Pull complete [2023-02-15T20:01:33.782Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2023-02-15T20:01:33.782Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-02-15T20:01:33.782Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-15T20:01:34.007Z] prd-ubuntu20.04-docker-8c-8g-6182 does not seem to be running inside a container [2023-02-15T20:01:34.037Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2023-02-15T20:01:38.364Z] $ docker top b701982cf73c0d320ff24ad20bf1815c988aa7a756a6ebae1cb9b114578bc8ad -eo pid,comm [Pipeline] { [Pipeline] sh [2023-02-15T20:01:38.764Z] + docker-compose build --help [2023-02-15T20:01:38.764Z] + grep parallel [2023-02-15T20:01:39.330Z] --parallel Build images in parallel. [Pipeline] } [2023-02-15T20:01:39.358Z] $ docker stop --time=1 b701982cf73c0d320ff24ad20bf1815c988aa7a756a6ebae1cb9b114578bc8ad [2023-02-15T20:01:41.104Z] $ docker rm -f --volumes b701982cf73c0d320ff24ad20bf1815c988aa7a756a6ebae1cb9b114578bc8ad [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T20:01:41.795Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-02-15T20:01:41.795Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-15T20:01:41.954Z] prd-ubuntu20.04-docker-8c-8g-6182 does not seem to be running inside a container [2023-02-15T20:01:41.988Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2023-02-15T20:01:42.813Z] $ docker top 3a5bb3e8a66ba28c8c1cd8c9bae38a9d438128eafa3b0bd6f01584a3aeb872db -eo pid,comm [Pipeline] { [Pipeline] sh [2023-02-15T20:01:43.227Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2023-02-15T20:01:43.796Z] Building core-command ... [2023-02-15T20:01:43.796Z] Building core-common-config-bootstrapper ... [2023-02-15T20:01:43.796Z] Building core-data ... [2023-02-15T20:01:43.796Z] Building core-metadata ... [2023-02-15T20:01:43.796Z] Building security-bootstrapper ... [2023-02-15T20:01:43.796Z] Building security-proxy-setup ... [2023-02-15T20:01:43.796Z] Building security-secretstore-setup ... [2023-02-15T20:01:43.796Z] Building security-spiffe-token-provider ... [2023-02-15T20:01:43.796Z] Building security-spire-agent ... [2023-02-15T20:01:43.796Z] Building security-spire-config ... [2023-02-15T20:01:43.796Z] Building security-spire-server ... [2023-02-15T20:01:43.796Z] Building support-notifications ... [2023-02-15T20:01:43.796Z] Building support-scheduler ... [2023-02-15T20:01:43.796Z] Building security-spiffe-token-provider [2023-02-15T20:01:43.796Z] Building core-metadata [2023-02-15T20:01:43.796Z] Building security-bootstrapper [2023-02-15T20:01:43.796Z] Building core-common-config-bootstrapper [2023-02-15T20:01:43.796Z] Building support-notifications [2023-02-15T20:01:56.026Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-15T20:01:56.026Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-02-15T20:01:56.026Z] ---> 8265f0de8156 [2023-02-15T20:01:56.026Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-02-15T20:01:56.026Z] Step 1/32 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-15T20:01:56.026Z] Step 2/32 : FROM ${BUILDER_BASE} AS builder [2023-02-15T20:01:56.026Z] ---> 8265f0de8156 [2023-02-15T20:01:56.026Z] Step 3/32 : WORKDIR /edgex-go [2023-02-15T20:01:56.026Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-15T20:01:56.026Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-02-15T20:01:56.026Z] ---> 8265f0de8156 [2023-02-15T20:01:56.026Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-02-15T20:01:56.026Z] Step 1/19 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-15T20:01:56.026Z] Step 2/19 : FROM ${BUILDER_BASE} AS builder [2023-02-15T20:01:56.026Z] ---> 8265f0de8156 [2023-02-15T20:01:56.026Z] Step 3/19 : WORKDIR /edgex-go [2023-02-15T20:01:56.026Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-15T20:01:56.026Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-02-15T20:01:56.026Z] ---> 8265f0de8156 [2023-02-15T20:01:56.026Z] Step 3/24 : ARG ADD_BUILD_TAGS="" [2023-02-15T20:02:18.105Z] ---> Running in befbbf63a055 [2023-02-15T20:02:18.105Z] ---> Running in 1ff660a22417 [2023-02-15T20:02:18.105Z] ---> Running in 7ca881f46bac [2023-02-15T20:02:18.105Z] ---> Running in 897619a2912a [2023-02-15T20:02:18.105Z] ---> Running in 90ecc78ae45a [2023-02-15T20:02:18.105Z] Removing intermediate container 90ecc78ae45a [2023-02-15T20:02:18.105Z] ---> bf463c0c438b [2023-02-15T20:02:18.105Z] Step 4/24 : WORKDIR /edgex-go [2023-02-15T20:02:18.105Z] Removing intermediate container 7ca881f46bac [2023-02-15T20:02:18.105Z] ---> 849b28c0a24f [2023-02-15T20:02:18.105Z] Step 4/22 : WORKDIR /edgex-go [2023-02-15T20:02:18.105Z] Removing intermediate container 1ff660a22417 [2023-02-15T20:02:18.105Z] ---> 8840b6c4e022 [2023-02-15T20:02:18.105Z] Step 4/22 : WORKDIR /edgex-go [2023-02-15T20:02:18.105Z] Removing intermediate container 897619a2912a [2023-02-15T20:02:18.105Z] ---> 29f2bc408cd7 [2023-02-15T20:02:18.105Z] Step 4/19 : RUN apk update && apk --no-cache --update add build-base [2023-02-15T20:02:18.105Z] Removing intermediate container befbbf63a055 [2023-02-15T20:02:18.105Z] ---> 0dc3041b725a [2023-02-15T20:02:18.105Z] Step 4/32 : RUN apk add --update --no-cache make git [2023-02-15T20:02:18.105Z] ---> Running in 61512ef5723b [2023-02-15T20:02:18.105Z] ---> Running in 4cd272203510 [2023-02-15T20:02:18.105Z] ---> Running in 5ead688f25b9 [2023-02-15T20:02:18.105Z] ---> Running in f591640919d8 [2023-02-15T20:02:18.105Z] ---> Running in ba0d000734e7 [2023-02-15T20:02:18.105Z] Removing intermediate container 61512ef5723b [2023-02-15T20:02:18.105Z] ---> 1c29d497fe51 [2023-02-15T20:02:18.105Z] Step 5/24 : RUN apk add --update --no-cache make git [2023-02-15T20:02:18.105Z] Removing intermediate container 5ead688f25b9 [2023-02-15T20:02:18.105Z] ---> 1036dff1a0e1 [2023-02-15T20:02:18.105Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2023-02-15T20:02:18.105Z] Removing intermediate container 4cd272203510 [2023-02-15T20:02:18.105Z] ---> b1f25f4a9d0c [2023-02-15T20:02:18.105Z] Step 5/22 : RUN apk add --update --no-cache make git [2023-02-15T20:02:18.105Z] ---> Running in da65b15898e5 [2023-02-15T20:02:18.105Z] ---> Running in 76f8cb19cff8 [2023-02-15T20:02:18.105Z] ---> Running in 5d473762deac [2023-02-15T20:02:18.105Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-15T20:02:18.105Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-15T20:02:18.105Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-15T20:02:18.105Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-15T20:02:18.105Z] OK: 211 MiB in 51 packages [2023-02-15T20:02:18.105Z] v3.16.4-8-g71a076bc492 [https://dl-cdn.alpinelinux.org/alpine/v3.16/main] [2023-02-15T20:02:18.105Z] v3.16.4-4-g2609129aef3 [https://dl-cdn.alpinelinux.org/alpine/v3.16/community] [2023-02-15T20:02:18.105Z] OK: 17046 distinct packages available [2023-02-15T20:02:18.105Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-15T20:02:18.105Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-15T20:02:18.105Z] OK: 211 MiB in 51 packages [2023-02-15T20:02:18.105Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-15T20:02:18.406Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-15T20:02:18.406Z] Removing intermediate container ba0d000734e7 [2023-02-15T20:02:18.406Z] ---> 77291c26ae5c [2023-02-15T20:02:18.406Z] Step 5/32 : COPY go.mod vendor* ./ [2023-02-15T20:02:18.406Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-15T20:02:18.406Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-15T20:02:18.406Z] OK: 211 MiB in 51 packages [2023-02-15T20:02:18.669Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-15T20:02:18.669Z] ---> 515ed01316b8 [2023-02-15T20:02:18.669Z] Step 6/32 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-15T20:02:18.669Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-15T20:02:18.669Z] Removing intermediate container f591640919d8 [2023-02-15T20:02:18.669Z] ---> 60f3604f4b1e [2023-02-15T20:02:18.669Z] Step 5/19 : COPY go.mod vendor* ./ [2023-02-15T20:02:18.669Z] ---> Running in 72be6e490346 [2023-02-15T20:02:18.669Z] ---> ff36f694751f [2023-02-15T20:02:18.669Z] Step 6/19 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-15T20:02:18.669Z] ---> Running in d0347c1ff9e8 [2023-02-15T20:02:18.927Z] OK: 211 MiB in 51 packages [2023-02-15T20:02:18.927Z] OK: 211 MiB in 51 packages [2023-02-15T20:02:18.927Z] Removing intermediate container da65b15898e5 [2023-02-15T20:02:18.927Z] ---> affa7536fea3 [2023-02-15T20:02:18.927Z] Step 6/24 : COPY go.mod vendor* ./ [2023-02-15T20:02:19.186Z] ---> 504b6767ce7e [2023-02-15T20:02:19.186Z] Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-15T20:02:19.186Z] ---> Running in 241963ecfecf [2023-02-15T20:02:19.186Z] Removing intermediate container 76f8cb19cff8 [2023-02-15T20:02:19.186Z] ---> c640244304b4 [2023-02-15T20:02:19.186Z] Step 6/22 : COPY go.mod vendor* ./ [2023-02-15T20:02:19.445Z] Removing intermediate container 5d473762deac [2023-02-15T20:02:19.445Z] ---> b6d1fe43961d [2023-02-15T20:02:19.445Z] Step 6/22 : COPY go.mod vendor* ./ [2023-02-15T20:02:19.445Z] ---> 75d8da632048 [2023-02-15T20:02:19.445Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-15T20:02:19.445Z] ---> Running in a6d0f0e364de [2023-02-15T20:02:19.445Z] ---> 55c02c22e6c2 [2023-02-15T20:02:19.445Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-15T20:02:19.703Z] ---> Running in 8b6c3d9df9ea [2023-02-15T20:03:06.770Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2023-02-15T20:03:06.770Z] ? github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper [no test files] [2023-02-15T20:03:06.770Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2023-02-15T20:03:06.770Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2023-02-15T20:03:06.770Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2023-02-15T20:03:12.133Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2023-02-15T20:03:12.133Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2023-02-15T20:03:12.133Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2023-02-15T20:03:12.133Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2023-02-15T20:03:12.133Z] ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] [2023-02-15T20:03:12.133Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2023-02-15T20:03:12.133Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2023-02-15T20:03:12.133Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2023-02-15T20:03:12.133Z] ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] [2023-02-15T20:03:15.946Z] Removing intermediate container a6d0f0e364de [2023-02-15T20:03:15.946Z] ---> d226663bd804 [2023-02-15T20:03:15.946Z] Step 8/22 : COPY . . [2023-02-15T20:03:15.946Z] Removing intermediate container 241963ecfecf [2023-02-15T20:03:15.946Z] ---> c66d2c852172 [2023-02-15T20:03:15.946Z] Step 8/24 : COPY . . [2023-02-15T20:03:15.946Z] Removing intermediate container 8b6c3d9df9ea [2023-02-15T20:03:15.946Z] ---> c483433689a4 [2023-02-15T20:03:15.946Z] Step 8/22 : COPY . . [2023-02-15T20:03:15.946Z] Removing intermediate container 72be6e490346 [2023-02-15T20:03:15.946Z] ---> a081c220ade3 [2023-02-15T20:03:15.946Z] Step 7/32 : COPY . . [2023-02-15T20:03:15.946Z] Removing intermediate container d0347c1ff9e8 [2023-02-15T20:03:15.946Z] ---> f977611336f8 [2023-02-15T20:03:15.946Z] Step 7/19 : COPY . . [2023-02-15T20:03:24.437Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.265s coverage: 28.7% of statements [2023-02-15T20:03:24.437Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2023-02-15T20:03:24.437Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2023-02-15T20:03:27.352Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.412s coverage: 98.5% of statements [2023-02-15T20:03:28.204Z] ---> b9d4d757d368 [2023-02-15T20:03:28.205Z] Step 8/19 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2023-02-15T20:03:28.205Z] ---> a97b3d8fb4e1 [2023-02-15T20:03:28.205Z] Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2023-02-15T20:03:28.205Z] ---> 1627d1c5d83a [2023-02-15T20:03:28.205Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2023-02-15T20:03:28.205Z] ---> 68a64fb405e4 [2023-02-15T20:03:28.205Z] Step 8/32 : RUN make cmd/security-bootstrapper/security-bootstrapper ---> 3562b648366b [2023-02-15T20:03:28.205Z] [2023-02-15T20:03:28.205Z] Step 9/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata [2023-02-15T20:03:28.205Z] ---> Running in f358749f1e7a [2023-02-15T20:03:28.205Z] ---> Running in 69c6167b5d9f [2023-02-15T20:03:28.205Z] ---> Running in cceca815822f [2023-02-15T20:03:28.205Z] ---> Running in 9480fc987f29 [2023-02-15T20:03:28.205Z] ---> Running in a1f508686bd4 [2023-02-15T20:03:28.205Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [2023-02-15T20:03:28.205Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2023-02-15T20:03:28.462Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2023-02-15T20:03:28.462Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2023-02-15T20:03:28.463Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2023-02-15T20:03:34.086Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 3.880s coverage: 73.7% of statements [2023-02-15T20:03:34.086Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] [2023-02-15T20:03:34.086Z] ? github.com/edgexfoundry/edgex-go/internal/core/common_config [no test files] [2023-02-15T20:03:34.086Z] ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] [2023-02-15T20:03:34.086Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.562s coverage: 54.0% of statements [2023-02-15T20:03:34.086Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2023-02-15T20:03:34.086Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2023-02-15T20:03:49.122Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 18.921s coverage: 88.5% of statements [2023-02-15T20:03:49.122Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] [2023-02-15T20:03:49.122Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2023-02-15T20:03:49.122Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] [2023-02-15T20:03:49.122Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2023-02-15T20:03:49.122Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] [2023-02-15T20:03:49.122Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 0.674s coverage: 3.9% of statements [2023-02-15T20:03:49.122Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2023-02-15T20:03:49.122Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2023-02-15T20:03:49.122Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 2.373s coverage: 95.6% of statements [2023-02-15T20:03:49.122Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2023-02-15T20:03:49.122Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] [2023-02-15T20:03:49.122Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] [2023-02-15T20:03:49.122Z] ok github.com/edgexfoundry/edgex-go/internal/io 0.367s coverage: 72.2% of statements [2023-02-15T20:03:49.122Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2023-02-15T20:03:49.122Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] [2023-02-15T20:03:49.122Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] [2023-02-15T20:03:49.122Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2023-02-15T20:03:49.122Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2023-02-15T20:03:49.122Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.535s coverage: 65.9% of statements [2023-02-15T20:03:49.122Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2023-02-15T20:03:49.122Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2023-02-15T20:03:49.122Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2023-02-15T20:03:49.123Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.378s coverage: 0.9% of statements [2023-02-15T20:03:49.123Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2023-02-15T20:03:49.123Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.277s coverage: 29.6% of statements [2023-02-15T20:03:49.123Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2023-02-15T20:03:51.706Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.277s coverage: 47.1% of statements [2023-02-15T20:03:51.706Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.303s coverage: 82.9% of statements [2023-02-15T20:03:51.706Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.192s coverage: 94.1% of statements [2023-02-15T20:03:51.706Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.249s coverage: 96.3% of statements [2023-02-15T20:03:54.289Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.214s coverage: 87.5% of statements [2023-02-15T20:04:04.356Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.247s coverage: 94.4% of statements [2023-02-15T20:04:04.356Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.211s coverage: 44.8% of statements [2023-02-15T20:04:22.572Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 24.209s coverage: 79.9% of statements [2023-02-15T20:04:22.572Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2023-02-15T20:04:22.572Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.322s coverage: 92.9% of statements [2023-02-15T20:04:22.572Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2023-02-15T20:04:22.572Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2023-02-15T20:04:22.572Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2023-02-15T20:04:22.572Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.076s coverage: 64.4% of statements [2023-02-15T20:04:22.572Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2023-02-15T20:04:22.572Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] [2023-02-15T20:04:22.572Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] [2023-02-15T20:04:22.572Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] [2023-02-15T20:04:22.572Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 6.239s coverage: 86.9% of statements [2023-02-15T20:04:22.572Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2023-02-15T20:04:22.572Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2023-02-15T20:04:22.572Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2023-02-15T20:04:22.572Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2023-02-15T20:04:22.572Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.213s coverage: 87.2% of statements [2023-02-15T20:04:22.572Z] ok github.com/edgexfoundry/edgex-go/internal/security/common 0.186s coverage: 20.0% of statements [2023-02-15T20:04:22.572Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2023-02-15T20:04:22.572Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2023-02-15T20:04:22.572Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.173s coverage: 100.0% of statements [2023-02-15T20:04:22.572Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2023-02-15T20:04:22.572Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.291s coverage: 77.4% of statements [2023-02-15T20:04:22.572Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2023-02-15T20:04:22.572Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.284s coverage: 80.0% of statements [2023-02-15T20:04:22.572Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.218s coverage: 87.2% of statements [2023-02-15T20:04:22.572Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.890s coverage: 91.2% of statements [2023-02-15T20:04:22.572Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2023-02-15T20:04:24.520Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 1.189s coverage: 63.1% of statements [2023-02-15T20:04:24.520Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2023-02-15T20:04:24.520Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2023-02-15T20:04:24.520Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.262s coverage: 100.0% of statements [2023-02-15T20:04:24.520Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.111s coverage: 89.4% of statements [2023-02-15T20:04:24.520Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.087s coverage: 100.0% of statements [2023-02-15T20:04:24.520Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.096s coverage: 73.7% of statements [2023-02-15T20:04:24.520Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.053s coverage: 100.0% of statements [2023-02-15T20:04:24.678Z] Removing intermediate container a1f508686bd4 [2023-02-15T20:04:24.678Z] ---> c68d6fbbdcae [2023-02-15T20:04:24.678Z] [2023-02-15T20:04:24.678Z] Step 9/32 : FROM alpine:3.16 [2023-02-15T20:04:24.678Z] Removing intermediate container 69c6167b5d9f [2023-02-15T20:04:24.678Z] ---> d814b94559c4 [2023-02-15T20:04:24.678Z] [2023-02-15T20:04:24.678Z] Step 10/22 : FROM alpine:3.16 [2023-02-15T20:04:24.678Z] Removing intermediate container 9480fc987f29 [2023-02-15T20:04:24.678Z] ---> ef9cefc5a3eb [2023-02-15T20:04:24.678Z] [2023-02-15T20:04:24.678Z] Step 10/24 : FROM alpine:3.16 [2023-02-15T20:04:24.678Z] Removing intermediate container f358749f1e7a [2023-02-15T20:04:24.678Z] ---> 00b4f6c13177 [2023-02-15T20:04:24.678Z] [2023-02-15T20:04:24.678Z] Step 9/19 : FROM alpine:3.15 [2023-02-15T20:04:24.678Z] Removing intermediate container cceca815822f [2023-02-15T20:04:24.678Z] ---> 35c4dd8c6245 [2023-02-15T20:04:24.678Z] [2023-02-15T20:04:24.678Z] Step 10/22 : FROM alpine:3.16 [2023-02-15T20:04:24.678Z] 3.16: Pulling from library/alpine [2023-02-15T20:04:24.678Z] 3.16: Pulling from library/alpine [2023-02-15T20:04:24.678Z] 3.16: Pulling from library/alpine [2023-02-15T20:04:24.678Z] 3.16: Pulling from library/alpine [2023-02-15T20:04:24.678Z] 3.15: Pulling from library/alpine [2023-02-15T20:04:24.678Z] Digest: sha256:1bd67c81e4ad4b8f4a5c1c914d7985336f130e5cefb3e323654fd09d6bcdbbe2 [2023-02-15T20:04:24.678Z] Digest: sha256:1bd67c81e4ad4b8f4a5c1c914d7985336f130e5cefb3e323654fd09d6bcdbbe2 [2023-02-15T20:04:24.678Z] Digest: sha256:1bd67c81e4ad4b8f4a5c1c914d7985336f130e5cefb3e323654fd09d6bcdbbe2 [2023-02-15T20:04:24.678Z] Status: Downloaded newer image for alpine:3.16 [2023-02-15T20:04:24.678Z] Digest: sha256:1bd67c81e4ad4b8f4a5c1c914d7985336f130e5cefb3e323654fd09d6bcdbbe2 [2023-02-15T20:04:24.678Z] Status: Downloaded newer image for alpine:3.16 [2023-02-15T20:04:24.678Z] Status: Downloaded newer image for alpine:3.16 [2023-02-15T20:04:24.678Z] Status: Image is up to date for alpine:3.16 [2023-02-15T20:04:24.678Z] ---> dfd21b5a31f5 [2023-02-15T20:04:24.678Z] Step 10/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-02-15T20:04:24.678Z] ---> dfd21b5a31f5 [2023-02-15T20:04:24.678Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' [2023-02-15T20:04:24.678Z] ---> dfd21b5a31f5 [2023-02-15T20:04:24.678Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2023-02-15T20:04:24.678Z] ---> dfd21b5a31f5 [2023-02-15T20:04:24.678Z] Step 11/24 : RUN apk add --update --no-cache dumb-init [2023-02-15T20:04:24.678Z] ---> Running in f716cd971d1b [2023-02-15T20:04:24.678Z] ---> Running in 1d1a21bbd511 [2023-02-15T20:04:24.678Z] ---> Running in bda2509f36cc [2023-02-15T20:04:24.678Z] ---> Running in bb56615a0d23 [2023-02-15T20:04:24.678Z] Digest: sha256:689659b1f08e9fdfb85190144098c378beb5a53b328f7ced7883a74a1157c709 [2023-02-15T20:04:24.678Z] Status: Downloaded newer image for alpine:3.15 [2023-02-15T20:04:24.678Z] ---> 5ce65d7b0fde [2023-02-15T20:04:24.678Z] Step 10/19 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-02-15T20:04:24.678Z] ---> Running in 3abcbeecacd0 [2023-02-15T20:04:24.678Z] Removing intermediate container 1d1a21bbd511 [2023-02-15T20:04:24.678Z] ---> d5f10b36bff2 [2023-02-15T20:04:24.678Z] Step 12/22 : RUN apk add --update --no-cache dumb-init [2023-02-15T20:04:24.678Z] Removing intermediate container f716cd971d1b [2023-02-15T20:04:24.678Z] ---> e8fe91eedf1a [2023-02-15T20:04:24.678Z] Step 11/32 : RUN apk add --update --no-cache dumb-init su-exec [2023-02-15T20:04:24.678Z] ---> Running in 6116000e3096 [2023-02-15T20:04:24.678Z] ---> Running in 71610df941c5 [2023-02-15T20:04:24.678Z] Removing intermediate container 3abcbeecacd0 [2023-02-15T20:04:24.678Z] ---> 36f325058187 [2023-02-15T20:04:24.678Z] Step 11/19 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2023-02-15T20:04:24.678Z] ---> Running in 63e6f29353c9 [2023-02-15T20:04:24.678Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-15T20:04:24.678Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-15T20:04:24.678Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-15T20:04:24.678Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-15T20:04:24.678Z] (1/1) Installing dumb-init (1.2.5-r1) [2023-02-15T20:04:24.678Z] Executing busybox-1.35.0-r17.trigger [2023-02-15T20:04:24.678Z] OK: 6 MiB in 15 packages [2023-02-15T20:04:24.678Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-15T20:04:24.678Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-15T20:04:24.678Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-15T20:04:24.678Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-15T20:04:24.678Z] (1/2) Installing ca-certificates (20220614-r0) [2023-02-15T20:04:24.678Z] (2/2) Installing dumb-init (1.2.5-r1) [2023-02-15T20:04:24.678Z] Executing busybox-1.35.0-r17.trigger [2023-02-15T20:04:24.678Z] Executing ca-certificates-20220614-r0.trigger [2023-02-15T20:04:24.678Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-02-15T20:04:24.936Z] OK: 6 MiB in 16 packages [2023-02-15T20:04:24.937Z] (1/1) Installing dumb-init (1.2.5-r1) [2023-02-15T20:04:24.937Z] Executing busybox-1.35.0-r17.trigger [2023-02-15T20:04:24.937Z] OK: 6 MiB in 15 packages [2023-02-15T20:04:24.937Z] (1/2) Installing dumb-init (1.2.5-r1) [2023-02-15T20:04:24.937Z] (2/2) Installing su-exec (0.2-r1) [2023-02-15T20:04:24.937Z] Executing busybox-1.35.0-r17.trigger [2023-02-15T20:04:24.937Z] OK: 6 MiB in 16 packages [2023-02-15T20:04:24.937Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-02-15T20:04:24.937Z] Removing intermediate container bda2509f36cc [2023-02-15T20:04:24.937Z] ---> 4056e61d144e [2023-02-15T20:04:24.937Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2023-02-15T20:04:25.195Z] ---> Running in 2b9de17fc4dd [2023-02-15T20:04:25.195Z] v3.15.7-6-g44f22910c3a [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2023-02-15T20:04:25.195Z] v3.15.6-306-g64686f2e1ac [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2023-02-15T20:04:25.195Z] OK: 15857 distinct packages available [2023-02-15T20:04:25.195Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-02-15T20:04:25.454Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-02-15T20:04:25.454Z] Removing intermediate container 2b9de17fc4dd [2023-02-15T20:04:25.454Z] ---> 3dd450a67043 [2023-02-15T20:04:25.454Z] Step 13/24 : ENV APP_PORT=59881 [2023-02-15T20:04:25.454Z] Removing intermediate container bb56615a0d23 [2023-02-15T20:04:25.454Z] ---> fe8d7a11e3b5 [2023-02-15T20:04:25.454Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2023-02-15T20:04:25.454Z] ---> Running in 880db67b4df1 [2023-02-15T20:04:25.454Z] ---> Running in e527ce5bbf99 [2023-02-15T20:04:25.714Z] (1/9) Installing ca-certificates (20220614-r0) [2023-02-15T20:04:25.714Z] (2/9) Installing brotli-libs (1.0.9-r5) [2023-02-15T20:04:25.714Z] (3/9) Installing nghttp2-libs (1.46.0-r0) [2023-02-15T20:04:25.714Z] Removing intermediate container 6116000e3096 [2023-02-15T20:04:25.714Z] ---> 7b20e7fbeb5f [2023-02-15T20:04:25.714Z] Step 13/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-02-15T20:04:25.714Z] (4/9) Installing libcurl (7.80.0-r6) [2023-02-15T20:04:25.714Z] (5/9) Installing curl (7.80.0-r6) [2023-02-15T20:04:25.714Z] (6/9) Installing dumb-init (1.2.5-r1) [2023-02-15T20:04:25.714Z] (7/9) Installing musl-obstack (1.2.3-r0) [2023-02-15T20:04:25.714Z] (8/9) Installing libucontext (1.1-r0) [2023-02-15T20:04:25.714Z] (9/9) Installing gcompat (1.0.0-r4) [2023-02-15T20:04:25.714Z] Executing busybox-1.34.1-r7.trigger [2023-02-15T20:04:25.714Z] Executing ca-certificates-20220614-r0.trigger [2023-02-15T20:04:25.714Z] OK: 8 MiB in 23 packages [2023-02-15T20:04:25.975Z] Removing intermediate container 880db67b4df1 [2023-02-15T20:04:25.975Z] ---> db11ad62db02 [2023-02-15T20:04:25.975Z] Step 13/22 : ENV APP_PORT=59860 [2023-02-15T20:04:25.975Z] Removing intermediate container e527ce5bbf99 [2023-02-15T20:04:25.975Z] ---> 74e40f03d5c4 [2023-02-15T20:04:25.975Z] Step 14/24 : EXPOSE $APP_PORT [2023-02-15T20:04:25.975Z] Removing intermediate container 71610df941c5 [2023-02-15T20:04:25.975Z] ---> d520341f4f13 [2023-02-15T20:04:25.975Z] Step 12/32 : ENV SECURITY_INIT_DIR /edgex-init [2023-02-15T20:04:25.975Z] ---> Running in 101c74f118ce [2023-02-15T20:04:25.975Z] ---> Running in 076fb9de3c34 [2023-02-15T20:04:25.975Z] ---> Running in 938971a299e6 [2023-02-15T20:04:25.975Z] ---> a560eaf9d184 [2023-02-15T20:04:25.975Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / [2023-02-15T20:04:26.542Z] Removing intermediate container 101c74f118ce [2023-02-15T20:04:26.542Z] ---> 1f2fba1cd014 [2023-02-15T20:04:26.542Z] Step 14/22 : EXPOSE $APP_PORT [2023-02-15T20:04:26.542Z] Removing intermediate container 938971a299e6 [2023-02-15T20:04:26.542Z] ---> b5e35ec560d3 [2023-02-15T20:04:26.542Z] Step 13/32 : ENV SECURITY_INIT_STAGING /edgex-init-staging [2023-02-15T20:04:26.542Z] Removing intermediate container 076fb9de3c34 [2023-02-15T20:04:26.542Z] ---> 08ad94f4df8c [2023-02-15T20:04:26.542Z] Step 15/24 : WORKDIR / [2023-02-15T20:04:26.542Z] ---> 82ea1dcbb236 [2023-02-15T20:04:26.542Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml [2023-02-15T20:04:26.799Z] ---> Running in aa5d059039de [2023-02-15T20:04:26.799Z] ---> Running in 42db166b6b7b [2023-02-15T20:04:26.799Z] ---> Running in 55d7064acd48 [2023-02-15T20:04:26.799Z] ---> 789981c60525 [2023-02-15T20:04:26.799Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ [2023-02-15T20:04:26.799Z] Removing intermediate container 63e6f29353c9 [2023-02-15T20:04:26.799Z] ---> c94c8e2ea57f [2023-02-15T20:04:26.799Z] Step 12/19 : COPY --from=builder /edgex-go/Attribution.txt / [2023-02-15T20:04:26.799Z] Removing intermediate container 42db166b6b7b [2023-02-15T20:04:26.799Z] ---> c43579c98ca3 [2023-02-15T20:04:26.799Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-02-15T20:04:26.799Z] Removing intermediate container aa5d059039de [2023-02-15T20:04:26.799Z] ---> cc486318eaac [2023-02-15T20:04:26.799Z] Step 14/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis [2023-02-15T20:04:26.799Z] Removing intermediate container 55d7064acd48 [2023-02-15T20:04:26.799Z] ---> Running in d5a5c0d6c8f2 [2023-02-15T20:04:26.799Z] ---> 942e6d8b7ed8 [2023-02-15T20:04:26.799Z] Step 16/24 : COPY --from=builder /edgex-go/Attribution.txt / [2023-02-15T20:04:27.059Z] ---> ad7de9e20c4b [2023-02-15T20:04:27.059Z] Step 17/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-02-15T20:04:27.059Z] ---> 4f0e5ae1bc83 [2023-02-15T20:04:27.059Z] Step 13/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2023-02-15T20:04:27.059Z] Removing intermediate container d5a5c0d6c8f2 [2023-02-15T20:04:27.059Z] ---> 8e8b8eb2b082 [2023-02-15T20:04:27.059Z] Step 15/32 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto [2023-02-15T20:04:27.059Z] ---> 56698c09c51b [2023-02-15T20:04:27.059Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2023-02-15T20:04:27.059Z] ---> Running in 3443e851f64e [2023-02-15T20:04:27.059Z] ---> b0dba018487a [2023-02-15T20:04:27.059Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2023-02-15T20:04:27.059Z] ---> Running in 6c682267869c [2023-02-15T20:04:27.059Z] Removing intermediate container 6c682267869c [2023-02-15T20:04:27.059Z] ---> 26692a6bf0d8 [2023-02-15T20:04:27.059Z] Step 16/32 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} [2023-02-15T20:04:27.059Z] ---> Running in 878adeb403ee [2023-02-15T20:04:28.963Z] ---> 32a04f391409 [2023-02-15T20:04:28.963Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2023-02-15T20:04:28.963Z] ---> c5bf05d40473 [2023-02-15T20:04:28.963Z] Step 14/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml [2023-02-15T20:04:28.963Z] ---> 2e930b5215b2 [2023-02-15T20:04:28.963Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2023-02-15T20:04:29.239Z] ---> b6316dd9e7eb [2023-02-15T20:04:29.239Z] Step 15/19 : ENTRYPOINT [ "/security-spiffe-token-provider" ] [2023-02-15T20:04:29.503Z] Removing intermediate container 3443e851f64e [2023-02-15T20:04:29.503Z] ---> 87c4ec2cdb11 [2023-02-15T20:04:29.503Z] Step 18/22 : ENTRYPOINT ["entrypoint.sh"] [2023-02-15T20:04:29.503Z] ---> 3108cad1f29c [2023-02-15T20:04:29.503Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.toml /res/uom.toml [2023-02-15T20:04:29.503Z] ---> 374be7d82da4 [2023-02-15T20:04:29.503Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2023-02-15T20:04:29.503Z] Removing intermediate container 878adeb403ee [2023-02-15T20:04:29.503Z] ---> 1e6213884856 [2023-02-15T20:04:29.503Z] Step 17/32 : WORKDIR ${SECURITY_INIT_STAGING} [2023-02-15T20:04:29.766Z] ---> Running in 4d0a34337b64 [2023-02-15T20:04:29.766Z] ---> Running in 8ecd98874d16 [2023-02-15T20:04:29.766Z] ---> Running in 947c2166434c [2023-02-15T20:04:29.766Z] ---> Running in 31e4e7cc5a99 [2023-02-15T20:04:29.766Z] ---> 357fd7243be6 [2023-02-15T20:04:29.766Z] Step 20/24 : ENTRYPOINT ["/core-metadata"] [2023-02-15T20:04:29.766Z] ---> Running in afaab870ff51 [2023-02-15T20:04:29.766Z] Removing intermediate container 4d0a34337b64 [2023-02-15T20:04:29.766Z] ---> cc13e6bf050a [2023-02-15T20:04:29.766Z] Step 16/19 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-02-15T20:04:29.766Z] ---> Running in 229cef2b0dc9 [2023-02-15T20:04:29.766Z] Removing intermediate container 8ecd98874d16 [2023-02-15T20:04:29.766Z] ---> ba27e3d7934c [2023-02-15T20:04:29.766Z] Step 19/22 : CMD ["/core-common-config-bootstrapper", "-cp=consul.http://edgex-core-consul:8500", "-cf=configuration.yaml"] [2023-02-15T20:04:29.766Z] Removing intermediate container 947c2166434c [2023-02-15T20:04:29.766Z] ---> 70be205ec9bb [2023-02-15T20:04:29.766Z] Step 18/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ [2023-02-15T20:04:29.766Z] Removing intermediate container 31e4e7cc5a99 [2023-02-15T20:04:29.766Z] ---> f3f1ea80815f [2023-02-15T20:04:29.766Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-02-15T20:04:30.027Z] ---> Running in a1e251a5fcd4 [2023-02-15T20:04:30.027Z] Removing intermediate container afaab870ff51 [2023-02-15T20:04:30.027Z] ---> 5e64a3a92b44 [2023-02-15T20:04:30.027Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-02-15T20:04:30.027Z] ---> Running in 0b7163ace83b [2023-02-15T20:04:30.027Z] ---> Running in b155015548cc [2023-02-15T20:04:30.027Z] Removing intermediate container 229cef2b0dc9 [2023-02-15T20:04:30.027Z] ---> f2629feceaa9 [2023-02-15T20:04:30.027Z] Step 17/19 : LABEL arch=x86_64 [2023-02-15T20:04:30.027Z] Removing intermediate container a1e251a5fcd4 [2023-02-15T20:04:30.027Z] ---> 22bee1a28633 [2023-02-15T20:04:30.027Z] Step 20/22 : LABEL arch=x86_64 [2023-02-15T20:04:30.027Z] ---> Running in b2239a6dcdf9 [2023-02-15T20:04:30.027Z] ---> Running in 36c54df93255 [2023-02-15T20:04:30.027Z] ---> d90a703c9641 [2023-02-15T20:04:30.027Z] Step 19/32 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh [2023-02-15T20:04:30.027Z] Removing intermediate container 0b7163ace83b [2023-02-15T20:04:30.027Z] ---> 44b7b0a50ff1 [2023-02-15T20:04:30.027Z] Step 20/22 : LABEL arch=x86_64 [2023-02-15T20:04:30.288Z] Removing intermediate container b155015548cc [2023-02-15T20:04:30.288Z] ---> 163753718a86 [2023-02-15T20:04:30.288Z] ---> Running in 63daf7f35a16 [2023-02-15T20:04:30.288Z] Step 22/24 : LABEL arch=x86_64 [2023-02-15T20:04:30.682Z] ---> Running in 0b0372e61391 [2023-02-15T20:04:30.682Z] Removing intermediate container b2239a6dcdf9 [2023-02-15T20:04:30.682Z] ---> 7827770d5b67 [2023-02-15T20:04:30.682Z] Step 18/19 : LABEL git_sha=cacbc01dbf264f01fcaaf584ccd39c6a0a3592de [2023-02-15T20:04:30.682Z] Removing intermediate container 36c54df93255 [2023-02-15T20:04:30.682Z] ---> 9417248d53c0 [2023-02-15T20:04:30.682Z] Step 21/22 : LABEL git_sha=cacbc01dbf264f01fcaaf584ccd39c6a0a3592de [2023-02-15T20:04:30.944Z] ---> Running in 114a7b4f445b [2023-02-15T20:04:30.944Z] ---> Running in c995bf73cd16 [2023-02-15T20:04:31.214Z] ---> Running in f63882e11fe6 [2023-02-15T20:04:31.475Z] Removing intermediate container 0b0372e61391 [2023-02-15T20:04:31.475Z] ---> e9b560494f16 [2023-02-15T20:04:31.475Z] Step 21/22 : LABEL git_sha=cacbc01dbf264f01fcaaf584ccd39c6a0a3592de [2023-02-15T20:04:31.740Z] Removing intermediate container 114a7b4f445b [2023-02-15T20:04:31.740Z] ---> 0621d1e80d08 [2023-02-15T20:04:31.740Z] Step 23/24 : LABEL git_sha=cacbc01dbf264f01fcaaf584ccd39c6a0a3592de [2023-02-15T20:04:31.740Z] Removing intermediate container c995bf73cd16 [2023-02-15T20:04:31.740Z] ---> fb6b0b9b7c5f [2023-02-15T20:04:31.740Z] Step 19/19 : LABEL version=0.0.0 [2023-02-15T20:04:31.740Z] Removing intermediate container f63882e11fe6 [2023-02-15T20:04:31.740Z] ---> 2be1042e9a07 [2023-02-15T20:04:31.740Z] Step 22/22 : LABEL version=0.0.0 [2023-02-15T20:04:31.740Z] ---> Running in 9064ce36a9da [2023-02-15T20:04:31.740Z] ---> Running in 1a62706a99c1 [2023-02-15T20:04:32.349Z] ---> Running in 3e35d894c823 [2023-02-15T20:04:32.349Z] ---> Running in 29c87cc759a9 [2023-02-15T20:04:32.349Z] Removing intermediate container 1a62706a99c1 [2023-02-15T20:04:32.349Z] ---> 12e3c0d7fa39 [2023-02-15T20:04:32.349Z] Step 22/22 : LABEL version=0.0.0 [2023-02-15T20:04:32.610Z] Removing intermediate container 9064ce36a9da [2023-02-15T20:04:32.610Z] ---> b9ebe288cfea [2023-02-15T20:04:32.610Z] Step 24/24 : LABEL version=0.0.0 [2023-02-15T20:04:32.610Z] ---> Running in 39d94bc71dad [2023-02-15T20:04:32.610Z] Removing intermediate container 3e35d894c823 [2023-02-15T20:04:32.610Z] ---> 8b15ee45a994 [2023-02-15T20:04:32.610Z] [2023-02-15T20:04:32.610Z] Removing intermediate container 29c87cc759a9 [2023-02-15T20:04:32.610Z] ---> 2cb9111cdd27 [2023-02-15T20:04:32.610Z] [2023-02-15T20:04:32.610Z] Removing intermediate container 63daf7f35a16 [2023-02-15T20:04:32.610Z] ---> 7c2d27d2ac97 [2023-02-15T20:04:32.610Z] Step 20/32 : COPY --from=builder /edgex-go/Attribution.txt / [2023-02-15T20:04:32.610Z] ---> Running in ee4752afc00e [2023-02-15T20:04:32.610Z] Successfully built 2cb9111cdd27 [2023-02-15T20:04:32.610Z] Successfully built 8b15ee45a994 [2023-02-15T20:04:32.766Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 1.227s coverage: 65.3% of statements [2023-02-15T20:04:32.766Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2023-02-15T20:04:32.766Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2023-02-15T20:04:32.766Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2023-02-15T20:04:32.766Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.817s coverage: 41.0% of statements [2023-02-15T20:04:32.766Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2023-02-15T20:04:32.766Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2023-02-15T20:04:32.766Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.269s coverage: 89.5% of statements [2023-02-15T20:04:32.766Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2023-02-15T20:04:32.766Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.229s coverage: 84.8% of statements [2023-02-15T20:04:32.766Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] [2023-02-15T20:04:32.766Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] [2023-02-15T20:04:32.766Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] [2023-02-15T20:04:32.766Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] [2023-02-15T20:04:33.192Z] Successfully tagged core-common-config-bootstrapper:latest [2023-02-15T20:04:33.192Z]  Building core-common-config-bootstrapper ... done Building security-proxy-setup [2023-02-15T20:04:33.192Z] Successfully tagged security-spiffe-token-provider:latest [2023-02-15T20:04:33.192Z] Building security-spire-server [2023-02-15T20:04:37.414Z]  Building security-spiffe-token-provider ... done Step 1/21 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-15T20:04:37.414Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2023-02-15T20:04:37.414Z] ---> 8265f0de8156 [2023-02-15T20:04:37.414Z] Step 3/21 : WORKDIR /edgex-go [2023-02-15T20:04:37.414Z] ---> Using cache [2023-02-15T20:04:37.414Z] ---> 29f2bc408cd7 [2023-02-15T20:04:37.414Z] Step 4/21 : RUN apk add --update --no-cache make git [2023-02-15T20:04:38.357Z] Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-15T20:04:38.357Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-02-15T20:04:38.357Z] ---> 8265f0de8156 [2023-02-15T20:04:38.357Z] Step 3/23 : WORKDIR /edgex-go [2023-02-15T20:04:38.357Z] ---> Using cache [2023-02-15T20:04:38.357Z] ---> 29f2bc408cd7 [2023-02-15T20:04:38.357Z] Step 4/23 : RUN apk add --update --no-cache make git build-base curl [2023-02-15T20:04:40.966Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.391s coverage: 17.7% of statements [2023-02-15T20:04:40.966Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] [2023-02-15T20:04:40.966Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] [2023-02-15T20:04:40.966Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2023-02-15T20:04:40.966Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2023-02-15T20:04:40.966Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.609s coverage: 92.3% of statements [2023-02-15T20:04:40.966Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2023-02-15T20:04:40.966Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] [2023-02-15T20:04:40.966Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] [2023-02-15T20:04:40.966Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] [2023-02-15T20:04:40.966Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.244s coverage: 63.2% of statements [2023-02-15T20:04:40.966Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2023-02-15T20:04:40.966Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2023-02-15T20:04:40.966Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.457s coverage: 97.7% of statements [2023-02-15T20:04:40.966Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2023-02-15T20:04:40.966Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] [2023-02-15T20:04:41.232Z] if which hadolint > /dev/null ; then hadolint --config .hadolint.yml `find * -type f -name 'Dockerfile*' -print` ; elif test "aarch64" = "x86_64" && which docker > /dev/null ; then docker run --rm -v `pwd`:/host:ro,z --entrypoint /bin/hadolint hadolint/hadolint:latest --config /host/.hadolint.yml `find * -type f -name 'Dockerfile*' | xargs -i echo '/host/{}'` ; fi [2023-02-15T20:04:41.232Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2023-02-15T20:04:41.232Z] go vet ./... [2023-02-15T20:04:41.655Z] ---> 7152c2849e2e [2023-02-15T20:04:41.655Z] Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2023-02-15T20:04:41.655Z] Removing intermediate container ee4752afc00e [2023-02-15T20:04:41.655Z] ---> 65efe4e5d75c [2023-02-15T20:04:41.655Z] [2023-02-15T20:04:41.655Z] Removing intermediate container 39d94bc71dad [2023-02-15T20:04:41.655Z] ---> f5d14b28dc0e [2023-02-15T20:04:41.655Z] [2023-02-15T20:04:41.655Z] ---> Running in 1d11342b077e [2023-02-15T20:04:41.655Z] ---> Running in d21761d19e15 [2023-02-15T20:04:41.655Z] Successfully built 65efe4e5d75c [2023-02-15T20:04:41.655Z] Successfully tagged core-metadata:latest [2023-02-15T20:04:41.655Z]  Building core-metadata ... done Building security-secretstore-setup [2023-02-15T20:04:41.655Z] Successfully built f5d14b28dc0e [2023-02-15T20:04:41.655Z] Successfully tagged support-notifications:latest [2023-02-15T20:04:41.655Z] Building security-spire-config [2023-02-15T20:04:43.041Z]  Building support-notifications ... done fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-15T20:04:43.041Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-15T20:04:43.041Z] OK: 211 MiB in 51 packages [2023-02-15T20:04:43.611Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-15T20:04:43.611Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-15T20:04:44.048Z] OK: 211 MiB in 51 packages [2023-02-15T20:04:45.959Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-15T20:04:45.960Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-02-15T20:04:45.960Z] ---> 8265f0de8156 [2023-02-15T20:04:45.960Z] Step 3/24 : WORKDIR /edgex-go [2023-02-15T20:04:45.960Z] ---> Using cache [2023-02-15T20:04:45.960Z] ---> 29f2bc408cd7 [2023-02-15T20:04:45.960Z] Step 4/24 : RUN apk add --update --no-cache make git build-base curl [2023-02-15T20:04:47.874Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-15T20:04:47.874Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-02-15T20:04:47.874Z] ---> 8265f0de8156 [2023-02-15T20:04:47.874Z] Step 3/24 : WORKDIR /edgex-go [2023-02-15T20:04:47.874Z] ---> Using cache [2023-02-15T20:04:47.874Z] ---> 29f2bc408cd7 [2023-02-15T20:04:47.874Z] Step 4/24 : RUN apk add --update --no-cache make git [2023-02-15T20:04:50.418Z] ---> c4f16151a500 [2023-02-15T20:04:50.418Z] Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2023-02-15T20:04:50.418Z] ---> Running in c38424964b12 [2023-02-15T20:04:50.418Z] ---> Running in e803f9dc0ae7 [2023-02-15T20:04:50.418Z] Removing intermediate container 1d11342b077e [2023-02-15T20:04:50.418Z] ---> a3ac7455ed7d [2023-02-15T20:04:50.418Z] Step 5/21 : COPY go.mod vendor* ./ [2023-02-15T20:04:50.676Z] ---> 3b2b357ba22a [2023-02-15T20:04:50.676Z] Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2023-02-15T20:04:50.676Z] Removing intermediate container d21761d19e15 [2023-02-15T20:04:50.676Z] ---> a8ad929ab561 [2023-02-15T20:04:50.676Z] Step 5/23 : COPY go.mod vendor* ./ [2023-02-15T20:04:50.676Z] ---> 39f3b2823b7e [2023-02-15T20:04:50.676Z] Step 6/21 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-15T20:04:50.676Z] ---> Running in b3f0c31b247d [2023-02-15T20:04:50.676Z] ---> be3930429df5 [2023-02-15T20:04:50.676Z] Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.toml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ [2023-02-15T20:04:50.676Z] ---> 247b46f3dd37 [2023-02-15T20:04:50.676Z] Step 6/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-15T20:04:50.934Z] ---> Running in 26a692a3fa36 [2023-02-15T20:04:50.934Z] ---> 0f5fce3ae806 [2023-02-15T20:04:50.934Z] Step 25/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ [2023-02-15T20:04:50.934Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-15T20:04:50.934Z] ---> 410b2c80160d [2023-02-15T20:04:50.934Z] Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2023-02-15T20:04:50.934Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-15T20:04:51.192Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-15T20:04:51.192Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-15T20:04:51.192Z] ---> 76d68550442d [2023-02-15T20:04:51.192Z] Step 27/32 : RUN chmod +x /entrypoint.sh [2023-02-15T20:04:51.192Z] ---> Running in 4e732323c575 [2023-02-15T20:04:51.454Z] OK: 211 MiB in 51 packages [2023-02-15T20:04:51.454Z] OK: 211 MiB in 51 packages [2023-02-15T20:04:52.021Z] Removing intermediate container c38424964b12 [2023-02-15T20:04:52.021Z] ---> 27c748e1cfff [2023-02-15T20:04:52.021Z] Step 5/24 : COPY go.mod vendor* ./ [2023-02-15T20:04:52.021Z] Removing intermediate container e803f9dc0ae7 [2023-02-15T20:04:52.021Z] ---> a7b19b51e780 [2023-02-15T20:04:52.021Z] Step 5/24 : COPY go.mod vendor* ./Removing intermediate container 4e732323c575 [2023-02-15T20:04:52.021Z] [2023-02-15T20:04:52.021Z] ---> 89cdb3e6c2c0 [2023-02-15T20:04:52.021Z] Step 28/32 : ENTRYPOINT ["/entrypoint.sh"] [2023-02-15T20:04:52.021Z] ---> Running in 20376a02935d [2023-02-15T20:04:52.021Z] ---> 0f84d28a6f90 [2023-02-15T20:04:52.021Z] Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-15T20:04:52.021Z] Removing intermediate container 20376a02935d [2023-02-15T20:04:52.021Z] ---> 630d41d8a5dc [2023-02-15T20:04:52.021Z] Step 29/32 : CMD ["gate"] [2023-02-15T20:04:52.280Z] ---> Running in d9bf24c5fa26 [2023-02-15T20:04:52.280Z] ---> Running in 6f7c6709131e [2023-02-15T20:04:52.280Z] ---> 213286f3b7e6 [2023-02-15T20:04:52.280Z] Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-15T20:04:52.280Z] ---> Running in 42df8cc0cdc8 [2023-02-15T20:04:52.280Z] Removing intermediate container 6f7c6709131e [2023-02-15T20:04:52.280Z] ---> e039913e97a0 [2023-02-15T20:04:52.280Z] Step 30/32 : LABEL arch=x86_64 [2023-02-15T20:04:52.280Z] ---> Running in 1fbf0b265248 [2023-02-15T20:04:52.538Z] Removing intermediate container 1fbf0b265248 [2023-02-15T20:04:52.538Z] ---> 68262ca4648d [2023-02-15T20:04:52.538Z] Step 31/32 : LABEL git_sha=cacbc01dbf264f01fcaaf584ccd39c6a0a3592de [2023-02-15T20:04:52.538Z] ---> Running in f52296952791 [2023-02-15T20:04:52.538Z] Removing intermediate container f52296952791 [2023-02-15T20:04:52.538Z] ---> a9fdc7606e85 [2023-02-15T20:04:52.538Z] Step 32/32 : LABEL version=0.0.0 [2023-02-15T20:04:52.538Z] ---> Running in dc407e39665c [2023-02-15T20:04:52.799Z] Removing intermediate container dc407e39665c [2023-02-15T20:04:52.799Z] ---> 7ae87a98ea43 [2023-02-15T20:04:52.799Z] [2023-02-15T20:04:52.799Z] Successfully built 7ae87a98ea43 [2023-02-15T20:04:52.799Z] Successfully tagged security-bootstrapper:latest [2023-02-15T20:04:52.799Z]  Building security-bootstrapper ... done Building core-command [2023-02-15T20:04:55.329Z] Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-15T20:04:55.329Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-02-15T20:04:55.329Z] ---> 8265f0de8156 [2023-02-15T20:04:55.329Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2023-02-15T20:04:55.329Z] ---> Using cache [2023-02-15T20:04:55.329Z] ---> 8840b6c4e022 [2023-02-15T20:04:55.329Z] Step 4/23 : WORKDIR /edgex-go [2023-02-15T20:04:55.329Z] ---> Using cache [2023-02-15T20:04:55.329Z] ---> 1036dff1a0e1 [2023-02-15T20:04:55.329Z] Step 5/23 : RUN apk add --update --no-cache make git [2023-02-15T20:04:57.301Z] ---> Running in 69261336c7ba [2023-02-15T20:04:57.301Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-15T20:04:57.562Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-15T20:04:57.562Z] OK: 211 MiB in 51 packages [2023-02-15T20:04:58.134Z] Removing intermediate container 69261336c7ba [2023-02-15T20:04:58.134Z] ---> 42ab684c10b3 [2023-02-15T20:04:58.134Z] Step 6/23 : COPY go.mod vendor* ./ [2023-02-15T20:04:58.134Z] ---> 2abeeb8901a7 [2023-02-15T20:04:58.134Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-15T20:04:58.134Z] ---> Running in 491b7e0276db [2023-02-15T20:05:36.959Z] Removing intermediate container 42df8cc0cdc8 [2023-02-15T20:05:36.959Z] ---> 4ad01574aaa6 [2023-02-15T20:05:36.959Z] Step 7/24 : COPY . . [2023-02-15T20:05:36.959Z] Removing intermediate container d9bf24c5fa26 [2023-02-15T20:05:36.959Z] ---> fb11643e36a9 [2023-02-15T20:05:36.959Z] Step 7/24 : COPY . . [2023-02-15T20:05:36.959Z] Removing intermediate container 26a692a3fa36 [2023-02-15T20:05:36.959Z] ---> 9af1241bdb7b [2023-02-15T20:05:36.959Z] Step 7/23 : COPY . . [2023-02-15T20:05:36.959Z] Removing intermediate container b3f0c31b247d [2023-02-15T20:05:36.959Z] ---> 2d36d39b6ca2 [2023-02-15T20:05:36.959Z] Step 7/21 : COPY . . [2023-02-15T20:05:55.251Z] ---> 3a023ccd3092 [2023-02-15T20:05:55.251Z] Step 8/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2023-02-15T20:05:55.251Z] ---> 455df49a7d76 [2023-02-15T20:05:55.251Z] Step 8/23 : ARG SPIRE_RELEASE=1.2.1 [2023-02-15T20:05:55.251Z] ---> 9c9f38807f6c [2023-02-15T20:05:55.251Z] Step 8/24 : ARG SPIRE_RELEASE=1.2.1 [2023-02-15T20:05:55.251Z] ---> Running in ac9f1b23f20a [2023-02-15T20:05:55.251Z] ---> Running in 354a5893c6a5 [2023-02-15T20:05:55.251Z] ---> 29ecba58f19d [2023-02-15T20:05:55.251Z] Step 8/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2023-02-15T20:05:55.251Z] ---> Running in 09b78ebbf0ce [2023-02-15T20:05:55.251Z] ---> Running in 13ca3d523a47 [2023-02-15T20:05:55.251Z] Removing intermediate container 354a5893c6a5 [2023-02-15T20:05:55.251Z] ---> 7a8e3ddbd490 [2023-02-15T20:05:55.251Z] Step 9/23 : WORKDIR /edgex-go/spire-build [2023-02-15T20:05:55.251Z] ---> Running in 8a5cbba6eac1 [2023-02-15T20:05:55.251Z] Removing intermediate container 09b78ebbf0ce [2023-02-15T20:05:55.251Z] ---> 1d20bb5becc7 [2023-02-15T20:05:55.251Z] Step 9/24 : WORKDIR /edgex-go/spire-build [2023-02-15T20:05:55.251Z] ---> Running in d2d74fbc4a07 [2023-02-15T20:05:55.251Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2023-02-15T20:05:55.251Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2023-02-15T20:05:55.251Z] Removing intermediate container 8a5cbba6eac1 [2023-02-15T20:05:55.251Z] ---> 1fc1db7af25a [2023-02-15T20:05:55.251Z] Step 10/23 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi [2023-02-15T20:05:55.251Z] ---> Running in 5492bea6b57d [2023-02-15T20:05:55.251Z] Removing intermediate container d2d74fbc4a07 [2023-02-15T20:05:55.251Z] ---> dc6c2154c038 [2023-02-15T20:05:55.251Z] Step 10/24 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi [2023-02-15T20:05:55.251Z] ---> Running in b393b798f05f [2023-02-15T20:05:55.251Z] Removing intermediate container 491b7e0276db [2023-02-15T20:05:55.251Z] ---> d3cd7f4e1830 [2023-02-15T20:05:55.251Z] Step 8/23 : COPY . . [2023-02-15T20:06:01.833Z] Removing intermediate container b393b798f05f [2023-02-15T20:06:01.833Z] Removing intermediate container 5492bea6b57d [2023-02-15T20:06:01.833Z] ---> 61e48230dd0c [2023-02-15T20:06:01.833Z] ---> 874dd2b5af1d [2023-02-15T20:06:01.833Z] Step 11/24 : WORKDIR /edgex-goStep 11/23 : WORKDIR /edgex-go [2023-02-15T20:06:01.833Z] [2023-02-15T20:06:01.833Z] ---> 37b2f761d483 [2023-02-15T20:06:01.833Z] Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command [2023-02-15T20:06:01.833Z] ---> Running in 50ff9e001106 [2023-02-15T20:06:01.833Z] ---> Running in 13e33ae4e030 [2023-02-15T20:06:01.833Z] ---> Running in 2ca19d7e6ddb [2023-02-15T20:06:01.833Z] Removing intermediate container 13e33ae4e030 [2023-02-15T20:06:01.833Z] ---> c3b6ca0dfe17 [2023-02-15T20:06:01.833Z] [2023-02-15T20:06:01.833Z] Step 12/23 : FROM alpine:3.15 [2023-02-15T20:06:01.833Z] ---> 5ce65d7b0fde [2023-02-15T20:06:01.833Z] Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-02-15T20:06:01.833Z] ---> Using cache [2023-02-15T20:06:01.833Z] ---> 36f325058187 [2023-02-15T20:06:01.833Z] Step 14/23 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-02-15T20:06:02.094Z] Removing intermediate container 50ff9e001106 [2023-02-15T20:06:02.094Z] ---> c4783a25c033 [2023-02-15T20:06:02.094Z] [2023-02-15T20:06:02.094Z] Step 12/24 : FROM alpine:3.15 [2023-02-15T20:06:02.094Z] ---> 5ce65d7b0fde [2023-02-15T20:06:02.094Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-02-15T20:06:02.094Z] ---> Using cache [2023-02-15T20:06:02.094Z] ---> 36f325058187 [2023-02-15T20:06:02.094Z] Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init gcompat [2023-02-15T20:06:02.094Z] ---> Running in 56ee79616000 [2023-02-15T20:06:02.094Z] ---> Running in 41747ad5b845 [2023-02-15T20:06:02.094Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2023-02-15T20:06:02.665Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-02-15T20:06:02.665Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-02-15T20:06:02.924Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-02-15T20:06:02.924Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-02-15T20:06:03.186Z] v3.15.7-6-g44f22910c3a [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2023-02-15T20:06:03.186Z] v3.15.6-306-g64686f2e1ac [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2023-02-15T20:06:03.186Z] OK: 15857 distinct packages available [2023-02-15T20:06:03.186Z] v3.15.7-6-g44f22910c3a [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2023-02-15T20:06:03.186Z] v3.15.6-306-g64686f2e1ac [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2023-02-15T20:06:03.186Z] OK: 15857 distinct packages available [2023-02-15T20:06:03.186Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-02-15T20:06:03.186Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2023-02-15T20:06:03.186Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-02-15T20:06:03.186Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2023-02-15T20:06:03.445Z] (1/5) Installing dumb-init (1.2.5-r1) [2023-02-15T20:06:03.445Z] (2/5) Installing musl-obstack (1.2.3-r0) [2023-02-15T20:06:03.445Z] (1/4) Installing dumb-init (1.2.5-r1) [2023-02-15T20:06:03.445Z] (3/5) Installing libucontext (1.1-r0) [2023-02-15T20:06:03.445Z] (4/5) Installing gcompat (1.0.0-r4) [2023-02-15T20:06:03.445Z] (2/4) Installing musl-obstack (1.2.3-r0) [2023-02-15T20:06:03.445Z] (5/5) Installing openssl (1.1.1t-r1) [2023-02-15T20:06:03.445Z] (3/4) Installing libucontext (1.1-r0) [2023-02-15T20:06:03.445Z] (4/4) Installing gcompat (1.0.0-r4) [2023-02-15T20:06:03.445Z] Executing busybox-1.34.1-r7.trigger [2023-02-15T20:06:03.445Z] Executing busybox-1.34.1-r7.trigger [2023-02-15T20:06:03.445Z] OK: 6 MiB in 18 packages [2023-02-15T20:06:03.445Z] OK: 7 MiB in 19 packages [2023-02-15T20:06:05.351Z] Removing intermediate container 41747ad5b845 [2023-02-15T20:06:05.351Z] ---> eae3267686a3 [2023-02-15T20:06:05.351Z] Step 15/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-02-15T20:06:05.351Z] Removing intermediate container 56ee79616000 [2023-02-15T20:06:05.351Z] ---> 1e051a881113 [2023-02-15T20:06:05.351Z] Step 15/23 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-02-15T20:06:11.940Z] ---> 66160617dae1 [2023-02-15T20:06:11.940Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2023-02-15T20:06:11.940Z] ---> ed38f4cf3166 [2023-02-15T20:06:11.940Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2023-02-15T20:06:11.940Z] ---> e10f822bfbd4 [2023-02-15T20:06:11.940Z] Step 17/24 : WORKDIR /usr/local/etc/spiffe-scripts.d [2023-02-15T20:06:12.202Z] ---> 26fa83525f19 [2023-02-15T20:06:12.202Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2023-02-15T20:06:12.202Z] ---> Running in 1f4ee0deac64 [2023-02-15T20:06:13.152Z] ---> 508a32428322 [2023-02-15T20:06:13.152Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ [2023-02-15T20:06:13.152Z] Removing intermediate container 1f4ee0deac64 [2023-02-15T20:06:13.152Z] ---> a4bb2af354fa [2023-02-15T20:06:13.152Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2023-02-15T20:06:13.720Z] ---> 59420cc4133e [2023-02-15T20:06:13.720Z] Step 19/24 : WORKDIR / [2023-02-15T20:06:13.720Z] ---> 44fce8f76111 [2023-02-15T20:06:13.720Z] Step 19/23 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-02-15T20:06:13.720Z] ---> Running in 523d8ecfe5da [2023-02-15T20:06:13.720Z] ---> Running in 1b4328e39b7b [2023-02-15T20:06:13.994Z] Removing intermediate container 523d8ecfe5da [2023-02-15T20:06:13.994Z] ---> aa57394f6cd5 [2023-02-15T20:06:13.994Z] Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-02-15T20:06:14.255Z] Removing intermediate container 1b4328e39b7b [2023-02-15T20:06:14.255Z] ---> b33339b3b3c6 [2023-02-15T20:06:14.255Z] Step 20/23 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-02-15T20:06:14.255Z] ---> Running in bee051ff37bd [2023-02-15T20:06:14.255Z] ---> Running in 5ac55d914041 [2023-02-15T20:06:14.825Z] Removing intermediate container bee051ff37bd [2023-02-15T20:06:14.825Z] ---> 29d543e1de47 [2023-02-15T20:06:14.825Z] Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-02-15T20:06:14.825Z] Removing intermediate container 5ac55d914041 [2023-02-15T20:06:14.825Z] ---> dc74f25b2cd5 [2023-02-15T20:06:14.825Z] Step 21/23 : LABEL arch=x86_64 [2023-02-15T20:06:14.825Z] ---> Running in 334c764131a9 [2023-02-15T20:06:14.825Z] ---> Running in 6f67b92105a2 [2023-02-15T20:06:15.106Z] Removing intermediate container 334c764131a9 [2023-02-15T20:06:15.106Z] ---> 7d4e7ff33dde [2023-02-15T20:06:15.106Z] Step 22/24 : LABEL arch=x86_64 [2023-02-15T20:06:15.106Z] Removing intermediate container 6f67b92105a2 [2023-02-15T20:06:15.106Z] ---> 662178962b8e [2023-02-15T20:06:15.106Z] Step 22/23 : LABEL git_sha=cacbc01dbf264f01fcaaf584ccd39c6a0a3592de [2023-02-15T20:06:15.106Z] ---> Running in 0d40d66e4ba6 [2023-02-15T20:06:15.106Z] ---> Running in 3c16ce6770ea [2023-02-15T20:06:15.367Z] Removing intermediate container 0d40d66e4ba6 [2023-02-15T20:06:15.367Z] ---> 4eb1246396db [2023-02-15T20:06:15.367Z] Step 23/24 : LABEL git_sha=cacbc01dbf264f01fcaaf584ccd39c6a0a3592de [2023-02-15T20:06:15.367Z] ---> Running in 809020f9a6ec [2023-02-15T20:06:15.367Z] Removing intermediate container 3c16ce6770ea [2023-02-15T20:06:15.367Z] ---> 26321fed7176 [2023-02-15T20:06:15.367Z] Step 23/23 : LABEL version=0.0.0 [2023-02-15T20:06:15.367Z] ---> Running in bd3d9b1e3046 [2023-02-15T20:06:15.367Z] Removing intermediate container 809020f9a6ec [2023-02-15T20:06:15.367Z] ---> 00ff2e80c081 [2023-02-15T20:06:15.367Z] Step 24/24 : LABEL version=0.0.0 [2023-02-15T20:06:15.630Z] ---> Running in 89de99ec1021 [2023-02-15T20:06:15.630Z] Removing intermediate container bd3d9b1e3046 [2023-02-15T20:06:15.630Z] ---> aad0c1ddcc7e [2023-02-15T20:06:15.630Z] [2023-02-15T20:06:15.630Z] Successfully built aad0c1ddcc7e [2023-02-15T20:06:15.630Z] Successfully tagged security-spire-server:latest [2023-02-15T20:06:15.630Z] Building security-spire-agent [2023-02-15T20:06:15.630Z]  Building security-spire-server ... done Removing intermediate container 89de99ec1021 [2023-02-15T20:06:15.630Z] ---> 4ac53f4591f4 [2023-02-15T20:06:15.630Z] [2023-02-15T20:06:15.630Z] Successfully built 4ac53f4591f4 [2023-02-15T20:06:15.891Z] Successfully tagged security-spire-config:latest [2023-02-15T20:06:15.891Z]  Building security-spire-config ... done Building support-scheduler [2023-02-15T20:06:16.835Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2023-02-15T20:06:17.097Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2023-02-15T20:06:18.532Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-02-15T20:06:18.532Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-02-15T20:06:19.114Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-02-15T20:06:19.731Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh [2023-02-15T20:06:20.065Z] + ls -al . [2023-02-15T20:06:20.065Z] total 744 [2023-02-15T20:06:20.065Z] drwxrwxr-x 10 1001 1001 4096 Feb 15 20:00 . [2023-02-15T20:06:20.065Z] drwxr-xr-x 4 root root 4096 Feb 15 20:00 .. [2023-02-15T20:06:20.065Z] drwxrwxr-x 2 1001 1001 4096 Feb 15 19:59 .blubracket [2023-02-15T20:06:20.065Z] -rw-rw-r-- 1 1001 1001 16 Feb 15 19:59 .dockerignore [2023-02-15T20:06:20.065Z] drwxrwxr-x 8 1001 1001 4096 Feb 15 19:59 .git [2023-02-15T20:06:20.065Z] drwxrwxr-x 3 1001 1001 4096 Feb 15 19:59 .github [2023-02-15T20:06:20.065Z] -rw-rw-r-- 1 1001 1001 1024 Feb 15 19:59 .gitignore [2023-02-15T20:06:20.065Z] -rw-rw-r-- 1 1001 1001 42 Feb 15 19:59 .golangci.yml [2023-02-15T20:06:20.065Z] -rw-rw-r-- 1 1001 1001 87 Feb 15 19:59 .hadolint.yml [2023-02-15T20:06:20.065Z] -rw-rw-r-- 1 1001 1001 166 Feb 15 19:59 .sonarcloud.properties [2023-02-15T20:06:20.065Z] -rw-rw-r-- 1 1001 1001 1171 Feb 15 19:59 ADOPTERS.md [2023-02-15T20:06:20.065Z] -rw-rw-r-- 1 1001 1001 10825 Feb 15 19:59 Attribution.txt [2023-02-15T20:06:20.065Z] -rw-rw-r-- 1 1001 1001 73765 Feb 15 19:59 CHANGELOG.md [2023-02-15T20:06:20.065Z] -rw-rw-r-- 1 1001 1001 3804 Feb 15 19:59 CONTRIBUTING.md [2023-02-15T20:06:20.065Z] -rw-rw-r-- 1 1001 1001 677 Feb 15 19:59 GOVERNANCE.md [2023-02-15T20:06:20.065Z] -rw-rw-r-- 1 1001 1001 850 Feb 15 19:59 Jenkinsfile [2023-02-15T20:06:20.065Z] -rw-rw-r-- 1 1001 1001 10775 Feb 15 19:59 LICENSE [2023-02-15T20:06:20.065Z] -rw-rw-r-- 1 1001 1001 13375 Feb 15 19:59 Makefile [2023-02-15T20:06:20.065Z] -rw-rw-r-- 1 1001 1001 582 Feb 15 19:59 OWNERS.md [2023-02-15T20:06:20.065Z] -rw-rw-r-- 1 1001 1001 9403 Feb 15 19:59 README.md [2023-02-15T20:06:20.065Z] -rw-rw-r-- 1 1001 1001 6912 Feb 15 19:59 SECURITY.md [2023-02-15T20:06:20.065Z] -rw-rw-r-- 1 1001 1001 5 Feb 15 19:58 VERSION [2023-02-15T20:06:20.065Z] drwxrwxr-x 2 1001 1001 4096 Feb 15 19:59 bin [2023-02-15T20:06:20.065Z] drwxrwxr-x 17 1001 1001 4096 Feb 15 19:59 cmd [2023-02-15T20:06:20.065Z] -rw-r--r-- 1 root root 487529 Feb 15 20:04 coverage.out [2023-02-15T20:06:20.065Z] -rw-rw-r-- 1 1001 1001 3295 Feb 15 19:59 go.mod [2023-02-15T20:06:20.065Z] -rw-rw-r-- 1 1001 1001 33318 Feb 15 19:59 go.sum [2023-02-15T20:06:20.065Z] drwxrwxr-x 7 1001 1001 4096 Feb 15 19:59 internal [2023-02-15T20:06:20.065Z] drwxrwxr-x 3 1001 1001 4096 Feb 15 19:59 openapi [2023-02-15T20:06:20.065Z] drwxrwxr-x 4 1001 1001 4096 Feb 15 19:59 snap [2023-02-15T20:06:20.065Z] -rw-rw-r-- 1 1001 1001 204 Feb 15 19:59 version.go [Pipeline] sh [2023-02-15T20:06:20.391Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-15T20:06:20.391Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-02-15T20:06:20.391Z] ---> 8265f0de8156 [2023-02-15T20:06:20.391Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-02-15T20:06:20.391Z] ---> Using cache [2023-02-15T20:06:20.391Z] ---> 8840b6c4e022 [2023-02-15T20:06:20.391Z] Step 4/22 : WORKDIR /edgex-go [2023-02-15T20:06:20.391Z] ---> Using cache [2023-02-15T20:06:20.391Z] ---> 1036dff1a0e1 [2023-02-15T20:06:20.391Z] Step 5/22 : RUN apk add --update --no-cache make git [2023-02-15T20:06:20.391Z] ---> Using cache [2023-02-15T20:06:20.391Z] ---> 42ab684c10b3 [2023-02-15T20:06:20.391Z] Step 6/22 : COPY go.mod vendor* ./ [2023-02-15T20:06:20.391Z] ---> Using cache [2023-02-15T20:06:20.391Z] ---> 2abeeb8901a7 [2023-02-15T20:06:20.391Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-15T20:06:20.391Z] ---> Using cache [2023-02-15T20:06:20.391Z] ---> d3cd7f4e1830 [2023-02-15T20:06:20.391Z] Step 8/22 : COPY . . [2023-02-15T20:06:20.391Z] ---> Using cache [2023-02-15T20:06:20.391Z] ---> 37b2f761d483 [2023-02-15T20:06:20.391Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2023-02-15T20:06:20.396Z] + '[' -e coverage.out ] [2023-02-15T20:06:20.396Z] + chown 1001:1001 coverage.out [Pipeline] stash [2023-02-15T20:06:20.447Z] Warning: overwriting stash ‘coverage-report’ [2023-02-15T20:06:21.162Z] Stashed 1 file(s) [Pipeline] sh [2023-02-15T20:06:21.487Z] + make build [2023-02-15T20:06:21.487Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data [2023-02-15T20:06:21.785Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-15T20:06:21.785Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-02-15T20:06:21.785Z] ---> 8265f0de8156 [2023-02-15T20:06:21.785Z] Step 3/24 : WORKDIR /edgex-go [2023-02-15T20:06:21.785Z] ---> Using cache [2023-02-15T20:06:21.785Z] ---> 29f2bc408cd7 [2023-02-15T20:06:21.785Z] Step 4/24 : RUN apk add --update --no-cache make git build-base curl [2023-02-15T20:06:21.785Z] ---> Using cache [2023-02-15T20:06:21.785Z] ---> a7b19b51e780 [2023-02-15T20:06:21.786Z] Step 5/24 : COPY go.mod vendor* ./ [2023-02-15T20:06:21.786Z] ---> Using cache [2023-02-15T20:06:21.786Z] ---> 213286f3b7e6 [2023-02-15T20:06:21.786Z] Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-15T20:06:21.786Z] ---> Using cache [2023-02-15T20:06:21.786Z] ---> 4ad01574aaa6 [2023-02-15T20:06:21.786Z] Step 7/24 : COPY . . [2023-02-15T20:06:21.786Z] ---> Using cache [2023-02-15T20:06:21.786Z] ---> 9c9f38807f6c [2023-02-15T20:06:21.786Z] Step 8/24 : ARG SPIRE_RELEASE=1.2.1 [2023-02-15T20:06:21.786Z] ---> Using cache [2023-02-15T20:06:21.786Z] ---> 1d20bb5becc7 [2023-02-15T20:06:21.786Z] Step 9/24 : WORKDIR /edgex-go/spire-build [2023-02-15T20:06:21.786Z] ---> Using cache [2023-02-15T20:06:21.786Z] ---> dc6c2154c038 [2023-02-15T20:06:21.786Z] Step 10/24 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi [2023-02-15T20:06:21.786Z] ---> Using cache [2023-02-15T20:06:21.786Z] ---> 61e48230dd0c [2023-02-15T20:06:21.786Z] Step 11/24 : WORKDIR /edgex-go [2023-02-15T20:06:21.786Z] ---> Using cache [2023-02-15T20:06:21.786Z] ---> c4783a25c033 [2023-02-15T20:06:21.786Z] [2023-02-15T20:06:21.786Z] Step 12/24 : FROM alpine:3.15 [2023-02-15T20:06:21.786Z] ---> 5ce65d7b0fde [2023-02-15T20:06:21.786Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-02-15T20:06:21.786Z] ---> Using cache [2023-02-15T20:06:21.786Z] ---> 36f325058187 [2023-02-15T20:06:21.786Z] Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-02-15T20:06:21.786Z] ---> Using cache [2023-02-15T20:06:21.786Z] ---> 1e051a881113 [2023-02-15T20:06:21.786Z] Step 15/24 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin [2023-02-15T20:06:27.088Z] ---> 2fdc7ac69ac4 [2023-02-15T20:06:27.088Z] Step 16/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-02-15T20:06:27.088Z] ---> Running in 85b307fdb07d [2023-02-15T20:06:27.088Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2023-02-15T20:06:32.411Z] ---> 36cddb7622be [2023-02-15T20:06:32.411Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2023-02-15T20:06:32.411Z] Removing intermediate container ac9f1b23f20a [2023-02-15T20:06:32.411Z] ---> 34c3beda52e9 [2023-02-15T20:06:32.411Z] [2023-02-15T20:06:32.411Z] Step 9/24 : FROM alpine:3.16 [2023-02-15T20:06:32.411Z] ---> dfd21b5a31f5 [2023-02-15T20:06:32.411Z] Step 10/24 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec [2023-02-15T20:06:32.411Z] Removing intermediate container 2ca19d7e6ddb [2023-02-15T20:06:32.411Z] ---> 5a8ba5b38e46 [2023-02-15T20:06:32.411Z] [2023-02-15T20:06:32.411Z] Step 10/23 : FROM alpine:3.16 [2023-02-15T20:06:32.411Z] ---> dfd21b5a31f5 [2023-02-15T20:06:32.411Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2023-02-15T20:06:32.411Z] ---> Using cache [2023-02-15T20:06:32.411Z] ---> 4056e61d144e [2023-02-15T20:06:32.411Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2023-02-15T20:06:32.411Z] ---> Using cache [2023-02-15T20:06:32.411Z] ---> 3dd450a67043 [2023-02-15T20:06:32.411Z] Step 13/23 : ENV APP_PORT=59882 [2023-02-15T20:06:32.411Z] Removing intermediate container 13ca3d523a47 [2023-02-15T20:06:32.411Z] ---> edfda39b6422 [2023-02-15T20:06:32.411Z] [2023-02-15T20:06:32.411Z] Step 9/21 : FROM alpine:3.16 [2023-02-15T20:06:32.411Z] ---> dfd21b5a31f5 [2023-02-15T20:06:32.411Z] Step 10/21 : RUN apk add --update --no-cache curl dumb-init [2023-02-15T20:06:32.411Z] ---> Running in 961e673dbc3b [2023-02-15T20:06:32.411Z] ---> Running in 474c671b9f9e [2023-02-15T20:06:32.411Z] ---> Running in b6ec514d0cad [2023-02-15T20:06:32.411Z] ---> d54d5aa6aa9f [2023-02-15T20:06:32.411Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2023-02-15T20:06:32.411Z] Removing intermediate container 961e673dbc3b [2023-02-15T20:06:32.411Z] ---> ad5c929b299d [2023-02-15T20:06:32.411Z] Step 14/23 : EXPOSE $APP_PORT [2023-02-15T20:06:32.411Z] ---> Running in 7a38e5ae756a [2023-02-15T20:06:32.672Z] Removing intermediate container 7a38e5ae756a [2023-02-15T20:06:32.672Z] ---> 6df1cac3ab11 [2023-02-15T20:06:32.672Z] Step 15/23 : WORKDIR / [2023-02-15T20:06:32.672Z] ---> Running in 5258e58a3dd0 [2023-02-15T20:06:32.672Z] ---> 65fa4f417b01 [2023-02-15T20:06:32.672Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2023-02-15T20:06:32.930Z] Removing intermediate container 5258e58a3dd0 [2023-02-15T20:06:32.930Z] ---> 1248eadccf2c [2023-02-15T20:06:32.930Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2023-02-15T20:06:32.930Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-15T20:06:32.930Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-15T20:06:32.930Z] ---> 3542e75e6000 [2023-02-15T20:06:32.930Z] Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-02-15T20:06:32.930Z] ---> Running in 94706ac9c8e3 [2023-02-15T20:06:32.930Z] ---> 9cc628561e04 [2023-02-15T20:06:32.930Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2023-02-15T20:06:32.930Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-15T20:06:33.192Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-15T20:06:33.192Z] Removing intermediate container 94706ac9c8e3 [2023-02-15T20:06:33.192Z] ---> 1e5d97945a15 [2023-02-15T20:06:33.192Z] Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-02-15T20:06:33.450Z] (1/3) Installing ca-certificates (20220614-r0) [2023-02-15T20:06:33.450Z] (2/3) Installing dumb-init (1.2.5-r1) [2023-02-15T20:06:33.450Z] (3/3) Installing su-exec (0.2-r1) [2023-02-15T20:06:33.450Z] (1/6) Installing ca-certificates (20220614-r0) [2023-02-15T20:06:33.450Z] Executing busybox-1.35.0-r17.trigger [2023-02-15T20:06:33.450Z] Executing ca-certificates-20220614-r0.trigger [2023-02-15T20:06:33.450Z] (2/6) Installing brotli-libs (1.0.9-r6) [2023-02-15T20:06:33.450Z] (3/6) Installing nghttp2-libs (1.47.0-r0) [2023-02-15T20:06:33.450Z] (4/6) Installing libcurl (7.83.1-r6) [2023-02-15T20:06:33.450Z] (5/6) Installing curl (7.83.1-r6) [2023-02-15T20:06:33.450Z] (6/6) Installing dumb-init (1.2.5-r1) [2023-02-15T20:06:33.450Z] Executing busybox-1.35.0-r17.trigger [2023-02-15T20:06:33.450Z] Executing ca-certificates-20220614-r0.trigger [2023-02-15T20:06:33.450Z] OK: 6 MiB in 17 packages [2023-02-15T20:06:33.450Z] OK: 8 MiB in 20 packages [2023-02-15T20:06:33.708Z] ---> Running in 138536946fef [2023-02-15T20:06:33.708Z] ---> cb4461ac5eb1 [2023-02-15T20:06:33.708Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2023-02-15T20:06:33.708Z] Removing intermediate container 138536946fef [2023-02-15T20:06:33.708Z] ---> d450167b69f3 [2023-02-15T20:06:33.708Z] Step 22/24 : LABEL arch=x86_64 [2023-02-15T20:06:33.968Z] ---> Running in 518e8774d218 [2023-02-15T20:06:34.229Z] Removing intermediate container 518e8774d218 [2023-02-15T20:06:34.229Z] ---> 037d0771ae0b [2023-02-15T20:06:34.229Z] Step 23/24 : LABEL git_sha=cacbc01dbf264f01fcaaf584ccd39c6a0a3592de [2023-02-15T20:06:34.229Z] ---> 4da93f745884 [2023-02-15T20:06:34.229Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2023-02-15T20:06:34.229Z] ---> Running in d301b23f97d9 [2023-02-15T20:06:34.229Z] ---> Running in 4917b09ab8bd [2023-02-15T20:06:34.229Z] Removing intermediate container 474c671b9f9e [2023-02-15T20:06:34.229Z] ---> 7a8cd436fecb [2023-02-15T20:06:34.229Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2023-02-15T20:06:34.229Z] ---> Running in e0874d24569e [2023-02-15T20:06:34.493Z] Removing intermediate container d301b23f97d9 [2023-02-15T20:06:34.493Z] ---> 951326786009 [2023-02-15T20:06:34.493Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-02-15T20:06:34.493Z] Removing intermediate container 4917b09ab8bd [2023-02-15T20:06:34.493Z] ---> edc224650651 [2023-02-15T20:06:34.493Z] Step 24/24 : LABEL version=0.0.0 [2023-02-15T20:06:34.493Z] Removing intermediate container b6ec514d0cad [2023-02-15T20:06:34.493Z] ---> bc862345afa8 [2023-02-15T20:06:34.493Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2023-02-15T20:06:34.768Z] ---> Running in d2755401c6d5 [2023-02-15T20:06:34.768Z] Removing intermediate container e0874d24569e [2023-02-15T20:06:34.768Z] ---> ad03ea3983ec [2023-02-15T20:06:34.768Z] Step 12/24 : WORKDIR / [2023-02-15T20:06:34.768Z] ---> Running in c8e9e50354b0 [2023-02-15T20:06:34.768Z] ---> Running in feea395ede79 [2023-02-15T20:06:34.768Z] ---> Running in b15c33f56055 [2023-02-15T20:06:35.032Z] Removing intermediate container feea395ede79 [2023-02-15T20:06:35.032Z] ---> 72c5173e5516 [2023-02-15T20:06:35.032Z] [2023-02-15T20:06:35.032Z] Removing intermediate container d2755401c6d5 [2023-02-15T20:06:35.032Z] ---> fef1b36a4df4 [2023-02-15T20:06:35.032Z] Step 21/23 : LABEL arch=x86_64 [2023-02-15T20:06:35.032Z] Removing intermediate container c8e9e50354b0 [2023-02-15T20:06:35.032Z] ---> fed8b719ec42 [2023-02-15T20:06:35.032Z] Step 12/21 : WORKDIR /edgex [2023-02-15T20:06:35.032Z] ---> Running in 2763bcec4ff6 [2023-02-15T20:06:35.032Z] ---> Running in 740cf23cceb7 [2023-02-15T20:06:35.289Z] Successfully built 72c5173e5516 [2023-02-15T20:06:35.290Z] Successfully tagged security-spire-agent:latest [2023-02-15T20:06:35.290Z]  Building security-spire-agent ... done Building core-data [2023-02-15T20:06:35.290Z] Removing intermediate container b15c33f56055 [2023-02-15T20:06:35.290Z] ---> 21570130e09d [2023-02-15T20:06:35.290Z] Step 13/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2023-02-15T20:06:35.290Z] Removing intermediate container 2763bcec4ff6 [2023-02-15T20:06:35.290Z] ---> 2c4fe0707934 [2023-02-15T20:06:35.290Z] Step 22/23 : LABEL git_sha=cacbc01dbf264f01fcaaf584ccd39c6a0a3592de [2023-02-15T20:06:38.625Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-15T20:06:38.625Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-02-15T20:06:38.883Z] ---> 8265f0de8156 [2023-02-15T20:06:38.883Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-02-15T20:06:38.883Z] ---> Using cache [2023-02-15T20:06:38.883Z] ---> 8840b6c4e022 [2023-02-15T20:06:38.883Z] Step 4/22 : WORKDIR /edgex-go [2023-02-15T20:06:38.883Z] ---> Using cache [2023-02-15T20:06:38.883Z] ---> 1036dff1a0e1 [2023-02-15T20:06:38.883Z] Step 5/22 : RUN apk add --update --no-cache make git [2023-02-15T20:06:38.883Z] ---> Using cache [2023-02-15T20:06:38.883Z] ---> 42ab684c10b3 [2023-02-15T20:06:38.883Z] Step 6/22 : COPY go.mod vendor* ./ [2023-02-15T20:06:38.883Z] ---> Using cache [2023-02-15T20:06:38.883Z] ---> 2abeeb8901a7 [2023-02-15T20:06:38.883Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-15T20:06:38.883Z] ---> Using cache [2023-02-15T20:06:38.883Z] ---> d3cd7f4e1830 [2023-02-15T20:06:38.883Z] Step 8/22 : COPY . . [2023-02-15T20:06:38.883Z] ---> Using cache [2023-02-15T20:06:38.883Z] ---> 37b2f761d483 [2023-02-15T20:06:38.883Z] Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data [2023-02-15T20:06:40.261Z] ---> Running in 6baf3cbf5fb2 [2023-02-15T20:06:40.261Z] ---> 700e7d0a7102 [2023-02-15T20:06:40.261Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2023-02-15T20:06:40.261Z] Removing intermediate container 740cf23cceb7 [2023-02-15T20:06:40.261Z] ---> 0a2a2c786352 [2023-02-15T20:06:40.261Z] Step 13/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2023-02-15T20:06:40.261Z] ---> Running in c4a3ee6607e2 [2023-02-15T20:06:40.261Z] Removing intermediate container 6baf3cbf5fb2 [2023-02-15T20:06:40.261Z] ---> f2135478f98e [2023-02-15T20:06:40.261Z] Step 23/23 : LABEL version=0.0.0 [2023-02-15T20:06:40.261Z] ---> Running in 3f212753f406 [2023-02-15T20:06:40.523Z] ---> abf40f008d3f [2023-02-15T20:06:40.523Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2023-02-15T20:06:40.523Z] Removing intermediate container 3f212753f406 [2023-02-15T20:06:40.523Z] ---> 2b89e45f44bd [2023-02-15T20:06:40.523Z] [2023-02-15T20:06:40.523Z] ---> b40e1d51a484 [2023-02-15T20:06:40.523Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2023-02-15T20:06:40.523Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data [2023-02-15T20:06:40.785Z] Successfully built 2b89e45f44bd [2023-02-15T20:06:40.785Z] Successfully tagged core-command:latest [2023-02-15T20:06:40.785Z]  Building core-command ... done  ---> a84ddbb9bef2 [2023-02-15T20:06:40.785Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml [2023-02-15T20:06:41.351Z] ---> 19f26cf0e91a [2023-02-15T20:06:41.351Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2023-02-15T20:06:41.351Z] ---> 19ad2c9c6d78 [2023-02-15T20:06:41.351Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2023-02-15T20:06:42.287Z] ---> 2d8cba0e17c4 [2023-02-15T20:06:42.287Z] ---> eac7226844af [2023-02-15T20:06:42.287Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2023-02-15T20:06:42.287Z] [2023-02-15T20:06:43.221Z] ---> e0e26a9509f2 [2023-02-15T20:06:43.221Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2023-02-15T20:06:43.221Z] ---> ca9a2937ea00 [2023-02-15T20:06:43.221Z] Step 17/21 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-02-15T20:06:43.221Z] ---> Running in 744d27ffafab [2023-02-15T20:06:43.789Z] ---> 1980874e610b [2023-02-15T20:06:43.789Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-02-15T20:06:43.789Z] ---> Running in 5925b9b02a0c [2023-02-15T20:06:45.169Z] Removing intermediate container 744d27ffafab [2023-02-15T20:06:45.169Z] ---> 22b05b8cbdfb [2023-02-15T20:06:45.169Z] Step 18/21 : ENTRYPOINT ["entrypoint.sh"] [2023-02-15T20:06:45.169Z] ---> Running in ff00c8d6aa8b [2023-02-15T20:06:45.428Z] Removing intermediate container ff00c8d6aa8b [2023-02-15T20:06:45.428Z] ---> aabc0d54d88c [2023-02-15T20:06:45.428Z] Step 19/21 : LABEL arch=x86_64 [2023-02-15T20:06:45.428Z] ---> Running in b4691aa7dd3e [2023-02-15T20:06:45.428Z] Removing intermediate container 5925b9b02a0c [2023-02-15T20:06:45.428Z] ---> 2230f9368a38 [2023-02-15T20:06:45.428Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2023-02-15T20:06:45.428Z] ---> Running in 23aaa171a60c [2023-02-15T20:06:45.711Z] Removing intermediate container b4691aa7dd3e [2023-02-15T20:06:45.711Z] ---> 44e6fb9aa989 [2023-02-15T20:06:45.711Z] Step 20/21 : LABEL git_sha=cacbc01dbf264f01fcaaf584ccd39c6a0a3592de [2023-02-15T20:06:45.711Z] ---> Running in 8231cea1b5d0 [2023-02-15T20:06:45.711Z] Removing intermediate container 23aaa171a60c [2023-02-15T20:06:45.711Z] ---> 502261c158fa [2023-02-15T20:06:45.711Z] Step 22/24 : LABEL arch=x86_64 [2023-02-15T20:06:45.711Z] ---> Running in eae3f5ee4561 [2023-02-15T20:06:45.972Z] Removing intermediate container 8231cea1b5d0 [2023-02-15T20:06:45.972Z] ---> ced8641be18d [2023-02-15T20:06:45.972Z] Step 21/21 : LABEL version=0.0.0 [2023-02-15T20:06:45.972Z] ---> Running in 7e875d950332 [2023-02-15T20:06:45.972Z] Removing intermediate container eae3f5ee4561 [2023-02-15T20:06:45.972Z] ---> 469b9ca687c7 [2023-02-15T20:06:45.972Z] Step 23/24 : LABEL git_sha=cacbc01dbf264f01fcaaf584ccd39c6a0a3592de [2023-02-15T20:06:45.972Z] ---> Running in 6d73caeb758b [2023-02-15T20:06:46.232Z] Removing intermediate container 7e875d950332 [2023-02-15T20:06:46.232Z] ---> f69662ecce6e [2023-02-15T20:06:46.232Z] [2023-02-15T20:06:46.232Z] Successfully built f69662ecce6e [2023-02-15T20:06:46.232Z] Removing intermediate container 6d73caeb758b [2023-02-15T20:06:46.232Z] ---> 9fb086c09954 [2023-02-15T20:06:46.232Z] Step 24/24 : LABEL version=0.0.0 [2023-02-15T20:06:46.232Z] Successfully tagged security-proxy-setup:latest [2023-02-15T20:06:46.232Z]  Building security-proxy-setup ... done  ---> Running in 54f442682ff1 [2023-02-15T20:06:46.491Z] Removing intermediate container 54f442682ff1 [2023-02-15T20:06:46.491Z] ---> 9ffba2303be7 [2023-02-15T20:06:46.491Z] [2023-02-15T20:06:46.491Z] Successfully built 9ffba2303be7 [2023-02-15T20:06:46.491Z] Successfully tagged security-secretstore-setup:latest [2023-02-15T20:06:53.063Z]  Building security-secretstore-setup ... done Removing intermediate container 85b307fdb07d [2023-02-15T20:06:53.063Z] ---> 0cde1ed35fd7 [2023-02-15T20:06:53.063Z] [2023-02-15T20:06:53.063Z] Step 10/22 : FROM alpine:3.16 [2023-02-15T20:06:53.063Z] ---> dfd21b5a31f5 [2023-02-15T20:06:53.063Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2023-02-15T20:06:53.063Z] ---> Using cache [2023-02-15T20:06:53.063Z] ---> 4056e61d144e [2023-02-15T20:06:53.063Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2023-02-15T20:06:53.063Z] ---> Using cache [2023-02-15T20:06:53.063Z] ---> 3dd450a67043 [2023-02-15T20:06:53.063Z] Step 13/22 : ENV APP_PORT=59861 [2023-02-15T20:06:53.063Z] ---> Running in 23f543b3bcd5 [2023-02-15T20:06:53.063Z] Removing intermediate container 23f543b3bcd5 [2023-02-15T20:06:53.063Z] ---> d7d048c98cbd [2023-02-15T20:06:53.063Z] Step 14/22 : EXPOSE $APP_PORT [2023-02-15T20:06:53.063Z] ---> Running in 714b6135caa6 [2023-02-15T20:06:53.063Z] Removing intermediate container 714b6135caa6 [2023-02-15T20:06:53.063Z] ---> 5233791f251c [2023-02-15T20:06:53.063Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-02-15T20:06:53.063Z] ---> 4ad59ddc862a [2023-02-15T20:06:53.063Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2023-02-15T20:06:53.995Z] ---> eed3b6fe0656 [2023-02-15T20:06:53.995Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2023-02-15T20:06:54.560Z] ---> 18a8909cc132 [2023-02-15T20:06:54.560Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2023-02-15T20:06:54.817Z] ---> Running in c30a0aa2042d [2023-02-15T20:06:54.817Z] Removing intermediate container c30a0aa2042d [2023-02-15T20:06:54.817Z] ---> 43942fd900a8 [2023-02-15T20:06:54.817Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-02-15T20:06:54.817Z] ---> Running in f55024722827 [2023-02-15T20:06:55.077Z] Removing intermediate container f55024722827 [2023-02-15T20:06:55.077Z] ---> 7d949e23d252 [2023-02-15T20:06:55.077Z] Step 20/22 : LABEL arch=x86_64 [2023-02-15T20:06:55.077Z] ---> Running in eb688e6d5079 [2023-02-15T20:06:55.339Z] Removing intermediate container eb688e6d5079 [2023-02-15T20:06:55.339Z] ---> cb2ee9a6d4d0 [2023-02-15T20:06:55.339Z] Step 21/22 : LABEL git_sha=cacbc01dbf264f01fcaaf584ccd39c6a0a3592de [2023-02-15T20:06:55.339Z] ---> Running in c8483eda7380 [2023-02-15T20:06:55.339Z] Removing intermediate container c8483eda7380 [2023-02-15T20:06:55.339Z] ---> c77f9aa1ba8c [2023-02-15T20:06:55.339Z] Step 22/22 : LABEL version=0.0.0 [2023-02-15T20:06:55.339Z] ---> Running in 81b63c1c70fd [2023-02-15T20:06:55.596Z] Removing intermediate container 81b63c1c70fd [2023-02-15T20:06:55.596Z] ---> c2ce1ac3761e [2023-02-15T20:06:55.596Z] [2023-02-15T20:06:55.596Z] Successfully built c2ce1ac3761e [2023-02-15T20:06:55.596Z] Successfully tagged support-scheduler:latest [2023-02-15T20:06:59.787Z]  Building support-scheduler ... done Removing intermediate container c4a3ee6607e2 [2023-02-15T20:06:59.788Z] ---> 07a2720061ae [2023-02-15T20:06:59.788Z] [2023-02-15T20:06:59.788Z] Step 10/22 : FROM alpine:3.16 [2023-02-15T20:06:59.788Z] ---> dfd21b5a31f5 [2023-02-15T20:06:59.788Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2023-02-15T20:06:59.788Z] ---> Running in f77d526cadfe [2023-02-15T20:06:59.788Z] Removing intermediate container f77d526cadfe [2023-02-15T20:06:59.788Z] ---> ebdce588eca2 [2023-02-15T20:06:59.788Z] Step 12/22 : ENV APP_PORT=59880 [2023-02-15T20:06:59.788Z] ---> Running in df2578dbeba0 [2023-02-15T20:06:59.788Z] Removing intermediate container df2578dbeba0 [2023-02-15T20:06:59.788Z] ---> d67458b4f9cc [2023-02-15T20:06:59.788Z] Step 13/22 : EXPOSE $APP_PORT [2023-02-15T20:06:59.788Z] ---> Running in 3fc4779d442f [2023-02-15T20:06:59.788Z] Removing intermediate container 3fc4779d442f [2023-02-15T20:06:59.788Z] ---> 6aaa20e9c854 [2023-02-15T20:06:59.788Z] Step 14/22 : RUN apk add --update --no-cache dumb-init [2023-02-15T20:06:59.788Z] ---> Running in 6ac417b53e3e [2023-02-15T20:06:59.788Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-15T20:07:00.046Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-15T20:07:00.306Z] (1/1) Installing dumb-init (1.2.5-r1) [2023-02-15T20:07:00.306Z] Executing busybox-1.35.0-r17.trigger [2023-02-15T20:07:00.306Z] OK: 6 MiB in 15 packages [2023-02-15T20:07:00.564Z] Removing intermediate container 6ac417b53e3e [2023-02-15T20:07:00.564Z] ---> 34c8a087cb0e [2023-02-15T20:07:00.564Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-02-15T20:07:00.564Z] ---> d2d493794080 [2023-02-15T20:07:00.564Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2023-02-15T20:07:01.129Z] ---> 07b8fd6f8cda [2023-02-15T20:07:01.129Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2023-02-15T20:07:01.129Z] ---> 9de00fce178c [2023-02-15T20:07:01.129Z] Step 18/22 : ENTRYPOINT ["/core-data"] [2023-02-15T20:07:01.129Z] ---> Running in 659d12808a5f [2023-02-15T20:07:01.388Z] Removing intermediate container 659d12808a5f [2023-02-15T20:07:01.388Z] ---> 9c0757319bda [2023-02-15T20:07:01.388Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-02-15T20:07:01.388Z] ---> Running in dcec03f711ab [2023-02-15T20:07:01.388Z] Removing intermediate container dcec03f711ab [2023-02-15T20:07:01.388Z] ---> 66c82094436e [2023-02-15T20:07:01.388Z] Step 20/22 : LABEL arch=x86_64 [2023-02-15T20:07:01.388Z] ---> Running in c60a55b07688 [2023-02-15T20:07:01.388Z] Removing intermediate container c60a55b07688 [2023-02-15T20:07:01.388Z] ---> df07819de7b5 [2023-02-15T20:07:01.388Z] Step 21/22 : LABEL git_sha=cacbc01dbf264f01fcaaf584ccd39c6a0a3592de [2023-02-15T20:07:01.388Z] ---> Running in 309265ecf224 [2023-02-15T20:07:01.646Z] Removing intermediate container 309265ecf224 [2023-02-15T20:07:01.646Z] ---> 8d00ace2a751 [2023-02-15T20:07:01.646Z] Step 22/22 : LABEL version=0.0.0 [2023-02-15T20:07:01.646Z] ---> Running in 4c9d4dc7c895 [2023-02-15T20:07:01.646Z] Removing intermediate container 4c9d4dc7c895 [2023-02-15T20:07:01.646Z] ---> 081a4936ba67 [2023-02-15T20:07:01.646Z] [2023-02-15T20:07:01.646Z] Successfully built 081a4936ba67 [2023-02-15T20:07:01.646Z] Successfully tagged core-data:latest [2023-02-15T20:07:01.911Z]  Building core-data ... done  [Pipeline] } [2023-02-15T20:07:01.928Z] $ docker stop --time=1 3a5bb3e8a66ba28c8c1cd8c9bae38a9d438128eafa3b0bd6f01584a3aeb872db [2023-02-15T20:07:03.228Z] $ docker rm -f --volumes 3a5bb3e8a66ba28c8c1cd8c9bae38a9d438128eafa3b0bd6f01584a3aeb872db [Pipeline] // withDockerContainer [Pipeline] sh [2023-02-15T20:07:03.612Z] + docker images [2023-02-15T20:07:03.613Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2023-02-15T20:07:03.613Z] core-data latest 081a4936ba67 2 seconds ago 17.9MB [2023-02-15T20:07:03.613Z] 07a2720061ae 6 seconds ago 1.68GB [2023-02-15T20:07:03.613Z] support-scheduler latest c2ce1ac3761e 8 seconds ago 30MB [2023-02-15T20:07:03.613Z] 0cde1ed35fd7 13 seconds ago 1.74GB [2023-02-15T20:07:03.613Z] security-secretstore-setup latest 9ffba2303be7 17 seconds ago 30MB [2023-02-15T20:07:03.613Z] security-proxy-setup latest f69662ecce6e 18 seconds ago 27.8MB [2023-02-15T20:07:03.613Z] core-command latest 2b89e45f44bd 23 seconds ago 17.7MB [2023-02-15T20:07:03.613Z] security-spire-agent latest 72c5173e5516 29 seconds ago 125MB [2023-02-15T20:07:03.613Z] 5a8ba5b38e46 32 seconds ago 1.68GB [2023-02-15T20:07:03.613Z] 34c3beda52e9 32 seconds ago 1.67GB [2023-02-15T20:07:03.613Z] edfda39b6422 32 seconds ago 1.67GB [2023-02-15T20:07:03.613Z] security-spire-server latest aad0c1ddcc7e 48 seconds ago 86.5MB [2023-02-15T20:07:03.613Z] security-spire-config latest 4ac53f4591f4 48 seconds ago 85.8MB [2023-02-15T20:07:03.613Z] c3b6ca0dfe17 About a minute ago 1.55GB [2023-02-15T20:07:03.613Z] c4783a25c033 About a minute ago 1.55GB [2023-02-15T20:07:03.613Z] security-bootstrapper latest 7ae87a98ea43 2 minutes ago 20.4MB [2023-02-15T20:07:03.613Z] support-notifications latest f5d14b28dc0e 2 minutes ago 30.7MB [2023-02-15T20:07:03.613Z] core-metadata latest 65efe4e5d75c 2 minutes ago 18.5MB [2023-02-15T20:07:03.613Z] security-spiffe-token-provider latest 8b15ee45a994 2 minutes ago 30MB [2023-02-15T20:07:03.613Z] core-common-config-bootstrapper latest 2cb9111cdd27 2 minutes ago 15.5MB [2023-02-15T20:07:03.613Z] 35c4dd8c6245 2 minutes ago 1.74GB [2023-02-15T20:07:03.613Z] 00b4f6c13177 2 minutes ago 1.71GB [2023-02-15T20:07:03.613Z] ef9cefc5a3eb 2 minutes ago 1.68GB [2023-02-15T20:07:03.613Z] c68d6fbbdcae 2 minutes ago 1.67GB [2023-02-15T20:07:03.613Z] d814b94559c4 2 minutes ago 1.67GB [2023-02-15T20:07:03.613Z] ci-base-image-x86_64 latest 8265f0de8156 7 minutes ago 904MB [2023-02-15T20:07:03.613Z] alpine 3.15 5ce65d7b0fde 4 days ago 5.59MB [2023-02-15T20:07:03.613Z] alpine 3.16 dfd21b5a31f5 4 days ago 5.55MB [2023-02-15T20:07:03.613Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.18-alpine db6d94c90886 3 months ago 683MB [2023-02-15T20:07:03.613Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 31426a034bd3 7 months ago 253MB [2023-02-15T20:07:03.613Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose latest 360bccc3ab07 2 years ago 310MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2023-02-15T20:07:43.079Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2023-02-15T20:07:43.079Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2023-02-15T20:07:45.014Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2023-02-15T20:07:48.347Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2023-02-15T20:08:27.191Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2023-02-15T20:08:33.834Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2023-02-15T20:08:39.170Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2023-02-15T20:08:45.809Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2023-02-15T20:08:48.386Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2023-02-15T20:08:52.641Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2023-02-15T20:09:04.945Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } [2023-02-15T20:09:11.598Z] $ docker stop --time=1 da60c1c3f3355ec2e5274e83983e1135bf50262e97d518b9944e0c4c2e51c827 [2023-02-15T20:09:13.613Z] $ docker rm -f --volumes da60c1c3f3355ec2e5274e83983e1135bf50262e97d518b9944e0c4c2e51c827 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T20:09:16.164Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2023-02-15T20:09:16.164Z] [2023-02-15T20:09:16.164Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T20:09:16.561Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2023-02-15T20:09:16.561Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2023-02-15T20:09:16.561Z] 29e5d40040c1: Pulling fs layer [2023-02-15T20:09:16.561Z] 1ce36da41761: Pulling fs layer [2023-02-15T20:09:16.561Z] 25b303627fd3: Pulling fs layer [2023-02-15T20:09:16.828Z] 29e5d40040c1: Verifying Checksum [2023-02-15T20:09:16.828Z] 29e5d40040c1: Download complete [2023-02-15T20:09:17.093Z] 1ce36da41761: Verifying Checksum [2023-02-15T20:09:17.093Z] 1ce36da41761: Download complete [2023-02-15T20:09:17.358Z] 29e5d40040c1: Pull complete [2023-02-15T20:09:18.883Z] 25b303627fd3: Verifying Checksum [2023-02-15T20:09:18.883Z] 25b303627fd3: Download complete [2023-02-15T20:09:18.883Z] 1ce36da41761: Pull complete [2023-02-15T20:09:29.005Z] 25b303627fd3: Pull complete [2023-02-15T20:09:29.005Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2023-02-15T20:09:29.005Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2023-02-15T20:09:29.005Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-15T20:09:29.325Z] prd-ubuntu20.04-docker-arm64-4c-16g-6192 does not seem to be running inside a container [2023-02-15T20:09:29.384Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2023-02-15T20:09:31.563Z] $ docker top 35876c6d7409557377534b1738887857e8555d6cf15e71f6b14a63fec048f1f4 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-02-15T20:09:32.438Z] + docker-compose build --help+ [2023-02-15T20:09:32.438Z] grep parallel [2023-02-15T20:09:36.686Z] --parallel Build images in parallel. [Pipeline] } [2023-02-15T20:09:36.715Z] $ docker stop --time=1 35876c6d7409557377534b1738887857e8555d6cf15e71f6b14a63fec048f1f4 [2023-02-15T20:09:38.375Z] $ docker rm -f --volumes 35876c6d7409557377534b1738887857e8555d6cf15e71f6b14a63fec048f1f4 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T20:09:39.091Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2023-02-15T20:09:39.091Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-15T20:09:39.335Z] prd-ubuntu20.04-docker-arm64-4c-16g-6192 does not seem to be running inside a container [2023-02-15T20:09:39.387Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2023-02-15T20:09:40.549Z] $ docker top 5716501199ec7424d418974d73bb5dafe590c062948709f47a4e931e83003e70 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-02-15T20:09:41.421Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2023-02-15T20:09:45.662Z] Building core-command ... [2023-02-15T20:09:45.662Z] Building core-common-config-bootstrapper ... [2023-02-15T20:09:45.662Z] Building core-data ... [2023-02-15T20:09:45.662Z] Building core-metadata ... [2023-02-15T20:09:45.662Z] Building security-bootstrapper ... [2023-02-15T20:09:45.662Z] Building security-proxy-setup ... [2023-02-15T20:09:45.662Z] Building security-secretstore-setup ... [2023-02-15T20:09:45.662Z] Building security-spiffe-token-provider ... [2023-02-15T20:09:45.662Z] Building security-spire-agent ... [2023-02-15T20:09:45.662Z] Building security-spire-config ... [2023-02-15T20:09:45.662Z] Building security-spire-server ... [2023-02-15T20:09:45.662Z] Building support-notifications ... [2023-02-15T20:09:45.662Z] Building support-scheduler ... [2023-02-15T20:09:45.662Z] Building security-spiffe-token-provider [2023-02-15T20:09:45.662Z] Building security-proxy-setup [2023-02-15T20:09:45.662Z] Building security-spire-agent [2023-02-15T20:09:45.662Z] Building support-notifications [2023-02-15T20:09:45.662Z] Building core-metadata [2023-02-15T20:10:32.507Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-15T20:10:32.507Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-02-15T20:10:32.507Z] ---> 62e28e230fea [2023-02-15T20:10:32.507Z] Step 3/24 : WORKDIR /edgex-go [2023-02-15T20:10:32.507Z] Step 1/19 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-15T20:10:32.507Z] Step 2/19 : FROM ${BUILDER_BASE} AS builder [2023-02-15T20:10:32.507Z] ---> 62e28e230fea [2023-02-15T20:10:32.507Z] Step 3/19 : WORKDIR /edgex-go [2023-02-15T20:10:32.507Z] Step 1/21 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-15T20:10:32.507Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2023-02-15T20:10:32.507Z] ---> 62e28e230fea [2023-02-15T20:10:32.507Z] Step 3/21 : WORKDIR /edgex-go [2023-02-15T20:10:32.780Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-15T20:10:32.780Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-02-15T20:10:32.780Z] ---> 62e28e230fea [2023-02-15T20:10:32.780Z] Step 3/24 : ARG ADD_BUILD_TAGS="" [2023-02-15T20:10:32.780Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-15T20:10:32.780Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-02-15T20:10:32.780Z] ---> 62e28e230fea [2023-02-15T20:10:32.780Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-02-15T20:10:33.749Z] ---> Running in e3901012774a [2023-02-15T20:10:33.749Z] ---> Running in f02f7a0b3316 [2023-02-15T20:10:33.749Z] ---> Running in 6a459690b688 [2023-02-15T20:10:33.749Z] ---> Running in 918eb3a003af [2023-02-15T20:10:33.749Z] ---> Running in b72fdd1872be [2023-02-15T20:10:34.341Z] Removing intermediate container f02f7a0b3316 [2023-02-15T20:10:34.341Z] ---> 28f193f1f778 [2023-02-15T20:10:34.341Z] Step 4/24 : WORKDIR /edgex-go [2023-02-15T20:10:34.341Z] Removing intermediate container e3901012774a [2023-02-15T20:10:34.341Z] ---> 433bdb754426 [2023-02-15T20:10:34.341Z] Step 4/22 : WORKDIR /edgex-go [2023-02-15T20:10:34.341Z] ---> Running in 8fdc7564fd41 [2023-02-15T20:10:34.341Z] Removing intermediate container 918eb3a003af [2023-02-15T20:10:34.341Z] ---> 5dbc29b1a03c [2023-02-15T20:10:34.341Z] Step 4/19 : RUN apk update && apk --no-cache --update add build-base [2023-02-15T20:10:34.608Z] ---> Running in 6ef083cfa072 [2023-02-15T20:10:34.608Z] Removing intermediate container b72fdd1872be [2023-02-15T20:10:34.608Z] ---> 9956de8ffdd9 [2023-02-15T20:10:34.608Z] Step 4/21 : RUN apk add --update --no-cache make git [2023-02-15T20:10:34.608Z] Removing intermediate container 6a459690b688 [2023-02-15T20:10:34.608Z] ---> 4ae96c648260 [2023-02-15T20:10:34.608Z] Step 4/24 : RUN apk add --update --no-cache make git build-base curl [2023-02-15T20:10:34.608Z] ---> Running in 0e1cd810ebe7 [2023-02-15T20:10:34.898Z] ---> Running in b7ac74d42c4e [2023-02-15T20:10:34.898Z] ---> Running in 5ff8837655bd [2023-02-15T20:10:34.898Z] Removing intermediate container 8fdc7564fd41 [2023-02-15T20:10:34.898Z] ---> 237b04824f53 [2023-02-15T20:10:34.898Z] Step 5/24 : RUN apk add --update --no-cache make git [2023-02-15T20:10:35.168Z] ---> Running in 475a90474888 [2023-02-15T20:10:35.436Z] Removing intermediate container 6ef083cfa072 [2023-02-15T20:10:35.436Z] ---> 5ffa2c95791f [2023-02-15T20:10:35.436Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2023-02-15T20:10:35.436Z] ---> Running in bc5b93b382bf [2023-02-15T20:10:37.385Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-15T20:10:37.385Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-15T20:10:37.385Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-15T20:10:37.385Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-15T20:10:37.385Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-15T20:10:37.652Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-15T20:10:37.652Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-15T20:10:37.652Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-15T20:10:38.244Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-15T20:10:38.244Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-15T20:10:38.826Z] OK: 221 MiB in 51 packages [2023-02-15T20:10:38.826Z] v3.16.4-8-g71a076bc492 [https://dl-cdn.alpinelinux.org/alpine/v3.16/main] [2023-02-15T20:10:38.826Z] v3.16.4-4-g2609129aef3 [https://dl-cdn.alpinelinux.org/alpine/v3.16/community] [2023-02-15T20:10:38.826Z] OK: 16903 distinct packages available [2023-02-15T20:10:38.826Z] OK: 221 MiB in 51 packages [2023-02-15T20:10:39.093Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-15T20:10:39.890Z] OK: 221 MiB in 51 packages [2023-02-15T20:10:39.890Z] OK: 221 MiB in 51 packages [2023-02-15T20:10:39.890Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-15T20:10:40.849Z] OK: 221 MiB in 51 packages [2023-02-15T20:10:40.849Z] Removing intermediate container 5ff8837655bd [2023-02-15T20:10:40.849Z] ---> de9d0be08681 [2023-02-15T20:10:40.849Z] Step 5/21 : COPY go.mod vendor* ./ [2023-02-15T20:10:41.115Z] Removing intermediate container b7ac74d42c4e [2023-02-15T20:10:41.115Z] ---> 5e0f42b460ee [2023-02-15T20:10:41.115Z] Step 5/24 : COPY go.mod vendor* ./ [2023-02-15T20:10:41.698Z] Removing intermediate container bc5b93b382bf [2023-02-15T20:10:41.698Z] ---> 0aeb569afabc [2023-02-15T20:10:41.698Z] Step 6/22 : COPY go.mod vendor* ./ [2023-02-15T20:10:41.698Z] Removing intermediate container 475a90474888 [2023-02-15T20:10:41.698Z] ---> 8abb59e5f27c [2023-02-15T20:10:41.698Z] Step 6/24 : COPY go.mod vendor* ./ [2023-02-15T20:10:41.967Z] ---> a0b036a1794a [2023-02-15T20:10:41.967Z] Step 6/21 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-15T20:10:42.235Z] ---> Running in 2b49597e88f6 [2023-02-15T20:10:42.235Z] ---> b3e0bc08f0e8 [2023-02-15T20:10:42.235Z] Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-15T20:10:42.505Z] Removing intermediate container 0e1cd810ebe7 [2023-02-15T20:10:42.505Z] ---> 67c06b23a00a [2023-02-15T20:10:42.505Z] Step 5/19 : COPY go.mod vendor* ./ [2023-02-15T20:10:42.505Z] ---> Running in 1c5fc58c6514 [2023-02-15T20:10:42.777Z] ---> 1612733c3f8b [2023-02-15T20:10:42.777Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-15T20:10:43.054Z] ---> e4ed0b85f4f2 [2023-02-15T20:10:43.054Z] Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-15T20:10:43.054Z] ---> Running in 4e7e070fa1f9 [2023-02-15T20:10:43.325Z] ---> Running in 5f386058a4eb [2023-02-15T20:10:43.908Z] ---> d9e8af7b7334 [2023-02-15T20:10:43.908Z] Step 6/19 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-15T20:10:44.179Z] ---> Running in 7d03872f6f2c [2023-02-15T20:12:50.857Z] Removing intermediate container 1c5fc58c6514 [2023-02-15T20:12:50.857Z] ---> 67ea6af1f635 [2023-02-15T20:12:50.857Z] Step 7/24 : COPY . . [2023-02-15T20:12:50.857Z] Removing intermediate container 2b49597e88f6 [2023-02-15T20:12:50.857Z] ---> ae618b536e9a [2023-02-15T20:12:50.857Z] Step 7/21 : COPY . . [2023-02-15T20:12:50.857Z] Removing intermediate container 5f386058a4eb [2023-02-15T20:12:50.857Z] ---> 657baec427c1 [2023-02-15T20:12:50.857Z] Step 8/24 : COPY . . [2023-02-15T20:12:50.857Z] Removing intermediate container 7d03872f6f2c [2023-02-15T20:12:50.857Z] ---> bcef463b3b44 [2023-02-15T20:12:50.857Z] Step 7/19 : COPY . . [2023-02-15T20:12:50.857Z] Removing intermediate container 4e7e070fa1f9 [2023-02-15T20:12:50.857Z] ---> 85438b3f6e35 [2023-02-15T20:12:50.857Z] Step 8/22 : COPY . . [2023-02-15T20:12:55.127Z] ---> b8a72e08ed7b [2023-02-15T20:12:55.127Z] Step 9/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata [2023-02-15T20:12:55.127Z] ---> 86c32930c809 [2023-02-15T20:12:55.127Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2023-02-15T20:12:55.127Z] ---> Running in 250ed1f5e339 [2023-02-15T20:12:55.127Z] ---> Running in 1a62cf021bf0 [2023-02-15T20:12:55.127Z] ---> 52b2ed6b0ce8 [2023-02-15T20:12:55.127Z] Step 8/24 : ARG SPIRE_RELEASE=1.2.1 [2023-02-15T20:12:55.127Z] ---> f9ba70b4ce13 [2023-02-15T20:12:55.127Z] Step 8/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2023-02-15T20:12:55.127Z] ---> 0064b9362468 [2023-02-15T20:12:55.127Z] Step 8/19 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2023-02-15T20:12:55.395Z] ---> Running in 2c26bc7a8728 [2023-02-15T20:12:55.395Z] ---> Running in 9122e4b1a258 [2023-02-15T20:12:55.395Z] ---> Running in 2584d6be4730 [2023-02-15T20:12:55.982Z] Removing intermediate container 2c26bc7a8728 [2023-02-15T20:12:55.982Z] ---> 11e4b43c84ab [2023-02-15T20:12:55.982Z] Step 9/24 : WORKDIR /edgex-go/spire-build [2023-02-15T20:12:56.249Z] ---> Running in 97a356822d41 [2023-02-15T20:12:56.833Z] Removing intermediate container 97a356822d41 [2023-02-15T20:12:56.833Z] ---> 766e1f1ae140 [2023-02-15T20:12:56.833Z] Step 10/24 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi [2023-02-15T20:12:57.100Z] ---> Running in 618502f75123 [2023-02-15T20:12:57.369Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2023-02-15T20:12:57.369Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2023-02-15T20:12:57.958Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2023-02-15T20:12:57.958Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [2023-02-15T20:13:00.548Z] Removing intermediate container 618502f75123 [2023-02-15T20:13:00.548Z] ---> c594c1778b42 [2023-02-15T20:13:00.548Z] Step 11/24 : WORKDIR /edgex-go [2023-02-15T20:13:00.548Z] ---> Running in d81bda44fe7e [2023-02-15T20:13:00.548Z] Removing intermediate container d81bda44fe7e [2023-02-15T20:13:00.548Z] ---> 322cf3d0742c [2023-02-15T20:13:00.548Z] [2023-02-15T20:13:00.548Z] Step 12/24 : FROM alpine:3.15 [2023-02-15T20:13:00.821Z] 3.15: Pulling from library/alpine [2023-02-15T20:13:01.803Z] Digest: sha256:689659b1f08e9fdfb85190144098c378beb5a53b328f7ced7883a74a1157c709 [2023-02-15T20:13:01.803Z] Status: Downloaded newer image for alpine:3.15 [2023-02-15T20:13:01.803Z] ---> 354640af7b1b [2023-02-15T20:13:01.803Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-02-15T20:13:02.393Z] ---> Running in 4775c7ab390f [2023-02-15T20:13:02.660Z] Removing intermediate container 4775c7ab390f [2023-02-15T20:13:02.660Z] ---> c8bcfec6d5c6 [2023-02-15T20:13:02.660Z] Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-02-15T20:13:02.925Z] ---> Running in c67fe4be02be [2023-02-15T20:13:04.864Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2023-02-15T20:13:05.131Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2023-02-15T20:13:06.538Z] v3.15.7-6-g44f22910c3a [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2023-02-15T20:13:06.538Z] v3.15.6-306-g64686f2e1ac [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2023-02-15T20:13:06.538Z] OK: 15734 distinct packages available [2023-02-15T20:13:06.805Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2023-02-15T20:13:07.072Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2023-02-15T20:13:08.479Z] (1/5) Installing dumb-init (1.2.5-r1) [2023-02-15T20:13:08.479Z] (2/5) Installing musl-obstack (1.2.3-r0) [2023-02-15T20:13:08.479Z] (3/5) Installing libucontext (1.1-r0) [2023-02-15T20:13:08.479Z] (4/5) Installing gcompat (1.0.0-r4) [2023-02-15T20:13:08.479Z] (5/5) Installing openssl (1.1.1t-r1) [2023-02-15T20:13:08.479Z] Executing busybox-1.34.1-r7.trigger [2023-02-15T20:13:08.479Z] OK: 6 MiB in 19 packages [2023-02-15T20:13:10.422Z] Removing intermediate container c67fe4be02be [2023-02-15T20:13:10.422Z] ---> e72f9ad9f261 [2023-02-15T20:13:10.422Z] Step 15/24 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin [2023-02-15T20:13:13.757Z] ---> 4cbf31e68793 [2023-02-15T20:13:13.757Z] Step 16/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-02-15T20:13:20.402Z] ---> 2b0677ff9074 [2023-02-15T20:13:20.402Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2023-02-15T20:13:20.402Z] ---> d6cc219f3230 [2023-02-15T20:13:20.402Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2023-02-15T20:13:20.983Z] ---> 310603265771 [2023-02-15T20:13:20.983Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2023-02-15T20:13:21.945Z] ---> f73cf7c5eadc [2023-02-15T20:13:21.945Z] Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-02-15T20:13:21.945Z] ---> Running in 1795a47a8ae6 [2023-02-15T20:13:22.525Z] Removing intermediate container 1795a47a8ae6 [2023-02-15T20:13:22.525Z] ---> 3083ce186696 [2023-02-15T20:13:22.525Z] Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-02-15T20:13:22.525Z] ---> Running in b5b5466fb36a [2023-02-15T20:13:23.107Z] Removing intermediate container b5b5466fb36a [2023-02-15T20:13:23.107Z] ---> 49c597e0d2bd [2023-02-15T20:13:23.107Z] Step 22/24 : LABEL arch=arm64 [2023-02-15T20:13:23.107Z] ---> Running in 7c28fc8f3b2b [2023-02-15T20:13:23.688Z] Removing intermediate container 7c28fc8f3b2b [2023-02-15T20:13:23.688Z] ---> f1c8d1973692 [2023-02-15T20:13:23.688Z] Step 23/24 : LABEL git_sha=cacbc01dbf264f01fcaaf584ccd39c6a0a3592de [2023-02-15T20:13:23.688Z] ---> Running in b0de5e9cdb19 [2023-02-15T20:13:23.954Z] Removing intermediate container b0de5e9cdb19 [2023-02-15T20:13:23.954Z] ---> adfe6b492253 [2023-02-15T20:13:23.954Z] Step 24/24 : LABEL version=0.0.0 [2023-02-15T20:13:23.954Z] ---> Running in 5f38decf5721 [2023-02-15T20:13:24.535Z] Removing intermediate container 5f38decf5721 [2023-02-15T20:13:24.535Z] ---> 0dd3b3c42c2a [2023-02-15T20:13:24.535Z] [2023-02-15T20:13:24.800Z] Successfully built 0dd3b3c42c2a [2023-02-15T20:13:24.800Z] Successfully tagged security-spire-agent-arm64:latest [2023-02-15T20:13:24.800Z]  Building security-spire-agent ... done Building core-command [2023-02-15T20:13:42.982Z] Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-15T20:13:42.982Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-02-15T20:13:42.982Z] ---> 62e28e230fea [2023-02-15T20:13:42.982Z] Step 3/23 : ARG ADD_BUILD_TAGS="" [2023-02-15T20:13:42.982Z] ---> Using cache [2023-02-15T20:13:42.982Z] ---> 433bdb754426 [2023-02-15T20:13:42.982Z] Step 4/23 : WORKDIR /edgex-go [2023-02-15T20:13:42.982Z] ---> Using cache [2023-02-15T20:13:42.982Z] ---> 5ffa2c95791f [2023-02-15T20:13:42.982Z] Step 5/23 : RUN apk add --update --no-cache make git [2023-02-15T20:13:42.982Z] ---> Running in 5c1c3b56ff07 [2023-02-15T20:13:42.982Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-15T20:13:43.565Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-15T20:13:44.523Z] OK: 221 MiB in 51 packages [2023-02-15T20:13:45.933Z] Removing intermediate container 5c1c3b56ff07 [2023-02-15T20:13:45.933Z] ---> f9c7232a1592 [2023-02-15T20:13:45.933Z] Step 6/23 : COPY go.mod vendor* ./ [2023-02-15T20:13:46.909Z] ---> 13cc2e67d1c2 [2023-02-15T20:13:46.909Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-15T20:13:46.909Z] ---> Running in da86c122353f [2023-02-15T20:15:23.535Z] Removing intermediate container da86c122353f [2023-02-15T20:15:23.535Z] ---> 2131e1721e31 [2023-02-15T20:15:23.535Z] Step 8/23 : COPY . . [2023-02-15T20:15:30.170Z] ---> 9263f7b0f15b [2023-02-15T20:15:30.170Z] Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command [2023-02-15T20:15:30.170Z] ---> Running in 52350adaef20 [2023-02-15T20:15:31.256Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2023-02-15T20:18:38.092Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2023-02-15T20:18:50.385Z] Removing intermediate container 9122e4b1a258 [2023-02-15T20:18:50.385Z] ---> b79d5b369e8e [2023-02-15T20:18:50.385Z] [2023-02-15T20:18:50.385Z] Step 9/21 : FROM alpine:3.16 [2023-02-15T20:18:50.651Z] 3.16: Pulling from library/alpine [2023-02-15T20:18:52.054Z] Digest: sha256:1bd67c81e4ad4b8f4a5c1c914d7985336f130e5cefb3e323654fd09d6bcdbbe2 [2023-02-15T20:18:52.054Z] Status: Downloaded newer image for alpine:3.16 [2023-02-15T20:18:52.054Z] ---> 4c81e5bf8899 [2023-02-15T20:18:52.054Z] Step 10/21 : RUN apk add --update --no-cache curl dumb-init [2023-02-15T20:18:52.054Z] ---> Running in 1839235d3ffd [2023-02-15T20:18:53.996Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-15T20:18:54.577Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-15T20:18:55.978Z] (1/6) Installing ca-certificates (20220614-r0) [2023-02-15T20:18:55.978Z] (2/6) Installing brotli-libs (1.0.9-r6) [2023-02-15T20:18:55.978Z] (3/6) Installing nghttp2-libs (1.47.0-r0) [2023-02-15T20:18:55.978Z] (4/6) Installing libcurl (7.83.1-r6) [2023-02-15T20:18:55.978Z] (5/6) Installing curl (7.83.1-r6) [2023-02-15T20:18:55.978Z] (6/6) Installing dumb-init (1.2.5-r1) [2023-02-15T20:18:55.978Z] Executing busybox-1.35.0-r17.trigger [2023-02-15T20:18:55.978Z] Executing ca-certificates-20220614-r0.trigger [2023-02-15T20:18:56.559Z] OK: 8 MiB in 20 packages [2023-02-15T20:18:58.497Z] Removing intermediate container 1839235d3ffd [2023-02-15T20:18:58.497Z] ---> d03a46924cf8 [2023-02-15T20:18:58.497Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2023-02-15T20:18:58.497Z] ---> Running in 70e696c23466 [2023-02-15T20:18:59.080Z] Removing intermediate container 70e696c23466 [2023-02-15T20:18:59.080Z] ---> bd2911aac9c5 [2023-02-15T20:18:59.080Z] Step 12/21 : WORKDIR /edgex [2023-02-15T20:18:59.080Z] ---> Running in b914f7b29059 [2023-02-15T20:18:59.662Z] Removing intermediate container b914f7b29059 [2023-02-15T20:18:59.662Z] ---> 9c405559e78c [2023-02-15T20:18:59.662Z] Step 13/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2023-02-15T20:19:00.627Z] ---> e2f5b57af946 [2023-02-15T20:19:00.627Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2023-02-15T20:19:02.035Z] ---> c09cff40787a [2023-02-15T20:19:02.035Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2023-02-15T20:19:03.460Z] ---> 6b71922eacc4 [2023-02-15T20:19:03.460Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2023-02-15T20:19:04.041Z] ---> 19dbb554ddbf [2023-02-15T20:19:04.041Z] Step 17/21 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-02-15T20:19:04.041Z] ---> Running in f2a8bf2a4b0d [2023-02-15T20:19:07.380Z] Removing intermediate container f2a8bf2a4b0d [2023-02-15T20:19:07.380Z] ---> 80ebba7c43cd [2023-02-15T20:19:07.380Z] Step 18/21 : ENTRYPOINT ["entrypoint.sh"] [2023-02-15T20:19:07.380Z] ---> Running in b6f94b701f70 [2023-02-15T20:19:07.655Z] Removing intermediate container b6f94b701f70 [2023-02-15T20:19:07.655Z] ---> e2c5abafa61a [2023-02-15T20:19:07.655Z] Step 19/21 : LABEL arch=arm64 [2023-02-15T20:19:07.930Z] ---> Running in 1457a48fbcf2 [2023-02-15T20:19:08.544Z] Removing intermediate container 1457a48fbcf2 [2023-02-15T20:19:08.544Z] ---> 62d57702b3ce [2023-02-15T20:19:08.544Z] Step 20/21 : LABEL git_sha=cacbc01dbf264f01fcaaf584ccd39c6a0a3592de [2023-02-15T20:19:08.544Z] ---> Running in cbb5283df3bf [2023-02-15T20:19:09.132Z] Removing intermediate container cbb5283df3bf [2023-02-15T20:19:09.132Z] ---> cdeda4d2bfb4 [2023-02-15T20:19:09.132Z] Step 21/21 : LABEL version=0.0.0 [2023-02-15T20:19:09.132Z] ---> Running in ec39a012b761 [2023-02-15T20:19:09.714Z] Removing intermediate container ec39a012b761 [2023-02-15T20:19:09.714Z] ---> f7407d6852d3 [2023-02-15T20:19:09.714Z] [2023-02-15T20:19:09.979Z] Successfully built f7407d6852d3 [2023-02-15T20:19:09.979Z] Successfully tagged security-proxy-setup-arm64:latest [2023-02-15T20:19:09.979Z] Building security-spire-server [2023-02-15T20:19:25.224Z]  Building security-proxy-setup ... done Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-15T20:19:25.224Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2023-02-15T20:19:25.224Z] ---> 62e28e230fea [2023-02-15T20:19:25.224Z] Step 3/23 : WORKDIR /edgex-go [2023-02-15T20:19:25.224Z] ---> Using cache [2023-02-15T20:19:25.224Z] ---> 9956de8ffdd9 [2023-02-15T20:19:25.224Z] Step 4/23 : RUN apk add --update --no-cache make git build-base curl [2023-02-15T20:19:25.224Z] ---> Running in 381d71b61e73 [2023-02-15T20:19:27.161Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-15T20:19:27.426Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-15T20:19:28.827Z] OK: 221 MiB in 51 packages [2023-02-15T20:19:30.232Z] Removing intermediate container 381d71b61e73 [2023-02-15T20:19:30.233Z] ---> 97ebc54bcdc8 [2023-02-15T20:19:30.233Z] Step 5/23 : COPY go.mod vendor* ./ [2023-02-15T20:19:30.815Z] ---> a55827716b08 [2023-02-15T20:19:30.815Z] Step 6/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-15T20:19:31.081Z] ---> Running in 3b521a74b7a5 [2023-02-15T20:19:49.302Z] Removing intermediate container 1a62cf021bf0 [2023-02-15T20:19:49.302Z] ---> 67309713fec6 [2023-02-15T20:19:49.302Z] [2023-02-15T20:19:49.302Z] Step 10/24 : FROM alpine:3.16 [2023-02-15T20:19:49.302Z] ---> 4c81e5bf8899 [2023-02-15T20:19:49.302Z] Step 11/24 : RUN apk add --update --no-cache dumb-init [2023-02-15T20:19:49.302Z] ---> Running in 2d4b11988d26 [2023-02-15T20:19:49.302Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-15T20:19:49.302Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-15T20:19:50.280Z] (1/1) Installing dumb-init (1.2.5-r1) [2023-02-15T20:19:50.280Z] Executing busybox-1.35.0-r17.trigger [2023-02-15T20:19:50.544Z] OK: 5 MiB in 15 packages [2023-02-15T20:19:52.483Z] Removing intermediate container 2d4b11988d26 [2023-02-15T20:19:52.483Z] ---> 361eda6da949 [2023-02-15T20:19:52.483Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2023-02-15T20:19:52.483Z] ---> Running in 05fec9e16e03 [2023-02-15T20:19:52.755Z] Removing intermediate container 05fec9e16e03 [2023-02-15T20:19:52.755Z] ---> 5c60945e1ad0 [2023-02-15T20:19:52.755Z] Step 13/24 : ENV APP_PORT=59881 [2023-02-15T20:19:52.755Z] ---> Running in e6b308b88593 [2023-02-15T20:19:53.337Z] Removing intermediate container e6b308b88593 [2023-02-15T20:19:53.338Z] ---> 5584eb5db7bb [2023-02-15T20:19:53.338Z] Step 14/24 : EXPOSE $APP_PORT [2023-02-15T20:19:53.338Z] ---> Running in fd7ca39f2fad [2023-02-15T20:19:53.925Z] Removing intermediate container fd7ca39f2fad [2023-02-15T20:19:53.925Z] ---> b099ddfc6f61 [2023-02-15T20:19:53.925Z] Step 15/24 : WORKDIR / [2023-02-15T20:19:54.194Z] ---> Running in 4f3fca80ea8d [2023-02-15T20:19:54.783Z] Removing intermediate container 4f3fca80ea8d [2023-02-15T20:19:54.783Z] ---> 1c042036cc06 [2023-02-15T20:19:54.783Z] Step 16/24 : COPY --from=builder /edgex-go/Attribution.txt / [2023-02-15T20:19:55.755Z] ---> 9715db3971a6 [2023-02-15T20:19:55.755Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2023-02-15T20:19:57.691Z] ---> db8e5d1c9089 [2023-02-15T20:19:57.691Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2023-02-15T20:19:58.277Z] ---> d0b718d1303f [2023-02-15T20:19:58.277Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.toml /res/uom.toml [2023-02-15T20:19:59.239Z] ---> 4b34740008d5 [2023-02-15T20:19:59.239Z] Step 20/24 : ENTRYPOINT ["/core-metadata"] [2023-02-15T20:19:59.239Z] ---> Running in 4e4c83eb6d30 [2023-02-15T20:20:00.201Z] Removing intermediate container 4e4c83eb6d30 [2023-02-15T20:20:00.201Z] ---> 254fa01d580d [2023-02-15T20:20:00.201Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-02-15T20:20:00.201Z] ---> Running in 3b53d073cc8c [2023-02-15T20:20:00.782Z] Removing intermediate container 3b53d073cc8c [2023-02-15T20:20:00.782Z] ---> 0ec9f1539f55 [2023-02-15T20:20:00.782Z] Step 22/24 : LABEL arch=arm64 [2023-02-15T20:20:00.782Z] ---> Running in 9325563f662b [2023-02-15T20:20:01.371Z] Removing intermediate container 9325563f662b [2023-02-15T20:20:01.371Z] ---> 6c774cebf25a [2023-02-15T20:20:01.371Z] Step 23/24 : LABEL git_sha=cacbc01dbf264f01fcaaf584ccd39c6a0a3592de [2023-02-15T20:20:01.637Z] ---> Running in 032b05f040cc [2023-02-15T20:20:01.926Z] Removing intermediate container 032b05f040cc [2023-02-15T20:20:01.926Z] ---> 7858076805da [2023-02-15T20:20:01.926Z] Step 24/24 : LABEL version=0.0.0 [2023-02-15T20:20:02.192Z] ---> Running in 490e6a745cfd [2023-02-15T20:20:02.774Z] Removing intermediate container 490e6a745cfd [2023-02-15T20:20:02.774Z] ---> b4b2d6572880 [2023-02-15T20:20:02.774Z] [2023-02-15T20:20:03.040Z] Successfully built b4b2d6572880 [2023-02-15T20:20:03.040Z] Successfully tagged core-metadata-arm64:latest [2023-02-15T20:20:03.040Z]  Building core-metadata ... done Building security-spire-config [2023-02-15T20:20:18.019Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-15T20:20:18.019Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-02-15T20:20:18.019Z] ---> 62e28e230fea [2023-02-15T20:20:18.019Z] Step 3/24 : WORKDIR /edgex-go [2023-02-15T20:20:18.019Z] ---> Using cache [2023-02-15T20:20:18.019Z] ---> 9956de8ffdd9 [2023-02-15T20:20:18.019Z] Step 4/24 : RUN apk add --update --no-cache make git build-base curl [2023-02-15T20:20:18.019Z] ---> Using cache [2023-02-15T20:20:18.019Z] ---> 97ebc54bcdc8 [2023-02-15T20:20:18.019Z] Step 5/24 : COPY go.mod vendor* ./ [2023-02-15T20:20:18.019Z] ---> Using cache [2023-02-15T20:20:18.019Z] ---> a55827716b08 [2023-02-15T20:20:18.019Z] Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-15T20:20:18.979Z] ---> Running in c4b2422db3e9 [2023-02-15T20:21:15.359Z] Removing intermediate container 3b521a74b7a5 [2023-02-15T20:21:15.359Z] ---> 84bd6ec54fec [2023-02-15T20:21:15.359Z] Step 7/23 : COPY . . [2023-02-15T20:21:15.626Z] Removing intermediate container 2584d6be4730 [2023-02-15T20:21:15.626Z] ---> 2c63804ffb0d [2023-02-15T20:21:15.626Z] [2023-02-15T20:21:15.626Z] Step 9/19 : FROM alpine:3.15 [2023-02-15T20:21:15.626Z] ---> 354640af7b1b [2023-02-15T20:21:15.626Z] Step 10/19 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-02-15T20:21:15.626Z] ---> Using cache [2023-02-15T20:21:15.626Z] ---> c8bcfec6d5c6 [2023-02-15T20:21:15.626Z] Step 11/19 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2023-02-15T20:21:15.898Z] ---> Running in 476ab1af881c [2023-02-15T20:21:18.476Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2023-02-15T20:21:18.742Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2023-02-15T20:21:20.147Z] v3.15.7-6-g44f22910c3a [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2023-02-15T20:21:20.147Z] v3.15.6-306-g64686f2e1ac [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2023-02-15T20:21:20.147Z] OK: 15734 distinct packages available [2023-02-15T20:21:20.147Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2023-02-15T20:21:20.729Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2023-02-15T20:21:21.695Z] (1/9) Installing ca-certificates (20220614-r0) [2023-02-15T20:21:21.695Z] (2/9) Installing brotli-libs (1.0.9-r5) [2023-02-15T20:21:21.963Z] (3/9) Installing nghttp2-libs (1.46.0-r0) [2023-02-15T20:21:21.963Z] (4/9) Installing libcurl (7.80.0-r6) [2023-02-15T20:21:21.963Z] (5/9) Installing curl (7.80.0-r6) [2023-02-15T20:21:21.963Z] (6/9) Installing dumb-init (1.2.5-r1) [2023-02-15T20:21:21.963Z] (7/9) Installing musl-obstack (1.2.3-r0) [2023-02-15T20:21:21.963Z] (8/9) Installing libucontext (1.1-r0) [2023-02-15T20:21:21.963Z] (9/9) Installing gcompat (1.0.0-r4) [2023-02-15T20:21:21.963Z] Executing busybox-1.34.1-r7.trigger [2023-02-15T20:21:21.963Z] Executing ca-certificates-20220614-r0.trigger [2023-02-15T20:21:22.551Z] OK: 8 MiB in 23 packages [2023-02-15T20:21:25.888Z] Removing intermediate container 476ab1af881c [2023-02-15T20:21:25.888Z] ---> 1571f43af106 [2023-02-15T20:21:25.888Z] Step 12/19 : COPY --from=builder /edgex-go/Attribution.txt / [2023-02-15T20:21:26.470Z] ---> 0f3f32088d5d [2023-02-15T20:21:26.470Z] Step 8/23 : ARG SPIRE_RELEASE=1.2.1 [2023-02-15T20:21:26.735Z] ---> Running in f58105a633d5 [2023-02-15T20:21:27.317Z] ---> 85c6d9810238 [2023-02-15T20:21:27.317Z] Step 13/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2023-02-15T20:21:27.902Z] Removing intermediate container f58105a633d5 [2023-02-15T20:21:27.902Z] ---> abaf0bc1f120 [2023-02-15T20:21:27.902Z] Step 9/23 : WORKDIR /edgex-go/spire-build [2023-02-15T20:21:28.171Z] ---> Running in 53277d119eb3 [2023-02-15T20:21:29.576Z] Removing intermediate container 53277d119eb3 [2023-02-15T20:21:29.576Z] ---> 0cd6b1ebd6d8 [2023-02-15T20:21:29.576Z] Step 10/23 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi [2023-02-15T20:21:29.576Z] ---> Running in e9e1ae5ec72b [2023-02-15T20:21:32.148Z] ---> e7cf91c4b50e [2023-02-15T20:21:32.148Z] Step 14/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml [2023-02-15T20:21:34.088Z] Removing intermediate container e9e1ae5ec72b [2023-02-15T20:21:34.088Z] ---> 296c8b206b7d [2023-02-15T20:21:34.088Z] Step 11/23 : WORKDIR /edgex-go [2023-02-15T20:21:34.088Z] ---> f0eefacfbbff [2023-02-15T20:21:34.088Z] Step 15/19 : ENTRYPOINT [ "/security-spiffe-token-provider" ] [2023-02-15T20:21:34.355Z] ---> Running in dd1d81ff7889 [2023-02-15T20:21:34.355Z] ---> Running in ff233016e1b1 [2023-02-15T20:21:35.311Z] Removing intermediate container dd1d81ff7889 [2023-02-15T20:21:35.311Z] ---> 248323bd105a [2023-02-15T20:21:35.311Z] [2023-02-15T20:21:35.311Z] Step 12/23 : FROM alpine:3.15 [2023-02-15T20:21:35.311Z] ---> 354640af7b1b [2023-02-15T20:21:35.311Z] Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-02-15T20:21:35.311Z] ---> Using cache [2023-02-15T20:21:35.311Z] ---> c8bcfec6d5c6 [2023-02-15T20:21:35.311Z] Step 14/23 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-02-15T20:21:35.311Z] ---> Using cache [2023-02-15T20:21:35.311Z] ---> e72f9ad9f261 [2023-02-15T20:21:35.311Z] Step 15/23 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-02-15T20:21:35.576Z] Removing intermediate container ff233016e1b1 [2023-02-15T20:21:35.576Z] ---> a35bdb26bb20 [2023-02-15T20:21:35.576Z] Step 16/19 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-02-15T20:21:35.576Z] ---> Running in 440c610a7b86 [2023-02-15T20:21:36.528Z] Removing intermediate container 440c610a7b86 [2023-02-15T20:21:36.528Z] ---> 1d7c31752fd7 [2023-02-15T20:21:36.528Z] Step 17/19 : LABEL arch=arm64 [2023-02-15T20:21:36.528Z] ---> Running in 3a2d3f5f086b [2023-02-15T20:21:37.487Z] Removing intermediate container 3a2d3f5f086b [2023-02-15T20:21:37.487Z] ---> 13cfe17edd39 [2023-02-15T20:21:37.487Z] Step 18/19 : LABEL git_sha=cacbc01dbf264f01fcaaf584ccd39c6a0a3592de [2023-02-15T20:21:37.487Z] ---> Running in 385e02579a82 [2023-02-15T20:21:38.454Z] Removing intermediate container 385e02579a82 [2023-02-15T20:21:38.454Z] ---> b36702f4dfd5 [2023-02-15T20:21:38.454Z] Step 19/19 : LABEL version=0.0.0 [2023-02-15T20:21:38.454Z] ---> Running in 45da1b8e4a95 [2023-02-15T20:21:39.439Z] Removing intermediate container 45da1b8e4a95 [2023-02-15T20:21:39.439Z] ---> 5d410945ad07 [2023-02-15T20:21:39.439Z] [2023-02-15T20:21:39.706Z] Successfully built 5d410945ad07 [2023-02-15T20:21:39.706Z] Successfully tagged security-spiffe-token-provider-arm64:latest [2023-02-15T20:21:39.706Z]  Building security-spiffe-token-provider ... done Building core-data [2023-02-15T20:21:46.377Z] ---> a96ca787eed4 [2023-02-15T20:21:46.377Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2023-02-15T20:21:46.963Z] ---> 2bd7a1167f9b [2023-02-15T20:21:46.963Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2023-02-15T20:21:49.548Z] ---> 9f3f181255dd [2023-02-15T20:21:49.548Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ [2023-02-15T20:21:50.506Z] ---> d29b774bb6fc [2023-02-15T20:21:50.506Z] Step 19/23 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-02-15T20:21:50.772Z] ---> Running in fbbc61fb4a82 [2023-02-15T20:21:51.357Z] Removing intermediate container fbbc61fb4a82 [2023-02-15T20:21:51.357Z] ---> 371a525dd47b [2023-02-15T20:21:51.357Z] Step 20/23 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-02-15T20:21:51.624Z] ---> Running in 8ad78fdc05df [2023-02-15T20:21:52.598Z] Removing intermediate container 8ad78fdc05df [2023-02-15T20:21:52.598Z] ---> 253fed5f9013 [2023-02-15T20:21:52.598Z] Step 21/23 : LABEL arch=arm64 [2023-02-15T20:21:52.598Z] ---> Running in fc9a2111945e [2023-02-15T20:21:53.555Z] Removing intermediate container fc9a2111945e [2023-02-15T20:21:53.555Z] ---> e5d1461bba4e [2023-02-15T20:21:53.555Z] Step 22/23 : LABEL git_sha=cacbc01dbf264f01fcaaf584ccd39c6a0a3592de [2023-02-15T20:21:53.555Z] ---> Running in ab90a47a7d78 [2023-02-15T20:21:54.138Z] Removing intermediate container ab90a47a7d78 [2023-02-15T20:21:54.138Z] ---> 9a85c4e56986 [2023-02-15T20:21:54.138Z] Step 23/23 : LABEL version=0.0.0 [2023-02-15T20:21:54.415Z] ---> Running in c41097d98bf1 [2023-02-15T20:21:54.999Z] Removing intermediate container c41097d98bf1 [2023-02-15T20:21:54.999Z] ---> 9a48ec70f334 [2023-02-15T20:21:54.999Z] [2023-02-15T20:21:56.105Z] Successfully built 9a48ec70f334 [2023-02-15T20:21:56.105Z] Successfully tagged security-spire-server-arm64:latest [2023-02-15T20:21:56.105Z]  Building security-spire-server ... done Building security-bootstrapper [2023-02-15T20:21:58.795Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-15T20:21:58.795Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-02-15T20:21:58.795Z] ---> 62e28e230fea [2023-02-15T20:21:58.795Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-02-15T20:21:58.795Z] ---> Using cache [2023-02-15T20:21:58.795Z] ---> 433bdb754426 [2023-02-15T20:21:58.795Z] Step 4/22 : WORKDIR /edgex-go [2023-02-15T20:21:58.795Z] ---> Using cache [2023-02-15T20:21:58.795Z] ---> 5ffa2c95791f [2023-02-15T20:21:58.795Z] Step 5/22 : RUN apk add --update --no-cache make git [2023-02-15T20:21:58.795Z] ---> Using cache [2023-02-15T20:21:58.795Z] ---> f9c7232a1592 [2023-02-15T20:21:58.795Z] Step 6/22 : COPY go.mod vendor* ./ [2023-02-15T20:21:58.795Z] ---> Using cache [2023-02-15T20:21:58.795Z] ---> 13cc2e67d1c2 [2023-02-15T20:21:58.795Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-15T20:21:58.795Z] ---> Using cache [2023-02-15T20:21:58.795Z] ---> 2131e1721e31 [2023-02-15T20:21:58.795Z] Step 8/22 : COPY . . [2023-02-15T20:21:58.795Z] ---> Using cache [2023-02-15T20:21:58.795Z] ---> 9263f7b0f15b [2023-02-15T20:21:58.795Z] Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data [2023-02-15T20:21:59.080Z] ---> Running in ddf14eeb5ac9 [2023-02-15T20:22:00.542Z] Removing intermediate container 52350adaef20 [2023-02-15T20:22:00.542Z] ---> 9652609f30dd [2023-02-15T20:22:00.542Z] [2023-02-15T20:22:00.542Z] Step 10/23 : FROM alpine:3.16 [2023-02-15T20:22:00.542Z] ---> 4c81e5bf8899 [2023-02-15T20:22:00.542Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2023-02-15T20:22:00.542Z] ---> Using cache [2023-02-15T20:22:00.542Z] ---> 361eda6da949 [2023-02-15T20:22:00.542Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2023-02-15T20:22:00.542Z] ---> Using cache [2023-02-15T20:22:00.542Z] ---> 5c60945e1ad0 [2023-02-15T20:22:00.542Z] Step 13/23 : ENV APP_PORT=59882 [2023-02-15T20:22:00.807Z] ---> Running in 774eec74f0bf [2023-02-15T20:22:00.807Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data [2023-02-15T20:22:01.768Z] Removing intermediate container 774eec74f0bf [2023-02-15T20:22:01.768Z] ---> d88a3fa6447e [2023-02-15T20:22:01.768Z] Step 14/23 : EXPOSE $APP_PORT [2023-02-15T20:22:01.768Z] ---> Running in 7d6b9d9e084e [2023-02-15T20:22:02.741Z] Removing intermediate container 7d6b9d9e084e [2023-02-15T20:22:02.742Z] ---> f961ad8c7935 [2023-02-15T20:22:02.742Z] Step 15/23 : WORKDIR / [2023-02-15T20:22:03.007Z] ---> Running in aa10868e5fa7 [2023-02-15T20:22:03.590Z] Removing intermediate container aa10868e5fa7 [2023-02-15T20:22:03.590Z] ---> 67eb542753e3 [2023-02-15T20:22:03.590Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2023-02-15T20:22:05.529Z] ---> 67c483f93261 [2023-02-15T20:22:05.529Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2023-02-15T20:22:12.169Z] ---> d508e7ffb9cb [2023-02-15T20:22:12.169Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2023-02-15T20:22:12.755Z] Step 1/32 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-15T20:22:12.755Z] Step 2/32 : FROM ${BUILDER_BASE} AS builder [2023-02-15T20:22:12.755Z] ---> 62e28e230fea [2023-02-15T20:22:12.755Z] Step 3/32 : WORKDIR /edgex-go [2023-02-15T20:22:12.755Z] ---> Using cache [2023-02-15T20:22:12.755Z] ---> 9956de8ffdd9 [2023-02-15T20:22:12.755Z] Step 4/32 : RUN apk add --update --no-cache make git [2023-02-15T20:22:12.755Z] ---> Using cache [2023-02-15T20:22:12.755Z] ---> de9d0be08681 [2023-02-15T20:22:12.755Z] Step 5/32 : COPY go.mod vendor* ./ [2023-02-15T20:22:12.755Z] ---> Using cache [2023-02-15T20:22:12.755Z] ---> a0b036a1794a [2023-02-15T20:22:12.755Z] Step 6/32 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-15T20:22:12.755Z] ---> Using cache [2023-02-15T20:22:12.755Z] ---> ae618b536e9a [2023-02-15T20:22:12.755Z] Step 7/32 : COPY . . [2023-02-15T20:22:12.755Z] ---> c7a11b5dd216 [2023-02-15T20:22:12.755Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2023-02-15T20:22:12.755Z] ---> Running in 6d6f435560f1 [2023-02-15T20:22:13.021Z] ---> Using cache [2023-02-15T20:22:13.021Z] ---> f9ba70b4ce13 [2023-02-15T20:22:13.021Z] Step 8/32 : RUN make cmd/security-bootstrapper/security-bootstrapper [2023-02-15T20:22:13.021Z] ---> Running in ea349689e363 [2023-02-15T20:22:13.984Z] Removing intermediate container 6d6f435560f1 [2023-02-15T20:22:13.984Z] ---> 152801ec001f [2023-02-15T20:22:13.984Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-02-15T20:22:14.250Z] ---> Running in c0a2a6a3b7fe [2023-02-15T20:22:15.658Z] Removing intermediate container c0a2a6a3b7fe [2023-02-15T20:22:15.658Z] ---> bfb5ea8be511 [2023-02-15T20:22:15.658Z] Step 21/23 : LABEL arch=arm64 [2023-02-15T20:22:15.658Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2023-02-15T20:22:15.658Z] ---> Running in b66d00213191 [2023-02-15T20:22:17.062Z] Removing intermediate container b66d00213191 [2023-02-15T20:22:17.063Z] ---> 11301e46cd82 [2023-02-15T20:22:17.063Z] Step 22/23 : LABEL git_sha=cacbc01dbf264f01fcaaf584ccd39c6a0a3592de [2023-02-15T20:22:17.063Z] ---> Running in bba505896a31 [2023-02-15T20:22:17.648Z] Removing intermediate container bba505896a31 [2023-02-15T20:22:17.648Z] ---> c00255096672 [2023-02-15T20:22:17.648Z] Step 23/23 : LABEL version=0.0.0 [2023-02-15T20:22:17.914Z] ---> Running in caca67ac3df6 [2023-02-15T20:22:19.319Z] Removing intermediate container caca67ac3df6 [2023-02-15T20:22:19.319Z] ---> 0d2b809cc868 [2023-02-15T20:22:19.319Z] [2023-02-15T20:22:19.584Z] Successfully built 0d2b809cc868 [2023-02-15T20:22:19.584Z] Successfully tagged core-command-arm64:latest [2023-02-15T20:22:19.584Z]  Building core-command ... done Building support-scheduler [2023-02-15T20:22:20.167Z] Removing intermediate container 250ed1f5e339 [2023-02-15T20:22:20.167Z] ---> c1e9ee173d4e [2023-02-15T20:22:20.167Z] [2023-02-15T20:22:20.167Z] Step 10/22 : FROM alpine:3.16 [2023-02-15T20:22:20.167Z] ---> 4c81e5bf8899 [2023-02-15T20:22:20.167Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2023-02-15T20:22:20.436Z] ---> Running in 9605ebfc1040 [2023-02-15T20:22:23.011Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-15T20:22:23.011Z] Removing intermediate container c4b2422db3e9 [2023-02-15T20:22:23.011Z] ---> 34b21e1f2367 [2023-02-15T20:22:23.011Z] Step 7/24 : COPY . . [2023-02-15T20:22:23.593Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-15T20:22:25.012Z] (1/2) Installing ca-certificates (20220614-r0) [2023-02-15T20:22:25.013Z] (2/2) Installing dumb-init (1.2.5-r1) [2023-02-15T20:22:25.013Z] Executing busybox-1.35.0-r17.trigger [2023-02-15T20:22:25.282Z] Executing ca-certificates-20220614-r0.trigger [2023-02-15T20:22:25.551Z] OK: 6 MiB in 16 packages [2023-02-15T20:22:29.797Z] Removing intermediate container 9605ebfc1040 [2023-02-15T20:22:29.797Z] ---> 7f6c3936e14b [2023-02-15T20:22:29.797Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2023-02-15T20:22:29.797Z] ---> Running in b5a05dde193e [2023-02-15T20:22:30.755Z] Removing intermediate container b5a05dde193e [2023-02-15T20:22:30.755Z] ---> d209ed33df19 [2023-02-15T20:22:30.755Z] Step 13/22 : ENV APP_PORT=59860 [2023-02-15T20:22:30.755Z] ---> Running in 17b5aac2bf35 [2023-02-15T20:22:31.713Z] Removing intermediate container 17b5aac2bf35 [2023-02-15T20:22:31.713Z] ---> 7a8507de5756 [2023-02-15T20:22:31.713Z] Step 14/22 : EXPOSE $APP_PORT [2023-02-15T20:22:31.713Z] ---> Running in a5f133d06313 [2023-02-15T20:22:32.671Z] Removing intermediate container a5f133d06313 [2023-02-15T20:22:32.671Z] ---> af19ac827737 [2023-02-15T20:22:32.671Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-02-15T20:22:34.073Z] ---> 8dba39fb8b7d [2023-02-15T20:22:34.073Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2023-02-15T20:22:37.412Z] Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-15T20:22:37.412Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-02-15T20:22:37.412Z] ---> 62e28e230fea [2023-02-15T20:22:37.412Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-02-15T20:22:37.412Z] ---> Using cache [2023-02-15T20:22:37.412Z] ---> 433bdb754426 [2023-02-15T20:22:37.412Z] Step 4/22 : WORKDIR /edgex-go [2023-02-15T20:22:37.412Z] ---> Using cache [2023-02-15T20:22:37.412Z] ---> 5ffa2c95791f [2023-02-15T20:22:37.412Z] Step 5/22 : RUN apk add --update --no-cache make git [2023-02-15T20:22:37.412Z] ---> Using cache [2023-02-15T20:22:37.412Z] ---> f9c7232a1592 [2023-02-15T20:22:37.412Z] Step 6/22 : COPY go.mod vendor* ./ [2023-02-15T20:22:37.412Z] ---> Using cache [2023-02-15T20:22:37.412Z] ---> 13cc2e67d1c2 [2023-02-15T20:22:37.412Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-15T20:22:37.412Z] ---> Using cache [2023-02-15T20:22:37.412Z] ---> 2131e1721e31 [2023-02-15T20:22:37.412Z] Step 8/22 : COPY . . [2023-02-15T20:22:37.679Z] ---> Using cache [2023-02-15T20:22:37.679Z] ---> 9263f7b0f15b [2023-02-15T20:22:37.679Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2023-02-15T20:22:38.266Z] ---> Running in 0e7f575893ef [2023-02-15T20:22:38.848Z] ---> 6f99f0a61a20 [2023-02-15T20:22:38.848Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2023-02-15T20:22:40.804Z] ---> 93370d5e4148 [2023-02-15T20:22:40.804Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2023-02-15T20:22:40.804Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2023-02-15T20:22:40.804Z] ---> Running in 2317a6692a17 [2023-02-15T20:22:41.762Z] Removing intermediate container 2317a6692a17 [2023-02-15T20:22:41.762Z] ---> 059fd3f518b5 [2023-02-15T20:22:41.762Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-02-15T20:22:41.762Z] ---> Running in 126ea412e694 [2023-02-15T20:22:42.717Z] Removing intermediate container 126ea412e694 [2023-02-15T20:22:42.717Z] ---> c0d709c297bd [2023-02-15T20:22:42.717Z] Step 20/22 : LABEL arch=arm64 [2023-02-15T20:22:42.717Z] ---> Running in f6af885ea816 [2023-02-15T20:22:43.674Z] Removing intermediate container f6af885ea816 [2023-02-15T20:22:43.674Z] ---> e00cc1a908d1 [2023-02-15T20:22:43.674Z] Step 21/22 : LABEL git_sha=cacbc01dbf264f01fcaaf584ccd39c6a0a3592de [2023-02-15T20:22:43.674Z] ---> Running in 0474a64e8e1c [2023-02-15T20:22:44.255Z] Removing intermediate container 0474a64e8e1c [2023-02-15T20:22:44.255Z] ---> 5d1f9e270b80 [2023-02-15T20:22:44.255Z] Step 22/22 : LABEL version=0.0.0 [2023-02-15T20:22:44.255Z] ---> Running in ec8025c58163 [2023-02-15T20:22:44.519Z] ---> 3ea7db45c7b2 [2023-02-15T20:22:44.519Z] Step 8/24 : ARG SPIRE_RELEASE=1.2.1 [2023-02-15T20:22:44.519Z] ---> Running in da68c2560143 [2023-02-15T20:22:45.111Z] Removing intermediate container ec8025c58163 [2023-02-15T20:22:45.111Z] ---> 85516b5ef2c9 [2023-02-15T20:22:45.111Z] [2023-02-15T20:22:45.378Z] Removing intermediate container da68c2560143 [2023-02-15T20:22:45.378Z] ---> 6d4fc9eaa76c [2023-02-15T20:22:45.378Z] Step 9/24 : WORKDIR /edgex-go/spire-build [2023-02-15T20:22:45.378Z] ---> Running in 8c2e484f7217 [2023-02-15T20:22:45.644Z] Successfully built 85516b5ef2c9 [2023-02-15T20:22:45.644Z] Successfully tagged support-notifications-arm64:latest [2023-02-15T20:22:45.644Z] Building security-secretstore-setup [2023-02-15T20:22:45.910Z]  Building support-notifications ... done Removing intermediate container 8c2e484f7217 [2023-02-15T20:22:45.910Z] ---> 91356685d14e [2023-02-15T20:22:45.910Z] Step 10/24 : RUN if ! test -f /usr/local/bin/spire-server; then wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent && cp bin/spire* /usr/local/bin/; fi [2023-02-15T20:22:46.177Z] ---> Running in 5f397969eb71 [2023-02-15T20:22:50.422Z] Removing intermediate container 5f397969eb71 [2023-02-15T20:22:50.422Z] ---> a66f71f0349d [2023-02-15T20:22:50.422Z] Step 11/24 : WORKDIR /edgex-go [2023-02-15T20:22:50.422Z] ---> Running in 71b0b0f0ddbe [2023-02-15T20:22:50.689Z] Removing intermediate container 71b0b0f0ddbe [2023-02-15T20:22:50.689Z] ---> 7d95d502d115 [2023-02-15T20:22:50.689Z] [2023-02-15T20:22:50.689Z] Step 12/24 : FROM alpine:3.15 [2023-02-15T20:22:50.689Z] ---> 354640af7b1b [2023-02-15T20:22:50.689Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-02-15T20:22:50.689Z] ---> Using cache [2023-02-15T20:22:50.689Z] ---> c8bcfec6d5c6 [2023-02-15T20:22:50.689Z] Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init gcompat [2023-02-15T20:22:50.957Z] ---> Running in fcba11844801 [2023-02-15T20:22:52.899Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2023-02-15T20:22:53.166Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2023-02-15T20:22:55.106Z] v3.15.7-6-g44f22910c3a [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] [2023-02-15T20:22:55.106Z] v3.15.6-306-g64686f2e1ac [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] [2023-02-15T20:22:55.106Z] OK: 15734 distinct packages available [2023-02-15T20:22:55.106Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2023-02-15T20:22:55.376Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2023-02-15T20:22:56.779Z] (1/4) Installing dumb-init (1.2.5-r1) [2023-02-15T20:22:57.046Z] (2/4) Installing musl-obstack (1.2.3-r0) [2023-02-15T20:22:57.046Z] (3/4) Installing libucontext (1.1-r0) [2023-02-15T20:22:57.046Z] (4/4) Installing gcompat (1.0.0-r4) [2023-02-15T20:22:57.046Z] Executing busybox-1.34.1-r7.trigger [2023-02-15T20:22:57.047Z] OK: 6 MiB in 18 packages [2023-02-15T20:22:59.621Z] Removing intermediate container fcba11844801 [2023-02-15T20:22:59.621Z] ---> 5a6229ee1421 [2023-02-15T20:22:59.621Z] Step 15/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin [2023-02-15T20:23:03.874Z] Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-15T20:23:03.874Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2023-02-15T20:23:03.874Z] ---> 62e28e230fea [2023-02-15T20:23:03.874Z] Step 3/24 : WORKDIR /edgex-go [2023-02-15T20:23:03.874Z] ---> Using cache [2023-02-15T20:23:03.874Z] ---> 9956de8ffdd9 [2023-02-15T20:23:03.874Z] Step 4/24 : RUN apk add --update --no-cache make git [2023-02-15T20:23:03.874Z] ---> Using cache [2023-02-15T20:23:03.874Z] ---> de9d0be08681 [2023-02-15T20:23:03.874Z] Step 5/24 : COPY go.mod vendor* ./ [2023-02-15T20:23:03.874Z] ---> Using cache [2023-02-15T20:23:03.874Z] ---> a0b036a1794a [2023-02-15T20:23:03.874Z] Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-15T20:23:03.874Z] ---> Using cache [2023-02-15T20:23:03.874Z] ---> ae618b536e9a [2023-02-15T20:23:03.874Z] Step 7/24 : COPY . . [2023-02-15T20:23:03.874Z] ---> Using cache [2023-02-15T20:23:03.874Z] ---> f9ba70b4ce13 [2023-02-15T20:23:03.874Z] Step 8/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2023-02-15T20:23:04.140Z] ---> Running in b710fb49a3ab [2023-02-15T20:23:06.731Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2023-02-15T20:23:06.731Z] ---> 03109cf3f355 [2023-02-15T20:23:06.731Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2023-02-15T20:23:07.719Z] ---> d3ac0cdc12d6 [2023-02-15T20:23:07.719Z] Step 17/24 : WORKDIR /usr/local/etc/spiffe-scripts.d [2023-02-15T20:23:07.719Z] ---> Running in cc94d9d6788d [2023-02-15T20:23:08.299Z] Removing intermediate container cc94d9d6788d [2023-02-15T20:23:08.299Z] ---> 04eac0e2009c [2023-02-15T20:23:08.299Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2023-02-15T20:23:09.255Z] ---> 15e1daa57535 [2023-02-15T20:23:09.255Z] Step 19/24 : WORKDIR / [2023-02-15T20:23:09.255Z] ---> Running in a87d4abac7e8 [2023-02-15T20:23:09.836Z] Removing intermediate container a87d4abac7e8 [2023-02-15T20:23:09.836Z] ---> babde20a6477 [2023-02-15T20:23:09.836Z] Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2023-02-15T20:23:09.836Z] ---> Running in 57dd334d604c [2023-02-15T20:23:10.418Z] Removing intermediate container 57dd334d604c [2023-02-15T20:23:10.418Z] ---> d5194abed77a [2023-02-15T20:23:10.418Z] Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2023-02-15T20:23:10.695Z] ---> Running in d2c695192057 [2023-02-15T20:23:11.277Z] Removing intermediate container d2c695192057 [2023-02-15T20:23:11.277Z] ---> 6e6fe348f42e [2023-02-15T20:23:11.277Z] Step 22/24 : LABEL arch=arm64 [2023-02-15T20:23:11.277Z] ---> Running in 2899e84c560c [2023-02-15T20:23:11.543Z] Removing intermediate container 2899e84c560c [2023-02-15T20:23:11.809Z] ---> 0d22550d0853 [2023-02-15T20:23:11.809Z] Step 23/24 : LABEL git_sha=cacbc01dbf264f01fcaaf584ccd39c6a0a3592de [2023-02-15T20:23:11.809Z] ---> Running in 96fd062adeb6 [2023-02-15T20:23:14.391Z] Removing intermediate container 96fd062adeb6 [2023-02-15T20:23:14.391Z] ---> 24159cb7225b [2023-02-15T20:23:14.391Z] Step 24/24 : LABEL version=0.0.0 [2023-02-15T20:23:14.391Z] ---> Running in 69099a1eff20 [2023-02-15T20:23:14.994Z] Removing intermediate container 69099a1eff20 [2023-02-15T20:23:14.994Z] ---> 8bdb04c9b61f [2023-02-15T20:23:14.994Z] [2023-02-15T20:23:15.260Z] Successfully built 8bdb04c9b61f [2023-02-15T20:23:15.260Z] Successfully tagged security-spire-config-arm64:latest [2023-02-15T20:23:15.260Z] Building core-common-config-bootstrapper [2023-02-15T20:23:33.444Z]  Building security-spire-config ... done Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 [2023-02-15T20:23:33.444Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2023-02-15T20:23:33.444Z] ---> 62e28e230fea [2023-02-15T20:23:33.444Z] Step 3/22 : ARG ADD_BUILD_TAGS="" [2023-02-15T20:23:33.444Z] ---> Using cache [2023-02-15T20:23:33.444Z] ---> 433bdb754426 [2023-02-15T20:23:33.444Z] Step 4/22 : WORKDIR /edgex-go [2023-02-15T20:23:33.444Z] ---> Using cache [2023-02-15T20:23:33.444Z] ---> 5ffa2c95791f [2023-02-15T20:23:33.444Z] Step 5/22 : RUN apk add --update --no-cache make git [2023-02-15T20:23:33.444Z] ---> Using cache [2023-02-15T20:23:33.444Z] ---> f9c7232a1592 [2023-02-15T20:23:33.444Z] Step 6/22 : COPY go.mod vendor* ./ [2023-02-15T20:23:33.444Z] ---> Using cache [2023-02-15T20:23:33.444Z] ---> 13cc2e67d1c2 [2023-02-15T20:23:33.444Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-15T20:23:33.444Z] ---> Using cache [2023-02-15T20:23:33.444Z] ---> 2131e1721e31 [2023-02-15T20:23:33.444Z] Step 8/22 : COPY . . [2023-02-15T20:23:33.444Z] ---> Using cache [2023-02-15T20:23:33.444Z] ---> 9263f7b0f15b [2023-02-15T20:23:33.444Z] Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2023-02-15T20:23:33.444Z] ---> Running in d1878728bf2a [2023-02-15T20:23:33.444Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2023-02-15T20:28:41.014Z] Removing intermediate container ea349689e363 [2023-02-15T20:28:41.014Z] ---> 34c46754c410 [2023-02-15T20:28:41.014Z] [2023-02-15T20:28:41.014Z] Step 9/32 : FROM alpine:3.16 [2023-02-15T20:28:41.014Z] ---> 4c81e5bf8899 [2023-02-15T20:28:41.014Z] Step 10/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2023-02-15T20:28:41.014Z] ---> Running in 80abd2bb7f78 [2023-02-15T20:28:41.014Z] Removing intermediate container 80abd2bb7f78 [2023-02-15T20:28:41.014Z] ---> 558c576830d4 [2023-02-15T20:28:41.014Z] Step 11/32 : RUN apk add --update --no-cache dumb-init su-exec [2023-02-15T20:28:41.014Z] ---> Running in 0bc2e4c62ca9 [2023-02-15T20:28:41.014Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-15T20:28:41.014Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-15T20:28:41.014Z] (1/2) Installing dumb-init (1.2.5-r1) [2023-02-15T20:28:41.014Z] (2/2) Installing su-exec (0.2-r1) [2023-02-15T20:28:41.014Z] Executing busybox-1.35.0-r17.trigger [2023-02-15T20:28:41.014Z] OK: 5 MiB in 16 packages [2023-02-15T20:28:41.014Z] Removing intermediate container 0bc2e4c62ca9 [2023-02-15T20:28:41.014Z] ---> 0c6224f9ea9a [2023-02-15T20:28:41.014Z] Step 12/32 : ENV SECURITY_INIT_DIR /edgex-init [2023-02-15T20:28:41.014Z] ---> Running in 7256133726aa [2023-02-15T20:28:41.014Z] Removing intermediate container 7256133726aa [2023-02-15T20:28:41.014Z] ---> 136651570799 [2023-02-15T20:28:41.014Z] Step 13/32 : ENV SECURITY_INIT_STAGING /edgex-init-staging [2023-02-15T20:28:41.014Z] ---> Running in c7827e4f9694 [2023-02-15T20:28:41.014Z] Removing intermediate container c7827e4f9694 [2023-02-15T20:28:41.014Z] ---> 9a2fad037ef0 [2023-02-15T20:28:41.015Z] Step 14/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis [2023-02-15T20:28:41.015Z] Removing intermediate container ddf14eeb5ac9 [2023-02-15T20:28:41.015Z] ---> cdddaa836468 [2023-02-15T20:28:41.015Z] [2023-02-15T20:28:41.015Z] Step 10/22 : FROM alpine:3.16 [2023-02-15T20:28:41.015Z] ---> 4c81e5bf8899 [2023-02-15T20:28:41.015Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2023-02-15T20:28:41.015Z] ---> Running in 349d9864ab57 [2023-02-15T20:28:41.015Z] ---> Running in 043336ea74f9 [2023-02-15T20:28:41.015Z] Removing intermediate container 349d9864ab57 [2023-02-15T20:28:41.015Z] ---> dfa2d8496046 [2023-02-15T20:28:41.015Z] Step 15/32 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto [2023-02-15T20:28:41.015Z] ---> Running in ed98cc6a4a7c [2023-02-15T20:28:41.015Z] Removing intermediate container 043336ea74f9 [2023-02-15T20:28:41.015Z] ---> 75340e9368a4 [2023-02-15T20:28:41.015Z] Step 12/22 : ENV APP_PORT=59880 [2023-02-15T20:28:41.015Z] ---> Running in c0e46f5378c3 [2023-02-15T20:28:41.015Z] Removing intermediate container ed98cc6a4a7c [2023-02-15T20:28:41.015Z] ---> f67413100d97 [2023-02-15T20:28:41.015Z] Step 16/32 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} [2023-02-15T20:28:41.015Z] Removing intermediate container c0e46f5378c3 [2023-02-15T20:28:41.015Z] ---> 9e37413bae8c [2023-02-15T20:28:41.015Z] Step 13/22 : EXPOSE $APP_PORT [2023-02-15T20:28:41.015Z] ---> Running in d622f05fec4e [2023-02-15T20:28:41.015Z] ---> Running in 3d1ac42d9f67 [2023-02-15T20:28:41.015Z] Removing intermediate container 3d1ac42d9f67 [2023-02-15T20:28:41.015Z] ---> 42a9996164fa [2023-02-15T20:28:41.015Z] Step 14/22 : RUN apk add --update --no-cache dumb-init [2023-02-15T20:28:41.015Z] ---> Running in 3560801fb5ac [2023-02-15T20:28:42.950Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-15T20:28:43.530Z] Removing intermediate container d622f05fec4e [2023-02-15T20:28:43.530Z] ---> ea3447a41142 [2023-02-15T20:28:43.530Z] Step 17/32 : WORKDIR ${SECURITY_INIT_STAGING} [2023-02-15T20:28:43.530Z] ---> Running in 520a36b82b24 [2023-02-15T20:28:43.530Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-15T20:28:44.110Z] Removing intermediate container 520a36b82b24 [2023-02-15T20:28:44.110Z] ---> 329cbc1842e2 [2023-02-15T20:28:44.110Z] Step 18/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ [2023-02-15T20:28:45.070Z] ---> 08159c97c339 [2023-02-15T20:28:45.070Z] Step 19/32 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh [2023-02-15T20:28:45.070Z] (1/1) Installing dumb-init (1.2.5-r1) [2023-02-15T20:28:45.070Z] Executing busybox-1.35.0-r17.trigger [2023-02-15T20:28:45.070Z] ---> Running in 78f7fa153c52 [2023-02-15T20:28:45.070Z] OK: 5 MiB in 15 packages [2023-02-15T20:28:47.014Z] Removing intermediate container 3560801fb5ac [2023-02-15T20:28:47.014Z] ---> 42b30ac8f93c [2023-02-15T20:28:47.014Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-02-15T20:28:48.424Z] ---> 53e3d76021d0 [2023-02-15T20:28:48.424Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2023-02-15T20:28:48.688Z] Removing intermediate container 78f7fa153c52 [2023-02-15T20:28:48.688Z] ---> ee3c0fe0d152 [2023-02-15T20:28:48.688Z] Step 20/32 : COPY --from=builder /edgex-go/Attribution.txt / [2023-02-15T20:28:50.096Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2023-02-15T20:28:50.096Z] ---> 86935d13633c [2023-02-15T20:28:50.096Z] Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2023-02-15T20:28:50.363Z] ---> eec4d26c351a [2023-02-15T20:28:50.363Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2023-02-15T20:28:51.767Z] ---> 1acae2418b9f [2023-02-15T20:28:51.767Z] Step 18/22 : ENTRYPOINT ["/core-data"] [2023-02-15T20:28:51.767Z] ---> Running in 2aa85325c661 [2023-02-15T20:28:52.723Z] ---> 116ed2831bf7 [2023-02-15T20:28:52.723Z] Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2023-02-15T20:28:52.723Z] Removing intermediate container 2aa85325c661 [2023-02-15T20:28:52.723Z] ---> 5b1bb109c5c0 [2023-02-15T20:28:52.723Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-02-15T20:28:52.723Z] ---> Running in a3a7ed7c0baf [2023-02-15T20:28:53.308Z] Removing intermediate container a3a7ed7c0baf [2023-02-15T20:28:53.308Z] ---> bbf7ec8a93a9 [2023-02-15T20:28:53.308Z] Step 20/22 : LABEL arch=arm64 [2023-02-15T20:28:53.589Z] ---> Running in 1408c098ae70 [2023-02-15T20:28:53.854Z] ---> 34c473a125f4 [2023-02-15T20:28:53.854Z] Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2023-02-15T20:28:54.434Z] Removing intermediate container 1408c098ae70 [2023-02-15T20:28:54.434Z] ---> abf9baccbe88 [2023-02-15T20:28:54.434Z] Step 21/22 : LABEL git_sha=cacbc01dbf264f01fcaaf584ccd39c6a0a3592de [2023-02-15T20:28:54.434Z] ---> Running in 11e025bfe5bf [2023-02-15T20:28:54.700Z] ---> d0d7710e7d5e [2023-02-15T20:28:54.700Z] Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.toml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ [2023-02-15T20:28:55.283Z] Removing intermediate container 11e025bfe5bf [2023-02-15T20:28:55.283Z] ---> 3c6d878160b6 [2023-02-15T20:28:55.283Z] Step 22/22 : LABEL version=0.0.0 [2023-02-15T20:28:55.283Z] ---> Running in 0cf8c06f7769 [2023-02-15T20:28:55.872Z] Removing intermediate container 0cf8c06f7769 [2023-02-15T20:28:55.872Z] ---> c3a553a49f74 [2023-02-15T20:28:55.872Z] [2023-02-15T20:28:55.872Z] ---> e4849d961ab7 [2023-02-15T20:28:55.872Z] Step 25/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ [2023-02-15T20:28:56.468Z] Successfully built c3a553a49f74 [2023-02-15T20:28:56.468Z] Successfully tagged core-data-arm64:latest [2023-02-15T20:28:56.862Z]  Building core-data ... done  ---> be9ec954aa99 [2023-02-15T20:28:56.862Z] Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2023-02-15T20:28:57.920Z] ---> 1207869508c9 [2023-02-15T20:28:57.920Z] Step 27/32 : RUN chmod +x /entrypoint.sh [2023-02-15T20:28:57.920Z] ---> Running in ac4a8f0785f0 [2023-02-15T20:29:01.424Z] Removing intermediate container ac4a8f0785f0 [2023-02-15T20:29:01.424Z] ---> cbd2fddfdc70 [2023-02-15T20:29:01.424Z] Step 28/32 : ENTRYPOINT ["/entrypoint.sh"] [2023-02-15T20:29:01.424Z] ---> Running in e6514cfaf7e3 [2023-02-15T20:29:01.424Z] Removing intermediate container e6514cfaf7e3 [2023-02-15T20:29:01.424Z] ---> 4c6d1f464395 [2023-02-15T20:29:01.424Z] Step 29/32 : CMD ["gate"] [2023-02-15T20:29:01.424Z] ---> Running in 38f02b1e0629 [2023-02-15T20:29:02.392Z] Removing intermediate container 38f02b1e0629 [2023-02-15T20:29:02.392Z] ---> e04bce0e1ffe [2023-02-15T20:29:02.392Z] Step 30/32 : LABEL arch=arm64 [2023-02-15T20:29:02.392Z] ---> Running in 2876819ee23b [2023-02-15T20:29:02.977Z] Removing intermediate container 2876819ee23b [2023-02-15T20:29:02.977Z] ---> bf2298fc2724 [2023-02-15T20:29:02.977Z] Step 31/32 : LABEL git_sha=cacbc01dbf264f01fcaaf584ccd39c6a0a3592de [2023-02-15T20:29:02.977Z] ---> Running in 9ca245a323d5 [2023-02-15T20:29:03.931Z] Removing intermediate container 9ca245a323d5 [2023-02-15T20:29:03.931Z] ---> 70a8fab0cfa8 [2023-02-15T20:29:03.931Z] Step 32/32 : LABEL version=0.0.0 [2023-02-15T20:29:03.931Z] ---> Running in 3bdd569e16ce [2023-02-15T20:29:04.886Z] Removing intermediate container 3bdd569e16ce [2023-02-15T20:29:04.886Z] ---> e06270f069f8 [2023-02-15T20:29:04.886Z] [2023-02-15T20:29:05.466Z] Successfully built e06270f069f8 [2023-02-15T20:29:05.466Z] Successfully tagged security-bootstrapper-arm64:latest [2023-02-15T20:29:10.809Z]  Building security-bootstrapper ... done Removing intermediate container b710fb49a3ab [2023-02-15T20:29:10.809Z] ---> ee4e9900b397 [2023-02-15T20:29:10.809Z] [2023-02-15T20:29:10.809Z] Step 9/24 : FROM alpine:3.16 [2023-02-15T20:29:10.809Z] ---> 4c81e5bf8899 [2023-02-15T20:29:10.809Z] Step 10/24 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec [2023-02-15T20:29:10.809Z] ---> Running in 64ab870db26c [2023-02-15T20:29:12.218Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-15T20:29:12.483Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-15T20:29:13.885Z] (1/3) Installing ca-certificates (20220614-r0) [2023-02-15T20:29:13.885Z] (2/3) Installing dumb-init (1.2.5-r1) [2023-02-15T20:29:13.885Z] (3/3) Installing su-exec (0.2-r1) [2023-02-15T20:29:13.885Z] Executing busybox-1.35.0-r17.trigger [2023-02-15T20:29:13.885Z] Executing ca-certificates-20220614-r0.trigger [2023-02-15T20:29:14.151Z] OK: 6 MiB in 17 packages [2023-02-15T20:29:17.492Z] Removing intermediate container 64ab870db26c [2023-02-15T20:29:17.492Z] ---> 6910f52a3e16 [2023-02-15T20:29:17.492Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2023-02-15T20:29:17.759Z] ---> Running in 0df83a3ad1eb [2023-02-15T20:29:18.025Z] Removing intermediate container 0df83a3ad1eb [2023-02-15T20:29:18.025Z] ---> 5eae6b6eac7f [2023-02-15T20:29:18.025Z] Step 12/24 : WORKDIR / [2023-02-15T20:29:18.290Z] ---> Running in 9506a3dc878b [2023-02-15T20:29:18.556Z] Removing intermediate container 9506a3dc878b [2023-02-15T20:29:18.556Z] ---> adeb4cfa6a7d [2023-02-15T20:29:18.556Z] Step 13/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2023-02-15T20:29:19.511Z] ---> 60c5a01a752e [2023-02-15T20:29:19.511Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2023-02-15T20:29:20.103Z] ---> db639f5734e8 [2023-02-15T20:29:20.373Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2023-02-15T20:29:20.953Z] ---> a23d11b8d305 [2023-02-15T20:29:20.953Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml [2023-02-15T20:29:21.909Z] ---> 6cddc57f39d8 [2023-02-15T20:29:21.909Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2023-02-15T20:29:24.479Z] ---> b9d7dac395e4 [2023-02-15T20:29:24.479Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2023-02-15T20:29:27.046Z] ---> b229a0c9b92b [2023-02-15T20:29:27.046Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2023-02-15T20:29:28.445Z] ---> fb89f9c0fe17 [2023-02-15T20:29:28.445Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-02-15T20:29:28.445Z] ---> Running in d5c3132dc40f [2023-02-15T20:29:31.782Z] Removing intermediate container d1878728bf2a [2023-02-15T20:29:31.782Z] ---> b8c85e5ce4d3 [2023-02-15T20:29:31.782Z] [2023-02-15T20:29:31.782Z] Step 10/22 : FROM alpine:3.16 [2023-02-15T20:29:31.782Z] ---> 4c81e5bf8899 [2023-02-15T20:29:31.782Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' [2023-02-15T20:29:31.782Z] ---> Running in afe4ba1c836d [2023-02-15T20:29:32.381Z] Removing intermediate container afe4ba1c836d [2023-02-15T20:29:32.381Z] ---> fbf223f4112e [2023-02-15T20:29:32.381Z] Step 12/22 : RUN apk add --update --no-cache dumb-init [2023-02-15T20:29:32.381Z] Removing intermediate container d5c3132dc40f [2023-02-15T20:29:32.381Z] ---> e4fe04f52189 [2023-02-15T20:29:32.381Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2023-02-15T20:29:32.647Z] ---> Running in 2db44394acff [2023-02-15T20:29:32.647Z] ---> Running in 1fcbfd663d32 [2023-02-15T20:29:33.602Z] Removing intermediate container 1fcbfd663d32 [2023-02-15T20:29:33.602Z] ---> 43eac7183a83 [2023-02-15T20:29:33.602Z] Step 22/24 : LABEL arch=arm64 [2023-02-15T20:29:33.602Z] ---> Running in 6f4f1d878535 [2023-02-15T20:29:34.184Z] Removing intermediate container 6f4f1d878535 [2023-02-15T20:29:34.184Z] ---> 86c0b07b1593 [2023-02-15T20:29:34.184Z] Step 23/24 : LABEL git_sha=cacbc01dbf264f01fcaaf584ccd39c6a0a3592de [2023-02-15T20:29:34.184Z] ---> Running in 4237e0485e68 [2023-02-15T20:29:34.777Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-15T20:29:34.777Z] Removing intermediate container 4237e0485e68 [2023-02-15T20:29:34.777Z] ---> 42a79cfa185d [2023-02-15T20:29:34.777Z] Step 24/24 : LABEL version=0.0.0 [2023-02-15T20:29:35.045Z] ---> Running in baa02436dad8 [2023-02-15T20:29:35.045Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-15T20:29:35.310Z] Removing intermediate container baa02436dad8 [2023-02-15T20:29:35.310Z] ---> 4700c72b3892 [2023-02-15T20:29:35.310Z] [2023-02-15T20:29:35.574Z] Successfully built 4700c72b3892 [2023-02-15T20:29:35.574Z] Successfully tagged security-secretstore-setup-arm64:latest [2023-02-15T20:29:36.160Z]  Building security-secretstore-setup ... done (1/1) Installing dumb-init (1.2.5-r1) [2023-02-15T20:29:36.160Z] Executing busybox-1.35.0-r17.trigger [2023-02-15T20:29:36.160Z] OK: 5 MiB in 15 packages [2023-02-15T20:29:37.562Z] Removing intermediate container 2db44394acff [2023-02-15T20:29:37.562Z] ---> fc88249f62fe [2023-02-15T20:29:37.562Z] Step 13/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-02-15T20:29:38.141Z] ---> 539b36e8041f [2023-02-15T20:29:38.141Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / [2023-02-15T20:29:39.094Z] ---> f05b9047d325 [2023-02-15T20:29:39.094Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml [2023-02-15T20:29:39.673Z] ---> f479da511e4f [2023-02-15T20:29:39.674Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ [2023-02-15T20:29:40.253Z] ---> 96a9672008e4 [2023-02-15T20:29:40.253Z] Step 17/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-02-15T20:29:40.253Z] ---> Running in 98f117e5e297 [2023-02-15T20:29:43.580Z] Removing intermediate container 98f117e5e297 [2023-02-15T20:29:43.580Z] ---> 56cef8e41639 [2023-02-15T20:29:43.580Z] Step 18/22 : ENTRYPOINT ["entrypoint.sh"] [2023-02-15T20:29:43.847Z] ---> Running in ab3edee0b67e [2023-02-15T20:29:44.112Z] Removing intermediate container ab3edee0b67e [2023-02-15T20:29:44.112Z] ---> 96781029e02c [2023-02-15T20:29:44.112Z] Step 19/22 : CMD ["/core-common-config-bootstrapper", "-cp=consul.http://edgex-core-consul:8500", "-cf=configuration.yaml"] [2023-02-15T20:29:44.386Z] ---> Running in 0db5635b6c52 [2023-02-15T20:29:44.651Z] Removing intermediate container 0db5635b6c52 [2023-02-15T20:29:44.651Z] ---> cdcf35074ca6 [2023-02-15T20:29:44.651Z] Step 20/22 : LABEL arch=arm64 [2023-02-15T20:29:44.651Z] ---> Running in d873e2a48cd1 [2023-02-15T20:29:45.237Z] Removing intermediate container d873e2a48cd1 [2023-02-15T20:29:45.237Z] ---> 86ea00e7dbc2 [2023-02-15T20:29:45.237Z] Step 21/22 : LABEL git_sha=cacbc01dbf264f01fcaaf584ccd39c6a0a3592de [2023-02-15T20:29:45.237Z] ---> Running in 6d20e721fc3f [2023-02-15T20:29:45.502Z] Removing intermediate container 6d20e721fc3f [2023-02-15T20:29:45.502Z] ---> 5c5335d57a20 [2023-02-15T20:29:45.502Z] Step 22/22 : LABEL version=0.0.0 [2023-02-15T20:29:45.502Z] ---> Running in 4c2a2480828f [2023-02-15T20:29:45.767Z] Removing intermediate container 4c2a2480828f [2023-02-15T20:29:45.767Z] ---> 997ec896845f [2023-02-15T20:29:45.767Z] [2023-02-15T20:29:46.032Z] Successfully built 997ec896845f [2023-02-15T20:29:46.032Z] Successfully tagged core-common-config-bootstrapper-arm64:latest [2023-02-15T20:30:04.207Z]  Building core-common-config-bootstrapper ... done Removing intermediate container 0e7f575893ef [2023-02-15T20:30:04.207Z] ---> c96d95aabf67 [2023-02-15T20:30:04.207Z] [2023-02-15T20:30:04.207Z] Step 10/22 : FROM alpine:3.16 [2023-02-15T20:30:04.207Z] ---> 4c81e5bf8899 [2023-02-15T20:30:04.207Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2023-02-15T20:30:04.207Z] ---> Using cache [2023-02-15T20:30:04.207Z] ---> 361eda6da949 [2023-02-15T20:30:04.207Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2023-02-15T20:30:04.207Z] ---> Using cache [2023-02-15T20:30:04.207Z] ---> 5c60945e1ad0 [2023-02-15T20:30:04.207Z] Step 13/22 : ENV APP_PORT=59861 [2023-02-15T20:30:04.207Z] ---> Running in d67064a5b2b1 [2023-02-15T20:30:04.471Z] Removing intermediate container d67064a5b2b1 [2023-02-15T20:30:04.471Z] ---> 8e5fa7bd7a31 [2023-02-15T20:30:04.471Z] Step 14/22 : EXPOSE $APP_PORT [2023-02-15T20:30:04.471Z] ---> Running in c66e5fab0405 [2023-02-15T20:30:04.734Z] Removing intermediate container c66e5fab0405 [2023-02-15T20:30:04.734Z] ---> 7d8b70ecec05 [2023-02-15T20:30:04.734Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2023-02-15T20:30:05.313Z] ---> 7fdff65a4f00 [2023-02-15T20:30:05.313Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2023-02-15T20:30:06.268Z] ---> 95e8ad15001b [2023-02-15T20:30:06.268Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2023-02-15T20:30:06.851Z] ---> ebf0fd73ff07 [2023-02-15T20:30:06.851Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2023-02-15T20:30:06.851Z] ---> Running in bae6566c9ec4 [2023-02-15T20:30:07.126Z] Removing intermediate container bae6566c9ec4 [2023-02-15T20:30:07.126Z] ---> f9a4eac89bda [2023-02-15T20:30:07.126Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-02-15T20:30:07.391Z] ---> Running in de9126a626d6 [2023-02-15T20:30:08.343Z] Removing intermediate container de9126a626d6 [2023-02-15T20:30:08.343Z] ---> d0031448fb50 [2023-02-15T20:30:08.343Z] Step 20/22 : LABEL arch=arm64 [2023-02-15T20:30:08.343Z] ---> Running in 6d5a7f919087 [2023-02-15T20:30:08.608Z] Removing intermediate container 6d5a7f919087 [2023-02-15T20:30:08.608Z] ---> 46c91ba94e1b [2023-02-15T20:30:08.608Z] Step 21/22 : LABEL git_sha=cacbc01dbf264f01fcaaf584ccd39c6a0a3592de [2023-02-15T20:30:08.608Z] ---> Running in 29f607cc80e3 [2023-02-15T20:30:08.873Z] Removing intermediate container 29f607cc80e3 [2023-02-15T20:30:08.873Z] ---> d68a639bdfba [2023-02-15T20:30:08.873Z] Step 22/22 : LABEL version=0.0.0 [2023-02-15T20:30:08.873Z] ---> Running in 65efc79b35c6 [2023-02-15T20:30:09.138Z] Removing intermediate container 65efc79b35c6 [2023-02-15T20:30:09.138Z] ---> 5043da7f546f [2023-02-15T20:30:09.138Z] [2023-02-15T20:30:09.402Z] Successfully built 5043da7f546f [2023-02-15T20:30:09.402Z] Successfully tagged support-scheduler-arm64:latest [2023-02-15T20:30:09.675Z]  Building support-scheduler ... done  [Pipeline] } [2023-02-15T20:30:09.686Z] $ docker stop --time=1 5716501199ec7424d418974d73bb5dafe590c062948709f47a4e931e83003e70 [2023-02-15T20:30:11.288Z] $ docker rm -f --volumes 5716501199ec7424d418974d73bb5dafe590c062948709f47a4e931e83003e70 [Pipeline] // withDockerContainer [Pipeline] sh [2023-02-15T20:30:11.808Z] + docker images [2023-02-15T20:30:12.072Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2023-02-15T20:30:12.072Z] support-scheduler-arm64 latest 5043da7f546f 2 seconds ago 29MB [2023-02-15T20:30:12.072Z] c96d95aabf67 9 seconds ago 1.57GB [2023-02-15T20:30:12.072Z] core-common-config-bootstrapper-arm64 latest 997ec896845f 26 seconds ago 14.9MB [2023-02-15T20:30:12.072Z] security-secretstore-setup-arm64 latest 4700c72b3892 36 seconds ago 29MB [2023-02-15T20:30:12.072Z] b8c85e5ce4d3 42 seconds ago 1.5GB [2023-02-15T20:30:12.072Z] ee4e9900b397 About a minute ago 1.5GB [2023-02-15T20:30:12.072Z] security-bootstrapper-arm64 latest e06270f069f8 About a minute ago 19.6MB [2023-02-15T20:30:12.072Z] core-data-arm64 latest c3a553a49f74 About a minute ago 17.2MB [2023-02-15T20:30:12.072Z] cdddaa836468 About a minute ago 1.51GB [2023-02-15T20:30:12.072Z] 34c46754c410 About a minute ago 1.5GB [2023-02-15T20:30:12.072Z] security-spire-config-arm64 latest 8bdb04c9b61f 6 minutes ago 83.6MB [2023-02-15T20:30:12.072Z] 7d95d502d115 7 minutes ago 1.38GB [2023-02-15T20:30:12.072Z] support-notifications-arm64 latest 85516b5ef2c9 7 minutes ago 29.7MB [2023-02-15T20:30:12.072Z] c1e9ee173d4e 7 minutes ago 1.57GB [2023-02-15T20:30:12.072Z] core-command-arm64 latest 0d2b809cc868 7 minutes ago 17MB [2023-02-15T20:30:12.072Z] 9652609f30dd 8 minutes ago 1.51GB [2023-02-15T20:30:12.072Z] security-spire-server-arm64 latest 9a48ec70f334 8 minutes ago 84.3MB [2023-02-15T20:30:12.072Z] security-spiffe-token-provider-arm64 latest 5d410945ad07 8 minutes ago 29.1MB [2023-02-15T20:30:12.072Z] 248323bd105a 8 minutes ago 1.38GB [2023-02-15T20:30:12.072Z] 2c63804ffb0d 8 minutes ago 1.54GB [2023-02-15T20:30:12.072Z] core-metadata-arm64 latest b4b2d6572880 10 minutes ago 17.7MB [2023-02-15T20:30:12.072Z] 67309713fec6 10 minutes ago 1.51GB [2023-02-15T20:30:12.072Z] security-proxy-setup-arm64 latest f7407d6852d3 11 minutes ago 26.9MB [2023-02-15T20:30:12.072Z] b79d5b369e8e 11 minutes ago 1.5GB [2023-02-15T20:30:12.072Z] security-spire-agent-arm64 latest 0dd3b3c42c2a 16 minutes ago 122MB [2023-02-15T20:30:12.072Z] 322cf3d0742c 17 minutes ago 1.38GB [2023-02-15T20:30:12.072Z] ci-base-image-arm64 latest 62e28e230fea 29 minutes ago 905MB [2023-02-15T20:30:12.072Z] alpine 3.15 354640af7b1b 4 days ago 5.34MB [2023-02-15T20:30:12.072Z] alpine 3.16 4c81e5bf8899 4 days ago 5.3MB [2023-02-15T20:30:12.072Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.18-alpine f96f9c87975a 3 months ago 685MB [2023-02-15T20:30:12.073Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64 latest 57ef9ed57663 2 years ago 285MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T20:30:12.872Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-02-15T20:30:12.872Z] [2023-02-15T20:30:12.872Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T20:30:13.264Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-02-15T20:30:13.533Z] arm64: Pulling from edgex-lftools-log-publisher [2023-02-15T20:30:13.533Z] 8998bd30e6a1: Pulling fs layer [2023-02-15T20:30:13.533Z] 04944245beec: Pulling fs layer [2023-02-15T20:30:13.533Z] 699f458cf7ca: Pulling fs layer [2023-02-15T20:30:13.533Z] 765212b225bb: Pulling fs layer [2023-02-15T20:30:13.533Z] f23df028b6ca: Pulling fs layer [2023-02-15T20:30:13.533Z] d65c8cfc05b1: Pulling fs layer [2023-02-15T20:30:13.533Z] 2437ff75d9bd: Pulling fs layer [2023-02-15T20:30:13.533Z] 765212b225bb: Waiting [2023-02-15T20:30:13.533Z] f23df028b6ca: Waiting [2023-02-15T20:30:13.533Z] d65c8cfc05b1: Waiting [2023-02-15T20:30:13.533Z] 2437ff75d9bd: Waiting [2023-02-15T20:30:13.533Z] 04944245beec: Download complete [2023-02-15T20:30:13.533Z] 765212b225bb: Download complete [2023-02-15T20:30:13.800Z] f23df028b6ca: Verifying Checksum [2023-02-15T20:30:13.800Z] f23df028b6ca: Download complete [2023-02-15T20:30:13.800Z] d65c8cfc05b1: Verifying Checksum [2023-02-15T20:30:13.800Z] d65c8cfc05b1: Download complete [2023-02-15T20:30:13.800Z] 699f458cf7ca: Verifying Checksum [2023-02-15T20:30:13.800Z] 699f458cf7ca: Download complete [2023-02-15T20:30:14.381Z] 8998bd30e6a1: Verifying Checksum [2023-02-15T20:30:14.381Z] 8998bd30e6a1: Download complete [2023-02-15T20:30:16.319Z] 2437ff75d9bd: Verifying Checksum [2023-02-15T20:30:16.319Z] 2437ff75d9bd: Download complete [2023-02-15T20:30:17.721Z] 8998bd30e6a1: Pull complete [2023-02-15T20:30:18.300Z] 04944245beec: Pull complete [2023-02-15T20:30:19.699Z] 699f458cf7ca: Pull complete [2023-02-15T20:30:19.699Z] 765212b225bb: Pull complete [2023-02-15T20:30:21.631Z] f23df028b6ca: Pull complete [2023-02-15T20:30:21.897Z] d65c8cfc05b1: Pull complete [2023-02-15T20:30:36.869Z] 2437ff75d9bd: Pull complete [2023-02-15T20:30:36.869Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2023-02-15T20:30:36.869Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-02-15T20:30:36.869Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-15T20:30:37.178Z] prd-ubuntu20.04-docker-arm64-4c-16g-6192 does not seem to be running inside a container [2023-02-15T20:30:37.230Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2023-02-15T20:30:39.959Z] $ docker top 96468fccf8c99cb64e11476c4f831ff9d3cc32688dca645d33cdeb218ebdd91a -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-02-15T20:30:40.604Z] ---> job-cost.sh [2023-02-15T20:30:40.869Z] lf-activate-venv: SKIPPING [2023-02-15T20:30:40.869Z] INFO: No Stack... [2023-02-15T20:30:41.134Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2023-02-15T20:30:42.089Z] INFO: Archiving Costs [Pipeline] sh [2023-02-15T20:30:42.427Z] + cut -d, -f6 [2023-02-15T20:30:42.427Z] + cat /w/workspace/edgex-go/1/archives/cost.csv [Pipeline] lock [2023-02-15T20:30:42.751Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-4362-1-stack-cost] [2023-02-15T20:30:42.756Z] Resource [jenkins-edgexfoundry-edgex-go-PR-4362-1-stack-cost] did not exist. Created. [2023-02-15T20:30:42.756Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-4362-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-02-15T20:30:43.481Z] + echo total: 0.2199999988079071 [Pipeline] stash [2023-02-15T20:30:43.664Z] Stashed 1 file(s) [Pipeline] } [2023-02-15T20:30:43.681Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-4362-1-stack-cost] [Pipeline] // lock [Pipeline] } [2023-02-15T20:30:43.749Z] $ docker stop --time=1 96468fccf8c99cb64e11476c4f831ff9d3cc32688dca645d33cdeb218ebdd91a [2023-02-15T20:30:45.243Z] $ docker rm -f --volumes 96468fccf8c99cb64e11476c4f831ff9d3cc32688dca645d33cdeb218ebdd91a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] configFileProvider [2023-02-15T20:30:46.235Z] provisioning config files... [2023-02-15T20:30:46.256Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/1@tmp/config1683866409614275772tmp [Pipeline] { [Pipeline] sh [2023-02-15T20:30:46.634Z] + set +x [2023-02-15T20:30:46.634Z] + + curlbash -s -s https://codecov.io/bash -- [2023-02-15T20:30:46.634Z] [2023-02-15T20:30:46.634Z] [2023-02-15T20:30:46.634Z] _____ _ [2023-02-15T20:30:46.634Z] / ____| | | [2023-02-15T20:30:46.634Z] | | ___ __| | ___ ___ _____ __ [2023-02-15T20:30:46.634Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2023-02-15T20:30:46.634Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2023-02-15T20:30:46.634Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2023-02-15T20:30:46.634Z] Bash-1.0.6 [2023-02-15T20:30:46.634Z] [2023-02-15T20:30:46.634Z] [2023-02-15T20:30:46.634Z] ==> git version 2.25.1 found [2023-02-15T20:30:46.634Z] ==> curl 7.68.0 (x86_64-pc-linux-gnu) libcurl/7.68.0 OpenSSL/1.1.1f zlib/1.2.11 brotli/1.0.7 libidn2/2.2.0 libpsl/0.21.0 (+libidn2/2.2.0) libssh/0.9.3/openssl/zlib nghttp2/1.40.0 librtmp/2.3 [2023-02-15T20:30:46.634Z] Release-Date: 2020-01-08 [2023-02-15T20:30:46.634Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp [2023-02-15T20:30:46.634Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2023-02-15T20:30:46.634Z] ==> Jenkins CI detected. [2023-02-15T20:30:46.634Z] current dir:  /w/workspace/edgex-go/1 [2023-02-15T20:30:46.634Z] project root: . [2023-02-15T20:30:46.634Z] --> token set from env [2023-02-15T20:30:46.634Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2023-02-15T20:30:46.634Z] ==> Running gcov in . (disable via -X gcov) [2023-02-15T20:30:46.634Z] ==> Python coveragepy not found [2023-02-15T20:30:46.634Z] ==> Searching for coverage reports in: [2023-02-15T20:30:46.634Z] + . [2023-02-15T20:30:46.912Z] -> Found 1 reports [2023-02-15T20:30:46.912Z] ==> Detecting git/mercurial file structure [2023-02-15T20:30:46.912Z] ==> Reading reports [2023-02-15T20:30:46.912Z] + ./coverage.out bytes=487529 [2023-02-15T20:30:46.912Z] ==> Appending adjustments [2023-02-15T20:30:46.912Z] https://docs.codecov.io/docs/fixing-reports [2023-02-15T20:30:47.903Z] + Found adjustments [2023-02-15T20:30:47.903Z] ==> Gzipping contents [2023-02-15T20:30:47.903Z] 64K /tmp/codecov.x4Fem9.gz [2023-02-15T20:30:47.903Z] ==> Uploading reports [2023-02-15T20:30:47.903Z] url: https://codecov.io [2023-02-15T20:30:47.903Z] query: branch=PR-4362&commit=cacbc01dbf264f01fcaaf584ccd39c6a0a3592de&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-4362%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=4362&job=&cmd_args= [2023-02-15T20:30:47.903Z] -> Pinging Codecov [2023-02-15T20:30:47.903Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=52b94001-b80a-4ca3-b063-c5e709073964&branch=PR-4362&commit=cacbc01dbf264f01fcaaf584ccd39c6a0a3592de&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-4362%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=4362&job=&cmd_args= [2023-02-15T20:30:48.176Z] -> Uploading to [2023-02-15T20:30:48.176Z] https://storage.googleapis.com/codecov/v4/raw/2023-02-15/00271124DB129430A58F1EEE437C3FCB/cacbc01dbf264f01fcaaf584ccd39c6a0a3592de/838130f0-e038-4447-90a6-ac78791da4bb.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230215%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230215T203048Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=72c2cd224ec5083ad4695569be0a7c39ce6ee5a562821ec8098207d91d4ddeb7 [2023-02-15T20:30:48.176Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-02-15T20:30:48.176Z] Dload Upload Total Spent Left Speed [2023-02-15T20:30:48.446Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 62957 0 0 100 62957 0 197k --:--:-- --:--:-- --:--:-- 196k [2023-02-15T20:30:48.446Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-go/commit/cacbc01dbf264f01fcaaf584ccd39c6a0a3592de [Pipeline] } [2023-02-15T20:30:48.474Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" 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] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh [2023-02-15T20:30:49.801Z] + [ -d /w/workspace/edgex-go/1/archives ] [Pipeline] libraryResource [Pipeline] sh [2023-02-15T20:30:50.134Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-15T20:30:51.023Z] ---> package-listing.sh [2023-02-15T20:30:51.024Z] ++ facter osfamily [2023-02-15T20:30:51.024Z] ++ tr '[:upper:]' '[:lower:]' [2023-02-15T20:30:51.284Z] + OS_FAMILY=debian [2023-02-15T20:30:51.284Z] + workspace=/w/workspace/edgex-go/1 [2023-02-15T20:30:51.284Z] + START_PACKAGES=/tmp/packages_start.txt [2023-02-15T20:30:51.284Z] + END_PACKAGES=/tmp/packages_end.txt [2023-02-15T20:30:51.284Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2023-02-15T20:30:51.284Z] + PACKAGES=/tmp/packages_start.txt [2023-02-15T20:30:51.284Z] + '[' /w/workspace/edgex-go/1 ']' [2023-02-15T20:30:51.284Z] + PACKAGES=/tmp/packages_end.txt [2023-02-15T20:30:51.284Z] + case "${OS_FAMILY}" in [2023-02-15T20:30:51.284Z] + dpkg -l [2023-02-15T20:30:51.284Z] + grep '^ii' [2023-02-15T20:30:51.284Z] + '[' -f /tmp/packages_start.txt ']' [2023-02-15T20:30:51.284Z] + '[' -f /tmp/packages_end.txt ']' [2023-02-15T20:30:51.284Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2023-02-15T20:30:51.284Z] + '[' /w/workspace/edgex-go/1 ']' [2023-02-15T20:30:51.284Z] + mkdir -p /w/workspace/edgex-go/1/archives/ [2023-02-15T20:30:51.284Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/1/archives/ [Pipeline] echo [2023-02-15T20:30:51.322Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/1/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2023-02-15T20:30:51.616Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T20:30:52.244Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-02-15T20:30:52.244Z] [2023-02-15T20:30:52.244Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-15T20:30:52.620Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-02-15T20:30:52.620Z] latest: Pulling from edgex-lftools-log-publisher [2023-02-15T20:30:52.620Z] 5eb5b503b376: Pulling fs layer [2023-02-15T20:30:52.620Z] 5c69ac0246d0: Pulling fs layer [2023-02-15T20:30:52.620Z] ec43610c2a17: Pulling fs layer [2023-02-15T20:30:52.620Z] 3a2ae6a8a46f: Pulling fs layer [2023-02-15T20:30:52.620Z] 33b1e0a273af: Pulling fs layer [2023-02-15T20:30:52.620Z] 5d3b04190fa2: Pulling fs layer [2023-02-15T20:30:52.620Z] 2f39f015ded8: Pulling fs layer [2023-02-15T20:30:52.620Z] 33b1e0a273af: Waiting [2023-02-15T20:30:52.620Z] 5d3b04190fa2: Waiting [2023-02-15T20:30:52.620Z] 2f39f015ded8: Waiting [2023-02-15T20:30:52.620Z] 3a2ae6a8a46f: Waiting [2023-02-15T20:30:52.620Z] 5c69ac0246d0: Verifying Checksum [2023-02-15T20:30:52.620Z] 5c69ac0246d0: Download complete [2023-02-15T20:30:52.620Z] 3a2ae6a8a46f: Download complete [2023-02-15T20:30:52.883Z] 33b1e0a273af: Verifying Checksum [2023-02-15T20:30:52.883Z] 33b1e0a273af: Download complete [2023-02-15T20:30:52.883Z] 5d3b04190fa2: Verifying Checksum [2023-02-15T20:30:52.883Z] 5d3b04190fa2: Download complete [2023-02-15T20:30:52.883Z] ec43610c2a17: Verifying Checksum [2023-02-15T20:30:52.883Z] ec43610c2a17: Download complete [2023-02-15T20:30:53.142Z] 5eb5b503b376: Verifying Checksum [2023-02-15T20:30:53.142Z] 5eb5b503b376: Download complete [2023-02-15T20:30:53.708Z] 2f39f015ded8: Download complete [2023-02-15T20:30:54.275Z] 5eb5b503b376: Pull complete [2023-02-15T20:30:54.532Z] 5c69ac0246d0: Pull complete [2023-02-15T20:30:54.790Z] ec43610c2a17: Pull complete [2023-02-15T20:30:55.050Z] 3a2ae6a8a46f: Pull complete [2023-02-15T20:30:55.308Z] 33b1e0a273af: Pull complete [2023-02-15T20:30:55.308Z] 5d3b04190fa2: Pull complete [2023-02-15T20:30:59.492Z] 2f39f015ded8: Pull complete [2023-02-15T20:30:59.492Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2023-02-15T20:30:59.492Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-02-15T20:30:59.492Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-15T20:30:59.689Z] prd-ubuntu20.04-docker-8c-8g-6182 does not seem to be running inside a container [2023-02-15T20:30:59.715Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/1/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2023-02-15T20:31:02.946Z] $ docker top 72e4bba4e0803d0452d7e766468889fd5976f29c9f11f3d515c5a0f1f962269a -eo pid,comm [Pipeline] { [Pipeline] sh [2023-02-15T20:31:03.335Z] + touch /tmp/pre-build-complete [Pipeline] sh [2023-02-15T20:31:03.640Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2023-02-15T20:31:03.947Z] + ls /var/log/sa-host [2023-02-15T20:31:03.947Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-02-15T20:31:04.159Z] provisioning config files... [2023-02-15T20:31:04.167Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/1@tmp/config2509867527046794178tmp [Pipeline] { [Pipeline] echo [2023-02-15T20:31:04.219Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-15T20:31:04.524Z] ---> create-netrc.sh [Pipeline] } [2023-02-15T20:31:04.551Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2023-02-15T20:31:04.948Z] ---> python-tools-install.sh [Pipeline] echo [2023-02-15T20:31:04.982Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-15T20:31:05.295Z] ---> sudo-logs.sh [2023-02-15T20:31:05.295Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2023-02-15T20:31:05.370Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-15T20:31:05.680Z] ---> job-cost.sh [2023-02-15T20:31:05.680Z] lf-activate-venv: SKIPPING [2023-02-15T20:31:05.680Z] DEBUG: total: 0.2199999988079071 [2023-02-15T20:31:05.680Z] INFO: Retrieving Stack Cost... [2023-02-15T20:31:05.939Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-02-15T20:31:06.507Z] INFO: Archiving Costs [Pipeline] echo [2023-02-15T20:31:06.546Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-15T20:31:06.859Z] ---> logs-deploy.sh [2023-02-15T20:31:06.859Z] lf-activate-venv: SKIPPING [2023-02-15T20:31:06.859Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-4362/1 [2023-02-15T20:31:06.859Z] INFO: archiving workspace using pattern(s): [2023-02-15T20:31:07.796Z] Archives upload complete. [2023-02-15T20:31:07.796Z] INFO: archiving logs to Nexus [2023-02-15T20:31:08.739Z] ---> uname -a: [2023-02-15T20:31:08.739Z] Linux prd-ubuntu20-04-docker-8c-8g-6182 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux [2023-02-15T20:31:08.739Z] [2023-02-15T20:31:08.739Z] [2023-02-15T20:31:08.739Z] ---> lscpu: [2023-02-15T20:31:08.739Z] Architecture: x86_64 [2023-02-15T20:31:08.739Z] CPU op-mode(s): 32-bit, 64-bit [2023-02-15T20:31:08.739Z] Byte Order: Little Endian [2023-02-15T20:31:08.739Z] Address sizes: 40 bits physical, 48 bits virtual [2023-02-15T20:31:08.739Z] CPU(s): 8 [2023-02-15T20:31:08.739Z] On-line CPU(s) list: 0-7 [2023-02-15T20:31:08.739Z] Thread(s) per core: 1 [2023-02-15T20:31:08.739Z] Core(s) per socket: 1 [2023-02-15T20:31:08.739Z] Socket(s): 8 [2023-02-15T20:31:08.739Z] NUMA node(s): 1 [2023-02-15T20:31:08.739Z] Vendor ID: AuthenticAMD [2023-02-15T20:31:08.739Z] CPU family: 23 [2023-02-15T20:31:08.739Z] Model: 49 [2023-02-15T20:31:08.739Z] Model name: AMD EPYC-Rome Processor [2023-02-15T20:31:08.739Z] Stepping: 0 [2023-02-15T20:31:08.739Z] CPU MHz: 2799.998 [2023-02-15T20:31:08.739Z] BogoMIPS: 5599.99 [2023-02-15T20:31:08.739Z] Virtualization: AMD-V [2023-02-15T20:31:08.739Z] Hypervisor vendor: KVM [2023-02-15T20:31:08.739Z] Virtualization type: full [2023-02-15T20:31:08.739Z] L1d cache: 256 KiB [2023-02-15T20:31:08.739Z] L1i cache: 256 KiB [2023-02-15T20:31:08.739Z] L2 cache: 4 MiB [2023-02-15T20:31:08.739Z] L3 cache: 128 MiB [2023-02-15T20:31:08.739Z] NUMA node0 CPU(s): 0-7 [2023-02-15T20:31:08.739Z] Vulnerability Itlb multihit: Not affected [2023-02-15T20:31:08.739Z] Vulnerability L1tf: Not affected [2023-02-15T20:31:08.739Z] Vulnerability Mds: Not affected [2023-02-15T20:31:08.739Z] Vulnerability Meltdown: Not affected [2023-02-15T20:31:08.739Z] Vulnerability Mmio stale data: Not affected [2023-02-15T20:31:08.739Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2023-02-15T20:31:08.739Z] Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization [2023-02-15T20:31:08.739Z] Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling [2023-02-15T20:31:08.739Z] Vulnerability Srbds: Not affected [2023-02-15T20:31:08.739Z] Vulnerability Tsx async abort: Not affected [2023-02-15T20:31:08.739Z] Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm rep_good nopl cpuid extd_apicid tsc_known_freq pni pclmulqdq ssse3 fma cx16 sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext perfctr_core ssbd ibrs ibpb stibp vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 xsaves clzero xsaveerptr wbnoinvd arat npt nrip_save umip rdpid arch_capabilities [2023-02-15T20:31:08.739Z] [2023-02-15T20:31:08.739Z] [2023-02-15T20:31:08.739Z] ---> nproc: [2023-02-15T20:31:08.739Z] 8 [2023-02-15T20:31:08.739Z] [2023-02-15T20:31:08.739Z] [2023-02-15T20:31:08.739Z] ---> df -h: [2023-02-15T20:31:08.739Z] Filesystem Size Used Avail Use% Mounted on [2023-02-15T20:31:08.739Z] overlay 155G 20G 136G 13% / [2023-02-15T20:31:08.739Z] tmpfs 64M 0 64M 0% /dev [2023-02-15T20:31:08.739Z] tmpfs 16G 0 16G 0% /sys/fs/cgroup [2023-02-15T20:31:08.739Z] shm 64M 0 64M 0% /dev/shm [2023-02-15T20:31:08.739Z] /dev/vda1 155G 20G 136G 13% /facter-os [2023-02-15T20:31:08.739Z] [2023-02-15T20:31:08.739Z] [2023-02-15T20:31:08.739Z] ---> sar -b -r -n DEV: [2023-02-15T20:31:08.739Z] Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-6182) 02/15/23 _x86_64_ (8 CPU) [2023-02-15T20:31:08.739Z] [2023-02-15T20:31:08.739Z] 18:42:01 LINUX RESTART (8 CPU) [2023-02-15T20:31:08.739Z] [2023-02-15T20:31:08.739Z] 18:43:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2023-02-15T20:31:08.739Z] 18:44:01 6.76 0.00 6.76 0.00 0.00 28104.68 0.00 [2023-02-15T20:31:08.739Z] 18:45:01 4.87 0.03 4.83 0.00 5.86 28098.63 0.00 [2023-02-15T20:31:08.739Z] 18:46:01 4.63 0.00 4.63 0.00 0.00 27965.21 0.00 [2023-02-15T20:31:08.739Z] 18:47:01 5.02 0.00 5.02 0.00 0.00 28105.18 0.00 [2023-02-15T20:31:08.739Z] 18:48:01 32.23 11.25 20.98 0.00 3473.69 16042.39 0.00 [2023-02-15T20:31:08.739Z] 18:49:01 1.82 0.00 1.82 0.00 0.00 20.39 0.00 [2023-02-15T20:31:08.739Z] 18:50:01 1.37 0.00 1.37 0.00 0.00 15.46 0.00 [2023-02-15T20:31:08.739Z] 18:51:01 1.88 0.00 1.88 0.00 0.00 21.60 0.00 [2023-02-15T20:31:08.739Z] 18:52:01 1.40 0.00 1.40 0.00 0.00 17.20 0.00 [2023-02-15T20:31:08.739Z] 18:53:01 2.25 0.00 2.25 0.00 0.00 33.73 0.00 [2023-02-15T20:31:08.739Z] 18:54:01 0.87 0.00 0.87 0.00 0.00 9.73 0.00 [2023-02-15T20:31:08.739Z] 18:55:01 1.88 0.00 1.88 0.00 0.00 21.19 0.00 [2023-02-15T20:31:08.739Z] 18:56:01 1.15 0.00 1.15 0.00 0.00 12.93 0.00 [2023-02-15T20:31:08.739Z] 18:57:01 1.57 0.00 1.57 0.00 0.00 18.53 0.00 [2023-02-15T20:31:08.739Z] 18:58:01 1.45 0.02 1.43 0.00 0.13 16.26 0.00 [2023-02-15T20:31:08.739Z] 18:59:01 1.75 0.00 1.75 0.00 0.00 20.13 0.00 [2023-02-15T20:31:08.739Z] 19:00:01 1.00 0.00 1.00 0.00 0.00 11.20 0.00 [2023-02-15T20:31:08.739Z] 19:01:01 1.45 0.00 1.45 0.00 0.00 17.06 0.00 [2023-02-15T20:31:08.739Z] 19:02:01 0.97 0.00 0.97 0.00 0.00 11.20 0.00 [2023-02-15T20:31:08.739Z] 19:03:01 1.55 0.00 1.55 0.00 0.00 17.73 0.00 [2023-02-15T20:31:08.739Z] 19:04:01 0.88 0.00 0.88 0.00 0.00 10.00 0.00 [2023-02-15T20:31:08.739Z] 19:05:01 1.50 0.00 1.50 0.00 0.00 17.46 0.00 [2023-02-15T20:31:08.739Z] 19:06:01 1.02 0.00 1.02 0.00 0.00 11.06 0.00 [2023-02-15T20:31:08.739Z] 19:07:01 1.50 0.00 1.50 0.00 0.00 17.20 0.00 [2023-02-15T20:31:08.739Z] 19:08:01 0.92 0.00 0.92 0.00 0.00 10.00 0.00 [2023-02-15T20:31:08.739Z] 19:09:01 1.48 0.00 1.48 0.00 0.00 16.93 0.00 [2023-02-15T20:31:08.739Z] 19:10:01 0.90 0.00 0.90 0.00 0.00 9.47 0.00 [2023-02-15T20:31:08.739Z] 19:11:01 1.22 0.00 1.22 0.00 0.00 14.93 0.00 [2023-02-15T20:31:08.739Z] 19:12:01 1.12 0.00 1.12 0.00 0.00 12.40 0.00 [2023-02-15T20:31:08.739Z] 19:13:01 1.57 0.00 1.57 0.00 0.00 18.00 0.00 [2023-02-15T20:31:08.739Z] 19:14:01 0.93 0.00 0.93 0.00 0.00 10.26 0.00 [2023-02-15T20:31:08.739Z] 19:15:01 1.50 0.00 1.50 0.00 0.00 16.80 0.00 [2023-02-15T20:31:08.739Z] 19:16:01 0.82 0.00 0.82 0.00 0.00 9.60 0.00 [2023-02-15T20:31:08.739Z] 19:17:01 1.53 0.02 1.52 0.00 0.13 17.86 0.00 [2023-02-15T20:31:08.739Z] 19:18:01 1.12 0.00 1.12 0.00 0.00 12.26 0.00 [2023-02-15T20:31:08.739Z] 19:19:01 1.63 0.00 1.63 0.00 0.00 19.05 0.00 [2023-02-15T20:31:08.739Z] 19:20:01 0.97 0.00 0.97 0.00 0.00 10.26 0.00 [2023-02-15T20:31:08.739Z] 19:21:01 1.55 0.00 1.55 0.00 0.00 17.33 0.00 [2023-02-15T20:31:08.739Z] 19:22:01 1.37 0.00 1.37 0.00 0.00 15.33 0.00 [2023-02-15T20:31:08.740Z] 19:23:01 1.57 0.00 1.57 0.00 0.00 18.26 0.00 [2023-02-15T20:31:08.740Z] 19:24:01 1.17 0.00 1.17 0.00 0.00 13.33 0.00 [2023-02-15T20:31:08.740Z] 19:25:01 1.42 0.00 1.42 0.00 0.00 18.12 0.00 [2023-02-15T20:31:08.740Z] 19:26:01 0.92 0.00 0.92 0.00 0.00 10.53 0.00 [2023-02-15T20:31:08.740Z] 19:27:01 1.35 0.00 1.35 0.00 0.00 16.79 0.00 [2023-02-15T20:31:08.740Z] 19:28:01 1.22 0.00 1.22 0.00 0.00 13.73 0.00 [2023-02-15T20:31:08.740Z] 19:29:01 1.52 0.00 1.52 0.00 0.00 18.80 0.00 [2023-02-15T20:31:08.740Z] 19:30:01 0.92 0.00 0.92 0.00 0.00 10.40 0.00 [2023-02-15T20:31:08.740Z] 19:31:01 1.22 0.00 1.22 0.00 0.00 14.13 0.00 [2023-02-15T20:31:08.740Z] 19:32:01 1.10 0.00 1.10 0.00 0.00 13.06 0.00 [2023-02-15T20:31:08.740Z] 19:33:01 1.32 0.00 1.32 0.00 0.00 15.86 0.00 [2023-02-15T20:31:08.740Z] 19:34:01 0.93 0.00 0.93 0.00 0.00 10.40 0.00 [2023-02-15T20:31:08.740Z] 19:35:01 5.13 3.60 1.53 0.00 83.97 29.86 0.00 [2023-02-15T20:31:08.740Z] 19:36:01 0.95 0.00 0.95 0.00 0.00 10.80 0.00 [2023-02-15T20:31:08.740Z] 19:37:01 1.33 0.00 1.33 0.00 0.00 16.40 0.00 [2023-02-15T20:31:08.740Z] 19:38:02 1.07 0.00 1.07 0.00 0.00 11.86 0.00 [2023-02-15T20:31:08.740Z] 19:39:01 1.20 0.00 1.20 0.00 0.00 15.32 0.00 [2023-02-15T20:31:08.740Z] 19:40:01 1.08 0.00 1.08 0.00 0.00 11.86 0.00 [2023-02-15T20:31:08.740Z] 19:41:01 1.23 0.00 1.23 0.00 0.00 15.33 0.00 [2023-02-15T20:31:08.740Z] 19:42:01 0.98 0.00 0.98 0.00 0.00 10.93 0.00 [2023-02-15T20:31:08.740Z] 19:43:01 1.68 0.00 1.68 0.00 0.00 19.86 0.00 [2023-02-15T20:31:08.740Z] 19:44:01 0.98 0.00 0.98 0.00 0.00 11.06 0.00 [2023-02-15T20:31:08.740Z] 19:45:01 1.23 0.00 1.23 0.00 0.00 15.86 0.00 [2023-02-15T20:31:08.740Z] 19:46:01 0.93 0.00 0.93 0.00 0.00 10.00 0.00 [2023-02-15T20:31:08.740Z] 19:47:01 1.38 0.00 1.38 0.00 0.00 17.73 0.00 [2023-02-15T20:31:08.740Z] 19:48:01 1.10 0.00 1.10 0.00 0.00 12.40 0.00 [2023-02-15T20:31:08.740Z] 19:49:01 1.43 0.00 1.43 0.00 0.00 16.93 0.00 [2023-02-15T20:31:08.740Z] 19:50:01 1.03 0.00 1.03 0.00 0.00 10.66 0.00 [2023-02-15T20:31:08.740Z] 19:51:01 1.32 0.00 1.32 0.00 0.00 15.86 0.00 [2023-02-15T20:31:08.740Z] 19:52:01 1.10 0.00 1.10 0.00 0.00 12.13 0.00 [2023-02-15T20:31:08.740Z] 19:53:01 1.72 0.00 1.72 0.00 0.00 19.60 0.00 [2023-02-15T20:31:08.740Z] 19:54:01 1.03 0.00 1.03 0.00 0.00 11.06 0.00 [2023-02-15T20:31:08.740Z] 19:55:01 1.63 0.00 1.63 0.00 0.00 17.73 0.00 [2023-02-15T20:31:08.740Z] 19:56:01 1.00 0.00 1.00 0.00 0.00 10.53 0.00 [2023-02-15T20:31:08.740Z] 19:57:01 1.68 0.00 1.68 0.00 0.00 19.06 0.00 [2023-02-15T20:31:08.740Z] 19:58:01 1.08 0.00 1.08 0.00 0.00 11.60 0.00 [2023-02-15T20:31:08.740Z] 19:59:01 55.54 12.61 42.93 0.00 1841.43 22034.33 0.00 [2023-02-15T20:31:08.740Z] 20:00:01 101.75 1.15 100.60 0.00 45.19 50564.24 0.00 [2023-02-15T20:31:08.740Z] 20:01:01 40.04 0.20 39.84 0.00 2.80 18563.28 0.00 [2023-02-15T20:31:08.740Z] 20:02:01 87.19 0.07 87.12 0.00 9.33 52836.39 0.00 [2023-02-15T20:31:08.740Z] 20:03:01 427.48 7.70 419.78 0.00 75.19 124006.13 0.00 [2023-02-15T20:31:08.740Z] 20:04:01 184.95 0.00 184.95 0.00 0.00 156460.19 0.00 [2023-02-15T20:31:08.740Z] 20:05:01 643.47 0.13 643.34 0.00 14.66 166121.96 0.00 [2023-02-15T20:31:08.740Z] 20:06:01 545.68 3.97 541.71 0.00 36.66 245657.32 0.00 [2023-02-15T20:31:08.740Z] 20:07:01 781.17 0.00 781.17 0.00 0.00 155978.28 0.00 [2023-02-15T20:31:08.740Z] 20:08:01 13.28 0.03 13.25 0.00 4.93 236.89 0.00 [2023-02-15T20:31:08.740Z] 20:09:01 1.75 0.00 1.75 0.00 0.00 18.79 0.00 [2023-02-15T20:31:08.740Z] 20:10:01 1.12 0.00 1.12 0.00 0.00 12.26 0.00 [2023-02-15T20:31:08.740Z] 20:11:01 1.73 0.00 1.73 0.00 0.00 18.53 0.00 [2023-02-15T20:31:08.740Z] 20:12:01 0.95 0.00 0.95 0.00 0.00 10.26 0.00 [2023-02-15T20:31:08.740Z] 20:13:01 1.77 0.00 1.77 0.00 0.00 19.73 0.00 [2023-02-15T20:31:08.740Z] 20:14:01 1.08 0.00 1.08 0.00 0.00 11.20 0.00 [2023-02-15T20:31:08.740Z] 20:15:01 1.98 0.00 1.98 0.00 0.00 21.73 0.00 [2023-02-15T20:31:08.740Z] 20:16:01 1.48 0.00 1.48 0.00 0.00 15.59 0.00 [2023-02-15T20:31:08.740Z] 20:17:01 2.10 0.00 2.10 0.00 0.00 23.06 0.00 [2023-02-15T20:31:08.740Z] 20:18:01 1.82 0.00 1.82 0.00 0.00 19.60 0.00 [2023-02-15T20:31:08.740Z] 20:19:01 1.80 0.00 1.80 0.00 0.00 19.73 0.00 [2023-02-15T20:31:08.740Z] 20:20:01 1.47 0.00 1.47 0.00 0.00 15.73 0.00 [2023-02-15T20:31:08.740Z] 20:21:01 1.75 0.00 1.75 0.00 0.00 18.93 0.00 [2023-02-15T20:31:08.740Z] 20:22:01 1.45 0.00 1.45 0.00 0.00 15.60 0.00 [2023-02-15T20:31:08.740Z] 20:23:01 2.02 0.00 2.02 0.00 0.00 23.33 0.00 [2023-02-15T20:31:08.740Z] 20:24:01 1.20 0.00 1.20 0.00 0.00 12.66 0.00 [2023-02-15T20:31:08.740Z] 20:25:01 1.35 0.00 1.35 0.00 0.00 15.86 0.00 [2023-02-15T20:31:08.740Z] 20:26:01 1.02 0.00 1.02 0.00 0.00 10.66 0.00 [2023-02-15T20:31:08.740Z] 20:27:01 1.75 0.00 1.75 0.00 0.00 19.33 0.00 [2023-02-15T20:31:08.740Z] 20:28:01 1.05 0.00 1.05 0.00 0.00 12.00 0.00 [2023-02-15T20:31:08.740Z] 20:29:01 1.78 0.00 1.78 0.00 0.00 19.73 0.00 [2023-02-15T20:31:08.740Z] 20:30:01 1.05 0.00 1.05 0.00 0.00 11.06 0.00 [2023-02-15T20:31:08.740Z] 20:31:01 33.89 0.22 33.67 0.00 16.93 12398.80 0.00 [2023-02-15T20:31:08.740Z] Average: 28.67 0.38 28.29 0.00 51.97 10505.18 0.00 [2023-02-15T20:31:08.740Z] [2023-02-15T20:31:08.740Z] 18:43:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2023-02-15T20:31:08.740Z] 18:44:01 30614084 31885652 487404 1.48 47296 1542112 1662592 4.90 597040 1413304 164 [2023-02-15T20:31:08.740Z] 18:45:01 30613568 31885592 487384 1.48 47384 1542292 1662592 4.90 597764 1413632 40 [2023-02-15T20:31:08.740Z] 18:46:01 30613780 31885904 486868 1.48 47472 1542292 1662592 4.90 598832 1413632 164 [2023-02-15T20:31:08.740Z] 18:47:01 30613244 31885988 487312 1.48 47576 1542288 1662592 4.90 598480 1414156 24 [2023-02-15T20:31:08.740Z] 18:48:01 30370316 31859300 498204 1.52 53364 1746572 1742100 5.13 760968 1467132 156 [2023-02-15T20:31:08.740Z] 18:49:01 30370232 31859448 497544 1.51 53452 1746700 1742100 5.13 761252 1467264 164 [2023-02-15T20:31:08.740Z] 18:50:01 30369992 31859304 497448 1.51 53552 1746708 1742100 5.13 761512 1467264 176 [2023-02-15T20:31:08.740Z] 18:51:01 30369796 31859248 497524 1.51 53648 1746708 1742100 5.13 761824 1467268 176 [2023-02-15T20:31:08.740Z] 18:52:01 30370008 31859584 497164 1.51 53752 1746696 1742100 5.13 762056 1467340 8 [2023-02-15T20:31:08.740Z] 18:53:01 30369808 31859544 496988 1.51 53888 1746696 1742100 5.13 762496 1467328 200 [2023-02-15T20:31:08.740Z] 18:54:01 30369532 31859308 497164 1.51 53920 1746696 1742100 5.13 762320 1467328 176 [2023-02-15T20:31:08.740Z] 18:55:01 30369764 31859640 497024 1.51 54008 1746700 1742100 5.13 762236 1467336 172 [2023-02-15T20:31:08.740Z] 18:56:01 30369748 31859684 496900 1.51 54080 1746700 1742100 5.13 762588 1467340 172 [2023-02-15T20:31:08.740Z] 18:57:01 30370096 31860096 496504 1.51 54128 1746696 1742100 5.13 762316 1467336 12 [2023-02-15T20:31:08.740Z] 18:58:01 30359228 31849332 507372 1.54 54156 1746696 1728608 5.09 772332 1467344 8 [2023-02-15T20:31:08.740Z] 18:59:01 30358636 31848820 507676 1.54 54236 1746708 1728608 5.09 772716 1467352 184 [2023-02-15T20:31:08.740Z] 19:00:01 30368072 31858304 498332 1.52 54268 1746712 1728608 5.09 763460 1467352 168 [2023-02-15T20:31:08.740Z] 19:01:01 30367852 31858120 498500 1.52 54300 1746716 1728608 5.09 763696 1467352 184 [2023-02-15T20:31:08.740Z] 19:02:01 30368056 31858348 498172 1.51 54324 1746720 1728608 5.09 763936 1467360 12 [2023-02-15T20:31:08.740Z] 19:03:01 30368032 31858380 498088 1.51 54372 1746720 1728608 5.09 764008 1467360 168 [2023-02-15T20:31:08.740Z] 19:04:01 30367648 31858024 498380 1.52 54396 1746724 1728608 5.09 764960 1467364 176 [2023-02-15T20:31:08.740Z] 19:05:01 30367632 31858048 498296 1.52 54436 1746724 1728608 5.09 764968 1467364 180 [2023-02-15T20:31:08.740Z] 19:06:01 30367656 31858076 498236 1.52 54468 1746728 1728608 5.09 764760 1467368 8 [2023-02-15T20:31:08.740Z] 19:07:01 30367260 31857740 498472 1.52 54500 1746736 1728608 5.09 764648 1467372 16 [2023-02-15T20:31:08.740Z] 19:08:01 30367428 31857948 498408 1.52 54524 1746736 1728608 5.09 765076 1467376 184 [2023-02-15T20:31:08.740Z] 19:09:01 30367428 31857984 498360 1.52 54556 1746740 1728608 5.09 764920 1467380 148 [2023-02-15T20:31:08.740Z] 19:10:01 30367452 31858024 498300 1.52 54572 1746740 1728608 5.09 764940 1467380 176 [2023-02-15T20:31:08.740Z] 19:11:01 30367436 31858012 498232 1.52 54604 1746748 1728608 5.09 764624 1467384 8 [2023-02-15T20:31:08.740Z] 19:12:01 30367312 31857964 498436 1.52 54652 1746748 1728608 5.09 765376 1467388 12 [2023-02-15T20:31:08.740Z] 19:13:01 30367336 31858024 498368 1.52 54692 1746752 1728608 5.09 765100 1467392 8 [2023-02-15T20:31:08.740Z] 19:14:01 30367192 31857928 498452 1.52 54708 1746756 1728608 5.09 765532 1467396 176 [2023-02-15T20:31:08.740Z] 19:15:01 30366956 31857700 498656 1.52 54740 1746756 1728608 5.09 765080 1467396 12 [2023-02-15T20:31:08.740Z] 19:16:01 30366612 31857400 499112 1.52 54756 1746760 1728608 5.09 765492 1467400 184 [2023-02-15T20:31:08.740Z] 19:17:01 30365560 31856428 499804 1.52 54792 1746760 1728608 5.09 765940 1467400 144 [2023-02-15T20:31:08.740Z] 19:18:01 30365504 31856392 499776 1.52 54808 1746764 1728608 5.09 765972 1467408 192 [2023-02-15T20:31:08.740Z] 19:19:01 30365708 31856656 499464 1.52 54848 1746772 1728608 5.09 765972 1467420 140 [2023-02-15T20:31:08.740Z] 19:20:01 30365700 31856768 499300 1.52 54872 1746900 1728608 5.09 765900 1467536 180 [2023-02-15T20:31:08.740Z] 19:21:01 30365612 31856724 499248 1.52 54904 1746904 1728608 5.09 766040 1467556 176 [2023-02-15T20:31:08.740Z] 19:22:01 30365596 31856816 499156 1.52 54992 1746904 1728608 5.09 765932 1467544 172 [2023-02-15T20:31:08.740Z] 19:23:01 30365296 31856564 499352 1.52 55024 1746912 1728608 5.09 766336 1467548 204 [2023-02-15T20:31:08.740Z] 19:24:01 30365500 31856824 499032 1.52 55076 1746912 1728608 5.09 766388 1467552 180 [2023-02-15T20:31:08.740Z] 19:25:01 30365684 31857044 498952 1.52 55108 1746916 1712384 5.05 766376 1467556 200 [2023-02-15T20:31:08.740Z] 19:26:01 30365676 31857040 498920 1.52 55124 1746920 1712384 5.05 766600 1467560 192 [2023-02-15T20:31:08.740Z] 19:27:01 30365100 31856512 499404 1.52 55172 1746904 1712384 5.05 767124 1467560 8 [2023-02-15T20:31:08.740Z] 19:28:01 30365064 31856556 499532 1.52 55236 1746924 1712384 5.05 767292 1467568 188 [2023-02-15T20:31:08.740Z] 19:29:01 30365048 31856588 499468 1.52 55284 1746928 1712384 5.05 767284 1467568 192 [2023-02-15T20:31:08.740Z] 19:30:01 30365000 31856568 499420 1.52 55316 1746932 1712384 5.05 767376 1467572 196 [2023-02-15T20:31:08.740Z] 19:31:01 30364424 31856048 499944 1.52 55348 1746932 1712384 5.05 767068 1467572 16 [2023-02-15T20:31:08.740Z] 19:32:01 30364588 31856240 499596 1.52 55388 1746936 1712384 5.05 767500 1467576 52 [2023-02-15T20:31:08.740Z] 19:33:01 30364288 31855996 499796 1.52 55420 1746940 1712384 5.05 767712 1467580 184 [2023-02-15T20:31:08.740Z] 19:34:01 30364240 31855980 499752 1.52 55452 1746940 1712384 5.05 767832 1467580 184 [2023-02-15T20:31:08.740Z] 19:35:01 30326916 31822012 533180 1.62 55504 1749740 1728440 5.09 805676 1469080 20 [2023-02-15T20:31:08.740Z] 19:36:01 30326848 31821976 533456 1.62 55536 1749740 1728440 5.09 805464 1469072 184 [2023-02-15T20:31:08.740Z] 19:37:01 30327352 31822520 533108 1.62 55576 1749744 1728440 5.09 805168 1469076 36 [2023-02-15T20:31:08.740Z] 19:38:02 30327144 31822372 533148 1.62 55616 1749748 1728440 5.09 805580 1469076 188 [2023-02-15T20:31:08.740Z] 19:39:01 30327176 31822448 533060 1.62 55648 1749752 1728440 5.09 805508 1469084 36 [2023-02-15T20:31:08.740Z] 19:40:01 30327540 31822848 532768 1.62 55680 1749760 1728440 5.09 805528 1469088 184 [2023-02-15T20:31:08.740Z] 19:41:01 30327524 31822868 532736 1.62 55720 1749752 1728440 5.09 805656 1469092 204 [2023-02-15T20:31:08.740Z] 19:42:01 30327432 31822820 532932 1.62 55752 1749764 1744604 5.14 805812 1469096 168 [2023-02-15T20:31:08.740Z] 19:43:01 30327188 31822768 532944 1.62 55816 1749892 1744604 5.14 806208 1469216 192 [2023-02-15T20:31:08.740Z] 19:44:01 30327212 31822828 532892 1.62 55848 1749888 1744604 5.14 805752 1469228 24 [2023-02-15T20:31:08.740Z] 19:45:01 30326548 31822208 533376 1.62 55888 1749900 1744604 5.14 806060 1469232 224 [2023-02-15T20:31:08.740Z] 19:46:01 30326288 31821972 533604 1.62 55904 1749900 1744604 5.14 805740 1469232 12 [2023-02-15T20:31:08.740Z] 19:47:01 30326464 31822184 533528 1.62 55928 1749908 1744604 5.14 806128 1469240 188 [2023-02-15T20:31:08.740Z] 19:48:01 30326172 31821932 533712 1.62 55976 1749908 1744604 5.14 806432 1469240 36 [2023-02-15T20:31:08.740Z] 19:49:01 30325684 31821496 534156 1.62 56016 1749912 1744604 5.14 806012 1469244 16 [2023-02-15T20:31:08.740Z] 19:50:01 30325660 31821504 534132 1.62 56048 1749912 1744604 5.14 806412 1469244 184 [2023-02-15T20:31:08.740Z] 19:51:01 30325820 31821700 534128 1.62 56080 1749916 1744604 5.14 806460 1469248 200 [2023-02-15T20:31:08.740Z] 19:52:01 30325560 31821476 534340 1.62 56112 1749920 1744604 5.14 806476 1469252 176 [2023-02-15T20:31:08.740Z] 19:53:01 30325536 31821492 534260 1.62 56168 1749920 1744604 5.14 806800 1469252 36 [2023-02-15T20:31:08.740Z] 19:54:01 30325488 31821492 534228 1.62 56192 1749924 1728528 5.09 806776 1469256 200 [2023-02-15T20:31:08.740Z] 19:55:01 30325440 31821476 534196 1.62 56224 1749924 1728528 5.09 807012 1469256 196 [2023-02-15T20:31:08.740Z] 19:56:01 30325140 31821200 534416 1.63 56240 1749928 1712232 5.05 806840 1469260 200 [2023-02-15T20:31:08.740Z] 19:57:01 30325016 31821108 534644 1.63 56280 1749928 1712232 5.05 806884 1469260 220 [2023-02-15T20:31:08.740Z] 19:58:01 30324828 31820960 534800 1.63 56304 1749940 1712232 5.05 807048 1469264 20 [2023-02-15T20:31:08.740Z] 19:59:01 29309572 31581944 741984 2.26 70608 2489184 1889992 5.57 1182184 2051644 65576 [2023-02-15T20:31:08.740Z] 20:00:01 26144500 30031620 2257748 6.87 122484 3950984 2732116 8.05 3189384 3063436 579120 [2023-02-15T20:31:08.740Z] 20:01:01 27451624 31374012 914232 2.78 125424 3964908 2096736 6.18 1643856 3291616 267580 [2023-02-15T20:31:08.740Z] 20:02:01 25933812 31496116 793072 2.41 128080 5564652 1872124 5.52 1733828 4678252 1068004 [2023-02-15T20:31:08.740Z] 20:03:01 22138056 31457912 813988 2.48 292496 8808208 1911180 5.63 2282216 7557048 1244628 [2023-02-15T20:31:08.740Z] 20:04:01 20276312 30792740 1461100 4.44 296448 10005872 3607736 10.63 3124996 8560464 1133232 [2023-02-15T20:31:08.740Z] 20:05:01 21137936 31360372 903048 2.75 306588 9731920 2460588 7.25 2124060 8742068 3696 [2023-02-15T20:31:08.740Z] 20:06:01 17008304 31322196 935804 2.85 406920 13481124 2790772 8.22 2310000 12437372 2100 [2023-02-15T20:31:08.740Z] 20:07:01 17851528 31422432 842516 2.56 415664 12751104 2119096 6.25 2383348 11553192 280 [2023-02-15T20:31:08.740Z] 20:08:01 18277328 31500120 768640 2.34 415880 12413164 1916816 5.65 2314188 11208712 232 [2023-02-15T20:31:08.740Z] 20:09:01 18278012 31500808 767992 2.34 415884 12413168 1916816 5.65 2313964 11208712 160 [2023-02-15T20:31:08.740Z] 20:10:01 18288408 31511220 757556 2.30 415908 12413172 1916816 5.65 2302980 11208716 156 [2023-02-15T20:31:08.740Z] 20:11:01 18289260 31512076 756860 2.30 415924 12413172 1916816 5.65 2302520 11208716 8 [2023-02-15T20:31:08.740Z] 20:12:01 18290160 31513016 756108 2.30 415932 12413176 1916816 5.65 2302836 11208720 184 [2023-02-15T20:31:08.740Z] 20:13:01 18290184 31513044 756048 2.30 415948 12413176 1916816 5.65 2302684 11208724 8 [2023-02-15T20:31:08.740Z] 20:14:01 18290184 31513068 756016 2.30 415956 12413180 1916816 5.65 2302340 11208724 4 [2023-02-15T20:31:08.740Z] 20:15:01 18290340 31513228 755720 2.30 415984 12413188 1916816 5.65 2302712 11208728 196 [2023-02-15T20:31:08.740Z] 20:16:01 18289788 31512728 756168 2.30 416028 12413188 1916816 5.65 2302644 11208732 196 [2023-02-15T20:31:08.740Z] 20:17:01 18289676 31512676 756180 2.30 416064 12413192 1916816 5.65 2302780 11208740 8 [2023-02-15T20:31:08.740Z] 20:18:01 18289708 31512724 756084 2.30 416112 12413188 1916816 5.65 2302516 11208740 8 [2023-02-15T20:31:08.740Z] 20:19:01 18289708 31512776 756048 2.30 416140 12413196 1916816 5.65 2302472 11208744 8 [2023-02-15T20:31:08.740Z] 20:20:01 18289992 31513096 755728 2.30 416160 12413200 1916816 5.65 2302632 11208748 8 [2023-02-15T20:31:08.740Z] 20:21:01 18289932 31513040 755972 2.30 416188 12413200 1916816 5.65 2302828 11208748 180 [2023-02-15T20:31:08.740Z] 20:22:01 18290136 31513364 755644 2.30 416252 12413204 1916816 5.65 2302936 11208756 200 [2023-02-15T20:31:08.740Z] 20:23:01 18289844 31513076 755844 2.30 416292 12413208 1916816 5.65 2303044 11208752 52 [2023-02-15T20:31:08.740Z] 20:24:01 18290048 31513348 755560 2.30 416320 12413212 1916816 5.65 2303016 11208764 152 [2023-02-15T20:31:08.740Z] 20:25:01 18289716 31513032 755740 2.30 416332 12413216 1916816 5.65 2303076 11208760 156 [2023-02-15T20:31:08.740Z] 20:26:01 18289668 31513000 755704 2.30 416352 12413220 1900124 5.60 2303128 11208764 160 [2023-02-15T20:31:08.740Z] 20:27:01 18289256 31512640 755996 2.30 416380 12413224 1900124 5.60 2305696 11208772 188 [2023-02-15T20:31:08.740Z] 20:28:01 18289232 31512624 755988 2.30 416400 12413216 1900124 5.60 2305276 11208772 20 [2023-02-15T20:31:08.740Z] 20:29:01 18289208 31512604 755928 2.30 416428 12413228 1900124 5.60 2305232 11208776 8 [2023-02-15T20:31:08.740Z] 20:30:01 18289376 31512820 755904 2.30 416440 12413228 1900124 5.60 2305572 11208776 12 [2023-02-15T20:31:08.740Z] 20:31:01 17761868 31488404 775980 2.36 420144 12866768 1977684 5.83 2329360 11661464 120936 [2023-02-15T20:31:08.740Z] Average: 27066458 31719127 611665 1.86 150492 4623914 1823676 5.37 1231534 4085941 41641 [2023-02-15T20:31:08.740Z] [2023-02-15T20:31:08.740Z] 18:43:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2023-02-15T20:31:08.740Z] 18:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T20:31:08.740Z] 18:44:01 ens3 4.36 0.69 1.74 0.05 0.00 0.00 0.00 0.00 [2023-02-15T20:31:08.740Z] 18:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T20:31:08.740Z] 18:45:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-02-15T20:31:08.740Z] 18:45:01 ens3 3.47 0.48 0.58 0.28 0.00 0.00 0.00 0.00 [2023-02-15T20:31:08.740Z] 18:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T20:31:08.740Z] 18:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T20:31:08.740Z] 18:46:01 ens3 1.62 0.47 0.59 0.39 0.00 0.00 0.00 0.00 [2023-02-15T20:31:08.740Z] 18:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T20:31:08.740Z] 18:47:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-02-15T20:31:08.740Z] 18:47:01 ens3 0.58 0.33 0.27 0.21 0.00 0.00 0.00 0.00 [2023-02-15T20:31:08.740Z] 18:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T20:31:08.740Z] 18:48:01 lo 0.27 0.27 0.02 0.02 0.00 0.00 0.00 0.00 [2023-02-15T20:31:08.740Z] 18:48:01 ens3 81.24 47.58 1374.43 3.50 0.00 0.00 0.00 0.00 [2023-02-15T20:31:08.740Z] 18:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T20:31:08.740Z] 18:49:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-02-15T20:31:08.740Z] 18:49:01 ens3 0.43 0.17 0.08 0.01 0.00 0.00 0.00 0.00 [2023-02-15T20:31:08.740Z] 18:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T20:31:08.740Z] 18:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T20:31:08.740Z] 18:50:01 ens3 0.17 0.00 0.01 0.00 0.00 0.00 0.00 0.00 [2023-02-15T20:31:08.740Z] 18:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T20:31:08.740Z] 18:51:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-02-15T20:31:08.740Z] 18:51:01 ens3 0.72 0.13 0.06 0.01 0.00 0.00 0.00 0.00 [2023-02-15T20:31:08.740Z] 18:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T20:31:08.740Z] 18:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T20:31:08.740Z] 18:52:01 ens3 0.50 0.37 0.26 0.21 0.00 0.00 0.00 0.00 [2023-02-15T20:31:08.740Z] 18:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T20:31:08.740Z] 18:53:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-02-15T20:31:08.740Z] 18:53:01 ens3 0.40 0.22 0.09 0.07 0.00 0.00 0.00 0.00 [2023-02-15T20:31:08.740Z] 18:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T20:31:08.740Z] 18:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T20:31:08.741Z] 18:54:01 ens3 0.13 0.00 0.01 0.00 0.00 0.00 0.00 0.00 [2023-02-15T20:31:08.741Z] 18:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T20:31:08.741Z] 18:55:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-02-15T20:31:08.741Z] 18:55:01 ens3 0.35 0.17 0.07 0.01 0.00 0.00 0.00 0.00 [2023-02-15T20:31:08.741Z] 18:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T20:31:08.741Z] 18:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T20:31:08.741Z] 18:56:01 ens3 0.15 0.00 0.01 0.00 0.00 0.00 0.00 0.00 [2023-02-15T20:31:08.741Z] 18:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T20:31:08.741Z] 18:57:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-02-15T20:31:08.741Z] 18:57:01 ens3 0.20 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2023-02-15T20:31:08.741Z] 18:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T20:31:08.741Z] 18:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T20:31:08.741Z] 18:58:01 ens3 0.35 0.12 0.09 0.07 0.00 0.00 0.00 0.00 [2023-02-15T20:31:08.741Z] 18:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T20:31:08.741Z] 18:59:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-02-15T20:31:08.741Z] 18:59:01 ens3 0.22 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2023-02-15T20:31:08.741Z] 18:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T20:31:08.741Z] 19:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T20:31:08.741Z] 19:00:01 ens3 0.15 0.02 0.01 0.00 0.00 0.00 0.00 0.00 [2023-02-15T20:31:08.741Z] 19:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T20:31:08.741Z] 19:01:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-02-15T20:31:08.741Z] 19:01:01 ens3 0.13 0.12 0.01 0.01 0.00 0.00 0.00 0.00 [2023-02-15T20:31:08.741Z] 19:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T20:31:08.741Z] 19:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T20:31:08.741Z] 19:02:01 ens3 0.17 0.00 0.01 0.00 0.00 0.00 0.00 0.00 [2023-02-15T20:31:08.741Z] 19:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T20:31:08.741Z] 19:03:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-02-15T20:31:08.741Z] 19:03:01 ens3 0.22 0.18 0.08 0.07 0.00 0.00 0.00 0.00 [2023-02-15T20:31:08.741Z] 19:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T20:31:08.741Z] 19:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T20:31:08.741Z] 19:04:01 ens3 0.98 0.43 0.41 0.22 0.00 0.00 0.00 0.00 [2023-02-15T20:31:08.741Z] 19:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T20:31:08.741Z] 19:05:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-02-15T20:31:08.741Z] 19:05:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2023-02-15T20:31:08.741Z] 19:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T20:31:08.741Z] 19:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T20:31:08.741Z] 19:06:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T20:31:08.741Z] 19:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T20:31:08.741Z] 19:07:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-02-15T20:31:08.741Z] 19:07:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2023-02-15T20:31:08.741Z] 19:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T20:31:08.741Z] 19:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T20:31:08.741Z] 19:08:01 ens3 0.17 0.12 0.08 0.07 0.00 0.00 0.00 0.00 [2023-02-15T20:31:08.741Z] 19:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T20:31:08.741Z] 19:09:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-02-15T20:31:08.741Z] 19:09:01 ens3 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2023-02-15T20:31:08.741Z] 19:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T20:31:08.741Z] 19:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T20:31:08.741Z] 19:10:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T20:31:08.741Z] 19:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T20:31:08.741Z] 19:11:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-02-15T20:31:08.741Z] 19:11:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2023-02-15T20:31:08.741Z] 19:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T20:31:08.741Z] 19:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T20:31:08.741Z] 19:12:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T20:31:08.741Z] 19:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T20:31:08.741Z] 19:13:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-02-15T20:31:08.741Z] 19:13:01 ens3 0.25 0.20 0.08 0.07 0.00 0.00 0.00 0.00 [2023-02-15T20:31:08.741Z] 19:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T20:31:08.741Z] 19:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T20:31:08.741Z] 19:14:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T20:31:08.741Z] 19:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T20:31:08.741Z] 19:15:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-02-15T20:31:08.741Z] 19:15:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2023-02-15T20:31:08.741Z] 19:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T20:31:08.741Z] 19:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T20:31:08.741Z] 19:16:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T20:31:08.741Z] 19:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T20:31:08.741Z] 19:17:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-02-15T20:31:08.741Z] 19:17:01 ens3 0.13 0.12 0.01 0.01 0.00 0.00 0.00 0.00 [2023-02-15T20:31:08.741Z] 19:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T20:31:08.741Z] 19:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T20:31:08.741Z] 19:18:01 ens3 0.17 0.10 0.08 0.06 0.00 0.00 0.00 0.00 [2023-02-15T20:31:08.741Z] 19:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T20:31:08.741Z] 19:19:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-02-15T20:31:08.741Z] 19:19:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2023-02-15T20:31:08.741Z] 19:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T20:31:08.741Z] 19:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T20:31:08.741Z] 19:20:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T20:31:08.741Z] 19:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T20:31:08.741Z] 19:21:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-02-15T20:31:08.741Z] 19:21:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2023-02-15T20:31:08.741Z] 19:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T20:31:08.741Z] 19:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T20:31:08.741Z] 19:22:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T20:31:08.741Z] 19:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T20:31:08.741Z] 19:23:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-02-15T20:31:08.741Z] 19:23:01 ens3 0.22 0.20 0.08 0.07 0.00 0.00 0.00 0.00 [2023-02-15T20:31:08.741Z] 19:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T20:31:08.741Z] 19:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T20:31:08.741Z] 19:24:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T20:31:08.741Z] 19:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T20:31:08.741Z] 19:25:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-02-15T20:31:08.741Z] 19:25:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2023-02-15T20:31:08.741Z] 19:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T20:31:08.741Z] 19:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T20:31:08.741Z] 19:26:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T20:31:08.741Z] 19:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T20:31:08.741Z] 19:27:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-02-15T20:31:08.741Z] 19:27:01 ens3 0.55 0.38 0.26 0.21 0.00 0.00 0.00 0.00 [2023-02-15T20:31:08.741Z] 19:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T20:31:08.741Z] 19:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T20:31:08.741Z] 19:28:01 ens3 0.12 0.10 0.07 0.07 0.00 0.00 0.00 0.00 [2023-02-15T20:31:08.741Z] 19:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T20:31:08.741Z] 19:29:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-02-15T20:31:08.741Z] 19:29:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2023-02-15T20:31:08.741Z] 19:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T20:31:08.741Z] 19:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T20:31:08.741Z] 19:30:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T20:31:08.741Z] 19:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T20:31:08.741Z] 19:31:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-02-15T20:31:08.741Z] 19:31:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2023-02-15T20:31:08.741Z] 19:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T20:31:08.741Z] 19:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T20:31:08.741Z] 19:32:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T20:31:08.741Z] 19:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T20:31:08.741Z] 19:33:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-02-15T20:31:08.741Z] 19:33:01 ens3 0.23 0.22 0.08 0.07 0.00 0.00 0.00 0.00 [2023-02-15T20:31:08.741Z] 19:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T20:31:08.741Z] 19:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T20:31:08.741Z] 19:34:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T20:31:08.741Z] 19:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T20:31:08.741Z] 19:35:01 lo 0.33 0.33 0.03 0.03 0.00 0.00 0.00 0.00 [2023-02-15T20:31:08.741Z] 19:35:01 ens3 14.25 9.20 12.54 6.48 0.00 0.00 0.00 0.00 [2023-02-15T20:31:08.741Z] 19:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T20:31:08.741Z] 19:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T20:31:08.741Z] 19:36:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T20:31:08.741Z] 19:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T20:31:08.741Z] 19:37:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-02-15T20:31:08.741Z] 19:37:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2023-02-15T20:31:08.741Z] 19:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T20:31:08.741Z] 19:38:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T20:31:08.741Z] 19:38:02 ens3 0.15 0.13 0.08 0.07 0.00 0.00 0.00 0.00 [2023-02-15T20:31:08.741Z] 19:38:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T20:31:08.741Z] 19:39:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-02-15T20:31:08.741Z] 19:39:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2023-02-15T20:31:08.741Z] 19:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T20:31:08.741Z] 19:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T20:31:08.741Z] 19:40:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T20:31:08.741Z] 19:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T20:31:08.741Z] 19:41:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-02-15T20:31:08.741Z] 19:41:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2023-02-15T20:31:08.741Z] 19:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T20:31:08.741Z] 19:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T20:31:08.741Z] 19:42:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T20:31:08.741Z] 19:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T20:31:08.741Z] 19:43:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-02-15T20:31:08.741Z] 19:43:01 ens3 0.25 0.22 0.08 0.07 0.00 0.00 0.00 0.00 [2023-02-15T20:31:08.741Z] 19:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T20:31:08.741Z] 19:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T20:31:08.741Z] 19:44:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T20:31:08.741Z] 19:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T20:31:08.741Z] 19:45:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-02-15T20:31:08.741Z] 19:45:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2023-02-15T20:31:08.741Z] 19:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T20:31:08.741Z] 19:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T20:31:08.741Z] 19:46:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T20:31:08.741Z] 19:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T20:31:08.741Z] 19:47:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-02-15T20:31:08.741Z] 19:47:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2023-02-15T20:31:08.741Z] 19:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T20:31:08.741Z] 19:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T20:31:08.741Z] 19:48:01 ens3 0.18 0.13 0.08 0.07 0.00 0.00 0.00 0.00 [2023-02-15T20:31:08.741Z] 19:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T20:31:08.741Z] 19:49:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-02-15T20:31:08.741Z] 19:49:01 ens3 0.07 0.07 0.01 0.01 0.00 0.00 0.00 0.00 [2023-02-15T20:31:08.741Z] 19:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T20:31:08.741Z] 19:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T20:31:08.741Z] 19:50:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T20:31:08.741Z] 19:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T20:31:08.741Z] 19:51:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-02-15T20:31:08.741Z] 19:51:01 ens3 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 [2023-02-15T20:31:08.741Z] 19:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T20:31:08.741Z] 19:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T20:31:08.741Z] 19:52:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T20:31:08.741Z] 19:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T20:31:08.741Z] 19:53:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-02-15T20:31:08.741Z] 19:53:01 ens3 0.23 0.20 0.08 0.07 0.00 0.00 0.00 0.00 [2023-02-15T20:31:08.741Z] 19:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T20:31:08.741Z] 19:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T20:31:08.741Z] 19:54:01 ens3 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T20:31:08.741Z] 19:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T20:31:08.741Z] 19:55:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-02-15T20:31:08.741Z] 19:55:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2023-02-15T20:31:08.741Z] 19:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T20:31:08.741Z] 19:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T20:31:08.741Z] 19:56:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T20:31:08.741Z] 19:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T20:31:08.741Z] 19:57:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-02-15T20:31:08.741Z] 19:57:01 ens3 0.17 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2023-02-15T20:31:08.741Z] 19:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T20:31:08.741Z] 19:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T20:31:08.741Z] 19:58:01 ens3 0.22 0.23 0.08 0.08 0.00 0.00 0.00 0.00 [2023-02-15T20:31:08.741Z] 19:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T20:31:08.741Z] 19:59:01 lo 5.20 5.20 0.50 0.50 0.00 0.00 0.00 0.00 [2023-02-15T20:31:08.741Z] 19:59:01 ens3 764.66 672.29 8400.84 102.08 0.00 0.00 0.00 0.00 [2023-02-15T20:31:08.741Z] 19:59:01 docker0 258.99 225.03 20.46 2722.07 0.00 0.00 0.00 0.00 [2023-02-15T20:31:08.741Z] 20:00:01 vethf69c307 0.10 0.27 0.01 0.03 0.00 0.00 0.00 0.00 [2023-02-15T20:31:08.741Z] 20:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T20:31:08.741Z] 20:00:01 ens3 221.35 195.03 3693.48 90.25 0.00 0.00 0.00 0.00 [2023-02-15T20:31:08.741Z] 20:00:01 docker0 73.00 86.89 5.94 690.92 0.00 0.00 0.00 0.00 [2023-02-15T20:31:08.741Z] 20:01:01 vethf69c307 1.20 1.23 0.09 0.10 0.00 0.00 0.00 0.00 [2023-02-15T20:31:08.741Z] 20:01:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-02-15T20:31:08.741Z] 20:01:01 ens3 22.29 13.13 18.26 9.89 0.00 0.00 0.00 0.00 [2023-02-15T20:31:08.741Z] 20:01:01 docker0 1.20 1.20 0.08 0.09 0.00 0.00 0.00 0.00 [2023-02-15T20:31:08.741Z] 20:02:01 veth7555b4e 0.00 0.17 0.00 0.01 0.00 0.00 0.00 0.00 [2023-02-15T20:31:08.741Z] 20:02:01 lo 0.60 0.60 0.06 0.06 0.00 0.00 0.00 0.00 [2023-02-15T20:31:08.741Z] 20:02:01 ens3 96.35 67.13 1696.16 19.64 0.00 0.00 0.00 0.00 [2023-02-15T20:31:08.741Z] 20:02:01 docker0 0.00 0.07 0.00 0.01 0.00 0.00 0.00 0.00 [2023-02-15T20:31:08.741Z] 20:03:01 veth7555b4e 0.00 0.20 0.00 0.01 0.00 0.00 0.00 0.00 [2023-02-15T20:31:08.741Z] 20:03:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-02-15T20:31:08.741Z] 20:03:01 ens3 789.30 531.71 6086.50 54.44 0.00 0.00 0.00 0.00 [2023-02-15T20:31:08.741Z] 20:03:01 docker0 524.70 779.77 42.85 6078.90 0.00 0.00 0.00 0.00 [2023-02-15T20:31:08.741Z] 20:04:01 veth7555b4e 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T20:31:08.741Z] 20:04:01 veth816a33e 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 [2023-02-15T20:31:08.741Z] 20:04:01 vethfe73f85 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 [2023-02-15T20:31:08.741Z] 20:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T20:31:08.741Z] 20:04:01 ens3 9.67 7.30 7.75 4.43 0.00 0.00 0.00 0.00 [2023-02-15T20:31:08.741Z] 20:04:01 vethf0b96e0 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 [2023-02-15T20:31:08.741Z] 20:04:01 veth1412547 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2023-02-15T20:31:08.741Z] 20:04:01 vethffac231 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 [2023-02-15T20:31:08.741Z] 20:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T20:31:08.741Z] 20:05:01 veth7555b4e 0.00 0.52 0.00 0.02 0.00 0.00 0.00 0.00 [2023-02-15T20:31:08.741Z] 20:05:01 veth1100499 23.04 33.76 2.26 11.30 0.00 0.00 0.00 0.00 [2023-02-15T20:31:08.741Z] 20:05:01 lo 2.07 2.07 0.20 0.20 0.00 0.00 0.00 0.00 [2023-02-15T20:31:08.741Z] 20:05:01 ens3 216.74 145.50 626.83 25.59 0.00 0.00 0.00 0.00 [2023-02-15T20:31:08.741Z] 20:05:01 vethef86f3a 8.70 12.48 0.85 4.63 0.00 0.00 0.00 0.00 [2023-02-15T20:31:08.741Z] 20:05:01 veth856adaf 24.04 35.07 2.36 11.90 0.00 0.00 0.00 0.00 [2023-02-15T20:31:08.741Z] 20:05:01 veth34b114d 19.28 28.52 1.90 9.32 0.00 0.00 0.00 0.00 [2023-02-15T20:31:08.741Z] 20:05:01 docker0 113.60 176.09 9.20 507.71 0.00 0.00 0.00 0.00 [2023-02-15T20:31:08.741Z] 20:05:01 veth29caf4d 20.09 29.64 1.98 9.58 0.00 0.00 0.00 0.00 [2023-02-15T20:31:08.741Z] 20:06:01 veth7555b4e 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T20:31:08.741Z] 20:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T20:31:08.741Z] 20:06:01 ens3 535.59 355.41 5789.01 38.80 0.00 0.00 0.00 0.00 [2023-02-15T20:31:08.741Z] 20:06:01 veth06c7aac 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 [2023-02-15T20:31:08.741Z] 20:06:01 docker0 348.29 524.50 29.35 5780.58 0.00 0.00 0.00 0.00 [2023-02-15T20:31:08.741Z] 20:06:01 vethba0e431 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 [2023-02-15T20:31:08.741Z] 20:07:01 veth7555b4e 0.00 0.30 0.00 0.01 0.00 0.00 0.00 0.00 [2023-02-15T20:31:08.741Z] 20:07:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-02-15T20:31:08.741Z] 20:07:01 ens3 67.04 42.10 331.92 20.11 0.00 0.00 0.00 0.00 [2023-02-15T20:31:08.741Z] 20:07:01 docker0 13.36 24.70 0.86 298.47 0.00 0.00 0.00 0.00 [2023-02-15T20:31:08.741Z] 20:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T20:31:08.741Z] 20:08:01 ens3 3.33 2.58 3.54 1.48 0.00 0.00 0.00 0.00 [2023-02-15T20:31:08.741Z] 20:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T20:31:08.741Z] 20:09:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-02-15T20:31:08.741Z] 20:09:01 ens3 0.07 0.07 0.01 0.01 0.00 0.00 0.00 0.00 [2023-02-15T20:31:08.741Z] 20:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T20:31:08.741Z] 20:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T20:31:08.741Z] 20:10:01 ens3 3.57 2.38 10.19 0.16 0.00 0.00 0.00 0.00 [2023-02-15T20:31:08.742Z] 20:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T20:31:08.742Z] 20:11:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-02-15T20:31:08.742Z] 20:11:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2023-02-15T20:31:08.742Z] 20:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T20:31:08.742Z] 20:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T20:31:08.742Z] 20:12:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T20:31:08.742Z] 20:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T20:31:08.742Z] 20:13:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-02-15T20:31:08.742Z] 20:13:01 ens3 0.30 0.25 0.09 0.08 0.00 0.00 0.00 0.00 [2023-02-15T20:31:08.742Z] 20:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T20:31:08.742Z] 20:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T20:31:08.742Z] 20:14:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T20:31:08.742Z] 20:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T20:31:08.742Z] 20:15:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-02-15T20:31:08.742Z] 20:15:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2023-02-15T20:31:08.742Z] 20:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T20:31:08.742Z] 20:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T20:31:08.742Z] 20:16:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T20:31:08.742Z] 20:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T20:31:08.742Z] 20:17:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-02-15T20:31:08.742Z] 20:17:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2023-02-15T20:31:08.742Z] 20:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T20:31:08.742Z] 20:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T20:31:08.742Z] 20:18:01 ens3 0.17 0.12 0.08 0.07 0.00 0.00 0.00 0.00 [2023-02-15T20:31:08.742Z] 20:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T20:31:08.742Z] 20:19:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-02-15T20:31:08.742Z] 20:19:01 ens3 0.07 0.07 0.01 0.01 0.00 0.00 0.00 0.00 [2023-02-15T20:31:08.742Z] 20:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T20:31:08.742Z] 20:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T20:31:08.742Z] 20:20:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T20:31:08.742Z] 20:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T20:31:08.742Z] 20:21:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-02-15T20:31:08.742Z] 20:21:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2023-02-15T20:31:08.742Z] 20:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T20:31:08.742Z] 20:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T20:31:08.742Z] 20:22:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T20:31:08.742Z] 20:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T20:31:08.742Z] 20:23:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-02-15T20:31:08.742Z] 20:23:01 ens3 0.22 0.18 0.08 0.07 0.00 0.00 0.00 0.00 [2023-02-15T20:31:08.742Z] 20:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T20:31:08.742Z] 20:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T20:31:08.742Z] 20:24:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T20:31:08.742Z] 20:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T20:31:08.742Z] 20:25:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-02-15T20:31:08.742Z] 20:25:01 ens3 0.13 0.12 0.01 0.01 0.00 0.00 0.00 0.00 [2023-02-15T20:31:08.742Z] 20:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T20:31:08.742Z] 20:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T20:31:08.742Z] 20:26:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T20:31:08.742Z] 20:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T20:31:08.742Z] 20:27:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-02-15T20:31:08.742Z] 20:27:01 ens3 5.46 14.23 0.58 29.53 0.00 0.00 0.00 0.00 [2023-02-15T20:31:08.742Z] 20:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T20:31:08.742Z] 20:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T20:31:08.742Z] 20:28:01 ens3 0.45 1.58 0.09 6.53 0.00 0.00 0.00 0.00 [2023-02-15T20:31:08.742Z] 20:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T20:31:08.742Z] 20:29:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-02-15T20:31:08.742Z] 20:29:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2023-02-15T20:31:08.742Z] 20:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T20:31:08.742Z] 20:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T20:31:08.742Z] 20:30:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T20:31:08.742Z] 20:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T20:31:08.742Z] 20:31:01 lo 1.27 1.27 0.12 0.12 0.00 0.00 0.00 0.00 [2023-02-15T20:31:08.742Z] 20:31:01 ens3 140.24 131.64 2527.69 163.94 0.00 0.00 0.00 0.00 [2023-02-15T20:31:08.742Z] 20:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-02-15T20:31:08.742Z] Average: lo 0.18 0.18 0.01 0.01 0.00 0.00 0.00 0.00 [2023-02-15T20:31:08.742Z] Average: ens3 27.72 20.82 283.28 5.37 0.00 0.00 0.00 0.00 [2023-02-15T20:31:08.742Z] Average: docker0 12.35 16.84 1.01 148.92 0.00 0.00 0.00 0.00 [2023-02-15T20:31:08.742Z] [2023-02-15T20:31:08.742Z] [2023-02-15T20:31:08.742Z] ---> sar -P ALL: [2023-02-15T20:31:08.742Z] Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-6182) 02/15/23 _x86_64_ (8 CPU) [2023-02-15T20:31:08.742Z] [2023-02-15T20:31:08.742Z] 18:42:01 LINUX RESTART (8 CPU) [2023-02-15T20:31:08.742Z] [2023-02-15T20:31:08.742Z] 18:43:02 CPU %user %nice %system %iowait %steal %idle [2023-02-15T20:31:08.742Z] 18:44:01 all 0.03 0.00 0.02 0.02 0.00 99.92 [2023-02-15T20:31:08.742Z] 18:44:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2023-02-15T20:31:08.742Z] 18:44:01 1 0.07 0.00 0.00 0.03 0.00 99.90 [2023-02-15T20:31:08.742Z] 18:44:01 2 0.00 0.00 0.02 0.00 0.00 99.98 [2023-02-15T20:31:08.742Z] 18:44:01 3 0.02 0.00 0.03 0.00 0.00 99.95 [2023-02-15T20:31:08.742Z] 18:44:01 4 0.12 0.00 0.05 0.00 0.02 99.81 [2023-02-15T20:31:08.742Z] 18:44:01 5 0.02 0.00 0.00 0.00 0.00 99.98 [2023-02-15T20:31:08.742Z] 18:44:01 6 0.02 0.00 0.02 0.00 0.00 99.97 [2023-02-15T20:31:08.742Z] 18:44:01 7 0.02 0.00 0.05 0.14 0.02 99.78 [2023-02-15T20:31:08.742Z] 18:45:01 all 0.28 0.00 0.01 0.01 0.00 99.70 [2023-02-15T20:31:08.742Z] 18:45:01 0 0.03 0.00 0.02 0.00 0.00 99.95 [2023-02-15T20:31:08.742Z] 18:45:01 1 0.03 0.00 0.00 0.05 0.02 99.90 [2023-02-15T20:31:08.742Z] 18:45:01 2 0.02 0.00 0.00 0.00 0.00 99.98 [2023-02-15T20:31:08.742Z] 18:45:01 3 1.97 0.00 0.00 0.00 0.00 98.03 [2023-02-15T20:31:08.742Z] 18:45:01 4 0.05 0.00 0.02 0.00 0.00 99.93 [2023-02-15T20:31:08.742Z] 18:45:01 5 0.07 0.00 0.00 0.00 0.00 99.93 [2023-02-15T20:31:08.742Z] 18:45:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-15T20:31:08.742Z] 18:45:01 7 0.05 0.00 0.02 0.07 0.00 99.87 [2023-02-15T20:31:08.742Z] 18:46:01 all 0.06 0.00 0.01 0.01 0.01 99.91 [2023-02-15T20:31:08.742Z] 18:46:01 0 0.00 0.00 0.02 0.00 0.00 99.98 [2023-02-15T20:31:08.742Z] 18:46:01 1 0.00 0.00 0.00 0.05 0.00 99.95 [2023-02-15T20:31:08.742Z] 18:46:01 2 0.02 0.00 0.03 0.00 0.02 99.93 [2023-02-15T20:31:08.742Z] 18:46:01 3 0.42 0.00 0.00 0.00 0.02 99.57 [2023-02-15T20:31:08.742Z] 18:46:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-15T20:31:08.742Z] 18:46:01 5 0.03 0.00 0.02 0.00 0.00 99.95 [2023-02-15T20:31:08.742Z] 18:46:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-15T20:31:08.742Z] 18:46:01 7 0.02 0.00 0.00 0.07 0.02 99.90 [2023-02-15T20:31:08.742Z] 18:47:01 all 0.04 0.00 0.03 0.02 0.01 99.91 [2023-02-15T20:31:08.742Z] 18:47:01 0 0.00 0.00 0.00 0.00 0.02 99.98 [2023-02-15T20:31:08.742Z] 18:47:01 1 0.02 0.00 0.03 0.05 0.02 99.88 [2023-02-15T20:31:08.742Z] 18:47:01 2 0.02 0.00 0.03 0.00 0.02 99.93 [2023-02-15T20:31:08.742Z] 18:47:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2023-02-15T20:31:08.742Z] 18:47:01 4 0.02 0.00 0.05 0.00 0.00 99.93 [2023-02-15T20:31:08.742Z] 18:47:01 5 0.03 0.00 0.03 0.00 0.00 99.93 [2023-02-15T20:31:08.742Z] 18:47:01 6 0.03 0.00 0.02 0.00 0.00 99.95 [2023-02-15T20:31:08.742Z] 18:47:01 7 0.15 0.00 0.05 0.12 0.02 99.67 [2023-02-15T20:31:08.742Z] 18:48:01 all 0.96 0.00 0.47 0.41 0.01 98.14 [2023-02-15T20:31:08.742Z] 18:48:01 0 0.55 0.00 0.50 0.03 0.00 98.92 [2023-02-15T20:31:08.742Z] 18:48:01 1 0.69 0.00 0.42 0.08 0.02 98.80 [2023-02-15T20:31:08.742Z] 18:48:01 2 1.29 0.00 0.53 0.05 0.02 98.11 [2023-02-15T20:31:08.742Z] 18:48:01 3 0.45 0.00 0.37 0.05 0.02 99.11 [2023-02-15T20:31:08.742Z] 18:48:01 4 1.18 0.00 0.47 0.35 0.02 97.98 [2023-02-15T20:31:08.742Z] 18:48:01 5 2.46 0.00 0.63 0.13 0.02 96.76 [2023-02-15T20:31:08.742Z] 18:48:01 6 0.47 0.00 0.50 0.72 0.02 98.30 [2023-02-15T20:31:08.742Z] 18:48:01 7 0.60 0.00 0.37 1.86 0.02 97.16 [2023-02-15T20:31:08.742Z] 18:49:01 all 0.02 0.00 0.01 0.05 0.01 99.92 [2023-02-15T20:31:08.742Z] 18:49:01 0 0.02 0.00 0.02 0.02 0.02 99.93 [2023-02-15T20:31:08.742Z] 18:49:01 1 0.03 0.00 0.00 0.00 0.02 99.95 [2023-02-15T20:31:08.742Z] 18:49:01 2 0.03 0.00 0.02 0.00 0.02 99.93 [2023-02-15T20:31:08.742Z] 18:49:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2023-02-15T20:31:08.742Z] 18:49:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-15T20:31:08.742Z] 18:49:01 5 0.02 0.00 0.00 0.00 0.00 99.98 [2023-02-15T20:31:08.742Z] 18:49:01 6 0.03 0.00 0.03 0.00 0.00 99.93 [2023-02-15T20:31:08.742Z] 18:49:01 7 0.02 0.00 0.02 0.35 0.00 99.62 [2023-02-15T20:31:08.742Z] 18:50:01 all 0.01 0.00 0.01 0.13 0.00 99.85 [2023-02-15T20:31:08.742Z] 18:50:01 0 0.00 0.00 0.02 0.03 0.00 99.95 [2023-02-15T20:31:08.742Z] 18:50:01 1 0.02 0.00 0.00 0.00 0.00 99.98 [2023-02-15T20:31:08.742Z] 18:50:01 2 0.03 0.00 0.03 0.00 0.02 99.92 [2023-02-15T20:31:08.742Z] 18:50:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-15T20:31:08.742Z] 18:50:01 4 0.03 0.00 0.00 0.00 0.00 99.97 [2023-02-15T20:31:08.742Z] 18:50:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-15T20:31:08.742Z] 18:50:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-15T20:31:08.742Z] 18:50:01 7 0.02 0.00 0.00 0.98 0.00 99.00 [2023-02-15T20:31:08.742Z] 18:51:01 all 0.02 0.00 0.01 0.01 0.00 99.96 [2023-02-15T20:31:08.742Z] 18:51:01 0 0.02 0.00 0.00 0.02 0.00 99.97 [2023-02-15T20:31:08.742Z] 18:51:01 1 0.05 0.00 0.02 0.00 0.00 99.93 [2023-02-15T20:31:08.742Z] 18:51:01 2 0.02 0.00 0.03 0.00 0.02 99.93 [2023-02-15T20:31:08.742Z] 18:51:01 3 0.02 0.00 0.00 0.00 0.02 99.97 [2023-02-15T20:31:08.742Z] 18:51:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-15T20:31:08.742Z] 18:51:01 5 0.02 0.00 0.00 0.00 0.00 99.98 [2023-02-15T20:31:08.742Z] 18:51:01 6 0.02 0.00 0.02 0.00 0.00 99.97 [2023-02-15T20:31:08.742Z] 18:51:01 7 0.02 0.00 0.00 0.07 0.00 99.92 [2023-02-15T20:31:08.742Z] 18:52:01 all 0.23 0.00 0.01 0.00 0.00 99.75 [2023-02-15T20:31:08.742Z] 18:52:01 0 0.02 0.00 0.00 0.00 0.00 99.98 [2023-02-15T20:31:08.742Z] 18:52:01 1 0.03 0.00 0.00 0.00 0.00 99.97 [2023-02-15T20:31:08.742Z] 18:52:01 2 0.02 0.00 0.05 0.00 0.00 99.93 [2023-02-15T20:31:08.742Z] 18:52:01 3 1.73 0.00 0.00 0.00 0.00 98.27 [2023-02-15T20:31:08.742Z] 18:52:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-15T20:31:08.742Z] 18:52:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-15T20:31:08.742Z] 18:52:01 6 0.00 0.00 0.02 0.00 0.00 99.98 [2023-02-15T20:31:08.742Z] 18:52:01 7 0.02 0.00 0.03 0.03 0.00 99.92 [2023-02-15T20:31:08.742Z] 18:53:01 all 0.15 0.00 0.02 0.01 0.00 99.82 [2023-02-15T20:31:08.742Z] 18:53:01 0 0.00 0.00 0.05 0.02 0.00 99.93 [2023-02-15T20:31:08.742Z] 18:53:01 1 0.03 0.00 0.00 0.02 0.02 99.93 [2023-02-15T20:31:08.742Z] 18:53:01 2 0.00 0.00 0.00 0.00 0.02 99.98 [2023-02-15T20:31:08.742Z] 18:53:01 3 1.12 0.00 0.08 0.00 0.00 98.79 [2023-02-15T20:31:08.742Z] 18:53:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-15T20:31:08.742Z] 18:53:01 5 0.02 0.00 0.00 0.00 0.00 99.98 [2023-02-15T20:31:08.742Z] 18:53:01 6 0.00 0.00 0.02 0.00 0.00 99.98 [2023-02-15T20:31:08.742Z] 18:53:01 7 0.00 0.00 0.00 0.07 0.00 99.93 [2023-02-15T20:31:08.742Z] 18:54:01 all 0.02 0.00 0.01 0.03 0.00 99.94 [2023-02-15T20:31:08.742Z] 18:54:01 0 0.03 0.00 0.00 0.03 0.02 99.92 [2023-02-15T20:31:08.742Z] 18:54:01 1 0.03 0.00 0.03 0.00 0.00 99.93 [2023-02-15T20:31:08.742Z] 18:54:01 2 0.03 0.00 0.00 0.02 0.00 99.95 [2023-02-15T20:31:08.742Z] 18:54:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2023-02-15T20:31:08.742Z] 18:54:01 4 0.02 0.00 0.02 0.00 0.00 99.97 [2023-02-15T20:31:08.742Z] 18:54:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-15T20:31:08.742Z] 18:54:01 6 0.02 0.00 0.00 0.00 0.00 99.98 [2023-02-15T20:31:08.742Z] 18:54:01 7 0.02 0.00 0.02 0.15 0.00 99.82 [2023-02-15T20:31:08.742Z] [2023-02-15T20:31:08.742Z] 18:54:01 CPU %user %nice %system %iowait %steal %idle [2023-02-15T20:31:08.742Z] 18:55:01 all 0.01 0.00 0.00 0.04 0.00 99.94 [2023-02-15T20:31:08.742Z] 18:55:01 0 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-15T20:31:08.742Z] 18:55:01 1 0.03 0.00 0.00 0.00 0.00 99.97 [2023-02-15T20:31:08.742Z] 18:55:01 2 0.03 0.00 0.02 0.00 0.02 99.93 [2023-02-15T20:31:08.742Z] 18:55:01 3 0.00 0.00 0.02 0.00 0.00 99.98 [2023-02-15T20:31:08.742Z] 18:55:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-15T20:31:08.742Z] 18:55:01 5 0.02 0.00 0.00 0.00 0.00 99.98 [2023-02-15T20:31:08.742Z] 18:55:01 6 0.02 0.00 0.00 0.00 0.00 99.98 [2023-02-15T20:31:08.742Z] 18:55:01 7 0.02 0.00 0.00 0.32 0.02 99.65 [2023-02-15T20:31:08.742Z] 18:56:01 all 0.01 0.00 0.01 0.01 0.00 99.98 [2023-02-15T20:31:08.742Z] 18:56:01 0 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-15T20:31:08.742Z] 18:56:01 1 0.03 0.00 0.00 0.02 0.02 99.93 [2023-02-15T20:31:08.742Z] 18:56:01 2 0.02 0.00 0.02 0.00 0.00 99.97 [2023-02-15T20:31:08.742Z] 18:56:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-15T20:31:08.742Z] 18:56:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-15T20:31:08.742Z] 18:56:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-15T20:31:08.742Z] 18:56:01 6 0.00 0.00 0.02 0.00 0.00 99.98 [2023-02-15T20:31:08.742Z] 18:56:01 7 0.00 0.00 0.02 0.03 0.00 99.95 [2023-02-15T20:31:08.742Z] 18:57:01 all 0.01 0.00 0.02 0.00 0.00 99.96 [2023-02-15T20:31:08.742Z] 18:57:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2023-02-15T20:31:08.742Z] 18:57:01 1 0.02 0.00 0.05 0.02 0.00 99.92 [2023-02-15T20:31:08.742Z] 18:57:01 2 0.03 0.00 0.03 0.00 0.02 99.92 [2023-02-15T20:31:08.742Z] 18:57:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-15T20:31:08.742Z] 18:57:01 4 0.02 0.00 0.00 0.00 0.00 99.98 [2023-02-15T20:31:08.742Z] 18:57:01 5 0.02 0.00 0.03 0.00 0.00 99.95 [2023-02-15T20:31:08.742Z] 18:57:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-15T20:31:08.742Z] 18:57:01 7 0.02 0.00 0.02 0.02 0.00 99.95 [2023-02-15T20:31:08.742Z] 18:58:01 all 0.27 0.00 0.02 0.00 0.01 99.70 [2023-02-15T20:31:08.742Z] 18:58:01 0 0.67 0.00 0.03 0.00 0.00 99.30 [2023-02-15T20:31:08.742Z] 18:58:01 1 0.07 0.00 0.02 0.00 0.00 99.92 [2023-02-15T20:31:08.742Z] 18:58:01 2 0.05 0.00 0.03 0.00 0.02 99.90 [2023-02-15T20:31:08.742Z] 18:58:01 3 1.31 0.00 0.02 0.00 0.02 98.66 [2023-02-15T20:31:08.742Z] 18:58:01 4 0.02 0.00 0.02 0.00 0.00 99.97 [2023-02-15T20:31:08.742Z] 18:58:01 5 0.03 0.00 0.03 0.00 0.02 99.92 [2023-02-15T20:31:08.742Z] 18:58:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-15T20:31:08.742Z] 18:58:01 7 0.00 0.00 0.03 0.02 0.00 99.95 [2023-02-15T20:31:08.742Z] 18:59:01 all 0.26 0.00 0.01 0.01 0.00 99.73 [2023-02-15T20:31:08.742Z] 18:59:01 0 0.02 0.00 0.00 0.00 0.00 99.98 [2023-02-15T20:31:08.742Z] 18:59:01 1 0.02 0.00 0.02 0.02 0.00 99.95 [2023-02-15T20:31:08.742Z] 18:59:01 2 0.00 0.00 0.02 0.00 0.00 99.98 [2023-02-15T20:31:08.742Z] 18:59:01 3 1.97 0.00 0.00 0.00 0.00 98.03 [2023-02-15T20:31:08.742Z] 18:59:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-15T20:31:08.742Z] 18:59:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-15T20:31:08.742Z] 18:59:01 6 0.02 0.00 0.02 0.00 0.00 99.97 [2023-02-15T20:31:08.742Z] 18:59:01 7 0.00 0.00 0.02 0.03 0.00 99.95 [2023-02-15T20:31:08.742Z] 19:00:01 all 0.26 0.00 0.00 0.00 0.00 99.73 [2023-02-15T20:31:08.742Z] 19:00:01 0 0.02 0.00 0.00 0.00 0.00 99.98 [2023-02-15T20:31:08.742Z] 19:00:01 1 0.00 0.00 0.00 0.00 0.02 99.98 [2023-02-15T20:31:08.742Z] 19:00:01 2 0.03 0.00 0.02 0.00 0.02 99.93 [2023-02-15T20:31:08.742Z] 19:00:01 3 1.97 0.00 0.00 0.00 0.00 98.03 [2023-02-15T20:31:08.742Z] 19:00:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-15T20:31:08.742Z] 19:00:01 5 0.03 0.00 0.00 0.00 0.00 99.97 [2023-02-15T20:31:08.742Z] 19:00:01 6 0.00 0.00 0.02 0.00 0.00 99.98 [2023-02-15T20:31:08.742Z] 19:00:01 7 0.02 0.00 0.00 0.02 0.00 99.97 [2023-02-15T20:31:08.742Z] 19:01:01 all 0.26 0.00 0.01 0.00 0.00 99.72 [2023-02-15T20:31:08.742Z] 19:01:01 0 0.03 0.00 0.02 0.00 0.00 99.95 [2023-02-15T20:31:08.742Z] 19:01:01 1 0.03 0.00 0.02 0.02 0.00 99.93 [2023-02-15T20:31:08.742Z] 19:01:01 2 0.02 0.00 0.02 0.00 0.00 99.97 [2023-02-15T20:31:08.742Z] 19:01:01 3 1.97 0.00 0.00 0.00 0.00 98.03 [2023-02-15T20:31:08.742Z] 19:01:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-15T20:31:08.742Z] 19:01:01 5 0.02 0.00 0.03 0.00 0.00 99.95 [2023-02-15T20:31:08.742Z] 19:01:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-15T20:31:08.742Z] 19:01:01 7 0.00 0.00 0.00 0.02 0.00 99.98 [2023-02-15T20:31:08.742Z] 19:02:01 all 0.22 0.00 0.00 0.01 0.00 99.77 [2023-02-15T20:31:08.742Z] 19:02:01 0 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-15T20:31:08.742Z] 19:02:01 1 0.03 0.00 0.00 0.00 0.00 99.97 [2023-02-15T20:31:08.742Z] 19:02:01 2 0.05 0.00 0.02 0.00 0.02 99.92 [2023-02-15T20:31:08.742Z] 19:02:01 3 1.60 0.00 0.00 0.00 0.00 98.40 [2023-02-15T20:31:08.742Z] 19:02:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-15T20:31:08.742Z] 19:02:01 5 0.02 0.00 0.00 0.00 0.00 99.98 [2023-02-15T20:31:08.742Z] 19:02:01 6 0.02 0.00 0.00 0.00 0.00 99.98 [2023-02-15T20:31:08.742Z] 19:02:01 7 0.02 0.00 0.00 0.07 0.00 99.92 [2023-02-15T20:31:08.742Z] 19:03:01 all 0.00 0.00 0.01 0.01 0.00 99.97 [2023-02-15T20:31:08.742Z] 19:03:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2023-02-15T20:31:08.742Z] 19:03:01 1 0.00 0.00 0.02 0.02 0.00 99.97 [2023-02-15T20:31:08.742Z] 19:03:01 2 0.00 0.00 0.02 0.00 0.02 99.97 [2023-02-15T20:31:08.742Z] 19:03:01 3 0.00 0.00 0.02 0.00 0.00 99.98 [2023-02-15T20:31:08.742Z] 19:03:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-15T20:31:08.742Z] 19:03:01 5 0.00 0.00 0.02 0.00 0.00 99.98 [2023-02-15T20:31:08.742Z] 19:03:01 6 0.02 0.00 0.02 0.00 0.00 99.97 [2023-02-15T20:31:08.742Z] 19:03:01 7 0.00 0.00 0.02 0.03 0.00 99.95 [2023-02-15T20:31:08.742Z] 19:04:01 all 0.02 0.00 0.01 0.00 0.00 99.97 [2023-02-15T20:31:08.742Z] 19:04:01 0 0.03 0.00 0.00 0.00 0.00 99.97 [2023-02-15T20:31:08.742Z] 19:04:01 1 0.03 0.00 0.02 0.00 0.00 99.95 [2023-02-15T20:31:08.742Z] 19:04:01 2 0.03 0.00 0.02 0.00 0.00 99.95 [2023-02-15T20:31:08.742Z] 19:04:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2023-02-15T20:31:08.742Z] 19:04:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-15T20:31:08.742Z] 19:04:01 5 0.03 0.00 0.00 0.00 0.00 99.97 [2023-02-15T20:31:08.742Z] 19:04:01 6 0.00 0.00 0.02 0.00 0.00 99.98 [2023-02-15T20:31:08.742Z] 19:04:01 7 0.02 0.00 0.00 0.02 0.00 99.97 [2023-02-15T20:31:08.742Z] 19:05:01 all 0.01 0.00 0.00 0.00 0.00 99.97 [2023-02-15T20:31:08.742Z] 19:05:01 0 0.02 0.00 0.00 0.00 0.00 99.98 [2023-02-15T20:31:08.742Z] 19:05:01 1 0.03 0.00 0.00 0.02 0.00 99.95 [2023-02-15T20:31:08.742Z] 19:05:01 2 0.02 0.00 0.02 0.00 0.02 99.95 [2023-02-15T20:31:08.742Z] 19:05:01 3 0.02 0.00 0.00 0.00 0.02 99.97 [2023-02-15T20:31:08.742Z] 19:05:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-15T20:31:08.742Z] 19:05:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-15T20:31:08.742Z] 19:05:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-15T20:31:08.742Z] 19:05:01 7 0.02 0.00 0.02 0.02 0.00 99.95 [2023-02-15T20:31:08.742Z] [2023-02-15T20:31:08.742Z] 19:05:01 CPU %user %nice %system %iowait %steal %idle [2023-02-15T20:31:08.742Z] 19:06:01 all 0.00 0.00 0.01 0.00 0.01 99.98 [2023-02-15T20:31:08.742Z] 19:06:01 0 0.00 0.00 0.00 0.00 0.02 99.98 [2023-02-15T20:31:08.742Z] 19:06:01 1 0.02 0.00 0.02 0.02 0.02 99.93 [2023-02-15T20:31:08.742Z] 19:06:01 2 0.00 0.00 0.02 0.00 0.00 99.98 [2023-02-15T20:31:08.742Z] 19:06:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-15T20:31:08.742Z] 19:06:01 4 0.00 0.00 0.00 0.00 0.02 99.98 [2023-02-15T20:31:08.742Z] 19:06:01 5 0.00 0.00 0.02 0.00 0.00 99.98 [2023-02-15T20:31:08.742Z] 19:06:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-15T20:31:08.742Z] 19:06:01 7 0.00 0.00 0.00 0.02 0.00 99.98 [2023-02-15T20:31:08.742Z] 19:07:01 all 0.09 0.00 0.01 0.00 0.00 99.90 [2023-02-15T20:31:08.742Z] 19:07:01 0 0.00 0.00 0.02 0.00 0.00 99.98 [2023-02-15T20:31:08.742Z] 19:07:01 1 0.02 0.00 0.00 0.00 0.00 99.98 [2023-02-15T20:31:08.742Z] 19:07:01 2 0.05 0.00 0.02 0.00 0.02 99.92 [2023-02-15T20:31:08.742Z] 19:07:01 3 0.65 0.00 0.00 0.00 0.00 99.35 [2023-02-15T20:31:08.742Z] 19:07:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-15T20:31:08.742Z] 19:07:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-15T20:31:08.742Z] 19:07:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-15T20:31:08.742Z] 19:07:01 7 0.00 0.00 0.02 0.03 0.00 99.95 [2023-02-15T20:31:08.742Z] 19:08:01 all 0.26 0.00 0.01 0.00 0.00 99.73 [2023-02-15T20:31:08.742Z] 19:08:01 0 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-15T20:31:08.742Z] 19:08:01 1 0.02 0.00 0.00 0.02 0.00 99.97 [2023-02-15T20:31:08.742Z] 19:08:01 2 0.02 0.00 0.00 0.00 0.00 99.98 [2023-02-15T20:31:08.742Z] 19:08:01 3 1.97 0.00 0.00 0.00 0.00 98.03 [2023-02-15T20:31:08.742Z] 19:08:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-15T20:31:08.742Z] 19:08:01 5 0.02 0.00 0.02 0.00 0.00 99.97 [2023-02-15T20:31:08.742Z] 19:08:01 6 0.00 0.00 0.02 0.00 0.00 99.98 [2023-02-15T20:31:08.742Z] 19:08:01 7 0.02 0.00 0.02 0.00 0.00 99.97 [2023-02-15T20:31:08.742Z] 19:09:01 all 0.27 0.00 0.01 0.00 0.00 99.72 [2023-02-15T20:31:08.742Z] 19:09:01 0 0.03 0.00 0.02 0.00 0.00 99.95 [2023-02-15T20:31:08.742Z] 19:09:01 1 0.02 0.00 0.02 0.00 0.00 99.97 [2023-02-15T20:31:08.742Z] 19:09:01 2 0.03 0.00 0.00 0.00 0.02 99.95 [2023-02-15T20:31:08.742Z] 19:09:01 3 1.94 0.00 0.02 0.00 0.00 98.05 [2023-02-15T20:31:08.742Z] 19:09:01 4 0.02 0.00 0.00 0.00 0.00 99.98 [2023-02-15T20:31:08.742Z] 19:09:01 5 0.02 0.00 0.00 0.00 0.00 99.98 [2023-02-15T20:31:08.742Z] 19:09:01 6 0.02 0.00 0.02 0.00 0.00 99.97 [2023-02-15T20:31:08.742Z] 19:09:01 7 0.03 0.00 0.00 0.03 0.02 99.92 [2023-02-15T20:31:08.742Z] 19:10:01 all 0.05 0.00 0.01 0.00 0.00 99.93 [2023-02-15T20:31:08.742Z] 19:10:01 0 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-15T20:31:08.742Z] 19:10:01 1 0.03 0.00 0.00 0.00 0.00 99.97 [2023-02-15T20:31:08.742Z] 19:10:01 2 0.02 0.00 0.03 0.02 0.02 99.92 [2023-02-15T20:31:08.742Z] 19:10:01 3 0.38 0.00 0.07 0.00 0.00 99.55 [2023-02-15T20:31:08.742Z] 19:10:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-15T20:31:08.742Z] 19:10:01 5 0.00 0.00 0.02 0.00 0.00 99.98 [2023-02-15T20:31:08.742Z] 19:10:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-15T20:31:08.742Z] 19:10:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-15T20:31:08.742Z] 19:11:01 all 0.01 0.00 0.01 0.00 0.01 99.97 [2023-02-15T20:31:08.742Z] 19:11:01 0 0.02 0.00 0.03 0.00 0.00 99.95 [2023-02-15T20:31:08.742Z] 19:11:01 1 0.02 0.00 0.00 0.00 0.02 99.97 [2023-02-15T20:31:08.742Z] 19:11:01 2 0.03 0.00 0.02 0.00 0.02 99.93 [2023-02-15T20:31:08.742Z] 19:11:01 3 0.00 0.00 0.00 0.00 0.02 99.98 [2023-02-15T20:31:08.742Z] 19:11:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-15T20:31:08.742Z] 19:11:01 5 0.00 0.00 0.02 0.00 0.00 99.98 [2023-02-15T20:31:08.742Z] 19:11:01 6 0.02 0.00 0.00 0.00 0.00 99.98 [2023-02-15T20:31:08.742Z] 19:11:01 7 0.00 0.00 0.00 0.02 0.00 99.98 [2023-02-15T20:31:08.742Z] 19:12:01 all 0.01 0.00 0.01 0.01 0.00 99.97 [2023-02-15T20:31:08.742Z] 19:12:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2023-02-15T20:31:08.742Z] 19:12:01 1 0.03 0.00 0.00 0.02 0.00 99.95 [2023-02-15T20:31:08.742Z] 19:12:01 2 0.03 0.00 0.02 0.00 0.00 99.95 [2023-02-15T20:31:08.742Z] 19:12:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-15T20:31:08.742Z] 19:12:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-15T20:31:08.742Z] 19:12:01 5 0.02 0.00 0.02 0.00 0.00 99.97 [2023-02-15T20:31:08.742Z] 19:12:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-15T20:31:08.742Z] 19:12:01 7 0.00 0.00 0.00 0.03 0.00 99.97 [2023-02-15T20:31:08.742Z] 19:13:01 all 0.01 0.00 0.01 0.00 0.00 99.97 [2023-02-15T20:31:08.742Z] 19:13:01 0 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-15T20:31:08.742Z] 19:13:01 1 0.05 0.00 0.00 0.02 0.00 99.93 [2023-02-15T20:31:08.743Z] 19:13:01 2 0.00 0.00 0.00 0.00 0.02 99.98 [2023-02-15T20:31:08.743Z] 19:13:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-15T20:31:08.743Z] 19:13:01 4 0.00 0.00 0.02 0.00 0.00 99.98 [2023-02-15T20:31:08.743Z] 19:13:01 5 0.02 0.00 0.00 0.00 0.02 99.97 [2023-02-15T20:31:08.743Z] 19:13:01 6 0.02 0.00 0.02 0.00 0.00 99.97 [2023-02-15T20:31:08.743Z] 19:13:01 7 0.03 0.00 0.02 0.02 0.00 99.93 [2023-02-15T20:31:08.743Z] 19:14:01 all 0.01 0.00 0.00 0.00 0.00 99.98 [2023-02-15T20:31:08.743Z] 19:14:01 0 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-15T20:31:08.743Z] 19:14:01 1 0.03 0.00 0.00 0.00 0.02 99.95 [2023-02-15T20:31:08.743Z] 19:14:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-15T20:31:08.743Z] 19:14:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2023-02-15T20:31:08.743Z] 19:14:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-15T20:31:08.743Z] 19:14:01 5 0.02 0.00 0.00 0.00 0.00 99.98 [2023-02-15T20:31:08.743Z] 19:14:01 6 0.02 0.00 0.00 0.00 0.00 99.98 [2023-02-15T20:31:08.743Z] 19:14:01 7 0.03 0.00 0.02 0.00 0.02 99.93 [2023-02-15T20:31:08.743Z] 19:15:01 all 0.01 0.00 0.02 0.01 0.00 99.96 [2023-02-15T20:31:08.743Z] 19:15:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2023-02-15T20:31:08.743Z] 19:15:01 1 0.02 0.00 0.02 0.02 0.00 99.95 [2023-02-15T20:31:08.743Z] 19:15:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-15T20:31:08.743Z] 19:15:01 3 0.00 0.00 0.02 0.00 0.02 99.97 [2023-02-15T20:31:08.743Z] 19:15:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-15T20:31:08.743Z] 19:15:01 5 0.00 0.00 0.02 0.00 0.00 99.98 [2023-02-15T20:31:08.743Z] 19:15:01 6 0.00 0.00 0.02 0.00 0.00 99.98 [2023-02-15T20:31:08.743Z] 19:15:01 7 0.07 0.00 0.05 0.03 0.02 99.83 [2023-02-15T20:31:08.743Z] 19:16:01 all 0.01 0.00 0.00 0.00 0.00 99.99 [2023-02-15T20:31:08.743Z] 19:16:01 0 0.00 0.00 0.02 0.00 0.00 99.98 [2023-02-15T20:31:08.743Z] 19:16:01 1 0.02 0.00 0.00 0.00 0.00 99.98 [2023-02-15T20:31:08.743Z] 19:16:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-15T20:31:08.743Z] 19:16:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-15T20:31:08.743Z] 19:16:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-15T20:31:08.743Z] 19:16:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-15T20:31:08.743Z] 19:16:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-15T20:31:08.743Z] 19:16:01 7 0.05 0.00 0.02 0.00 0.02 99.92 [2023-02-15T20:31:08.743Z] [2023-02-15T20:31:08.743Z] 19:16:01 CPU %user %nice %system %iowait %steal %idle [2023-02-15T20:31:08.743Z] 19:17:01 all 0.02 0.00 0.01 0.01 0.00 99.96 [2023-02-15T20:31:08.743Z] 19:17:01 0 0.02 0.00 0.00 0.02 0.00 99.97 [2023-02-15T20:31:08.743Z] 19:17:01 1 0.03 0.00 0.00 0.02 0.02 99.93 [2023-02-15T20:31:08.743Z] 19:17:01 2 0.02 0.00 0.00 0.00 0.00 99.98 [2023-02-15T20:31:08.743Z] 19:17:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-15T20:31:08.743Z] 19:17:01 4 0.03 0.00 0.00 0.00 0.00 99.97 [2023-02-15T20:31:08.743Z] 19:17:01 5 0.03 0.00 0.02 0.00 0.00 99.95 [2023-02-15T20:31:08.743Z] 19:17:01 6 0.02 0.00 0.02 0.00 0.00 99.97 [2023-02-15T20:31:08.743Z] 19:17:01 7 0.02 0.00 0.05 0.02 0.00 99.92 [2023-02-15T20:31:08.743Z] 19:18:01 all 0.01 0.00 0.01 0.00 0.01 99.97 [2023-02-15T20:31:08.743Z] 19:18:01 0 0.00 0.00 0.00 0.00 0.02 99.98 [2023-02-15T20:31:08.743Z] 19:18:01 1 0.02 0.00 0.00 0.02 0.00 99.97 [2023-02-15T20:31:08.743Z] 19:18:01 2 0.02 0.00 0.00 0.00 0.00 99.98 [2023-02-15T20:31:08.743Z] 19:18:01 3 0.00 0.00 0.00 0.00 0.02 99.98 [2023-02-15T20:31:08.743Z] 19:18:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-15T20:31:08.743Z] 19:18:01 5 0.02 0.00 0.03 0.02 0.00 99.93 [2023-02-15T20:31:08.743Z] 19:18:01 6 0.02 0.00 0.00 0.00 0.00 99.98 [2023-02-15T20:31:08.743Z] 19:18:01 7 0.05 0.00 0.02 0.00 0.02 99.92 [2023-02-15T20:31:08.743Z] 19:19:01 all 0.09 0.00 0.02 0.01 0.00 99.89 [2023-02-15T20:31:08.743Z] 19:19:01 0 0.03 0.00 0.02 0.00 0.00 99.95 [2023-02-15T20:31:08.743Z] 19:19:01 1 0.03 0.00 0.02 0.02 0.00 99.93 [2023-02-15T20:31:08.743Z] 19:19:01 2 0.00 0.00 0.00 0.00 0.02 99.98 [2023-02-15T20:31:08.743Z] 19:19:01 3 0.48 0.00 0.00 0.00 0.00 99.52 [2023-02-15T20:31:08.743Z] 19:19:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-15T20:31:08.743Z] 19:19:01 5 0.03 0.00 0.05 0.03 0.00 99.88 [2023-02-15T20:31:08.743Z] 19:19:01 6 0.03 0.00 0.03 0.00 0.00 99.93 [2023-02-15T20:31:08.743Z] 19:19:01 7 0.07 0.00 0.02 0.00 0.02 99.90 [2023-02-15T20:31:08.743Z] 19:20:01 all 0.27 0.00 0.00 0.00 0.01 99.72 [2023-02-15T20:31:08.743Z] 19:20:01 0 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-15T20:31:08.743Z] 19:20:01 1 0.03 0.00 0.00 0.00 0.02 99.95 [2023-02-15T20:31:08.743Z] 19:20:01 2 0.02 0.00 0.00 0.00 0.00 99.98 [2023-02-15T20:31:08.743Z] 19:20:01 3 1.97 0.00 0.02 0.00 0.00 98.01 [2023-02-15T20:31:08.743Z] 19:20:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-15T20:31:08.743Z] 19:20:01 5 0.03 0.00 0.00 0.00 0.02 99.95 [2023-02-15T20:31:08.743Z] 19:20:01 6 0.02 0.00 0.00 0.00 0.02 99.97 [2023-02-15T20:31:08.743Z] 19:20:01 7 0.03 0.00 0.02 0.00 0.00 99.95 [2023-02-15T20:31:08.743Z] 19:21:01 all 0.15 0.00 0.01 0.01 0.00 99.82 [2023-02-15T20:31:08.743Z] 19:21:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2023-02-15T20:31:08.743Z] 19:21:01 1 0.05 0.00 0.00 0.02 0.00 99.93 [2023-02-15T20:31:08.743Z] 19:21:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-15T20:31:08.743Z] 19:21:01 3 1.11 0.00 0.02 0.00 0.02 98.86 [2023-02-15T20:31:08.743Z] 19:21:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-15T20:31:08.743Z] 19:21:01 5 0.00 0.00 0.03 0.03 0.00 99.93 [2023-02-15T20:31:08.743Z] 19:21:01 6 0.02 0.00 0.02 0.00 0.00 99.97 [2023-02-15T20:31:08.743Z] 19:21:01 7 0.03 0.00 0.02 0.00 0.02 99.93 [2023-02-15T20:31:08.743Z] 19:22:01 all 0.01 0.00 0.00 0.01 0.00 99.97 [2023-02-15T20:31:08.743Z] 19:22:01 0 0.02 0.00 0.00 0.00 0.00 99.98 [2023-02-15T20:31:08.743Z] 19:22:01 1 0.02 0.00 0.02 0.00 0.00 99.97 [2023-02-15T20:31:08.743Z] 19:22:01 2 0.02 0.00 0.00 0.00 0.00 99.98 [2023-02-15T20:31:08.743Z] 19:22:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-15T20:31:08.743Z] 19:22:01 4 0.02 0.00 0.00 0.00 0.00 99.98 [2023-02-15T20:31:08.743Z] 19:22:01 5 0.02 0.00 0.00 0.05 0.00 99.93 [2023-02-15T20:31:08.743Z] 19:22:01 6 0.00 0.00 0.00 0.02 0.00 99.98 [2023-02-15T20:31:08.743Z] 19:22:01 7 0.03 0.00 0.02 0.00 0.00 99.95 [2023-02-15T20:31:08.743Z] 19:23:01 all 0.01 0.00 0.01 0.01 0.00 99.97 [2023-02-15T20:31:08.743Z] 19:23:01 0 0.02 0.00 0.00 0.00 0.00 99.98 [2023-02-15T20:31:08.743Z] 19:23:01 1 0.02 0.00 0.00 0.02 0.02 99.95 [2023-02-15T20:31:08.743Z] 19:23:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-15T20:31:08.743Z] 19:23:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-15T20:31:08.743Z] 19:23:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-15T20:31:08.743Z] 19:23:01 5 0.03 0.00 0.02 0.03 0.00 99.92 [2023-02-15T20:31:08.743Z] 19:23:01 6 0.02 0.00 0.00 0.00 0.00 99.98 [2023-02-15T20:31:08.743Z] 19:23:01 7 0.00 0.00 0.03 0.00 0.02 99.95 [2023-02-15T20:31:08.743Z] 19:24:01 all 0.01 0.00 0.01 0.00 0.00 99.97 [2023-02-15T20:31:08.743Z] 19:24:01 0 0.02 0.00 0.00 0.00 0.00 99.98 [2023-02-15T20:31:08.743Z] 19:24:01 1 0.02 0.00 0.00 0.00 0.00 99.98 [2023-02-15T20:31:08.743Z] 19:24:01 2 0.00 0.00 0.00 0.02 0.02 99.97 [2023-02-15T20:31:08.743Z] 19:24:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2023-02-15T20:31:08.743Z] 19:24:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-15T20:31:08.743Z] 19:24:01 5 0.03 0.00 0.02 0.02 0.00 99.93 [2023-02-15T20:31:08.743Z] 19:24:01 6 0.00 0.00 0.02 0.00 0.00 99.98 [2023-02-15T20:31:08.743Z] 19:24:01 7 0.02 0.00 0.03 0.00 0.02 99.93 [2023-02-15T20:31:08.743Z] 19:25:01 all 0.03 0.00 0.02 0.00 0.00 99.95 [2023-02-15T20:31:08.743Z] 19:25:01 0 0.03 0.00 0.03 0.00 0.00 99.93 [2023-02-15T20:31:08.743Z] 19:25:01 1 0.03 0.00 0.00 0.00 0.00 99.97 [2023-02-15T20:31:08.743Z] 19:25:01 2 0.02 0.00 0.00 0.00 0.00 99.98 [2023-02-15T20:31:08.743Z] 19:25:01 3 0.02 0.00 0.00 0.00 0.02 99.97 [2023-02-15T20:31:08.743Z] 19:25:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-15T20:31:08.743Z] 19:25:01 5 0.05 0.00 0.03 0.02 0.00 99.90 [2023-02-15T20:31:08.743Z] 19:25:01 6 0.02 0.00 0.03 0.00 0.00 99.95 [2023-02-15T20:31:08.743Z] 19:25:01 7 0.08 0.00 0.03 0.00 0.00 99.88 [2023-02-15T20:31:08.743Z] 19:26:01 all 0.01 0.00 0.01 0.01 0.01 99.96 [2023-02-15T20:31:08.743Z] 19:26:01 0 0.02 0.00 0.00 0.00 0.00 99.98 [2023-02-15T20:31:08.743Z] 19:26:01 1 0.03 0.00 0.02 0.03 0.02 99.90 [2023-02-15T20:31:08.743Z] 19:26:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-15T20:31:08.743Z] 19:26:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2023-02-15T20:31:08.743Z] 19:26:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-15T20:31:08.743Z] 19:26:01 5 0.03 0.00 0.02 0.02 0.02 99.92 [2023-02-15T20:31:08.743Z] 19:26:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-15T20:31:08.743Z] 19:26:01 7 0.00 0.00 0.02 0.03 0.02 99.93 [2023-02-15T20:31:08.743Z] 19:27:01 all 0.02 0.00 0.01 0.00 0.00 99.96 [2023-02-15T20:31:08.743Z] 19:27:01 0 0.02 0.00 0.02 0.00 0.02 99.95 [2023-02-15T20:31:08.743Z] 19:27:01 1 0.05 0.00 0.00 0.02 0.00 99.93 [2023-02-15T20:31:08.743Z] 19:27:01 2 0.03 0.00 0.00 0.00 0.00 99.97 [2023-02-15T20:31:08.743Z] 19:27:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-15T20:31:08.743Z] 19:27:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-15T20:31:08.743Z] 19:27:01 5 0.02 0.00 0.03 0.02 0.00 99.93 [2023-02-15T20:31:08.743Z] 19:27:01 6 0.00 0.00 0.02 0.00 0.00 99.98 [2023-02-15T20:31:08.743Z] 19:27:01 7 0.07 0.00 0.03 0.00 0.02 99.88 [2023-02-15T20:31:08.743Z] [2023-02-15T20:31:08.743Z] 19:27:01 CPU %user %nice %system %iowait %steal %idle [2023-02-15T20:31:08.743Z] 19:28:01 all 0.18 0.00 0.01 0.00 0.01 99.80 [2023-02-15T20:31:08.743Z] 19:28:01 0 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-15T20:31:08.743Z] 19:28:01 1 0.05 0.00 0.00 0.00 0.00 99.95 [2023-02-15T20:31:08.743Z] 19:28:01 2 0.02 0.00 0.02 0.00 0.02 99.95 [2023-02-15T20:31:08.743Z] 19:28:01 3 0.02 0.00 0.00 0.00 0.02 99.97 [2023-02-15T20:31:08.743Z] 19:28:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-15T20:31:08.743Z] 19:28:01 5 0.02 0.00 0.02 0.03 0.00 99.93 [2023-02-15T20:31:08.743Z] 19:28:01 6 1.25 0.00 0.00 0.00 0.00 98.75 [2023-02-15T20:31:08.743Z] 19:28:01 7 0.05 0.00 0.03 0.00 0.02 99.90 [2023-02-15T20:31:08.743Z] 19:29:01 all 0.26 0.00 0.00 0.01 0.01 99.72 [2023-02-15T20:31:08.743Z] 19:29:01 0 0.00 0.00 0.02 0.00 0.00 99.98 [2023-02-15T20:31:08.743Z] 19:29:01 1 0.02 0.00 0.00 0.02 0.02 99.95 [2023-02-15T20:31:08.743Z] 19:29:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-15T20:31:08.743Z] 19:29:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-15T20:31:08.743Z] 19:29:01 4 0.00 0.00 0.00 0.00 0.02 99.98 [2023-02-15T20:31:08.743Z] 19:29:01 5 1.65 0.00 0.00 0.03 0.00 98.32 [2023-02-15T20:31:08.743Z] 19:29:01 6 0.37 0.00 0.00 0.00 0.00 99.63 [2023-02-15T20:31:08.743Z] 19:29:01 7 0.03 0.00 0.02 0.00 0.02 99.93 [2023-02-15T20:31:08.743Z] 19:30:01 all 0.26 0.00 0.01 0.01 0.00 99.72 [2023-02-15T20:31:08.743Z] 19:30:01 0 0.02 0.00 0.00 0.00 0.00 99.98 [2023-02-15T20:31:08.743Z] 19:30:01 1 0.02 0.00 0.02 0.02 0.00 99.95 [2023-02-15T20:31:08.743Z] 19:30:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-15T20:31:08.743Z] 19:30:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2023-02-15T20:31:08.743Z] 19:30:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-15T20:31:08.743Z] 19:30:01 5 2.00 0.00 0.03 0.05 0.00 97.92 [2023-02-15T20:31:08.743Z] 19:30:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-15T20:31:08.743Z] 19:30:01 7 0.02 0.00 0.02 0.00 0.02 99.95 [2023-02-15T20:31:08.743Z] 19:31:01 all 0.26 0.00 0.00 0.00 0.00 99.73 [2023-02-15T20:31:08.743Z] 19:31:01 0 0.00 0.00 0.02 0.00 0.00 99.98 [2023-02-15T20:31:08.743Z] 19:31:01 1 0.02 0.00 0.00 0.00 0.00 99.98 [2023-02-15T20:31:08.743Z] 19:31:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-15T20:31:08.743Z] 19:31:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-15T20:31:08.743Z] 19:31:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-15T20:31:08.743Z] 19:31:01 5 1.97 0.00 0.00 0.02 0.02 98.00 [2023-02-15T20:31:08.743Z] 19:31:01 6 0.02 0.00 0.00 0.00 0.00 99.98 [2023-02-15T20:31:08.743Z] 19:31:01 7 0.02 0.00 0.02 0.00 0.02 99.95 [2023-02-15T20:31:08.743Z] 19:32:01 all 0.23 0.00 0.02 0.01 0.01 99.74 [2023-02-15T20:31:08.743Z] 19:32:01 0 0.05 0.00 0.02 0.00 0.00 99.93 [2023-02-15T20:31:08.743Z] 19:32:01 1 0.03 0.00 0.00 0.02 0.02 99.93 [2023-02-15T20:31:08.743Z] 19:32:01 2 0.02 0.00 0.00 0.00 0.02 99.97 [2023-02-15T20:31:08.743Z] 19:32:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2023-02-15T20:31:08.743Z] 19:32:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-15T20:31:08.743Z] 19:32:01 5 1.68 0.00 0.07 0.03 0.00 98.22 [2023-02-15T20:31:08.743Z] 19:32:01 6 0.02 0.00 0.03 0.00 0.00 99.95 [2023-02-15T20:31:08.743Z] 19:32:01 7 0.02 0.00 0.03 0.00 0.02 99.93 [2023-02-15T20:31:08.743Z] 19:33:01 all 0.03 0.00 0.01 0.00 0.00 99.95 [2023-02-15T20:31:08.743Z] 19:33:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2023-02-15T20:31:08.743Z] 19:33:01 1 0.02 0.00 0.02 0.03 0.00 99.93 [2023-02-15T20:31:08.743Z] 19:33:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-15T20:31:08.743Z] 19:33:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-15T20:31:08.743Z] 19:33:01 4 0.02 0.00 0.00 0.00 0.00 99.98 [2023-02-15T20:31:08.743Z] 19:33:01 5 0.17 0.00 0.03 0.00 0.00 99.80 [2023-02-15T20:31:08.743Z] 19:33:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-15T20:31:08.743Z] 19:33:01 7 0.05 0.00 0.00 0.00 0.03 99.92 [2023-02-15T20:31:08.743Z] 19:34:01 all 0.02 0.00 0.01 0.00 0.01 99.96 [2023-02-15T20:31:08.743Z] 19:34:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2023-02-15T20:31:08.743Z] 19:34:01 1 0.03 0.00 0.00 0.02 0.02 99.93 [2023-02-15T20:31:08.743Z] 19:34:01 2 0.02 0.00 0.00 0.00 0.00 99.98 [2023-02-15T20:31:08.743Z] 19:34:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2023-02-15T20:31:08.743Z] 19:34:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-15T20:31:08.743Z] 19:34:01 5 0.03 0.00 0.02 0.00 0.02 99.93 [2023-02-15T20:31:08.743Z] 19:34:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-15T20:31:08.743Z] 19:34:01 7 0.03 0.00 0.03 0.00 0.02 99.92 [2023-02-15T20:31:08.743Z] 19:35:01 all 0.34 0.00 0.04 0.02 0.00 99.59 [2023-02-15T20:31:08.743Z] 19:35:01 0 0.45 0.00 0.10 0.07 0.02 99.37 [2023-02-15T20:31:08.743Z] 19:35:01 1 0.10 0.00 0.03 0.05 0.00 99.82 [2023-02-15T20:31:08.743Z] 19:35:01 2 0.52 0.00 0.02 0.00 0.00 99.47 [2023-02-15T20:31:08.743Z] 19:35:01 3 0.13 0.00 0.00 0.00 0.00 99.87 [2023-02-15T20:31:08.743Z] 19:35:01 4 0.82 0.00 0.05 0.07 0.00 99.07 [2023-02-15T20:31:08.743Z] 19:35:01 5 0.03 0.00 0.02 0.00 0.00 99.95 [2023-02-15T20:31:08.743Z] 19:35:01 6 0.13 0.00 0.05 0.00 0.00 99.82 [2023-02-15T20:31:08.743Z] 19:35:01 7 0.55 0.00 0.08 0.00 0.00 99.37 [2023-02-15T20:31:08.743Z] 19:36:01 all 0.02 0.00 0.01 0.00 0.00 99.96 [2023-02-15T20:31:08.743Z] 19:36:01 0 0.07 0.00 0.02 0.00 0.00 99.92 [2023-02-15T20:31:08.743Z] 19:36:01 1 0.00 0.00 0.02 0.02 0.00 99.97 [2023-02-15T20:31:08.743Z] 19:36:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-15T20:31:08.743Z] 19:36:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2023-02-15T20:31:08.743Z] 19:36:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-15T20:31:08.743Z] 19:36:01 5 0.05 0.00 0.02 0.00 0.00 99.93 [2023-02-15T20:31:08.743Z] 19:36:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-15T20:31:08.743Z] 19:36:01 7 0.03 0.00 0.03 0.00 0.02 99.92 [2023-02-15T20:31:08.743Z] 19:37:01 all 0.02 0.00 0.01 0.00 0.01 99.96 [2023-02-15T20:31:08.743Z] 19:37:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2023-02-15T20:31:08.743Z] 19:37:01 1 0.02 0.00 0.00 0.03 0.02 99.93 [2023-02-15T20:31:08.743Z] 19:37:01 2 0.00 0.00 0.00 0.00 0.02 99.98 [2023-02-15T20:31:08.743Z] 19:37:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2023-02-15T20:31:08.743Z] 19:37:01 4 0.02 0.00 0.00 0.00 0.00 99.98 [2023-02-15T20:31:08.743Z] 19:37:01 5 0.03 0.00 0.00 0.00 0.02 99.95 [2023-02-15T20:31:08.743Z] 19:37:01 6 0.02 0.00 0.02 0.00 0.00 99.97 [2023-02-15T20:31:08.743Z] 19:37:01 7 0.02 0.00 0.02 0.00 0.02 99.95 [2023-02-15T20:31:08.743Z] 19:38:02 all 0.01 0.00 0.01 0.00 0.00 99.97 [2023-02-15T20:31:08.743Z] 19:38:02 0 0.02 0.00 0.02 0.00 0.00 99.97 [2023-02-15T20:31:08.743Z] 19:38:02 1 0.00 0.00 0.00 0.02 0.00 99.98 [2023-02-15T20:31:08.743Z] 19:38:02 2 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-15T20:31:08.743Z] 19:38:02 3 0.00 0.00 0.02 0.00 0.00 99.98 [2023-02-15T20:31:08.743Z] 19:38:02 4 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-15T20:31:08.743Z] 19:38:02 5 0.03 0.00 0.00 0.00 0.00 99.97 [2023-02-15T20:31:08.743Z] 19:38:02 6 0.00 0.00 0.02 0.00 0.00 99.98 [2023-02-15T20:31:08.743Z] 19:38:02 7 0.05 0.00 0.03 0.00 0.02 99.90 [2023-02-15T20:31:08.743Z] [2023-02-15T20:31:08.743Z] 19:38:02 CPU %user %nice %system %iowait %steal %idle [2023-02-15T20:31:08.743Z] 19:39:01 all 0.01 0.00 0.00 0.00 0.00 99.98 [2023-02-15T20:31:08.743Z] 19:39:01 0 0.02 0.00 0.00 0.00 0.00 99.98 [2023-02-15T20:31:08.743Z] 19:39:01 1 0.00 0.00 0.00 0.03 0.00 99.97 [2023-02-15T20:31:08.743Z] 19:39:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-15T20:31:08.743Z] 19:39:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-15T20:31:08.743Z] 19:39:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-15T20:31:08.743Z] 19:39:01 5 0.02 0.00 0.00 0.00 0.00 99.98 [2023-02-15T20:31:08.743Z] 19:39:01 6 0.02 0.00 0.02 0.00 0.00 99.97 [2023-02-15T20:31:08.743Z] 19:39:01 7 0.00 0.00 0.02 0.00 0.02 99.97 [2023-02-15T20:31:08.743Z] 19:40:01 all 0.01 0.00 0.01 0.00 0.01 99.96 [2023-02-15T20:31:08.743Z] 19:40:01 0 0.03 0.00 0.02 0.00 0.00 99.95 [2023-02-15T20:31:08.743Z] 19:40:01 1 0.00 0.00 0.02 0.03 0.00 99.95 [2023-02-15T20:31:08.743Z] 19:40:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-15T20:31:08.743Z] 19:40:01 3 0.02 0.00 0.02 0.00 0.02 99.95 [2023-02-15T20:31:08.743Z] 19:40:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-15T20:31:08.743Z] 19:40:01 5 0.02 0.00 0.02 0.00 0.02 99.95 [2023-02-15T20:31:08.743Z] 19:40:01 6 0.02 0.00 0.00 0.00 0.00 99.98 [2023-02-15T20:31:08.743Z] 19:40:01 7 0.03 0.00 0.02 0.00 0.02 99.93 [2023-02-15T20:31:08.743Z] 19:41:01 all 0.02 0.00 0.00 0.00 0.00 99.97 [2023-02-15T20:31:08.743Z] 19:41:01 0 0.02 0.00 0.00 0.00 0.00 99.98 [2023-02-15T20:31:08.743Z] 19:41:01 1 0.02 0.00 0.00 0.03 0.02 99.93 [2023-02-15T20:31:08.743Z] 19:41:01 2 0.00 0.00 0.02 0.00 0.00 99.98 [2023-02-15T20:31:08.743Z] 19:41:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2023-02-15T20:31:08.743Z] 19:41:01 4 0.02 0.00 0.00 0.00 0.00 99.98 [2023-02-15T20:31:08.743Z] 19:41:01 5 0.03 0.00 0.00 0.00 0.00 99.97 [2023-02-15T20:31:08.743Z] 19:41:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-15T20:31:08.743Z] 19:41:01 7 0.05 0.00 0.02 0.00 0.02 99.92 [2023-02-15T20:31:08.743Z] 19:42:01 all 0.10 0.00 0.01 0.00 0.01 99.88 [2023-02-15T20:31:08.743Z] 19:42:01 0 0.00 0.00 0.02 0.00 0.02 99.97 [2023-02-15T20:31:08.743Z] 19:42:01 1 0.00 0.00 0.03 0.03 0.00 99.93 [2023-02-15T20:31:08.743Z] 19:42:01 2 0.00 0.00 0.00 0.00 0.02 99.98 [2023-02-15T20:31:08.743Z] 19:42:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-15T20:31:08.743Z] 19:42:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-15T20:31:08.743Z] 19:42:01 5 0.78 0.00 0.00 0.00 0.00 99.22 [2023-02-15T20:31:08.743Z] 19:42:01 6 0.02 0.00 0.02 0.00 0.00 99.97 [2023-02-15T20:31:08.743Z] 19:42:01 7 0.00 0.00 0.00 0.00 0.02 99.98 [2023-02-15T20:31:08.743Z] 19:43:01 all 0.27 0.00 0.01 0.00 0.00 99.71 [2023-02-15T20:31:08.743Z] 19:43:01 0 0.02 0.00 0.00 0.00 0.00 99.98 [2023-02-15T20:31:08.743Z] 19:43:01 1 0.00 0.00 0.00 0.03 0.00 99.97 [2023-02-15T20:31:08.743Z] 19:43:01 2 0.03 0.00 0.00 0.00 0.00 99.97 [2023-02-15T20:31:08.743Z] 19:43:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2023-02-15T20:31:08.743Z] 19:43:01 4 0.00 0.00 0.02 0.00 0.02 99.97 [2023-02-15T20:31:08.743Z] 19:43:01 5 2.00 0.00 0.02 0.00 0.02 97.97 [2023-02-15T20:31:08.743Z] 19:43:01 6 0.02 0.00 0.00 0.00 0.00 99.98 [2023-02-15T20:31:08.743Z] 19:43:01 7 0.05 0.00 0.03 0.00 0.00 99.92 [2023-02-15T20:31:08.743Z] 19:44:01 all 0.26 0.00 0.00 0.00 0.00 99.74 [2023-02-15T20:31:08.743Z] 19:44:01 0 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-15T20:31:08.743Z] 19:44:01 1 0.00 0.00 0.00 0.02 0.00 99.98 [2023-02-15T20:31:08.743Z] 19:44:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-15T20:31:08.743Z] 19:44:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-15T20:31:08.743Z] 19:44:01 4 0.02 0.00 0.02 0.00 0.00 99.97 [2023-02-15T20:31:08.743Z] 19:44:01 5 1.99 0.00 0.00 0.00 0.00 98.01 [2023-02-15T20:31:08.743Z] 19:44:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-15T20:31:08.743Z] 19:44:01 7 0.02 0.00 0.00 0.00 0.02 99.97 [2023-02-15T20:31:08.743Z] 19:45:01 all 0.26 0.00 0.01 0.01 0.00 99.72 [2023-02-15T20:31:08.743Z] 19:45:01 0 0.05 0.00 0.00 0.00 0.00 99.95 [2023-02-15T20:31:08.743Z] 19:45:01 1 0.00 0.00 0.00 0.05 0.00 99.95 [2023-02-15T20:31:08.743Z] 19:45:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-15T20:31:08.743Z] 19:45:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-15T20:31:08.743Z] 19:45:01 4 0.02 0.00 0.02 0.00 0.02 99.95 [2023-02-15T20:31:08.743Z] 19:45:01 5 1.99 0.00 0.02 0.00 0.00 98.00 [2023-02-15T20:31:08.743Z] 19:45:01 6 0.03 0.00 0.02 0.00 0.00 99.95 [2023-02-15T20:31:08.743Z] 19:45:01 7 0.00 0.00 0.02 0.00 0.00 99.98 [2023-02-15T20:31:08.743Z] 19:46:01 all 0.21 0.00 0.01 0.00 0.00 99.77 [2023-02-15T20:31:08.743Z] 19:46:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2023-02-15T20:31:08.743Z] 19:46:01 1 0.00 0.00 0.00 0.02 0.02 99.97 [2023-02-15T20:31:08.743Z] 19:46:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-15T20:31:08.743Z] 19:46:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2023-02-15T20:31:08.743Z] 19:46:01 4 0.02 0.00 0.00 0.00 0.00 99.98 [2023-02-15T20:31:08.743Z] 19:46:01 5 1.60 0.00 0.10 0.00 0.02 98.29 [2023-02-15T20:31:08.743Z] 19:46:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-15T20:31:08.743Z] 19:46:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-15T20:31:08.743Z] 19:47:01 all 0.03 0.00 0.01 0.01 0.00 99.95 [2023-02-15T20:31:08.743Z] 19:47:01 0 0.02 0.00 0.03 0.00 0.00 99.95 [2023-02-15T20:31:08.743Z] 19:47:01 1 0.02 0.00 0.00 0.05 0.00 99.93 [2023-02-15T20:31:08.743Z] 19:47:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-15T20:31:08.743Z] 19:47:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2023-02-15T20:31:08.743Z] 19:47:01 4 0.02 0.00 0.02 0.00 0.00 99.97 [2023-02-15T20:31:08.743Z] 19:47:01 5 0.10 0.00 0.03 0.00 0.00 99.87 [2023-02-15T20:31:08.743Z] 19:47:01 6 0.05 0.00 0.00 0.00 0.02 99.93 [2023-02-15T20:31:08.744Z] 19:47:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-15T20:31:08.744Z] 19:48:01 all 0.01 0.00 0.00 0.00 0.00 99.97 [2023-02-15T20:31:08.744Z] 19:48:01 0 0.02 0.00 0.00 0.00 0.00 99.98 [2023-02-15T20:31:08.744Z] 19:48:01 1 0.00 0.00 0.00 0.03 0.00 99.97 [2023-02-15T20:31:08.744Z] 19:48:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-15T20:31:08.744Z] 19:48:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2023-02-15T20:31:08.744Z] 19:48:01 4 0.00 0.00 0.00 0.00 0.02 99.98 [2023-02-15T20:31:08.744Z] 19:48:01 5 0.02 0.00 0.00 0.00 0.02 99.97 [2023-02-15T20:31:08.744Z] 19:48:01 6 0.03 0.00 0.03 0.00 0.00 99.93 [2023-02-15T20:31:08.744Z] 19:48:01 7 0.02 0.00 0.00 0.00 0.00 99.98 [2023-02-15T20:31:08.744Z] 19:49:01 all 0.01 0.00 0.01 0.00 0.00 99.97 [2023-02-15T20:31:08.744Z] 19:49:01 0 0.00 0.00 0.02 0.00 0.00 99.98 [2023-02-15T20:31:08.744Z] 19:49:01 1 0.02 0.00 0.00 0.03 0.00 99.95 [2023-02-15T20:31:08.744Z] 19:49:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-15T20:31:08.744Z] 19:49:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-15T20:31:08.744Z] 19:49:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-15T20:31:08.744Z] 19:49:01 5 0.05 0.00 0.03 0.00 0.00 99.92 [2023-02-15T20:31:08.744Z] 19:49:01 6 0.03 0.00 0.00 0.00 0.02 99.95 [2023-02-15T20:31:08.744Z] 19:49:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-15T20:31:08.744Z] [2023-02-15T20:31:08.744Z] 19:49:01 CPU %user %nice %system %iowait %steal %idle [2023-02-15T20:31:08.744Z] 19:50:01 all 0.01 0.00 0.00 0.00 0.00 99.98 [2023-02-15T20:31:08.744Z] 19:50:01 0 0.02 0.00 0.00 0.00 0.02 99.97 [2023-02-15T20:31:08.744Z] 19:50:01 1 0.00 0.00 0.00 0.02 0.02 99.97 [2023-02-15T20:31:08.744Z] 19:50:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-15T20:31:08.744Z] 19:50:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-15T20:31:08.744Z] 19:50:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-15T20:31:08.744Z] 19:50:01 5 0.02 0.00 0.02 0.00 0.00 99.97 [2023-02-15T20:31:08.744Z] 19:50:01 6 0.03 0.00 0.00 0.00 0.00 99.97 [2023-02-15T20:31:08.744Z] 19:50:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-15T20:31:08.744Z] 19:51:01 all 0.03 0.00 0.00 0.02 0.00 99.94 [2023-02-15T20:31:08.744Z] 19:51:01 0 0.02 0.00 0.00 0.00 0.00 99.98 [2023-02-15T20:31:08.744Z] 19:51:01 1 0.00 0.00 0.02 0.15 0.00 99.83 [2023-02-15T20:31:08.744Z] 19:51:01 2 0.02 0.00 0.00 0.00 0.02 99.97 [2023-02-15T20:31:08.744Z] 19:51:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-15T20:31:08.744Z] 19:51:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-15T20:31:08.744Z] 19:51:01 5 0.18 0.00 0.00 0.00 0.00 99.82 [2023-02-15T20:31:08.744Z] 19:51:01 6 0.02 0.00 0.02 0.00 0.00 99.97 [2023-02-15T20:31:08.744Z] 19:51:01 7 0.02 0.00 0.00 0.00 0.02 99.97 [2023-02-15T20:31:08.744Z] 19:52:01 all 0.25 0.00 0.01 0.00 0.00 99.73 [2023-02-15T20:31:08.744Z] 19:52:01 0 0.00 0.00 0.02 0.00 0.00 99.98 [2023-02-15T20:31:08.744Z] 19:52:01 1 0.00 0.00 0.00 0.03 0.00 99.97 [2023-02-15T20:31:08.744Z] 19:52:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-15T20:31:08.744Z] 19:52:01 3 0.00 0.00 0.02 0.00 0.00 99.98 [2023-02-15T20:31:08.744Z] 19:52:01 4 0.02 0.00 0.00 0.00 0.00 99.98 [2023-02-15T20:31:08.744Z] 19:52:01 5 1.95 0.00 0.02 0.00 0.02 98.01 [2023-02-15T20:31:08.744Z] 19:52:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-15T20:31:08.744Z] 19:52:01 7 0.00 0.00 0.05 0.00 0.02 99.93 [2023-02-15T20:31:08.744Z] 19:53:01 all 0.08 0.00 0.00 0.01 0.00 99.90 [2023-02-15T20:31:08.744Z] 19:53:01 0 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-15T20:31:08.744Z] 19:53:01 1 0.00 0.00 0.02 0.08 0.00 99.90 [2023-02-15T20:31:08.744Z] 19:53:01 2 0.02 0.00 0.00 0.00 0.00 99.98 [2023-02-15T20:31:08.744Z] 19:53:01 3 0.03 0.00 0.00 0.00 0.00 99.97 [2023-02-15T20:31:08.744Z] 19:53:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-15T20:31:08.744Z] 19:53:01 5 0.55 0.00 0.00 0.00 0.00 99.45 [2023-02-15T20:31:08.744Z] 19:53:01 6 0.02 0.00 0.00 0.00 0.00 99.98 [2023-02-15T20:31:08.744Z] 19:53:01 7 0.03 0.00 0.02 0.02 0.00 99.93 [2023-02-15T20:31:08.744Z] 19:54:01 all 0.01 0.00 0.01 0.00 0.00 99.97 [2023-02-15T20:31:08.744Z] 19:54:01 0 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-15T20:31:08.744Z] 19:54:01 1 0.02 0.00 0.00 0.03 0.00 99.95 [2023-02-15T20:31:08.744Z] 19:54:01 2 0.02 0.00 0.03 0.00 0.00 99.95 [2023-02-15T20:31:08.744Z] 19:54:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-15T20:31:08.744Z] 19:54:01 4 0.02 0.00 0.00 0.00 0.00 99.98 [2023-02-15T20:31:08.744Z] 19:54:01 5 0.02 0.00 0.02 0.00 0.00 99.97 [2023-02-15T20:31:08.744Z] 19:54:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-15T20:31:08.744Z] 19:54:01 7 0.02 0.00 0.02 0.00 0.02 99.95 [2023-02-15T20:31:08.744Z] 19:55:01 all 0.01 0.00 0.01 0.01 0.00 99.97 [2023-02-15T20:31:08.744Z] 19:55:01 0 0.02 0.00 0.00 0.00 0.00 99.98 [2023-02-15T20:31:08.744Z] 19:55:01 1 0.00 0.00 0.00 0.07 0.00 99.93 [2023-02-15T20:31:08.744Z] 19:55:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-15T20:31:08.744Z] 19:55:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2023-02-15T20:31:08.744Z] 19:55:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-15T20:31:08.744Z] 19:55:01 5 0.02 0.00 0.02 0.00 0.02 99.95 [2023-02-15T20:31:08.744Z] 19:55:01 6 0.02 0.00 0.02 0.00 0.00 99.97 [2023-02-15T20:31:08.744Z] 19:55:01 7 0.02 0.00 0.02 0.00 0.00 99.97 [2023-02-15T20:31:08.744Z] 19:56:01 all 0.24 0.00 0.01 0.01 0.01 99.74 [2023-02-15T20:31:08.744Z] 19:56:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2023-02-15T20:31:08.744Z] 19:56:01 1 0.02 0.00 0.00 0.07 0.02 99.90 [2023-02-15T20:31:08.744Z] 19:56:01 2 0.02 0.00 0.00 0.00 0.02 99.97 [2023-02-15T20:31:08.744Z] 19:56:01 3 0.00 0.00 0.00 0.00 0.02 99.98 [2023-02-15T20:31:08.744Z] 19:56:01 4 0.02 0.00 0.00 0.00 0.00 99.98 [2023-02-15T20:31:08.744Z] 19:56:01 5 1.79 0.00 0.02 0.00 0.00 98.19 [2023-02-15T20:31:08.744Z] 19:56:01 6 0.02 0.00 0.02 0.00 0.02 99.95 [2023-02-15T20:31:08.744Z] 19:56:01 7 0.02 0.00 0.00 0.00 0.02 99.97 [2023-02-15T20:31:08.744Z] 19:57:01 all 0.11 0.00 0.02 0.02 0.00 99.85 [2023-02-15T20:31:08.744Z] 19:57:01 0 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-15T20:31:08.744Z] 19:57:01 1 0.00 0.00 0.02 0.17 0.00 99.82 [2023-02-15T20:31:08.744Z] 19:57:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-15T20:31:08.744Z] 19:57:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-15T20:31:08.744Z] 19:57:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-15T20:31:08.744Z] 19:57:01 5 0.90 0.00 0.08 0.00 0.00 99.02 [2023-02-15T20:31:08.744Z] 19:57:01 6 0.00 0.00 0.02 0.00 0.00 99.98 [2023-02-15T20:31:08.744Z] 19:57:01 7 0.02 0.00 0.02 0.00 0.00 99.97 [2023-02-15T20:31:08.744Z] 19:58:01 all 0.01 0.00 0.01 0.02 0.00 99.96 [2023-02-15T20:31:08.744Z] 19:58:01 0 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-15T20:31:08.744Z] 19:58:01 1 0.00 0.00 0.00 0.12 0.00 99.88 [2023-02-15T20:31:08.744Z] 19:58:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-15T20:31:08.744Z] 19:58:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-15T20:31:08.744Z] 19:58:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-15T20:31:08.744Z] 19:58:01 5 0.03 0.00 0.00 0.00 0.00 99.97 [2023-02-15T20:31:08.744Z] 19:58:01 6 0.05 0.00 0.03 0.02 0.00 99.90 [2023-02-15T20:31:08.744Z] 19:58:01 7 0.02 0.00 0.02 0.00 0.00 99.97 [2023-02-15T20:31:08.744Z] 19:59:01 all 5.87 0.00 1.78 1.38 0.04 90.93 [2023-02-15T20:31:08.744Z] 19:59:01 0 6.74 0.00 2.56 0.37 0.05 90.28 [2023-02-15T20:31:08.744Z] 19:59:01 1 3.16 0.00 1.78 3.06 0.03 91.97 [2023-02-15T20:31:08.744Z] 19:59:01 2 4.64 0.00 1.68 1.24 0.05 92.38 [2023-02-15T20:31:08.744Z] 19:59:01 3 9.30 0.00 1.99 2.73 0.05 85.93 [2023-02-15T20:31:08.744Z] 19:59:01 4 6.83 0.00 1.12 0.02 0.02 92.01 [2023-02-15T20:31:08.744Z] 19:59:01 5 4.00 0.00 0.82 0.40 0.03 94.75 [2023-02-15T20:31:08.744Z] 19:59:01 6 7.70 0.00 1.76 2.70 0.05 87.79 [2023-02-15T20:31:08.744Z] 19:59:01 7 4.56 0.00 2.51 0.51 0.07 92.36 [2023-02-15T20:31:08.744Z] 20:00:01 all 32.62 0.00 7.04 2.00 0.12 58.21 [2023-02-15T20:31:08.744Z] 20:00:01 0 33.32 0.00 5.75 0.39 0.10 60.44 [2023-02-15T20:31:08.744Z] 20:00:01 1 33.38 0.00 7.06 0.83 0.10 58.62 [2023-02-15T20:31:08.744Z] 20:00:01 2 32.12 0.00 7.39 5.28 0.12 55.10 [2023-02-15T20:31:08.744Z] 20:00:01 3 31.37 0.00 6.16 0.31 0.12 62.05 [2023-02-15T20:31:08.744Z] 20:00:01 4 32.69 0.00 7.79 0.05 0.12 59.35 [2023-02-15T20:31:08.744Z] 20:00:01 5 34.46 0.00 7.60 6.21 0.14 51.60 [2023-02-15T20:31:08.744Z] 20:00:01 6 32.24 0.00 6.93 2.19 0.12 58.53 [2023-02-15T20:31:08.744Z] 20:00:01 7 31.38 0.00 7.66 0.82 0.14 60.00 [2023-02-15T20:31:08.744Z] [2023-02-15T20:31:08.744Z] 20:00:01 CPU %user %nice %system %iowait %steal %idle [2023-02-15T20:31:08.744Z] 20:01:01 all 38.00 0.00 5.09 0.81 0.09 56.02 [2023-02-15T20:31:08.744Z] 20:01:01 0 40.07 0.00 5.22 5.02 0.08 49.60 [2023-02-15T20:31:08.744Z] 20:01:01 1 39.14 0.00 5.53 0.08 0.08 55.17 [2023-02-15T20:31:08.744Z] 20:01:01 2 34.51 0.00 4.65 0.03 0.08 60.72 [2023-02-15T20:31:08.744Z] 20:01:01 3 33.95 0.00 4.69 0.13 0.07 61.16 [2023-02-15T20:31:08.744Z] 20:01:01 4 39.98 0.00 5.63 0.10 0.08 54.21 [2023-02-15T20:31:08.744Z] 20:01:01 5 40.38 0.00 4.85 0.67 0.10 54.00 [2023-02-15T20:31:08.744Z] 20:01:01 6 40.36 0.00 5.87 0.35 0.10 53.32 [2023-02-15T20:31:08.744Z] 20:01:01 7 35.57 0.00 4.24 0.08 0.08 60.02 [2023-02-15T20:31:08.744Z] 20:02:01 all 17.90 0.00 6.34 4.16 0.09 71.51 [2023-02-15T20:31:08.744Z] 20:02:01 0 18.76 0.00 6.93 10.20 0.12 64.00 [2023-02-15T20:31:08.744Z] 20:02:01 1 19.99 0.00 6.57 0.65 0.08 72.71 [2023-02-15T20:31:08.744Z] 20:02:01 2 16.10 0.00 7.06 0.34 0.08 76.42 [2023-02-15T20:31:08.744Z] 20:02:01 3 15.64 0.00 5.42 0.03 0.10 78.81 [2023-02-15T20:31:08.744Z] 20:02:01 4 18.91 0.00 7.05 1.44 0.07 72.53 [2023-02-15T20:31:08.744Z] 20:02:01 5 17.68 0.00 5.75 13.36 0.07 63.14 [2023-02-15T20:31:08.744Z] 20:02:01 6 19.52 0.00 7.14 7.15 0.08 66.10 [2023-02-15T20:31:08.744Z] 20:02:01 7 16.62 0.00 4.81 0.14 0.08 78.35 [2023-02-15T20:31:08.744Z] 20:03:01 all 10.66 0.00 5.19 14.37 0.09 69.68 [2023-02-15T20:31:08.744Z] 20:03:01 0 10.63 0.00 5.94 8.43 0.08 74.92 [2023-02-15T20:31:08.744Z] 20:03:01 1 11.53 0.00 5.38 13.23 0.08 69.78 [2023-02-15T20:31:08.744Z] 20:03:01 2 8.86 0.00 4.14 10.87 0.07 76.06 [2023-02-15T20:31:08.744Z] 20:03:01 3 9.25 0.00 3.95 4.62 0.08 82.10 [2023-02-15T20:31:08.744Z] 20:03:01 4 13.04 0.00 6.11 20.39 0.10 60.36 [2023-02-15T20:31:08.744Z] 20:03:01 5 12.46 0.00 5.27 35.53 0.08 46.66 [2023-02-15T20:31:08.744Z] 20:03:01 6 10.30 0.00 6.15 17.84 0.08 65.62 [2023-02-15T20:31:08.744Z] 20:03:01 7 9.26 0.00 4.58 4.15 0.15 81.86 [2023-02-15T20:31:08.744Z] 20:04:01 all 51.83 0.00 8.16 5.27 0.13 34.61 [2023-02-15T20:31:08.744Z] 20:04:01 0 52.65 0.00 7.27 0.05 0.12 39.92 [2023-02-15T20:31:08.744Z] 20:04:01 1 52.89 0.00 8.65 18.16 0.14 20.16 [2023-02-15T20:31:08.744Z] 20:04:01 2 51.15 0.00 9.71 15.51 0.15 23.47 [2023-02-15T20:31:08.744Z] 20:04:01 3 51.50 0.00 6.99 0.07 0.10 41.35 [2023-02-15T20:31:08.744Z] 20:04:01 4 51.93 0.00 8.43 1.00 0.10 38.53 [2023-02-15T20:31:08.744Z] 20:04:01 5 51.83 0.00 7.57 5.64 0.12 34.85 [2023-02-15T20:31:08.744Z] 20:04:01 6 52.26 0.00 7.87 1.32 0.15 38.40 [2023-02-15T20:31:08.744Z] 20:04:01 7 50.42 0.00 8.84 0.60 0.13 40.00 [2023-02-15T20:31:08.744Z] 20:05:01 all 14.44 0.00 6.42 15.97 0.11 63.06 [2023-02-15T20:31:08.744Z] 20:05:01 0 15.68 0.00 7.00 18.87 0.12 58.32 [2023-02-15T20:31:08.744Z] 20:05:01 1 14.83 0.00 7.03 15.79 0.08 62.27 [2023-02-15T20:31:08.744Z] 20:05:01 2 13.38 0.00 6.23 8.15 0.10 72.13 [2023-02-15T20:31:08.744Z] 20:05:01 3 13.62 0.00 5.51 3.07 0.10 77.70 [2023-02-15T20:31:08.744Z] 20:05:01 4 14.99 0.00 6.97 25.37 0.12 52.55 [2023-02-15T20:31:08.744Z] 20:05:01 5 14.75 0.00 6.37 30.62 0.12 48.14 [2023-02-15T20:31:08.744Z] 20:05:01 6 15.53 0.00 6.73 12.71 0.10 64.93 [2023-02-15T20:31:08.744Z] 20:05:01 7 12.75 0.00 5.49 13.42 0.12 68.22 [2023-02-15T20:31:08.744Z] 20:06:01 all 17.89 0.00 8.38 22.60 0.14 50.98 [2023-02-15T20:31:08.744Z] 20:06:01 0 18.47 0.00 9.14 24.67 0.12 47.60 [2023-02-15T20:31:08.744Z] 20:06:01 1 18.36 0.00 9.17 32.85 0.10 39.52 [2023-02-15T20:31:08.744Z] 20:06:01 2 18.72 0.00 6.78 14.71 0.15 59.64 [2023-02-15T20:31:08.744Z] 20:06:01 3 16.97 0.00 8.42 15.86 0.15 58.60 [2023-02-15T20:31:08.744Z] 20:06:01 4 16.19 0.00 9.10 24.36 0.10 50.25 [2023-02-15T20:31:08.744Z] 20:06:01 5 16.74 0.00 8.26 26.32 0.16 48.53 [2023-02-15T20:31:08.744Z] 20:06:01 6 19.48 0.00 7.85 14.03 0.15 58.48 [2023-02-15T20:31:08.744Z] 20:06:01 7 18.22 0.00 8.34 28.02 0.19 45.24 [2023-02-15T20:31:08.744Z] 20:07:01 all 57.39 0.00 12.16 5.98 0.14 24.33 [2023-02-15T20:31:08.744Z] 20:07:01 0 58.70 0.00 12.24 2.37 0.15 26.55 [2023-02-15T20:31:08.744Z] 20:07:01 1 57.53 0.00 12.67 8.27 0.15 21.37 [2023-02-15T20:31:08.744Z] 20:07:01 2 57.48 0.00 12.65 9.78 0.14 19.96 [2023-02-15T20:31:08.744Z] 20:07:01 3 56.67 0.00 12.46 4.96 0.15 25.76 [2023-02-15T20:31:08.744Z] 20:07:01 4 57.40 0.00 11.00 5.86 0.15 25.59 [2023-02-15T20:31:08.744Z] 20:07:01 5 55.73 0.00 10.40 8.44 0.14 25.29 [2023-02-15T20:31:08.744Z] 20:07:01 6 58.12 0.00 13.68 4.94 0.12 23.14 [2023-02-15T20:31:08.744Z] 20:07:01 7 57.51 0.00 12.18 3.19 0.12 27.01 [2023-02-15T20:31:08.744Z] 20:08:01 all 0.17 0.00 0.09 0.03 0.01 99.71 [2023-02-15T20:31:08.744Z] 20:08:01 0 0.15 0.00 0.10 0.00 0.00 99.75 [2023-02-15T20:31:08.744Z] 20:08:01 1 0.03 0.00 0.07 0.00 0.00 99.90 [2023-02-15T20:31:08.744Z] 20:08:01 2 0.15 0.00 0.10 0.17 0.00 99.58 [2023-02-15T20:31:08.744Z] 20:08:01 3 0.13 0.00 0.10 0.02 0.02 99.73 [2023-02-15T20:31:08.744Z] 20:08:01 4 0.05 0.00 0.03 0.00 0.02 99.90 [2023-02-15T20:31:08.744Z] 20:08:01 5 0.52 0.00 0.03 0.00 0.02 99.43 [2023-02-15T20:31:08.744Z] 20:08:01 6 0.17 0.00 0.15 0.03 0.00 99.65 [2023-02-15T20:31:08.744Z] 20:08:01 7 0.17 0.00 0.10 0.00 0.02 99.72 [2023-02-15T20:31:08.744Z] 20:09:01 all 0.01 0.00 0.01 0.01 0.01 99.96 [2023-02-15T20:31:08.744Z] 20:09:01 0 0.03 0.00 0.02 0.00 0.00 99.95 [2023-02-15T20:31:08.744Z] 20:09:01 1 0.00 0.00 0.02 0.00 0.02 99.97 [2023-02-15T20:31:08.744Z] 20:09:01 2 0.02 0.00 0.00 0.02 0.02 99.95 [2023-02-15T20:31:08.744Z] 20:09:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2023-02-15T20:31:08.744Z] 20:09:01 4 0.00 0.00 0.02 0.00 0.00 99.98 [2023-02-15T20:31:08.744Z] 20:09:01 5 0.02 0.00 0.03 0.00 0.02 99.93 [2023-02-15T20:31:08.744Z] 20:09:01 6 0.00 0.00 0.02 0.03 0.00 99.95 [2023-02-15T20:31:08.744Z] 20:09:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-15T20:31:08.744Z] 20:10:01 all 0.04 0.00 0.02 0.02 0.00 99.92 [2023-02-15T20:31:08.744Z] 20:10:01 0 0.02 0.00 0.03 0.00 0.00 99.95 [2023-02-15T20:31:08.744Z] 20:10:01 1 0.02 0.00 0.00 0.08 0.00 99.90 [2023-02-15T20:31:08.744Z] 20:10:01 2 0.05 0.00 0.00 0.02 0.00 99.93 [2023-02-15T20:31:08.744Z] 20:10:01 3 0.03 0.00 0.05 0.00 0.00 99.92 [2023-02-15T20:31:08.744Z] 20:10:01 4 0.00 0.00 0.02 0.00 0.00 99.98 [2023-02-15T20:31:08.744Z] 20:10:01 5 0.15 0.00 0.00 0.07 0.00 99.78 [2023-02-15T20:31:08.744Z] 20:10:01 6 0.02 0.00 0.02 0.00 0.00 99.97 [2023-02-15T20:31:08.744Z] 20:10:01 7 0.05 0.00 0.05 0.00 0.00 99.90 [2023-02-15T20:31:08.744Z] 20:11:01 all 0.11 0.00 0.01 0.00 0.00 99.87 [2023-02-15T20:31:08.744Z] 20:11:01 0 0.02 0.00 0.03 0.00 0.02 99.93 [2023-02-15T20:31:08.744Z] 20:11:01 1 0.00 0.00 0.00 0.02 0.00 99.98 [2023-02-15T20:31:08.744Z] 20:11:01 2 0.80 0.00 0.02 0.00 0.00 99.19 [2023-02-15T20:31:08.744Z] 20:11:01 3 0.02 0.00 0.03 0.00 0.00 99.95 [2023-02-15T20:31:08.744Z] 20:11:01 4 0.02 0.00 0.00 0.00 0.00 99.98 [2023-02-15T20:31:08.744Z] 20:11:01 5 0.03 0.00 0.00 0.00 0.02 99.95 [2023-02-15T20:31:08.744Z] 20:11:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-15T20:31:08.744Z] 20:11:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-15T20:31:08.744Z] [2023-02-15T20:31:08.744Z] 20:11:01 CPU %user %nice %system %iowait %steal %idle [2023-02-15T20:31:08.744Z] 20:12:01 all 0.27 0.00 0.01 0.00 0.00 99.71 [2023-02-15T20:31:08.744Z] 20:12:01 0 0.00 0.00 0.02 0.00 0.00 99.98 [2023-02-15T20:31:08.744Z] 20:12:01 1 0.02 0.00 0.00 0.02 0.00 99.97 [2023-02-15T20:31:08.744Z] 20:12:01 2 2.00 0.00 0.00 0.02 0.02 97.96 [2023-02-15T20:31:08.744Z] 20:12:01 3 0.03 0.00 0.02 0.00 0.00 99.95 [2023-02-15T20:31:08.744Z] 20:12:01 4 0.02 0.00 0.00 0.00 0.00 99.98 [2023-02-15T20:31:08.744Z] 20:12:01 5 0.03 0.00 0.02 0.00 0.02 99.93 [2023-02-15T20:31:08.744Z] 20:12:01 6 0.02 0.00 0.00 0.00 0.00 99.98 [2023-02-15T20:31:08.744Z] 20:12:01 7 0.03 0.00 0.02 0.00 0.00 99.95 [2023-02-15T20:31:08.744Z] 20:13:01 all 0.09 0.00 0.02 0.01 0.00 99.88 [2023-02-15T20:31:08.744Z] 20:13:01 0 0.03 0.00 0.02 0.00 0.00 99.95 [2023-02-15T20:31:08.744Z] 20:13:01 1 0.02 0.00 0.02 0.00 0.02 99.95 [2023-02-15T20:31:08.744Z] 20:13:01 2 0.62 0.00 0.02 0.02 0.00 99.35 [2023-02-15T20:31:08.744Z] 20:13:01 3 0.02 0.00 0.03 0.00 0.00 99.95 [2023-02-15T20:31:08.744Z] 20:13:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-15T20:31:08.744Z] 20:13:01 5 0.03 0.00 0.05 0.00 0.00 99.92 [2023-02-15T20:31:08.744Z] 20:13:01 6 0.00 0.00 0.00 0.03 0.02 99.95 [2023-02-15T20:31:08.744Z] 20:13:01 7 0.03 0.00 0.00 0.00 0.00 99.97 [2023-02-15T20:31:08.744Z] 20:14:01 all 0.03 0.00 0.01 0.00 0.00 99.96 [2023-02-15T20:31:08.744Z] 20:14:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2023-02-15T20:31:08.744Z] 20:14:01 1 0.03 0.00 0.02 0.00 0.00 99.95 [2023-02-15T20:31:08.744Z] 20:14:01 2 0.03 0.00 0.00 0.00 0.00 99.97 [2023-02-15T20:31:08.744Z] 20:14:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2023-02-15T20:31:08.744Z] 20:14:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-15T20:31:08.744Z] 20:14:01 5 0.05 0.00 0.02 0.00 0.02 99.92 [2023-02-15T20:31:08.744Z] 20:14:01 6 0.03 0.00 0.00 0.00 0.00 99.97 [2023-02-15T20:31:08.744Z] 20:14:01 7 0.02 0.00 0.00 0.00 0.00 99.98 [2023-02-15T20:31:08.744Z] 20:15:01 all 0.01 0.00 0.01 0.01 0.01 99.96 [2023-02-15T20:31:08.744Z] 20:15:01 0 0.02 0.00 0.00 0.00 0.00 99.98 [2023-02-15T20:31:08.744Z] 20:15:01 1 0.02 0.00 0.03 0.00 0.00 99.95 [2023-02-15T20:31:08.744Z] 20:15:01 2 0.03 0.00 0.00 0.03 0.02 99.92 [2023-02-15T20:31:08.744Z] 20:15:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-15T20:31:08.744Z] 20:15:01 4 0.02 0.00 0.02 0.00 0.00 99.97 [2023-02-15T20:31:08.744Z] 20:15:01 5 0.02 0.00 0.02 0.00 0.02 99.95 [2023-02-15T20:31:08.744Z] 20:15:01 6 0.00 0.00 0.00 0.02 0.00 99.98 [2023-02-15T20:31:08.744Z] 20:15:01 7 0.00 0.00 0.02 0.03 0.02 99.93 [2023-02-15T20:31:08.744Z] 20:16:01 all 0.02 0.00 0.01 0.00 0.01 99.96 [2023-02-15T20:31:08.744Z] 20:16:01 0 0.02 0.00 0.03 0.00 0.02 99.93 [2023-02-15T20:31:08.744Z] 20:16:01 1 0.02 0.00 0.02 0.00 0.02 99.95 [2023-02-15T20:31:08.744Z] 20:16:01 2 0.05 0.00 0.00 0.02 0.00 99.93 [2023-02-15T20:31:08.744Z] 20:16:01 3 0.02 0.00 0.00 0.00 0.02 99.97 [2023-02-15T20:31:08.744Z] 20:16:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-15T20:31:08.744Z] 20:16:01 5 0.03 0.00 0.03 0.00 0.00 99.93 [2023-02-15T20:31:08.744Z] 20:16:01 6 0.02 0.00 0.00 0.00 0.00 99.98 [2023-02-15T20:31:08.744Z] 20:16:01 7 0.03 0.00 0.02 0.00 0.00 99.95 [2023-02-15T20:31:08.744Z] 20:17:01 all 0.01 0.00 0.01 0.01 0.01 99.96 [2023-02-15T20:31:08.744Z] 20:17:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2023-02-15T20:31:08.744Z] 20:17:01 1 0.03 0.00 0.00 0.00 0.00 99.97 [2023-02-15T20:31:08.744Z] 20:17:01 2 0.02 0.00 0.00 0.07 0.02 99.90 [2023-02-15T20:31:08.744Z] 20:17:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2023-02-15T20:31:08.744Z] 20:17:01 4 0.00 0.00 0.00 0.00 0.02 99.98 [2023-02-15T20:31:08.744Z] 20:17:01 5 0.02 0.00 0.02 0.00 0.02 99.95 [2023-02-15T20:31:08.744Z] 20:17:01 6 0.00 0.00 0.00 0.05 0.00 99.95 [2023-02-15T20:31:08.744Z] 20:17:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-15T20:31:08.744Z] 20:18:01 all 0.02 0.00 0.01 0.01 0.00 99.96 [2023-02-15T20:31:08.744Z] 20:18:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2023-02-15T20:31:08.744Z] 20:18:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-15T20:31:08.744Z] 20:18:01 2 0.03 0.00 0.00 0.03 0.00 99.93 [2023-02-15T20:31:08.744Z] 20:18:01 3 0.05 0.00 0.00 0.00 0.00 99.95 [2023-02-15T20:31:08.744Z] 20:18:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-15T20:31:08.744Z] 20:18:01 5 0.03 0.00 0.05 0.02 0.02 99.88 [2023-02-15T20:31:08.744Z] 20:18:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-15T20:31:08.744Z] 20:18:01 7 0.03 0.00 0.02 0.02 0.00 99.93 [2023-02-15T20:31:08.744Z] 20:19:01 all 0.02 0.00 0.01 0.01 0.00 99.96 [2023-02-15T20:31:08.744Z] 20:19:01 0 0.02 0.00 0.03 0.00 0.00 99.95 [2023-02-15T20:31:08.744Z] 20:19:01 1 0.02 0.00 0.02 0.00 0.00 99.97 [2023-02-15T20:31:08.744Z] 20:19:01 2 0.03 0.00 0.00 0.02 0.00 99.95 [2023-02-15T20:31:08.744Z] 20:19:01 3 0.00 0.00 0.02 0.00 0.00 99.98 [2023-02-15T20:31:08.744Z] 20:19:01 4 0.02 0.00 0.02 0.00 0.00 99.97 [2023-02-15T20:31:08.744Z] 20:19:01 5 0.03 0.00 0.00 0.02 0.00 99.95 [2023-02-15T20:31:08.744Z] 20:19:01 6 0.00 0.00 0.00 0.02 0.00 99.98 [2023-02-15T20:31:08.744Z] 20:19:01 7 0.02 0.00 0.02 0.00 0.00 99.97 [2023-02-15T20:31:08.744Z] 20:20:01 all 0.02 0.00 0.00 0.01 0.01 99.97 [2023-02-15T20:31:08.744Z] 20:20:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2023-02-15T20:31:08.744Z] 20:20:01 1 0.00 0.00 0.00 0.00 0.02 99.98 [2023-02-15T20:31:08.744Z] 20:20:01 2 0.02 0.00 0.02 0.03 0.02 99.92 [2023-02-15T20:31:08.744Z] 20:20:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2023-02-15T20:31:08.744Z] 20:20:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-15T20:31:08.744Z] 20:20:01 5 0.02 0.00 0.00 0.02 0.00 99.97 [2023-02-15T20:31:08.744Z] 20:20:01 6 0.02 0.00 0.00 0.00 0.00 99.98 [2023-02-15T20:31:08.744Z] 20:20:01 7 0.05 0.00 0.00 0.00 0.02 99.93 [2023-02-15T20:31:08.744Z] 20:21:01 all 0.15 0.00 0.00 0.15 0.00 99.69 [2023-02-15T20:31:08.744Z] 20:21:01 0 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-15T20:31:08.744Z] 20:21:01 1 0.00 0.00 0.00 0.35 0.00 99.65 [2023-02-15T20:31:08.744Z] 20:21:01 2 0.05 0.00 0.02 0.87 0.02 99.05 [2023-02-15T20:31:08.744Z] 20:21:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-15T20:31:08.744Z] 20:21:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-15T20:31:08.744Z] 20:21:01 5 0.02 0.00 0.00 0.00 0.02 99.97 [2023-02-15T20:31:08.744Z] 20:21:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-15T20:31:08.744Z] 20:21:01 7 1.16 0.00 0.02 0.00 0.00 98.82 [2023-02-15T20:31:08.744Z] 20:22:01 all 0.27 0.00 0.01 0.01 0.00 99.71 [2023-02-15T20:31:08.744Z] 20:22:01 0 0.03 0.00 0.00 0.02 0.02 99.93 [2023-02-15T20:31:08.744Z] 20:22:01 1 0.02 0.00 0.02 0.00 0.00 99.97 [2023-02-15T20:31:08.744Z] 20:22:01 2 0.05 0.00 0.02 0.03 0.00 99.90 [2023-02-15T20:31:08.744Z] 20:22:01 3 0.03 0.00 0.00 0.00 0.00 99.97 [2023-02-15T20:31:08.744Z] 20:22:01 4 0.00 0.00 0.02 0.00 0.00 99.98 [2023-02-15T20:31:08.744Z] 20:22:01 5 0.03 0.00 0.00 0.00 0.00 99.97 [2023-02-15T20:31:08.744Z] 20:22:01 6 0.00 0.00 0.02 0.00 0.00 99.98 [2023-02-15T20:31:08.744Z] 20:22:01 7 1.99 0.00 0.00 0.00 0.00 98.01 [2023-02-15T20:31:08.744Z] [2023-02-15T20:31:08.744Z] 20:22:01 CPU %user %nice %system %iowait %steal %idle [2023-02-15T20:31:08.744Z] 20:23:01 all 0.26 0.00 0.01 0.01 0.00 99.72 [2023-02-15T20:31:08.744Z] 20:23:01 0 0.03 0.00 0.02 0.02 0.00 99.93 [2023-02-15T20:31:08.744Z] 20:23:01 1 0.00 0.00 0.00 0.02 0.00 99.98 [2023-02-15T20:31:08.744Z] 20:23:01 2 0.03 0.00 0.03 0.02 0.02 99.90 [2023-02-15T20:31:08.744Z] 20:23:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-15T20:31:08.744Z] 20:23:01 4 0.02 0.00 0.02 0.00 0.00 99.97 [2023-02-15T20:31:08.745Z] 20:23:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-15T20:31:08.745Z] 20:23:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-15T20:31:08.745Z] 20:23:01 7 2.00 0.00 0.02 0.00 0.02 97.97 [2023-02-15T20:31:08.745Z] 20:24:01 all 0.20 0.00 0.01 0.00 0.00 99.78 [2023-02-15T20:31:08.745Z] 20:24:01 0 0.02 0.00 0.02 0.02 0.00 99.95 [2023-02-15T20:31:08.745Z] 20:24:01 1 0.00 0.00 0.00 0.00 0.02 99.98 [2023-02-15T20:31:08.745Z] 20:24:01 2 0.05 0.00 0.03 0.02 0.02 99.88 [2023-02-15T20:31:08.745Z] 20:24:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-15T20:31:08.745Z] 20:24:01 4 0.02 0.00 0.00 0.00 0.00 99.98 [2023-02-15T20:31:08.745Z] 20:24:01 5 0.02 0.00 0.00 0.00 0.00 99.98 [2023-02-15T20:31:08.745Z] 20:24:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-15T20:31:08.745Z] 20:24:01 7 1.52 0.00 0.03 0.00 0.00 98.45 [2023-02-15T20:31:08.745Z] 20:25:01 all 0.02 0.00 0.01 0.00 0.00 99.96 [2023-02-15T20:31:08.745Z] 20:25:01 0 0.03 0.00 0.03 0.02 0.00 99.92 [2023-02-15T20:31:08.745Z] 20:25:01 1 0.02 0.00 0.02 0.00 0.00 99.97 [2023-02-15T20:31:08.745Z] 20:25:01 2 0.03 0.00 0.02 0.02 0.02 99.92 [2023-02-15T20:31:08.745Z] 20:25:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2023-02-15T20:31:08.745Z] 20:25:01 4 0.00 0.00 0.02 0.00 0.00 99.98 [2023-02-15T20:31:08.745Z] 20:25:01 5 0.02 0.00 0.03 0.00 0.00 99.95 [2023-02-15T20:31:08.745Z] 20:25:01 6 0.02 0.00 0.00 0.00 0.00 99.98 [2023-02-15T20:31:08.745Z] 20:25:01 7 0.02 0.00 0.00 0.00 0.00 99.98 [2023-02-15T20:31:08.745Z] 20:26:01 all 0.15 0.00 0.01 0.00 0.01 99.83 [2023-02-15T20:31:08.745Z] 20:26:01 0 0.02 0.00 0.03 0.00 0.02 99.93 [2023-02-15T20:31:08.745Z] 20:26:01 1 0.02 0.00 0.02 0.00 0.02 99.95 [2023-02-15T20:31:08.745Z] 20:26:01 2 0.03 0.00 0.00 0.00 0.00 99.97 [2023-02-15T20:31:08.745Z] 20:26:01 3 0.00 0.00 0.00 0.00 0.02 99.98 [2023-02-15T20:31:08.745Z] 20:26:01 4 0.00 0.00 0.00 0.00 0.02 99.98 [2023-02-15T20:31:08.745Z] 20:26:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-15T20:31:08.745Z] 20:26:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-15T20:31:08.745Z] 20:26:01 7 1.13 0.00 0.00 0.00 0.02 98.86 [2023-02-15T20:31:08.745Z] 20:27:01 all 0.19 0.00 0.02 0.02 0.00 99.78 [2023-02-15T20:31:08.745Z] 20:27:01 0 0.02 0.00 0.02 0.02 0.00 99.95 [2023-02-15T20:31:08.745Z] 20:27:01 1 0.08 0.00 0.03 0.02 0.00 99.87 [2023-02-15T20:31:08.745Z] 20:27:01 2 0.07 0.00 0.00 0.10 0.00 99.83 [2023-02-15T20:31:08.745Z] 20:27:01 3 0.08 0.00 0.00 0.00 0.00 99.92 [2023-02-15T20:31:08.745Z] 20:27:01 4 0.08 0.00 0.02 0.00 0.00 99.90 [2023-02-15T20:31:08.745Z] 20:27:01 5 0.08 0.00 0.00 0.00 0.00 99.92 [2023-02-15T20:31:08.745Z] 20:27:01 6 0.02 0.00 0.05 0.00 0.00 99.93 [2023-02-15T20:31:08.745Z] 20:27:01 7 1.04 0.00 0.07 0.00 0.00 98.89 [2023-02-15T20:31:08.745Z] 20:28:01 all 0.01 0.00 0.01 0.01 0.00 99.97 [2023-02-15T20:31:08.745Z] 20:28:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2023-02-15T20:31:08.745Z] 20:28:01 1 0.00 0.00 0.00 0.02 0.00 99.98 [2023-02-15T20:31:08.745Z] 20:28:01 2 0.02 0.00 0.02 0.03 0.02 99.92 [2023-02-15T20:31:08.745Z] 20:28:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2023-02-15T20:31:08.745Z] 20:28:01 4 0.00 0.00 0.03 0.00 0.00 99.97 [2023-02-15T20:31:08.745Z] 20:28:01 5 0.02 0.00 0.00 0.00 0.00 99.98 [2023-02-15T20:31:08.745Z] 20:28:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-15T20:31:08.745Z] 20:28:01 7 0.00 0.00 0.02 0.00 0.00 99.98 [2023-02-15T20:31:08.745Z] 20:29:01 all 0.01 0.00 0.00 0.01 0.00 99.97 [2023-02-15T20:31:08.745Z] 20:29:01 0 0.02 0.00 0.00 0.02 0.00 99.97 [2023-02-15T20:31:08.745Z] 20:29:01 1 0.00 0.00 0.00 0.02 0.02 99.97 [2023-02-15T20:31:08.745Z] 20:29:01 2 0.03 0.00 0.02 0.05 0.02 99.88 [2023-02-15T20:31:08.745Z] 20:29:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2023-02-15T20:31:08.745Z] 20:29:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-15T20:31:08.745Z] 20:29:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-15T20:31:08.745Z] 20:29:01 6 0.02 0.00 0.00 0.00 0.00 99.98 [2023-02-15T20:31:08.745Z] 20:29:01 7 0.00 0.00 0.02 0.00 0.00 99.98 [2023-02-15T20:31:08.745Z] 20:30:01 all 0.01 0.00 0.01 0.00 0.00 99.98 [2023-02-15T20:31:08.745Z] 20:30:01 0 0.02 0.00 0.02 0.00 0.02 99.95 [2023-02-15T20:31:08.745Z] 20:30:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-15T20:31:08.745Z] 20:30:01 2 0.03 0.00 0.03 0.00 0.00 99.93 [2023-02-15T20:31:08.745Z] 20:30:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-15T20:31:08.745Z] 20:30:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-15T20:31:08.745Z] 20:30:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-15T20:31:08.745Z] 20:30:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2023-02-15T20:31:08.745Z] 20:30:01 7 0.02 0.00 0.02 0.00 0.00 99.97 [2023-02-15T20:31:08.745Z] 20:31:01 all 2.96 0.00 1.28 0.47 0.02 95.28 [2023-02-15T20:31:08.745Z] 20:31:01 0 3.22 0.00 1.52 0.22 0.02 95.03 [2023-02-15T20:31:08.745Z] 20:31:01 1 3.26 0.00 1.56 0.05 0.02 95.11 [2023-02-15T20:31:08.745Z] 20:31:01 2 2.51 0.00 1.12 3.47 0.03 92.86 [2023-02-15T20:31:08.745Z] 20:31:01 3 3.20 0.00 1.67 0.00 0.03 95.09 [2023-02-15T20:31:08.745Z] 20:31:01 4 2.79 0.00 0.75 0.00 0.02 96.44 [2023-02-15T20:31:08.745Z] 20:31:01 5 2.81 0.00 1.17 0.00 0.02 96.01 [2023-02-15T20:31:08.745Z] 20:31:01 6 3.09 0.00 1.49 0.00 0.02 95.40 [2023-02-15T20:31:08.745Z] 20:31:01 7 2.75 0.00 0.97 0.00 0.02 96.26 [2023-02-15T20:31:08.745Z] Average: all 2.37 0.00 0.58 0.68 0.01 96.36 [2023-02-15T20:31:08.745Z] Average: 0 2.39 0.00 0.60 0.65 0.01 96.35 [2023-02-15T20:31:08.745Z] Average: 1 2.35 0.00 0.61 0.87 0.01 96.16 [2023-02-15T20:31:08.745Z] Average: 2 2.25 0.00 0.57 0.65 0.01 96.52 [2023-02-15T20:31:08.745Z] Average: 3 2.43 0.00 0.53 0.29 0.01 96.74 [2023-02-15T20:31:08.745Z] Average: 4 2.35 0.00 0.59 0.72 0.01 96.33 [2023-02-15T20:31:08.745Z] Average: 5 2.53 0.00 0.55 1.16 0.01 95.75 [2023-02-15T20:31:08.745Z] Average: 6 2.40 0.00 0.61 0.59 0.01 96.39 [2023-02-15T20:31:08.745Z] Average: 7 2.29 0.00 0.56 0.50 0.02 96.63 [2023-02-15T20:31:08.745Z] [2023-02-15T20:31:08.745Z] [2023-02-15T20:31:08.745Z]