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 19:58:33 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 19:58:33 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 19:58:33 ========================================================= 19:58:33 EdgeX Global Pipelines Version Info 19:58:33 ========================================================= [Pipeline] libraryResource [Pipeline] sh 19:58:34 ------------------- 19:58:34 stable info: 19:58:34 ------------------- 19:58:34 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 19:58:34 Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 19:58:34 Message: update stable to v1.0.244 19:58:35 ------------------- 19:58:35 experimental info: 19:58:35 ------------------- 19:58:35 Commited By: **** collab-it+edgex@linuxfoundation.org 19:58:35 Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 19:58:35 Message: update experimental to v1.0.244 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 19:58:35 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 19:58:35 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 19:58:35 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 19:58:35 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 19:58:35 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 19:58:35 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo 19:58:35 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 19:58:35 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 19:58:35 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo 19:58:35 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo 19:58:35 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 19:58:35 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 19:58:35 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 19:58:35 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 19:58:35 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 19:58:35 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 19:58:36 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 19:58:36 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 19:58:36 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 19:58:36 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo 19:58:36 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 19:58:36 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 19:58:36 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 19:58:36 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-4362 [Pipeline] echo 19:58:36 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-4362 [Pipeline] echo 19:58:36 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-4362 [Pipeline] echo 19:58:36 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = cacbc01dbf264f01fcaaf584ccd39c6a0a3592de [Pipeline] echo 19:58:36 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = cacbc01 [Pipeline] echo 19:58:36 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 19:58:36 provisioning config files... 19:58:36 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config8205698737092158572tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 19:58:36 ---> docker-login.sh 19:58:36 nexus3.edgexfoundry.org:10001 19:58:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:58:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:58:37 Configure a credential helper to remove this warning. See 19:58:37 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:58:37 19:58:37 Login Succeeded 19:58:37 nexus3.edgexfoundry.org:10002 19:58:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:58:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:58:37 Configure a credential helper to remove this warning. See 19:58:37 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:58:37 19:58:37 Login Succeeded 19:58:37 nexus3.edgexfoundry.org:10003 19:58:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:58:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:58:37 Configure a credential helper to remove this warning. See 19:58:37 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:58:37 19:58:37 Login Succeeded 19:58:37 nexus3.edgexfoundry.org:10004 19:58:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:58:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:58:37 Configure a credential helper to remove this warning. See 19:58:37 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:58:37 19:58:37 Login Succeeded 19:58:37 docker.io 19:58:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:58:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:58:38 Configure a credential helper to remove this warning. See 19:58:38 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:58:38 19:58:38 Login Succeeded 19:58:38 ---> docker-login.sh ends [Pipeline] } 19:58:38 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 19:58:38 + 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 19:58:38 + dirname cmd/core-command/Dockerfile 19:58:38 + cut -d/ -f2 19:58:38 + echo core-command,cmd/core-command/Dockerfile 19:58:38 + dirname cmd/core-common-config-bootstrapper/Dockerfile 19:58:38 + cut -d/ -f2 19:58:38 + echo core-common-config-bootstrapper,cmd/core-common-config-bootstrapper/Dockerfile 19:58:38 + + cut -d/ -f2 19:58:38 dirname cmd/core-data/Dockerfile 19:58:38 + echo core-data,cmd/core-data/Dockerfile 19:58:38 + + dirname cmd/core-metadata/Dockerfile 19:58:38 cut -d/ -f2 19:58:38 + echo core-metadata,cmd/core-metadata/Dockerfile 19:58:38 + dirname cmd/security-bootstrapper/Dockerfile 19:58:38 + cut -d/ -f2 19:58:38 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 19:58:38 + + cutdirname -d/ cmd/security-proxy-setup/Dockerfile -f2 19:58:38 19:58:38 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 19:58:38 + dirname cmd/security-secretstore-setup/Dockerfile 19:58:38 + cut -d/ -f2 19:58:38 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 19:58:38 + dirname cmd/security-spiffe-token-provider/Dockerfile 19:58:38 + cut -d/ -f2 19:58:38 + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile 19:58:38 + dirname cmd/security-spire-agent/Dockerfile 19:58:38 + cut -d/ -f2 19:58:38 + echo security-spire-agent,cmd/security-spire-agent/Dockerfile 19:58:38 + dirname cmd/security-spire-config/Dockerfile 19:58:38 + cut -d/ -f2 19:58:38 + echo security-spire-config,cmd/security-spire-config/Dockerfile 19:58:38 + dirname cmd/security-spire-server/Dockerfile 19:58:38 + cut -d/ -f2 19:58:38 + echo security-spire-server,cmd/security-spire-server/Dockerfile 19:58:38 + dirname cmd/support-notifications/Dockerfile 19:58:38 + cut -d/ -f2 19:58:38 + echo support-notifications,cmd/support-notifications/Dockerfile 19:58:38 + dirname cmd/support-scheduler/Dockerfile 19:58:38 + cut -d/ -f2 19:58:38 + echo support-scheduler,cmd/support-scheduler/Dockerfile [Pipeline] echo 19:58:38 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 19:58:39 + git rev-list -1 --merges cacbc01dbf264f01fcaaf584ccd39c6a0a3592de~1..cacbc01dbf264f01fcaaf584ccd39c6a0a3592de [Pipeline] echo 19:58:39 -----------> git rev-list -1 --merges cacbc01dbf264f01fcaaf584ccd39c6a0a3592de~1..cacbc01dbf264f01fcaaf584ccd39c6a0a3592de cacbc01dbf264f01fcaaf584ccd39c6a0a3592de [false] [Pipeline] sh 19:58:39 + git log --format=format:%s -1 cacbc01dbf264f01fcaaf584ccd39c6a0a3592de [Pipeline] echo 19:58:39 ========================================================= 19:58:39 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 19:58:39 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh 19:58:39 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 19:58:39 + grep -v github /etc/ssh/ssh_known_hosts 19:58:39 + [ -e /tmp/ssh_known_hosts ] 19:58:39 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 19:58:39 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 19:58:39 + sudo tee -a /etc/ssh/ssh_known_hosts 19:58:39 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:58:40 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 19:58:40 19:58:40 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:58:40 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 19:58:40 0.1.4: Pulling from edgex-devops/py-git-semver 19:58:40 b85a868b505f: Pulling fs layer 19:58:40 e2be974225ed: Pulling fs layer 19:58:40 339a4e72a1f5: Pulling fs layer 19:58:40 988bab9f4d93: Pulling fs layer 19:58:40 1469e6f7b9e6: Pulling fs layer 19:58:40 eaf3925da568: Pulling fs layer 19:58:40 bab4dde63d76: Pulling fs layer 19:58:40 bde34c3a00c8: Pulling fs layer 19:58:40 b352a97aabf1: Pulling fs layer 19:58:40 4872d77fe225: Pulling fs layer 19:58:40 5851b861e8e6: Pulling fs layer 19:58:40 bab4dde63d76: Waiting 19:58:40 988bab9f4d93: Waiting 19:58:40 bde34c3a00c8: Waiting 19:58:40 4872d77fe225: Waiting 19:58:40 1469e6f7b9e6: Waiting 19:58:40 5851b861e8e6: Waiting 19:58:40 eaf3925da568: Waiting 19:58:40 e2be974225ed: Download complete 19:58:40 988bab9f4d93: Verifying Checksum 19:58:40 988bab9f4d93: Download complete 19:58:41 339a4e72a1f5: Verifying Checksum 19:58:41 339a4e72a1f5: Download complete 19:58:41 1469e6f7b9e6: Download complete 19:58:41 eaf3925da568: Verifying Checksum 19:58:41 eaf3925da568: Download complete 19:58:41 bde34c3a00c8: Download complete 19:58:41 b352a97aabf1: Verifying Checksum 19:58:41 b352a97aabf1: Download complete 19:58:41 4872d77fe225: Download complete 19:58:41 5851b861e8e6: Download complete 19:58:41 b85a868b505f: Download complete 19:58:41 bab4dde63d76: Verifying Checksum 19:58:41 bab4dde63d76: Download complete 19:58:42 b85a868b505f: Pull complete 19:58:42 e2be974225ed: Pull complete 19:58:43 339a4e72a1f5: Pull complete 19:58:43 988bab9f4d93: Pull complete 19:58:43 1469e6f7b9e6: Pull complete 19:58:43 eaf3925da568: Pull complete 19:58:45 bab4dde63d76: Pull complete 19:58:45 bde34c3a00c8: Pull complete 19:58:45 b352a97aabf1: Pull complete 19:58:45 4872d77fe225: Pull complete 19:58:46 5851b861e8e6: Pull complete 19:58:46 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 19:58:46 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 19:58:46 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 19:58:46 prd-ubuntu20.04-docker-8c-8g-6182 does not seem to be running inside a container 19:58:46 $ 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 19:58:48 $ docker top b15b8769bc63ffe1d9f679ec968bd45a8a25a7720e060b7a60b1a43e962d3cab -eo pid,comm 19:58:48 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). 19:58:48 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 19:58:48 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 19:58:48 [ssh-agent] Looking for ssh-agent implementation... 19:58:48 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 19:58:48 $ docker exec b15b8769bc63ffe1d9f679ec968bd45a8a25a7720e060b7a60b1a43e962d3cab ssh-agent 19:58:49 SSH_AUTH_SOCK=/tmp/ssh-rA40QyXhhiSZ/agent.33 19:58:49 SSH_AGENT_PID=39 19:58:49 Running ssh-add (command line suppressed) 19:58:49 Identity added: /w/workspace/edgex-go/1@tmp/private_key_5352299071720279044.key (/w/workspace/edgex-go/1@tmp/private_key_5352299071720279044.key) 19:58:49 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 19:58:49 + git tag --points-at HEAD [Pipeline] } 19:58:49 $ docker exec --env ******** --env ******** b15b8769bc63ffe1d9f679ec968bd45a8a25a7720e060b7a60b1a43e962d3cab ssh-agent -k 19:58:49 unset SSH_AUTH_SOCK; 19:58:49 unset SSH_AGENT_PID; 19:58:49 echo Agent pid 39 killed; 19:58:49 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 19:58:49 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 19:58:49 [ssh-agent] Looking for ssh-agent implementation... 19:58:49 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 19:58:49 $ docker exec b15b8769bc63ffe1d9f679ec968bd45a8a25a7720e060b7a60b1a43e962d3cab ssh-agent 19:58:49 SSH_AUTH_SOCK=/tmp/ssh-sSKXa2xB1Mtd/agent.71 19:58:49 SSH_AGENT_PID=77 19:58:49 Running ssh-add (command line suppressed) 19:58:50 Identity added: /w/workspace/edgex-go/1@tmp/private_key_2686456510303589533.key (/w/workspace/edgex-go/1@tmp/private_key_2686456510303589533.key) 19:58:50 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 19:58:50 + git semver init 19:58:50 2023-02-15 19:58:50,590 [run_init] DEBUG init version:0.0.0 force:False 19:58:50 2023-02-15 19:58:50,590 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/1/.semver 19:58:50 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 19:58:50 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) 19:58:55 2023-02-15 19:58:55,907 [append_file] DEBUG append to file:/w/workspace/edgex-go/1/.git/info/exclude 19:58:55 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 19:58:55 2023-02-15 19:58:55,908 [write_file] DEBUG write to file:/w/workspace/edgex-go/1/.semver/PR-4362 19:58:55 2023-02-15 19:58:55,911 [execute] INFO git cat-file --batch-check 19:58:55 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=) 19:58:55 2023-02-15 19:58:55,917 [execute] INFO git cat-file --batch 19:58:55 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=) 19:58:55 2023-02-15 19:58:55,921 [read_version] DEBUG read version from /w/workspace/edgex-go/1/.semver/PR-4362 19:58:55 0.0.0 [Pipeline] } 19:58:55 $ docker exec --env ******** --env ******** b15b8769bc63ffe1d9f679ec968bd45a8a25a7720e060b7a60b1a43e962d3cab ssh-agent -k 19:58:56 unset SSH_AUTH_SOCK; 19:58:56 unset SSH_AGENT_PID; 19:58:56 echo Agent pid 77 killed; 19:58:56 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 19:58:56 + git semver [Pipeline] } 19:58:56 $ docker stop --time=1 b15b8769bc63ffe1d9f679ec968bd45a8a25a7720e060b7a60b1a43e962d3cab 19:58:58 $ docker rm -f --volumes b15b8769bc63ffe1d9f679ec968bd45a8a25a7720e060b7a60b1a43e962d3cab [Pipeline] // withDockerContainer [Pipeline] sh 19:58:59 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 19:58:59 Stashed 1 file(s) [Pipeline] echo 19:58:59 [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) 19:58:59 Running on prd-ubuntu20.04-docker-arm64-4c-16g-6192 in /w/workspace/edgexfoundry_edgex-go_PR-4362 [Pipeline] { [Pipeline] ws 19:58:59 Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] checkout 19:58:59 The recommended git tool is: git [Pipeline] script [Pipeline] { [Pipeline] sh 19:59:00 + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] echo 19:59:00 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 19:59:00 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 19:59:00 ========================================================= 19:59:00 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] 19:59:00 ========================================================= [Pipeline] fileExists [Pipeline] sh 19:59:00 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 19:59:00 1.18-alpine: Pulling from edgex-devops/edgex-golang-base 19:59:00 213ec9aee27d: Pulling fs layer 19:59:00 4583459ba037: Pulling fs layer 19:59:00 93c1e223e6f2: Pulling fs layer 19:59:00 53926ce57604: Pulling fs layer 19:59:00 21b2b0c7a3f4: Pulling fs layer 19:59:00 22ff95d597cd: Pulling fs layer 19:59:00 12d6caf4c0d1: Pulling fs layer 19:59:00 96b7cbca73a9: Pulling fs layer 19:59:00 a7acece74701: Pulling fs layer 19:59:00 53926ce57604: Waiting 19:59:00 96b7cbca73a9: Waiting 19:59:00 21b2b0c7a3f4: Waiting 19:59:00 12d6caf4c0d1: Waiting 19:59:00 a7acece74701: Waiting 19:59:00 22ff95d597cd: Waiting 19:59:00 93c1e223e6f2: Verifying Checksum 19:59:00 93c1e223e6f2: Download complete 19:59:00 4583459ba037: Verifying Checksum 19:59:00 4583459ba037: Download complete 19:59:00 21b2b0c7a3f4: Verifying Checksum 19:59:00 21b2b0c7a3f4: Download complete 19:59:00 22ff95d597cd: Verifying Checksum 19:59:00 22ff95d597cd: Download complete 19:59:00 213ec9aee27d: Verifying Checksum 19:59:00 213ec9aee27d: Download complete 19:59:00 12d6caf4c0d1: Verifying Checksum 19:59:00 12d6caf4c0d1: Download complete 19:59:00 213ec9aee27d: Pull complete 19:59:01 4583459ba037: Pull complete 19:59:01 93c1e223e6f2: Pull complete 19:59:02 a7acece74701: Verifying Checksum 19:59:02 a7acece74701: Download complete 19:59:02 53926ce57604: Verifying Checksum 19:59:02 53926ce57604: Download complete 19:59:02 96b7cbca73a9: Verifying Checksum 19:59:02 96b7cbca73a9: Download complete 19:59:04 using credential edgex-jenkins-ssh 19:59:04 Cloning the remote Git repository 19:59:04 Cloning repository git@github.com:edgexfoundry/edgex-go.git 19:59:04 > git init /w/workspace/edgex-go/1 # timeout=10 19:59:06 53926ce57604: Pull complete 19:59:06 21b2b0c7a3f4: Pull complete 19:59:06 22ff95d597cd: Pull complete 19:59:06 12d6caf4c0d1: Pull complete 19:59:06 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 19:59:06 > git --version # timeout=10 19:59:06 > git --version # 'git version 2.25.1' 19:59:06 using GIT_SSH to set credentials SSH Credentials for GitHub 19:59:06 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 19:59:08 96b7cbca73a9: Pull complete 19:59:09 a7acece74701: Pull complete 19:59:09 Digest: sha256:f6a9ef70c52da88a2ff63a0c6767b24654f9f5185d1d85ca6cc3004fb48f6c2d 19:59:09 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 19:59:09 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [Pipeline] fileExists [Pipeline] sh 19:59:09 + + docker build -t ci-base-image-x86_64 -fecho - FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 19:59:09 WORKDIR /edgex 19:59:09 COPY go.mod . 19:59:09 RUN go mod download . 19:59:09 19:59:10 Sending build context to Docker daemon 170.3MB 19:59:10 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 19:59:10 ---> db6d94c90886 19:59:10 Step 2/4 : WORKDIR /edgex 19:59:14 ---> Running in 5d748f853d4f 19:59:14 Removing intermediate container 5d748f853d4f 19:59:14 ---> 70bd0e866bd1 19:59:14 Step 3/4 : COPY go.mod . 19:59:14 ---> 7e0c24444298 19:59:14 Step 4/4 : RUN go mod download 19:59:14 ---> Running in 5eb7f0f8cad0 19:59:22 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 19:59:22 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 19:59:24 Merging remotes/origin/main commit 8776ce55658615d64e1aa8a64582242181f551ac into PR head commit cacbc01dbf264f01fcaaf584ccd39c6a0a3592de 19:59:24 Merge succeeded, producing cacbc01dbf264f01fcaaf584ccd39c6a0a3592de 19:59:24 Checking out Revision cacbc01dbf264f01fcaaf584ccd39c6a0a3592de (PR-4362) 19:59:23 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 19:59:23 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 19:59:23 using GIT_SSH to set credentials SSH Credentials for GitHub 19:59:23 > 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 19:59:24 > git config core.sparsecheckout # timeout=10 19:59:24 > git checkout -f cacbc01dbf264f01fcaaf584ccd39c6a0a3592de # timeout=10 19:59:24 > git remote # timeout=10 19:59:24 > git config --get remote.origin.url # timeout=10 19:59:24 using GIT_SSH to set credentials SSH Credentials for GitHub 19:59:24 > git merge 8776ce55658615d64e1aa8a64582242181f551ac # timeout=10 19:59:24 > git rev-parse HEAD^{commit} # timeout=10 19:59:24 > git config core.sparsecheckout # timeout=10 19:59:24 > git checkout -f cacbc01dbf264f01fcaaf584ccd39c6a0a3592de # timeout=10 19:59:25 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-bootstrap/v3" 19:59:25 > git --version # timeout=10 19:59:25 > git --version # 'git version 2.25.1' 19:59:25 fatal: bad object cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 19:59:26 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 19:59:26 % Total % Received % Xferd Average Speed Time Time Time Current 19:59:26 Dload Upload Total Spent Left Speed 19:59:26 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 19:59:26 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 19:59:27 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 19:59:27 + sudo tee /etc/docker/daemon.new 19:59:27 { 19:59:27 "registry-mirrors": [ 19:59:27 "https://nexus3.edgexfoundry.org:10001" 19:59:27 ], 19:59:27 "bip": "10.250.0.254/24", 19:59:27 "hosts": [ 19:59:27 "tcp://0.0.0.0:5555", 19:59:27 "unix:///var/run/docker.sock" 19:59:27 ], 19:59:27 "mtu": 1458, 19:59:27 "selinux-enabled": true, 19:59:27 "seccomp-profile": "/etc/docker/seccomp.json" 19:59:27 } [Pipeline] sh 19:59:27 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 19:59:28 + sudo service docker restart 19:59:29 Removing intermediate container 5eb7f0f8cad0 19:59:29 ---> 8265f0de8156 19:59:29 Successfully built 8265f0de8156 19:59:29 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 19:59:29 + docker inspect -f . ci-base-image-x86_64 19:59:29 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 19:59:29 prd-ubuntu20.04-docker-8c-8g-6182 does not seem to be running inside a container 19:59:30 $ 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 19:59:30 $ docker top 06ef744ecaf049f6ab7c373e6d70780788085770719f9d611e311d1b9b3e16ea -eo pid,comm [Pipeline] { [Pipeline] sh 19:59:30 + go version 19:59:30 go version go1.18.7 linux/amd64 [Pipeline] } 19:59:30 $ docker stop --time=1 06ef744ecaf049f6ab7c373e6d70780788085770719f9d611e311d1b9b3e16ea 19:59:32 $ 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 19:59:32 + docker inspect -f . ci-base-image-x86_64 19:59:32 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 19:59:33 prd-ubuntu20.04-docker-8c-8g-6182 does not seem to be running inside a container 19:59:33 $ 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 19:59:33 $ docker top 90ab91c42f5c22f6d95d00133c41446f05d9d91f9121c0e427512d1c782c9591 -eo pid,comm [Pipeline] { [Pipeline] echo 19:59:33 ========================================================= 19:59:33 [edgeXBuildGoParallel] Running Tests and Build... 19:59:33 ========================================================= [Pipeline] sh 19:59:33 + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] fileExists [Pipeline] sh 19:59:34 + make test 19:59:34 go test -race -coverprofile=coverage.out ./... 19:59:40 ? github.com/edgexfoundry/edgex-go [no test files] [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 19:59:46 provisioning config files... 19:59:46 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config11781615416319045147tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 19:59:46 ---> docker-login.sh 19:59:46 nexus3.edgexfoundry.org:10001 19:59:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:59:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:59:47 Configure a credential helper to remove this warning. See 19:59:47 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:59:47 19:59:47 Login Succeeded 19:59:47 nexus3.edgexfoundry.org:10002 19:59:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:59:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:59:47 Configure a credential helper to remove this warning. See 19:59:47 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:59:47 19:59:47 Login Succeeded 19:59:47 nexus3.edgexfoundry.org:10003 19:59:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:59:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:59:48 Configure a credential helper to remove this warning. See 19:59:48 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:59:48 19:59:48 Login Succeeded 19:59:48 nexus3.edgexfoundry.org:10004 19:59:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:59:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:59:48 Configure a credential helper to remove this warning. See 19:59:48 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:59:48 19:59:48 Login Succeeded 19:59:48 docker.io 19:59:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:59:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:59:48 Configure a credential helper to remove this warning. See 19:59:48 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:59:48 19:59:48 Login Succeeded 19:59:48 ---> docker-login.sh ends [Pipeline] } 19:59:48 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] sh 19:59:49 + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] echo 19:59:49 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 19:59:49 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 19:59:49 ========================================================= 19:59:49 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] 19:59:49 ========================================================= [Pipeline] fileExists [Pipeline] sh 19:59:50 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 19:59:50 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 19:59:50 9b18e9b68314: Pulling fs layer 19:59:50 35d82f9e3411: Pulling fs layer 19:59:50 e16973657156: Pulling fs layer 19:59:50 fc693d55d65f: Pulling fs layer 19:59:50 7e9fc2657dce: Pulling fs layer 19:59:50 dda99020689f: Pulling fs layer 19:59:50 db1c61fa0a46: Pulling fs layer 19:59:50 891c053d2c06: Pulling fs layer 19:59:50 fc693d55d65f: Waiting 19:59:50 7e9fc2657dce: Waiting 19:59:50 dda99020689f: Waiting 19:59:50 db1c61fa0a46: Waiting 19:59:50 891c053d2c06: Waiting 19:59:50 e16973657156: Download complete 19:59:50 35d82f9e3411: Verifying Checksum 19:59:50 35d82f9e3411: Download complete 19:59:50 7e9fc2657dce: Verifying Checksum 19:59:50 7e9fc2657dce: Download complete 19:59:50 dda99020689f: Download complete 19:59:50 9b18e9b68314: Verifying Checksum 19:59:50 9b18e9b68314: Download complete 19:59:51 9b18e9b68314: Pull complete 19:59:51 891c053d2c06: Verifying Checksum 19:59:51 891c053d2c06: Download complete 19:59:51 35d82f9e3411: Pull complete 19:59:51 e16973657156: Pull complete 19:59:52 db1c61fa0a46: Verifying Checksum 19:59:53 fc693d55d65f: Verifying Checksum 19:59:53 fc693d55d65f: Download complete 19:59:56 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 19:59:56 ? github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper [no test files] 19:59:56 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 19:59:56 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 19:59:56 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 19:59:56 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 19:59:56 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 19:59:56 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 19:59:56 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 19:59:56 ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] 19:59:56 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 19:59:56 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 19:59:56 ? github.com/edgexfoundry/edgex-go/internal [no test files] 19:59:56 ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] 19:59:57 ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.059s coverage: 28.7% of statements 19:59:57 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 19:59:57 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 19:59:57 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.104s coverage: 98.5% of statements 20:00:00 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 3.167s coverage: 73.7% of statements 20:00:00 ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] 20:00:00 ? github.com/edgexfoundry/edgex-go/internal/core/common_config [no test files] 20:00:00 ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] 20:00:00 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.127s coverage: 54.0% of statements 20:00:00 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 20:00:00 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 20:00:02 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 3.831s coverage: 88.5% of statements 20:00:02 ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] 20:00:02 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] 20:00:02 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] 20:00:02 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 20:00:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] 20:00:02 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 0.093s coverage: 3.9% of statements 20:00:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 20:00:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 20:00:02 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 0.512s coverage: 95.6% of statements 20:00:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] 20:00:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] 20:00:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] 20:00:02 ok github.com/edgexfoundry/edgex-go/internal/io 0.073s coverage: 72.2% of statements 20:00:02 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 20:00:02 ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] 20:00:02 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] 20:00:02 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 20:00:02 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 20:00:02 ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.054s coverage: 65.9% of statements 20:00:02 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 20:00:02 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 20:00:02 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 20:00:02 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.054s coverage: 0.9% of statements 20:00:02 ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] 20:00:02 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.083s coverage: 29.6% of statements 20:00:02 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 20:00:02 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.062s coverage: 47.1% of statements 20:00:02 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.092s coverage: 82.9% of statements 20:00:02 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.069s coverage: 94.1% of statements 20:00:02 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.080s coverage: 96.3% of statements 20:00:02 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.062s coverage: 87.5% of statements 20:00:04 fc693d55d65f: Pull complete 20:00:04 7e9fc2657dce: Pull complete 20:00:04 dda99020689f: Pull complete 20:00:07 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.101s coverage: 94.4% of statements 20:00:07 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.053s coverage: 44.8% of statements 20:00:09 db1c61fa0a46: Pull complete 20:00:10 891c053d2c06: Pull complete 20:00:10 Digest: sha256:2cacf8bfc28650abd52610e42dcfc04852e818eb73900ea96edaef96a54d0b45 20:00:10 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 20:00:10 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [Pipeline] fileExists [Pipeline] sh 20:00:11 + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 20:00:11 WORKDIR /edgex 20:00:11 COPY go.mod . 20:00:11 RUN go mod download 20:00:11 + docker build -t ci-base-image-arm64 -f - . 20:00:11 Sending build context to Docker daemon 3.099MB 20:00:11 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 20:00:11 ---> f96f9c87975a 20:00:11 Step 2/4 : WORKDIR /edgex 20:00:13 ---> Running in 84b3f7c1cdeb 20:00:14 Removing intermediate container 84b3f7c1cdeb 20:00:14 ---> 6b1120ef3856 20:00:14 Step 3/4 : COPY go.mod . 20:00:14 ---> c3f118aa4145 20:00:14 Step 4/4 : RUN go mod download 20:00:14 ---> Running in c82ee4bd6c57 20:00:25 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 23.393s coverage: 79.9% of statements 20:00:25 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 20:00:25 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.094s coverage: 92.9% of statements 20:00:25 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 20:00:25 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 20:00:25 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 20:00:25 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.025s coverage: 64.4% of statements 20:00:25 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 20:00:25 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] 20:00:25 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] 20:00:25 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] 20:00:25 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 6.067s coverage: 86.9% of statements 20:00:25 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 20:00:25 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 20:00:25 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 20:00:25 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 20:00:25 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.059s coverage: 87.2% of statements 20:00:25 ok github.com/edgexfoundry/edgex-go/internal/security/common 0.053s coverage: 20.0% of statements 20:00:25 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 20:00:25 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 20:00:25 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.053s coverage: 100.0% of statements 20:00:25 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 20:00:25 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.097s coverage: 77.4% of statements 20:00:25 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 20:00:25 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.061s coverage: 80.0% of statements 20:00:25 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.064s coverage: 87.2% of statements 20:00:25 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.250s coverage: 91.2% of statements 20:00:25 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 20:00:25 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.219s coverage: 63.1% of statements 20:00:25 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 20:00:25 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 20:00:25 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.067s coverage: 100.0% of statements 20:00:25 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.031s coverage: 89.4% of statements 20:00:25 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.033s coverage: 100.0% of statements 20:00:25 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.031s coverage: 73.7% of statements 20:00:25 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.020s coverage: 100.0% of statements 20:00:25 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.360s coverage: 65.3% of statements 20:00:25 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 20:00:25 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 20:00:25 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 20:00:25 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.186s coverage: 41.0% of statements 20:00:25 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 20:00:25 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 20:00:25 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.064s coverage: 89.5% of statements 20:00:25 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 20:00:25 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.055s coverage: 84.8% of statements 20:00:25 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] 20:00:25 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] 20:00:25 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] 20:00:25 ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] 20:00:25 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.078s coverage: 17.7% of statements 20:00:25 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] 20:00:25 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] 20:00:25 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 20:00:25 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 20:00:25 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.164s coverage: 92.3% of statements 20:00:25 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] 20:00:25 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] 20:00:25 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] 20:00:25 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] 20:00:25 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.056s coverage: 63.2% of statements 20:00:25 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 20:00:25 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 20:00:25 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.111s coverage: 97.7% of statements 20:00:25 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] 20:00:25 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] 20:00:25 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 20:00:43 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." 20:00:43 go vet ./... 20:00:46 Removing intermediate container c82ee4bd6c57 20:00:46 ---> 62e28e230fea 20:00:46 Successfully built 62e28e230fea 20:00:46 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:00:47 + docker inspect -f . ci-base-image-arm64 20:00:47 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:00:47 prd-ubuntu20.04-docker-arm64-4c-16g-6192 does not seem to be running inside a container 20:00:47 $ 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 20:00:47 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 20:00:47 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 20:00:47 ./bin/test-attribution-txt.sh 20:00:50 $ docker top 5cd94b0cc75ff7abf96c3f69ebb2bce27765e51a7b37a6e87c3ff31d2242a1db -eo pid,comm [Pipeline] { [Pipeline] echo 20:00:50 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh [Pipeline] sh 20:00:50 + ls -al . 20:00:50 total 748 20:00:50 drwxrwxr-x 11 1001 1001 4096 Feb 15 19:59 . 20:00:50 drwxr-xr-x 4 root root 4096 Feb 15 19:59 .. 20:00:50 drwxrwxr-x 2 1001 1001 4096 Feb 15 19:58 .blubracket 20:00:50 -rw-rw-r-- 1 1001 1001 16 Feb 15 19:58 .dockerignore 20:00:50 drwxrwxr-x 8 1001 1001 4096 Feb 15 20:00 .git 20:00:50 drwxrwxr-x 3 1001 1001 4096 Feb 15 19:58 .github 20:00:50 -rw-rw-r-- 1 1001 1001 1024 Feb 15 19:58 .gitignore 20:00:50 -rw-rw-r-- 1 1001 1001 42 Feb 15 19:58 .golangci.yml 20:00:50 -rw-rw-r-- 1 1001 1001 87 Feb 15 19:58 .hadolint.yml 20:00:50 drwxr-xr-x 3 1001 1001 4096 Feb 15 19:58 .semver 20:00:50 -rw-rw-r-- 1 1001 1001 166 Feb 15 19:58 .sonarcloud.properties 20:00:50 -rw-rw-r-- 1 1001 1001 1171 Feb 15 19:58 ADOPTERS.md 20:00:50 -rw-rw-r-- 1 1001 1001 10825 Feb 15 19:58 Attribution.txt 20:00:50 -rw-rw-r-- 1 1001 1001 73765 Feb 15 19:58 CHANGELOG.md 20:00:50 -rw-rw-r-- 1 1001 1001 3804 Feb 15 19:58 CONTRIBUTING.md 20:00:50 -rw-rw-r-- 1 1001 1001 677 Feb 15 19:58 GOVERNANCE.md 20:00:50 -rw-rw-r-- 1 1001 1001 850 Feb 15 19:58 Jenkinsfile 20:00:50 -rw-rw-r-- 1 1001 1001 10775 Feb 15 19:58 LICENSE 20:00:50 -rw-rw-r-- 1 1001 1001 13375 Feb 15 19:58 Makefile 20:00:50 -rw-rw-r-- 1 1001 1001 582 Feb 15 19:58 OWNERS.md 20:00:50 -rw-rw-r-- 1 1001 1001 9403 Feb 15 19:58 README.md 20:00:50 -rw-rw-r-- 1 1001 1001 6912 Feb 15 19:58 SECURITY.md 20:00:50 -rw-rw-r-- 1 1001 1001 5 Feb 15 19:58 VERSION 20:00:50 drwxrwxr-x 2 1001 1001 4096 Feb 15 19:58 bin 20:00:50 drwxrwxr-x 17 1001 1001 4096 Feb 15 19:58 cmd 20:00:50 -rw-r--r-- 1 root root 487529 Feb 15 20:00 coverage.out 20:00:50 -rw-rw-r-- 1 1001 1001 3295 Feb 15 19:58 go.mod 20:00:50 -rw-rw-r-- 1 1001 1001 33318 Feb 15 19:58 go.sum 20:00:50 drwxrwxr-x 7 1001 1001 4096 Feb 15 19:58 internal 20:00:50 drwxrwxr-x 3 1001 1001 4096 Feb 15 19:58 openapi 20:00:50 drwxrwxr-x 4 1001 1001 4096 Feb 15 19:58 snap 20:00:50 -rw-rw-r-- 1 1001 1001 204 Feb 15 19:58 version.go [Pipeline] sh 20:00:51 + go version 20:00:51 go version go1.18.7 linux/arm64 [Pipeline] } 20:00:51 $ docker stop --time=1 5cd94b0cc75ff7abf96c3f69ebb2bce27765e51a7b37a6e87c3ff31d2242a1db 20:00:51 + '[' -e coverage.out ] 20:00:51 + chown 1001:1001 coverage.out 20:00:52 $ docker rm -f --volumes 5cd94b0cc75ff7abf96c3f69ebb2bce27765e51a7b37a6e87c3ff31d2242a1db [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] stash [Pipeline] // script [Pipeline] } 20:00:53 Stashed 1 file(s) [Pipeline] // stage [Pipeline] sh [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:00:53 + make build 20:00:53 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 20:00:53 + docker inspect -f . ci-base-image-arm64 20:00:53 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:00:53 prd-ubuntu20.04-docker-arm64-4c-16g-6192 does not seem to be running inside a container 20:00:54 $ 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 20:00:55 $ docker top da60c1c3f3355ec2e5274e83983e1135bf50262e97d518b9944e0c4c2e51c827 -eo pid,comm [Pipeline] { [Pipeline] echo 20:00:55 ========================================================= 20:00:55 [edgeXBuildGoParallel] Running Tests and Build... 20:00:55 ========================================================= [Pipeline] sh 20:00:55 + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] fileExists [Pipeline] sh 20:00:56 + make test 20:00:56 go test -race -coverprofile=coverage.out ./... 20:01:05 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 20:01:05 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 20:01:07 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 20:01:07 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 20:01:14 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 20:01:16 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 20:01:17 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 20:01:18 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 20:01:19 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 20:01:19 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 20:01:22 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] } 20:01:23 $ docker stop --time=1 90ab91c42f5c22f6d95d00133c41446f05d9d91f9121c0e427512d1c782c9591 20:01:28 $ 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 20:01:29 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 20:01:29 20:01:29 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:01:29 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 20:01:29 latest: Pulling from edgex-devops/edgex-compose 20:01:29 cbdbe7a5bc2a: Pulling fs layer 20:01:29 ca9280d653b3: Pulling fs layer 20:01:29 7e9c9ca2126c: Pulling fs layer 20:01:29 cbdbe7a5bc2a: Download complete 20:01:29 cbdbe7a5bc2a: Pull complete 20:01:29 ca9280d653b3: Verifying Checksum 20:01:29 ca9280d653b3: Download complete 20:01:30 ? github.com/edgexfoundry/edgex-go [no test files] 20:01:30 7e9c9ca2126c: Download complete 20:01:30 ca9280d653b3: Pull complete 20:01:33 7e9c9ca2126c: Pull complete 20:01:33 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 20:01:33 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 20:01:33 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:01:34 prd-ubuntu20.04-docker-8c-8g-6182 does not seem to be running inside a container 20:01:34 $ 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 20:01:38 $ docker top b701982cf73c0d320ff24ad20bf1815c988aa7a756a6ebae1cb9b114578bc8ad -eo pid,comm [Pipeline] { [Pipeline] sh 20:01:38 + docker-compose build --help 20:01:38 + grep parallel 20:01:39 --parallel Build images in parallel. [Pipeline] } 20:01:39 $ docker stop --time=1 b701982cf73c0d320ff24ad20bf1815c988aa7a756a6ebae1cb9b114578bc8ad 20:01:41 $ docker rm -f --volumes b701982cf73c0d320ff24ad20bf1815c988aa7a756a6ebae1cb9b114578bc8ad [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:01:41 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 20:01:41 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:01:41 prd-ubuntu20.04-docker-8c-8g-6182 does not seem to be running inside a container 20:01:41 $ 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 20:01:42 $ docker top 3a5bb3e8a66ba28c8c1cd8c9bae38a9d438128eafa3b0bd6f01584a3aeb872db -eo pid,comm [Pipeline] { [Pipeline] sh 20:01:43 + docker-compose -f ./docker-compose-build.yml build --parallel 20:01:43 Building core-command ... 20:01:43 Building core-common-config-bootstrapper ... 20:01:43 Building core-data ... 20:01:43 Building core-metadata ... 20:01:43 Building security-bootstrapper ... 20:01:43 Building security-proxy-setup ... 20:01:43 Building security-secretstore-setup ... 20:01:43 Building security-spiffe-token-provider ... 20:01:43 Building security-spire-agent ... 20:01:43 Building security-spire-config ... 20:01:43 Building security-spire-server ... 20:01:43 Building support-notifications ... 20:01:43 Building support-scheduler ... 20:01:43 Building security-spiffe-token-provider 20:01:43 Building core-metadata 20:01:43 Building security-bootstrapper 20:01:43 Building core-common-config-bootstrapper 20:01:43 Building support-notifications 20:01:56 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 20:01:56 Step 2/22 : FROM ${BUILDER_BASE} AS builder 20:01:56 ---> 8265f0de8156 20:01:56 Step 3/22 : ARG ADD_BUILD_TAGS="" 20:01:56 Step 1/32 : ARG BUILDER_BASE=golang:1.18-alpine3.16 20:01:56 Step 2/32 : FROM ${BUILDER_BASE} AS builder 20:01:56 ---> 8265f0de8156 20:01:56 Step 3/32 : WORKDIR /edgex-go 20:01:56 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 20:01:56 Step 2/22 : FROM ${BUILDER_BASE} AS builder 20:01:56 ---> 8265f0de8156 20:01:56 Step 3/22 : ARG ADD_BUILD_TAGS="" 20:01:56 Step 1/19 : ARG BUILDER_BASE=golang:1.18-alpine3.16 20:01:56 Step 2/19 : FROM ${BUILDER_BASE} AS builder 20:01:56 ---> 8265f0de8156 20:01:56 Step 3/19 : WORKDIR /edgex-go 20:01:56 Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 20:01:56 Step 2/24 : FROM ${BUILDER_BASE} AS builder 20:01:56 ---> 8265f0de8156 20:01:56 Step 3/24 : ARG ADD_BUILD_TAGS="" 20:02:18 ---> Running in befbbf63a055 20:02:18 ---> Running in 1ff660a22417 20:02:18 ---> Running in 7ca881f46bac 20:02:18 ---> Running in 897619a2912a 20:02:18 ---> Running in 90ecc78ae45a 20:02:18 Removing intermediate container 90ecc78ae45a 20:02:18 ---> bf463c0c438b 20:02:18 Step 4/24 : WORKDIR /edgex-go 20:02:18 Removing intermediate container 7ca881f46bac 20:02:18 ---> 849b28c0a24f 20:02:18 Step 4/22 : WORKDIR /edgex-go 20:02:18 Removing intermediate container 1ff660a22417 20:02:18 ---> 8840b6c4e022 20:02:18 Step 4/22 : WORKDIR /edgex-go 20:02:18 Removing intermediate container 897619a2912a 20:02:18 ---> 29f2bc408cd7 20:02:18 Step 4/19 : RUN apk update && apk --no-cache --update add build-base 20:02:18 Removing intermediate container befbbf63a055 20:02:18 ---> 0dc3041b725a 20:02:18 Step 4/32 : RUN apk add --update --no-cache make git 20:02:18 ---> Running in 61512ef5723b 20:02:18 ---> Running in 4cd272203510 20:02:18 ---> Running in 5ead688f25b9 20:02:18 ---> Running in f591640919d8 20:02:18 ---> Running in ba0d000734e7 20:02:18 Removing intermediate container 61512ef5723b 20:02:18 ---> 1c29d497fe51 20:02:18 Step 5/24 : RUN apk add --update --no-cache make git 20:02:18 Removing intermediate container 5ead688f25b9 20:02:18 ---> 1036dff1a0e1 20:02:18 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 20:02:18 Removing intermediate container 4cd272203510 20:02:18 ---> b1f25f4a9d0c 20:02:18 Step 5/22 : RUN apk add --update --no-cache make git 20:02:18 ---> Running in da65b15898e5 20:02:18 ---> Running in 76f8cb19cff8 20:02:18 ---> Running in 5d473762deac 20:02:18 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 20:02:18 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 20:02:18 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 20:02:18 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 20:02:18 OK: 211 MiB in 51 packages 20:02:18 v3.16.4-8-g71a076bc492 [https://dl-cdn.alpinelinux.org/alpine/v3.16/main] 20:02:18 v3.16.4-4-g2609129aef3 [https://dl-cdn.alpinelinux.org/alpine/v3.16/community] 20:02:18 OK: 17046 distinct packages available 20:02:18 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 20:02:18 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 20:02:18 OK: 211 MiB in 51 packages 20:02:18 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 20:02:18 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 20:02:18 Removing intermediate container ba0d000734e7 20:02:18 ---> 77291c26ae5c 20:02:18 Step 5/32 : COPY go.mod vendor* ./ 20:02:18 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 20:02:18 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 20:02:18 OK: 211 MiB in 51 packages 20:02:18 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 20:02:18 ---> 515ed01316b8 20:02:18 Step 6/32 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:02:18 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 20:02:18 Removing intermediate container f591640919d8 20:02:18 ---> 60f3604f4b1e 20:02:18 Step 5/19 : COPY go.mod vendor* ./ 20:02:18 ---> Running in 72be6e490346 20:02:18 ---> ff36f694751f 20:02:18 Step 6/19 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:02:18 ---> Running in d0347c1ff9e8 20:02:18 OK: 211 MiB in 51 packages 20:02:18 OK: 211 MiB in 51 packages 20:02:18 Removing intermediate container da65b15898e5 20:02:18 ---> affa7536fea3 20:02:18 Step 6/24 : COPY go.mod vendor* ./ 20:02:19 ---> 504b6767ce7e 20:02:19 Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:02:19 ---> Running in 241963ecfecf 20:02:19 Removing intermediate container 76f8cb19cff8 20:02:19 ---> c640244304b4 20:02:19 Step 6/22 : COPY go.mod vendor* ./ 20:02:19 Removing intermediate container 5d473762deac 20:02:19 ---> b6d1fe43961d 20:02:19 Step 6/22 : COPY go.mod vendor* ./ 20:02:19 ---> 75d8da632048 20:02:19 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:02:19 ---> Running in a6d0f0e364de 20:02:19 ---> 55c02c22e6c2 20:02:19 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:02:19 ---> Running in 8b6c3d9df9ea 20:03:06 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 20:03:06 ? github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper [no test files] 20:03:06 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 20:03:06 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 20:03:06 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 20:03:12 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 20:03:12 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 20:03:12 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 20:03:12 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 20:03:12 ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] 20:03:12 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 20:03:12 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 20:03:12 ? github.com/edgexfoundry/edgex-go/internal [no test files] 20:03:12 ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] 20:03:15 Removing intermediate container a6d0f0e364de 20:03:15 ---> d226663bd804 20:03:15 Step 8/22 : COPY . . 20:03:15 Removing intermediate container 241963ecfecf 20:03:15 ---> c66d2c852172 20:03:15 Step 8/24 : COPY . . 20:03:15 Removing intermediate container 8b6c3d9df9ea 20:03:15 ---> c483433689a4 20:03:15 Step 8/22 : COPY . . 20:03:15 Removing intermediate container 72be6e490346 20:03:15 ---> a081c220ade3 20:03:15 Step 7/32 : COPY . . 20:03:15 Removing intermediate container d0347c1ff9e8 20:03:15 ---> f977611336f8 20:03:15 Step 7/19 : COPY . . 20:03:24 ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.265s coverage: 28.7% of statements 20:03:24 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 20:03:24 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 20:03:27 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.412s coverage: 98.5% of statements 20:03:28 ---> b9d4d757d368 20:03:28 Step 8/19 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 20:03:28 ---> a97b3d8fb4e1 20:03:28 Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 20:03:28 ---> 1627d1c5d83a 20:03:28 Step 9/22 : RUN make cmd/support-notifications/support-notifications 20:03:28 ---> 68a64fb405e4 20:03:28 Step 8/32 : RUN make cmd/security-bootstrapper/security-bootstrapper ---> 3562b648366b 20:03:28 20:03:28 Step 9/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata 20:03:28 ---> Running in f358749f1e7a 20:03:28 ---> Running in 69c6167b5d9f 20:03:28 ---> Running in cceca815822f 20:03:28 ---> Running in 9480fc987f29 20:03:28 ---> Running in a1f508686bd4 20:03:28 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 20:03:28 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 20:03:28 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 20:03:28 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 20:03:28 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 20:03:34 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 3.880s coverage: 73.7% of statements 20:03:34 ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] 20:03:34 ? github.com/edgexfoundry/edgex-go/internal/core/common_config [no test files] 20:03:34 ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] 20:03:34 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.562s coverage: 54.0% of statements 20:03:34 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 20:03:34 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 20:03:49 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 18.921s coverage: 88.5% of statements 20:03:49 ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] 20:03:49 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] 20:03:49 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] 20:03:49 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 20:03:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] 20:03:49 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 0.674s coverage: 3.9% of statements 20:03:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 20:03:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 20:03:49 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 2.373s coverage: 95.6% of statements 20:03:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] 20:03:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] 20:03:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] 20:03:49 ok github.com/edgexfoundry/edgex-go/internal/io 0.367s coverage: 72.2% of statements 20:03:49 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 20:03:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] 20:03:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] 20:03:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 20:03:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 20:03:49 ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.535s coverage: 65.9% of statements 20:03:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 20:03:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 20:03:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 20:03:49 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.378s coverage: 0.9% of statements 20:03:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] 20:03:49 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.277s coverage: 29.6% of statements 20:03:49 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 20:03:51 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.277s coverage: 47.1% of statements 20:03:51 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.303s coverage: 82.9% of statements 20:03:51 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.192s coverage: 94.1% of statements 20:03:51 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.249s coverage: 96.3% of statements 20:03:54 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.214s coverage: 87.5% of statements 20:04:04 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.247s coverage: 94.4% of statements 20:04:04 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.211s coverage: 44.8% of statements 20:04:22 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 24.209s coverage: 79.9% of statements 20:04:22 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 20:04:22 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.322s coverage: 92.9% of statements 20:04:22 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 20:04:22 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 20:04:22 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 20:04:22 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.076s coverage: 64.4% of statements 20:04:22 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 20:04:22 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] 20:04:22 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] 20:04:22 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] 20:04:22 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 6.239s coverage: 86.9% of statements 20:04:22 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 20:04:22 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 20:04:22 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 20:04:22 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 20:04:22 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.213s coverage: 87.2% of statements 20:04:22 ok github.com/edgexfoundry/edgex-go/internal/security/common 0.186s coverage: 20.0% of statements 20:04:22 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 20:04:22 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 20:04:22 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.173s coverage: 100.0% of statements 20:04:22 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 20:04:22 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.291s coverage: 77.4% of statements 20:04:22 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 20:04:22 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.284s coverage: 80.0% of statements 20:04:22 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.218s coverage: 87.2% of statements 20:04:22 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.890s coverage: 91.2% of statements 20:04:22 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 20:04:24 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 1.189s coverage: 63.1% of statements 20:04:24 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 20:04:24 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 20:04:24 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.262s coverage: 100.0% of statements 20:04:24 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.111s coverage: 89.4% of statements 20:04:24 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.087s coverage: 100.0% of statements 20:04:24 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.096s coverage: 73.7% of statements 20:04:24 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.053s coverage: 100.0% of statements 20:04:24 Removing intermediate container a1f508686bd4 20:04:24 ---> c68d6fbbdcae 20:04:24 20:04:24 Step 9/32 : FROM alpine:3.16 20:04:24 Removing intermediate container 69c6167b5d9f 20:04:24 ---> d814b94559c4 20:04:24 20:04:24 Step 10/22 : FROM alpine:3.16 20:04:24 Removing intermediate container 9480fc987f29 20:04:24 ---> ef9cefc5a3eb 20:04:24 20:04:24 Step 10/24 : FROM alpine:3.16 20:04:24 Removing intermediate container f358749f1e7a 20:04:24 ---> 00b4f6c13177 20:04:24 20:04:24 Step 9/19 : FROM alpine:3.15 20:04:24 Removing intermediate container cceca815822f 20:04:24 ---> 35c4dd8c6245 20:04:24 20:04:24 Step 10/22 : FROM alpine:3.16 20:04:24 3.16: Pulling from library/alpine 20:04:24 3.16: Pulling from library/alpine 20:04:24 3.16: Pulling from library/alpine 20:04:24 3.16: Pulling from library/alpine 20:04:24 3.15: Pulling from library/alpine 20:04:24 Digest: sha256:1bd67c81e4ad4b8f4a5c1c914d7985336f130e5cefb3e323654fd09d6bcdbbe2 20:04:24 Digest: sha256:1bd67c81e4ad4b8f4a5c1c914d7985336f130e5cefb3e323654fd09d6bcdbbe2 20:04:24 Digest: sha256:1bd67c81e4ad4b8f4a5c1c914d7985336f130e5cefb3e323654fd09d6bcdbbe2 20:04:24 Status: Downloaded newer image for alpine:3.16 20:04:24 Digest: sha256:1bd67c81e4ad4b8f4a5c1c914d7985336f130e5cefb3e323654fd09d6bcdbbe2 20:04:24 Status: Downloaded newer image for alpine:3.16 20:04:24 Status: Downloaded newer image for alpine:3.16 20:04:24 Status: Image is up to date for alpine:3.16 20:04:24 ---> dfd21b5a31f5 20:04:24 Step 10/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 20:04:24 ---> dfd21b5a31f5 20:04:24 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' 20:04:24 ---> dfd21b5a31f5 20:04:24 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 20:04:24 ---> dfd21b5a31f5 20:04:24 Step 11/24 : RUN apk add --update --no-cache dumb-init 20:04:24 ---> Running in f716cd971d1b 20:04:24 ---> Running in 1d1a21bbd511 20:04:24 ---> Running in bda2509f36cc 20:04:24 ---> Running in bb56615a0d23 20:04:24 Digest: sha256:689659b1f08e9fdfb85190144098c378beb5a53b328f7ced7883a74a1157c709 20:04:24 Status: Downloaded newer image for alpine:3.15 20:04:24 ---> 5ce65d7b0fde 20:04:24 Step 10/19 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 20:04:24 ---> Running in 3abcbeecacd0 20:04:24 Removing intermediate container 1d1a21bbd511 20:04:24 ---> d5f10b36bff2 20:04:24 Step 12/22 : RUN apk add --update --no-cache dumb-init 20:04:24 Removing intermediate container f716cd971d1b 20:04:24 ---> e8fe91eedf1a 20:04:24 Step 11/32 : RUN apk add --update --no-cache dumb-init su-exec 20:04:24 ---> Running in 6116000e3096 20:04:24 ---> Running in 71610df941c5 20:04:24 Removing intermediate container 3abcbeecacd0 20:04:24 ---> 36f325058187 20:04:24 Step 11/19 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat 20:04:24 ---> Running in 63e6f29353c9 20:04:24 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 20:04:24 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 20:04:24 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 20:04:24 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 20:04:24 (1/1) Installing dumb-init (1.2.5-r1) 20:04:24 Executing busybox-1.35.0-r17.trigger 20:04:24 OK: 6 MiB in 15 packages 20:04:24 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 20:04:24 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 20:04:24 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 20:04:24 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 20:04:24 (1/2) Installing ca-certificates (20220614-r0) 20:04:24 (2/2) Installing dumb-init (1.2.5-r1) 20:04:24 Executing busybox-1.35.0-r17.trigger 20:04:24 Executing ca-certificates-20220614-r0.trigger 20:04:24 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 20:04:24 OK: 6 MiB in 16 packages 20:04:24 (1/1) Installing dumb-init (1.2.5-r1) 20:04:24 Executing busybox-1.35.0-r17.trigger 20:04:24 OK: 6 MiB in 15 packages 20:04:24 (1/2) Installing dumb-init (1.2.5-r1) 20:04:24 (2/2) Installing su-exec (0.2-r1) 20:04:24 Executing busybox-1.35.0-r17.trigger 20:04:24 OK: 6 MiB in 16 packages 20:04:24 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 20:04:24 Removing intermediate container bda2509f36cc 20:04:24 ---> 4056e61d144e 20:04:24 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 20:04:25 ---> Running in 2b9de17fc4dd 20:04:25 v3.15.7-6-g44f22910c3a [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] 20:04:25 v3.15.6-306-g64686f2e1ac [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] 20:04:25 OK: 15857 distinct packages available 20:04:25 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 20:04:25 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 20:04:25 Removing intermediate container 2b9de17fc4dd 20:04:25 ---> 3dd450a67043 20:04:25 Step 13/24 : ENV APP_PORT=59881 20:04:25 Removing intermediate container bb56615a0d23 20:04:25 ---> fe8d7a11e3b5 20:04:25 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 20:04:25 ---> Running in 880db67b4df1 20:04:25 ---> Running in e527ce5bbf99 20:04:25 (1/9) Installing ca-certificates (20220614-r0) 20:04:25 (2/9) Installing brotli-libs (1.0.9-r5) 20:04:25 (3/9) Installing nghttp2-libs (1.46.0-r0) 20:04:25 Removing intermediate container 6116000e3096 20:04:25 ---> 7b20e7fbeb5f 20:04:25 Step 13/22 : COPY --from=builder /edgex-go/Attribution.txt / 20:04:25 (4/9) Installing libcurl (7.80.0-r6) 20:04:25 (5/9) Installing curl (7.80.0-r6) 20:04:25 (6/9) Installing dumb-init (1.2.5-r1) 20:04:25 (7/9) Installing musl-obstack (1.2.3-r0) 20:04:25 (8/9) Installing libucontext (1.1-r0) 20:04:25 (9/9) Installing gcompat (1.0.0-r4) 20:04:25 Executing busybox-1.34.1-r7.trigger 20:04:25 Executing ca-certificates-20220614-r0.trigger 20:04:25 OK: 8 MiB in 23 packages 20:04:25 Removing intermediate container 880db67b4df1 20:04:25 ---> db11ad62db02 20:04:25 Step 13/22 : ENV APP_PORT=59860 20:04:25 Removing intermediate container e527ce5bbf99 20:04:25 ---> 74e40f03d5c4 20:04:25 Step 14/24 : EXPOSE $APP_PORT 20:04:25 Removing intermediate container 71610df941c5 20:04:25 ---> d520341f4f13 20:04:25 Step 12/32 : ENV SECURITY_INIT_DIR /edgex-init 20:04:25 ---> Running in 101c74f118ce 20:04:25 ---> Running in 076fb9de3c34 20:04:25 ---> Running in 938971a299e6 20:04:25 ---> a560eaf9d184 20:04:25 Step 14/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / 20:04:26 Removing intermediate container 101c74f118ce 20:04:26 ---> 1f2fba1cd014 20:04:26 Step 14/22 : EXPOSE $APP_PORT 20:04:26 Removing intermediate container 938971a299e6 20:04:26 ---> b5e35ec560d3 20:04:26 Step 13/32 : ENV SECURITY_INIT_STAGING /edgex-init-staging 20:04:26 Removing intermediate container 076fb9de3c34 20:04:26 ---> 08ad94f4df8c 20:04:26 Step 15/24 : WORKDIR / 20:04:26 ---> 82ea1dcbb236 20:04:26 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml 20:04:26 ---> Running in aa5d059039de 20:04:26 ---> Running in 42db166b6b7b 20:04:26 ---> Running in 55d7064acd48 20:04:26 ---> 789981c60525 20:04:26 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ 20:04:26 Removing intermediate container 63e6f29353c9 20:04:26 ---> c94c8e2ea57f 20:04:26 Step 12/19 : COPY --from=builder /edgex-go/Attribution.txt / 20:04:26 Removing intermediate container 42db166b6b7b 20:04:26 ---> c43579c98ca3 20:04:26 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 20:04:26 Removing intermediate container aa5d059039de 20:04:26 ---> cc486318eaac 20:04:26 Step 14/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis 20:04:26 Removing intermediate container 55d7064acd48 20:04:26 ---> Running in d5a5c0d6c8f2 20:04:26 ---> 942e6d8b7ed8 20:04:26 Step 16/24 : COPY --from=builder /edgex-go/Attribution.txt / 20:04:27 ---> ad7de9e20c4b 20:04:27 Step 17/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 20:04:27 ---> 4f0e5ae1bc83 20:04:27 Step 13/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 20:04:27 Removing intermediate container d5a5c0d6c8f2 20:04:27 ---> 8e8b8eb2b082 20:04:27 Step 15/32 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto 20:04:27 ---> 56698c09c51b 20:04:27 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 20:04:27 ---> Running in 3443e851f64e 20:04:27 ---> b0dba018487a 20:04:27 Step 17/24 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 20:04:27 ---> Running in 6c682267869c 20:04:27 Removing intermediate container 6c682267869c 20:04:27 ---> 26692a6bf0d8 20:04:27 Step 16/32 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} 20:04:27 ---> Running in 878adeb403ee 20:04:28 ---> 32a04f391409 20:04:28 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 20:04:28 ---> c5bf05d40473 20:04:28 Step 14/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml 20:04:28 ---> 2e930b5215b2 20:04:28 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 20:04:29 ---> b6316dd9e7eb 20:04:29 Step 15/19 : ENTRYPOINT [ "/security-spiffe-token-provider" ] 20:04:29 Removing intermediate container 3443e851f64e 20:04:29 ---> 87c4ec2cdb11 20:04:29 Step 18/22 : ENTRYPOINT ["entrypoint.sh"] 20:04:29 ---> 3108cad1f29c 20:04:29 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.toml /res/uom.toml 20:04:29 ---> 374be7d82da4 20:04:29 Step 18/22 : ENTRYPOINT ["/support-notifications"] 20:04:29 Removing intermediate container 878adeb403ee 20:04:29 ---> 1e6213884856 20:04:29 Step 17/32 : WORKDIR ${SECURITY_INIT_STAGING} 20:04:29 ---> Running in 4d0a34337b64 20:04:29 ---> Running in 8ecd98874d16 20:04:29 ---> Running in 947c2166434c 20:04:29 ---> Running in 31e4e7cc5a99 20:04:29 ---> 357fd7243be6 20:04:29 Step 20/24 : ENTRYPOINT ["/core-metadata"] 20:04:29 ---> Running in afaab870ff51 20:04:29 Removing intermediate container 4d0a34337b64 20:04:29 ---> cc13e6bf050a 20:04:29 Step 16/19 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 20:04:29 ---> Running in 229cef2b0dc9 20:04:29 Removing intermediate container 8ecd98874d16 20:04:29 ---> ba27e3d7934c 20:04:29 Step 19/22 : CMD ["/core-common-config-bootstrapper", "-cp=consul.http://edgex-core-consul:8500", "-cf=configuration.yaml"] 20:04:29 Removing intermediate container 947c2166434c 20:04:29 ---> 70be205ec9bb 20:04:29 Step 18/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ 20:04:29 Removing intermediate container 31e4e7cc5a99 20:04:29 ---> f3f1ea80815f 20:04:29 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 20:04:30 ---> Running in a1e251a5fcd4 20:04:30 Removing intermediate container afaab870ff51 20:04:30 ---> 5e64a3a92b44 20:04:30 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 20:04:30 ---> Running in 0b7163ace83b 20:04:30 ---> Running in b155015548cc 20:04:30 Removing intermediate container 229cef2b0dc9 20:04:30 ---> f2629feceaa9 20:04:30 Step 17/19 : LABEL arch=x86_64 20:04:30 Removing intermediate container a1e251a5fcd4 20:04:30 ---> 22bee1a28633 20:04:30 Step 20/22 : LABEL arch=x86_64 20:04:30 ---> Running in b2239a6dcdf9 20:04:30 ---> Running in 36c54df93255 20:04:30 ---> d90a703c9641 20:04:30 Step 19/32 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh 20:04:30 Removing intermediate container 0b7163ace83b 20:04:30 ---> 44b7b0a50ff1 20:04:30 Step 20/22 : LABEL arch=x86_64 20:04:30 Removing intermediate container b155015548cc 20:04:30 ---> 163753718a86 20:04:30 ---> Running in 63daf7f35a16 20:04:30 Step 22/24 : LABEL arch=x86_64 20:04:30 ---> Running in 0b0372e61391 20:04:30 Removing intermediate container b2239a6dcdf9 20:04:30 ---> 7827770d5b67 20:04:30 Step 18/19 : LABEL git_sha=cacbc01dbf264f01fcaaf584ccd39c6a0a3592de 20:04:30 Removing intermediate container 36c54df93255 20:04:30 ---> 9417248d53c0 20:04:30 Step 21/22 : LABEL git_sha=cacbc01dbf264f01fcaaf584ccd39c6a0a3592de 20:04:30 ---> Running in 114a7b4f445b 20:04:30 ---> Running in c995bf73cd16 20:04:31 ---> Running in f63882e11fe6 20:04:31 Removing intermediate container 0b0372e61391 20:04:31 ---> e9b560494f16 20:04:31 Step 21/22 : LABEL git_sha=cacbc01dbf264f01fcaaf584ccd39c6a0a3592de 20:04:31 Removing intermediate container 114a7b4f445b 20:04:31 ---> 0621d1e80d08 20:04:31 Step 23/24 : LABEL git_sha=cacbc01dbf264f01fcaaf584ccd39c6a0a3592de 20:04:31 Removing intermediate container c995bf73cd16 20:04:31 ---> fb6b0b9b7c5f 20:04:31 Step 19/19 : LABEL version=0.0.0 20:04:31 Removing intermediate container f63882e11fe6 20:04:31 ---> 2be1042e9a07 20:04:31 Step 22/22 : LABEL version=0.0.0 20:04:31 ---> Running in 9064ce36a9da 20:04:31 ---> Running in 1a62706a99c1 20:04:32 ---> Running in 3e35d894c823 20:04:32 ---> Running in 29c87cc759a9 20:04:32 Removing intermediate container 1a62706a99c1 20:04:32 ---> 12e3c0d7fa39 20:04:32 Step 22/22 : LABEL version=0.0.0 20:04:32 Removing intermediate container 9064ce36a9da 20:04:32 ---> b9ebe288cfea 20:04:32 Step 24/24 : LABEL version=0.0.0 20:04:32 ---> Running in 39d94bc71dad 20:04:32 Removing intermediate container 3e35d894c823 20:04:32 ---> 8b15ee45a994 20:04:32 20:04:32 Removing intermediate container 29c87cc759a9 20:04:32 ---> 2cb9111cdd27 20:04:32 20:04:32 Removing intermediate container 63daf7f35a16 20:04:32 ---> 7c2d27d2ac97 20:04:32 Step 20/32 : COPY --from=builder /edgex-go/Attribution.txt / 20:04:32 ---> Running in ee4752afc00e 20:04:32 Successfully built 2cb9111cdd27 20:04:32 Successfully built 8b15ee45a994 20:04:32 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 1.227s coverage: 65.3% of statements 20:04:32 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 20:04:32 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 20:04:32 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 20:04:32 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.817s coverage: 41.0% of statements 20:04:32 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 20:04:32 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 20:04:32 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.269s coverage: 89.5% of statements 20:04:32 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 20:04:32 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.229s coverage: 84.8% of statements 20:04:32 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] 20:04:32 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] 20:04:32 ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] 20:04:32 ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] 20:04:33 Successfully tagged core-common-config-bootstrapper:latest 20:04:33  Building core-common-config-bootstrapper ... done Building security-proxy-setup 20:04:33 Successfully tagged security-spiffe-token-provider:latest 20:04:33 Building security-spire-server 20:04:37  Building security-spiffe-token-provider ... done Step 1/21 : ARG BUILDER_BASE=golang:1.18-alpine3.16 20:04:37 Step 2/21 : FROM ${BUILDER_BASE} AS builder 20:04:37 ---> 8265f0de8156 20:04:37 Step 3/21 : WORKDIR /edgex-go 20:04:37 ---> Using cache 20:04:37 ---> 29f2bc408cd7 20:04:37 Step 4/21 : RUN apk add --update --no-cache make git 20:04:38 Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 20:04:38 Step 2/23 : FROM ${BUILDER_BASE} AS builder 20:04:38 ---> 8265f0de8156 20:04:38 Step 3/23 : WORKDIR /edgex-go 20:04:38 ---> Using cache 20:04:38 ---> 29f2bc408cd7 20:04:38 Step 4/23 : RUN apk add --update --no-cache make git build-base curl 20:04:40 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.391s coverage: 17.7% of statements 20:04:40 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] 20:04:40 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] 20:04:40 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 20:04:40 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 20:04:40 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.609s coverage: 92.3% of statements 20:04:40 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] 20:04:40 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] 20:04:40 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] 20:04:40 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] 20:04:40 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.244s coverage: 63.2% of statements 20:04:40 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 20:04:40 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 20:04:40 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.457s coverage: 97.7% of statements 20:04:40 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] 20:04:40 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] 20:04:41 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 20:04:41 WARNING: Linting skipped (not on x86_64 or linter not installed) 20:04:41 go vet ./... 20:04:41 ---> 7152c2849e2e 20:04:41 Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 20:04:41 Removing intermediate container ee4752afc00e 20:04:41 ---> 65efe4e5d75c 20:04:41 20:04:41 Removing intermediate container 39d94bc71dad 20:04:41 ---> f5d14b28dc0e 20:04:41 20:04:41 ---> Running in 1d11342b077e 20:04:41 ---> Running in d21761d19e15 20:04:41 Successfully built 65efe4e5d75c 20:04:41 Successfully tagged core-metadata:latest 20:04:41  Building core-metadata ... done Building security-secretstore-setup 20:04:41 Successfully built f5d14b28dc0e 20:04:41 Successfully tagged support-notifications:latest 20:04:41 Building security-spire-config 20:04:43  Building support-notifications ... done fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 20:04:43 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 20:04:43 OK: 211 MiB in 51 packages 20:04:43 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 20:04:43 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 20:04:44 OK: 211 MiB in 51 packages 20:04:45 Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 20:04:45 Step 2/24 : FROM ${BUILDER_BASE} AS builder 20:04:45 ---> 8265f0de8156 20:04:45 Step 3/24 : WORKDIR /edgex-go 20:04:45 ---> Using cache 20:04:45 ---> 29f2bc408cd7 20:04:45 Step 4/24 : RUN apk add --update --no-cache make git build-base curl 20:04:47 Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 20:04:47 Step 2/24 : FROM ${BUILDER_BASE} AS builder 20:04:47 ---> 8265f0de8156 20:04:47 Step 3/24 : WORKDIR /edgex-go 20:04:47 ---> Using cache 20:04:47 ---> 29f2bc408cd7 20:04:47 Step 4/24 : RUN apk add --update --no-cache make git 20:04:50 ---> c4f16151a500 20:04:50 Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 20:04:50 ---> Running in c38424964b12 20:04:50 ---> Running in e803f9dc0ae7 20:04:50 Removing intermediate container 1d11342b077e 20:04:50 ---> a3ac7455ed7d 20:04:50 Step 5/21 : COPY go.mod vendor* ./ 20:04:50 ---> 3b2b357ba22a 20:04:50 Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 20:04:50 Removing intermediate container d21761d19e15 20:04:50 ---> a8ad929ab561 20:04:50 Step 5/23 : COPY go.mod vendor* ./ 20:04:50 ---> 39f3b2823b7e 20:04:50 Step 6/21 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:04:50 ---> Running in b3f0c31b247d 20:04:50 ---> be3930429df5 20:04:50 Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.toml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ 20:04:50 ---> 247b46f3dd37 20:04:50 Step 6/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:04:50 ---> Running in 26a692a3fa36 20:04:50 ---> 0f5fce3ae806 20:04:50 Step 25/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ 20:04:50 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 20:04:50 ---> 410b2c80160d 20:04:50 Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 20:04:50 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 20:04:51 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 20:04:51 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 20:04:51 ---> 76d68550442d 20:04:51 Step 27/32 : RUN chmod +x /entrypoint.sh 20:04:51 ---> Running in 4e732323c575 20:04:51 OK: 211 MiB in 51 packages 20:04:51 OK: 211 MiB in 51 packages 20:04:52 Removing intermediate container c38424964b12 20:04:52 ---> 27c748e1cfff 20:04:52 Step 5/24 : COPY go.mod vendor* ./ 20:04:52 Removing intermediate container e803f9dc0ae7 20:04:52 ---> a7b19b51e780 20:04:52 Step 5/24 : COPY go.mod vendor* ./Removing intermediate container 4e732323c575 20:04:52 20:04:52 ---> 89cdb3e6c2c0 20:04:52 Step 28/32 : ENTRYPOINT ["/entrypoint.sh"] 20:04:52 ---> Running in 20376a02935d 20:04:52 ---> 0f84d28a6f90 20:04:52 Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:04:52 Removing intermediate container 20376a02935d 20:04:52 ---> 630d41d8a5dc 20:04:52 Step 29/32 : CMD ["gate"] 20:04:52 ---> Running in d9bf24c5fa26 20:04:52 ---> Running in 6f7c6709131e 20:04:52 ---> 213286f3b7e6 20:04:52 Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:04:52 ---> Running in 42df8cc0cdc8 20:04:52 Removing intermediate container 6f7c6709131e 20:04:52 ---> e039913e97a0 20:04:52 Step 30/32 : LABEL arch=x86_64 20:04:52 ---> Running in 1fbf0b265248 20:04:52 Removing intermediate container 1fbf0b265248 20:04:52 ---> 68262ca4648d 20:04:52 Step 31/32 : LABEL git_sha=cacbc01dbf264f01fcaaf584ccd39c6a0a3592de 20:04:52 ---> Running in f52296952791 20:04:52 Removing intermediate container f52296952791 20:04:52 ---> a9fdc7606e85 20:04:52 Step 32/32 : LABEL version=0.0.0 20:04:52 ---> Running in dc407e39665c 20:04:52 Removing intermediate container dc407e39665c 20:04:52 ---> 7ae87a98ea43 20:04:52 20:04:52 Successfully built 7ae87a98ea43 20:04:52 Successfully tagged security-bootstrapper:latest 20:04:52  Building security-bootstrapper ... done Building core-command 20:04:55 Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 20:04:55 Step 2/23 : FROM ${BUILDER_BASE} AS builder 20:04:55 ---> 8265f0de8156 20:04:55 Step 3/23 : ARG ADD_BUILD_TAGS="" 20:04:55 ---> Using cache 20:04:55 ---> 8840b6c4e022 20:04:55 Step 4/23 : WORKDIR /edgex-go 20:04:55 ---> Using cache 20:04:55 ---> 1036dff1a0e1 20:04:55 Step 5/23 : RUN apk add --update --no-cache make git 20:04:57 ---> Running in 69261336c7ba 20:04:57 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 20:04:57 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 20:04:57 OK: 211 MiB in 51 packages 20:04:58 Removing intermediate container 69261336c7ba 20:04:58 ---> 42ab684c10b3 20:04:58 Step 6/23 : COPY go.mod vendor* ./ 20:04:58 ---> 2abeeb8901a7 20:04:58 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:04:58 ---> Running in 491b7e0276db 20:05:36 Removing intermediate container 42df8cc0cdc8 20:05:36 ---> 4ad01574aaa6 20:05:36 Step 7/24 : COPY . . 20:05:36 Removing intermediate container d9bf24c5fa26 20:05:36 ---> fb11643e36a9 20:05:36 Step 7/24 : COPY . . 20:05:36 Removing intermediate container 26a692a3fa36 20:05:36 ---> 9af1241bdb7b 20:05:36 Step 7/23 : COPY . . 20:05:36 Removing intermediate container b3f0c31b247d 20:05:36 ---> 2d36d39b6ca2 20:05:36 Step 7/21 : COPY . . 20:05:55 ---> 3a023ccd3092 20:05:55 Step 8/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 20:05:55 ---> 455df49a7d76 20:05:55 Step 8/23 : ARG SPIRE_RELEASE=1.2.1 20:05:55 ---> 9c9f38807f6c 20:05:55 Step 8/24 : ARG SPIRE_RELEASE=1.2.1 20:05:55 ---> Running in ac9f1b23f20a 20:05:55 ---> Running in 354a5893c6a5 20:05:55 ---> 29ecba58f19d 20:05:55 Step 8/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 20:05:55 ---> Running in 09b78ebbf0ce 20:05:55 ---> Running in 13ca3d523a47 20:05:55 Removing intermediate container 354a5893c6a5 20:05:55 ---> 7a8e3ddbd490 20:05:55 Step 9/23 : WORKDIR /edgex-go/spire-build 20:05:55 ---> Running in 8a5cbba6eac1 20:05:55 Removing intermediate container 09b78ebbf0ce 20:05:55 ---> 1d20bb5becc7 20:05:55 Step 9/24 : WORKDIR /edgex-go/spire-build 20:05:55 ---> Running in d2d74fbc4a07 20:05:55 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 20:05:55 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 20:05:55 Removing intermediate container 8a5cbba6eac1 20:05:55 ---> 1fc1db7af25a 20:05:55 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 20:05:55 ---> Running in 5492bea6b57d 20:05:55 Removing intermediate container d2d74fbc4a07 20:05:55 ---> dc6c2154c038 20:05:55 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 20:05:55 ---> Running in b393b798f05f 20:05:55 Removing intermediate container 491b7e0276db 20:05:55 ---> d3cd7f4e1830 20:05:55 Step 8/23 : COPY . . 20:06:01 Removing intermediate container b393b798f05f 20:06:01 Removing intermediate container 5492bea6b57d 20:06:01 ---> 61e48230dd0c 20:06:01 ---> 874dd2b5af1d 20:06:01 Step 11/24 : WORKDIR /edgex-goStep 11/23 : WORKDIR /edgex-go 20:06:01 20:06:01 ---> 37b2f761d483 20:06:01 Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command 20:06:01 ---> Running in 50ff9e001106 20:06:01 ---> Running in 13e33ae4e030 20:06:01 ---> Running in 2ca19d7e6ddb 20:06:01 Removing intermediate container 13e33ae4e030 20:06:01 ---> c3b6ca0dfe17 20:06:01 20:06:01 Step 12/23 : FROM alpine:3.15 20:06:01 ---> 5ce65d7b0fde 20:06:01 Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 20:06:01 ---> Using cache 20:06:01 ---> 36f325058187 20:06:01 Step 14/23 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 20:06:02 Removing intermediate container 50ff9e001106 20:06:02 ---> c4783a25c033 20:06:02 20:06:02 Step 12/24 : FROM alpine:3.15 20:06:02 ---> 5ce65d7b0fde 20:06:02 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 20:06:02 ---> Using cache 20:06:02 ---> 36f325058187 20:06:02 Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init gcompat 20:06:02 ---> Running in 56ee79616000 20:06:02 ---> Running in 41747ad5b845 20:06:02 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 20:06:02 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 20:06:02 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 20:06:02 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 20:06:02 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 20:06:03 v3.15.7-6-g44f22910c3a [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] 20:06:03 v3.15.6-306-g64686f2e1ac [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] 20:06:03 OK: 15857 distinct packages available 20:06:03 v3.15.7-6-g44f22910c3a [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] 20:06:03 v3.15.6-306-g64686f2e1ac [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] 20:06:03 OK: 15857 distinct packages available 20:06:03 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 20:06:03 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 20:06:03 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 20:06:03 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 20:06:03 (1/5) Installing dumb-init (1.2.5-r1) 20:06:03 (2/5) Installing musl-obstack (1.2.3-r0) 20:06:03 (1/4) Installing dumb-init (1.2.5-r1) 20:06:03 (3/5) Installing libucontext (1.1-r0) 20:06:03 (4/5) Installing gcompat (1.0.0-r4) 20:06:03 (2/4) Installing musl-obstack (1.2.3-r0) 20:06:03 (5/5) Installing openssl (1.1.1t-r1) 20:06:03 (3/4) Installing libucontext (1.1-r0) 20:06:03 (4/4) Installing gcompat (1.0.0-r4) 20:06:03 Executing busybox-1.34.1-r7.trigger 20:06:03 Executing busybox-1.34.1-r7.trigger 20:06:03 OK: 6 MiB in 18 packages 20:06:03 OK: 7 MiB in 19 packages 20:06:05 Removing intermediate container 41747ad5b845 20:06:05 ---> eae3267686a3 20:06:05 Step 15/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 20:06:05 Removing intermediate container 56ee79616000 20:06:05 ---> 1e051a881113 20:06:05 Step 15/23 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 20:06:11 ---> 66160617dae1 20:06:11 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 20:06:11 ---> ed38f4cf3166 20:06:11 Step 16/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 20:06:11 ---> e10f822bfbd4 20:06:11 Step 17/24 : WORKDIR /usr/local/etc/spiffe-scripts.d 20:06:12 ---> 26fa83525f19 20:06:12 Step 17/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 20:06:12 ---> Running in 1f4ee0deac64 20:06:13 ---> 508a32428322 20:06:13 Step 18/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ 20:06:13 Removing intermediate container 1f4ee0deac64 20:06:13 ---> a4bb2af354fa 20:06:13 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 20:06:13 ---> 59420cc4133e 20:06:13 Step 19/24 : WORKDIR / 20:06:13 ---> 44fce8f76111 20:06:13 Step 19/23 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 20:06:13 ---> Running in 523d8ecfe5da 20:06:13 ---> Running in 1b4328e39b7b 20:06:13 Removing intermediate container 523d8ecfe5da 20:06:13 ---> aa57394f6cd5 20:06:13 Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 20:06:14 Removing intermediate container 1b4328e39b7b 20:06:14 ---> b33339b3b3c6 20:06:14 Step 20/23 : CMD [ "--verbose", "docker-entrypoint.sh" ] 20:06:14 ---> Running in bee051ff37bd 20:06:14 ---> Running in 5ac55d914041 20:06:14 Removing intermediate container bee051ff37bd 20:06:14 ---> 29d543e1de47 20:06:14 Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] 20:06:14 Removing intermediate container 5ac55d914041 20:06:14 ---> dc74f25b2cd5 20:06:14 Step 21/23 : LABEL arch=x86_64 20:06:14 ---> Running in 334c764131a9 20:06:14 ---> Running in 6f67b92105a2 20:06:15 Removing intermediate container 334c764131a9 20:06:15 ---> 7d4e7ff33dde 20:06:15 Step 22/24 : LABEL arch=x86_64 20:06:15 Removing intermediate container 6f67b92105a2 20:06:15 ---> 662178962b8e 20:06:15 Step 22/23 : LABEL git_sha=cacbc01dbf264f01fcaaf584ccd39c6a0a3592de 20:06:15 ---> Running in 0d40d66e4ba6 20:06:15 ---> Running in 3c16ce6770ea 20:06:15 Removing intermediate container 0d40d66e4ba6 20:06:15 ---> 4eb1246396db 20:06:15 Step 23/24 : LABEL git_sha=cacbc01dbf264f01fcaaf584ccd39c6a0a3592de 20:06:15 ---> Running in 809020f9a6ec 20:06:15 Removing intermediate container 3c16ce6770ea 20:06:15 ---> 26321fed7176 20:06:15 Step 23/23 : LABEL version=0.0.0 20:06:15 ---> Running in bd3d9b1e3046 20:06:15 Removing intermediate container 809020f9a6ec 20:06:15 ---> 00ff2e80c081 20:06:15 Step 24/24 : LABEL version=0.0.0 20:06:15 ---> Running in 89de99ec1021 20:06:15 Removing intermediate container bd3d9b1e3046 20:06:15 ---> aad0c1ddcc7e 20:06:15 20:06:15 Successfully built aad0c1ddcc7e 20:06:15 Successfully tagged security-spire-server:latest 20:06:15 Building security-spire-agent 20:06:15  Building security-spire-server ... done Removing intermediate container 89de99ec1021 20:06:15 ---> 4ac53f4591f4 20:06:15 20:06:15 Successfully built 4ac53f4591f4 20:06:15 Successfully tagged security-spire-config:latest 20:06:15  Building security-spire-config ... done Building support-scheduler 20:06:16 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 20:06:17 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 20:06:18 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 20:06:18 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 20:06:19 ./bin/test-attribution-txt.sh [Pipeline] echo 20:06:19 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh 20:06:20 + ls -al . 20:06:20 total 744 20:06:20 drwxrwxr-x 10 1001 1001 4096 Feb 15 20:00 . 20:06:20 drwxr-xr-x 4 root root 4096 Feb 15 20:00 .. 20:06:20 drwxrwxr-x 2 1001 1001 4096 Feb 15 19:59 .blubracket 20:06:20 -rw-rw-r-- 1 1001 1001 16 Feb 15 19:59 .dockerignore 20:06:20 drwxrwxr-x 8 1001 1001 4096 Feb 15 19:59 .git 20:06:20 drwxrwxr-x 3 1001 1001 4096 Feb 15 19:59 .github 20:06:20 -rw-rw-r-- 1 1001 1001 1024 Feb 15 19:59 .gitignore 20:06:20 -rw-rw-r-- 1 1001 1001 42 Feb 15 19:59 .golangci.yml 20:06:20 -rw-rw-r-- 1 1001 1001 87 Feb 15 19:59 .hadolint.yml 20:06:20 -rw-rw-r-- 1 1001 1001 166 Feb 15 19:59 .sonarcloud.properties 20:06:20 -rw-rw-r-- 1 1001 1001 1171 Feb 15 19:59 ADOPTERS.md 20:06:20 -rw-rw-r-- 1 1001 1001 10825 Feb 15 19:59 Attribution.txt 20:06:20 -rw-rw-r-- 1 1001 1001 73765 Feb 15 19:59 CHANGELOG.md 20:06:20 -rw-rw-r-- 1 1001 1001 3804 Feb 15 19:59 CONTRIBUTING.md 20:06:20 -rw-rw-r-- 1 1001 1001 677 Feb 15 19:59 GOVERNANCE.md 20:06:20 -rw-rw-r-- 1 1001 1001 850 Feb 15 19:59 Jenkinsfile 20:06:20 -rw-rw-r-- 1 1001 1001 10775 Feb 15 19:59 LICENSE 20:06:20 -rw-rw-r-- 1 1001 1001 13375 Feb 15 19:59 Makefile 20:06:20 -rw-rw-r-- 1 1001 1001 582 Feb 15 19:59 OWNERS.md 20:06:20 -rw-rw-r-- 1 1001 1001 9403 Feb 15 19:59 README.md 20:06:20 -rw-rw-r-- 1 1001 1001 6912 Feb 15 19:59 SECURITY.md 20:06:20 -rw-rw-r-- 1 1001 1001 5 Feb 15 19:58 VERSION 20:06:20 drwxrwxr-x 2 1001 1001 4096 Feb 15 19:59 bin 20:06:20 drwxrwxr-x 17 1001 1001 4096 Feb 15 19:59 cmd 20:06:20 -rw-r--r-- 1 root root 487529 Feb 15 20:04 coverage.out 20:06:20 -rw-rw-r-- 1 1001 1001 3295 Feb 15 19:59 go.mod 20:06:20 -rw-rw-r-- 1 1001 1001 33318 Feb 15 19:59 go.sum 20:06:20 drwxrwxr-x 7 1001 1001 4096 Feb 15 19:59 internal 20:06:20 drwxrwxr-x 3 1001 1001 4096 Feb 15 19:59 openapi 20:06:20 drwxrwxr-x 4 1001 1001 4096 Feb 15 19:59 snap 20:06:20 -rw-rw-r-- 1 1001 1001 204 Feb 15 19:59 version.go [Pipeline] sh 20:06:20 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 20:06:20 Step 2/22 : FROM ${BUILDER_BASE} AS builder 20:06:20 ---> 8265f0de8156 20:06:20 Step 3/22 : ARG ADD_BUILD_TAGS="" 20:06:20 ---> Using cache 20:06:20 ---> 8840b6c4e022 20:06:20 Step 4/22 : WORKDIR /edgex-go 20:06:20 ---> Using cache 20:06:20 ---> 1036dff1a0e1 20:06:20 Step 5/22 : RUN apk add --update --no-cache make git 20:06:20 ---> Using cache 20:06:20 ---> 42ab684c10b3 20:06:20 Step 6/22 : COPY go.mod vendor* ./ 20:06:20 ---> Using cache 20:06:20 ---> 2abeeb8901a7 20:06:20 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:06:20 ---> Using cache 20:06:20 ---> d3cd7f4e1830 20:06:20 Step 8/22 : COPY . . 20:06:20 ---> Using cache 20:06:20 ---> 37b2f761d483 20:06:20 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 20:06:20 + '[' -e coverage.out ] 20:06:20 + chown 1001:1001 coverage.out [Pipeline] stash 20:06:20 Warning: overwriting stash ‘coverage-report’ 20:06:21 Stashed 1 file(s) [Pipeline] sh 20:06:21 + make build 20:06:21 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 20:06:21 Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 20:06:21 Step 2/24 : FROM ${BUILDER_BASE} AS builder 20:06:21 ---> 8265f0de8156 20:06:21 Step 3/24 : WORKDIR /edgex-go 20:06:21 ---> Using cache 20:06:21 ---> 29f2bc408cd7 20:06:21 Step 4/24 : RUN apk add --update --no-cache make git build-base curl 20:06:21 ---> Using cache 20:06:21 ---> a7b19b51e780 20:06:21 Step 5/24 : COPY go.mod vendor* ./ 20:06:21 ---> Using cache 20:06:21 ---> 213286f3b7e6 20:06:21 Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:06:21 ---> Using cache 20:06:21 ---> 4ad01574aaa6 20:06:21 Step 7/24 : COPY . . 20:06:21 ---> Using cache 20:06:21 ---> 9c9f38807f6c 20:06:21 Step 8/24 : ARG SPIRE_RELEASE=1.2.1 20:06:21 ---> Using cache 20:06:21 ---> 1d20bb5becc7 20:06:21 Step 9/24 : WORKDIR /edgex-go/spire-build 20:06:21 ---> Using cache 20:06:21 ---> dc6c2154c038 20:06:21 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 20:06:21 ---> Using cache 20:06:21 ---> 61e48230dd0c 20:06:21 Step 11/24 : WORKDIR /edgex-go 20:06:21 ---> Using cache 20:06:21 ---> c4783a25c033 20:06:21 20:06:21 Step 12/24 : FROM alpine:3.15 20:06:21 ---> 5ce65d7b0fde 20:06:21 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 20:06:21 ---> Using cache 20:06:21 ---> 36f325058187 20:06:21 Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 20:06:21 ---> Using cache 20:06:21 ---> 1e051a881113 20:06:21 Step 15/24 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin 20:06:27 ---> 2fdc7ac69ac4 20:06:27 Step 16/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 20:06:27 ---> Running in 85b307fdb07d 20:06:27 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 20:06:32 ---> 36cddb7622be 20:06:32 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 20:06:32 Removing intermediate container ac9f1b23f20a 20:06:32 ---> 34c3beda52e9 20:06:32 20:06:32 Step 9/24 : FROM alpine:3.16 20:06:32 ---> dfd21b5a31f5 20:06:32 Step 10/24 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec 20:06:32 Removing intermediate container 2ca19d7e6ddb 20:06:32 ---> 5a8ba5b38e46 20:06:32 20:06:32 Step 10/23 : FROM alpine:3.16 20:06:32 ---> dfd21b5a31f5 20:06:32 Step 11/23 : RUN apk add --update --no-cache dumb-init 20:06:32 ---> Using cache 20:06:32 ---> 4056e61d144e 20:06:32 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 20:06:32 ---> Using cache 20:06:32 ---> 3dd450a67043 20:06:32 Step 13/23 : ENV APP_PORT=59882 20:06:32 Removing intermediate container 13ca3d523a47 20:06:32 ---> edfda39b6422 20:06:32 20:06:32 Step 9/21 : FROM alpine:3.16 20:06:32 ---> dfd21b5a31f5 20:06:32 Step 10/21 : RUN apk add --update --no-cache curl dumb-init 20:06:32 ---> Running in 961e673dbc3b 20:06:32 ---> Running in 474c671b9f9e 20:06:32 ---> Running in b6ec514d0cad 20:06:32 ---> d54d5aa6aa9f 20:06:32 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 20:06:32 Removing intermediate container 961e673dbc3b 20:06:32 ---> ad5c929b299d 20:06:32 Step 14/23 : EXPOSE $APP_PORT 20:06:32 ---> Running in 7a38e5ae756a 20:06:32 Removing intermediate container 7a38e5ae756a 20:06:32 ---> 6df1cac3ab11 20:06:32 Step 15/23 : WORKDIR / 20:06:32 ---> Running in 5258e58a3dd0 20:06:32 ---> 65fa4f417b01 20:06:32 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ 20:06:32 Removing intermediate container 5258e58a3dd0 20:06:32 ---> 1248eadccf2c 20:06:32 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 20:06:32 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 20:06:32 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 20:06:32 ---> 3542e75e6000 20:06:32 Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 20:06:32 ---> Running in 94706ac9c8e3 20:06:32 ---> 9cc628561e04 20:06:32 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 20:06:32 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 20:06:33 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 20:06:33 Removing intermediate container 94706ac9c8e3 20:06:33 ---> 1e5d97945a15 20:06:33 Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] 20:06:33 (1/3) Installing ca-certificates (20220614-r0) 20:06:33 (2/3) Installing dumb-init (1.2.5-r1) 20:06:33 (3/3) Installing su-exec (0.2-r1) 20:06:33 (1/6) Installing ca-certificates (20220614-r0) 20:06:33 Executing busybox-1.35.0-r17.trigger 20:06:33 Executing ca-certificates-20220614-r0.trigger 20:06:33 (2/6) Installing brotli-libs (1.0.9-r6) 20:06:33 (3/6) Installing nghttp2-libs (1.47.0-r0) 20:06:33 (4/6) Installing libcurl (7.83.1-r6) 20:06:33 (5/6) Installing curl (7.83.1-r6) 20:06:33 (6/6) Installing dumb-init (1.2.5-r1) 20:06:33 Executing busybox-1.35.0-r17.trigger 20:06:33 Executing ca-certificates-20220614-r0.trigger 20:06:33 OK: 6 MiB in 17 packages 20:06:33 OK: 8 MiB in 20 packages 20:06:33 ---> Running in 138536946fef 20:06:33 ---> cb4461ac5eb1 20:06:33 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 20:06:33 Removing intermediate container 138536946fef 20:06:33 ---> d450167b69f3 20:06:33 Step 22/24 : LABEL arch=x86_64 20:06:33 ---> Running in 518e8774d218 20:06:34 Removing intermediate container 518e8774d218 20:06:34 ---> 037d0771ae0b 20:06:34 Step 23/24 : LABEL git_sha=cacbc01dbf264f01fcaaf584ccd39c6a0a3592de 20:06:34 ---> 4da93f745884 20:06:34 Step 19/23 : ENTRYPOINT ["/core-command"] 20:06:34 ---> Running in d301b23f97d9 20:06:34 ---> Running in 4917b09ab8bd 20:06:34 Removing intermediate container 474c671b9f9e 20:06:34 ---> 7a8cd436fecb 20:06:34 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 20:06:34 ---> Running in e0874d24569e 20:06:34 Removing intermediate container d301b23f97d9 20:06:34 ---> 951326786009 20:06:34 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 20:06:34 Removing intermediate container 4917b09ab8bd 20:06:34 ---> edc224650651 20:06:34 Step 24/24 : LABEL version=0.0.0 20:06:34 Removing intermediate container b6ec514d0cad 20:06:34 ---> bc862345afa8 20:06:34 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 20:06:34 ---> Running in d2755401c6d5 20:06:34 Removing intermediate container e0874d24569e 20:06:34 ---> ad03ea3983ec 20:06:34 Step 12/24 : WORKDIR / 20:06:34 ---> Running in c8e9e50354b0 20:06:34 ---> Running in feea395ede79 20:06:34 ---> Running in b15c33f56055 20:06:35 Removing intermediate container feea395ede79 20:06:35 ---> 72c5173e5516 20:06:35 20:06:35 Removing intermediate container d2755401c6d5 20:06:35 ---> fef1b36a4df4 20:06:35 Step 21/23 : LABEL arch=x86_64 20:06:35 Removing intermediate container c8e9e50354b0 20:06:35 ---> fed8b719ec42 20:06:35 Step 12/21 : WORKDIR /edgex 20:06:35 ---> Running in 2763bcec4ff6 20:06:35 ---> Running in 740cf23cceb7 20:06:35 Successfully built 72c5173e5516 20:06:35 Successfully tagged security-spire-agent:latest 20:06:35  Building security-spire-agent ... done Building core-data 20:06:35 Removing intermediate container b15c33f56055 20:06:35 ---> 21570130e09d 20:06:35 Step 13/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 20:06:35 Removing intermediate container 2763bcec4ff6 20:06:35 ---> 2c4fe0707934 20:06:35 Step 22/23 : LABEL git_sha=cacbc01dbf264f01fcaaf584ccd39c6a0a3592de 20:06:38 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 20:06:38 Step 2/22 : FROM ${BUILDER_BASE} AS builder 20:06:38 ---> 8265f0de8156 20:06:38 Step 3/22 : ARG ADD_BUILD_TAGS="" 20:06:38 ---> Using cache 20:06:38 ---> 8840b6c4e022 20:06:38 Step 4/22 : WORKDIR /edgex-go 20:06:38 ---> Using cache 20:06:38 ---> 1036dff1a0e1 20:06:38 Step 5/22 : RUN apk add --update --no-cache make git 20:06:38 ---> Using cache 20:06:38 ---> 42ab684c10b3 20:06:38 Step 6/22 : COPY go.mod vendor* ./ 20:06:38 ---> Using cache 20:06:38 ---> 2abeeb8901a7 20:06:38 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:06:38 ---> Using cache 20:06:38 ---> d3cd7f4e1830 20:06:38 Step 8/22 : COPY . . 20:06:38 ---> Using cache 20:06:38 ---> 37b2f761d483 20:06:38 Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data 20:06:40 ---> Running in 6baf3cbf5fb2 20:06:40 ---> 700e7d0a7102 20:06:40 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 20:06:40 Removing intermediate container 740cf23cceb7 20:06:40 ---> 0a2a2c786352 20:06:40 Step 13/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 20:06:40 ---> Running in c4a3ee6607e2 20:06:40 Removing intermediate container 6baf3cbf5fb2 20:06:40 ---> f2135478f98e 20:06:40 Step 23/23 : LABEL version=0.0.0 20:06:40 ---> Running in 3f212753f406 20:06:40 ---> abf40f008d3f 20:06:40 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 20:06:40 Removing intermediate container 3f212753f406 20:06:40 ---> 2b89e45f44bd 20:06:40 20:06:40 ---> b40e1d51a484 20:06:40 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 20:06:40 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 20:06:40 Successfully built 2b89e45f44bd 20:06:40 Successfully tagged core-command:latest 20:06:40  Building core-command ... done  ---> a84ddbb9bef2 20:06:40 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml 20:06:41 ---> 19f26cf0e91a 20:06:41 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 20:06:41 ---> 19ad2c9c6d78 20:06:41 Step 15/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 20:06:42 ---> 2d8cba0e17c4 20:06:42 ---> eac7226844af 20:06:42 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 . 20:06:42 20:06:43 ---> e0e26a9509f2 20:06:43 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 20:06:43 ---> ca9a2937ea00 20:06:43 Step 17/21 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 20:06:43 ---> Running in 744d27ffafab 20:06:43 ---> 1980874e610b 20:06:43 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 20:06:43 ---> Running in 5925b9b02a0c 20:06:45 Removing intermediate container 744d27ffafab 20:06:45 ---> 22b05b8cbdfb 20:06:45 Step 18/21 : ENTRYPOINT ["entrypoint.sh"] 20:06:45 ---> Running in ff00c8d6aa8b 20:06:45 Removing intermediate container ff00c8d6aa8b 20:06:45 ---> aabc0d54d88c 20:06:45 Step 19/21 : LABEL arch=x86_64 20:06:45 ---> Running in b4691aa7dd3e 20:06:45 Removing intermediate container 5925b9b02a0c 20:06:45 ---> 2230f9368a38 20:06:45 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 20:06:45 ---> Running in 23aaa171a60c 20:06:45 Removing intermediate container b4691aa7dd3e 20:06:45 ---> 44e6fb9aa989 20:06:45 Step 20/21 : LABEL git_sha=cacbc01dbf264f01fcaaf584ccd39c6a0a3592de 20:06:45 ---> Running in 8231cea1b5d0 20:06:45 Removing intermediate container 23aaa171a60c 20:06:45 ---> 502261c158fa 20:06:45 Step 22/24 : LABEL arch=x86_64 20:06:45 ---> Running in eae3f5ee4561 20:06:45 Removing intermediate container 8231cea1b5d0 20:06:45 ---> ced8641be18d 20:06:45 Step 21/21 : LABEL version=0.0.0 20:06:45 ---> Running in 7e875d950332 20:06:45 Removing intermediate container eae3f5ee4561 20:06:45 ---> 469b9ca687c7 20:06:45 Step 23/24 : LABEL git_sha=cacbc01dbf264f01fcaaf584ccd39c6a0a3592de 20:06:45 ---> Running in 6d73caeb758b 20:06:46 Removing intermediate container 7e875d950332 20:06:46 ---> f69662ecce6e 20:06:46 20:06:46 Successfully built f69662ecce6e 20:06:46 Removing intermediate container 6d73caeb758b 20:06:46 ---> 9fb086c09954 20:06:46 Step 24/24 : LABEL version=0.0.0 20:06:46 Successfully tagged security-proxy-setup:latest 20:06:46  Building security-proxy-setup ... done  ---> Running in 54f442682ff1 20:06:46 Removing intermediate container 54f442682ff1 20:06:46 ---> 9ffba2303be7 20:06:46 20:06:46 Successfully built 9ffba2303be7 20:06:46 Successfully tagged security-secretstore-setup:latest 20:06:53  Building security-secretstore-setup ... done Removing intermediate container 85b307fdb07d 20:06:53 ---> 0cde1ed35fd7 20:06:53 20:06:53 Step 10/22 : FROM alpine:3.16 20:06:53 ---> dfd21b5a31f5 20:06:53 Step 11/22 : RUN apk add --update --no-cache dumb-init 20:06:53 ---> Using cache 20:06:53 ---> 4056e61d144e 20:06:53 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 20:06:53 ---> Using cache 20:06:53 ---> 3dd450a67043 20:06:53 Step 13/22 : ENV APP_PORT=59861 20:06:53 ---> Running in 23f543b3bcd5 20:06:53 Removing intermediate container 23f543b3bcd5 20:06:53 ---> d7d048c98cbd 20:06:53 Step 14/22 : EXPOSE $APP_PORT 20:06:53 ---> Running in 714b6135caa6 20:06:53 Removing intermediate container 714b6135caa6 20:06:53 ---> 5233791f251c 20:06:53 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 20:06:53 ---> 4ad59ddc862a 20:06:53 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 20:06:53 ---> eed3b6fe0656 20:06:53 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 20:06:54 ---> 18a8909cc132 20:06:54 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 20:06:54 ---> Running in c30a0aa2042d 20:06:54 Removing intermediate container c30a0aa2042d 20:06:54 ---> 43942fd900a8 20:06:54 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 20:06:54 ---> Running in f55024722827 20:06:55 Removing intermediate container f55024722827 20:06:55 ---> 7d949e23d252 20:06:55 Step 20/22 : LABEL arch=x86_64 20:06:55 ---> Running in eb688e6d5079 20:06:55 Removing intermediate container eb688e6d5079 20:06:55 ---> cb2ee9a6d4d0 20:06:55 Step 21/22 : LABEL git_sha=cacbc01dbf264f01fcaaf584ccd39c6a0a3592de 20:06:55 ---> Running in c8483eda7380 20:06:55 Removing intermediate container c8483eda7380 20:06:55 ---> c77f9aa1ba8c 20:06:55 Step 22/22 : LABEL version=0.0.0 20:06:55 ---> Running in 81b63c1c70fd 20:06:55 Removing intermediate container 81b63c1c70fd 20:06:55 ---> c2ce1ac3761e 20:06:55 20:06:55 Successfully built c2ce1ac3761e 20:06:55 Successfully tagged support-scheduler:latest 20:06:59  Building support-scheduler ... done Removing intermediate container c4a3ee6607e2 20:06:59 ---> 07a2720061ae 20:06:59 20:06:59 Step 10/22 : FROM alpine:3.16 20:06:59 ---> dfd21b5a31f5 20:06:59 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 20:06:59 ---> Running in f77d526cadfe 20:06:59 Removing intermediate container f77d526cadfe 20:06:59 ---> ebdce588eca2 20:06:59 Step 12/22 : ENV APP_PORT=59880 20:06:59 ---> Running in df2578dbeba0 20:06:59 Removing intermediate container df2578dbeba0 20:06:59 ---> d67458b4f9cc 20:06:59 Step 13/22 : EXPOSE $APP_PORT 20:06:59 ---> Running in 3fc4779d442f 20:06:59 Removing intermediate container 3fc4779d442f 20:06:59 ---> 6aaa20e9c854 20:06:59 Step 14/22 : RUN apk add --update --no-cache dumb-init 20:06:59 ---> Running in 6ac417b53e3e 20:06:59 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 20:07:00 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 20:07:00 (1/1) Installing dumb-init (1.2.5-r1) 20:07:00 Executing busybox-1.35.0-r17.trigger 20:07:00 OK: 6 MiB in 15 packages 20:07:00 Removing intermediate container 6ac417b53e3e 20:07:00 ---> 34c8a087cb0e 20:07:00 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 20:07:00 ---> d2d493794080 20:07:00 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 20:07:01 ---> 07b8fd6f8cda 20:07:01 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 20:07:01 ---> 9de00fce178c 20:07:01 Step 18/22 : ENTRYPOINT ["/core-data"] 20:07:01 ---> Running in 659d12808a5f 20:07:01 Removing intermediate container 659d12808a5f 20:07:01 ---> 9c0757319bda 20:07:01 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 20:07:01 ---> Running in dcec03f711ab 20:07:01 Removing intermediate container dcec03f711ab 20:07:01 ---> 66c82094436e 20:07:01 Step 20/22 : LABEL arch=x86_64 20:07:01 ---> Running in c60a55b07688 20:07:01 Removing intermediate container c60a55b07688 20:07:01 ---> df07819de7b5 20:07:01 Step 21/22 : LABEL git_sha=cacbc01dbf264f01fcaaf584ccd39c6a0a3592de 20:07:01 ---> Running in 309265ecf224 20:07:01 Removing intermediate container 309265ecf224 20:07:01 ---> 8d00ace2a751 20:07:01 Step 22/22 : LABEL version=0.0.0 20:07:01 ---> Running in 4c9d4dc7c895 20:07:01 Removing intermediate container 4c9d4dc7c895 20:07:01 ---> 081a4936ba67 20:07:01 20:07:01 Successfully built 081a4936ba67 20:07:01 Successfully tagged core-data:latest 20:07:01  Building core-data ... done  [Pipeline] } 20:07:01 $ docker stop --time=1 3a5bb3e8a66ba28c8c1cd8c9bae38a9d438128eafa3b0bd6f01584a3aeb872db 20:07:03 $ docker rm -f --volumes 3a5bb3e8a66ba28c8c1cd8c9bae38a9d438128eafa3b0bd6f01584a3aeb872db [Pipeline] // withDockerContainer [Pipeline] sh 20:07:03 + docker images 20:07:03 REPOSITORY TAG IMAGE ID CREATED SIZE 20:07:03 core-data latest 081a4936ba67 2 seconds ago 17.9MB 20:07:03 07a2720061ae 6 seconds ago 1.68GB 20:07:03 support-scheduler latest c2ce1ac3761e 8 seconds ago 30MB 20:07:03 0cde1ed35fd7 13 seconds ago 1.74GB 20:07:03 security-secretstore-setup latest 9ffba2303be7 17 seconds ago 30MB 20:07:03 security-proxy-setup latest f69662ecce6e 18 seconds ago 27.8MB 20:07:03 core-command latest 2b89e45f44bd 23 seconds ago 17.7MB 20:07:03 security-spire-agent latest 72c5173e5516 29 seconds ago 125MB 20:07:03 5a8ba5b38e46 32 seconds ago 1.68GB 20:07:03 34c3beda52e9 32 seconds ago 1.67GB 20:07:03 edfda39b6422 32 seconds ago 1.67GB 20:07:03 security-spire-server latest aad0c1ddcc7e 48 seconds ago 86.5MB 20:07:03 security-spire-config latest 4ac53f4591f4 48 seconds ago 85.8MB 20:07:03 c3b6ca0dfe17 About a minute ago 1.55GB 20:07:03 c4783a25c033 About a minute ago 1.55GB 20:07:03 security-bootstrapper latest 7ae87a98ea43 2 minutes ago 20.4MB 20:07:03 support-notifications latest f5d14b28dc0e 2 minutes ago 30.7MB 20:07:03 core-metadata latest 65efe4e5d75c 2 minutes ago 18.5MB 20:07:03 security-spiffe-token-provider latest 8b15ee45a994 2 minutes ago 30MB 20:07:03 core-common-config-bootstrapper latest 2cb9111cdd27 2 minutes ago 15.5MB 20:07:03 35c4dd8c6245 2 minutes ago 1.74GB 20:07:03 00b4f6c13177 2 minutes ago 1.71GB 20:07:03 ef9cefc5a3eb 2 minutes ago 1.68GB 20:07:03 c68d6fbbdcae 2 minutes ago 1.67GB 20:07:03 d814b94559c4 2 minutes ago 1.67GB 20:07:03 ci-base-image-x86_64 latest 8265f0de8156 7 minutes ago 904MB 20:07:03 alpine 3.15 5ce65d7b0fde 4 days ago 5.59MB 20:07:03 alpine 3.16 dfd21b5a31f5 4 days ago 5.55MB 20:07:03 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.18-alpine db6d94c90886 3 months ago 683MB 20:07:03 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 31426a034bd3 7 months ago 253MB 20:07:03 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] } 20:07:43 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 20:07:43 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 20:07:45 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 20:07:48 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 20:08:27 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 20:08:33 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 20:08:39 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 20:08:45 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 20:08:48 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 20:08:52 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 20:09:04 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] } 20:09:11 $ docker stop --time=1 da60c1c3f3355ec2e5274e83983e1135bf50262e97d518b9944e0c4c2e51c827 20:09:13 $ 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 20:09:16 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 20:09:16 20:09:16 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:09:16 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 20:09:16 latest: Pulling from edgex-devops/edgex-compose-arm64 20:09:16 29e5d40040c1: Pulling fs layer 20:09:16 1ce36da41761: Pulling fs layer 20:09:16 25b303627fd3: Pulling fs layer 20:09:16 29e5d40040c1: Verifying Checksum 20:09:16 29e5d40040c1: Download complete 20:09:17 1ce36da41761: Verifying Checksum 20:09:17 1ce36da41761: Download complete 20:09:17 29e5d40040c1: Pull complete 20:09:18 25b303627fd3: Verifying Checksum 20:09:18 25b303627fd3: Download complete 20:09:18 1ce36da41761: Pull complete 20:09:29 25b303627fd3: Pull complete 20:09:29 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 20:09:29 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 20:09:29 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:09:29 prd-ubuntu20.04-docker-arm64-4c-16g-6192 does not seem to be running inside a container 20:09:29 $ 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 20:09:31 $ docker top 35876c6d7409557377534b1738887857e8555d6cf15e71f6b14a63fec048f1f4 -eo pid,comm [Pipeline] { [Pipeline] sh 20:09:32 + docker-compose build --help+ 20:09:32 grep parallel 20:09:36 --parallel Build images in parallel. [Pipeline] } 20:09:36 $ docker stop --time=1 35876c6d7409557377534b1738887857e8555d6cf15e71f6b14a63fec048f1f4 20:09:38 $ docker rm -f --volumes 35876c6d7409557377534b1738887857e8555d6cf15e71f6b14a63fec048f1f4 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:09:39 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 20:09:39 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:09:39 prd-ubuntu20.04-docker-arm64-4c-16g-6192 does not seem to be running inside a container 20:09:39 $ 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 20:09:40 $ docker top 5716501199ec7424d418974d73bb5dafe590c062948709f47a4e931e83003e70 -eo pid,comm [Pipeline] { [Pipeline] sh 20:09:41 + docker-compose -f ./docker-compose-build.yml build --parallel 20:09:45 Building core-command ... 20:09:45 Building core-common-config-bootstrapper ... 20:09:45 Building core-data ... 20:09:45 Building core-metadata ... 20:09:45 Building security-bootstrapper ... 20:09:45 Building security-proxy-setup ... 20:09:45 Building security-secretstore-setup ... 20:09:45 Building security-spiffe-token-provider ... 20:09:45 Building security-spire-agent ... 20:09:45 Building security-spire-config ... 20:09:45 Building security-spire-server ... 20:09:45 Building support-notifications ... 20:09:45 Building support-scheduler ... 20:09:45 Building security-spiffe-token-provider 20:09:45 Building security-proxy-setup 20:09:45 Building security-spire-agent 20:09:45 Building support-notifications 20:09:45 Building core-metadata 20:10:32 Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 20:10:32 Step 2/24 : FROM ${BUILDER_BASE} AS builder 20:10:32 ---> 62e28e230fea 20:10:32 Step 3/24 : WORKDIR /edgex-go 20:10:32 Step 1/19 : ARG BUILDER_BASE=golang:1.18-alpine3.16 20:10:32 Step 2/19 : FROM ${BUILDER_BASE} AS builder 20:10:32 ---> 62e28e230fea 20:10:32 Step 3/19 : WORKDIR /edgex-go 20:10:32 Step 1/21 : ARG BUILDER_BASE=golang:1.18-alpine3.16 20:10:32 Step 2/21 : FROM ${BUILDER_BASE} AS builder 20:10:32 ---> 62e28e230fea 20:10:32 Step 3/21 : WORKDIR /edgex-go 20:10:32 Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 20:10:32 Step 2/24 : FROM ${BUILDER_BASE} AS builder 20:10:32 ---> 62e28e230fea 20:10:32 Step 3/24 : ARG ADD_BUILD_TAGS="" 20:10:32 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 20:10:32 Step 2/22 : FROM ${BUILDER_BASE} AS builder 20:10:32 ---> 62e28e230fea 20:10:32 Step 3/22 : ARG ADD_BUILD_TAGS="" 20:10:33 ---> Running in e3901012774a 20:10:33 ---> Running in f02f7a0b3316 20:10:33 ---> Running in 6a459690b688 20:10:33 ---> Running in 918eb3a003af 20:10:33 ---> Running in b72fdd1872be 20:10:34 Removing intermediate container f02f7a0b3316 20:10:34 ---> 28f193f1f778 20:10:34 Step 4/24 : WORKDIR /edgex-go 20:10:34 Removing intermediate container e3901012774a 20:10:34 ---> 433bdb754426 20:10:34 Step 4/22 : WORKDIR /edgex-go 20:10:34 ---> Running in 8fdc7564fd41 20:10:34 Removing intermediate container 918eb3a003af 20:10:34 ---> 5dbc29b1a03c 20:10:34 Step 4/19 : RUN apk update && apk --no-cache --update add build-base 20:10:34 ---> Running in 6ef083cfa072 20:10:34 Removing intermediate container b72fdd1872be 20:10:34 ---> 9956de8ffdd9 20:10:34 Step 4/21 : RUN apk add --update --no-cache make git 20:10:34 Removing intermediate container 6a459690b688 20:10:34 ---> 4ae96c648260 20:10:34 Step 4/24 : RUN apk add --update --no-cache make git build-base curl 20:10:34 ---> Running in 0e1cd810ebe7 20:10:34 ---> Running in b7ac74d42c4e 20:10:34 ---> Running in 5ff8837655bd 20:10:34 Removing intermediate container 8fdc7564fd41 20:10:34 ---> 237b04824f53 20:10:34 Step 5/24 : RUN apk add --update --no-cache make git 20:10:35 ---> Running in 475a90474888 20:10:35 Removing intermediate container 6ef083cfa072 20:10:35 ---> 5ffa2c95791f 20:10:35 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 20:10:35 ---> Running in bc5b93b382bf 20:10:37 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 20:10:37 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 20:10:37 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 20:10:37 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 20:10:37 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 20:10:37 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 20:10:37 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 20:10:37 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 20:10:38 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 20:10:38 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 20:10:38 OK: 221 MiB in 51 packages 20:10:38 v3.16.4-8-g71a076bc492 [https://dl-cdn.alpinelinux.org/alpine/v3.16/main] 20:10:38 v3.16.4-4-g2609129aef3 [https://dl-cdn.alpinelinux.org/alpine/v3.16/community] 20:10:38 OK: 16903 distinct packages available 20:10:38 OK: 221 MiB in 51 packages 20:10:39 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 20:10:39 OK: 221 MiB in 51 packages 20:10:39 OK: 221 MiB in 51 packages 20:10:39 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 20:10:40 OK: 221 MiB in 51 packages 20:10:40 Removing intermediate container 5ff8837655bd 20:10:40 ---> de9d0be08681 20:10:40 Step 5/21 : COPY go.mod vendor* ./ 20:10:41 Removing intermediate container b7ac74d42c4e 20:10:41 ---> 5e0f42b460ee 20:10:41 Step 5/24 : COPY go.mod vendor* ./ 20:10:41 Removing intermediate container bc5b93b382bf 20:10:41 ---> 0aeb569afabc 20:10:41 Step 6/22 : COPY go.mod vendor* ./ 20:10:41 Removing intermediate container 475a90474888 20:10:41 ---> 8abb59e5f27c 20:10:41 Step 6/24 : COPY go.mod vendor* ./ 20:10:41 ---> a0b036a1794a 20:10:41 Step 6/21 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:10:42 ---> Running in 2b49597e88f6 20:10:42 ---> b3e0bc08f0e8 20:10:42 Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:10:42 Removing intermediate container 0e1cd810ebe7 20:10:42 ---> 67c06b23a00a 20:10:42 Step 5/19 : COPY go.mod vendor* ./ 20:10:42 ---> Running in 1c5fc58c6514 20:10:42 ---> 1612733c3f8b 20:10:42 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:10:43 ---> e4ed0b85f4f2 20:10:43 Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:10:43 ---> Running in 4e7e070fa1f9 20:10:43 ---> Running in 5f386058a4eb 20:10:43 ---> d9e8af7b7334 20:10:43 Step 6/19 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:10:44 ---> Running in 7d03872f6f2c 20:12:50 Removing intermediate container 1c5fc58c6514 20:12:50 ---> 67ea6af1f635 20:12:50 Step 7/24 : COPY . . 20:12:50 Removing intermediate container 2b49597e88f6 20:12:50 ---> ae618b536e9a 20:12:50 Step 7/21 : COPY . . 20:12:50 Removing intermediate container 5f386058a4eb 20:12:50 ---> 657baec427c1 20:12:50 Step 8/24 : COPY . . 20:12:50 Removing intermediate container 7d03872f6f2c 20:12:50 ---> bcef463b3b44 20:12:50 Step 7/19 : COPY . . 20:12:50 Removing intermediate container 4e7e070fa1f9 20:12:50 ---> 85438b3f6e35 20:12:50 Step 8/22 : COPY . . 20:12:55 ---> b8a72e08ed7b 20:12:55 Step 9/24 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-metadata/core-metadata 20:12:55 ---> 86c32930c809 20:12:55 Step 9/22 : RUN make cmd/support-notifications/support-notifications 20:12:55 ---> Running in 250ed1f5e339 20:12:55 ---> Running in 1a62cf021bf0 20:12:55 ---> 52b2ed6b0ce8 20:12:55 Step 8/24 : ARG SPIRE_RELEASE=1.2.1 20:12:55 ---> f9ba70b4ce13 20:12:55 Step 8/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 20:12:55 ---> 0064b9362468 20:12:55 Step 8/19 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider 20:12:55 ---> Running in 2c26bc7a8728 20:12:55 ---> Running in 9122e4b1a258 20:12:55 ---> Running in 2584d6be4730 20:12:55 Removing intermediate container 2c26bc7a8728 20:12:55 ---> 11e4b43c84ab 20:12:55 Step 9/24 : WORKDIR /edgex-go/spire-build 20:12:56 ---> Running in 97a356822d41 20:12:56 Removing intermediate container 97a356822d41 20:12:56 ---> 766e1f1ae140 20:12:56 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 20:12:57 ---> Running in 618502f75123 20:12:57 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 20:12:57 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 20:12:57 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 20:12:57 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 20:13:00 Removing intermediate container 618502f75123 20:13:00 ---> c594c1778b42 20:13:00 Step 11/24 : WORKDIR /edgex-go 20:13:00 ---> Running in d81bda44fe7e 20:13:00 Removing intermediate container d81bda44fe7e 20:13:00 ---> 322cf3d0742c 20:13:00 20:13:00 Step 12/24 : FROM alpine:3.15 20:13:00 3.15: Pulling from library/alpine 20:13:01 Digest: sha256:689659b1f08e9fdfb85190144098c378beb5a53b328f7ced7883a74a1157c709 20:13:01 Status: Downloaded newer image for alpine:3.15 20:13:01 ---> 354640af7b1b 20:13:01 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 20:13:02 ---> Running in 4775c7ab390f 20:13:02 Removing intermediate container 4775c7ab390f 20:13:02 ---> c8bcfec6d5c6 20:13:02 Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 20:13:02 ---> Running in c67fe4be02be 20:13:04 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 20:13:05 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 20:13:06 v3.15.7-6-g44f22910c3a [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] 20:13:06 v3.15.6-306-g64686f2e1ac [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] 20:13:06 OK: 15734 distinct packages available 20:13:06 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 20:13:07 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 20:13:08 (1/5) Installing dumb-init (1.2.5-r1) 20:13:08 (2/5) Installing musl-obstack (1.2.3-r0) 20:13:08 (3/5) Installing libucontext (1.1-r0) 20:13:08 (4/5) Installing gcompat (1.0.0-r4) 20:13:08 (5/5) Installing openssl (1.1.1t-r1) 20:13:08 Executing busybox-1.34.1-r7.trigger 20:13:08 OK: 6 MiB in 19 packages 20:13:10 Removing intermediate container c67fe4be02be 20:13:10 ---> e72f9ad9f261 20:13:10 Step 15/24 : COPY --from=builder /usr/local/bin/spire-agent /usr/local/bin 20:13:13 ---> 4cbf31e68793 20:13:13 Step 16/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 20:13:20 ---> 2b0677ff9074 20:13:20 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ 20:13:20 ---> d6cc219f3230 20:13:20 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl 20:13:20 ---> 310603265771 20:13:20 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ 20:13:21 ---> f73cf7c5eadc 20:13:21 Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 20:13:21 ---> Running in 1795a47a8ae6 20:13:22 Removing intermediate container 1795a47a8ae6 20:13:22 ---> 3083ce186696 20:13:22 Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] 20:13:22 ---> Running in b5b5466fb36a 20:13:23 Removing intermediate container b5b5466fb36a 20:13:23 ---> 49c597e0d2bd 20:13:23 Step 22/24 : LABEL arch=arm64 20:13:23 ---> Running in 7c28fc8f3b2b 20:13:23 Removing intermediate container 7c28fc8f3b2b 20:13:23 ---> f1c8d1973692 20:13:23 Step 23/24 : LABEL git_sha=cacbc01dbf264f01fcaaf584ccd39c6a0a3592de 20:13:23 ---> Running in b0de5e9cdb19 20:13:23 Removing intermediate container b0de5e9cdb19 20:13:23 ---> adfe6b492253 20:13:23 Step 24/24 : LABEL version=0.0.0 20:13:23 ---> Running in 5f38decf5721 20:13:24 Removing intermediate container 5f38decf5721 20:13:24 ---> 0dd3b3c42c2a 20:13:24 20:13:24 Successfully built 0dd3b3c42c2a 20:13:24 Successfully tagged security-spire-agent-arm64:latest 20:13:24  Building security-spire-agent ... done Building core-command 20:13:42 Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 20:13:42 Step 2/23 : FROM ${BUILDER_BASE} AS builder 20:13:42 ---> 62e28e230fea 20:13:42 Step 3/23 : ARG ADD_BUILD_TAGS="" 20:13:42 ---> Using cache 20:13:42 ---> 433bdb754426 20:13:42 Step 4/23 : WORKDIR /edgex-go 20:13:42 ---> Using cache 20:13:42 ---> 5ffa2c95791f 20:13:42 Step 5/23 : RUN apk add --update --no-cache make git 20:13:42 ---> Running in 5c1c3b56ff07 20:13:42 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 20:13:43 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 20:13:44 OK: 221 MiB in 51 packages 20:13:45 Removing intermediate container 5c1c3b56ff07 20:13:45 ---> f9c7232a1592 20:13:45 Step 6/23 : COPY go.mod vendor* ./ 20:13:46 ---> 13cc2e67d1c2 20:13:46 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:13:46 ---> Running in da86c122353f 20:15:23 Removing intermediate container da86c122353f 20:15:23 ---> 2131e1721e31 20:15:23 Step 8/23 : COPY . . 20:15:30 ---> 9263f7b0f15b 20:15:30 Step 9/23 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-command/core-command 20:15:30 ---> Running in 52350adaef20 20:15:31 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 20:18:38 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 20:18:50 Removing intermediate container 9122e4b1a258 20:18:50 ---> b79d5b369e8e 20:18:50 20:18:50 Step 9/21 : FROM alpine:3.16 20:18:50 3.16: Pulling from library/alpine 20:18:52 Digest: sha256:1bd67c81e4ad4b8f4a5c1c914d7985336f130e5cefb3e323654fd09d6bcdbbe2 20:18:52 Status: Downloaded newer image for alpine:3.16 20:18:52 ---> 4c81e5bf8899 20:18:52 Step 10/21 : RUN apk add --update --no-cache curl dumb-init 20:18:52 ---> Running in 1839235d3ffd 20:18:53 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 20:18:54 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 20:18:55 (1/6) Installing ca-certificates (20220614-r0) 20:18:55 (2/6) Installing brotli-libs (1.0.9-r6) 20:18:55 (3/6) Installing nghttp2-libs (1.47.0-r0) 20:18:55 (4/6) Installing libcurl (7.83.1-r6) 20:18:55 (5/6) Installing curl (7.83.1-r6) 20:18:55 (6/6) Installing dumb-init (1.2.5-r1) 20:18:55 Executing busybox-1.35.0-r17.trigger 20:18:55 Executing ca-certificates-20220614-r0.trigger 20:18:56 OK: 8 MiB in 20 packages 20:18:58 Removing intermediate container 1839235d3ffd 20:18:58 ---> d03a46924cf8 20:18:58 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 20:18:58 ---> Running in 70e696c23466 20:18:59 Removing intermediate container 70e696c23466 20:18:59 ---> bd2911aac9c5 20:18:59 Step 12/21 : WORKDIR /edgex 20:18:59 ---> Running in b914f7b29059 20:18:59 Removing intermediate container b914f7b29059 20:18:59 ---> 9c405559e78c 20:18:59 Step 13/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 20:19:00 ---> e2f5b57af946 20:19:00 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 20:19:02 ---> c09cff40787a 20:19:02 Step 15/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 20:19:03 ---> 6b71922eacc4 20:19:03 Step 16/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ 20:19:04 ---> 19dbb554ddbf 20:19:04 Step 17/21 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 20:19:04 ---> Running in f2a8bf2a4b0d 20:19:07 Removing intermediate container f2a8bf2a4b0d 20:19:07 ---> 80ebba7c43cd 20:19:07 Step 18/21 : ENTRYPOINT ["entrypoint.sh"] 20:19:07 ---> Running in b6f94b701f70 20:19:07 Removing intermediate container b6f94b701f70 20:19:07 ---> e2c5abafa61a 20:19:07 Step 19/21 : LABEL arch=arm64 20:19:07 ---> Running in 1457a48fbcf2 20:19:08 Removing intermediate container 1457a48fbcf2 20:19:08 ---> 62d57702b3ce 20:19:08 Step 20/21 : LABEL git_sha=cacbc01dbf264f01fcaaf584ccd39c6a0a3592de 20:19:08 ---> Running in cbb5283df3bf 20:19:09 Removing intermediate container cbb5283df3bf 20:19:09 ---> cdeda4d2bfb4 20:19:09 Step 21/21 : LABEL version=0.0.0 20:19:09 ---> Running in ec39a012b761 20:19:09 Removing intermediate container ec39a012b761 20:19:09 ---> f7407d6852d3 20:19:09 20:19:09 Successfully built f7407d6852d3 20:19:09 Successfully tagged security-proxy-setup-arm64:latest 20:19:09 Building security-spire-server 20:19:25  Building security-proxy-setup ... done Step 1/23 : ARG BUILDER_BASE=golang:1.18-alpine3.16 20:19:25 Step 2/23 : FROM ${BUILDER_BASE} AS builder 20:19:25 ---> 62e28e230fea 20:19:25 Step 3/23 : WORKDIR /edgex-go 20:19:25 ---> Using cache 20:19:25 ---> 9956de8ffdd9 20:19:25 Step 4/23 : RUN apk add --update --no-cache make git build-base curl 20:19:25 ---> Running in 381d71b61e73 20:19:27 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 20:19:27 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 20:19:28 OK: 221 MiB in 51 packages 20:19:30 Removing intermediate container 381d71b61e73 20:19:30 ---> 97ebc54bcdc8 20:19:30 Step 5/23 : COPY go.mod vendor* ./ 20:19:30 ---> a55827716b08 20:19:30 Step 6/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:19:31 ---> Running in 3b521a74b7a5 20:19:49 Removing intermediate container 1a62cf021bf0 20:19:49 ---> 67309713fec6 20:19:49 20:19:49 Step 10/24 : FROM alpine:3.16 20:19:49 ---> 4c81e5bf8899 20:19:49 Step 11/24 : RUN apk add --update --no-cache dumb-init 20:19:49 ---> Running in 2d4b11988d26 20:19:49 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 20:19:49 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 20:19:50 (1/1) Installing dumb-init (1.2.5-r1) 20:19:50 Executing busybox-1.35.0-r17.trigger 20:19:50 OK: 5 MiB in 15 packages 20:19:52 Removing intermediate container 2d4b11988d26 20:19:52 ---> 361eda6da949 20:19:52 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 20:19:52 ---> Running in 05fec9e16e03 20:19:52 Removing intermediate container 05fec9e16e03 20:19:52 ---> 5c60945e1ad0 20:19:52 Step 13/24 : ENV APP_PORT=59881 20:19:52 ---> Running in e6b308b88593 20:19:53 Removing intermediate container e6b308b88593 20:19:53 ---> 5584eb5db7bb 20:19:53 Step 14/24 : EXPOSE $APP_PORT 20:19:53 ---> Running in fd7ca39f2fad 20:19:53 Removing intermediate container fd7ca39f2fad 20:19:53 ---> b099ddfc6f61 20:19:53 Step 15/24 : WORKDIR / 20:19:54 ---> Running in 4f3fca80ea8d 20:19:54 Removing intermediate container 4f3fca80ea8d 20:19:54 ---> 1c042036cc06 20:19:54 Step 16/24 : COPY --from=builder /edgex-go/Attribution.txt / 20:19:55 ---> 9715db3971a6 20:19:55 Step 17/24 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 20:19:57 ---> db8e5d1c9089 20:19:57 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 20:19:58 ---> d0b718d1303f 20:19:58 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.toml /res/uom.toml 20:19:59 ---> 4b34740008d5 20:19:59 Step 20/24 : ENTRYPOINT ["/core-metadata"] 20:19:59 ---> Running in 4e4c83eb6d30 20:20:00 Removing intermediate container 4e4c83eb6d30 20:20:00 ---> 254fa01d580d 20:20:00 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 20:20:00 ---> Running in 3b53d073cc8c 20:20:00 Removing intermediate container 3b53d073cc8c 20:20:00 ---> 0ec9f1539f55 20:20:00 Step 22/24 : LABEL arch=arm64 20:20:00 ---> Running in 9325563f662b 20:20:01 Removing intermediate container 9325563f662b 20:20:01 ---> 6c774cebf25a 20:20:01 Step 23/24 : LABEL git_sha=cacbc01dbf264f01fcaaf584ccd39c6a0a3592de 20:20:01 ---> Running in 032b05f040cc 20:20:01 Removing intermediate container 032b05f040cc 20:20:01 ---> 7858076805da 20:20:01 Step 24/24 : LABEL version=0.0.0 20:20:02 ---> Running in 490e6a745cfd 20:20:02 Removing intermediate container 490e6a745cfd 20:20:02 ---> b4b2d6572880 20:20:02 20:20:03 Successfully built b4b2d6572880 20:20:03 Successfully tagged core-metadata-arm64:latest 20:20:03  Building core-metadata ... done Building security-spire-config 20:20:18 Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 20:20:18 Step 2/24 : FROM ${BUILDER_BASE} AS builder 20:20:18 ---> 62e28e230fea 20:20:18 Step 3/24 : WORKDIR /edgex-go 20:20:18 ---> Using cache 20:20:18 ---> 9956de8ffdd9 20:20:18 Step 4/24 : RUN apk add --update --no-cache make git build-base curl 20:20:18 ---> Using cache 20:20:18 ---> 97ebc54bcdc8 20:20:18 Step 5/24 : COPY go.mod vendor* ./ 20:20:18 ---> Using cache 20:20:18 ---> a55827716b08 20:20:18 Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:20:18 ---> Running in c4b2422db3e9 20:21:15 Removing intermediate container 3b521a74b7a5 20:21:15 ---> 84bd6ec54fec 20:21:15 Step 7/23 : COPY . . 20:21:15 Removing intermediate container 2584d6be4730 20:21:15 ---> 2c63804ffb0d 20:21:15 20:21:15 Step 9/19 : FROM alpine:3.15 20:21:15 ---> 354640af7b1b 20:21:15 Step 10/19 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 20:21:15 ---> Using cache 20:21:15 ---> c8bcfec6d5c6 20:21:15 Step 11/19 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat 20:21:15 ---> Running in 476ab1af881c 20:21:18 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 20:21:18 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 20:21:20 v3.15.7-6-g44f22910c3a [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] 20:21:20 v3.15.6-306-g64686f2e1ac [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] 20:21:20 OK: 15734 distinct packages available 20:21:20 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 20:21:20 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 20:21:21 (1/9) Installing ca-certificates (20220614-r0) 20:21:21 (2/9) Installing brotli-libs (1.0.9-r5) 20:21:21 (3/9) Installing nghttp2-libs (1.46.0-r0) 20:21:21 (4/9) Installing libcurl (7.80.0-r6) 20:21:21 (5/9) Installing curl (7.80.0-r6) 20:21:21 (6/9) Installing dumb-init (1.2.5-r1) 20:21:21 (7/9) Installing musl-obstack (1.2.3-r0) 20:21:21 (8/9) Installing libucontext (1.1-r0) 20:21:21 (9/9) Installing gcompat (1.0.0-r4) 20:21:21 Executing busybox-1.34.1-r7.trigger 20:21:21 Executing ca-certificates-20220614-r0.trigger 20:21:22 OK: 8 MiB in 23 packages 20:21:25 Removing intermediate container 476ab1af881c 20:21:25 ---> 1571f43af106 20:21:25 Step 12/19 : COPY --from=builder /edgex-go/Attribution.txt / 20:21:26 ---> 0f3f32088d5d 20:21:26 Step 8/23 : ARG SPIRE_RELEASE=1.2.1 20:21:26 ---> Running in f58105a633d5 20:21:27 ---> 85c6d9810238 20:21:27 Step 13/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / 20:21:27 Removing intermediate container f58105a633d5 20:21:27 ---> abaf0bc1f120 20:21:27 Step 9/23 : WORKDIR /edgex-go/spire-build 20:21:28 ---> Running in 53277d119eb3 20:21:29 Removing intermediate container 53277d119eb3 20:21:29 ---> 0cd6b1ebd6d8 20:21:29 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 20:21:29 ---> Running in e9e1ae5ec72b 20:21:32 ---> e7cf91c4b50e 20:21:32 Step 14/19 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml 20:21:34 Removing intermediate container e9e1ae5ec72b 20:21:34 ---> 296c8b206b7d 20:21:34 Step 11/23 : WORKDIR /edgex-go 20:21:34 ---> f0eefacfbbff 20:21:34 Step 15/19 : ENTRYPOINT [ "/security-spiffe-token-provider" ] 20:21:34 ---> Running in dd1d81ff7889 20:21:34 ---> Running in ff233016e1b1 20:21:35 Removing intermediate container dd1d81ff7889 20:21:35 ---> 248323bd105a 20:21:35 20:21:35 Step 12/23 : FROM alpine:3.15 20:21:35 ---> 354640af7b1b 20:21:35 Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 20:21:35 ---> Using cache 20:21:35 ---> c8bcfec6d5c6 20:21:35 Step 14/23 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat 20:21:35 ---> Using cache 20:21:35 ---> e72f9ad9f261 20:21:35 Step 15/23 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 20:21:35 Removing intermediate container ff233016e1b1 20:21:35 ---> a35bdb26bb20 20:21:35 Step 16/19 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 20:21:35 ---> Running in 440c610a7b86 20:21:36 Removing intermediate container 440c610a7b86 20:21:36 ---> 1d7c31752fd7 20:21:36 Step 17/19 : LABEL arch=arm64 20:21:36 ---> Running in 3a2d3f5f086b 20:21:37 Removing intermediate container 3a2d3f5f086b 20:21:37 ---> 13cfe17edd39 20:21:37 Step 18/19 : LABEL git_sha=cacbc01dbf264f01fcaaf584ccd39c6a0a3592de 20:21:37 ---> Running in 385e02579a82 20:21:38 Removing intermediate container 385e02579a82 20:21:38 ---> b36702f4dfd5 20:21:38 Step 19/19 : LABEL version=0.0.0 20:21:38 ---> Running in 45da1b8e4a95 20:21:39 Removing intermediate container 45da1b8e4a95 20:21:39 ---> 5d410945ad07 20:21:39 20:21:39 Successfully built 5d410945ad07 20:21:39 Successfully tagged security-spiffe-token-provider-arm64:latest 20:21:39  Building security-spiffe-token-provider ... done Building core-data 20:21:46 ---> a96ca787eed4 20:21:46 Step 16/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ 20:21:46 ---> 2bd7a1167f9b 20:21:46 Step 17/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl 20:21:49 ---> 9f3f181255dd 20:21:49 Step 18/23 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ 20:21:50 ---> d29b774bb6fc 20:21:50 Step 19/23 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 20:21:50 ---> Running in fbbc61fb4a82 20:21:51 Removing intermediate container fbbc61fb4a82 20:21:51 ---> 371a525dd47b 20:21:51 Step 20/23 : CMD [ "--verbose", "docker-entrypoint.sh" ] 20:21:51 ---> Running in 8ad78fdc05df 20:21:52 Removing intermediate container 8ad78fdc05df 20:21:52 ---> 253fed5f9013 20:21:52 Step 21/23 : LABEL arch=arm64 20:21:52 ---> Running in fc9a2111945e 20:21:53 Removing intermediate container fc9a2111945e 20:21:53 ---> e5d1461bba4e 20:21:53 Step 22/23 : LABEL git_sha=cacbc01dbf264f01fcaaf584ccd39c6a0a3592de 20:21:53 ---> Running in ab90a47a7d78 20:21:54 Removing intermediate container ab90a47a7d78 20:21:54 ---> 9a85c4e56986 20:21:54 Step 23/23 : LABEL version=0.0.0 20:21:54 ---> Running in c41097d98bf1 20:21:54 Removing intermediate container c41097d98bf1 20:21:54 ---> 9a48ec70f334 20:21:54 20:21:56 Successfully built 9a48ec70f334 20:21:56 Successfully tagged security-spire-server-arm64:latest 20:21:56  Building security-spire-server ... done Building security-bootstrapper 20:21:58 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 20:21:58 Step 2/22 : FROM ${BUILDER_BASE} AS builder 20:21:58 ---> 62e28e230fea 20:21:58 Step 3/22 : ARG ADD_BUILD_TAGS="" 20:21:58 ---> Using cache 20:21:58 ---> 433bdb754426 20:21:58 Step 4/22 : WORKDIR /edgex-go 20:21:58 ---> Using cache 20:21:58 ---> 5ffa2c95791f 20:21:58 Step 5/22 : RUN apk add --update --no-cache make git 20:21:58 ---> Using cache 20:21:58 ---> f9c7232a1592 20:21:58 Step 6/22 : COPY go.mod vendor* ./ 20:21:58 ---> Using cache 20:21:58 ---> 13cc2e67d1c2 20:21:58 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:21:58 ---> Using cache 20:21:58 ---> 2131e1721e31 20:21:58 Step 8/22 : COPY . . 20:21:58 ---> Using cache 20:21:58 ---> 9263f7b0f15b 20:21:58 Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-data/core-data 20:21:59 ---> Running in ddf14eeb5ac9 20:22:00 Removing intermediate container 52350adaef20 20:22:00 ---> 9652609f30dd 20:22:00 20:22:00 Step 10/23 : FROM alpine:3.16 20:22:00 ---> 4c81e5bf8899 20:22:00 Step 11/23 : RUN apk add --update --no-cache dumb-init 20:22:00 ---> Using cache 20:22:00 ---> 361eda6da949 20:22:00 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 20:22:00 ---> Using cache 20:22:00 ---> 5c60945e1ad0 20:22:00 Step 13/23 : ENV APP_PORT=59882 20:22:00 ---> Running in 774eec74f0bf 20:22:00 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 20:22:01 Removing intermediate container 774eec74f0bf 20:22:01 ---> d88a3fa6447e 20:22:01 Step 14/23 : EXPOSE $APP_PORT 20:22:01 ---> Running in 7d6b9d9e084e 20:22:02 Removing intermediate container 7d6b9d9e084e 20:22:02 ---> f961ad8c7935 20:22:02 Step 15/23 : WORKDIR / 20:22:03 ---> Running in aa10868e5fa7 20:22:03 Removing intermediate container aa10868e5fa7 20:22:03 ---> 67eb542753e3 20:22:03 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 20:22:05 ---> 67c483f93261 20:22:05 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 20:22:12 ---> d508e7ffb9cb 20:22:12 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 20:22:12 Step 1/32 : ARG BUILDER_BASE=golang:1.18-alpine3.16 20:22:12 Step 2/32 : FROM ${BUILDER_BASE} AS builder 20:22:12 ---> 62e28e230fea 20:22:12 Step 3/32 : WORKDIR /edgex-go 20:22:12 ---> Using cache 20:22:12 ---> 9956de8ffdd9 20:22:12 Step 4/32 : RUN apk add --update --no-cache make git 20:22:12 ---> Using cache 20:22:12 ---> de9d0be08681 20:22:12 Step 5/32 : COPY go.mod vendor* ./ 20:22:12 ---> Using cache 20:22:12 ---> a0b036a1794a 20:22:12 Step 6/32 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:22:12 ---> Using cache 20:22:12 ---> ae618b536e9a 20:22:12 Step 7/32 : COPY . . 20:22:12 ---> c7a11b5dd216 20:22:12 Step 19/23 : ENTRYPOINT ["/core-command"] 20:22:12 ---> Running in 6d6f435560f1 20:22:13 ---> Using cache 20:22:13 ---> f9ba70b4ce13 20:22:13 Step 8/32 : RUN make cmd/security-bootstrapper/security-bootstrapper 20:22:13 ---> Running in ea349689e363 20:22:13 Removing intermediate container 6d6f435560f1 20:22:13 ---> 152801ec001f 20:22:13 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 20:22:14 ---> Running in c0a2a6a3b7fe 20:22:15 Removing intermediate container c0a2a6a3b7fe 20:22:15 ---> bfb5ea8be511 20:22:15 Step 21/23 : LABEL arch=arm64 20:22:15 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 20:22:15 ---> Running in b66d00213191 20:22:17 Removing intermediate container b66d00213191 20:22:17 ---> 11301e46cd82 20:22:17 Step 22/23 : LABEL git_sha=cacbc01dbf264f01fcaaf584ccd39c6a0a3592de 20:22:17 ---> Running in bba505896a31 20:22:17 Removing intermediate container bba505896a31 20:22:17 ---> c00255096672 20:22:17 Step 23/23 : LABEL version=0.0.0 20:22:17 ---> Running in caca67ac3df6 20:22:19 Removing intermediate container caca67ac3df6 20:22:19 ---> 0d2b809cc868 20:22:19 20:22:19 Successfully built 0d2b809cc868 20:22:19 Successfully tagged core-command-arm64:latest 20:22:19  Building core-command ... done Building support-scheduler 20:22:20 Removing intermediate container 250ed1f5e339 20:22:20 ---> c1e9ee173d4e 20:22:20 20:22:20 Step 10/22 : FROM alpine:3.16 20:22:20 ---> 4c81e5bf8899 20:22:20 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 20:22:20 ---> Running in 9605ebfc1040 20:22:23 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 20:22:23 Removing intermediate container c4b2422db3e9 20:22:23 ---> 34b21e1f2367 20:22:23 Step 7/24 : COPY . . 20:22:23 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 20:22:25 (1/2) Installing ca-certificates (20220614-r0) 20:22:25 (2/2) Installing dumb-init (1.2.5-r1) 20:22:25 Executing busybox-1.35.0-r17.trigger 20:22:25 Executing ca-certificates-20220614-r0.trigger 20:22:25 OK: 6 MiB in 16 packages 20:22:29 Removing intermediate container 9605ebfc1040 20:22:29 ---> 7f6c3936e14b 20:22:29 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 20:22:29 ---> Running in b5a05dde193e 20:22:30 Removing intermediate container b5a05dde193e 20:22:30 ---> d209ed33df19 20:22:30 Step 13/22 : ENV APP_PORT=59860 20:22:30 ---> Running in 17b5aac2bf35 20:22:31 Removing intermediate container 17b5aac2bf35 20:22:31 ---> 7a8507de5756 20:22:31 Step 14/22 : EXPOSE $APP_PORT 20:22:31 ---> Running in a5f133d06313 20:22:32 Removing intermediate container a5f133d06313 20:22:32 ---> af19ac827737 20:22:32 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 20:22:34 ---> 8dba39fb8b7d 20:22:34 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 20:22:37 Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 20:22:37 Step 2/22 : FROM ${BUILDER_BASE} AS builder 20:22:37 ---> 62e28e230fea 20:22:37 Step 3/22 : ARG ADD_BUILD_TAGS="" 20:22:37 ---> Using cache 20:22:37 ---> 433bdb754426 20:22:37 Step 4/22 : WORKDIR /edgex-go 20:22:37 ---> Using cache 20:22:37 ---> 5ffa2c95791f 20:22:37 Step 5/22 : RUN apk add --update --no-cache make git 20:22:37 ---> Using cache 20:22:37 ---> f9c7232a1592 20:22:37 Step 6/22 : COPY go.mod vendor* ./ 20:22:37 ---> Using cache 20:22:37 ---> 13cc2e67d1c2 20:22:37 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:22:37 ---> Using cache 20:22:37 ---> 2131e1721e31 20:22:37 Step 8/22 : COPY . . 20:22:37 ---> Using cache 20:22:37 ---> 9263f7b0f15b 20:22:37 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 20:22:38 ---> Running in 0e7f575893ef 20:22:38 ---> 6f99f0a61a20 20:22:38 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 20:22:40 ---> 93370d5e4148 20:22:40 Step 18/22 : ENTRYPOINT ["/support-notifications"] 20:22:40 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 20:22:40 ---> Running in 2317a6692a17 20:22:41 Removing intermediate container 2317a6692a17 20:22:41 ---> 059fd3f518b5 20:22:41 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 20:22:41 ---> Running in 126ea412e694 20:22:42 Removing intermediate container 126ea412e694 20:22:42 ---> c0d709c297bd 20:22:42 Step 20/22 : LABEL arch=arm64 20:22:42 ---> Running in f6af885ea816 20:22:43 Removing intermediate container f6af885ea816 20:22:43 ---> e00cc1a908d1 20:22:43 Step 21/22 : LABEL git_sha=cacbc01dbf264f01fcaaf584ccd39c6a0a3592de 20:22:43 ---> Running in 0474a64e8e1c 20:22:44 Removing intermediate container 0474a64e8e1c 20:22:44 ---> 5d1f9e270b80 20:22:44 Step 22/22 : LABEL version=0.0.0 20:22:44 ---> Running in ec8025c58163 20:22:44 ---> 3ea7db45c7b2 20:22:44 Step 8/24 : ARG SPIRE_RELEASE=1.2.1 20:22:44 ---> Running in da68c2560143 20:22:45 Removing intermediate container ec8025c58163 20:22:45 ---> 85516b5ef2c9 20:22:45 20:22:45 Removing intermediate container da68c2560143 20:22:45 ---> 6d4fc9eaa76c 20:22:45 Step 9/24 : WORKDIR /edgex-go/spire-build 20:22:45 ---> Running in 8c2e484f7217 20:22:45 Successfully built 85516b5ef2c9 20:22:45 Successfully tagged support-notifications-arm64:latest 20:22:45 Building security-secretstore-setup 20:22:45  Building support-notifications ... done Removing intermediate container 8c2e484f7217 20:22:45 ---> 91356685d14e 20:22:45 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 20:22:46 ---> Running in 5f397969eb71 20:22:50 Removing intermediate container 5f397969eb71 20:22:50 ---> a66f71f0349d 20:22:50 Step 11/24 : WORKDIR /edgex-go 20:22:50 ---> Running in 71b0b0f0ddbe 20:22:50 Removing intermediate container 71b0b0f0ddbe 20:22:50 ---> 7d95d502d115 20:22:50 20:22:50 Step 12/24 : FROM alpine:3.15 20:22:50 ---> 354640af7b1b 20:22:50 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 20:22:50 ---> Using cache 20:22:50 ---> c8bcfec6d5c6 20:22:50 Step 14/24 : RUN apk update && apk --no-cache --update add dumb-init gcompat 20:22:50 ---> Running in fcba11844801 20:22:52 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 20:22:53 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 20:22:55 v3.15.7-6-g44f22910c3a [https://dl-cdn.alpinelinux.org/alpine/v3.15/main] 20:22:55 v3.15.6-306-g64686f2e1ac [https://dl-cdn.alpinelinux.org/alpine/v3.15/community] 20:22:55 OK: 15734 distinct packages available 20:22:55 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 20:22:55 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 20:22:56 (1/4) Installing dumb-init (1.2.5-r1) 20:22:57 (2/4) Installing musl-obstack (1.2.3-r0) 20:22:57 (3/4) Installing libucontext (1.1-r0) 20:22:57 (4/4) Installing gcompat (1.0.0-r4) 20:22:57 Executing busybox-1.34.1-r7.trigger 20:22:57 OK: 6 MiB in 18 packages 20:22:59 Removing intermediate container fcba11844801 20:22:59 ---> 5a6229ee1421 20:22:59 Step 15/24 : COPY --from=builder /usr/local/bin/spire-server /usr/local/bin 20:23:03 Step 1/24 : ARG BUILDER_BASE=golang:1.18-alpine3.16 20:23:03 Step 2/24 : FROM ${BUILDER_BASE} AS builder 20:23:03 ---> 62e28e230fea 20:23:03 Step 3/24 : WORKDIR /edgex-go 20:23:03 ---> Using cache 20:23:03 ---> 9956de8ffdd9 20:23:03 Step 4/24 : RUN apk add --update --no-cache make git 20:23:03 ---> Using cache 20:23:03 ---> de9d0be08681 20:23:03 Step 5/24 : COPY go.mod vendor* ./ 20:23:03 ---> Using cache 20:23:03 ---> a0b036a1794a 20:23:03 Step 6/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:23:03 ---> Using cache 20:23:03 ---> ae618b536e9a 20:23:03 Step 7/24 : COPY . . 20:23:03 ---> Using cache 20:23:03 ---> f9ba70b4ce13 20:23:03 Step 8/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 20:23:04 ---> Running in b710fb49a3ab 20:23:06 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 20:23:06 ---> 03109cf3f355 20:23:06 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ 20:23:07 ---> d3ac0cdc12d6 20:23:07 Step 17/24 : WORKDIR /usr/local/etc/spiffe-scripts.d 20:23:07 ---> Running in cc94d9d6788d 20:23:08 Removing intermediate container cc94d9d6788d 20:23:08 ---> 04eac0e2009c 20:23:08 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d 20:23:09 ---> 15e1daa57535 20:23:09 Step 19/24 : WORKDIR / 20:23:09 ---> Running in a87d4abac7e8 20:23:09 Removing intermediate container a87d4abac7e8 20:23:09 ---> babde20a6477 20:23:09 Step 20/24 : ENTRYPOINT [ "/usr/bin/dumb-init" ] 20:23:09 ---> Running in 57dd334d604c 20:23:10 Removing intermediate container 57dd334d604c 20:23:10 ---> d5194abed77a 20:23:10 Step 21/24 : CMD [ "--verbose", "docker-entrypoint.sh" ] 20:23:10 ---> Running in d2c695192057 20:23:11 Removing intermediate container d2c695192057 20:23:11 ---> 6e6fe348f42e 20:23:11 Step 22/24 : LABEL arch=arm64 20:23:11 ---> Running in 2899e84c560c 20:23:11 Removing intermediate container 2899e84c560c 20:23:11 ---> 0d22550d0853 20:23:11 Step 23/24 : LABEL git_sha=cacbc01dbf264f01fcaaf584ccd39c6a0a3592de 20:23:11 ---> Running in 96fd062adeb6 20:23:14 Removing intermediate container 96fd062adeb6 20:23:14 ---> 24159cb7225b 20:23:14 Step 24/24 : LABEL version=0.0.0 20:23:14 ---> Running in 69099a1eff20 20:23:14 Removing intermediate container 69099a1eff20 20:23:14 ---> 8bdb04c9b61f 20:23:14 20:23:15 Successfully built 8bdb04c9b61f 20:23:15 Successfully tagged security-spire-config-arm64:latest 20:23:15 Building core-common-config-bootstrapper 20:23:33  Building security-spire-config ... done Step 1/22 : ARG BUILDER_BASE=golang:1.18-alpine3.16 20:23:33 Step 2/22 : FROM ${BUILDER_BASE} AS builder 20:23:33 ---> 62e28e230fea 20:23:33 Step 3/22 : ARG ADD_BUILD_TAGS="" 20:23:33 ---> Using cache 20:23:33 ---> 433bdb754426 20:23:33 Step 4/22 : WORKDIR /edgex-go 20:23:33 ---> Using cache 20:23:33 ---> 5ffa2c95791f 20:23:33 Step 5/22 : RUN apk add --update --no-cache make git 20:23:33 ---> Using cache 20:23:33 ---> f9c7232a1592 20:23:33 Step 6/22 : COPY go.mod vendor* ./ 20:23:33 ---> Using cache 20:23:33 ---> 13cc2e67d1c2 20:23:33 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:23:33 ---> Using cache 20:23:33 ---> 2131e1721e31 20:23:33 Step 8/22 : COPY . . 20:23:33 ---> Using cache 20:23:33 ---> 9263f7b0f15b 20:23:33 Step 9/22 : RUN make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS cmd/core-common-config-bootstrapper/core-common-config-bootstrapper 20:23:33 ---> Running in d1878728bf2a 20:23:33 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 20:28:41 Removing intermediate container ea349689e363 20:28:41 ---> 34c46754c410 20:28:41 20:28:41 Step 9/32 : FROM alpine:3.16 20:28:41 ---> 4c81e5bf8899 20:28:41 Step 10/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' 20:28:41 ---> Running in 80abd2bb7f78 20:28:41 Removing intermediate container 80abd2bb7f78 20:28:41 ---> 558c576830d4 20:28:41 Step 11/32 : RUN apk add --update --no-cache dumb-init su-exec 20:28:41 ---> Running in 0bc2e4c62ca9 20:28:41 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 20:28:41 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 20:28:41 (1/2) Installing dumb-init (1.2.5-r1) 20:28:41 (2/2) Installing su-exec (0.2-r1) 20:28:41 Executing busybox-1.35.0-r17.trigger 20:28:41 OK: 5 MiB in 16 packages 20:28:41 Removing intermediate container 0bc2e4c62ca9 20:28:41 ---> 0c6224f9ea9a 20:28:41 Step 12/32 : ENV SECURITY_INIT_DIR /edgex-init 20:28:41 ---> Running in 7256133726aa 20:28:41 Removing intermediate container 7256133726aa 20:28:41 ---> 136651570799 20:28:41 Step 13/32 : ENV SECURITY_INIT_STAGING /edgex-init-staging 20:28:41 ---> Running in c7827e4f9694 20:28:41 Removing intermediate container c7827e4f9694 20:28:41 ---> 9a2fad037ef0 20:28:41 Step 14/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_STAGING}/bootstrap-redis 20:28:41 Removing intermediate container ddf14eeb5ac9 20:28:41 ---> cdddaa836468 20:28:41 20:28:41 Step 10/22 : FROM alpine:3.16 20:28:41 ---> 4c81e5bf8899 20:28:41 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 20:28:41 ---> Running in 349d9864ab57 20:28:41 ---> Running in 043336ea74f9 20:28:41 Removing intermediate container 349d9864ab57 20:28:41 ---> dfa2d8496046 20:28:41 Step 15/32 : ARG BOOTSTRAP_MOSQUITTO_DIR=${SECURITY_INIT_STAGING}/bootstrap-mosquitto 20:28:41 ---> Running in ed98cc6a4a7c 20:28:41 Removing intermediate container 043336ea74f9 20:28:41 ---> 75340e9368a4 20:28:41 Step 12/22 : ENV APP_PORT=59880 20:28:41 ---> Running in c0e46f5378c3 20:28:41 Removing intermediate container ed98cc6a4a7c 20:28:41 ---> f67413100d97 20:28:41 Step 16/32 : RUN mkdir -p ${BOOTSTRAP_REDIS_DIR} ${BOOTSTRAP_MOSQUITTO_DIR} 20:28:41 Removing intermediate container c0e46f5378c3 20:28:41 ---> 9e37413bae8c 20:28:41 Step 13/22 : EXPOSE $APP_PORT 20:28:41 ---> Running in d622f05fec4e 20:28:41 ---> Running in 3d1ac42d9f67 20:28:41 Removing intermediate container 3d1ac42d9f67 20:28:41 ---> 42a9996164fa 20:28:41 Step 14/22 : RUN apk add --update --no-cache dumb-init 20:28:41 ---> Running in 3560801fb5ac 20:28:42 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 20:28:43 Removing intermediate container d622f05fec4e 20:28:43 ---> ea3447a41142 20:28:43 Step 17/32 : WORKDIR ${SECURITY_INIT_STAGING} 20:28:43 ---> Running in 520a36b82b24 20:28:43 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 20:28:44 Removing intermediate container 520a36b82b24 20:28:44 ---> 329cbc1842e2 20:28:44 Step 18/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_STAGING}/ 20:28:45 ---> 08159c97c339 20:28:45 Step 19/32 : RUN chmod +x ${SECURITY_INIT_STAGING}/*.sh 20:28:45 (1/1) Installing dumb-init (1.2.5-r1) 20:28:45 Executing busybox-1.35.0-r17.trigger 20:28:45 ---> Running in 78f7fa153c52 20:28:45 OK: 5 MiB in 15 packages 20:28:47 Removing intermediate container 3560801fb5ac 20:28:47 ---> 42b30ac8f93c 20:28:47 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 20:28:48 ---> 53e3d76021d0 20:28:48 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 20:28:48 Removing intermediate container 78f7fa153c52 20:28:48 ---> ee3c0fe0d152 20:28:48 Step 20/32 : COPY --from=builder /edgex-go/Attribution.txt / 20:28:50 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 20:28:50 ---> 86935d13633c 20:28:50 Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 20:28:50 ---> eec4d26c351a 20:28:50 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 20:28:51 ---> 1acae2418b9f 20:28:51 Step 18/22 : ENTRYPOINT ["/core-data"] 20:28:51 ---> Running in 2aa85325c661 20:28:52 ---> 116ed2831bf7 20:28:52 Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 20:28:52 Removing intermediate container 2aa85325c661 20:28:52 ---> 5b1bb109c5c0 20:28:52 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 20:28:52 ---> Running in a3a7ed7c0baf 20:28:53 Removing intermediate container a3a7ed7c0baf 20:28:53 ---> bbf7ec8a93a9 20:28:53 Step 20/22 : LABEL arch=arm64 20:28:53 ---> Running in 1408c098ae70 20:28:53 ---> 34c473a125f4 20:28:53 Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 20:28:54 Removing intermediate container 1408c098ae70 20:28:54 ---> abf9baccbe88 20:28:54 Step 21/22 : LABEL git_sha=cacbc01dbf264f01fcaaf584ccd39c6a0a3592de 20:28:54 ---> Running in 11e025bfe5bf 20:28:54 ---> d0d7710e7d5e 20:28:54 Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.toml ${BOOTSTRAP_MOSQUITTO_DIR}/res/ 20:28:55 Removing intermediate container 11e025bfe5bf 20:28:55 ---> 3c6d878160b6 20:28:55 Step 22/22 : LABEL version=0.0.0 20:28:55 ---> Running in 0cf8c06f7769 20:28:55 Removing intermediate container 0cf8c06f7769 20:28:55 ---> c3a553a49f74 20:28:55 20:28:55 ---> e4849d961ab7 20:28:55 Step 25/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_STAGING}/consul-bootstrapper/ 20:28:56 Successfully built c3a553a49f74 20:28:56 Successfully tagged core-data-arm64:latest 20:28:56  Building core-data ... done  ---> be9ec954aa99 20:28:56 Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 20:28:57 ---> 1207869508c9 20:28:57 Step 27/32 : RUN chmod +x /entrypoint.sh 20:28:57 ---> Running in ac4a8f0785f0 20:29:01 Removing intermediate container ac4a8f0785f0 20:29:01 ---> cbd2fddfdc70 20:29:01 Step 28/32 : ENTRYPOINT ["/entrypoint.sh"] 20:29:01 ---> Running in e6514cfaf7e3 20:29:01 Removing intermediate container e6514cfaf7e3 20:29:01 ---> 4c6d1f464395 20:29:01 Step 29/32 : CMD ["gate"] 20:29:01 ---> Running in 38f02b1e0629 20:29:02 Removing intermediate container 38f02b1e0629 20:29:02 ---> e04bce0e1ffe 20:29:02 Step 30/32 : LABEL arch=arm64 20:29:02 ---> Running in 2876819ee23b 20:29:02 Removing intermediate container 2876819ee23b 20:29:02 ---> bf2298fc2724 20:29:02 Step 31/32 : LABEL git_sha=cacbc01dbf264f01fcaaf584ccd39c6a0a3592de 20:29:02 ---> Running in 9ca245a323d5 20:29:03 Removing intermediate container 9ca245a323d5 20:29:03 ---> 70a8fab0cfa8 20:29:03 Step 32/32 : LABEL version=0.0.0 20:29:03 ---> Running in 3bdd569e16ce 20:29:04 Removing intermediate container 3bdd569e16ce 20:29:04 ---> e06270f069f8 20:29:04 20:29:05 Successfully built e06270f069f8 20:29:05 Successfully tagged security-bootstrapper-arm64:latest 20:29:10  Building security-bootstrapper ... done Removing intermediate container b710fb49a3ab 20:29:10 ---> ee4e9900b397 20:29:10 20:29:10 Step 9/24 : FROM alpine:3.16 20:29:10 ---> 4c81e5bf8899 20:29:10 Step 10/24 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec 20:29:10 ---> Running in 64ab870db26c 20:29:12 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 20:29:12 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 20:29:13 (1/3) Installing ca-certificates (20220614-r0) 20:29:13 (2/3) Installing dumb-init (1.2.5-r1) 20:29:13 (3/3) Installing su-exec (0.2-r1) 20:29:13 Executing busybox-1.35.0-r17.trigger 20:29:13 Executing ca-certificates-20220614-r0.trigger 20:29:14 OK: 6 MiB in 17 packages 20:29:17 Removing intermediate container 64ab870db26c 20:29:17 ---> 6910f52a3e16 20:29:17 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 20:29:17 ---> Running in 0df83a3ad1eb 20:29:18 Removing intermediate container 0df83a3ad1eb 20:29:18 ---> 5eae6b6eac7f 20:29:18 Step 12/24 : WORKDIR / 20:29:18 ---> Running in 9506a3dc878b 20:29:18 Removing intermediate container 9506a3dc878b 20:29:18 ---> adeb4cfa6a7d 20:29:18 Step 13/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 20:29:19 ---> 60c5a01a752e 20:29:19 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 20:29:20 ---> db639f5734e8 20:29:20 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 20:29:20 ---> a23d11b8d305 20:29:20 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml 20:29:21 ---> 6cddc57f39d8 20:29:21 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 20:29:24 ---> b9d7dac395e4 20:29:24 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 20:29:27 ---> b229a0c9b92b 20:29:27 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 20:29:28 ---> fb89f9c0fe17 20:29:28 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 20:29:28 ---> Running in d5c3132dc40f 20:29:31 Removing intermediate container d1878728bf2a 20:29:31 ---> b8c85e5ce4d3 20:29:31 20:29:31 Step 10/22 : FROM alpine:3.16 20:29:31 ---> 4c81e5bf8899 20:29:31 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel Corporation' 20:29:31 ---> Running in afe4ba1c836d 20:29:32 Removing intermediate container afe4ba1c836d 20:29:32 ---> fbf223f4112e 20:29:32 Step 12/22 : RUN apk add --update --no-cache dumb-init 20:29:32 Removing intermediate container d5c3132dc40f 20:29:32 ---> e4fe04f52189 20:29:32 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 20:29:32 ---> Running in 2db44394acff 20:29:32 ---> Running in 1fcbfd663d32 20:29:33 Removing intermediate container 1fcbfd663d32 20:29:33 ---> 43eac7183a83 20:29:33 Step 22/24 : LABEL arch=arm64 20:29:33 ---> Running in 6f4f1d878535 20:29:34 Removing intermediate container 6f4f1d878535 20:29:34 ---> 86c0b07b1593 20:29:34 Step 23/24 : LABEL git_sha=cacbc01dbf264f01fcaaf584ccd39c6a0a3592de 20:29:34 ---> Running in 4237e0485e68 20:29:34 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 20:29:34 Removing intermediate container 4237e0485e68 20:29:34 ---> 42a79cfa185d 20:29:34 Step 24/24 : LABEL version=0.0.0 20:29:35 ---> Running in baa02436dad8 20:29:35 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 20:29:35 Removing intermediate container baa02436dad8 20:29:35 ---> 4700c72b3892 20:29:35 20:29:35 Successfully built 4700c72b3892 20:29:35 Successfully tagged security-secretstore-setup-arm64:latest 20:29:36  Building security-secretstore-setup ... done (1/1) Installing dumb-init (1.2.5-r1) 20:29:36 Executing busybox-1.35.0-r17.trigger 20:29:36 OK: 5 MiB in 15 packages 20:29:37 Removing intermediate container 2db44394acff 20:29:37 ---> fc88249f62fe 20:29:37 Step 13/22 : COPY --from=builder /edgex-go/Attribution.txt / 20:29:38 ---> 539b36e8041f 20:29:38 Step 14/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / 20:29:39 ---> f05b9047d325 20:29:39 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml 20:29:39 ---> f479da511e4f 20:29:39 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ 20:29:40 ---> 96a9672008e4 20:29:40 Step 17/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 20:29:40 ---> Running in 98f117e5e297 20:29:43 Removing intermediate container 98f117e5e297 20:29:43 ---> 56cef8e41639 20:29:43 Step 18/22 : ENTRYPOINT ["entrypoint.sh"] 20:29:43 ---> Running in ab3edee0b67e 20:29:44 Removing intermediate container ab3edee0b67e 20:29:44 ---> 96781029e02c 20:29:44 Step 19/22 : CMD ["/core-common-config-bootstrapper", "-cp=consul.http://edgex-core-consul:8500", "-cf=configuration.yaml"] 20:29:44 ---> Running in 0db5635b6c52 20:29:44 Removing intermediate container 0db5635b6c52 20:29:44 ---> cdcf35074ca6 20:29:44 Step 20/22 : LABEL arch=arm64 20:29:44 ---> Running in d873e2a48cd1 20:29:45 Removing intermediate container d873e2a48cd1 20:29:45 ---> 86ea00e7dbc2 20:29:45 Step 21/22 : LABEL git_sha=cacbc01dbf264f01fcaaf584ccd39c6a0a3592de 20:29:45 ---> Running in 6d20e721fc3f 20:29:45 Removing intermediate container 6d20e721fc3f 20:29:45 ---> 5c5335d57a20 20:29:45 Step 22/22 : LABEL version=0.0.0 20:29:45 ---> Running in 4c2a2480828f 20:29:45 Removing intermediate container 4c2a2480828f 20:29:45 ---> 997ec896845f 20:29:45 20:29:46 Successfully built 997ec896845f 20:29:46 Successfully tagged core-common-config-bootstrapper-arm64:latest 20:30:04  Building core-common-config-bootstrapper ... done Removing intermediate container 0e7f575893ef 20:30:04 ---> c96d95aabf67 20:30:04 20:30:04 Step 10/22 : FROM alpine:3.16 20:30:04 ---> 4c81e5bf8899 20:30:04 Step 11/22 : RUN apk add --update --no-cache dumb-init 20:30:04 ---> Using cache 20:30:04 ---> 361eda6da949 20:30:04 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 20:30:04 ---> Using cache 20:30:04 ---> 5c60945e1ad0 20:30:04 Step 13/22 : ENV APP_PORT=59861 20:30:04 ---> Running in d67064a5b2b1 20:30:04 Removing intermediate container d67064a5b2b1 20:30:04 ---> 8e5fa7bd7a31 20:30:04 Step 14/22 : EXPOSE $APP_PORT 20:30:04 ---> Running in c66e5fab0405 20:30:04 Removing intermediate container c66e5fab0405 20:30:04 ---> 7d8b70ecec05 20:30:04 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 20:30:05 ---> 7fdff65a4f00 20:30:05 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 20:30:06 ---> 95e8ad15001b 20:30:06 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 20:30:06 ---> ebf0fd73ff07 20:30:06 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 20:30:06 ---> Running in bae6566c9ec4 20:30:07 Removing intermediate container bae6566c9ec4 20:30:07 ---> f9a4eac89bda 20:30:07 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 20:30:07 ---> Running in de9126a626d6 20:30:08 Removing intermediate container de9126a626d6 20:30:08 ---> d0031448fb50 20:30:08 Step 20/22 : LABEL arch=arm64 20:30:08 ---> Running in 6d5a7f919087 20:30:08 Removing intermediate container 6d5a7f919087 20:30:08 ---> 46c91ba94e1b 20:30:08 Step 21/22 : LABEL git_sha=cacbc01dbf264f01fcaaf584ccd39c6a0a3592de 20:30:08 ---> Running in 29f607cc80e3 20:30:08 Removing intermediate container 29f607cc80e3 20:30:08 ---> d68a639bdfba 20:30:08 Step 22/22 : LABEL version=0.0.0 20:30:08 ---> Running in 65efc79b35c6 20:30:09 Removing intermediate container 65efc79b35c6 20:30:09 ---> 5043da7f546f 20:30:09 20:30:09 Successfully built 5043da7f546f 20:30:09 Successfully tagged support-scheduler-arm64:latest 20:30:09  Building support-scheduler ... done  [Pipeline] } 20:30:09 $ docker stop --time=1 5716501199ec7424d418974d73bb5dafe590c062948709f47a4e931e83003e70 20:30:11 $ docker rm -f --volumes 5716501199ec7424d418974d73bb5dafe590c062948709f47a4e931e83003e70 [Pipeline] // withDockerContainer [Pipeline] sh 20:30:11 + docker images 20:30:12 REPOSITORY TAG IMAGE ID CREATED SIZE 20:30:12 support-scheduler-arm64 latest 5043da7f546f 2 seconds ago 29MB 20:30:12 c96d95aabf67 9 seconds ago 1.57GB 20:30:12 core-common-config-bootstrapper-arm64 latest 997ec896845f 26 seconds ago 14.9MB 20:30:12 security-secretstore-setup-arm64 latest 4700c72b3892 36 seconds ago 29MB 20:30:12 b8c85e5ce4d3 42 seconds ago 1.5GB 20:30:12 ee4e9900b397 About a minute ago 1.5GB 20:30:12 security-bootstrapper-arm64 latest e06270f069f8 About a minute ago 19.6MB 20:30:12 core-data-arm64 latest c3a553a49f74 About a minute ago 17.2MB 20:30:12 cdddaa836468 About a minute ago 1.51GB 20:30:12 34c46754c410 About a minute ago 1.5GB 20:30:12 security-spire-config-arm64 latest 8bdb04c9b61f 6 minutes ago 83.6MB 20:30:12 7d95d502d115 7 minutes ago 1.38GB 20:30:12 support-notifications-arm64 latest 85516b5ef2c9 7 minutes ago 29.7MB 20:30:12 c1e9ee173d4e 7 minutes ago 1.57GB 20:30:12 core-command-arm64 latest 0d2b809cc868 7 minutes ago 17MB 20:30:12 9652609f30dd 8 minutes ago 1.51GB 20:30:12 security-spire-server-arm64 latest 9a48ec70f334 8 minutes ago 84.3MB 20:30:12 security-spiffe-token-provider-arm64 latest 5d410945ad07 8 minutes ago 29.1MB 20:30:12 248323bd105a 8 minutes ago 1.38GB 20:30:12 2c63804ffb0d 8 minutes ago 1.54GB 20:30:12 core-metadata-arm64 latest b4b2d6572880 10 minutes ago 17.7MB 20:30:12 67309713fec6 10 minutes ago 1.51GB 20:30:12 security-proxy-setup-arm64 latest f7407d6852d3 11 minutes ago 26.9MB 20:30:12 b79d5b369e8e 11 minutes ago 1.5GB 20:30:12 security-spire-agent-arm64 latest 0dd3b3c42c2a 16 minutes ago 122MB 20:30:12 322cf3d0742c 17 minutes ago 1.38GB 20:30:12 ci-base-image-arm64 latest 62e28e230fea 29 minutes ago 905MB 20:30:12 alpine 3.15 354640af7b1b 4 days ago 5.34MB 20:30:12 alpine 3.16 4c81e5bf8899 4 days ago 5.3MB 20:30:12 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.18-alpine f96f9c87975a 3 months ago 685MB 20:30:12 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 20:30:12 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 20:30:12 20:30:12 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:30:13 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 20:30:13 arm64: Pulling from edgex-lftools-log-publisher 20:30:13 8998bd30e6a1: Pulling fs layer 20:30:13 04944245beec: Pulling fs layer 20:30:13 699f458cf7ca: Pulling fs layer 20:30:13 765212b225bb: Pulling fs layer 20:30:13 f23df028b6ca: Pulling fs layer 20:30:13 d65c8cfc05b1: Pulling fs layer 20:30:13 2437ff75d9bd: Pulling fs layer 20:30:13 765212b225bb: Waiting 20:30:13 f23df028b6ca: Waiting 20:30:13 d65c8cfc05b1: Waiting 20:30:13 2437ff75d9bd: Waiting 20:30:13 04944245beec: Download complete 20:30:13 765212b225bb: Download complete 20:30:13 f23df028b6ca: Verifying Checksum 20:30:13 f23df028b6ca: Download complete 20:30:13 d65c8cfc05b1: Verifying Checksum 20:30:13 d65c8cfc05b1: Download complete 20:30:13 699f458cf7ca: Verifying Checksum 20:30:13 699f458cf7ca: Download complete 20:30:14 8998bd30e6a1: Verifying Checksum 20:30:14 8998bd30e6a1: Download complete 20:30:16 2437ff75d9bd: Verifying Checksum 20:30:16 2437ff75d9bd: Download complete 20:30:17 8998bd30e6a1: Pull complete 20:30:18 04944245beec: Pull complete 20:30:19 699f458cf7ca: Pull complete 20:30:19 765212b225bb: Pull complete 20:30:21 f23df028b6ca: Pull complete 20:30:21 d65c8cfc05b1: Pull complete 20:30:36 2437ff75d9bd: Pull complete 20:30:36 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 20:30:36 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 20:30:36 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:30:37 prd-ubuntu20.04-docker-arm64-4c-16g-6192 does not seem to be running inside a container 20:30:37 $ 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 20:30:39 $ docker top 96468fccf8c99cb64e11476c4f831ff9d3cc32688dca645d33cdeb218ebdd91a -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 20:30:40 ---> job-cost.sh 20:30:40 lf-activate-venv: SKIPPING 20:30:40 INFO: No Stack... 20:30:41 INFO: Retrieving Pricing Info for: v3-standard-4 20:30:42 INFO: Archiving Costs [Pipeline] sh 20:30:42 + cut -d, -f6 20:30:42 + cat /w/workspace/edgex-go/1/archives/cost.csv [Pipeline] lock 20:30:42 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-4362-1-stack-cost] 20:30:42 Resource [jenkins-edgexfoundry-edgex-go-PR-4362-1-stack-cost] did not exist. Created. 20:30:42 Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-4362-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 20:30:43 + echo total: 0.2199999988079071 [Pipeline] stash 20:30:43 Stashed 1 file(s) [Pipeline] } 20:30:43 Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-4362-1-stack-cost] [Pipeline] // lock [Pipeline] } 20:30:43 $ docker stop --time=1 96468fccf8c99cb64e11476c4f831ff9d3cc32688dca645d33cdeb218ebdd91a 20:30:45 $ 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 20:30:46 provisioning config files... 20:30:46 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/1@tmp/config1683866409614275772tmp [Pipeline] { [Pipeline] sh 20:30:46 + set +x 20:30:46 + + curlbash -s -s https://codecov.io/bash -- 20:30:46 20:30:46 20:30:46 _____ _ 20:30:46 / ____| | | 20:30:46 | | ___ __| | ___ ___ _____ __ 20:30:46 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 20:30:46 | |___| (_) | (_| | __/ (_| (_) \ V / 20:30:46 \_____\___/ \__,_|\___|\___\___/ \_/ 20:30:46 Bash-1.0.6 20:30:46 20:30:46 20:30:46 ==> git version 2.25.1 found 20:30:46 ==> 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 20:30:46 Release-Date: 2020-01-08 20:30:46 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 20:30:46 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 20:30:46 ==> Jenkins CI detected. 20:30:46 current dir:  /w/workspace/edgex-go/1 20:30:46 project root: . 20:30:46 --> token set from env 20:30:46 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 20:30:46 ==> Running gcov in . (disable via -X gcov) 20:30:46 ==> Python coveragepy not found 20:30:46 ==> Searching for coverage reports in: 20:30:46 + . 20:30:46 -> Found 1 reports 20:30:46 ==> Detecting git/mercurial file structure 20:30:46 ==> Reading reports 20:30:46 + ./coverage.out bytes=487529 20:30:46 ==> Appending adjustments 20:30:46 https://docs.codecov.io/docs/fixing-reports 20:30:47 + Found adjustments 20:30:47 ==> Gzipping contents 20:30:47 64K /tmp/codecov.x4Fem9.gz 20:30:47 ==> Uploading reports 20:30:47 url: https://codecov.io 20:30:47 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= 20:30:47 -> Pinging Codecov 20:30:47 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= 20:30:48 -> Uploading to 20:30:48 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 20:30:48 % Total % Received % Xferd Average Speed Time Time Time Current 20:30:48 Dload Upload Total Spent Left Speed 20:30:48 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 20:30:48 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-go/commit/cacbc01dbf264f01fcaaf584ccd39c6a0a3592de [Pipeline] } 20:30:48 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 20:30:49 + [ -d /w/workspace/edgex-go/1/archives ] [Pipeline] libraryResource [Pipeline] sh 20:30:50 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 20:30:51 ---> package-listing.sh 20:30:51 ++ facter osfamily 20:30:51 ++ tr '[:upper:]' '[:lower:]' 20:30:51 + OS_FAMILY=debian 20:30:51 + workspace=/w/workspace/edgex-go/1 20:30:51 + START_PACKAGES=/tmp/packages_start.txt 20:30:51 + END_PACKAGES=/tmp/packages_end.txt 20:30:51 + DIFF_PACKAGES=/tmp/packages_diff.txt 20:30:51 + PACKAGES=/tmp/packages_start.txt 20:30:51 + '[' /w/workspace/edgex-go/1 ']' 20:30:51 + PACKAGES=/tmp/packages_end.txt 20:30:51 + case "${OS_FAMILY}" in 20:30:51 + dpkg -l 20:30:51 + grep '^ii' 20:30:51 + '[' -f /tmp/packages_start.txt ']' 20:30:51 + '[' -f /tmp/packages_end.txt ']' 20:30:51 + diff /tmp/packages_start.txt /tmp/packages_end.txt 20:30:51 + '[' /w/workspace/edgex-go/1 ']' 20:30:51 + mkdir -p /w/workspace/edgex-go/1/archives/ 20:30:51 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/1/archives/ [Pipeline] echo 20:30:51 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 20:30:51 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:30:52 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 20:30:52 20:30:52 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 20:30:52 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 20:30:52 latest: Pulling from edgex-lftools-log-publisher 20:30:52 5eb5b503b376: Pulling fs layer 20:30:52 5c69ac0246d0: Pulling fs layer 20:30:52 ec43610c2a17: Pulling fs layer 20:30:52 3a2ae6a8a46f: Pulling fs layer 20:30:52 33b1e0a273af: Pulling fs layer 20:30:52 5d3b04190fa2: Pulling fs layer 20:30:52 2f39f015ded8: Pulling fs layer 20:30:52 33b1e0a273af: Waiting 20:30:52 5d3b04190fa2: Waiting 20:30:52 2f39f015ded8: Waiting 20:30:52 3a2ae6a8a46f: Waiting 20:30:52 5c69ac0246d0: Verifying Checksum 20:30:52 5c69ac0246d0: Download complete 20:30:52 3a2ae6a8a46f: Download complete 20:30:52 33b1e0a273af: Verifying Checksum 20:30:52 33b1e0a273af: Download complete 20:30:52 5d3b04190fa2: Verifying Checksum 20:30:52 5d3b04190fa2: Download complete 20:30:52 ec43610c2a17: Verifying Checksum 20:30:52 ec43610c2a17: Download complete 20:30:53 5eb5b503b376: Verifying Checksum 20:30:53 5eb5b503b376: Download complete 20:30:53 2f39f015ded8: Download complete 20:30:54 5eb5b503b376: Pull complete 20:30:54 5c69ac0246d0: Pull complete 20:30:54 ec43610c2a17: Pull complete 20:30:55 3a2ae6a8a46f: Pull complete 20:30:55 33b1e0a273af: Pull complete 20:30:55 5d3b04190fa2: Pull complete 20:30:59 2f39f015ded8: Pull complete 20:30:59 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 20:30:59 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 20:30:59 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 20:30:59 prd-ubuntu20.04-docker-8c-8g-6182 does not seem to be running inside a container 20:30:59 $ 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 20:31:02 $ docker top 72e4bba4e0803d0452d7e766468889fd5976f29c9f11f3d515c5a0f1f962269a -eo pid,comm [Pipeline] { [Pipeline] sh 20:31:03 + touch /tmp/pre-build-complete [Pipeline] sh 20:31:03 + mkdir -p /var/log/sysstat [Pipeline] sh 20:31:03 + ls /var/log/sa-host 20:31:03 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 20:31:04 provisioning config files... 20:31:04 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/1@tmp/config2509867527046794178tmp [Pipeline] { [Pipeline] echo 20:31:04 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 20:31:04 ---> create-netrc.sh [Pipeline] } 20:31:04 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 20:31:04 ---> python-tools-install.sh [Pipeline] echo 20:31:04 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 20:31:05 ---> sudo-logs.sh 20:31:05 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 20:31:05 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 20:31:05 ---> job-cost.sh 20:31:05 lf-activate-venv: SKIPPING 20:31:05 DEBUG: total: 0.2199999988079071 20:31:05 INFO: Retrieving Stack Cost... 20:31:05 INFO: Retrieving Pricing Info for: v3-standard-8 20:31:06 INFO: Archiving Costs [Pipeline] echo 20:31:06 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 20:31:06 ---> logs-deploy.sh 20:31:06 lf-activate-venv: SKIPPING 20:31:06 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-4362/1 20:31:06 INFO: archiving workspace using pattern(s): 20:31:07 Archives upload complete. 20:31:07 INFO: archiving logs to Nexus 20:31:08 ---> uname -a: 20:31:08 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 20:31:08 20:31:08 20:31:08 ---> lscpu: 20:31:08 Architecture: x86_64 20:31:08 CPU op-mode(s): 32-bit, 64-bit 20:31:08 Byte Order: Little Endian 20:31:08 Address sizes: 40 bits physical, 48 bits virtual 20:31:08 CPU(s): 8 20:31:08 On-line CPU(s) list: 0-7 20:31:08 Thread(s) per core: 1 20:31:08 Core(s) per socket: 1 20:31:08 Socket(s): 8 20:31:08 NUMA node(s): 1 20:31:08 Vendor ID: AuthenticAMD 20:31:08 CPU family: 23 20:31:08 Model: 49 20:31:08 Model name: AMD EPYC-Rome Processor 20:31:08 Stepping: 0 20:31:08 CPU MHz: 2799.998 20:31:08 BogoMIPS: 5599.99 20:31:08 Virtualization: AMD-V 20:31:08 Hypervisor vendor: KVM 20:31:08 Virtualization type: full 20:31:08 L1d cache: 256 KiB 20:31:08 L1i cache: 256 KiB 20:31:08 L2 cache: 4 MiB 20:31:08 L3 cache: 128 MiB 20:31:08 NUMA node0 CPU(s): 0-7 20:31:08 Vulnerability Itlb multihit: Not affected 20:31:08 Vulnerability L1tf: Not affected 20:31:08 Vulnerability Mds: Not affected 20:31:08 Vulnerability Meltdown: Not affected 20:31:08 Vulnerability Mmio stale data: Not affected 20:31:08 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 20:31:08 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 20:31:08 Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling 20:31:08 Vulnerability Srbds: Not affected 20:31:08 Vulnerability Tsx async abort: Not affected 20:31:08 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 20:31:08 20:31:08 20:31:08 ---> nproc: 20:31:08 8 20:31:08 20:31:08 20:31:08 ---> df -h: 20:31:08 Filesystem Size Used Avail Use% Mounted on 20:31:08 overlay 155G 20G 136G 13% / 20:31:08 tmpfs 64M 0 64M 0% /dev 20:31:08 tmpfs 16G 0 16G 0% /sys/fs/cgroup 20:31:08 shm 64M 0 64M 0% /dev/shm 20:31:08 /dev/vda1 155G 20G 136G 13% /facter-os 20:31:08 20:31:08 20:31:08 ---> sar -b -r -n DEV: 20:31:08 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-6182) 02/15/23 _x86_64_ (8 CPU) 20:31:08 20:31:08 18:42:01 LINUX RESTART (8 CPU) 20:31:08 20:31:08 18:43:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 20:31:08 18:44:01 6.76 0.00 6.76 0.00 0.00 28104.68 0.00 20:31:08 18:45:01 4.87 0.03 4.83 0.00 5.86 28098.63 0.00 20:31:08 18:46:01 4.63 0.00 4.63 0.00 0.00 27965.21 0.00 20:31:08 18:47:01 5.02 0.00 5.02 0.00 0.00 28105.18 0.00 20:31:08 18:48:01 32.23 11.25 20.98 0.00 3473.69 16042.39 0.00 20:31:08 18:49:01 1.82 0.00 1.82 0.00 0.00 20.39 0.00 20:31:08 18:50:01 1.37 0.00 1.37 0.00 0.00 15.46 0.00 20:31:08 18:51:01 1.88 0.00 1.88 0.00 0.00 21.60 0.00 20:31:08 18:52:01 1.40 0.00 1.40 0.00 0.00 17.20 0.00 20:31:08 18:53:01 2.25 0.00 2.25 0.00 0.00 33.73 0.00 20:31:08 18:54:01 0.87 0.00 0.87 0.00 0.00 9.73 0.00 20:31:08 18:55:01 1.88 0.00 1.88 0.00 0.00 21.19 0.00 20:31:08 18:56:01 1.15 0.00 1.15 0.00 0.00 12.93 0.00 20:31:08 18:57:01 1.57 0.00 1.57 0.00 0.00 18.53 0.00 20:31:08 18:58:01 1.45 0.02 1.43 0.00 0.13 16.26 0.00 20:31:08 18:59:01 1.75 0.00 1.75 0.00 0.00 20.13 0.00 20:31:08 19:00:01 1.00 0.00 1.00 0.00 0.00 11.20 0.00 20:31:08 19:01:01 1.45 0.00 1.45 0.00 0.00 17.06 0.00 20:31:08 19:02:01 0.97 0.00 0.97 0.00 0.00 11.20 0.00 20:31:08 19:03:01 1.55 0.00 1.55 0.00 0.00 17.73 0.00 20:31:08 19:04:01 0.88 0.00 0.88 0.00 0.00 10.00 0.00 20:31:08 19:05:01 1.50 0.00 1.50 0.00 0.00 17.46 0.00 20:31:08 19:06:01 1.02 0.00 1.02 0.00 0.00 11.06 0.00 20:31:08 19:07:01 1.50 0.00 1.50 0.00 0.00 17.20 0.00 20:31:08 19:08:01 0.92 0.00 0.92 0.00 0.00 10.00 0.00 20:31:08 19:09:01 1.48 0.00 1.48 0.00 0.00 16.93 0.00 20:31:08 19:10:01 0.90 0.00 0.90 0.00 0.00 9.47 0.00 20:31:08 19:11:01 1.22 0.00 1.22 0.00 0.00 14.93 0.00 20:31:08 19:12:01 1.12 0.00 1.12 0.00 0.00 12.40 0.00 20:31:08 19:13:01 1.57 0.00 1.57 0.00 0.00 18.00 0.00 20:31:08 19:14:01 0.93 0.00 0.93 0.00 0.00 10.26 0.00 20:31:08 19:15:01 1.50 0.00 1.50 0.00 0.00 16.80 0.00 20:31:08 19:16:01 0.82 0.00 0.82 0.00 0.00 9.60 0.00 20:31:08 19:17:01 1.53 0.02 1.52 0.00 0.13 17.86 0.00 20:31:08 19:18:01 1.12 0.00 1.12 0.00 0.00 12.26 0.00 20:31:08 19:19:01 1.63 0.00 1.63 0.00 0.00 19.05 0.00 20:31:08 19:20:01 0.97 0.00 0.97 0.00 0.00 10.26 0.00 20:31:08 19:21:01 1.55 0.00 1.55 0.00 0.00 17.33 0.00 20:31:08 19:22:01 1.37 0.00 1.37 0.00 0.00 15.33 0.00 20:31:08 19:23:01 1.57 0.00 1.57 0.00 0.00 18.26 0.00 20:31:08 19:24:01 1.17 0.00 1.17 0.00 0.00 13.33 0.00 20:31:08 19:25:01 1.42 0.00 1.42 0.00 0.00 18.12 0.00 20:31:08 19:26:01 0.92 0.00 0.92 0.00 0.00 10.53 0.00 20:31:08 19:27:01 1.35 0.00 1.35 0.00 0.00 16.79 0.00 20:31:08 19:28:01 1.22 0.00 1.22 0.00 0.00 13.73 0.00 20:31:08 19:29:01 1.52 0.00 1.52 0.00 0.00 18.80 0.00 20:31:08 19:30:01 0.92 0.00 0.92 0.00 0.00 10.40 0.00 20:31:08 19:31:01 1.22 0.00 1.22 0.00 0.00 14.13 0.00 20:31:08 19:32:01 1.10 0.00 1.10 0.00 0.00 13.06 0.00 20:31:08 19:33:01 1.32 0.00 1.32 0.00 0.00 15.86 0.00 20:31:08 19:34:01 0.93 0.00 0.93 0.00 0.00 10.40 0.00 20:31:08 19:35:01 5.13 3.60 1.53 0.00 83.97 29.86 0.00 20:31:08 19:36:01 0.95 0.00 0.95 0.00 0.00 10.80 0.00 20:31:08 19:37:01 1.33 0.00 1.33 0.00 0.00 16.40 0.00 20:31:08 19:38:02 1.07 0.00 1.07 0.00 0.00 11.86 0.00 20:31:08 19:39:01 1.20 0.00 1.20 0.00 0.00 15.32 0.00 20:31:08 19:40:01 1.08 0.00 1.08 0.00 0.00 11.86 0.00 20:31:08 19:41:01 1.23 0.00 1.23 0.00 0.00 15.33 0.00 20:31:08 19:42:01 0.98 0.00 0.98 0.00 0.00 10.93 0.00 20:31:08 19:43:01 1.68 0.00 1.68 0.00 0.00 19.86 0.00 20:31:08 19:44:01 0.98 0.00 0.98 0.00 0.00 11.06 0.00 20:31:08 19:45:01 1.23 0.00 1.23 0.00 0.00 15.86 0.00 20:31:08 19:46:01 0.93 0.00 0.93 0.00 0.00 10.00 0.00 20:31:08 19:47:01 1.38 0.00 1.38 0.00 0.00 17.73 0.00 20:31:08 19:48:01 1.10 0.00 1.10 0.00 0.00 12.40 0.00 20:31:08 19:49:01 1.43 0.00 1.43 0.00 0.00 16.93 0.00 20:31:08 19:50:01 1.03 0.00 1.03 0.00 0.00 10.66 0.00 20:31:08 19:51:01 1.32 0.00 1.32 0.00 0.00 15.86 0.00 20:31:08 19:52:01 1.10 0.00 1.10 0.00 0.00 12.13 0.00 20:31:08 19:53:01 1.72 0.00 1.72 0.00 0.00 19.60 0.00 20:31:08 19:54:01 1.03 0.00 1.03 0.00 0.00 11.06 0.00 20:31:08 19:55:01 1.63 0.00 1.63 0.00 0.00 17.73 0.00 20:31:08 19:56:01 1.00 0.00 1.00 0.00 0.00 10.53 0.00 20:31:08 19:57:01 1.68 0.00 1.68 0.00 0.00 19.06 0.00 20:31:08 19:58:01 1.08 0.00 1.08 0.00 0.00 11.60 0.00 20:31:08 19:59:01 55.54 12.61 42.93 0.00 1841.43 22034.33 0.00 20:31:08 20:00:01 101.75 1.15 100.60 0.00 45.19 50564.24 0.00 20:31:08 20:01:01 40.04 0.20 39.84 0.00 2.80 18563.28 0.00 20:31:08 20:02:01 87.19 0.07 87.12 0.00 9.33 52836.39 0.00 20:31:08 20:03:01 427.48 7.70 419.78 0.00 75.19 124006.13 0.00 20:31:08 20:04:01 184.95 0.00 184.95 0.00 0.00 156460.19 0.00 20:31:08 20:05:01 643.47 0.13 643.34 0.00 14.66 166121.96 0.00 20:31:08 20:06:01 545.68 3.97 541.71 0.00 36.66 245657.32 0.00 20:31:08 20:07:01 781.17 0.00 781.17 0.00 0.00 155978.28 0.00 20:31:08 20:08:01 13.28 0.03 13.25 0.00 4.93 236.89 0.00 20:31:08 20:09:01 1.75 0.00 1.75 0.00 0.00 18.79 0.00 20:31:08 20:10:01 1.12 0.00 1.12 0.00 0.00 12.26 0.00 20:31:08 20:11:01 1.73 0.00 1.73 0.00 0.00 18.53 0.00 20:31:08 20:12:01 0.95 0.00 0.95 0.00 0.00 10.26 0.00 20:31:08 20:13:01 1.77 0.00 1.77 0.00 0.00 19.73 0.00 20:31:08 20:14:01 1.08 0.00 1.08 0.00 0.00 11.20 0.00 20:31:08 20:15:01 1.98 0.00 1.98 0.00 0.00 21.73 0.00 20:31:08 20:16:01 1.48 0.00 1.48 0.00 0.00 15.59 0.00 20:31:08 20:17:01 2.10 0.00 2.10 0.00 0.00 23.06 0.00 20:31:08 20:18:01 1.82 0.00 1.82 0.00 0.00 19.60 0.00 20:31:08 20:19:01 1.80 0.00 1.80 0.00 0.00 19.73 0.00 20:31:08 20:20:01 1.47 0.00 1.47 0.00 0.00 15.73 0.00 20:31:08 20:21:01 1.75 0.00 1.75 0.00 0.00 18.93 0.00 20:31:08 20:22:01 1.45 0.00 1.45 0.00 0.00 15.60 0.00 20:31:08 20:23:01 2.02 0.00 2.02 0.00 0.00 23.33 0.00 20:31:08 20:24:01 1.20 0.00 1.20 0.00 0.00 12.66 0.00 20:31:08 20:25:01 1.35 0.00 1.35 0.00 0.00 15.86 0.00 20:31:08 20:26:01 1.02 0.00 1.02 0.00 0.00 10.66 0.00 20:31:08 20:27:01 1.75 0.00 1.75 0.00 0.00 19.33 0.00 20:31:08 20:28:01 1.05 0.00 1.05 0.00 0.00 12.00 0.00 20:31:08 20:29:01 1.78 0.00 1.78 0.00 0.00 19.73 0.00 20:31:08 20:30:01 1.05 0.00 1.05 0.00 0.00 11.06 0.00 20:31:08 20:31:01 33.89 0.22 33.67 0.00 16.93 12398.80 0.00 20:31:08 Average: 28.67 0.38 28.29 0.00 51.97 10505.18 0.00 20:31:08 20:31:08 18:43:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 20:31:08 18:44:01 30614084 31885652 487404 1.48 47296 1542112 1662592 4.90 597040 1413304 164 20:31:08 18:45:01 30613568 31885592 487384 1.48 47384 1542292 1662592 4.90 597764 1413632 40 20:31:08 18:46:01 30613780 31885904 486868 1.48 47472 1542292 1662592 4.90 598832 1413632 164 20:31:08 18:47:01 30613244 31885988 487312 1.48 47576 1542288 1662592 4.90 598480 1414156 24 20:31:08 18:48:01 30370316 31859300 498204 1.52 53364 1746572 1742100 5.13 760968 1467132 156 20:31:08 18:49:01 30370232 31859448 497544 1.51 53452 1746700 1742100 5.13 761252 1467264 164 20:31:08 18:50:01 30369992 31859304 497448 1.51 53552 1746708 1742100 5.13 761512 1467264 176 20:31:08 18:51:01 30369796 31859248 497524 1.51 53648 1746708 1742100 5.13 761824 1467268 176 20:31:08 18:52:01 30370008 31859584 497164 1.51 53752 1746696 1742100 5.13 762056 1467340 8 20:31:08 18:53:01 30369808 31859544 496988 1.51 53888 1746696 1742100 5.13 762496 1467328 200 20:31:08 18:54:01 30369532 31859308 497164 1.51 53920 1746696 1742100 5.13 762320 1467328 176 20:31:08 18:55:01 30369764 31859640 497024 1.51 54008 1746700 1742100 5.13 762236 1467336 172 20:31:08 18:56:01 30369748 31859684 496900 1.51 54080 1746700 1742100 5.13 762588 1467340 172 20:31:08 18:57:01 30370096 31860096 496504 1.51 54128 1746696 1742100 5.13 762316 1467336 12 20:31:08 18:58:01 30359228 31849332 507372 1.54 54156 1746696 1728608 5.09 772332 1467344 8 20:31:08 18:59:01 30358636 31848820 507676 1.54 54236 1746708 1728608 5.09 772716 1467352 184 20:31:08 19:00:01 30368072 31858304 498332 1.52 54268 1746712 1728608 5.09 763460 1467352 168 20:31:08 19:01:01 30367852 31858120 498500 1.52 54300 1746716 1728608 5.09 763696 1467352 184 20:31:08 19:02:01 30368056 31858348 498172 1.51 54324 1746720 1728608 5.09 763936 1467360 12 20:31:08 19:03:01 30368032 31858380 498088 1.51 54372 1746720 1728608 5.09 764008 1467360 168 20:31:08 19:04:01 30367648 31858024 498380 1.52 54396 1746724 1728608 5.09 764960 1467364 176 20:31:08 19:05:01 30367632 31858048 498296 1.52 54436 1746724 1728608 5.09 764968 1467364 180 20:31:08 19:06:01 30367656 31858076 498236 1.52 54468 1746728 1728608 5.09 764760 1467368 8 20:31:08 19:07:01 30367260 31857740 498472 1.52 54500 1746736 1728608 5.09 764648 1467372 16 20:31:08 19:08:01 30367428 31857948 498408 1.52 54524 1746736 1728608 5.09 765076 1467376 184 20:31:08 19:09:01 30367428 31857984 498360 1.52 54556 1746740 1728608 5.09 764920 1467380 148 20:31:08 19:10:01 30367452 31858024 498300 1.52 54572 1746740 1728608 5.09 764940 1467380 176 20:31:08 19:11:01 30367436 31858012 498232 1.52 54604 1746748 1728608 5.09 764624 1467384 8 20:31:08 19:12:01 30367312 31857964 498436 1.52 54652 1746748 1728608 5.09 765376 1467388 12 20:31:08 19:13:01 30367336 31858024 498368 1.52 54692 1746752 1728608 5.09 765100 1467392 8 20:31:08 19:14:01 30367192 31857928 498452 1.52 54708 1746756 1728608 5.09 765532 1467396 176 20:31:08 19:15:01 30366956 31857700 498656 1.52 54740 1746756 1728608 5.09 765080 1467396 12 20:31:08 19:16:01 30366612 31857400 499112 1.52 54756 1746760 1728608 5.09 765492 1467400 184 20:31:08 19:17:01 30365560 31856428 499804 1.52 54792 1746760 1728608 5.09 765940 1467400 144 20:31:08 19:18:01 30365504 31856392 499776 1.52 54808 1746764 1728608 5.09 765972 1467408 192 20:31:08 19:19:01 30365708 31856656 499464 1.52 54848 1746772 1728608 5.09 765972 1467420 140 20:31:08 19:20:01 30365700 31856768 499300 1.52 54872 1746900 1728608 5.09 765900 1467536 180 20:31:08 19:21:01 30365612 31856724 499248 1.52 54904 1746904 1728608 5.09 766040 1467556 176 20:31:08 19:22:01 30365596 31856816 499156 1.52 54992 1746904 1728608 5.09 765932 1467544 172 20:31:08 19:23:01 30365296 31856564 499352 1.52 55024 1746912 1728608 5.09 766336 1467548 204 20:31:08 19:24:01 30365500 31856824 499032 1.52 55076 1746912 1728608 5.09 766388 1467552 180 20:31:08 19:25:01 30365684 31857044 498952 1.52 55108 1746916 1712384 5.05 766376 1467556 200 20:31:08 19:26:01 30365676 31857040 498920 1.52 55124 1746920 1712384 5.05 766600 1467560 192 20:31:08 19:27:01 30365100 31856512 499404 1.52 55172 1746904 1712384 5.05 767124 1467560 8 20:31:08 19:28:01 30365064 31856556 499532 1.52 55236 1746924 1712384 5.05 767292 1467568 188 20:31:08 19:29:01 30365048 31856588 499468 1.52 55284 1746928 1712384 5.05 767284 1467568 192 20:31:08 19:30:01 30365000 31856568 499420 1.52 55316 1746932 1712384 5.05 767376 1467572 196 20:31:08 19:31:01 30364424 31856048 499944 1.52 55348 1746932 1712384 5.05 767068 1467572 16 20:31:08 19:32:01 30364588 31856240 499596 1.52 55388 1746936 1712384 5.05 767500 1467576 52 20:31:08 19:33:01 30364288 31855996 499796 1.52 55420 1746940 1712384 5.05 767712 1467580 184 20:31:08 19:34:01 30364240 31855980 499752 1.52 55452 1746940 1712384 5.05 767832 1467580 184 20:31:08 19:35:01 30326916 31822012 533180 1.62 55504 1749740 1728440 5.09 805676 1469080 20 20:31:08 19:36:01 30326848 31821976 533456 1.62 55536 1749740 1728440 5.09 805464 1469072 184 20:31:08 19:37:01 30327352 31822520 533108 1.62 55576 1749744 1728440 5.09 805168 1469076 36 20:31:08 19:38:02 30327144 31822372 533148 1.62 55616 1749748 1728440 5.09 805580 1469076 188 20:31:08 19:39:01 30327176 31822448 533060 1.62 55648 1749752 1728440 5.09 805508 1469084 36 20:31:08 19:40:01 30327540 31822848 532768 1.62 55680 1749760 1728440 5.09 805528 1469088 184 20:31:08 19:41:01 30327524 31822868 532736 1.62 55720 1749752 1728440 5.09 805656 1469092 204 20:31:08 19:42:01 30327432 31822820 532932 1.62 55752 1749764 1744604 5.14 805812 1469096 168 20:31:08 19:43:01 30327188 31822768 532944 1.62 55816 1749892 1744604 5.14 806208 1469216 192 20:31:08 19:44:01 30327212 31822828 532892 1.62 55848 1749888 1744604 5.14 805752 1469228 24 20:31:08 19:45:01 30326548 31822208 533376 1.62 55888 1749900 1744604 5.14 806060 1469232 224 20:31:08 19:46:01 30326288 31821972 533604 1.62 55904 1749900 1744604 5.14 805740 1469232 12 20:31:08 19:47:01 30326464 31822184 533528 1.62 55928 1749908 1744604 5.14 806128 1469240 188 20:31:08 19:48:01 30326172 31821932 533712 1.62 55976 1749908 1744604 5.14 806432 1469240 36 20:31:08 19:49:01 30325684 31821496 534156 1.62 56016 1749912 1744604 5.14 806012 1469244 16 20:31:08 19:50:01 30325660 31821504 534132 1.62 56048 1749912 1744604 5.14 806412 1469244 184 20:31:08 19:51:01 30325820 31821700 534128 1.62 56080 1749916 1744604 5.14 806460 1469248 200 20:31:08 19:52:01 30325560 31821476 534340 1.62 56112 1749920 1744604 5.14 806476 1469252 176 20:31:08 19:53:01 30325536 31821492 534260 1.62 56168 1749920 1744604 5.14 806800 1469252 36 20:31:08 19:54:01 30325488 31821492 534228 1.62 56192 1749924 1728528 5.09 806776 1469256 200 20:31:08 19:55:01 30325440 31821476 534196 1.62 56224 1749924 1728528 5.09 807012 1469256 196 20:31:08 19:56:01 30325140 31821200 534416 1.63 56240 1749928 1712232 5.05 806840 1469260 200 20:31:08 19:57:01 30325016 31821108 534644 1.63 56280 1749928 1712232 5.05 806884 1469260 220 20:31:08 19:58:01 30324828 31820960 534800 1.63 56304 1749940 1712232 5.05 807048 1469264 20 20:31:08 19:59:01 29309572 31581944 741984 2.26 70608 2489184 1889992 5.57 1182184 2051644 65576 20:31:08 20:00:01 26144500 30031620 2257748 6.87 122484 3950984 2732116 8.05 3189384 3063436 579120 20:31:08 20:01:01 27451624 31374012 914232 2.78 125424 3964908 2096736 6.18 1643856 3291616 267580 20:31:08 20:02:01 25933812 31496116 793072 2.41 128080 5564652 1872124 5.52 1733828 4678252 1068004 20:31:08 20:03:01 22138056 31457912 813988 2.48 292496 8808208 1911180 5.63 2282216 7557048 1244628 20:31:08 20:04:01 20276312 30792740 1461100 4.44 296448 10005872 3607736 10.63 3124996 8560464 1133232 20:31:08 20:05:01 21137936 31360372 903048 2.75 306588 9731920 2460588 7.25 2124060 8742068 3696 20:31:08 20:06:01 17008304 31322196 935804 2.85 406920 13481124 2790772 8.22 2310000 12437372 2100 20:31:08 20:07:01 17851528 31422432 842516 2.56 415664 12751104 2119096 6.25 2383348 11553192 280 20:31:08 20:08:01 18277328 31500120 768640 2.34 415880 12413164 1916816 5.65 2314188 11208712 232 20:31:08 20:09:01 18278012 31500808 767992 2.34 415884 12413168 1916816 5.65 2313964 11208712 160 20:31:08 20:10:01 18288408 31511220 757556 2.30 415908 12413172 1916816 5.65 2302980 11208716 156 20:31:08 20:11:01 18289260 31512076 756860 2.30 415924 12413172 1916816 5.65 2302520 11208716 8 20:31:08 20:12:01 18290160 31513016 756108 2.30 415932 12413176 1916816 5.65 2302836 11208720 184 20:31:08 20:13:01 18290184 31513044 756048 2.30 415948 12413176 1916816 5.65 2302684 11208724 8 20:31:08 20:14:01 18290184 31513068 756016 2.30 415956 12413180 1916816 5.65 2302340 11208724 4 20:31:08 20:15:01 18290340 31513228 755720 2.30 415984 12413188 1916816 5.65 2302712 11208728 196 20:31:08 20:16:01 18289788 31512728 756168 2.30 416028 12413188 1916816 5.65 2302644 11208732 196 20:31:08 20:17:01 18289676 31512676 756180 2.30 416064 12413192 1916816 5.65 2302780 11208740 8 20:31:08 20:18:01 18289708 31512724 756084 2.30 416112 12413188 1916816 5.65 2302516 11208740 8 20:31:08 20:19:01 18289708 31512776 756048 2.30 416140 12413196 1916816 5.65 2302472 11208744 8 20:31:08 20:20:01 18289992 31513096 755728 2.30 416160 12413200 1916816 5.65 2302632 11208748 8 20:31:08 20:21:01 18289932 31513040 755972 2.30 416188 12413200 1916816 5.65 2302828 11208748 180 20:31:08 20:22:01 18290136 31513364 755644 2.30 416252 12413204 1916816 5.65 2302936 11208756 200 20:31:08 20:23:01 18289844 31513076 755844 2.30 416292 12413208 1916816 5.65 2303044 11208752 52 20:31:08 20:24:01 18290048 31513348 755560 2.30 416320 12413212 1916816 5.65 2303016 11208764 152 20:31:08 20:25:01 18289716 31513032 755740 2.30 416332 12413216 1916816 5.65 2303076 11208760 156 20:31:08 20:26:01 18289668 31513000 755704 2.30 416352 12413220 1900124 5.60 2303128 11208764 160 20:31:08 20:27:01 18289256 31512640 755996 2.30 416380 12413224 1900124 5.60 2305696 11208772 188 20:31:08 20:28:01 18289232 31512624 755988 2.30 416400 12413216 1900124 5.60 2305276 11208772 20 20:31:08 20:29:01 18289208 31512604 755928 2.30 416428 12413228 1900124 5.60 2305232 11208776 8 20:31:08 20:30:01 18289376 31512820 755904 2.30 416440 12413228 1900124 5.60 2305572 11208776 12 20:31:08 20:31:01 17761868 31488404 775980 2.36 420144 12866768 1977684 5.83 2329360 11661464 120936 20:31:08 Average: 27066458 31719127 611665 1.86 150492 4623914 1823676 5.37 1231534 4085941 41641 20:31:08 20:31:08 18:43:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 20:31:08 18:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:31:08 18:44:01 ens3 4.36 0.69 1.74 0.05 0.00 0.00 0.00 0.00 20:31:08 18:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:31:08 18:45:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:31:08 18:45:01 ens3 3.47 0.48 0.58 0.28 0.00 0.00 0.00 0.00 20:31:08 18:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:31:08 18:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:31:08 18:46:01 ens3 1.62 0.47 0.59 0.39 0.00 0.00 0.00 0.00 20:31:08 18:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:31:08 18:47:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:31:08 18:47:01 ens3 0.58 0.33 0.27 0.21 0.00 0.00 0.00 0.00 20:31:08 18:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:31:08 18:48:01 lo 0.27 0.27 0.02 0.02 0.00 0.00 0.00 0.00 20:31:08 18:48:01 ens3 81.24 47.58 1374.43 3.50 0.00 0.00 0.00 0.00 20:31:08 18:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:31:08 18:49:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:31:08 18:49:01 ens3 0.43 0.17 0.08 0.01 0.00 0.00 0.00 0.00 20:31:08 18:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:31:08 18:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:31:08 18:50:01 ens3 0.17 0.00 0.01 0.00 0.00 0.00 0.00 0.00 20:31:08 18:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:31:08 18:51:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:31:08 18:51:01 ens3 0.72 0.13 0.06 0.01 0.00 0.00 0.00 0.00 20:31:08 18:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:31:08 18:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:31:08 18:52:01 ens3 0.50 0.37 0.26 0.21 0.00 0.00 0.00 0.00 20:31:08 18:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:31:08 18:53:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:31:08 18:53:01 ens3 0.40 0.22 0.09 0.07 0.00 0.00 0.00 0.00 20:31:08 18:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:31:08 18:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:31:08 18:54:01 ens3 0.13 0.00 0.01 0.00 0.00 0.00 0.00 0.00 20:31:08 18:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:31:08 18:55:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:31:08 18:55:01 ens3 0.35 0.17 0.07 0.01 0.00 0.00 0.00 0.00 20:31:08 18:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:31:08 18:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:31:08 18:56:01 ens3 0.15 0.00 0.01 0.00 0.00 0.00 0.00 0.00 20:31:08 18:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:31:08 18:57:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:31:08 18:57:01 ens3 0.20 0.10 0.01 0.01 0.00 0.00 0.00 0.00 20:31:08 18:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:31:08 18:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:31:08 18:58:01 ens3 0.35 0.12 0.09 0.07 0.00 0.00 0.00 0.00 20:31:08 18:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:31:08 18:59:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:31:08 18:59:01 ens3 0.22 0.10 0.01 0.01 0.00 0.00 0.00 0.00 20:31:08 18:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:31:08 19:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:31:08 19:00:01 ens3 0.15 0.02 0.01 0.00 0.00 0.00 0.00 0.00 20:31:08 19:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:31:08 19:01:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:31:08 19:01:01 ens3 0.13 0.12 0.01 0.01 0.00 0.00 0.00 0.00 20:31:08 19:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:31:08 19:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:31:08 19:02:01 ens3 0.17 0.00 0.01 0.00 0.00 0.00 0.00 0.00 20:31:08 19:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:31:08 19:03:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:31:08 19:03:01 ens3 0.22 0.18 0.08 0.07 0.00 0.00 0.00 0.00 20:31:08 19:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:31:08 19:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:31:08 19:04:01 ens3 0.98 0.43 0.41 0.22 0.00 0.00 0.00 0.00 20:31:08 19:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:31:08 19:05:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:31:08 19:05:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 20:31:08 19:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:31:08 19:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:31:08 19:06:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:31:08 19:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:31:08 19:07:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:31:08 19:07:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 20:31:08 19:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:31:08 19:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:31:08 19:08:01 ens3 0.17 0.12 0.08 0.07 0.00 0.00 0.00 0.00 20:31:08 19:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:31:08 19:09:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:31:08 19:09:01 ens3 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 20:31:08 19:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:31:08 19:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:31:08 19:10:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:31:08 19:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:31:08 19:11:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:31:08 19:11:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 20:31:08 19:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:31:08 19:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:31:08 19:12:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:31:08 19:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:31:08 19:13:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:31:08 19:13:01 ens3 0.25 0.20 0.08 0.07 0.00 0.00 0.00 0.00 20:31:08 19:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:31:08 19:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:31:08 19:14:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:31:08 19:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:31:08 19:15:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:31:08 19:15:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 20:31:08 19:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:31:08 19:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:31:08 19:16:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:31:08 19:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:31:08 19:17:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:31:08 19:17:01 ens3 0.13 0.12 0.01 0.01 0.00 0.00 0.00 0.00 20:31:08 19:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:31:08 19:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:31:08 19:18:01 ens3 0.17 0.10 0.08 0.06 0.00 0.00 0.00 0.00 20:31:08 19:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:31:08 19:19:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:31:08 19:19:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 20:31:08 19:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:31:08 19:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:31:08 19:20:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:31:08 19:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:31:08 19:21:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:31:08 19:21:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 20:31:08 19:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:31:08 19:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:31:08 19:22:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:31:08 19:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:31:08 19:23:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:31:08 19:23:01 ens3 0.22 0.20 0.08 0.07 0.00 0.00 0.00 0.00 20:31:08 19:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:31:08 19:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:31:08 19:24:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:31:08 19:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:31:08 19:25:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:31:08 19:25:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 20:31:08 19:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:31:08 19:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:31:08 19:26:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:31:08 19:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:31:08 19:27:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:31:08 19:27:01 ens3 0.55 0.38 0.26 0.21 0.00 0.00 0.00 0.00 20:31:08 19:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:31:08 19:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:31:08 19:28:01 ens3 0.12 0.10 0.07 0.07 0.00 0.00 0.00 0.00 20:31:08 19:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:31:08 19:29:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:31:08 19:29:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 20:31:08 19:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:31:08 19:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:31:08 19:30:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:31:08 19:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:31:08 19:31:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:31:08 19:31:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 20:31:08 19:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:31:08 19:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:31:08 19:32:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:31:08 19:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:31:08 19:33:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:31:08 19:33:01 ens3 0.23 0.22 0.08 0.07 0.00 0.00 0.00 0.00 20:31:08 19:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:31:08 19:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:31:08 19:34:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:31:08 19:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:31:08 19:35:01 lo 0.33 0.33 0.03 0.03 0.00 0.00 0.00 0.00 20:31:08 19:35:01 ens3 14.25 9.20 12.54 6.48 0.00 0.00 0.00 0.00 20:31:08 19:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:31:08 19:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:31:08 19:36:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:31:08 19:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:31:08 19:37:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:31:08 19:37:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 20:31:08 19:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:31:08 19:38:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:31:08 19:38:02 ens3 0.15 0.13 0.08 0.07 0.00 0.00 0.00 0.00 20:31:08 19:38:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:31:08 19:39:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:31:08 19:39:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 20:31:08 19:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:31:08 19:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:31:08 19:40:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:31:08 19:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:31:08 19:41:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:31:08 19:41:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 20:31:08 19:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:31:08 19:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:31:08 19:42:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:31:08 19:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:31:08 19:43:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:31:08 19:43:01 ens3 0.25 0.22 0.08 0.07 0.00 0.00 0.00 0.00 20:31:08 19:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:31:08 19:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:31:08 19:44:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:31:08 19:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:31:08 19:45:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:31:08 19:45:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 20:31:08 19:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:31:08 19:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:31:08 19:46:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:31:08 19:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:31:08 19:47:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:31:08 19:47:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 20:31:08 19:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:31:08 19:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:31:08 19:48:01 ens3 0.18 0.13 0.08 0.07 0.00 0.00 0.00 0.00 20:31:08 19:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:31:08 19:49:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:31:08 19:49:01 ens3 0.07 0.07 0.01 0.01 0.00 0.00 0.00 0.00 20:31:08 19:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:31:08 19:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:31:08 19:50:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:31:08 19:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:31:08 19:51:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:31:08 19:51:01 ens3 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 20:31:08 19:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:31:08 19:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:31:08 19:52:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:31:08 19:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:31:08 19:53:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:31:08 19:53:01 ens3 0.23 0.20 0.08 0.07 0.00 0.00 0.00 0.00 20:31:08 19:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:31:08 19:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:31:08 19:54:01 ens3 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 20:31:08 19:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:31:08 19:55:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:31:08 19:55:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 20:31:08 19:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:31:08 19:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:31:08 19:56:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:31:08 19:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:31:08 19:57:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:31:08 19:57:01 ens3 0.17 0.10 0.01 0.01 0.00 0.00 0.00 0.00 20:31:08 19:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:31:08 19:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:31:08 19:58:01 ens3 0.22 0.23 0.08 0.08 0.00 0.00 0.00 0.00 20:31:08 19:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:31:08 19:59:01 lo 5.20 5.20 0.50 0.50 0.00 0.00 0.00 0.00 20:31:08 19:59:01 ens3 764.66 672.29 8400.84 102.08 0.00 0.00 0.00 0.00 20:31:08 19:59:01 docker0 258.99 225.03 20.46 2722.07 0.00 0.00 0.00 0.00 20:31:08 20:00:01 vethf69c307 0.10 0.27 0.01 0.03 0.00 0.00 0.00 0.00 20:31:08 20:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:31:08 20:00:01 ens3 221.35 195.03 3693.48 90.25 0.00 0.00 0.00 0.00 20:31:08 20:00:01 docker0 73.00 86.89 5.94 690.92 0.00 0.00 0.00 0.00 20:31:08 20:01:01 vethf69c307 1.20 1.23 0.09 0.10 0.00 0.00 0.00 0.00 20:31:08 20:01:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:31:08 20:01:01 ens3 22.29 13.13 18.26 9.89 0.00 0.00 0.00 0.00 20:31:08 20:01:01 docker0 1.20 1.20 0.08 0.09 0.00 0.00 0.00 0.00 20:31:08 20:02:01 veth7555b4e 0.00 0.17 0.00 0.01 0.00 0.00 0.00 0.00 20:31:08 20:02:01 lo 0.60 0.60 0.06 0.06 0.00 0.00 0.00 0.00 20:31:08 20:02:01 ens3 96.35 67.13 1696.16 19.64 0.00 0.00 0.00 0.00 20:31:08 20:02:01 docker0 0.00 0.07 0.00 0.01 0.00 0.00 0.00 0.00 20:31:08 20:03:01 veth7555b4e 0.00 0.20 0.00 0.01 0.00 0.00 0.00 0.00 20:31:08 20:03:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:31:08 20:03:01 ens3 789.30 531.71 6086.50 54.44 0.00 0.00 0.00 0.00 20:31:08 20:03:01 docker0 524.70 779.77 42.85 6078.90 0.00 0.00 0.00 0.00 20:31:08 20:04:01 veth7555b4e 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:31:08 20:04:01 veth816a33e 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 20:31:08 20:04:01 vethfe73f85 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 20:31:08 20:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:31:08 20:04:01 ens3 9.67 7.30 7.75 4.43 0.00 0.00 0.00 0.00 20:31:08 20:04:01 vethf0b96e0 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 20:31:08 20:04:01 veth1412547 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 20:31:08 20:04:01 vethffac231 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 20:31:08 20:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:31:08 20:05:01 veth7555b4e 0.00 0.52 0.00 0.02 0.00 0.00 0.00 0.00 20:31:08 20:05:01 veth1100499 23.04 33.76 2.26 11.30 0.00 0.00 0.00 0.00 20:31:08 20:05:01 lo 2.07 2.07 0.20 0.20 0.00 0.00 0.00 0.00 20:31:08 20:05:01 ens3 216.74 145.50 626.83 25.59 0.00 0.00 0.00 0.00 20:31:08 20:05:01 vethef86f3a 8.70 12.48 0.85 4.63 0.00 0.00 0.00 0.00 20:31:08 20:05:01 veth856adaf 24.04 35.07 2.36 11.90 0.00 0.00 0.00 0.00 20:31:08 20:05:01 veth34b114d 19.28 28.52 1.90 9.32 0.00 0.00 0.00 0.00 20:31:08 20:05:01 docker0 113.60 176.09 9.20 507.71 0.00 0.00 0.00 0.00 20:31:08 20:05:01 veth29caf4d 20.09 29.64 1.98 9.58 0.00 0.00 0.00 0.00 20:31:08 20:06:01 veth7555b4e 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:31:08 20:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:31:08 20:06:01 ens3 535.59 355.41 5789.01 38.80 0.00 0.00 0.00 0.00 20:31:08 20:06:01 veth06c7aac 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 20:31:08 20:06:01 docker0 348.29 524.50 29.35 5780.58 0.00 0.00 0.00 0.00 20:31:08 20:06:01 vethba0e431 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 20:31:08 20:07:01 veth7555b4e 0.00 0.30 0.00 0.01 0.00 0.00 0.00 0.00 20:31:08 20:07:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:31:08 20:07:01 ens3 67.04 42.10 331.92 20.11 0.00 0.00 0.00 0.00 20:31:08 20:07:01 docker0 13.36 24.70 0.86 298.47 0.00 0.00 0.00 0.00 20:31:08 20:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:31:08 20:08:01 ens3 3.33 2.58 3.54 1.48 0.00 0.00 0.00 0.00 20:31:08 20:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:31:08 20:09:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:31:08 20:09:01 ens3 0.07 0.07 0.01 0.01 0.00 0.00 0.00 0.00 20:31:08 20:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:31:08 20:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:31:08 20:10:01 ens3 3.57 2.38 10.19 0.16 0.00 0.00 0.00 0.00 20:31:08 20:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:31:08 20:11:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:31:08 20:11:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 20:31:08 20:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:31:08 20:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:31:08 20:12:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:31:08 20:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:31:08 20:13:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:31:08 20:13:01 ens3 0.30 0.25 0.09 0.08 0.00 0.00 0.00 0.00 20:31:08 20:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:31:08 20:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:31:08 20:14:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:31:08 20:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:31:08 20:15:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:31:08 20:15:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 20:31:08 20:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:31:08 20:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:31:08 20:16:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:31:08 20:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:31:08 20:17:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:31:08 20:17:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 20:31:08 20:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:31:08 20:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:31:08 20:18:01 ens3 0.17 0.12 0.08 0.07 0.00 0.00 0.00 0.00 20:31:08 20:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:31:08 20:19:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:31:08 20:19:01 ens3 0.07 0.07 0.01 0.01 0.00 0.00 0.00 0.00 20:31:08 20:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:31:08 20:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:31:08 20:20:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:31:08 20:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:31:08 20:21:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:31:08 20:21:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 20:31:08 20:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:31:08 20:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:31:08 20:22:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:31:08 20:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:31:08 20:23:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:31:08 20:23:01 ens3 0.22 0.18 0.08 0.07 0.00 0.00 0.00 0.00 20:31:08 20:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:31:08 20:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:31:08 20:24:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:31:08 20:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:31:08 20:25:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:31:08 20:25:01 ens3 0.13 0.12 0.01 0.01 0.00 0.00 0.00 0.00 20:31:08 20:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:31:08 20:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:31:08 20:26:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:31:08 20:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:31:08 20:27:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:31:08 20:27:01 ens3 5.46 14.23 0.58 29.53 0.00 0.00 0.00 0.00 20:31:08 20:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:31:08 20:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:31:08 20:28:01 ens3 0.45 1.58 0.09 6.53 0.00 0.00 0.00 0.00 20:31:08 20:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:31:08 20:29:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 20:31:08 20:29:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 20:31:08 20:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:31:08 20:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:31:08 20:30:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:31:08 20:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:31:08 20:31:01 lo 1.27 1.27 0.12 0.12 0.00 0.00 0.00 0.00 20:31:08 20:31:01 ens3 140.24 131.64 2527.69 163.94 0.00 0.00 0.00 0.00 20:31:08 20:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:31:08 Average: lo 0.18 0.18 0.01 0.01 0.00 0.00 0.00 0.00 20:31:08 Average: ens3 27.72 20.82 283.28 5.37 0.00 0.00 0.00 0.00 20:31:08 Average: docker0 12.35 16.84 1.01 148.92 0.00 0.00 0.00 0.00 20:31:08 20:31:08 20:31:08 ---> sar -P ALL: 20:31:08 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-6182) 02/15/23 _x86_64_ (8 CPU) 20:31:08 20:31:08 18:42:01 LINUX RESTART (8 CPU) 20:31:08 20:31:08 18:43:02 CPU %user %nice %system %iowait %steal %idle 20:31:08 18:44:01 all 0.03 0.00 0.02 0.02 0.00 99.92 20:31:08 18:44:01 0 0.02 0.00 0.02 0.00 0.00 99.97 20:31:08 18:44:01 1 0.07 0.00 0.00 0.03 0.00 99.90 20:31:08 18:44:01 2 0.00 0.00 0.02 0.00 0.00 99.98 20:31:08 18:44:01 3 0.02 0.00 0.03 0.00 0.00 99.95 20:31:08 18:44:01 4 0.12 0.00 0.05 0.00 0.02 99.81 20:31:08 18:44:01 5 0.02 0.00 0.00 0.00 0.00 99.98 20:31:08 18:44:01 6 0.02 0.00 0.02 0.00 0.00 99.97 20:31:08 18:44:01 7 0.02 0.00 0.05 0.14 0.02 99.78 20:31:08 18:45:01 all 0.28 0.00 0.01 0.01 0.00 99.70 20:31:08 18:45:01 0 0.03 0.00 0.02 0.00 0.00 99.95 20:31:08 18:45:01 1 0.03 0.00 0.00 0.05 0.02 99.90 20:31:08 18:45:01 2 0.02 0.00 0.00 0.00 0.00 99.98 20:31:08 18:45:01 3 1.97 0.00 0.00 0.00 0.00 98.03 20:31:08 18:45:01 4 0.05 0.00 0.02 0.00 0.00 99.93 20:31:08 18:45:01 5 0.07 0.00 0.00 0.00 0.00 99.93 20:31:08 18:45:01 6 0.00 0.00 0.00 0.00 0.00 100.00 20:31:08 18:45:01 7 0.05 0.00 0.02 0.07 0.00 99.87 20:31:08 18:46:01 all 0.06 0.00 0.01 0.01 0.01 99.91 20:31:08 18:46:01 0 0.00 0.00 0.02 0.00 0.00 99.98 20:31:08 18:46:01 1 0.00 0.00 0.00 0.05 0.00 99.95 20:31:08 18:46:01 2 0.02 0.00 0.03 0.00 0.02 99.93 20:31:08 18:46:01 3 0.42 0.00 0.00 0.00 0.02 99.57 20:31:08 18:46:01 4 0.00 0.00 0.00 0.00 0.00 100.00 20:31:08 18:46:01 5 0.03 0.00 0.02 0.00 0.00 99.95 20:31:08 18:46:01 6 0.00 0.00 0.00 0.00 0.00 100.00 20:31:08 18:46:01 7 0.02 0.00 0.00 0.07 0.02 99.90 20:31:08 18:47:01 all 0.04 0.00 0.03 0.02 0.01 99.91 20:31:08 18:47:01 0 0.00 0.00 0.00 0.00 0.02 99.98 20:31:08 18:47:01 1 0.02 0.00 0.03 0.05 0.02 99.88 20:31:08 18:47:01 2 0.02 0.00 0.03 0.00 0.02 99.93 20:31:08 18:47:01 3 0.02 0.00 0.00 0.00 0.00 99.98 20:31:08 18:47:01 4 0.02 0.00 0.05 0.00 0.00 99.93 20:31:08 18:47:01 5 0.03 0.00 0.03 0.00 0.00 99.93 20:31:08 18:47:01 6 0.03 0.00 0.02 0.00 0.00 99.95 20:31:08 18:47:01 7 0.15 0.00 0.05 0.12 0.02 99.67 20:31:08 18:48:01 all 0.96 0.00 0.47 0.41 0.01 98.14 20:31:08 18:48:01 0 0.55 0.00 0.50 0.03 0.00 98.92 20:31:08 18:48:01 1 0.69 0.00 0.42 0.08 0.02 98.80 20:31:08 18:48:01 2 1.29 0.00 0.53 0.05 0.02 98.11 20:31:08 18:48:01 3 0.45 0.00 0.37 0.05 0.02 99.11 20:31:08 18:48:01 4 1.18 0.00 0.47 0.35 0.02 97.98 20:31:08 18:48:01 5 2.46 0.00 0.63 0.13 0.02 96.76 20:31:08 18:48:01 6 0.47 0.00 0.50 0.72 0.02 98.30 20:31:08 18:48:01 7 0.60 0.00 0.37 1.86 0.02 97.16 20:31:08 18:49:01 all 0.02 0.00 0.01 0.05 0.01 99.92 20:31:08 18:49:01 0 0.02 0.00 0.02 0.02 0.02 99.93 20:31:08 18:49:01 1 0.03 0.00 0.00 0.00 0.02 99.95 20:31:08 18:49:01 2 0.03 0.00 0.02 0.00 0.02 99.93 20:31:08 18:49:01 3 0.02 0.00 0.00 0.00 0.00 99.98 20:31:08 18:49:01 4 0.00 0.00 0.00 0.00 0.00 100.00 20:31:08 18:49:01 5 0.02 0.00 0.00 0.00 0.00 99.98 20:31:08 18:49:01 6 0.03 0.00 0.03 0.00 0.00 99.93 20:31:08 18:49:01 7 0.02 0.00 0.02 0.35 0.00 99.62 20:31:08 18:50:01 all 0.01 0.00 0.01 0.13 0.00 99.85 20:31:08 18:50:01 0 0.00 0.00 0.02 0.03 0.00 99.95 20:31:08 18:50:01 1 0.02 0.00 0.00 0.00 0.00 99.98 20:31:08 18:50:01 2 0.03 0.00 0.03 0.00 0.02 99.92 20:31:08 18:50:01 3 0.00 0.00 0.00 0.00 0.00 100.00 20:31:08 18:50:01 4 0.03 0.00 0.00 0.00 0.00 99.97 20:31:08 18:50:01 5 0.00 0.00 0.00 0.00 0.00 100.00 20:31:08 18:50:01 6 0.00 0.00 0.00 0.00 0.00 100.00 20:31:08 18:50:01 7 0.02 0.00 0.00 0.98 0.00 99.00 20:31:08 18:51:01 all 0.02 0.00 0.01 0.01 0.00 99.96 20:31:08 18:51:01 0 0.02 0.00 0.00 0.02 0.00 99.97 20:31:08 18:51:01 1 0.05 0.00 0.02 0.00 0.00 99.93 20:31:08 18:51:01 2 0.02 0.00 0.03 0.00 0.02 99.93 20:31:08 18:51:01 3 0.02 0.00 0.00 0.00 0.02 99.97 20:31:08 18:51:01 4 0.00 0.00 0.00 0.00 0.00 100.00 20:31:08 18:51:01 5 0.02 0.00 0.00 0.00 0.00 99.98 20:31:08 18:51:01 6 0.02 0.00 0.02 0.00 0.00 99.97 20:31:08 18:51:01 7 0.02 0.00 0.00 0.07 0.00 99.92 20:31:08 18:52:01 all 0.23 0.00 0.01 0.00 0.00 99.75 20:31:08 18:52:01 0 0.02 0.00 0.00 0.00 0.00 99.98 20:31:08 18:52:01 1 0.03 0.00 0.00 0.00 0.00 99.97 20:31:08 18:52:01 2 0.02 0.00 0.05 0.00 0.00 99.93 20:31:08 18:52:01 3 1.73 0.00 0.00 0.00 0.00 98.27 20:31:08 18:52:01 4 0.00 0.00 0.00 0.00 0.00 100.00 20:31:08 18:52:01 5 0.00 0.00 0.00 0.00 0.00 100.00 20:31:08 18:52:01 6 0.00 0.00 0.02 0.00 0.00 99.98 20:31:08 18:52:01 7 0.02 0.00 0.03 0.03 0.00 99.92 20:31:08 18:53:01 all 0.15 0.00 0.02 0.01 0.00 99.82 20:31:08 18:53:01 0 0.00 0.00 0.05 0.02 0.00 99.93 20:31:08 18:53:01 1 0.03 0.00 0.00 0.02 0.02 99.93 20:31:08 18:53:01 2 0.00 0.00 0.00 0.00 0.02 99.98 20:31:08 18:53:01 3 1.12 0.00 0.08 0.00 0.00 98.79 20:31:08 18:53:01 4 0.00 0.00 0.00 0.00 0.00 100.00 20:31:08 18:53:01 5 0.02 0.00 0.00 0.00 0.00 99.98 20:31:08 18:53:01 6 0.00 0.00 0.02 0.00 0.00 99.98 20:31:08 18:53:01 7 0.00 0.00 0.00 0.07 0.00 99.93 20:31:08 18:54:01 all 0.02 0.00 0.01 0.03 0.00 99.94 20:31:08 18:54:01 0 0.03 0.00 0.00 0.03 0.02 99.92 20:31:08 18:54:01 1 0.03 0.00 0.03 0.00 0.00 99.93 20:31:08 18:54:01 2 0.03 0.00 0.00 0.02 0.00 99.95 20:31:08 18:54:01 3 0.02 0.00 0.00 0.00 0.00 99.98 20:31:08 18:54:01 4 0.02 0.00 0.02 0.00 0.00 99.97 20:31:08 18:54:01 5 0.00 0.00 0.00 0.00 0.00 100.00 20:31:08 18:54:01 6 0.02 0.00 0.00 0.00 0.00 99.98 20:31:08 18:54:01 7 0.02 0.00 0.02 0.15 0.00 99.82 20:31:08 20:31:08 18:54:01 CPU %user %nice %system %iowait %steal %idle 20:31:08 18:55:01 all 0.01 0.00 0.00 0.04 0.00 99.94 20:31:08 18:55:01 0 0.00 0.00 0.00 0.00 0.00 100.00 20:31:08 18:55:01 1 0.03 0.00 0.00 0.00 0.00 99.97 20:31:08 18:55:01 2 0.03 0.00 0.02 0.00 0.02 99.93 20:31:08 18:55:01 3 0.00 0.00 0.02 0.00 0.00 99.98 20:31:08 18:55:01 4 0.00 0.00 0.00 0.00 0.00 100.00 20:31:08 18:55:01 5 0.02 0.00 0.00 0.00 0.00 99.98 20:31:08 18:55:01 6 0.02 0.00 0.00 0.00 0.00 99.98 20:31:08 18:55:01 7 0.02 0.00 0.00 0.32 0.02 99.65 20:31:08 18:56:01 all 0.01 0.00 0.01 0.01 0.00 99.98 20:31:08 18:56:01 0 0.00 0.00 0.00 0.00 0.00 100.00 20:31:08 18:56:01 1 0.03 0.00 0.00 0.02 0.02 99.93 20:31:08 18:56:01 2 0.02 0.00 0.02 0.00 0.00 99.97 20:31:08 18:56:01 3 0.00 0.00 0.00 0.00 0.00 100.00 20:31:08 18:56:01 4 0.00 0.00 0.00 0.00 0.00 100.00 20:31:08 18:56:01 5 0.00 0.00 0.00 0.00 0.00 100.00 20:31:08 18:56:01 6 0.00 0.00 0.02 0.00 0.00 99.98 20:31:08 18:56:01 7 0.00 0.00 0.02 0.03 0.00 99.95 20:31:08 18:57:01 all 0.01 0.00 0.02 0.00 0.00 99.96 20:31:08 18:57:01 0 0.02 0.00 0.02 0.00 0.00 99.97 20:31:08 18:57:01 1 0.02 0.00 0.05 0.02 0.00 99.92 20:31:08 18:57:01 2 0.03 0.00 0.03 0.00 0.02 99.92 20:31:08 18:57:01 3 0.00 0.00 0.00 0.00 0.00 100.00 20:31:08 18:57:01 4 0.02 0.00 0.00 0.00 0.00 99.98 20:31:08 18:57:01 5 0.02 0.00 0.03 0.00 0.00 99.95 20:31:08 18:57:01 6 0.00 0.00 0.00 0.00 0.00 100.00 20:31:08 18:57:01 7 0.02 0.00 0.02 0.02 0.00 99.95 20:31:08 18:58:01 all 0.27 0.00 0.02 0.00 0.01 99.70 20:31:08 18:58:01 0 0.67 0.00 0.03 0.00 0.00 99.30 20:31:08 18:58:01 1 0.07 0.00 0.02 0.00 0.00 99.92 20:31:08 18:58:01 2 0.05 0.00 0.03 0.00 0.02 99.90 20:31:08 18:58:01 3 1.31 0.00 0.02 0.00 0.02 98.66 20:31:08 18:58:01 4 0.02 0.00 0.02 0.00 0.00 99.97 20:31:08 18:58:01 5 0.03 0.00 0.03 0.00 0.02 99.92 20:31:08 18:58:01 6 0.00 0.00 0.00 0.00 0.00 100.00 20:31:08 18:58:01 7 0.00 0.00 0.03 0.02 0.00 99.95 20:31:08 18:59:01 all 0.26 0.00 0.01 0.01 0.00 99.73 20:31:08 18:59:01 0 0.02 0.00 0.00 0.00 0.00 99.98 20:31:08 18:59:01 1 0.02 0.00 0.02 0.02 0.00 99.95 20:31:08 18:59:01 2 0.00 0.00 0.02 0.00 0.00 99.98 20:31:08 18:59:01 3 1.97 0.00 0.00 0.00 0.00 98.03 20:31:08 18:59:01 4 0.00 0.00 0.00 0.00 0.00 100.00 20:31:08 18:59:01 5 0.00 0.00 0.00 0.00 0.00 100.00 20:31:08 18:59:01 6 0.02 0.00 0.02 0.00 0.00 99.97 20:31:08 18:59:01 7 0.00 0.00 0.02 0.03 0.00 99.95 20:31:08 19:00:01 all 0.26 0.00 0.00 0.00 0.00 99.73 20:31:08 19:00:01 0 0.02 0.00 0.00 0.00 0.00 99.98 20:31:08 19:00:01 1 0.00 0.00 0.00 0.00 0.02 99.98 20:31:08 19:00:01 2 0.03 0.00 0.02 0.00 0.02 99.93 20:31:08 19:00:01 3 1.97 0.00 0.00 0.00 0.00 98.03 20:31:08 19:00:01 4 0.00 0.00 0.00 0.00 0.00 100.00 20:31:08 19:00:01 5 0.03 0.00 0.00 0.00 0.00 99.97 20:31:08 19:00:01 6 0.00 0.00 0.02 0.00 0.00 99.98 20:31:08 19:00:01 7 0.02 0.00 0.00 0.02 0.00 99.97 20:31:08 19:01:01 all 0.26 0.00 0.01 0.00 0.00 99.72 20:31:08 19:01:01 0 0.03 0.00 0.02 0.00 0.00 99.95 20:31:08 19:01:01 1 0.03 0.00 0.02 0.02 0.00 99.93 20:31:08 19:01:01 2 0.02 0.00 0.02 0.00 0.00 99.97 20:31:08 19:01:01 3 1.97 0.00 0.00 0.00 0.00 98.03 20:31:08 19:01:01 4 0.00 0.00 0.00 0.00 0.00 100.00 20:31:08 19:01:01 5 0.02 0.00 0.03 0.00 0.00 99.95 20:31:08 19:01:01 6 0.00 0.00 0.00 0.00 0.00 100.00 20:31:08 19:01:01 7 0.00 0.00 0.00 0.02 0.00 99.98 20:31:08 19:02:01 all 0.22 0.00 0.00 0.01 0.00 99.77 20:31:08 19:02:01 0 0.00 0.00 0.00 0.00 0.00 100.00 20:31:08 19:02:01 1 0.03 0.00 0.00 0.00 0.00 99.97 20:31:08 19:02:01 2 0.05 0.00 0.02 0.00 0.02 99.92 20:31:08 19:02:01 3 1.60 0.00 0.00 0.00 0.00 98.40 20:31:08 19:02:01 4 0.00 0.00 0.00 0.00 0.00 100.00 20:31:08 19:02:01 5 0.02 0.00 0.00 0.00 0.00 99.98 20:31:08 19:02:01 6 0.02 0.00 0.00 0.00 0.00 99.98 20:31:08 19:02:01 7 0.02 0.00 0.00 0.07 0.00 99.92 20:31:08 19:03:01 all 0.00 0.00 0.01 0.01 0.00 99.97 20:31:08 19:03:01 0 0.02 0.00 0.02 0.00 0.00 99.97 20:31:08 19:03:01 1 0.00 0.00 0.02 0.02 0.00 99.97 20:31:08 19:03:01 2 0.00 0.00 0.02 0.00 0.02 99.97 20:31:08 19:03:01 3 0.00 0.00 0.02 0.00 0.00 99.98 20:31:08 19:03:01 4 0.00 0.00 0.00 0.00 0.00 100.00 20:31:08 19:03:01 5 0.00 0.00 0.02 0.00 0.00 99.98 20:31:08 19:03:01 6 0.02 0.00 0.02 0.00 0.00 99.97 20:31:08 19:03:01 7 0.00 0.00 0.02 0.03 0.00 99.95 20:31:08 19:04:01 all 0.02 0.00 0.01 0.00 0.00 99.97 20:31:08 19:04:01 0 0.03 0.00 0.00 0.00 0.00 99.97 20:31:08 19:04:01 1 0.03 0.00 0.02 0.00 0.00 99.95 20:31:08 19:04:01 2 0.03 0.00 0.02 0.00 0.00 99.95 20:31:08 19:04:01 3 0.02 0.00 0.00 0.00 0.00 99.98 20:31:08 19:04:01 4 0.00 0.00 0.00 0.00 0.00 100.00 20:31:08 19:04:01 5 0.03 0.00 0.00 0.00 0.00 99.97 20:31:08 19:04:01 6 0.00 0.00 0.02 0.00 0.00 99.98 20:31:08 19:04:01 7 0.02 0.00 0.00 0.02 0.00 99.97 20:31:08 19:05:01 all 0.01 0.00 0.00 0.00 0.00 99.97 20:31:08 19:05:01 0 0.02 0.00 0.00 0.00 0.00 99.98 20:31:08 19:05:01 1 0.03 0.00 0.00 0.02 0.00 99.95 20:31:08 19:05:01 2 0.02 0.00 0.02 0.00 0.02 99.95 20:31:08 19:05:01 3 0.02 0.00 0.00 0.00 0.02 99.97 20:31:08 19:05:01 4 0.00 0.00 0.00 0.00 0.00 100.00 20:31:08 19:05:01 5 0.00 0.00 0.00 0.00 0.00 100.00 20:31:08 19:05:01 6 0.00 0.00 0.00 0.00 0.00 100.00 20:31:08 19:05:01 7 0.02 0.00 0.02 0.02 0.00 99.95 20:31:08 20:31:08 19:05:01 CPU %user %nice %system %iowait %steal %idle 20:31:08 19:06:01 all 0.00 0.00 0.01 0.00 0.01 99.98 20:31:08 19:06:01 0 0.00 0.00 0.00 0.00 0.02 99.98 20:31:08 19:06:01 1 0.02 0.00 0.02 0.02 0.02 99.93 20:31:08 19:06:01 2 0.00 0.00 0.02 0.00 0.00 99.98 20:31:08 19:06:01 3 0.00 0.00 0.00 0.00 0.00 100.00 20:31:08 19:06:01 4 0.00 0.00 0.00 0.00 0.02 99.98 20:31:08 19:06:01 5 0.00 0.00 0.02 0.00 0.00 99.98 20:31:08 19:06:01 6 0.00 0.00 0.00 0.00 0.00 100.00 20:31:08 19:06:01 7 0.00 0.00 0.00 0.02 0.00 99.98 20:31:08 19:07:01 all 0.09 0.00 0.01 0.00 0.00 99.90 20:31:08 19:07:01 0 0.00 0.00 0.02 0.00 0.00 99.98 20:31:08 19:07:01 1 0.02 0.00 0.00 0.00 0.00 99.98 20:31:08 19:07:01 2 0.05 0.00 0.02 0.00 0.02 99.92 20:31:08 19:07:01 3 0.65 0.00 0.00 0.00 0.00 99.35 20:31:08 19:07:01 4 0.00 0.00 0.00 0.00 0.00 100.00 20:31:08 19:07:01 5 0.00 0.00 0.00 0.00 0.00 100.00 20:31:08 19:07:01 6 0.00 0.00 0.00 0.00 0.00 100.00 20:31:08 19:07:01 7 0.00 0.00 0.02 0.03 0.00 99.95 20:31:08 19:08:01 all 0.26 0.00 0.01 0.00 0.00 99.73 20:31:08 19:08:01 0 0.00 0.00 0.00 0.00 0.00 100.00 20:31:08 19:08:01 1 0.02 0.00 0.00 0.02 0.00 99.97 20:31:08 19:08:01 2 0.02 0.00 0.00 0.00 0.00 99.98 20:31:08 19:08:01 3 1.97 0.00 0.00 0.00 0.00 98.03 20:31:08 19:08:01 4 0.00 0.00 0.00 0.00 0.00 100.00 20:31:08 19:08:01 5 0.02 0.00 0.02 0.00 0.00 99.97 20:31:08 19:08:01 6 0.00 0.00 0.02 0.00 0.00 99.98 20:31:08 19:08:01 7 0.02 0.00 0.02 0.00 0.00 99.97 20:31:08 19:09:01 all 0.27 0.00 0.01 0.00 0.00 99.72 20:31:08 19:09:01 0 0.03 0.00 0.02 0.00 0.00 99.95 20:31:08 19:09:01 1 0.02 0.00 0.02 0.00 0.00 99.97 20:31:08 19:09:01 2 0.03 0.00 0.00 0.00 0.02 99.95 20:31:08 19:09:01 3 1.94 0.00 0.02 0.00 0.00 98.05 20:31:08 19:09:01 4 0.02 0.00 0.00 0.00 0.00 99.98 20:31:08 19:09:01 5 0.02 0.00 0.00 0.00 0.00 99.98 20:31:08 19:09:01 6 0.02 0.00 0.02 0.00 0.00 99.97 20:31:08 19:09:01 7 0.03 0.00 0.00 0.03 0.02 99.92 20:31:08 19:10:01 all 0.05 0.00 0.01 0.00 0.00 99.93 20:31:08 19:10:01 0 0.00 0.00 0.00 0.00 0.00 100.00 20:31:08 19:10:01 1 0.03 0.00 0.00 0.00 0.00 99.97 20:31:08 19:10:01 2 0.02 0.00 0.03 0.02 0.02 99.92 20:31:08 19:10:01 3 0.38 0.00 0.07 0.00 0.00 99.55 20:31:08 19:10:01 4 0.00 0.00 0.00 0.00 0.00 100.00 20:31:08 19:10:01 5 0.00 0.00 0.02 0.00 0.00 99.98 20:31:08 19:10:01 6 0.00 0.00 0.00 0.00 0.00 100.00 20:31:08 19:10:01 7 0.00 0.00 0.00 0.00 0.00 100.00 20:31:08 19:11:01 all 0.01 0.00 0.01 0.00 0.01 99.97 20:31:08 19:11:01 0 0.02 0.00 0.03 0.00 0.00 99.95 20:31:08 19:11:01 1 0.02 0.00 0.00 0.00 0.02 99.97 20:31:08 19:11:01 2 0.03 0.00 0.02 0.00 0.02 99.93 20:31:08 19:11:01 3 0.00 0.00 0.00 0.00 0.02 99.98 20:31:08 19:11:01 4 0.00 0.00 0.00 0.00 0.00 100.00 20:31:08 19:11:01 5 0.00 0.00 0.02 0.00 0.00 99.98 20:31:08 19:11:01 6 0.02 0.00 0.00 0.00 0.00 99.98 20:31:08 19:11:01 7 0.00 0.00 0.00 0.02 0.00 99.98 20:31:08 19:12:01 all 0.01 0.00 0.01 0.01 0.00 99.97 20:31:08 19:12:01 0 0.02 0.00 0.02 0.00 0.00 99.97 20:31:08 19:12:01 1 0.03 0.00 0.00 0.02 0.00 99.95 20:31:08 19:12:01 2 0.03 0.00 0.02 0.00 0.00 99.95 20:31:08 19:12:01 3 0.00 0.00 0.00 0.00 0.00 100.00 20:31:08 19:12:01 4 0.00 0.00 0.00 0.00 0.00 100.00 20:31:08 19:12:01 5 0.02 0.00 0.02 0.00 0.00 99.97 20:31:08 19:12:01 6 0.00 0.00 0.00 0.00 0.00 100.00 20:31:08 19:12:01 7 0.00 0.00 0.00 0.03 0.00 99.97 20:31:08 19:13:01 all 0.01 0.00 0.01 0.00 0.00 99.97 20:31:08 19:13:01 0 0.00 0.00 0.00 0.00 0.00 100.00 20:31:08 19:13:01 1 0.05 0.00 0.00 0.02 0.00 99.93 20:31:08 19:13:01 2 0.00 0.00 0.00 0.00 0.02 99.98 20:31:08 19:13:01 3 0.00 0.00 0.00 0.00 0.00 100.00 20:31:08 19:13:01 4 0.00 0.00 0.02 0.00 0.00 99.98 20:31:08 19:13:01 5 0.02 0.00 0.00 0.00 0.02 99.97 20:31:08 19:13:01 6 0.02 0.00 0.02 0.00 0.00 99.97 20:31:08 19:13:01 7 0.03 0.00 0.02 0.02 0.00 99.93 20:31:08 19:14:01 all 0.01 0.00 0.00 0.00 0.00 99.98 20:31:08 19:14:01 0 0.00 0.00 0.00 0.00 0.00 100.00 20:31:08 19:14:01 1 0.03 0.00 0.00 0.00 0.02 99.95 20:31:08 19:14:01 2 0.00 0.00 0.00 0.00 0.00 100.00 20:31:08 19:14:01 3 0.02 0.00 0.00 0.00 0.00 99.98 20:31:08 19:14:01 4 0.00 0.00 0.00 0.00 0.00 100.00 20:31:08 19:14:01 5 0.02 0.00 0.00 0.00 0.00 99.98 20:31:08 19:14:01 6 0.02 0.00 0.00 0.00 0.00 99.98 20:31:08 19:14:01 7 0.03 0.00 0.02 0.00 0.02 99.93 20:31:08 19:15:01 all 0.01 0.00 0.02 0.01 0.00 99.96 20:31:08 19:15:01 0 0.02 0.00 0.02 0.00 0.00 99.97 20:31:08 19:15:01 1 0.02 0.00 0.02 0.02 0.00 99.95 20:31:08 19:15:01 2 0.00 0.00 0.00 0.00 0.00 100.00 20:31:08 19:15:01 3 0.00 0.00 0.02 0.00 0.02 99.97 20:31:08 19:15:01 4 0.00 0.00 0.00 0.00 0.00 100.00 20:31:08 19:15:01 5 0.00 0.00 0.02 0.00 0.00 99.98 20:31:08 19:15:01 6 0.00 0.00 0.02 0.00 0.00 99.98 20:31:08 19:15:01 7 0.07 0.00 0.05 0.03 0.02 99.83 20:31:08 19:16:01 all 0.01 0.00 0.00 0.00 0.00 99.99 20:31:08 19:16:01 0 0.00 0.00 0.02 0.00 0.00 99.98 20:31:08 19:16:01 1 0.02 0.00 0.00 0.00 0.00 99.98 20:31:08 19:16:01 2 0.00 0.00 0.00 0.00 0.00 100.00 20:31:08 19:16:01 3 0.00 0.00 0.00 0.00 0.00 100.00 20:31:08 19:16:01 4 0.00 0.00 0.00 0.00 0.00 100.00 20:31:08 19:16:01 5 0.00 0.00 0.00 0.00 0.00 100.00 20:31:08 19:16:01 6 0.00 0.00 0.00 0.00 0.00 100.00 20:31:08 19:16:01 7 0.05 0.00 0.02 0.00 0.02 99.92 20:31:08 20:31:08 19:16:01 CPU %user %nice %system %iowait %steal %idle 20:31:08 19:17:01 all 0.02 0.00 0.01 0.01 0.00 99.96 20:31:08 19:17:01 0 0.02 0.00 0.00 0.02 0.00 99.97 20:31:08 19:17:01 1 0.03 0.00 0.00 0.02 0.02 99.93 20:31:08 19:17:01 2 0.02 0.00 0.00 0.00 0.00 99.98 20:31:08 19:17:01 3 0.00 0.00 0.00 0.00 0.00 100.00 20:31:08 19:17:01 4 0.03 0.00 0.00 0.00 0.00 99.97 20:31:08 19:17:01 5 0.03 0.00 0.02 0.00 0.00 99.95 20:31:08 19:17:01 6 0.02 0.00 0.02 0.00 0.00 99.97 20:31:08 19:17:01 7 0.02 0.00 0.05 0.02 0.00 99.92 20:31:08 19:18:01 all 0.01 0.00 0.01 0.00 0.01 99.97 20:31:08 19:18:01 0 0.00 0.00 0.00 0.00 0.02 99.98 20:31:08 19:18:01 1 0.02 0.00 0.00 0.02 0.00 99.97 20:31:08 19:18:01 2 0.02 0.00 0.00 0.00 0.00 99.98 20:31:08 19:18:01 3 0.00 0.00 0.00 0.00 0.02 99.98 20:31:08 19:18:01 4 0.00 0.00 0.00 0.00 0.00 100.00 20:31:08 19:18:01 5 0.02 0.00 0.03 0.02 0.00 99.93 20:31:08 19:18:01 6 0.02 0.00 0.00 0.00 0.00 99.98 20:31:08 19:18:01 7 0.05 0.00 0.02 0.00 0.02 99.92 20:31:08 19:19:01 all 0.09 0.00 0.02 0.01 0.00 99.89 20:31:08 19:19:01 0 0.03 0.00 0.02 0.00 0.00 99.95 20:31:08 19:19:01 1 0.03 0.00 0.02 0.02 0.00 99.93 20:31:08 19:19:01 2 0.00 0.00 0.00 0.00 0.02 99.98 20:31:08 19:19:01 3 0.48 0.00 0.00 0.00 0.00 99.52 20:31:08 19:19:01 4 0.00 0.00 0.00 0.00 0.00 100.00 20:31:08 19:19:01 5 0.03 0.00 0.05 0.03 0.00 99.88 20:31:08 19:19:01 6 0.03 0.00 0.03 0.00 0.00 99.93 20:31:08 19:19:01 7 0.07 0.00 0.02 0.00 0.02 99.90 20:31:08 19:20:01 all 0.27 0.00 0.00 0.00 0.01 99.72 20:31:08 19:20:01 0 0.00 0.00 0.00 0.00 0.00 100.00 20:31:08 19:20:01 1 0.03 0.00 0.00 0.00 0.02 99.95 20:31:08 19:20:01 2 0.02 0.00 0.00 0.00 0.00 99.98 20:31:08 19:20:01 3 1.97 0.00 0.02 0.00 0.00 98.01 20:31:08 19:20:01 4 0.00 0.00 0.00 0.00 0.00 100.00 20:31:08 19:20:01 5 0.03 0.00 0.00 0.00 0.02 99.95 20:31:08 19:20:01 6 0.02 0.00 0.00 0.00 0.02 99.97 20:31:08 19:20:01 7 0.03 0.00 0.02 0.00 0.00 99.95 20:31:08 19:21:01 all 0.15 0.00 0.01 0.01 0.00 99.82 20:31:08 19:21:01 0 0.02 0.00 0.02 0.00 0.00 99.97 20:31:08 19:21:01 1 0.05 0.00 0.00 0.02 0.00 99.93 20:31:08 19:21:01 2 0.00 0.00 0.00 0.00 0.00 100.00 20:31:08 19:21:01 3 1.11 0.00 0.02 0.00 0.02 98.86 20:31:08 19:21:01 4 0.00 0.00 0.00 0.00 0.00 100.00 20:31:08 19:21:01 5 0.00 0.00 0.03 0.03 0.00 99.93 20:31:08 19:21:01 6 0.02 0.00 0.02 0.00 0.00 99.97 20:31:08 19:21:01 7 0.03 0.00 0.02 0.00 0.02 99.93 20:31:08 19:22:01 all 0.01 0.00 0.00 0.01 0.00 99.97 20:31:08 19:22:01 0 0.02 0.00 0.00 0.00 0.00 99.98 20:31:08 19:22:01 1 0.02 0.00 0.02 0.00 0.00 99.97 20:31:08 19:22:01 2 0.02 0.00 0.00 0.00 0.00 99.98 20:31:08 19:22:01 3 0.00 0.00 0.00 0.00 0.00 100.00 20:31:08 19:22:01 4 0.02 0.00 0.00 0.00 0.00 99.98 20:31:08 19:22:01 5 0.02 0.00 0.00 0.05 0.00 99.93 20:31:08 19:22:01 6 0.00 0.00 0.00 0.02 0.00 99.98 20:31:08 19:22:01 7 0.03 0.00 0.02 0.00 0.00 99.95 20:31:08 19:23:01 all 0.01 0.00 0.01 0.01 0.00 99.97 20:31:08 19:23:01 0 0.02 0.00 0.00 0.00 0.00 99.98 20:31:08 19:23:01 1 0.02 0.00 0.00 0.02 0.02 99.95 20:31:08 19:23:01 2 0.00 0.00 0.00 0.00 0.00 100.00 20:31:08 19:23:01 3 0.00 0.00 0.00 0.00 0.00 100.00 20:31:08 19:23:01 4 0.00 0.00 0.00 0.00 0.00 100.00 20:31:08 19:23:01 5 0.03 0.00 0.02 0.03 0.00 99.92 20:31:08 19:23:01 6 0.02 0.00 0.00 0.00 0.00 99.98 20:31:08 19:23:01 7 0.00 0.00 0.03 0.00 0.02 99.95 20:31:08 19:24:01 all 0.01 0.00 0.01 0.00 0.00 99.97 20:31:08 19:24:01 0 0.02 0.00 0.00 0.00 0.00 99.98 20:31:08 19:24:01 1 0.02 0.00 0.00 0.00 0.00 99.98 20:31:08 19:24:01 2 0.00 0.00 0.00 0.02 0.02 99.97 20:31:08 19:24:01 3 0.02 0.00 0.00 0.00 0.00 99.98 20:31:08 19:24:01 4 0.00 0.00 0.00 0.00 0.00 100.00 20:31:08 19:24:01 5 0.03 0.00 0.02 0.02 0.00 99.93 20:31:08 19:24:01 6 0.00 0.00 0.02 0.00 0.00 99.98 20:31:08 19:24:01 7 0.02 0.00 0.03 0.00 0.02 99.93 20:31:08 19:25:01 all 0.03 0.00 0.02 0.00 0.00 99.95 20:31:08 19:25:01 0 0.03 0.00 0.03 0.00 0.00 99.93 20:31:08 19:25:01 1 0.03 0.00 0.00 0.00 0.00 99.97 20:31:08 19:25:01 2 0.02 0.00 0.00 0.00 0.00 99.98 20:31:08 19:25:01 3 0.02 0.00 0.00 0.00 0.02 99.97 20:31:08 19:25:01 4 0.00 0.00 0.00 0.00 0.00 100.00 20:31:08 19:25:01 5 0.05 0.00 0.03 0.02 0.00 99.90 20:31:08 19:25:01 6 0.02 0.00 0.03 0.00 0.00 99.95 20:31:08 19:25:01 7 0.08 0.00 0.03 0.00 0.00 99.88 20:31:08 19:26:01 all 0.01 0.00 0.01 0.01 0.01 99.96 20:31:08 19:26:01 0 0.02 0.00 0.00 0.00 0.00 99.98 20:31:08 19:26:01 1 0.03 0.00 0.02 0.03 0.02 99.90 20:31:08 19:26:01 2 0.00 0.00 0.00 0.00 0.00 100.00 20:31:08 19:26:01 3 0.02 0.00 0.00 0.00 0.00 99.98 20:31:08 19:26:01 4 0.00 0.00 0.00 0.00 0.00 100.00 20:31:08 19:26:01 5 0.03 0.00 0.02 0.02 0.02 99.92 20:31:08 19:26:01 6 0.00 0.00 0.00 0.00 0.00 100.00 20:31:08 19:26:01 7 0.00 0.00 0.02 0.03 0.02 99.93 20:31:08 19:27:01 all 0.02 0.00 0.01 0.00 0.00 99.96 20:31:08 19:27:01 0 0.02 0.00 0.02 0.00 0.02 99.95 20:31:08 19:27:01 1 0.05 0.00 0.00 0.02 0.00 99.93 20:31:08 19:27:01 2 0.03 0.00 0.00 0.00 0.00 99.97 20:31:08 19:27:01 3 0.00 0.00 0.00 0.00 0.00 100.00 20:31:08 19:27:01 4 0.00 0.00 0.00 0.00 0.00 100.00 20:31:08 19:27:01 5 0.02 0.00 0.03 0.02 0.00 99.93 20:31:08 19:27:01 6 0.00 0.00 0.02 0.00 0.00 99.98 20:31:08 19:27:01 7 0.07 0.00 0.03 0.00 0.02 99.88 20:31:08 20:31:08 19:27:01 CPU %user %nice %system %iowait %steal %idle 20:31:08 19:28:01 all 0.18 0.00 0.01 0.00 0.01 99.80 20:31:08 19:28:01 0 0.00 0.00 0.00 0.00 0.00 100.00 20:31:08 19:28:01 1 0.05 0.00 0.00 0.00 0.00 99.95 20:31:08 19:28:01 2 0.02 0.00 0.02 0.00 0.02 99.95 20:31:08 19:28:01 3 0.02 0.00 0.00 0.00 0.02 99.97 20:31:08 19:28:01 4 0.00 0.00 0.00 0.00 0.00 100.00 20:31:08 19:28:01 5 0.02 0.00 0.02 0.03 0.00 99.93 20:31:08 19:28:01 6 1.25 0.00 0.00 0.00 0.00 98.75 20:31:08 19:28:01 7 0.05 0.00 0.03 0.00 0.02 99.90 20:31:08 19:29:01 all 0.26 0.00 0.00 0.01 0.01 99.72 20:31:08 19:29:01 0 0.00 0.00 0.02 0.00 0.00 99.98 20:31:08 19:29:01 1 0.02 0.00 0.00 0.02 0.02 99.95 20:31:08 19:29:01 2 0.00 0.00 0.00 0.00 0.00 100.00 20:31:08 19:29:01 3 0.00 0.00 0.00 0.00 0.00 100.00 20:31:08 19:29:01 4 0.00 0.00 0.00 0.00 0.02 99.98 20:31:08 19:29:01 5 1.65 0.00 0.00 0.03 0.00 98.32 20:31:08 19:29:01 6 0.37 0.00 0.00 0.00 0.00 99.63 20:31:08 19:29:01 7 0.03 0.00 0.02 0.00 0.02 99.93 20:31:08 19:30:01 all 0.26 0.00 0.01 0.01 0.00 99.72 20:31:08 19:30:01 0 0.02 0.00 0.00 0.00 0.00 99.98 20:31:08 19:30:01 1 0.02 0.00 0.02 0.02 0.00 99.95 20:31:08 19:30:01 2 0.00 0.00 0.00 0.00 0.00 100.00 20:31:08 19:30:01 3 0.02 0.00 0.00 0.00 0.00 99.98 20:31:08 19:30:01 4 0.00 0.00 0.00 0.00 0.00 100.00 20:31:08 19:30:01 5 2.00 0.00 0.03 0.05 0.00 97.92 20:31:08 19:30:01 6 0.00 0.00 0.00 0.00 0.00 100.00 20:31:08 19:30:01 7 0.02 0.00 0.02 0.00 0.02 99.95 20:31:08 19:31:01 all 0.26 0.00 0.00 0.00 0.00 99.73 20:31:08 19:31:01 0 0.00 0.00 0.02 0.00 0.00 99.98 20:31:08 19:31:01 1 0.02 0.00 0.00 0.00 0.00 99.98 20:31:08 19:31:01 2 0.00 0.00 0.00 0.00 0.00 100.00 20:31:08 19:31:01 3 0.00 0.00 0.00 0.00 0.00 100.00 20:31:08 19:31:01 4 0.00 0.00 0.00 0.00 0.00 100.00 20:31:08 19:31:01 5 1.97 0.00 0.00 0.02 0.02 98.00 20:31:08 19:31:01 6 0.02 0.00 0.00 0.00 0.00 99.98 20:31:08 19:31:01 7 0.02 0.00 0.02 0.00 0.02 99.95 20:31:08 19:32:01 all 0.23 0.00 0.02 0.01 0.01 99.74 20:31:08 19:32:01 0 0.05 0.00 0.02 0.00 0.00 99.93 20:31:08 19:32:01 1 0.03 0.00 0.00 0.02 0.02 99.93 20:31:08 19:32:01 2 0.02 0.00 0.00 0.00 0.02 99.97 20:31:08 19:32:01 3 0.02 0.00 0.00 0.00 0.00 99.98 20:31:08 19:32:01 4 0.00 0.00 0.00 0.00 0.00 100.00 20:31:08 19:32:01 5 1.68 0.00 0.07 0.03 0.00 98.22 20:31:08 19:32:01 6 0.02 0.00 0.03 0.00 0.00 99.95 20:31:08 19:32:01 7 0.02 0.00 0.03 0.00 0.02 99.93 20:31:08 19:33:01 all 0.03 0.00 0.01 0.00 0.00 99.95 20:31:08 19:33:01 0 0.02 0.00 0.02 0.00 0.00 99.97 20:31:08 19:33:01 1 0.02 0.00 0.02 0.03 0.00 99.93 20:31:08 19:33:01 2 0.00 0.00 0.00 0.00 0.00 100.00 20:31:08 19:33:01 3 0.00 0.00 0.00 0.00 0.00 100.00 20:31:08 19:33:01 4 0.02 0.00 0.00 0.00 0.00 99.98 20:31:08 19:33:01 5 0.17 0.00 0.03 0.00 0.00 99.80 20:31:08 19:33:01 6 0.00 0.00 0.00 0.00 0.00 100.00 20:31:08 19:33:01 7 0.05 0.00 0.00 0.00 0.03 99.92 20:31:08 19:34:01 all 0.02 0.00 0.01 0.00 0.01 99.96 20:31:08 19:34:01 0 0.02 0.00 0.02 0.00 0.00 99.97 20:31:08 19:34:01 1 0.03 0.00 0.00 0.02 0.02 99.93 20:31:08 19:34:01 2 0.02 0.00 0.00 0.00 0.00 99.98 20:31:08 19:34:01 3 0.02 0.00 0.02 0.00 0.00 99.97 20:31:08 19:34:01 4 0.00 0.00 0.00 0.00 0.00 100.00 20:31:08 19:34:01 5 0.03 0.00 0.02 0.00 0.02 99.93 20:31:08 19:34:01 6 0.00 0.00 0.00 0.00 0.00 100.00 20:31:08 19:34:01 7 0.03 0.00 0.03 0.00 0.02 99.92 20:31:08 19:35:01 all 0.34 0.00 0.04 0.02 0.00 99.59 20:31:08 19:35:01 0 0.45 0.00 0.10 0.07 0.02 99.37 20:31:08 19:35:01 1 0.10 0.00 0.03 0.05 0.00 99.82 20:31:08 19:35:01 2 0.52 0.00 0.02 0.00 0.00 99.47 20:31:08 19:35:01 3 0.13 0.00 0.00 0.00 0.00 99.87 20:31:08 19:35:01 4 0.82 0.00 0.05 0.07 0.00 99.07 20:31:08 19:35:01 5 0.03 0.00 0.02 0.00 0.00 99.95 20:31:08 19:35:01 6 0.13 0.00 0.05 0.00 0.00 99.82 20:31:08 19:35:01 7 0.55 0.00 0.08 0.00 0.00 99.37 20:31:08 19:36:01 all 0.02 0.00 0.01 0.00 0.00 99.96 20:31:08 19:36:01 0 0.07 0.00 0.02 0.00 0.00 99.92 20:31:08 19:36:01 1 0.00 0.00 0.02 0.02 0.00 99.97 20:31:08 19:36:01 2 0.00 0.00 0.00 0.00 0.00 100.00 20:31:08 19:36:01 3 0.02 0.00 0.00 0.00 0.00 99.98 20:31:08 19:36:01 4 0.00 0.00 0.00 0.00 0.00 100.00 20:31:08 19:36:01 5 0.05 0.00 0.02 0.00 0.00 99.93 20:31:08 19:36:01 6 0.00 0.00 0.00 0.00 0.00 100.00 20:31:08 19:36:01 7 0.03 0.00 0.03 0.00 0.02 99.92 20:31:08 19:37:01 all 0.02 0.00 0.01 0.00 0.01 99.96 20:31:08 19:37:01 0 0.02 0.00 0.02 0.00 0.00 99.97 20:31:08 19:37:01 1 0.02 0.00 0.00 0.03 0.02 99.93 20:31:08 19:37:01 2 0.00 0.00 0.00 0.00 0.02 99.98 20:31:08 19:37:01 3 0.02 0.00 0.00 0.00 0.00 99.98 20:31:08 19:37:01 4 0.02 0.00 0.00 0.00 0.00 99.98 20:31:08 19:37:01 5 0.03 0.00 0.00 0.00 0.02 99.95 20:31:08 19:37:01 6 0.02 0.00 0.02 0.00 0.00 99.97 20:31:08 19:37:01 7 0.02 0.00 0.02 0.00 0.02 99.95 20:31:08 19:38:02 all 0.01 0.00 0.01 0.00 0.00 99.97 20:31:08 19:38:02 0 0.02 0.00 0.02 0.00 0.00 99.97 20:31:08 19:38:02 1 0.00 0.00 0.00 0.02 0.00 99.98 20:31:08 19:38:02 2 0.00 0.00 0.00 0.00 0.00 100.00 20:31:08 19:38:02 3 0.00 0.00 0.02 0.00 0.00 99.98 20:31:08 19:38:02 4 0.00 0.00 0.00 0.00 0.00 100.00 20:31:08 19:38:02 5 0.03 0.00 0.00 0.00 0.00 99.97 20:31:08 19:38:02 6 0.00 0.00 0.02 0.00 0.00 99.98 20:31:08 19:38:02 7 0.05 0.00 0.03 0.00 0.02 99.90 20:31:08 20:31:08 19:38:02 CPU %user %nice %system %iowait %steal %idle 20:31:08 19:39:01 all 0.01 0.00 0.00 0.00 0.00 99.98 20:31:08 19:39:01 0 0.02 0.00 0.00 0.00 0.00 99.98 20:31:08 19:39:01 1 0.00 0.00 0.00 0.03 0.00 99.97 20:31:08 19:39:01 2 0.00 0.00 0.00 0.00 0.00 100.00 20:31:08 19:39:01 3 0.00 0.00 0.00 0.00 0.00 100.00 20:31:08 19:39:01 4 0.00 0.00 0.00 0.00 0.00 100.00 20:31:08 19:39:01 5 0.02 0.00 0.00 0.00 0.00 99.98 20:31:08 19:39:01 6 0.02 0.00 0.02 0.00 0.00 99.97 20:31:08 19:39:01 7 0.00 0.00 0.02 0.00 0.02 99.97 20:31:08 19:40:01 all 0.01 0.00 0.01 0.00 0.01 99.96 20:31:08 19:40:01 0 0.03 0.00 0.02 0.00 0.00 99.95 20:31:08 19:40:01 1 0.00 0.00 0.02 0.03 0.00 99.95 20:31:08 19:40:01 2 0.00 0.00 0.00 0.00 0.00 100.00 20:31:08 19:40:01 3 0.02 0.00 0.02 0.00 0.02 99.95 20:31:08 19:40:01 4 0.00 0.00 0.00 0.00 0.00 100.00 20:31:08 19:40:01 5 0.02 0.00 0.02 0.00 0.02 99.95 20:31:08 19:40:01 6 0.02 0.00 0.00 0.00 0.00 99.98 20:31:08 19:40:01 7 0.03 0.00 0.02 0.00 0.02 99.93 20:31:08 19:41:01 all 0.02 0.00 0.00 0.00 0.00 99.97 20:31:08 19:41:01 0 0.02 0.00 0.00 0.00 0.00 99.98 20:31:08 19:41:01 1 0.02 0.00 0.00 0.03 0.02 99.93 20:31:08 19:41:01 2 0.00 0.00 0.02 0.00 0.00 99.98 20:31:08 19:41:01 3 0.02 0.00 0.00 0.00 0.00 99.98 20:31:08 19:41:01 4 0.02 0.00 0.00 0.00 0.00 99.98 20:31:08 19:41:01 5 0.03 0.00 0.00 0.00 0.00 99.97 20:31:08 19:41:01 6 0.00 0.00 0.00 0.00 0.00 100.00 20:31:08 19:41:01 7 0.05 0.00 0.02 0.00 0.02 99.92 20:31:08 19:42:01 all 0.10 0.00 0.01 0.00 0.01 99.88 20:31:08 19:42:01 0 0.00 0.00 0.02 0.00 0.02 99.97 20:31:08 19:42:01 1 0.00 0.00 0.03 0.03 0.00 99.93 20:31:08 19:42:01 2 0.00 0.00 0.00 0.00 0.02 99.98 20:31:08 19:42:01 3 0.00 0.00 0.00 0.00 0.00 100.00 20:31:08 19:42:01 4 0.00 0.00 0.00 0.00 0.00 100.00 20:31:08 19:42:01 5 0.78 0.00 0.00 0.00 0.00 99.22 20:31:08 19:42:01 6 0.02 0.00 0.02 0.00 0.00 99.97 20:31:08 19:42:01 7 0.00 0.00 0.00 0.00 0.02 99.98 20:31:08 19:43:01 all 0.27 0.00 0.01 0.00 0.00 99.71 20:31:08 19:43:01 0 0.02 0.00 0.00 0.00 0.00 99.98 20:31:08 19:43:01 1 0.00 0.00 0.00 0.03 0.00 99.97 20:31:08 19:43:01 2 0.03 0.00 0.00 0.00 0.00 99.97 20:31:08 19:43:01 3 0.02 0.00 0.00 0.00 0.00 99.98 20:31:08 19:43:01 4 0.00 0.00 0.02 0.00 0.02 99.97 20:31:08 19:43:01 5 2.00 0.00 0.02 0.00 0.02 97.97 20:31:08 19:43:01 6 0.02 0.00 0.00 0.00 0.00 99.98 20:31:08 19:43:01 7 0.05 0.00 0.03 0.00 0.00 99.92 20:31:08 19:44:01 all 0.26 0.00 0.00 0.00 0.00 99.74 20:31:08 19:44:01 0 0.00 0.00 0.00 0.00 0.00 100.00 20:31:08 19:44:01 1 0.00 0.00 0.00 0.02 0.00 99.98 20:31:08 19:44:01 2 0.00 0.00 0.00 0.00 0.00 100.00 20:31:08 19:44:01 3 0.00 0.00 0.00 0.00 0.00 100.00 20:31:08 19:44:01 4 0.02 0.00 0.02 0.00 0.00 99.97 20:31:08 19:44:01 5 1.99 0.00 0.00 0.00 0.00 98.01 20:31:08 19:44:01 6 0.00 0.00 0.00 0.00 0.00 100.00 20:31:08 19:44:01 7 0.02 0.00 0.00 0.00 0.02 99.97 20:31:08 19:45:01 all 0.26 0.00 0.01 0.01 0.00 99.72 20:31:08 19:45:01 0 0.05 0.00 0.00 0.00 0.00 99.95 20:31:08 19:45:01 1 0.00 0.00 0.00 0.05 0.00 99.95 20:31:08 19:45:01 2 0.00 0.00 0.00 0.00 0.00 100.00 20:31:08 19:45:01 3 0.00 0.00 0.00 0.00 0.00 100.00 20:31:08 19:45:01 4 0.02 0.00 0.02 0.00 0.02 99.95 20:31:08 19:45:01 5 1.99 0.00 0.02 0.00 0.00 98.00 20:31:08 19:45:01 6 0.03 0.00 0.02 0.00 0.00 99.95 20:31:08 19:45:01 7 0.00 0.00 0.02 0.00 0.00 99.98 20:31:08 19:46:01 all 0.21 0.00 0.01 0.00 0.00 99.77 20:31:08 19:46:01 0 0.02 0.00 0.02 0.00 0.00 99.97 20:31:08 19:46:01 1 0.00 0.00 0.00 0.02 0.02 99.97 20:31:08 19:46:01 2 0.00 0.00 0.00 0.00 0.00 100.00 20:31:08 19:46:01 3 0.02 0.00 0.00 0.00 0.00 99.98 20:31:08 19:46:01 4 0.02 0.00 0.00 0.00 0.00 99.98 20:31:08 19:46:01 5 1.60 0.00 0.10 0.00 0.02 98.29 20:31:08 19:46:01 6 0.00 0.00 0.00 0.00 0.00 100.00 20:31:08 19:46:01 7 0.00 0.00 0.00 0.00 0.00 100.00 20:31:08 19:47:01 all 0.03 0.00 0.01 0.01 0.00 99.95 20:31:08 19:47:01 0 0.02 0.00 0.03 0.00 0.00 99.95 20:31:08 19:47:01 1 0.02 0.00 0.00 0.05 0.00 99.93 20:31:08 19:47:01 2 0.00 0.00 0.00 0.00 0.00 100.00 20:31:08 19:47:01 3 0.02 0.00 0.00 0.00 0.00 99.98 20:31:08 19:47:01 4 0.02 0.00 0.02 0.00 0.00 99.97 20:31:08 19:47:01 5 0.10 0.00 0.03 0.00 0.00 99.87 20:31:08 19:47:01 6 0.05 0.00 0.00 0.00 0.02 99.93 20:31:08 19:47:01 7 0.00 0.00 0.00 0.00 0.00 100.00 20:31:08 19:48:01 all 0.01 0.00 0.00 0.00 0.00 99.97 20:31:08 19:48:01 0 0.02 0.00 0.00 0.00 0.00 99.98 20:31:08 19:48:01 1 0.00 0.00 0.00 0.03 0.00 99.97 20:31:08 19:48:01 2 0.00 0.00 0.00 0.00 0.00 100.00 20:31:08 19:48:01 3 0.02 0.00 0.00 0.00 0.00 99.98 20:31:08 19:48:01 4 0.00 0.00 0.00 0.00 0.02 99.98 20:31:08 19:48:01 5 0.02 0.00 0.00 0.00 0.02 99.97 20:31:08 19:48:01 6 0.03 0.00 0.03 0.00 0.00 99.93 20:31:08 19:48:01 7 0.02 0.00 0.00 0.00 0.00 99.98 20:31:08 19:49:01 all 0.01 0.00 0.01 0.00 0.00 99.97 20:31:08 19:49:01 0 0.00 0.00 0.02 0.00 0.00 99.98 20:31:08 19:49:01 1 0.02 0.00 0.00 0.03 0.00 99.95 20:31:08 19:49:01 2 0.00 0.00 0.00 0.00 0.00 100.00 20:31:08 19:49:01 3 0.00 0.00 0.00 0.00 0.00 100.00 20:31:08 19:49:01 4 0.00 0.00 0.00 0.00 0.00 100.00 20:31:08 19:49:01 5 0.05 0.00 0.03 0.00 0.00 99.92 20:31:08 19:49:01 6 0.03 0.00 0.00 0.00 0.02 99.95 20:31:08 19:49:01 7 0.00 0.00 0.00 0.00 0.00 100.00 20:31:08 20:31:08 19:49:01 CPU %user %nice %system %iowait %steal %idle 20:31:08 19:50:01 all 0.01 0.00 0.00 0.00 0.00 99.98 20:31:08 19:50:01 0 0.02 0.00 0.00 0.00 0.02 99.97 20:31:08 19:50:01 1 0.00 0.00 0.00 0.02 0.02 99.97 20:31:08 19:50:01 2 0.00 0.00 0.00 0.00 0.00 100.00 20:31:08 19:50:01 3 0.00 0.00 0.00 0.00 0.00 100.00 20:31:08 19:50:01 4 0.00 0.00 0.00 0.00 0.00 100.00 20:31:08 19:50:01 5 0.02 0.00 0.02 0.00 0.00 99.97 20:31:08 19:50:01 6 0.03 0.00 0.00 0.00 0.00 99.97 20:31:08 19:50:01 7 0.00 0.00 0.00 0.00 0.00 100.00 20:31:08 19:51:01 all 0.03 0.00 0.00 0.02 0.00 99.94 20:31:08 19:51:01 0 0.02 0.00 0.00 0.00 0.00 99.98 20:31:08 19:51:01 1 0.00 0.00 0.02 0.15 0.00 99.83 20:31:08 19:51:01 2 0.02 0.00 0.00 0.00 0.02 99.97 20:31:08 19:51:01 3 0.00 0.00 0.00 0.00 0.00 100.00 20:31:08 19:51:01 4 0.00 0.00 0.00 0.00 0.00 100.00 20:31:08 19:51:01 5 0.18 0.00 0.00 0.00 0.00 99.82 20:31:08 19:51:01 6 0.02 0.00 0.02 0.00 0.00 99.97 20:31:08 19:51:01 7 0.02 0.00 0.00 0.00 0.02 99.97 20:31:08 19:52:01 all 0.25 0.00 0.01 0.00 0.00 99.73 20:31:08 19:52:01 0 0.00 0.00 0.02 0.00 0.00 99.98 20:31:08 19:52:01 1 0.00 0.00 0.00 0.03 0.00 99.97 20:31:08 19:52:01 2 0.00 0.00 0.00 0.00 0.00 100.00 20:31:08 19:52:01 3 0.00 0.00 0.02 0.00 0.00 99.98 20:31:08 19:52:01 4 0.02 0.00 0.00 0.00 0.00 99.98 20:31:08 19:52:01 5 1.95 0.00 0.02 0.00 0.02 98.01 20:31:08 19:52:01 6 0.00 0.00 0.00 0.00 0.00 100.00 20:31:08 19:52:01 7 0.00 0.00 0.05 0.00 0.02 99.93 20:31:08 19:53:01 all 0.08 0.00 0.00 0.01 0.00 99.90 20:31:08 19:53:01 0 0.00 0.00 0.00 0.00 0.00 100.00 20:31:08 19:53:01 1 0.00 0.00 0.02 0.08 0.00 99.90 20:31:08 19:53:01 2 0.02 0.00 0.00 0.00 0.00 99.98 20:31:08 19:53:01 3 0.03 0.00 0.00 0.00 0.00 99.97 20:31:08 19:53:01 4 0.00 0.00 0.00 0.00 0.00 100.00 20:31:08 19:53:01 5 0.55 0.00 0.00 0.00 0.00 99.45 20:31:08 19:53:01 6 0.02 0.00 0.00 0.00 0.00 99.98 20:31:08 19:53:01 7 0.03 0.00 0.02 0.02 0.00 99.93 20:31:08 19:54:01 all 0.01 0.00 0.01 0.00 0.00 99.97 20:31:08 19:54:01 0 0.00 0.00 0.00 0.00 0.00 100.00 20:31:08 19:54:01 1 0.02 0.00 0.00 0.03 0.00 99.95 20:31:08 19:54:01 2 0.02 0.00 0.03 0.00 0.00 99.95 20:31:08 19:54:01 3 0.00 0.00 0.00 0.00 0.00 100.00 20:31:08 19:54:01 4 0.02 0.00 0.00 0.00 0.00 99.98 20:31:08 19:54:01 5 0.02 0.00 0.02 0.00 0.00 99.97 20:31:08 19:54:01 6 0.00 0.00 0.00 0.00 0.00 100.00 20:31:08 19:54:01 7 0.02 0.00 0.02 0.00 0.02 99.95 20:31:08 19:55:01 all 0.01 0.00 0.01 0.01 0.00 99.97 20:31:08 19:55:01 0 0.02 0.00 0.00 0.00 0.00 99.98 20:31:08 19:55:01 1 0.00 0.00 0.00 0.07 0.00 99.93 20:31:08 19:55:01 2 0.00 0.00 0.00 0.00 0.00 100.00 20:31:08 19:55:01 3 0.02 0.00 0.02 0.00 0.00 99.97 20:31:08 19:55:01 4 0.00 0.00 0.00 0.00 0.00 100.00 20:31:08 19:55:01 5 0.02 0.00 0.02 0.00 0.02 99.95 20:31:08 19:55:01 6 0.02 0.00 0.02 0.00 0.00 99.97 20:31:08 19:55:01 7 0.02 0.00 0.02 0.00 0.00 99.97 20:31:08 19:56:01 all 0.24 0.00 0.01 0.01 0.01 99.74 20:31:08 19:56:01 0 0.02 0.00 0.02 0.00 0.00 99.97 20:31:08 19:56:01 1 0.02 0.00 0.00 0.07 0.02 99.90 20:31:08 19:56:01 2 0.02 0.00 0.00 0.00 0.02 99.97 20:31:08 19:56:01 3 0.00 0.00 0.00 0.00 0.02 99.98 20:31:08 19:56:01 4 0.02 0.00 0.00 0.00 0.00 99.98 20:31:08 19:56:01 5 1.79 0.00 0.02 0.00 0.00 98.19 20:31:08 19:56:01 6 0.02 0.00 0.02 0.00 0.02 99.95 20:31:08 19:56:01 7 0.02 0.00 0.00 0.00 0.02 99.97 20:31:08 19:57:01 all 0.11 0.00 0.02 0.02 0.00 99.85 20:31:08 19:57:01 0 0.00 0.00 0.00 0.00 0.00 100.00 20:31:08 19:57:01 1 0.00 0.00 0.02 0.17 0.00 99.82 20:31:08 19:57:01 2 0.00 0.00 0.00 0.00 0.00 100.00 20:31:08 19:57:01 3 0.00 0.00 0.00 0.00 0.00 100.00 20:31:08 19:57:01 4 0.00 0.00 0.00 0.00 0.00 100.00 20:31:08 19:57:01 5 0.90 0.00 0.08 0.00 0.00 99.02 20:31:08 19:57:01 6 0.00 0.00 0.02 0.00 0.00 99.98 20:31:08 19:57:01 7 0.02 0.00 0.02 0.00 0.00 99.97 20:31:08 19:58:01 all 0.01 0.00 0.01 0.02 0.00 99.96 20:31:08 19:58:01 0 0.00 0.00 0.00 0.00 0.00 100.00 20:31:08 19:58:01 1 0.00 0.00 0.00 0.12 0.00 99.88 20:31:08 19:58:01 2 0.00 0.00 0.00 0.00 0.00 100.00 20:31:08 19:58:01 3 0.00 0.00 0.00 0.00 0.00 100.00 20:31:08 19:58:01 4 0.00 0.00 0.00 0.00 0.00 100.00 20:31:08 19:58:01 5 0.03 0.00 0.00 0.00 0.00 99.97 20:31:08 19:58:01 6 0.05 0.00 0.03 0.02 0.00 99.90 20:31:08 19:58:01 7 0.02 0.00 0.02 0.00 0.00 99.97 20:31:08 19:59:01 all 5.87 0.00 1.78 1.38 0.04 90.93 20:31:08 19:59:01 0 6.74 0.00 2.56 0.37 0.05 90.28 20:31:08 19:59:01 1 3.16 0.00 1.78 3.06 0.03 91.97 20:31:08 19:59:01 2 4.64 0.00 1.68 1.24 0.05 92.38 20:31:08 19:59:01 3 9.30 0.00 1.99 2.73 0.05 85.93 20:31:08 19:59:01 4 6.83 0.00 1.12 0.02 0.02 92.01 20:31:08 19:59:01 5 4.00 0.00 0.82 0.40 0.03 94.75 20:31:08 19:59:01 6 7.70 0.00 1.76 2.70 0.05 87.79 20:31:08 19:59:01 7 4.56 0.00 2.51 0.51 0.07 92.36 20:31:08 20:00:01 all 32.62 0.00 7.04 2.00 0.12 58.21 20:31:08 20:00:01 0 33.32 0.00 5.75 0.39 0.10 60.44 20:31:08 20:00:01 1 33.38 0.00 7.06 0.83 0.10 58.62 20:31:08 20:00:01 2 32.12 0.00 7.39 5.28 0.12 55.10 20:31:08 20:00:01 3 31.37 0.00 6.16 0.31 0.12 62.05 20:31:08 20:00:01 4 32.69 0.00 7.79 0.05 0.12 59.35 20:31:08 20:00:01 5 34.46 0.00 7.60 6.21 0.14 51.60 20:31:08 20:00:01 6 32.24 0.00 6.93 2.19 0.12 58.53 20:31:08 20:00:01 7 31.38 0.00 7.66 0.82 0.14 60.00 20:31:08 20:31:08 20:00:01 CPU %user %nice %system %iowait %steal %idle 20:31:08 20:01:01 all 38.00 0.00 5.09 0.81 0.09 56.02 20:31:08 20:01:01 0 40.07 0.00 5.22 5.02 0.08 49.60 20:31:08 20:01:01 1 39.14 0.00 5.53 0.08 0.08 55.17 20:31:08 20:01:01 2 34.51 0.00 4.65 0.03 0.08 60.72 20:31:08 20:01:01 3 33.95 0.00 4.69 0.13 0.07 61.16 20:31:08 20:01:01 4 39.98 0.00 5.63 0.10 0.08 54.21 20:31:08 20:01:01 5 40.38 0.00 4.85 0.67 0.10 54.00 20:31:08 20:01:01 6 40.36 0.00 5.87 0.35 0.10 53.32 20:31:08 20:01:01 7 35.57 0.00 4.24 0.08 0.08 60.02 20:31:08 20:02:01 all 17.90 0.00 6.34 4.16 0.09 71.51 20:31:08 20:02:01 0 18.76 0.00 6.93 10.20 0.12 64.00 20:31:08 20:02:01 1 19.99 0.00 6.57 0.65 0.08 72.71 20:31:08 20:02:01 2 16.10 0.00 7.06 0.34 0.08 76.42 20:31:08 20:02:01 3 15.64 0.00 5.42 0.03 0.10 78.81 20:31:08 20:02:01 4 18.91 0.00 7.05 1.44 0.07 72.53 20:31:08 20:02:01 5 17.68 0.00 5.75 13.36 0.07 63.14 20:31:08 20:02:01 6 19.52 0.00 7.14 7.15 0.08 66.10 20:31:08 20:02:01 7 16.62 0.00 4.81 0.14 0.08 78.35 20:31:08 20:03:01 all 10.66 0.00 5.19 14.37 0.09 69.68 20:31:08 20:03:01 0 10.63 0.00 5.94 8.43 0.08 74.92 20:31:08 20:03:01 1 11.53 0.00 5.38 13.23 0.08 69.78 20:31:08 20:03:01 2 8.86 0.00 4.14 10.87 0.07 76.06 20:31:08 20:03:01 3 9.25 0.00 3.95 4.62 0.08 82.10 20:31:08 20:03:01 4 13.04 0.00 6.11 20.39 0.10 60.36 20:31:08 20:03:01 5 12.46 0.00 5.27 35.53 0.08 46.66 20:31:08 20:03:01 6 10.30 0.00 6.15 17.84 0.08 65.62 20:31:08 20:03:01 7 9.26 0.00 4.58 4.15 0.15 81.86 20:31:08 20:04:01 all 51.83 0.00 8.16 5.27 0.13 34.61 20:31:08 20:04:01 0 52.65 0.00 7.27 0.05 0.12 39.92 20:31:08 20:04:01 1 52.89 0.00 8.65 18.16 0.14 20.16 20:31:08 20:04:01 2 51.15 0.00 9.71 15.51 0.15 23.47 20:31:08 20:04:01 3 51.50 0.00 6.99 0.07 0.10 41.35 20:31:08 20:04:01 4 51.93 0.00 8.43 1.00 0.10 38.53 20:31:08 20:04:01 5 51.83 0.00 7.57 5.64 0.12 34.85 20:31:08 20:04:01 6 52.26 0.00 7.87 1.32 0.15 38.40 20:31:08 20:04:01 7 50.42 0.00 8.84 0.60 0.13 40.00 20:31:08 20:05:01 all 14.44 0.00 6.42 15.97 0.11 63.06 20:31:08 20:05:01 0 15.68 0.00 7.00 18.87 0.12 58.32 20:31:08 20:05:01 1 14.83 0.00 7.03 15.79 0.08 62.27 20:31:08 20:05:01 2 13.38 0.00 6.23 8.15 0.10 72.13 20:31:08 20:05:01 3 13.62 0.00 5.51 3.07 0.10 77.70 20:31:08 20:05:01 4 14.99 0.00 6.97 25.37 0.12 52.55 20:31:08 20:05:01 5 14.75 0.00 6.37 30.62 0.12 48.14 20:31:08 20:05:01 6 15.53 0.00 6.73 12.71 0.10 64.93 20:31:08 20:05:01 7 12.75 0.00 5.49 13.42 0.12 68.22 20:31:08 20:06:01 all 17.89 0.00 8.38 22.60 0.14 50.98 20:31:08 20:06:01 0 18.47 0.00 9.14 24.67 0.12 47.60 20:31:08 20:06:01 1 18.36 0.00 9.17 32.85 0.10 39.52 20:31:08 20:06:01 2 18.72 0.00 6.78 14.71 0.15 59.64 20:31:08 20:06:01 3 16.97 0.00 8.42 15.86 0.15 58.60 20:31:08 20:06:01 4 16.19 0.00 9.10 24.36 0.10 50.25 20:31:08 20:06:01 5 16.74 0.00 8.26 26.32 0.16 48.53 20:31:08 20:06:01 6 19.48 0.00 7.85 14.03 0.15 58.48 20:31:08 20:06:01 7 18.22 0.00 8.34 28.02 0.19 45.24 20:31:08 20:07:01 all 57.39 0.00 12.16 5.98 0.14 24.33 20:31:08 20:07:01 0 58.70 0.00 12.24 2.37 0.15 26.55 20:31:08 20:07:01 1 57.53 0.00 12.67 8.27 0.15 21.37 20:31:08 20:07:01 2 57.48 0.00 12.65 9.78 0.14 19.96 20:31:08 20:07:01 3 56.67 0.00 12.46 4.96 0.15 25.76 20:31:08 20:07:01 4 57.40 0.00 11.00 5.86 0.15 25.59 20:31:08 20:07:01 5 55.73 0.00 10.40 8.44 0.14 25.29 20:31:08 20:07:01 6 58.12 0.00 13.68 4.94 0.12 23.14 20:31:08 20:07:01 7 57.51 0.00 12.18 3.19 0.12 27.01 20:31:08 20:08:01 all 0.17 0.00 0.09 0.03 0.01 99.71 20:31:08 20:08:01 0 0.15 0.00 0.10 0.00 0.00 99.75 20:31:08 20:08:01 1 0.03 0.00 0.07 0.00 0.00 99.90 20:31:08 20:08:01 2 0.15 0.00 0.10 0.17 0.00 99.58 20:31:08 20:08:01 3 0.13 0.00 0.10 0.02 0.02 99.73 20:31:08 20:08:01 4 0.05 0.00 0.03 0.00 0.02 99.90 20:31:08 20:08:01 5 0.52 0.00 0.03 0.00 0.02 99.43 20:31:08 20:08:01 6 0.17 0.00 0.15 0.03 0.00 99.65 20:31:08 20:08:01 7 0.17 0.00 0.10 0.00 0.02 99.72 20:31:08 20:09:01 all 0.01 0.00 0.01 0.01 0.01 99.96 20:31:08 20:09:01 0 0.03 0.00 0.02 0.00 0.00 99.95 20:31:08 20:09:01 1 0.00 0.00 0.02 0.00 0.02 99.97 20:31:08 20:09:01 2 0.02 0.00 0.00 0.02 0.02 99.95 20:31:08 20:09:01 3 0.02 0.00 0.02 0.00 0.00 99.97 20:31:08 20:09:01 4 0.00 0.00 0.02 0.00 0.00 99.98 20:31:08 20:09:01 5 0.02 0.00 0.03 0.00 0.02 99.93 20:31:08 20:09:01 6 0.00 0.00 0.02 0.03 0.00 99.95 20:31:08 20:09:01 7 0.00 0.00 0.00 0.00 0.00 100.00 20:31:08 20:10:01 all 0.04 0.00 0.02 0.02 0.00 99.92 20:31:08 20:10:01 0 0.02 0.00 0.03 0.00 0.00 99.95 20:31:08 20:10:01 1 0.02 0.00 0.00 0.08 0.00 99.90 20:31:08 20:10:01 2 0.05 0.00 0.00 0.02 0.00 99.93 20:31:08 20:10:01 3 0.03 0.00 0.05 0.00 0.00 99.92 20:31:08 20:10:01 4 0.00 0.00 0.02 0.00 0.00 99.98 20:31:08 20:10:01 5 0.15 0.00 0.00 0.07 0.00 99.78 20:31:08 20:10:01 6 0.02 0.00 0.02 0.00 0.00 99.97 20:31:08 20:10:01 7 0.05 0.00 0.05 0.00 0.00 99.90 20:31:08 20:11:01 all 0.11 0.00 0.01 0.00 0.00 99.87 20:31:08 20:11:01 0 0.02 0.00 0.03 0.00 0.02 99.93 20:31:08 20:11:01 1 0.00 0.00 0.00 0.02 0.00 99.98 20:31:08 20:11:01 2 0.80 0.00 0.02 0.00 0.00 99.19 20:31:08 20:11:01 3 0.02 0.00 0.03 0.00 0.00 99.95 20:31:08 20:11:01 4 0.02 0.00 0.00 0.00 0.00 99.98 20:31:08 20:11:01 5 0.03 0.00 0.00 0.00 0.02 99.95 20:31:08 20:11:01 6 0.00 0.00 0.00 0.00 0.00 100.00 20:31:08 20:11:01 7 0.00 0.00 0.00 0.00 0.00 100.00 20:31:08 20:31:08 20:11:01 CPU %user %nice %system %iowait %steal %idle 20:31:08 20:12:01 all 0.27 0.00 0.01 0.00 0.00 99.71 20:31:08 20:12:01 0 0.00 0.00 0.02 0.00 0.00 99.98 20:31:08 20:12:01 1 0.02 0.00 0.00 0.02 0.00 99.97 20:31:08 20:12:01 2 2.00 0.00 0.00 0.02 0.02 97.96 20:31:08 20:12:01 3 0.03 0.00 0.02 0.00 0.00 99.95 20:31:08 20:12:01 4 0.02 0.00 0.00 0.00 0.00 99.98 20:31:08 20:12:01 5 0.03 0.00 0.02 0.00 0.02 99.93 20:31:08 20:12:01 6 0.02 0.00 0.00 0.00 0.00 99.98 20:31:08 20:12:01 7 0.03 0.00 0.02 0.00 0.00 99.95 20:31:08 20:13:01 all 0.09 0.00 0.02 0.01 0.00 99.88 20:31:08 20:13:01 0 0.03 0.00 0.02 0.00 0.00 99.95 20:31:08 20:13:01 1 0.02 0.00 0.02 0.00 0.02 99.95 20:31:08 20:13:01 2 0.62 0.00 0.02 0.02 0.00 99.35 20:31:08 20:13:01 3 0.02 0.00 0.03 0.00 0.00 99.95 20:31:08 20:13:01 4 0.00 0.00 0.00 0.00 0.00 100.00 20:31:08 20:13:01 5 0.03 0.00 0.05 0.00 0.00 99.92 20:31:08 20:13:01 6 0.00 0.00 0.00 0.03 0.02 99.95 20:31:08 20:13:01 7 0.03 0.00 0.00 0.00 0.00 99.97 20:31:08 20:14:01 all 0.03 0.00 0.01 0.00 0.00 99.96 20:31:08 20:14:01 0 0.02 0.00 0.02 0.00 0.00 99.97 20:31:08 20:14:01 1 0.03 0.00 0.02 0.00 0.00 99.95 20:31:08 20:14:01 2 0.03 0.00 0.00 0.00 0.00 99.97 20:31:08 20:14:01 3 0.02 0.00 0.02 0.00 0.00 99.97 20:31:08 20:14:01 4 0.00 0.00 0.00 0.00 0.00 100.00 20:31:08 20:14:01 5 0.05 0.00 0.02 0.00 0.02 99.92 20:31:08 20:14:01 6 0.03 0.00 0.00 0.00 0.00 99.97 20:31:08 20:14:01 7 0.02 0.00 0.00 0.00 0.00 99.98 20:31:08 20:15:01 all 0.01 0.00 0.01 0.01 0.01 99.96 20:31:08 20:15:01 0 0.02 0.00 0.00 0.00 0.00 99.98 20:31:08 20:15:01 1 0.02 0.00 0.03 0.00 0.00 99.95 20:31:08 20:15:01 2 0.03 0.00 0.00 0.03 0.02 99.92 20:31:08 20:15:01 3 0.00 0.00 0.00 0.00 0.00 100.00 20:31:08 20:15:01 4 0.02 0.00 0.02 0.00 0.00 99.97 20:31:08 20:15:01 5 0.02 0.00 0.02 0.00 0.02 99.95 20:31:08 20:15:01 6 0.00 0.00 0.00 0.02 0.00 99.98 20:31:08 20:15:01 7 0.00 0.00 0.02 0.03 0.02 99.93 20:31:08 20:16:01 all 0.02 0.00 0.01 0.00 0.01 99.96 20:31:08 20:16:01 0 0.02 0.00 0.03 0.00 0.02 99.93 20:31:08 20:16:01 1 0.02 0.00 0.02 0.00 0.02 99.95 20:31:08 20:16:01 2 0.05 0.00 0.00 0.02 0.00 99.93 20:31:08 20:16:01 3 0.02 0.00 0.00 0.00 0.02 99.97 20:31:08 20:16:01 4 0.00 0.00 0.00 0.00 0.00 100.00 20:31:08 20:16:01 5 0.03 0.00 0.03 0.00 0.00 99.93 20:31:08 20:16:01 6 0.02 0.00 0.00 0.00 0.00 99.98 20:31:08 20:16:01 7 0.03 0.00 0.02 0.00 0.00 99.95 20:31:08 20:17:01 all 0.01 0.00 0.01 0.01 0.01 99.96 20:31:08 20:17:01 0 0.02 0.00 0.02 0.00 0.00 99.97 20:31:08 20:17:01 1 0.03 0.00 0.00 0.00 0.00 99.97 20:31:08 20:17:01 2 0.02 0.00 0.00 0.07 0.02 99.90 20:31:08 20:17:01 3 0.02 0.00 0.02 0.00 0.00 99.97 20:31:08 20:17:01 4 0.00 0.00 0.00 0.00 0.02 99.98 20:31:08 20:17:01 5 0.02 0.00 0.02 0.00 0.02 99.95 20:31:08 20:17:01 6 0.00 0.00 0.00 0.05 0.00 99.95 20:31:08 20:17:01 7 0.00 0.00 0.00 0.00 0.00 100.00 20:31:08 20:18:01 all 0.02 0.00 0.01 0.01 0.00 99.96 20:31:08 20:18:01 0 0.02 0.00 0.02 0.00 0.00 99.97 20:31:08 20:18:01 1 0.00 0.00 0.00 0.00 0.00 100.00 20:31:08 20:18:01 2 0.03 0.00 0.00 0.03 0.00 99.93 20:31:08 20:18:01 3 0.05 0.00 0.00 0.00 0.00 99.95 20:31:08 20:18:01 4 0.00 0.00 0.00 0.00 0.00 100.00 20:31:08 20:18:01 5 0.03 0.00 0.05 0.02 0.02 99.88 20:31:08 20:18:01 6 0.00 0.00 0.00 0.00 0.00 100.00 20:31:08 20:18:01 7 0.03 0.00 0.02 0.02 0.00 99.93 20:31:08 20:19:01 all 0.02 0.00 0.01 0.01 0.00 99.96 20:31:08 20:19:01 0 0.02 0.00 0.03 0.00 0.00 99.95 20:31:08 20:19:01 1 0.02 0.00 0.02 0.00 0.00 99.97 20:31:08 20:19:01 2 0.03 0.00 0.00 0.02 0.00 99.95 20:31:08 20:19:01 3 0.00 0.00 0.02 0.00 0.00 99.98 20:31:08 20:19:01 4 0.02 0.00 0.02 0.00 0.00 99.97 20:31:08 20:19:01 5 0.03 0.00 0.00 0.02 0.00 99.95 20:31:08 20:19:01 6 0.00 0.00 0.00 0.02 0.00 99.98 20:31:08 20:19:01 7 0.02 0.00 0.02 0.00 0.00 99.97 20:31:08 20:20:01 all 0.02 0.00 0.00 0.01 0.01 99.97 20:31:08 20:20:01 0 0.02 0.00 0.02 0.00 0.00 99.97 20:31:08 20:20:01 1 0.00 0.00 0.00 0.00 0.02 99.98 20:31:08 20:20:01 2 0.02 0.00 0.02 0.03 0.02 99.92 20:31:08 20:20:01 3 0.02 0.00 0.00 0.00 0.00 99.98 20:31:08 20:20:01 4 0.00 0.00 0.00 0.00 0.00 100.00 20:31:08 20:20:01 5 0.02 0.00 0.00 0.02 0.00 99.97 20:31:08 20:20:01 6 0.02 0.00 0.00 0.00 0.00 99.98 20:31:08 20:20:01 7 0.05 0.00 0.00 0.00 0.02 99.93 20:31:08 20:21:01 all 0.15 0.00 0.00 0.15 0.00 99.69 20:31:08 20:21:01 0 0.00 0.00 0.00 0.00 0.00 100.00 20:31:08 20:21:01 1 0.00 0.00 0.00 0.35 0.00 99.65 20:31:08 20:21:01 2 0.05 0.00 0.02 0.87 0.02 99.05 20:31:08 20:21:01 3 0.00 0.00 0.00 0.00 0.00 100.00 20:31:08 20:21:01 4 0.00 0.00 0.00 0.00 0.00 100.00 20:31:08 20:21:01 5 0.02 0.00 0.00 0.00 0.02 99.97 20:31:08 20:21:01 6 0.00 0.00 0.00 0.00 0.00 100.00 20:31:08 20:21:01 7 1.16 0.00 0.02 0.00 0.00 98.82 20:31:08 20:22:01 all 0.27 0.00 0.01 0.01 0.00 99.71 20:31:08 20:22:01 0 0.03 0.00 0.00 0.02 0.02 99.93 20:31:08 20:22:01 1 0.02 0.00 0.02 0.00 0.00 99.97 20:31:08 20:22:01 2 0.05 0.00 0.02 0.03 0.00 99.90 20:31:08 20:22:01 3 0.03 0.00 0.00 0.00 0.00 99.97 20:31:08 20:22:01 4 0.00 0.00 0.02 0.00 0.00 99.98 20:31:08 20:22:01 5 0.03 0.00 0.00 0.00 0.00 99.97 20:31:08 20:22:01 6 0.00 0.00 0.02 0.00 0.00 99.98 20:31:08 20:22:01 7 1.99 0.00 0.00 0.00 0.00 98.01 20:31:08 20:31:08 20:22:01 CPU %user %nice %system %iowait %steal %idle 20:31:08 20:23:01 all 0.26 0.00 0.01 0.01 0.00 99.72 20:31:08 20:23:01 0 0.03 0.00 0.02 0.02 0.00 99.93 20:31:08 20:23:01 1 0.00 0.00 0.00 0.02 0.00 99.98 20:31:08 20:23:01 2 0.03 0.00 0.03 0.02 0.02 99.90 20:31:08 20:23:01 3 0.00 0.00 0.00 0.00 0.00 100.00 20:31:08 20:23:01 4 0.02 0.00 0.02 0.00 0.00 99.97 20:31:08 20:23:01 5 0.00 0.00 0.00 0.00 0.00 100.00 20:31:08 20:23:01 6 0.00 0.00 0.00 0.00 0.00 100.00 20:31:08 20:23:01 7 2.00 0.00 0.02 0.00 0.02 97.97 20:31:08 20:24:01 all 0.20 0.00 0.01 0.00 0.00 99.78 20:31:08 20:24:01 0 0.02 0.00 0.02 0.02 0.00 99.95 20:31:08 20:24:01 1 0.00 0.00 0.00 0.00 0.02 99.98 20:31:08 20:24:01 2 0.05 0.00 0.03 0.02 0.02 99.88 20:31:08 20:24:01 3 0.00 0.00 0.00 0.00 0.00 100.00 20:31:08 20:24:01 4 0.02 0.00 0.00 0.00 0.00 99.98 20:31:08 20:24:01 5 0.02 0.00 0.00 0.00 0.00 99.98 20:31:08 20:24:01 6 0.00 0.00 0.00 0.00 0.00 100.00 20:31:08 20:24:01 7 1.52 0.00 0.03 0.00 0.00 98.45 20:31:08 20:25:01 all 0.02 0.00 0.01 0.00 0.00 99.96 20:31:08 20:25:01 0 0.03 0.00 0.03 0.02 0.00 99.92 20:31:08 20:25:01 1 0.02 0.00 0.02 0.00 0.00 99.97 20:31:08 20:25:01 2 0.03 0.00 0.02 0.02 0.02 99.92 20:31:08 20:25:01 3 0.02 0.00 0.00 0.00 0.00 99.98 20:31:08 20:25:01 4 0.00 0.00 0.02 0.00 0.00 99.98 20:31:08 20:25:01 5 0.02 0.00 0.03 0.00 0.00 99.95 20:31:08 20:25:01 6 0.02 0.00 0.00 0.00 0.00 99.98 20:31:08 20:25:01 7 0.02 0.00 0.00 0.00 0.00 99.98 20:31:08 20:26:01 all 0.15 0.00 0.01 0.00 0.01 99.83 20:31:08 20:26:01 0 0.02 0.00 0.03 0.00 0.02 99.93 20:31:08 20:26:01 1 0.02 0.00 0.02 0.00 0.02 99.95 20:31:08 20:26:01 2 0.03 0.00 0.00 0.00 0.00 99.97 20:31:08 20:26:01 3 0.00 0.00 0.00 0.00 0.02 99.98 20:31:08 20:26:01 4 0.00 0.00 0.00 0.00 0.02 99.98 20:31:08 20:26:01 5 0.00 0.00 0.00 0.00 0.00 100.00 20:31:08 20:26:01 6 0.00 0.00 0.00 0.00 0.00 100.00 20:31:08 20:26:01 7 1.13 0.00 0.00 0.00 0.02 98.86 20:31:08 20:27:01 all 0.19 0.00 0.02 0.02 0.00 99.78 20:31:08 20:27:01 0 0.02 0.00 0.02 0.02 0.00 99.95 20:31:08 20:27:01 1 0.08 0.00 0.03 0.02 0.00 99.87 20:31:08 20:27:01 2 0.07 0.00 0.00 0.10 0.00 99.83 20:31:08 20:27:01 3 0.08 0.00 0.00 0.00 0.00 99.92 20:31:08 20:27:01 4 0.08 0.00 0.02 0.00 0.00 99.90 20:31:08 20:27:01 5 0.08 0.00 0.00 0.00 0.00 99.92 20:31:08 20:27:01 6 0.02 0.00 0.05 0.00 0.00 99.93 20:31:08 20:27:01 7 1.04 0.00 0.07 0.00 0.00 98.89 20:31:08 20:28:01 all 0.01 0.00 0.01 0.01 0.00 99.97 20:31:08 20:28:01 0 0.02 0.00 0.02 0.00 0.00 99.97 20:31:08 20:28:01 1 0.00 0.00 0.00 0.02 0.00 99.98 20:31:08 20:28:01 2 0.02 0.00 0.02 0.03 0.02 99.92 20:31:08 20:28:01 3 0.02 0.00 0.02 0.00 0.00 99.97 20:31:08 20:28:01 4 0.00 0.00 0.03 0.00 0.00 99.97 20:31:08 20:28:01 5 0.02 0.00 0.00 0.00 0.00 99.98 20:31:08 20:28:01 6 0.00 0.00 0.00 0.00 0.00 100.00 20:31:08 20:28:01 7 0.00 0.00 0.02 0.00 0.00 99.98 20:31:08 20:29:01 all 0.01 0.00 0.00 0.01 0.00 99.97 20:31:08 20:29:01 0 0.02 0.00 0.00 0.02 0.00 99.97 20:31:08 20:29:01 1 0.00 0.00 0.00 0.02 0.02 99.97 20:31:08 20:29:01 2 0.03 0.00 0.02 0.05 0.02 99.88 20:31:08 20:29:01 3 0.02 0.00 0.00 0.00 0.00 99.98 20:31:08 20:29:01 4 0.00 0.00 0.00 0.00 0.00 100.00 20:31:08 20:29:01 5 0.00 0.00 0.00 0.00 0.00 100.00 20:31:08 20:29:01 6 0.02 0.00 0.00 0.00 0.00 99.98 20:31:08 20:29:01 7 0.00 0.00 0.02 0.00 0.00 99.98 20:31:08 20:30:01 all 0.01 0.00 0.01 0.00 0.00 99.98 20:31:08 20:30:01 0 0.02 0.00 0.02 0.00 0.02 99.95 20:31:08 20:30:01 1 0.00 0.00 0.00 0.00 0.00 100.00 20:31:08 20:30:01 2 0.03 0.00 0.03 0.00 0.00 99.93 20:31:08 20:30:01 3 0.00 0.00 0.00 0.00 0.00 100.00 20:31:08 20:30:01 4 0.00 0.00 0.00 0.00 0.00 100.00 20:31:08 20:30:01 5 0.00 0.00 0.00 0.00 0.00 100.00 20:31:08 20:30:01 6 0.00 0.00 0.00 0.00 0.00 100.00 20:31:08 20:30:01 7 0.02 0.00 0.02 0.00 0.00 99.97 20:31:08 20:31:01 all 2.96 0.00 1.28 0.47 0.02 95.28 20:31:08 20:31:01 0 3.22 0.00 1.52 0.22 0.02 95.03 20:31:08 20:31:01 1 3.26 0.00 1.56 0.05 0.02 95.11 20:31:08 20:31:01 2 2.51 0.00 1.12 3.47 0.03 92.86 20:31:08 20:31:01 3 3.20 0.00 1.67 0.00 0.03 95.09 20:31:08 20:31:01 4 2.79 0.00 0.75 0.00 0.02 96.44 20:31:08 20:31:01 5 2.81 0.00 1.17 0.00 0.02 96.01 20:31:08 20:31:01 6 3.09 0.00 1.49 0.00 0.02 95.40 20:31:08 20:31:01 7 2.75 0.00 0.97 0.00 0.02 96.26 20:31:08 Average: all 2.37 0.00 0.58 0.68 0.01 96.36 20:31:08 Average: 0 2.39 0.00 0.60 0.65 0.01 96.35 20:31:08 Average: 1 2.35 0.00 0.61 0.87 0.01 96.16 20:31:08 Average: 2 2.25 0.00 0.57 0.65 0.01 96.52 20:31:08 Average: 3 2.43 0.00 0.53 0.29 0.01 96.74 20:31:08 Average: 4 2.35 0.00 0.59 0.72 0.01 96.33 20:31:08 Average: 5 2.53 0.00 0.55 1.16 0.01 95.75 20:31:08 Average: 6 2.40 0.00 0.61 0.59 0.01 96.39 20:31:08 Average: 7 2.29 0.00 0.56 0.50 0.02 96.63 20:31:08 20:31:08 20:31:08